2 writes to ShadowOffset
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
131
ShadowOffset
= prototype.ShadowOffset;
405
ShadowOffset
= new Vector2(offset.Width, offset.Height);
3 references to ShadowOffset
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (2)
809
imageSession.Transform = CurrentState.Matrix.Translate(CurrentState.
ShadowOffset
.X, CurrentState.
ShadowOffset
.Y);
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (1)
131
ShadowOffset = prototype.
ShadowOffset
;