2 writes to _menuModeCount
PresentationCore (2)
System\Windows\PresentationSource.cs (2)
304
_menuModeCount
+= 1;
321
_menuModeCount
-= 1;
3 references to _menuModeCount
PresentationCore (3)
System\Windows\PresentationSource.cs (3)
305
if(1 ==
_menuModeCount
)
316
if(
_menuModeCount
<= 0)
322
if(0 ==
_menuModeCount
)