5 implementations of BeginChangeNoUndo
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
198
void ITextContainer.
BeginChangeNoUndo
()
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
78
void ITextContainer.
BeginChangeNoUndo
()
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
78
void ITextContainer.
BeginChangeNoUndo
()
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
65
void ITextContainer.
BeginChangeNoUndo
()
src\Framework\System\Windows\Documents\TextContainer.cs (1)
427
void ITextContainer.
BeginChangeNoUndo
()
5 references to BeginChangeNoUndo
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
196
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
76
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
76
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
63
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1714
textContainer.
BeginChangeNoUndo
();