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