5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
207
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
87
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\FixedTextContainer.cs (1)
89
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\NullTextContainer.cs (1)
77
void ITextContainer.
EndChange
(bool skipEvents)
System\Windows\Documents\TextContainer.cs (1)
426
void 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)
587
textContainer.
EndChange
(skipEvents);