2 writes to _parentState
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
91
_parentState
= null;
104
_parentState
= prototype;
8 references to _parentState
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (8)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (8)
556
if (_fontBrush == null || (!_fontBrushValid &&
_parentState
!= null && _fontBrush ==
_parentState
._fontBrush))
569
if (_strokeBrush == null || (!_strokeBrushValid &&
_parentState
!= null && _strokeBrush ==
_parentState
._strokeBrush))
631
if (
_parentState
== null || _fillBrush !=
_parentState
._fillBrush)
643
if (
_parentState
== null || _strokeStyle !=
_parentState
._strokeStyle)