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; 132if (_rect.Width > _rect.Height) 134_rect.Width = _rect.Height; 138_rect.Height = _rect.Width; 145if (_rect.Width < _rect.Height) 147_rect.Width = _rect.Height; 151_rect.Height = _rect.Width; 168if (_rect.IsEmpty) 173return new EllipseGeometry(_rect); 182if (!_rect.IsEmpty) 185drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(_rect)); 214return _rect;