2 references to IsBusyProperty
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
133 get { return (bool)GetValue(IsBusyProperty); } 134 set { SetValue(IsBusyProperty, value); }