3 references to InsideContextMenu
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
1475if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right && InsideContextMenu)) 1497if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right && InsideContextMenu)) 1529if (e.ChangedButton != MouseButton.Right || InsideContextMenu)