6 references to Size
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityDesigner.cs (3)
252
return DesignerTheme.
Size
;
1978
using (Bitmap temporaryBitmap = new Bitmap(designerTheme.
Size
.Width, designerTheme.
Size
.Height, PixelFormat.Format32bppArgb))
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
1284
activityDesigner.Size = activityDesigner.DesignerTheme.
Size
;
AuthoringOM\Design\SequentialActivityDesigner.cs (2)
498
containerSize.Width = Math.Max(containerSize.Width, compositeDesignerTheme.
Size
.Width);
501
containerSize.Height = Math.Max(containerSize.Height, compositeDesignerTheme.
Size
.Height);