3 overrides of DrawEllipse
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
390
public override void
DrawEllipse
(
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
214
public override void
DrawEllipse
(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
421
public override void
DrawEllipse
(
25 references to DrawEllipse
PresentationCore (1)
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
252
_drawingContext.
DrawEllipse
(
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
152
dc.
DrawEllipse
(_brush, _pen, lassoPoint, DotRadius, DotRadius);
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
653
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
658
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
692
dc.
DrawEllipse
(innerFill, null, new Point(centerX, centerY), centerX - 3.0, centerY - 3.0);
699
dc.
DrawEllipse
(null, innerBorder, new Point(centerX, centerY), centerX - 2.5, centerY - 2.5);
731
dc.
DrawEllipse
(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);
765
dc.
DrawEllipse
(null, pen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
768
dc.
DrawEllipse
(null, overlayPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
653
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
658
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
692
dc.
DrawEllipse
(innerFill, null, new Point(centerX, centerY), centerX - 3.0, centerY - 3.0);
699
dc.
DrawEllipse
(null, innerBorder, new Point(centerX, centerY), centerX - 2.5, centerY - 2.5);
731
dc.
DrawEllipse
(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);
765
dc.
DrawEllipse
(null, pen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
768
dc.
DrawEllipse
(null, overlayPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
1335
dc.
DrawEllipse
(Background, null, new Point(6, 6), 4, 4);
PresentationFramework.Luna (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
250
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
272
dc.
DrawEllipse
(null, highlightPen, new Point(centerX, centerY), centerX - 2, centerY - 2);
322
dc.
DrawEllipse
(glyphFill, null, new Point(centerX, centerY), centerX - 4, centerY - 4);
368
dc.
DrawEllipse
(null, borderPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
PresentationFramework.Royale (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
250
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
272
dc.
DrawEllipse
(null, highlightPen, new Point(centerX, centerY), centerX - 2, centerY - 2);
322
dc.
DrawEllipse
(glyphFill, null, new Point(centerX, centerY), centerX - 4, centerY - 4);
368
dc.
DrawEllipse
(null, borderPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);