4 writes to IsShadowed
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (4)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (4)
130
IsShadowed
= prototype.IsShadowed;
164
IsShadowed
= false;
404
IsShadowed
= true;
412
IsShadowed
= false;
2 references to IsShadowed
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
732
if (CurrentState.
IsShadowed
)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (1)
130
IsShadowed = prototype.
IsShadowed
;