5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
203
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
70
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\FixedTextContainer.cs (1)
72
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\NullTextContainer.cs (1)
72
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\TextContainer.cs (1)
420
void 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)
583
textContainer.
EndChange
(skipEvents);