15 references to Current
PresentationCore (15)
System\Windows\Input\DefaultTextStore.cs (2)
219DefaultTextStore defaulttextstore = InputMethod.Current.DefaultTextStore; 224InputMethod.Current.DefaultTextStore = defaulttextstore;
System\Windows\Input\InputLanguageManager.cs (3)
224if(InputMethod.Current.InputLanguageManager == null) 226InputMethod.Current.InputLanguageManager = new InputLanguageManager(); 228return InputMethod.Current.InputLanguageManager;
System\Windows\Input\InputMethod.cs (1)
1294InputMethod.Current.EnableOrDisableInputMethod((bool) e.NewValue);
System\Windows\Input\KeyboardDevice.cs (1)
487InputMethod.Current.GotKeyboardFocus(_focus);
System\Windows\Input\TextServicesCompartmentContext.cs (3)
147if (InputMethod.Current.TextServicesCompartmentContext == null) 148InputMethod.Current.TextServicesCompartmentContext = new TextServicesCompartmentContext(); 150return InputMethod.Current.TextServicesCompartmentContext;
System\Windows\Input\TextServicesContext.cs (4)
90InputMethod.Current.DefaultTextStore = null; 259if (InputMethod.Current.TextServicesContext == null) 261InputMethod.Current.TextServicesContext = new TextServicesContext(); 264return InputMethod.Current.TextServicesContext;
System\Windows\Input\TextServicesManager.cs (1)
89InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));