5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
204void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
71void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\FixedTextContainer.cs (1)
73void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\NullTextContainer.cs (1)
73void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\TextContainer.cs (1)
421void ITextContainer.EndChange(bool skipEvents)
4 references to EndChange
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
66((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\FixedTextContainer.cs (1)
68((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\NullTextContainer.cs (1)
68((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\TextRangeBase.cs (1)
584textContainer.EndChange(skipEvents);