Implemented interface member:
event
PropertyChanged
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
5 references to PropertyChanged
Microsoft.Maui.Controls.Foldable (5)
DualScreenInfo.cs (2)
83
_twoPaneViewLayoutGuide.
PropertyChanged
+= OnTwoPaneViewLayoutGuideChanged;
207
dualScreenInfo._twoPaneViewLayoutGuide.
PropertyChanged
+= dualScreenInfo.OnTwoPaneViewLayoutGuideChanged;
TwoPaneView.cs (2)
274
_twoPaneViewLayoutGuide.
PropertyChanged
+= OnTwoPaneViewLayoutGuide;
278
_twoPaneViewLayoutGuide.
PropertyChanged
-= OnTwoPaneViewLayoutGuide;
TwoPaneViewLayoutGuide.cs (1)
301
PropertyChanged
?.Invoke(this, new PropertyChangedEventArgs(property));