2 references to Add
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
738
treeView.ImageList.Images.
Add
(standardImage, AmbientTheme.TransparentColor);
744
int imageIndex = (image != null) ? treeView.ImageList.Images.
Add
(image, AmbientTheme.TransparentColor) : 0;