2 writes to _fontBrush
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
108
_fontBrush
= prototype._fontBrush;
557
_fontBrush
= new CanvasSolidColorBrush(_owner.Session, _sourceFontColor.AsColor(Colors.Black, _alpha));
6 references to _fontBrush
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (6)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (6)
108
_fontBrush = prototype.
_fontBrush
;
556
if (
_fontBrush
== null || (!_fontBrushValid && _parentState != null &&
_fontBrush
== _parentState.
_fontBrush
))
559
_fontBrush
.Color = _sourceFontColor.AsColor(Colors.Black, _alpha);
561
return
_fontBrush
;