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