1 instantiation of TextServicesContext
PresentationCore (1)
System\Windows\Input\TextServicesContext.cs (1)
261InputMethod.Current.TextServicesContext = new TextServicesContext();
26 references to TextServicesContext
PresentationCore (26)
System\Windows\Input\DefaultTextStore.cs (1)
319TextServicesContext.DispatcherCurrent.RegisterTextStore(this);
System\Windows\Input\InputMethod.cs (7)
1306TextServicesContext.DispatcherCurrent != null) 1311TextServicesContext.DispatcherCurrent.SetFocusOnDefaultTextStore(); 1316TextServicesContext.DispatcherCurrent.SetFocusOnEmptyDim(); 1360internal TextServicesContext TextServicesContext 1637TextServicesContext textservicesContext = TextServicesContext.DispatcherCurrent; 1769private TextServicesContext _textservicesContext;
System\Windows\Input\TextServicesCompartmentContext.cs (4)
72TextServicesContext.DispatcherCurrent == null) 75UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 102TextServicesContext.DispatcherCurrent == null) 110UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
System\Windows\Input\TextServicesContext.cs (4)
254internal static TextServicesContext DispatcherCurrent 460public TextServicesContextShutDownListener(TextServicesContext target, ShutDownEvents events) : base(target, events) 466TextServicesContext textServicesContext = (TextServicesContext)target;
System\Windows\Input\TextServicesManager.cs (10)
115TextServicesContext context; 147context = TextServicesContext.DispatcherCurrent; 161TextServicesContext context; 190context = TextServicesContext.DispatcherCurrent; 212private bool TextServicesKeystroke(TextServicesContext context, KeyEventArgs keyArgs, bool test) 214TextServicesContext.KeyOp keyop; 242keyop = test ? TextServicesContext.KeyOp.TestDown : TextServicesContext.KeyOp.Down; 249keyop = test ? TextServicesContext.KeyOp.TestUp : TextServicesContext.KeyOp.Up;