1 instantiation of InputMethod
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
438inputMethod = new InputMethod();
52 references to InputMethod
PresentationCore (35)
System\Windows\ContentElement.cs (1)
756get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
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 (10)
229typeof(InputMethod), 264typeof(InputMethod), 298typeof(InputMethod), 331typeof(InputMethod), 364typeof(InputMethod), 396typeof(InputMethod), 424public static InputMethod Current 428InputMethod inputMethod = null; 434inputMethod = dispatcher.InputMethod as InputMethod; 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\TextServicesCompartmentEventSink.cs (2)
39internal TextServicesCompartmentEventSink(InputMethod inputmethod) 66private InputMethod _inputmethod;
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 (7)
86if ((bool)focus.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 93InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty)); 136if (InputMethod.IsImm32ImeCurrent()) 140if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 172if (InputMethod.IsImm32ImeCurrent()) 176if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty))
System\Windows\UIElement.cs (1)
2668get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\UIElement3D.cs (1)
648get { return (bool)GetValue(InputMethod.IsInputMethodEnabledProperty); }
PresentationFramework (13)
System\Windows\Controls\MenuItem.cs (1)
200InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\PasswordBox.cs (1)
73InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox),
System\Windows\Controls\Primitives\ButtonBase.cs (1)
45InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\MenuBase.cs (1)
74InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
68InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (3)
858PrepareAttributes((InputScope)UiScope.GetValue(InputMethod.InputScopeProperty), 878PrepareAttributes((InputScope)position.GetValue(InputMethod.InputScopeProperty), 1670if ((bool)UiScope.GetValue(InputMethod.IsInputMethodEnabledProperty))
System\Windows\FrameworkContentElement.cs (1)
1088InputMethod.InputScopeProperty.AddOwner(typeof(FrameworkContentElement),
System\Windows\FrameworkElement.cs (1)
3265InputMethod.InputScopeProperty.AddOwner(_typeofThis,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
393case 297: t = () => typeof(InputMethod); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5472typeof(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)
347InputMethod.SetIsInputMethodEnabled(this, false);
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
127InputMethod.SetIsInputMethodEnabled(_editableTextBox, false);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
682SWI.InputMethod.SetIsInputMethodEnabled(element, isEnabled);
System\Windows\Integration\WindowsFormsHost.cs (1)
96if (InputMethod.GetIsInputMethodEnabled(this))