1 write to _strokeChanged
Microsoft.Maui.Controls (1)
Border\Border.cs (1)
116
_strokeChanged
??= (sender, e) => OnPropertyChanged(nameof(Stroke));
1 reference to _strokeChanged
Microsoft.Maui.Controls (1)
Border\Border.cs (1)
118
_strokeProxy.Subscribe(stroke,
_strokeChanged
);