7 references to IsInputMethodSuspendedProperty
PresentationCore (5)
System\Windows\Input\InputMethod.cs (2)
259
target.SetValue(
IsInputMethodSuspendedProperty
, value);
270
return (bool)(target.GetValue(
IsInputMethodSuspendedProperty
));
System\Windows\Input\TextServicesManager.cs (3)
82
if ((bool)focus.GetValue(InputMethod.
IsInputMethodSuspendedProperty
))
136
if ((element == null) || (bool)element.GetValue(InputMethod.
IsInputMethodSuspendedProperty
))
172
if ((element == null) || (bool)element.GetValue(InputMethod.
IsInputMethodSuspendedProperty
))
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (1)
189
InputMethod.
IsInputMethodSuspendedProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\MenuBase.cs (1)
64
InputMethod.
IsInputMethodSuspendedProperty
.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));