2 writes to _strokeBrush
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
106
_strokeBrush
= prototype._strokeBrush;
571
_strokeBrush
= new CanvasSolidColorBrush(_owner.Session, _sourceStrokeColor.AsColor(Colors.Black, _alpha));
6 references to _strokeBrush
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (6)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (6)
106
_strokeBrush = prototype.
_strokeBrush
;
569
if (
_strokeBrush
== null || (!_strokeBrushValid && _parentState != null &&
_strokeBrush
== _parentState.
_strokeBrush
))
576
_strokeBrush
.Color = _sourceStrokeColor.AsColor(Colors.Black, _alpha);
580
return
_strokeBrush
;