Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

WPFDesignerImplementationNotes

ChristophWille edited this page Aug 21, 2008 · 3 revisions
  • WPF Persistence Specification
  • The WpfDesign library is meant to contain only the basic designer extensibility framework and interfaces for use by designer extensions.
  • All public types and methods in the WpfDesign library should be documented with xml comments.
  • WpfDesign.Designer contains the designer implementation: the main DesignSurface, the service implementations, and designer extensions for the built-in WPF controls
  • WpfDesign.XamlDom is a document object model that contains a XmlDocument and the object instances created from it. XamlDom contains a custom XAML parser.
  • WpfDesign doesn't use XAML directly: The abstract DesignItem class in WpfDesign allows plugging in a custom backend.

Tasks

WPF Designer Tasks (rather old post from Daniel)

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.