15 references to Current
PresentationCore (15)
System\Windows\Input\DefaultTextStore.cs (2)
220
DefaultTextStore defaulttextstore = InputMethod.
Current
.DefaultTextStore;
225
InputMethod.
Current
.DefaultTextStore = defaulttextstore;
System\Windows\Input\InputLanguageManager.cs (3)
225
if(InputMethod.
Current
.InputLanguageManager == null)
227
InputMethod.
Current
.InputLanguageManager = new InputLanguageManager();
229
return InputMethod.
Current
.InputLanguageManager;
System\Windows\Input\InputMethod.cs (1)
1295
InputMethod.
Current
.EnableOrDisableInputMethod((bool) e.NewValue);
System\Windows\Input\KeyboardDevice.cs (1)
479
InputMethod.
Current
.GotKeyboardFocus(_focus);
System\Windows\Input\TextServicesCompartmentContext.cs (3)
148
if (InputMethod.
Current
.TextServicesCompartmentContext == null)
149
InputMethod.
Current
.TextServicesCompartmentContext = new TextServicesCompartmentContext();
151
return InputMethod.
Current
.TextServicesCompartmentContext;
System\Windows\Input\TextServicesContext.cs (4)
91
InputMethod.
Current
.DefaultTextStore = null;
260
if (InputMethod.
Current
.TextServicesContext == null)
262
InputMethod.
Current
.TextServicesContext = new TextServicesContext();
265
return InputMethod.
Current
.TextServicesContext;
System\Windows\Input\TextServicesManager.cs (1)
90
InputMethod.
Current
.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));