10 references to IsInputMethodEnabledProperty
PresentationCore (6)
System\Windows\ContentElement.cs (1)
745get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\Input\InputMethod.cs (2)
227target.SetValue(IsInputMethodEnabledProperty, value); 238return (bool)(target.GetValue(IsInputMethodEnabledProperty));
System\Windows\Input\TextServicesManager.cs (1)
90InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));
System\Windows\UIElement.cs (1)
2663get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\UIElement3D.cs (1)
633get { return (bool)GetValue(InputMethod.IsInputMethodEnabledProperty); }
PresentationFramework (4)
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\TextBoxBase.cs (1)
59InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (1)
1659if ((bool)UiScope.GetValue(InputMethod.IsInputMethodEnabledProperty))