2 writes to _rect
PresentationFramework (2)
System\Windows\Shapes\Ellipse.cs (2)
112
_rect
= new Rect(
197
_rect
= new Rect(margin, margin, 0, 0);
19 references to _rect
PresentationFramework (19)
System\Windows\Shapes\Ellipse.cs (19)
122
_rect
.Width =
_rect
.Height = 0;
132
if (
_rect
.Width >
_rect
.Height)
134
_rect
.Width =
_rect
.Height;
138
_rect
.Height =
_rect
.Width;
145
if (
_rect
.Width <
_rect
.Height)
147
_rect
.Width =
_rect
.Height;
151
_rect
.Height =
_rect
.Width;
168
if (
_rect
.IsEmpty)
173
return new EllipseGeometry(
_rect
);
182
if (!
_rect
.IsEmpty)
185
drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(
_rect
));
214
return
_rect
;