5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
207void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
87void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\FixedTextContainer.cs (1)
89void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\NullTextContainer.cs (1)
77void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\TextContainer.cs (1)
426void ITextContainer.EndChange(bool skipEvents)
4 references to EndChange
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
82((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\FixedTextContainer.cs (1)
84((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\NullTextContainer.cs (1)
72((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\TextRangeBase.cs (1)
587textContainer.EndChange(skipEvents);