10 references to IsInputMethodEnabledProperty
PresentationCore (6)
System\Windows\ContentElement.cs (1)
744
get { return (bool) GetValue(InputMethod.
IsInputMethodEnabledProperty
); }
System\Windows\Input\InputMethod.cs (2)
226
target.SetValue(
IsInputMethodEnabledProperty
, value);
237
return (bool)(target.GetValue(
IsInputMethodEnabledProperty
));
System\Windows\Input\TextServicesManager.cs (1)
89
InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.
IsInputMethodEnabledProperty
));
System\Windows\UIElement.cs (1)
2654
get { return (bool) GetValue(InputMethod.
IsInputMethodEnabledProperty
); }
System\Windows\UIElement3D.cs (1)
632
get { return (bool)GetValue(InputMethod.
IsInputMethodEnabledProperty
); }
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (1)
58
InputMethod.
IsInputMethodEnabledProperty
.OverrideMetadata(typeof(PasswordBox),
System\Windows\Controls\Primitives\ButtonBase.cs (1)
33
InputMethod.
IsInputMethodEnabledProperty
.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
58
InputMethod.
IsInputMethodEnabledProperty
.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (1)
1655
if ((bool)UiScope.GetValue(InputMethod.
IsInputMethodEnabledProperty
))