4 references to TextStore
PresentationFramework (4)
System\windows\Documents\TextSelection.cs (4)
210
this.
TextStore
?.OnSelectionChange();
223
this.
TextStore
?.OnSelectionChanged();
1093
if (this.
TextStore
!= null)
1095
return
TextStore
.IsInterimSelection;