1 write to autoCompletionImageList
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
33
this.
autoCompletionImageList
= new System.Windows.Forms.ImageList(this.components);
20 references to autoCompletionImageList
System.Workflow.Activities (20)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
55
this.listBoxAutoComplete.SmallImageList = this.
autoCompletionImageList
;
56
this.listBoxAutoComplete.LargeImageList = this.
autoCompletionImageList
;
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (18)
39
this.
autoCompletionImageList
.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("autoCompletionImageList.ImageStream")));
40
this.
autoCompletionImageList
.TransparentColor = System.Drawing.Color.Magenta;
41
this.
autoCompletionImageList
.Images.SetKeyName(0, "");
42
this.
autoCompletionImageList
.Images.SetKeyName(1, "");
43
this.
autoCompletionImageList
.Images.SetKeyName(2, "");
44
this.
autoCompletionImageList
.Images.SetKeyName(3, "");
45
this.
autoCompletionImageList
.Images.SetKeyName(4, "");
46
this.
autoCompletionImageList
.Images.SetKeyName(5, "");
47
this.
autoCompletionImageList
.Images.SetKeyName(6, "");
48
this.
autoCompletionImageList
.Images.SetKeyName(7, "");
49
this.
autoCompletionImageList
.Images.SetKeyName(8, "");
50
this.
autoCompletionImageList
.Images.SetKeyName(9, "");
51
this.
autoCompletionImageList
.Images.SetKeyName(10, "");
52
this.
autoCompletionImageList
.Images.SetKeyName(11, "");
53
this.
autoCompletionImageList
.Images.SetKeyName(12, "");
54
this.
autoCompletionImageList
.Images.SetKeyName(13, "");
55
this.
autoCompletionImageList
.Images.SetKeyName(14, "Keyword.bmp");
56
this.
autoCompletionImageList
.Images.SetKeyName(15, "MethodExtension.bmp");