2 writes to _textstore
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
245_textstore = null; 1593_textstore = new TextStore(this);
13 references to _textstore
PresentationFramework (13)
src\Framework\System\windows\Documents\TextEditor.cs (13)
242if (_textstore != null) 244_textstore.OnDetach(finalizer); 930get { return _textstore; } 1591if (_textstore == null) 1597_textstore.OnAttach(); 1654if (_textstore != null) 1656_textstore.OnLayoutUpdated(); 1707if ((bool)e.NewValue == true && This._textstore != null) 1709This._textstore.CompleteCompositionAsync(); 1749if (This._textstore != null) 1751This._textstore.OnGotFocus(); 1812if (This._textstore != null) 1814This._textstore.OnLostFocus();