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