5 implementations of BeginChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
184void ITextContainer.BeginChange()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
63void ITextContainer.BeginChange()
System\Windows\Documents\FixedTextContainer.cs (1)
67void ITextContainer.BeginChange()
System\Windows\Documents\NullTextContainer.cs (1)
55void ITextContainer.BeginChange()
System\Windows\Documents\TextContainer.cs (1)
407void ITextContainer.BeginChange()
7 references to BeginChange
PresentationFramework (7)
System\Windows\Controls\PasswordTextContainer.cs (1)
195((ITextContainer)this).BeginChange();
System\Windows\Controls\TextBlock.cs (1)
4114text._complexContent.TextContainer.BeginChange();
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
77((ITextContainer)this).BeginChange(); 557textContainer.BeginChange();
System\Windows\Documents\FixedTextContainer.cs (1)
77((ITextContainer)this).BeginChange();
System\Windows\Documents\NullTextContainer.cs (1)
65((ITextContainer)this).BeginChange();
System\Windows\Documents\TextRangeBase.cs (1)
1682textContainer.BeginChange();