2 writes to _rect
PresentationFramework (2)
System\Windows\Shapes\Ellipse.cs (2)
113_rect = new Rect( 198_rect = new Rect(margin, margin, 0, 0);
19 references to _rect
PresentationFramework (19)
System\Windows\Shapes\Ellipse.cs (19)
123_rect.Width = _rect.Height = 0; 133if (_rect.Width > _rect.Height) 135_rect.Width = _rect.Height; 139_rect.Height = _rect.Width; 146if (_rect.Width < _rect.Height) 148_rect.Width = _rect.Height; 152_rect.Height = _rect.Width; 169if (_rect.IsEmpty) 174return new EllipseGeometry(_rect); 183if (!_rect.IsEmpty) 186drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(_rect)); 215return _rect;