2 writes to _textContainer
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
61
_textContainer
= textContainer;
212
_textContainer
= null;
9 references to _textContainer
PresentationFramework (9)
System\windows\Documents\TextEditor.cs (9)
65
if (isUndoEnabled &&
_textContainer
is TextContainer)
67
((TextContainer)
_textContainer
).EnableUndo(_uiScope);
150
Invariant.Assert(
_textContainer
!= null);
159
if (
_textContainer
is TextContainer)
161
((TextContainer)
_textContainer
).DisableUndo(_uiScope);
170
_textContainer
.TextSelection = null;
176
_textContainer
.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged);
830
return
_textContainer
;
1544
if (
_textContainer
is TextContainer && TextServicesHost.Current != null)