1 write to imageList
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
44this.imageList = new System.Windows.Forms.ImageList(this.components);
6 references to imageList
System.Workflow.Activities (6)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (6)
153this.rulesToolStrip.ImageList = this.imageList; 165this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); 166this.imageList.TransparentColor = System.Drawing.Color.Transparent; 167this.imageList.Images.SetKeyName(0, "NewRule.bmp"); 168this.imageList.Images.SetKeyName(1, "RenameRule.bmp"); 169this.imageList.Images.SetKeyName(2, "Delete.bmp");