SYMBOL INDEX (2102 symbols across 584 files) FILE: src/Core/MAUIsland.Core/Animations/SampleScaleAnimation.cs class SampleScaleAnimation (line 5) | class SampleScaleAnimation : BaseAnimation method Animate (line 7) | public override async Task Animate(VisualElement view, CancellationTok... FILE: src/Core/MAUIsland.Core/AppSettings/AppSettings.cs class AppSettings (line 3) | public class AppSettings FILE: src/Core/MAUIsland.Core/Attributes/FieldCompareAttribute.cs class FieldCompareAttribute (line 5) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] method FieldCompareAttribute (line 8) | public FieldCompareAttribute(string otherProperty) : base(otherProperty) FILE: src/Core/MAUIsland.Core/Attributes/PasswordAttribute.cs class PasswordAttribute (line 7) | public class PasswordAttribute : ValidationAttribute method IsValid (line 20) | public override bool IsValid(object value) FILE: src/Core/MAUIsland.Core/Converters/AllTrueValueConverter.cs class AllTrueValueConverter (line 3) | public class AllTrueValueConverter : IMultiValueConverter method Convert (line 5) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 10) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/Core/MAUIsland.Core/Converters/BoolToOpacityValueConverter.cs class BoolToOpacityValueConverter (line 5) | public class BoolToOpacityValueConverter : IValueConverter method BoolToOpacityValueConverter (line 9) | public BoolToOpacityValueConverter(bool inversed = false) method Convert (line 14) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 25) | public object ConvertBack(object value, Type targetType, object parame... class AllBoolsToOpacityValueConverter (line 31) | public class AllBoolsToOpacityValueConverter : BoolToOpacityValueConvert... method AllBoolsToOpacityValueConverter (line 35) | public AllBoolsToOpacityValueConverter(bool inversed = false) method Convert (line 40) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 45) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class AnyFalseToOpacityValueConverter (line 51) | public class AnyFalseToOpacityValueConverter : BoolToOpacityValueConvert... method Convert (line 53) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 58) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class FirstItemValueConverter (line 64) | public class FirstItemValueConverter : IValueConverter, IMultiValueConve... method Convert (line 66) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 81) | public object ConvertBack(object value, Type targetType, object parame... method Convert (line 86) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 91) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/Core/MAUIsland.Core/Converters/DateTimeToSimpleDateTimeStringConverter.cs class DateTimeToSimpleDateTimeStringConverter (line 4) | public class DateTimeToSimpleDateTimeStringConverter : IValueConverter method Convert (line 6) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 14) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Converters/HexToSolidColorBrushConverter.cs class HexToSolidColorBrushConverter (line 3) | public class HexToSolidColorBrushConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 22) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Converters/ImageSourceToBoolConverter.cs class ImageSourceToBoolConverter (line 3) | public class ImageSourceToBoolConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 11) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Converters/LineBreakModeEnumToStringConverter.cs class LineBreakModeEnumToStringConverter (line 3) | public class LineBreakModeEnumToStringConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Converters/RatioValueConverter.cs class RatioValueConverter (line 3) | public class RatioValueConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Converters/StringTernaryOperatorConverter.cs class StringTernaryOperatorConverter (line 3) | public class StringTernaryOperatorConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 16) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Converters/StringToColorConverter.cs class StringToColorConverter (line 3) | public class StringToColorConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 17) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Extensions/TaskHelpers.cs class TaskHelpers (line 3) | public static class TaskHelpers method FireAndForget (line 5) | public static void FireAndForget(this Task task, bool configureAwait =... FILE: src/Core/MAUIsland.Core/Features/Gallery/ContentViews/BrandIconContentView.xaml.cs class BrandIconContentView (line 4) | public partial class BrandIconContentView : ContentView method BrandIconContentView (line 8) | public BrandIconContentView() method Detail_Clicked (line 46) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 51) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) method TapGestureRecognizer_Tapped (line 56) | private void TapGestureRecognizer_Tapped(object sender, TappedEventArg... method MenuFlyoutItem_Clicked (line 61) | private void MenuFlyoutItem_Clicked(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/ContentViews/ControlCardContentView.xaml.cs class ControlCardContentView (line 4) | public partial class ControlCardContentView : ContentView method ControlCardContentView (line 8) | public ControlCardContentView() method Detail_Clicked (line 46) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 51) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/ContentViews/MaterialUICardContentView.xaml.cs class MaterialUICardContentView (line 3) | public partial class MaterialUICardContentView : ContentView method MaterialUICardContentView (line 7) | public MaterialUICardContentView() method Detail_Clicked (line 42) | private void Detail_Clicked(object sender, TouchEventArgs e) method DetailInNewWindow_Clicked (line 47) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/ContentViews/SyncfusionCardContentView.xaml.cs class SyncfusionCardContentView (line 3) | public partial class SyncfusionCardContentView : ContentView method SyncfusionCardContentView (line 6) | public SyncfusionCardContentView() method Detail_Clicked (line 44) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 49) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Core/IBuiltInGalleryCardInfo.cs type IBuiltInGalleryCardInfo (line 3) | public interface IBuiltInGalleryCardInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Core/ICommunityToolkitGalleryCardInfo.cs type ICommunityToolkitGalleryCardInfo (line 3) | public interface ICommunityToolkitGalleryCardInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Core/IGalleryCardInfo.cs type IGalleryCardInfo (line 3) | public interface IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Core/IGalleryPage.cs type IGalleryPage (line 3) | public interface IGalleryPage FILE: src/Core/MAUIsland.Core/Features/Gallery/Core/IGithubGalleryCardInfo.cs type IGithubGalleryCardInfo (line 3) | public interface IGithubGalleryCardInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Core/IMaterialUIGalleryCardInfo.cs type IMaterialUIGalleryCardInfo (line 3) | public interface IMaterialUIGalleryCardInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/DataTemplateSelectors/BrandCardTemplateSelector.cs class BrandCardTemplateSelector (line 3) | public class BrandCardTemplateSelector : DataTemplateSelector method OnSelectTemplate (line 9) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: src/Core/MAUIsland.Core/Features/Gallery/Enums/BuiltInGalleryCardStatus.cs type BuiltInGalleryCardStatus (line 3) | public enum BuiltInGalleryCardStatus FILE: src/Core/MAUIsland.Core/Features/Gallery/Enums/ControlGroupInfoImportantLevel.cs type ControlGroupInfoImportantLevel (line 3) | public enum ControlGroupInfoImportantLevel FILE: src/Core/MAUIsland.Core/Features/Gallery/Enums/GalleryCardStatus.cs type GalleryCardStatus (line 3) | public enum GalleryCardStatus FILE: src/Core/MAUIsland.Core/Features/Gallery/Enums/GalleryCardType.cs type GalleryCardType (line 3) | public enum GalleryCardType FILE: src/Core/MAUIsland.Core/Features/Gallery/Models/ControlGroupInfo.cs class ControlGroupInfo (line 3) | public partial class ControlGroupInfo : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Models/ControlGroupInfoImportant.cs class ControlGroupInfoImportant (line 3) | public partial class ControlGroupInfoImportant : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Models/ControlIssueModel.cs class ControlIssueModel (line 3) | public partial class ControlIssueModel : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Models/PlatformInfo.cs class PlatformInfo (line 3) | public partial class PlatformInfo : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/BaseBuiltInPageControlViewModel.cs class BaseBuiltInPageControlViewModel (line 7) | public partial class BaseBuiltInPageControlViewModel : NavigationAwareBa... method BaseBuiltInPageControlViewModel (line 18) | public BaseBuiltInPageControlViewModel(IAppNavigator appNavigator, method RefreshControlIssues (line 57) | public async Task RefreshControlIssues(bool forced, method GetIssueByControlNameFromLocalDb (line 145) | public async Task> GetIssueByCont... method UpdateLocalIssue (line 164) | public async Task UpdateLocalIssue(GitHubIssueModel issue, string cont... method SetControlInformation (line 201) | public void SetControlInformation(object controlInfo) method OnShellNavigated (line 206) | private void OnShellNavigated(object sender, ShellNavigatedEventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ActivityIndicator/ActivityIndicatorControlInfo.cs class ActivityIndicatorControlInfo (line 3) | public class ActivityIndicatorControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ActivityIndicator/ActivityIndicatorPageViewModel.cs class ActivityIndicatorPageViewModel (line 7) | public partial class ActivityIndicatorPageViewModel : BaseBuiltInPageCon... method ActivityIndicatorPageViewModel (line 14) | public ActivityIndicatorPageViewModel(IAppNavigator appNavigator, method OnInit (line 69) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 77) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 87) | [RelayCommand] method RefreshAsync (line 91) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/BlazorWebView/BlazorWebViewControlInfo.cs class BlazorWebViewControlInfo (line 3) | public class BlazorWebViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/BlazorWebView/BlazorWebViewPageViewModel.cs class BlazorWebViewPageViewModel (line 7) | public partial class BlazorWebViewPageViewModel : BaseBuiltInPageControl... method BlazorWebViewPageViewModel (line 10) | public BlazorWebViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 49) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 57) | public override async Task OnAppearingAsync() method CounterButton (line 65) | [RelayCommand] method OpenUrlAsync (line 71) | [RelayCommand] method NavigatePageAsync (line 75) | [RelayCommand] method RefreshAsync (line 79) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Border/BorderControlInfo.cs class BorderControlInfo (line 3) | class BorderControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Border/BorderPageViewModel.cs class BorderPageViewModel (line 7) | public partial class BorderPageViewModel : BaseBuiltInPageControlViewModel method BorderPageViewModel (line 10) | public BorderPageViewModel(IAppNavigator appNavigator, method OnInit (line 162) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 170) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 181) | [RelayCommand] method RefreshAsync (line 185) | [RelayCommand] method CopyToClipboardAsync (line 198) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Button/ButtonControlInfo.cs class ButtonControlInfo (line 3) | public class ButtonControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Button/ButtonPageViewModel.cs class ButtonPageViewModel (line 7) | public partial class ButtonPageViewModel : BaseBuiltInPageControlViewModel method ButtonPageViewModel (line 14) | public ButtonPageViewModel(IAppNavigator appNavigator, method OnInit (line 106) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 113) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 122) | [RelayCommand] method RefreshAsync (line 126) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewControlInfo.cs class CarouselViewControlInfo (line 3) | class CarouselViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewPageViewModel.cs class CarouselViewPageViewModel (line 7) | public partial class CarouselViewPageViewModel : BaseBuiltInPageControlV... method CarouselViewPageViewModel (line 11) | public CarouselViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 387) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 395) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 403) | [RelayCommand] method SwipeViewFavorite (line 407) | [RelayCommand] method SwipeViewDelete (line 411) | [RelayCommand] method CarouselViewCurrentItemChanged (line 418) | [RelayCommand] method LoadDataAsync (line 426) | private async Task LoadDataAsync(bool forced) method RefreshAsync (line 485) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/Models/CarouselItem.cs class CarouselItem (line 2) | public class CarouselItem FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/TemplateSelector/CarouselViewItemDataTemplateSelector.cs class CarouselViewItemDataTemplateSelector (line 3) | public class CarouselViewItemDataTemplateSelector : DataTemplateSelector method OnSelectTemplate (line 8) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Checkbox/CheckBoxControlInfo.cs class CheckBoxControlInfo (line 3) | public class CheckBoxControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Checkbox/CheckBoxPageViewModel.cs class CheckBoxPageViewModel (line 7) | public partial class CheckBoxPageViewModel : BaseBuiltInPageControlViewM... method CheckBoxPageViewModel (line 14) | public CheckBoxPageViewModel(IAppNavigator appNavigator, method OnInit (line 28) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 36) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 80) | [RelayCommand] method RefreshAsync (line 84) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewControlInfo.cs class CollectionViewControlInfo (line 3) | class CollectionViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPageViewModel.cs class CollectionViewPageViewModel (line 10) | public partial class CollectionViewPageViewModel : BaseBuiltInPageContro... method CollectionViewPageViewModel (line 19) | public CollectionViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 951) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 959) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 968) | [RelayCommand] method CollectionSwipeViewDelete (line 972) | [RelayCommand] method CollectionSwipeViewFavorite (line 979) | [RelayCommand] method RefreshAsync (line 985) | [RelayCommand] method RefreshCollectionViewThatHaveRefreshViewAsync (line 996) | [RelayCommand] method SingleSelectCollectionView (line 1005) | [RelayCommand] method MultipleSelectCollectionView (line 1013) | [RelayCommand] method RefreshPageAsync (line 1037) | [RelayCommand] method OnSpanningNumberChangedEvent (line 1054) | protected virtual void OnSpanningNumberChangedEvent([CallerMemberName]... method OnSpanningNumberChanged (line 1061) | partial void OnSpanningNumberChanged(int value) method LoadDataAsync (line 1068) | private async Task LoadDataAsync() method LoadRefreshItemSourceAsync (line 1106) | async Task LoadRefreshItemSourceAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/Models/MrIncreadible.cs class MrIncreadible (line 3) | public class MrIncreadible FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/ControllInfoCollectionFourItemRowTemplateContentView.xaml.cs class ControllInfoCollectionFourItemRowTemplateContentView (line 3) | public partial class ControllInfoCollectionFourItemRowTemplateContentVie... method ControllInfoCollectionFourItemRowTemplateContentView (line 6) | public ControllInfoCollectionFourItemRowTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/ControllInfoCollectionTemplateContentView.xaml.cs class ControllInfoCollectionTemplateContentView (line 3) | public partial class ControllInfoCollectionTemplateContentView : Content... method ControllInfoCollectionTemplateContentView (line 6) | public ControllInfoCollectionTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/ControllInfoCollectionThreeItemRowTemplateContentView.xaml.cs class ControllInfoCollectionThreeItemRowTemplateContentView (line 3) | public partial class ControllInfoCollectionThreeItemRowTemplateContentVi... method ControllInfoCollectionThreeItemRowTemplateContentView (line 6) | public ControllInfoCollectionThreeItemRowTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/ControllInfoCollectionTwoItemRowTemplateContentView.xaml.cs class ControllInfoCollectionTwoItemRowTemplateContentView (line 3) | public partial class ControllInfoCollectionTwoItemRowTemplateContentView... method ControllInfoCollectionTwoItemRowTemplateContentView (line 6) | public ControllInfoCollectionTwoItemRowTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/MrIncreadibleCollectionTemplateWithSwipeContentView.xaml.cs class MrIncreadibleCollectionTemplateWithSwipeContentView (line 3) | public partial class MrIncreadibleCollectionTemplateWithSwipeContentView... method MrIncreadibleCollectionTemplateWithSwipeContentView (line 6) | public MrIncreadibleCollectionTemplateWithSwipeContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/MrIncreadibleItemHorizontalTemplateContentView.xaml.cs class MrIncreadibleItemHorizontalTemplateContentView (line 3) | public partial class MrIncreadibleItemHorizontalTemplateContentView : Co... method MrIncreadibleItemHorizontalTemplateContentView (line 6) | public MrIncreadibleItemHorizontalTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/MrIncreadibleItemTemplateContentView.xaml.cs class MrIncreadibleItemTemplateContentView (line 3) | public partial class MrIncreadibleItemTemplateContentView : ContentView method MrIncreadibleItemTemplateContentView (line 6) | public MrIncreadibleItemTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/MrIncreadibleItemVerticalSpan2TemplateContentView.xaml.cs class MrIncreadibleItemVerticalSpan2TemplateContentView (line 3) | public partial class MrIncreadibleItemVerticalSpan2TemplateContentView :... method MrIncreadibleItemVerticalSpan2TemplateContentView (line 6) | public MrIncreadibleItemVerticalSpan2TemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/MrIncreadibleItemVerticalTemplateContentView.xaml.cs class MrIncreadibleItemVerticalTemplateContentView (line 3) | public partial class MrIncreadibleItemVerticalTemplateContentView : Cont... method MrIncreadibleItemVerticalTemplateContentView (line 6) | public MrIncreadibleItemVerticalTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/NormalItemTemplateContentView.xaml.cs class NormalItemTemplateContentView (line 3) | public partial class NormalItemTemplateContentView : ContentView method NormalItemTemplateContentView (line 6) | public NormalItemTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateContentViews/SelectedItemTemplateContentView.xaml.cs class SelectedItemTemplateContentView (line 3) | public partial class SelectedItemTemplateContentView : ContentView method SelectedItemTemplateContentView (line 6) | public SelectedItemTemplateContentView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/TemplateSelector/TemplateSelector.cs class TemplateSelector (line 3) | public class TemplateSelector : DataTemplateSelector method TemplateSelector (line 11) | public TemplateSelector() method OnSelectTemplate (line 17) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/DatePicker/DatePickerControlInfo.cs class DatePickerControlInfo (line 3) | public class DatePickerControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/DatePicker/DatePickerPageViewModel.cs class DatePickerPageViewModel (line 7) | public partial class DatePickerPageViewModel : BaseBuiltInPageControlVie... method DatePickerPageViewModel (line 14) | public DatePickerPageViewModel(IAppNavigator appNavigator, method OnInit (line 55) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 63) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 72) | [RelayCommand] method RefreshAsync (line 76) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Editor/EditorControlInfo.cs class EditorControlInfo (line 3) | public class EditorControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Editor/EditorPageViewModel.cs class EditorPageViewModel (line 7) | public partial class EditorPageViewModel : BaseBuiltInPageControlViewModel method EditorPageViewModel (line 14) | public EditorPageViewModel(IAppNavigator appNavigator, method OnInit (line 259) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 268) | public override async Task OnAppearingAsync() method RefreshAsync (line 277) | [RelayCommand] method OpenUrlAsync (line 291) | [RelayCommand] method ChangeAutoSizeMode (line 295) | [RelayCommand] method LoadDataAsync (line 301) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Entry/EntryControlInfo.cs class EntryControlInfo (line 3) | public class EntryControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Entry/EntryPageViewModel.cs class EntryPageViewModel (line 7) | public partial class EntryPageViewModel : BaseBuiltInPageControlViewModel method EntryPageViewModel (line 14) | public EntryPageViewModel(IAppNavigator appNavigator, method OnInit (line 399) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 408) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 418) | [RelayCommand] method SendMessage (line 422) | [RelayCommand] method RefreshAsync (line 438) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Entry/Models/ChatMessageModel.cs class ChatMessageModel (line 3) | public partial class ChatMessageModel : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Frame/FrameControlInfo.cs class FrameControlInfo (line 2) | public class FrameControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Frame/FramePageViewModel.cs class FramePageViewModel (line 6) | public partial class FramePageViewModel : BaseBuiltInPageControlViewModel method FramePageViewModel (line 13) | public FramePageViewModel(IAppNavigator appNavigator, method OnInit (line 84) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 92) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 101) | [RelayCommand] method RefreshAsync (line 105) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ImageButton/ImageButtonControlInfo.cs class ImageButtonControlInfo (line 3) | public class ImageButtonControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ImageButton/ImageButtonPageViewModel.cs class ImageButtonPageViewModel (line 7) | public partial class ImageButtonPageViewModel : BaseBuiltInPageControlVi... method ImageButtonPageViewModel (line 15) | public ImageButtonPageViewModel(IFilePicker filePicker, method OnInit (line 114) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 122) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 131) | [RelayCommand] method RefreshAsync (line 135) | [RelayCommand] method OpenFileAsync (line 149) | [RelayCommand] method ClickedCheck (line 162) | [RelayCommand] method ClickedCount (line 167) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/IndicatorView/IndicatorViewControlInfo.cs class IndicatorViewControlInfo (line 3) | public class IndicatorViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/IndicatorView/IndicatorViewPageViewModel.cs class IndicatorViewPageViewModel (line 8) | public partial class IndicatorViewPageViewModel : BaseBuiltInPageControl... method IndicatorViewPageViewModel (line 16) | public IndicatorViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 59) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 67) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 77) | [RelayCommand] method RefreshAsync (line 81) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/IndicatorView/Models/Cat.cs class Cat (line 3) | public class Cat FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Label/LabelControlInfo.cs class LabelControlInfo (line 3) | public class LabelControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Label/LabelPageViewModel.cs class LabelPageViewModel (line 7) | public partial class LabelPageViewModel : BaseBuiltInPageControlViewModel method LabelPageViewModel (line 14) | public LabelPageViewModel(IAppNavigator appNavigator, method OnInit (line 55) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 64) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 74) | [RelayCommand] method RefreshAsync (line 78) | [RelayCommand] method LoadDataAsync (line 94) | private async Task LoadDataAsync(bool forced) method GenerateCodeMarkUp (line 99) | FormattedString GenerateCodeMarkUp() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/MenuBar/MenuBarControlInfo.cs class MenuBarControlInfo (line 3) | public class MenuBarControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/MenuBar/MenuBarPageViewModel.cs class MenuBarPageViewModel (line 7) | public partial class MenuBarPageViewModel : BaseBuiltInPageControlViewModel method MenuBarPageViewModel (line 14) | public MenuBarPageViewModel(IAppNavigator appNavigator, method OnInit (line 105) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 112) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 121) | [RelayCommand] method OpenSnackBar (line 125) | [RelayCommand] method RefreshAsync (line 129) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Picker/PickerControlInfo.cs class PickerControlInfo (line 3) | public class PickerControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Picker/PickerPageViewModel.cs class PickerPageViewModel (line 8) | public partial class PickerPageViewModel : BaseBuiltInPageControlViewModel method PickerPageViewModel (line 15) | public PickerPageViewModel(IAppNavigator appNavigator, method OnInit (line 48) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 56) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 65) | [RelayCommand] method RefreshAsync (line 69) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ProgressBar/ProgressBarControlInfo.cs class ProgressBarControlInfo (line 3) | public class ProgressBarControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ProgressBar/ProgressBarPageViewModel.cs class ProgressBarPageViewModel (line 7) | public partial class ProgressBarPageViewModel : BaseBuiltInPageControlVi... method ProgressBarPageViewModel (line 14) | public ProgressBarPageViewModel(IAppNavigator appNavigator, method OnInit (line 147) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 155) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 164) | [RelayCommand] method RefreshAsync (line 169) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/ProgressBar/ProgressBarPercentageConverter.cs class ProgressBarPercentageConverter (line 3) | public class ProgressBarPercentageConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 11) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/RadioButton/RadioButtonControlInfo.cs class RadioButtonControlInfo (line 3) | public class RadioButtonControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/RadioButton/RadioButtonPageViewModel.cs class RadioButtonPageViewModel (line 7) | public partial class RadioButtonPageViewModel : BaseBuiltInPageControlVi... method RadioButtonPageViewModel (line 14) | public RadioButtonPageViewModel(IAppNavigator appNavigator, method OnInit (line 269) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 277) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 286) | [RelayCommand] method OpenSnackBar (line 290) | [RelayCommand] method RefreshAsync (line 295) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/RefreshView/RefreshViewControlInfo.cs class RefreshViewControlInfo (line 3) | public class RefreshViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/RefreshView/RefreshViewPageViewModel.cs class RefreshViewPageViewModel (line 8) | public partial class RefreshViewPageViewModel : BaseBuiltInPageControlVi... method RefreshViewPageViewModel (line 15) | public RefreshViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 56) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 64) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 75) | [RelayCommand] method RefreshAsync (line 79) | [RelayCommand] method RefreshPageAsync (line 88) | [RelayCommand] type DemoItem (line 103) | public record DemoItem(string name, DateTime time); FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SearchBar/ControlInfoListView.xaml.cs class ControlInfoListView (line 3) | public partial class ControlInfoListView : ListView method ControlInfoListView (line 6) | public ControlInfoListView() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SearchBar/SearchBarControlInfo.cs class SearchBarControlInfo (line 3) | public class SearchBarControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SearchBar/SearchBarPageViewModel.cs class SearchBarPageViewModel (line 7) | public partial class SearchBarPageViewModel : BaseBuiltInPageControlView... method SearchBarPageViewModel (line 15) | public SearchBarPageViewModel(IAppNavigator appNavigator, method OnInit (line 90) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 100) | public override async Task OnAppearingAsync() method RefreshAsync (line 106) | [RelayCommand] method OpenUrlAsync (line 122) | [RelayCommand] method SearchAsync (line 126) | [RelayCommand] method LoadDataAsync (line 141) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Slider/SliderControlInfo.cs class SliderControlInfo (line 3) | public class SliderControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Slider/SliderPageViewModel.cs class SliderPageViewModel (line 7) | public partial class SliderPageViewModel : BaseBuiltInPageControlViewModel method SliderPageViewModel (line 14) | public SliderPageViewModel(IAppNavigator appNavigator, method OnInit (line 47) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 55) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 64) | [RelayCommand] method RefreshAsync (line 68) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Stepper/Converters/AgeToMemeImageConverter.cs class AgeToMemeImageConverter (line 3) | public class AgeToMemeImageConverter : IValueConverter method AgeToMemeImageConverter (line 10) | public AgeToMemeImageConverter() method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 23) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Stepper/Converters/AgeToMemeTitleConverter.cs class AgeToMemeTitleConverter (line 3) | public class AgeToMemeTitleConverter : IValueConverter method AgeToMemeTitleConverter (line 10) | public AgeToMemeTitleConverter() method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 23) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Stepper/StepperControlInfo.cs class StepperControlInfo (line 3) | public class StepperControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Stepper/StepperPageViewModel.cs class StepperPageViewModel (line 7) | public partial class StepperPageViewModel : BaseBuiltInPageControlViewModel method StepperPageViewModel (line 14) | public StepperPageViewModel(IAppNavigator appNavigator, method OnInit (line 78) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 86) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 95) | [RelayCommand] method RefreshAsync (line 99) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewControlInfo.cs class SwipeViewControlInfo (line 3) | public class SwipeViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPageViewModel.cs class SwipeViewPageViewModel (line 8) | public partial class SwipeViewPageViewModel : BaseBuiltInPageControlView... method SwipeViewPageViewModel (line 15) | public SwipeViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 195) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 203) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 212) | [RelayCommand] method RefreshAsync (line 217) | [RelayCommand] method DeleteAsync (line 231) | [RelayCommand] method FavoriteAsync (line 235) | [RelayCommand] method ShareAsync (line 239) | [RelayCommand] method CheckAnswerAsync (line 243) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Switch/SwitchControlInfo.cs class SwitchControlInfo (line 3) | public class SwitchControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/Switch/SwitchPageViewModel.cs class SwitchPageViewModel (line 6) | public partial class SwitchPageViewModel : BaseBuiltInPageControlViewModel method SwitchPageViewModel (line 13) | public SwitchPageViewModel(IAppNavigator appNavigator, method OnInit (line 82) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 90) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 99) | [RelayCommand] method RefreshAsync (line 103) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TabbedPage/TabbedPageControlInfo.cs class TabbedPageControlInfo (line 2) | public class TabbedPageControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TabbedPage/TabbedPagePageViewModel.cs class TabbedPagePageViewModel (line 6) | public partial class TabbedPagePageViewModel : BaseBuiltInPageControlVie... method TabbedPagePageViewModel (line 9) | public TabbedPagePageViewModel(IAppNavigator appNavigator, method OnInit (line 27) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 38) | [RelayCommand] method RefreshAsync (line 42) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TableView/TableViewControlInfo.cs class TableViewControlInfo (line 3) | public class TableViewControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TableView/TableViewPageViewModel.cs class TableViewPageViewModel (line 7) | public partial class TableViewPageViewModel : BaseBuiltInPageControlView... method TableViewPageViewModel (line 14) | public TableViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 152) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 160) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 169) | [RelayCommand] method RefreshAsync (line 173) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TimePicker/Converters/TimeOnyToTimeSpanConverter.cs class TimeOnyToTimeSpanConverter (line 3) | public class TimeOnyToTimeSpanConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 11) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TimePicker/TimePickerControlInfo.cs class TimePickerControlInfo (line 3) | public class TimePickerControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Controls/TimePicker/TimePickerPageViewModel.cs class TimePickerPageViewModel (line 8) | public partial class TimePickerPageViewModel : BaseBuiltInPageControlVie... method TimePickerPageViewModel (line 15) | public TimePickerPageViewModel(IAppNavigator appNavigator, method OnInit (line 72) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 80) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 88) | [RelayCommand] method RefreshAsync (line 92) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Helpers/AppSettingsJson/AppSettingsJsonControlInfo.cs class AppSettingsJsonControlInfo (line 2) | class AppSettingsJsonControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Helpers/AppSettingsJson/AppSettingsJsonPageViewModel.cs class AppSettingsJsonPageViewModel (line 7) | public partial class AppSettingsJsonPageViewModel : BaseBuiltInPageContr... method AppSettingsJsonPageViewModel (line 10) | public AppSettingsJsonPageViewModel(IAppNavigator appNavigator, method OnInit (line 110) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 121) | [RelayCommand] method RefreshAsync (line 125) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Helpers/AppSettingsJson/Models/Settings.cs class Settings (line 2) | public class Settings class NestedSettings (line 9) | public class NestedSettings FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Helpers/Popup/PopupControlInfo.cs class PopupControlInfo (line 2) | class PopupControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Helpers/Popup/PopupPageViewModel.cs class PopupPageViewModel (line 6) | public partial class PopupPageViewModel : BaseBuiltInPageControlViewModel method PopupPageViewModel (line 14) | public PopupPageViewModel(IAppNavigator appNavigator, method OnInit (line 97) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 105) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 113) | [RelayCommand] method TriggerDialogFromViewModelAsync (line 117) | [RelayCommand] method RefreshAsync (line 123) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/AbsoluteLayout/AbsoluteLayoutControlInfo.cs class AbsoluteLayoutControlInfo (line 2) | class AbsoluteLayoutControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/AbsoluteLayout/AbsoluteLayoutPageViewModel.cs class AbsoluteLayoutPageViewModel (line 6) | public partial class AbsoluteLayoutPageViewModel : BaseBuiltInPageContro... method AbsoluteLayoutPageViewModel (line 13) | public AbsoluteLayoutPageViewModel(IAppNavigator appNavigator, method OnInit (line 289) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 297) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 306) | [RelayCommand] method RefreshAsync (line 310) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/Grid/DoubleToIntConverter.cs class DoubleToIntConverter (line 3) | public class DoubleToIntConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 12) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/Grid/GridControlInfo.cs class GridControlInfo (line 2) | public class GridControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/Grid/GridPageViewModel.cs class GridPageViewModel (line 6) | public partial class GridPageViewModel : BaseBuiltInPageControlViewModel method GridPageViewModel (line 13) | public GridPageViewModel(IAppNavigator appNavigator, method OnInit (line 127) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 135) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 143) | [RelayCommand] method RefreshAsync (line 147) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/HorizontalStackLayout/HorizontalStackLayoutControlInfo.cs class HorizontalStackLayoutControlInfo (line 2) | class HorizontalStackLayoutControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/HorizontalStackLayout/HorizontalStackLayoutPageViewModel.cs class HorizontalStackLayoutPageViewModel (line 6) | public partial class HorizontalStackLayoutPageViewModel : BaseBuiltInPag... method HorizontalStackLayoutPageViewModel (line 13) | public HorizontalStackLayoutPageViewModel(IAppNavigator appNavigator, method OnInit (line 116) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 124) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 133) | [RelayCommand] method RefreshAsync (line 137) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/StackLayout/StackLayoutControlInfo.cs class StackLayoutControlInfo (line 2) | class StackLayoutControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/StackLayout/StackLayoutPageViewModel.cs class StackLayoutPageViewModel (line 6) | public partial class StackLayoutPageViewModel : BaseBuiltInPageControlVi... method StackLayoutPageViewModel (line 13) | public StackLayoutPageViewModel(IAppNavigator appNavigator, method OnInit (line 188) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 196) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 204) | [RelayCommand] method RefreshAsync (line 208) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/VerticalStackLayout/VerticalStackLayoutControlInfo.cs class VerticalStackLayoutControlInfo (line 2) | class VerticalStackLayoutControlInfo : IBuiltInGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/BuiltIn/Layouts/VerticalStackLayout/VerticalStackLayoutPageViewModel.cs class VerticalStackLayoutPageViewModel (line 6) | public partial class VerticalStackLayoutPageViewModel : BaseBuiltInPageC... method VerticalStackLayoutPageViewModel (line 13) | public VerticalStackLayoutPageViewModel(IAppNavigator appNavigator, method OnInit (line 41) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 49) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 57) | [RelayCommand] method RefreshAsync (line 61) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/AcrylicView/AcrylicViewControlInfo.cs class AcrylicViewControlInfo (line 2) | class AcrylicViewControlInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/AcrylicView/AcrylicViewPageViewModel.cs class AcrylicViewPageViewModel (line 2) | public partial class AcrylicViewPageViewModel : NavigationAwareBaseViewM... method AcrylicViewPageViewModel (line 5) | public AcrylicViewPageViewModel( method OnInit (line 76) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 88) | [RelayCommand] method CopyToClipboardAsync (line 93) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/DataGrid/DataGridControlInfo.cs class DataGridControlInfo (line 2) | class DataGridControlInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/DataGrid/DataGridPageViewModel.cs class DataGridPageViewModel (line 2) | public partial class DataGridPageViewModel : NavigationAwareBaseViewModel method DataGridPageViewModel (line 10) | public DataGridPageViewModel(IAppNavigator appNavigator, method OnInit (line 235) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 248) | [RelayCommand] method LoadDataAsync (line 254) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/LiveCharts2/LiveCharts2ControlInfo.cs class LiveCharts2ControlInfo (line 2) | class LiveCharts2ControlInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/LiveCharts2/LiveCharts2PageViewModel.cs class LiveCharts2PageViewModel (line 12) | public partial class LiveCharts2PageViewModel : NavigationAwareBaseViewM... method LiveCharts2PageViewModel (line 22) | public LiveCharts2PageViewModel( method OnInit (line 31) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 668) | [RelayCommand] method InitRacingBars (line 676) | void InitRacingBars() method StartRace (line 717) | async Task StartRace() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/LiveCharts2/Models/PilotInfo.cs class PilotInfo (line 6) | public class PilotInfo : ObservableValue method PilotInfo (line 8) | public PilotInfo(string name, int value, SolidColorPaint paint) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/OverFlower/OverFlowerControlInfo.cs class OverFlowerControlInfo (line 2) | class OverFlowerControlInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Controls/OverFlower/OverFlowerPageViewModel.cs class OverFlowerPageViewModel (line 2) | public partial class OverFlowerPageViewModel : NavigationAwareBaseViewModel method OverFlowerPageViewModel (line 5) | public OverFlowerPageViewModel( method OnInit (line 20) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 31) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/OCR/OCRControlInfo.cs class OCRControlInfo (line 2) | class OCRControlInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/OCR/OCRPageViewModel.cs class OCRPageViewModel (line 4) | public partial class OCRPageViewModel : NavigationAwareBaseViewModel method OCRPageViewModel (line 12) | public OCRPageViewModel( method OnInit (line 135) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 147) | [RelayCommand] method CopyToClipboardAsync (line 152) | [RelayCommand] method OpenFileAsync (line 160) | [RelayCommand] method ExtractTextAsync (line 180) | async Task ExtractTextAsync(ImageFile imageFile, bool isTryHard = false) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/SQLite-net/SQLiteNETControlInfo.cs class SQLiteNETControlInfo (line 2) | public class SQLiteNETControlInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/SQLite-net/SQLiteNETPageViewModel.cs class SQLiteNETPageViewModel (line 3) | public partial class SQLiteNETPageViewModel : NavigationAwareBaseViewModel method SQLiteNETPageViewModel (line 6) | public SQLiteNETPageViewModel( method OnInit (line 14) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 244) | [RelayCommand] method CopyToClipboardAsync (line 248) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/ZXingNetMaui/ZXingNetMauiControlInfo.cs class ZXingNetMauIGalleryCardInfo (line 2) | class ZXingNetMauIGalleryCardInfo : IGithubGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Community/Helpers/ZXingNetMaui/ZXingNetMauiPageViewModel.cs class ZXingNetMauiPageViewModel (line 2) | public partial class ZXingNetMauiPageViewModel : NavigationAwareBaseView... method ZXingNetMauiPageViewModel (line 5) | public ZXingNetMauiPageViewModel( method OnInit (line 55) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 67) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialButton/MaterialButtonControlInfo.cs class MaterialButtonControlInfo (line 2) | class MaterialButtonControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialButton/MaterialButtonPageViewModel.cs class MaterialButtonPageViewModel (line 2) | public partial class MaterialButtonPageViewModel : NavigationAwareBaseVi... method MaterialButtonPageViewModel (line 5) | public MaterialButtonPageViewModel( method OnInit (line 28) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 69) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialChip/MaterialChipControlInfo.cs class MaterialChipControlInfo (line 4) | public class MaterialChipControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialChip/MaterialChipPageViewModel.cs class MaterialChipPageViewModel (line 2) | public partial class MaterialChipPageViewModel : NavigationAwareBaseView... method MaterialChipPageViewModel (line 5) | public MaterialChipPageViewModel( method OnInit (line 22) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 33) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialComboBox/MaterialComboBoxControlInfo.cs class MaterialComboBoxControlInfo (line 4) | class MaterialComboBoxControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialComboBox/MaterialComboBoxPageViewModel.cs class MaterialComboBoxPageViewModel (line 2) | public partial class MaterialComboBoxPageViewModel : NavigationAwareBase... method MaterialComboBoxPageViewModel (line 5) | public MaterialComboBoxPageViewModel( method OnInit (line 30) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 76) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialContextMenu/MaterialContextMenuControlInfo.cs class MaterialContextMenuControlInfo (line 4) | public class MaterialContextMenuControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialContextMenu/MaterialContextMenuPageViewModel.cs class MaterialContextMenuPageViewModel (line 2) | public partial class MaterialContextMenuPageViewModel : NavigationAwareB... method MaterialContextMenuPageViewModel (line 5) | public MaterialContextMenuPageViewModel( method OnInit (line 28) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 52) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialFAB/MaterialFABControlInfo.cs class MaterialFABControlInfo (line 4) | public class MaterialFABControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialFAB/MaterialFABPageViewModel.cs class MaterialFABPageViewModel (line 2) | public partial class MaterialFABPageViewModel : NavigationAwareBaseViewM... method MaterialFABPageViewModel (line 5) | public MaterialFABPageViewModel( method OnInit (line 28) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 63) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialProgressIndicator/MaterialProgressIndicatorControlInfo.cs class MaterialProgressIndicatorControlInfo (line 2) | public class MaterialProgressIndicatorControlInfo : IMaterialUIGalleryCa... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialProgressIndicator/MaterialProgressIndicatorPageViewModel.cs class MaterialProgressIndicatorPageViewModel (line 2) | public partial class MaterialProgressIndicatorPageViewModel : Navigation... method MaterialProgressIndicatorPageViewModel (line 5) | public MaterialProgressIndicatorPageViewModel( method OnInit (line 28) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 54) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialRadioButton/MaterialRadioButtonControlInfo.cs class MaterialRadioButtonControlInfo (line 2) | public class MaterialRadioButtonControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialRadioButton/MaterialRadioButtonPageViewModel.cs class MaterialRadioButtonPageViewModel (line 2) | public partial class MaterialRadioButtonPageViewModel : NavigationAwareB... method MaterialRadioButtonPageViewModel (line 5) | public MaterialRadioButtonPageViewModel( method OnInit (line 34) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 84) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialSwitch/MaterialSwitchControlInfo.cs class MaterialSwitchControlInfo (line 2) | public class MaterialSwitchControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialSwitch/MaterialSwitchPageViewModel.cs class MaterialSwitchPageViewModel (line 2) | public partial class MaterialSwitchPageViewModel : NavigationAwareBaseVi... method MaterialSwitchPageViewModel (line 5) | public MaterialSwitchPageViewModel( method OnInit (line 28) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 63) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialTextFields/MaterialTextFieldControlInfo.cs class MaterialTextFieldControlInfo (line 4) | public class MaterialTextFieldControlInfo : IMaterialUIGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Controls/MaterialTextFields/MaterialTextFieldPageViewModel.cs class MaterialTextFieldPageViewModel (line 2) | public partial class MaterialTextFieldPageViewModel : NavigationAwareBas... method MaterialTextFieldPageViewModel (line 5) | public MaterialTextFieldPageViewModel( method OnInit (line 29) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 77) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Models/MaterialComponentEvent.cs class MaterialComponentEvent (line 3) | public partial class MaterialComponentEvent : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Material/Models/MaterialComponentProperty.cs class MaterialComponentProperty (line 3) | public partial class MaterialComponentProperty : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfAvatarView/Models/SfAvatarViewTestUserModel.cs class SfAvatarViewTestUserModel (line 3) | public partial class SfAvatarViewTestUserModel : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfAvatarView/SfAvatarViewControlInfo.cs class SfAvatarViewControlInfo (line 4) | class SfAvatarViewControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfAvatarView/SfAvatarViewPageViewModel.cs class SfAvatarViewPageViewModel (line 2) | public partial class SfAvatarViewPageViewModel : NavigationAwareBaseView... method SfAvatarViewPageViewModel (line 5) | public SfAvatarViewPageViewModel( method OnInit (line 29) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 48) | [RelayCommand] class Employee (line 53) | public partial class Employee : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfBadgeView/SfBadgeViewControlInfo.cs class SfBadgeViewControlInfo (line 4) | class SfBadgeViewControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfBadgeView/SfBadgeViewPageViewModel.cs class SfBadgeViewPageViewModel (line 2) | public partial class SfBadgeViewPageViewModel : NavigationAwareBaseViewM... method SfBadgeViewPageViewModel (line 5) | public SfBadgeViewPageViewModel( method OnInit (line 65) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 83) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfBarcodeGenerator/SfBarcodeGeneratorControlInfo.cs class SfBarcodeGeneratorControlInfo (line 4) | class SfBarcodeGeneratorControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfBarcodeGenerator/SfBarcodeGeneratorPageViewModel.cs class SfBarcodeGeneratorPageViewModel (line 2) | public partial class SfBarcodeGeneratorPageViewModel : NavigationAwareBa... method SfBarcodeGeneratorPageViewModel (line 5) | public SfBarcodeGeneratorPageViewModel( method OnInit (line 19) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 39) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfBusyIndicator/SfBusyIndicatorControlInfo.cs class SfBusyIndicatorControlInfo (line 4) | class SfBusyIndicatorControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfBusyIndicator/SfBusyIndicatorPageViewModel.cs class SfBusyIndicatorPageViewModel (line 2) | public partial class SfBusyIndicatorPageViewModel : NavigationAwareBaseV... method SfBusyIndicatorPageViewModel (line 5) | public SfBusyIndicatorPageViewModel( method OnInit (line 22) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 33) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Annotation/SfCartesianChartAnnotation.xaml.cs class SfCartesianChartAnnotation (line 3) | public partial class SfCartesianChartAnnotation : ContentView method SfCartesianChartAnnotation (line 6) | public SfCartesianChartAnnotation() method OnComponentLoaded (line 48) | private void OnComponentLoaded(object sender, EventArgs e) method OnTextGridTapped (line 63) | private async void OnTextGridTapped(object sender, EventArgs e) method OnShapeGridTapped (line 78) | private async void OnShapeGridTapped(object sender, EventArgs e) method OnViewGridTapped (line 93) | private async void OnViewGridTapped(object sender, EventArgs e) method OnShapeAxisLabelGridTapped (line 108) | private async void OnShapeAxisLabelGridTapped(object sender, EventArgs e) method OnShapeTextGridTapped (line 123) | private async void OnShapeTextGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Appearance/SfCartesianChartAppearanceChart.xaml.cs class SfCartesianChartAppearanceChart (line 3) | public partial class SfCartesianChartAppearanceChart : ContentView method SfCartesianChartAppearanceChart (line 6) | public SfCartesianChartAppearanceChart() method OnGridTapped (line 57) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Appearance/SfCartesianChartAppearanceSeries.xaml.cs class SfCartesianChartAppearanceSeries (line 3) | public partial class SfCartesianChartAppearanceSeries : ContentView method SfCartesianChartAppearanceSeries (line 6) | public SfCartesianChartAppearanceSeries() method OnGridTapped (line 70) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Appearance/SfCartesianChartPlottingCustomization.xaml.cs class SfCartesianChartPlottingCustomization (line 3) | public partial class SfCartesianChartPlottingCustomization : ContentView method SfCartesianChartPlottingCustomization (line 6) | public SfCartesianChartPlottingCustomization() method OnGridTapped (line 57) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Axis/SfCartesianChartCategoryAxis.xaml.cs class SfCartesianChartCategoryAxis (line 3) | public partial class SfCartesianChartCategoryAxis : ContentView method SfCartesianChartCategoryAxis (line 6) | public SfCartesianChartCategoryAxis() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Axis/SfCartesianChartDateTimeAxis.xaml.cs class SfCartesianChartDateTimeAxis (line 3) | public partial class SfCartesianChartDateTimeAxis : ContentView method SfCartesianChartDateTimeAxis (line 6) | public SfCartesianChartDateTimeAxis() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Axis/SfCartesianChartLogarithmicAxis.xaml.cs class SfCartesianChartLogarithmicAxis (line 3) | public partial class SfCartesianChartLogarithmicAxis : ContentView method SfCartesianChartLogarithmicAxis (line 6) | public SfCartesianChartLogarithmicAxis() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Axis/SfCartesianChartNumericalAxis.xaml.cs class SfCartesianChartNumericalAxis (line 3) | public partial class SfCartesianChartNumericalAxis : ContentView method SfCartesianChartNumericalAxis (line 6) | public SfCartesianChartNumericalAxis() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Axis/SfCartesianChartOtherAxis.xaml.cs class SfCartesianChartOtherAxis (line 3) | public partial class SfCartesianChartOtherAxis : ContentView method SfCartesianChartOtherAxis (line 6) | public SfCartesianChartOtherAxis() method OnComponentLoaded (line 71) | private void OnComponentLoaded(object sender, EventArgs e) method OnMultipleAxesGridTapped (line 77) | private async void OnMultipleAxesGridTapped(object sender, EventArgs e) method OnAxisCrossingGridTapped (line 92) | private async void OnAxisCrossingGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartArea.xaml.cs class SfCartesianChartArea (line 3) | public partial class SfCartesianChartArea : ContentView method SfCartesianChartArea (line 6) | public SfCartesianChartArea() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartRangeArea.xaml.cs class SfCartesianChartRangeArea (line 5) | public partial class SfCartesianChartRangeArea : ContentView method SfCartesianChartRangeArea (line 8) | public SfCartesianChartRangeArea() method LabelCreated (line 47) | private void LabelCreated(object? sender, ChartAxisLabelEventArgs e) method OnComponentLoaded (line 72) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 78) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartSplineArea.xaml.cs class SfCartesianChartSplineArea (line 3) | public partial class SfCartesianChartSplineArea : ContentView method SfCartesianChartSplineArea (line 6) | public SfCartesianChartSplineArea() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartSplineRangeArea.xaml.cs class SfCartesianChartSplineRangeArea (line 5) | public partial class SfCartesianChartSplineRangeArea : ContentView method SfCartesianChartSplineRangeArea (line 8) | public SfCartesianChartSplineRangeArea() method LabelCreated (line 46) | private void LabelCreated(object? sender, ChartAxisLabelEventArgs e) method OnComponentLoaded (line 69) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 75) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartStackingArea.xaml.cs class SfCartesianChartStackingArea (line 3) | public partial class SfCartesianChartStackingArea : ContentView method SfCartesianChartStackingArea (line 6) | public SfCartesianChartStackingArea() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartStackingArea100.xaml.cs class SfCartesianChartStackingArea100 (line 3) | public partial class SfCartesianChartStackingArea100 : ContentView method SfCartesianChartStackingArea100 (line 6) | public SfCartesianChartStackingArea100() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Area/SfCartesianChartStepArea.xaml.cs class SfCartesianChartStepArea (line 3) | public partial class SfCartesianChartStepArea : ContentView method SfCartesianChartStepArea (line 6) | public SfCartesianChartStepArea() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/BoxPlot/SfCartesianChartBoxAndWhisker.xaml.cs class SfCartesianChartBoxAndWhisker (line 3) | public partial class SfCartesianChartBoxAndWhisker : ContentView method SfCartesianChartBoxAndWhisker (line 6) | public SfCartesianChartBoxAndWhisker() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Bubble/SfCartesianChartBubble.xaml.cs class SfCartesianChartBubble (line 5) | public partial class SfCartesianChartBubble : ContentView method SfCartesianChartBubble (line 8) | public SfCartesianChartBubble() method LabelCreated (line 59) | private void LabelCreated(object sender, ChartAxisLabelEventArgs e) method OnComponentLoaded (line 72) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 78) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartBar.xaml.cs class SfCartesianChartBar (line 5) | public partial class SfCartesianChartBar : ContentView method SfCartesianChartBar (line 8) | public SfCartesianChartBar() method OnComponentLoaded (line 85) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 91) | private async void OnGridTapped(object sender, EventArgs e) class CustomBarChart (line 108) | public class CustomBarChart : ColumnSeries method CreateSegment (line 110) | protected override ChartSegment CreateSegment() class BarSegment (line 129) | public class BarSegment : ColumnSegment method OnLayout (line 133) | protected override void OnLayout() method Draw (line 143) | protected override void Draw(ICanvas canvas) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartErrorBar.xaml.cs class SfCartesianChartErrorBar (line 5) | public partial class SfCartesianChartErrorBar : ContentView method SfCartesianChartErrorBar (line 8) | public SfCartesianChartErrorBar() method OnComponentLoaded (line 98) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 104) | private async void OnGridTapped(object sender, EventArgs e) method TypePicker_SelectedIndexChanged (line 119) | private void TypePicker_SelectedIndexChanged(object sender, EventArgs e) method ModePicker_SelectedIndexChanged (line 141) | private void ModePicker_SelectedIndexChanged(object sender, EventArgs e) method DirectionPicker_SelectedIndexChanged (line 167) | private void DirectionPicker_SelectedIndexChanged(object sender, Event... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartRangeBar.xaml.cs class SfCartesianChartRangeBar (line 3) | public partial class SfCartesianChartRangeBar : ContentView method SfCartesianChartRangeBar (line 6) | public SfCartesianChartRangeBar() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartStackingBar.xaml.cs class SfCartesianChartStackingBar (line 3) | public partial class SfCartesianChartStackingBar : ContentView method SfCartesianChartStackingBar (line 6) | public SfCartesianChartStackingBar() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/Bar/SfCartesianChartStackingBar100.xaml.cs class SfCartesianChartStackingBar100 (line 3) | public partial class SfCartesianChartStackingBar100 : ContentView method SfCartesianChartStackingBar100 (line 6) | public SfCartesianChartStackingBar100() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/SfCartesianChartColumn.xaml.cs class SfCartesianChartColumn (line 6) | public partial class SfCartesianChartColumn : ContentView method SfCartesianChartColumn (line 9) | public SfCartesianChartColumn() method OnComponentLoaded (line 99) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 105) | private async void OnGridTapped(object sender, EventArgs e) class CustomColumnSeries (line 122) | public class CustomColumnSeries : ColumnSeries method CreateSegment (line 124) | protected override ChartSegment CreateSegment() method DrawDataLabel (line 142) | protected override void DrawDataLabel(ICanvas canvas, Brush? fillcolor... class CustomColumnSegment (line 154) | public class CustomColumnSegment : ColumnSegment method Draw (line 160) | protected override void Draw(ICanvas canvas) method DrawTrackPath (line 196) | private void DrawTrackPath(ICanvas canvas, RectF trackRect) method DrawWave (line 212) | private void DrawWave(ICanvas canvas, RectF rectangle) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/SfCartesianChartRangeColumn.xaml.cs class SfCartesianChartRangeColumn (line 3) | public partial class SfCartesianChartRangeColumn : ContentView method SfCartesianChartRangeColumn (line 6) | public SfCartesianChartRangeColumn() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/SfCartesianChartStackingColumn.xaml.cs class SfCartesianChartStackingColumn (line 3) | public partial class SfCartesianChartStackingColumn : ContentView method SfCartesianChartStackingColumn (line 6) | public SfCartesianChartStackingColumn() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Column/SfCartesianChartStackingColumn100.xaml.cs class SfCartesianChartStackingColumn100 (line 3) | public partial class SfCartesianChartStackingColumn100 : ContentView method SfCartesianChartStackingColumn100 (line 6) | public SfCartesianChartStackingColumn100() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Financial/SfCartesianChartCandle.xaml.cs class SfCartesianChartCandle (line 5) | public partial class SfCartesianChartCandle : ContentView method SfCartesianChartCandle (line 8) | public SfCartesianChartCandle() method LabelCreated (line 46) | private void LabelCreated(object? sender, ChartAxisLabelEventArgs e) method OnComponentLoaded (line 69) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 75) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Financial/SfCartesianChartOHLC.xaml.cs class SfCartesianChartOHLC (line 5) | public partial class SfCartesianChartOHLC : ContentView method SfCartesianChartOHLC (line 8) | public SfCartesianChartOHLC() method LabelCreated (line 46) | private void LabelCreated(object? sender, ChartAxisLabelEventArgs e) method OnComponentLoaded (line 69) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 75) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Histogram/SfCartesianChartHistogram.xaml.cs class SfCartesianChartHistogram (line 3) | public partial class SfCartesianChartHistogram : ContentView method SfCartesianChartHistogram (line 6) | public SfCartesianChartHistogram() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Line/SfCartesianChartFastLine.xaml.cs class SfCartesianChartFastLine (line 3) | public partial class SfCartesianChartFastLine : ContentView method SfCartesianChartFastLine (line 6) | public SfCartesianChartFastLine() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Line/SfCartesianChartLine.xaml.cs class SfCartesianChartLine (line 3) | public partial class SfCartesianChartLine : ContentView method SfCartesianChartLine (line 6) | public SfCartesianChartLine() method OnComponentLoaded (line 70) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 76) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Line/SfCartesianChartSpline.xaml.cs class SfCartesianChartSpline (line 3) | public partial class SfCartesianChartSpline : ContentView method SfCartesianChartSpline (line 6) | public SfCartesianChartSpline() method OnComponentLoaded (line 70) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 76) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Line/SfCartesianChartStackingLine.xaml.cs class SfCartesianChartStackingLine (line 3) | public partial class SfCartesianChartStackingLine : ContentView method SfCartesianChartStackingLine (line 6) | public SfCartesianChartStackingLine() method OnComponentLoaded (line 70) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 76) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Line/SfCartesianChartStackingLine100.xaml.cs class SfCartesianChartStackingLine100 (line 3) | public partial class SfCartesianChartStackingLine100 : ContentView method SfCartesianChartStackingLine100 (line 6) | public SfCartesianChartStackingLine100() method OnComponentLoaded (line 70) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 76) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Line/SfCartesianChartStepLine.xaml.cs class SfCartesianChartStepLine (line 3) | public partial class SfCartesianChartStepLine : ContentView method SfCartesianChartStepLine (line 6) | public SfCartesianChartStepLine() method OnComponentLoaded (line 83) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 89) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Scatter/SfCartesianChartScatter.xaml.cs class SfCartesianChartScatter (line 3) | public partial class SfCartesianChartScatter : ContentView method SfCartesianChartScatter (line 6) | public SfCartesianChartScatter() method OnComponentLoaded (line 57) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 63) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Chart/Waterfall/SfCartesianChartWaterfall.xaml.cs class SfCartesianChartWaterfall (line 3) | public partial class SfCartesianChartWaterfall : ContentView method SfCartesianChartWaterfall (line 6) | public SfCartesianChartWaterfall() method OnComponentLoaded (line 57) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 63) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/DataLabel/SfCartesianChartDataLabel.xaml.cs class SfCartesianChartDataLabel (line 3) | public partial class SfCartesianChartDataLabel : ContentView method SfCartesianChartDataLabel (line 6) | public SfCartesianChartDataLabel() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 53) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/DataLabel/SfCartesianChartDataLabelContext.xaml.cs class SfCartesianChartDataLabelContext (line 3) | public partial class SfCartesianChartDataLabelContext : ContentView method SfCartesianChartDataLabelContext (line 6) | public SfCartesianChartDataLabelContext() method OnGridTapped (line 45) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/DataLabel/SfCartesianChartDataLabelTemplate.xaml.cs class SfCartesianChartDataLabelTemplate (line 3) | public partial class SfCartesianChartDataLabelTemplate : ContentView method SfCartesianChartDataLabelTemplate (line 6) | public SfCartesianChartDataLabelTemplate() method OnGridTapped (line 45) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Legend/SfCartesianChartLegend.xaml.cs class SfCartesianChartLegend (line 3) | public partial class SfCartesianChartLegend : ContentView method SfCartesianChartLegend (line 6) | public SfCartesianChartLegend() method OnComponentLoaded (line 98) | private void OnComponentLoaded(object sender, EventArgs e) method OnPropertiesGridTapped (line 104) | private async void OnPropertiesGridTapped(object sender, EventArgs e) method OnItemLayoutLegendGridTapped (line 119) | private async void OnItemLayoutLegendGridTapped(object sender, EventAr... method OnItemTemplateLegendGridTapped (line 134) | private async void OnItemTemplateLegendGridTapped(object sender, Event... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/PlotBand/SfCartesianChartDateTimePlotBand.xaml.cs class SfCartesianChartDateTimePlotBand (line 5) | public partial class SfCartesianChartDateTimePlotBand : ContentView method SfCartesianChartDateTimePlotBand (line 8) | public SfCartesianChartDateTimePlotBand() method OnComponentLoaded (line 46) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 52) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/PlotBand/SfCartesianChartNumericalPlotBand.xaml.cs class SfCartesianChartNumericalPlotBand (line 3) | public partial class SfCartesianChartNumericalPlotBand : ContentView method SfCartesianChartNumericalPlotBand (line 6) | public SfCartesianChartNumericalPlotBand() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/PlotBand/SfCartesianChartOtherPlotBand.xaml.cs class SfCartesianChartOtherPlotBand (line 3) | public partial class SfCartesianChartOtherPlotBand : ContentView method SfCartesianChartOtherPlotBand (line 6) | public SfCartesianChartOtherPlotBand() method OnComponentLoaded (line 72) | private void OnComponentLoaded(object sender, EventArgs e) method OnRecursivePlotBandGridTapped (line 84) | private async void OnRecursivePlotBandGridTapped(object sender, EventA... method OnSegmentedPlotBandGridTapped (line 99) | private async void OnSegmentedPlotBandGridTapped(object sender, EventA... method OnPlotLineGridTapped (line 114) | private async void OnPlotLineGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/PlotBand/SfCartesianChartPlotBandPropertiesInfo.xaml.cs class SfCartesianChartPlotBandPropertiesInfo (line 3) | public partial class SfCartesianChartPlotBandPropertiesInfo : ContentView method SfCartesianChartPlotBandPropertiesInfo (line 6) | public SfCartesianChartPlotBandPropertiesInfo() method OnComponentLoaded (line 44) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 50) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Selection/SfCartesianChartSelection.xaml.cs class SfCartesianChartSelection (line 5) | public partial class SfCartesianChartSelection : ContentView method SfCartesianChartSelection (line 8) | public SfCartesianChartSelection() method CheckedChanged (line 58) | private void CheckedChanged(object sender, CheckedChangedEventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Selection/SfCartesianChartSeriesSelection.xaml.cs class SfCartesianChartSeriesSelection (line 5) | public partial class SfCartesianChartSeriesSelection : ContentView method SfCartesianChartSeriesSelection (line 8) | public SfCartesianChartSeriesSelection() method CheckedChanged (line 60) | private void CheckedChanged(object sender, CheckedChangedEventArgs e) method SelectionChanging (line 78) | private void SelectionChanging(object sender, ChartSelectionChangingEv... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Tooltip/SfCartesianChartTooltip.xaml.cs class SfCartesianChartTooltip (line 3) | public partial class SfCartesianChartTooltip : ContentView method SfCartesianChartTooltip (line 6) | public SfCartesianChartTooltip() method OnGridTapped (line 57) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Trackball/SfCartesianChartCustomTrackball.xaml.cs class SfCartesianChartCustomTrackball (line 5) | public partial class SfCartesianChartCustomTrackball : ContentView method SfCartesianChartCustomTrackball (line 8) | public SfCartesianChartCustomTrackball() method OnItemGridTapped (line 86) | private async void OnItemGridTapped(object sender, EventArgs e) method OnAxisGridTapped (line 101) | private async void OnAxisGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Trackball/SfCartesianChartTrackball.xaml.cs class SfCartesianChartTrackball (line 5) | public partial class SfCartesianChartTrackball : ContentView method SfCartesianChartTrackball (line 8) | public SfCartesianChartTrackball() method OnComponentLoaded (line 85) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 102) | private async void OnGridTapped(object sender, EventArgs e) method OnPickerSelectedChanged (line 117) | private void OnPickerSelectedChanged(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Zooming/SfCartesianChartSelectionZooming.xaml.cs class SfCartesianChartSelectionZooming (line 3) | public partial class SfCartesianChartSelectionZooming : ContentView method SfCartesianChartSelectionZooming (line 6) | public SfCartesianChartSelectionZooming() method OnComponentLoaded (line 57) | private void OnComponentLoaded(object sender, EventArgs e) method OnGridTapped (line 66) | private async void OnGridTapped(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/ContentView/Zooming/SfCartesianChartZooming.xaml.cs class SfCartesianChartZooming (line 5) | public partial class SfCartesianChartZooming : ContentView method SfCartesianChartZooming (line 8) | public SfCartesianChartZooming() method OnComponentLoaded (line 59) | private void OnComponentLoaded(object sender, EventArgs e) method OnZoomModeChanged (line 66) | private void OnZoomModeChanged(object sender, EventArgs e) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/Models/SfCartesianChartModel.cs class SfCartesianChartModel (line 3) | public partial class SfCartesianChartModel : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartControlInfo.cs class SfCartesianChartControlInfo (line 4) | class SfCartesianChartControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/SfCartesianChartPageViewModel.cs class SfCartesianChartPageViewModel (line 6) | public partial class SfCartesianChartPageViewModel : NavigationAwareBase... method SfCartesianChartPageViewModel (line 9) | public SfCartesianChartPageViewModel(IAppNavigator appNavigator) : bas... method OnInit (line 3328) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 3337) | [RelayCommand] method RefreshAsync (line 3341) | [RelayCommand] method LoadChartOption (line 3351) | [RelayCommand] method LoadAreaDefaultChartOption (line 3363) | [RelayCommand] method LoadColumnBarDefaultChartOption (line 3375) | [RelayCommand] method LoadLineDefaultChartOption (line 3387) | [RelayCommand] method LoadScatterDefaultChartOption (line 3399) | [RelayCommand] method LoadHistogramDefaultChartOption (line 3411) | [RelayCommand] method LoadBoxPlotDefaultChartOption (line 3423) | [RelayCommand] method LoadBubbleDefaultChartOption (line 3435) | [RelayCommand] method LoadFinancialDefaultChartOption (line 3447) | [RelayCommand] method LoadWaterfallDefaultChartOption (line 3459) | [RelayCommand] method LoadDataAsync (line 3473) | private async Task LoadDataAsync() method CreateRainbowGradientPalletBrushes (line 3907) | List CreateRainbowGradientPalletBrushes(int count) method CreateColdGradientPalletBrushes (line 3959) | List CreateColdGradientPalletBrushes(int count) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCartesianChart/TemplateSelector/ChartTemplateSelector.cs class ChartTemplateSelector (line 3) | public class ChartTemplateSelector : DataTemplateSelector method OnSelectTemplate (line 8) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCircularChart/SfCircularChartControlInfo.cs class SfCircularChartControlInfo (line 4) | class SfCircularChartControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfCircularChart/SfCircularChartPageViewModel.cs class SfCircularChartPageViewModel (line 2) | public partial class SfCircularChartPageViewModel : NavigationAwareBaseV... method SfCircularChartPageViewModel (line 5) | public SfCircularChartPageViewModel( method OnInit (line 46) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 65) | [RelayCommand] class SfCircularChartMockData (line 72) | public class SfCircularChartMockData FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfComboBox/SfComboBoxControlInfo.cs class SfComboBoxControlInfo (line 4) | class SfComboBoxControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfComboBox/SfComboBoxPageViewModel.cs class SfComboBoxPageViewModel (line 3) | public partial class SfComboBoxPageViewModel : NavigationAwareBaseViewModel method SfComboBoxPageViewModel (line 7) | public SfComboBoxPageViewModel( method OnInit (line 31) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 44) | private async Task LoadDataAsync(bool forced) method OpenUrlAsync (line 87) | [RelayCommand] class SocialMedia (line 94) | public class SocialMedia FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfDataGrid/SfDataGridControlInfo.cs class SfDataGridControlInfo (line 4) | class SfDataGridControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfDataGrid/SfDataGridPageViewModel.cs class SfDataGridPageViewModel (line 2) | public partial class SfDataGridPageViewModel : NavigationAwareBaseViewModel method SfDataGridPageViewModel (line 5) | public SfDataGridPageViewModel( method OnInit (line 28) | protected override void OnInit(IDictionary query) method GenerateOrders (line 42) | public void GenerateOrders() method OpenUrlAsync (line 63) | [RelayCommand] class SfDataGridMockData (line 69) | public partial class SfDataGridMockData : BaseModel FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfListView/SfListViewControlInfo.cs class SfListViewControlInfo (line 4) | class SfListViewControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfListView/SfListViewPageViewModel.cs class SfListViewPageViewModel (line 2) | public partial class SfListViewPageViewModel : NavigationAwareBaseViewModel method SfListViewPageViewModel (line 8) | public SfListViewPageViewModel( method NavigateToDetailAsync (line 36) | [RelayCommand] method OnInit (line 43) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 55) | private async Task LoadDataAsync(bool forced) method OpenUrlAsync (line 86) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/MapViewModels/AustraliaViewModel.cs class AustraliaViewModel (line 9) | public class AustraliaViewModel method AustraliaViewModel (line 13) | public AustraliaViewModel() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/MapViewModels/MarkerViewModel.cs class MarkerViewModel (line 5) | public class MarkerViewModel method MarkerViewModel (line 9) | public MarkerViewModel() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/MapViewModels/SelectionViewModel.cs class SelectionViewModel (line 10) | public class SelectionViewModel method SelectionViewModel (line 13) | public SelectionViewModel() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/Marker/CustomMarker.cs class CustomMarker (line 15) | public class CustomMarker : MapMarker, INotifyPropertyChanged method NotifyPropertyChanged (line 19) | protected virtual void NotifyPropertyChanged([CallerMemberName] string... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/Models/AustraliaModel.cs class AustraliaModel (line 2) | public class AustraliaModel method AustraliaModel (line 4) | public AustraliaModel(string state, int size) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/Models/PopulationDensityDetails.cs class PopulationDensityDetails (line 4) | public class PopulationDensityDetails method PopulationDensityDetails (line 12) | public PopulationDensityDetails(string state, string stateCode, int ra... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/SfMapsControlInfo.cs class SfMapsControlInfo (line 4) | class SfMapsControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfMaps/SfMapsViewPageViewModel.cs class SfMapsViewPageViewModel (line 4) | public partial class SfMapsViewPageViewModel : NavigationAwareBaseViewModel method SfMapsViewPageViewModel (line 8) | public SfMapsViewPageViewModel( method OnInit (line 385) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 393) | [RelayCommand] method CreateMarker (line 399) | private void CreateMarker() class Model (line 491) | public class Model method Model (line 497) | public Model(string state, string stateCode, int id) class MapTooltipData (line 505) | public class MapTooltipData method MapTooltipData (line 510) | public MapTooltipData(string state, int size) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfRadialGauge/SfRadialGaugeControlInfo.cs class SfRadialGaugeControlInfo (line 4) | class SfRadialGaugeControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfRadialGauge/SfRadialGaugePageViewModel.cs class SfRadialGaugePageViewModel (line 2) | public partial class SfRadialGaugePageViewModel : NavigationAwareBaseVie... method SfRadialGaugePageViewModel (line 5) | public SfRadialGaugePageViewModel( method OnInit (line 25) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 36) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfRangeSelector/SfRangeSelectorControlInfo.cs class SfRangeSelectorControlInfo (line 4) | class SfRangeSelectorControlInfo : IGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Syncfusion/SfRangeSelector/SfRangeSelectorPageViewModel.cs class SfRangeSelectorPageViewModel (line 2) | public partial class SfRangeSelectorPageViewModel : NavigationAwareBaseV... method SfRangeSelectorPageViewModel (line 5) | public SfRangeSelectorPageViewModel( method OnInit (line 40) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 64) | [RelayCommand] class SfRangeSelectorDemoChart (line 70) | public class SfRangeSelectorDemoChart method SfRangeSelectorDemoChart (line 75) | public SfRangeSelectorDemoChart(DateTime date, double value) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/BaseToolkitPageControlViewModel.cs class BaseToolkitPageControlViewModel (line 6) | public partial class BaseToolkitPageControlViewModel : NavigationAwareBa... method BaseToolkitPageControlViewModel (line 16) | public BaseToolkitPageControlViewModel(IAppNavigator appNavigator, method RefreshControlIssues (line 50) | public async Task RefreshControlIssues(bool forced, method GetIssueByControlNameFromLocalDb (line 138) | public async Task> GetIssueByCont... method UpdateLocalIssue (line 157) | public async Task UpdateLocalIssue(GitHubIssueModel issue, string cont... method SetControlInformation (line 194) | public void SetControlInformation(object controlInfo) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/AvatarView/AvatarViewControlInfo.cs class AvatarViewControlInfo (line 5) | class AvatarViewControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/AvatarView/AvatarViewPageViewModel.cs class AvatarViewPageViewModel (line 6) | public partial class AvatarViewPageViewModel : BaseToolkitPageControlVie... method AvatarViewPageViewModel (line 9) | public AvatarViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 147) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 156) | [RelayCommand] method RefreshAsync (line 160) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/DrawingView/DrawingViewControlInfo.cs class DrawingViewControlInfo (line 5) | class DrawingViewControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/DrawingView/DrawingViewPageViewModel.cs class DrawingViewPageViewModel (line 5) | public partial class DrawingViewPageViewModel : BaseToolkitPageControlVi... method DrawingViewPageViewModel (line 8) | public DrawingViewPageViewModel(IAppNavigator appNavigator, method OnInit (line 55) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 66) | [RelayCommand] method RefreshAsync (line 70) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderControlInfo.cs class ExpanderControlInfo (line 5) | internal class ExpanderControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderPageViewModel.cs class ExpanderPageViewModel (line 6) | public partial class ExpanderPageViewModel : BaseToolkitPageControlViewM... method ExpanderPageViewModel (line 14) | public ExpanderPageViewModel(IAppNavigator appNavigator, method OnInit (line 163) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 174) | [RelayCommand] method RefreshAsync (line 178) | [RelayCommand] method LoadDataAsync (line 187) | private async Task LoadDataAsync() method OnIsExpandingChanged (line 202) | partial void OnIsExpandingChanged(bool value) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementControlInfo.cs class MediaElementControlInfo (line 5) | class MediaElementControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPageViewModel.cs class MediaElementPageViewModel (line 6) | public partial class MediaElementPageViewModel : BaseToolkitPageControlV... method MediaElementPageViewModel (line 9) | public MediaElementPageViewModel(IAppNavigator appNavigator, method OnInit (line 316) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 325) | [RelayCommand] method RefreshAsync (line 329) | [RelayCommand] class SupportedFormatsTable (line 338) | public partial class SupportedFormatsTable FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/BoolToObjectConverter/BoolToObjectConverterControlInfo.cs class BoolToObjectConverterControlInfo (line 5) | class BoolToObjectConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/BoolToObjectConverter/BoolToObjectConverterPageViewModel.cs class BoolToObjectConverterPageViewModel (line 6) | public partial class BoolToObjectConverterPageViewModel : BaseToolkitPag... method BoolToObjectConverterPageViewModel (line 9) | public BoolToObjectConverterPageViewModel(IAppNavigator appNavigator, method OnInit (line 83) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 92) | [RelayCommand] method RefreshAsync (line 96) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ByteArrayToImageSourceConverter/ByteArrayToImageSourceConverterControlInfo.cs class ByteArrayToImageSourceConverterControlInfo (line 5) | class ByteArrayToImageSourceConverterControlInfo : ICommunityToolkitGall... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ByteArrayToImageSourceConverter/ByteArrayToImageSourceConverterPageViewModel.cs class ByteArrayToImageSourceConverterPageViewModel (line 6) | public partial class ByteArrayToImageSourceConverterPageViewModel : Base... method ByteArrayToImageSourceConverterPageViewModel (line 9) | public ByteArrayToImageSourceConverterPageViewModel(IAppNavigator appN... method OpenUrlAsync (line 71) | [RelayCommand] method RefreshAsync (line 75) | [RelayCommand] method OnInit (line 84) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 93) | private async Task LoadDataAsync() method ImageUrlToByteArrayAsync (line 101) | public async Task ImageUrlToByteArrayAsync(string imageUrl) method ByteArrayToString (line 106) | public string ByteArrayToString(byte[] byteArray) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterControlInfo.cs class ColorConverterControlInfo (line 3) | class ColorConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ColorConverter/ColorConverterPageViewModel.cs class ColorConverterPageViewModel (line 6) | public partial class ColorConverterPageViewModel : BaseToolkitPageContro... method ColorConverterPageViewModel (line 12) | public ColorConverterPageViewModel(IAppNavigator appNavigator, method OnInit (line 383) | protected override void OnInit(IDictionary query) method RefreshAsync (line 393) | [RelayCommand] method OpenUrlAsync (line 400) | [RelayCommand] method OpenColorToBlackOrWhiteConverterUrlAsync (line 404) | [RelayCommand] method OpenColorToByteAlphaConverterUrlAsync (line 408) | [RelayCommand] method OpenColorToByteBlueConverterUrlAsync (line 412) | [RelayCommand] method OpenColorToByteRedConverterUrlAsync (line 416) | [RelayCommand] method OpenColorToByteGreenConverterUrlAsync (line 420) | [RelayCommand] method OpenColorToCmykaStringConverterUrlAsync (line 424) | [RelayCommand] method OpenColorToCmykStringConverterUrlAsync (line 428) | [RelayCommand] method OpenColorToColorForTextConverterUrlAsync (line 432) | [RelayCommand] method OpenColorToDegreeHueConverterUrlAsync (line 436) | [RelayCommand] method OpenColorToGrayScaleColorConverterUrlAsync (line 440) | [RelayCommand] method OpenColorToHexRgbStringConverterUrlAsync (line 444) | [RelayCommand] method OpenColorToHexRgbaStringConverterUrlAsync (line 448) | [RelayCommand] method OpenColorToHslStringConverterUrlAsync (line 452) | [RelayCommand] method OpenColorToHslaStringConverterUrlAsync (line 456) | [RelayCommand] method OpenColorToInverseColorConverterUrlAsync (line 460) | [RelayCommand] method OpenColorToPercentBlackKeyConverterUrlAsync (line 464) | [RelayCommand] method OpenColorToPercentCyanConverterUrlAsync (line 468) | [RelayCommand] method OpenColorToPercentMagentaConverterUrlAsync (line 472) | [RelayCommand] method OpenColorToPercentYellowConverterUrlAsync (line 476) | [RelayCommand] method OpenColorToRgbStringConverterUrlAsync (line 480) | [RelayCommand] method OpenColorToRgbaStringConverterUrlAsync (line 484) | [RelayCommand] method LoadDataAsync (line 492) | private async Task LoadDataAsync() method OnRedByteChanged (line 498) | partial void OnRedByteChanged(double value) method OnGreenByteChanged (line 504) | partial void OnGreenByteChanged(double value) method OnBlueByteChanged (line 510) | partial void OnBlueByteChanged(double value) method OnAlphaByteChanged (line 516) | partial void OnAlphaByteChanged(double value) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/CompareConverter/CompareConverterControlInfo.cs class CompareConverterControlInfo (line 5) | class CompareConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/CompareConverter/CompareConverterPageViewModel.cs class CompareConverterPageViewModel (line 6) | public partial class CompareConverterPageViewModel : BaseToolkitPageCont... method CompareConverterPageViewModel (line 10) | public CompareConverterPageViewModel(IAppNavigator appNavigator, method OpenUrlAsync (line 99) | [RelayCommand] method RefreshAsync (line 103) | [RelayCommand] method OnInit (line 112) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 121) | private async Task LoadDataAsync() method OnSlideValueChanged (line 127) | partial void OnSlideValueChanged(double value) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DateTimeOffsetConverter/DateTimeOffsetConverterControlInfo.cs class DateTimeOffsetConverterControlInfo (line 5) | public class DateTimeOffsetConverterControlInfo : ICommunityToolkitGalle... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DateTimeOffsetConverter/DateTimeOffsetConverterPageViewModel.cs class DateTimeOffsetConverterPageViewModel (line 6) | public partial class DateTimeOffsetConverterPageViewModel : BaseToolkitP... method DateTimeOffsetConverterPageViewModel (line 9) | public DateTimeOffsetConverterPageViewModel(IAppNavigator appNavigator, method OpenUrlAsync (line 69) | [RelayCommand] method RefreshAsync (line 73) | [RelayCommand] method OnInit (line 82) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 91) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DoubleToIntConverter/DoubleToIntConverterControlInfo.cs class DoubleToIntConverterControlInfo (line 3) | class DoubleToIntConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/DoubleToIntConverter/DoubleToIntConverterPageViewModel.cs class DoubleToIntConverterPageViewModel (line 6) | public partial class DoubleToIntConverterPageViewModel : BaseToolkitPage... method DoubleToIntConverterPageViewModel (line 9) | public DoubleToIntConverterPageViewModel(IAppNavigator appNavigator, method OpenUrlAsync (line 68) | [RelayCommand] method RefreshAsync (line 72) | [RelayCommand] method OnInit (line 81) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 90) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToBoolConverter/EnumToBoolConverterControlInfo.cs class EnumToBoolConverterControlInfo (line 5) | class EnumToBoolConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToBoolConverter/EnumToBoolConverterPageViewModel.cs class EnumToBoolConverterPageViewModel (line 6) | public partial class EnumToBoolConverterPageViewModel : BaseToolkitPageC... method EnumToBoolConverterPageViewModel (line 9) | public EnumToBoolConverterPageViewModel(IAppNavigator appNavigator, method OpenUrlAsync (line 73) | [RelayCommand] method RefreshAsync (line 77) | [RelayCommand] method OnInit (line 86) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 95) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToIntConverter/EnumToIntConverterControlInfo.cs class EnumToIntConverterControlInfo (line 5) | class EnumToIntConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/EnumToIntConverter/EnumToIntConverterPageViewModel.cs class EnumToIntConverterPageViewModel (line 6) | public partial class EnumToIntConverterPageViewModel : BaseToolkitPageCo... method EnumToIntConverterPageViewModel (line 9) | public EnumToIntConverterPageViewModel(IAppNavigator appNavigator, method OpenUrlAsync (line 83) | [RelayCommand] method RefreshAsync (line 87) | [RelayCommand] method OnInit (line 96) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 105) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ImageResourceConverter/ImageResourceConverterControlInfo.cs class ImageResourceConverterControlInfo (line 5) | class ImageResourceConverterControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Converters/ImageResourceConverter/ImageResourceConverterPageViewModel.cs class ImageResourceConverterPageViewModel (line 6) | public partial class ImageResourceConverterPageViewModel : BaseToolkitPa... method ImageResourceConverterPageViewModel (line 9) | public ImageResourceConverterPageViewModel(IAppNavigator appNavigator, method OpenUrlAsync (line 68) | [RelayCommand] method RefreshAsync (line 72) | [RelayCommand] method OnInit (line 81) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 90) | private async Task LoadDataAsync() method BuildImageResource (line 97) | private string BuildImageResource(in string resourceName) FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyControlInfo.cs class ObservablePropertyControlInfo (line 3) | public class ObservablePropertyControlInfo : ICommunityToolkitGalleryCar... FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/ObservableProperty/ObservablePropertyPageViewModel.cs class ObservablePropertyPageViewModel (line 5) | public partial class ObservablePropertyPageViewModel : BaseToolkitPageCo... method ObservablePropertyPageViewModel (line 13) | public ObservablePropertyPageViewModel(IAppNavigator appNavigator, method OnBuildinCodeChanging (line 46) | partial void OnBuildinCodeChanging(string value); method OnBuildinCodeChanged (line 47) | partial void OnBuildinCodeChanged(string value); method OnBuildinCodeChanging (line 49) | partial void OnBuildinCodeChanging(string oldValue, string newValue); method OnBuildinCodeChanged (line 50) | partial void OnBuildinCodeChanged(string oldValue, string newValue); method OnInit (line 339) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 351) | [RelayCommand] method RefreshAsync (line 355) | [RelayCommand] method NotifyCanExecuteChanged (line 362) | [RelayCommand] method SearchAsync (line 365) | [RelayCommand] method OnSearchTextChanged (line 381) | partial void OnSearchTextChanged(string value) method OnBuildinCodeChanged (line 387) | partial void OnBuildinCodeChanged(string oldValue, string newValue) method OnBuildinCodeChanging (line 391) | partial void OnBuildinCodeChanging(string oldValue, string newValue) method OnBuildinCodeChanged (line 403) | partial void OnBuildinCodeChanged(string value) method OnBuildinCodeChanging (line 407) | partial void OnBuildinCodeChanging(string value) method OnToolkitCodeChanged (line 414) | partial void OnToolkitCodeChanged(string oldValue, string newValue) method OnToolkitCodeChanging (line 418) | partial void OnToolkitCodeChanging(string oldValue, string newValue) method OnToolkitCodeChanged (line 430) | partial void OnToolkitCodeChanged(string value) method OnToolkitCodeChanging (line 434) | partial void OnToolkitCodeChanging(string value) method LoadDataAsync (line 442) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandControlInfo.cs class RelayCommandControlInfo (line 3) | class RelayCommandControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Helpers/RelayCommand/RelayCommandPageViewModel.cs class RelayCommandPageViewModel (line 6) | public partial class RelayCommandPageViewModel : BaseToolkitPageControlV... method RelayCommandPageViewModel (line 15) | public RelayCommandPageViewModel(IAppNavigator appNavigator, method OnInit (line 165) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 185) | [RelayCommand] method RefreshAsync (line 189) | [RelayCommand] method ToolKit (line 223) | [RelayCommand] method ToolKitWithParameter (line 226) | [RelayCommand] method ToolKitWithAsynchronous (line 230) | [RelayCommand] method ToolKitWithEnablingDisabling (line 234) | [RelayCommand(CanExecute = nameof(CanExecuteMethod))] method ToolKitWithAllowConcurrentExecution (line 238) | [RelayCommand(AllowConcurrentExecutions = true)] method ToolKitWithHandlingAsyncExceptionDefault (line 242) | [RelayCommand] method ToolKitWithHandlingAsyncExceptionScheduler (line 249) | [RelayCommand(FlowExceptionsToTaskScheduler = true)] method ToolKitAsyncWithCancel (line 256) | [RelayCommand(IncludeCancelCommand = true)] method RelayCommand (line 262) | private void RelayCommand() method RelayCommandWithParameter (line 265) | private void RelayCommandWithParameter(string value) method RelayCommandithAsynchronous (line 268) | private async Task RelayCommandithAsynchronous() method CanExecuteMethod (line 271) | private bool CanExecuteMethod(string value) method RelayCommandWithEnablingDisabling (line 274) | private void RelayCommandWithEnablingDisabling(string value) method RelayCommandAsyncWithCancel (line 277) | private async Task RelayCommandAsyncWithCancel(CancellationToken token) method LoadDataAsync (line 288) | private async Task LoadDataAsync() FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Layouts/DockLayout/DockLayoutControlInfo.cs class DockLayoutControlInfo (line 5) | class DockLayoutControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Layouts/DockLayout/DockLayoutPageViewModel.cs class DockLayoutPageViewModel (line 6) | public partial class DockLayoutPageViewModel : BaseToolkitPageControlVie... method DockLayoutPageViewModel (line 9) | public DockLayoutPageViewModel(IAppNavigator appNavigator, method OnInit (line 73) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 81) | [RelayCommand] method RefreshAsync (line 85) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Layouts/StateContainer/StateContainerControlInfo.cs class StateContainerControlInfo (line 5) | class StateContainerControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Layouts/StateContainer/StateContainerPageViewModel.cs class StateContainerPageViewModel (line 6) | public partial class StateContainerPageViewModel : BaseToolkitPageContro... method StateContainerPageViewModel (line 10) | public StateContainerPageViewModel(IAppNavigator appNavigator, method OnInit (line 64) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 73) | [RelayCommand] method RefreshAsync (line 77) | [RelayCommand] method ChangeState (line 84) | [RelayCommand(CanExecute = nameof(CanStateChange))] FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Layouts/UniformLayout/UniformItemsLayoutControlInfo.cs class UniformItemsLayoutControlInfo (line 5) | class UniformItemsLayoutControlInfo : ICommunityToolkitGalleryCardInfo FILE: src/Core/MAUIsland.Core/Features/Gallery/Pages/Toolkit/Layouts/UniformLayout/UniformItemsLayoutPageViewModel.cs class UniformItemsLayoutPageViewModel (line 6) | public partial class UniformItemsLayoutPageViewModel : BaseToolkitPageCo... method UniformItemsLayoutPageViewModel (line 9) | public UniformItemsLayoutPageViewModel(IAppNavigator appNavigator, method OnInit (line 134) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 143) | [RelayCommand] method RefreshAsync (line 147) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Helpers/FormattedStringFormatter.cs class FormattedStringFormatter (line 16) | public class FormattedStringFormatter : CodeColorizerBase method FormattedStringFormatter (line 22) | public FormattedStringFormatter(AppTheme Theme, ILanguageParser langua... method FormattedStringFormatter (line 32) | public FormattedStringFormatter(StyleDictionary Style = null, ILanguag... method FormatString (line 42) | public void FormatString(string sourceCode, ILanguage Language, Format... method FormatSpans (line 55) | public void FormatSpans(string sourceCode, ILanguage Language, IList sc... method CreateSpan (line 97) | private void CreateSpan(string text, Scope scope) method StyleSpan (line 111) | private void StyleSpan(Span span, Scope scope) method GetStyleInsertionsForCapturedStyle (line 142) | private void GetStyleInsertionsForCapturedStyle(Scope scope, ICollecti... FILE: src/Core/MAUIsland.Core/Helpers/ServiceHelper.cs class ServiceHelper (line 3) | public static class ServiceHelper method GetService (line 5) | public static TService GetService() => Current.GetService(Type type) where TService ... method GetService (line 9) | public static object GetService(Type type) => Current.GetService(type); FILE: src/Core/MAUIsland.Core/Icons/FluentUIIcon.cs class FluentUIIcon (line 2) | public static class FluentUIIcon FILE: src/Core/MAUIsland.Core/MarkupExtensions/EdgeInsetsExtension.cs class EdgeInsetsExtension (line 3) | [ContentProperty(nameof(All))] method ProvideValue (line 14) | public object ProvideValue(IServiceProvider serviceProvider) method GetValue (line 24) | private double GetValue(double value, double alternative1, double alte... FILE: src/Core/MAUIsland.Core/Platforms/Android/PlatformClass1.cs class PlatformClass1 (line 4) | public class PlatformClass1 FILE: src/Core/MAUIsland.Core/Platforms/MacCatalyst/PlatformClass1.cs class PlatformClass1 (line 4) | public class PlatformClass1 FILE: src/Core/MAUIsland.Core/Platforms/Tizen/PlatformClass1.cs class PlatformClass1 (line 6) | public class PlatformClass1 FILE: src/Core/MAUIsland.Core/Platforms/Windows/PlatformClass1.cs class PlatformClass1 (line 4) | public class PlatformClass1 FILE: src/Core/MAUIsland.Core/Platforms/iOS/PlatformClass1.cs class PlatformClass1 (line 4) | public class PlatformClass1 FILE: src/Core/MAUIsland.Core/ServiceExtension.cs class ServicesExtension (line 14) | public static class ServicesExtension method InitCore (line 16) | public static MauiAppBuilder InitCore(this MauiAppBuilder builder, str... FILE: src/Core/MAUIsland.Core/Services/Controls/ControlsService.cs class ControlsService (line 5) | public class ControlsService : IControlsService method ControlsService (line 15) | public ControlsService(IEnumerable controlInfos) method GetControlGroupsAsync (line 89) | public Task> GetControlGroupsAsync() method GetControlsAsync (line 97) | public Task> GetControlsAsync(string gro... method GetControlByNameAsync (line 111) | public Task GetControlByNameAsync(string groupName, ... method GetControlIssues (line 126) | public Task GetControlIssues(string controlGroup, I... method GetMauiVersion (line 134) | private string GetMauiVersion() FILE: src/Core/MAUIsland.Core/Services/Controls/IControlsService.cs type IControlsService (line 4) | public interface IControlsService method GetControlGroupsAsync (line 6) | Task> GetControlGroupsAsync(); method GetControlsAsync (line 7) | Task> GetControlsAsync(string groupName); method GetControlByNameAsync (line 8) | Task GetControlByNameAsync(string groupName, string ... method GetControlIssues (line 9) | Task GetControlIssues(string controlGroup, IEnumera... FILE: src/Core/MAUIsland.Core/Services/Dialog/DialogService.cs class DialogService (line 3) | public class DialogService : IDialogService method ShowConfirmationAsync (line 5) | public Task ShowConfirmationAsync(string title, string message) method ShowAlertAsync (line 10) | public Task ShowAlertAsync(string title, string message, string accept... method ShowActionsAsync (line 15) | public Task ShowActionsAsync(string title, string message, str... FILE: src/Core/MAUIsland.Core/Services/Dialog/IDialogService.cs type IDialogService (line 3) | public interface IDialogService method ShowConfirmationAsync (line 5) | Task ShowConfirmationAsync(string title, string message); method ShowAlertAsync (line 6) | Task ShowAlertAsync(string title, string message, string accept, strin... method ShowActionsAsync (line 7) | Task ShowActionsAsync(string title, string message, string des... FILE: src/Core/MAUIsland.Core/Services/FilePicker/FilePicker.cs class FilePicker (line 3) | public class FilePicker : IFilePicker method ByteArrayToStream (line 10) | public Stream ByteArrayToStream(byte[] bytes) method ByteBase64ToString (line 18) | public string ByteBase64ToString(byte[] bytes) method FileResultToStream (line 26) | public Task FileResultToStream(FileResult fileResult) method OpenMediaPickerAsync (line 33) | public async Task OpenMediaPickerAsync() method StringToByteBase64 (line 66) | public byte[] StringToByteBase64(string text) method UploadImageFile (line 74) | public async Task UploadImageFile(FileResult fileResult) FILE: src/Core/MAUIsland.Core/Services/FilePicker/IFilePicker.cs type IFilePicker (line 3) | public interface IFilePicker method OpenMediaPickerAsync (line 5) | Task OpenMediaPickerAsync(); method FileResultToStream (line 6) | Task FileResultToStream(FileResult fileResult); method ByteArrayToStream (line 7) | Stream ByteArrayToStream(byte[] bytes); method ByteBase64ToString (line 8) | string ByteBase64ToString(byte[] bytes); method StringToByteBase64 (line 9) | byte[] StringToByteBase64(string text); method UploadImageFile (line 10) | Task UploadImageFile(FileResult fileResult); FILE: src/Core/MAUIsland.Core/Services/FilePicker/ImageFile.cs class ImageFile (line 3) | public class ImageFile FILE: src/Core/MAUIsland.Core/Services/LocalDb/Extensions/SyncRepositoryExtensions.cs class SyncRepositoryExtensions (line 6) | public static class SyncRepositoryExtensions method ToRepository (line 9) | public static Repository ToRepository(this GitHubRepositoryLocalDbMode... method ToRepositoryModel (line 35) | public static GitHubRepositoryLocalDbModel ToRepositoryModel(this Repo... method GetUser (line 59) | private static User GetUser(string url, string avatarUrl) method GetLicense (line 68) | private static License GetLicense(string name) FILE: src/Core/MAUIsland.Core/Services/LocalDb/Implementations/CardInfoSyncService.cs class CardInfoSyncService (line 3) | public class CardInfoSyncService : SQLitePCLRawService GetRepositoryAsync(string ownerName, str... method SyncRepoAsync (line 80) | private async Task SyncRepoAsync(string ownerName, string ... FILE: src/Core/MAUIsland.Core/Services/LocalDb/Implementations/SQLitePCLRawService.cs class SQLitePCLRawService (line 5) | public class SQLitePCLRawService : ILocalDbService where T : BaseL... method SQLitePCLRawService (line 10) | public SQLitePCLRawService() method AddAsync (line 16) | public async Task AddAsync(T entity) method AddRangeAsync (line 21) | public async Task AddRangeAsync(IEnumerable entities) method DeleteAsync (line 26) | public async Task DeleteAsync(T entity) method GetAllAsync (line 31) | public async Task> GetAllAsync() method GetByIdAsync (line 36) | public async Task GetByIdAsync(int id) method UpdateAsync (line 41) | public async Task UpdateAsync(T entity) FILE: src/Core/MAUIsland.Core/Services/LocalDb/Interfaces/ICardInfoSyncService.cs type ICardInfoSyncService (line 3) | public interface ICardInfoSyncService : ILocalDbService GetRepositoryAsync(string ownerUrl, string repoName, ... FILE: src/Core/MAUIsland.Core/Services/LocalDb/Interfaces/ILocalDbService.cs type ILocalDbService (line 3) | public interface ILocalDbService where T : class method GetAllAsync (line 5) | Task> GetAllAsync(); method GetByIdAsync (line 6) | Task GetByIdAsync(int id); method AddAsync (line 7) | Task AddAsync(T entity); method AddRangeAsync (line 8) | Task AddRangeAsync(IEnumerable entities); method UpdateAsync (line 9) | Task UpdateAsync(T entity); method DeleteAsync (line 10) | Task DeleteAsync(T entity); FILE: src/Core/MAUIsland.Core/Services/LocalDb/Models/BaseLocalEntity.cs class BaseLocalEntity (line 5) | public class BaseLocalEntity FILE: src/Core/MAUIsland.Core/Services/LocalDb/Models/CardInfoSyncLocalDbModel.cs class CardInfoSyncLocalDbModel (line 5) | public class CardInfoSyncLocalDbModel : BaseLocalEntity FILE: src/Core/MAUIsland.Core/Services/LocalDb/Models/GitHubRepositoryLocalDbModel.cs class GitHubRepositoryLocalDbModel (line 5) | [Table("RepositoryModel")] method GitHubRepositoryLocalDbModel (line 9) | public GitHubRepositoryLocalDbModel() FILE: src/Core/MAUIsland.Core/Services/MrIncreadibleMeme/IMrIncreadibleMemeService.cs type IMrIncreadibleMemeService (line 3) | public interface IMrIncreadibleMemeService method GetMemeImage (line 5) | ImageSource GetMemeImage(double age); method GetMemeTitle (line 6) | string GetMemeTitle(double age); method GetAllMemeImage (line 7) | IDictionary GetAllMemeImage(); method GetAllMemeTitle (line 8) | IDictionary GetAllMemeTitle(); FILE: src/Core/MAUIsland.Core/Services/MrIncreadibleMeme/MrIncreadibleMemeService.cs class MrIncreadibleMemeService (line 3) | public class MrIncreadibleMemeService : IMrIncreadibleMemeService method GetAllMemeImage (line 37) | public IDictionary GetAllMemeImage() method GetAllMemeTitle (line 42) | public IDictionary GetAllMemeTitle() method GetMemeImage (line 47) | public ImageSource GetMemeImage(double age) method GetMemeTitle (line 52) | public string GetMemeTitle(double age) FILE: src/Core/MAUIsland.Core/Utils/MVVM/BaseFormModel.cs class BaseFormModel (line 3) | public abstract class BaseFormModel : ObservableValidator method IsValid (line 7) | public virtual bool IsValid() FILE: src/Core/MAUIsland.Core/Utils/MVVM/BaseModel.cs class BaseModel (line 3) | public partial class BaseModel : ObservableObject FILE: src/Core/MAUIsland.Core/Utils/MVVM/BasePage.cs class BasePage (line 3) | public class BasePage : ContentPage method OnAppearing (line 6) | protected override void OnAppearing() method OnDisappearing (line 16) | protected override void OnDisappearing() method SetNewWindowParameter (line 26) | public void SetNewWindowParameter(object parameter) FILE: src/Core/MAUIsland.Core/Utils/MVVM/BasePopup.cs class BasePopup (line 3) | public class BasePopup : BasePage { } FILE: src/Core/MAUIsland.Core/Utils/MVVM/BaseViewModel.cs class BaseViewModel (line 3) | public abstract partial class BaseViewModel : ObservableRecipient method BaseViewModel (line 7) | protected BaseViewModel(IAppNavigator appNavigator) method OnAppearingAsync (line 15) | public virtual Task OnAppearingAsync() method OnDisappearingAsync (line 25) | public virtual Task OnDisappearingAsync() method BackAsync (line 32) | [RelayCommand] FILE: src/Core/MAUIsland.Core/Utils/Navigation/AppNavigator.cs class AppNavigator (line 7) | [ExcludeFromCodeCoverage] method AppNavigator (line 12) | public AppNavigator( method GoBackAsync (line 18) | public Task GoBackAsync(bool animated = false, object data = default) method NavigateAsync (line 23) | public Task NavigateAsync(string target, bool animated = false, bool i... method AllowsInNewWindow (line 69) | private static bool AllowsInNewWindow() method OpenUrlAsync (line 74) | public Task OpenUrlAsync(string url) method OpenNewWindow (line 79) | public Task OpenNewWindow(string url) method ShareAsync (line 85) | public Task ShareAsync(string text, string title = default) method ShowSnackbarAsync (line 92) | public Task ShowSnackbarAsync(string message, Action action = null, st... method CloseCurrentWindow (line 108) | public void CloseCurrentWindow() FILE: src/Core/MAUIsland.Core/Utils/Navigation/IAppNavigator.cs type IAppNavigator (line 3) | public interface IAppNavigator method GoBackAsync (line 5) | Task GoBackAsync(bool animated = false, object data = default); method CloseCurrentWindow (line 7) | void CloseCurrentWindow(); method NavigateAsync (line 9) | Task NavigateAsync(string target, bool animated = false, bool inNewWin... method OpenUrlAsync (line 11) | Task OpenUrlAsync(string url); method ShareAsync (line 13) | Task ShareAsync(string text, string title = default); method ShowSnackbarAsync (line 15) | Task ShowSnackbarAsync(string message, Action action = null, string ac... FILE: src/Core/MAUIsland.Core/Utils/Navigation/NavigationAwareBaseViewModel.cs class NavigationAwareBaseViewModel (line 3) | public abstract class NavigationAwareBaseViewModel : BaseViewModel, IQue... method NavigationAwareBaseViewModel (line 7) | protected NavigationAwareBaseViewModel(IAppNavigator appNavigator) : b... method ApplyQueryAttributes (line 11) | public void ApplyQueryAttributes(IDictionary query) method OnAppearingAsync (line 29) | public override Task OnAppearingAsync() method OnBack (line 40) | protected virtual void OnBack(IDictionary query) method OnInit (line 44) | protected virtual void OnInit(IDictionary query) type IOnBackAwareViewModel (line 49) | public interface IOnBackAwareViewModel method OnBackAsync (line 51) | Task OnBackAsync(IDictionary query); type IOnInitAwareViewModel (line 54) | public interface IOnInitAwareViewModel method OnInitAsync (line 56) | Task OnInitAsync(T args); class NavigationAwareViewModel (line 59) | public abstract class NavigationAwareViewModel method NavigationAwareViewModel (line 64) | protected NavigationAwareViewModel(IAppNavigator appNavigator) : base(... method OnInit (line 68) | protected override void OnInit(IDictionary query) method OnInitAsync (line 73) | public virtual Task OnInitAsync(TInit args) => Task.CompletedTask; method OnBack (line 75) | protected override void OnBack(IDictionary query) method OnBackAsync (line 80) | public virtual Task OnBackAsync(IDictionary query) => ... class OnBackAwareViewModel (line 84) | public abstract class OnBackAwareViewModel method OnBackAwareViewModel (line 88) | protected OnBackAwareViewModel(IAppNavigator appNavigator) : base(appN... method OnBack (line 92) | protected override void OnBack(IDictionary query) method OnBackAsync (line 97) | public virtual Task OnBackAsync(IDictionary query) => ... class OnInitAwareViewModel (line 101) | public abstract class OnInitAwareViewModel method OnInitAwareViewModel (line 105) | protected OnInitAwareViewModel(IAppNavigator appNavigator) : base(appN... method OnInit (line 109) | protected override void OnInit(IDictionary query) method OnInitAsync (line 114) | public virtual Task OnInitAsync(TInit args) => Task.CompletedTask; FILE: src/Core/MAUIsland.Core/Utils/Navigation/UriHelper.cs class UriHelper (line 3) | public static class UriHelper method IsGoingBack (line 10) | public static bool IsGoingBack(this IDictionary query) method GetData (line 17) | public static T GetData(this IDictionary query) FILE: src/Core/MAUIsland.Core/Views/ContentViews/DocumentAlert.xaml.cs class DocumentAlert (line 3) | public partial class DocumentAlert : ContentView method DocumentAlert (line 8) | public DocumentAlert() method root_Loaded (line 57) | private void root_Loaded(object sender, EventArgs e) method ColorMatching (line 65) | Color ColorMatching(DocumentAlertType type) type DocumentAlertType (line 75) | public enum DocumentAlertType FILE: src/Core/MAUIsland.Core/Views/ContentViews/HorizontalIconButton.xaml.cs class HorizontalIconButton (line 3) | public partial class HorizontalIconButton : ContentView method HorizontalIconButton (line 7) | public HorizontalIconButton() FILE: src/Core/MAUIsland.Core/Views/ContentViews/IconLabel.xaml.cs class IconLabel (line 3) | public partial class IconLabel : ContentView method IconLabel (line 8) | public IconLabel() FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/AppleIphone15ProMaxContentView.xaml.cs class AppleIphone15ProMaxContentView (line 3) | public partial class AppleIphone15ProMaxContentView : ContentView method AppleIphone15ProMaxContentView (line 8) | public AppleIphone15ProMaxContentView() method root_Loaded (line 63) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 76) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 89) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 102) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 112) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... method Border_SizeChanged (line 121) | private void Border_SizeChanged(object sender, EventArgs e) method ExportMockUp (line 145) | private async Task ExportMockUp() FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Converters/InnerFrameDimensionConverter.cs class InnerFrameDimensionConverter (line 4) | public class InnerFrameDimensionConverter : IValueConverter method Convert (line 6) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/GooglePixel5ContentView.xaml.cs class GooglePixel5ContentView (line 3) | public partial class GooglePixel5ContentView : ContentView method GooglePixel5ContentView (line 8) | public GooglePixel5ContentView() method root_Loaded (line 46) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 59) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 72) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 85) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 95) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... method ExportMockUp (line 107) | private async Task ExportMockUp() FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/GooglePixel6ProContentView.xaml.cs class GooglePixel6ProContentView (line 4) | public partial class GooglePixel6ProContentView : ContentView method GooglePixel6ProContentView (line 9) | public GooglePixel6ProContentView() method root_Loaded (line 47) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 60) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 73) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 86) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 96) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... method ExportMockUp (line 108) | private async Task ExportMockUp() FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Iphone13MiniContentView.xaml.cs class Iphone13MiniContentView (line 4) | public partial class Iphone13MiniContentView : ContentView method Iphone13MiniContentView (line 9) | public Iphone13MiniContentView() method root_Loaded (line 47) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 60) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 73) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 86) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 96) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... method ExportMockUp (line 108) | private async Task ExportMockUp() FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Iphone15ContentView.xaml.cs class Iphone15ContentView (line 3) | public partial class Iphone15ContentView : ContentView method Iphone15ContentView (line 8) | public Iphone15ContentView() method root_Loaded (line 42) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 54) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 65) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 80) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 90) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... method ExportMockUp (line 99) | private async Task ExportMockUp() FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/AppleIphone15ProMaxModel.cs class AppleIphone15ProMaxModel (line 4) | public partial class AppleIphone15ProMaxModel : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/BaseMockUp.cs class BaseMockup (line 3) | public partial class BaseMockup : BaseModel FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/GooglePixel5Model.cs class GooglePixel5Model (line 3) | public partial class GooglePixel5Model : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/GooglePixel6ProModel.cs class GooglePixel6ProModel (line 3) | public partial class GooglePixel6ProModel : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/IPhone13MiniModel.cs class IPhone13MiniModel (line 3) | public partial class IPhone13MiniModel : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/Iphone15Model.cs class Iphone15Model (line 4) | public partial class Iphone15Model : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/SamsungGalaxyS22UltraModel.cs class SamsungGalaxyS22UltraModel (line 3) | public partial class SamsungGalaxyS22UltraModel : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/Models/SamsungS8Model.cs class SamsungS8Model (line 3) | public partial class SamsungS8Model : BaseMockup FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/SamsungGalaxyS22UltraContentView.xaml.cs class SamsungGalaxyS22UltraContentView (line 3) | public partial class SamsungGalaxyS22UltraContentView : ContentView method SamsungGalaxyS22UltraContentView (line 7) | public SamsungGalaxyS22UltraContentView() method root_Loaded (line 42) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 54) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 67) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 80) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 90) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... FILE: src/Core/MAUIsland.Core/Views/ContentViews/MockUps/SamsungS8ContentView.xaml.cs class SamsungS8ContentView (line 3) | public partial class SamsungS8ContentView : ContentView method SamsungS8ContentView (line 8) | public SamsungS8ContentView() method root_Loaded (line 42) | private void root_Loaded(object sender, EventArgs e) method NextButton_Clicked (line 56) | private void NextButton_Clicked(object sender, EventArgs e) method BackButton_Clicked (line 70) | private void BackButton_Clicked(object sender, EventArgs e) method PointerGestureRecognizer_PointerEntered (line 81) | private void PointerGestureRecognizer_PointerEntered(object sender, Po... method PointerGestureRecognizer_PointerExited (line 91) | private void PointerGestureRecognizer_PointerExited(object sender, Poi... FILE: src/Core/MAUIsland.Core/Views/ContentViews/RoundedEntry.xaml.cs class RoundedEntry (line 3) | public partial class RoundedEntry : ContentView method RoundedEntry (line 5) | public RoundedEntry() method HandleIsValidChanged (line 79) | private static void HandleIsValidChanged(BindableObject bindable, obje... method Entry_Focused (line 92) | void Entry_Focused(System.Object sender, Microsoft.Maui.Controls.Focus... FILE: src/Core/MAUIsland.Core/Views/ContentViews/Showcases/Enums/PhoneModelEnum.cs type PhoneModelEnum (line 3) | public enum PhoneModelEnum FILE: src/Core/MAUIsland.Core/Views/ContentViews/Showcases/MobileAppShowcaseContentView.xaml.cs class MobileAppShowcaseContentView (line 3) | public partial class MobileAppShowcaseContentView : ContentView method MobileAppShowcaseContentView (line 6) | public MobileAppShowcaseContentView() method root_Loaded (line 63) | private void root_Loaded(object sender, EventArgs e) method PhoneModelChanged (line 68) | private static void PhoneModelChanged(BindableObject bindable, object ... method HandlePhoneModelChanged (line 83) | private void HandlePhoneModelChanged(string newModel) FILE: src/Core/MAUIsland.Core/Views/ContentViews/Showcases/Models/MobileAppShowcaseModel.cs class MobileAppShowcaseModel (line 3) | public partial class MobileAppShowcaseModel : BaseModel FILE: src/Core/MAUIsland.Core/Views/ContentViews/Showcases/Models/MockupImage.cs class MockupImage (line 3) | public partial class MockupImage : BaseModel FILE: src/Core/MAUIsland.Core/Views/ContentViews/SourceCodeExpander/LazyViewSourceCodeExpanderContent.cs class LazyViewSourceCodeExpanderContent (line 5) | public class LazyViewSourceCodeExpanderContent : LazyView() method BaseOn (line 271) | public static Style BaseOn(this Style style, Style basedOn) method Set (line 277) | public static Style Set(this Style style, BindableProperty property, o... method BindTrigger (line 287) | public static Style BindTrigger(this Style style, Binding binding, obj... class Styles (line 114) | public partial class Styles method CreateStyle (line 266) | public static Style CreateStyle() method BaseOn (line 271) | public static Style BaseOn(this Style style, Style basedOn) method Set (line 277) | public static Style Set(this Style style, BindableProperty property, o... method BindTrigger (line 287) | public static Style BindTrigger(this Style style, Binding binding, obj... class Styles (line 264) | public static partial class Styles method CreateStyle (line 266) | public static Style CreateStyle() method BaseOn (line 271) | public static Style BaseOn(this Style style, Style basedOn) method Set (line 277) | public static Style Set(this Style style, BindableProperty property, o... method BindTrigger (line 287) | public static Style BindTrigger(this Style style, Binding binding, obj... FILE: src/Core/MAUIsland.Core/Views/Layouts/HorizontalWrapLayout.cs class HorizontalWrapLayout (line 5) | public class HorizontalWrapLayout : StackLayout method HorizontalWrapLayout (line 7) | public HorizontalWrapLayout() method CreateLayoutManager (line 11) | protected override ILayoutManager CreateLayoutManager() FILE: src/Core/MAUIsland.Core/Views/Layouts/HorizontalWrapLayoutManager.cs class HorizontalWrapLayoutManager (line 6) | public class HorizontalWrapLayoutManager : StackLayoutManager method HorizontalWrapLayoutManager (line 10) | public HorizontalWrapLayoutManager(HorizontalWrapLayout horizontalWrap... method Measure (line 15) | public override Size Measure(double widthConstraint, double heightCons... method ArrangeChildren (line 80) | public override Size ArrangeChildren(Rect bounds) FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures.IntegrationTests/GitHubServiceIntegrationTest.cs class GitHubServiceIntegrationTest (line 5) | public class GitHubServiceIntegrationTest method GitHubServiceIntegrationTest (line 19) | public GitHubServiceIntegrationTest() method GetRepositoryTest (line 29) | [Fact] method GetLatestReleaseTest (line 52) | [Fact] method GetAuthorTest (line 76) | [Fact] method GetGitHubIssuesTest (line 102) | [Fact] method GetGitHubIssuesByLabelsTest (line 134) | [Fact] method GetGitHubIssueByNoTest (line 170) | [Fact] method AssertStringPropertyNotNullOrEmpty (line 202) | private void AssertStringPropertyNotNullOrEmpty(T model) method IsNullable (line 221) | private bool IsNullable(Type type) FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Constants.cs class Constants (line 3) | public static class Constants FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/FeatureSettings.cs class FeatureSettings (line 3) | public class FeatureSettings FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/IGitHubService.cs type IGitHubService (line 5) | public interface IGitHubService method GetRepository (line 7) | Task> GetRepository(string owner, ... method GetLatestRelease (line 9) | Task> GetLatestRelease(string owne... method GetAuthor (line 11) | Task> GetAuthor(string owner); method GetGitHubIssues (line 13) | Task> GetGitHubIssues(string owner... method GetGitHubIssuesByLabels (line 15) | Task> GetGitHubIssuesByLabels(stri... method GetGitHubIssueByNo (line 17) | Task> GetGitHubIssueByNo(string ow... FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Implementations/OctokitGitHubClient.cs class OctokitGitHubClient (line 5) | public class OctokitGitHubClient : IGitHubService method OctokitGitHubClient (line 15) | public OctokitGitHubClient(FeatureSettings featureSettings) method GetAuthor (line 27) | public async Task> GetAuthor(strin... method GetLatestRelease (line 71) | public async Task> GetLatestReleas... method GetGitHubIssueByNo (line 135) | public async Task> GetGitHubIssueB... method GetGitHubIssues (line 221) | public async Task> GetGitHubIssues... method GetGitHubIssuesByLabels (line 308) | public async Task> GetGitHubIssues... method GetRepository (line 408) | public async Task> GetRepository(s... FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubAuthorModel.cs class GitHubAuthorModel (line 3) | public partial class GitHubAuthorModel : GitHubBaseModel FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubBaseModel.cs class GitHubBaseModel (line 3) | public partial class GitHubBaseModel : ObservableObject FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubIssueModel.cs class GitHubIssueModel (line 3) | public partial class GitHubIssueModel : GitHubBaseModel FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubLabelModel.cs class GitHubLabelModel (line 3) | public partial class GitHubLabelModel : GitHubBaseModel FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubMilestoneModel.cs class GitHubMilestoneModel (line 3) | public partial class GitHubMilestoneModel : GitHubBaseModel FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubRepositoryModel.cs class GitHubRepositoryModel (line 3) | public partial class GitHubRepositoryModel : GitHubBaseModel FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/GitHubRepositoryReleaseModel.cs class GitHubRepositoryReleaseModel (line 3) | public partial class GitHubRepositoryReleaseModel : GitHubBaseModel FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/ServiceError.cs type SerivceError (line 3) | public record SerivceError(string ErrorMessage = "", FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/Models/ServiceSuccess.cs type ServiceSuccess (line 3) | public record ServiceSuccess(string SuccessMessage = "", FILE: src/Features/GitHubFeatures/MAUIsland.GitHubFeatures/ServiceExtension.cs class ServiceExtension (line 5) | public static class ServiceExtension method RegisterGitHubFeatures (line 7) | public static void RegisterGitHubFeatures(this IServiceCollection serv... FILE: src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/Implementations/GitHubIssueLocalDbService.cs class GitHubIssueLocalDbService (line 3) | public class GitHubIssueLocalDbService : SQLitePCLRawService GetByIssueUrlAsync(string ... method GetByControlNameAsync (line 35) | public async Task?> GetByControlN... FILE: src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/Interfaces/IGitHubIssueLocalDbService.cs type IGitHubIssueLocalDbService (line 3) | public interface IGitHubIssueLocalDbService : ILocalDbService?> GetByControlNameAsync(stri... method GetByIssueUrlAsync (line 17) | Task GetByIssueUrlAsync(string issueUrl); FILE: src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/Models/GitHubIssueLocalDbModel.cs class GitHubIssueLocalDbModel (line 5) | [Table("IssueModel")] method GitHubIssueLocalDbModel (line 10) | public GitHubIssueLocalDbModel() FILE: src/Features/LocalDbFeatures/GitHub/MAUIsland.Features.LocalDbFeatures.GitHub/ServiceExtension.cs class ServiceExtension (line 5) | public static class ServiceExtension method RegisterLocalDbFeaturesGitHub (line 8) | public static void RegisterLocalDbFeaturesGitHub(this IServiceCollecti... FILE: src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/BaseLocalEntity.cs class BaseLocalEntity (line 3) | public class BaseLocalEntity FILE: src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/DatabaseSettings.cs class DatabaseSettings (line 3) | public class DatabaseSettings FILE: src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/ILocalDbService.cs type ILocalDbService (line 3) | public interface ILocalDbService where T : class method GetAllAsync (line 5) | Task> GetAllAsync(); method GetByIdAsync (line 6) | Task GetByIdAsync(int id); method AddAsync (line 7) | Task AddAsync(T entity); method AddRangeAsync (line 8) | Task AddRangeAsync(IEnumerable entities); method UpdateAsync (line 9) | Task UpdateAsync(T entity); method DeleteAsync (line 10) | Task DeleteAsync(T entity); FILE: src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/Implementations/SQLitePCLRawService.cs class SQLitePCLRawService (line 3) | public class SQLitePCLRawService : ILocalDbService where T : BaseL... method SQLitePCLRawService (line 7) | public SQLitePCLRawService(DatabaseSettings databaseSettings) method AddAsync (line 13) | public async Task AddAsync(T entity) method AddRangeAsync (line 18) | public async Task AddRangeAsync(IEnumerable entities) method DeleteAsync (line 23) | public async Task DeleteAsync(T entity) method GetAllAsync (line 28) | public async Task> GetAllAsync() method GetByIdAsync (line 33) | public async Task GetByIdAsync(int id) method UpdateAsync (line 38) | public async Task UpdateAsync(T entity) FILE: src/Features/LocalDbFeatures/MAUIsland.Features.LocalDbFeatures/ServiceExtension.cs class ServiceExtension (line 5) | public static class ServiceExtension method RegisterLocalDbFeatures (line 8) | public static void RegisterLocalDbFeatures(this IServiceCollection ser... FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures.IntergrationTests/NewsServiceIntegrationTest.cs class NewsServiceIntegrationTest (line 5) | public class NewsServiceIntegrationTest method NewsServiceIntegrationTest (line 14) | public NewsServiceIntegrationTest() method GetNewsTest (line 24) | [Fact] FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/Constants.cs class Constants (line 3) | public static class Constants FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/INewsService.cs type INewsService (line 5) | public interface INewsService method GetNews (line 7) | Task> GetNews(); FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/Implementations/ImplVersion1.cs class ImplVersion1 (line 6) | public class ImplVersion1 : INewsService method GetNews (line 15) | public async Task> GetNews() FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/Models/MAUINewsModel.cs class MAUINewsModel (line 3) | public partial class MAUINewsModel : NewsBaseModel FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/Models/NewsBaseModel.cs class NewsBaseModel (line 5) | public partial class NewsBaseModel : ObservableObject FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/Models/ServiceError.cs type SerivceError (line 3) | public record SerivceError(string ErrorMessage = "", FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/Models/ServiceSuccess.cs type ServiceSuccess (line 3) | public record ServiceSuccess(string SuccessMessage = "", FILE: src/Features/NewsFeatures/MAUIsland.NewsFeatures/ServiceExtension.cs class ServiceExtension (line 5) | public static class ServiceExtension method RegisterNewsFeatures (line 7) | public static void RegisterNewsFeatures(this IServiceCollection services) FILE: src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/INuGetFeatures.cs type INuGetFeatures (line 5) | public interface INuGetFeatures method GetNuGetByName (line 7) | Task> GetNuGetByName(string name); FILE: src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/Implementations/Mock1.cs class Mock1 (line 3) | internal class Mock1 FILE: src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/Implementations/Version1.cs class Version1 (line 9) | internal class Version1 : INuGetFeatures method GetNuGetByName (line 16) | public async Task> GetNuGetByName(... class Logger (line 53) | public class Logger : ILogger method LogDebug (line 55) | public void LogDebug(string data) => Console.WriteLine(data); method LogVerbose (line 56) | public void LogVerbose(string data) => Console.WriteLine(data); method LogInformation (line 57) | public void LogInformation(string data) => Console.WriteLine(data); method LogMinimal (line 58) | public void LogMinimal(string data) => Console.WriteLine(data); method LogWarning (line 59) | public void LogWarning(string data) => Console.WriteLine(data); method LogError (line 60) | public void LogError(string data) => Console.WriteLine(data); method LogInformationSummary (line 61) | public void LogInformationSummary(string data) => Console.WriteLine(da... method Log (line 62) | public void Log(LogLevel level, string data) => Console.WriteLine(data); method LogAsync (line 63) | public Task LogAsync(LogLevel level, string data) => Task.Run(() => Co... method Log (line 64) | public void Log(ILogMessage message) => Console.WriteLine(message); method LogAsync (line 65) | public Task LogAsync(ILogMessage message) => Task.Run(() => Console.Wr... FILE: src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/Models/ServiceError.cs type SerivceError (line 3) | public record SerivceError(string ErrorMessage = "", FILE: src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/Models/ServiceSuccess.cs type ServiceSuccess (line 3) | public record ServiceSuccess(string SuccessMessage = "", FILE: src/Features/NuGetFeatures/MAUIsland.NuGetFeatures/ServiceExtension.cs class ServiceExtension (line 5) | public static class ServiceExtension method RegisterNuGetFeatures (line 7) | public static void RegisterNuGetFeatures(this IServiceCollection servi... FILE: src/Features/NuGetFeatures/NuGetFeatures.IntegrationTests/Version1Test.cs class Version1Test (line 7) | public class Version1Test method Version1Test (line 16) | public Version1Test() method GetRepositoryTest (line 28) | [Fact] FILE: src/Presentations/Windows/App.xaml.cs class App (line 5) | public partial class App : Application method App (line 7) | public App() method CreateWindow (line 12) | protected override Window CreateWindow(IActivationState? activationState) FILE: src/Presentations/Windows/AppRoutes.cs class AppRoutes (line 3) | public static class AppRoutes FILE: src/Presentations/Windows/AppSettings/AppSettings.cs class AppSettings (line 3) | public class AppSettings FILE: src/Presentations/Windows/AppShell.xaml.cs class AppShell (line 9) | public partial class AppShell : Shell method AppShell (line 18) | public AppShell() method RegisterRoutes (line 33) | void RegisterRoutes() method WriteAppVersion (line 42) | void WriteAppVersion() method RegisterSyncfusionLicense (line 47) | void RegisterSyncfusionLicense() method GetCurrentMicrosoftMauiControls (line 52) | void GetCurrentMicrosoftMauiControls() FILE: src/Presentations/Windows/Features/Chat/Constants/ChatConstants.cs class ChatConstants (line 3) | public static class ChatConstants FILE: src/Presentations/Windows/Features/Chat/ContentViews/ChatBubbleContentView.xaml.cs class ChatBubbleContentView (line 3) | public partial class ChatBubbleContentView : ContentView method ChatBubbleContentView (line 6) | public ChatBubbleContentView() FILE: src/Presentations/Windows/Features/Chat/ContentViews/ChatPageDesktopLayout.xaml.cs class ChatPageDesktopLayout (line 3) | public partial class ChatPageDesktopLayout : ContentView method ChatPageDesktopLayout (line 6) | public ChatPageDesktopLayout() FILE: src/Presentations/Windows/Features/Chat/ContentViews/ChatPagePhoneLayout.xaml.cs class ChatPagePhoneLayout (line 3) | public partial class ChatPagePhoneLayout : ContentView method ChatPagePhoneLayout (line 14) | public ChatPagePhoneLayout() method ContentView_SizeChanged (line 20) | private void ContentView_SizeChanged(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Chat/ContentViews/ChatPageTabletLayout.xaml.cs class ChatPageTabletLayout (line 3) | public partial class ChatPageTabletLayout : ContentView method ChatPageTabletLayout (line 6) | public ChatPageTabletLayout() FILE: src/Presentations/Windows/Features/Chat/ContentViews/LoginFormContentView.xaml.cs class LoginFormContentView (line 3) | public partial class LoginFormContentView : ContentView method LoginFormContentView (line 14) | public LoginFormContentView() method Login_Clicked (line 24) | private void Login_Clicked(object sender, EventArgs e) method root_Loaded (line 30) | private void root_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Chat/ContentViews/RegisterFormContentView.xaml.cs class RegisterFormContentView (line 3) | public partial class RegisterFormContentView : ContentView method RegisterFormContentView (line 20) | public RegisterFormContentView() method Signup_Clicked (line 28) | private void Signup_Clicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Chat/Messages/LoginMessage.cs class LoginMessage (line 5) | public class LoginMessage : ValueChangedMessage method LoginMessage (line 7) | public LoginMessage(UserModel value) : base(value) FILE: src/Presentations/Windows/Features/Chat/Models/DTOs/AuthenticationResponseDTO.cs type AuthenticationResponseDTO (line 3) | public record AuthenticationResponseDTO(string id, FILE: src/Presentations/Windows/Features/Chat/Models/DTOs/PhoneNumberLoginDTO.cs type PhoneNumberLoginDTO (line 3) | public record PhoneNumberLoginDTO(string phoneNumber, string password); FILE: src/Presentations/Windows/Features/Chat/Models/DTOs/RegisterDTO.cs type RegisterDTO (line 3) | public record RegisterDTO(string username, FILE: src/Presentations/Windows/Features/Chat/Models/DTOs/UserNameLoginDTO.cs type UserNameLoginDTO (line 3) | public record UserNameLoginDTO(string username, string password); FILE: src/Presentations/Windows/Features/Chat/Models/Forms/LoginFormModel.cs class LoginFormModel (line 3) | public partial class LoginFormModel : BaseFormModel FILE: src/Presentations/Windows/Features/Chat/Models/Refits/Responses/RefitChatMessageResponse.cs type RefitChatMessageResponse (line 3) | public record RefitChatMessageResponse(RefitUserInfoResponseModel user, FILE: src/Presentations/Windows/Features/Chat/Models/Refits/Responses/RefitErrorMessageModel.cs type RefitErrorMessageModel (line 3) | public record RefitErrorMessageModel(string type, string title, string s... FILE: src/Presentations/Windows/Features/Chat/Models/Refits/Responses/RefitLoginSuccessModelRespone.cs type RefitLoginSuccessModelRespone (line 3) | public record RefitLoginSuccessModelRespone(string AccessToken, Principa... FILE: src/Presentations/Windows/Features/Chat/Models/Refits/Responses/RefitUserInfoResponseModel.cs class RefitUserInfoResponseModel (line 20) | public class RefitUserInfoResponseModel FILE: src/Presentations/Windows/Features/Chat/Models/Sqlite/UserInformationSqlite.cs class UserInformation (line 3) | public class UserInformation FILE: src/Presentations/Windows/Features/Chat/Models/UI/PrincipalUserModel.cs type PrincipalUserModel (line 3) | public record PrincipalUserModel FILE: src/Presentations/Windows/Features/Chat/Models/UI/ServiceUserInfo.cs type ServiceUserInfo (line 1) | public record ServiceUserInfo(string guid, string userName, string avata... FILE: src/Presentations/Windows/Features/Chat/Models/UserModel.cs class UserModel (line 3) | public partial class UserModel : BaseModel FILE: src/Presentations/Windows/Features/Chat/Pages/ChatPage.xaml.cs class ChatPage (line 3) | public partial class ChatPage method ChatPage (line 8) | public ChatPage(ChatPageViewModel vm) method Button_Clicked (line 18) | private void Button_Clicked(object sender, EventArgs e) method BasePage_SizeChanged (line 23) | private void BasePage_SizeChanged(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Chat/Pages/ChatPageViewModel.cs class ChatPageViewModel (line 5) | public partial class ChatPageViewModel : NavigationAwareBaseViewModel method ChatPageViewModel (line 14) | public ChatPageViewModel(IAppNavigator appNavigator, IChatHubService c... method SendMessageAsync (line 43) | [RelayCommand] method SignUp (line 58) | [RelayCommand] method OnInit (line 64) | protected override void OnInit(IDictionary query) method LoadMessagesAsync (line 74) | private async Task LoadMessagesAsync(bool forced) method ConnectToChatHubAsync (line 96) | private async Task ConnectToChatHubAsync() method ChatHubService_ChatMessageReceived (line 103) | private void ChatHubService_ChatMessageReceived(ChatMessageModel message) method SubcribeToLoginMessage (line 108) | private void SubcribeToLoginMessage() method OnCurrentUserChanging (line 136) | partial void OnCurrentUserChanging(UserModel? currentUser) method NavigateToSignUp (line 139) | void NavigateToSignUp() FILE: src/Presentations/Windows/Features/Chat/Popups/AuthenticatePopup.xaml.cs class AuthenticatePopup (line 5) | public partial class AuthenticatePopup method AuthenticatePopup (line 11) | public AuthenticatePopup(AuthenticatePopupViewModel vm) method LoginFormContentView_LoginClicked (line 18) | private void LoginFormContentView_LoginClicked(string username, string... method RegisterFormContentView_RegisterClick (line 25) | private void RegisterFormContentView_RegisterClick(string phoneNumber,... FILE: src/Presentations/Windows/Features/Chat/Popups/AuthenticatePopupViewModel.cs class AuthenticatePopupViewModel (line 6) | public partial class AuthenticatePopupViewModel : BaseViewModel method AuthenticatePopupViewModel (line 15) | public AuthenticatePopupViewModel(IAppNavigator appNavigator, method NavigateBack (line 44) | [RelayCommand] method LoginAsync (line 47) | [RelayCommand] method SignUpAsync (line 69) | [RelayCommand] method OpenFileAsync (line 95) | [RelayCommand] FILE: src/Presentations/Windows/Features/Chat/Refits/Interfaces/IIntranetAuthenticationRefit.cs type IIntranetAuthenticationRefit (line 6) | public interface IIntranetAuthenticationRefit method Register (line 8) | [Multipart] method Login (line 18) | [Post("/Authentication/Login")] method LoginWithPhoneNumber (line 21) | [Post("/Authentication/LoginWithPhoneNumber")] FILE: src/Presentations/Windows/Features/Chat/Refits/Interfaces/IIntranetConversationRefit.cs type IIntranetConversationRefit (line 5) | public interface IIntranetConversationRefit method GetLobbyRecentChatMessages (line 7) | [Get("/Conversation/GetLobbyRecentChatMessages")] FILE: src/Presentations/Windows/Features/Chat/Refits/Interfaces/IIntranetUserRefit.cs type IIntranetUserRefit (line 6) | public interface IIntranetUserRefit method GetCurrentUser (line 8) | [Get("/User/GetCurrentUser")] method UpdateAvatar (line 11) | [Multipart] FILE: src/Presentations/Windows/Features/Chat/Services/Implementations/BogusAuthenticationService.cs class BogusAuthenticationService (line 3) | public class BogusAuthenticationService : IAuthenticationServices method BogusAuthenticationService (line 6) | public BogusAuthenticationService() method Authenticate (line 13) | public Task Authenticate(string username, string password) method AuthenticateWithPhoneNumber (line 18) | public Task AuthenticateWithPhoneNumber(string phoneNumer, string pass... method SignUp (line 23) | public Task SignUp(string phoneNumber, string userName, string email, ... FILE: src/Presentations/Windows/Features/Chat/Services/Implementations/BogusUserServices.cs class BogusUserServices (line 3) | public class BogusUserServices : IUserServices method BogusUserServices (line 9) | public BogusUserServices(ISecureStorageService secureStorageService) method GetCurrentUser (line 16) | public Task GetCurrentUser() method GetUserByguid (line 21) | public Task GetUserByguid(string guid) method GetUserInfo (line 26) | public Task GetUserInfo() method SaveUserToLocalAsync (line 31) | public Task SaveUserToLocalAsync(UserModel user) method UploadCurrentUserAvatar (line 36) | public Task UploadCurrentUserAvatar(FileResult file) FILE: src/Presentations/Windows/Features/Chat/Services/Implementations/RefitAuthenticationService.cs class RefitAuthenticationService (line 7) | public class RefitAuthenticationService : IAuthenticationServices method RefitAuthenticationService (line 17) | public RefitAuthenticationService(IIntranetAuthenticationRefit intrane... method Authenticate (line 31) | public async Task Authenticate(string username, string password) method AuthenticateWithPhoneNumber (line 52) | public async Task AuthenticateWithPhoneNumber(string phonenumber, stri... method SignUp (line 74) | public async Task SignUp(string phoneNumber, string userName, string e... method SaveToSecureStorageAsync (line 115) | async Task SaveToSecureStorageAsync(AuthenticationResponseDTO dto) FILE: src/Presentations/Windows/Features/Chat/Services/Implementations/RefitIntranetConversationService.cs class RefitIntranetConversationService (line 6) | public class RefitIntranetConversationService : IConversationService method RefitIntranetConversationService (line 15) | public RefitIntranetConversationService(IIntranetConversationRefit int... method GetRecentChatAsync (line 26) | public async Task> GetRecentChatAsync() FILE: src/Presentations/Windows/Features/Chat/Services/Implementations/RefitIntranetUserService.cs class RefitIntranetUserService (line 6) | public class RefitIntranetUserService : IUserServices method RefitIntranetUserService (line 15) | public RefitIntranetUserService(IAppNavigator appNavigator, method GetCurrentUser (line 27) | public async Task GetCurrentUser() method GetUserByguid (line 44) | public Task GetUserByguid(string guid) method GetUserInfo (line 49) | public async Task GetUserInfo() method SaveUserToLocalAsync (line 66) | public Task SaveUserToLocalAsync(UserModel user) method UploadCurrentUserAvatar (line 71) | public async Task UploadCurrentUserAvatar(FileResult file) FILE: src/Presentations/Windows/Features/Chat/Services/Implementations/SignalRChatHubService.cs class SignalRChatHubService (line 6) | public class SignalRChatHubService : IChatHubService method SignalRChatHubService (line 18) | public SignalRChatHubService(IAppNavigator appNavigator, method RegisterChannels (line 32) | public void RegisterChannels() method ConnectAsync (line 49) | public async Task ConnectAsync() method SendMessageTest (line 56) | public Task SendMessageTest(string message, string authorName, string ... FILE: src/Presentations/Windows/Features/Chat/Services/Interfaces/IAuthenticationServices.cs type IAuthenticationServices (line 3) | public interface IAuthenticationServices method Authenticate (line 6) | Task Authenticate(string username, string password); method AuthenticateWithPhoneNumber (line 7) | Task AuthenticateWithPhoneNumber(string phoneNumer, string password); method SignUp (line 8) | Task SignUp(string phoneNumber, string userName, string email, string ... FILE: src/Presentations/Windows/Features/Chat/Services/Interfaces/IChatHubService.cs type IChatHubService (line 3) | public interface IChatHubService method RegisterChannels (line 10) | void RegisterChannels(); method ConnectAsync (line 11) | Task ConnectAsync(); method SendMessageTest (line 12) | Task SendMessageTest(string message, string authorName, string avatarU... FILE: src/Presentations/Windows/Features/Chat/Services/Interfaces/IConversationService.cs type IConversationService (line 3) | public interface IConversationService method GetRecentChatAsync (line 5) | Task> GetRecentChatAsync(); FILE: src/Presentations/Windows/Features/Chat/Services/Interfaces/ILocalDatabaseService.cs type ILocalDatabaseService (line 3) | public interface ILocalDatabaseService method InitDatabase (line 5) | Task InitDatabase(); FILE: src/Presentations/Windows/Features/Chat/Services/Interfaces/IUserServices.cs type IUserServices (line 3) | public interface IUserServices method GetCurrentUser (line 5) | Task GetCurrentUser(); method GetUserByguid (line 7) | Task GetUserByguid(string guid); method GetUserInfo (line 9) | Task GetUserInfo(); method SaveUserToLocalAsync (line 11) | Task SaveUserToLocalAsync(UserModel user); method UploadCurrentUserAvatar (line 13) | Task UploadCurrentUserAvatar(FileResult file); FILE: src/Presentations/Windows/Features/Gallery/Animations/SampleScaleAnimation.cs class SampleScaleAnimation (line 5) | class SampleScaleAnimation : BaseAnimation method Animate (line 7) | public override async Task Animate(VisualElement view, CancellationTok... FILE: src/Presentations/Windows/Features/Gallery/ContentViews/BrandIconContentView.xaml.cs class BrandIconContentView (line 4) | public partial class BrandIconContentView : ContentView method BrandIconContentView (line 8) | public BrandIconContentView() method Detail_Clicked (line 46) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 51) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) method TapGestureRecognizer_Tapped (line 56) | private void TapGestureRecognizer_Tapped(object sender, TappedEventArg... method MenuFlyoutItem_Clicked (line 61) | private void MenuFlyoutItem_Clicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/ContentViews/ControlCardContentView.xaml.cs class ControlCardContentView (line 4) | public partial class ControlCardContentView : ContentView method ControlCardContentView (line 8) | public ControlCardContentView() method Detail_Clicked (line 46) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 51) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/ContentViews/GithubCardContentView.xaml.cs class GithubCardContentView (line 6) | public partial class GithubCardContentView : ContentView method GithubCardContentView (line 10) | public GithubCardContentView() method Detail_Clicked (line 149) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 152) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) method RaiseGithubCardPropertyChanged (line 155) | private void RaiseGithubCardPropertyChanged(string propertyName) method root_Loaded (line 158) | private void root_Loaded(object sender, EventArgs e) method GithubCardSetProperty (line 163) | protected bool GithubCardSetProperty(ref T property, T value, [Call... method SyncRepoAsync (line 177) | public async Task SyncRepoAsync() FILE: src/Presentations/Windows/Features/Gallery/ContentViews/MaterialUICardContentView.xaml.cs class MaterialUICardContentView (line 3) | public partial class MaterialUICardContentView : ContentView method MaterialUICardContentView (line 7) | public MaterialUICardContentView() method Detail_Clicked (line 42) | private void Detail_Clicked(object sender, TouchEventArgs e) method DetailInNewWindow_Clicked (line 47) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/ContentViews/SyncfusionCardContentView.xaml.cs class SyncfusionCardContentView (line 3) | public partial class SyncfusionCardContentView : ContentView method SyncfusionCardContentView (line 6) | public SyncfusionCardContentView() method Detail_Clicked (line 82) | private void Detail_Clicked(object sender, EventArgs e) method DetailInNewWindow_Clicked (line 87) | private void DetailInNewWindow_Clicked(object sender, EventArgs e) method UpdateIsFreeControl (line 94) | private void UpdateIsFreeControl() FILE: src/Presentations/Windows/Features/Gallery/DataTemplateSelectors/BrandCardTemplateSelector.cs class BrandCardTemplateSelector (line 3) | public class BrandCardTemplateSelector : DataTemplateSelector method OnSelectTemplate (line 9) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: src/Presentations/Windows/Features/Gallery/Enums/ControlGroupInfoImportantLevel.cs type ControlGroupInfoImportantLevel (line 3) | public enum ControlGroupInfoImportantLevel FILE: src/Presentations/Windows/Features/Gallery/Handlers/CardsSearchHandler.cs class CardsSearchHandler (line 3) | public class CardsSearchHandler : SearchHandler method CardsSearchHandler (line 6) | public CardsSearchHandler() method OnQueryChanged (line 35) | protected override void OnQueryChanged(string oldValue, string newValue) method OnItemSelected (line 49) | protected override async void OnItemSelected(object item) FILE: src/Presentations/Windows/Features/Gallery/Models/ControlGroupInfoImportant.cs class ControlGroupInfoImportant (line 3) | public partial class ControlGroupInfoImportant : BaseModel FILE: src/Presentations/Windows/Features/Gallery/Models/PlatformInfo.cs class PlatformInfo (line 3) | public partial class PlatformInfo : BaseModel FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/ActivityIndicator/ActivityIndicatorPage.xaml.cs class ActivityIndicatorPage (line 3) | public partial class ActivityIndicatorPage : IGalleryPage method ActivityIndicatorPage (line 12) | public ActivityIndicatorPage(ActivityIndicatorPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/BlazorWebView/BlazorWebViewPage.xaml.cs class BlazorWebViewPage (line 6) | public partial class BlazorWebViewPage : IGalleryPage method BlazorWebViewPage (line 14) | public BlazorWebViewPage(BlazorWebViewPageViewModel vm) method BasePage_Loaded (line 23) | private void BasePage_Loaded(object sender, EventArgs e) method PageNavigateButton_Clicked (line 32) | private async void PageNavigateButton_Clicked(System.Object sender, Sy... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Border/BorderPage.xaml.cs class BorderPage (line 5) | public partial class BorderPage : IGalleryPage method BorderPage (line 16) | public BorderPage(BorderPageViewModel vm) method BasePage_Loaded (line 27) | private void BasePage_Loaded(object sender, EventArgs e) method CreateBorderUsingCSharp (line 40) | void CreateBorderUsingCSharp() FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Button/ButtonPage.xaml.cs class ButtonPage (line 3) | public partial class ButtonPage : IGalleryPage method ButtonPage (line 12) | public ButtonPage(ButtonPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/CarouselView/CarouselViewPage.xaml.cs class CarouselViewPage (line 3) | public partial class CarouselViewPage : IGalleryPage method CarouselViewPage (line 12) | public CarouselViewPage(CarouselViewPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) method CarouselViewCurrentItemChanged (line 30) | private void CarouselViewCurrentItemChanged(object sender, CurrentItem... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/CheckBox/CheckBoxPage.xaml.cs class CheckBoxPage (line 3) | public partial class CheckBoxPage : IGalleryPage method CheckBoxPage (line 13) | public CheckBoxPage(CheckBoxPageViewModel vm) method BasePage_Loaded (line 23) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/CollectionView/CollectionViewPage.xaml.cs class CollectionViewPage (line 5) | public partial class CollectionViewPage : IGalleryPage method CollectionViewPage (line 13) | public CollectionViewPage(CollectionViewPageViewModel vm) method OnAppearing (line 22) | protected override void OnAppearing() method OnDisappearing (line 28) | protected override void OnDisappearing() method BasePage_Loaded (line 37) | private void BasePage_Loaded(object sender, EventArgs e) method ViewModelSpanningNumberPropertyChanged (line 47) | private void ViewModelSpanningNumberPropertyChanged(object sender, Pro... method OnFilterItemChanged (line 69) | void OnFilterItemChanged(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/DatePicker/Converters/FulldateToDateOnlyConverter.cs class FulldateToDateOnlyConverter (line 4) | public class FulldateToDateOnlyConverter : IValueConverter method Convert (line 6) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 12) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/DatePicker/DatePickerPage.xaml.cs class DatePickerPage (line 3) | public partial class DatePickerPage : IGalleryPage method DatePickerPage (line 11) | public DatePickerPage(DatePickerPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Editor/Converter/EditorTextTransformPickerConverter.cs class EditorTextTransformPickerConverter (line 3) | public class EditorTextTransformPickerConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Editor/EditorPage.xaml.cs class EditorPage (line 3) | public partial class EditorPage : IGalleryPage method EditorPage (line 12) | public EditorPage(EditorPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) method OnEditorGetTextLength (line 31) | void OnEditorGetTextLength(object sender, TextChangedEventArgs e) method OnEditorTextChanged (line 36) | void OnEditorTextChanged(object sender, TextChangedEventArgs e) method OnEditorCompleted (line 42) | void OnEditorCompleted(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Entry/EntryPage.xaml.cs class EntryPage (line 3) | public partial class EntryPage : IGalleryPage method EntryPage (line 12) | public EntryPage(EntryPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) method OnEntryCompleted (line 31) | private void OnEntryCompleted(System.Object sender, System.EventArgs e) method OnEntryTextChanged (line 35) | private void OnEntryTextChanged(System.Object sender, Microsoft.Maui.C... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Frame/FramePage.xaml.cs class FramePage (line 2) | public partial class FramePage : IGalleryPage method FramePage (line 11) | public FramePage(FramePageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/ImageButton/ImageButtonPage.xaml.cs class ImageButtonPage (line 3) | public partial class ImageButtonPage : IGalleryPage method ImageButtonPage (line 16) | public ImageButtonPage(ImageButtonPageViewModel vm) method BasePage_Loaded (line 27) | private void BasePage_Loaded(object sender, EventArgs e) method OnButtonPressed (line 35) | private void OnButtonPressed(object sender, EventArgs e) method OnButtonReleased (line 41) | private void OnButtonReleased(object sender, EventArgs e) method ImageButtonEventHandlerClicked (line 47) | private void ImageButtonEventHandlerClicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/IndicatorView/IndicatorViewPage.xaml.cs class IndicatorViewPage (line 3) | public partial class IndicatorViewPage : IGalleryPage method IndicatorViewPage (line 11) | public IndicatorViewPage(IndicatorViewPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Label/LabelPage.xaml.cs class LabelPage (line 3) | public partial class LabelPage : IGalleryPage method LabelPage (line 12) | public LabelPage(LabelPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/MenuBar/MenuBarPage.xaml.cs class MenuBarPage (line 3) | public partial class MenuBarPage : IGalleryPage method MenuBarPage (line 12) | public MenuBarPage(MenuBarPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Picker/PickerPage.xaml.cs class PickerPage (line 3) | public partial class PickerPage : IGalleryPage method PickerPage (line 12) | public PickerPage(PickerPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/ProgressBar/ProgressBarPage.xaml.cs class ProgressBarPage (line 4) | public partial class ProgressBarPage : IGalleryPage method ProgressBarPage (line 13) | public ProgressBarPage(ProgressBarPageViewModel vm) method BasePage_Loaded (line 32) | private void BasePage_Loaded(object sender, EventArgs e) method ProgressBarLoadButtonClicked (line 41) | private async void ProgressBarLoadButtonClicked(object sender, EventAr... method ProgressBarRunButtonClicked (line 77) | private async void ProgressBarRunButtonClicked(object sender, EventArg... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/RadioButton/RadioButtonPage.xaml.cs class RadioButtonPage (line 3) | public partial class RadioButtonPage : IGalleryPage method RadioButtonPage (line 11) | public RadioButtonPage(RadioButtonPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/RefreshView/RefreshViewPage.xaml.cs class RefreshViewPage (line 4) | public partial class RefreshViewPage : IGalleryPage method RefreshViewPage (line 13) | public RefreshViewPage(RefreshViewPageViewModel vm) method BasePage_Loaded (line 23) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/SearchBar/SearchBarPage.xaml.cs class SearchBarPage (line 3) | public partial class SearchBarPage : IGalleryPage method SearchBarPage (line 15) | public SearchBarPage(SearchBarPageViewModel vm, method BasePage_Loaded (line 27) | private void BasePage_Loaded(object sender, EventArgs e) method OnSearchAsync (line 36) | private async void OnSearchAsync(object sender, TextChangedEventArgs a... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Slider/SliderPage.xaml.cs class SliderPage (line 3) | public partial class SliderPage : IGalleryPage method SliderPage (line 12) | public SliderPage(SliderPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) method HavingFunSlider_ValueChanged (line 30) | private void HavingFunSlider_ValueChanged(object sender, ValueChangedE... method HavingFunSlider_DragCompleted (line 37) | private void HavingFunSlider_DragCompleted(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Stepper/StepperPage.xaml.cs class StepperPage (line 3) | public partial class StepperPage : IGalleryPage method StepperPage (line 12) | public StepperPage(StepperPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) method OnStepperValueChanged (line 29) | private void OnStepperValueChanged(object sender, ValueChangedEventArg... FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/SwipeView/SwipeViewPage.xaml.cs class SwipeViewPage (line 3) | public partial class SwipeViewPage : IGalleryPage method SwipeViewPage (line 11) | public SwipeViewPage(SwipeViewPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/Switch/SwitchPage.xaml.cs class SwitchPage (line 3) | public partial class SwitchPage : IGalleryPage method SwitchPage (line 12) | public SwitchPage(SwitchPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/TabbedPage/TabbedPagePage.xaml.cs class TabbedPagePage (line 2) | public partial class TabbedPagePage : IGalleryPage method TabbedPagePage (line 5) | public TabbedPagePage(TabbedPagePageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/TabbedPage/TabbedPages/CommunityPage.xaml.cs class CommunityPage (line 3) | public partial class CommunityPage : ContentPage method CommunityPage (line 5) | public CommunityPage() FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/TabbedPage/TabbedPages/NewsPage.xaml.cs class NewsPage (line 3) | public partial class NewsPage : ContentPage method NewsPage (line 5) | public NewsPage() FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/TableView/TableViewPage.xaml.cs class TableViewPage (line 3) | public partial class TableViewPage : IGalleryPage method TableViewPage (line 13) | public TableViewPage(TableViewPageViewModel vm) method BasePage_Loaded (line 23) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Controls/TimePicker/TimePickerPage.xaml.cs class TimePickerPage (line 3) | public partial class TimePickerPage : IGalleryPage method TimePickerPage (line 12) | public TimePickerPage(TimePickerPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Helpers/AppSettingsJson/AppSettingsJsonPage.xaml.cs class AppSettingsJsonPage (line 4) | public partial class AppSettingsJsonPage : IGalleryPage method AppSettingsJsonPage (line 17) | public AppSettingsJsonPage(AppSettingsJsonPageViewModel vm) method BasePage_Loaded (line 31) | private void BasePage_Loaded(object sender, EventArgs e) method SettingsButton_Clicked (line 40) | private async void SettingsButton_Clicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Helpers/Popup/PopupPage.xaml.cs class PopupPage (line 2) | public partial class PopupPage : IGalleryPage method PopupPage (line 11) | public PopupPage(PopupPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) method Button_Clicked (line 30) | private async void Button_Clicked(object sender, EventArgs e) method Button_Clicked_1 (line 35) | private async void Button_Clicked_1(object sender, EventArgs e) method Button_Clicked_2 (line 41) | private async void Button_Clicked_2(object sender, EventArgs e) method Button_Clicked_3 (line 50) | private async void Button_Clicked_3(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Layouts/AbsoluteLayout/AbsoluteLayoutPage.xaml.cs class AbsoluteLayoutPage (line 2) | public partial class AbsoluteLayoutPage : IGalleryPage method AbsoluteLayoutPage (line 11) | public AbsoluteLayoutPage(AbsoluteLayoutPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Layouts/AbsoluteLayout/ContentViews/DotNetRoadMap.xaml.cs class DotNetRoadMap (line 3) | public partial class DotNetRoadMap : ContentView method DotNetRoadMap (line 12) | public DotNetRoadMap() method root_Loaded (line 70) | private void root_Loaded(object sender, EventArgs e) method TapGestureRecognizer_Tapped (line 74) | private void TapGestureRecognizer_Tapped(System.Object sender, Microso... method LinkMatching (line 93) | string LinkMatching(string labelName) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Layouts/Grid/GridPage.xaml.cs class GridPage (line 2) | public partial class GridPage : IGalleryPage method GridPage (line 10) | public GridPage(GridPageViewModel vm) method BasePage_Loaded (line 29) | private void BasePage_Loaded(object sender, EventArgs e) method OnSliderValueChanged (line 38) | void OnSliderValueChanged(object sender, ValueChangedEventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Layouts/HorizontalStackLayout/HorizontalStackLayoutPage.xaml.cs class HorizontalStackLayoutPage (line 2) | public partial class HorizontalStackLayoutPage : IGalleryPage method HorizontalStackLayoutPage (line 11) | public HorizontalStackLayoutPage(HorizontalStackLayoutPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Layouts/StackLayout/StackLayoutPage.xaml.cs class StackLayoutPage (line 2) | public partial class StackLayoutPage : IGalleryPage method StackLayoutPage (line 10) | public StackLayoutPage(StackLayoutPageViewModel vm) method BasePage_Loaded (line 20) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/BuiltIn/Layouts/VerticalStackLayout/VerticalStackLayoutPage.xaml.cs class VerticalStackLayoutPage (line 2) | public partial class VerticalStackLayoutPage : IGalleryPage method VerticalStackLayoutPage (line 11) | public VerticalStackLayoutPage(VerticalStackLayoutPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/CardsByGroupPage.xaml.cs class CardsByGroupPage (line 3) | partial class CardsByGroupPage method CardsByGroupPage (line 10) | public CardsByGroupPage(CardsByGroupPageViewModel vm) method BasePage_SizeChanged (line 19) | private void BasePage_SizeChanged(object sender, EventArgs e) method ControlCardContentView_DetailClicked (line 47) | private void ControlCardContentView_DetailClicked(IGalleryCardInfo con... method ControlCardContentView_DetailInNewWindowClicked (line 50) | private void ControlCardContentView_DetailInNewWindowClicked(IGalleryC... method CardsSearchHandler_SelectCard (line 53) | private void CardsSearchHandler_SelectCard(IGalleryCardInfo control) FILE: src/Presentations/Windows/Features/Gallery/Pages/CardsByGroupPageViewModel.cs class CardsByGroupPageViewModel (line 5) | public partial class CardsByGroupPageViewModel : NavigationAwareBaseView... method CardsByGroupPageViewModel (line 17) | public CardsByGroupPageViewModel(IAppNavigator appNavigator, method NavigateToDetailAsync (line 55) | [RelayCommand] method NavigateToDetailInNewWindowAsync (line 59) | [RelayCommand] method OpenUrlAsync (line 63) | [RelayCommand] method OnInit (line 74) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 81) | public override async Task OnAppearingAsync() method LoadDataAsync (line 89) | private async Task LoadDataAsync(bool forced) method OnSelectedItemChanged (line 115) | partial void OnSelectedItemChanged(string value) method OnSearchTextChanged (line 118) | partial void OnSearchTextChanged(string value) method FilterControls (line 131) | void FilterControls(string pickerValue, string searchValue) method RefreshAsync (line 160) | async Task RefreshAsync() method OnControlCardNavigation (line 164) | async Task OnControlCardNavigation(IGalleryCardInfo control) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Controls/AcrylicView/AcrylicViewPage.xaml.cs class AcrylicViewPage (line 2) | public partial class AcrylicViewPage : IGalleryPage method AcrylicViewPage (line 5) | public AcrylicViewPage(AcrylicViewPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Controls/DataGrid/DataGridPage.xaml.cs class DataGridPage (line 2) | public partial class DataGridPage : IGalleryPage method DataGridPage (line 5) | public DataGridPage(DataGridPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Controls/LiveCharts2/LiveCharts2Page.xaml.cs class LiveCharts2Page (line 2) | public partial class LiveCharts2Page : IGalleryPage method LiveCharts2Page (line 5) | public LiveCharts2Page(LiveCharts2PageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Controls/OverFlower/OverFlowerPage.xaml.cs class OverFlowerPage (line 2) | public partial class OverFlowerPage : IGalleryPage method OverFlowerPage (line 5) | public OverFlowerPage(OverFlowerPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Helpers/OCR/OCRPage.xaml.cs class OCRPage (line 3) | public partial class OCRPage : IGalleryPage method OCRPage (line 8) | public OCRPage(OCRPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Helpers/SQLite-net/SQLiteNETPage.xaml.cs class SQLiteNETPage (line 3) | public partial class SQLiteNETPage : IGalleryPage method SQLiteNETPage (line 8) | public SQLiteNETPage(SQLiteNETPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Community/Helpers/ZXingNetMaui/ZXingNetMauiPage.xaml.cs class ZXingNetMauiPage (line 4) | public partial class ZXingNetMauiPage : IGalleryPage method ZXingNetMauiPage (line 7) | public ZXingNetMauiPage(ZXingNetMauiPageViewModel vm) method BarcodesDetected (line 22) | protected void BarcodesDetected(object sender, BarcodeDetectionEventAr... FILE: src/Presentations/Windows/Features/Gallery/Pages/Converters/CardByGroupPageTypePickerConverter.cs class CardByGroupPageTypePickerConverter (line 3) | public class CardByGroupPageTypePickerConverter : IValueConverter method Convert (line 5) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 25) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Presentations/Windows/Features/Gallery/Pages/GalleryPage.xaml.cs class GalleryPage (line 2) | partial class GalleryPage method GalleryPage (line 9) | public GalleryPage(GalleryPageViewModel vm) method BrandIconContentView_DetailClicked (line 18) | private void BrandIconContentView_DetailClicked(ControlGroupInfo control) method BrandIconContentView_DetailInNewWindowClicked (line 22) | private void BrandIconContentView_DetailInNewWindowClicked(ControlGrou... method NavigateToBuiltIn_Clicked (line 26) | private void NavigateToBuiltIn_Clicked(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/GalleryPageViewModel.cs class GalleryPageViewModel (line 3) | public partial class GalleryPageViewModel : NavigationAwareBaseViewModel method GalleryPageViewModel (line 11) | public GalleryPageViewModel(IControlsService controlsService, method OnInit (line 25) | protected override async void OnInit(IDictionary query) method LoadControlsAsync (line 34) | async Task LoadControlsAsync() method ViewControlsAsync (line 43) | [RelayCommand] method ViewControlsInNewWindowAsync (line 50) | [RelayCommand] FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialButton/MaterialButtonPage.xaml.cs class MaterialButtonPage (line 2) | public partial class MaterialButtonPage : IGalleryPage method MaterialButtonPage (line 5) | public MaterialButtonPage(MaterialButtonPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialChip/MaterialChipPage.xaml.cs class MaterialChipPage (line 2) | public partial class MaterialChipPage : IGalleryPage method MaterialChipPage (line 5) | public MaterialChipPage(MaterialChipPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialComboBox/MaterialComboBoxPage.xaml.cs class MaterialComboBoxPage (line 2) | public partial class MaterialComboBoxPage : IGalleryPage method MaterialComboBoxPage (line 5) | public MaterialComboBoxPage(MaterialComboBoxPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialContextMenu/MaterialContextMenuPage.xaml.cs class MaterialContextMenuPage (line 2) | public partial class MaterialContextMenuPage : IGalleryPage method MaterialContextMenuPage (line 5) | public MaterialContextMenuPage(MaterialContextMenuPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialFAB/MaterialFABPage.xaml.cs class MaterialFABPage (line 2) | public partial class MaterialFABPage : IGalleryPage method MaterialFABPage (line 5) | public MaterialFABPage(MaterialFABPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialProgressIndicator/MaterialProgressIndicatorPage.xaml.cs class MaterialProgressIndicatorPage (line 2) | public partial class MaterialProgressIndicatorPage : IGalleryPage method MaterialProgressIndicatorPage (line 5) | public MaterialProgressIndicatorPage(MaterialProgressIndicatorPageView... FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialRadioButton/MaterialRadioButtonPage.xaml.cs class MaterialRadioButtonPage (line 2) | public partial class MaterialRadioButtonPage : IGalleryPage method MaterialRadioButtonPage (line 5) | public MaterialRadioButtonPage(MaterialRadioButtonPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialSwitch/MaterialSwitchPage.xaml.cs class MaterialSwitchPage (line 2) | public partial class MaterialSwitchPage : IGalleryPage method MaterialSwitchPage (line 5) | public MaterialSwitchPage(MaterialSwitchPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Material/Controls/MaterialTextField/MaterialTextFieldPage.xaml.cs class MaterialTextFieldPage (line 2) | public partial class MaterialTextFieldPage : IGalleryPage method MaterialTextFieldPage (line 5) | public MaterialTextFieldPage(MaterialTextFieldPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfAvatarView/SfAvatarViewPage.xaml.cs class SfAvatarViewPage (line 2) | public partial class SfAvatarViewPage : IGalleryPage method SfAvatarViewPage (line 5) | public SfAvatarViewPage(SfAvatarViewPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfBadgeView/SfBadgeViewPage.xaml.cs class SfBadgeViewPage (line 2) | public partial class SfBadgeViewPage : IGalleryPage method SfBadgeViewPage (line 5) | public SfBadgeViewPage(SfBadgeViewPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfBarcodeGenerator/SfBarcodeGeneratorPage.xaml.cs class SfBarcodeGeneratorPage (line 2) | public partial class SfBarcodeGeneratorPage : IGalleryPage method SfBarcodeGeneratorPage (line 5) | public SfBarcodeGeneratorPage(SfBarcodeGeneratorPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfBusyIndicator/SfBusyIndicatorPage.xaml.cs class SfBusyIndicatorPage (line 2) | public partial class SfBusyIndicatorPage : IGalleryPage method SfBusyIndicatorPage (line 4) | public SfBusyIndicatorPage(SfBusyIndicatorPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfCartesianChart/SfCartesianChartPage.xaml.cs class SfCartesianChartPage (line 3) | public partial class SfCartesianChartPage : IGalleryPage method SfCartesianChartPage (line 10) | public SfCartesianChartPage(SfCartesianChartPageViewModel vm) method BasePage_Loaded (line 20) | private void BasePage_Loaded(object sender, EventArgs e) method ChartsCollectionView_Loaded (line 34) | private void ChartsCollectionView_Loaded(object sender, EventArgs e) method OnChartSelectionChanged (line 39) | private void OnChartSelectionChanged(object sender, SelectionChangedEv... method OnAreaChartSelectionChanged (line 135) | private void OnAreaChartSelectionChanged(object sender, SelectionChang... method OnColumnBarChartSelectionChanged (line 143) | private void OnColumnBarChartSelectionChanged(object sender, Selection... method OnLineChartSelectionChanged (line 152) | private void OnLineChartSelectionChanged(object sender, SelectionChang... method OnScatterChartSelectionChanged (line 160) | private void OnScatterChartSelectionChanged(object sender, SelectionCh... method OnBubbleChartSelectionChanged (line 168) | private void OnBubbleChartSelectionChanged(object sender, SelectionCha... method OnBoxPlotChartSelectionChanged (line 176) | private void OnBoxPlotChartSelectionChanged(object sender, SelectionCh... method OnHistogramChartSelectionChanged (line 184) | private void OnHistogramChartSelectionChanged(object sender, Selection... method OnFinancialChartSelectionChanged (line 192) | private void OnFinancialChartSelectionChanged(object sender, Selection... method OnWaterfallChartSelectionChanged (line 200) | private void OnWaterfallChartSelectionChanged(object sender, Selection... method InitializeDefaultView (line 210) | private void InitializeDefaultView() method WaterfallDefaultView (line 254) | private void WaterfallDefaultView() method FinancialDefaultView (line 259) | private void FinancialDefaultView() method HistogramDefaultView (line 265) | private void HistogramDefaultView() method BoxPlotDefaultView (line 270) | private void BoxPlotDefaultView() method BubbleDefaultView (line 275) | private void BubbleDefaultView() method ScatterDefaultView (line 280) | private void ScatterDefaultView() method LineDefaultView (line 285) | private void LineDefaultView() method ColumnDefaultView (line 297) | private void ColumnDefaultView() method BarDefaultView (line 305) | private void BarDefaultView() method AreaDefaultView (line 314) | private void AreaDefaultView() method AreaChartChanged (line 325) | private void AreaChartChanged(string value) method ColumnBarChartChanged (line 349) | private void ColumnBarChartChanged(string value) method LineChartChanged (line 377) | private void LineChartChanged(string value) method ScatterChartChanged (line 399) | private void ScatterChartChanged(string value) method BubbleChartChanged (line 411) | private void BubbleChartChanged(string value) method BoxPlotChartChanged (line 423) | private void BoxPlotChartChanged(string value) method HistogramChartChanged (line 435) | private void HistogramChartChanged(string value) method FinancialChartChanged (line 447) | private void FinancialChartChanged(string value) method WaterfallChartChanged (line 461) | private void WaterfallChartChanged(string value) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfCircularChart/SfCircularChartPage.xaml.cs class SfCircularChartPage (line 2) | public partial class SfCircularChartPage : IGalleryPage method SfCircularChartPage (line 5) | public SfCircularChartPage(SfCircularChartPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfComboBox/SfComboBoxPage.xaml.cs class SfComboBoxPage (line 3) | public partial class SfComboBoxPage : IGalleryPage method SfComboBoxPage (line 6) | public SfComboBoxPage(SfComboBoxPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfDataGrid/SfDataGridPage.xaml.cs class SfDataGridPage (line 2) | public partial class SfDataGridPage : IGalleryPage method SfDataGridPage (line 5) | public SfDataGridPage(SfDataGridPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfListView/SfListViewPage.xaml.cs class SfListViewPage (line 2) | public partial class SfListViewPage : IGalleryPage method SfListViewPage (line 4) | public SfListViewPage(SfListViewPageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfMaps/SfMapsViewPage.xaml.cs class SfMapsViewPage (line 4) | public partial class SfMapsViewPage : IGalleryPage method SfMapsViewPage (line 9) | public SfMapsViewPage(SfMapsViewPageViewModel vm) method StartTimer (line 28) | private async void StartTimer() method UpdateMarker (line 39) | private bool UpdateMarker() FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfRadialGauge/SfRadialGaugePage.xaml.cs class SfRadialGaugePage (line 2) | public partial class SfRadialGaugePage : IGalleryPage method SfRadialGaugePage (line 5) | public SfRadialGaugePage(SfRadialGaugePageViewModel vm) FILE: src/Presentations/Windows/Features/Gallery/Pages/Syncfusion/Controls/SfRangeSelector/SfRangeSelectorPage.xaml.cs class SfRangeSelectorPage (line 2) | public partial class SfRangeSelectorPage : IGalleryPage method SfRangeSelectorPage (line 4) | public SfRangeSelectorPage() FILE: src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/AvatarView/AvatarViewPage.xaml.cs class AvatarViewPage (line 3) | public partial class AvatarViewPage : IGalleryPage method AvatarViewPage (line 12) | public AvatarViewPage(AvatarViewPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/DrawingView/DrawingViewPage.xaml.cs class DrawingViewPage (line 2) | public partial class DrawingViewPage : IGalleryPage method DrawingViewPage (line 10) | public DrawingViewPage(DrawingViewPageViewModel vm) method BasePage_Loaded (line 21) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/Expander/ExpanderPage.xaml.cs class ExpanderPage (line 3) | public partial class ExpanderPage : IGalleryPage method ExpanderPage (line 12) | public ExpanderPage(ExpanderPageViewModel vm) method BasePage_Loaded (line 22) | private void BasePage_Loaded(object sender, EventArgs e) FILE: src/Presentations/Windows/Features/Gallery/Pages/Toolkit/Controls/MediaElement/MediaElementPage.xaml.cs class MediaElementPage (line 8) | public partial class MediaElementPage : IGalleryPage method MediaElementPage (line 18) | public MediaElementPage(MediaElementPageViewModel vm, ILogger query) method LoadDataAsync (line 184) | private async Task LoadDataAsync(bool forced) method OpenUrlAsync (line 210) | [RelayCommand] method NavigatePageAsync (line 214) | [RelayCommand] method LoadDotNetMauiRepoInfoAsync (line 220) | async Task LoadDotNetMauiRepoInfoAsync() method LoadIssuesAsync (line 343) | async Task LoadIssuesAsync() { method UpdateLocalIssue (line 366) | private async Task UpdateLocalIssue(GitHubIssueModel issue, string con... method GetIssueByControlNameFromLocalDb (line 404) | private async Task> GetIssueByCon... method DeserializeIssueLables (line 419) | private IEnumerable DeserializeIssueLables(string la... method SerializeIssueLables (line 425) | private string SerializeIssueLables(IEnumerable labe... method LoadBooks (line 431) | Task LoadBooks() method LoadSamples (line 462) | Task LoadSamples() method LoadTools (line 627) | Task LoadTools() method LoadBlazors (line 680) | Task LoadBlazors() FILE: src/Presentations/Windows/Features/Home/Services/Implementations/IHomeService.cs type IHomeService (line 3) | public interface IHomeService method GetApplicationNews (line 6) | Task> GetApplicationNews(); FILE: src/Presentations/Windows/Features/Home/Services/Interfaces/HomeService.cs class HomeService (line 3) | public class HomeService : IHomeService method HomeService (line 12) | public HomeService(IControlsService mauiControlsService) method GetApplicationNews (line 20) | public async Task> GetApplicationNews() FILE: src/Presentations/Windows/Features/Mockup/ContentViews/AddButtonContentView/AddButtonContentView.xaml.cs class AddButtonContentView (line 3) | public partial class AddButtonContentView : ContentView method AddButtonContentView (line 7) | public AddButtonContentView() method OnBindingContextChanged (line 15) | protected override void OnBindingContextChanged() method DropGestureRecognizer_Drop (line 30) | private void DropGestureRecognizer_Drop(System.Object sender, Microsof... FILE: src/Presentations/Windows/Features/Mockup/ContentViews/AddButtonContentView/AddButtonEventModel.cs class DroppedImage (line 4) | public partial class DroppedImage : BaseModel FILE: src/Presentations/Windows/Features/Mockup/ContentViews/AddButtonContentView/ImageDropEventArgs.cs class ImageDropEventArgs (line 4) | public class ImageDropEventArgs : EventArgs method ImageDropEventArgs (line 8) | public ImageDropEventArgs(DroppedImage eventModel) FILE: src/Presentations/Windows/Features/Mockup/ContentViews/MockupPreviewItemContentView/ScreenshotItemContentView.xaml.cs class ScreenshotItemContentView (line 3) | public partial class ScreenshotItemContentView : ContentView method ScreenshotItemContentView (line 8) | public ScreenshotItemContentView() method OnBindingContextChanged (line 16) | protected override void OnBindingContextChanged() method DeleteButton_Clicked (line 31) | private void DeleteButton_Clicked(System.Object sender, System.EventAr... FILE: src/Presentations/Windows/Features/Mockup/ContentViews/MockupScreenShotsContentView/DeviceListPageComponent.xaml.cs class DeviceListPageComponent (line 5) | public partial class DeviceListPageComponent : ContentView method DeviceListPageComponent (line 9) | public DeviceListPageComponent() method OnBindingContextChanged (line 17) | protected override void OnBindingContextChanged() method AddButton_ImageDropped (line 26) | private void AddButton_ImageDropped(Object sender, DropEventArgs e, Dr... method MockupPreviewItemContentView_ScreenShotDeleteClicked (line 36) | private void MockupPreviewItemContentView_ScreenShotDeleteClicked(Scre... FILE: src/Presentations/Windows/Features/Mockup/ContentViews/ShowcaseInformationContentView/ShowcaseInformationPageComponent.xaml.cs class ShowcaseInformationPageComponent (line 3) | public partial class ShowcaseInformationPageComponent : ContentView method ShowcaseInformationPageComponent (line 8) | public ShowcaseInformationPageComponent() FILE: src/Presentations/Windows/Features/Mockup/Converters/ListOfMockupPreviewItemModelToListStringConverter.cs class ListOfMockupPreviewItemModelToListStringConverter (line 4) | public class ListOfMockupPreviewItemModelToListStringConverter : IValueC... method Convert (line 6) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Presentations/Windows/Features/Mockup/Converters/SelectedScreenshotModelToStringConverter.cs class SelectedScreenshotModelToStringConverter (line 4) | public class SelectedScreenshotModelToStringConverter : IValueConverter method Convert (line 6) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/Presentations/Windows/Features/Mockup/DataTemplateSelectors/ScreenshotDataTemplateSelector.cs class ScreenshotDataTemplateSelector (line 3) | public class ScreenshotDataTemplateSelector : DataTemplateSelector method OnSelectTemplate (line 13) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: src/Presentations/Windows/Features/Mockup/Messages/DeleteScreenShotMessage.cs class DeleteScreenShotMessage (line 5) | public class DeleteScreenShotMessage : ValueChangedMessage method DeleteScreenShotMessage (line 7) | public DeleteScreenShotMessage(ScreenshotModel value) : base(value) FILE: src/Presentations/Windows/Features/Mockup/Messages/DropImageMessage.cs class DropImageMessage (line 5) | public class DropImageMessage : ValueChangedMessage method DropImageMessage (line 7) | public DropImageMessage(DropImageType value) : base(value) class DropImageType (line 12) | public class DropImageType FILE: src/Presentations/Windows/Features/Mockup/Models/DeviceItemModel.cs class DeviceItemModel (line 3) | public partial class DeviceItemModel : BaseModel FILE: src/Presentations/Windows/Features/Mockup/Models/ScreenshotModel.cs class ScreenshotModel (line 3) | public partial class ScreenshotModel : BaseModel FILE: src/Presentations/Windows/Features/Mockup/Pages/MockupPage.xaml.cs class MockupPage (line 3) | public partial class MockupPage method MockupPage (line 12) | public MockupPage(MockupPageViewModel vm) method ExportMockUpButton_Clicked (line 22) | private async void ExportMockUpButton_Clicked(System.Object sender, Sy... FILE: src/Presentations/Windows/Features/Mockup/Pages/MockupPageViewModel.cs class MockupPageViewModel (line 11) | public partial class MockupPageViewModel(IAppNavigator appNavigator, method OnInit (line 23) | protected override void OnInit(IDictionary query) method OnActivated (line 40) | protected override void OnActivated() method OpenFileAsync (line 101) | [RelayCommand] method AddDeviceAsync (line 107) | [RelayCommand] method OpenUrlAsync (line 111) | [RelayCommand] method RemoveMockups (line 115) | [RelayCommand] method RefreshAsync (line 128) | async Task RefreshAsync() method OnSelectedDeviceChanged (line 172) | partial void OnSelectedDeviceChanged(string value) method DropImage (line 177) | async Task DropImage(Object sender, DropEventArgs e, string collection... method AddDevice (line 211) | async Task AddDevice() method RemoveScreenShot (line 229) | async Task RemoveScreenShot(ScreenshotModel screenshot) FILE: src/Presentations/Windows/Features/ResumesTemplate/Blazor/Components/DotNetTemplate.razor.cs class DotNetTemplate (line 9) | public partial class DotNetTemplate : ComponentBase method DotNetTemplate (line 20) | public DotNetTemplate() method OnInitializedAsync (line 25) | protected override async Task OnInitializedAsync() method ViewModel_PropertyChanged (line 34) | private async void ViewModel_PropertyChanged(object sender, PropertyCh... method WorksHistory_CollectionChanged (line 47) | private void WorksHistory_CollectionChanged(object sender, NotifyColle... method UpdatePageIndex (line 50) | private void UpdatePageIndex(int index) method UpdateWorksHistoryItem (line 55) | private void UpdateWorksHistoryItem(WorkHistoryModel work) method ScrollToSectionAsync (line 60) | private async Task ScrollToSectionAsync(string itemId) method ScrollToElementAsync (line 65) | private async Task ScrollToElementAsync(string itemId) FILE: src/Presentations/Windows/Features/ResumesTemplate/Models/WorkHistoryModel.cs class WorkHistoryModel (line 3) | public partial class WorkHistoryModel : BaseModel FILE: src/Presentations/Windows/Features/ResumesTemplate/Pages/ResumeDetailPage.xaml.cs class ResumeDetailPage (line 8) | public partial class ResumeDetailPage method ResumeDetailPage (line 18) | public ResumeDetailPage(ResumeDetailPageViewModel vm) method BlazorWebViewElement_Loaded (line 30) | private async void BlazorWebViewElement_Loaded(Object sender, EventArg... method OnSizeChanged (line 39) | private void OnSizeChanged(object sender, EventArgs e) method ViewModel_PropertyChanged (line 44) | private async void ViewModel_PropertyChanged(Object sender, PropertyCh... method OnScrolled (line 52) | private void OnScrolled(object sender, ScrolledEventArgs e) method ChangePage (line 81) | private void ChangePage(int newPage) method HandlePageIndexChangedByWebViewAsync (line 99) | private async Task HandlePageIndexChangedByWebViewAsync() method AdjustLayout (line 125) | private async Task AdjustLayout() FILE: src/Presentations/Windows/Features/ResumesTemplate/Pages/ResumeDetailPageViewModel.cs class ResumeDetailPageViewModel (line 3) | public partial class ResumeDetailPageViewModel(IAppNavigator appNavigato... method OnInit (line 41) | protected override void OnInit(IDictionary query) method LoadDataAsync (line 52) | async Task LoadDataAsync() method AddWorkHistory (line 111) | [RelayCommand] method RemoveWorkHistory (line 121) | [RelayCommand] method UpdatePageIndex (line 131) | [RelayCommand] method UpdateWorkHistorySelectedItem (line 138) | [RelayCommand] FILE: src/Presentations/Windows/Features/ResumesTemplate/Pages/ResumesPage.xaml.cs class ResumesPage (line 3) | public partial class ResumesPage method ResumesPage (line 8) | public ResumesPage(ResumesPageViewModel vm) FILE: src/Presentations/Windows/Features/ResumesTemplate/Pages/ResumesPageViewModel.cs class ResumesPageViewModel (line 3) | public partial class ResumesPageViewModel(IAppNavigator appNavigator) : ... method NavigateUrlAsync (line 8) | [RelayCommand] FILE: src/Presentations/Windows/Features/SecureStorage/Implementations/SecureStorageService.cs class SecureStorageService (line 3) | public class SecureStorageService : ISecureStorageService method ReadValueAsync (line 5) | public Task ReadValueAsync(string key) method WriteValueAsync (line 8) | public Task WriteValueAsync(string key, string value) method RemoveAllValueAsync (line 11) | public Task RemoveAllValueAsync() method RemoveValueAsync (line 14) | public Task RemoveValueAsync(string key) FILE: src/Presentations/Windows/Features/SecureStorage/Interfaces/ISecureStorageService.cs type ISecureStorageService (line 3) | public interface ISecureStorageService method WriteValueAsync (line 5) | Task WriteValueAsync(string key, string value); method ReadValueAsync (line 7) | Task ReadValueAsync(string key); method RemoveValueAsync (line 9) | Task RemoveValueAsync(string key); method RemoveAllValueAsync (line 11) | Task RemoveAllValueAsync(); FILE: src/Presentations/Windows/Features/Settings/Pages/SettingsPage.xaml.cs class SettingsPage (line 3) | public partial class SettingsPage method SettingsPage (line 5) | public SettingsPage(SettingsPageViewModel vm) FILE: src/Presentations/Windows/Features/Settings/Pages/SettingsPageViewModel.cs class SettingsPageViewModel (line 6) | public partial class SettingsPageViewModel(IAppNavigator appNavigator, method OnInit (line 22) | protected override void OnInit(IDictionary query) method OpenUrlAsync (line 62) | [RelayCommand] method OpenFileAsync (line 66) | [RelayCommand] method SaveAsync (line 76) | [RelayCommand] method NavigateAsync (line 84) | [RelayCommand] method InitTitleBar (line 92) | public void InitTitleBar() method GetCurrentUser (line 100) | async Task GetCurrentUser() method GetMauiVersion (line 106) | private string GetMauiVersion() FILE: src/Presentations/Windows/Features/Showcases/Pages/ShowcasesPage.xaml.cs class ShowcasesPage (line 3) | public partial class ShowcasesPage method ShowcasesPage (line 21) | public ShowcasesPage(ShowcasesPageViewModel vm) method BasePage_Appearing (line 32) | private void BasePage_Appearing(System.Object sender, System.EventArgs e) method BasePage_SizeChanged (line 38) | private void BasePage_SizeChanged(object sender, EventArgs e) method ResizeWindows (line 52) | private void ResizeWindows() method GetCorrespondingValue (line 61) | int GetCorrespondingValue(Dictionary<(int min, int max), int> widthRan... method CreateBackgroundImage (line 80) | async Task CreateBackgroundImage() method root_Loaded (line 83) | private async void root_Loaded(System.Object sender, System.EventArgs e) FILE: src/Presentations/Windows/Features/Showcases/Pages/ShowcasesPageViewModel.cs class ShowcasesPageViewModel (line 6) | public partial class ShowcasesPageViewModel : NavigationAwareBaseViewModel method ShowcasesPageViewModel (line 15) | public ShowcasesPageViewModel(IAppNavigator appNavigator, method OnInit (line 25) | protected override void OnInit(IDictionary query) method OnAppearingAsync (line 40) | public override async Task OnAppearingAsync() method OpenUrlAsync (line 189) | [RelayCommand] method NavigateAsync (line 193) | [RelayCommand] method RefreshAsync (line 199) | async Task RefreshAsync() FILE: src/Presentations/Windows/MAUIslandWindow.xaml.cs class MAUIslandWindow (line 5) | public partial class MAUIslandWindow : Window method MAUIslandWindow (line 14) | public MAUIslandWindow(SettingsPageViewModel vm) method InitTitleBarTrail (line 32) | void InitTitleBarTrail() FILE: src/Presentations/Windows/MauiProgram.cs class MauiProgram (line 19) | public static class MauiProgram method CreateMauiApp (line 22) | public static MauiApp CreateMauiApp() method RegisterPopups (line 83) | static MauiAppBuilder RegisterPopups(this MauiAppBuilder builder) method RegisterRefitApi (line 89) | static MauiAppBuilder RegisterRefitApi(this MauiAppBuilder builder, bo... method RegisterControlInfos (line 108) | static MauiAppBuilder RegisterControlInfos(this MauiAppBuilder builder) method RegisterServices (line 136) | static MauiAppBuilder RegisterServices(this MauiAppBuilder builder) method RegisterRealTimeConnection (line 183) | static MauiAppBuilder RegisterRealTimeConnection(this MauiAppBuilder b... method RegisterPages (line 220) | static MauiAppBuilder RegisterPages(this MauiAppBuilder builder, strin... method RegisterAppSettingsFromJsonFile (line 260) | static MauiAppBuilder RegisterAppSettingsFromJsonFile(this MauiAppBuil... method AddPopup (line 302) | static IServiceCollection AddPopup(this IServiceCo... FILE: src/Presentations/Windows/Platforms/Windows/AcrylicWindow.cs class AcrylicWindow (line 6) | public class AcrylicWindow : Microsoft.Maui.Controls.Window method OnHandlerChanged (line 14) | protected override void OnHandlerChanged() method SetupWindow (line 20) | private void SetupWindow() method TrySetMicaBackdrop (line 32) | private bool TrySetMicaBackdrop() method AppWindow_Closed (line 76) | private void AppWindow_Closed(object sender, WindowEventArgs args) method AppWindow_Activated (line 94) | private void AppWindow_Activated(object sender, WindowActivatedEventAr... FILE: src/Presentations/Windows/Platforms/Windows/App.xaml.cs class App (line 3) | public partial class App : MauiWinUIApplication method App (line 5) | public App() method CreateMauiApp (line 10) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... FILE: src/Presentations/Windows/Platforms/Windows/MicaWindow.cs class MicaWindow (line 15) | public class MicaWindow : Microsoft.Maui.Controls.Window method OnHandlerChanged (line 23) | protected override void OnHandlerChanged() method SetupWindow (line 29) | private void SetupWindow() method TrySetMicaBackdrop (line 41) | private bool TrySetMicaBackdrop() method AppWindow_Closed (line 85) | private void AppWindow_Closed(object sender, WindowEventArgs args) method AppWindow_Activated (line 103) | private void AppWindow_Activated(object sender, WindowActivatedEventAr... FILE: src/Presentations/Windows/Platforms/Windows/WindowsSystemDispatcherQueueHelper.cs class WindowsSystemDispatcherQueueHelper (line 10) | internal class WindowsSystemDispatcherQueueHelper method CreateDispatcherQueueController (line 12) | [DllImport("CoreMessaging.dll")] type DispatcherQueueOptions (line 17) | [StructLayout(LayoutKind.Sequential)] method EnsureWindowsSystemDispatcherQueueController (line 25) | public void EnsureWindowsSystemDispatcherQueueController()