6 references to IgnoreMouseEvents
PresentationFramework (6)
System\Windows\Controls\MenuItem.cs (6)
635MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, true); 644MenuItem.SetBoolField(menuItem, BoolField.IgnoreMouseEvents, false); 1680if (parent == null || !MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents)) 1994if ((parent != null) && (!MenuItem.GetBoolField(parent, BoolField.IgnoreMouseEvents))) 1997MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, true); 2003MenuItem.SetBoolField(parent, BoolField.IgnoreMouseEvents, false);