2 writes to _textContainer
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
56
_textContainer
= textContainer;
207
_textContainer
= null;
9 references to _textContainer
PresentationFramework (9)
System\windows\Documents\TextEditor.cs (9)
60
if (isUndoEnabled &&
_textContainer
is TextContainer)
62
((TextContainer)
_textContainer
).EnableUndo(_uiScope);
145
Invariant.Assert(
_textContainer
!= null);
154
if (
_textContainer
is TextContainer)
156
((TextContainer)
_textContainer
).DisableUndo(_uiScope);
165
_textContainer
.TextSelection = null;
171
_textContainer
.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged);
824
return
_textContainer
;
1532
if (
_textContainer
is TextContainer && TextServicesHost.Current != null)