3 references to RadiusX
PresentationFramework (3)
src\Framework\System\Windows\Shapes\Rectangle.cs (3)
116
return new RectangleGeometry(_rect,
RadiusX
, RadiusY);
235
return new RectangleGeometry(_rect,
RadiusX
, RadiusY);
245
drawingContext.DrawRoundedRectangle(Fill, pen, _rect,
RadiusX
, RadiusY);