1 instantiation of TextServicesHost
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
232threadLocalStore.TextServicesHost = new TextServicesHost();
10 references to TextServicesHost
PresentationFramework (10)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1583if (_textContainer is TextContainer && TextServicesHost.Current != null)
src\Framework\System\windows\Documents\TextEditorThreadLocalStore.cs (2)
124internal TextServicesHost TextServicesHost 183private TextServicesHost _textServicesHost;
src\Framework\System\windows\Documents\TextEditorTyping.cs (4)
506TextServicesHost tsfHost = TextServicesHost.Current; 517TextServicesHost.StartTransitoryExtension(This.TextStore); 527TextServicesHost.StopTransitoryExtension(This.TextStore);
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
224internal static TextServicesHost Current
src\Framework\System\Windows\Documents\TextStore.cs (2)
1508_textservicesHost = TextServicesHost.Current; 4367private TextServicesHost _textservicesHost;