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)
71if (isUndoEnabled && _textContainer is TextContainer) 73((TextContainer)_textContainer).EnableUndo(_uiScope); 156Invariant.Assert(_textContainer != null); 165if (_textContainer is TextContainer) 167((TextContainer)_textContainer).DisableUndo(_uiScope); 176_textContainer.TextSelection = null; 182_textContainer.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged); 836return _textContainer; 1550if (_textContainer is TextContainer && TextServicesHost.Current != null)