1 write to _textservicesHost
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
1615_textservicesHost = TextServicesHost.Current;
8 references to _textservicesHost
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
95_textservicesHost.RegisterWinEventSink(this); 114_textservicesHost.UnregisterWinEventSink(this); 1617_textservicesHost.RegisterTextStore(this); 1639_textservicesHost.UnregisterTextStore(this, finalizer); 1655_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1845_textservicesHost.ThreadManager.GetFunctionProvider(ref guidSysFunc, out functionPrv); 2274if ((_textservicesHost != null) && (HasSink)) 2408Invariant.Assert(Thread.CurrentThread == _textservicesHost.Dispatcher.Thread, "GrantLock called on bad thread!");