1 write to _strokeChanged
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
238
_strokeChanged
??= (sender, e) => OnPropertyChanged(nameof(Stroke));
1 reference to _strokeChanged
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
240
_strokeProxy.Subscribe(stroke,
_strokeChanged
);