15 references to Current
PresentationCore (15)
Core\CSharp\System\Windows\Input\DefaultTextStore.cs (2)
254DefaultTextStore defaulttextstore = InputMethod.Current.DefaultTextStore; 259InputMethod.Current.DefaultTextStore = defaulttextstore;
Core\CSharp\System\Windows\Input\InputLanguageManager.cs (3)
269if(InputMethod.Current.InputLanguageManager == null) 271InputMethod.Current.InputLanguageManager = new InputLanguageManager(); 273return InputMethod.Current.InputLanguageManager;
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1407InputMethod.Current.EnableOrDisableInputMethod((bool) e.NewValue);
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
561InputMethod.Current.GotKeyboardFocus(_focus);
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (3)
172if (InputMethod.Current.TextServicesCompartmentContext == null) 173InputMethod.Current.TextServicesCompartmentContext = new TextServicesCompartmentContext(); 175return InputMethod.Current.TextServicesCompartmentContext;
Core\CSharp\System\Windows\Input\TextServicesContext.cs (4)
112InputMethod.Current.DefaultTextStore = null; 305if (InputMethod.Current.TextServicesContext == null) 307InputMethod.Current.TextServicesContext = new TextServicesContext(); 310return InputMethod.Current.TextServicesContext;
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
102InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));