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