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