5 implementations of BeginChange
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
181void ITextContainer.BeginChange()
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
47void ITextContainer.BeginChange()
System\Windows\Documents\FixedTextContainer.cs (1)
51void ITextContainer.BeginChange()
System\Windows\Documents\NullTextContainer.cs (1)
51void ITextContainer.BeginChange()
System\Windows\Documents\TextContainer.cs (1)
402void ITextContainer.BeginChange()
7 references to BeginChange
PresentationFramework (7)
System\Windows\Controls\PasswordTextContainer.cs (1)
192((ITextContainer)this).BeginChange();
System\Windows\Controls\TextBlock.cs (1)
4104text._complexContent.TextContainer.BeginChange();
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
61((ITextContainer)this).BeginChange(); 540textContainer.BeginChange();
System\Windows\Documents\FixedTextContainer.cs (1)
61((ITextContainer)this).BeginChange();
System\Windows\Documents\NullTextContainer.cs (1)
61((ITextContainer)this).BeginChange();
System\Windows\Documents\TextRangeBase.cs (1)
1679textContainer.BeginChange();