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