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