SOLVED| GRADED A+
WPF Architecture includes? Managed Layer & Unmanaged Layer
Manage Layer includes? PresentationFramework.dll;
PresentationCore.dll;
WindowBase.dll
Unmanaged Layer includes? Milcore.dll;
WindowsCodecs.dll;
PresentationFramework.dll provides the basic types to build a WPF application, such as
windows, controls, shapes, media, documents, animation, data bindings, style and many more
PresentationCore.dll provides basic types like UIElement and Visual.
WindowBase.dll holds the WPF basic types like DependencyProperty, DependencyObject,
DispatcherObject, and other types
DependencyProperty provides a new property system that can enable or disable function
like data binding, define attach properties, etc
DependencyObject is the base of every WPF types and provides the function to enable
property notification
DispatcherObject provides a way for thread safety and threads other than Dispatcher
created cannot directly access i