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