Microsoft.Windows.Design.Documents.Trees Namespace
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.
Classes
Class | Description | |
---|---|---|
CommitResult | Infrastructure. Base class for results of committing a modification. | |
Damage | Infrastructure. Tracks the damage made to a document from the time it is created until the StopTracking method is called. | |
DocumentInformationNode | Represents a node in the document. | |
DocumentItem | Infrastructure. Represents a persistent object. | |
DocumentNode | Infrastructure. Represents a node in a document tree. | |
DocumentProperty | Infrastructure. Represents the persistent value of a property. | |
DocumentTree | Infrastructure. Represents the persistent state of a tree of objects that consists of their property values and collections of children. | |
DocumentTreeManager | Infrastructure. Manages the synchronization of changes made in one kind of document tree to another. | |
EditingScopeEventArgs | Infrastructure. Provides data for editing scope events. | |
InMemoryDocumentTreeManager | Infrastructure. A document tree manager that produces an in memory copy of the specified document item. | |
InstanceDocumentTreeManager | Infrastructure. A document manager for the instance documents trees. | |
MarkupDocumentTreeManager | Infrastructure. A manager for XAML document trees. | |
ModelDocumentTreeManager | Infrastructure. A manager for model document trees. | |
ModifiableDocumentItem | Infrastructure. Represents a modifiable version of a document item. | |
ModifiableDocumentProperty | Infrastructure. Represents a modifiable version of a document property. | |
ModifiableDocumentTree | Infrastructure. Represents a modifiable document tree. | |
SourceChangedEventArgs | Infrastructure. Provides data for the SourceChanged event. | |
SourceCommitResult | Infrastructure. Represents a source commit result for commit results that have associated source changes expressed in source fragments. |
Structures
Structure | Description | |
---|---|---|
Delta | Infrastructure. Represents the delta between document trees produced by a document manager. |
Interfaces
Interface | Description | |
---|---|---|
IDamageListener | A listener interface for tree damage. |
Enumerations
Enumeration | Description | |
---|---|---|
DamageScope | Infrastructure. Indicates the scope of damage reported to a document manager. |