5 implementations of EndChange
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
213void ITextContainer.EndChange(bool skipEvents)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
91void ITextContainer.EndChange(bool skipEvents)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
93void ITextContainer.EndChange(bool skipEvents)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
80void ITextContainer.EndChange(bool skipEvents)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
441void ITextContainer.EndChange(bool skipEvents)
4 references to EndChange
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
86((ITextContainer)this).EndChange(false /* skipEvents */);
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
88((ITextContainer)this).EndChange(false /* skipEvents */);
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
75((ITextContainer)this).EndChange(false /* skipEvents */);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
598textContainer.EndChange(skipEvents);