5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
200void ITextContainer.EndChange()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
80void ITextContainer.EndChange()
System\Windows\Documents\FixedTextContainer.cs (1)
82void ITextContainer.EndChange()
System\Windows\Documents\NullTextContainer.cs (1)
70void ITextContainer.EndChange()
System\Windows\Documents\TextContainer.cs (1)
419void ITextContainer.EndChange()
2 references to EndChange
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (1)
4123text._complexContent.TextContainer.EndChange();
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
596textContainer.EndChange();