1 instantiation of TextServicesHost
PresentationFramework (1)
System\Windows\Documents\TextServicesHost.cs (1)
190threadLocalStore.TextServicesHost = new TextServicesHost();
10 references to TextServicesHost
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (1)
1532if (_textContainer is TextContainer && TextServicesHost.Current != null)
System\windows\Documents\TextEditorThreadLocalStore.cs (2)
122internal TextServicesHost TextServicesHost 181private TextServicesHost _textServicesHost;
System\windows\Documents\TextEditorTyping.cs (4)
472TextServicesHost tsfHost = TextServicesHost.Current; 483TextServicesHost.StartTransitoryExtension(This.TextStore); 493TextServicesHost.StopTransitoryExtension(This.TextStore);
System\Windows\Documents\TextServicesHost.cs (1)
182internal static TextServicesHost Current
System\Windows\Documents\TextStore.cs (2)
1619_textservicesHost = TextServicesHost.Current; 4509private TextServicesHost _textservicesHost;