Multiple choice

What is the role of PresentationCore.dll portion of managed code in Managed layer of Windows Presentation Foundation (WPF)?

  1. This portion holds the top level WPF elements like Windows, panels, controls, styles, etc.

  2. It implements the end-user presentation features.

  3. It provides a managed wrapper for MIL and implements the core services for WPF such as UI Element and visual from.

  4. It holds basic elements to be reused outside the WPF environment like Dispatcher objects and Dependency objects.

  5. Both (2) and (3)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PresentationCore.dll portion of managed code is responsible for that.