SYMBOL INDEX (182 symbols across 42 files) FILE: TheLittleThingsPlayground.Android/MainActivity.cs class MainActivity (line 12) | [Activity(Label = "TheLittleThingsPlayground", Icon = "@mipmap/icon", Th... method OnCreate (line 15) | protected override void OnCreate(Bundle bundle) FILE: TheLittleThingsPlayground.Android/Renderers/DroidTabbedPageRenderer.cs class DroidTabbedPageRenderer (line 28) | public class DroidTabbedPageRenderer : Xamarin.Forms.Platform.Android.Ap... method DroidTabbedPageRenderer (line 30) | public DroidTabbedPageRenderer(Context context) : base(context) method OnElementChanged (line 35) | protected override void OnElementChanged(ElementChangedEventArgs method AddItemAsync (line 9) | Task AddItemAsync(T item); method UpdateItemAsync (line 10) | Task UpdateItemAsync(T item); method DeleteItemAsync (line 11) | Task DeleteItemAsync(string id); method GetItemAsync (line 12) | Task GetItemAsync(string id); method GetItemsAsync (line 13) | Task> GetItemsAsync(bool forceRefresh = false); FILE: TheLittleThingsPlayground/Services/MockDataStore.cs class MockDataStore (line 11) | public class MockDataStore : IDataStore method MockDataStore (line 15) | public MockDataStore() method AddItemAsync (line 34) | public async Task AddItemAsync(Item item) method UpdateItemAsync (line 41) | public async Task UpdateItemAsync(Item item) method DeleteItemAsync (line 50) | public async Task DeleteItemAsync(string id) method GetItemAsync (line 58) | public async Task GetItemAsync(string id) method GetItemsAsync (line 63) | public async Task> GetItemsAsync(bool forceRefresh =... FILE: TheLittleThingsPlayground/Utils/ImageResourceExtension.cs class ImageResourceExtension (line 8) | [ContentProperty (nameof(Source))] method ProvideValue (line 13) | public object ProvideValue (IServiceProvider serviceProvider) FILE: TheLittleThingsPlayground/Utils/XamlUtil.cs class XamlUtil (line 9) | public static class XamlUtil method GetXamlForType (line 14) | public static string GetXamlForType(Type type) method ResourceMatchesFilename (line 79) | static bool ResourceMatchesFilename(Assembly assembly, string resource... method ReadResourceAsXaml (line 101) | static string ReadResourceAsXaml(Type type, Assembly assembly, string ... FILE: TheLittleThingsPlayground/ViewModels/AboutViewModel.cs class AboutViewModel (line 8) | public class AboutViewModel : BaseViewModel method AboutViewModel (line 10) | public AboutViewModel() FILE: TheLittleThingsPlayground/ViewModels/BaseViewModel.cs class BaseViewModel (line 13) | public class BaseViewModel : INotifyPropertyChanged method SetProperty (line 31) | protected bool SetProperty(ref T backingStore, T value, method OnPropertyChanged (line 46) | protected void OnPropertyChanged([CallerMemberName] string propertyNam... FILE: TheLittleThingsPlayground/ViewModels/ColorViewModel.cs class ColorViewModel (line 8) | public class ColorViewModel : INotifyPropertyChanged method ColorViewModel (line 13) | public ColorViewModel() method getColorHex (line 51) | string getColorHex(string colorName) method OnPropertyChanged (line 56) | protected void OnPropertyChanged([CallerMemberName] string propertyNam... FILE: TheLittleThingsPlayground/ViewModels/DemoViewModel.cs class DemoViewModel (line 14) | class DemoViewModel : INotifyPropertyChanged method DemoViewModel (line 18) | public DemoViewModel() method OnPropertyChanged (line 39) | protected void OnPropertyChanged([CallerMemberName] string propertyNam... FILE: TheLittleThingsPlayground/Views/AboutPage.xaml.cs class AboutPage (line 6) | [XamlCompilation(XamlCompilationOptions.Compile)] method AboutPage (line 15) | public AboutPage() method HandleAction (line 24) | async void HandleAction(string url) FILE: TheLittleThingsPlayground/Views/MasterPageLayout.xaml.cs class MasterPageLayout (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method MasterPageLayout (line 15) | public MasterPageLayout () FILE: TheLittleThingsPlayground/Views/ModalPage.xaml.cs class ModalPage (line 10) | public partial class ModalPage : ContentPage method ModalPage (line 12) | public ModalPage() method Handle_Clicked (line 22) | void Handle_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/Previewer.xaml.cs class Previewer (line 8) | public partial class Previewer : ContentPage method Previewer (line 10) | public Previewer() FILE: TheLittleThingsPlayground/Views/SimpleWebView.xaml.cs class SimpleWebView (line 8) | public partial class SimpleWebView : ContentPage method SimpleWebView (line 10) | public SimpleWebView() FILE: TheLittleThingsPlayground/Views/ThreeFivePage.xaml.cs class ThreeFivePage (line 8) | public partial class ThreeFivePage : ContentPage method ThreeFivePage (line 10) | public ThreeFivePage() method ReleaseNotes_Clicked (line 15) | private void ReleaseNotes_Clicked(object sender, EventArgs e) method ViewSource_Clicked (line 21) | async void ViewSource_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/ThreeFourPage.xaml.cs class ThreeFourPage (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method ThreeFourPage (line 15) | public ThreeFourPage() method ReleaseNotes_Clicked (line 20) | private void ReleaseNotes_Clicked(object sender, EventArgs e) method ImageButton_Clicked (line 26) | private void ImageButton_Clicked(object sender, EventArgs e) method ViewSource_Clicked (line 31) | async void ViewSource_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/ThreeOnePage.xaml.cs class ThreeOnePage (line 8) | public partial class ThreeOnePage : ContentPage method ThreeOnePage (line 17) | public ThreeOnePage() method ReleaseNotes_Clicked (line 24) | private void ReleaseNotes_Clicked(object sender, EventArgs e) method ViewSource_Clicked (line 30) | async void ViewSource_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/ThreeSixPage.xaml.cs class ThreeSixPage (line 10) | public partial class ThreeSixPage : ContentPage method ThreeSixPage (line 14) | public ThreeSixPage() method NavToVisualPage (line 23) | private async void NavToVisualPage(string page) method ReleaseNotes_Clicked (line 44) | private void ReleaseNotes_Clicked(object sender, EventArgs e) method ViewSource_Clicked (line 50) | async void ViewSource_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/ThreeThreePage.xaml.cs class ThreeThreePage (line 7) | public partial class ThreeThreePage : ContentPage method ThreeThreePage (line 9) | public ThreeThreePage() method Handle_Clicked (line 14) | async void Handle_Clicked(object sender, System.EventArgs e) method Handle_Clicked_1 (line 19) | async void Handle_Clicked_1(object sender, System.EventArgs e) method Button_Clicked (line 24) | private void Button_Clicked(object sender, EventArgs e) method ReleaseNotes_Clicked (line 39) | private void ReleaseNotes_Clicked(object sender, EventArgs e) method ViewSource_Clicked (line 45) | async void ViewSource_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/ThreeTwoPage.xaml.cs class ThreeTwoPage (line 7) | public partial class ThreeTwoPage : ContentPage method ThreeTwoPage (line 27) | public ThreeTwoPage() method Handle_Clicked (line 37) | void Handle_Clicked(object sender, System.EventArgs e) method HandleSwipeAction (line 42) | private async void HandleSwipeAction() method OnAppearing (line 47) | protected override void OnAppearing() method MakeSelection (line 53) | private void MakeSelection() method HandleAction (line 60) | async void HandleAction(string url) method Handle_Tapped (line 65) | async void Handle_Tapped(object sender, System.EventArgs e) method ReleaseNotes_Clicked (line 70) | private void ReleaseNotes_Clicked(object sender, EventArgs e) method ViewSource_Clicked (line 76) | async void ViewSource_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/ViewSourcePage.xaml.cs class ViewSourcePage (line 8) | public partial class ViewSourcePage : ContentPage method ViewSourcePage (line 26) | public ViewSourcePage() method Handle_Clicked (line 31) | void Handle_Clicked(object sender, System.EventArgs e) FILE: TheLittleThingsPlayground/Views/Visual/ActivityIndicatorsPage.xaml.cs class ActivityIndicatorsPage (line 8) | public partial class ActivityIndicatorsPage : ContentPage method ActivityIndicatorsPage (line 10) | public ActivityIndicatorsPage() FILE: TheLittleThingsPlayground/Views/Visual/ButtonsPage.xaml.cs class ButtonsPage (line 8) | public partial class ButtonsPage : ContentPage method ButtonsPage (line 10) | public ButtonsPage() FILE: TheLittleThingsPlayground/Views/Visual/CardsPage.xaml.cs class CardsPage (line 8) | public partial class CardsPage : ContentPage method CardsPage (line 10) | public CardsPage() FILE: TheLittleThingsPlayground/Views/Visual/CustomRenderers.xaml.cs class CustomRenderers (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method CustomRenderers (line 15) | public CustomRenderers() FILE: TheLittleThingsPlayground/Views/Visual/Editors.xaml.cs class Editors (line 8) | public partial class Editors : ContentPage method Editors (line 10) | public Editors() FILE: TheLittleThingsPlayground/Views/Visual/EntriesPage.xaml.cs class EntriesPage (line 8) | public partial class EntriesPage : ContentPage method EntriesPage (line 10) | public EntriesPage() FILE: TheLittleThingsPlayground/Views/Visual/Pickers.xaml.cs class Pickers (line 8) | public partial class Pickers : ContentPage method Pickers (line 10) | public Pickers() FILE: TheLittleThingsPlayground/Views/Visual/ProgressPage.xaml.cs class ProgressPage (line 8) | public partial class ProgressPage : ContentPage method ProgressPage (line 13) | public ProgressPage() method OnAppearing (line 31) | protected override void OnAppearing() method OnDisappearing (line 49) | protected override void OnDisappearing() FILE: TheLittleThingsPlayground/Views/Visual/SlidersPage.xaml.cs class SlidersPage (line 8) | public partial class SlidersPage : ContentPage method SlidersPage (line 10) | public SlidersPage() FILE: TheLittleThingsPlayground/Views/Visual/SteppersPage.xaml.cs class SteppersPage (line 8) | public partial class SteppersPage : ContentPage method SteppersPage (line 10) | public SteppersPage()