This documentation is archived and is not being maintained.

Microsoft.Windows.Design.Documents.Trees Namespace

.NET Framework 3.5

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an infrastructure for handling XAML documents in the Windows Presentation Foundation (WPF) Designer for Visual Studio.

  ClassDescription
Public classCommitResultInfrastructure. Base class for results of committing a modification.
Public classDamageInfrastructure. Tracks the damage made to a document from the time it is created until the StopTracking method is called.
Public classDocumentInformationNodeRepresents a node in the document.
Public classDocumentItemInfrastructure. Represents a persistent object.
Public classDocumentNodeInfrastructure. Represents a node in a document tree.
Public classDocumentPropertyInfrastructure. Represents the persistent value of a property.
Public classDocumentTreeInfrastructure. Represents the persistent state of a tree of objects that consists of their property values and collections of children.
Public classDocumentTreeManagerInfrastructure. Manages the synchronization of changes made in one kind of document tree to another.
Public classEditingScopeEventArgsInfrastructure. Provides data for editing scope events.
Public classInMemoryDocumentTreeManagerInfrastructure. A document tree manager that produces an in memory copy of the specified document item.
Public classInstanceDocumentTreeManagerInfrastructure. A document manager for the instance documents trees.
Public classMarkupDocumentTreeManagerInfrastructure. A manager for XAML document trees.
Public classModelDocumentTreeManagerInfrastructure. A manager for model document trees.
Public classModifiableDocumentItemInfrastructure. Represents a modifiable version of a document item.
Public classModifiableDocumentPropertyInfrastructure. Represents a modifiable version of a document property.
Public classModifiableDocumentTreeInfrastructure. Represents a modifiable document tree.
Public classSourceChangedEventArgsInfrastructure. Provides data for the SourceChanged event.
Public classSourceCommitResultInfrastructure. Represents a source commit result for commit results that have associated source changes expressed in source fragments.

  StructureDescription
Public structureDeltaInfrastructure. Represents the delta between document trees produced by a document manager.

  InterfaceDescription
Public interfaceIDamageListenerA listener interface for tree damage.

  EnumerationDescription
Public enumerationDamageScopeInfrastructure. Indicates the scope of damage reported to a document manager.
Show: