2 writes to _menuModeCount
PresentationCore (2)
Core\CSharp\System\Windows\PresentationSource.cs (2)
375
_menuModeCount
+= 1;
392
_menuModeCount
-= 1;
3 references to _menuModeCount
PresentationCore (3)
Core\CSharp\System\Windows\PresentationSource.cs (3)
376
if(1 ==
_menuModeCount
)
387
if(
_menuModeCount
<= 0)
393
if(0 ==
_menuModeCount
)