5 implementations of BeginChangeNoUndo
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
192
void ITextContainer.
BeginChangeNoUndo
()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
74
void ITextContainer.
BeginChangeNoUndo
()
System\Windows\Documents\FixedTextContainer.cs (1)
74
void ITextContainer.
BeginChangeNoUndo
()
System\Windows\Documents\NullTextContainer.cs (1)
62
void ITextContainer.
BeginChangeNoUndo
()
System\Windows\Documents\TextContainer.cs (1)
412
void ITextContainer.
BeginChangeNoUndo
()
5 references to BeginChangeNoUndo
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
190
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
72
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
System\Windows\Documents\FixedTextContainer.cs (1)
72
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
System\Windows\Documents\NullTextContainer.cs (1)
60
/// <see cref="System.Windows.Documents.ITextContainer.
BeginChangeNoUndo
"/>
System\Windows\Documents\TextRangeBase.cs (1)
1686
textContainer.
BeginChangeNoUndo
();