22 references to GetImage
System.Workflow.ComponentModel (22)
AuthoringOM\Design\ActivityDesigner.cs (1)
3028
private static Image defaultImage = DR.
GetImage
(DR.SmartTag);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
737
Image standardImage = DR.
GetImage
(DR.Activity) as Image;
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
659
image = DR.
GetImage
(DR.Activities) as Bitmap;
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (2)
40
private static readonly Image HeaderImage = DR.
GetImage
(DR.StartWorkflow);
41
private static readonly Image FooterImage = DR.
GetImage
(DR.EndWorkflow);
AuthoringOM\Design\Themes.cs (12)
1676
internal static readonly Bitmap LeftScrollImage = DR.
GetImage
(DR.MoveLeft) as Bitmap;
1677
internal static readonly Bitmap LeftScrollImageUp = DR.
GetImage
(DR.MoveLeftUp) as Bitmap;
1678
internal static readonly Bitmap RightScrollImage = DR.
GetImage
(DR.MoveRight) as Bitmap;
1679
internal static readonly Bitmap RightScrollImageUp = DR.
GetImage
(DR.MoveRightUp) as Bitmap;
1680
internal static readonly Bitmap PreviewButtonImage = DR.
GetImage
(DR.PreviewModeIcon) as Bitmap;
1681
internal static readonly Bitmap EditButtonImage = DR.
GetImage
(DR.EditModeIcon) as Bitmap;
1682
internal static readonly Bitmap PreviewImage = DR.
GetImage
(DR.PreviewIndicator) as Bitmap;
1930
internal static readonly Image ConfigErrorImage = DR.
GetImage
(DR.ConfigError);
1931
internal static readonly Image ScrollIndicatorImage = DR.
GetImage
(DR.ArrowLeft);
1932
internal static readonly Image DropIndicatorImage = DR.
GetImage
(DR.DropShapeShort);
1933
internal static readonly Image LockImage = DR.
GetImage
(DR.PreviewIndicator);
1934
internal static readonly Image ReadOnlyImage = DR.
GetImage
(DR.ReadOnly);
AuthoringOM\Design\WorkflowView.cs (4)
649
Bitmap tabImage = DR.
GetImage
(tabButtonInfo[i, 1]) as Bitmap;
1850
ActionButton fitallButton = new ActionButton(new Image[] { DR.
GetImage
(DR.FitToScreen) as Bitmap });
1867
this.fitAllAction.Buttons[0].StateImages = new Bitmap[] { DR.
GetImage
(DR.FitToScreen) as Bitmap };
1874
this.fitAllAction.Buttons[0].StateImages = new Bitmap[] { DR.
GetImage
(DR.FitToWorkflow) as Bitmap };
AuthoringOM\Design\XomlDesignerLoader.cs (1)
892
valueUIItemList.Add(new PropertyValueUIItem(DR.
GetImage
(DR.Bind), OnBindProperty, DR.GetString(DR.BindProperty)));