2 writes to _textContainer
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
71_textContainer = textContainer; 228_textContainer = null;
9 references to _textContainer
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditor.cs (9)
75if (isUndoEnabled && _textContainer is TextContainer) 77((TextContainer)_textContainer).EnableUndo(_uiScope); 166Invariant.Assert(_textContainer != null); 175if (_textContainer is TextContainer) 177((TextContainer)_textContainer).DisableUndo(_uiScope); 186_textContainer.TextSelection = null; 192_textContainer.Changed -= new TextContainerChangedEventHandler(OnTextContainerChanged); 863return _textContainer; 1583if (_textContainer is TextContainer && TextServicesHost.Current != null)