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)
226
if (
_textstore
!= null)
228
_textstore
.OnDetach(finalizer);
897
get { return
_textstore
; }
1552
if (
_textstore
== null)
1558
_textstore
.OnAttach();
1615
if (
_textstore
!= null)
1617
_textstore
.OnLayoutUpdated();
1668
if ((bool)e.NewValue == true && This.
_textstore
!= null)
1670
This.
_textstore
.CompleteCompositionAsync();
1704
if (This.
_textstore
!= null)
1706
This.
_textstore
.OnGotFocus();
1762
if (This.
_textstore
!= null)
1764
This.
_textstore
.OnLostFocus();