2 writes to _rect
PresentationFramework (2)
System\Windows\Shapes\Ellipse.cs (2)
113
_rect
= new Rect(
198
_rect
= new Rect(margin, margin, 0, 0);
19 references to _rect
PresentationFramework (19)
System\Windows\Shapes\Ellipse.cs (19)
123
_rect
.Width =
_rect
.Height = 0;
133
if (
_rect
.Width >
_rect
.Height)
135
_rect
.Width =
_rect
.Height;
139
_rect
.Height =
_rect
.Width;
146
if (
_rect
.Width <
_rect
.Height)
148
_rect
.Width =
_rect
.Height;
152
_rect
.Height =
_rect
.Width;
169
if (
_rect
.IsEmpty)
174
return new EllipseGeometry(
_rect
);
183
if (!
_rect
.IsEmpty)
186
drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(
_rect
));
215
return
_rect
;