3 overrides of DrawRoundedRectangle
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
256
public override void
DrawRoundedRectangle
(
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
142
public override void
DrawRoundedRectangle
(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
274
public override void
DrawRoundedRectangle
(
42 references to DrawRoundedRectangle
PresentationCore (1)
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
166
_drawingContext.
DrawRoundedRectangle
(
PresentationFramework (3)
System\Windows\Controls\Border.cs (2)
441
dc.
DrawRoundedRectangle
(
599
dc.
DrawRoundedRectangle
(background, null, new Rect(ptTL, ptBR), innerCornerRadius, innerCornerRadius);
System\Windows\Shapes\Rectangle.cs (1)
242
drawingContext.
DrawRoundedRectangle
(Fill, pen, _rect, RadiusX, RadiusY);
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\ButtonChrome.cs (3)
611
dc.
DrawRoundedRectangle
(null, pen, rect, 2.75, 2.75);
614
dc.
DrawRoundedRectangle
(null, overlayPen, rect, 2.75, 2.75);
656
dc.
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)
352
dc.
DrawRoundedRectangle
(fill, null, backgroundRect, 1, 1);
375
dc.
DrawRoundedRectangle
(null, pen, rect, 1.0, 1.0);
378
dc.
DrawRoundedRectangle
(null, overlayPen, rect, 1.0, 1.0);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
464
dc.
DrawRoundedRectangle
(
483
dc.
DrawRoundedRectangle
(
497
dc.
DrawRoundedRectangle
(
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\ButtonChrome.cs (3)
611
dc.
DrawRoundedRectangle
(null, pen, rect, 2.75, 2.75);
614
dc.
DrawRoundedRectangle
(null, overlayPen, rect, 2.75, 2.75);
656
dc.
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)
352
dc.
DrawRoundedRectangle
(fill, null, backgroundRect, 1, 1);
375
dc.
DrawRoundedRectangle
(null, pen, rect, 1.0, 1.0);
378
dc.
DrawRoundedRectangle
(null, overlayPen, rect, 1.0, 1.0);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
464
dc.
DrawRoundedRectangle
(
483
dc.
DrawRoundedRectangle
(
497
dc.
DrawRoundedRectangle
(
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (8)
394
dc.
DrawRoundedRectangle
(
424
dc.
DrawRoundedRectangle
(brush, null, bounds, 4.0, 4.0);
445
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, 6.0), 4.0, 4.0);
452
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Left, bounds.Bottom - 6.0, bounds.Width, 6.0), 4.0, 4.0);
459
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Left, bounds.Top, 6.0, bounds.Height), 4.0, 4.0);
466
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Right - 6.0, bounds.Top, 6.0, bounds.Height), 4.0, 4.0);
479
dc.
DrawRoundedRectangle
(
498
dc.
DrawRoundedRectangle
(
Microsoft\Windows\Themes\ScrollChrome.cs (3)
303
dc.
DrawRoundedRectangle
(
323
dc.
DrawRoundedRectangle
(
337
dc.
DrawRoundedRectangle
(
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
345
dc.
DrawRoundedRectangle
(brush, null, bounds, 3.0, 3.0);
366
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, 6.0), 3.0, 3.0);
373
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Left, bounds.Bottom - 6.0, bounds.Width, 6.0), 3.0, 3.0);
380
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Left, bounds.Top, 6.0, bounds.Height), 3.0, 3.0);
387
dc.
DrawRoundedRectangle
(brush, null, new Rect(bounds.Right - 6.0, bounds.Top, 6.0, bounds.Height), 3.0, 3.0);
400
dc.
DrawRoundedRectangle
(
419
dc.
DrawRoundedRectangle
(
Microsoft\Windows\Themes\ScrollChrome.cs (2)
283
dc.
DrawRoundedRectangle
(
297
dc.
DrawRoundedRectangle
(