1 instantiation of TextServicesContext
PresentationCore (1)
System\Windows\Input\TextServicesContext.cs (1)
262InputMethod.Current.TextServicesContext = new TextServicesContext();
26 references to TextServicesContext
PresentationCore (26)
System\Windows\Input\DefaultTextStore.cs (1)
320TextServicesContext.DispatcherCurrent.RegisterTextStore(this);
System\Windows\Input\InputMethod.cs (7)
1307TextServicesContext.DispatcherCurrent != null) 1312TextServicesContext.DispatcherCurrent.SetFocusOnDefaultTextStore(); 1317TextServicesContext.DispatcherCurrent.SetFocusOnEmptyDim(); 1361internal TextServicesContext TextServicesContext 1638TextServicesContext textservicesContext = TextServicesContext.DispatcherCurrent; 1770private TextServicesContext _textservicesContext;
System\Windows\Input\TextServicesCompartmentContext.cs (4)
73TextServicesContext.DispatcherCurrent == null) 76UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 103TextServicesContext.DispatcherCurrent == null) 111UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
System\Windows\Input\TextServicesContext.cs (4)
255internal static TextServicesContext DispatcherCurrent 461public TextServicesContextShutDownListener(TextServicesContext target, ShutDownEvents events) : base(target, events) 467TextServicesContext textServicesContext = (TextServicesContext)target;
System\Windows\Input\TextServicesManager.cs (10)
116TextServicesContext context; 148context = TextServicesContext.DispatcherCurrent; 162TextServicesContext context; 191context = TextServicesContext.DispatcherCurrent; 213private bool TextServicesKeystroke(TextServicesContext context, KeyEventArgs keyArgs, bool test) 215TextServicesContext.KeyOp keyop; 243keyop = test ? TextServicesContext.KeyOp.TestDown : TextServicesContext.KeyOp.Down; 250keyop = test ? TextServicesContext.KeyOp.TestUp : TextServicesContext.KeyOp.Up;