SYMBOL INDEX (1199 symbols across 185 files) FILE: Sample/App.xaml.cs class App (line 3) | public partial class App : Application method App (line 5) | public App() FILE: Sample/MauiProgram.cs class MauiProgram (line 12) | public static class MauiProgram method CreateMauiApp (line 14) | public static MauiApp CreateMauiApp() FILE: Sample/Platforms/Android/MainActivity.cs class MainActivity (line 11) | [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, Config... method OnCreate (line 14) | protected override void OnCreate(Bundle savedInstanceState) FILE: Sample/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: Sample/Platforms/iOS/AppDelegate.cs class AppDelegate (line 5) | [Register("AppDelegate")] method CreateMauiApp (line 8) | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiAp... FILE: Sample/Platforms/iOS/Program.cs class Program (line 6) | public class Program method Main (line 9) | static void Main(string[] args) FILE: Sample/ViewModels/CustomHeaderViewModel.cs class CustomHeaderViewModel (line 6) | public class CustomHeaderViewModel:BindableBase method CustomHeaderViewModel (line 11) | public CustomHeaderViewModel() FILE: Sample/ViewModels/DynamicHeaderSizeViewModel.cs class DynamicHeaderSizeViewModel (line 3) | public class DynamicHeaderSizeViewModel: BindableBase, IInitializeAsync,... method InitializeAsync (line 7) | public Task InitializeAsync(INavigationParameters parameters) method OnAppearing (line 103) | public async void OnAppearing() method OnDisappearing (line 109) | public void OnDisappearing() class SampleHeaderModel (line 114) | public class SampleHeaderModel class SampleDataModel (line 120) | public class SampleDataModel FILE: Sample/ViewModels/HeaderSurveyViewModel.cs class HeaderSurveyViewModel (line 6) | public class HeaderSurveyViewModel: BindableBase method HeaderSurveyViewModel (line 10) | public HeaderSurveyViewModel() FILE: Sample/ViewModels/ListViewModel.cs class ListViewModel (line 6) | public class ListViewModel: BindableBase method ListViewModel (line 10) | public ListViewModel() FILE: Sample/ViewModels/MainViewModel.cs class MainViewModel (line 9) | public class MainViewModel: BindableBase method MainViewModel (line 33) | public MainViewModel(INavigationService navigationService) class Person (line 82) | public class Person FILE: Sample/ViewModels/SurveyViewModel.cs class SurveyViewModel (line 6) | public class SurveyViewModel: BindableBase method SurveyViewModel (line 14) | public SurveyViewModel() FILE: Sample/ViewModels/TapSurveyViewModel.cs class TapSurveyViewModel (line 4) | public class TapSurveyViewModel:BindableBase method TapSurveyViewModel (line 6) | public TapSurveyViewModel() FILE: Sample/Views/Cells/MyCellA.xaml.cs class MyCellA (line 10) | [XamlCompilation(XamlCompilationOptions.Compile)] method MyCellA (line 13) | public MyCellA() FILE: Sample/Views/Cells/MyCellB.xaml.cs class MyCellB (line 10) | [XamlCompilation(XamlCompilationOptions.Compile)] method MyCellB (line 13) | public MyCellB() FILE: Sample/Views/Cells/MyCellC.xaml.cs class MyCellC (line 10) | [XamlCompilation(XamlCompilationOptions.Compile)] method MyCellC (line 13) | public MyCellC() FILE: Sample/Views/Cells/SliderCell.xaml.cs class SliderCell (line 11) | public partial class SliderCell : CustomCell method SliderCell (line 13) | public SliderCell() method OnChanged (line 74) | void OnChanged(object sender,ValueChangedEventArgs e) FILE: Sample/Views/CustomHeaderPage.xaml.cs class CustomHeaderPage (line 3) | public partial class CustomHeaderPage : ContentPage method CustomHeaderPage (line 5) | public CustomHeaderPage() FILE: Sample/Views/DynamicHeaderSizePage.xaml.cs class DynamicHeaderSizePage (line 9) | public partial class DynamicHeaderSizePage : ContentPage method DynamicHeaderSizePage (line 11) | public DynamicHeaderSizePage() FILE: Sample/Views/HeaderSurveyPage.xaml.cs class HeaderSurveyPage (line 3) | public partial class HeaderSurveyPage : ContentPage method HeaderSurveyPage (line 5) | public HeaderSurveyPage() FILE: Sample/Views/ListPage.xaml.cs class ListPage (line 3) | public partial class ListPage : ContentPage method ListPage (line 5) | public ListPage() FILE: Sample/Views/MainPage.xaml.cs class MainPage (line 6) | public partial class MainPage : ContentPage method MainPage (line 8) | public MainPage() method OnBindingContextChanged (line 13) | protected override void OnBindingContextChanged() method Button_Clicked (line 28) | void Button_Clicked(System.Object sender, System.EventArgs e) FILE: Sample/Views/MyNavigationPage.cs class MyNavigationPage (line 4) | public class MyNavigationPage : NavigationPage method MyNavigationPage (line 6) | public MyNavigationPage() method MyNavigationPage (line 11) | public MyNavigationPage(Page root) : base(root) FILE: Sample/Views/SurveyPage.xaml.cs class SurveyPage (line 9) | public partial class SurveyPage : ContentPage method SurveyPage (line 11) | public SurveyPage() FILE: Sample/Views/TapSurveyPage.xaml.cs class TapSurveyPage (line 3) | public partial class TapSurveyPage : ContentPage method TapSurveyPage (line 5) | public TapSurveyPage() method TapGestureRecognizer_Tapped (line 10) | void TapGestureRecognizer_Tapped(System.Object sender, Microsoft.Maui.... method TapGestureRecognizer_Tapped_1 (line 14) | void TapGestureRecognizer_Tapped_1(System.Object sender, Microsoft.Mau... method TapGestureRecognizer_Tapped_2 (line 18) | void TapGestureRecognizer_Tapped_2(System.Object sender, Microsoft.Mau... method TapGestureRecognizer_Tapped_3 (line 22) | void TapGestureRecognizer_Tapped_3(System.Object sender, Microsoft.Mau... method TapGestureRecognizer_Tapped_4 (line 26) | void TapGestureRecognizer_Tapped_4(System.Object sender, Microsoft.Mau... FILE: SettingsView/BindableBase.cs class BindableBase (line 8) | public abstract class BindableBase : INotifyPropertyChanged method SetProperty (line 12) | protected virtual bool SetProperty(ref T storage, T value, [CallerM... method SetProperty (line 22) | protected virtual bool SetProperty(ref T storage, T value, Action o... method RaisePropertyChanged (line 33) | protected void RaisePropertyChanged([CallerMemberName] string property... method OnPropertyChanged (line 38) | protected virtual void OnPropertyChanged(PropertyChangedEventArgs args) FILE: SettingsView/CellPropertyChangedEventHandler.cs class CellPropertyChangedEventArgs (line 6) | public class CellPropertyChangedEventArgs : PropertyChangedEventArgs method CellPropertyChangedEventArgs (line 10) | public CellPropertyChangedEventArgs(string propertyName, Section secti... FILE: SettingsView/Cells/ButtonCell.cs class ButtonCell (line 8) | public class ButtonCell:CellBase FILE: SettingsView/Cells/CellBase.cs class CellBase (line 7) | public class CellBase: Element, IImageSourcePart method OnTapped (line 13) | internal void OnTapped() method UpdateIsLoading (line 453) | public void UpdateIsLoading(bool isLoading) method SetEnabledAppearance (line 458) | public void SetEnabledAppearance(bool isEnabled) method Reload (line 463) | public virtual void Reload() FILE: SettingsView/Cells/CheckboxCell.cs class CheckboxCell (line 8) | public class CheckboxCell:CellBase FILE: SettingsView/Cells/CommandCell.cs class CommandCell (line 9) | public class CommandCell:LabelCell FILE: SettingsView/Cells/CustomCell.cs class CustomCell (line 9) | [ContentProperty("Content")] method OnBindingContextChanged (line 135) | protected override void OnBindingContextChanged() method OnParentSet (line 147) | protected override void OnParentSet() method SendLongCommand (line 156) | public void SendLongCommand() method Reload (line 170) | public override void Reload() FILE: SettingsView/Cells/DatePickerCell.cs class DatePickerCell (line 8) | public class DatePickerCell:LabelCell FILE: SettingsView/Cells/EntryCell.cs class EntryCell (line 11) | public class EntryCell:CellBase,IEntryCellController method ValueTextPropertyChanging (line 27) | static void ValueTextPropertyChanging(BindableObject bindable, object... method SendCompleted (line 174) | public void SendCompleted() method SetFocus (line 324) | public void SetFocus() FILE: SettingsView/Cells/LabelCell.cs class LabelCell (line 9) | public class LabelCell:CellBase FILE: SettingsView/Cells/NumberPickerCell.cs class NumberPickerCell (line 9) | public class NumberPickerCell:LabelCell FILE: SettingsView/Cells/PickerCell.cs class PickerCell (line 19) | public class PickerCell : CommandCell method PickerCell (line 416) | public PickerCell() method GetPage (line 430) | Page GetPage(Element element) method GetSelectedItemsText (line 439) | internal string GetSelectedItemsText(){ method InvokeCommand (line 475) | internal void InvokeCommand() method ItemsSourceChanging (line 482) | static void ItemsSourceChanging(BindableObject bindable, object oldVal... method CreateGetProperty (line 493) | Dictionary> CreateGetProperty(Type t) method SetUpPropertyCache (line 516) | void SetUpPropertyCache(IList itemsSource) method IsBuiltInType (line 534) | bool IsBuiltInType(Type type) method OnPropertyChanged (line 560) | protected override void OnPropertyChanged([CallerMemberName] string pr... method UpdateSelectedItems (line 585) | void UpdateSelectedItems() method UpdateCollectionChanged (line 607) | void UpdateCollectionChanged() method SelectedItems_CollectionChanged (line 624) | void SelectedItems_CollectionChanged(object sender, NotifyCollectionCh... method ItemsSourceCollectionChanged (line 629) | void ItemsSourceCollectionChanged(object sender, NotifyCollectionChang... FILE: SettingsView/Cells/RadioCell.cs class RadioCell (line 8) | public class RadioCell:CellBase method SetSelectedValue (line 27) | public static void SetSelectedValue(BindableObject view, object value) method GetSelectedValue (line 37) | public static object GetSelectedValue(BindableObject view) FILE: SettingsView/Cells/SimpleCheckCell.cs class SimpleCheckCell (line 4) | public class SimpleCheckCell: CellBase FILE: SettingsView/Cells/SwitchCell.cs class SwitchCell (line 8) | public class SwitchCell:CellBase FILE: SettingsView/Cells/TextPickerCell.cs class TextPickerCell (line 11) | public class TextPickerCell:LabelCell FILE: SettingsView/Cells/TimePickerCell.cs class TimePickerCell (line 8) | public class TimePickerCell:LabelCell FILE: SettingsView/DropEventArgs.cs class DropEventArgs (line 5) | public class DropEventArgs:EventArgs method DropEventArgs (line 12) | public DropEventArgs(Section section,CellBase cell) FILE: SettingsView/Extensions/EnumerableExtension.cs class EnumerableExtension (line 4) | public static class EnumerableExtension method IndexOf (line 6) | public static int IndexOf(this IEnumerable enumerable, Func GetParentsPath(this Element self) method IsApplicationOrNull (line 33) | public static bool IsApplicationOrNull(object? element) => FILE: SettingsView/Handlers/ButtonCell/ButtonCellHandler.Android.cs class ButtonCellHandler (line 6) | public partial class ButtonCellHandler : CellBaseHandler class InstanceCreator (line 40) | internal static class InstanceCreator method CreateInstance (line 44) | private static Func CreateInstance() method CreatePlatformElement (line 54) | protected override TnativeCell CreatePlatformElement() method GetCell (line 62) | public virtual TnativeCell GetCell(CellBase item, AView convertView, V... method MapTitleText (line 81) | private static void MapTitleText(CellBaseHandler method CreatePlatformElement (line 9) | protected override TnativeCell CreatePlatformElement() FILE: SettingsView/Handlers/CellBase/CellBaseHandler.cs class CellBaseHandler (line 20) | public partial class CellBaseHandler : Elemen... method MapSetEnabledAppearance (line 29) | private static void MapSetEnabledAppearance(CellBaseHandler method CreateInstance (line 50) | private static Func CreateInstance() method CreatePlatformElement (line 59) | protected override TnativeCell CreatePlatformElement() method DisconnectHandler (line 67) | protected override void DisconnectHandler(TnativeCell platformView) method ConnectHandler (line 73) | protected override void ConnectHandler(TnativeCell platformView) method GetCell (line 88) | public virtual TnativeCell GetCell(CellBase item, UITableViewCell reus... method MapTitleText (line 107) | private static void MapTitleText(CellBaseHandler method MapValueText (line 24) | private static void MapValueText(EntryCellBaseHandler FILE: SettingsView/Handlers/EntryCellBase/EntryCellBaseHandler.cs class EntryCellBaseHandler (line 12) | public partial class EntryCellBaseHandler: Ce... method EntryCellBaseHandler (line 18) | public EntryCellBaseHandler() : base(EntryMapper, EntryCommandMapper) method EntryCellBaseHandler (line 22) | public EntryCellBaseHandler(IPropertyMapper mapper = null, CommandMapp... FILE: SettingsView/Handlers/EntryCellBase/EntryCellBaseHandler.iOS.cs class EntryCellBaseHandler (line 7) | public partial class EntryCellBaseHandler method MapShowDoneButtonOnIOS (line 25) | private static void MapShowDoneButtonOnIOS(EntryCellBaseHandler method MapValueText (line 19) | private static void MapValueText(LabelCellBaseHandler FILE: SettingsView/Handlers/LabelCellBase/LabelCellBaseHandler.cs class LabelCellBaseHandler (line 13) | public partial class LabelCellBaseHandler : C... method LabelCellBaseHandler (line 19) | public LabelCellBaseHandler(): base(LabelMapper, LabelCommandMapper) method LabelCellBaseHandler (line 23) | public LabelCellBaseHandler(IPropertyMapper mapper = null, CommandMapp... FILE: SettingsView/Handlers/LabelCellBase/LabelCellBaseHandler.iOS.cs class LabelCellBaseHandler (line 6) | public partial class LabelCellBaseHandler method MapValueTextColor (line 19) | private static void MapValueTextColor(LabelCellBaseHandler method CreatePlatformView (line 12) | protected override View CreatePlatformView() FILE: SettingsView/Handlers/SettingsViewHandler.cs class SettingsViewHandler (line 6) | public partial class SettingsViewHandler method SettingsViewHandler (line 8) | public SettingsViewHandler(): base(Mapper) method SettingsViewHandler (line 12) | public SettingsViewHandler(IPropertyMapper mapper = null) : base(mappe... FILE: SettingsView/Handlers/SettingsViewHandler.iOS.cs class SettingsViewHandler (line 16) | public partial class SettingsViewHandler: ViewHandler(this Android.Views.View view) method GetParentOfType (line 18) | internal static T? GetParentOfType(this Android.Views.IViewParent? ... method GetParent (line 35) | public static IViewParent? GetParent(this Android.Views.View view) method GetParent (line 40) | public static IViewParent? GetParent(this IViewParent? view) FILE: SettingsView/Native/Android/Extensions/ViewHandlerExtension.cs class ViewHandlerExtension (line 12) | [Android.Runtime.Preserve(AllMembers = true)] method LayoutVirtualView (line 18) | public static Size LayoutVirtualView( method MeasureVirtualView (line 40) | public static Size MeasureVirtualView( FILE: SettingsView/Native/Android/FormsViewContainer.cs class FormsViewContainer (line 15) | [Android.Runtime.Preserve(AllMembers = true)] method FormsViewContainer (line 28) | public FormsViewContainer(Context context) : base(context) method OnTouchEvent (line 45) | public override bool OnTouchEvent(MotionEvent e) method Dispose (line 50) | protected override void Dispose(bool disposing) method OnLayout (line 69) | protected override void OnLayout(bool changed, int l, int t, int r, in... method OnMeasure (line 81) | protected override void OnMeasure(int widthMeasureSpec, int heightMeas... method CellPropertyChanged (line 101) | public virtual void CellPropertyChanged(object sender, PropertyChanged... method UpdateNativeCell (line 109) | public virtual void UpdateNativeCell() method UpdateIsEnabled (line 114) | public void UpdateIsEnabled() method CreateNewHandler (line 119) | protected virtual void CreateNewHandler(View view) method DisconnectHandler (line 131) | public void DisconnectHandler() method UpdateCell (line 140) | public void UpdateCell(View view) FILE: SettingsView/Native/Android/HeaderFooterContainer.cs class HeaderFooterContainer (line 13) | [Android.Runtime.Preserve(AllMembers = true)] method HeaderFooterContainer (line 22) | public HeaderFooterContainer(Context context) : base(context) method OnTouchEvent (line 39) | public override bool OnTouchEvent(Android.Views.MotionEvent e) method Dispose (line 44) | protected override void Dispose(bool disposing) method OnLayout (line 62) | protected override void OnLayout(bool changed, int l, int t, int r, in... method OnMeasure (line 72) | protected override void OnMeasure(int widthMeasureSpec, int heightMeas... method CellPropertyChanged (line 93) | public virtual void CellPropertyChanged(object sender, PropertyChanged... method UpdateNativeCell (line 101) | public virtual void UpdateNativeCell() method UpdateIsEnabled (line 106) | public void UpdateIsEnabled() method UpdateCell (line 111) | public void UpdateCell(View view) method DisconnectHandler (line 169) | public void DisconnectHandler() method CreateNewHandler (line 178) | protected virtual void CreateNewHandler(View view) method _contentView_MeasureInvalidated (line 190) | private void _contentView_MeasureInvalidated(object sender, EventArgs e) method AddView (line 195) | public override void AddView(AView child) FILE: SettingsView/Native/Android/ModelProxy.cs type ViewType (line 11) | public enum ViewType class ModelProxy (line 19) | [Android.Runtime.Preserve(AllMembers = true)] method ModelProxy (line 30) | public ModelProxy(SettingsView settingsView,SettingsViewRecyclerAdapte... method Dispose (line 43) | public void Dispose() method OnRootCollectionChanged (line 62) | void OnRootCollectionChanged(object sender, NotifyCollectionChangedEve... method OnRootSectionCollectionChanged (line 92) | void OnRootSectionCollectionChanged(object sender, NotifyCollectionCha... method AddSection (line 128) | void AddSection(NotifyCollectionChangedEventArgs e) method RemoveSection (line 164) | void RemoveSection(NotifyCollectionChangedEventArgs e) method AddCell (line 176) | void AddCell(object sender, NotifyCollectionChangedEventArgs e) method RemoveCell (line 200) | void RemoveCell(object sender, NotifyCollectionChangedEventArgs e) method ReplaceCell (line 209) | void ReplaceCell(object sender, NotifyCollectionChangedEventArgs e) method RowIndexFromChildCollection (line 232) | int RowIndexFromChildCollection(object sender,int index) method RowIndexFromParentCollection (line 242) | int RowIndexFromParentCollection(int index) method GetNextTypeIndex (line 250) | int GetNextTypeIndex() method FillProxy (line 256) | public void FillProxy() class RowInfo (line 299) | public class RowInfo FILE: SettingsView/Native/Android/SVItemdecoration.cs class SVItemdecoration (line 10) | [Android.Runtime.Preserve(AllMembers = true)] method SVItemdecoration (line 16) | public SVItemdecoration(Drawable drawable,SettingsView settingsView) method GetItemOffsets (line 22) | public override void GetItemOffsets(Rect outRect, View view, RecyclerV... method OnDraw (line 33) | public override void OnDraw(Canvas c, RecyclerView parent, RecyclerVie... method SectionIsVisible (line 65) | private bool SectionIsVisible(Section section) method CellIsVisible (line 69) | private bool CellIsVisible(CellBase cell) method Dispose (line 74) | protected override void Dispose(bool disposing) FILE: SettingsView/Native/Android/SettingsViewLayoutManager.cs class SettingsViewLayoutManager (line 8) | [Android.Runtime.Preserve(AllMembers = true)] method SettingsViewLayoutManager (line 16) | public SettingsViewLayoutManager(Android.Content.Context context,Setti... method GetDecoratedMeasuredHeight (line 22) | public override int GetDecoratedMeasuredHeight(Android.Views.View child) method Dispose (line 31) | protected override void Dispose(bool disposing) method OnLayoutCompleted (line 46) | public override void OnLayoutCompleted(RecyclerView.State state) FILE: SettingsView/Native/Android/SettingsViewRecyclerAdapter.cs class SettingsViewRecyclerAdapter (line 20) | [Android.Runtime.Preserve(AllMembers = true)] method SettingsViewRecyclerAdapter (line 44) | public SettingsViewRecyclerAdapter(Context context, SettingsView setti... method _settingsView_ModelChanged (line 61) | void _settingsView_ModelChanged(object sender, EventArgs e) method OnSectionPropertyChanged (line 71) | void OnSectionPropertyChanged(object sender, System.ComponentModel.Pro... method OnCellPropertyChanged (line 92) | void OnCellPropertyChanged(object sender, CellPropertyChangedEventArgs e) method UpdateSectionVisible (line 101) | void UpdateSectionVisible(Section section) method UpdateCellVisible (line 107) | void UpdateCellVisible(Section section, CellBase cell) method UpdateSectionHeader (line 117) | void UpdateSectionHeader(Section section) method UpdateSectionFooter (line 123) | void UpdateSectionFooter(Section section) method GetItemId (line 141) | public override long GetItemId(int position) method GetItemViewType (line 151) | public override int GetItemViewType(int position) method OnCreateViewHolder (line 162) | public override RecyclerView.ViewHolder OnCreateViewHolder(ViewGroup p... method OnBindViewHolder (line 203) | public override void OnBindViewHolder(RecyclerView.ViewHolder holder, ... method OnClick (line 250) | public void OnClick(AView view) method OnLongClick (line 270) | public virtual bool OnLongClick(AView v) method DeselectRow (line 298) | public void DeselectRow() method SelectedRow (line 313) | public void SelectedRow(AView cell, int position) method Dispose (line 325) | protected override void Dispose(bool disposing) method BindHeaderView (line 355) | void BindHeaderView(HeaderViewHolder holder) method BindFooterView (line 408) | void BindFooterView(FooterViewHolder holder) method BindCustomHeaderFooterView (line 448) | void BindCustomHeaderFooterView(ViewHolder holder, View formsView) method BindContentView (line 456) | void BindContentView(ContentBodyViewHolder holder, int position) method CellMoved (line 514) | public void CellMoved(int fromPos,int toPos) FILE: SettingsView/Native/Android/ViewHolders.cs class ViewHolder (line 10) | [Android.Runtime.Preserve(AllMembers = true)] method ViewHolder (line 15) | public ViewHolder(AView view) : base(view) { } method Dispose (line 17) | protected override void Dispose(bool disposing) type IHeaderViewHolder (line 28) | [Android.Runtime.Preserve(AllMembers = true)] type IFooterViewHolder (line 33) | [Android.Runtime.Preserve(AllMembers = true)] class HeaderViewHolder (line 38) | [Android.Runtime.Preserve(AllMembers = true)] method HeaderViewHolder (line 43) | public HeaderViewHolder(AView view) : base(view) method Dispose (line 48) | protected override void Dispose(bool disposing) class FooterViewHolder (line 59) | [Android.Runtime.Preserve(AllMembers = true)] method FooterViewHolder (line 64) | public FooterViewHolder(AView view) : base(view) method Dispose (line 69) | protected override void Dispose(bool disposing) class CustomHeaderViewHolder (line 80) | [Android.Runtime.Preserve(AllMembers = true)] method CustomHeaderViewHolder (line 83) | public CustomHeaderViewHolder(AView view) : base(view) class CustomFooterViewHolder (line 89) | [Android.Runtime.Preserve(AllMembers = true)] method CustomFooterViewHolder (line 92) | public CustomFooterViewHolder(AView view) : base(view) class ContentBodyViewHolder (line 98) | [Android.Runtime.Preserve(AllMembers = true)] method ContentBodyViewHolder (line 104) | public ContentBodyViewHolder(AView view) : base(view) method Dispose (line 109) | protected override void Dispose(bool disposing) FILE: SettingsView/Native/iOS/AiTableView.cs class AiTableView (line 13) | public class AiTableView: UITableView, IUITableViewDragDelegate, IUITabl... method AiTableView (line 24) | public AiTableView(SettingsView settingsView) : base(CGRect.Empty, UIT... method Dispose (line 53) | protected override void Dispose(bool disposing) method DisposeSubviews (line 68) | void DisposeSubviews(UIView view) method UpdateSections (line 85) | internal void UpdateSections(NotifyCollectionChangedEventArgs e) method UpdateItems (line 127) | internal void UpdateItems(NotifyCollectionChangedEventArgs e, int sect... method UpdateSectionVisible (line 208) | internal void UpdateSectionVisible(Section section) method UpdateCellVisible (line 216) | internal void UpdateCellVisible(Section section, CellBase cell) method ReloadCell (line 225) | internal void ReloadCell(CellBase cell) method UpdateSectionNoAnimation (line 234) | internal void UpdateSectionNoAnimation(Section section) method UpdateSectionFade (line 242) | internal void UpdateSectionFade(Section section) method GetItemsForBeginningDragSession (line 250) | public UIDragItem[] GetItemsForBeginningDragSession(UITableView tableV... method PerformDrop (line 277) | public void PerformDrop(UITableView tableView, IUITableViewDropCoordin... method GetPaths (line 342) | protected virtual NSIndexPath[] GetPaths(int section, int index, int c... method CanHandleDropSession (line 356) | [Export("tableView:canHandleDropSession:")] method DropSessionDidEnter (line 362) | [Export("tableView:dropSessionDidEnter:")] method DropSessionDidEnd (line 367) | [Export("tableView:dropSessionDidEnd:")] method DropSessionDidExit (line 372) | [Export("tableView:dropSessionDidExit:")] method DropSessionDidUpdate (line 383) | [Export("tableView:dropSessionDidUpdate:withDestinationIndexPath:")] FILE: SettingsView/Native/iOS/Cells/ButtonCellView.cs class ButtonCellView (line 11) | [Foundation.Preserve(AllMembers = true)] method ButtonCellView (line 22) | public ButtonCellView(CellBase virtualCell) : base(virtualCell) method CellPropertyChanged (line 34) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 44) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateCell (line 53) | public override void UpdateCell(UITableView tableView) method Dispose (line 69) | protected override void Dispose(bool disposing) method UpdateTitleAlignment (line 83) | internal void UpdateTitleAlignment() method UpdateCommand (line 88) | internal void UpdateCommand() method UpdateIsEnabled (line 120) | internal override void UpdateIsEnabled() method Command_CanExecuteChanged (line 129) | void Command_CanExecuteChanged(object sender, EventArgs e) FILE: SettingsView/Native/iOS/Cells/CellBaseView.cs class CellBaseView (line 23) | [Foundation.Preserve(AllMembers = true)] method CellBaseView (line 103) | public CellBaseView(CellBase virtualCell) : base(UIKit.UITableViewCell... method CellPropertyChanged (line 124) | public virtual void CellPropertyChanged(object sender, PropertyChanged... method ParentPropertyChanged (line 133) | public virtual void ParentPropertyChanged(object sender, PropertyChang... method SectionPropertyChanged (line 192) | public virtual void SectionPropertyChanged(object sender, PropertyChan... method RowSelected (line 201) | public virtual void RowSelected(UITableView tableView,NSIndexPath inde... method RowLongPressed (line 205) | public virtual bool RowLongPressed(UITableView tableView,NSIndexPath i... method UpdateWithForceLayout (line 214) | internal void UpdateWithForceLayout(System.Action updateAction) method UpdateLayout (line 220) | internal void UpdateLayout() method UpdateSelectedColor (line 225) | internal void UpdateSelectedColor() method UpdateBackgroundColor (line 237) | internal void UpdateBackgroundColor() method UpdateHintText (line 247) | internal void UpdateHintText() method UpdateHintTextColor (line 256) | internal void UpdateHintTextColor() method UpdateHintFont (line 271) | internal void UpdateHintFont() method UpdateTitleText (line 289) | internal void UpdateTitleText() method UpdateTitleColor (line 308) | internal void UpdateTitleColor() method UpdateTitleFont (line 323) | internal void UpdateTitleFont() method UpdateDescriptionText (line 341) | internal void UpdateDescriptionText() method UpdateDescriptionFont (line 364) | internal void UpdateDescriptionFont() method UpdateDescriptionColor (line 382) | internal void UpdateDescriptionColor() method UpdateIsEnabled (line 398) | internal virtual void UpdateIsEnabled() method UpdateIsVisible (line 406) | internal virtual void UpdateIsVisible() method SetEnabledAppearance (line 419) | internal virtual void SetEnabledAppearance(bool isEnabled) method UpdateIconSize (line 440) | internal void UpdateIconSize() method UpdateIconRadius (line 478) | internal void UpdateIconRadius() method UpdateIcon (line 491) | internal void UpdateIcon() method SetImageSource (line 520) | void IImageSourcePartSetter.SetImageSource(UIImage platformImage) method UpdateMinRowHeight (line 527) | internal void UpdateMinRowHeight() method UpdateCell (line 548) | public virtual void UpdateCell(UITableView tableView = null) method Dispose (line 559) | protected override void Dispose(bool disposing) method SetUpHintLabel (line 621) | void SetUpHintLabel() method SetRightMarginZero (line 647) | protected void SetRightMarginZero() method SetUpContentView (line 656) | protected virtual void SetUpContentView() FILE: SettingsView/Native/iOS/Cells/CheckboxCellView.cs class CheckboxCellView (line 11) | [Foundation.Preserve(AllMembers = true)] method CheckboxCellView (line 21) | public CheckboxCellView(CellBase virtualCell) : base(virtualCell) method RowSelected (line 34) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateCell (line 44) | public override void UpdateCell(UITableView tableView) method CellPropertyChanged (line 56) | public override void CellPropertyChanged(object sender, System.Compone... method ParentPropertyChanged (line 66) | public override void ParentPropertyChanged(object sender, System.Compo... method Dispose (line 80) | protected override void Dispose(bool disposing) method SetEnabledAppearance (line 95) | internal override void SetEnabledAppearance(bool isEnabled) method CheckChanged (line 108) | void CheckChanged(UIButton button) method UpdateChecked (line 113) | internal void UpdateChecked() method UpdateAccentColor (line 118) | internal void UpdateAccentColor() method ChangeCheckColor (line 130) | void ChangeCheckColor(CGColor accent) class CheckBox (line 141) | public class CheckBox : UIButton method CheckBox (line 163) | public CheckBox(CGRect rect) : base(rect) method Draw (line 177) | public override void Draw(CGRect rect) method PointInside (line 212) | public override bool PointInside(CGPoint point, UIEvent uievent) FILE: SettingsView/Native/iOS/Cells/CommandCellView.cs class CommandCellView (line 12) | [Foundation.Preserve(AllMembers = true)] method CommandCellView (line 23) | public CommandCellView(CellBase virtualCell) : base(virtualCell) method CellPropertyChanged (line 40) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 50) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateCell (line 62) | public override void UpdateCell(UITableView tableView) method Dispose (line 73) | protected override void Dispose(bool disposing) method UpdateCommand (line 87) | internal void UpdateCommand() method UpdateIsEnabled (line 119) | internal override void UpdateIsEnabled() method Command_CanExecuteChanged (line 128) | void Command_CanExecuteChanged(object sender, EventArgs e) FILE: SettingsView/Native/iOS/Cells/CustomCellContent.cs class CustomCellContent (line 15) | [Foundation.Preserve(AllMembers = true)] method CustomCellContent (line 29) | public CustomCellContent() method Dispose (line 33) | protected override void Dispose(bool disposing) method UpdateNativeCell (line 83) | public virtual void UpdateNativeCell() method CellPropertyChanged (line 88) | public virtual void CellPropertyChanged(object sender, PropertyChanged... method UpdateIsEnabled (line 96) | protected virtual void UpdateIsEnabled() method UpdateCell (line 101) | public virtual void UpdateCell(View newCell, UITableView tableView) method OnInnerLayoutSizeChanged (line 227) | private void OnInnerLayoutSizeChanged(object sender, EventArgs e) method OnMeasureInvalidated (line 232) | private void OnMeasureInvalidated(object sender, EventArgs e) method ForceLayout (line 237) | async Task ForceLayout(CancellationToken token) method ArrangeSubView (line 295) | void ArrangeSubView(IPlatformViewHandler handler) method LayoutDispacher (line 325) | void LayoutDispacher() method ElementDescendants (line 332) | internal static IEnumerable ElementDescendants(Element ... FILE: SettingsView/Native/iOS/Cells/CustomCellView.cs class CustomCellView (line 8) | [Foundation.Preserve(AllMembers = true)] method CustomCellView (line 17) | public CustomCellView(CellBase virtualCell) : base(virtualCell) method UpdateConstraints (line 22) | public override void UpdateConstraints() method SetUpContentView (line 29) | protected override void SetUpContentView() method UpdateContent (line 60) | internal virtual void UpdateContent(UITableView tableView) method CellPropertyChanged (line 81) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 91) | public override void RowSelected(UITableView tableView, NSIndexPath in... method RowLongPressed (line 104) | public override bool RowLongPressed(UITableView tableView, NSIndexPath... method SetHighlighted (line 116) | public override void SetHighlighted(bool highlighted, bool animated) method SetSelected (line 133) | public override void SetSelected(bool selected, bool animated) method BackupSubviewsColor (line 146) | void BackupSubviewsColor(UIView view, Dictionary colors) method RestoreSubviewsColor (line 156) | void RestoreSubviewsColor(UIView view, Dictionary col... method UpdateCell (line 172) | public override void UpdateCell(UITableView tableView) method Dispose (line 184) | protected override void Dispose(bool disposing) method UpdateCommand (line 206) | internal virtual void UpdateCommand() method UpdateIsEnabled (line 237) | internal override void UpdateIsEnabled() method Command_CanExecuteChanged (line 246) | protected virtual void Command_CanExecuteChanged(object sender, EventA... FILE: SettingsView/Native/iOS/Cells/DatePickerCellView.cs class DatePickerCellView (line 12) | [Foundation.Preserve(AllMembers = true)] method DatePickerCellView (line 28) | public DatePickerCellView(CellBase formsCell) : base(formsCell) method UpdateCell (line 44) | public override void UpdateCell(UITableView tableView) method CellPropertyChanged (line 57) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 67) | public override void RowSelected(UITableView tableView, NSIndexPath in... method Dispose (line 78) | protected override void Dispose(bool disposing) method LayoutSubviews (line 94) | public override void LayoutSubviews() method SetUpDatePicker (line 101) | void SetUpDatePicker() method SetToday (line 143) | void SetToday() method Done (line 151) | void Done() method UpdateDate (line 158) | internal void UpdateDate() method UpdateMaximumDate (line 174) | internal void UpdateMaximumDate() method UpdateMinimumDate (line 180) | internal void UpdateMinimumDate() method UpdateTodayText (line 186) | internal void UpdateTodayText() FILE: SettingsView/Native/iOS/Cells/EntryCellView.cs class EntryCellView (line 16) | [Foundation.Preserve(AllMembers = true)] method EntryCellView (line 28) | public EntryCellView(CellBase virtualCell) : base(virtualCell) method UpdateCell (line 53) | public override void UpdateCell(UITableView tableView) method CellPropertyChanged (line 74) | public override void CellPropertyChanged(object sender, System.Compone... method ParentPropertyChanged (line 84) | public override void ParentPropertyChanged(object sender, System.Compo... method RowSelected (line 105) | public override void RowSelected(UITableView tableView, NSIndexPath in... method Dispose (line 115) | protected override void Dispose(bool disposing) method SetEnabledAppearance (line 142) | internal override void SetEnabledAppearance(bool isEnabled) method UpdateValueText (line 155) | internal void UpdateValueText() method UpdateValueTextFont (line 164) | internal void UpdateValueTextFont() method UpdateValueTextColor (line 184) | internal void UpdateValueTextColor() method UpdateKeyboard (line 197) | internal void UpdateKeyboard() method UpdatePlaceholder (line 202) | internal void UpdatePlaceholder() method UpdateTextAlignment (line 216) | internal void UpdateTextAlignment() method UpdateIsPassword (line 222) | internal void UpdateIsPassword() method UpdateShowDoneButton (line 227) | internal void UpdateShowDoneButton() method _textField_EditingChanged (line 251) | void _textField_EditingChanged(object sender, EventArgs e) method ValueField_EditingDidBegin (line 257) | void ValueField_EditingDidBegin(object sender, EventArgs e) method ValueField_EditingDidEnd (line 263) | void ValueField_EditingDidEnd(object sender, EventArgs e) method EntryCell_Focused (line 274) | void EntryCell_Focused(object sender, EventArgs e) method OnShouldReturn (line 280) | bool OnShouldReturn(UITextField view) FILE: SettingsView/Native/iOS/Cells/LabelCellView.cs class LabelCellView (line 10) | public class LabelCellView: CellBaseView method LabelCellView (line 23) | public LabelCellView(CellBase virtualCell) : base(virtualCell) method ParentPropertyChanged (line 38) | public override void ParentPropertyChanged(object sender, PropertyChan... method UpdateCell (line 57) | public override void UpdateCell(UITableView tableView) method SetEnabledAppearance (line 69) | internal override void SetEnabledAppearance(bool isEnabled) method UpdateValueText (line 85) | internal void UpdateValueText() method UpdateValueTextFont (line 90) | internal void UpdateValueTextFont() method UpdateValueTextColor (line 108) | internal void UpdateValueTextColor() method Dispose (line 125) | protected override void Dispose(bool disposing) FILE: SettingsView/Native/iOS/Cells/NumberPickerCellView.cs class NumberPickerCellView (line 13) | [Foundation.Preserve(AllMembers = true)] method NumberPickerCellView (line 32) | public NumberPickerCellView(CellBase virtualCell) : base(virtualCell) method CellPropertyChanged (line 51) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 61) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateCell (line 70) | public override void UpdateCell(UITableView tableView) method Dispose (line 87) | protected override void Dispose(bool disposing) method SetUpPicker (line 107) | void SetUpPicker() method UpdateNumber (line 143) | internal virtual void UpdateNumber() method FormatNumber (line 149) | private string FormatNumber(int? number) method UpdateNumberList (line 156) | internal void UpdateNumberList() method UpdateTitle (line 162) | internal void UpdateTitle() method UpdateCommand (line 169) | internal void UpdateCommand() method Model_UpdatePickerFromModel (line 174) | void Model_UpdatePickerFromModel(object sender, EventArgs e) method LayoutSubviews (line 183) | public override void LayoutSubviews() method Select (line 192) | void Select(int? number) FILE: SettingsView/Native/iOS/Cells/NumberPickerSource.cs class NumberPickerSource (line 7) | [Foundation.Preserve(AllMembers = true)] method NumberPickerSource (line 12) | public NumberPickerSource(string unit) method GetComponentCount (line 32) | public override nint GetComponentCount(UIPickerView picker) method GetRowsInComponent (line 43) | public override nint GetRowsInComponent(UIPickerView pickerView, nint ... method GetTitle (line 55) | public override string GetTitle(UIPickerView picker, nint row, nint co... method Selected (line 70) | public override void Selected(UIPickerView picker, nint row, nint comp... method SetNumbers (line 91) | public void SetNumbers(int min, int max) method OnUpdatePickerFormModel (line 106) | public void OnUpdatePickerFormModel() method SelectItem (line 111) | private int SelectItem(int row) FILE: SettingsView/Native/iOS/Cells/RadioCellView.cs class RadioCellView (line 12) | [Foundation.Preserve(AllMembers = true)] method RadioCellView (line 40) | public RadioCellView(CellBase virtualCell) : base(virtualCell) method Dispose (line 49) | protected override void Dispose(bool disposing) method UpdateCell (line 57) | public override void UpdateCell(UITableView tableView) method CellPropertyChanged (line 69) | public override void CellPropertyChanged(object sender, PropertyChange... method ParentPropertyChanged (line 79) | public override void ParentPropertyChanged(object sender, PropertyChan... method SectionPropertyChanged (line 97) | public override void SectionPropertyChanged(object sender, PropertyCha... method RowSelected (line 111) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateSelectedValue (line 120) | void UpdateSelectedValue() method UpdateAccentColor (line 138) | internal void UpdateAccentColor() FILE: SettingsView/Native/iOS/Cells/SimpleCheckCellView.cs class SimpleCheckCellView (line 9) | [Foundation.Preserve(AllMembers = true)] method SimpleCheckCellView (line 14) | public SimpleCheckCellView(CellBase virtualCell): base(virtualCell) method ParentPropertyChanged (line 19) | public override void ParentPropertyChanged(object sender, PropertyChan... method RowSelected (line 28) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateChecked (line 35) | internal void UpdateChecked() method UpdateAccentColor (line 41) | internal void UpdateAccentColor() FILE: SettingsView/Native/iOS/Cells/SwitchCellView.cs class SwitchCellView (line 12) | [Foundation.Preserve(AllMembers = true)] method SwitchCellView (line 23) | public SwitchCellView(CellBase virtualCell) : base(virtualCell) method RowSelected (line 32) | public override void RowSelected(UITableView tableView, NSIndexPath in... method CellPropertyChanged (line 43) | public override void CellPropertyChanged(object sender, System.Compone... method ParentPropertyChanged (line 53) | public override void ParentPropertyChanged(object sender, System.Compo... method UpdateCell (line 65) | public override void UpdateCell(UITableView tableView) method Dispose (line 80) | protected override void Dispose(bool disposing) method SetEnabledAppearance (line 96) | internal override void SetEnabledAppearance(bool isEnabled) method _switch_ValueChanged (line 109) | void _switch_ValueChanged(object sender, EventArgs e) method UpdateOn (line 114) | internal void UpdateOn() method UpdateAccentColor (line 122) | internal void UpdateAccentColor() FILE: SettingsView/Native/iOS/Cells/TextPickerCellView.cs class TextPickerCellView (line 14) | [Foundation.Preserve(AllMembers = true)] method TextPickerCellView (line 33) | public TextPickerCellView(CellBase virtualCell) : base(virtualCell) method CellPropertyChanged (line 52) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 62) | public override void RowSelected(UITableView tableView, NSIndexPath in... method UpdateCell (line 71) | public override void UpdateCell(UITableView tableView) method Dispose (line 85) | protected override void Dispose(bool disposing) method SetUpPicker (line 105) | void SetUpPicker() method UpdateSelectedItem (line 141) | internal void UpdateSelectedItem() method UpdateItems (line 147) | internal void UpdateItems() method UpdateTitle (line 158) | internal void UpdateTitle() method UpdateCommand (line 165) | internal void UpdateCommand() method Model_UpdatePickerFromModel (line 170) | void Model_UpdatePickerFromModel(object sender, EventArgs e) method LayoutSubviews (line 179) | public override void LayoutSubviews() method Select (line 186) | void Select(object item) FILE: SettingsView/Native/iOS/Cells/TextPickerSource.cs class TextPickerSource (line 7) | [Foundation.Preserve(AllMembers = true)] method GetComponentCount (line 26) | public override nint GetComponentCount(UIPickerView picker) method GetRowsInComponent (line 37) | public override nint GetRowsInComponent(UIPickerView pickerView, nint ... method GetTitle (line 49) | public override string GetTitle(UIPickerView picker, nint row, nint co... method Selected (line 61) | public override void Selected(UIPickerView picker, nint row, nint comp... method SetItems (line 81) | public void SetItems(IList items) method OnUpdatePickerFormModel (line 89) | public void OnUpdatePickerFormModel() FILE: SettingsView/Native/iOS/Cells/TimePickerCellView.cs class TimePickerCellView (line 12) | [Foundation.Preserve(AllMembers = true)] method TimePickerCellView (line 29) | public TimePickerCellView(CellBase virtualCell) : base(virtualCell) method UpdateCell (line 45) | public override void UpdateCell(UITableView tableView) method CellPropertyChanged (line 57) | public override void CellPropertyChanged(object sender, System.Compone... method RowSelected (line 76) | public override void RowSelected(UITableView tableView, NSIndexPath in... method Dispose (line 87) | protected override void Dispose(bool disposing) method LayoutSubviews (line 105) | public override void LayoutSubviews() method SetUpTimePicker (line 112) | void SetUpTimePicker() method Canceled (line 147) | void Canceled() method Done (line 152) | void Done() method UpdateTime (line 159) | internal void UpdateTime() method UpdatePickerTitle (line 166) | internal void UpdatePickerTitle() FILE: SettingsView/Native/iOS/CustomHeaderFooterView.cs class CustomHeaderView (line 15) | public class CustomHeaderView : CustomHeaderFooterView method CustomHeaderView (line 17) | public CustomHeaderView() method CustomHeaderView (line 21) | public CustomHeaderView(NSCoder coder) : base(coder) method CustomHeaderView (line 25) | public CustomHeaderView(CGRect frame) : base(frame) method CustomHeaderView (line 29) | public CustomHeaderView(NSString reuseIdentifier) : base(reuseIdentifier) method CustomHeaderView (line 33) | protected CustomHeaderView(NSObjectFlag t) : base(t) method CustomHeaderView (line 37) | protected internal CustomHeaderView(NativeHandle handle) : base(handle) class CustomFooterView (line 42) | public class CustomFooterView : CustomHeaderFooterView method CustomFooterView (line 44) | public CustomFooterView() method CustomFooterView (line 48) | public CustomFooterView(NSString reuseIdentifier) : base(reuseIdentifier) method CustomFooterView (line 52) | public CustomFooterView(NSCoder coder) : base(coder) method CustomFooterView (line 56) | public CustomFooterView(CGRect frame) : base(frame) method CustomFooterView (line 60) | protected CustomFooterView(NSObjectFlag t) : base(t) method CustomFooterView (line 64) | protected internal CustomFooterView(NativeHandle handle) : base(handle) class CustomHeaderFooterView (line 69) | public class CustomHeaderFooterView:UITableViewHeaderFooterView method CustomHeaderFooterView (line 77) | public CustomHeaderFooterView() method CustomHeaderFooterView (line 81) | public CustomHeaderFooterView(NSCoder coder) : base(coder) method CustomHeaderFooterView (line 85) | protected CustomHeaderFooterView(NSObjectFlag t) : base(t) method CustomHeaderFooterView (line 89) | protected internal CustomHeaderFooterView(NativeHandle handle) : base(... method CustomHeaderFooterView (line 93) | public CustomHeaderFooterView(CGRect frame) : base(frame) method CustomHeaderFooterView (line 97) | public CustomHeaderFooterView(NSString reuseIdentifier) : base(reuseId... method Dispose (line 101) | protected override void Dispose(bool disposing) method UpdateNativeCell (line 140) | public virtual void UpdateNativeCell() method CellPropertyChanged (line 145) | public virtual void CellPropertyChanged(object sender, PropertyChanged... method UpdateIsEnabled (line 153) | protected virtual void UpdateIsEnabled() method UpdateCell (line 158) | public virtual void UpdateCell(View newCell,UITableView tableView) method OnInnerLayoutSizeChanged (line 275) | private void OnInnerLayoutSizeChanged(object sender, EventArgs e) method OnMeasureInvalidated (line 280) | private void OnMeasureInvalidated(object sender, EventArgs e) method GetNewHandler (line 285) | protected virtual IPlatformViewHandler? GetNewHandler() method ArrangeSubView (line 306) | protected virtual void ArrangeSubView(IPlatformViewHandler handler) method ForceLayout (line 319) | async Task ForceLayout(CancellationToken token) method LayoutDispatcher (line 371) | void LayoutDispatcher() FILE: SettingsView/Native/iOS/Extensions/DisposeHelpers.cs class DisposeHelpers (line 6) | public static class DisposeHelpers method DisposeModalAndChildHandlers (line 12) | public static void DisposeModalAndChildHandlers(this Microsoft.Maui.IE... method DisposeHandlersAndChildren (line 53) | public static void DisposeHandlersAndChildren(this IPlatformViewHandle... FILE: SettingsView/Native/iOS/Extensions/NSObjectExtension.cs class NSObjectExtension (line 6) | public static class NSObjectExtension method DisposeIfDisposable (line 12) | public static void DisposeIfDisposable(this NSObject target) method IsDisposed (line 25) | public static bool IsDisposed(this NSObject target) FILE: SettingsView/Native/iOS/Extensions/StackViewAlignmentExtensions.cs class StackViewAlignmentExtensions (line 9) | [Foundation.Preserve(AllMembers = true)] method ToNativeVertical (line 17) | public static UIStackViewAlignment ToNativeVertical(this LayoutAlignme... method ToNativeHorizontal (line 36) | public static UIStackViewAlignment ToNativeHorizontal(this LayoutAlign... FILE: SettingsView/Native/iOS/Extensions/TextAlignmentExtensions.cs class TextAlignmentExtensions (line 9) | [Foundation.Preserve(AllMembers = true)] method ToUITextAlignment (line 17) | public static UITextAlignment ToUITextAlignment(this TextAlignment forms) FILE: SettingsView/Native/iOS/Extensions/ThicknessExtensions.cs class ThicknessExtensions (line 10) | [Foundation.Preserve(AllMembers = true)] method ToUIEdgeInsets (line 18) | public static UIEdgeInsets ToUIEdgeInsets(this Thickness forms) FILE: SettingsView/Native/iOS/KeyboardInsetTracker.cs class KeyboardInsetTracker (line 14) | [Foundation.Preserve(AllMembers = true)] method KeyboardInsetTracker (line 25) | public KeyboardInsetTracker(UIView targetView, Func fetchWin... method Dispose (line 35) | public void Dispose() method UpdateInsets (line 46) | internal void UpdateInsets() method OnKeyboardHidden (line 87) | void OnKeyboardHidden(object sender, UIKeyboardEventArgs args) method OnKeyboardShown (line 93) | void OnKeyboardShown(object sender, UIKeyboardEventArgs args) method FindFirstResponder (line 100) | UIView FindFirstResponder(UIView view) class KeyboardObserver (line 116) | internal static class KeyboardObserver method KeyboardObserver (line 118) | static KeyboardObserver() method OnKeyboardHidden (line 128) | static void OnKeyboardHidden(object sender, UIKeyboardEventArgs args) method OnKeyboardShown (line 135) | static void OnKeyboardShown(object sender, UIKeyboardEventArgs args) FILE: SettingsView/Native/iOS/PaddingLabel.cs class PaddingLabel (line 7) | public class PaddingLabel : UILabel method DrawText (line 19) | public override void DrawText(CGRect rect) FILE: SettingsView/Native/iOS/SettingsTableSource.cs class SettingsTableSource (line 19) | [Foundation.Preserve(AllMembers = true)] method SettingsTableSource (line 40) | public SettingsTableSource(SettingsView settingsView) method GetCell (line 63) | public override UITableViewCell GetCell(UITableView tableView, NSIndex... method GetHeightForRow (line 114) | public override NFloat GetHeightForRow(UITableView tableView, NSIndexP... method GetHeightForHeader (line 143) | public override NFloat GetHeightForHeader(UITableView tableView, nint ... method GetViewForHeader (line 175) | public override UIView GetViewForHeader(UITableView tableView, nint se... method GetHeightForFooter (line 217) | public override NFloat GetHeightForFooter(UITableView tableView, nint ... method GetViewForFooter (line 252) | public override UIView GetViewForFooter(UITableView tableView, nint se... method GetNativeSectionHeaderFooterView (line 288) | UIView GetNativeSectionHeaderFooterView(View formsView, UITableView ta... method NumberOfSections (line 302) | public override nint NumberOfSections(UITableView tableView) method RowsInSection (line 314) | public override nint RowsInSection(UITableView tableview, nint section) method ShouldShowMenu (line 321) | public override bool ShouldShowMenu(UITableView tableView, NSIndexPath... method CanPerformAction (line 346) | public override bool CanPerformAction(UITableView tableView, Selector ... method PerformAction (line 351) | public override void PerformAction(UITableView tableView, Selector act... method SectionIndexTitles (line 360) | public override string[] SectionIndexTitles(UITableView tableView) method RowSelected (line 370) | public override void RowSelected(UITableView tableView, NSIndexPath in... method Dispose (line 385) | protected override void Dispose(bool disposing) FILE: SettingsView/Native/iOS/TextFooterView.cs class TextFooterView (line 10) | public class TextFooterView : UITableViewHeaderFooterView method TextFooterView (line 15) | public TextFooterView() method TextFooterView (line 19) | public TextFooterView(NSCoder coder) : base(coder) method TextFooterView (line 23) | protected TextFooterView(NSObjectFlag t) : base(t) method TextFooterView (line 27) | protected internal TextFooterView(NativeHandle handle) : base(handle) method TextFooterView (line 49) | public TextFooterView(CGRect frame) : base(frame) method TextFooterView (line 53) | public TextFooterView(NSString reuseIdentifier) : base(reuseIdentifier) method Dispose (line 57) | protected override void Dispose(bool disposing) FILE: SettingsView/Native/iOS/TextHeaderView.cs class TextHeaderView (line 10) | public class TextHeaderView : UITableViewHeaderFooterView method TextHeaderView (line 17) | public TextHeaderView() method TextHeaderView (line 21) | public TextHeaderView(NSCoder coder) : base(coder) method TextHeaderView (line 25) | protected TextHeaderView(NSObjectFlag t) : base(t) method TextHeaderView (line 29) | protected internal TextHeaderView(NativeHandle handle) : base(handle) method TextHeaderView (line 52) | public TextHeaderView(CGRect frame) : base(frame) method TextHeaderView (line 56) | public TextHeaderView(NSString reuseIdentifier) : base(reuseIdentifier) method SetVerticalAlignment (line 60) | public void SetVerticalAlignment(LayoutAlignment align) method Dispose (line 99) | protected override void Dispose(bool disposing) FILE: SettingsView/NaturalComparer.cs type NaturalSortOrder (line 12) | public enum NaturalSortOrder : int type NaturalComparerOptions (line 27) | [Flags()] class NaturalComparer (line 65) | public class NaturalComparer : IComparer, IComparer type CharTypes (line 70) | private enum CharTypes : uint method NaturalComparer (line 104) | public NaturalComparer() method NaturalComparer (line 111) | public NaturalComparer(NaturalSortOrder order) method NaturalComparer (line 119) | public NaturalComparer(NaturalSortOrder order, NaturalComparerOptions ... method NaturalComparer (line 128) | public NaturalComparer(NaturalSortOrder order, NaturalComparerOptions ... method Compare (line 237) | public int Compare(string s1, string s2) method Compare (line 252) | int IComparer.Compare(object s1, object s2) method LocalCompare (line 267) | protected virtual int LocalCompare(string s1, string s2) method SkipIgnoreCharacter (line 376) | private void SkipIgnoreCharacter(string source, ref int pos) method GetCharType (line 392) | private CharTypes GetCharType(char c, char back, CharTypes state) method ConvertChar (line 552) | private string ConvertChar(string source) method ConvertHalf (line 579) | private void ConvertHalf(StringBuilder source) method ConvertUpperCase (line 612) | private void ConvertUpperCase(StringBuilder source) method ConvertKatakana (line 625) | private void ConvertKatakana(StringBuilder source) method GetNumber (line 766) | private bool GetNumber(string source, CharTypes type, ref int pos, out... method CompareChar (line 804) | private int CompareChar(char c1, char c2) type INumberComverter (line 824) | private interface INumberComverter method AddChar (line 844) | bool AddChar(char number); class NumberConverter (line 855) | private class NumberConverter : INumberComverter method NumberConverter (line 880) | public NumberConverter(char number) method AddChar (line 927) | public bool AddChar(char number) class RomanNumberConverter (line 976) | private class RomanNumberConverter : INumberComverter method RomanNumberConverter (line 999) | public RomanNumberConverter(char alpha) method AddChar (line 1052) | public bool AddChar(char roman) method Parse (line 1098) | protected long Parse(char alpha) method IsAlpha (line 1117) | protected bool IsAlpha(char alpha) class JpRomanNumberConverter (line 1130) | private class JpRomanNumberConverter : INumberComverter method JpRomanNumberConverter (line 1153) | public JpRomanNumberConverter(char roman) method AddChar (line 1211) | public bool AddChar(char roman) method Parse (line 1260) | protected long Parse(char roman) class CircleNumberConverter (line 1284) | private class CircleNumberConverter : INumberComverter method CircleNumberConverter (line 1297) | public CircleNumberConverter(char number) method AddChar (line 1360) | public bool AddChar(char number) class KanjiNumberConverter (line 1373) | private class KanjiNumberConverter : INumberComverter method KanjiNumberConverter (line 1398) | public KanjiNumberConverter(char number) method AddChar (line 1443) | public bool AddChar(char kanji) method Parse (line 1520) | protected long Parse(char kanji) FILE: SettingsView/Pages/PickerPage.xaml.cs class PickerPage (line 7) | public partial class PickerPage : ContentPage method PickerPage (line 15) | public PickerPage(PickerCell cell) method Model_RowSelected (line 41) | private void Model_RowSelected(CellBase cell) method SetUpProperties (line 46) | void SetUpProperties() method OnDisappearing (line 117) | protected override void OnDisappearing() method UpdateSelected (line 147) | void UpdateSelected(DisplayValue item) method SelectedSingle (line 160) | void SelectedSingle(DisplayValue item) method SelectedMulti (line 178) | void SelectedMulti(DisplayValue item) method DoPickToClose (line 198) | void DoPickToClose() class DisplayValue (line 207) | public class DisplayValue : BindableBase method DisplayValue (line 234) | public DisplayValue(string display, string subDisplay, bool selected, ... FILE: SettingsView/Section.cs class Section (line 9) | public class Section: SectionBase method Section (line 14) | public Section() method Section (line 24) | public Section(string title) : this() method OnBindingContextChanged (line 32) | protected override void OnBindingContextChanged() method MoveSourceItemWithoutNotify (line 50) | public void MoveSourceItemWithoutNotify(int from, int to) method MoveCellWithoutNotify (line 80) | public void MoveCellWithoutNotify(int from, int to) method DeleteSourceItemWithoutNotify (line 89) | public (CellBase Cell, Object Item) DeleteSourceItemWithoutNotify(int ... method InsertSourceItemWithoutNotify (line 114) | public void InsertSourceItemWithoutNotify(CellBase cell, Object item, ... method DeleteCellWithoutNotify (line 134) | public CellBase DeleteCellWithoutNotify(int from) method InsertCellWithoutNotify (line 143) | public void InsertCellWithoutNotify(CellBase cell, int to) method OnCollectionChanged (line 150) | void OnCollectionChanged(object sender, NotifyCollectionChangedEventAr... method OnPropertyChanged (line 163) | void OnPropertyChanged(object sender, PropertyChangedEventArgs e) method OnItemPropertyChanged (line 168) | void OnItemPropertyChanged(object sender, PropertyChangedEventArgs e) method ItemsChanged (line 398) | static void ItemsChanged(BindableObject bindable, object oldValue, obj... method OnItemsSourceCollectionChanged (line 461) | void OnItemsSourceCollectionChanged(object sender, NotifyCollectionCha... method CreateChildViewFor (line 518) | static CellBase CreateChildViewFor(DataTemplate template, object item,... FILE: SettingsView/SectionBase.cs class SectionBase (line 8) | public class SectionBase: Element, IList, IVisualTreeElement, ... method SectionBase (line 19) | protected SectionBase() method SectionBase (line 27) | protected SectionBase(string title) method Add (line 48) | public void Add(CellBase item) method Clear (line 57) | public void Clear() method Contains (line 69) | public bool Contains(CellBase item) method CopyTo (line 74) | public void CopyTo(CellBase[] array, int arrayIndex) method Remove (line 89) | public bool Remove(CellBase item) method GetEnumerator (line 98) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 103) | public IEnumerator GetEnumerator() method IndexOf (line 108) | public int IndexOf(CellBase item) method Insert (line 113) | public void Insert(int index, CellBase item) method RemoveAt (line 128) | public void RemoveAt(int index) method Add (line 145) | public void Add(IEnumerable items) method OnBindingContextChanged (line 153) | protected override void OnBindingContextChanged() method OnChildrenChanged (line 164) | void OnChildrenChanged(object sender, NotifyCollectionChangedEventArgs... method GetVisualChildren (line 178) | IReadOnlyList IVisualTreeElement.GetVisualChildren... method GetVisualParent (line 179) | IVisualTreeElement IVisualTreeElement.GetVisualParent() => null; FILE: SettingsView/SettingsModel.cs class SettingsModel (line 10) | public class SettingsModel method SettingsModel (line 22) | public SettingsModel(SettingsRoot settingsRoot) method GetCell (line 33) | public virtual CellBase GetCell(int section, int row) method GetRowCount (line 45) | public virtual int GetRowCount(int section) method GetSectionCount (line 54) | public virtual int GetSectionCount() method GetSection (line 64) | public virtual Section GetSection(int section) method GetSectionFromCell (line 74) | public virtual Section GetSectionFromCell(CellBase cell) method GetSectionIndex (line 84) | public virtual int GetSectionIndex(Section section) method GetSectionTitle (line 94) | public virtual string GetSectionTitle(int section) method GetSectionIndexTitles (line 99) | public virtual string[] GetSectionIndexTitles() method GetSectionHeaderView (line 110) | public virtual View GetSectionHeaderView(int section) method GetFooterText (line 120) | public virtual string GetFooterText(int section) method GetSectionFooterView (line 130) | public virtual View GetSectionFooterView(int section) method OnRowSelected (line 139) | protected virtual void OnRowSelected(object item) method GetHeaderHeight (line 149) | public virtual double GetHeaderHeight(int section) method OnRowSelected (line 154) | public void OnRowSelected(int section, int row) method OnRowSelected (line 161) | public void OnRowSelected(CellBase cell) method GetPath (line 168) | internal static Tuple GetPath(CellBase item) method SetPath (line 177) | internal static void SetPath(CellBase item, Tuple index) FILE: SettingsView/SettingsRoot.cs class SettingsRoot (line 10) | public class SettingsRoot : TableSectionBase
method SettingsRoot (line 15) | public SettingsRoot() method ChildCollectionChanged (line 33) | void ChildCollectionChanged(object sender, NotifyCollectionChangedEven... method ChildPropertyChanged (line 38) | void ChildPropertyChanged(object sender, PropertyChangedEventArgs e) method OnCellPropertyChanged (line 43) | void OnCellPropertyChanged(object sender, CellPropertyChangedEventArgs e) method SetupEvents (line 48) | void SetupEvents() FILE: SettingsView/SettingsView.DefineProperites.cs class SettingsView (line 12) | public partial class SettingsView method ItemsChanged (line 997) | static void ItemsChanged(BindableObject bindable, object oldValue, obj... method OnItemsSourceCollectionChanged (line 1058) | void OnItemsSourceCollectionChanged(object sender, NotifyCollectionCha... method SendItemDropped (line 1109) | internal void SendItemDropped(Section section,CellBase cell) method CreateChildViewFor (line 1116) | static Section CreateChildViewFor(DataTemplate template, object item, ... FILE: SettingsView/SettingsView.cs class SettingsView (line 9) | [ContentProperty("Root")] method ClearCache (line 16) | public static void ClearCache() method SettingsView (line 50) | public SettingsView() method OnBindingContextChanged (line 89) | protected override void OnBindingContextChanged() method OnSectionPropertyChanged (line 96) | void OnSectionPropertyChanged(object sender, System.ComponentModel.Pro... method OnCellPropertyChanged (line 101) | void OnCellPropertyChanged(object sender, CellPropertyChangedEventArgs e) method OnPropertyChanged (line 110) | protected override void OnPropertyChanged(string propertyName = null) method OnCollectionChanged (line 139) | public void OnCollectionChanged(object sender, NotifyCollectionChanged... method OnSectionCollectionChanged (line 174) | public void OnSectionCollectionChanged(object sender, NotifyCollection... method OnModelChanged (line 186) | void OnModelChanged() FILE: SettingsView/SettingsViewConfiguration.cs class SettingsViewConfiguration (line 4) | internal static class SettingsViewConfiguration FILE: SettingsView/SizeTypeConverter.cs class SizeConverter (line 10) | public class SizeConverter : TypeConverter method ConvertFrom (line 12) | public override object ConvertFrom(ITypeDescriptorContext context, Cul...