5 implementations of BeginChange
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
190void ITextContainer.BeginChange()
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
67void ITextContainer.BeginChange()
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
71void ITextContainer.BeginChange()
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
58void ITextContainer.BeginChange()
src\Framework\System\Windows\Documents\TextContainer.cs (1)
422void ITextContainer.BeginChange()
7 references to BeginChange
PresentationFramework (7)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
201((ITextContainer)this).BeginChange();
src\Framework\System\Windows\Controls\TextBlock.cs (1)
4103text._complexContent.TextContainer.BeginChange();
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
81((ITextContainer)this).BeginChange(); 564textContainer.BeginChange();
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
81((ITextContainer)this).BeginChange();
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
68((ITextContainer)this).BeginChange();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1710textContainer.BeginChange();