5 implementations of BeginChange
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
190
void ITextContainer.
BeginChange
()
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
67
void ITextContainer.
BeginChange
()
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
71
void ITextContainer.
BeginChange
()
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
58
void ITextContainer.
BeginChange
()
src\Framework\System\Windows\Documents\TextContainer.cs (1)
422
void 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)
4103
text._complexContent.TextContainer.
BeginChange
();
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
81
((ITextContainer)this).
BeginChange
();
564
textContainer.
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)
1710
textContainer.
BeginChange
();