3 references to OnPropertyChanged
Microsoft.Maui.Controls (3)
BindingExpression.cs (3)
593
source.PropertyChanged +=
OnPropertyChanged
;
603
source.PropertyChanged -=
OnPropertyChanged
;
620
OnPropertyChanged
(sender, new PropertyChangedEventArgs(nameof(BindableObject.BindingContext)));