2 instantiations of WeakBrushChangedProxy
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
204
_fillProxy ??=
new
();
239
_strokeProxy ??=
new
();
2 references to WeakBrushChangedProxy
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
12
WeakBrushChangedProxy
? _fillProxy = null;
13
WeakBrushChangedProxy
? _strokeProxy = null;