Microsoft.Windows.Design.SourceUpdate Namespace
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides an infrastructure for source code control in the Windows Presentation Foundation (WPF) Designer for Visual Studio.
Classes
Class | Description | |
---|---|---|
AddResult | Infrastructure. Used to determine where the text added to a source document is located after the SourceModifier.Commit method has been called and all changes have been applied. | |
SourceModifier | Infrastructure. Used to modify the contents of a source document. | |
StringSourceChanger | Infrastructure. String implementation of an ISourceChanger. | |
StringSourceModifier | Infrastructure. A version of a source modifier that modifies a string. | |
StringSourceReader | Infrastructure. Implementation of a ISourceReader for a string. | |
TextRange | Infrastructure. Represents a range of contiguous characters that start from a character offset and run for a specified length. | |
TextRangeManager | Infrastructure. Produces and manages TextRange instances that will be kept accurate across modifications of a source document through ISourceReader and ISourceChanger. |
Structures
Structure | Description | |
---|---|---|
SourceFragment | Infrastructure. Represents a fragment of a source document. |
Interfaces
Interface | Description | |
---|---|---|
ISourceChanger | Infrastructure. An interface that uses a copy model to modify the source. | |
ISourceReader | Infrastructure. Used to read at a specified location in a source file. |