2 writes to Image
System.Workflow.ComponentModel (2)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (2)
335Image = SequentialWorkflowRootDesigner.HeaderImage; 423Image = SequentialWorkflowRootDesigner.FooterImage;
6 references to Image
System.Workflow.ComponentModel (6)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (3)
156if (Image != null) 216if (Image != null && !ImageRectangle.Size.IsEmpty) 217ActivityDesignerPaint.DrawImage(e.Graphics, Image, ImageRectangle, DesignerContentAlignment.Fill);
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (3)
68return Header.Image; //smart tag glyph needs an image 366if (Image != null) 450if (Image != null)