2 writes to _textContainer
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
55
_textContainer
= textContainer;
206
_textContainer
= null;
9 references to _textContainer
PresentationFramework (9)
System\windows\Documents\TextEditor.cs (9)
59
if (isUndoEnabled &&
_textContainer
is TextContainer)
61
((TextContainer)
_textContainer
).EnableUndo(_uiScope);
144
Invariant.Assert(
_textContainer
!= null);
153
if (
_textContainer
is TextContainer)
155
((TextContainer)
_textContainer
).DisableUndo(_uiScope);
164
_textContainer
.TextSelection = null;
170
_textContainer
.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged);
823
return
_textContainer
;
1531
if (
_textContainer
is TextContainer && TextServicesHost.Current != null)