5 implementations of BeginChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
180void ITextContainer.BeginChange()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
46void ITextContainer.BeginChange()
System\Windows\Documents\FixedTextContainer.cs (1)
50void ITextContainer.BeginChange()
System\Windows\Documents\NullTextContainer.cs (1)
50void ITextContainer.BeginChange()
System\Windows\Documents\TextContainer.cs (1)
401void ITextContainer.BeginChange()
7 references to BeginChange
PresentationFramework (7)
System\Windows\Controls\PasswordTextContainer.cs (1)
191((ITextContainer)this).BeginChange();
System\Windows\Controls\TextBlock.cs (1)
4094text._complexContent.TextContainer.BeginChange();
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
60((ITextContainer)this).BeginChange(); 539textContainer.BeginChange();
System\Windows\Documents\FixedTextContainer.cs (1)
60((ITextContainer)this).BeginChange();
System\Windows\Documents\NullTextContainer.cs (1)
60((ITextContainer)this).BeginChange();
System\Windows\Documents\TextRangeBase.cs (1)
1678textContainer.BeginChange();