1 write to _textservicesHost
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
1622_textservicesHost = TextServicesHost.Current;
8 references to _textservicesHost
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
96_textservicesHost.RegisterWinEventSink(this); 115_textservicesHost.UnregisterWinEventSink(this); 1624_textservicesHost.RegisterTextStore(this); 1646_textservicesHost.UnregisterTextStore(this, finalizer); 1662_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1855_textservicesHost.ThreadManager.GetFunctionProvider(ref guidSysFunc, out functionPrv); 2287if ((_textservicesHost != null) && (HasSink)) 2424Invariant.Assert(Thread.CurrentThread == _textservicesHost.Dispatcher.Thread, "GrantLock called on bad thread!");