2 writes to _rect
PresentationFramework (2)
System\Windows\Shapes\Ellipse.cs (2)
122
_rect
= new Rect(
207
_rect
= new Rect(margin, margin, 0, 0);
19 references to _rect
PresentationFramework (19)
System\Windows\Shapes\Ellipse.cs (19)
132
_rect
.Width =
_rect
.Height = 0;
142
if (
_rect
.Width >
_rect
.Height)
144
_rect
.Width =
_rect
.Height;
148
_rect
.Height =
_rect
.Width;
155
if (
_rect
.Width <
_rect
.Height)
157
_rect
.Width =
_rect
.Height;
161
_rect
.Height =
_rect
.Width;
178
if (
_rect
.IsEmpty)
183
return new EllipseGeometry(
_rect
);
192
if (!
_rect
.IsEmpty)
195
drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(
_rect
));
224
return
_rect
;