1.

Namespace needed to host wpf control on window application

Answer»

Below are the FIVE namespaces NEEDED to host WPF control in WINDOW application
a)PresentationCore.dll
b)PresentationFramework.dll
c)UIAutomationProvider.dll
d)UIAutomationTypes.dll
e)WindowsBase.dll



Discussion

No Comment Found