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