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