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