9 references to GetRoundedRectanglePath
System.Workflow.Activities (2)
System.Workflow.ComponentModel (7)
AuthoringOM\Design\DesignerHelpers.cs (5)
404roundedRectangle = GetRoundedRectanglePath(rectangle, radius * 2);
454excludePath.AddPath(GetRoundedRectanglePath(shadowSourceRectangle, AmbientTheme.ArcDiameter), true);
475shadowPath.AddPath(GetRoundedRectanglePath(shadowRectangle, AmbientTheme.ArcDiameter), true);
571designerPath.AddPath(GetRoundedRectanglePath(bounds, AmbientTheme.ArcDiameter), true);
733lineCapPath.AddPath(GetRoundedRectanglePath(new Rectangle(-capSize.Width / 2, -capSize.Height, capSize.Width, capSize.Height), arcRadius), true);