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