23 references to SetKeyName
System.Workflow.Activities (23)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (4)
126this.imageList.Images.SetKeyName(0, "NewRule.bmp"); 127this.imageList.Images.SetKeyName(1, "EditRule.bmp"); 128this.imageList.Images.SetKeyName(2, "RenameRule.bmp"); 129this.imageList.Images.SetKeyName(3, "Delete.bmp");
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (16)
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");
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (3)
167this.imageList.Images.SetKeyName(0, "NewRule.bmp"); 168this.imageList.Images.SetKeyName(1, "RenameRule.bmp"); 169this.imageList.Images.SetKeyName(2, "Delete.bmp");