5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
196void ITextContainer.EndChange()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
63void ITextContainer.EndChange()
System\Windows\Documents\FixedTextContainer.cs (1)
65void ITextContainer.EndChange()
System\Windows\Documents\NullTextContainer.cs (1)
65void ITextContainer.EndChange()
System\Windows\Documents\TextContainer.cs (1)
413void ITextContainer.EndChange()
2 references to EndChange
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (1)
4103text._complexContent.TextContainer.EndChange();
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
578textContainer.EndChange();