6 references to DropShadowWidth
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
1297
bounds.Width +=
DropShadowWidth
;
1298
bounds.Height +=
DropShadowWidth
;
1414
Location = new Point(this.parent.Location.X + Palette.
DropShadowWidth
, this.parent.Location.Y + Palette.
DropShadowWidth
);
1422
rectangle.Offset(-Palette.
DropShadowWidth
, -Palette.
DropShadowWidth
);