5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
204
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
71
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\FixedTextContainer.cs (1)
73
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\NullTextContainer.cs (1)
73
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\TextContainer.cs (1)
421
void 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)
584
textContainer.
EndChange
(skipEvents);