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)
65if (isUndoEnabled && _textContainer is TextContainer) 67((TextContainer)_textContainer).EnableUndo(_uiScope); 150Invariant.Assert(_textContainer != null); 159if (_textContainer is TextContainer) 161((TextContainer)_textContainer).DisableUndo(_uiScope); 170_textContainer.TextSelection = null; 176_textContainer.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged); 830return _textContainer; 1544if (_textContainer is TextContainer && TextServicesHost.Current != null)