10 references to IsInputMethodEnabledProperty
PresentationCore (6)
Core\CSharp\System\Windows\ContentElement.cs (1)
762get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
Core\CSharp\System\Windows\Input\InputMethod.cs (2)
251target.SetValue(IsInputMethodEnabledProperty, value); 265return (bool)(target.GetValue(IsInputMethodEnabledProperty));
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
102InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.IsInputMethodEnabledProperty));
Core\CSharp\System\Windows\UIElement.cs (1)
2697get { return (bool) GetValue(InputMethod.IsInputMethodEnabledProperty); }
Core\CSharp\System\Windows\UIElement3D.cs (1)
656get { return (bool)GetValue(InputMethod.IsInputMethodEnabledProperty); }
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
76InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox),
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
42InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
71InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
src\Framework\System\Windows\Documents\TextStore.cs (1)
1550if ((bool)UiScope.GetValue(InputMethod.IsInputMethodEnabledProperty))