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