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