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