3 writes to IgnoreNextRightRelease
PresentationFramework (3)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
538IgnoreNextRightRelease = true; 548IgnoreNextRightRelease = false;
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
181IgnoreNextRightRelease = false;
1 reference to IgnoreNextRightRelease
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
179else if (e.ChangedButton == MouseButton.Right && IgnoreNextRightRelease)