6 references to IgnoreMouseEvents
PresentationFramework (6)
System\Windows\Controls\MenuItem.cs (6)
635MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, true); 644MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, false); 1676if (parent == null || !MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents)) 1987if ((parent != null) && (!MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents))) 1990MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, true); 1996MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, false);