4 references to TextStore
PresentationFramework (4)
System\windows\Documents\TextSelection.cs (4)
209
this.
TextStore
?.OnSelectionChange();
222
this.
TextStore
?.OnSelectionChanged();
1092
if (this.
TextStore
!= null)
1094
return
TextStore
.IsInterimSelection;