1 write to _fillChanged
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
203 _fillChanged ??= (sender, e) => OnPropertyChanged(nameof(Fill));
1 reference to _fillChanged
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
205 _fillProxy.Subscribe(fill, _fillChanged);