6 references to TextStore
PresentationFramework (6)
System\windows\Documents\TextSelection.cs (6)
213
if (this.
TextStore
!= null)
215
this.
TextStore
.OnSelectionChange();
232
if (this.
TextStore
!= null)
234
this.
TextStore
.OnSelectionChanged();
1111
if (this.
TextStore
!= null)
1113
return
TextStore
.IsInterimSelection;