16 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)
63 formattedString.PropertyChanging -= label.OnFormattedTextChanging; 76 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;
Microsoft.Maui.Controls.Compatibility (5)
iOS\FormsApplicationDelegate.cs (2)
126 _application.PropertyChanging -= ApplicationOnPropertyChanging; 142 application.PropertyChanging += ApplicationOnPropertyChanging;
iOS\Renderers\LabelRenderer.cs (3)
155 Element.PropertyChanging -= ElementPropertyChanging; 166 e.OldElement.PropertyChanging -= ElementPropertyChanging; 171 e.NewElement.PropertyChanging += ElementPropertyChanging;