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)
221
if (
_textstore
!= null)
223
_textstore
.OnDetach(finalizer);
891
get { return
_textstore
; }
1540
if (
_textstore
== null)
1546
_textstore
.OnAttach();
1603
_textstore
?.OnLayoutUpdated();
1650
if ((bool)e.NewValue == true && This.
_textstore
!= null)
1652
This.
_textstore
.CompleteCompositionAsync();
1686
This.
_textstore
?.OnGotFocus();
1741
This.
_textstore
?.OnLostFocus();