5 implementations of EndChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
197
void ITextContainer.
EndChange
()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
64
void ITextContainer.
EndChange
()
System\Windows\Documents\FixedTextContainer.cs (1)
66
void ITextContainer.
EndChange
()
System\Windows\Documents\NullTextContainer.cs (1)
66
void ITextContainer.
EndChange
()
System\Windows\Documents\TextContainer.cs (1)
414
void ITextContainer.
EndChange
()
2 references to EndChange
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (1)
4113
text._complexContent.TextContainer.
EndChange
();
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
579
textContainer.
EndChange
();