3 writes to IgnoreNextLeftRelease
PresentationFramework (3)
System\Windows\Controls\ContextMenu.cs (2)
522IgnoreNextLeftRelease = true; 535IgnoreNextLeftRelease = false;
System\Windows\Controls\Primitives\MenuBase.cs (1)
165IgnoreNextLeftRelease = false;
1 reference to IgnoreNextLeftRelease
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
163if (e.ChangedButton == MouseButton.Left && IgnoreNextLeftRelease)