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