3 references to _currentCommands
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.MenuCommandHandler.cs (3)
33
if (
_currentCommands
.Contains(commandID))
38
_currentCommands
.Push(commandID);
43
_currentCommands
.Pop();