7 references to IsInputMethodSuspendedProperty
PresentationCore (5)
System\Windows\Input\InputMethod.cs (2)
274target.SetValue(IsInputMethodSuspendedProperty, value); 285return (bool)(target.GetValue(IsInputMethodSuspendedProperty));
System\Windows\Input\TextServicesManager.cs (3)
86if ((bool)focus.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 140if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty)) 176if ((element == null) || (bool)element.GetValue(InputMethod.IsInputMethodSuspendedProperty))
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (1)
200InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\Controls\Primitives\MenuBase.cs (1)
74InputMethod.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));