1 write to _textservicesHost
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
1508_textservicesHost = TextServicesHost.Current;
8 references to _textservicesHost
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextStore.cs (8)
119_textservicesHost.RegisterWinEventSink(this); 144_textservicesHost.UnregisterWinEventSink(this); 1510_textservicesHost.RegisterTextStore(this); 1533_textservicesHost.UnregisterTextStore(this, finalizer); 1553_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1745_textservicesHost.ThreadManager.GetFunctionProvider(ref guidSysFunc, out functionPrv); 2167if ((_textservicesHost != null) && (HasSink)) 2300Invariant.Assert(Thread.CurrentThread == _textservicesHost.Dispatcher.Thread, "GrantLock called on bad thread!");