10 references to IsInputMethodEnabledProperty
PresentationCore (6)
System\Windows\ContentElement.cs (1)
756get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\Input\InputMethod.cs (2)
241target.SetValue(IsInputMethodEnabledProperty, value); 252return (bool)(target.GetValue(IsInputMethodEnabledProperty));
System\Windows\Input\TextServicesManager.cs (1)
93InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));
System\Windows\UIElement.cs (1)
2668get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
System\Windows\UIElement3D.cs (1)
648get { return (bool)GetValue(InputMethod.IsInputMethodEnabledProperty); }
PresentationFramework (4)
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\TextBoxBase.cs (1)
68InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (1)
1670if ((bool)UiScope.GetValue(InputMethod.IsInputMethodEnabledProperty))