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)
232
if (
_textstore
!= null)
234
_textstore
.OnDetach(finalizer);
903
get { return
_textstore
; }
1558
if (
_textstore
== null)
1564
_textstore
.OnAttach();
1621
if (
_textstore
!= null)
1623
_textstore
.OnLayoutUpdated();
1674
if ((bool)e.NewValue == true && This.
_textstore
!= null)
1676
This.
_textstore
.CompleteCompositionAsync();
1710
if (This.
_textstore
!= null)
1712
This.
_textstore
.OnGotFocus();
1768
if (This.
_textstore
!= null)
1770
This.
_textstore
.OnLostFocus();