3 writes to IgnoreNextRightRelease
PresentationFramework (3)
System\Windows\Controls\ContextMenu.cs (2)
534
IgnoreNextRightRelease
= true;
544
IgnoreNextRightRelease
= false;
System\Windows\Controls\Primitives\MenuBase.cs (1)
179
IgnoreNextRightRelease
= false;
1 reference to IgnoreNextRightRelease
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
177
else if (e.ChangedButton == MouseButton.Right &&
IgnoreNextRightRelease
)