2 writes to _textContainer
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
67
_textContainer
= textContainer;
218
_textContainer
= null;
9 references to _textContainer
PresentationFramework (9)
System\windows\Documents\TextEditor.cs (9)
71
if (isUndoEnabled &&
_textContainer
is TextContainer)
73
((TextContainer)
_textContainer
).EnableUndo(_uiScope);
156
Invariant.Assert(
_textContainer
!= null);
165
if (
_textContainer
is TextContainer)
167
((TextContainer)
_textContainer
).DisableUndo(_uiScope);
176
_textContainer
.TextSelection = null;
182
_textContainer
.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged);
836
return
_textContainer
;
1550
if (
_textContainer
is TextContainer && TextServicesHost.Current != null)