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