2 writes to _rect
PresentationFramework (2)
src\Framework\System\Windows\Shapes\Ellipse.cs (2)
125_rect = new Rect( 210_rect = new Rect(margin, margin, 0, 0);
19 references to _rect
PresentationFramework (19)
src\Framework\System\Windows\Shapes\Ellipse.cs (19)
135_rect.Width = _rect.Height = 0; 145if (_rect.Width > _rect.Height) 147_rect.Width = _rect.Height; 151_rect.Height = _rect.Width; 158if (_rect.Width < _rect.Height) 160_rect.Width = _rect.Height; 164_rect.Height = _rect.Width; 181if (_rect.IsEmpty) 186return new EllipseGeometry(_rect); 195if (!_rect.IsEmpty) 198drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(_rect)); 227return _rect;