2 writes to status
System (2)
compmod\system\componentmodel\design\MenuCommand.cs (2)
71this.status = SUPPORTED | ENABLED; 112status = newStatus;
11 references to status
System (11)
compmod\system\componentmodel\design\MenuCommand.cs (11)
79return (status & CHECKED) != 0; 93return (status & ENABLED) != 0; 102int newStatus = status; 111if (newStatus != status) { 139return (status & SUPPORTED) != 0; 152return (status & INVISIBLE) == 0; 218return status; 238if ((status & SUPPORTED) != 0) { 241if ((status & ENABLED) != 0) { 244if ((status & INVISIBLE) == 0) { 247if ((status & CHECKED) != 0) {