3 references to RadiusY
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
);