Musings
Public · Protected · Private
WPF assemblies
-
2012-06-14 03:56PresentationFramework.dll = WPF base types Ex: windows, panels, and controls etc... Presentationcore.dll UIElement and Visual, shapes and controls windowsbase.dll DispatcherObject, DependencyObject, that gives dependency properties milcore.dll Desktop Window Manager (DWM) milcore.dll to render the desktop. windowscodec.dll Direct3D,User32
-
2012-06-14 06:14Class hierarchy Dispatcherobject coordinates messages DependancyObject dependency properties. Visual encapsulates drawing instructions, additional details about how the drawing should be performed. UIElement layout, input, focus, and events LIFE FrameworkElement key properties Ex:HorizontalAlignment, Margin Shape Basic shapes classes, such as Rectangle, Polygon, Ellipse, Line, and Path control panel contentcontrol c ItemsControl
This blog is frozen. No new comments or edits allowed.