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