1 instantiation of InputMethod
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
423inputMethod = new InputMethod();
52 references to InputMethod
PresentationCore (35)
System\Windows\ContentElement.cs (1)
744get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
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 (10)
214typeof(InputMethod), 249typeof(InputMethod), 283typeof(InputMethod), 316typeof(InputMethod), 349typeof(InputMethod), 381typeof(InputMethod), 409public static InputMethod Current 413InputMethod inputMethod = null; 419inputMethod = dispatcher.InputMethod as InputMethod; 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\TextServicesCompartmentEventSink.cs (2)
31internal TextServicesCompartmentEventSink(InputMethod inputmethod) 58private InputMethod _inputmethod;
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 (7)
82if ((bool)focus.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 89InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty)); 132if (InputMethod.IsImm32ImeCurrent()) 136if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 168if (InputMethod.IsImm32ImeCurrent()) 172if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty))
System\Windows\UIElement.cs (1)
2654get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\UIElement3D.cs (1)
632get { return (bool)GetValue(InputMethod.IsInputMethodEnabledProperty); }
PresentationFramework (13)
System\Windows\Controls\MenuItem.cs (1)
189InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\PasswordBox.cs (1)
58InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox),
System\Windows\Controls\Primitives\ButtonBase.cs (1)
33InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\MenuBase.cs (1)
64InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
58InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (3)
846PrepareAttributes((InputScope)UiScope.GetValue(InputMethod.InputScopeProperty), 866PrepareAttributes((InputScope)position.GetValue(InputMethod.InputScopeProperty), 1652if ((bool)UiScope.GetValue(InputMethod.IsInputMethodEnabledProperty))
System\Windows\FrameworkContentElement.cs (1)
1067InputMethod.InputScopeProperty.AddOwner(typeof(FrameworkContentElement),
System\Windows\FrameworkElement.cs (1)
3242InputMethod.InputScopeProperty.AddOwner(_typeofThis,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
390case 297: t = () => typeof(InputMethod); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5959typeof(System.Windows.Input.InputMethod),
System\Windows\Markup\KnownTypes.cs (1)
5844case KnownElements.InputMethod: t = typeof(System.Windows.Input.InputMethod); break;
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
344InputMethod.SetIsInputMethodEnabled(this, false);
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
120InputMethod.SetIsInputMethodEnabled(_editableTextBox, false);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
676SWI.InputMethod.SetIsInputMethodEnabled(element, isEnabled);
System\Windows\Integration\WindowsFormsHost.cs (1)
93if (InputMethod.GetIsInputMethodEnabled(this))