5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
203void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
70void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\FixedTextContainer.cs (1)
72void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\NullTextContainer.cs (1)
72void ITextContainer.EndChange(bool skipEvents)
System\Windows\Documents\TextContainer.cs (1)
420void ITextContainer.EndChange(bool skipEvents)
4 references to EndChange
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
65((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\FixedTextContainer.cs (1)
67((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\NullTextContainer.cs (1)
67((ITextContainer)this).EndChange(false /* skipEvents */);
System\Windows\Documents\TextRangeBase.cs (1)
583textContainer.EndChange(skipEvents);