10 references to IsInputMethodEnabledProperty
PresentationCore (6)
System\Windows\ContentElement.cs (1)
756
get { return (bool) GetValue(InputMethod.
IsInputMethodEnabledProperty
); }
System\Windows\Input\InputMethod.cs (2)
241
target.SetValue(
IsInputMethodEnabledProperty
, value);
252
return (bool)(target.GetValue(
IsInputMethodEnabledProperty
));
System\Windows\Input\TextServicesManager.cs (1)
93
InputMethod.Current.EnableOrDisableInputMethod((bool)focus.GetValue(InputMethod.
IsInputMethodEnabledProperty
));
System\Windows\UIElement.cs (1)
2668
get { return (bool) GetValue(InputMethod.
IsInputMethodEnabledProperty
); }
System\Windows\UIElement3D.cs (1)
648
get { return (bool)GetValue(InputMethod.
IsInputMethodEnabledProperty
); }
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (1)
73
InputMethod.
IsInputMethodEnabledProperty
.OverrideMetadata(typeof(PasswordBox),
System\Windows\Controls\Primitives\ButtonBase.cs (1)
45
InputMethod.
IsInputMethodEnabledProperty
.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
68
InputMethod.
IsInputMethodEnabledProperty
.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Documents\TextStore.cs (1)
1670
if ((bool)UiScope.GetValue(InputMethod.
IsInputMethodEnabledProperty
))