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