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; 142if (_rect.Width > _rect.Height) 144_rect.Width = _rect.Height; 148_rect.Height = _rect.Width; 155if (_rect.Width < _rect.Height) 157_rect.Width = _rect.Height; 161_rect.Height = _rect.Width; 178if (_rect.IsEmpty) 183return new EllipseGeometry(_rect); 192if (!_rect.IsEmpty) 195drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(_rect)); 224return _rect;