2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
223_textstore = null; 1541_textstore = new TextStore(this);
10 references to _textstore
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (10)
220if (_textstore != null) 222_textstore.OnDetach(finalizer); 890get { return _textstore; } 1539if (_textstore == null) 1545_textstore.OnAttach(); 1602_textstore?.OnLayoutUpdated(); 1649if ((bool)e.NewValue && This._textstore != null) 1651This._textstore.CompleteCompositionAsync(); 1685This._textstore?.OnGotFocus(); 1740This._textstore?.OnLostFocus();