SYMBOL INDEX (150 symbols across 32 files) FILE: FormsToolkit/FormsToolkit.Android/Toolkit.cs class Toolkit (line 8) | public static class Toolkit method Init (line 13) | public static void Init() FILE: FormsToolkit/FormsToolkit.iOS/Cells/CellHelpers.cs class CellHelpers (line 9) | public static class CellHelpers method SetDisclosure (line 16) | public static void SetDisclosure(this UITableViewCell cell, string id) FILE: FormsToolkit/FormsToolkit.iOS/Cells/StandardImageCellRenderer.cs class StandardImageCellRenderer (line 12) | public class StandardImageCellRenderer : ImageCellRenderer method Init (line 17) | public static void Init() method GetCell (line 28) | public override UIKit.UITableViewCell GetCell (Cell item, UIKit.UITabl... FILE: FormsToolkit/FormsToolkit.iOS/Cells/StandardTextCellRenderer.cs class StandardTextCellRenderer (line 12) | public class StandardTextCellRenderer : TextCellRenderer method Init (line 17) | public static void Init() method GetCell (line 28) | public override UIKit.UITableViewCell GetCell (Cell item, UIKit.UITabl... FILE: FormsToolkit/FormsToolkit.iOS/Cells/StandardViewCellRenderer.cs class StandardViewCellRenderer (line 12) | public class StandardViewCellRenderer : ViewCellRenderer method Init (line 17) | public static void Init() method GetCell (line 29) | public override UIKit.UITableViewCell GetCell (Cell item, UIKit.UITabl... FILE: FormsToolkit/FormsToolkit.iOS/Controls/EntryLineRenderer.cs class EntryLineRenderer (line 19) | public class EntryLineRenderer : EntryRenderer method Init (line 24) | public static void Init() method OnElementChanged (line 33) | protected override void OnElementChanged(ElementChangedEventArgs method Init (line 15) | public static void Init() method OnAttachedTo (line 63) | protected override void OnAttachedTo(Entry bindable) method HandleTextChanged (line 68) | void HandleTextChanged(object sender, TextChangedEventArgs e) method OnDetachingFrom (line 84) | protected override void OnDetachingFrom(Entry bindable) FILE: FormsToolkit/FormsToolkit/Behaviors/EmptyValidatorBehavior.cs class EmptyValidatorBehavior (line 9) | public class EmptyValidatorBehavior : Behavior method Init (line 14) | public static void Init() method OnAttachedTo (line 39) | protected override void OnAttachedTo(Entry bindable) method HandleTextChanged (line 44) | void HandleTextChanged(object sender, TextChangedEventArgs e) method OnDetachingFrom (line 53) | protected override void OnDetachingFrom(Entry bindable) FILE: FormsToolkit/FormsToolkit/Class1.cs class Class1 (line 5) | public class Class1 FILE: FormsToolkit/FormsToolkit/Controls/EntryLine.cs class EntryLine (line 11) | public class EntryLine : Entry FILE: FormsToolkit/FormsToolkit/Controls/ListViewGrouped.cs class ListViewGrouped (line 9) | public class ListViewGrouped : ListView FILE: FormsToolkit/FormsToolkit/Converters/BooleanToObjectConverter.cs class BooleanToObjectConverter (line 10) | public class BooleanToObjectConverter : IValueConverter method Init (line 15) | public static void Init() method Convert (line 39) | public object Convert(object value, Type targetType, method ConvertBack (line 53) | public object ConvertBack(object value, Type targetType, FILE: FormsToolkit/FormsToolkit/Converters/HasDataConverter.cs class HasDataConverter (line 8) | public class HasDataConverter : IValueConverter method Init (line 13) | public static void Init() method Convert (line 18) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 35) | public object ConvertBack(object value, Type targetType, object parame... FILE: FormsToolkit/FormsToolkit/Converters/HexToColorConverter.cs class HexToColorConverter (line 10) | public class HexToColorConverter : IValueConverter method Init (line 15) | public static void Init() method Convert (line 28) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 49) | public object ConvertBack(object value, Type targetType, object parame... FILE: FormsToolkit/FormsToolkit/Converters/InvertedBooleanConverter.cs class InvertedBooleanConverter (line 10) | public class InvertedBooleanConverter : IValueConverter method Init (line 15) | public static void Init() method Convert (line 27) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 43) | public object ConvertBack(object value, Type targetType, object parame... FILE: FormsToolkit/FormsToolkit/Converters/LowerTextConverter.cs class LowerTextConverter (line 7) | public class LowerTextConverter : IValueConverter method Init (line 12) | public static void Init() method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 27) | public object ConvertBack(object value, Type targetType, object parame... FILE: FormsToolkit/FormsToolkit/Converters/UpperTextConverter.cs class UpperTextConverter (line 7) | public class UpperTextConverter : IValueConverter method Init (line 12) | public static void Init() method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 27) | public object ConvertBack(object value, Type targetType, object parame... FILE: FormsToolkit/FormsToolkit/Interfaces/IMessagingService.cs type IMessagingService (line 9) | public interface IMessagingService method Subscribe (line 16) | void Subscribe(string message, Action callback); method Subscribe (line 24) | void Subscribe(string message, Action... method SendMessage (line 30) | void SendMessage(string message); method SendMessage (line 38) | void SendMessage(string message, TArgs args); method Unsubscribe (line 44) | void Unsubscribe (string message); method Unsubscribe (line 52) | void Unsubscribe (string message); FILE: FormsToolkit/FormsToolkit/Pages/NavigationPageNoLine.cs class NavigationPageNoLine (line 9) | public class NavigationPageNoLine : NavigationPage method NavigationPageNoLine (line 14) | public NavigationPageNoLine() method NavigationPageNoLine (line 22) | public NavigationPageNoLine(Page root) :base(root) FILE: FormsToolkit/FormsToolkit/Services/MessagingService.cs class MessagingService (line 9) | public class MessagingService : IMessagingService method Init (line 14) | public static void Init() method Subscribe (line 24) | public void Subscribe(string message, Action callba... method Subscribe (line 34) | public void Subscribe(string message, Action method SendMessage (line 52) | public void SendMessage(string message, TArgs args) => method Unsubscribe (line 60) | public void Unsubscribe (string message) => method Unsubscribe (line 70) | public void Unsubscribe (string message) => FILE: FormsToolkit/FormsToolkit/Services/MessagingServiceAlert.cs class MessagingServiceAlert (line 10) | public class MessagingServiceAlert method Init (line 15) | public static void Init() FILE: FormsToolkit/FormsToolkit/Services/MessagingServiceChoice.cs class MessagingServiceChoice (line 8) | public class MessagingServiceChoice method Init (line 13) | public static void Init() FILE: FormsToolkit/FormsToolkit/Services/MessagingServiceQuestion.cs class MessagingServiceQuestion (line 8) | public class MessagingServiceQuestion method Init (line 13) | public static void Init() FILE: ToolkitTests/Droid/MainActivity.cs class MainActivity (line 13) | [Activity(Label = "ToolkitTests.Droid", Icon = "@drawable/icon", MainLau... method OnCreate (line 16) | protected override void OnCreate(Bundle bundle) FILE: ToolkitTests/Droid/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 1135) | static Attribute() method Attribute (line 1140) | private Attribute() class Boolean (line 1145) | public partial class Boolean method Boolean (line 1163) | static Boolean() method Boolean (line 1168) | private Boolean() class Color (line 1173) | public partial class Color method Color (line 1473) | static Color() method Color (line 1478) | private Color() class Dimension (line 1483) | public partial class Dimension method Dimension (line 1930) | static Dimension() method Dimension (line 1935) | private Dimension() class Drawable (line 1940) | public partial class Drawable method Drawable (line 2771) | static Drawable() method Drawable (line 2776) | private Drawable() class Id (line 2781) | public partial class Id method Id (line 3324) | static Id() method Id (line 3329) | private Id() class Integer (line 3334) | public partial class Integer method Integer (line 3373) | static Integer() method Integer (line 3378) | private Integer() class Interpolator (line 3383) | public partial class Interpolator method Interpolator (line 3392) | static Interpolator() method Interpolator (line 3397) | private Interpolator() class Layout (line 3402) | public partial class Layout method Layout (line 3603) | static Layout() method Layout (line 3608) | private Layout() class String (line 3613) | public partial class String method String (line 3802) | static String() method String (line 3807) | private String() class Style (line 3812) | public partial class Style method Style (line 4994) | static Style() method Style (line 4999) | private Style() class Styleable (line 5004) | public partial class Styleable method Styleable (line 6971) | static Styleable() method Styleable (line 6976) | private Styleable() FILE: ToolkitTests/ToolkitTests/Pages/MessagingServicePage.cs class MessagingServicePage (line 8) | public class MessagingServicePage : ContentPage method MessagingServicePage (line 10) | public MessagingServicePage() method OnAppearing (line 64) | protected override void OnAppearing() method OnDisappearing (line 86) | protected override void OnDisappearing () FILE: ToolkitTests/ToolkitTests/ToolkitTests.cs class App (line 7) | public class App : Application method App (line 9) | public App() method OnStart (line 67) | protected override void OnStart() method OnSleep (line 72) | protected override void OnSleep() method OnResume (line 77) | protected override void OnResume() FILE: ToolkitTests/iOS/AppDelegate.cs class AppDelegate (line 10) | [Register("AppDelegate")] method FinishedLaunching (line 13) | public override bool FinishedLaunching(UIApplication app, NSDictionary... FILE: ToolkitTests/iOS/Main.cs class Application (line 10) | public class Application method Main (line 13) | static void Main(string[] args)