15 references to Current
PresentationCore (15)
System\Windows\Input\DefaultTextStore.cs (2)
219
DefaultTextStore defaulttextstore = InputMethod.
Current
.DefaultTextStore;
224
InputMethod.
Current
.DefaultTextStore = defaulttextstore;
System\Windows\Input\InputLanguageManager.cs (3)
224
if(InputMethod.
Current
.InputLanguageManager == null)
226
InputMethod.
Current
.InputLanguageManager = new InputLanguageManager();
228
return InputMethod.
Current
.InputLanguageManager;
System\Windows\Input\InputMethod.cs (1)
1294
InputMethod.
Current
.EnableOrDisableInputMethod((bool) e.NewValue);
System\Windows\Input\KeyboardDevice.cs (1)
487
InputMethod.
Current
.GotKeyboardFocus(_focus);
System\Windows\Input\TextServicesCompartmentContext.cs (3)
147
if (InputMethod.
Current
.TextServicesCompartmentContext == null)
148
InputMethod.
Current
.TextServicesCompartmentContext = new TextServicesCompartmentContext();
150
return InputMethod.
Current
.TextServicesCompartmentContext;
System\Windows\Input\TextServicesContext.cs (4)
90
InputMethod.
Current
.DefaultTextStore = null;
259
if (InputMethod.
Current
.TextServicesContext == null)
261
InputMethod.
Current
.TextServicesContext = new TextServicesContext();
264
return InputMethod.
Current
.TextServicesContext;
System\Windows\Input\TextServicesManager.cs (1)
89
InputMethod.
Current
.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));