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