3 writes to _layerBounds
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (3)
495 _layerBounds = CanvasGeometry.CreateRectangle(_owner.Session, layerRect); 524 _layerBounds = CanvasGeometry.CreateRectangle(_owner.Session, layerRect); 670 _layerBounds = null;
4 references to _layerBounds
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (4)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (4)
498 _layerMask = _layerBounds.CombineWith(clipGeometry, Matrix3x2.Identity, CanvasGeometryCombine.Intersect); 536 _layerMask = _layerBounds.CombineWith(_layerClipBounds, Matrix3x2.Identity, CanvasGeometryCombine.Exclude); 667 if (_layerBounds != null) 669 _layerBounds.Dispose();