📚 Practice Mode

WPF and Silverlight Introduction

Learn at your own pace with hints and detailed explanations

1 / 20
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)