Multiple choice

What is the role of PresentationFramework.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 (1) and (2)

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

These are the correct statements.