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)
221
if (
_textstore
!= null)
223
_textstore
.OnDetach(finalizer);
894
get { return
_textstore
; }
1549
if (
_textstore
== null)
1555
_textstore
.OnAttach();
1612
if (
_textstore
!= null)
1614
_textstore
.OnLayoutUpdated();
1665
if ((bool)e.NewValue == true && This.
_textstore
!= null)
1667
This.
_textstore
.CompleteCompositionAsync();
1701
if (This.
_textstore
!= null)
1703
This.
_textstore
.OnGotFocus();
1759
if (This.
_textstore
!= null)
1761
This.
_textstore
.OnLostFocus();