3 writes to IgnoreNextLeftRelease
PresentationFramework (3)
System\Windows\Controls\ContextMenu.cs (2)
530IgnoreNextLeftRelease = true; 543IgnoreNextLeftRelease = false;
System\Windows\Controls\Primitives\MenuBase.cs (1)
174IgnoreNextLeftRelease = false;
1 reference to IgnoreNextLeftRelease
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
172if (e.ChangedButton == MouseButton.Left && IgnoreNextLeftRelease)