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)
59if (isUndoEnabled && _textContainer is TextContainer) 61((TextContainer)_textContainer).EnableUndo(_uiScope); 144Invariant.Assert(_textContainer != null); 153if (_textContainer is TextContainer) 155((TextContainer)_textContainer).DisableUndo(_uiScope); 164_textContainer.TextSelection = null; 170_textContainer.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged); 823return _textContainer; 1531if (_textContainer is TextContainer && TextServicesHost.Current != null)