3 overrides of DrawRoundedRectangle
PresentationCore (3)
34 references to DrawRoundedRectangle
PresentationCore (1)
PresentationFramework (3)
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\ButtonChrome.cs (3)
617dc.DrawRoundedRectangle(null, pen, rect, 2.75, 2.75);
620dc.DrawRoundedRectangle(null, overlayPen, rect, 2.75, 2.75);
662dc.DrawRoundedRectangle(null, innerBorder, new Rect(bounds.Left + 1.5, bounds.Top + 1.5, bounds.Width - 3.0, bounds.Height - 3.0), 1.75, 1.75);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
358dc.DrawRoundedRectangle(fill, null, backgroundRect, 1, 1);
381dc.DrawRoundedRectangle(null, pen, rect, 1.0, 1.0);
384dc.DrawRoundedRectangle(null, overlayPen, rect, 1.0, 1.0);
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (8)
402dc.DrawRoundedRectangle(
432dc.DrawRoundedRectangle(brush, null, bounds, 4.0, 4.0);
453dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, 6.0), 4.0, 4.0);
460dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Bottom - 6.0, bounds.Width, 6.0), 4.0, 4.0);
467dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, 6.0, bounds.Height), 4.0, 4.0);
474dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Right - 6.0, bounds.Top, 6.0, bounds.Height), 4.0, 4.0);
487dc.DrawRoundedRectangle(
506dc.DrawRoundedRectangle(
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
353dc.DrawRoundedRectangle(brush, null, bounds, 3.0, 3.0);
374dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, 6.0), 3.0, 3.0);
381dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Bottom - 6.0, bounds.Width, 6.0), 3.0, 3.0);
388dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, 6.0, bounds.Height), 3.0, 3.0);
395dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Right - 6.0, bounds.Top, 6.0, bounds.Height), 3.0, 3.0);
408dc.DrawRoundedRectangle(
427dc.DrawRoundedRectangle(
System.Activities.Presentation (1)