I'm currently building a WPF app and have noticed that WindowsFormsIntegration.dll always gets loaded during startup.
Does anyone know why this dll is loaded, even though I'm not using any of the integration features between WinForms and WPF. (I am using WPF UI controls from Telerik, though, could that be the cause?)
I'm wondering if I can lower the startup time for the app by ensuring that no unecessary dll's are loaded.