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)
60if (isUndoEnabled && _textContainer is TextContainer) 62((TextContainer)_textContainer).EnableUndo(_uiScope); 145Invariant.Assert(_textContainer != null); 154if (_textContainer is TextContainer) 156((TextContainer)_textContainer).DisableUndo(_uiScope); 165_textContainer.TextSelection = null; 171_textContainer.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged); 824return _textContainer; 1532if (_textContainer is TextContainer && TextServicesHost.Current != null)