6 references to IgnoreMouseEvents
PresentationFramework (6)
System\Windows\Controls\MenuItem.cs (6)
645MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, true);
654MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, false);
1690if (parent == null || !MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents))
2004if ((parent != null) && (!MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents)))
2007MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, true);
2013MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, false);