2 writes to _layerClipBounds
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
534 _layerClipBounds = CanvasGeometry.CreateRectangle(_owner.Session, boundsToSubtract); 676 _layerClipBounds = null;
3 references to _layerClipBounds
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
536 _layerMask = _layerBounds.CombineWith(_layerClipBounds, Matrix3x2.Identity, CanvasGeometryCombine.Exclude); 673 if (_layerClipBounds != null) 675 _layerClipBounds.Dispose();