Delen via


TextRangeManager Class

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

Produces and manages TextRange instances that will be kept accurate across modifications of a source document through ISourceReader and ISourceChanger.

Namespace:  Microsoft.Windows.Design.SourceUpdate
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Class TextRangeManager
'Usage
Dim instance As TextRangeManager
public class TextRangeManager
public ref class TextRangeManager
public class TextRangeManager

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.SourceUpdate.TextRangeManager

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TextRangeManager Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility