2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
223
_textstore
= null;
1541
_textstore
= new TextStore(this);
10 references to _textstore
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (10)
220
if (
_textstore
!= null)
222
_textstore
.OnDetach(finalizer);
890
get { return
_textstore
; }
1539
if (
_textstore
== null)
1545
_textstore
.OnAttach();
1602
_textstore
?.OnLayoutUpdated();
1649
if ((bool)e.NewValue && This.
_textstore
!= null)
1651
This.
_textstore
.CompleteCompositionAsync();
1685
This.
_textstore
?.OnGotFocus();
1740
This.
_textstore
?.OnLostFocus();