1 write to _weight
Microsoft.Maui (1)
Primitives\Font.cs (1)
36
_weight
= weight;
2 references to _weight
Microsoft.Maui (2)
Primitives\Font.cs (2)
28
get =>
_weight
<= 0 ? FontWeight.Regular :
_weight
;