diff --git a/src/Controls/src/Core/Controls.Core.csproj b/src/Controls/src/Core/Controls.Core.csproj
index 935ad4afade5..245681811c9e 100644
--- a/src/Controls/src/Core/Controls.Core.csproj
+++ b/src/Controls/src/Core/Controls.Core.csproj
@@ -8,7 +8,7 @@
<_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' And '$(MSBuildRuntimeType)' == 'Full'">True
high
true
- $(NoWarn);CS1591
+ $(NoWarn);CS1591;RS0041;RS0026;RS0027;RS0022
@@ -28,13 +28,19 @@
+
-
+
+
+
+
+
+
$(TargetsForTfmSpecificBuildOutput);
diff --git a/src/Controls/src/Core/PublicAPI/net6.0-android/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net6.0-android/PublicAPI.Shipped.txt
new file mode 100644
index 000000000000..f48ee2c9eca0
--- /dev/null
+++ b/src/Controls/src/Core/PublicAPI/net6.0-android/PublicAPI.Shipped.txt
@@ -0,0 +1,7833 @@
+#nullable enable
+abstract Microsoft.Maui.Controls.Brush.IsEmpty.get -> bool
+abstract Microsoft.Maui.Controls.Compatibility.Layout.LayoutChildren(double x, double y, double width, double height) -> void
+abstract Microsoft.Maui.Controls.Internals.GIFImageParser.FinishedParsing() -> void
+abstract Microsoft.Maui.Controls.Internals.GIFImageParser.StartParsing() -> void
+abstract Microsoft.Maui.Controls.Internals.TableModel.GetRowCount(int section) -> int
+abstract Microsoft.Maui.Controls.Internals.TableModel.GetSectionCount() -> int
+abstract Microsoft.Maui.Controls.Shapes.Shape.GetPath() -> Microsoft.Maui.Graphics.PathF!
+const Microsoft.Maui.Controls.Cell.DefaultCellHeight = 40 -> int
+const Microsoft.Maui.Controls.Handlers.Compatibility.BaseCellView.DefaultMinHeight = 44 -> double
+const Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellView.DefaultMinHeight = 55 -> double
+const Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer.MoreTabId = 99 -> int
+Microsoft.Maui.Controls.AbsoluteLayout
+Microsoft.Maui.Controls.AbsoluteLayout.AbsoluteLayout() -> void
+Microsoft.Maui.Controls.Accelerator
+Microsoft.Maui.Controls.AcceleratorTypeConverter
+Microsoft.Maui.Controls.AcceleratorTypeConverter.AcceleratorTypeConverter() -> void
+Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.AccessKeyPlacement.Auto = 0 -> Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.AccessKeyPlacement.Bottom = 2 -> Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.AccessKeyPlacement.Center = 5 -> Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.AccessKeyPlacement.Left = 4 -> Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.AccessKeyPlacement.Right = 3 -> Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.AccessKeyPlacement.Top = 1 -> Microsoft.Maui.Controls.AccessKeyPlacement
+Microsoft.Maui.Controls.ActivityIndicator
+Microsoft.Maui.Controls.ActivityIndicator.ActivityIndicator() -> void
+Microsoft.Maui.Controls.ActivityIndicator.IsRunning.get -> bool
+Microsoft.Maui.Controls.ActivityIndicator.IsRunning.set -> void
+Microsoft.Maui.Controls.AdaptiveTrigger
+Microsoft.Maui.Controls.AdaptiveTrigger.AdaptiveTrigger() -> void
+Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeight.get -> double
+Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeight.set -> void
+Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidth.get -> double
+Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidth.set -> void
+Microsoft.Maui.Controls.AndExpandLayoutManager
+Microsoft.Maui.Controls.AndExpandLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.AndExpandLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Animation
+Microsoft.Maui.Controls.Animation.Animation() -> void
+Microsoft.Maui.Controls.Animation.IsEnabled.get -> bool
+Microsoft.Maui.Controls.AnimationExtensions
+Microsoft.Maui.Controls.Application
+Microsoft.Maui.Controls.Application.Application() -> void
+Microsoft.Maui.Controls.Application.AppLinks.get -> Microsoft.Maui.Controls.IAppLinks!
+Microsoft.Maui.Controls.Application.MainPage.get -> Microsoft.Maui.Controls.Page?
+Microsoft.Maui.Controls.Application.MainPage.set -> void
+Microsoft.Maui.Controls.Application.ModalPopped -> System.EventHandler?
+Microsoft.Maui.Controls.Application.ModalPopping -> System.EventHandler?
+Microsoft.Maui.Controls.Application.ModalPushed -> System.EventHandler?
+Microsoft.Maui.Controls.Application.ModalPushing -> System.EventHandler?
+Microsoft.Maui.Controls.Application.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy?
+Microsoft.Maui.Controls.Application.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration!
+Microsoft.Maui.Controls.Application.PageAppearing -> System.EventHandler?
+Microsoft.Maui.Controls.Application.PageDisappearing -> System.EventHandler?
+Microsoft.Maui.Controls.Application.PlatformAppTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme
+Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary!
+Microsoft.Maui.Controls.Application.Quit() -> void
+Microsoft.Maui.Controls.Application.RequestedTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme
+Microsoft.Maui.Controls.Application.RequestedThemeChanged -> System.EventHandler!
+Microsoft.Maui.Controls.Application.Resources.get -> Microsoft.Maui.Controls.ResourceDictionary!
+Microsoft.Maui.Controls.Application.Resources.set -> void
+Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task!
+Microsoft.Maui.Controls.Application.SendOnAppLinkRequestReceived(System.Uri! uri) -> void
+Microsoft.Maui.Controls.Application.SetAppIndexingProvider(Microsoft.Maui.Controls.IAppIndexingProvider! provider) -> void
+Microsoft.Maui.Controls.Application.UserAppTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme
+Microsoft.Maui.Controls.Application.UserAppTheme.set -> void
+Microsoft.Maui.Controls.Application.Windows.get -> System.Collections.Generic.IReadOnlyList!
+Microsoft.Maui.Controls.AppLinkEntry
+Microsoft.Maui.Controls.AppLinkEntry.AppLinkEntry() -> void
+Microsoft.Maui.Controls.AppLinkEntry.IsLinkActive.get -> bool
+Microsoft.Maui.Controls.AppLinkEntry.IsLinkActive.set -> void
+Microsoft.Maui.Controls.AppThemeChangedEventArgs
+Microsoft.Maui.Controls.AppThemeChangedEventArgs.AppThemeChangedEventArgs(Microsoft.Maui.ApplicationModel.AppTheme appTheme) -> void
+Microsoft.Maui.Controls.AppThemeChangedEventArgs.RequestedTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme
+Microsoft.Maui.Controls.AutomationProperties
+Microsoft.Maui.Controls.AutomationProperties.AutomationProperties() -> void
+Microsoft.Maui.Controls.BackButtonBehavior
+Microsoft.Maui.Controls.BackButtonBehavior.BackButtonBehavior() -> void
+Microsoft.Maui.Controls.BackButtonBehavior.IsEnabled.get -> bool
+Microsoft.Maui.Controls.BackButtonBehavior.IsEnabled.set -> void
+Microsoft.Maui.Controls.BackButtonBehavior.IsVisible.get -> bool
+Microsoft.Maui.Controls.BackButtonBehavior.IsVisible.set -> void
+Microsoft.Maui.Controls.BackButtonPressedEventArgs
+Microsoft.Maui.Controls.BackButtonPressedEventArgs.BackButtonPressedEventArgs() -> void
+Microsoft.Maui.Controls.BackButtonPressedEventArgs.Handled.get -> bool
+Microsoft.Maui.Controls.BackButtonPressedEventArgs.Handled.set -> void
+Microsoft.Maui.Controls.BackgroundingEventArgs
+Microsoft.Maui.Controls.BaseMenuItem
+Microsoft.Maui.Controls.BaseMenuItem.BaseMenuItem() -> void
+Microsoft.Maui.Controls.BaseShellItem
+Microsoft.Maui.Controls.BaseShellItem.Appearing -> System.EventHandler
+Microsoft.Maui.Controls.BaseShellItem.BaseShellItem() -> void
+Microsoft.Maui.Controls.BaseShellItem.Disappearing -> System.EventHandler
+Microsoft.Maui.Controls.BaseShellItem.FlyoutItemIsVisible.get -> bool
+Microsoft.Maui.Controls.BaseShellItem.FlyoutItemIsVisible.set -> void
+Microsoft.Maui.Controls.BaseShellItem.IsChecked.get -> bool
+Microsoft.Maui.Controls.BaseShellItem.IsEnabled.get -> bool
+Microsoft.Maui.Controls.BaseShellItem.IsEnabled.set -> void
+Microsoft.Maui.Controls.BaseShellItem.IsVisible.get -> bool
+Microsoft.Maui.Controls.BaseShellItem.IsVisible.set -> void
+Microsoft.Maui.Controls.BaseSwipeEventArgs
+Microsoft.Maui.Controls.BaseSwipeEventArgs.BaseSwipeEventArgs(Microsoft.Maui.SwipeDirection swipeDirection) -> void
+Microsoft.Maui.Controls.BaseSwipeEventArgs.SwipeDirection.get -> Microsoft.Maui.SwipeDirection
+Microsoft.Maui.Controls.BaseSwipeEventArgs.SwipeDirection.set -> void
+Microsoft.Maui.Controls.Behavior
+Microsoft.Maui.Controls.Behavior.Behavior() -> void
+Microsoft.Maui.Controls.Behavior.Behavior() -> void
+Microsoft.Maui.Controls.BindableLayout
+Microsoft.Maui.Controls.BindableObject
+Microsoft.Maui.Controls.BindableObject.ApplyBindings() -> void
+Microsoft.Maui.Controls.BindableObject.BindableObject() -> void
+Microsoft.Maui.Controls.BindableObject.BindingContextChanged -> System.EventHandler
+Microsoft.Maui.Controls.BindableObject.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler
+Microsoft.Maui.Controls.BindableObject.PropertyChanging -> Microsoft.Maui.Controls.PropertyChangingEventHandler
+Microsoft.Maui.Controls.BindableObject.UnapplyBindings() -> void
+Microsoft.Maui.Controls.BindableObjectExtensions
+Microsoft.Maui.Controls.BindableProperty
+Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate
+Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate
+Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate
+Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate
+Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate
+Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate
+Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate
+Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate
+Microsoft.Maui.Controls.BindableProperty.DefaultBindingMode.get -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindableProperty.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate
+Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate
+Microsoft.Maui.Controls.BindablePropertyConverter
+Microsoft.Maui.Controls.BindablePropertyConverter.BindablePropertyConverter() -> void
+Microsoft.Maui.Controls.BindablePropertyKey
+Microsoft.Maui.Controls.Binding
+Microsoft.Maui.Controls.Binding.Binding() -> void
+Microsoft.Maui.Controls.BindingBase
+Microsoft.Maui.Controls.BindingBase.Mode.get -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindingBase.Mode.set -> void
+Microsoft.Maui.Controls.BindingCondition
+Microsoft.Maui.Controls.BindingCondition.BindingCondition() -> void
+Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindingMode.Default = 0 -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindingMode.OneTime = 4 -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindingMode.OneWay = 2 -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindingMode.OneWayToSource = 3 -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.BindingMode.TwoWay = 1 -> Microsoft.Maui.Controls.BindingMode
+Microsoft.Maui.Controls.Border
+Microsoft.Maui.Controls.Border.Border() -> void
+Microsoft.Maui.Controls.Border.Content.get -> Microsoft.Maui.Controls.View?
+Microsoft.Maui.Controls.Border.Content.set -> void
+Microsoft.Maui.Controls.Border.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Border.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Border.OnPaddingPropertyChanged(Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue) -> void
+Microsoft.Maui.Controls.Border.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Border.Padding.set -> void
+Microsoft.Maui.Controls.Border.PaddingDefaultValueCreator() -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Border.Stroke.get -> Microsoft.Maui.Controls.Brush?
+Microsoft.Maui.Controls.Border.Stroke.set -> void
+Microsoft.Maui.Controls.Border.StrokeDashArray.get -> Microsoft.Maui.Controls.DoubleCollection?
+Microsoft.Maui.Controls.Border.StrokeDashArray.set -> void
+Microsoft.Maui.Controls.Border.StrokeDashOffset.get -> double
+Microsoft.Maui.Controls.Border.StrokeDashOffset.set -> void
+Microsoft.Maui.Controls.Border.StrokeDashPattern.get -> float[]?
+Microsoft.Maui.Controls.Border.StrokeLineCap.get -> Microsoft.Maui.Controls.Shapes.PenLineCap
+Microsoft.Maui.Controls.Border.StrokeLineCap.set -> void
+Microsoft.Maui.Controls.Border.StrokeLineJoin.get -> Microsoft.Maui.Controls.Shapes.PenLineJoin
+Microsoft.Maui.Controls.Border.StrokeLineJoin.set -> void
+Microsoft.Maui.Controls.Border.StrokeMiterLimit.get -> double
+Microsoft.Maui.Controls.Border.StrokeMiterLimit.set -> void
+Microsoft.Maui.Controls.Border.StrokeShape.get -> Microsoft.Maui.Graphics.IShape?
+Microsoft.Maui.Controls.Border.StrokeShape.set -> void
+Microsoft.Maui.Controls.Border.StrokeThickness.get -> double
+Microsoft.Maui.Controls.Border.StrokeThickness.set -> void
+Microsoft.Maui.Controls.BoundsConstraint
+Microsoft.Maui.Controls.BoundsTypeConverter
+Microsoft.Maui.Controls.BoundsTypeConverter.BoundsTypeConverter() -> void
+Microsoft.Maui.Controls.BoxView
+Microsoft.Maui.Controls.BoxView.BoxView() -> void
+Microsoft.Maui.Controls.BoxView.CornerRadius.get -> Microsoft.Maui.CornerRadius
+Microsoft.Maui.Controls.BoxView.CornerRadius.set -> void
+Microsoft.Maui.Controls.Brush
+Microsoft.Maui.Controls.Brush.Brush() -> void
+Microsoft.Maui.Controls.BrushTypeConverter
+Microsoft.Maui.Controls.BrushTypeConverter.BrushTypeConverter() -> void
+Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser
+Microsoft.Maui.Controls.Button
+Microsoft.Maui.Controls.Button.BorderWidth.get -> double
+Microsoft.Maui.Controls.Button.BorderWidth.set -> void
+Microsoft.Maui.Controls.Button.Button() -> void
+Microsoft.Maui.Controls.Button.ButtonContentLayout
+Microsoft.Maui.Controls.Button.ButtonContentLayout.ButtonContentLayout(Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition position, double spacing) -> void
+Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition
+Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Bottom = 3 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition
+Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Left = 0 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition
+Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Right = 2 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition
+Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Top = 1 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition
+Microsoft.Maui.Controls.Button.ButtonContentLayout.Position.get -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition
+Microsoft.Maui.Controls.Button.ButtonContentLayout.Spacing.get -> double
+Microsoft.Maui.Controls.Button.ButtonContentTypeConverter
+Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ButtonContentTypeConverter() -> void
+Microsoft.Maui.Controls.Button.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.Button.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.Button.Clicked -> System.EventHandler
+Microsoft.Maui.Controls.Button.CornerRadius.get -> int
+Microsoft.Maui.Controls.Button.CornerRadius.set -> void
+Microsoft.Maui.Controls.Button.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Button.FontAttributes.set -> void
+Microsoft.Maui.Controls.Button.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Button.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.Button.FontSize.get -> double
+Microsoft.Maui.Controls.Button.FontSize.set -> void
+Microsoft.Maui.Controls.Button.IsPressed.get -> bool
+Microsoft.Maui.Controls.Button.LineBreakMode.get -> Microsoft.Maui.LineBreakMode
+Microsoft.Maui.Controls.Button.LineBreakMode.set -> void
+Microsoft.Maui.Controls.Button.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Button.Padding.set -> void
+Microsoft.Maui.Controls.Button.Pressed -> System.EventHandler
+Microsoft.Maui.Controls.Button.Released -> System.EventHandler
+Microsoft.Maui.Controls.Button.SendClicked() -> void
+Microsoft.Maui.Controls.Button.SendPressed() -> void
+Microsoft.Maui.Controls.Button.SendReleased() -> void
+Microsoft.Maui.Controls.Button.TextTransform.get -> Microsoft.Maui.TextTransform
+Microsoft.Maui.Controls.Button.TextTransform.set -> void
+Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.ButtonsMask.Primary = 1 -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.ButtonsMask.Secondary = 2 -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.CarouselLayoutTypeConverter
+Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CarouselLayoutTypeConverter() -> void
+Microsoft.Maui.Controls.CarouselView
+Microsoft.Maui.Controls.CarouselView.CarouselView() -> void
+Microsoft.Maui.Controls.CarouselView.CurrentItemChanged -> System.EventHandler
+Microsoft.Maui.Controls.CarouselView.IsBounceEnabled.get -> bool
+Microsoft.Maui.Controls.CarouselView.IsBounceEnabled.set -> void
+Microsoft.Maui.Controls.CarouselView.IsDragging.get -> bool
+Microsoft.Maui.Controls.CarouselView.IsScrollAnimated.get -> bool
+Microsoft.Maui.Controls.CarouselView.IsScrollAnimated.set -> void
+Microsoft.Maui.Controls.CarouselView.IsScrolling.get -> bool
+Microsoft.Maui.Controls.CarouselView.IsScrolling.set -> void
+Microsoft.Maui.Controls.CarouselView.IsSwipeEnabled.get -> bool
+Microsoft.Maui.Controls.CarouselView.IsSwipeEnabled.set -> void
+Microsoft.Maui.Controls.CarouselView.Loop.get -> bool
+Microsoft.Maui.Controls.CarouselView.Loop.set -> void
+Microsoft.Maui.Controls.CarouselView.PeekAreaInsets.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.CarouselView.PeekAreaInsets.set -> void
+Microsoft.Maui.Controls.CarouselView.Position.get -> int
+Microsoft.Maui.Controls.CarouselView.Position.set -> void
+Microsoft.Maui.Controls.CarouselView.PositionChanged -> System.EventHandler
+Microsoft.Maui.Controls.CarouselView.SetIsDragging(bool value) -> void
+Microsoft.Maui.Controls.Cell
+Microsoft.Maui.Controls.Cell.Appearing -> System.EventHandler
+Microsoft.Maui.Controls.Cell.Cell() -> void
+Microsoft.Maui.Controls.Cell.Disappearing -> System.EventHandler
+Microsoft.Maui.Controls.Cell.ForceUpdateSize() -> void
+Microsoft.Maui.Controls.Cell.ForceUpdateSizeRequested -> System.EventHandler
+Microsoft.Maui.Controls.Cell.HasContextActions.get -> bool
+Microsoft.Maui.Controls.Cell.Height.get -> double
+Microsoft.Maui.Controls.Cell.Height.set -> void
+Microsoft.Maui.Controls.Cell.IsContextActionsLegacyModeEnabled.get -> bool
+Microsoft.Maui.Controls.Cell.IsContextActionsLegacyModeEnabled.set -> void
+Microsoft.Maui.Controls.Cell.IsEnabled.get -> bool
+Microsoft.Maui.Controls.Cell.IsEnabled.set -> void
+Microsoft.Maui.Controls.Cell.RenderHeight.get -> double
+Microsoft.Maui.Controls.Cell.SendAppearing() -> void
+Microsoft.Maui.Controls.Cell.SendDisappearing() -> void
+Microsoft.Maui.Controls.Cell.Tapped -> System.EventHandler
+Microsoft.Maui.Controls.CheckBox
+Microsoft.Maui.Controls.CheckBox.CheckBox() -> void
+Microsoft.Maui.Controls.CheckBox.CheckedChanged -> System.EventHandler
+Microsoft.Maui.Controls.CheckBox.IsChecked.get -> bool
+Microsoft.Maui.Controls.CheckBox.IsChecked.set -> void
+Microsoft.Maui.Controls.CheckedChangedEventArgs
+Microsoft.Maui.Controls.CheckedChangedEventArgs.CheckedChangedEventArgs(bool value) -> void
+Microsoft.Maui.Controls.CheckedChangedEventArgs.Value.get -> bool
+Microsoft.Maui.Controls.ChildGestureRecognizer
+Microsoft.Maui.Controls.ChildGestureRecognizer.ChildGestureRecognizer() -> void
+Microsoft.Maui.Controls.ChildGestureRecognizer.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler
+Microsoft.Maui.Controls.ClickedEventArgs
+Microsoft.Maui.Controls.ClickedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.ClickGestureRecognizer
+Microsoft.Maui.Controls.ClickGestureRecognizer.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.ClickGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.ClickGestureRecognizer.Clicked -> System.EventHandler
+Microsoft.Maui.Controls.ClickGestureRecognizer.ClickGestureRecognizer() -> void
+Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequired.get -> int
+Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequired.set -> void
+Microsoft.Maui.Controls.CloseRequestedEventArgs
+Microsoft.Maui.Controls.CloseRequestedEventArgs.Animated.get -> bool
+Microsoft.Maui.Controls.CloseRequestedEventArgs.Animated.set -> void
+Microsoft.Maui.Controls.CloseRequestedEventArgs.CloseRequestedEventArgs(bool animated) -> void
+Microsoft.Maui.Controls.CollectionSynchronizationCallback
+Microsoft.Maui.Controls.CollectionView
+Microsoft.Maui.Controls.CollectionView.CollectionView() -> void
+Microsoft.Maui.Controls.ColumnDefinition
+Microsoft.Maui.Controls.ColumnDefinition.ColumnDefinition() -> void
+Microsoft.Maui.Controls.ColumnDefinition.ColumnDefinition(Microsoft.Maui.GridLength width) -> void
+Microsoft.Maui.Controls.ColumnDefinition.SizeChanged -> System.EventHandler
+Microsoft.Maui.Controls.ColumnDefinition.Width.get -> Microsoft.Maui.GridLength
+Microsoft.Maui.Controls.ColumnDefinition.Width.set -> void
+Microsoft.Maui.Controls.ColumnDefinitionCollection
+Microsoft.Maui.Controls.ColumnDefinitionCollection.ColumnDefinitionCollection() -> void
+Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter
+Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ColumnDefinitionCollectionTypeConverter() -> void
+Microsoft.Maui.Controls.Command
+Microsoft.Maui.Controls.Command.CanExecuteChanged -> System.EventHandler
+Microsoft.Maui.Controls.Command.ChangeCanExecute() -> void
+Microsoft.Maui.Controls.Command
+Microsoft.Maui.Controls.CompareStateTrigger
+Microsoft.Maui.Controls.CompareStateTrigger.CompareStateTrigger() -> void
+Microsoft.Maui.Controls.Compatibility.AbsoluteLayout
+Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.AbsoluteLayout() -> void
+Microsoft.Maui.Controls.Compatibility.Constraint
+Microsoft.Maui.Controls.Compatibility.Constraint.Constraint() -> void
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Constant.get -> double
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Constant.set -> void
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ConstraintExpression() -> void
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Factor.get -> double
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Factor.set -> void
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Type.get -> Microsoft.Maui.Controls.ConstraintType
+Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Type.set -> void
+Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter
+Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConstraintTypeConverter() -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout
+Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent
+Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContent.set -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems
+Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItems.set -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection
+Microsoft.Maui.Controls.Compatibility.FlexLayout.Direction.set -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout.FlexLayout() -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify
+Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContent.set -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
+Microsoft.Maui.Controls.Compatibility.FlexLayout.Position.set -> void
+Microsoft.Maui.Controls.Compatibility.FlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.Controls.Compatibility.FlexLayout.Wrap.set -> void
+Microsoft.Maui.Controls.Compatibility.Grid
+Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacing.get -> double
+Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacing.set -> void
+Microsoft.Maui.Controls.Compatibility.Grid.Grid() -> void
+Microsoft.Maui.Controls.Compatibility.Grid.InvalidateMeasureInernalNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void
+Microsoft.Maui.Controls.Compatibility.Grid.RowSpacing.get -> double
+Microsoft.Maui.Controls.Compatibility.Grid.RowSpacing.set -> void
+Microsoft.Maui.Controls.Compatibility.INativeElementView
+Microsoft.Maui.Controls.Compatibility.Layout
+Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparent.get -> bool
+Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparent.set -> void
+Microsoft.Maui.Controls.Compatibility.Layout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Compatibility.Layout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Compatibility.Layout.ForceLayout() -> void
+Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBounds.get -> bool
+Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBounds.set -> void
+Microsoft.Maui.Controls.Compatibility.Layout.Layout() -> void
+Microsoft.Maui.Controls.Compatibility.Layout.LayoutChanged -> System.EventHandler
+Microsoft.Maui.Controls.Compatibility.Layout.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Compatibility.Layout.Padding.set -> void
+Microsoft.Maui.Controls.Compatibility.Layout.UpdateChildrenLayout() -> void
+Microsoft.Maui.Controls.Compatibility.Layout.Layout() -> void
+Microsoft.Maui.Controls.Compatibility.Platform.Android.CanvasExtensions
+Microsoft.Maui.Controls.Compatibility.Platform.Android.GeometryExtensions
+Microsoft.Maui.Controls.Compatibility.RelativeLayout
+Microsoft.Maui.Controls.Compatibility.RelativeLayout.RelativeLayout() -> void
+Microsoft.Maui.Controls.Compatibility.StackLayout
+Microsoft.Maui.Controls.Compatibility.StackLayout.Orientation.get -> Microsoft.Maui.Controls.StackOrientation
+Microsoft.Maui.Controls.Compatibility.StackLayout.Orientation.set -> void
+Microsoft.Maui.Controls.Compatibility.StackLayout.Spacing.get -> double
+Microsoft.Maui.Controls.Compatibility.StackLayout.Spacing.set -> void
+Microsoft.Maui.Controls.Compatibility.StackLayout.StackLayout() -> void
+Microsoft.Maui.Controls.CompressedLayout
+Microsoft.Maui.Controls.Condition
+Microsoft.Maui.Controls.ConstraintType
+Microsoft.Maui.Controls.ConstraintType.Constant = 2 -> Microsoft.Maui.Controls.ConstraintType
+Microsoft.Maui.Controls.ConstraintType.RelativeToParent = 0 -> Microsoft.Maui.Controls.ConstraintType
+Microsoft.Maui.Controls.ConstraintType.RelativeToView = 1 -> Microsoft.Maui.Controls.ConstraintType
+Microsoft.Maui.Controls.ContentPage
+Microsoft.Maui.Controls.ContentPage.ContentPage() -> void
+Microsoft.Maui.Controls.ContentPresenter
+Microsoft.Maui.Controls.ContentPresenter.ContentPresenter() -> void
+Microsoft.Maui.Controls.ContentPropertyAttribute
+Microsoft.Maui.Controls.ContentView
+Microsoft.Maui.Controls.ContentView.ContentView() -> void
+Microsoft.Maui.Controls.ControlsColorExtensions
+Microsoft.Maui.Controls.ControlTemplate
+Microsoft.Maui.Controls.ControlTemplate.ControlTemplate() -> void
+Microsoft.Maui.Controls.CurrentItemChangedEventArgs
+Microsoft.Maui.Controls.DataPackage
+Microsoft.Maui.Controls.DataPackage.DataPackage() -> void
+Microsoft.Maui.Controls.DataPackageOperation
+Microsoft.Maui.Controls.DataPackageOperation.Copy = 1 -> Microsoft.Maui.Controls.DataPackageOperation
+Microsoft.Maui.Controls.DataPackageOperation.None = 0 -> Microsoft.Maui.Controls.DataPackageOperation
+Microsoft.Maui.Controls.DataPackagePropertySet
+Microsoft.Maui.Controls.DataPackagePropertySet.Count.get -> int
+Microsoft.Maui.Controls.DataPackagePropertySet.DataPackagePropertySet() -> void
+Microsoft.Maui.Controls.DataPackagePropertySetView
+Microsoft.Maui.Controls.DataPackagePropertySetView.Count.get -> int
+Microsoft.Maui.Controls.DataPackageView
+Microsoft.Maui.Controls.DataTemplate
+Microsoft.Maui.Controls.DataTemplate.DataTemplate() -> void
+Microsoft.Maui.Controls.DataTemplateSelector
+Microsoft.Maui.Controls.DataTemplateSelector.DataTemplateSelector() -> void
+Microsoft.Maui.Controls.DataTrigger
+Microsoft.Maui.Controls.DateChangedEventArgs
+Microsoft.Maui.Controls.DateChangedEventArgs.DateChangedEventArgs(System.DateTime oldDate, System.DateTime newDate) -> void
+Microsoft.Maui.Controls.DateChangedEventArgs.NewDate.get -> System.DateTime
+Microsoft.Maui.Controls.DateChangedEventArgs.OldDate.get -> System.DateTime
+Microsoft.Maui.Controls.DatePicker
+Microsoft.Maui.Controls.DatePicker.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.DatePicker.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.DatePicker.Date.get -> System.DateTime
+Microsoft.Maui.Controls.DatePicker.Date.set -> void
+Microsoft.Maui.Controls.DatePicker.DatePicker() -> void
+Microsoft.Maui.Controls.DatePicker.DateSelected -> System.EventHandler
+Microsoft.Maui.Controls.DatePicker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.DatePicker.FontAttributes.set -> void
+Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.DatePicker.FontSize.get -> double
+Microsoft.Maui.Controls.DatePicker.FontSize.set -> void
+Microsoft.Maui.Controls.DatePicker.MaximumDate.get -> System.DateTime
+Microsoft.Maui.Controls.DatePicker.MaximumDate.set -> void
+Microsoft.Maui.Controls.DatePicker.MinimumDate.get -> System.DateTime
+Microsoft.Maui.Controls.DatePicker.MinimumDate.set -> void
+Microsoft.Maui.Controls.DefinitionCollection.Add(T item) -> void
+Microsoft.Maui.Controls.DefinitionCollection.Clear() -> void
+Microsoft.Maui.Controls.DefinitionCollection.Contains(T item) -> bool
+Microsoft.Maui.Controls.DefinitionCollection.Count.get -> int
+Microsoft.Maui.Controls.DefinitionCollection.IndexOf(T item) -> int
+Microsoft.Maui.Controls.DefinitionCollection.Insert(int index, T item) -> void
+Microsoft.Maui.Controls.DefinitionCollection.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.DefinitionCollection.ItemSizeChanged -> System.EventHandler
+Microsoft.Maui.Controls.DefinitionCollection.Remove(T item) -> bool
+Microsoft.Maui.Controls.DefinitionCollection.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.DefinitionCollection.this[int index].get -> T
+Microsoft.Maui.Controls.DefinitionCollection.this[int index].set -> void
+Microsoft.Maui.Controls.DependencyAttribute
+Microsoft.Maui.Controls.DependencyFetchTarget
+Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance = 0 -> Microsoft.Maui.Controls.DependencyFetchTarget
+Microsoft.Maui.Controls.DependencyFetchTarget.NewInstance = 1 -> Microsoft.Maui.Controls.DependencyFetchTarget
+Microsoft.Maui.Controls.DependencyService
+Microsoft.Maui.Controls.DesignMode
+Microsoft.Maui.Controls.Device
+Microsoft.Maui.Controls.Device.Styles
+Microsoft.Maui.Controls.DeviceStateTrigger
+Microsoft.Maui.Controls.DeviceStateTrigger.DeviceStateTrigger() -> void
+Microsoft.Maui.Controls.DisplayDensityChangedEventArgs
+Microsoft.Maui.Controls.DisplayDensityChangedEventArgs.DisplayDensity.get -> float
+Microsoft.Maui.Controls.DisplayDensityChangedEventArgs.DisplayDensityChangedEventArgs(float displayDensity) -> void
+Microsoft.Maui.Controls.DoubleCollection
+Microsoft.Maui.Controls.DoubleCollection.DoubleCollection() -> void
+Microsoft.Maui.Controls.DoubleCollectionConverter
+Microsoft.Maui.Controls.DoubleCollectionConverter.DoubleCollectionConverter() -> void
+Microsoft.Maui.Controls.DragEventArgs
+Microsoft.Maui.Controls.DragEventArgs.AcceptedOperation.get -> Microsoft.Maui.Controls.DataPackageOperation
+Microsoft.Maui.Controls.DragEventArgs.AcceptedOperation.set -> void
+Microsoft.Maui.Controls.DragGestureRecognizer
+Microsoft.Maui.Controls.DragGestureRecognizer.CanDrag.get -> bool
+Microsoft.Maui.Controls.DragGestureRecognizer.CanDrag.set -> void
+Microsoft.Maui.Controls.DragGestureRecognizer.DragGestureRecognizer() -> void
+Microsoft.Maui.Controls.DragGestureRecognizer.DragStarting -> System.EventHandler
+Microsoft.Maui.Controls.DragGestureRecognizer.DropCompleted -> System.EventHandler
+Microsoft.Maui.Controls.DragStartingEventArgs
+Microsoft.Maui.Controls.DragStartingEventArgs.Cancel.get -> bool
+Microsoft.Maui.Controls.DragStartingEventArgs.Cancel.set -> void
+Microsoft.Maui.Controls.DragStartingEventArgs.DragStartingEventArgs() -> void
+Microsoft.Maui.Controls.DragStartingEventArgs.Handled.get -> bool
+Microsoft.Maui.Controls.DragStartingEventArgs.Handled.set -> void
+Microsoft.Maui.Controls.DropCompletedEventArgs
+Microsoft.Maui.Controls.DropCompletedEventArgs.DropCompletedEventArgs() -> void
+Microsoft.Maui.Controls.DropEventArgs
+Microsoft.Maui.Controls.DropEventArgs.Handled.get -> bool
+Microsoft.Maui.Controls.DropEventArgs.Handled.set -> void
+Microsoft.Maui.Controls.DropGestureRecognizer
+Microsoft.Maui.Controls.DropGestureRecognizer.AllowDrop.get -> bool
+Microsoft.Maui.Controls.DropGestureRecognizer.AllowDrop.set -> void
+Microsoft.Maui.Controls.DropGestureRecognizer.DragLeave -> System.EventHandler
+Microsoft.Maui.Controls.DropGestureRecognizer.DragOver -> System.EventHandler
+Microsoft.Maui.Controls.DropGestureRecognizer.Drop -> System.EventHandler
+Microsoft.Maui.Controls.DropGestureRecognizer.DropGestureRecognizer() -> void
+Microsoft.Maui.Controls.Editor
+Microsoft.Maui.Controls.Editor.AutoSize.get -> Microsoft.Maui.Controls.EditorAutoSizeOption
+Microsoft.Maui.Controls.Editor.AutoSize.set -> void
+Microsoft.Maui.Controls.Editor.Completed -> System.EventHandler
+Microsoft.Maui.Controls.Editor.CursorPosition.get -> int
+Microsoft.Maui.Controls.Editor.CursorPosition.set -> void
+Microsoft.Maui.Controls.Editor.Editor() -> void
+Microsoft.Maui.Controls.Editor.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Editor.FontAttributes.set -> void
+Microsoft.Maui.Controls.Editor.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Editor.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.Editor.FontSize.get -> double
+Microsoft.Maui.Controls.Editor.FontSize.set -> void
+Microsoft.Maui.Controls.Editor.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Editor.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.Editor.IsTextPredictionEnabled.get -> bool
+Microsoft.Maui.Controls.Editor.IsTextPredictionEnabled.set -> void
+Microsoft.Maui.Controls.Editor.OnHorizontalTextAlignmentPropertyChanged(Microsoft.Maui.TextAlignment oldValue, Microsoft.Maui.TextAlignment newValue) -> void
+Microsoft.Maui.Controls.Editor.SelectionLength.get -> int
+Microsoft.Maui.Controls.Editor.SelectionLength.set -> void
+Microsoft.Maui.Controls.Editor.SendCompleted() -> void
+Microsoft.Maui.Controls.Editor.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Editor.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.EditorAutoSizeOption
+Microsoft.Maui.Controls.EditorAutoSizeOption.Disabled = 0 -> Microsoft.Maui.Controls.EditorAutoSizeOption
+Microsoft.Maui.Controls.EditorAutoSizeOption.TextChanges = 1 -> Microsoft.Maui.Controls.EditorAutoSizeOption
+Microsoft.Maui.Controls.Effect
+Microsoft.Maui.Controls.Effect.IsAttached.get -> bool
+Microsoft.Maui.Controls.EffectiveFlowDirection
+Microsoft.Maui.Controls.EffectiveFlowDirection.Explicit = 2 -> Microsoft.Maui.Controls.EffectiveFlowDirection
+Microsoft.Maui.Controls.EffectiveFlowDirection.RightToLeft = 1 -> Microsoft.Maui.Controls.EffectiveFlowDirection
+Microsoft.Maui.Controls.EffectiveVisualExtensions
+Microsoft.Maui.Controls.Element
+Microsoft.Maui.Controls.Element.ChildAdded -> System.EventHandler
+Microsoft.Maui.Controls.Element.ChildRemoved -> System.EventHandler
+Microsoft.Maui.Controls.Element.DescendantAdded -> System.EventHandler
+Microsoft.Maui.Controls.Element.DescendantRemoved -> System.EventHandler
+Microsoft.Maui.Controls.Element.Element() -> void
+Microsoft.Maui.Controls.Element.HandlerChanged -> System.EventHandler
+Microsoft.Maui.Controls.Element.HandlerChanging -> System.EventHandler
+Microsoft.Maui.Controls.Element.Id.get -> System.Guid
+Microsoft.Maui.Controls.Element.ParentChanged -> System.EventHandler
+Microsoft.Maui.Controls.Element.ParentChanging -> System.EventHandler
+Microsoft.Maui.Controls.ElementEventArgs
+Microsoft.Maui.Controls.ElementTemplate
+Microsoft.Maui.Controls.Entry
+Microsoft.Maui.Controls.Entry.ClearButtonVisibility.get -> Microsoft.Maui.ClearButtonVisibility
+Microsoft.Maui.Controls.Entry.ClearButtonVisibility.set -> void
+Microsoft.Maui.Controls.Entry.Completed -> System.EventHandler
+Microsoft.Maui.Controls.Entry.CursorPosition.get -> int
+Microsoft.Maui.Controls.Entry.CursorPosition.set -> void
+Microsoft.Maui.Controls.Entry.Entry() -> void
+Microsoft.Maui.Controls.Entry.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Entry.FontAttributes.set -> void
+Microsoft.Maui.Controls.Entry.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Entry.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.Entry.FontSize.get -> double
+Microsoft.Maui.Controls.Entry.FontSize.set -> void
+Microsoft.Maui.Controls.Entry.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Entry.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.Entry.IsPassword.get -> bool
+Microsoft.Maui.Controls.Entry.IsPassword.set -> void
+Microsoft.Maui.Controls.Entry.IsTextPredictionEnabled.get -> bool
+Microsoft.Maui.Controls.Entry.IsTextPredictionEnabled.set -> void
+Microsoft.Maui.Controls.Entry.ReturnType.get -> Microsoft.Maui.ReturnType
+Microsoft.Maui.Controls.Entry.ReturnType.set -> void
+Microsoft.Maui.Controls.Entry.SelectionLength.get -> int
+Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
+Microsoft.Maui.Controls.Entry.SendCompleted() -> void
+Microsoft.Maui.Controls.Entry.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Entry.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.EntryCell
+Microsoft.Maui.Controls.EntryCell.Completed -> System.EventHandler
+Microsoft.Maui.Controls.EntryCell.EntryCell() -> void
+Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.EntryCell.SendCompleted() -> void
+Microsoft.Maui.Controls.EntryCell.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.EntryCell.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.EventTrigger
+Microsoft.Maui.Controls.EventTrigger.EventTrigger() -> void
+Microsoft.Maui.Controls.ExportEffectAttribute
+Microsoft.Maui.Controls.ExportFontAttribute
+Microsoft.Maui.Controls.FileImageSource
+Microsoft.Maui.Controls.FileImageSource.FileImageSource() -> void
+Microsoft.Maui.Controls.FileImageSourceConverter
+Microsoft.Maui.Controls.FileImageSourceConverter.FileImageSourceConverter() -> void
+Microsoft.Maui.Controls.FlexLayout
+Microsoft.Maui.Controls.FlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent
+Microsoft.Maui.Controls.FlexLayout.AlignContent.set -> void
+Microsoft.Maui.Controls.FlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems
+Microsoft.Maui.Controls.FlexLayout.AlignItems.set -> void
+Microsoft.Maui.Controls.FlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection
+Microsoft.Maui.Controls.FlexLayout.Direction.set -> void
+Microsoft.Maui.Controls.FlexLayout.FlexLayout() -> void
+Microsoft.Maui.Controls.FlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify
+Microsoft.Maui.Controls.FlexLayout.JustifyContent.set -> void
+Microsoft.Maui.Controls.FlexLayout.Layout(double width, double height) -> void
+Microsoft.Maui.Controls.FlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
+Microsoft.Maui.Controls.FlexLayout.Position.set -> void
+Microsoft.Maui.Controls.FlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.Controls.FlexLayout.Wrap.set -> void
+Microsoft.Maui.Controls.FlowDirectionConverter
+Microsoft.Maui.Controls.FlowDirectionConverter.FlowDirectionConverter() -> void
+Microsoft.Maui.Controls.FlyoutDisplayOptions
+Microsoft.Maui.Controls.FlyoutDisplayOptions.AsMultipleItems = 1 -> Microsoft.Maui.Controls.FlyoutDisplayOptions
+Microsoft.Maui.Controls.FlyoutDisplayOptions.AsSingleItem = 0 -> Microsoft.Maui.Controls.FlyoutDisplayOptions
+Microsoft.Maui.Controls.FlyoutHeaderBehavior
+Microsoft.Maui.Controls.FlyoutHeaderBehavior.CollapseOnScroll = 3 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior
+Microsoft.Maui.Controls.FlyoutHeaderBehavior.Default = 0 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior
+Microsoft.Maui.Controls.FlyoutHeaderBehavior.Fixed = 1 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior
+Microsoft.Maui.Controls.FlyoutHeaderBehavior.Scroll = 2 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior
+Microsoft.Maui.Controls.FlyoutItem
+Microsoft.Maui.Controls.FlyoutItem.FlyoutItem() -> void
+Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutLayoutBehavior.Default = 0 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutLayoutBehavior.Popover = 3 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutLayoutBehavior.Split = 2 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutLayoutBehavior.SplitOnLandscape = 1 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutLayoutBehavior.SplitOnPortrait = 4 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutPage
+Microsoft.Maui.Controls.FlyoutPage.BackButtonPressed -> System.EventHandler
+Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehavior.get -> Microsoft.Maui.Controls.FlyoutLayoutBehavior
+Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehavior.set -> void
+Microsoft.Maui.Controls.FlyoutPage.FlyoutPage() -> void
+Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabled.get -> bool
+Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabled.set -> void
+Microsoft.Maui.Controls.FlyoutPage.IsPresented.get -> bool
+Microsoft.Maui.Controls.FlyoutPage.IsPresented.set -> void
+Microsoft.Maui.Controls.FlyoutPage.IsPresentedChanged -> System.EventHandler
+Microsoft.Maui.Controls.FlyoutPage.UpdateFlyoutLayoutBehavior() -> void
+Microsoft.Maui.Controls.FocusEventArgs
+Microsoft.Maui.Controls.FocusEventArgs.IsFocused.get -> bool
+Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.FontAttributes.Bold = 1 -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.FontAttributes.Italic = 2 -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.FontAttributes.None = 0 -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.FontAttributesConverter
+Microsoft.Maui.Controls.FontAttributesConverter.FontAttributesConverter() -> void
+Microsoft.Maui.Controls.FontExtensions
+Microsoft.Maui.Controls.FontImageSource
+Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.FontImageSource.FontImageSource() -> void
+Microsoft.Maui.Controls.FontImageSource.Size.get -> double
+Microsoft.Maui.Controls.FontImageSource.Size.set -> void
+Microsoft.Maui.Controls.FontSizeConverter
+Microsoft.Maui.Controls.FontSizeConverter.FontSizeConverter() -> void
+Microsoft.Maui.Controls.FormattedString
+Microsoft.Maui.Controls.FormattedString.FormattedString() -> void
+Microsoft.Maui.Controls.Frame
+Microsoft.Maui.Controls.Frame.CornerRadius.get -> float
+Microsoft.Maui.Controls.Frame.CornerRadius.set -> void
+Microsoft.Maui.Controls.Frame.Frame() -> void
+Microsoft.Maui.Controls.Frame.HasShadow.get -> bool
+Microsoft.Maui.Controls.Frame.HasShadow.set -> void
+Microsoft.Maui.Controls.GestureElement
+Microsoft.Maui.Controls.GestureElement.GestureElement() -> void
+Microsoft.Maui.Controls.GestureRecognizer
+Microsoft.Maui.Controls.GestureRecognizer.GestureRecognizer() -> void
+Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GestureState.Began = 0 -> Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GestureState.Cancelled = 4 -> Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GestureState.Ended = 2 -> Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GestureState.Failed = 3 -> Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GestureState.Possible = 5 -> Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GestureState.Update = 1 -> Microsoft.Maui.Controls.GestureState
+Microsoft.Maui.Controls.GradientBrush
+Microsoft.Maui.Controls.GradientBrush.GradientBrush() -> void
+Microsoft.Maui.Controls.GradientBrush.InvalidateGradientBrushRequested -> System.EventHandler
+Microsoft.Maui.Controls.GradientStop
+Microsoft.Maui.Controls.GradientStop.GradientStop() -> void
+Microsoft.Maui.Controls.GradientStop.Offset.get -> float
+Microsoft.Maui.Controls.GradientStop.Offset.set -> void
+Microsoft.Maui.Controls.GradientStopCollection
+Microsoft.Maui.Controls.GradientStopCollection.GradientStopCollection() -> void
+Microsoft.Maui.Controls.GraphicsView
+Microsoft.Maui.Controls.GraphicsView.CancelInteraction -> System.EventHandler
+Microsoft.Maui.Controls.GraphicsView.DragInteraction -> System.EventHandler
+Microsoft.Maui.Controls.GraphicsView.EndHoverInteraction -> System.EventHandler
+Microsoft.Maui.Controls.GraphicsView.EndInteraction -> System.EventHandler
+Microsoft.Maui.Controls.GraphicsView.GraphicsView() -> void
+Microsoft.Maui.Controls.GraphicsView.Invalidate() -> void
+Microsoft.Maui.Controls.GraphicsView.MoveHoverInteraction -> System.EventHandler
+Microsoft.Maui.Controls.GraphicsView.StartHoverInteraction -> System.EventHandler
+Microsoft.Maui.Controls.GraphicsView.StartInteraction -> System.EventHandler
+Microsoft.Maui.Controls.Grid
+Microsoft.Maui.Controls.Grid.ColumnSpacing.get -> double
+Microsoft.Maui.Controls.Grid.ColumnSpacing.set -> void
+Microsoft.Maui.Controls.Grid.Grid() -> void
+Microsoft.Maui.Controls.Grid.RowSpacing.get -> double
+Microsoft.Maui.Controls.Grid.RowSpacing.set -> void
+Microsoft.Maui.Controls.GridExtensions
+Microsoft.Maui.Controls.GridItemsLayout
+Microsoft.Maui.Controls.GridItemsLayout.GridItemsLayout(int span, Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void
+Microsoft.Maui.Controls.GridItemsLayout.GridItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void
+Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacing.get -> double
+Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacing.set -> void
+Microsoft.Maui.Controls.GridItemsLayout.Span.get -> int
+Microsoft.Maui.Controls.GridItemsLayout.Span.set -> void
+Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacing.get -> double
+Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacing.set -> void
+Microsoft.Maui.Controls.GridLengthTypeConverter
+Microsoft.Maui.Controls.GridLengthTypeConverter.GridLengthTypeConverter() -> void
+Microsoft.Maui.Controls.GroupableItemsView
+Microsoft.Maui.Controls.GroupableItemsView.GroupableItemsView() -> void
+Microsoft.Maui.Controls.GroupableItemsView.IsGrouped.get -> bool
+Microsoft.Maui.Controls.GroupableItemsView.IsGrouped.set -> void
+Microsoft.Maui.Controls.HandlerAttribute
+Microsoft.Maui.Controls.HandlerAttribute.Priority.get -> short
+Microsoft.Maui.Controls.HandlerAttribute.Priority.set -> void
+Microsoft.Maui.Controls.HandlerChangingEventArgs
+Microsoft.Maui.Controls.Handlers.Compatibility.BaseCellView
+Microsoft.Maui.Controls.Handlers.Compatibility.BaseCellView.SetImageVisible(bool visible) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.BaseCellView.SetIsEnabled(bool isEnable) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.BaseCellView.SetRenderHeight(double height) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.CellAdapter
+Microsoft.Maui.Controls.Handlers.Compatibility.CellFactory
+Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer.CellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellEditText
+Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellRenderer.EntryCellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellView
+Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellView.SetRenderHeight(double height) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Control.get -> AndroidX.CardView.Widget.CardView!
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Element.get -> Microsoft.Maui.Controls.Frame?
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Element.set -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.ElementChanged -> System.EventHandler?
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.ElementPropertyChanged -> System.EventHandler?
+Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Android.Content.Context! context) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.ImageCellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.ImageCellRenderer.ImageCellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer.ShellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.SwitchCellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.SwitchCellRenderer.SwitchCellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.SwitchCellView
+Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.TextCellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.TextCellRenderer.TextCellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewCellRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewCellRenderer.ViewCellRenderer() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.ViewRenderer(Android.Content.Context! context) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.Control.get -> TPlatformView?
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.SetNativeControl(TPlatformView! control) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.ViewRenderer(Android.Content.Context! context) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.AutoPackage.get -> bool
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.AutoPackage.set -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.Element.get -> TElement?
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.ElementChanged -> System.EventHandler!>?
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.ElementPropertyChanged -> System.EventHandler?
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MauiContext.get -> Microsoft.Maui.IMauiContext!
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetElement(Microsoft.Maui.IView! view) -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateLayout() -> void
+Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRenderer(Android.Content.Context! context) -> void
+Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler
+Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.CarouselViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler
+Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.CollectionViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.EmptyViewAdapter
+Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.IGroupableItemsViewSource
+Microsoft.Maui.Controls.Handlers.Items.IGroupableItemsViewSource.GetGroupAndIndex(int position) -> (int group, int index)
+Microsoft.Maui.Controls.Handlers.Items.IGroupableItemsViewSource.IsGroupFooter(int position) -> bool
+Microsoft.Maui.Controls.Handlers.Items.IGroupableItemsViewSource.IsGroupHeader(int position) -> bool
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.Count.get -> int
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.HasFooter.get -> bool
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.HasFooter.set -> void
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.HasHeader.get -> bool
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.HasHeader.set -> void
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.IsFooter(int position) -> bool
+Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.IsHeader(int position) -> bool
+Microsoft.Maui.Controls.Handlers.Items.IItemTouchHelperAdapter
+Microsoft.Maui.Controls.Handlers.Items.IItemTouchHelperAdapter.OnItemMove(int fromPosition, int toPosition) -> bool
+Microsoft.Maui.Controls.Handlers.Items.IMauiCarouselRecyclerView
+Microsoft.Maui.Controls.Handlers.Items.IMauiCarouselRecyclerView.IsSwipeEnabled.get -> bool
+Microsoft.Maui.Controls.Handlers.Items.IMauiCarouselRecyclerView.IsSwipeEnabled.set -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiCarouselRecyclerView.UpdateFromCurrentItem() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiCarouselRecyclerView.UpdateFromPosition() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateAdapter() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateCanReorderItems() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateEmptyView() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateFlowDirection() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateHorizontalScrollBarVisibility() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateItemsSource() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateItemTemplate() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateLayoutManager() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateScrollingMode() -> void
+Microsoft.Maui.Controls.Handlers.Items.IMauiRecyclerView.UpdateVerticalScrollBarVisibility() -> void
+Microsoft.Maui.Controls.Handlers.Items.IObservableItemsViewSource
+Microsoft.Maui.Controls.Handlers.Items.IObservableItemsViewSource.ObserveChanges.get -> bool
+Microsoft.Maui.Controls.Handlers.Items.IObservableItemsViewSource.ObserveChanges.set -> void
+Microsoft.Maui.Controls.Handlers.Items.ItemContentView
+Microsoft.Maui.Controls.Handlers.Items.ItemsViewAdapter.ItemsSource -> TItemsViewSource
+Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView
+Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.IsSwipeEnabled.get -> bool
+Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.IsSwipeEnabled.set -> void
+Microsoft.Maui.Controls.Handlers.Items.MauiRecyclerView.UpdateItemTemplate() -> void
+Microsoft.Maui.Controls.Handlers.Items.MauiRecyclerView.UpdateScrollingMode() -> void
+Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewAdapter.OnItemMove(int fromPosition, int toPosition) -> bool
+Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.SelectableViewHolder
+Microsoft.Maui.Controls.Handlers.Items.SelectableViewHolder.Clicked -> System.EventHandler
+Microsoft.Maui.Controls.Handlers.Items.SelectableViewHolder.IsSelected.get -> bool
+Microsoft.Maui.Controls.Handlers.Items.SelectableViewHolder.IsSelected.set -> void
+Microsoft.Maui.Controls.Handlers.Items.SimpleItemTouchHelperCallback
+Microsoft.Maui.Controls.Handlers.Items.SimpleItemTouchHelperCallback.SimpleItemTouchHelperCallback() -> void
+Microsoft.Maui.Controls.Handlers.Items.SnapManager
+Microsoft.Maui.Controls.Handlers.Items.SnapManager.Dispose() -> void
+Microsoft.Maui.Controls.Handlers.Items.SpacingItemDecoration
+Microsoft.Maui.Controls.Handlers.Items.SpacingItemDecoration.HorizontalOffset.get -> int
+Microsoft.Maui.Controls.Handlers.Items.SpacingItemDecoration.VerticalOffset.get -> int
+Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewHandler() -> void
+Microsoft.Maui.Controls.Handlers.Items.TemplatedItemViewHolder
+Microsoft.Maui.Controls.Handlers.LineHandler
+Microsoft.Maui.Controls.Handlers.LineHandler.LineHandler() -> void
+Microsoft.Maui.Controls.Handlers.PathHandler
+Microsoft.Maui.Controls.Handlers.PathHandler.PathHandler() -> void
+Microsoft.Maui.Controls.Handlers.PolygonHandler
+Microsoft.Maui.Controls.Handlers.PolygonHandler.PolygonHandler() -> void
+Microsoft.Maui.Controls.Handlers.PolylineHandler
+Microsoft.Maui.Controls.Handlers.PolylineHandler.PolylineHandler() -> void
+Microsoft.Maui.Controls.Handlers.RectangleHandler
+Microsoft.Maui.Controls.Handlers.RectangleHandler.RectangleHandler() -> void
+Microsoft.Maui.Controls.Handlers.RoundRectangleHandler
+Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.RoundRectangleHandler() -> void
+Microsoft.Maui.Controls.HorizontalStackLayout
+Microsoft.Maui.Controls.HorizontalStackLayout.HorizontalStackLayout() -> void
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Hosting.IEffectsBuilder
+Microsoft.Maui.Controls.HtmlWebViewSource
+Microsoft.Maui.Controls.HtmlWebViewSource.HtmlWebViewSource() -> void
+Microsoft.Maui.Controls.IAnimatable
+Microsoft.Maui.Controls.IAnimatable.BatchBegin() -> void
+Microsoft.Maui.Controls.IAnimatable.BatchCommit() -> void
+Microsoft.Maui.Controls.IAppearanceObserver
+Microsoft.Maui.Controls.IAppIndexingProvider
+Microsoft.Maui.Controls.IApplicationController
+Microsoft.Maui.Controls.IAppLinkEntry
+Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive.get -> bool
+Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive.set -> void
+Microsoft.Maui.Controls.IAppLinks
+Microsoft.Maui.Controls.IBindableLayout
+Microsoft.Maui.Controls.IBorderElement
+Microsoft.Maui.Controls.IBorderElement.BorderWidth.get -> double
+Microsoft.Maui.Controls.IBorderElement.BorderWidthDefaultValue.get -> double
+Microsoft.Maui.Controls.IBorderElement.CornerRadius.get -> int
+Microsoft.Maui.Controls.IBorderElement.CornerRadiusDefaultValue.get -> int
+Microsoft.Maui.Controls.IBorderElement.IsBackgroundColorSet() -> bool
+Microsoft.Maui.Controls.IBorderElement.IsBackgroundSet() -> bool
+Microsoft.Maui.Controls.IBorderElement.IsBorderColorSet() -> bool
+Microsoft.Maui.Controls.IBorderElement.IsBorderWidthSet() -> bool
+Microsoft.Maui.Controls.IBorderElement.IsCornerRadiusSet() -> bool
+Microsoft.Maui.Controls.IButtonController
+Microsoft.Maui.Controls.IButtonController.SendClicked() -> void
+Microsoft.Maui.Controls.IButtonController.SendPressed() -> void
+Microsoft.Maui.Controls.IButtonController.SendReleased() -> void
+Microsoft.Maui.Controls.ICellController
+Microsoft.Maui.Controls.ICellController.ForceUpdateSizeRequested -> System.EventHandler
+Microsoft.Maui.Controls.ICellController.SendAppearing() -> void
+Microsoft.Maui.Controls.ICellController.SendDisappearing() -> void
+Microsoft.Maui.Controls.IConfigPlatform
+Microsoft.Maui.Controls.IDecorableTextElement
+Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations.get -> Microsoft.Maui.TextDecorations
+Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations.set -> void
+Microsoft.Maui.Controls.IDefinition
+Microsoft.Maui.Controls.IDefinition.SizeChanged -> System.EventHandler
+Microsoft.Maui.Controls.IEditorController
+Microsoft.Maui.Controls.IEditorController.SendCompleted() -> void
+Microsoft.Maui.Controls.IEffectControlProvider
+Microsoft.Maui.Controls.IElementController
+Microsoft.Maui.Controls.IElementExtensions
+Microsoft.Maui.Controls.IEntryCellController
+Microsoft.Maui.Controls.IEntryCellController.SendCompleted() -> void
+Microsoft.Maui.Controls.IEntryController
+Microsoft.Maui.Controls.IEntryController.SendCompleted() -> void
+Microsoft.Maui.Controls.IExtendedTypeConverter
+Microsoft.Maui.Controls.IFlyoutBehaviorObserver
+Microsoft.Maui.Controls.IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged(Microsoft.Maui.FlyoutBehavior behavior) -> void
+Microsoft.Maui.Controls.IFlyoutPageController
+Microsoft.Maui.Controls.IFlyoutPageController.BackButtonPressed -> System.EventHandler
+Microsoft.Maui.Controls.IFlyoutPageController.CanChangeIsPresented.get -> bool
+Microsoft.Maui.Controls.IFlyoutPageController.CanChangeIsPresented.set -> void
+Microsoft.Maui.Controls.IFlyoutPageController.DetailBounds.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.IFlyoutPageController.DetailBounds.set -> void
+Microsoft.Maui.Controls.IFlyoutPageController.FlyoutBounds.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.IFlyoutPageController.FlyoutBounds.set -> void
+Microsoft.Maui.Controls.IFlyoutPageController.ShouldShowSplitMode.get -> bool
+Microsoft.Maui.Controls.IFlyoutPageController.UpdateFlyoutLayoutBehavior() -> void
+Microsoft.Maui.Controls.IGestureRecognizer
+Microsoft.Maui.Controls.IGestureRecognizers
+Microsoft.Maui.Controls.IGridController
+Microsoft.Maui.Controls.IGridController.InvalidateMeasureInernalNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void
+Microsoft.Maui.Controls.IImageController
+Microsoft.Maui.Controls.IImageController.GetLoadAsAnimation() -> bool
+Microsoft.Maui.Controls.IImageController.SetIsLoading(bool isLoading) -> void
+Microsoft.Maui.Controls.IImageElement
+Microsoft.Maui.Controls.IImageElement.Aspect.get -> Microsoft.Maui.Aspect
+Microsoft.Maui.Controls.IImageElement.IsAnimationPlaying.get -> bool
+Microsoft.Maui.Controls.IImageElement.IsLoading.get -> bool
+Microsoft.Maui.Controls.IImageElement.IsOpaque.get -> bool
+Microsoft.Maui.Controls.IImageElement.RaiseImageSourcePropertyChanged() -> void
+Microsoft.Maui.Controls.IItemsLayout
+Microsoft.Maui.Controls.IItemViewController
+Microsoft.Maui.Controls.IItemViewController.Count.get -> int
+Microsoft.Maui.Controls.ILayout
+Microsoft.Maui.Controls.ILayout.LayoutChanged -> System.EventHandler
+Microsoft.Maui.Controls.ILayoutController
+Microsoft.Maui.Controls.IListProxy
+Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.IListViewController
+Microsoft.Maui.Controls.IListViewController.CachingStrategy.get -> Microsoft.Maui.Controls.ListViewCachingStrategy
+Microsoft.Maui.Controls.IListViewController.RefreshAllowed.get -> bool
+Microsoft.Maui.Controls.IListViewController.ScrollToRequested -> System.EventHandler
+Microsoft.Maui.Controls.IListViewController.SendRefreshing() -> void
+Microsoft.Maui.Controls.Image
+Microsoft.Maui.Controls.Image.Aspect.get -> Microsoft.Maui.Aspect
+Microsoft.Maui.Controls.Image.Aspect.set -> void
+Microsoft.Maui.Controls.Image.Image() -> void
+Microsoft.Maui.Controls.Image.IsAnimationPlaying.get -> bool
+Microsoft.Maui.Controls.Image.IsAnimationPlaying.set -> void
+Microsoft.Maui.Controls.Image.IsLoading.get -> bool
+Microsoft.Maui.Controls.Image.IsOpaque.get -> bool
+Microsoft.Maui.Controls.Image.IsOpaque.set -> void
+Microsoft.Maui.Controls.ImageButton
+Microsoft.Maui.Controls.ImageButton.Aspect.get -> Microsoft.Maui.Aspect
+Microsoft.Maui.Controls.ImageButton.Aspect.set -> void
+Microsoft.Maui.Controls.ImageButton.BorderWidth.get -> double
+Microsoft.Maui.Controls.ImageButton.BorderWidth.set -> void
+Microsoft.Maui.Controls.ImageButton.Clicked -> System.EventHandler
+Microsoft.Maui.Controls.ImageButton.CornerRadius.get -> int
+Microsoft.Maui.Controls.ImageButton.CornerRadius.set -> void
+Microsoft.Maui.Controls.ImageButton.ImageButton() -> void
+Microsoft.Maui.Controls.ImageButton.IsLoading.get -> bool
+Microsoft.Maui.Controls.ImageButton.IsOpaque.get -> bool
+Microsoft.Maui.Controls.ImageButton.IsOpaque.set -> void
+Microsoft.Maui.Controls.ImageButton.IsPressed.get -> bool
+Microsoft.Maui.Controls.ImageButton.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.ImageButton.Padding.set -> void
+Microsoft.Maui.Controls.ImageButton.Pressed -> System.EventHandler
+Microsoft.Maui.Controls.ImageButton.PropagateUpClicked() -> void
+Microsoft.Maui.Controls.ImageButton.PropagateUpPressed() -> void
+Microsoft.Maui.Controls.ImageButton.PropagateUpReleased() -> void
+Microsoft.Maui.Controls.ImageButton.RaiseImageSourcePropertyChanged() -> void
+Microsoft.Maui.Controls.ImageButton.Released -> System.EventHandler
+Microsoft.Maui.Controls.ImageButton.SendClicked() -> void
+Microsoft.Maui.Controls.ImageButton.SendPressed() -> void
+Microsoft.Maui.Controls.ImageButton.SendReleased() -> void
+Microsoft.Maui.Controls.ImageButton.SetIsLoading(bool isLoading) -> void
+Microsoft.Maui.Controls.ImageButton.SetIsPressed(bool isPressed) -> void
+Microsoft.Maui.Controls.ImageCell
+Microsoft.Maui.Controls.ImageCell.ImageCell() -> void
+Microsoft.Maui.Controls.ImageSource
+Microsoft.Maui.Controls.ImageSource.ImageSource() -> void
+Microsoft.Maui.Controls.ImageSource.OnSourceChanged() -> void
+Microsoft.Maui.Controls.ImageSourceConverter
+Microsoft.Maui.Controls.ImageSourceConverter.ImageSourceConverter() -> void
+Microsoft.Maui.Controls.IMenuItemController
+Microsoft.Maui.Controls.IMenuItemController.Activate() -> void
+Microsoft.Maui.Controls.IMenuItemController.IsEnabled.get -> bool
+Microsoft.Maui.Controls.IMenuItemController.IsEnabled.set -> void
+Microsoft.Maui.Controls.IMessagingCenter
+Microsoft.Maui.Controls.IMultiPageController
+Microsoft.Maui.Controls.IMultiPageController.GetPageByIndex(int index) -> T
+Microsoft.Maui.Controls.IMultiValueConverter
+Microsoft.Maui.Controls.INavigation
+Microsoft.Maui.Controls.INavigationPageController
+Microsoft.Maui.Controls.INavigationPageController.InsertPageBeforeRequested -> System.EventHandler
+Microsoft.Maui.Controls.INavigationPageController.PopRequested -> System.EventHandler
+Microsoft.Maui.Controls.INavigationPageController.PopToRootRequested -> System.EventHandler
+Microsoft.Maui.Controls.INavigationPageController.PushRequested -> System.EventHandler
+Microsoft.Maui.Controls.INavigationPageController.RemovePageRequested -> System.EventHandler
+Microsoft.Maui.Controls.INavigationPageController.StackDepth.get -> int
+Microsoft.Maui.Controls.IndicatorShape
+Microsoft.Maui.Controls.IndicatorShape.Circle = 0 -> Microsoft.Maui.Controls.IndicatorShape
+Microsoft.Maui.Controls.IndicatorShape.Square = 1 -> Microsoft.Maui.Controls.IndicatorShape
+Microsoft.Maui.Controls.IndicatorView
+Microsoft.Maui.Controls.IndicatorView.Count.get -> int
+Microsoft.Maui.Controls.IndicatorView.Count.set -> void
+Microsoft.Maui.Controls.IndicatorView.HideSingle.get -> bool
+Microsoft.Maui.Controls.IndicatorView.HideSingle.set -> void
+Microsoft.Maui.Controls.IndicatorView.IndicatorSize.get -> double
+Microsoft.Maui.Controls.IndicatorView.IndicatorSize.set -> void
+Microsoft.Maui.Controls.IndicatorView.IndicatorsShape.get -> Microsoft.Maui.Controls.IndicatorShape
+Microsoft.Maui.Controls.IndicatorView.IndicatorsShape.set -> void
+Microsoft.Maui.Controls.IndicatorView.IndicatorView() -> void
+Microsoft.Maui.Controls.IndicatorView.MaximumVisible.get -> int
+Microsoft.Maui.Controls.IndicatorView.MaximumVisible.set -> void
+Microsoft.Maui.Controls.IndicatorView.Position.get -> int
+Microsoft.Maui.Controls.IndicatorView.Position.set -> void
+Microsoft.Maui.Controls.InitializationFlags
+Microsoft.Maui.Controls.InitializationFlags.DisableCss = 1 -> Microsoft.Maui.Controls.InitializationFlags
+Microsoft.Maui.Controls.InitializationFlags.SkipRenderers = 2 -> Microsoft.Maui.Controls.InitializationFlags
+Microsoft.Maui.Controls.InputView
+Microsoft.Maui.Controls.InputView.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.InputView.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.InputView.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.InputView.IsReadOnly.set -> void
+Microsoft.Maui.Controls.InputView.IsSpellCheckEnabled.get -> bool
+Microsoft.Maui.Controls.InputView.IsSpellCheckEnabled.set -> void
+Microsoft.Maui.Controls.InputView.MaxLength.get -> int
+Microsoft.Maui.Controls.InputView.MaxLength.set -> void
+Microsoft.Maui.Controls.InputView.OnTextTransformChanged(Microsoft.Maui.TextTransform oldValue, Microsoft.Maui.TextTransform newValue) -> void
+Microsoft.Maui.Controls.InputView.TextChanged -> System.EventHandler
+Microsoft.Maui.Controls.InputView.TextTransform.get -> Microsoft.Maui.TextTransform
+Microsoft.Maui.Controls.InputView.TextTransform.set -> void
+Microsoft.Maui.Controls.Internals.ActionSheetArguments
+Microsoft.Maui.Controls.Internals.ActionSheetArguments.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.Controls.Internals.ActionSheetArguments.FlowDirection.set -> void
+Microsoft.Maui.Controls.Internals.AlertArguments
+Microsoft.Maui.Controls.Internals.AlertArguments.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.Controls.Internals.AlertArguments.FlowDirection.set -> void
+Microsoft.Maui.Controls.Internals.AlertArguments.SetResult(bool result) -> void
+Microsoft.Maui.Controls.Internals.AsyncValue
+Microsoft.Maui.Controls.Internals.AsyncValue.IsRunning.get -> bool
+Microsoft.Maui.Controls.Internals.AsyncValue.IsRunning.set -> void
+Microsoft.Maui.Controls.Internals.AsyncValue.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler
+Microsoft.Maui.Controls.Internals.AsyncValue.Value.get -> T
+Microsoft.Maui.Controls.Internals.AsyncValueExtensions
+Microsoft.Maui.Controls.Internals.AutoId
+Microsoft.Maui.Controls.Internals.AutoId.AutoId() -> void
+Microsoft.Maui.Controls.Internals.AutoId.Increment() -> int
+Microsoft.Maui.Controls.Internals.AutoId.Value.get -> int
+Microsoft.Maui.Controls.Internals.CellExtensions
+Microsoft.Maui.Controls.Internals.ContentPageEx
+Microsoft.Maui.Controls.Internals.DataTemplateExtensions
+Microsoft.Maui.Controls.Internals.DependencyResolver
+Microsoft.Maui.Controls.Internals.DynamicResource
+Microsoft.Maui.Controls.Internals.EffectUtilities
+Microsoft.Maui.Controls.Internals.EvalRequested
+Microsoft.Maui.Controls.Internals.EvaluateJavaScriptDelegate
+Microsoft.Maui.Controls.Internals.EventArg
+Microsoft.Maui.Controls.Internals.EventArg.Data.get -> T
+Microsoft.Maui.Controls.Internals.EventArg.EventArg(T data) -> void
+Microsoft.Maui.Controls.Internals.ExpressionSearch
+Microsoft.Maui.Controls.Internals.ExpressionSearch.ExpressionSearch() -> void
+Microsoft.Maui.Controls.Internals.GIFBitmap
+Microsoft.Maui.Controls.Internals.GIFBitmap.BackgroundColor.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.DataPosition.get -> long
+Microsoft.Maui.Controls.Internals.GIFBitmap.Delay.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.Dispose.get -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod
+Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod
+Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.LeaveInPlace = 1 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod
+Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.NoAction = 0 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod
+Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.RestoreToBackground = 2 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod
+Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.RestoreToPrevious = 3 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod
+Microsoft.Maui.Controls.Internals.GIFBitmap.IsInterlaced.get -> bool
+Microsoft.Maui.Controls.Internals.GIFBitmap.IsTransparent.get -> bool
+Microsoft.Maui.Controls.Internals.GIFBitmap.LoopCount.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.Rect
+Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Height.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Rect(int x, int y, int width, int height) -> void
+Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Width.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.X.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Y.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmap.TransparencyIndex.get -> int
+Microsoft.Maui.Controls.Internals.GIFBitmapDecoder
+Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.GIFBitmapDecoder() -> void
+Microsoft.Maui.Controls.Internals.GIFColorTable
+Microsoft.Maui.Controls.Internals.GIFColorTable.ResetTransparency() -> void
+Microsoft.Maui.Controls.Internals.GIFColorTable.SetTransparency(int transparencyIndex) -> void
+Microsoft.Maui.Controls.Internals.GIFDecoderFormatException
+Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException() -> void
+Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader
+Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentBlockSize.get -> int
+Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentPosition.get -> long
+Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.Read() -> int
+Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadShort() -> int
+Microsoft.Maui.Controls.Internals.GIFHeader
+Microsoft.Maui.Controls.Internals.GIFHeader.BackgroundColor.get -> int
+Microsoft.Maui.Controls.Internals.GIFHeader.BackgroundColorIndex.get -> int
+Microsoft.Maui.Controls.Internals.GIFHeader.Height.get -> int
+Microsoft.Maui.Controls.Internals.GIFHeader.IsGIFHeader.get -> bool
+Microsoft.Maui.Controls.Internals.GIFHeader.PixelAspectRatio.get -> int
+Microsoft.Maui.Controls.Internals.GIFHeader.Width.get -> int
+Microsoft.Maui.Controls.Internals.GIFImageParser
+Microsoft.Maui.Controls.Internals.GIFImageParser.GIFImageParser() -> void
+Microsoft.Maui.Controls.Internals.IDataTemplateController
+Microsoft.Maui.Controls.Internals.IDataTemplateController.Id.get -> int
+Microsoft.Maui.Controls.Internals.IDynamicResourceHandler
+Microsoft.Maui.Controls.Internals.IExpressionSearch
+Microsoft.Maui.Controls.Internals.IFontElement
+Microsoft.Maui.Controls.Internals.IFontElement.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Internals.IFontElement.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Internals.IFontElement.FontSize.get -> double
+Microsoft.Maui.Controls.Internals.IFontElement.FontSizeDefaultValueCreator() -> double
+Microsoft.Maui.Controls.Internals.IFontElement.OnFontAttributesChanged(Microsoft.Maui.Controls.FontAttributes oldValue, Microsoft.Maui.Controls.FontAttributes newValue) -> void
+Microsoft.Maui.Controls.Internals.IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) -> void
+Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged(double oldValue, double newValue) -> void
+Microsoft.Maui.Controls.Internals.IFontNamedSizeService
+Microsoft.Maui.Controls.Internals.IGestureController
+Microsoft.Maui.Controls.Internals.INameScope
+Microsoft.Maui.Controls.Internals.INavigationProxy
+Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.HorizontalOptionsChanged = 2 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.MarginChanged = 32 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.MeasureChanged = 1 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.RendererReady = 16 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.SizeRequestChanged = 8 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.Undefined = 0 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.InvalidationTrigger.VerticalOptionsChanged = 4 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger
+Microsoft.Maui.Controls.Internals.IPerformanceProvider
+Microsoft.Maui.Controls.Internals.IPlatformSizeService
+Microsoft.Maui.Controls.Internals.IResourceDictionary
+Microsoft.Maui.Controls.Internals.IResourceDictionary.ValuesChanged -> System.EventHandler
+Microsoft.Maui.Controls.Internals.ISpatialElement
+Microsoft.Maui.Controls.Internals.ISpatialElement.Region.get -> Microsoft.Maui.Controls.Region
+Microsoft.Maui.Controls.Internals.ISpatialElement.Region.set -> void
+Microsoft.Maui.Controls.Internals.ISystemResourcesProvider
+Microsoft.Maui.Controls.Internals.NameScope
+Microsoft.Maui.Controls.Internals.NameScope.NameScope() -> void
+Microsoft.Maui.Controls.Internals.NavigationProxy
+Microsoft.Maui.Controls.Internals.NavigationProxy.NavigationProxy() -> void
+Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs
+Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Animated.get -> bool
+Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Animated.set -> void
+Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.RequestType.get -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.RequestType.set -> void
+Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestType.Insert = 4 -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestType.Pop = 2 -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestType.PopToRoot = 3 -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestType.Push = 1 -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestType.Remove = 5 -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NavigationRequestType.Unknown = 0 -> Microsoft.Maui.Controls.Internals.NavigationRequestType
+Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
+Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.Count.get -> int
+Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action) -> void
+Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions
+Microsoft.Maui.Controls.Internals.PageExtensions
+Microsoft.Maui.Controls.Internals.Performance
+Microsoft.Maui.Controls.Internals.Performance.Performance() -> void
+Microsoft.Maui.Controls.Internals.PreserveAttribute
+Microsoft.Maui.Controls.Internals.PreserveAttribute.AllMembers -> bool
+Microsoft.Maui.Controls.Internals.PreserveAttribute.Conditional -> bool
+Microsoft.Maui.Controls.Internals.PreserveAttribute.PreserveAttribute() -> void
+Microsoft.Maui.Controls.Internals.PreserveAttribute.PreserveAttribute(bool allMembers, bool conditional) -> void
+Microsoft.Maui.Controls.Internals.Profile
+Microsoft.Maui.Controls.Internals.Profile.Datum
+Microsoft.Maui.Controls.Internals.Profile.Datum.Datum() -> void
+Microsoft.Maui.Controls.Internals.Profile.Datum.Depth -> int
+Microsoft.Maui.Controls.Internals.Profile.Datum.Line -> int
+Microsoft.Maui.Controls.Internals.Profile.Datum.Ticks -> long
+Microsoft.Maui.Controls.Internals.Profile.Dispose() -> void
+Microsoft.Maui.Controls.Internals.Profile.Profile() -> void
+Microsoft.Maui.Controls.Internals.ProfileDatum
+Microsoft.Maui.Controls.Internals.ProfileDatum.Depth -> int
+Microsoft.Maui.Controls.Internals.ProfileDatum.Line -> int
+Microsoft.Maui.Controls.Internals.ProfileDatum.ProfileDatum() -> void
+Microsoft.Maui.Controls.Internals.ProfileDatum.SubTicks -> long
+Microsoft.Maui.Controls.Internals.ProfileDatum.Ticks -> long
+Microsoft.Maui.Controls.Internals.PromptArguments
+Microsoft.Maui.Controls.Internals.PromptArguments.MaxLength.get -> int
+Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions
+Microsoft.Maui.Controls.Internals.Registrar
+Microsoft.Maui.Controls.Internals.Registrar.Registrar() -> void
+Microsoft.Maui.Controls.Internals.ResourceLoader
+Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery
+Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourceLoadingQuery() -> void
+Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse
+Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceLoadingResponse() -> void
+Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.UseDesignProperties.get -> bool
+Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.UseDesignProperties.set -> void
+Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs
+Microsoft.Maui.Controls.Internals.SetValueFlags
+Microsoft.Maui.Controls.Internals.SetValueFlags.ClearDynamicResource = 4 -> Microsoft.Maui.Controls.Internals.SetValueFlags
+Microsoft.Maui.Controls.Internals.SetValueFlags.ClearOneWayBindings = 1 -> Microsoft.Maui.Controls.Internals.SetValueFlags
+Microsoft.Maui.Controls.Internals.SetValueFlags.ClearTwoWayBindings = 2 -> Microsoft.Maui.Controls.Internals.SetValueFlags
+Microsoft.Maui.Controls.Internals.SetValueFlags.None = 0 -> Microsoft.Maui.Controls.Internals.SetValueFlags
+Microsoft.Maui.Controls.Internals.SetValueFlags.RaiseOnEqual = 8 -> Microsoft.Maui.Controls.Internals.SetValueFlags
+Microsoft.Maui.Controls.Internals.TableModel
+Microsoft.Maui.Controls.Internals.TableModel.ItemLongPressed -> System.EventHandler>
+Microsoft.Maui.Controls.Internals.TableModel.ItemSelected -> System.EventHandler>
+Microsoft.Maui.Controls.Internals.TableModel.RowLongPressed(int section, int row) -> void
+Microsoft.Maui.Controls.Internals.TableModel.RowSelected(int section, int row) -> void
+Microsoft.Maui.Controls.Internals.TableModel.TableModel() -> void
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.Count.get -> int
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.Dispose() -> void
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetDescendantCount() -> int
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupIndexFromGlobal(int globalIndex, out int leftOver) -> int
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupedCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabled.get -> bool
+Microsoft.Maui.Controls.Internals.TextTransformUtilites
+Microsoft.Maui.Controls.Internals.TypedBinding
+Microsoft.Maui.Controls.Internals.TypedBindingBase
+Microsoft.Maui.Controls.InvalidNavigationException
+Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException() -> void
+Microsoft.Maui.Controls.IOpenGlViewController
+Microsoft.Maui.Controls.IOpenGlViewController.DisplayRequested -> System.EventHandler
+Microsoft.Maui.Controls.IPaddingElement
+Microsoft.Maui.Controls.IPaddingElement.OnPaddingPropertyChanged(Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue) -> void
+Microsoft.Maui.Controls.IPaddingElement.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator() -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.IPageController
+Microsoft.Maui.Controls.IPageController.ContainerArea.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.IPageController.ContainerArea.set -> void
+Microsoft.Maui.Controls.IPageController.IgnoresContainerArea.get -> bool
+Microsoft.Maui.Controls.IPageController.IgnoresContainerArea.set -> void
+Microsoft.Maui.Controls.IPageController.SendAppearing() -> void
+Microsoft.Maui.Controls.IPageController.SendDisappearing() -> void
+Microsoft.Maui.Controls.IPanGestureController
+Microsoft.Maui.Controls.IPinchGestureController
+Microsoft.Maui.Controls.IPinchGestureController.IsPinching.get -> bool
+Microsoft.Maui.Controls.IPinchGestureController.IsPinching.set -> void
+Microsoft.Maui.Controls.IQueryAttributable
+Microsoft.Maui.Controls.IRegisterable
+Microsoft.Maui.Controls.IScrollViewController
+Microsoft.Maui.Controls.IScrollViewController.LayoutAreaOverride.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.IScrollViewController.LayoutAreaOverride.set -> void
+Microsoft.Maui.Controls.IScrollViewController.ScrollToRequested -> System.EventHandler
+Microsoft.Maui.Controls.IScrollViewController.SendScrollFinished() -> void
+Microsoft.Maui.Controls.IScrollViewController.SetScrolledPosition(double x, double y) -> void
+Microsoft.Maui.Controls.ISearchBarController
+Microsoft.Maui.Controls.ISearchBarController.OnSearchButtonPressed() -> void
+Microsoft.Maui.Controls.ISearchHandlerController
+Microsoft.Maui.Controls.ISearchHandlerController.ClearPlaceholderClicked() -> void
+Microsoft.Maui.Controls.ISearchHandlerController.ListProxyChanged -> System.EventHandler
+Microsoft.Maui.Controls.ISearchHandlerController.QueryConfirmed() -> void
+Microsoft.Maui.Controls.IShellAppearanceElement
+Microsoft.Maui.Controls.IShellContentController
+Microsoft.Maui.Controls.IShellContentController.IsPageVisibleChanged -> System.EventHandler
+Microsoft.Maui.Controls.IShellContentInsetObserver
+Microsoft.Maui.Controls.IShellContentInsetObserver.OnInsetChanged(Microsoft.Maui.Thickness inset, double tabThickness) -> void
+Microsoft.Maui.Controls.IShellController
+Microsoft.Maui.Controls.IShellController.FlyoutItemsChanged -> System.EventHandler
+Microsoft.Maui.Controls.IShellController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.IShellController.StructureChanged -> System.EventHandler
+Microsoft.Maui.Controls.IShellController.UpdateCurrentState(Microsoft.Maui.Controls.ShellNavigationSource source) -> void
+Microsoft.Maui.Controls.IShellItemController
+Microsoft.Maui.Controls.IShellItemController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.IShellItemController.ShowTabs.get -> bool
+Microsoft.Maui.Controls.IShellSectionController
+Microsoft.Maui.Controls.IShellSectionController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.IShellSectionController.NavigationRequested -> System.EventHandler
+Microsoft.Maui.Controls.IShellSectionController.SendInsetChanged(Microsoft.Maui.Thickness inset, double tabThickness) -> void
+Microsoft.Maui.Controls.IShellSectionController.SendPopped() -> void
+Microsoft.Maui.Controls.ISliderController
+Microsoft.Maui.Controls.ISliderController.SendDragCompleted() -> void
+Microsoft.Maui.Controls.ISliderController.SendDragStarted() -> void
+Microsoft.Maui.Controls.ISwipeGestureController
+Microsoft.Maui.Controls.ISwipeItem
+Microsoft.Maui.Controls.ISwipeItem.Invoked -> System.EventHandler
+Microsoft.Maui.Controls.ISwipeItem.IsVisible.get -> bool
+Microsoft.Maui.Controls.ISwipeItem.IsVisible.set -> void
+Microsoft.Maui.Controls.ISwipeViewController
+Microsoft.Maui.Controls.ISwipeViewController.IsOpen.get -> bool
+Microsoft.Maui.Controls.ISwipeViewController.IsOpen.set -> void
+Microsoft.Maui.Controls.ITableModel
+Microsoft.Maui.Controls.ITableModel.GetRowCount(int section) -> int
+Microsoft.Maui.Controls.ITableModel.GetSectionCount() -> int
+Microsoft.Maui.Controls.ITableModel.RowLongPressed(int section, int row) -> void
+Microsoft.Maui.Controls.ITableModel.RowSelected(int section, int row) -> void
+Microsoft.Maui.Controls.ITableViewController
+Microsoft.Maui.Controls.ITableViewController.ModelChanged -> System.EventHandler
+Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupIndexFromGlobal(int globalIndex, out int leftOver) -> int
+Microsoft.Maui.Controls.ITemplatedItemsList.GroupedCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.ITemplatedItemsList.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler
+Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs
+Microsoft.Maui.Controls.ITemplatedItemsView.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler
+Microsoft.Maui.Controls.ItemSizingStrategy
+Microsoft.Maui.Controls.ItemSizingStrategy.MeasureAllItems = 0 -> Microsoft.Maui.Controls.ItemSizingStrategy
+Microsoft.Maui.Controls.ItemSizingStrategy.MeasureFirstItem = 1 -> Microsoft.Maui.Controls.ItemSizingStrategy
+Microsoft.Maui.Controls.ItemsLayout
+Microsoft.Maui.Controls.ItemsLayout.ItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void
+Microsoft.Maui.Controls.ItemsLayout.Orientation.get -> Microsoft.Maui.Controls.ItemsLayoutOrientation
+Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignment.get -> Microsoft.Maui.Controls.SnapPointsAlignment
+Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignment.set -> void
+Microsoft.Maui.Controls.ItemsLayout.SnapPointsType.get -> Microsoft.Maui.Controls.SnapPointsType
+Microsoft.Maui.Controls.ItemsLayout.SnapPointsType.set -> void
+Microsoft.Maui.Controls.ItemsLayoutOrientation
+Microsoft.Maui.Controls.ItemsLayoutOrientation.Horizontal = 1 -> Microsoft.Maui.Controls.ItemsLayoutOrientation
+Microsoft.Maui.Controls.ItemsLayoutOrientation.Vertical = 0 -> Microsoft.Maui.Controls.ItemsLayoutOrientation
+Microsoft.Maui.Controls.ItemsLayoutTypeConverter
+Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ItemsLayoutTypeConverter() -> void
+Microsoft.Maui.Controls.ItemsUpdatingScrollMode
+Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepItemsInView = 0 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode
+Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepLastItemInView = 2 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode
+Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepScrollOffset = 1 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode
+Microsoft.Maui.Controls.ItemsView
+Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility
+Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibility.set -> void
+Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollMode.get -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode
+Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollMode.set -> void
+Microsoft.Maui.Controls.ItemsView.ItemsView() -> void
+Microsoft.Maui.Controls.ItemsView.RemainingItemsThreshold.get -> int
+Microsoft.Maui.Controls.ItemsView.RemainingItemsThreshold.set -> void
+Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReached -> System.EventHandler
+Microsoft.Maui.Controls.ItemsView.Scrolled -> System.EventHandler
+Microsoft.Maui.Controls.ItemsView.ScrollTo(int index, int groupIndex = -1, Microsoft.Maui.Controls.ScrollToPosition position = Microsoft.Maui.Controls.ScrollToPosition.MakeVisible, bool animate = true) -> void
+Microsoft.Maui.Controls.ItemsView.ScrollToRequested -> System.EventHandler
+Microsoft.Maui.Controls.ItemsView.SendRemainingItemsThresholdReached() -> void
+Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility
+Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibility.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.CenterItemIndex.get -> int
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.CenterItemIndex.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.FirstVisibleItemIndex.get -> int
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.FirstVisibleItemIndex.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalDelta.get -> double
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalDelta.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalOffset.get -> double
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalOffset.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.ItemsViewScrolledEventArgs() -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.LastVisibleItemIndex.get -> int
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.LastVisibleItemIndex.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalDelta.get -> double
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalDelta.set -> void
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalOffset.get -> double
+Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalOffset.set -> void
+Microsoft.Maui.Controls.ItemTappedEventArgs
+Microsoft.Maui.Controls.ItemTappedEventArgs.ItemIndex.get -> int
+Microsoft.Maui.Controls.ItemVisibilityEventArgs
+Microsoft.Maui.Controls.ItemVisibilityEventArgs.ItemIndex.get -> int
+Microsoft.Maui.Controls.IValueConverter
+Microsoft.Maui.Controls.IViewController
+Microsoft.Maui.Controls.IVisual
+Microsoft.Maui.Controls.IVisualElementController
+Microsoft.Maui.Controls.IVisualElementController.BatchCommitted -> System.EventHandler>
+Microsoft.Maui.Controls.IVisualElementController.Batched.get -> bool
+Microsoft.Maui.Controls.IVisualElementController.DisableLayout.get -> bool
+Microsoft.Maui.Controls.IVisualElementController.DisableLayout.set -> void
+Microsoft.Maui.Controls.IVisualElementController.EffectiveFlowDirection.get -> Microsoft.Maui.Controls.EffectiveFlowDirection
+Microsoft.Maui.Controls.IVisualElementController.FocusChangeRequested -> System.EventHandler
+Microsoft.Maui.Controls.IVisualElementController.InvalidateMeasure(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void
+Microsoft.Maui.Controls.IVisualElementController.IsInPlatformLayout.get -> bool
+Microsoft.Maui.Controls.IVisualElementController.IsInPlatformLayout.set -> void
+Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled.get -> bool
+Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled.set -> void
+Microsoft.Maui.Controls.IVisualElementController.IsPlatformStateConsistent.get -> bool
+Microsoft.Maui.Controls.IVisualElementController.IsPlatformStateConsistent.set -> void
+Microsoft.Maui.Controls.IVisualElementController.PlatformSizeChanged() -> void
+Microsoft.Maui.Controls.IWebViewController
+Microsoft.Maui.Controls.IWebViewController.CanGoBack.get -> bool
+Microsoft.Maui.Controls.IWebViewController.CanGoBack.set -> void
+Microsoft.Maui.Controls.IWebViewController.CanGoForward.get -> bool
+Microsoft.Maui.Controls.IWebViewController.CanGoForward.set -> void
+Microsoft.Maui.Controls.IWebViewController.EvalRequested -> System.EventHandler
+Microsoft.Maui.Controls.IWebViewController.EvaluateJavaScriptRequested -> Microsoft.Maui.Controls.Internals.EvaluateJavaScriptDelegate
+Microsoft.Maui.Controls.IWebViewController.GoBackRequested -> System.EventHandler
+Microsoft.Maui.Controls.IWebViewController.GoForwardRequested -> System.EventHandler
+Microsoft.Maui.Controls.IWebViewController.ReloadRequested -> System.EventHandler
+Microsoft.Maui.Controls.KnownColor
+Microsoft.Maui.Controls.Label
+Microsoft.Maui.Controls.Label.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.Label.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.Label.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Label.FontAttributes.set -> void
+Microsoft.Maui.Controls.Label.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Label.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.Label.FontSize.get -> double
+Microsoft.Maui.Controls.Label.FontSize.set -> void
+Microsoft.Maui.Controls.Label.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Label.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.Label.Label() -> void
+Microsoft.Maui.Controls.Label.LineBreakMode.get -> Microsoft.Maui.LineBreakMode
+Microsoft.Maui.Controls.Label.LineBreakMode.set -> void
+Microsoft.Maui.Controls.Label.LineHeight.get -> double
+Microsoft.Maui.Controls.Label.LineHeight.set -> void
+Microsoft.Maui.Controls.Label.MaxLines.get -> int
+Microsoft.Maui.Controls.Label.MaxLines.set -> void
+Microsoft.Maui.Controls.Label.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Label.Padding.set -> void
+Microsoft.Maui.Controls.Label.TextDecorations.get -> Microsoft.Maui.TextDecorations
+Microsoft.Maui.Controls.Label.TextDecorations.set -> void
+Microsoft.Maui.Controls.Label.TextTransform.get -> Microsoft.Maui.TextTransform
+Microsoft.Maui.Controls.Label.TextTransform.set -> void
+Microsoft.Maui.Controls.Label.TextType.get -> Microsoft.Maui.TextType
+Microsoft.Maui.Controls.Label.TextType.set -> void
+Microsoft.Maui.Controls.Label.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Label.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.Layout
+Microsoft.Maui.Controls.Layout.CascadeInputTransparent.get -> bool
+Microsoft.Maui.Controls.Layout.CascadeInputTransparent.set -> void
+Microsoft.Maui.Controls.Layout.Clear() -> void
+Microsoft.Maui.Controls.Layout.Count.get -> int
+Microsoft.Maui.Controls.Layout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Layout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Layout.IgnoreSafeArea.get -> bool
+Microsoft.Maui.Controls.Layout.IgnoreSafeArea.set -> void
+Microsoft.Maui.Controls.Layout.IsClippedToBounds.get -> bool
+Microsoft.Maui.Controls.Layout.IsClippedToBounds.set -> void
+Microsoft.Maui.Controls.Layout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Layout.Layout() -> void
+Microsoft.Maui.Controls.Layout.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Layout.Padding.set -> void
+Microsoft.Maui.Controls.Layout.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.LayoutAlignment
+Microsoft.Maui.Controls.LayoutAlignment.Center = 1 -> Microsoft.Maui.Controls.LayoutAlignment
+Microsoft.Maui.Controls.LayoutAlignment.End = 2 -> Microsoft.Maui.Controls.LayoutAlignment
+Microsoft.Maui.Controls.LayoutAlignment.Fill = Microsoft.Maui.Controls.LayoutAlignment.Center | Microsoft.Maui.Controls.LayoutAlignment.End -> Microsoft.Maui.Controls.LayoutAlignment
+Microsoft.Maui.Controls.LayoutAlignment.Start = 0 -> Microsoft.Maui.Controls.LayoutAlignment
+Microsoft.Maui.Controls.LayoutDirectionExtensions
+Microsoft.Maui.Controls.LayoutOptions
+Microsoft.Maui.Controls.LayoutOptions.Alignment.get -> Microsoft.Maui.Controls.LayoutAlignment
+Microsoft.Maui.Controls.LayoutOptions.Alignment.set -> void
+Microsoft.Maui.Controls.LayoutOptions.Expands.get -> bool
+Microsoft.Maui.Controls.LayoutOptions.Expands.set -> void
+Microsoft.Maui.Controls.LayoutOptions.LayoutOptions() -> void
+Microsoft.Maui.Controls.LayoutOptions.LayoutOptions(Microsoft.Maui.Controls.LayoutAlignment alignment, bool expands) -> void
+Microsoft.Maui.Controls.LayoutOptionsConverter
+Microsoft.Maui.Controls.LayoutOptionsConverter.LayoutOptionsConverter() -> void
+Microsoft.Maui.Controls.LinearGradientBrush
+Microsoft.Maui.Controls.LinearGradientBrush.EndPoint.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.LinearGradientBrush.EndPoint.set -> void
+Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush() -> void
+Microsoft.Maui.Controls.LinearGradientBrush.StartPoint.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.LinearGradientBrush.StartPoint.set -> void
+Microsoft.Maui.Controls.LinearItemsLayout
+Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacing.get -> double
+Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacing.set -> void
+Microsoft.Maui.Controls.LinearItemsLayout.LinearItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void
+Microsoft.Maui.Controls.ListProxyChangedEventArgs
+Microsoft.Maui.Controls.ListStringTypeConverter
+Microsoft.Maui.Controls.ListStringTypeConverter.ListStringTypeConverter() -> void
+Microsoft.Maui.Controls.ListView
+Microsoft.Maui.Controls.ListView.BeginRefresh() -> void
+Microsoft.Maui.Controls.ListView.CachingStrategy.get -> Microsoft.Maui.Controls.ListViewCachingStrategy
+Microsoft.Maui.Controls.ListView.EndRefresh() -> void
+Microsoft.Maui.Controls.ListView.HasUnevenRows.get -> bool
+Microsoft.Maui.Controls.ListView.HasUnevenRows.set -> void
+Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility
+Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibility.set -> void
+Microsoft.Maui.Controls.ListView.IsGroupingEnabled.get -> bool
+Microsoft.Maui.Controls.ListView.IsGroupingEnabled.set -> void
+Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabled.get -> bool
+Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabled.set -> void
+Microsoft.Maui.Controls.ListView.IsRefreshing.get -> bool
+Microsoft.Maui.Controls.ListView.IsRefreshing.set -> void
+Microsoft.Maui.Controls.ListView.ItemAppearing -> System.EventHandler
+Microsoft.Maui.Controls.ListView.ItemDisappearing -> System.EventHandler
+Microsoft.Maui.Controls.ListView.ItemSelected -> System.EventHandler
+Microsoft.Maui.Controls.ListView.ItemTapped -> System.EventHandler
+Microsoft.Maui.Controls.ListView.ListView() -> void
+Microsoft.Maui.Controls.ListView.ListView(Microsoft.Maui.Controls.ListViewCachingStrategy cachingStrategy) -> void
+Microsoft.Maui.Controls.ListView.RefreshAllowed.get -> bool
+Microsoft.Maui.Controls.ListView.RefreshAllowed.set -> void
+Microsoft.Maui.Controls.ListView.Refreshing -> System.EventHandler
+Microsoft.Maui.Controls.ListView.RowHeight.get -> int
+Microsoft.Maui.Controls.ListView.RowHeight.set -> void
+Microsoft.Maui.Controls.ListView.Scrolled -> System.EventHandler
+Microsoft.Maui.Controls.ListView.ScrollToRequested -> System.EventHandler
+Microsoft.Maui.Controls.ListView.SelectionMode.get -> Microsoft.Maui.Controls.ListViewSelectionMode
+Microsoft.Maui.Controls.ListView.SelectionMode.set -> void
+Microsoft.Maui.Controls.ListView.SendRefreshing() -> void
+Microsoft.Maui.Controls.ListView.SeparatorVisibility.get -> Microsoft.Maui.Controls.SeparatorVisibility
+Microsoft.Maui.Controls.ListView.SeparatorVisibility.set -> void
+Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility
+Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibility.set -> void
+Microsoft.Maui.Controls.ListViewCachingStrategy
+Microsoft.Maui.Controls.ListViewCachingStrategy.RecycleElement = 1 -> Microsoft.Maui.Controls.ListViewCachingStrategy
+Microsoft.Maui.Controls.ListViewCachingStrategy.RecycleElementAndDataTemplate = 3 -> Microsoft.Maui.Controls.ListViewCachingStrategy
+Microsoft.Maui.Controls.ListViewCachingStrategy.RetainElement = 0 -> Microsoft.Maui.Controls.ListViewCachingStrategy
+Microsoft.Maui.Controls.ListViewSelectionMode
+Microsoft.Maui.Controls.ListViewSelectionMode.None = 0 -> Microsoft.Maui.Controls.ListViewSelectionMode
+Microsoft.Maui.Controls.ListViewSelectionMode.Single = 1 -> Microsoft.Maui.Controls.ListViewSelectionMode
+Microsoft.Maui.Controls.MarshalingObservableCollection
+Microsoft.Maui.Controls.MarshalingObservableCollection.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.MeasureFlags
+Microsoft.Maui.Controls.MeasureFlags.IncludeMargins = 1 -> Microsoft.Maui.Controls.MeasureFlags
+Microsoft.Maui.Controls.MeasureFlags.None = 0 -> Microsoft.Maui.Controls.MeasureFlags
+Microsoft.Maui.Controls.MenuBar
+Microsoft.Maui.Controls.MenuBar.Clear() -> void
+Microsoft.Maui.Controls.MenuBar.Count.get -> int
+Microsoft.Maui.Controls.MenuBar.IsEnabled.get -> bool
+Microsoft.Maui.Controls.MenuBar.IsEnabled.set -> void
+Microsoft.Maui.Controls.MenuBar.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuBar.MenuBar() -> void
+Microsoft.Maui.Controls.MenuBar.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.MenuBarItem
+Microsoft.Maui.Controls.MenuBarItem.Clear() -> void
+Microsoft.Maui.Controls.MenuBarItem.Count.get -> int
+Microsoft.Maui.Controls.MenuBarItem.IsEnabled.get -> bool
+Microsoft.Maui.Controls.MenuBarItem.IsEnabled.set -> void
+Microsoft.Maui.Controls.MenuBarItem.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuBarItem.MenuBarItem() -> void
+Microsoft.Maui.Controls.MenuBarItem.Priority.get -> int
+Microsoft.Maui.Controls.MenuBarItem.Priority.set -> void
+Microsoft.Maui.Controls.MenuBarItem.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.MenuFlyoutItem
+Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSubItem
+Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyoutSubItem.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyoutSubItem.MenuFlyoutSubItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSubItem.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.MenuItem
+Microsoft.Maui.Controls.MenuItem.Clicked -> System.EventHandler
+Microsoft.Maui.Controls.MenuItem.IsDestructive.get -> bool
+Microsoft.Maui.Controls.MenuItem.IsDestructive.set -> void
+Microsoft.Maui.Controls.MenuItem.IsEnabled.get -> bool
+Microsoft.Maui.Controls.MenuItem.IsEnabled.set -> void
+Microsoft.Maui.Controls.MenuItem.MenuItem() -> void
+Microsoft.Maui.Controls.MenuItemCollection
+Microsoft.Maui.Controls.MenuItemCollection.Clear() -> void
+Microsoft.Maui.Controls.MenuItemCollection.Count.get -> int
+Microsoft.Maui.Controls.MenuItemCollection.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuItemCollection.MenuItemCollection() -> void
+Microsoft.Maui.Controls.MenuItemCollection.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.MessagingCenter
+Microsoft.Maui.Controls.MessagingCenter.MessagingCenter() -> void
+Microsoft.Maui.Controls.ModalEventArgs
+Microsoft.Maui.Controls.ModalPoppedEventArgs
+Microsoft.Maui.Controls.ModalPoppingEventArgs
+Microsoft.Maui.Controls.ModalPoppingEventArgs.Cancel.get -> bool
+Microsoft.Maui.Controls.ModalPoppingEventArgs.Cancel.set -> void
+Microsoft.Maui.Controls.ModalPushedEventArgs
+Microsoft.Maui.Controls.ModalPushingEventArgs
+Microsoft.Maui.Controls.MultiBinding
+Microsoft.Maui.Controls.MultiBinding.MultiBinding() -> void
+Microsoft.Maui.Controls.MultiPage.CurrentPageChanged -> System.EventHandler
+Microsoft.Maui.Controls.MultiPage.MultiPage() -> void
+Microsoft.Maui.Controls.MultiPage.PagesChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.MultiTrigger
+Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Body = 5 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Caption = 9 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Default = 0 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Header = 6 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Large = 4 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Medium = 3 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Micro = 1 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Small = 2 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Subtitle = 8 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NamedSize.Title = 7 -> Microsoft.Maui.Controls.NamedSize
+Microsoft.Maui.Controls.NameScopeExtensions
+Microsoft.Maui.Controls.NavigableElement
+Microsoft.Maui.Controls.NavigatedFromEventArgs
+Microsoft.Maui.Controls.NavigatedToEventArgs
+Microsoft.Maui.Controls.NavigatingFromEventArgs
+Microsoft.Maui.Controls.NavigatingFromEventArgs.NavigatingFromEventArgs() -> void
+Microsoft.Maui.Controls.NavigationEventArgs
+Microsoft.Maui.Controls.NavigationPage
+Microsoft.Maui.Controls.NavigationPage.NavigationPage() -> void
+Microsoft.Maui.Controls.NavigationPage.Popped -> System.EventHandler
+Microsoft.Maui.Controls.NavigationPage.PoppedToRoot -> System.EventHandler
+Microsoft.Maui.Controls.NavigationPage.Pushed -> System.EventHandler
+Microsoft.Maui.Controls.NullEffect
+Microsoft.Maui.Controls.NullEffect.NullEffect() -> void
+Microsoft.Maui.Controls.On
+Microsoft.Maui.Controls.On.On() -> void
+Microsoft.Maui.Controls.OnIdiom
+Microsoft.Maui.Controls.OnIdiom.Default.get -> T
+Microsoft.Maui.Controls.OnIdiom.Default.set -> void
+Microsoft.Maui.Controls.OnIdiom.Desktop.get -> T
+Microsoft.Maui.Controls.OnIdiom.Desktop.set -> void
+Microsoft.Maui.Controls.OnIdiom.OnIdiom() -> void
+Microsoft.Maui.Controls.OnIdiom.Phone.get -> T
+Microsoft.Maui.Controls.OnIdiom.Phone.set -> void
+Microsoft.Maui.Controls.OnIdiom.Tablet.get -> T
+Microsoft.Maui.Controls.OnIdiom.Tablet.set -> void
+Microsoft.Maui.Controls.OnIdiom.TV.get -> T
+Microsoft.Maui.Controls.OnIdiom.TV.set -> void
+Microsoft.Maui.Controls.OnIdiom.Watch.get -> T
+Microsoft.Maui.Controls.OnIdiom.Watch.set -> void
+Microsoft.Maui.Controls.OnPlatform
+Microsoft.Maui.Controls.OnPlatform.Default.get -> T
+Microsoft.Maui.Controls.OnPlatform.Default.set -> void
+Microsoft.Maui.Controls.OnPlatform.OnPlatform() -> void
+Microsoft.Maui.Controls.OpenGLView
+Microsoft.Maui.Controls.OpenGLView.Display() -> void
+Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler
+Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool
+Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void
+Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void
+Microsoft.Maui.Controls.OpenRequestedEventArgs
+Microsoft.Maui.Controls.OpenRequestedEventArgs.Animated.get -> bool
+Microsoft.Maui.Controls.OpenRequestedEventArgs.Animated.set -> void
+Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenRequestedEventArgs(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated) -> void
+Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenSwipeItem.get -> Microsoft.Maui.OpenSwipeItem
+Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenSwipeItem.set -> void
+Microsoft.Maui.Controls.OrientationStateTrigger
+Microsoft.Maui.Controls.OrientationStateTrigger.Orientation.get -> Microsoft.Maui.Devices.DisplayOrientation
+Microsoft.Maui.Controls.OrientationStateTrigger.Orientation.set -> void
+Microsoft.Maui.Controls.OrientationStateTrigger.OrientationStateTrigger() -> void
+Microsoft.Maui.Controls.Page
+Microsoft.Maui.Controls.Page.Appearing -> System.EventHandler
+Microsoft.Maui.Controls.Page.ContainerArea.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.Page.ContainerArea.set -> void
+Microsoft.Maui.Controls.Page.Disappearing -> System.EventHandler
+Microsoft.Maui.Controls.Page.ForceLayout() -> void
+Microsoft.Maui.Controls.Page.IgnoresContainerArea.get -> bool
+Microsoft.Maui.Controls.Page.IgnoresContainerArea.set -> void
+Microsoft.Maui.Controls.Page.IsBusy.get -> bool
+Microsoft.Maui.Controls.Page.IsBusy.set -> void
+Microsoft.Maui.Controls.Page.LayoutChanged -> System.EventHandler
+Microsoft.Maui.Controls.Page.NavigatedFrom -> System.EventHandler
+Microsoft.Maui.Controls.Page.NavigatedTo -> System.EventHandler
+Microsoft.Maui.Controls.Page.NavigatingFrom -> System.EventHandler
+Microsoft.Maui.Controls.Page.Padding.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.Page.Padding.set -> void
+Microsoft.Maui.Controls.Page.Page() -> void
+Microsoft.Maui.Controls.Page.SendAppearing() -> void
+Microsoft.Maui.Controls.Page.SendBackButtonPressed() -> bool
+Microsoft.Maui.Controls.Page.SendDisappearing() -> void
+Microsoft.Maui.Controls.Page.UpdateChildrenLayout() -> void
+Microsoft.Maui.Controls.PanGestureRecognizer
+Microsoft.Maui.Controls.PanGestureRecognizer.PanGestureRecognizer() -> void
+Microsoft.Maui.Controls.PanGestureRecognizer.PanUpdated -> System.EventHandler
+Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints.get -> int
+Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints.set -> void
+Microsoft.Maui.Controls.PanUpdatedEventArgs
+Microsoft.Maui.Controls.PanUpdatedEventArgs.GestureId.get -> int
+Microsoft.Maui.Controls.PanUpdatedEventArgs.PanUpdatedEventArgs(Microsoft.Maui.GestureStatus type, int gestureId) -> void
+Microsoft.Maui.Controls.PanUpdatedEventArgs.PanUpdatedEventArgs(Microsoft.Maui.GestureStatus type, int gestureId, double totalx, double totaly) -> void
+Microsoft.Maui.Controls.PanUpdatedEventArgs.StatusType.get -> Microsoft.Maui.GestureStatus
+Microsoft.Maui.Controls.PanUpdatedEventArgs.TotalX.get -> double
+Microsoft.Maui.Controls.PanUpdatedEventArgs.TotalY.get -> double
+Microsoft.Maui.Controls.ParentChangingEventArgs
+Microsoft.Maui.Controls.Picker
+Microsoft.Maui.Controls.Picker.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.Picker.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.Picker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Picker.FontAttributes.set -> void
+Microsoft.Maui.Controls.Picker.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Picker.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.Picker.FontSize.get -> double
+Microsoft.Maui.Controls.Picker.FontSize.set -> void
+Microsoft.Maui.Controls.Picker.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Picker.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.Picker.Picker() -> void
+Microsoft.Maui.Controls.Picker.SelectedIndex.get -> int
+Microsoft.Maui.Controls.Picker.SelectedIndex.set -> void
+Microsoft.Maui.Controls.Picker.SelectedIndexChanged -> System.EventHandler
+Microsoft.Maui.Controls.Picker.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.Picker.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.PinchGestureRecognizer
+Microsoft.Maui.Controls.PinchGestureRecognizer.PinchGestureRecognizer() -> void
+Microsoft.Maui.Controls.PinchGestureRecognizer.PinchUpdated -> System.EventHandler
+Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs
+Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.PinchGestureUpdatedEventArgs(Microsoft.Maui.GestureStatus status) -> void
+Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.PinchGestureUpdatedEventArgs(Microsoft.Maui.GestureStatus status, double scale, Microsoft.Maui.Graphics.Point origin) -> void
+Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.Scale.get -> double
+Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.ScaleOrigin.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.Status.get -> Microsoft.Maui.GestureStatus
+Microsoft.Maui.Controls.Platform.Android.ImeActionExtensions
+Microsoft.Maui.Controls.Platform.ApplicationExtensions
+Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils
+Microsoft.Maui.Controls.Platform.BrushExtensions
+Microsoft.Maui.Controls.Platform.ButtonExtensions
+Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable
+Microsoft.Maui.Controls.Platform.Compatibility.ContainerView
+Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.MatchHeight.get -> bool
+Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.MatchHeight.set -> void
+Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.MatchWidth.get -> bool
+Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.MatchWidth.set -> void
+Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout
+Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout.CustomFrameLayout(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Controls.Platform.Compatibility.IShellBottomNavViewAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.IShellContext
+Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutContentRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer.Destroyed -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.IShellObservableFragment
+Microsoft.Maui.Controls.Platform.Compatibility.IShellObservableFragment.AnimationFinished -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.IShellSearchView
+Microsoft.Maui.Controls.Platform.Compatibility.IShellSearchView.LoadView() -> void
+Microsoft.Maui.Controls.Platform.Compatibility.IShellSearchView.SearchConfirmed -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.IShellSectionRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.IShellTabLayoutAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarTracker
+Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarTracker.CanNavigateBack.get -> bool
+Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarTracker.CanNavigateBack.set -> void
+Microsoft.Maui.Controls.Platform.Compatibility.SearchHandlerAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.SearchHandlerAppearanceTracker.Dispose() -> void
+Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker.Dispose() -> void
+Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment
+Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment.AnimationFinished -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.AdapterListItem
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.AdapterListItem.DrawTopLine.get -> bool
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.AdapterListItem.DrawTopLine.set -> void
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.AdapterListItem.Index.get -> int
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.ElementViewHolder
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer.SlideOffset.get -> float
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer.HeaderContainer
+Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase
+Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase.Destroyed -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView
+Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView.SearchConfirmed -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter
+Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer
+Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer.AnimationFinished -> System.EventHandler
+Microsoft.Maui.Controls.Platform.Compatibility.ShellTabLayoutAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.ShellTabLayoutAppearanceTracker.Dispose() -> void
+Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarAppearanceTracker
+Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarAppearanceTracker.Dispose() -> void
+Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker
+Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker.CanNavigateBack.get -> bool
+Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker.CanNavigateBack.set -> void
+Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate
+Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate.ControlsAccessibilityDelegate(AndroidX.Core.View.AccessibilityDelegateCompat? originalDelegate, Microsoft.Maui.IViewHandler! viewHandler) -> void
+Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate.Handler.get -> Microsoft.Maui.IViewHandler!
+Microsoft.Maui.Controls.Platform.EditTextExtensions
+Microsoft.Maui.Controls.Platform.ElementChangedEventArgs
+Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.ElementChangedEventArgs(TElement? oldElement, TElement? newElement) -> void
+Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.NewElement.get -> TElement?
+Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.OldElement.get -> TElement?
+Microsoft.Maui.Controls.Platform.ElevationHelper
+Microsoft.Maui.Controls.Platform.FontExtensions
+Microsoft.Maui.Controls.Platform.FormattedStringExtensions
+Microsoft.Maui.Controls.Platform.GenericAnimatorListener
+Microsoft.Maui.Controls.Platform.GenericAnimatorListener.GenericAnimatorListener() -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.GradientShader
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.GradientShader.GradientShader() -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.GradientStrokeDrawable() -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.LinearGradientShader() -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.X1.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.X1.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.X2.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.X2.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.Y1.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.Y1.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.Y2.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.LinearGradientShader.Y2.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.CenterX.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.CenterX.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.CenterY.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.CenterY.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.RadialGradientShader() -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.Radius.get -> float
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.RadialGradientShader.Radius.set -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.SetColor(Android.Graphics.Color backgroundColor) -> void
+Microsoft.Maui.Controls.Platform.GradientStrokeDrawable.SetStroke(int strokeWidth, Android.Graphics.Color strokeColor) -> void
+Microsoft.Maui.Controls.Platform.ITabStop
+Microsoft.Maui.Controls.Platform.PageExtensions
+Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions
+Microsoft.Maui.Controls.Platform.PlatformEffect
+Microsoft.Maui.Controls.Platform.PlatformEffect.PlatformEffect() -> void
+Microsoft.Maui.Controls.Platform.RecyclerViewExtensions
+Microsoft.Maui.Controls.Platform.SearchViewExtensions
+Microsoft.Maui.Controls.Platform.SemanticExtensions
+Microsoft.Maui.Controls.Platform.TextViewExtensions
+Microsoft.Maui.Controls.Platform.ViewExtensions
+Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs
+Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs.VisualElementChangedEventArgs(Microsoft.Maui.Controls.VisualElement? oldElement, Microsoft.Maui.Controls.VisualElement? newElement) -> void
+Microsoft.Maui.Controls.Platform.WebViewExtensions
+Microsoft.Maui.Controls.PlatformBehavior
+Microsoft.Maui.Controls.PlatformBehavior.PlatformBehavior() -> void
+Microsoft.Maui.Controls.PlatformBehavior
+Microsoft.Maui.Controls.PlatformBehavior.PlatformBehavior() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.Android
+Microsoft.Maui.Controls.PlatformConfiguration.Android.Android() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Done = 6 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Go = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.ImeMaskAction = 255 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Next = 5 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoAccessoryAction = 536870912 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoExtractUi = 268435456 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoFullscreen = 33554432 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.None = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoPersonalizedLearning = 16777216 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Previous = 7 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Search = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Send = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.AlwaysAllow = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.CompatibilityMode = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.NeverAllow = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ShellItem
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Pan = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Resize = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust
+Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Unspecified = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust
+Microsoft.Maui.Controls.PlatformConfiguration.GTK
+Microsoft.Maui.Controls.PlatformConfiguration.GTK.GTK() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition
+Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition
+Microsoft.Maui.Controls.PlatformConfiguration.iOS
+Microsoft.Maui.Controls.PlatformConfiguration.iOS.iOS() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.Dark = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.ExtraLight = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.Light = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle.Grouped = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle.Plain = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Always = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Automatic = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Never = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle.FullWidth = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.False = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.True = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode.DoNotAdjust = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode.MatchNavigationBarTextLuminosity = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Opaque = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Translucent = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.Automatic = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FormSheet = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FullScreen = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.OverFullScreen = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.PageSheet = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Minimal = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Prominent = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.Fade = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.Slide = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode.Immediately = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode.WhenFinished = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowEffect
+Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowEffect.ShadowEffect() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.macOS
+Microsoft.Maui.Controls.PlatformConfiguration.macOS.macOS() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.Crossfade = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideBackward = 7 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideDown = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideForward = 6 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideLeft = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideRight = 5 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideUp = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page
+Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage
+Microsoft.Maui.Controls.PlatformConfiguration.Tizen
+Microsoft.Maui.Controls.PlatformConfiguration.Tizen.Tizen() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle
+Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement
+Microsoft.Maui.Controls.PlatformConfiguration.Windows
+Microsoft.Maui.Controls.PlatformConfiguration.Windows.Windows() -> void
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle.Full = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle.Partial = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode.Accessible = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode.Inaccessible = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.BottomToTop = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.LeftToRight = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.RightToLeft = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.TopToBottom = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SameThread = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SeparateProcess = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode
+Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SeparateThread = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode
+Microsoft.Maui.Controls.PlatformEffect.PlatformEffect() -> void
+Microsoft.Maui.Controls.PointCollection
+Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PoppedToRootEventArgs
+Microsoft.Maui.Controls.PositionChangedEventArgs
+Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
+Microsoft.Maui.Controls.PositionChangedEventArgs.PreviousPosition.get -> int
+Microsoft.Maui.Controls.PresentationMode
+Microsoft.Maui.Controls.PresentationMode.Animated = 2 -> Microsoft.Maui.Controls.PresentationMode
+Microsoft.Maui.Controls.PresentationMode.Modal = 4 -> Microsoft.Maui.Controls.PresentationMode
+Microsoft.Maui.Controls.PresentationMode.ModalAnimated = Microsoft.Maui.Controls.PresentationMode.Animated | Microsoft.Maui.Controls.PresentationMode.Modal -> Microsoft.Maui.Controls.PresentationMode
+Microsoft.Maui.Controls.PresentationMode.ModalNotAnimated = Microsoft.Maui.Controls.PresentationMode.NotAnimated | Microsoft.Maui.Controls.PresentationMode.Modal -> Microsoft.Maui.Controls.PresentationMode
+Microsoft.Maui.Controls.PresentationMode.NotAnimated = 1 -> Microsoft.Maui.Controls.PresentationMode
+Microsoft.Maui.Controls.ProgressBar
+Microsoft.Maui.Controls.ProgressBar.Progress.get -> double
+Microsoft.Maui.Controls.ProgressBar.Progress.set -> void
+Microsoft.Maui.Controls.ProgressBar.ProgressBar() -> void
+Microsoft.Maui.Controls.PropertyChangingEventArgs
+Microsoft.Maui.Controls.PropertyChangingEventHandler
+Microsoft.Maui.Controls.PropertyCondition
+Microsoft.Maui.Controls.PropertyCondition.PropertyCondition() -> void
+Microsoft.Maui.Controls.QueryPropertyAttribute
+Microsoft.Maui.Controls.RadialGradientBrush
+Microsoft.Maui.Controls.RadialGradientBrush.Center.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.RadialGradientBrush.Center.set -> void
+Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush() -> void
+Microsoft.Maui.Controls.RadialGradientBrush.Radius.get -> double
+Microsoft.Maui.Controls.RadialGradientBrush.Radius.set -> void
+Microsoft.Maui.Controls.RadioButton
+Microsoft.Maui.Controls.RadioButton.BorderWidth.get -> double
+Microsoft.Maui.Controls.RadioButton.BorderWidth.set -> void
+Microsoft.Maui.Controls.RadioButton.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.RadioButton.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.RadioButton.CheckedChanged -> System.EventHandler
+Microsoft.Maui.Controls.RadioButton.CornerRadius.get -> int
+Microsoft.Maui.Controls.RadioButton.CornerRadius.set -> void
+Microsoft.Maui.Controls.RadioButton.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.RadioButton.FontAttributes.set -> void
+Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.RadioButton.FontSize.get -> double
+Microsoft.Maui.Controls.RadioButton.FontSize.set -> void
+Microsoft.Maui.Controls.RadioButton.IsChecked.get -> bool
+Microsoft.Maui.Controls.RadioButton.IsChecked.set -> void
+Microsoft.Maui.Controls.RadioButton.RadioButton() -> void
+Microsoft.Maui.Controls.RadioButton.TextTransform.get -> Microsoft.Maui.TextTransform
+Microsoft.Maui.Controls.RadioButton.TextTransform.set -> void
+Microsoft.Maui.Controls.RadioButtonGroup
+Microsoft.Maui.Controls.ReferenceTypeConverter
+Microsoft.Maui.Controls.ReferenceTypeConverter.ReferenceTypeConverter() -> void
+Microsoft.Maui.Controls.RefreshView
+Microsoft.Maui.Controls.RefreshView.IsRefreshing.get -> bool
+Microsoft.Maui.Controls.RefreshView.IsRefreshing.set -> void
+Microsoft.Maui.Controls.RefreshView.Refreshing -> System.EventHandler
+Microsoft.Maui.Controls.RefreshView.RefreshView() -> void
+Microsoft.Maui.Controls.Region
+Microsoft.Maui.Controls.Region.Contains(double x, double y) -> bool
+Microsoft.Maui.Controls.Region.Contains(Microsoft.Maui.Graphics.Point pt) -> bool
+Microsoft.Maui.Controls.Region.Deflate() -> Microsoft.Maui.Controls.Region
+Microsoft.Maui.Controls.Region.Inflate(double left, double top, double right, double bottom) -> Microsoft.Maui.Controls.Region
+Microsoft.Maui.Controls.Region.Inflate(double size) -> Microsoft.Maui.Controls.Region
+Microsoft.Maui.Controls.Region.Region() -> void
+Microsoft.Maui.Controls.RelativeBindingSource
+Microsoft.Maui.Controls.RelativeBindingSource.AncestorLevel.get -> int
+Microsoft.Maui.Controls.RelativeBindingSource.Mode.get -> Microsoft.Maui.Controls.RelativeBindingSourceMode
+Microsoft.Maui.Controls.RelativeBindingSourceMode
+Microsoft.Maui.Controls.RelativeBindingSourceMode.FindAncestor = 3 -> Microsoft.Maui.Controls.RelativeBindingSourceMode
+Microsoft.Maui.Controls.RelativeBindingSourceMode.FindAncestorBindingContext = 4 -> Microsoft.Maui.Controls.RelativeBindingSourceMode
+Microsoft.Maui.Controls.RelativeBindingSourceMode.Self = 2 -> Microsoft.Maui.Controls.RelativeBindingSourceMode
+Microsoft.Maui.Controls.RelativeBindingSourceMode.TemplatedParent = 1 -> Microsoft.Maui.Controls.RelativeBindingSourceMode
+Microsoft.Maui.Controls.RenderWithAttribute
+Microsoft.Maui.Controls.ReorderableItemsView
+Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroups.get -> bool
+Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroups.set -> void
+Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItems.get -> bool
+Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItems.set -> void
+Microsoft.Maui.Controls.ReorderableItemsView.ReorderableItemsView() -> void
+Microsoft.Maui.Controls.ReorderableItemsView.ReorderCompleted -> System.EventHandler
+Microsoft.Maui.Controls.ReorderableItemsView.SendReorderCompleted() -> void
+Microsoft.Maui.Controls.ResolutionGroupNameAttribute
+Microsoft.Maui.Controls.Resource
+Microsoft.Maui.Controls.Resource.Animation
+Microsoft.Maui.Controls.Resource.Animation.Animation() -> void
+Microsoft.Maui.Controls.Resource.Attribute
+Microsoft.Maui.Controls.Resource.Attribute.Attribute() -> void
+Microsoft.Maui.Controls.Resource.Dimension
+Microsoft.Maui.Controls.Resource.Dimension.Dimension() -> void
+Microsoft.Maui.Controls.Resource.Drawable
+Microsoft.Maui.Controls.Resource.Drawable.Drawable() -> void
+Microsoft.Maui.Controls.Resource.Id
+Microsoft.Maui.Controls.Resource.Id.Id() -> void
+Microsoft.Maui.Controls.Resource.Layout
+Microsoft.Maui.Controls.Resource.Layout.Layout() -> void
+Microsoft.Maui.Controls.Resource.Resource() -> void
+Microsoft.Maui.Controls.Resource.String
+Microsoft.Maui.Controls.Resource.String.String() -> void
+Microsoft.Maui.Controls.Resource.Style
+Microsoft.Maui.Controls.Resource.Style.Style() -> void
+Microsoft.Maui.Controls.Resource.Styleable
+Microsoft.Maui.Controls.Resource.Styleable.Styleable() -> void
+Microsoft.Maui.Controls.ResourceDictionary
+Microsoft.Maui.Controls.ResourceDictionary.Clear() -> void
+Microsoft.Maui.Controls.ResourceDictionary.Count.get -> int
+Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter
+Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.RDSourceTypeConverter() -> void
+Microsoft.Maui.Controls.ResourceDictionary.ResourceDictionary() -> void
+Microsoft.Maui.Controls.RouteFactory
+Microsoft.Maui.Controls.RouteFactory.RouteFactory() -> void
+Microsoft.Maui.Controls.Routing
+Microsoft.Maui.Controls.RoutingEffect
+Microsoft.Maui.Controls.RoutingEffect.RoutingEffect() -> void
+Microsoft.Maui.Controls.RowDefinition
+Microsoft.Maui.Controls.RowDefinition.Height.get -> Microsoft.Maui.GridLength
+Microsoft.Maui.Controls.RowDefinition.Height.set -> void
+Microsoft.Maui.Controls.RowDefinition.RowDefinition() -> void
+Microsoft.Maui.Controls.RowDefinition.RowDefinition(Microsoft.Maui.GridLength height) -> void
+Microsoft.Maui.Controls.RowDefinition.SizeChanged -> System.EventHandler
+Microsoft.Maui.Controls.RowDefinitionCollection
+Microsoft.Maui.Controls.RowDefinitionCollection.RowDefinitionCollection() -> void
+Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter
+Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.RowDefinitionCollectionTypeConverter() -> void
+Microsoft.Maui.Controls.ScrolledEventArgs
+Microsoft.Maui.Controls.ScrolledEventArgs.ScrolledEventArgs(double x, double y) -> void
+Microsoft.Maui.Controls.ScrolledEventArgs.ScrollX.get -> double
+Microsoft.Maui.Controls.ScrolledEventArgs.ScrollY.get -> double
+Microsoft.Maui.Controls.ScrollMode
+Microsoft.Maui.Controls.ScrollMode.Auto = 2 -> Microsoft.Maui.Controls.ScrollMode
+Microsoft.Maui.Controls.ScrollMode.Disabled = 0 -> Microsoft.Maui.Controls.ScrollMode
+Microsoft.Maui.Controls.ScrollMode.Enabled = 1 -> Microsoft.Maui.Controls.ScrollMode
+Microsoft.Maui.Controls.ScrollToMode
+Microsoft.Maui.Controls.ScrollToMode.Element = 0 -> Microsoft.Maui.Controls.ScrollToMode
+Microsoft.Maui.Controls.ScrollToMode.Position = 1 -> Microsoft.Maui.Controls.ScrollToMode
+Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToPosition.Center = 2 -> Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToPosition.End = 3 -> Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToPosition.MakeVisible = 0 -> Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToPosition.Start = 1 -> Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToRequestedEventArgs
+Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Mode.get -> Microsoft.Maui.Controls.ScrollToMode
+Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Position.get -> Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ScrollX.get -> double
+Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ScrollY.get -> double
+Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ShouldAnimate.get -> bool
+Microsoft.Maui.Controls.ScrollToRequestEventArgs
+Microsoft.Maui.Controls.ScrollToRequestEventArgs.GroupIndex.get -> int
+Microsoft.Maui.Controls.ScrollToRequestEventArgs.Index.get -> int
+Microsoft.Maui.Controls.ScrollToRequestEventArgs.IsAnimated.get -> bool
+Microsoft.Maui.Controls.ScrollToRequestEventArgs.Mode.get -> Microsoft.Maui.Controls.ScrollToMode
+Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToPosition.get -> Microsoft.Maui.Controls.ScrollToPosition
+Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToRequestEventArgs(int index, int groupIndex, Microsoft.Maui.Controls.ScrollToPosition scrollToPosition, bool isAnimated) -> void
+Microsoft.Maui.Controls.ScrollView
+Microsoft.Maui.Controls.ScrollView.ContentSize.get -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility
+Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibility.set -> void
+Microsoft.Maui.Controls.ScrollView.LayoutAreaOverride.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.ScrollView.LayoutAreaOverride.set -> void
+Microsoft.Maui.Controls.ScrollView.Orientation.get -> Microsoft.Maui.ScrollOrientation
+Microsoft.Maui.Controls.ScrollView.Orientation.set -> void
+Microsoft.Maui.Controls.ScrollView.Scrolled -> System.EventHandler
+Microsoft.Maui.Controls.ScrollView.ScrollToRequested -> System.EventHandler
+Microsoft.Maui.Controls.ScrollView.ScrollView() -> void
+Microsoft.Maui.Controls.ScrollView.ScrollX.get -> double
+Microsoft.Maui.Controls.ScrollView.ScrollY.get -> double
+Microsoft.Maui.Controls.ScrollView.SendScrollFinished() -> void
+Microsoft.Maui.Controls.ScrollView.SetScrolledPosition(double x, double y) -> void
+Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility
+Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibility.set -> void
+Microsoft.Maui.Controls.SearchBar
+Microsoft.Maui.Controls.SearchBar.CursorPosition.get -> int
+Microsoft.Maui.Controls.SearchBar.CursorPosition.set -> void
+Microsoft.Maui.Controls.SearchBar.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.SearchBar.FontAttributes.set -> void
+Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.SearchBar.FontSize.get -> double
+Microsoft.Maui.Controls.SearchBar.FontSize.set -> void
+Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabled.get -> bool
+Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabled.set -> void
+Microsoft.Maui.Controls.SearchBar.OnSearchButtonPressed() -> void
+Microsoft.Maui.Controls.SearchBar.SearchBar() -> void
+Microsoft.Maui.Controls.SearchBar.SearchButtonPressed -> System.EventHandler
+Microsoft.Maui.Controls.SearchBar.SelectionLength.get -> int
+Microsoft.Maui.Controls.SearchBar.SelectionLength.set -> void
+Microsoft.Maui.Controls.SearchBar.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.SearchBar.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.SearchBoxVisibility
+Microsoft.Maui.Controls.SearchBoxVisibility.Collapsible = 1 -> Microsoft.Maui.Controls.SearchBoxVisibility
+Microsoft.Maui.Controls.SearchBoxVisibility.Expanded = 2 -> Microsoft.Maui.Controls.SearchBoxVisibility
+Microsoft.Maui.Controls.SearchBoxVisibility.Hidden = 0 -> Microsoft.Maui.Controls.SearchBoxVisibility
+Microsoft.Maui.Controls.SearchHandler
+Microsoft.Maui.Controls.SearchHandler.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.SearchHandler.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabled.get -> bool
+Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabled.set -> void
+Microsoft.Maui.Controls.SearchHandler.Focus() -> bool
+Microsoft.Maui.Controls.SearchHandler.FocusChangeRequested -> System.EventHandler
+Microsoft.Maui.Controls.SearchHandler.Focused -> System.EventHandler
+Microsoft.Maui.Controls.SearchHandler.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.SearchHandler.FontAttributes.set -> void
+Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.SearchHandler.FontSize.get -> double
+Microsoft.Maui.Controls.SearchHandler.FontSize.set -> void
+Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignment.set -> void
+Microsoft.Maui.Controls.SearchHandler.IsFocused.get -> bool
+Microsoft.Maui.Controls.SearchHandler.IsSearchEnabled.get -> bool
+Microsoft.Maui.Controls.SearchHandler.IsSearchEnabled.set -> void
+Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibility.get -> Microsoft.Maui.Controls.SearchBoxVisibility
+Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibility.set -> void
+Microsoft.Maui.Controls.SearchHandler.SearchHandler() -> void
+Microsoft.Maui.Controls.SearchHandler.SetIsFocused(bool value) -> void
+Microsoft.Maui.Controls.SearchHandler.ShowsResults.get -> bool
+Microsoft.Maui.Controls.SearchHandler.ShowsResults.set -> void
+Microsoft.Maui.Controls.SearchHandler.TextTransform.get -> Microsoft.Maui.TextTransform
+Microsoft.Maui.Controls.SearchHandler.TextTransform.set -> void
+Microsoft.Maui.Controls.SearchHandler.Unfocus() -> void
+Microsoft.Maui.Controls.SearchHandler.Unfocused -> System.EventHandler
+Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment
+Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignment.set -> void
+Microsoft.Maui.Controls.SelectableItemsView
+Microsoft.Maui.Controls.SelectableItemsView.SelectableItemsView() -> void
+Microsoft.Maui.Controls.SelectableItemsView.SelectionChanged -> System.EventHandler
+Microsoft.Maui.Controls.SelectableItemsView.SelectionMode.get -> Microsoft.Maui.Controls.SelectionMode
+Microsoft.Maui.Controls.SelectableItemsView.SelectionMode.set -> void
+Microsoft.Maui.Controls.SelectedItemChangedEventArgs
+Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItemIndex.get -> int
+Microsoft.Maui.Controls.SelectedPositionChangedEventArgs
+Microsoft.Maui.Controls.SelectedPositionChangedEventArgs.SelectedPositionChangedEventArgs(int selectedPosition) -> void
+Microsoft.Maui.Controls.SelectionChangedEventArgs
+Microsoft.Maui.Controls.SelectionMode
+Microsoft.Maui.Controls.SelectionMode.Multiple = 2 -> Microsoft.Maui.Controls.SelectionMode
+Microsoft.Maui.Controls.SelectionMode.None = 0 -> Microsoft.Maui.Controls.SelectionMode
+Microsoft.Maui.Controls.SelectionMode.Single = 1 -> Microsoft.Maui.Controls.SelectionMode
+Microsoft.Maui.Controls.SemanticProperties
+Microsoft.Maui.Controls.SemanticProperties.SemanticProperties() -> void
+Microsoft.Maui.Controls.SeparatorVisibility
+Microsoft.Maui.Controls.SeparatorVisibility.Default = 0 -> Microsoft.Maui.Controls.SeparatorVisibility
+Microsoft.Maui.Controls.SeparatorVisibility.None = 1 -> Microsoft.Maui.Controls.SeparatorVisibility
+Microsoft.Maui.Controls.Setter
+Microsoft.Maui.Controls.Setter.Setter() -> void
+Microsoft.Maui.Controls.SettersExtensions
+Microsoft.Maui.Controls.Shadow
+Microsoft.Maui.Controls.Shadow.Offset.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shadow.Offset.set -> void
+Microsoft.Maui.Controls.Shadow.Opacity.get -> float
+Microsoft.Maui.Controls.Shadow.Opacity.set -> void
+Microsoft.Maui.Controls.Shadow.Radius.get -> float
+Microsoft.Maui.Controls.Shadow.Radius.set -> void
+Microsoft.Maui.Controls.Shadow.Shadow() -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment
+Microsoft.Maui.Controls.Shapes.ArcSegment.ArcSegment() -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment.ArcSegment(Microsoft.Maui.Graphics.Point point, Microsoft.Maui.Graphics.Size size, double rotationAngle, Microsoft.Maui.Controls.SweepDirection sweepDirection, bool isLargeArc) -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArc.get -> bool
+Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArc.set -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment.Point.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.ArcSegment.Point.set -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngle.get -> double
+Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngle.set -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment.Size.get -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.Shapes.ArcSegment.Size.set -> void
+Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirection.get -> Microsoft.Maui.Controls.SweepDirection
+Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirection.set -> void
+Microsoft.Maui.Controls.Shapes.BezierSegment
+Microsoft.Maui.Controls.Shapes.BezierSegment.BezierSegment() -> void
+Microsoft.Maui.Controls.Shapes.BezierSegment.BezierSegment(Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2, Microsoft.Maui.Graphics.Point point3) -> void
+Microsoft.Maui.Controls.Shapes.BezierSegment.Point1.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.BezierSegment.Point1.set -> void
+Microsoft.Maui.Controls.Shapes.BezierSegment.Point2.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.BezierSegment.Point2.set -> void
+Microsoft.Maui.Controls.Shapes.BezierSegment.Point3.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.BezierSegment.Point3.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform
+Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterX.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterX.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterY.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterY.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.CompositeTransform() -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.Rotation.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.Rotation.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleX.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleX.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleY.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleY.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewX.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewX.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewY.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewY.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateX.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateX.set -> void
+Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateY.get -> double
+Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateY.set -> void
+Microsoft.Maui.Controls.Shapes.Ellipse
+Microsoft.Maui.Controls.Shapes.Ellipse.Ellipse() -> void
+Microsoft.Maui.Controls.Shapes.EllipseGeometry
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.Center.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.Center.set -> void
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.EllipseGeometry() -> void
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.EllipseGeometry(Microsoft.Maui.Graphics.Point center, double radiusX, double radiusY) -> void
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusX.get -> double
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusX.set -> void
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusY.get -> double
+Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusY.set -> void
+Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.FillRule.EvenOdd = 0 -> Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.FillRule.Nonzero = 1 -> Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.Geometry
+Microsoft.Maui.Controls.Shapes.Geometry.Geometry() -> void
+Microsoft.Maui.Controls.Shapes.GeometryCollection
+Microsoft.Maui.Controls.Shapes.GeometryCollection.GeometryCollection() -> void
+Microsoft.Maui.Controls.Shapes.GeometryGroup
+Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRule.set -> void
+Microsoft.Maui.Controls.Shapes.GeometryGroup.GeometryGroup() -> void
+Microsoft.Maui.Controls.Shapes.GeometryGroup.InvalidateGeometryRequested -> System.EventHandler
+Microsoft.Maui.Controls.Shapes.GeometryHelper
+Microsoft.Maui.Controls.Shapes.IGeometry
+Microsoft.Maui.Controls.Shapes.Line
+Microsoft.Maui.Controls.Shapes.Line.Line() -> void
+Microsoft.Maui.Controls.Shapes.Line.Line(double x1, double y1, double x2, double y2) -> void
+Microsoft.Maui.Controls.Shapes.Line.X1.get -> double
+Microsoft.Maui.Controls.Shapes.Line.X1.set -> void
+Microsoft.Maui.Controls.Shapes.Line.X2.get -> double
+Microsoft.Maui.Controls.Shapes.Line.X2.set -> void
+Microsoft.Maui.Controls.Shapes.Line.Y1.get -> double
+Microsoft.Maui.Controls.Shapes.Line.Y1.set -> void
+Microsoft.Maui.Controls.Shapes.Line.Y2.get -> double
+Microsoft.Maui.Controls.Shapes.Line.Y2.set -> void
+Microsoft.Maui.Controls.Shapes.LineGeometry
+Microsoft.Maui.Controls.Shapes.LineGeometry.EndPoint.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.LineGeometry.EndPoint.set -> void
+Microsoft.Maui.Controls.Shapes.LineGeometry.LineGeometry() -> void
+Microsoft.Maui.Controls.Shapes.LineGeometry.LineGeometry(Microsoft.Maui.Graphics.Point startPoint, Microsoft.Maui.Graphics.Point endPoint) -> void
+Microsoft.Maui.Controls.Shapes.LineGeometry.StartPoint.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.LineGeometry.StartPoint.set -> void
+Microsoft.Maui.Controls.Shapes.LineSegment
+Microsoft.Maui.Controls.Shapes.LineSegment.LineSegment() -> void
+Microsoft.Maui.Controls.Shapes.LineSegment.LineSegment(Microsoft.Maui.Graphics.Point point) -> void
+Microsoft.Maui.Controls.Shapes.LineSegment.Point.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.LineSegment.Point.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix
+Microsoft.Maui.Controls.Shapes.Matrix.Append(Microsoft.Maui.Controls.Shapes.Matrix matrix) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Determinant.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.HasInverse.get -> bool
+Microsoft.Maui.Controls.Shapes.Matrix.Invert() -> void
+Microsoft.Maui.Controls.Shapes.Matrix.IsIdentity.get -> bool
+Microsoft.Maui.Controls.Shapes.Matrix.M11.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.M11.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix.M12.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.M12.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix.M21.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.M21.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix.M22.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.M22.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Matrix() -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.OffsetX.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.OffsetX.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix.OffsetY.get -> double
+Microsoft.Maui.Controls.Shapes.Matrix.OffsetY.set -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Prepend(Microsoft.Maui.Controls.Shapes.Matrix matrix) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Rotate(double angle) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.RotateAt(double angle, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.RotateAtPrepend(double angle, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.RotatePrepend(double angle) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Scale(double scaleX, double scaleY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.ScaleAt(double scaleX, double scaleY, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.ScaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.ScalePrepend(double scaleX, double scaleY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.SetIdentity() -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Skew(double skewX, double skewY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.SkewPrepend(double skewX, double skewY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.Transform(Microsoft.Maui.Graphics.Point point) -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.Matrix.Translate(double offsetX, double offsetY) -> void
+Microsoft.Maui.Controls.Shapes.Matrix.TranslatePrepend(double offsetX, double offsetY) -> void
+Microsoft.Maui.Controls.Shapes.MatrixExtensions
+Microsoft.Maui.Controls.Shapes.MatrixTransform
+Microsoft.Maui.Controls.Shapes.MatrixTransform.Matrix.get -> Microsoft.Maui.Controls.Shapes.Matrix
+Microsoft.Maui.Controls.Shapes.MatrixTransform.Matrix.set -> void
+Microsoft.Maui.Controls.Shapes.MatrixTransform.MatrixTransform() -> void
+Microsoft.Maui.Controls.Shapes.MatrixTypeConverter
+Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.MatrixTypeConverter() -> void
+Microsoft.Maui.Controls.Shapes.Path
+Microsoft.Maui.Controls.Shapes.Path.Path() -> void
+Microsoft.Maui.Controls.Shapes.PathFigure
+Microsoft.Maui.Controls.Shapes.PathFigure.BatchBegin() -> void
+Microsoft.Maui.Controls.Shapes.PathFigure.BatchCommit() -> void
+Microsoft.Maui.Controls.Shapes.PathFigure.IsClosed.get -> bool
+Microsoft.Maui.Controls.Shapes.PathFigure.IsClosed.set -> void
+Microsoft.Maui.Controls.Shapes.PathFigure.IsFilled.get -> bool
+Microsoft.Maui.Controls.Shapes.PathFigure.IsFilled.set -> void
+Microsoft.Maui.Controls.Shapes.PathFigure.PathFigure() -> void
+Microsoft.Maui.Controls.Shapes.PathFigure.StartPoint.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.PathFigure.StartPoint.set -> void
+Microsoft.Maui.Controls.Shapes.PathFigureCollection
+Microsoft.Maui.Controls.Shapes.PathFigureCollection.PathFigureCollection() -> void
+Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter
+Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.PathFigureCollectionConverter() -> void
+Microsoft.Maui.Controls.Shapes.PathGeometry
+Microsoft.Maui.Controls.Shapes.PathGeometry.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.PathGeometry.FillRule.set -> void
+Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry() -> void
+Microsoft.Maui.Controls.Shapes.PathGeometryConverter
+Microsoft.Maui.Controls.Shapes.PathGeometryConverter.PathGeometryConverter() -> void
+Microsoft.Maui.Controls.Shapes.PathSegment
+Microsoft.Maui.Controls.Shapes.PathSegment.BatchBegin() -> void
+Microsoft.Maui.Controls.Shapes.PathSegment.BatchCommit() -> void
+Microsoft.Maui.Controls.Shapes.PathSegment.PathSegment() -> void
+Microsoft.Maui.Controls.Shapes.PathSegmentCollection
+Microsoft.Maui.Controls.Shapes.PathSegmentCollection.PathSegmentCollection() -> void
+Microsoft.Maui.Controls.Shapes.PenLineCap
+Microsoft.Maui.Controls.Shapes.PenLineCap.Flat = 0 -> Microsoft.Maui.Controls.Shapes.PenLineCap
+Microsoft.Maui.Controls.Shapes.PenLineCap.Round = 2 -> Microsoft.Maui.Controls.Shapes.PenLineCap
+Microsoft.Maui.Controls.Shapes.PenLineCap.Square = 1 -> Microsoft.Maui.Controls.Shapes.PenLineCap
+Microsoft.Maui.Controls.Shapes.PenLineJoin
+Microsoft.Maui.Controls.Shapes.PenLineJoin.Bevel = 1 -> Microsoft.Maui.Controls.Shapes.PenLineJoin
+Microsoft.Maui.Controls.Shapes.PenLineJoin.Miter = 0 -> Microsoft.Maui.Controls.Shapes.PenLineJoin
+Microsoft.Maui.Controls.Shapes.PenLineJoin.Round = 2 -> Microsoft.Maui.Controls.Shapes.PenLineJoin
+Microsoft.Maui.Controls.Shapes.PointCollectionConverter
+Microsoft.Maui.Controls.Shapes.PointCollectionConverter.PointCollectionConverter() -> void
+Microsoft.Maui.Controls.Shapes.PolyBezierSegment
+Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PolyBezierSegment() -> void
+Microsoft.Maui.Controls.Shapes.Polygon
+Microsoft.Maui.Controls.Shapes.Polygon.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.Polygon.FillRule.set -> void
+Microsoft.Maui.Controls.Shapes.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Shapes.Polyline
+Microsoft.Maui.Controls.Shapes.Polyline.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule
+Microsoft.Maui.Controls.Shapes.Polyline.FillRule.set -> void
+Microsoft.Maui.Controls.Shapes.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Shapes.PolyLineSegment
+Microsoft.Maui.Controls.Shapes.PolyLineSegment.PolyLineSegment() -> void
+Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment
+Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PolyQuadraticBezierSegment() -> void
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1.set -> void
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2.get -> Microsoft.Maui.Graphics.Point
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2.set -> void
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.QuadraticBezierSegment() -> void
+Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.QuadraticBezierSegment(Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2) -> void
+Microsoft.Maui.Controls.Shapes.Rectangle
+Microsoft.Maui.Controls.Shapes.Rectangle.RadiusX.get -> double
+Microsoft.Maui.Controls.Shapes.Rectangle.RadiusX.set -> void
+Microsoft.Maui.Controls.Shapes.Rectangle.RadiusY.get -> double
+Microsoft.Maui.Controls.Shapes.Rectangle.RadiusY.set -> void
+Microsoft.Maui.Controls.Shapes.Rectangle.Rectangle() -> void
+Microsoft.Maui.Controls.Shapes.RectangleGeometry
+Microsoft.Maui.Controls.Shapes.RectangleGeometry.Rect.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.Shapes.RectangleGeometry.Rect.set -> void
+Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectangleGeometry() -> void
+Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectangleGeometry(Microsoft.Maui.Graphics.Rect rect) -> void
+Microsoft.Maui.Controls.Shapes.RotateTransform
+Microsoft.Maui.Controls.Shapes.RotateTransform.Angle.get -> double
+Microsoft.Maui.Controls.Shapes.RotateTransform.Angle.set -> void
+Microsoft.Maui.Controls.Shapes.RotateTransform.CenterX.get -> double
+Microsoft.Maui.Controls.Shapes.RotateTransform.CenterX.set -> void
+Microsoft.Maui.Controls.Shapes.RotateTransform.CenterY.get -> double
+Microsoft.Maui.Controls.Shapes.RotateTransform.CenterY.set -> void
+Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform() -> void
+Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform(double angle) -> void
+Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform(double angle, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.RoundRectangle
+Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadius.get -> Microsoft.Maui.CornerRadius
+Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadius.set -> void
+Microsoft.Maui.Controls.Shapes.RoundRectangle.RoundRectangle() -> void
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadius.get -> Microsoft.Maui.CornerRadius
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadius.set -> void
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.Rect.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.Rect.set -> void
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RoundRectangleGeometry() -> void
+Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RoundRectangleGeometry(Microsoft.Maui.CornerRadius cornerRadius, Microsoft.Maui.Graphics.Rect rect) -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform
+Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterX.get -> double
+Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterX.set -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterY.get -> double
+Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterY.set -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform() -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform(double scaleX, double scaleY) -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform(double scaleX, double scaleY, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleX.get -> double
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleX.set -> void
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleY.get -> double
+Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleY.set -> void
+Microsoft.Maui.Controls.Shapes.Shape
+Microsoft.Maui.Controls.Shapes.Shape.Aspect.get -> Microsoft.Maui.Controls.Stretch
+Microsoft.Maui.Controls.Shapes.Shape.Aspect.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.Fill.get -> Microsoft.Maui.Controls.Brush!
+Microsoft.Maui.Controls.Shapes.Shape.Fill.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.Shape() -> void
+Microsoft.Maui.Controls.Shapes.Shape.Stroke.get -> Microsoft.Maui.Controls.Brush!
+Microsoft.Maui.Controls.Shapes.Shape.Stroke.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArray.get -> Microsoft.Maui.Controls.DoubleCollection!
+Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArray.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffset.get -> double
+Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffset.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.StrokeDashPattern.get -> float[]!
+Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCap.get -> Microsoft.Maui.Controls.Shapes.PenLineCap
+Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCap.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoin.get -> Microsoft.Maui.Controls.Shapes.PenLineJoin
+Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoin.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimit.get -> double
+Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimit.set -> void
+Microsoft.Maui.Controls.Shapes.Shape.StrokeThickness.get -> double
+Microsoft.Maui.Controls.Shapes.Shape.StrokeThickness.set -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform
+Microsoft.Maui.Controls.Shapes.SkewTransform.AngleX.get -> double
+Microsoft.Maui.Controls.Shapes.SkewTransform.AngleX.set -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform.AngleY.get -> double
+Microsoft.Maui.Controls.Shapes.SkewTransform.AngleY.set -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform.CenterX.get -> double
+Microsoft.Maui.Controls.Shapes.SkewTransform.CenterX.set -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform.CenterY.get -> double
+Microsoft.Maui.Controls.Shapes.SkewTransform.CenterY.set -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform() -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform(double angleX, double angleY) -> void
+Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform(double angleX, double angleY, double centerX, double centerY) -> void
+Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter
+Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.StrokeShapeTypeConverter() -> void
+Microsoft.Maui.Controls.Shapes.Transform
+Microsoft.Maui.Controls.Shapes.Transform.Transform() -> void
+Microsoft.Maui.Controls.Shapes.Transform.Value.get -> Microsoft.Maui.Controls.Shapes.Matrix
+Microsoft.Maui.Controls.Shapes.Transform.Value.set -> void
+Microsoft.Maui.Controls.Shapes.TransformCollection
+Microsoft.Maui.Controls.Shapes.TransformCollection.TransformCollection() -> void
+Microsoft.Maui.Controls.Shapes.TransformGroup
+Microsoft.Maui.Controls.Shapes.TransformGroup.TransformGroup() -> void
+Microsoft.Maui.Controls.Shapes.TransformTypeConverter
+Microsoft.Maui.Controls.Shapes.TransformTypeConverter.TransformTypeConverter() -> void
+Microsoft.Maui.Controls.Shapes.TranslateTransform
+Microsoft.Maui.Controls.Shapes.TranslateTransform.TranslateTransform() -> void
+Microsoft.Maui.Controls.Shapes.TranslateTransform.TranslateTransform(double x, double y) -> void
+Microsoft.Maui.Controls.Shapes.TranslateTransform.X.get -> double
+Microsoft.Maui.Controls.Shapes.TranslateTransform.X.set -> void
+Microsoft.Maui.Controls.Shapes.TranslateTransform.Y.get -> double
+Microsoft.Maui.Controls.Shapes.TranslateTransform.Y.set -> void
+Microsoft.Maui.Controls.Shell
+Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspect.get -> Microsoft.Maui.Aspect
+Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspect.set -> void
+Microsoft.Maui.Controls.Shell.FlyoutBehavior.get -> Microsoft.Maui.FlyoutBehavior
+Microsoft.Maui.Controls.Shell.FlyoutBehavior.set -> void
+Microsoft.Maui.Controls.Shell.FlyoutHeaderBehavior.get -> Microsoft.Maui.Controls.FlyoutHeaderBehavior
+Microsoft.Maui.Controls.Shell.FlyoutHeaderBehavior.set -> void
+Microsoft.Maui.Controls.Shell.FlyoutHeight.get -> double
+Microsoft.Maui.Controls.Shell.FlyoutHeight.set -> void
+Microsoft.Maui.Controls.Shell.FlyoutIsPresented.get -> bool
+Microsoft.Maui.Controls.Shell.FlyoutIsPresented.set -> void
+Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollMode.get -> Microsoft.Maui.Controls.ScrollMode
+Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollMode.set -> void
+Microsoft.Maui.Controls.Shell.FlyoutWidth.get -> double
+Microsoft.Maui.Controls.Shell.FlyoutWidth.set -> void
+Microsoft.Maui.Controls.Shell.Navigated -> System.EventHandler
+Microsoft.Maui.Controls.Shell.Navigating -> System.EventHandler
+Microsoft.Maui.Controls.Shell.Shell() -> void
+Microsoft.Maui.Controls.ShellAppearance
+Microsoft.Maui.Controls.ShellAppearance.FlyoutHeight.get -> double
+Microsoft.Maui.Controls.ShellAppearance.FlyoutWidth.get -> double
+Microsoft.Maui.Controls.ShellAppearance.MakeComplete() -> void
+Microsoft.Maui.Controls.ShellContent
+Microsoft.Maui.Controls.ShellContent.ShellContent() -> void
+Microsoft.Maui.Controls.ShellGroupItem
+Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptions.get -> Microsoft.Maui.Controls.FlyoutDisplayOptions
+Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptions.set -> void
+Microsoft.Maui.Controls.ShellGroupItem.ShellGroupItem() -> void
+Microsoft.Maui.Controls.ShellItem
+Microsoft.Maui.Controls.ShellItem.ShellItem() -> void
+Microsoft.Maui.Controls.ShellNavigatedEventArgs
+Microsoft.Maui.Controls.ShellNavigatedEventArgs.Source.get -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigatingDeferral
+Microsoft.Maui.Controls.ShellNavigatingDeferral.Complete() -> void
+Microsoft.Maui.Controls.ShellNavigatingEventArgs
+Microsoft.Maui.Controls.ShellNavigatingEventArgs.CanCancel.get -> bool
+Microsoft.Maui.Controls.ShellNavigatingEventArgs.Cancel() -> bool
+Microsoft.Maui.Controls.ShellNavigatingEventArgs.Cancelled.get -> bool
+Microsoft.Maui.Controls.ShellNavigatingEventArgs.Source.get -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.Insert = 4 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.Pop = 2 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.PopToRoot = 3 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.Push = 1 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.Remove = 5 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.ShellContentChanged = 8 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.ShellItemChanged = 6 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.ShellSectionChanged = 7 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationSource.Unknown = 0 -> Microsoft.Maui.Controls.ShellNavigationSource
+Microsoft.Maui.Controls.ShellNavigationState
+Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState() -> void
+Microsoft.Maui.Controls.ShellSection
+Microsoft.Maui.Controls.ShellSection.ShellSection() -> void
+Microsoft.Maui.Controls.ShellTemplatedViewManager
+Microsoft.Maui.Controls.Slider
+Microsoft.Maui.Controls.Slider.DragCompleted -> System.EventHandler
+Microsoft.Maui.Controls.Slider.DragStarted -> System.EventHandler
+Microsoft.Maui.Controls.Slider.Maximum.get -> double
+Microsoft.Maui.Controls.Slider.Maximum.set -> void
+Microsoft.Maui.Controls.Slider.Minimum.get -> double
+Microsoft.Maui.Controls.Slider.Minimum.set -> void
+Microsoft.Maui.Controls.Slider.Slider() -> void
+Microsoft.Maui.Controls.Slider.Slider(double min, double max, double val) -> void
+Microsoft.Maui.Controls.Slider.Value.get -> double
+Microsoft.Maui.Controls.Slider.Value.set -> void
+Microsoft.Maui.Controls.Slider.ValueChanged -> System.EventHandler
+Microsoft.Maui.Controls.SnapPointsAlignment
+Microsoft.Maui.Controls.SnapPointsAlignment.Center = 1 -> Microsoft.Maui.Controls.SnapPointsAlignment
+Microsoft.Maui.Controls.SnapPointsAlignment.End = 2 -> Microsoft.Maui.Controls.SnapPointsAlignment
+Microsoft.Maui.Controls.SnapPointsAlignment.Start = 0 -> Microsoft.Maui.Controls.SnapPointsAlignment
+Microsoft.Maui.Controls.SnapPointsType
+Microsoft.Maui.Controls.SnapPointsType.Mandatory = 1 -> Microsoft.Maui.Controls.SnapPointsType
+Microsoft.Maui.Controls.SnapPointsType.MandatorySingle = 2 -> Microsoft.Maui.Controls.SnapPointsType
+Microsoft.Maui.Controls.SnapPointsType.None = 0 -> Microsoft.Maui.Controls.SnapPointsType
+Microsoft.Maui.Controls.SolidColorBrush
+Microsoft.Maui.Controls.SolidColorBrush.SolidColorBrush() -> void
+Microsoft.Maui.Controls.Span
+Microsoft.Maui.Controls.Span.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.Span.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.Span.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.Span.FontAttributes.set -> void
+Microsoft.Maui.Controls.Span.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.Span.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.Span.FontSize.get -> double
+Microsoft.Maui.Controls.Span.FontSize.set -> void
+Microsoft.Maui.Controls.Span.LineHeight.get -> double
+Microsoft.Maui.Controls.Span.LineHeight.set -> void
+Microsoft.Maui.Controls.Span.Span() -> void
+Microsoft.Maui.Controls.Span.TextDecorations.get -> Microsoft.Maui.TextDecorations
+Microsoft.Maui.Controls.Span.TextDecorations.set -> void
+Microsoft.Maui.Controls.Span.TextTransform.get -> Microsoft.Maui.TextTransform
+Microsoft.Maui.Controls.Span.TextTransform.set -> void
+Microsoft.Maui.Controls.StackBase
+Microsoft.Maui.Controls.StackBase.Spacing.get -> double
+Microsoft.Maui.Controls.StackBase.Spacing.set -> void
+Microsoft.Maui.Controls.StackBase.StackBase() -> void
+Microsoft.Maui.Controls.StackLayout
+Microsoft.Maui.Controls.StackLayout.Orientation.get -> Microsoft.Maui.Controls.StackOrientation
+Microsoft.Maui.Controls.StackLayout.Orientation.set -> void
+Microsoft.Maui.Controls.StackLayout.StackLayout() -> void
+Microsoft.Maui.Controls.StackLayoutManager
+Microsoft.Maui.Controls.StackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.StackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.StackOrientation
+Microsoft.Maui.Controls.StackOrientation.Horizontal = 1 -> Microsoft.Maui.Controls.StackOrientation
+Microsoft.Maui.Controls.StackOrientation.Vertical = 0 -> Microsoft.Maui.Controls.StackOrientation
+Microsoft.Maui.Controls.StateTrigger
+Microsoft.Maui.Controls.StateTrigger.IsActive.get -> bool
+Microsoft.Maui.Controls.StateTrigger.IsActive.set -> void
+Microsoft.Maui.Controls.StateTrigger.StateTrigger() -> void
+Microsoft.Maui.Controls.StateTriggerBase
+Microsoft.Maui.Controls.StateTriggerBase.IsActive.get -> bool
+Microsoft.Maui.Controls.StateTriggerBase.IsActiveChanged -> System.EventHandler
+Microsoft.Maui.Controls.StateTriggerBase.IsAttached.get -> bool
+Microsoft.Maui.Controls.StateTriggerBase.SetActive(bool active) -> void
+Microsoft.Maui.Controls.StateTriggerBase.StateTriggerBase() -> void
+Microsoft.Maui.Controls.Stepper
+Microsoft.Maui.Controls.Stepper.Increment.get -> double
+Microsoft.Maui.Controls.Stepper.Increment.set -> void
+Microsoft.Maui.Controls.Stepper.Maximum.get -> double
+Microsoft.Maui.Controls.Stepper.Maximum.set -> void
+Microsoft.Maui.Controls.Stepper.Minimum.get -> double
+Microsoft.Maui.Controls.Stepper.Minimum.set -> void
+Microsoft.Maui.Controls.Stepper.Stepper() -> void
+Microsoft.Maui.Controls.Stepper.Stepper(double min, double max, double val, double increment) -> void
+Microsoft.Maui.Controls.Stepper.Value.get -> double
+Microsoft.Maui.Controls.Stepper.Value.set -> void
+Microsoft.Maui.Controls.Stepper.ValueChanged -> System.EventHandler
+Microsoft.Maui.Controls.StreamImageSource
+Microsoft.Maui.Controls.StreamImageSource.StreamImageSource() -> void
+Microsoft.Maui.Controls.Stretch
+Microsoft.Maui.Controls.Stretch.Fill = 1 -> Microsoft.Maui.Controls.Stretch
+Microsoft.Maui.Controls.Stretch.None = 0 -> Microsoft.Maui.Controls.Stretch
+Microsoft.Maui.Controls.Stretch.Uniform = 2 -> Microsoft.Maui.Controls.Stretch
+Microsoft.Maui.Controls.Stretch.UniformToFill = 3 -> Microsoft.Maui.Controls.Stretch
+Microsoft.Maui.Controls.StructuredItemsView
+Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategy.get -> Microsoft.Maui.Controls.ItemSizingStrategy
+Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategy.set -> void
+Microsoft.Maui.Controls.StructuredItemsView.StructuredItemsView() -> void
+Microsoft.Maui.Controls.Style
+Microsoft.Maui.Controls.Style.ApplyToDerivedTypes.get -> bool
+Microsoft.Maui.Controls.Style.ApplyToDerivedTypes.set -> void
+Microsoft.Maui.Controls.Style.CanCascade.get -> bool
+Microsoft.Maui.Controls.Style.CanCascade.set -> void
+Microsoft.Maui.Controls.StyleSheets.StyleSheet
+Microsoft.Maui.Controls.SweepDirection
+Microsoft.Maui.Controls.SweepDirection.Clockwise = 1 -> Microsoft.Maui.Controls.SweepDirection
+Microsoft.Maui.Controls.SweepDirection.CounterClockwise = 0 -> Microsoft.Maui.Controls.SweepDirection
+Microsoft.Maui.Controls.SwipeChangingEventArgs
+Microsoft.Maui.Controls.SwipeChangingEventArgs.Offset.get -> double
+Microsoft.Maui.Controls.SwipeChangingEventArgs.Offset.set -> void
+Microsoft.Maui.Controls.SwipeChangingEventArgs.SwipeChangingEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, double offset) -> void
+Microsoft.Maui.Controls.SwipedEventArgs
+Microsoft.Maui.Controls.SwipedEventArgs.Direction.get -> Microsoft.Maui.SwipeDirection
+Microsoft.Maui.Controls.SwipeEndedEventArgs
+Microsoft.Maui.Controls.SwipeEndedEventArgs.IsOpen.get -> bool
+Microsoft.Maui.Controls.SwipeEndedEventArgs.IsOpen.set -> void
+Microsoft.Maui.Controls.SwipeEndedEventArgs.SwipeEndedEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, bool isOpen) -> void
+Microsoft.Maui.Controls.SwipeGestureRecognizer
+Microsoft.Maui.Controls.SwipeGestureRecognizer.Direction.get -> Microsoft.Maui.SwipeDirection
+Microsoft.Maui.Controls.SwipeGestureRecognizer.Direction.set -> void
+Microsoft.Maui.Controls.SwipeGestureRecognizer.Swiped -> System.EventHandler
+Microsoft.Maui.Controls.SwipeGestureRecognizer.SwipeGestureRecognizer() -> void
+Microsoft.Maui.Controls.SwipeGestureRecognizer.Threshold.get -> uint
+Microsoft.Maui.Controls.SwipeGestureRecognizer.Threshold.set -> void
+Microsoft.Maui.Controls.SwipeItem
+Microsoft.Maui.Controls.SwipeItem.Invoked -> System.EventHandler
+Microsoft.Maui.Controls.SwipeItem.IsVisible.get -> bool
+Microsoft.Maui.Controls.SwipeItem.IsVisible.set -> void
+Microsoft.Maui.Controls.SwipeItem.SwipeItem() -> void
+Microsoft.Maui.Controls.SwipeItems
+Microsoft.Maui.Controls.SwipeItems.Clear() -> void
+Microsoft.Maui.Controls.SwipeItems.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.SwipeItems.Count.get -> int
+Microsoft.Maui.Controls.SwipeItems.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.SwipeItems.Mode.get -> Microsoft.Maui.SwipeMode
+Microsoft.Maui.Controls.SwipeItems.Mode.set -> void
+Microsoft.Maui.Controls.SwipeItems.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvoked.get -> Microsoft.Maui.SwipeBehaviorOnInvoked
+Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvoked.set -> void
+Microsoft.Maui.Controls.SwipeItems.SwipeItems() -> void
+Microsoft.Maui.Controls.SwipeItemView
+Microsoft.Maui.Controls.SwipeItemView.Invoked -> System.EventHandler
+Microsoft.Maui.Controls.SwipeItemView.OnInvoked() -> void
+Microsoft.Maui.Controls.SwipeItemView.SwipeItemView() -> void
+Microsoft.Maui.Controls.SwipeStartedEventArgs
+Microsoft.Maui.Controls.SwipeStartedEventArgs.SwipeStartedEventArgs(Microsoft.Maui.SwipeDirection swipeDirection) -> void
+Microsoft.Maui.Controls.SwipeView
+Microsoft.Maui.Controls.SwipeView.Close(bool animated = true) -> void
+Microsoft.Maui.Controls.SwipeView.CloseRequested -> System.EventHandler
+Microsoft.Maui.Controls.SwipeView.Open(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated = true) -> void
+Microsoft.Maui.Controls.SwipeView.OpenRequested -> System.EventHandler
+Microsoft.Maui.Controls.SwipeView.SwipeChanging -> System.EventHandler
+Microsoft.Maui.Controls.SwipeView.SwipeEnded -> System.EventHandler
+Microsoft.Maui.Controls.SwipeView.SwipeStarted -> System.EventHandler
+Microsoft.Maui.Controls.SwipeView.SwipeView() -> void
+Microsoft.Maui.Controls.SwipeView.Threshold.get -> double
+Microsoft.Maui.Controls.SwipeView.Threshold.set -> void
+Microsoft.Maui.Controls.Switch
+Microsoft.Maui.Controls.Switch.IsToggled.get -> bool
+Microsoft.Maui.Controls.Switch.IsToggled.set -> void
+Microsoft.Maui.Controls.Switch.Switch() -> void
+Microsoft.Maui.Controls.Switch.Toggled -> System.EventHandler
+Microsoft.Maui.Controls.SwitchCell
+Microsoft.Maui.Controls.SwitchCell.On.get -> bool
+Microsoft.Maui.Controls.SwitchCell.On.set -> void
+Microsoft.Maui.Controls.SwitchCell.OnChanged -> System.EventHandler
+Microsoft.Maui.Controls.SwitchCell.SwitchCell() -> void
+Microsoft.Maui.Controls.Tab
+Microsoft.Maui.Controls.Tab.Tab() -> void
+Microsoft.Maui.Controls.TabBar
+Microsoft.Maui.Controls.TabBar.TabBar() -> void
+Microsoft.Maui.Controls.TabbedPage
+Microsoft.Maui.Controls.TabbedPage.TabbedPage() -> void
+Microsoft.Maui.Controls.TableIntent
+Microsoft.Maui.Controls.TableIntent.Data = 3 -> Microsoft.Maui.Controls.TableIntent
+Microsoft.Maui.Controls.TableIntent.Form = 2 -> Microsoft.Maui.Controls.TableIntent
+Microsoft.Maui.Controls.TableIntent.Menu = 0 -> Microsoft.Maui.Controls.TableIntent
+Microsoft.Maui.Controls.TableIntent.Settings = 1 -> Microsoft.Maui.Controls.TableIntent
+Microsoft.Maui.Controls.TableRoot
+Microsoft.Maui.Controls.TableRoot.TableRoot() -> void
+Microsoft.Maui.Controls.TableSection
+Microsoft.Maui.Controls.TableSection.TableSection() -> void
+Microsoft.Maui.Controls.TableSectionBase
+Microsoft.Maui.Controls.TableSectionBase.TableSectionBase() -> void
+Microsoft.Maui.Controls.TableSectionBase.Clear() -> void
+Microsoft.Maui.Controls.TableSectionBase.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
+Microsoft.Maui.Controls.TableSectionBase.Count.get -> int
+Microsoft.Maui.Controls.TableSectionBase.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.TableSectionBase.TableSectionBase() -> void
+Microsoft.Maui.Controls.TableView
+Microsoft.Maui.Controls.TableView.HasUnevenRows.get -> bool
+Microsoft.Maui.Controls.TableView.HasUnevenRows.set -> void
+Microsoft.Maui.Controls.TableView.Intent.get -> Microsoft.Maui.Controls.TableIntent
+Microsoft.Maui.Controls.TableView.Intent.set -> void
+Microsoft.Maui.Controls.TableView.ModelChanged -> System.EventHandler
+Microsoft.Maui.Controls.TableView.RowHeight.get -> int
+Microsoft.Maui.Controls.TableView.RowHeight.set -> void
+Microsoft.Maui.Controls.TableView.TableView() -> void
+Microsoft.Maui.Controls.TabsStyle
+Microsoft.Maui.Controls.TabsStyle.Default = 0 -> Microsoft.Maui.Controls.TabsStyle
+Microsoft.Maui.Controls.TabsStyle.Hidden = 1 -> Microsoft.Maui.Controls.TabsStyle
+Microsoft.Maui.Controls.TabsStyle.Icons = 2 -> Microsoft.Maui.Controls.TabsStyle
+Microsoft.Maui.Controls.TabsStyle.OnBottom = 4 -> Microsoft.Maui.Controls.TabsStyle
+Microsoft.Maui.Controls.TabsStyle.OnNavigation = 3 -> Microsoft.Maui.Controls.TabsStyle
+Microsoft.Maui.Controls.TapGestureRecognizer
+Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequired.get -> int
+Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequired.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.TapGestureRecognizer() -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler
+Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TargetIdiom.Tablet = 2 -> Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TargetIdiom.TV = 4 -> Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TargetIdiom.Unsupported = 0 -> Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TargetIdiom.Watch = 5 -> Microsoft.Maui.Controls.TargetIdiom
+Microsoft.Maui.Controls.TemplateBinding
+Microsoft.Maui.Controls.TemplateBinding.TemplateBinding() -> void
+Microsoft.Maui.Controls.TemplatedPage
+Microsoft.Maui.Controls.TemplatedPage.TemplatedPage() -> void
+Microsoft.Maui.Controls.TemplatedView
+Microsoft.Maui.Controls.TemplatedView.TemplatedView() -> void
+Microsoft.Maui.Controls.TemplateExtensions
+Microsoft.Maui.Controls.TextAlignmentConverter
+Microsoft.Maui.Controls.TextAlignmentConverter.TextAlignmentConverter() -> void
+Microsoft.Maui.Controls.TextCell
+Microsoft.Maui.Controls.TextCell.TextCell() -> void
+Microsoft.Maui.Controls.TextChangedEventArgs
+Microsoft.Maui.Controls.TextDecorationConverter
+Microsoft.Maui.Controls.TextDecorationConverter.TextDecorationConverter() -> void
+Microsoft.Maui.Controls.TimePicker
+Microsoft.Maui.Controls.TimePicker.CharacterSpacing.get -> double
+Microsoft.Maui.Controls.TimePicker.CharacterSpacing.set -> void
+Microsoft.Maui.Controls.TimePicker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes
+Microsoft.Maui.Controls.TimePicker.FontAttributes.set -> void
+Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabled.get -> bool
+Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabled.set -> void
+Microsoft.Maui.Controls.TimePicker.FontSize.get -> double
+Microsoft.Maui.Controls.TimePicker.FontSize.set -> void
+Microsoft.Maui.Controls.TimePicker.Time.get -> System.TimeSpan
+Microsoft.Maui.Controls.TimePicker.Time.set -> void
+Microsoft.Maui.Controls.TimePicker.TimePicker() -> void
+Microsoft.Maui.Controls.ToggledEventArgs
+Microsoft.Maui.Controls.ToggledEventArgs.ToggledEventArgs(bool value) -> void
+Microsoft.Maui.Controls.ToggledEventArgs.Value.get -> bool
+Microsoft.Maui.Controls.Toolbar
+Microsoft.Maui.Controls.Toolbar.BackButtonEnabled.get -> bool
+Microsoft.Maui.Controls.Toolbar.BackButtonEnabled.set -> void
+Microsoft.Maui.Controls.Toolbar.BarHeight.get -> double?
+Microsoft.Maui.Controls.Toolbar.BarHeight.set -> void
+Microsoft.Maui.Controls.Toolbar.DynamicOverflowEnabled.get -> bool
+Microsoft.Maui.Controls.Toolbar.DynamicOverflowEnabled.set -> void
+Microsoft.Maui.Controls.Toolbar.IsVisible.get -> bool
+Microsoft.Maui.Controls.Toolbar.IsVisible.set -> void
+Microsoft.Maui.Controls.Toolbar.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler
+Microsoft.Maui.Controls.ToolbarItem
+Microsoft.Maui.Controls.ToolbarItem.Order.get -> Microsoft.Maui.Controls.ToolbarItemOrder
+Microsoft.Maui.Controls.ToolbarItem.Order.set -> void
+Microsoft.Maui.Controls.ToolbarItem.Priority.get -> int
+Microsoft.Maui.Controls.ToolbarItem.Priority.set -> void
+Microsoft.Maui.Controls.ToolbarItem.ToolbarItem() -> void
+Microsoft.Maui.Controls.ToolbarItemOrder
+Microsoft.Maui.Controls.ToolbarItemOrder.Default = 0 -> Microsoft.Maui.Controls.ToolbarItemOrder
+Microsoft.Maui.Controls.ToolbarItemOrder.Primary = 1 -> Microsoft.Maui.Controls.ToolbarItemOrder
+Microsoft.Maui.Controls.ToolbarItemOrder.Secondary = 2 -> Microsoft.Maui.Controls.ToolbarItemOrder
+Microsoft.Maui.Controls.TouchEventArgs
+Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
+Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
+Microsoft.Maui.Controls.Trigger
+Microsoft.Maui.Controls.TriggerAction
+Microsoft.Maui.Controls.TriggerAction.TriggerAction() -> void
+Microsoft.Maui.Controls.TriggerBase
+Microsoft.Maui.Controls.TriggerBase.IsSealed.get -> bool
+Microsoft.Maui.Controls.TypeTypeConverter
+Microsoft.Maui.Controls.TypeTypeConverter.TypeTypeConverter() -> void
+Microsoft.Maui.Controls.UnsolvableConstraintsException
+Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException() -> void
+Microsoft.Maui.Controls.UriImageSource
+Microsoft.Maui.Controls.UriImageSource.CacheValidity.get -> System.TimeSpan
+Microsoft.Maui.Controls.UriImageSource.CacheValidity.set -> void
+Microsoft.Maui.Controls.UriImageSource.CachingEnabled.get -> bool
+Microsoft.Maui.Controls.UriImageSource.CachingEnabled.set -> void
+Microsoft.Maui.Controls.UriImageSource.UriImageSource() -> void
+Microsoft.Maui.Controls.UriTypeConverter
+Microsoft.Maui.Controls.UriTypeConverter.UriTypeConverter() -> void
+Microsoft.Maui.Controls.UrlWebViewSource
+Microsoft.Maui.Controls.UrlWebViewSource.UrlWebViewSource() -> void
+Microsoft.Maui.Controls.ValueChangedEventArgs
+Microsoft.Maui.Controls.ValueChangedEventArgs.NewValue.get -> double
+Microsoft.Maui.Controls.ValueChangedEventArgs.OldValue.get -> double
+Microsoft.Maui.Controls.ValueChangedEventArgs.ValueChangedEventArgs(double oldValue, double newValue) -> void
+Microsoft.Maui.Controls.VerticalStackLayout
+Microsoft.Maui.Controls.VerticalStackLayout.VerticalStackLayout() -> void
+Microsoft.Maui.Controls.View
+Microsoft.Maui.Controls.View.GetRendererOverrides() -> Microsoft.Maui.PropertyMapper!
+Microsoft.Maui.Controls.View.HorizontalOptions.get -> Microsoft.Maui.Controls.LayoutOptions
+Microsoft.Maui.Controls.View.HorizontalOptions.set -> void
+Microsoft.Maui.Controls.View.Margin.get -> Microsoft.Maui.Thickness
+Microsoft.Maui.Controls.View.Margin.set -> void
+Microsoft.Maui.Controls.View.propertyMapper -> Microsoft.Maui.PropertyMapper!
+Microsoft.Maui.Controls.View.VerticalOptions.get -> Microsoft.Maui.Controls.LayoutOptions
+Microsoft.Maui.Controls.View.VerticalOptions.set -> void
+Microsoft.Maui.Controls.View.View() -> void
+Microsoft.Maui.Controls.ViewCell
+Microsoft.Maui.Controls.ViewCell.ViewCell() -> void
+Microsoft.Maui.Controls.ViewExtensions
+Microsoft.Maui.Controls.ViewState
+Microsoft.Maui.Controls.ViewState.Default = 0 -> Microsoft.Maui.Controls.ViewState
+Microsoft.Maui.Controls.ViewState.Prelight = 1 -> Microsoft.Maui.Controls.ViewState
+Microsoft.Maui.Controls.ViewState.Pressed = 2 -> Microsoft.Maui.Controls.ViewState
+Microsoft.Maui.Controls.VisibilityExtensions
+Microsoft.Maui.Controls.VisualAttribute
+Microsoft.Maui.Controls.VisualElement
+Microsoft.Maui.Controls.VisualElement.AnchorX.get -> double
+Microsoft.Maui.Controls.VisualElement.AnchorX.set -> void
+Microsoft.Maui.Controls.VisualElement.AnchorY.get -> double
+Microsoft.Maui.Controls.VisualElement.AnchorY.set -> void
+Microsoft.Maui.Controls.VisualElement.Arrange(Microsoft.Maui.Graphics.Rect bounds) -> void
+Microsoft.Maui.Controls.VisualElement.BatchBegin() -> void
+Microsoft.Maui.Controls.VisualElement.BatchCommit() -> void
+Microsoft.Maui.Controls.VisualElement.BatchCommitted -> System.EventHandler>
+Microsoft.Maui.Controls.VisualElement.Batched.get -> bool
+Microsoft.Maui.Controls.VisualElement.Bounds.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.VisualElement.ChildrenReordered -> System.EventHandler
+Microsoft.Maui.Controls.VisualElement.DesiredSize.get -> Microsoft.Maui.Graphics.Size
+Microsoft.Maui.Controls.VisualElement.DesiredSize.set -> void
+Microsoft.Maui.Controls.VisualElement.DisableLayout.get -> bool
+Microsoft.Maui.Controls.VisualElement.DisableLayout.set -> void
+Microsoft.Maui.Controls.VisualElement.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.Controls.VisualElement.FlowDirection.set -> void
+Microsoft.Maui.Controls.VisualElement.Focus() -> bool
+Microsoft.Maui.Controls.VisualElement.FocusChangeRequested -> System.EventHandler
+Microsoft.Maui.Controls.VisualElement.Focused -> System.EventHandler
+Microsoft.Maui.Controls.VisualElement.FocusRequestArgs
+Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Focus.get -> bool
+Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Focus.set -> void
+Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.FocusRequestArgs() -> void
+Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Result.get -> bool
+Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Result.set -> void
+Microsoft.Maui.Controls.VisualElement.Frame.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Controls.VisualElement.Frame.set -> void
+Microsoft.Maui.Controls.VisualElement.Handler.get -> Microsoft.Maui.IViewHandler?
+Microsoft.Maui.Controls.VisualElement.Handler.set -> void
+Microsoft.Maui.Controls.VisualElement.Height.get -> double
+Microsoft.Maui.Controls.VisualElement.HeightRequest.get -> double
+Microsoft.Maui.Controls.VisualElement.HeightRequest.set -> void
+Microsoft.Maui.Controls.VisualElement.InputTransparent.get -> bool
+Microsoft.Maui.Controls.VisualElement.InputTransparent.set -> void
+Microsoft.Maui.Controls.VisualElement.InvalidateMeasureNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void
+Microsoft.Maui.Controls.VisualElement.IsEnabled.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsEnabled.set -> void
+Microsoft.Maui.Controls.VisualElement.IsFocused.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsInPlatformLayout.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsInPlatformLayout.set -> void
+Microsoft.Maui.Controls.VisualElement.IsLoaded.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsPlatformEnabled.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsPlatformEnabled.set -> void
+Microsoft.Maui.Controls.VisualElement.IsPlatformStateConsistent.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsPlatformStateConsistent.set -> void
+Microsoft.Maui.Controls.VisualElement.IsVisible.get -> bool
+Microsoft.Maui.Controls.VisualElement.IsVisible.set -> void
+Microsoft.Maui.Controls.VisualElement.Layout(Microsoft.Maui.Graphics.Rect bounds) -> void
+Microsoft.Maui.Controls.VisualElement.Loaded -> System.EventHandler?
+Microsoft.Maui.Controls.VisualElement.MaximumHeightRequest.get -> double
+Microsoft.Maui.Controls.VisualElement.MaximumHeightRequest.set -> void
+Microsoft.Maui.Controls.VisualElement.MaximumWidthRequest.get -> double
+Microsoft.Maui.Controls.VisualElement.MaximumWidthRequest.set -> void
+Microsoft.Maui.Controls.VisualElement.MeasureInvalidated -> System.EventHandler
+Microsoft.Maui.Controls.VisualElement.MinimumHeightRequest.get -> double
+Microsoft.Maui.Controls.VisualElement.MinimumHeightRequest.set -> void
+Microsoft.Maui.Controls.VisualElement.MinimumWidthRequest.get -> double
+Microsoft.Maui.Controls.VisualElement.MinimumWidthRequest.set -> void
+Microsoft.Maui.Controls.VisualElement.OnChildrenReordered() -> void
+Microsoft.Maui.Controls.VisualElement.Opacity.get -> double
+Microsoft.Maui.Controls.VisualElement.Opacity.set -> void
+Microsoft.Maui.Controls.VisualElement.PlatformSizeChanged() -> void
+Microsoft.Maui.Controls.VisualElement.Rotation.get -> double
+Microsoft.Maui.Controls.VisualElement.Rotation.set -> void
+Microsoft.Maui.Controls.VisualElement.RotationX.get -> double
+Microsoft.Maui.Controls.VisualElement.RotationX.set -> void
+Microsoft.Maui.Controls.VisualElement.RotationY.get -> double
+Microsoft.Maui.Controls.VisualElement.RotationY.set -> void
+Microsoft.Maui.Controls.VisualElement.Scale.get -> double
+Microsoft.Maui.Controls.VisualElement.Scale.set -> void
+Microsoft.Maui.Controls.VisualElement.ScaleX.get -> double
+Microsoft.Maui.Controls.VisualElement.ScaleX.set -> void
+Microsoft.Maui.Controls.VisualElement.ScaleY.get -> double
+Microsoft.Maui.Controls.VisualElement.ScaleY.set -> void
+Microsoft.Maui.Controls.VisualElement.Shadow.get -> Microsoft.Maui.Controls.Shadow!
+Microsoft.Maui.Controls.VisualElement.Shadow.set -> void
+Microsoft.Maui.Controls.VisualElement.SizeAllocated(double width, double height) -> void
+Microsoft.Maui.Controls.VisualElement.SizeChanged -> System.EventHandler
+Microsoft.Maui.Controls.VisualElement.TranslationX.get -> double
+Microsoft.Maui.Controls.VisualElement.TranslationX.set -> void
+Microsoft.Maui.Controls.VisualElement.TranslationY.get -> double
+Microsoft.Maui.Controls.VisualElement.TranslationY.set -> void
+Microsoft.Maui.Controls.VisualElement.Unfocus() -> void
+Microsoft.Maui.Controls.VisualElement.Unfocused -> System.EventHandler
+Microsoft.Maui.Controls.VisualElement.Unloaded -> System.EventHandler?
+Microsoft.Maui.Controls.VisualElement.VisibilityConverter
+Microsoft.Maui.Controls.VisualElement.VisibilityConverter.VisibilityConverter() -> void
+Microsoft.Maui.Controls.VisualElement.VisualElement() -> void
+Microsoft.Maui.Controls.VisualElement.Width.get -> double
+Microsoft.Maui.Controls.VisualElement.WidthRequest.get -> double
+Microsoft.Maui.Controls.VisualElement.WidthRequest.set -> void
+Microsoft.Maui.Controls.VisualElement.X.get -> double
+Microsoft.Maui.Controls.VisualElement.Y.get -> double
+Microsoft.Maui.Controls.VisualElement.ZIndex.get -> int
+Microsoft.Maui.Controls.VisualElement.ZIndex.set -> void
+Microsoft.Maui.Controls.VisualMarker
+Microsoft.Maui.Controls.VisualMarker.DefaultVisual
+Microsoft.Maui.Controls.VisualMarker.DefaultVisual.DefaultVisual() -> void
+Microsoft.Maui.Controls.VisualState
+Microsoft.Maui.Controls.VisualState.VisualState() -> void
+Microsoft.Maui.Controls.VisualStateGroup
+Microsoft.Maui.Controls.VisualStateGroup.VisualStateGroup() -> void
+Microsoft.Maui.Controls.VisualStateGroupList
+Microsoft.Maui.Controls.VisualStateGroupList.Clear() -> void
+Microsoft.Maui.Controls.VisualStateGroupList.Count.get -> int
+Microsoft.Maui.Controls.VisualStateGroupList.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.VisualStateGroupList.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.VisualStateGroupList.VisualStateGroupList() -> void
+Microsoft.Maui.Controls.VisualStateGroupList.VisualStateGroupList(bool isDefault) -> void
+Microsoft.Maui.Controls.VisualStateManager
+Microsoft.Maui.Controls.VisualStateManager.CommonStates
+Microsoft.Maui.Controls.VisualStateManager.CommonStates.CommonStates() -> void
+Microsoft.Maui.Controls.VisualTypeConverter
+Microsoft.Maui.Controls.VisualTypeConverter.VisualTypeConverter() -> void
+Microsoft.Maui.Controls.WebNavigatedEventArgs
+Microsoft.Maui.Controls.WebNavigatedEventArgs.Result.get -> Microsoft.Maui.WebNavigationResult
+Microsoft.Maui.Controls.WebNavigatingEventArgs
+Microsoft.Maui.Controls.WebNavigatingEventArgs.Cancel.get -> bool
+Microsoft.Maui.Controls.WebNavigatingEventArgs.Cancel.set -> void
+Microsoft.Maui.Controls.WebNavigationEventArgs
+Microsoft.Maui.Controls.WebNavigationEventArgs.NavigationEvent.get -> Microsoft.Maui.WebNavigationEvent
+Microsoft.Maui.Controls.WebView
+Microsoft.Maui.Controls.WebView.CanGoBack.get -> bool
+Microsoft.Maui.Controls.WebView.CanGoForward.get -> bool
+Microsoft.Maui.Controls.WebView.GoBack() -> void
+Microsoft.Maui.Controls.WebView.GoForward() -> void
+Microsoft.Maui.Controls.WebView.Navigated -> System.EventHandler
+Microsoft.Maui.Controls.WebView.Navigating -> System.EventHandler
+Microsoft.Maui.Controls.WebView.Reload() -> void
+Microsoft.Maui.Controls.WebView.WebView() -> void
+Microsoft.Maui.Controls.WebViewSource
+Microsoft.Maui.Controls.WebViewSource.OnSourceChanged() -> void
+Microsoft.Maui.Controls.WebViewSource.WebViewSource() -> void
+Microsoft.Maui.Controls.WebViewSourceTypeConverter
+Microsoft.Maui.Controls.WebViewSourceTypeConverter.WebViewSourceTypeConverter() -> void
+Microsoft.Maui.Controls.Window
+Microsoft.Maui.Controls.Window.Activated -> System.EventHandler?
+Microsoft.Maui.Controls.Window.AddOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
+Microsoft.Maui.Controls.Window.Backgrounding -> System.EventHandler?
+Microsoft.Maui.Controls.Window.Created -> System.EventHandler?
+Microsoft.Maui.Controls.Window.Deactivated -> System.EventHandler?
+Microsoft.Maui.Controls.Window.Destroying -> System.EventHandler?
+Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
+Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler?
+Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler?
+Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler?
+Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler?
+Microsoft.Maui.Controls.Window.ModalPushing -> System.EventHandler?
+Microsoft.Maui.Controls.Window.Overlays.get -> System.Collections.Generic.IReadOnlyCollection!
+Microsoft.Maui.Controls.Window.Page.get -> Microsoft.Maui.Controls.Page?
+Microsoft.Maui.Controls.Window.Page.set -> void
+Microsoft.Maui.Controls.Window.PopCanceled -> System.EventHandler?
+Microsoft.Maui.Controls.Window.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
+Microsoft.Maui.Controls.Window.Resumed -> System.EventHandler?
+Microsoft.Maui.Controls.Window.Stopped -> System.EventHandler?
+Microsoft.Maui.Controls.Window.Title.get -> string?
+Microsoft.Maui.Controls.Window.Title.set -> void
+Microsoft.Maui.Controls.Window.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.Controls.Window.Window() -> void
+Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
+Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
+Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
+Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics
+Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics.BindingDiagnostics() -> void
+Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs
+Microsoft.Maui.Controls.Xaml.IMarkupExtension
+Microsoft.Maui.Controls.Xaml.IMarkupExtension
+Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService
+Microsoft.Maui.Controls.Xaml.Internals.INativeValueConverterService
+Microsoft.Maui.Controls.Xaml.IProvideValueTarget
+Microsoft.Maui.Controls.Xaml.IReferenceProvider
+Microsoft.Maui.Controls.Xaml.IRootObjectProvider
+Microsoft.Maui.Controls.Xaml.IValueProvider
+Microsoft.Maui.Controls.Xaml.IXamlTypeResolver
+Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider
+Microsoft.Maui.Controls.Xaml.XamlParseException
+Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException() -> void
+Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute
+Microsoft.Maui.Controls.Xaml.XmlLineInfo
+Microsoft.Maui.Controls.Xaml.XmlLineInfo.HasLineInfo() -> bool
+Microsoft.Maui.Controls.Xaml.XmlLineInfo.LineNumber.get -> int
+Microsoft.Maui.Controls.Xaml.XmlLineInfo.LinePosition.get -> int
+Microsoft.Maui.Controls.Xaml.XmlLineInfo.XmlLineInfo() -> void
+Microsoft.Maui.Controls.Xaml.XmlLineInfo.XmlLineInfo(int linenumber, int lineposition) -> void
+Microsoft.Maui.Controls.XmlnsDefinitionAttribute
+Microsoft.Maui.Controls.XmlnsPrefixAttribute
+Microsoft.Maui.Foldable.FoldEventArgs
+Microsoft.Maui.Foldable.FoldEventArgs.FoldEventArgs() -> void
+Microsoft.Maui.Foldable.FoldEventArgs.FoldingFeatureBounds.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Foldable.FoldEventArgs.FoldingFeatureBounds.set -> void
+Microsoft.Maui.Foldable.FoldEventArgs.isSeparating.get -> bool
+Microsoft.Maui.Foldable.FoldEventArgs.isSeparating.set -> void
+Microsoft.Maui.Foldable.FoldEventArgs.WindowBounds.get -> Microsoft.Maui.Graphics.Rect
+Microsoft.Maui.Foldable.FoldEventArgs.WindowBounds.set -> void
+override Microsoft.Maui.Controls.AbsoluteLayout.OnClear() -> void
+override Microsoft.Maui.Controls.Accelerator.GetHashCode() -> int
+override Microsoft.Maui.Controls.Animation.Reset() -> void
+override Microsoft.Maui.Controls.Application.OnParentSet() -> void
+override Microsoft.Maui.Controls.Border.OnPropertyChanged(string? propertyName = null) -> void
+override Microsoft.Maui.Controls.BoxView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.BoxView.OnPropertyChanged(string? propertyName = null) -> void
+override Microsoft.Maui.Controls.Button.ChangeVisualState() -> void
+override Microsoft.Maui.Controls.Button.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Cell.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Cell.OnParentSet() -> void
+override Microsoft.Maui.Controls.CheckBox.ChangeVisualState() -> void
+override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Compatibility.FlexLayout.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnParentSet() -> void
+override Microsoft.Maui.Controls.Compatibility.Grid.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.Compatibility.Grid.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Compatibility.Grid.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Compatibility.Layout.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Compatibility.Layout.InvalidateMeasureOverride() -> void
+override Microsoft.Maui.Controls.Compatibility.Layout.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Compatibility.Layout.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Compatibility.Layout.OnSizeAllocated(double width, double height) -> void
+override Microsoft.Maui.Controls.Compatibility.RelativeLayout.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Compatibility.StackLayout.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.Compatibility.StackLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.ContentPage.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.ContentPage.InvalidateMeasureOverride() -> void
+override Microsoft.Maui.Controls.ContentPage.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.ContentPage.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.ContentPresenter.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.ContentPresenter.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.ContentView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.ContentView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.ContentView.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Editor.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Editor.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Element.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.FileImageSource.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.FlexLayout.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.FlexLayout.OnClear() -> void
+override Microsoft.Maui.Controls.FlexLayout.OnParentSet() -> void
+override Microsoft.Maui.Controls.FlyoutPage.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.FlyoutPage.OnAppearing() -> void
+override Microsoft.Maui.Controls.FlyoutPage.OnBackButtonPressed() -> bool
+override Microsoft.Maui.Controls.FlyoutPage.OnParentSet() -> void
+override Microsoft.Maui.Controls.FontImageSource.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.FormattedString.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.GradientBrush.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.GradientStop.GetHashCode() -> int
+override Microsoft.Maui.Controls.Grid.InvalidateMeasure() -> void
+override Microsoft.Maui.Controls.Grid.OnClear() -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Draw(Android.Graphics.Canvas? canvas) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnSizeChanged(int w, int h, int oldw, int oldh) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnTouchEvent(Android.Views.MotionEvent? e) -> bool
+override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.MinimumSize() -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.OnAttachedToWindow() -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.OnDetachedFromWindow() -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.AreAllItemsEnabled() -> bool
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.Count.get -> int
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.GetItemId(int position) -> long
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.IsEnabled(int position) -> bool
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.ViewTypeCount.get -> int
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.MinimumSize() -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.OnAttachedToWindow() -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
+override Microsoft.Maui.Controls.Handlers.Items.CarouselViewAdapter.ItemCount.get -> int
+override Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void
+override Microsoft.Maui.Controls.Handlers.Items.EmptyViewAdapter.GetItemViewType(int position) -> int
+override Microsoft.Maui.Controls.Handlers.Items.EmptyViewAdapter.ItemCount.get -> int
+override Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewAdapter.CreateItemsSource() -> TItemsViewSource
+override Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewAdapter.GetItemViewType(int position) -> int
+override Microsoft.Maui.Controls.Handlers.Items.ItemContentView.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Handlers.Items.ItemContentView.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
+override Microsoft.Maui.Controls.Handlers.Items.ItemsViewAdapter.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Items.ItemsViewAdapter.GetItemViewType(int position) -> int
+override Microsoft.Maui.Controls.Handlers.Items.ItemsViewAdapter.ItemCount.get -> int
+override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
+override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.UpdateAdapter() -> void
+override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.UpdateItemSpacing() -> void
+override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.UpdateItemsSource() -> void
+override Microsoft.Maui.Controls.Handlers.Items.MauiRecyclerView.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Items.MauiRecyclerView.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Handlers.Items.RecyclerViewScrollListener.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Handlers.Items.SimpleItemTouchHelperCallback.IsLongPressDragEnabled.get -> bool
+override Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewAdapter.GetItemViewType(int position) -> int
+override Microsoft.Maui.Controls.Handlers.Items.TemplatedItemViewHolder.OnSelectedChanged() -> void
+override Microsoft.Maui.Controls.Handlers.Items.TemplatedItemViewHolder.UseDefaultSelectionColor.get -> bool
+override Microsoft.Maui.Controls.Image.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Image.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.ImageButton.ChangeVisualState() -> void
+override Microsoft.Maui.Controls.ImageButton.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.ImageButton.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.ImageCell.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.IndicatorView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.ItemsView.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.ItemsView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Label.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Layout.InvalidateMeasureOverride() -> void
+override Microsoft.Maui.Controls.Layout.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.LinearGradientBrush.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.ListView.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.ListView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.MultiPage.OnBackButtonPressed() -> bool
+override Microsoft.Maui.Controls.NavigationPage.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.NavigationPage.OnBackButtonPressed() -> bool
+override Microsoft.Maui.Controls.NullEffect.OnAttached() -> void
+override Microsoft.Maui.Controls.NullEffect.OnDetached() -> void
+override Microsoft.Maui.Controls.Page.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Page.OnParentSet() -> void
+override Microsoft.Maui.Controls.Page.OnSizeAllocated(double width, double height) -> void
+override Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment.OnDestroy() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment.OnResume() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.ElementViewHolder.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.GetItemViewType(int position) -> int
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter.ItemCount.get -> int
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer.HeaderContainer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer.HeaderContainer.OnLayout(bool changed, int l, int t, int r, int b) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer.OnDestroy() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer.OnShellSectionChanged() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase.OnDestroy() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView.OnAttachedToWindow() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView.OnLayout(bool changed, int left, int top, int right, int bottom) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter.Count.get -> int
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter.GetItemId(int position) -> long
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer.OnDestroy() -> void
+override Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker.Dispose(bool disposing) -> void
+override Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate.OnInitializeAccessibilityNodeInfo(Android.Views.View? host, AndroidX.Core.View.Accessibility.AccessibilityNodeInfoCompat? info) -> void
+override Microsoft.Maui.Controls.Platform.GenericAnimatorListener.JavaFinalize() -> void
+override Microsoft.Maui.Controls.RadialGradientBrush.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.RadioButton.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.RadioButton.ChangeVisualState() -> void
+override Microsoft.Maui.Controls.RadioButton.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.RadioButton.OnApplyTemplate() -> void
+override Microsoft.Maui.Controls.RadioButton.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.RefreshView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.RoutingEffect.OnAttached() -> void
+override Microsoft.Maui.Controls.RoutingEffect.OnDetached() -> void
+override Microsoft.Maui.Controls.ScrollView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.ScrollView.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.ScrollView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.ScrollView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.Shapes.Shape.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Controls.Shell.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.Shell.OnBackButtonPressed() -> bool
+override Microsoft.Maui.Controls.Shell.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.ShellAppearance.GetHashCode() -> int
+override Microsoft.Maui.Controls.ShellItem.OnParentSet() -> void
+override Microsoft.Maui.Controls.ShellSection.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.ShellSection.OnParentSet() -> void
+override Microsoft.Maui.Controls.SolidColorBrush.GetHashCode() -> int
+override Microsoft.Maui.Controls.SolidColorBrush.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.Span.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.StreamImageSource.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.SwipeItems.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.SwipeView.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.SwipeView.OnChildAdded(Microsoft.Maui.Controls.Element! child) -> void
+override Microsoft.Maui.Controls.SwipeView.OnChildRemoved(Microsoft.Maui.Controls.Element! child, int oldLogicalIndex) -> void
+override Microsoft.Maui.Controls.Switch.ChangeVisualState() -> void
+override Microsoft.Maui.Controls.TabbedPage.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.TableSectionBase.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.TableView.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.TableView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.TemplatedView.LayoutChildren(double x, double y, double width, double height) -> void
+override Microsoft.Maui.Controls.TemplatedView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest
+override Microsoft.Maui.Controls.TextCell.OnTapped() -> void
+override Microsoft.Maui.Controls.UriImageSource.IsEmpty.get -> bool
+override Microsoft.Maui.Controls.View.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.VisualElement.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.VisualState.GetHashCode() -> int
+override Microsoft.Maui.Controls.VisualStateGroup.GetHashCode() -> int
+override Microsoft.Maui.Controls.VisualStateGroupList.GetHashCode() -> int
+override Microsoft.Maui.Controls.WebView.OnBindingContextChanged() -> void
+override Microsoft.Maui.Controls.Window.OnPropertyChanged(string? propertyName = null) -> void
+override sealed Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject! bindable) -> void
+override sealed Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(TView! bindable) -> void
+override sealed Microsoft.Maui.Controls.PlatformBehavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject! bindable) -> void
+override sealed Microsoft.Maui.Controls.PlatformBehavior.OnDetachingFrom(TView! bindable) -> void
+static Microsoft.Maui.Controls.AbsoluteLayout.AutoSize -> double
+static Microsoft.Maui.Controls.Application.AccentColor.get -> Microsoft.Maui.Graphics.Color?
+static Microsoft.Maui.Controls.Application.AccentColor.set -> void
+static Microsoft.Maui.Controls.Application.Current.get -> Microsoft.Maui.Controls.Application?
+static Microsoft.Maui.Controls.Application.Current.set -> void
+static Microsoft.Maui.Controls.Application.SetCurrentApplication(Microsoft.Maui.Controls.Application! value) -> void
+static Microsoft.Maui.Controls.Border.ContentChanged(Microsoft.Maui.Controls.BindableObject! bindable, object! oldValue, object! newValue) -> void
+static Microsoft.Maui.Controls.Border.StrokeThicknessChanged(Microsoft.Maui.Controls.BindableObject! bindable, object! oldValue, object! newValue) -> void
+static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.AutoSize.get -> double
+static Microsoft.Maui.Controls.DesignMode.IsDesignModeEnabled.get -> bool
+static Microsoft.Maui.Controls.Device.FlowDirection.get -> Microsoft.Maui.FlowDirection
+static Microsoft.Maui.Controls.Device.Idiom.get -> Microsoft.Maui.Controls.TargetIdiom
+static Microsoft.Maui.Controls.Device.IsInvokeRequired.get -> bool
+static Microsoft.Maui.Controls.Element.MapAutomationPropertiesExcludedWithChildren(Microsoft.Maui.IElementHandler! handler, Microsoft.Maui.Controls.Element! element) -> void
+static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler! handler, Microsoft.Maui.Controls.Element! element) -> void
+static Microsoft.Maui.Controls.FlyoutPage.ControlsFlyoutPageMapper -> Microsoft.Maui.IPropertyMapper!
+static Microsoft.Maui.Controls.FontExtensions.GetFontAttributes(this Microsoft.Maui.Font font) -> Microsoft.Maui.Controls.FontAttributes
+static Microsoft.Maui.Controls.FontExtensions.ToFont(this Microsoft.Maui.Controls.Internals.IFontElement! element, double? defaultSize = null) -> Microsoft.Maui.Font
+static Microsoft.Maui.Controls.FontExtensions.WithAttributes(this Microsoft.Maui.Font font, Microsoft.Maui.Controls.FontAttributes attributes) -> Microsoft.Maui.Font
+static Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.CommandMapper -> Microsoft.Maui.CommandMapper!
+static Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Mapper -> Microsoft.Maui.IPropertyMapper!
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapAutomationId(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapBackground(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapBackgroundColor(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapIsEnabled(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRendererCommandMapper -> Microsoft.Maui.CommandMapper!
+static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRendererMapper -> Microsoft.Maui.IPropertyMapper!
+static Microsoft.Maui.Controls.Internals.Profile.Enable() -> void
+static Microsoft.Maui.Controls.Internals.Profile.IsEnabled.get -> bool
+static Microsoft.Maui.Controls.Internals.Profile.Start() -> void
+static Microsoft.Maui.Controls.Internals.Profile.Stop() -> void
+static Microsoft.Maui.Controls.Internals.Registrar.RegisterStylesheets(Microsoft.Maui.Controls.InitializationFlags flags) -> void
+static Microsoft.Maui.Controls.LayoutDirectionExtensions.ToFlowDirection(this Microsoft.Maui.ApplicationModel.LayoutDirection layoutDirection) -> Microsoft.Maui.FlowDirection
+static Microsoft.Maui.Controls.Platform.Android.ImeActionExtensions.ToPlatform(this Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags flags) -> Android.Views.InputMethods.ImeAction
+static Microsoft.Maui.Controls.Platform.FontExtensions.ToTypeface(this Microsoft.Maui.Controls.Internals.IFontElement! self, Microsoft.Maui.IFontManager! fontManager) -> Android.Graphics.Typeface!
+static Microsoft.Maui.Controls.Platform.FontExtensions.ToTypeface(this Microsoft.Maui.Font self, Microsoft.Maui.IFontManager! fontManager) -> Android.Graphics.Typeface!
+static Microsoft.Maui.Controls.Platform.FontExtensions.ToTypeface(this TFontElement! self) -> Android.Graphics.Typeface!
+static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.RecalculateSpanPositions(this Android.Widget.TextView! textView, Microsoft.Maui.Controls.Label! element, Android.Text.SpannableString! spannableString, Microsoft.Maui.SizeRequest finalSize) -> void
+static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.ToSpannableString(this Microsoft.Maui.Controls.FormattedString! formattedString, Microsoft.Maui.IFontManager! fontManager, Android.Text.TextPaint? textPaint = null, Android.Content.Context? context = null, double defaultLineHeight = 0, Microsoft.Maui.TextAlignment defaultHorizontalAlignment = Microsoft.Maui.TextAlignment.Start, Microsoft.Maui.Font? defaultFont = null, Microsoft.Maui.Graphics.Color? defaultColor = null, Microsoft.Maui.TextTransform defaultTextTransform = Microsoft.Maui.TextTransform.Default) -> Android.Text.SpannableString!
+static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.ToSpannableString(this Microsoft.Maui.Controls.Label! label) -> Android.Text.SpannableString!
+static Microsoft.Maui.Controls.Platform.SemanticExtensions.UpdateSemanticNodeInfo(this Microsoft.Maui.Controls.View! virtualView, AndroidX.Core.View.Accessibility.AccessibilityNodeInfoCompat? info) -> void
+static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler! handler, Microsoft.Maui.Controls.RadioButton! radioButton) -> void
+static Microsoft.Maui.Controls.Resource.Animation.enterfromleft -> int
+static Microsoft.Maui.Controls.Resource.Animation.enterfromright -> int
+static Microsoft.Maui.Controls.Resource.Animation.exittoleft -> int
+static Microsoft.Maui.Controls.Resource.Animation.exittoright -> int
+static Microsoft.Maui.Controls.Resource.Attribute.actionBarSize -> int
+static Microsoft.Maui.Controls.Resource.Attribute.appBarLayoutStyle -> int
+static Microsoft.Maui.Controls.Resource.Attribute.bottomNavigationViewStyle -> int
+static Microsoft.Maui.Controls.Resource.Attribute.toolbarStyle -> int
+static Microsoft.Maui.Controls.Resource.Dimension.design_bottom_navigation_height -> int
+static Microsoft.Maui.Controls.Resource.Drawable.abc_ic_clear_material -> int
+static Microsoft.Maui.Controls.Resource.Drawable.abc_ic_menu_overflow_material -> int
+static Microsoft.Maui.Controls.Resource.Drawable.abc_ic_search_api_material -> int
+static Microsoft.Maui.Controls.Resource.Id.bottomtab_navarea -> int
+static Microsoft.Maui.Controls.Resource.Id.bottomtab_tabbar -> int
+static Microsoft.Maui.Controls.Resource.Id.flyoutcontent_appbar -> int
+static Microsoft.Maui.Controls.Resource.Id.navigationlayout_bottomtabs -> int
+static Microsoft.Maui.Controls.Resource.Id.navigationlayout_content -> int
+static Microsoft.Maui.Controls.Resource.Id.navigationlayout_toptabs -> int
+static Microsoft.Maui.Controls.Resource.Id.shellcontent_appbar -> int
+static Microsoft.Maui.Controls.Resource.Id.shellcontent_toolbar -> int
+static Microsoft.Maui.Controls.Resource.Layout.flyoutcontent -> int
+static Microsoft.Maui.Controls.Resource.Layout.fragment_backstack -> int
+static Microsoft.Maui.Controls.Resource.Layout.shellcontent -> int
+static Microsoft.Maui.Controls.Resource.String.nav_app_bar_navigate_up_description -> int
+static Microsoft.Maui.Controls.Resource.String.nav_app_bar_open_drawer_description -> int
+static Microsoft.Maui.Controls.Resource.String.overflow_tab_title -> int
+static Microsoft.Maui.Controls.Resource.Style.ThemeOverlay_AppCompat_Light -> int
+static Microsoft.Maui.Controls.Resource.Styleable.Toolbar_titleTextColor -> int
+static Microsoft.Maui.Controls.Shapes.Matrix.Identity.get -> Microsoft.Maui.Controls.Shapes.Matrix
+static Microsoft.Maui.Controls.Shapes.Matrix.Multiply(Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2) -> Microsoft.Maui.Controls.Shapes.Matrix
+static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2) -> Microsoft.Maui.Controls.Shapes.Matrix
+static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix(this System.Numerics.Matrix3x2 matrix3x2) -> Microsoft.Maui.Controls.Shapes.Matrix
+static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix3X2(this Microsoft.Maui.Controls.Shapes.Matrix matrix) -> System.Numerics.Matrix3x2
+static Microsoft.Maui.Controls.TabbedPage.MapIsSwipePagingEnabled(Microsoft.Maui.Handlers.ITabbedViewHandler! handler, Microsoft.Maui.Controls.TabbedPage! view) -> void
+static Microsoft.Maui.Controls.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper!
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonVisible(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBarBackground(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBarTextColor(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapIconColor(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapTitle(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapTitleIcon(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapTitleView(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.ViewExtensions.CancelAnimations(this Microsoft.Maui.Controls.VisualElement! view) -> void
+static Microsoft.Maui.Controls.ViewExtensions.FadeTo(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task