1 instantiation of InputMethod
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
424inputMethod = new InputMethod();
52 references to InputMethod
PresentationCore (35)
System\Windows\ContentElement.cs (1)
745get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
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 (10)
215typeof(InputMethod), 250typeof(InputMethod), 284typeof(InputMethod), 317typeof(InputMethod), 350typeof(InputMethod), 382typeof(InputMethod), 410public static InputMethod Current 414InputMethod inputMethod = null; 420inputMethod = dispatcher.InputMethod as InputMethod; 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\TextServicesCompartmentEventSink.cs (2)
32internal TextServicesCompartmentEventSink(InputMethod inputmethod) 59private InputMethod _inputmethod;
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 (7)
83if ((bool)focus.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 90InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty)); 133if (InputMethod.IsImm32ImeCurrent()) 137if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 169if (InputMethod.IsImm32ImeCurrent()) 173if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty))
System\Windows\UIElement.cs (1)
2663get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\UIElement3D.cs (1)
633get { return (bool)GetValue(InputMethod.IsInputMethodEnabledProperty); }
PresentationFramework (13)
System\Windows\Controls\MenuItem.cs (1)
190InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\PasswordBox.cs (1)
65InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox),
System\Windows\Controls\Primitives\ButtonBase.cs (1)
34InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\MenuBase.cs (1)
65InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
59InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (3)
847PrepareAttributes((InputScope)UiScope.GetValue(InputMethod.InputScopeProperty), 867PrepareAttributes((InputScope)position.GetValue(InputMethod.InputScopeProperty), 1659if ((bool)UiScope.GetValue(InputMethod.IsInputMethodEnabledProperty))
System\Windows\FrameworkContentElement.cs (1)
1076InputMethod.InputScopeProperty.AddOwner(typeof(FrameworkContentElement),
System\Windows\FrameworkElement.cs (1)
3254InputMethod.InputScopeProperty.AddOwner(_typeofThis,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
391case 297: t = () => typeof(InputMethod); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5470typeof(System.Windows.Input.InputMethod),
System\Windows\Markup\KnownTypes.cs (1)
5851case KnownElements.InputMethod: t = typeof(System.Windows.Input.InputMethod); break;
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
345InputMethod.SetIsInputMethodEnabled(this, false);
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
125InputMethod.SetIsInputMethodEnabled(_editableTextBox, false);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
679SWI.InputMethod.SetIsInputMethodEnabled(element, isEnabled);
System\Windows\Integration\WindowsFormsHost.cs (1)
94if (InputMethod.GetIsInputMethodEnabled(this))