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