6 references to IgnoreMouseEvents
PresentationFramework (6)
src\Framework\System\Windows\Controls\MenuItem.cs (6)
640MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, true);
649MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, false);
1726if (parent == null || !MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents))
2046if ((parent != null) && (!MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents)))
2049MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, true);
2055MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, false);