2 writes to _textstore
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
221
_textstore
= null;
1535
_textstore
= new TextStore(this);
9 references to _textstore
PresentationFramework (9)
System\windows\Documents\TextEditor.cs (9)
220
_textstore
?.OnDetach(finalizer);
884
get { return
_textstore
; }
1533
if (
_textstore
== null)
1539
_textstore
.OnAttach();
1596
_textstore
?.OnLayoutUpdated();
1643
if ((bool)e.NewValue && This.
_textstore
!= null)
1645
This.
_textstore
.CompleteCompositionAsync();
1679
This.
_textstore
?.OnGotFocus();
1734
This.
_textstore
?.OnLostFocus();