3 overrides of DrawEllipse
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
375
public override void
DrawEllipse
(
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
199
public override void
DrawEllipse
(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
404
public override void
DrawEllipse
(
25 references to DrawEllipse
PresentationCore (1)
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
237
_drawingContext.
DrawEllipse
(
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
147
dc.
DrawEllipse
(_brush, _pen, lassoPoint, DotRadius, DotRadius);
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
661
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
666
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
700
dc.
DrawEllipse
(innerFill, null, new Point(centerX, centerY), centerX - 3.0, centerY - 3.0);
707
dc.
DrawEllipse
(null, innerBorder, new Point(centerX, centerY), centerX - 2.5, centerY - 2.5);
739
dc.
DrawEllipse
(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);
773
dc.
DrawEllipse
(null, pen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
776
dc.
DrawEllipse
(null, overlayPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
661
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
666
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
700
dc.
DrawEllipse
(innerFill, null, new Point(centerX, centerY), centerX - 3.0, centerY - 3.0);
707
dc.
DrawEllipse
(null, innerBorder, new Point(centerX, centerY), centerX - 2.5, centerY - 2.5);
739
dc.
DrawEllipse
(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);
773
dc.
DrawEllipse
(null, pen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
776
dc.
DrawEllipse
(null, overlayPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
1340
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)
246
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
268
dc.
DrawEllipse
(null, highlightPen, new Point(centerX, centerY), centerX - 2, centerY - 2);
318
dc.
DrawEllipse
(glyphFill, null, new Point(centerX, centerY), centerX - 4, centerY - 4);
364
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)
246
dc.
DrawEllipse
(fill, null, new Point(centerX, centerY), centerX - 1, centerY - 1);
268
dc.
DrawEllipse
(null, highlightPen, new Point(centerX, centerY), centerX - 2, centerY - 2);
318
dc.
DrawEllipse
(glyphFill, null, new Point(centerX, centerY), centerX - 4, centerY - 4);
364
dc.
DrawEllipse
(null, borderPen, new Point(centerX, centerY), centerX - 0.5, centerY - 0.5);