1 write to _textservicesHost
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
1618_textservicesHost = TextServicesHost.Current;
8 references to _textservicesHost
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
95_textservicesHost.RegisterWinEventSink(this); 114_textservicesHost.UnregisterWinEventSink(this); 1620_textservicesHost.RegisterTextStore(this); 1642_textservicesHost.UnregisterTextStore(this, finalizer); 1658_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1848_textservicesHost.ThreadManager.GetFunctionProvider(ref guidSysFunc, out functionPrv); 2280if ((_textservicesHost != null) && (HasSink)) 2417Invariant.Assert(Thread.CurrentThread == _textservicesHost.Dispatcher.Thread, "GrantLock called on bad thread!");