3 overrides of DrawRoundedRectangle
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
267public override void DrawRoundedRectangle(
Core\CSharp\System\Windows\Media\Generated\DrawingContextWalker.cs (1)
145public override void DrawRoundedRectangle(
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
314public override void DrawRoundedRectangle(
34 references to DrawRoundedRectangle
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
169_drawingContext.DrawRoundedRectangle(
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (2)
448dc.DrawRoundedRectangle( 608dc.DrawRoundedRectangle(background, null, new Rect(ptTL, ptBR), innerCornerRadius, innerCornerRadius);
src\Framework\System\Windows\Shapes\Rectangle.cs (1)
245drawingContext.DrawRoundedRectangle(Fill, pen, _rect, RadiusX, RadiusY);
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);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
470dc.DrawRoundedRectangle( 489dc.DrawRoundedRectangle( 503dc.DrawRoundedRectangle(
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(
Microsoft\Windows\Themes\ScrollChrome.cs (3)
309dc.DrawRoundedRectangle( 329dc.DrawRoundedRectangle( 343dc.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(
Microsoft\Windows\Themes\ScrollChrome.cs (2)
289dc.DrawRoundedRectangle( 303dc.DrawRoundedRectangle(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\RenderUtils.cs (1)
35drawingContext.DrawRoundedRectangle(fill, stroke, spineRect, cornerRadius, cornerRadius);