6 references to TextStore
PresentationFramework (6)
System\windows\Documents\TextSelection.cs (6)
210
if (this.
TextStore
!= null)
212
this.
TextStore
.OnSelectionChange();
229
if (this.
TextStore
!= null)
231
this.
TextStore
.OnSelectionChanged();
1108
if (this.
TextStore
!= null)
1110
return
TextStore
.IsInterimSelection;