1 instantiation of TextServicesContext
PresentationCore (1)
System\Windows\Input\TextServicesContext.cs (1)
268InputMethod.Current.TextServicesContext = new TextServicesContext();
26 references to TextServicesContext
PresentationCore (26)
System\Windows\Input\DefaultTextStore.cs (1)
327TextServicesContext.DispatcherCurrent.RegisterTextStore(this);
System\Windows\Input\InputMethod.cs (7)
1321TextServicesContext.DispatcherCurrent != null) 1326TextServicesContext.DispatcherCurrent.SetFocusOnDefaultTextStore(); 1331TextServicesContext.DispatcherCurrent.SetFocusOnEmptyDim(); 1375internal TextServicesContext TextServicesContext 1651TextServicesContext textservicesContext = TextServicesContext.DispatcherCurrent; 1783private TextServicesContext _textservicesContext;
System\Windows\Input\TextServicesCompartmentContext.cs (4)
80TextServicesContext.DispatcherCurrent == null) 83UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 110TextServicesContext.DispatcherCurrent == null) 118UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
System\Windows\Input\TextServicesContext.cs (4)
261internal static TextServicesContext DispatcherCurrent 473public TextServicesContextShutDownListener(TextServicesContext target, ShutDownEvents events) : base(target, events) 479TextServicesContext textServicesContext = (TextServicesContext)target;
System\Windows\Input\TextServicesManager.cs (10)
119TextServicesContext context; 151context = TextServicesContext.DispatcherCurrent; 165TextServicesContext context; 194context = TextServicesContext.DispatcherCurrent; 216private bool TextServicesKeystroke(TextServicesContext context, KeyEventArgs keyArgs, bool test) 218TextServicesContext.KeyOp keyop; 246keyop = test ? TextServicesContext.KeyOp.TestDown : TextServicesContext.KeyOp.Down; 253keyop = test ? TextServicesContext.KeyOp.TestUp : TextServicesContext.KeyOp.Up;