1 write to _textservicesHost
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
1619_textservicesHost = TextServicesHost.Current;
8 references to _textservicesHost
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
96_textservicesHost.RegisterWinEventSink(this); 115_textservicesHost.UnregisterWinEventSink(this); 1621_textservicesHost.RegisterTextStore(this); 1643_textservicesHost.UnregisterTextStore(this, finalizer); 1659_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1849_textservicesHost.ThreadManager.GetFunctionProvider(ref guidSysFunc, out functionPrv); 2281if ((_textservicesHost != null) && (HasSink)) 2418Invariant.Assert(Thread.CurrentThread == _textservicesHost.Dispatcher.Thread, "GrantLock called on bad thread!");