7 references to IsInputMethodSuspendedProperty
PresentationCore (5)
Core\CSharp\System\Windows\Input\InputMethod.cs (2)
290
target.SetValue(
IsInputMethodSuspendedProperty
, value);
304
return (bool)(target.GetValue(
IsInputMethodSuspendedProperty
));
Core\CSharp\System\Windows\Input\TextServicesManager.cs (3)
95
if ((bool)focus.GetValue(InputMethod.
IsInputMethodSuspendedProperty
))
153
if ((element == null) || (bool)element.GetValue(InputMethod.
IsInputMethodSuspendedProperty
))
193
if ((element == null) || (bool)element.GetValue(InputMethod.
IsInputMethodSuspendedProperty
))
PresentationFramework (2)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
203
InputMethod.
IsInputMethodSuspendedProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
76
InputMethod.
IsInputMethodSuspendedProperty
.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));