1 write to artifactImages
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
785this.artifactImages = new ImageList();
4 references to artifactImages
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (4)
786this.artifactImages.TransparentColor = Color.FromArgb(0, 255, 0); 787this.artifactImages.Images.AddStrip((Image)TypeBrowserDialog.ResMgr.GetObject("IDB_ARTIFACTIMAGES")); 796this.artifactListView.SmallImageList = this.artifactImages; 801this.artifactTreeView.ImageList = this.artifactImages;