11 references to PropertyChanging
Microsoft.Maui.Controls (11)
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)
61 formattedString.PropertyChanging -= label.OnFormattedTextChanging; 74 formattedString.PropertyChanging += label.OnFormattedTextChanging;
Platform\ModalNavigationManager\ModalNavigationManager.iOS.cs (1)
28 _window.PropertyChanging += OnWindowPropertyChanging;
TemplatedItemsList.cs (2)
1297 list.PropertyChanging += OnChildListPropertyChanging; 1368 list.PropertyChanging -= OnChildListPropertyChanging;