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);
2167
if ((
_textservicesHost
!= null) && (HasSink))
2300
Invariant.Assert(Thread.CurrentThread ==
_textservicesHost
.Dispatcher.Thread, "GrantLock called on bad thread!");