5 implementations of EndChange
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
213
void ITextContainer.
EndChange
(bool skipEvents)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
91
void ITextContainer.
EndChange
(bool skipEvents)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
93
void ITextContainer.
EndChange
(bool skipEvents)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
80
void ITextContainer.
EndChange
(bool skipEvents)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
441
void ITextContainer.
EndChange
(bool skipEvents)
4 references to EndChange
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
86
((ITextContainer)this).
EndChange
(false /* skipEvents */);
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
88
((ITextContainer)this).
EndChange
(false /* skipEvents */);
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
75
((ITextContainer)this).
EndChange
(false /* skipEvents */);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
598
textContainer.
EndChange
(skipEvents);