2 writes to _menuModeCount
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
494
_menuModeCount
+= 1;
523
_menuModeCount
-= 1;
4 references to _menuModeCount
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (4)
496
if (1 ==
_menuModeCount
)
517
if (
_menuModeCount
<= 0)
525
if (0 ==
_menuModeCount
)
542
return (
_menuModeCount
> 0);