10 references to PropertyChanging
Microsoft.Maui.Controls (10)
BindableObject.cs (2)
411
/// Raises the <see cref="
PropertyChanging
"/> event.
415
=>
PropertyChanging
?.Invoke(this, new PropertyChangingEventArgs(propertyName));
Cells\Cell.cs (2)
200
RealParent.
PropertyChanging
+= OnParentPropertyChanging;
215
RealParent.
PropertyChanging
-= OnParentPropertyChanging;
FormattedString.cs (2)
49
bo.
PropertyChanging
-= OnItemPropertyChanging;
64
bo.
PropertyChanging
+= OnItemPropertyChanging;
Label\Label.cs (2)
64
formattedString.
PropertyChanging
-= label.OnFormattedTextChanging;
77
formattedString.
PropertyChanging
+= label.OnFormattedTextChanging;
TemplatedItemsList.cs (2)
1297
list.
PropertyChanging
+= OnChildListPropertyChanging;
1368
list.
PropertyChanging
-= OnChildListPropertyChanging;