3 writes to IgnoreNextLeftRelease
PresentationFramework (3)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
534IgnoreNextLeftRelease = true; 547IgnoreNextLeftRelease = false;
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
176IgnoreNextLeftRelease = false;
1 reference to IgnoreNextLeftRelease
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
174if (e.ChangedButton == MouseButton.Left && IgnoreNextLeftRelease)