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