2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
235_textstore = null; 1560_textstore = new TextStore(this);
13 references to _textstore
PresentationFramework (13)
System\windows\Documents\TextEditor.cs (13)
232if (_textstore != null) 234_textstore.OnDetach(finalizer); 903get { return _textstore; } 1558if (_textstore == null) 1564_textstore.OnAttach(); 1621if (_textstore != null) 1623_textstore.OnLayoutUpdated(); 1674if ((bool)e.NewValue == true && This._textstore != null) 1676This._textstore.CompleteCompositionAsync(); 1710if (This._textstore != null) 1712This._textstore.OnGotFocus(); 1768if (This._textstore != null) 1770This._textstore.OnLostFocus();