3 references to InsideContextMenu
PresentationFramework (3)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
1519
if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right &&
InsideContextMenu
))
1547
if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right &&
InsideContextMenu
))
1579
if (e.ChangedButton != MouseButton.Right ||
InsideContextMenu
)