2 writes to _menuModeCount
PresentationCore (2)
System\Windows\PresentationSource.cs (2)
315
_menuModeCount
+= 1;
332
_menuModeCount
-= 1;
3 references to _menuModeCount
PresentationCore (3)
System\Windows\PresentationSource.cs (3)
316
if(1 ==
_menuModeCount
)
327
if(
_menuModeCount
<= 0)
333
if(0 ==
_menuModeCount
)