Select from following answers:- PresentationFramework.dll
- PresentationCore.dll
- milcore.dll
- none
- All Above
milcore.dll:
milcore.dll manages the display state.
It paints the appropriate portions of the
window as it is dragged around, covered and uncovered, minimized and restored, and so on.
• PresentationFramework.dll holds the top-level WPF types, including those that represent windows, panels, and other types of controls.
It also implements higher-level programming abstractions such as styles.
Most of the classes used come from this assembly.
• PresentationCore.dll holds base types, such as UIElement and Visual,
from which all shapes and controls derive.
Show Correct Answer
|
Alert Moderator