2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
224_textstore = null; 1551_textstore = new TextStore(this);
13 references to _textstore
PresentationFramework (13)
System\windows\Documents\TextEditor.cs (13)
221if (_textstore != null) 223_textstore.OnDetach(finalizer); 894get { return _textstore; } 1549if (_textstore == null) 1555_textstore.OnAttach(); 1612if (_textstore != null) 1614_textstore.OnLayoutUpdated(); 1665if ((bool)e.NewValue == true && This._textstore != null) 1667This._textstore.CompleteCompositionAsync(); 1701if (This._textstore != null) 1703This._textstore.OnGotFocus(); 1759if (This._textstore != null) 1761This._textstore.OnLostFocus();