1 write to _textservicesHost
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
1633_textservicesHost = TextServicesHost.Current;
8 references to _textservicesHost
PresentationFramework (8)
System\Windows\Documents\TextStore.cs (8)
107_textservicesHost.RegisterWinEventSink(this); 126_textservicesHost.UnregisterWinEventSink(this); 1635_textservicesHost.RegisterTextStore(this); 1657_textservicesHost.UnregisterTextStore(this, finalizer); 1673_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1866_textservicesHost.ThreadManager.GetFunctionProvider(ref guidSysFunc, out functionPrv); 2307if ((_textservicesHost != null) && (HasSink)) 2444Invariant.Assert(Thread.CurrentThread == _textservicesHost.Dispatcher.Thread, "GrantLock called on bad thread!");