2 writes to _textContainer
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
71
_textContainer
= textContainer;
228
_textContainer
= null;
9 references to _textContainer
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditor.cs (9)
75
if (isUndoEnabled &&
_textContainer
is TextContainer)
77
((TextContainer)
_textContainer
).EnableUndo(_uiScope);
166
Invariant.Assert(
_textContainer
!= null);
175
if (
_textContainer
is TextContainer)
177
((TextContainer)
_textContainer
).DisableUndo(_uiScope);
186
_textContainer
.TextSelection = null;
192
_textContainer
.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged);
863
return
_textContainer
;
1583
if (
_textContainer
is TextContainer && TextServicesHost.Current != null)