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