20 references to TextStore
PresentationFramework (20)
MS\Internal\Helper.cs (1)
1497
System.Windows.Documents.TextStore ts = te.
TextStore
;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
2176
if ((textBox.TextEditor != null) && (textBox.TextEditor.
TextStore
!= null))
2184
textBox.TextEditor.
TextStore
.OnGotFocus();
System\windows\Documents\TextEditor.cs (2)
1290
if (
TextStore
!= null)
1292
TextStore
.CompleteComposition();
System\windows\Documents\TextEditorContextMenu.cs (1)
546
TextStore textStore = textEditor.
TextStore
;
System\windows\Documents\TextEditorTyping.cs (13)
273
if (This.
TextStore
== null ||
274
This.
TextStore
.IsComposing)
396
if (composition.Owner == This.
TextStore
)
398
This.
TextStore
.UpdateCompositionText(composition);
443
if (This.
TextStore
!= null)
446
args.CanExecute = This.
TextStore
.QueryRangeOrReconvertSelection( /*fDoReconvert:*/ false);
467
if (This.
TextStore
!= null)
469
This.
TextStore
.QueryRangeOrReconvertSelection( /*fDoReconvert:*/ true);
488
if (TextServicesLoader.ServicesInstalled && (This.
TextStore
!= null))
501
TextServicesHost.StartTransitoryExtension(This.
TextStore
);
511
TextServicesHost.StopTransitoryExtension(This.
TextStore
);
1282
if (This.
TextStore
!= null && This.
TextStore
.IsComposing)
System\windows\Documents\TextSelection.cs (1)
2650
return _textEditor.
TextStore
;