GitHub의 내용에서는 무료 Toolkit은 v4.0.0부터 비상업적 용도에 따라 제공되고 유료는 Plus Edtion이라는 것을 제공한다고 한다.
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Xceed.Wpf.Toolkit" publicKeyToken="3e4669d2f30244f4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
만드느라 애먹었던 TextBox, PasswordBox의 PlaceHorder...같은 것들도 구현이 되어있어 편리하다. 🥹