2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
221_textstore = null; 1535_textstore = new TextStore(this);
9 references to _textstore
PresentationFramework (9)
System\windows\Documents\TextEditor.cs (9)
220_textstore?.OnDetach(finalizer); 884get { return _textstore; } 1533if (_textstore == null) 1539_textstore.OnAttach(); 1596_textstore?.OnLayoutUpdated(); 1643if ((bool)e.NewValue && This._textstore != null) 1645This._textstore.CompleteCompositionAsync(); 1679This._textstore?.OnGotFocus(); 1734This._textstore?.OnLostFocus();