1 instantiation of TextServicesHost
PresentationFramework (1)
System\Windows\Documents\TextServicesHost.cs (1)
193threadLocalStore.TextServicesHost = new TextServicesHost();
10 references to TextServicesHost
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (1)
1544if (_textContainer is TextContainer && TextServicesHost.Current != null)
System\windows\Documents\TextEditorThreadLocalStore.cs (2)
122internal TextServicesHost TextServicesHost 181private TextServicesHost _textServicesHost;
System\windows\Documents\TextEditorTyping.cs (4)
481TextServicesHost tsfHost = TextServicesHost.Current; 492TextServicesHost.StartTransitoryExtension(This.TextStore); 502TextServicesHost.StopTransitoryExtension(This.TextStore);
System\Windows\Documents\TextServicesHost.cs (1)
185internal static TextServicesHost Current
System\Windows\Documents\TextStore.cs (2)
1622_textservicesHost = TextServicesHost.Current; 4516private TextServicesHost _textservicesHost;