5 implementations of BeginChangeNoUndo
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
198void ITextContainer.BeginChangeNoUndo()
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
78void ITextContainer.BeginChangeNoUndo()
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
78void ITextContainer.BeginChangeNoUndo()
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
65void ITextContainer.BeginChangeNoUndo()
src\Framework\System\Windows\Documents\TextContainer.cs (1)
427void 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)
1714textContainer.BeginChangeNoUndo();