6 references to IgnoreMouseEvents
PresentationFramework (6)
System\Windows\Controls\MenuItem.cs (6)
634MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, true);
643MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, false);
1675if (parent == null || !MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents))
1986if ((parent != null) && (!MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents)))
1989MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, true);
1995MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, false);