1 write to imageList
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
39
this.
imageList
= new System.Windows.Forms.ImageList(this.components);
7 references to imageList
System.Workflow.Activities (7)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (7)
110
this.rulesToolStrip.ImageList = this.
imageList
;
124
this.
imageList
.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
125
this.
imageList
.TransparentColor = System.Drawing.Color.Transparent;
126
this.
imageList
.Images.SetKeyName(0, "NewRule.bmp");
127
this.
imageList
.Images.SetKeyName(1, "EditRule.bmp");
128
this.
imageList
.Images.SetKeyName(2, "RenameRule.bmp");
129
this.
imageList
.Images.SetKeyName(3, "Delete.bmp");