SYMBOL INDEX (296 symbols across 50 files) FILE: Formula1/Formula1/Formula1.Android/MainActivity.cs class MainActivity (line 12) | [Activity(Label = "Formula1", Icon = "@drawable/icon", Theme = "@style/M... method OnCreate (line 15) | protected override void OnCreate(Bundle bundle) FILE: Formula1/Formula1/Formula1.Android/Resources/Resource.Designer.cs class Resource (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.T... method Resource (line 22) | static Resource() method UpdateIdValues (line 27) | public static void UpdateIdValues() class Animation (line 32) | public partial class Animation method Animation (line 83) | static Animation() method Animation (line 88) | private Animation() class Animator (line 93) | public partial class Animator method Animator (line 99) | static Animator() method Animator (line 104) | private Animator() class Attribute (line 109) | public partial class Attribute method Attribute (line 1126) | static Attribute() method Attribute (line 1131) | private Attribute() class Boolean (line 1136) | public partial class Boolean method Boolean (line 1154) | static Boolean() method Boolean (line 1159) | private Boolean() class Color (line 1164) | public partial class Color method Color (line 1464) | static Color() method Color (line 1469) | private Color() class Dimension (line 1474) | public partial class Dimension method Dimension (line 1921) | static Dimension() method Dimension (line 1926) | private Dimension() class Drawable (line 1931) | public partial class Drawable method Drawable (line 2846) | static Drawable() method Drawable (line 2851) | private Drawable() class Id (line 2856) | public partial class Id method Id (line 3399) | static Id() method Id (line 3404) | private Id() class Integer (line 3409) | public partial class Integer method Integer (line 3448) | static Integer() method Integer (line 3453) | private Integer() class Interpolator (line 3458) | public partial class Interpolator method Interpolator (line 3467) | static Interpolator() method Interpolator (line 3472) | private Interpolator() class Layout (line 3477) | public partial class Layout method Layout (line 3684) | static Layout() method Layout (line 3689) | private Layout() class String (line 3694) | public partial class String method String (line 3883) | static String() method String (line 3888) | private String() class Style (line 3893) | public partial class Style method Style (line 5084) | static Style() method Style (line 5089) | private Style() class Styleable (line 5094) | public partial class Styleable method Styleable (line 7049) | static Styleable() method Styleable (line 7054) | private Styleable() FILE: Formula1/Formula1/Formula1.UWP/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 88) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 100) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Formula1/Formula1/Formula1.UWP/MainPage.xaml.cs class MainPage (line 18) | public sealed partial class MainPage method MainPage (line 20) | public MainPage() FILE: Formula1/Formula1/Formula1.iOS/AppDelegate.cs class AppDelegate (line 14) | [Register("AppDelegate")] method FinishedLaunching (line 24) | public override bool FinishedLaunching(UIApplication app, NSDictionary... FILE: Formula1/Formula1/Formula1.iOS/Main.cs class Application (line 10) | public class Application method Main (line 13) | static void Main(string[] args) FILE: Formula1/Formula1/Formula1/App.xaml.cs class App (line 10) | public partial class App : Application method App (line 12) | public App() method OnStart (line 41) | protected override void OnStart() method OnSleep (line 46) | protected override void OnSleep() method OnResume (line 51) | protected override void OnResume() FILE: Formula1/Formula1/Formula1/Converters/ImageResourceConverter.cs class ImageResourceConverter (line 10) | public class ImageResourceConverter : IValueConverter method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 17) | public object ConvertBack(object value, Type targetType, object parame... FILE: Formula1/Formula1/Formula1/Converters/NotBooleanConverter.cs class NotBooleanConverter (line 12) | public class NotBooleanConverter : IMarkupExtension, IValueConverter method Convert (line 21) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 41) | public object ConvertBack(object value, Type targetType, object parame... method ProvideValue (line 51) | public object ProvideValue(IServiceProvider serviceProvider) FILE: Formula1/Formula1/Formula1/Data/DataRepository.cs class DataRepository (line 11) | public static class DataRepository method DataRepository (line 31) | static DataRepository() FILE: Formula1/Formula1/Formula1/MainPage.xaml.cs class MainPage (line 10) | public partial class MainPage : ContentPage method MainPage (line 12) | public MainPage() FILE: Formula1/Formula1/Formula1/Models/Driver.cs class Driver (line 9) | public class Driver FILE: Formula1/Formula1/Formula1/Models/Race.cs class Race (line 9) | public class Race FILE: Formula1/Formula1/Formula1/Views/DriverDetailsPage.xaml.cs class DriverDetailsPage (line 14) | [XamlCompilation(XamlCompilationOptions.Compile)] method DriverDetailsPage (line 17) | public DriverDetailsPage() method DriverDetailsPage (line 23) | public DriverDetailsPage (Driver driver) FILE: Formula1/Formula1/Formula1/Views/DriverRankingsPage.xaml.cs class DriverRankingsPage (line 15) | [XamlCompilation(XamlCompilationOptions.Compile)] method DriverRankingsPage (line 18) | public DriverRankingsPage() method DriverList_ItemTapped (line 38) | private void DriverList_ItemTapped(object sender, ItemTappedEventArgs e) FILE: Formula1/Formula1/Formula1/Views/MasterDetailContainer.xaml.cs class MasterDetailContainer (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method MasterDetailContainer (line 15) | public MasterDetailContainer () method ListView_ItemSelected (line 21) | private void ListView_ItemSelected(object sender, SelectedItemChangedE... FILE: Formula1/Formula1/Formula1/Views/MenuPage.xaml.cs class MenuPage (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method MenuPage (line 17) | public MenuPage () class MenuPageItem (line 41) | public class MenuPageItem FILE: Formula1/Formula1/Formula1/Views/RaceDetailsPage.xaml.cs class RaceDetailsPage (line 14) | [XamlCompilation(XamlCompilationOptions.Compile)] method RaceDetailsPage (line 17) | public RaceDetailsPage () method RaceDetailsPage (line 24) | public RaceDetailsPage(Race race) FILE: Formula1/Formula1/Formula1/Views/RaceSchedulePage.xaml.cs class RaceSchedulePage (line 14) | [XamlCompilation(XamlCompilationOptions.Compile)] method RaceSchedulePage (line 17) | public RaceSchedulePage () method timelineListView_ItemTapped (line 23) | private void timelineListView_ItemTapped(object sender, ItemTappedEven... FILE: Formula1/Formula1/Formula1/Views/StackPage.xaml.cs class StackPage (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method StackPage (line 15) | public StackPage () FILE: Formula1/Formula1/Formula1/Views/TabbedContainer.xaml.cs class TabbedContainer (line 8) | public partial class TabbedContainer : TabbedPage method TabbedContainer (line 10) | public TabbedContainer() FILE: GreatPlaces/GreatPlaces/GreatPlaces.Android/MainActivity.cs class MainActivity (line 13) | [Activity(Label = "GreatPlaces", Icon = "@drawable/icon", Theme = "@styl... method OnCreate (line 16) | protected override void OnCreate(Bundle bundle) FILE: GreatPlaces/GreatPlaces/GreatPlaces.Android/Resources/Resource.Designer.cs class Resource (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.T... method Resource (line 22) | static Resource() method UpdateIdValues (line 27) | public static void UpdateIdValues() class Animation (line 32) | public partial class Animation method Animation (line 83) | static Animation() method Animation (line 88) | private Animation() class Attribute (line 93) | public partial class Attribute method Attribute (line 1044) | static Attribute() method Attribute (line 1049) | private Attribute() class Boolean (line 1054) | public partial class Boolean method Boolean (line 1081) | static Boolean() method Boolean (line 1086) | private Boolean() class Color (line 1091) | public partial class Color method Color (line 1346) | static Color() method Color (line 1351) | private Color() class Dimension (line 1356) | public partial class Dimension method Dimension (line 1707) | static Dimension() method Dimension (line 1712) | private Dimension() class Drawable (line 1717) | public partial class Drawable method Drawable (line 2245) | static Drawable() method Drawable (line 2250) | private Drawable() class Id (line 2255) | public partial class Id method Id (line 2720) | static Id() method Id (line 2725) | private Id() class Integer (line 2730) | public partial class Integer method Integer (line 2763) | static Integer() method Integer (line 2768) | private Integer() class Interpolator (line 2773) | public partial class Interpolator method Interpolator (line 2782) | static Interpolator() method Interpolator (line 2787) | private Interpolator() class Layout (line 2792) | public partial class Layout method Layout (line 2966) | static Layout() method Layout (line 2971) | private Layout() class String (line 2976) | public partial class String method String (line 3093) | static String() method String (line 3098) | private String() class Style (line 3103) | public partial class Style method Style (line 4225) | static Style() method Style (line 4230) | private Style() class Styleable (line 4235) | public partial class Styleable method Styleable (line 6012) | static Styleable() method Styleable (line 6017) | private Styleable() FILE: GreatPlaces/GreatPlaces/GreatPlaces.UWP/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 88) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 100) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: GreatPlaces/GreatPlaces/GreatPlaces.UWP/MainPage.xaml.cs class MainPage (line 18) | public sealed partial class MainPage method MainPage (line 20) | public MainPage() FILE: GreatPlaces/GreatPlaces/GreatPlaces.iOS/AppDelegate.cs class AppDelegate (line 14) | [Register("AppDelegate")] method FinishedLaunching (line 24) | public override bool FinishedLaunching(UIApplication app, NSDictionary... FILE: GreatPlaces/GreatPlaces/GreatPlaces.iOS/Main.cs class Application (line 10) | public class Application method Main (line 13) | static void Main(string[] args) FILE: GreatPlaces/GreatPlaces/GreatPlaces/App.xaml.cs class App (line 10) | public partial class App : Application method App (line 12) | public App() method OnStart (line 22) | protected override void OnStart() method OnSleep (line 27) | protected override void OnSleep() method OnResume (line 32) | protected override void OnResume() FILE: GreatPlaces/GreatPlaces/GreatPlaces/DataFactory.cs class DataFactory (line 7) | public static class DataFactory method DataFactory (line 11) | static DataFactory() FILE: GreatPlaces/GreatPlaces/GreatPlaces/MainPage.xaml.cs class MainPage (line 10) | public partial class MainPage : ContentPage method MainPage (line 12) | public MainPage() FILE: GreatPlaces/GreatPlaces/GreatPlaces/Models/GreatPlace.cs class GreatPlace (line 4) | public class GreatPlace FILE: SocialNetwork/SocialNetwork/SocialNetwork.Android/MainActivity.cs class MainActivity (line 12) | [Activity(Label = "SocialNetwork", Icon = "@drawable/icon", Theme = "@st... method OnCreate (line 15) | protected override void OnCreate(Bundle bundle) FILE: SocialNetwork/SocialNetwork/SocialNetwork.Android/Resources/Resource.Designer.cs class Resource (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.T... method Resource (line 22) | static Resource() method UpdateIdValues (line 27) | public static void UpdateIdValues() class Animation (line 32) | public partial class Animation method Animation (line 83) | static Animation() method Animation (line 88) | private Animation() class Attribute (line 93) | public partial class Attribute method Attribute (line 1044) | static Attribute() method Attribute (line 1049) | private Attribute() class Boolean (line 1054) | public partial class Boolean method Boolean (line 1081) | static Boolean() method Boolean (line 1086) | private Boolean() class Color (line 1091) | public partial class Color method Color (line 1346) | static Color() method Color (line 1351) | private Color() class Dimension (line 1356) | public partial class Dimension method Dimension (line 1707) | static Dimension() method Dimension (line 1712) | private Dimension() class Drawable (line 1717) | public partial class Drawable method Drawable (line 2215) | static Drawable() method Drawable (line 2220) | private Drawable() class Id (line 2225) | public partial class Id method Id (line 2690) | static Id() method Id (line 2695) | private Id() class Integer (line 2700) | public partial class Integer method Integer (line 2733) | static Integer() method Integer (line 2738) | private Integer() class Interpolator (line 2743) | public partial class Interpolator method Interpolator (line 2752) | static Interpolator() method Interpolator (line 2757) | private Interpolator() class Layout (line 2762) | public partial class Layout method Layout (line 2936) | static Layout() method Layout (line 2941) | private Layout() class String (line 2946) | public partial class String method String (line 3063) | static String() method String (line 3068) | private String() class Style (line 3073) | public partial class Style method Style (line 4195) | static Style() method Style (line 4200) | private Style() class Styleable (line 4205) | public partial class Styleable method Styleable (line 5934) | static Styleable() method Styleable (line 5939) | private Styleable() FILE: SocialNetwork/SocialNetwork/SocialNetwork.UWP/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 88) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 100) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: SocialNetwork/SocialNetwork/SocialNetwork.UWP/MainPage.xaml.cs class MainPage (line 18) | public sealed partial class MainPage method MainPage (line 20) | public MainPage() FILE: SocialNetwork/SocialNetwork/SocialNetwork.iOS/AppDelegate.cs class AppDelegate (line 13) | [Register("AppDelegate")] method FinishedLaunching (line 23) | public override bool FinishedLaunching(UIApplication app, NSDictionary... FILE: SocialNetwork/SocialNetwork/SocialNetwork.iOS/Main.cs class Application (line 10) | public class Application method Main (line 13) | static void Main(string[] args) FILE: SocialNetwork/SocialNetwork/SocialNetwork/App.xaml.cs class App (line 10) | public partial class App : Application method App (line 12) | public App() method OnStart (line 19) | protected override void OnStart() method OnSleep (line 24) | protected override void OnSleep() method OnResume (line 29) | protected override void OnResume() FILE: SocialNetwork/SocialNetwork/SocialNetwork/MainPage.xaml.cs class MainPage (line 10) | public partial class MainPage : ContentPage method MainPage (line 12) | public MainPage() FILE: Timeline/Timeline/Timeline.Android/MainActivity.cs class MainActivity (line 12) | [Activity(Label = "Timeline", Icon = "@drawable/icon", Theme = "@style/M... method OnCreate (line 15) | protected override void OnCreate(Bundle bundle) FILE: Timeline/Timeline/Timeline.Android/Resources/Resource.Designer.cs class Resource (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.T... method Resource (line 22) | static Resource() method UpdateIdValues (line 27) | public static void UpdateIdValues() class Animation (line 32) | public partial class Animation method Animation (line 83) | static Animation() method Animation (line 88) | private Animation() class Attribute (line 93) | public partial class Attribute method Attribute (line 1044) | static Attribute() method Attribute (line 1049) | private Attribute() class Boolean (line 1054) | public partial class Boolean method Boolean (line 1081) | static Boolean() method Boolean (line 1086) | private Boolean() class Color (line 1091) | public partial class Color method Color (line 1346) | static Color() method Color (line 1351) | private Color() class Dimension (line 1356) | public partial class Dimension method Dimension (line 1707) | static Dimension() method Dimension (line 1712) | private Dimension() class Drawable (line 1717) | public partial class Drawable method Drawable (line 2215) | static Drawable() method Drawable (line 2220) | private Drawable() class Id (line 2225) | public partial class Id method Id (line 2690) | static Id() method Id (line 2695) | private Id() class Integer (line 2700) | public partial class Integer method Integer (line 2733) | static Integer() method Integer (line 2738) | private Integer() class Interpolator (line 2743) | public partial class Interpolator method Interpolator (line 2752) | static Interpolator() method Interpolator (line 2757) | private Interpolator() class Layout (line 2762) | public partial class Layout method Layout (line 2936) | static Layout() method Layout (line 2941) | private Layout() class String (line 2946) | public partial class String method String (line 3063) | static String() method String (line 3068) | private String() class Style (line 3073) | public partial class Style method Style (line 4195) | static Style() method Style (line 4200) | private Style() class Styleable (line 4205) | public partial class Styleable method Styleable (line 5934) | static Styleable() method Styleable (line 5939) | private Styleable() FILE: Timeline/Timeline/Timeline.UWP/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 88) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 100) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Timeline/Timeline/Timeline.UWP/MainPage.xaml.cs class MainPage (line 18) | public sealed partial class MainPage method MainPage (line 20) | public MainPage() FILE: Timeline/Timeline/Timeline.iOS/AppDelegate.cs class AppDelegate (line 13) | [Register("AppDelegate")] method FinishedLaunching (line 23) | public override bool FinishedLaunching(UIApplication app, NSDictionary... FILE: Timeline/Timeline/Timeline.iOS/Main.cs class Application (line 10) | public class Application method Main (line 13) | static void Main(string[] args) FILE: Timeline/Timeline/Timeline/App.xaml.cs class App (line 10) | public partial class App : Application method App (line 12) | public App() method OnStart (line 19) | protected override void OnStart() method OnSleep (line 24) | protected override void OnSleep() method OnResume (line 29) | protected override void OnResume() FILE: Timeline/Timeline/Timeline/Converters/NotBooleanConverter.cs class NotBooleanConverter (line 12) | public class NotBooleanConverter : IMarkupExtension, IValueConverter method Convert (line 21) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 41) | public object ConvertBack(object value, Type targetType, object parame... method ProvideValue (line 51) | public object ProvideValue(IServiceProvider serviceProvider) FILE: Timeline/Timeline/Timeline/DataFactory.cs class DataFactory (line 11) | public static class DataFactory method TodayAt (line 15) | private static DateTime TodayAt(int hour, int minute) method DataFactory (line 23) | static DataFactory() FILE: Timeline/Timeline/Timeline/MainPage.xaml.cs class MainPage (line 10) | public partial class MainPage : ContentPage method MainPage (line 12) | public MainPage() method timelineListView_ItemTapped (line 18) | private void timelineListView_ItemTapped(object sender, ItemTappedEven... FILE: Timeline/Timeline/Timeline/Models/ExerciseClass.cs class ExerciseClass (line 9) | public class ExerciseClass