2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
229_textstore = null; 1554_textstore = new TextStore(this);
13 references to _textstore
PresentationFramework (13)
System\windows\Documents\TextEditor.cs (13)
226if (_textstore != null) 228_textstore.OnDetach(finalizer); 897get { return _textstore; } 1552if (_textstore == null) 1558_textstore.OnAttach(); 1615if (_textstore != null) 1617_textstore.OnLayoutUpdated(); 1668if ((bool)e.NewValue == true && This._textstore != null) 1670This._textstore.CompleteCompositionAsync(); 1704if (This._textstore != null) 1706This._textstore.OnGotFocus(); 1762if (This._textstore != null) 1764This._textstore.OnLostFocus();