SYMBOL INDEX (1812 symbols across 239 files) FILE: samples/HeadToHeadMaui/App.xaml.cs class App (line 3) | public partial class App : Application method App (line 5) | public App() FILE: samples/HeadToHeadMaui/AppShell.xaml.cs class AppShell (line 3) | public partial class AppShell : Shell method AppShell (line 5) | public AppShell() FILE: samples/HeadToHeadMaui/MainPage.xaml.cs class MainPage (line 3) | public partial class MainPage : ContentPage method MainPage (line 7) | public MainPage() method OnCounterClicked (line 12) | private void OnCounterClicked(object sender, EventArgs e) FILE: samples/HeadToHeadMaui/MauiProgram.cs class MauiProgram (line 5) | public static class MauiProgram method CreateMauiApp (line 7) | public static MauiApp CreateMauiApp() FILE: samples/HeadToHeadMaui/Platforms/Android/MainActivity.cs class MainActivity (line 7) | [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, Config... FILE: samples/HeadToHeadMaui/Platforms/Android/MainApplication.cs class MainApplication (line 6) | [Application] method MainApplication (line 9) | public MainApplication(IntPtr handle, JniHandleOwnership ownership) method CreateMauiApp (line 14) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... FILE: samples/HeadToHeadMaui/Platforms/MacCatalyst/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateMauiApp (line 8) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... FILE: samples/HeadToHeadMaui/Platforms/MacCatalyst/Program.cs class Program (line 6) | public class Program method Main (line 9) | static void Main(string[] args) FILE: samples/HeadToHeadMaui/Platforms/Tizen/Main.cs class Program (line 7) | class Program : MauiApplication method CreateMauiApp (line 9) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... method Main (line 11) | static void Main(string[] args) FILE: samples/HeadToHeadMaui/Platforms/Windows/App.xaml.cs class App (line 11) | public partial class App : MauiWinUIApplication method App (line 17) | public App() method CreateMauiApp (line 22) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... FILE: samples/HeadToHeadMaui/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateMauiApp (line 8) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... FILE: samples/HeadToHeadMaui/Platforms/iOS/Program.cs class Program (line 6) | public class Program method Main (line 9) | static void Main(string[] args) FILE: samples/HeadToHeadSpice/App.cs class App (line 6) | public class App : Application method App (line 8) | public App() FILE: samples/HeadToHeadSpice/Platforms/Android/MainActivity.cs class MainActivity (line 6) | [Activity( method OnCreate (line 11) | protected override void OnCreate(Bundle? savedInstanceState) FILE: samples/HeadToHeadSpice/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateApplication (line 8) | public override Application CreateApplication() => new App(); FILE: samples/Spice.BlazorSample/App.cs class App (line 3) | public class App : Application method App (line 5) | public App() FILE: samples/Spice.BlazorSample/Platforms/Android/MainActivity.cs class MainActivity (line 6) | [Activity( method OnCreate (line 13) | protected override void OnCreate(Bundle? savedInstanceState) FILE: samples/Spice.BlazorSample/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateApplication (line 8) | public override Application CreateApplication() => new App(); FILE: samples/Spice.Scenarios/App.cs class App (line 3) | public class App : Application method App (line 5) | public App() class ScenarioList (line 13) | class ScenarioList : StackLayout method ScenarioList (line 15) | public ScenarioList() FILE: samples/Spice.Scenarios/Platforms/Android/MainActivity.cs class MainActivity (line 6) | [Activity( method OnCreate (line 13) | protected override void OnCreate(Bundle? savedInstanceState) FILE: samples/Spice.Scenarios/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateApplication (line 8) | public override Application CreateApplication() => new App(); FILE: samples/Spice.Scenarios/Scenarios/ActivityIndicatorScenario.cs class ActivityIndicatorScenario (line 3) | class ActivityIndicatorScenario : StackLayout method ActivityIndicatorScenario (line 5) | public ActivityIndicatorScenario() FILE: samples/Spice.Scenarios/Scenarios/BorderScenario.cs class BorderScenario (line 6) | class BorderScenario : StackLayout method BorderScenario (line 8) | public BorderScenario() FILE: samples/Spice.Scenarios/Scenarios/BoxViewScenario.cs class BoxViewScenario (line 3) | class BoxViewScenario : StackLayout method BoxViewScenario (line 5) | public BoxViewScenario() FILE: samples/Spice.Scenarios/Scenarios/CheckBoxScenario.cs class CheckBoxScenario (line 6) | class CheckBoxScenario : StackLayout method CheckBoxScenario (line 8) | public CheckBoxScenario() FILE: samples/Spice.Scenarios/Scenarios/CollectionViewScenario.cs class CollectionViewScenario (line 8) | class CollectionViewScenario : StackLayout method CollectionViewScenario (line 10) | public CollectionViewScenario() class Person (line 127) | class Person FILE: samples/Spice.Scenarios/Scenarios/ContentViewScenario.cs class ContentViewScenario (line 3) | public class ContentViewScenario : Application method ContentViewScenario (line 5) | public ContentViewScenario() FILE: samples/Spice.Scenarios/Scenarios/DatePickerScenario.cs class DatePickerScenario (line 3) | class DatePickerScenario : StackLayout method DatePickerScenario (line 5) | public DatePickerScenario() FILE: samples/Spice.Scenarios/Scenarios/EditorScenario.cs class EditorScenario (line 3) | class EditorScenario : StackLayout method EditorScenario (line 5) | public EditorScenario() FILE: samples/Spice.Scenarios/Scenarios/EntryScenario.cs class EntryScenario (line 3) | class EntryScenario : StackLayout method EntryScenario (line 5) | public EntryScenario() FILE: samples/Spice.Scenarios/Scenarios/GhostButtonScenario.cs class GhostButtonScenario (line 6) | class GhostButtonScenario : StackLayout method GhostButtonScenario (line 8) | public GhostButtonScenario() class GhostButton (line 30) | class GhostButton : Button method GhostButton (line 32) | public GhostButton() => NativeView.Alpha = 0.5f; FILE: samples/Spice.Scenarios/Scenarios/HelloWorldScenario.cs class HelloWorldScenario (line 7) | class HelloWorldScenario : StackLayout method HelloWorldScenario (line 9) | public HelloWorldScenario() FILE: samples/Spice.Scenarios/Scenarios/ImageButtonScenario.cs class ImageButtonScenario (line 6) | class ImageButtonScenario : StackLayout method ImageButtonScenario (line 8) | public ImageButtonScenario() FILE: samples/Spice.Scenarios/Scenarios/MarginScenario.cs class MarginScenario (line 3) | class MarginScenario : StackLayout method MarginScenario (line 5) | public MarginScenario() FILE: samples/Spice.Scenarios/Scenarios/PickerScenario.cs class PickerScenario (line 5) | class PickerScenario : StackLayout method PickerScenario (line 7) | public PickerScenario() FILE: samples/Spice.Scenarios/Scenarios/ProgressBarScenario.cs class ProgressBarScenario (line 6) | class ProgressBarScenario : StackLayout method ProgressBarScenario (line 12) | public ProgressBarScenario() method IncrementProgress (line 59) | void IncrementProgress() method SetProgress (line 65) | void SetProgress(double value) FILE: samples/Spice.Scenarios/Scenarios/RadioButtonScenario.cs class RadioButtonScenario (line 6) | class RadioButtonScenario : StackLayout method RadioButtonScenario (line 8) | public RadioButtonScenario() FILE: samples/Spice.Scenarios/Scenarios/RefreshViewScenario.cs class RefreshViewScenario (line 6) | class RefreshViewScenario : StackLayout method RefreshViewScenario (line 10) | public RefreshViewScenario() FILE: samples/Spice.Scenarios/Scenarios/ScrollViewScenario.cs class ScrollViewScenario (line 6) | class ScrollViewScenario : ScrollView method ScrollViewScenario (line 8) | public ScrollViewScenario() FILE: samples/Spice.Scenarios/Scenarios/SearchBarScenario.cs class SearchBarScenario (line 3) | class SearchBarScenario : StackLayout method SearchBarScenario (line 5) | public SearchBarScenario() FILE: samples/Spice.Scenarios/Scenarios/SliderScenario.cs class SliderScenario (line 3) | class SliderScenario : StackLayout method SliderScenario (line 5) | public SliderScenario() FILE: samples/Spice.Scenarios/Scenarios/SwipeViewScenario.cs class SwipeViewScenario (line 6) | public class SwipeViewScenario : ContentView method SwipeViewScenario (line 8) | public SwipeViewScenario() method CreateSwipeViewItem (line 42) | SwipeView CreateSwipeViewItem(string title, string subtitle) method CreateSwipeViewWithLeftItems (line 86) | SwipeView CreateSwipeViewWithLeftItems(string title, string subtitle) method CreateSwipeViewWithBothItems (line 130) | SwipeView CreateSwipeViewWithBothItems(string title, string subtitle) FILE: samples/Spice.Scenarios/Scenarios/SwitchScenario.cs class SwitchScenario (line 6) | class SwitchScenario : StackLayout method SwitchScenario (line 8) | public SwitchScenario() FILE: samples/Spice.Scenarios/Scenarios/ThemeScenario.cs class ThemeScenario (line 6) | class ThemeScenario : StackLayout method ThemeScenario (line 8) | public ThemeScenario() FILE: samples/Spice.Scenarios/Scenarios/TimePickerScenario.cs class TimePickerScenario (line 3) | class TimePickerScenario : StackLayout method TimePickerScenario (line 5) | public TimePickerScenario() method GetTimeDisplayText (line 39) | static string GetTimeDisplayText(TimeOnly time) => FILE: samples/Spice.Scenarios/Scenarios/WebViewScenario.cs class WebViewScenario (line 6) | class WebViewScenario : WebView method WebViewScenario (line 8) | public WebViewScenario() FILE: src/Spice.Templates/templates/spice-blazor/App.cs class App (line 3) | public class App : Application method App (line 5) | public App() FILE: src/Spice.Templates/templates/spice-blazor/Platforms/Android/MainActivity.cs class MainActivity (line 6) | [Activity( method OnCreate (line 13) | protected override void OnCreate(Bundle? savedInstanceState) FILE: src/Spice.Templates/templates/spice-blazor/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateApplication (line 8) | public override Application CreateApplication() => new App(); FILE: src/Spice.Templates/templates/spice/App.cs class App (line 3) | public class App : Application method App (line 5) | public App() FILE: src/Spice.Templates/templates/spice/Platforms/Android/MainActivity.cs class MainActivity (line 6) | [Activity( method OnCreate (line 11) | protected override void OnCreate(Bundle? savedInstanceState) FILE: src/Spice.Templates/templates/spice/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateApplication (line 8) | public override Application CreateApplication() => new App(); FILE: src/Spice/Blazor/BlazorWebView.cs class BlazorWebView (line 13) | public partial class BlazorWebView : WebView method Initialize (line 47) | void Initialize() method LoadWebView (line 56) | void LoadWebView() method LoadNativeWebView (line 72) | partial void LoadNativeWebView(string contentRootDir, string hostPageR... method OnCollectionChanged (line 74) | void OnCollectionChanged(object? sender, NotifyCollectionChangedEventA... method OnHostPageChanged (line 76) | partial void OnHostPageChanged(string value) => LoadWebView(); method OnRootComponentsChanging (line 78) | partial void OnRootComponentsChanging(ObservableCollection TrackExplicit((int)Theme... FILE: src/Spice/Core/Application.cs class Application (line 8) | public partial class Application : View method OnThemeChanging (line 42) | partial void OnThemeChanging(Theme? value) method OnThemeChanged (line 48) | partial void OnThemeChanged(Theme? oldValue, Theme? newValue) method OnMainChanged (line 60) | partial void OnMainChanged(View? oldValue, View? newValue) method OnThemePropertyChanged (line 66) | void OnThemePropertyChanged(object? sender, PropertyChangedEventArgs e) method OnUseSystemThemeChanged (line 72) | partial void OnUseSystemThemeChanged(bool value) method OnPlatformAppearanceChanged (line 87) | void OnPlatformAppearanceChanged(bool isDarkMode) FILE: src/Spice/Core/BindingExtensions.cs class BindingExtensions (line 9) | public static class BindingExtensions method Bind (line 30) | public static IDisposable Bind( class BindingSubscription (line 59) | internal sealed class BindingSubscription : IDisposable method BindingSubscription (line 65) | public BindingSubscription(INotifyPropertyChanged source, PropertyChan... method Dispose (line 71) | public void Dispose() FILE: src/Spice/Core/Border.cs class Border (line 8) | public partial class Border : View method ApplyTheme (line 41) | protected override void ApplyTheme(Theme theme) method OnStrokeChanging (line 48) | partial void OnStrokeChanging(Color? value) => TrackExplicit((int)Them... FILE: src/Spice/Core/BoxView.cs class BoxView (line 8) | public partial class BoxView : View FILE: src/Spice/Core/Button.cs class Button (line 8) | public partial class Button : View method ApplyTheme (line 29) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 38) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... FILE: src/Spice/Core/CheckBox.cs class CheckBox (line 8) | public partial class CheckBox : View FILE: src/Spice/Core/CollectionView.cs class CollectionView (line 10) | public partial class CollectionView : View, IDisposable method CreateItemView (line 58) | internal View CreateItemView(object item) method Dispose (line 69) | public void Dispose() FILE: src/Spice/Core/ColumnDefinition.cs class ColumnDefinition (line 6) | public partial class ColumnDefinition : ObservableObject method ColumnDefinition (line 17) | public ColumnDefinition() method ColumnDefinition (line 24) | public ColumnDefinition(GridLength width) FILE: src/Spice/Core/ContentView.cs class ContentView (line 9) | public partial class ContentView : View method OnContentChanged (line 37) | partial void OnContentChanged(View? oldContent, View? newContent); FILE: src/Spice/Core/DatePicker.cs class DatePicker (line 8) | public partial class DatePicker : View method ApplyTheme (line 35) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 42) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... FILE: src/Spice/Core/Editor.cs class Editor (line 8) | public partial class Editor : View method ApplyTheme (line 44) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 53) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... method OnPlaceholderColorChanging (line 55) | partial void OnPlaceholderColorChanging(Color? value) => TrackExplicit... FILE: src/Spice/Core/Entry.cs class Entry (line 8) | public partial class Entry : View method ApplyTheme (line 29) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 36) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... FILE: src/Spice/Core/Grid.cs class Grid (line 12) | public partial class Grid : View method GetRow (line 52) | public static int GetRow(View view) => _rows.TryGetValue(view, out var... method SetRow (line 57) | public static void SetRow(View view, int row) method GetColumn (line 67) | public static int GetColumn(View view) => _columns.TryGetValue(view, o... method SetColumn (line 72) | public static void SetColumn(View view, int column) method GetRowSpan (line 82) | public static int GetRowSpan(View view) => _rowSpans.TryGetValue(view,... method SetRowSpan (line 87) | public static void SetRowSpan(View view, int span) method GetColumnSpan (line 97) | public static int GetColumnSpan(View view) => _columnSpans.TryGetValue... method SetColumnSpan (line 102) | public static void SetColumnSpan(View view, int span) FILE: src/Spice/Core/GridLength.cs type GridLength (line 6) | public struct GridLength : IEquatable method GridLength (line 11) | public GridLength(double value) : this(value, GridUnitType.Absolute) method GridLength (line 18) | public GridLength(double value, GridUnitType type) method Equals (line 68) | public bool Equals(GridLength other) => method Equals (line 72) | public override bool Equals(object? obj) => obj is GridLength other &&... method GetHashCode (line 75) | public override int GetHashCode() => HashCode.Combine(GridUnitType, Va... method ToString (line 88) | public override string ToString() FILE: src/Spice/Core/GridUnitType.cs type GridUnitType (line 6) | public enum GridUnitType FILE: src/Spice/Core/Image.cs class Image (line 8) | public partial class Image : View FILE: src/Spice/Core/ImageButton.cs class ImageButton (line 8) | public partial class ImageButton : View FILE: src/Spice/Core/Label.cs class Label (line 8) | public partial class Label : View method ApplyTheme (line 23) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 30) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... FILE: src/Spice/Core/LayoutAlignment.cs type LayoutAlignment (line 7) | public enum LayoutAlignment FILE: src/Spice/Core/LayoutExpandFlag.cs type LayoutExpandFlag (line 3) | [Flags] FILE: src/Spice/Core/LayoutOptions.cs type LayoutOptions (line 9) | public struct LayoutOptions : IEquatable method LayoutOptions (line 41) | public LayoutOptions(LayoutAlignment alignment, bool expands) method Equals (line 64) | public bool Equals(LayoutOptions other) => _flags == other._flags; method Equals (line 67) | public override bool Equals(object? obj) => obj is LayoutOptions other... method GetHashCode (line 70) | public override int GetHashCode() => _flags.GetHashCode(); FILE: src/Spice/Core/NavigationView.cs class NavigationView (line 7) | public partial class NavigationView : View method NavigationView (line 13) | public NavigationView() { } method NavigationView (line 20) | public NavigationView(View root) : this() method NavigationView (line 31) | public NavigationView(Func factory) : this() method Push (line 41) | public void Push(View view) method Push (line 53) | public void Push(Func factory) method Push (line 65) | public void Push() where T : View, new() method Pop (line 73) | public void Pop() method PopToRoot (line 81) | public void PopToRoot() method PushCore (line 89) | partial void PushCore(View view); method PopCore (line 94) | partial void PopCore(); method PopToRootCore (line 99) | partial void PopToRootCore(); method NavigationView (line 111) | public NavigationView() : base(() => new TRoot()) class NavigationView (line 106) | public partial class NavigationView : NavigationView where TRoot ... method NavigationView (line 13) | public NavigationView() { } method NavigationView (line 20) | public NavigationView(View root) : this() method NavigationView (line 31) | public NavigationView(Func factory) : this() method Push (line 41) | public void Push(View view) method Push (line 53) | public void Push(Func factory) method Push (line 65) | public void Push() where T : View, new() method Pop (line 73) | public void Pop() method PopToRoot (line 81) | public void PopToRoot() method PushCore (line 89) | partial void PushCore(View view); method PopCore (line 94) | partial void PopCore(); method PopToRootCore (line 99) | partial void PopToRootCore(); method NavigationView (line 111) | public NavigationView() : base(() => new TRoot()) FILE: src/Spice/Core/Orientation.cs type Orientation (line 7) | public enum Orientation FILE: src/Spice/Core/Picker.cs class Picker (line 10) | public partial class Picker : View method OnSelectedIndexChanged (line 29) | partial void OnSelectedIndexChanged(int oldValue, int newValue) method OnItemsChanged (line 34) | partial void OnItemsChanged(ObservableCollection value) method ApplyTheme (line 52) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 59) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... FILE: src/Spice/Core/PlatformAppearance.cs class PlatformAppearance (line 7) | public static partial class PlatformAppearance method OnChanged (line 15) | internal static void OnChanged(bool isDarkMode) => Changed?.Invoke(isD... FILE: src/Spice/Core/ProgressBar.cs class ProgressBar (line 8) | public partial class ProgressBar : View method OnProgressChanged (line 32) | partial void OnProgressChanged(double value); FILE: src/Spice/Core/RadioButton.cs class RadioButton (line 12) | public partial class RadioButton : View method OnIsCheckedChanged (line 40) | partial void OnIsCheckedChanged(bool value) method OnGroupNameChanged (line 51) | partial void OnGroupNameChanged(string? oldValue, string? newValue) method UncheckOthersInGroup (line 78) | void UncheckOthersInGroup() method OnIsCheckedChangedPartial (line 133) | partial void OnIsCheckedChangedPartial(bool value); FILE: src/Spice/Core/RefreshView.cs class RefreshView (line 9) | public partial class RefreshView : View method OnContentChanged (line 57) | partial void OnContentChanged(View? oldContent, View? newContent); FILE: src/Spice/Core/RootComponent.cs class RootComponent (line 13) | public class RootComponent method AddToWebViewManagerAsync (line 31) | internal Task AddToWebViewManagerAsync(WebViewManager webViewManager) method RemoveFromWebViewManagerAsync (line 51) | internal Task RemoveFromWebViewManagerAsync(WebViewManager webviewMana... FILE: src/Spice/Core/RowDefinition.cs class RowDefinition (line 6) | public partial class RowDefinition : ObservableObject method RowDefinition (line 17) | public RowDefinition() method RowDefinition (line 24) | public RowDefinition(GridLength height) FILE: src/Spice/Core/ScrollView.cs class ScrollView (line 8) | public partial class ScrollView : View FILE: src/Spice/Core/SearchBar.cs class SearchBar (line 8) | public partial class SearchBar : View method ApplyTheme (line 47) | protected override void ApplyTheme(Theme theme) method OnTextColorChanging (line 56) | partial void OnTextColorChanging(Color? value) => TrackExplicit((int)T... method OnPlaceholderColorChanging (line 58) | partial void OnPlaceholderColorChanging(Color? value) => TrackExplicit... FILE: src/Spice/Core/SelectionMode.cs type SelectionMode (line 6) | public enum SelectionMode FILE: src/Spice/Core/Slider.cs class Slider (line 13) | public partial class Slider : View FILE: src/Spice/Core/StackLayout.cs class StackLayout (line 8) | public partial class StackLayout : View FILE: src/Spice/Core/SwipeBehaviorOnInvoked.cs type SwipeBehaviorOnInvoked (line 6) | public enum SwipeBehaviorOnInvoked FILE: src/Spice/Core/SwipeDirection.cs type SwipeDirection (line 6) | public enum SwipeDirection FILE: src/Spice/Core/SwipeItem.cs class SwipeItem (line 7) | public partial class SwipeItem : ObservableObject FILE: src/Spice/Core/SwipeItems.cs class SwipeItems (line 9) | public partial class SwipeItems : ObservableObject method SwipeItems (line 32) | public SwipeItems() method SwipeItems (line 40) | public SwipeItems(IEnumerable items) FILE: src/Spice/Core/SwipeMode.cs type SwipeMode (line 6) | public enum SwipeMode FILE: src/Spice/Core/SwipeView.cs class SwipeView (line 9) | public partial class SwipeView : View method OnContentChanged (line 99) | partial void OnContentChanged(View? oldContent, View? newContent); method Open (line 105) | public void Open(SwipeDirection direction) method Close (line 113) | public void Close() method OnOpen (line 118) | partial void OnOpen(SwipeDirection direction); method OnClose (line 119) | partial void OnClose(); FILE: src/Spice/Core/Switch.cs class Switch (line 8) | public partial class Switch : View FILE: src/Spice/Core/TabView.cs class TabView (line 7) | public partial class TabView : View method Add (line 13) | public void Add(Tab tab) class Tab (line 23) | public partial class Tab : View method Tab (line 58) | public Tab(string title, string icon, View content) method Tab (line 76) | public Tab(string title, string icon, Func factory) method EnsureContent (line 93) | public void EnsureContent() method Tab (line 114) | public Tab(string title, string icon) : base(title, icon, () => new TC... class Tab (line 107) | public partial class Tab : Tab where TContent : View, new() method Tab (line 58) | public Tab(string title, string icon, View content) method Tab (line 76) | public Tab(string title, string icon, Func factory) method EnsureContent (line 93) | public void EnsureContent() method Tab (line 114) | public Tab(string title, string icon) : base(title, icon, () => new TC... FILE: src/Spice/Core/Theme.cs class Theme (line 8) | public partial class Theme : ObservableObject FILE: src/Spice/Core/Thickness.cs type Thickness (line 7) | public struct Thickness : IEquatable method Thickness (line 33) | public Thickness(double uniformSize) method Thickness (line 43) | public Thickness(double horizontalSize, double verticalSize) method Thickness (line 56) | public Thickness(double left, double top, double right, double bottom) method Equals (line 97) | public bool Equals(Thickness other) => method Equals (line 103) | public override bool Equals(object? obj) => obj is Thickness other && ... method GetHashCode (line 108) | public override int GetHashCode() => HashCode.Combine(Left, Top, Right... method ToString (line 113) | public override string ToString() FILE: src/Spice/Core/TimePicker.cs class TimePicker (line 8) | public partial class TimePicker : View FILE: src/Spice/Core/TwoWayBindingExtensions.cs class TwoWayBindingExtensions (line 8) | public static class TwoWayBindingExtensions method BindTwoWay (line 36) | public static IDisposable BindTwoWay( class TwoWayBindingSubscription (line 103) | internal sealed class TwoWayBindingSubscription : IDisposable method TwoWayBindingSubscription (line 111) | public TwoWayBindingSubscription( method Dispose (line 123) | public void Dispose() FILE: src/Spice/Core/View.cs class View (line 10) | public partial class View : ObservableObject, IEnumerable type ThemeProperty (line 16) | [Flags] method TrackExplicit (line 42) | public void TrackExplicit(int property, object? value) method CanApplyTheme (line 56) | public bool CanApplyTheme(int property) => (_explicitProps & property)... method ApplyTheme (line 64) | protected virtual void ApplyTheme(Theme theme) method ApplyThemeInternal (line 70) | internal void ApplyThemeInternal(Theme theme) method OnBackgroundColorChanging (line 85) | partial void OnBackgroundColorChanging(Color? value) => TrackExplicit(... method OnThemeChildrenChanged (line 87) | void OnThemeChildrenChanged(object? sender, NotifyCollectionChangedEve... method ApplyThemeToTree (line 96) | internal static void ApplyThemeToTree(View? view, Theme theme) method Add (line 112) | public void Add(View item) => Children.Add(item); method GetEnumerator (line 117) | public IEnumerator GetEnumerator() => Children.GetEnumerator(); method GetEnumerator (line 119) | IEnumerator IEnumerable.GetEnumerator() => Children.GetEnumerator(); method PresentAsync (line 197) | public Task PresentAsync(View view) method PresentAsync (line 208) | public Task PresentAsync(Func factory) method PresentAsync (line 221) | public Task PresentAsync() where T : View, new() method DismissAsync (line 230) | public Task DismissAsync() method PresentAsyncCore (line 239) | private Task PresentAsyncCore(View view) => Task.CompletedTask; method PresentAsyncCore (line 241) | private partial Task PresentAsyncCore(View view); method DismissAsyncCore (line 248) | private Task DismissAsyncCore() => Task.CompletedTask; method DismissAsyncCore (line 250) | private partial Task DismissAsyncCore(); method OnOpacityChanged (line 256) | partial void OnOpacityChanged(double value); method GetWidth (line 303) | private partial double GetWidth(); method GetHeight (line 308) | private partial double GetHeight(); method DisposeRecursive (line 317) | internal static void DisposeRecursive(View view) FILE: src/Spice/Core/WebView.cs class WebView (line 8) | public partial class WebView : View FILE: src/Spice/Platforms/Android/ActivityIndicator.cs class ActivityIndicator (line 6) | public partial class ActivityIndicator method Create (line 14) | static AndroidProgressBar Create(Context context) method ActivityIndicator (line 27) | public ActivityIndicator() : base(Platform.Context, Create) { } method ActivityIndicator (line 31) | public ActivityIndicator(Context context) : base(context, Create) { } method ActivityIndicator (line 35) | protected ActivityIndicator(Func creator)... method ActivityIndicator (line 40) | protected ActivityIndicator(Context context, Func GetEnumerator() method GetEnumerator (line 112) | IEnumerator IEnumerable.GetEnumerator() FILE: src/Spice/Platforms/Android/Blazor/AndroidWebViewManager.cs class AndroidWebViewManager (line 21) | [SupportedOSPlatform("android23.0")] method AndroidWebViewManager (line 43) | public AndroidWebViewManager(AWebView webview, IServiceProvider servic... method NavigateCore (line 52) | protected override void NavigateCore(Uri absoluteUri) method SendMessage (line 58) | protected override void SendMessage(string message) method TryGetResponseContentInternal (line 63) | internal bool TryGetResponseContentInternal(string uri, bool allowFall... method SetUpMessageChannel (line 72) | internal void SetUpMessageChannel() class BlazorWebMessageCallback (line 89) | private class BlazorWebMessageCallback : WebMessagePort.WebMessageCall... method BlazorWebMessageCallback (line 93) | public BlazorWebMessageCallback(Action onMessageReceived) method OnMessage (line 98) | public override void OnMessage(WebMessagePort? port, WebMessage? mes... FILE: src/Spice/Platforms/Android/Blazor/BlazorWebView.cs class BlazorWebView (line 9) | [SupportedOSPlatform("android23.0")] method BlazorWebView (line 23) | public BlazorWebView() : this(Platform.Context, Create) => Initialize(); method BlazorWebView (line 27) | public BlazorWebView(Context context) : this(context, Create) => Initi... method BlazorWebView (line 31) | protected BlazorWebView(Func creator) : t... method BlazorWebView (line 36) | protected BlazorWebView(Context context, Func _webView = w... method SpiceBlazorWebViewClient (line 29) | protected SpiceBlazorWebViewClient(IntPtr javaReference, JniHandleOwne... method ShouldOverrideUrlLoading (line 36) | public override bool ShouldOverrideUrlLoading(AWebView? view, IWebReso... method ShouldOverrideUrlLoadingCore (line 41) | private bool ShouldOverrideUrlLoadingCore(IWebResourceRequest? request) method ShouldInterceptRequest (line 72) | public override WebResourceResponse? ShouldInterceptRequest(AWebView? ... method OnPageFinished (line 94) | public override void OnPageFinished(AWebView? view, string? url) method RunBlazorStartupScripts (line 106) | private void RunBlazorStartupScripts(AWebView view) class JavaScriptValueCallback (line 173) | private class JavaScriptValueCallback : Java.Lang.Object, IValueCallback method JavaScriptValueCallback (line 177) | public JavaScriptValueCallback(Action callback) method OnReceiveValue (line 183) | public void OnReceiveValue(Java.Lang.Object? value) FILE: src/Spice/Platforms/Android/Blazor/SpiceDispatcher.cs class SpiceDispatcher (line 7) | internal partial class SpiceDispatcher : Dispatcher method SpiceDispatcher (line 12) | public SpiceDispatcher() method CheckAccess (line 18) | public override bool CheckAccess() => _looper == Looper.MyLooper(); method InvokeAsync (line 20) | public override Task InvokeAsync(Action workItem) method InvokeAsync (line 40) | public override Task InvokeAsync(Func workItem) method InvokeAsync (line 60) | public override Task InvokeAsync(Func workI... method InvokeAsync (line 79) | public override Task InvokeAsync(Func>... FILE: src/Spice/Platforms/Android/Border.cs class Border (line 7) | public partial class Border method Create (line 15) | static Android.Widget.FrameLayout Create(Context context) => new(conte... method Border (line 21) | public Border() : base(Platform.Context, Create) method Border (line 30) | public Border(Context context) : base(context, Create) method Border (line 40) | protected Border(Context context, Func cr... method GetOrCreateBorderDrawable (line 54) | GradientDrawable GetOrCreateBorderDrawable() method OnContentChanged (line 68) | partial void OnContentChanged(View? oldValue, View? newValue) method OnStrokeChanged (line 82) | partial void OnStrokeChanged(Color? value) method OnStrokeThicknessChanged (line 95) | partial void OnStrokeThicknessChanged(double value) method OnCornerRadiusChanged (line 109) | partial void OnCornerRadiusChanged(double value) method OnPaddingChanged (line 115) | partial void OnPaddingChanged(double value) method UpdateContentPadding (line 120) | void UpdateContentPadding() method OnPropertyChanged (line 126) | void OnPropertyChanged(object? sender, System.ComponentModel.PropertyC... FILE: src/Spice/Platforms/Android/BoxView.cs class BoxView (line 5) | public partial class BoxView method Create (line 13) | static Android.Views.View Create(Context context) => new(context); method BoxView (line 20) | public BoxView() : base(Platform.Context, Create) { } method BoxView (line 24) | public BoxView(Context context) : base(context, Create) { } method BoxView (line 28) | protected BoxView(Func creator) : base(Pl... method BoxView (line 33) | protected BoxView(Context context, Func c... method OnColorChanged (line 40) | partial void OnColorChanged(Color? value) => NativeView.SetBackgroundC... FILE: src/Spice/Platforms/Android/Button.cs class Button (line 5) | public partial class Button method Create (line 13) | static Android.Widget.Button Create(Context context) => new(context); method Button (line 20) | public Button() : this(Platform.Context, Create) { } method Button (line 24) | public Button(Context context) : this(context, Create) { } method Button (line 28) | protected Button(Func creator) : this(Pla... method Button (line 33) | protected Button(Context context, Func cr... method OnTextChanged (line 40) | partial void OnTextChanged(string value) => NativeView.Text = value; method OnTextColorChanged (line 42) | partial void OnTextColorChanged(Color? value) method OnClickedChanged (line 50) | partial void OnClickedChanged(Action