2 writes to _textstore
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
245
_textstore
= null;
1593
_textstore
= new TextStore(this);
13 references to _textstore
PresentationFramework (13)
src\Framework\System\windows\Documents\TextEditor.cs (13)
242
if (
_textstore
!= null)
244
_textstore
.OnDetach(finalizer);
930
get { return
_textstore
; }
1591
if (
_textstore
== null)
1597
_textstore
.OnAttach();
1654
if (
_textstore
!= null)
1656
_textstore
.OnLayoutUpdated();
1707
if ((bool)e.NewValue == true && This.
_textstore
!= null)
1709
This.
_textstore
.CompleteCompositionAsync();
1749
if (This.
_textstore
!= null)
1751
This.
_textstore
.OnGotFocus();
1812
if (This.
_textstore
!= null)
1814
This.
_textstore
.OnLostFocus();