2 writes to _menuModeCount
PresentationCore (2)
System\Windows\PresentationSource.cs (2)
317_menuModeCount += 1; 334_menuModeCount -= 1;
3 references to _menuModeCount
PresentationCore (3)
System\Windows\PresentationSource.cs (3)
318if(1 == _menuModeCount) 329if(_menuModeCount <= 0) 335if(0 == _menuModeCount)