1 instantiation of TextServicesHost
PresentationFramework (1)
System\Windows\Documents\TextServicesHost.cs (1)
201threadLocalStore.TextServicesHost = new TextServicesHost();
10 references to TextServicesHost
PresentationFramework (10)
System\windows\Documents\TextEditor.cs (1)
1550if (_textContainer is TextContainer && TextServicesHost.Current != null)
System\windows\Documents\TextEditorThreadLocalStore.cs (2)
124internal TextServicesHost TextServicesHost 183private TextServicesHost _textServicesHost;
System\windows\Documents\TextEditorTyping.cs (4)
490TextServicesHost tsfHost = TextServicesHost.Current; 501TextServicesHost.StartTransitoryExtension(This.TextStore); 511TextServicesHost.StopTransitoryExtension(This.TextStore);
System\Windows\Documents\TextServicesHost.cs (1)
193internal static TextServicesHost Current
System\Windows\Documents\TextStore.cs (2)
1633_textservicesHost = TextServicesHost.Current; 4540private TextServicesHost _textservicesHost;