1 instantiation of PropertyChangingEventArgs
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
415
=> PropertyChanging?.Invoke(this, new
PropertyChangingEventArgs
(propertyName));
8 references to PropertyChangingEventArgs
Microsoft.Maui.Controls (6)
Cells\Cell.cs (1)
297
void OnParentPropertyChanging(object sender,
PropertyChangingEventArgs
e)
FormattedString.cs (1)
77
void OnItemPropertyChanging(object sender,
PropertyChangingEventArgs
e) => OnPropertyChanging(nameof(Spans));
Label\Label.cs (1)
271
void OnFormattedTextChanging(object sender,
PropertyChangingEventArgs
e) =>
Platform\ModalNavigationManager\ModalNavigationManager.iOS.cs (1)
32
void OnWindowPropertyChanging(object sender,
PropertyChangingEventArgs
e)
PropertyChangingEventHandler.cs (1)
4
public delegate void PropertyChangingEventHandler(object sender,
PropertyChangingEventArgs
e);
TemplatedItemsList.cs (1)
1323
void OnChildListPropertyChanging(object sender,
PropertyChangingEventArgs
e)
Microsoft.Maui.Controls.Compatibility (2)
iOS\FormsApplicationDelegate.cs (1)
145
void ApplicationOnPropertyChanging(object sender,
PropertyChangingEventArgs
args)
iOS\Renderers\LabelRenderer.cs (1)
252
void ElementPropertyChanging(object sender,
PropertyChangingEventArgs
e)