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