3 overrides of DrawRoundedRectangle
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
238public override void DrawRoundedRectangle(
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
127public override void DrawRoundedRectangle(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
257public override void DrawRoundedRectangle(
42 references to DrawRoundedRectangle
PresentationCore (1)
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
151_drawingContext.DrawRoundedRectangle(
PresentationFramework (3)
System\Windows\Controls\Border.cs (2)
437dc.DrawRoundedRectangle( 595dc.DrawRoundedRectangle(background, null, new Rect(ptTL, ptBR), innerCornerRadius, innerCornerRadius);
System\Windows\Shapes\Rectangle.cs (1)
234drawingContext.DrawRoundedRectangle(Fill, pen, _rect, RadiusX, RadiusY);
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\ButtonChrome.cs (3)
602dc.DrawRoundedRectangle(null, pen, rect, 2.75, 2.75); 605dc.DrawRoundedRectangle(null, overlayPen, rect, 2.75, 2.75); 647dc.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)
346dc.DrawRoundedRectangle(fill, null, backgroundRect, 1, 1); 369dc.DrawRoundedRectangle(null, pen, rect, 1.0, 1.0); 372dc.DrawRoundedRectangle(null, overlayPen, rect, 1.0, 1.0);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
459dc.DrawRoundedRectangle( 478dc.DrawRoundedRectangle( 492dc.DrawRoundedRectangle(
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\ButtonChrome.cs (3)
602dc.DrawRoundedRectangle(null, pen, rect, 2.75, 2.75); 605dc.DrawRoundedRectangle(null, overlayPen, rect, 2.75, 2.75); 647dc.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)
346dc.DrawRoundedRectangle(fill, null, backgroundRect, 1, 1); 369dc.DrawRoundedRectangle(null, pen, rect, 1.0, 1.0); 372dc.DrawRoundedRectangle(null, overlayPen, rect, 1.0, 1.0);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
459dc.DrawRoundedRectangle( 478dc.DrawRoundedRectangle( 492dc.DrawRoundedRectangle(
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (8)
391dc.DrawRoundedRectangle( 421dc.DrawRoundedRectangle(brush, null, bounds, 4.0, 4.0); 442dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, 6.0), 4.0, 4.0); 449dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Bottom - 6.0, bounds.Width, 6.0), 4.0, 4.0); 456dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, 6.0, bounds.Height), 4.0, 4.0); 463dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Right - 6.0, bounds.Top, 6.0, bounds.Height), 4.0, 4.0); 476dc.DrawRoundedRectangle( 495dc.DrawRoundedRectangle(
Microsoft\Windows\Themes\ScrollChrome.cs (3)
299dc.DrawRoundedRectangle( 319dc.DrawRoundedRectangle( 333dc.DrawRoundedRectangle(
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
342dc.DrawRoundedRectangle(brush, null, bounds, 3.0, 3.0); 363dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, bounds.Width, 6.0), 3.0, 3.0); 370dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Bottom - 6.0, bounds.Width, 6.0), 3.0, 3.0); 377dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Left, bounds.Top, 6.0, bounds.Height), 3.0, 3.0); 384dc.DrawRoundedRectangle(brush, null, new Rect(bounds.Right - 6.0, bounds.Top, 6.0, bounds.Height), 3.0, 3.0); 397dc.DrawRoundedRectangle( 416dc.DrawRoundedRectangle(
Microsoft\Windows\Themes\ScrollChrome.cs (2)
279dc.DrawRoundedRectangle( 293dc.DrawRoundedRectangle(