1 write to commandID
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
33
this.
commandID
= id;
4 references to commandID
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
47
return this.
commandID
;
80
return (((ItemInfo)obj).
commandID
== this.
commandID
);
87
return base.GetHashCode() ^ this.
commandID
.GetHashCode();