1 write to CanvasSize
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformGraphicsView.cs (1)
89
_canvas.
CanvasSize
= new global::Windows.Foundation.Size(_dirty.Width, _dirty.Height);
8 references to CanvasSize
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (8)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (4)
265
_rect.Width =
CanvasSize
.Width;
269
_rect.X = x -
CanvasSize
.Width;
270
_rect.Width =
CanvasSize
.Width;
774
if (_effectContext.Size !=
CanvasSize
)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (4)
494
var layerRect = new WRect(0, 0, _owner.
CanvasSize
.Width, _owner.
CanvasSize
.Height);
523
var layerRect = new WRect(0, 0, _owner.
CanvasSize
.Width, _owner.
CanvasSize
.Height);