5 references to PlatformFillBrush
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (5)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (5)
146 Draw(s => s.FillGeometry(geometry, CurrentState.PlatformFillBrush)); 208 Draw(ctx => ctx.FillGeometry(geometry, CurrentState.PlatformFillBrush)); 213 Draw(s => s.FillRectangle(x, y, width, height, CurrentState.PlatformFillBrush)); 218 Draw(s => s.FillRoundedRectangle(x, y, width, height, cornerRadius, cornerRadius, CurrentState.PlatformFillBrush)); 248 Draw(s => s.FillEllipse(_point1, radiusX, radiusY, CurrentState.PlatformFillBrush));