5 implementations of EndChange
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
206
void ITextContainer.
EndChange
()
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
84
void ITextContainer.
EndChange
()
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
86
void ITextContainer.
EndChange
()
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
73
void ITextContainer.
EndChange
()
src\Framework\System\Windows\Documents\TextContainer.cs (1)
434
void ITextContainer.
EndChange
()
2 references to EndChange
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
4112
text._complexContent.TextContainer.
EndChange
();
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
603
textContainer.
EndChange
();