6 references to TextStore
PresentationFramework (6)
src\Framework\System\windows\Documents\TextSelection.cs (6)
216
if (this.
TextStore
!= null)
218
this.
TextStore
.OnSelectionChange();
235
if (this.
TextStore
!= null)
237
this.
TextStore
.OnSelectionChanged();
1114
if (this.
TextStore
!= null)
1116
return
TextStore
.IsInterimSelection;