15 references to Current
PresentationCore (15)
System\Windows\Input\DefaultTextStore.cs (2)
227
DefaultTextStore defaulttextstore = InputMethod.
Current
.DefaultTextStore;
232
InputMethod.
Current
.DefaultTextStore = defaulttextstore;
System\Windows\Input\InputLanguageManager.cs (3)
238
if(InputMethod.
Current
.InputLanguageManager == null)
240
InputMethod.
Current
.InputLanguageManager = new InputLanguageManager();
242
return InputMethod.
Current
.InputLanguageManager;
System\Windows\Input\InputMethod.cs (1)
1309
InputMethod.
Current
.EnableOrDisableInputMethod((bool) e.NewValue);
System\Windows\Input\KeyboardDevice.cs (1)
488
InputMethod.
Current
.GotKeyboardFocus(_focus);
System\Windows\Input\TextServicesCompartmentContext.cs (3)
155
if (InputMethod.
Current
.TextServicesCompartmentContext == null)
156
InputMethod.
Current
.TextServicesCompartmentContext = new TextServicesCompartmentContext();
158
return InputMethod.
Current
.TextServicesCompartmentContext;
System\Windows\Input\TextServicesContext.cs (4)
97
InputMethod.
Current
.DefaultTextStore = null;
266
if (InputMethod.
Current
.TextServicesContext == null)
268
InputMethod.
Current
.TextServicesContext = new TextServicesContext();
271
return InputMethod.
Current
.TextServicesContext;
System\Windows\Input\TextServicesManager.cs (1)
93
InputMethod.
Current
.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));