2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
224_textstore = null; 1542_textstore = new TextStore(this);
10 references to _textstore
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (10)
221if (_textstore != null) 223_textstore.OnDetach(finalizer); 891get { return _textstore; } 1540if (_textstore == null) 1546_textstore.OnAttach(); 1603_textstore?.OnLayoutUpdated(); 1650if ((bool)e.NewValue == true && This._textstore != null) 1652This._textstore.CompleteCompositionAsync(); 1686This._textstore?.OnGotFocus(); 1741This._textstore?.OnLostFocus();