Skip to content

Instantly share code, notes, and snippets.

@mattleibow
Last active November 9, 2022 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattleibow/0f4a4e5980c88696a2fbd39e857366d0 to your computer and use it in GitHub Desktop.
Save mattleibow/0f4a4e5980c88696a2fbd39e857366d0 to your computer and use it in GitHub Desktop.
Comparing .NET MAUI on .NET 6 vs .NET 7
diff --git a/src/Controls/Maps/src/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/net-android/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-android/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/net-android/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/Maps/src/PublicAPI/net-ios/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/Maps/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/Maps/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/Maps/src/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/Maps/src/PublicAPI/net/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/net/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/net/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/net/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/net/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/Maps/src/PublicAPI/netstandard/PublicAPI.Shipped.txt b/src/Controls/Maps/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3b0c31c72
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
@@ -0,0 +1,132 @@
+#nullable enable
+Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions
+Microsoft.Maui.Controls.Maps.Circle
+Microsoft.Maui.Controls.Maps.Circle.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Circle.Center.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Circle() -> void
+Microsoft.Maui.Controls.Maps.Circle.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Circle.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Circle.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Circle.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Controls.Maps.Circle.Radius.set -> void
+Microsoft.Maui.Controls.Maps.Map
+Microsoft.Maui.Controls.Maps.Map.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsScrollEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsShowingUser.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.get -> bool
+Microsoft.Maui.Controls.Maps.Map.IsZoomEnabled.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.get -> System.Collections.IEnumerable!
+Microsoft.Maui.Controls.Maps.Map.ItemsSource.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplate.set -> void
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.get -> Microsoft.Maui.Controls.DataTemplateSelector!
+Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelector.set -> void
+Microsoft.Maui.Controls.Maps.Map.Map() -> void
+Microsoft.Maui.Controls.Maps.Map.Map(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Controls.Maps.Map.MapClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.MapClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Map.MapElements.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement!>!
+Microsoft.Maui.Controls.Maps.Map.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Controls.Maps.Map.MapType.set -> void
+Microsoft.Maui.Controls.Maps.Map.MoveToRegion(Microsoft.Maui.Maps.MapSpan! mapSpan) -> void
+Microsoft.Maui.Controls.Maps.Map.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.Pin!>!
+Microsoft.Maui.Controls.Maps.Map.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.MapClickedEventArgs.MapClickedEventArgs(Microsoft.Maui.Devices.Sensors.Location! location) -> void
+Microsoft.Maui.Controls.Maps.MapElement
+Microsoft.Maui.Controls.Maps.MapElement.MapElement() -> void
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.get -> object?
+Microsoft.Maui.Controls.Maps.MapElement.MapElementId.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.MapElement.StrokeColor.set -> void
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.get -> float
+Microsoft.Maui.Controls.Maps.MapElement.StrokeWidth.set -> void
+Microsoft.Maui.Controls.Maps.Pin
+Microsoft.Maui.Controls.Maps.Pin.Address.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Address.set -> void
+Microsoft.Maui.Controls.Maps.Pin.InfoWindowClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.Label.get -> string!
+Microsoft.Maui.Controls.Maps.Pin.Label.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Pin.Location.set -> void
+Microsoft.Maui.Controls.Maps.Pin.MarkerClicked -> System.EventHandler<Microsoft.Maui.Controls.Maps.PinClickedEventArgs!>?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.get -> object?
+Microsoft.Maui.Controls.Maps.Pin.MarkerId.set -> void
+Microsoft.Maui.Controls.Maps.Pin.Pin() -> void
+Microsoft.Maui.Controls.Maps.Pin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.SendMarkerClick() -> bool
+Microsoft.Maui.Controls.Maps.Pin.Type.get -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Pin.Type.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.get -> bool
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.HideInfoWindow.set -> void
+Microsoft.Maui.Controls.Maps.PinClickedEventArgs.PinClickedEventArgs() -> void
+Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Generic = 0 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.Place = 1 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SavedPin = 2 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.PinType.SearchResult = 3 -> Microsoft.Maui.Controls.Maps.PinType
+Microsoft.Maui.Controls.Maps.Polygon
+Microsoft.Maui.Controls.Maps.Polygon.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polygon.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polygon.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.get -> Microsoft.Maui.Graphics.Color!
+Microsoft.Maui.Controls.Maps.Polygon.FillColor.set -> void
+Microsoft.Maui.Controls.Maps.Polygon.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polygon.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polygon.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polygon.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polygon.Polygon() -> void
+Microsoft.Maui.Controls.Maps.Polygon.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polygon.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polygon.this[int index].set -> void
+Microsoft.Maui.Controls.Maps.Polyline
+Microsoft.Maui.Controls.Maps.Polyline.Add(Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Clear() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Contains(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.CopyTo(Microsoft.Maui.Devices.Sensors.Location![]! array, int arrayIndex) -> void
+Microsoft.Maui.Controls.Maps.Polyline.Count.get -> int
+Microsoft.Maui.Controls.Maps.Polyline.Geopath.get -> System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Devices.Sensors.Location!>!
+Microsoft.Maui.Controls.Maps.Polyline.IndexOf(Microsoft.Maui.Devices.Sensors.Location! item) -> int
+Microsoft.Maui.Controls.Maps.Polyline.Insert(int index, Microsoft.Maui.Devices.Sensors.Location! item) -> void
+Microsoft.Maui.Controls.Maps.Polyline.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.Maps.Polyline.Polyline() -> void
+Microsoft.Maui.Controls.Maps.Polyline.Remove(Microsoft.Maui.Devices.Sensors.Location! item) -> bool
+Microsoft.Maui.Controls.Maps.Polyline.RemoveAt(int index) -> void
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Controls.Maps.Polyline.this[int index].set -> void
+override Microsoft.Maui.Controls.Maps.Map.OnHandlerChanged() -> void
+override Microsoft.Maui.Controls.Maps.Pin.Equals(object? obj) -> bool
+override Microsoft.Maui.Controls.Maps.Pin.GetHashCode() -> int
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.AddMauiMaps(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection!
+static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.UseMauiMaps(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
+static Microsoft.Maui.Controls.Maps.Pin.operator !=(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static Microsoft.Maui.Controls.Maps.Pin.operator ==(Microsoft.Maui.Controls.Maps.Pin? left, Microsoft.Maui.Controls.Maps.Pin? right) -> bool
+static readonly Microsoft.Maui.Controls.Maps.Circle.CenterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Circle.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsShowingUserProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsTrafficEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.IsZoomEnabledProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Map.MapTypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeColorProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.MapElement.StrokeWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.AddressProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LabelProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.LocationProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Pin.TypeProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Maps.Polygon.FillColorProperty -> Microsoft.Maui.Controls.BindableProperty!
diff --git a/src/Controls/Maps/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt b/src/Controls/Maps/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Controls/Maps/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt
index f97ba1998..882898f18 100644
--- a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt
@@ -90,6 +90,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -678,6 +679,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1128,6 +1130,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1757,12 +1768,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -2180,7 +2185,6 @@
~override Microsoft.Maui.Controls.Shapes.TransformTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool
~override Microsoft.Maui.Controls.Shapes.TransformTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object
~override Microsoft.Maui.Controls.Shapes.TransformTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object
-~override Microsoft.Maui.Controls.Shell.OnHandlerChanging(Microsoft.Maui.Controls.HandlerChangingEventArgs args) -> void
~override Microsoft.Maui.Controls.Shell.OnPropertyChanged(string propertyName = null) -> void
~override Microsoft.Maui.Controls.ShellAppearance.Equals(object obj) -> bool
~override Microsoft.Maui.Controls.ShellContent.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void
@@ -2442,8 +2446,10 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2514,6 +2520,7 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2521,7 +2528,9 @@
~static Microsoft.Maui.Controls.Element.ControlsElementMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IElement, Microsoft.Maui.IElementHandler>
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapImeOptions(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapImeOptions(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2534,6 +2543,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2673,12 +2684,16 @@
~static Microsoft.Maui.Controls.KnownColor.SetAccent(Microsoft.Maui.Graphics.Color value) -> void
~static Microsoft.Maui.Controls.KnownColor.Transparent.get -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
+~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -3227,6 +3242,7 @@
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3325,8 +3341,11 @@
~static Microsoft.Maui.Controls.VisualStateManager.HasVisualStateGroups(this Microsoft.Maui.Controls.VisualElement element) -> bool
~static Microsoft.Maui.Controls.VisualStateManager.SetVisualStateGroups(Microsoft.Maui.Controls.VisualElement visualElement, Microsoft.Maui.Controls.VisualStateGroupList value) -> void
~static Microsoft.Maui.Controls.WebView.ControlsWebViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWebView, Microsoft.Maui.Handlers.WebViewHandler>
+~static Microsoft.Maui.Controls.WebView.MapDisplayZoomControls(Microsoft.Maui.Handlers.IWebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void
~static Microsoft.Maui.Controls.WebView.MapDisplayZoomControls(Microsoft.Maui.Handlers.WebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void
+~static Microsoft.Maui.Controls.WebView.MapEnableZoomControls(Microsoft.Maui.Handlers.IWebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void
~static Microsoft.Maui.Controls.WebView.MapEnableZoomControls(Microsoft.Maui.Handlers.WebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void
+~static Microsoft.Maui.Controls.WebView.MapMixedContentMode(Microsoft.Maui.Handlers.IWebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void
~static Microsoft.Maui.Controls.WebView.MapMixedContentMode(Microsoft.Maui.Handlers.WebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void
~static Microsoft.Maui.Controls.WebViewSource.implicit operator Microsoft.Maui.Controls.WebViewSource(string url) -> Microsoft.Maui.Controls.WebViewSource
~static Microsoft.Maui.Controls.WebViewSource.implicit operator Microsoft.Maui.Controls.WebViewSource(System.Uri url) -> Microsoft.Maui.Controls.WebViewSource
@@ -3536,6 +3555,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4112,9 +4132,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4953,6 +4970,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -5267,6 +5286,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5838,8 +5858,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -6007,7 +6035,7 @@ Microsoft.Maui.Controls.Platform.Compatibility.ContainerView.MatchHeight.set ->
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.CustomFrameLayout.CustomFrameLayout(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Controls.Platform.Compatibility.IShellBottomNavViewAppearanceTracker
Microsoft.Maui.Controls.Platform.Compatibility.IShellContext
Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutContentRenderer
@@ -6291,6 +6319,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -7073,11 +7120,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -7134,6 +7190,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -7329,6 +7387,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -7339,12 +7407,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -7537,7 +7612,7 @@ override Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter.G
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.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.ChangeVisualState() -> void
@@ -7630,6 +7705,7 @@ static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.RecalculateSpa
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.IRadioButtonHandler! handler, Microsoft.Maui.Controls.RadioButton! radioButton) -> 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
@@ -7666,16 +7742,28 @@ static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix(this System.Nume
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<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -7689,6 +7777,7 @@ static Microsoft.Maui.Controls.ViewExtensions.ScaleXTo(this Microsoft.Maui.Contr
static Microsoft.Maui.Controls.ViewExtensions.ScaleYTo(this Microsoft.Maui.Controls.VisualElement! view, double scale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
static Microsoft.Maui.Controls.ViewExtensions.TranslateTo(this Microsoft.Maui.Controls.VisualElement! view, double x, double y, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
static Microsoft.Maui.Controls.VisibilityExtensions.ToVisibility(this bool isVisible) -> Microsoft.Maui.Visibility
+static Microsoft.Maui.Controls.Window.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Controls.Window.MapContent(Microsoft.Maui.Handlers.WindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics.BindingFailed -> System.EventHandler<Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs>
static readonly Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -7711,6 +7800,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -7720,10 +7815,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -7806,6 +7915,7 @@ virtual Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarAppearanceTra
virtual Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker.OnNavigateBack() -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -7813,6 +7923,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Shipped.txt
index 9b6467984..55f95f980 100644
--- a/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Shipped.txt
@@ -89,6 +89,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -660,6 +661,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1110,6 +1112,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1714,12 +1725,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -2449,8 +2454,10 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2512,6 +2519,7 @@
~static Microsoft.Maui.Controls.ControlsColorExtensions.IsNotDefault(this Microsoft.Maui.Graphics.Color color) -> bool
~static Microsoft.Maui.Controls.DatePicker.ControlsDatePickerMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IDatePicker, Microsoft.Maui.Handlers.DatePickerHandler>
~static Microsoft.Maui.Controls.DatePicker.MapUpdateMode(Microsoft.Maui.Handlers.DatePickerHandler handler, Microsoft.Maui.Controls.DatePicker datePicker) -> void
+~static Microsoft.Maui.Controls.DatePicker.MapUpdateMode(Microsoft.Maui.Handlers.IDatePickerHandler handler, Microsoft.Maui.Controls.DatePicker datePicker) -> void
~static Microsoft.Maui.Controls.DependencyService.Get<T>(Microsoft.Maui.Controls.DependencyFetchTarget fetchTarget = Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance) -> T
~static Microsoft.Maui.Controls.DependencyService.Register(System.Reflection.Assembly[] assemblies) -> void
~static Microsoft.Maui.Controls.DependencyService.Register<T, TImpl>() -> void
@@ -2535,6 +2543,7 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2544,8 +2553,11 @@
~static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler handler, Microsoft.Maui.Controls.Element element) -> void
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapAdjustsFontSizeToFitWidth(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapAdjustsFontSizeToFitWidth(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.Entry.MapCursorColor(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapCursorColor(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2558,6 +2570,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2705,17 +2719,25 @@
~static Microsoft.Maui.Controls.KnownColor.SetAccent(Microsoft.Maui.Graphics.Color value) -> void
~static Microsoft.Maui.Controls.KnownColor.Transparent.get -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
+~static Microsoft.Maui.Controls.Label.MapCharacterSpacing(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapCharacterSpacing(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapFont(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapFont(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapLineHeight(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineHeight(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextColor(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextColor(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextDecorations(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextDecorations(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -2735,7 +2757,9 @@
~static Microsoft.Maui.Controls.NavigationPage.GetIconColor(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.NavigationPage.GetTitleIconImageSource(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.ImageSource
~static Microsoft.Maui.Controls.NavigationPage.GetTitleView(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.View
+~static Microsoft.Maui.Controls.NavigationPage.MapIsNavigationBarTranslucent(Microsoft.Maui.Handlers.INavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
~static Microsoft.Maui.Controls.NavigationPage.MapIsNavigationBarTranslucent(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
+~static Microsoft.Maui.Controls.NavigationPage.MapPrefersLargeTitles(Microsoft.Maui.Handlers.INavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
~static Microsoft.Maui.Controls.NavigationPage.MapPrefersLargeTitles(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
~static Microsoft.Maui.Controls.NavigationPage.SetBackButtonTitle(Microsoft.Maui.Controls.BindableObject page, string value) -> void
~static Microsoft.Maui.Controls.NavigationPage.SetHasBackButton(Microsoft.Maui.Controls.Page page, bool value) -> void
@@ -2747,6 +2771,7 @@
~static Microsoft.Maui.Controls.OnPlatform<T>.implicit operator T(Microsoft.Maui.Controls.OnPlatform<T> onPlatform) -> T
~static Microsoft.Maui.Controls.PanGestureRecognizer.CurrentId.get -> Microsoft.Maui.Controls.Internals.AutoId
~static Microsoft.Maui.Controls.Picker.ControlsPickerMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IPicker, Microsoft.Maui.Handlers.PickerHandler>
+~static Microsoft.Maui.Controls.Picker.MapUpdateMode(Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.Controls.Picker picker) -> void
~static Microsoft.Maui.Controls.Picker.MapUpdateMode(Microsoft.Maui.Handlers.PickerHandler handler, Microsoft.Maui.Controls.Picker picker) -> void
~static Microsoft.Maui.Controls.Platform.BrushExtensions.GetBackgroundImage(this UIKit.UIView control, Microsoft.Maui.Controls.Brush brush) -> UIKit.UIImage
~static Microsoft.Maui.Controls.Platform.BrushExtensions.GetBackgroundLayer(this UIKit.UIView control, Microsoft.Maui.Controls.Brush brush) -> CoreAnimation.CALayer
@@ -3248,6 +3273,7 @@
~static Microsoft.Maui.Controls.PointCollection.implicit operator Microsoft.Maui.Controls.PointCollection(Microsoft.Maui.Graphics.Point[] d) -> Microsoft.Maui.Controls.PointCollection
~static Microsoft.Maui.Controls.RadioButton.ControlsRadioButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.RadioButton, Microsoft.Maui.Handlers.RadioButtonHandler>
~static Microsoft.Maui.Controls.RadioButton.DefaultTemplate.get -> Microsoft.Maui.Controls.ControlTemplate
+~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
~static Microsoft.Maui.Controls.RadioButtonGroup.GetGroupName(Microsoft.Maui.Controls.BindableObject b) -> string
~static Microsoft.Maui.Controls.RadioButtonGroup.GetSelectedValue(Microsoft.Maui.Controls.BindableObject bindableObject) -> object
@@ -3266,9 +3292,12 @@
~static Microsoft.Maui.Controls.Routing.SetRoute(Microsoft.Maui.Controls.Element obj, string value) -> void
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
+~static Microsoft.Maui.Controls.ScrollView.MapShouldDelayContentTouches(Microsoft.Maui.Handlers.IScrollViewHandler handler, Microsoft.Maui.Controls.ScrollView scrollView) -> void
~static Microsoft.Maui.Controls.ScrollView.MapShouldDelayContentTouches(Microsoft.Maui.Handlers.ScrollViewHandler handler, Microsoft.Maui.Controls.ScrollView scrollView) -> void
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapSearchBarStyle(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapSearchBarStyle(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3357,6 +3386,7 @@
~static Microsoft.Maui.Controls.TabbedPage.ControlsTabbedPageMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ITabbedView, Microsoft.Maui.Handlers.ITabbedViewHandler>
~static Microsoft.Maui.Controls.TemplateExtensions.SetBinding(this Microsoft.Maui.Controls.DataTemplate self, Microsoft.Maui.Controls.BindableProperty targetProperty, string path) -> void
~static Microsoft.Maui.Controls.TimePicker.ControlsTimePickerMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ITimePicker, Microsoft.Maui.Handlers.TimePickerHandler>
+~static Microsoft.Maui.Controls.TimePicker.MapUpdateMode(Microsoft.Maui.Handlers.ITimePickerHandler handler, Microsoft.Maui.Controls.TimePicker timePicker) -> void
~static Microsoft.Maui.Controls.TimePicker.MapUpdateMode(Microsoft.Maui.Handlers.TimePickerHandler handler, Microsoft.Maui.Controls.TimePicker timePicker) -> void
~static Microsoft.Maui.Controls.VisualElement.ControlsVisualElementMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.VisualElement.MapBackgroundColor(Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view) -> void
@@ -3576,6 +3606,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4149,9 +4180,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4964,6 +4992,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -5294,6 +5324,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5865,8 +5896,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -6312,6 +6351,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -7074,11 +7132,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -7135,6 +7202,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -7330,6 +7399,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -7340,12 +7419,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -7677,6 +7763,8 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.
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.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -7711,6 +7799,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -7720,10 +7814,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -7807,6 +7915,7 @@ virtual Microsoft.Maui.Controls.Platform.Compatibility.SlideFlyoutTransition.Upd
virtual Microsoft.Maui.Controls.Platform.Compatibility.UIContainerView.Margin.get -> Microsoft.Maui.Thickness
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -7814,6 +7923,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
index 9b6467984..55f95f980 100644
--- a/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
@@ -89,6 +89,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -660,6 +661,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1110,6 +1112,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1714,12 +1725,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -2449,8 +2454,10 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2512,6 +2519,7 @@
~static Microsoft.Maui.Controls.ControlsColorExtensions.IsNotDefault(this Microsoft.Maui.Graphics.Color color) -> bool
~static Microsoft.Maui.Controls.DatePicker.ControlsDatePickerMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IDatePicker, Microsoft.Maui.Handlers.DatePickerHandler>
~static Microsoft.Maui.Controls.DatePicker.MapUpdateMode(Microsoft.Maui.Handlers.DatePickerHandler handler, Microsoft.Maui.Controls.DatePicker datePicker) -> void
+~static Microsoft.Maui.Controls.DatePicker.MapUpdateMode(Microsoft.Maui.Handlers.IDatePickerHandler handler, Microsoft.Maui.Controls.DatePicker datePicker) -> void
~static Microsoft.Maui.Controls.DependencyService.Get<T>(Microsoft.Maui.Controls.DependencyFetchTarget fetchTarget = Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance) -> T
~static Microsoft.Maui.Controls.DependencyService.Register(System.Reflection.Assembly[] assemblies) -> void
~static Microsoft.Maui.Controls.DependencyService.Register<T, TImpl>() -> void
@@ -2535,6 +2543,7 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2544,8 +2553,11 @@
~static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler handler, Microsoft.Maui.Controls.Element element) -> void
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapAdjustsFontSizeToFitWidth(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapAdjustsFontSizeToFitWidth(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.Entry.MapCursorColor(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapCursorColor(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2558,6 +2570,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2705,17 +2719,25 @@
~static Microsoft.Maui.Controls.KnownColor.SetAccent(Microsoft.Maui.Graphics.Color value) -> void
~static Microsoft.Maui.Controls.KnownColor.Transparent.get -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
+~static Microsoft.Maui.Controls.Label.MapCharacterSpacing(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapCharacterSpacing(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapFont(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapFont(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapLineHeight(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineHeight(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextColor(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextColor(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextDecorations(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextDecorations(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -2735,7 +2757,9 @@
~static Microsoft.Maui.Controls.NavigationPage.GetIconColor(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.NavigationPage.GetTitleIconImageSource(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.ImageSource
~static Microsoft.Maui.Controls.NavigationPage.GetTitleView(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.View
+~static Microsoft.Maui.Controls.NavigationPage.MapIsNavigationBarTranslucent(Microsoft.Maui.Handlers.INavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
~static Microsoft.Maui.Controls.NavigationPage.MapIsNavigationBarTranslucent(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
+~static Microsoft.Maui.Controls.NavigationPage.MapPrefersLargeTitles(Microsoft.Maui.Handlers.INavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
~static Microsoft.Maui.Controls.NavigationPage.MapPrefersLargeTitles(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void
~static Microsoft.Maui.Controls.NavigationPage.SetBackButtonTitle(Microsoft.Maui.Controls.BindableObject page, string value) -> void
~static Microsoft.Maui.Controls.NavigationPage.SetHasBackButton(Microsoft.Maui.Controls.Page page, bool value) -> void
@@ -2747,6 +2771,7 @@
~static Microsoft.Maui.Controls.OnPlatform<T>.implicit operator T(Microsoft.Maui.Controls.OnPlatform<T> onPlatform) -> T
~static Microsoft.Maui.Controls.PanGestureRecognizer.CurrentId.get -> Microsoft.Maui.Controls.Internals.AutoId
~static Microsoft.Maui.Controls.Picker.ControlsPickerMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IPicker, Microsoft.Maui.Handlers.PickerHandler>
+~static Microsoft.Maui.Controls.Picker.MapUpdateMode(Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.Controls.Picker picker) -> void
~static Microsoft.Maui.Controls.Picker.MapUpdateMode(Microsoft.Maui.Handlers.PickerHandler handler, Microsoft.Maui.Controls.Picker picker) -> void
~static Microsoft.Maui.Controls.Platform.BrushExtensions.GetBackgroundImage(this UIKit.UIView control, Microsoft.Maui.Controls.Brush brush) -> UIKit.UIImage
~static Microsoft.Maui.Controls.Platform.BrushExtensions.GetBackgroundLayer(this UIKit.UIView control, Microsoft.Maui.Controls.Brush brush) -> CoreAnimation.CALayer
@@ -3248,6 +3273,7 @@
~static Microsoft.Maui.Controls.PointCollection.implicit operator Microsoft.Maui.Controls.PointCollection(Microsoft.Maui.Graphics.Point[] d) -> Microsoft.Maui.Controls.PointCollection
~static Microsoft.Maui.Controls.RadioButton.ControlsRadioButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.RadioButton, Microsoft.Maui.Handlers.RadioButtonHandler>
~static Microsoft.Maui.Controls.RadioButton.DefaultTemplate.get -> Microsoft.Maui.Controls.ControlTemplate
+~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
~static Microsoft.Maui.Controls.RadioButtonGroup.GetGroupName(Microsoft.Maui.Controls.BindableObject b) -> string
~static Microsoft.Maui.Controls.RadioButtonGroup.GetSelectedValue(Microsoft.Maui.Controls.BindableObject bindableObject) -> object
@@ -3266,9 +3292,12 @@
~static Microsoft.Maui.Controls.Routing.SetRoute(Microsoft.Maui.Controls.Element obj, string value) -> void
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
+~static Microsoft.Maui.Controls.ScrollView.MapShouldDelayContentTouches(Microsoft.Maui.Handlers.IScrollViewHandler handler, Microsoft.Maui.Controls.ScrollView scrollView) -> void
~static Microsoft.Maui.Controls.ScrollView.MapShouldDelayContentTouches(Microsoft.Maui.Handlers.ScrollViewHandler handler, Microsoft.Maui.Controls.ScrollView scrollView) -> void
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapSearchBarStyle(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapSearchBarStyle(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3357,6 +3386,7 @@
~static Microsoft.Maui.Controls.TabbedPage.ControlsTabbedPageMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ITabbedView, Microsoft.Maui.Handlers.ITabbedViewHandler>
~static Microsoft.Maui.Controls.TemplateExtensions.SetBinding(this Microsoft.Maui.Controls.DataTemplate self, Microsoft.Maui.Controls.BindableProperty targetProperty, string path) -> void
~static Microsoft.Maui.Controls.TimePicker.ControlsTimePickerMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ITimePicker, Microsoft.Maui.Handlers.TimePickerHandler>
+~static Microsoft.Maui.Controls.TimePicker.MapUpdateMode(Microsoft.Maui.Handlers.ITimePickerHandler handler, Microsoft.Maui.Controls.TimePicker timePicker) -> void
~static Microsoft.Maui.Controls.TimePicker.MapUpdateMode(Microsoft.Maui.Handlers.TimePickerHandler handler, Microsoft.Maui.Controls.TimePicker timePicker) -> void
~static Microsoft.Maui.Controls.VisualElement.ControlsVisualElementMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.VisualElement.MapBackgroundColor(Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view) -> void
@@ -3576,6 +3606,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4149,9 +4180,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4964,6 +4992,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -5294,6 +5324,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5865,8 +5896,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -6312,6 +6351,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -7074,11 +7132,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -7135,6 +7202,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -7330,6 +7399,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -7340,12 +7419,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -7677,6 +7763,8 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.
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.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -7711,6 +7799,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -7720,10 +7814,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -7807,6 +7915,7 @@ virtual Microsoft.Maui.Controls.Platform.Compatibility.SlideFlyoutTransition.Upd
virtual Microsoft.Maui.Controls.Platform.Compatibility.UIContainerView.Margin.get -> Microsoft.Maui.Thickness
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -7814,6 +7923,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt
index c61a1a9c0..c500c3d91 100644
--- a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt
@@ -86,6 +86,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -567,6 +568,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1017,6 +1019,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1535,12 +1546,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -2147,8 +2152,10 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2217,6 +2224,7 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2224,6 +2232,7 @@
~static Microsoft.Maui.Controls.Element.ControlsElementMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IElement, Microsoft.Maui.IElementHandler>
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2236,6 +2245,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2376,10 +2387,13 @@
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -2895,6 +2909,7 @@
~static Microsoft.Maui.Controls.PointCollection.implicit operator Microsoft.Maui.Controls.PointCollection(Microsoft.Maui.Graphics.Point[] d) -> Microsoft.Maui.Controls.PointCollection
~static Microsoft.Maui.Controls.RadioButton.ControlsRadioButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.RadioButton, Microsoft.Maui.Handlers.RadioButtonHandler>
~static Microsoft.Maui.Controls.RadioButton.DefaultTemplate.get -> Microsoft.Maui.Controls.ControlTemplate
+~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
~static Microsoft.Maui.Controls.RadioButtonGroup.GetGroupName(Microsoft.Maui.Controls.BindableObject b) -> string
~static Microsoft.Maui.Controls.RadioButtonGroup.GetSelectedValue(Microsoft.Maui.Controls.BindableObject bindableObject) -> object
@@ -2914,6 +2929,7 @@
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3220,6 +3236,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -3793,9 +3810,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4519,6 +4533,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -4840,6 +4856,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5411,8 +5428,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -5864,6 +5889,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -6626,11 +6670,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -6687,6 +6740,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -6882,6 +6937,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -6892,12 +6957,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -7185,17 +7257,30 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.
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.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonVisible(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapBackButtonVisible(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBarBackground(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapBarBackground(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBarBackgroundColor(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapBarBackgroundColor(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBarTextColor(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapBarTextColor(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapIconColor(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapIconColor(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapTitle(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapTitle(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapTitleIcon(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapTitleIcon(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapTitleView(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapTitleView(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.ToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void
+static Microsoft.Maui.Controls.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -7230,6 +7315,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -7239,10 +7330,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -7312,6 +7417,7 @@ virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationDrawer() -> T
virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationView() -> Microsoft.Maui.Controls.Platform.INavigationView!
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -7319,6 +7425,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt
index f6243666f..99bb3ec26 100644
--- a/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Shipped.txt
@@ -89,6 +89,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -579,6 +580,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1029,6 +1031,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1209,6 +1220,7 @@
~Microsoft.Maui.Controls.Platform.ShellFooterView.ShellFooterView(Microsoft.Maui.Controls.Shell element) -> void
~Microsoft.Maui.Controls.Platform.ShellHeaderView.SetElement(Microsoft.Maui.Controls.Shell shell) -> void
~Microsoft.Maui.Controls.Platform.ShellHeaderView.ShellHeaderView(Microsoft.Maui.Controls.Shell element) -> void
+~Microsoft.Maui.Controls.Platform.ShellNavigationViewItemAutomationPeer.ShellNavigationViewItemAutomationPeer(Microsoft.Maui.Controls.Platform.ShellNavigationViewItem owner) -> void
~Microsoft.Maui.Controls.Platform.ShellToolbarItemView.ToolbarItem.get -> Microsoft.Maui.Controls.ToolbarItem
~Microsoft.Maui.Controls.Platform.ShellToolbarItemView.ToolbarItem.set -> void
~Microsoft.Maui.Controls.PlatformConfigurationRegistry<TElement>
@@ -1602,12 +1614,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -1867,7 +1873,6 @@
~override Microsoft.Maui.Controls.GridLengthTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object
~override Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer.CreatePlatformElement() -> Microsoft.UI.Xaml.DataTemplate
~override Microsoft.Maui.Controls.Handlers.Compatibility.EntryCellRenderer.GetTemplate(Microsoft.Maui.Controls.Cell cell) -> Microsoft.UI.Xaml.DataTemplate
-~override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnCreateAutomationPeer() -> Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
~override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs<Microsoft.Maui.Controls.Frame> e) -> void
~override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnElementPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) -> void
~override Microsoft.Maui.Controls.Handlers.Compatibility.ImageCellRenderer.GetTemplate(Microsoft.Maui.Controls.Cell cell) -> Microsoft.UI.Xaml.DataTemplate
@@ -1936,9 +1941,11 @@
~override Microsoft.Maui.Controls.Platform.Compatibility.EntryCellTextBox.OnKeyUp(Microsoft.UI.Xaml.Input.KeyRoutedEventArgs e) -> void
~override Microsoft.Maui.Controls.Platform.Compatibility.ListViewGroupStyleSelector.SelectGroupStyleCore(object group, uint level) -> Microsoft.UI.Xaml.Controls.GroupStyle
~override Microsoft.Maui.Controls.Platform.ItemContentControl.OnContentChanged(object oldContent, object newContent) -> void
-~override Microsoft.Maui.Controls.Platform.ShellFlyoutItemView.OnContentChanged(object oldContent, object newContent) -> void
~override Microsoft.Maui.Controls.Platform.ShellFlyoutTemplateSelector.SelectTemplateCore(object item, Microsoft.UI.Xaml.DependencyObject container) -> Microsoft.UI.Xaml.DataTemplate
~override Microsoft.Maui.Controls.Platform.ShellFlyoutTemplateSelector.SelectTemplateCore(object item) -> Microsoft.UI.Xaml.DataTemplate
+~override Microsoft.Maui.Controls.Platform.ShellNavigationViewItem.OnCreateAutomationPeer() -> Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
+~override Microsoft.Maui.Controls.Platform.ShellNavigationViewItemAutomationPeer.GetChildrenCore() -> System.Collections.Generic.IList<Microsoft.UI.Xaml.Automation.Peers.AutomationPeer>
+~override Microsoft.Maui.Controls.Platform.ShellNavigationViewItemAutomationPeer.GetLabeledByCore() -> Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
~override Microsoft.Maui.Controls.ReferenceTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool
~override Microsoft.Maui.Controls.ReferenceTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool
~override Microsoft.Maui.Controls.ReferenceTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object
@@ -2244,9 +2251,12 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapImageSource(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapImageSource(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2315,7 +2325,9 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2328,7 +2340,9 @@
~static Microsoft.Maui.Controls.Element.MapAutomationPropertiesName(Microsoft.Maui.IElementHandler handler, Microsoft.Maui.Controls.Element element) -> void
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2341,6 +2355,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2492,13 +2508,17 @@
~static Microsoft.Maui.Controls.KnownColor.SetAccent(Microsoft.Maui.Graphics.Color value) -> void
~static Microsoft.Maui.Controls.KnownColor.Transparent.get -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
+~static Microsoft.Maui.Controls.Label.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -3027,6 +3047,7 @@
~static Microsoft.Maui.Controls.RadioButtonGroup.SetGroupName(Microsoft.Maui.Controls.BindableObject bindable, string groupName) -> void
~static Microsoft.Maui.Controls.RadioButtonGroup.SetSelectedValue(Microsoft.Maui.Controls.BindableObject bindable, object selectedValue) -> void
~static Microsoft.Maui.Controls.RefreshView.ControlsRefreshViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IRefreshView, Microsoft.Maui.Handlers.RefreshViewHandler>
+~static Microsoft.Maui.Controls.RefreshView.MapRefreshPullDirection(Microsoft.Maui.Handlers.IRefreshViewHandler handler, Microsoft.Maui.Controls.RefreshView refreshView) -> void
~static Microsoft.Maui.Controls.RefreshView.MapRefreshPullDirection(Microsoft.Maui.Handlers.RefreshViewHandler handler, Microsoft.Maui.Controls.RefreshView refreshView) -> void
~static Microsoft.Maui.Controls.Region.FromLines(double[] lineHeights, double maxWidth, double startX, double endX, double startY) -> Microsoft.Maui.Controls.Region
~static Microsoft.Maui.Controls.RelativeBindingSource.Self.get -> Microsoft.Maui.Controls.RelativeBindingSource
@@ -3041,7 +3062,9 @@
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3352,6 +3375,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -3945,9 +3969,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4678,6 +4699,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -4934,6 +4957,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5505,8 +5529,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -5759,6 +5791,9 @@ Microsoft.Maui.Controls.Platform.ShellFlyoutTemplateSelector
Microsoft.Maui.Controls.Platform.ShellFlyoutTemplateSelector.ShellFlyoutTemplateSelector() -> void
Microsoft.Maui.Controls.Platform.ShellFooterView
Microsoft.Maui.Controls.Platform.ShellHeaderView
+Microsoft.Maui.Controls.Platform.ShellNavigationViewItem
+Microsoft.Maui.Controls.Platform.ShellNavigationViewItem.ShellNavigationViewItem() -> void
+Microsoft.Maui.Controls.Platform.ShellNavigationViewItemAutomationPeer
Microsoft.Maui.Controls.Platform.ShellToolbarItemView
Microsoft.Maui.Controls.Platform.ShellToolbarItemView.ShellToolbarItemView() -> void
Microsoft.Maui.Controls.Platform.ShellView
@@ -5968,6 +6003,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -6730,11 +6784,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -6791,6 +6854,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -6986,6 +7051,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -6996,12 +7071,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -7239,6 +7321,7 @@ static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.ToRunAndColors
static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.UpdateInlines(this Microsoft.UI.Xaml.Controls.TextBlock! textBlock, Microsoft.Maui.Controls.Label! label) -> void
static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.UpdateInlines(this Microsoft.UI.Xaml.Controls.TextBlock! textBlock, Microsoft.Maui.IFontManager! fontManager, Microsoft.Maui.Controls.FormattedString! formattedString, 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) -> void
static Microsoft.Maui.Controls.Platform.VisualElementExtensions.UpdateAccessKey(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.Controls.RadioButton! radioButton) -> void
static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler! handler, Microsoft.Maui.Controls.RadioButton! radioButton) -> void
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
@@ -7246,19 +7329,34 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.
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.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonEnabled(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
static Microsoft.Maui.Controls.Toolbar.MapBackButtonEnabled(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
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.IToolbarHandler! 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.IToolbarHandler! 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.IToolbarHandler! 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.MapIcon(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
static Microsoft.Maui.Controls.Toolbar.MapIcon(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapIconColor(Microsoft.Maui.Handlers.IToolbarHandler! 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.IToolbarHandler! 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.MapTitleIcon(Microsoft.Maui.Handlers.IToolbarHandler! 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.IToolbarHandler! 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.MapToolbarDynamicOverflowEnabled(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
static Microsoft.Maui.Controls.Toolbar.MapToolbarDynamicOverflowEnabled(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.IToolbarHandler! 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.Toolbar.MapToolbarPlacement(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
static Microsoft.Maui.Controls.Toolbar.MapToolbarPlacement(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void
+static Microsoft.Maui.Controls.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -7293,6 +7391,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -7302,10 +7406,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -7367,6 +7485,7 @@ virtual Microsoft.Maui.Controls.Platform.VisualElementTracker<TElement, TPlatfor
virtual Microsoft.Maui.Controls.Platform.VisualElementTracker<TElement, TPlatformElement>.UpdatePlatformControl() -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -7374,6 +7493,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Controls/src/Core/PublicAPI/net/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/net/PublicAPI.Shipped.txt
index a4f1ec995..7b5250b2d 100644
--- a/src/Controls/src/Core/PublicAPI/net/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/net/PublicAPI.Shipped.txt
@@ -86,6 +86,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -563,6 +564,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1013,6 +1015,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1531,12 +1542,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -2134,8 +2139,11 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2204,6 +2212,7 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2213,6 +2222,7 @@
~static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler handler, Microsoft.Maui.Controls.Element element) -> void
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2225,6 +2235,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2355,12 +2367,17 @@
~static Microsoft.Maui.Controls.KnownColor.SetAccent(Microsoft.Maui.Graphics.Color value) -> void
~static Microsoft.Maui.Controls.KnownColor.Transparent.get -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
+~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -2882,6 +2899,7 @@
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3188,6 +3206,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -3761,9 +3780,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4485,6 +4501,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -4696,6 +4714,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5267,8 +5286,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -5620,6 +5647,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -6382,11 +6428,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -6443,6 +6498,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -6638,6 +6695,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -6648,12 +6715,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -6846,6 +6920,8 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.
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.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -6880,6 +6956,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -6889,10 +6971,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -6927,6 +7023,7 @@ virtual Microsoft.Maui.Controls.Page.OnBackButtonPressed() -> bool
virtual Microsoft.Maui.Controls.Page.OnDisappearing() -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -6934,6 +7031,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Shipped.txt b/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Shipped.txt
index a4f1ec995..7b5250b2d 100644
--- a/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Shipped.txt
+++ b/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Shipped.txt
@@ -86,6 +86,7 @@
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Disabled = "Disabled" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Focused = "Focused" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Normal = "Normal" -> string
+~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.PointerOver = "PointerOver" -> string
~const Microsoft.Maui.Controls.VisualStateManager.CommonStates.Selected = "Selected" -> string
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect
~Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
@@ -563,6 +564,7 @@
~Microsoft.Maui.Controls.IItemViewController.GetItem(int index) -> object
~Microsoft.Maui.Controls.IItemViewController.GetItemType(object item) -> object
~Microsoft.Maui.Controls.ILayoutController.Children.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
+~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager
~Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable.get -> System.Collections.IEnumerable
~Microsoft.Maui.Controls.IListProxy.TryGetValue(int index, out object value) -> bool
~Microsoft.Maui.Controls.IListViewController.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell
@@ -1013,6 +1015,15 @@
~Microsoft.Maui.Controls.MenuBarItem.Text.set -> void
~Microsoft.Maui.Controls.MenuBarItem.this[int index].get -> Microsoft.Maui.IMenuElement
~Microsoft.Maui.Controls.MenuBarItem.this[int index].set -> void
+~Microsoft.Maui.Controls.MenuFlyout.Add(Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Contains(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
+~Microsoft.Maui.Controls.MenuFlyout.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IMenuElement>
+~Microsoft.Maui.Controls.MenuFlyout.IndexOf(Microsoft.Maui.IMenuElement item) -> int
+~Microsoft.Maui.Controls.MenuFlyout.Insert(int index, Microsoft.Maui.IMenuElement item) -> void
+~Microsoft.Maui.Controls.MenuFlyout.Remove(Microsoft.Maui.IMenuElement item) -> bool
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].get -> Microsoft.Maui.IMenuElement
+~Microsoft.Maui.Controls.MenuFlyout.this[int index].set -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Add(Microsoft.Maui.IMenuElement item) -> void
~Microsoft.Maui.Controls.MenuFlyoutSubItem.Contains(Microsoft.Maui.IMenuElement item) -> bool
~Microsoft.Maui.Controls.MenuFlyoutSubItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void
@@ -1531,12 +1542,6 @@
~Microsoft.Maui.Controls.TableView.Root.get -> Microsoft.Maui.Controls.TableRoot
~Microsoft.Maui.Controls.TableView.Root.set -> void
~Microsoft.Maui.Controls.TableView.TableView(Microsoft.Maui.Controls.TableRoot root) -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand
-~Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object
-~Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
-~Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object
-~Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object parameter) -> void
~Microsoft.Maui.Controls.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter
~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void
~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object
@@ -2134,8 +2139,11 @@
~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush
~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IButton, Microsoft.Maui.Handlers.ButtonHandler>
~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
+~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void
@@ -2204,6 +2212,7 @@
~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(float[] f) -> Microsoft.Maui.Controls.DoubleCollection
~static Microsoft.Maui.Controls.Editor.ControlsEditorMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEditor, Microsoft.Maui.Handlers.EditorHandler>
~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
+~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void
~static Microsoft.Maui.Controls.Effect.Resolve(string name) -> Microsoft.Maui.Controls.Effect
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsDefault(this Microsoft.Maui.Controls.IVisual visual) -> bool
~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMatchParent(this Microsoft.Maui.Controls.IVisual visual) -> bool
@@ -2213,6 +2222,7 @@
~static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler handler, Microsoft.Maui.Controls.Element element) -> void
~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IEntry, Microsoft.Maui.Handlers.EntryHandler>
~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
+~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void
~static Microsoft.Maui.Controls.FileImageSource.implicit operator Microsoft.Maui.Controls.FileImageSource(string file) -> Microsoft.Maui.Controls.FileImageSource
~static Microsoft.Maui.Controls.FileImageSource.implicit operator string(Microsoft.Maui.Controls.FileImageSource file) -> string
~static Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf
@@ -2225,6 +2235,8 @@
~static Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void
~static Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void
+~static Microsoft.Maui.Controls.FlyoutBase.GetContextFlyout(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.FlyoutBase
+~static Microsoft.Maui.Controls.FlyoutBase.SetContextFlyout(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.FlyoutBase value) -> void
~static Microsoft.Maui.Controls.FlyoutItem.GetIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool
~static Microsoft.Maui.Controls.FlyoutItem.SetIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void
~static Microsoft.Maui.Controls.FormattedString.explicit operator string(Microsoft.Maui.Controls.FormattedString formatted) -> string
@@ -2355,12 +2367,17 @@
~static Microsoft.Maui.Controls.KnownColor.SetAccent(Microsoft.Maui.Graphics.Color value) -> void
~static Microsoft.Maui.Controls.KnownColor.Transparent.get -> Microsoft.Maui.Graphics.Color
~static Microsoft.Maui.Controls.Label.ControlsLabelMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ILabel, Microsoft.Maui.Handlers.LabelHandler>
+~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
+~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.ILabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void
~static Microsoft.Maui.Controls.Layout.ControlsLayoutMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
+~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.ILayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void
~static Microsoft.Maui.Controls.MenuItem.GetAccelerator(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Accelerator
~static Microsoft.Maui.Controls.MenuItem.SetAccelerator(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Accelerator value) -> void
~static Microsoft.Maui.Controls.MessagingCenter.Instance.get -> Microsoft.Maui.Controls.IMessagingCenter
@@ -2882,6 +2899,7 @@
~static Microsoft.Maui.Controls.Routing.UnRegisterRoute(string route) -> void
~static Microsoft.Maui.Controls.ScrollView.ControlsScrollViewMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IScrollView, Microsoft.Maui.Handlers.ScrollViewHandler>
~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.ISearchBar, Microsoft.Maui.Handlers.SearchBarHandler>
+~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.ISearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void
~static Microsoft.Maui.Controls.SearchHandler.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty
~static Microsoft.Maui.Controls.SemanticProperties.GetDescription(Microsoft.Maui.Controls.BindableObject bindable) -> string
@@ -3188,6 +3206,7 @@
~static readonly Microsoft.Maui.Controls.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty
+~static readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -3761,9 +3780,6 @@
~static readonly Microsoft.Maui.Controls.TableSectionBase.TitleProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TableView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
-~static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedPage.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TemplatedView.ControlTemplateProperty -> Microsoft.Maui.Controls.BindableProperty
~static readonly Microsoft.Maui.Controls.TextCell.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -4485,6 +4501,8 @@ 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.FlyoutBase
+Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> 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
@@ -4696,6 +4714,7 @@ 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.ILayoutManagerFactory
Microsoft.Maui.Controls.IListProxy
Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler
Microsoft.Maui.Controls.IListViewController
@@ -5267,8 +5286,16 @@ 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.MenuFlyout
+Microsoft.Maui.Controls.MenuFlyout.Clear() -> void
+Microsoft.Maui.Controls.MenuFlyout.Count.get -> int
+Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool
+Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void
+Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void
Microsoft.Maui.Controls.MenuFlyoutItem
Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void
+Microsoft.Maui.Controls.MenuFlyoutSeparator
+Microsoft.Maui.Controls.MenuFlyoutSeparator.MenuFlyoutSeparator() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem
Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void
Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int
@@ -5620,6 +5647,25 @@ Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMo
Microsoft.Maui.Controls.PlatformEffect<TContainer, TControl>.PlatformEffect() -> void
Microsoft.Maui.Controls.PointCollection
Microsoft.Maui.Controls.PointCollection.PointCollection() -> void
+Microsoft.Maui.Controls.PointerEventArgs
+Microsoft.Maui.Controls.PointerEventArgs.PointerEventArgs() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEntered -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExited -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameter.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerGestureRecognizer() -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMoved -> System.EventHandler<Microsoft.Maui.Controls.PointerEventArgs!>?
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommand.set -> void
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.get -> System.Windows.Input.ICommand!
+Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameter.set -> void
Microsoft.Maui.Controls.PoppedToRootEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs
Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int
@@ -6382,11 +6428,20 @@ 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.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TapGestureRecognizer.Buttons.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.get -> System.Windows.Input.ICommand?
+Microsoft.Maui.Controls.TapGestureRecognizer.Command.set -> void
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.get -> object?
+Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameter.set -> void
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.TapGestureRecognizer.Tapped -> System.EventHandler<Microsoft.Maui.Controls.TappedEventArgs!>?
Microsoft.Maui.Controls.TappedEventArgs
+Microsoft.Maui.Controls.TappedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask
+Microsoft.Maui.Controls.TappedEventArgs.Parameter.get -> object?
+Microsoft.Maui.Controls.TappedEventArgs.TappedEventArgs(object? parameter) -> void
Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom
Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom
@@ -6443,6 +6498,8 @@ 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.ToolTipProperties
+Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void
Microsoft.Maui.Controls.TouchEventArgs
Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool
Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void
@@ -6638,6 +6695,16 @@ Microsoft.Maui.Controls.Window.DisplayDensity.get -> float
Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler<Microsoft.Maui.Controls.DisplayDensityChangedEventArgs!>?
Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection
Microsoft.Maui.Controls.Window.FlowDirection.set -> void
+Microsoft.Maui.Controls.Window.Height.get -> double
+Microsoft.Maui.Controls.Window.Height.set -> void
+Microsoft.Maui.Controls.Window.MaximumHeight.get -> double
+Microsoft.Maui.Controls.Window.MaximumHeight.set -> void
+Microsoft.Maui.Controls.Window.MaximumWidth.get -> double
+Microsoft.Maui.Controls.Window.MaximumWidth.set -> void
+Microsoft.Maui.Controls.Window.MinimumHeight.get -> double
+Microsoft.Maui.Controls.Window.MinimumHeight.set -> void
+Microsoft.Maui.Controls.Window.MinimumWidth.get -> double
+Microsoft.Maui.Controls.Window.MinimumWidth.set -> void
Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppedEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler<Microsoft.Maui.Controls.ModalPoppingEventArgs!>?
Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler<Microsoft.Maui.Controls.ModalPushedEventArgs!>?
@@ -6648,12 +6715,19 @@ 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.SizeChanged -> 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.Width.get -> double
+Microsoft.Maui.Controls.Window.Width.set -> void
Microsoft.Maui.Controls.Window.Window() -> void
Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void
+Microsoft.Maui.Controls.Window.X.get -> double
+Microsoft.Maui.Controls.Window.X.set -> void
+Microsoft.Maui.Controls.Window.Y.get -> double
+Microsoft.Maui.Controls.Window.Y.set -> void
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute
Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void
Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs
@@ -6846,6 +6920,8 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.
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.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Controls.Toolbar!, Microsoft.Maui.Handlers.ToolbarHandler!>!
+static Microsoft.Maui.Controls.ToolTipProperties.GetText(Microsoft.Maui.Controls.BindableObject! bindable) -> object!
+static Microsoft.Maui.Controls.ToolTipProperties.SetText(Microsoft.Maui.Controls.BindableObject! bindable, object! value) -> 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<bool>!
static Microsoft.Maui.Controls.ViewExtensions.LayoutTo(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -6880,6 +6956,12 @@ static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Con
static readonly Microsoft.Maui.Controls.LayoutOptions.FillAndExpand -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.Start -> Microsoft.Maui.Controls.LayoutOptions
static readonly Microsoft.Maui.Controls.LayoutOptions.StartAndExpand -> Microsoft.Maui.Controls.LayoutOptions
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerEnteredCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerExitedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.PointerGestureRecognizer.PointerMovedCommandProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.AspectProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.FillProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -6889,10 +6971,24 @@ static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> M
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequiredProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.HeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MaximumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumHeightProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.MinimumWidthProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.PageProperty -> Microsoft.Maui.Controls.BindableProperty!
static readonly Microsoft.Maui.Controls.Window.TitleProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.WidthProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.XProperty -> Microsoft.Maui.Controls.BindableProperty!
+static readonly Microsoft.Maui.Controls.Window.YProperty -> Microsoft.Maui.Controls.BindableProperty!
virtual Microsoft.Maui.Controls.Application.CleanUp() -> void
virtual Microsoft.Maui.Controls.Application.CloseWindow(Microsoft.Maui.Controls.Window! window) -> void
virtual Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.Controls.Window!
@@ -6927,6 +7023,7 @@ virtual Microsoft.Maui.Controls.Page.OnBackButtonPressed() -> bool
virtual Microsoft.Maui.Controls.Page.OnDisappearing() -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void
virtual Microsoft.Maui.Controls.PlatformBehavior<TView, TPlatformView>.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void
+virtual Microsoft.Maui.Controls.PointerEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void
virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void
@@ -6934,6 +7031,7 @@ virtual Microsoft.Maui.Controls.SearchHandler.OnUnfocus() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnAttached() -> void
virtual Microsoft.Maui.Controls.StateTriggerBase.OnDetached() -> void
virtual Microsoft.Maui.Controls.TableView.OnModelChanged() -> void
+virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Controls.Element? relativeTo) -> Microsoft.Maui.Graphics.Point?
virtual Microsoft.Maui.Controls.TemplatedPage.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void
virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool
diff --git a/src/Core/maps/src/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/net-android/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..82eed5b33
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-android/PublicAPI.Shipped.txt
@@ -0,0 +1,133 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> Java.Lang.Object!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.Map.get -> Android.Gms.Maps.GoogleMap?
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> Android.Gms.Maps.MapView!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> Android.Gms.Maps.Model.MarkerOptions!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.GetNativeCircle(Microsoft.Maui.Maps.ICircleMapElement! circle) -> Android.Gms.Maps.Model.Circle?
+Microsoft.Maui.Maps.Handlers.MapHandler.GetNativePolygon(Microsoft.Maui.Maps.IGeoPathMapElement! polygon) -> Android.Gms.Maps.Model.Polygon?
+Microsoft.Maui.Maps.Handlers.MapHandler.GetNativePolyline(Microsoft.Maui.Maps.IGeoPathMapElement! polyline) -> Android.Gms.Maps.Model.Polyline?
+Microsoft.Maui.Maps.Handlers.MapHandler.GetPinForMarker(Android.Gms.Maps.Model.Marker! marker) -> Microsoft.Maui.Maps.IMapPin?
+Microsoft.Maui.Maps.Handlers.MapHandler.Map.get -> Android.Gms.Maps.GoogleMap?
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.Platform.MapExtensions
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> Java.Lang.Object!
+override Microsoft.Maui.Maps.Handlers.MapHandler.ConnectHandler(Android.Gms.Maps.MapView! platformView) -> void
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> Android.Gms.Maps.MapView!
+override Microsoft.Maui.Maps.Handlers.MapHandler.DisconnectHandler(Android.Gms.Maps.MapView! platformView) -> void
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> Android.Gms.Maps.Model.MarkerOptions!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapCenter(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapGeopath(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapRadius(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Bundle.set -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.Platform.MapExtensions.UpdateIsScrollEnabled(this Android.Gms.Maps.GoogleMap! googleMap, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Platform.MapExtensions.UpdateIsShowingUser(this Android.Gms.Maps.GoogleMap! googleMap, Microsoft.Maui.Maps.IMap! map, Microsoft.Maui.IMauiContext? mauiContext) -> void
+static Microsoft.Maui.Maps.Platform.MapExtensions.UpdateIsTrafficEnabled(this Android.Gms.Maps.GoogleMap! googleMap, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Platform.MapExtensions.UpdateIsZoomEnabled(this Android.Gms.Maps.GoogleMap! googleMap, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Platform.MapExtensions.UpdateMapType(this Android.Gms.Maps.GoogleMap! googleMap, Microsoft.Maui.Maps.IMap! map) -> void
diff --git a/src/Core/maps/src/PublicAPI/net-android/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/maps/src/PublicAPI/net-ios/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..b3942ec96
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
@@ -0,0 +1,121 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> MapKit.MKOverlayRenderer!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> Microsoft.Maui.Maps.Platform.MauiMKMapView!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> MapKit.IMKAnnotation!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.Platform.MauiMKMapView
+Microsoft.Maui.Maps.Platform.MauiMKMapView.MauiMKMapView(Microsoft.Maui.Maps.Handlers.IMapHandler! handler) -> void
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> MapKit.MKOverlayRenderer!
+override Microsoft.Maui.Maps.Handlers.MapHandler.ConnectHandler(Microsoft.Maui.Maps.Platform.MauiMKMapView! platformView) -> void
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> Microsoft.Maui.Maps.Platform.MauiMKMapView!
+override Microsoft.Maui.Maps.Handlers.MapHandler.DisconnectHandler(Microsoft.Maui.Maps.Platform.MauiMKMapView! platformView) -> void
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> MapKit.IMKAnnotation!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+override Microsoft.Maui.Maps.Platform.MauiMKMapView.MovedToWindow() -> void
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+virtual Microsoft.Maui.Maps.Platform.MauiMKMapView.GetViewForOverlayDelegate(MapKit.MKMapView! mapview, MapKit.IMKOverlay! overlay) -> MapKit.MKOverlayRenderer!
diff --git a/src/Core/maps/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/maps/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..b3942ec96
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
@@ -0,0 +1,121 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> MapKit.MKOverlayRenderer!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> Microsoft.Maui.Maps.Platform.MauiMKMapView!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> MapKit.IMKAnnotation!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.Platform.MauiMKMapView
+Microsoft.Maui.Maps.Platform.MauiMKMapView.MauiMKMapView(Microsoft.Maui.Maps.Handlers.IMapHandler! handler) -> void
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> MapKit.MKOverlayRenderer!
+override Microsoft.Maui.Maps.Handlers.MapHandler.ConnectHandler(Microsoft.Maui.Maps.Platform.MauiMKMapView! platformView) -> void
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> Microsoft.Maui.Maps.Platform.MauiMKMapView!
+override Microsoft.Maui.Maps.Handlers.MapHandler.DisconnectHandler(Microsoft.Maui.Maps.Platform.MauiMKMapView! platformView) -> void
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> MapKit.IMKAnnotation!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+override Microsoft.Maui.Maps.Platform.MauiMKMapView.MovedToWindow() -> void
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+virtual Microsoft.Maui.Maps.Platform.MauiMKMapView.GetViewForOverlayDelegate(MapKit.MKMapView! mapview, MapKit.IMKOverlay! overlay) -> MapKit.MKOverlayRenderer!
diff --git a/src/Core/maps/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/maps/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..05d770524
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
@@ -0,0 +1,115 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> Tizen.NUI.BaseComponents.View!
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
diff --git a/src/Core/maps/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/maps/src/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..af572792c
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
@@ -0,0 +1,115 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> Microsoft.UI.Xaml.FrameworkElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> Microsoft.UI.Xaml.FrameworkElement!
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
diff --git a/src/Core/maps/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/maps/src/PublicAPI/net/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/net/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3242264dc
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net/PublicAPI.Shipped.txt
@@ -0,0 +1,115 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> object!
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
diff --git a/src/Core/maps/src/PublicAPI/net/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/net/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/net/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/maps/src/PublicAPI/netstandard/PublicAPI.Shipped.txt b/src/Core/maps/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
new file mode 100644
index 000000000..3242264dc
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
@@ -0,0 +1,115 @@
+#nullable enable
+Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.Distance.Distance() -> void
+Microsoft.Maui.Maps.Distance.Distance(double meters) -> void
+Microsoft.Maui.Maps.Distance.Equals(Microsoft.Maui.Maps.Distance other) -> bool
+Microsoft.Maui.Maps.Distance.Kilometers.get -> double
+Microsoft.Maui.Maps.Distance.Meters.get -> double
+Microsoft.Maui.Maps.Distance.Miles.get -> double
+Microsoft.Maui.Maps.GeographyUtils
+Microsoft.Maui.Maps.Handlers.IMapElementHandler
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapElementHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.IMapHandler
+Microsoft.Maui.Maps.Handlers.IMapHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.IMapHandler.VirtualView.get -> Microsoft.Maui.Maps.IMap!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.PlatformView.get -> object!
+Microsoft.Maui.Maps.Handlers.IMapPinHandler.VirtualView.get -> Microsoft.Maui.Maps.IMapPin!
+Microsoft.Maui.Maps.Handlers.MapElementHandler
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandler.MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.get -> int
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.Index.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.get -> Microsoft.Maui.Maps.IMapElement!
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElement.init -> void
+Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate.MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement! MapElement) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.MapHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Maps.Handlers.MapHandler.UpdateMapElement(Microsoft.Maui.Maps.IMapElement! element) -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler() -> void
+Microsoft.Maui.Maps.Handlers.MapPinHandler.MapPinHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Maps.ICircleMapElement
+Microsoft.Maui.Maps.ICircleMapElement.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.ICircleMapElement.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.IFilledMapElement
+Microsoft.Maui.Maps.IFilledMapElement.Fill.get -> Microsoft.Maui.Graphics.Paint?
+Microsoft.Maui.Maps.IGeoPathMapElement
+Microsoft.Maui.Maps.IMap
+Microsoft.Maui.Maps.IMap.Clicked(Microsoft.Maui.Devices.Sensors.Location! position) -> void
+Microsoft.Maui.Maps.IMap.Elements.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement!>!
+Microsoft.Maui.Maps.IMap.IsScrollEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsShowingUser.get -> bool
+Microsoft.Maui.Maps.IMap.IsTrafficEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.IsZoomEnabled.get -> bool
+Microsoft.Maui.Maps.IMap.MapType.get -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.IMap.MoveToRegion(Microsoft.Maui.Maps.MapSpan! region) -> void
+Microsoft.Maui.Maps.IMap.Pins.get -> System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapPin!>!
+Microsoft.Maui.Maps.IMap.VisibleRegion.get -> Microsoft.Maui.Maps.MapSpan?
+Microsoft.Maui.Maps.IMap.VisibleRegion.set -> void
+Microsoft.Maui.Maps.IMapElement
+Microsoft.Maui.Maps.IMapElement.MapElementId.get -> object?
+Microsoft.Maui.Maps.IMapElement.MapElementId.set -> void
+Microsoft.Maui.Maps.IMapPin
+Microsoft.Maui.Maps.IMapPin.Address.get -> string!
+Microsoft.Maui.Maps.IMapPin.Label.get -> string!
+Microsoft.Maui.Maps.IMapPin.Location.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.IMapPin.MarkerId.get -> object?
+Microsoft.Maui.Maps.IMapPin.MarkerId.set -> void
+Microsoft.Maui.Maps.IMapPin.SendInfoWindowClick() -> bool
+Microsoft.Maui.Maps.IMapPin.SendMarkerClick() -> bool
+Microsoft.Maui.Maps.MapSpan
+Microsoft.Maui.Maps.MapSpan.Center.get -> Microsoft.Maui.Devices.Sensors.Location!
+Microsoft.Maui.Maps.MapSpan.ClampLatitude(double north, double south) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapSpan.LatitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.LongitudeDegrees.get -> double
+Microsoft.Maui.Maps.MapSpan.MapSpan(Microsoft.Maui.Devices.Sensors.Location! center, double latitudeDegrees, double longitudeDegrees) -> void
+Microsoft.Maui.Maps.MapSpan.Radius.get -> Microsoft.Maui.Maps.Distance
+Microsoft.Maui.Maps.MapSpan.WithZoom(double zoomFactor) -> Microsoft.Maui.Maps.MapSpan!
+Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Hybrid = 2 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Satellite = 1 -> Microsoft.Maui.Maps.MapType
+Microsoft.Maui.Maps.MapType.Street = 0 -> Microsoft.Maui.Maps.MapType
+override Microsoft.Maui.Maps.Distance.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.Distance.GetHashCode() -> int
+override Microsoft.Maui.Maps.Handlers.MapElementHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.Handlers.MapHandler.CreatePlatformView() -> object!
+override Microsoft.Maui.Maps.Handlers.MapPinHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Maps.MapSpan.Equals(object? obj) -> bool
+override Microsoft.Maui.Maps.MapSpan.GetHashCode() -> int
+override Microsoft.Maui.Maps.MapSpan.ToString() -> string!
+static Microsoft.Maui.Maps.Distance.BetweenPositions(Microsoft.Maui.Devices.Sensors.Location! position1, Microsoft.Maui.Devices.Sensors.Location! position2) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromKilometers(double kilometers) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMeters(double meters) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.FromMiles(double miles) -> Microsoft.Maui.Maps.Distance
+static Microsoft.Maui.Maps.Distance.operator !=(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.Distance.operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right) -> bool
+static Microsoft.Maui.Maps.GeographyUtils.ToCircumferencePositions(this Microsoft.Maui.Maps.ICircleMapElement! circle) -> System.Collections.Generic.List<Microsoft.Maui.Devices.Sensors.Location!>!
+static Microsoft.Maui.Maps.GeographyUtils.ToDegrees(this double radians) -> double
+static Microsoft.Maui.Maps.GeographyUtils.ToRadians(this double degrees) -> double
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapFill(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapElement!, Microsoft.Maui.Maps.Handlers.IMapElementHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStroke(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapElementHandler.MapStrokeThickness(Microsoft.Maui.Maps.Handlers.IMapElementHandler! handler, Microsoft.Maui.Maps.IMapElement! mapElement) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapElements(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsScrollEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsShowingUser(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsTrafficEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapIsZoomEnabled(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMapType(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapMoveToRegion(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMap!, Microsoft.Maui.Maps.Handlers.IMapHandler!>!
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapPins(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map) -> void
+static Microsoft.Maui.Maps.Handlers.MapHandler.MapUpdateMapElement(Microsoft.Maui.Maps.Handlers.IMapHandler! handler, Microsoft.Maui.Maps.IMap! map, object? arg) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapAddress(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLabel(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.MapLocation(Microsoft.Maui.Maps.Handlers.IMapPinHandler! handler, Microsoft.Maui.Maps.IMapPin! mapPin) -> void
+static Microsoft.Maui.Maps.Handlers.MapPinHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.Maps.IMapPin!, Microsoft.Maui.Maps.Handlers.IMapPinHandler!>!
+static Microsoft.Maui.Maps.MapSpan.FromCenterAndRadius(Microsoft.Maui.Devices.Sensors.Location! center, Microsoft.Maui.Maps.Distance radius) -> Microsoft.Maui.Maps.MapSpan!
+static Microsoft.Maui.Maps.MapSpan.operator !=(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
+static Microsoft.Maui.Maps.MapSpan.operator ==(Microsoft.Maui.Maps.MapSpan? left, Microsoft.Maui.Maps.MapSpan? right) -> bool
diff --git a/src/Core/maps/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt b/src/Core/maps/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000..7dc5c5811
--- /dev/null
+++ b/src/Core/maps/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt
index 5a4886705..226d36e0f 100644
--- a/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt
@@ -1,6 +1,6 @@
#nullable enable
~Microsoft.Maui.Platform.MauiWebChromeClient.ChooseFile(Android.Webkit.IValueCallback filePathCallback, Android.Content.Intent intent, string title) -> bool
-~Microsoft.Maui.Platform.MauiWebChromeClient.MauiWebChromeClient(Microsoft.Maui.Handlers.WebViewHandler handler) -> void
+~Microsoft.Maui.Platform.MauiWebChromeClient.MauiWebChromeClient(Microsoft.Maui.Handlers.IWebViewHandler handler) -> void
~Microsoft.Maui.Platform.WrapperView.WrapperView(Android.Content.Context context) -> void
~override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool
~override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool
@@ -399,31 +399,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -436,12 +448,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Android.Widget.ProgressBar!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -488,11 +504,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> AndroidX.AppCompat.Wid
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -508,9 +526,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> Android.Views.View!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> Android.Views.View!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -523,7 +551,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> Android.Views
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiPicker!
@@ -581,7 +610,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> Android.App.Activity!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -623,8 +653,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -640,65 +680,82 @@ Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> Android.Widget.EditText?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Android.Views.View?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -719,8 +776,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -810,6 +867,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -855,6 +914,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -997,7 +1057,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1172,6 +1234,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1221,7 +1285,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1278,12 +1341,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1474,7 +1546,7 @@ Microsoft.Maui.MauiApplication.ActivityLifecycleCallbacks.OnActivityStarted(Andr
Microsoft.Maui.MauiApplication.ActivityLifecycleCallbacks.OnActivityStopped(Android.App.Activity! activity) -> void
Microsoft.Maui.MauiApplication.Application.get -> Microsoft.Maui.IApplication!
Microsoft.Maui.MauiApplication.Application.set -> void
-Microsoft.Maui.MauiApplication.MauiApplication(System.IntPtr handle, Android.Runtime.JniHandleOwnership ownership) -> void
+Microsoft.Maui.MauiApplication.MauiApplication(nint handle, Android.Runtime.JniHandleOwnership ownership) -> void
Microsoft.Maui.MauiApplication.Services.get -> System.IServiceProvider!
Microsoft.Maui.MauiApplication.Services.set -> void
Microsoft.Maui.MauiContext
@@ -1487,7 +1559,7 @@ Microsoft.Maui.MauiViewGroup
Microsoft.Maui.MauiViewGroup.MauiViewGroup(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyle) -> void
Microsoft.Maui.MauiViewGroup.MauiViewGroup(Android.Content.Context? context, Android.Util.IAttributeSet? attrs) -> void
Microsoft.Maui.MauiViewGroup.MauiViewGroup(Android.Content.Context? context) -> void
-Microsoft.Maui.MauiViewGroup.MauiViewGroup(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.MauiViewGroup.MauiViewGroup(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.MissingMapperAttribute
Microsoft.Maui.MissingMapperAttribute.Description.get -> string?
Microsoft.Maui.MissingMapperAttribute.Description.set -> void
@@ -1541,7 +1613,7 @@ Microsoft.Maui.Platform.CheckBoxExtensions
Microsoft.Maui.Platform.ColorExtensions
Microsoft.Maui.Platform.ContainerView
Microsoft.Maui.Platform.ContainerView.ContainerView(Microsoft.Maui.IMauiContext! context) -> void
-Microsoft.Maui.Platform.ContainerView.ContainerView(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.ContainerView.ContainerView(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.ContainerView.CurrentView.get -> Microsoft.Maui.IElement?
Microsoft.Maui.Platform.ContainerView.CurrentView.set -> void
Microsoft.Maui.Platform.ContainerView.MainView.get -> Android.Views.View?
@@ -1552,7 +1624,7 @@ Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Android.Content.Contex
Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Android.Content.Context! context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void
Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Android.Content.Context! context, Android.Util.IAttributeSet! attrs) -> void
Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Android.Content.Context! context) -> void
-Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.ContextExtensions
Microsoft.Maui.Platform.DatePickerExtensions
Microsoft.Maui.Platform.DrawableExtensions
@@ -1601,7 +1673,7 @@ Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Android.Content.Context!
Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Android.Content.Context! context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void
Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Android.Content.Context! context, Android.Util.IAttributeSet! attrs) -> void
Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Android.Content.Context! context) -> void
-Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.LayoutViewGroupExtensions
Microsoft.Maui.Platform.LocalizedDigitsKeyListener
Microsoft.Maui.Platform.LocalizedDigitsKeyListener.LocalizedDigitsKeyListener(Android.Text.InputTypes inputTypes, char decimalSeparator) -> void
@@ -1615,10 +1687,10 @@ Microsoft.Maui.Platform.MauiBoxView.MauiBoxView(Android.Content.Context? context
Microsoft.Maui.Platform.MauiDatePicker
Microsoft.Maui.Platform.MauiDatePicker.HidePicker.get -> System.Action?
Microsoft.Maui.Platform.MauiDatePicker.HidePicker.set -> void
-Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void
-Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs) -> void
-Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context? context) -> void
-Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context! context, Android.Util.IAttributeSet? attrs, int defStyleAttr) -> void
+Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context! context, Android.Util.IAttributeSet? attrs) -> void
+Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context! context) -> void
+Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.MauiDatePicker.OnClick(Android.Views.View? v) -> void
Microsoft.Maui.Platform.MauiDatePicker.ShowPicker.get -> System.Action?
Microsoft.Maui.Platform.MauiDatePicker.ShowPicker.set -> void
@@ -1631,21 +1703,23 @@ Microsoft.Maui.Platform.MauiPageControl.SetIndicatorView(Microsoft.Maui.IIndicat
Microsoft.Maui.Platform.MauiPageControl.UpdateIndicatorCount() -> void
Microsoft.Maui.Platform.MauiPageControl.UpdatePosition() -> void
Microsoft.Maui.Platform.MauiPicker
-Microsoft.Maui.Platform.MauiPicker.MauiPicker(Android.Content.Context? context) -> void
+Microsoft.Maui.Platform.MauiPicker.MauiPicker(Android.Content.Context! context) -> void
Microsoft.Maui.Platform.MauiPicker.ShowPopupOnFocus.get -> bool
Microsoft.Maui.Platform.MauiPicker.ShowPopupOnFocus.set -> void
Microsoft.Maui.Platform.MauiPickerBase
-Microsoft.Maui.Platform.MauiPickerBase.MauiPickerBase(Android.Content.Context? context) -> void
+Microsoft.Maui.Platform.MauiPickerBase.MauiPickerBase(Android.Content.Context! context) -> void
Microsoft.Maui.Platform.MauiScrollView
Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Android.Content.Context! context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void
Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Android.Content.Context! context, Android.Util.IAttributeSet! attrs) -> void
Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Android.Content.Context! context) -> void
-Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.MauiScrollView.ScrollTo(int x, int y, bool instant, System.Action! finished) -> void
Microsoft.Maui.Platform.MauiScrollView.SetContent(Android.Views.View! content) -> void
Microsoft.Maui.Platform.MauiScrollView.SetHorizontalScrollBarVisibility(Microsoft.Maui.ScrollBarVisibility scrollBarVisibility) -> void
Microsoft.Maui.Platform.MauiScrollView.SetOrientation(Microsoft.Maui.ScrollOrientation orientation) -> void
Microsoft.Maui.Platform.MauiScrollView.SetVerticalScrollBarVisibility(Microsoft.Maui.ScrollBarVisibility scrollBarVisibility) -> void
+Microsoft.Maui.Platform.MauiSearchView
+Microsoft.Maui.Platform.MauiSearchView.MauiSearchView(Android.Content.Context! context) -> void
Microsoft.Maui.Platform.MauiShapeView
Microsoft.Maui.Platform.MauiShapeView.MauiShapeView(Android.Content.Context? context) -> void
Microsoft.Maui.Platform.MauiStepper
@@ -1660,10 +1734,10 @@ Microsoft.Maui.Platform.MauiTextView.MauiTextView(Android.Content.Context! conte
Microsoft.Maui.Platform.MauiTimePicker
Microsoft.Maui.Platform.MauiTimePicker.HidePicker.get -> System.Action?
Microsoft.Maui.Platform.MauiTimePicker.HidePicker.set -> void
-Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void
-Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs) -> void
-Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context? context) -> void
-Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context! context, Android.Util.IAttributeSet? attrs, int defStyleAttr) -> void
+Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context! context, Android.Util.IAttributeSet? attrs) -> void
+Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context! context) -> void
+Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.MauiTimePicker.OnClick(Android.Views.View? v) -> void
Microsoft.Maui.Platform.MauiTimePicker.ShowPicker.get -> System.Action?
Microsoft.Maui.Platform.MauiTimePicker.ShowPicker.set -> void
@@ -1679,7 +1753,7 @@ Microsoft.Maui.Platform.NavigationRootManager.NavigationRootManager(Microsoft.Ma
Microsoft.Maui.Platform.NavigationRootManager.RootView.get -> Android.Views.View?
Microsoft.Maui.Platform.NavigationViewFragment
Microsoft.Maui.Platform.NavigationViewFragment.NavigationViewFragment() -> void
-Microsoft.Maui.Platform.NavigationViewFragment.NavigationViewFragment(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+Microsoft.Maui.Platform.NavigationViewFragment.NavigationViewFragment(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
Microsoft.Maui.Platform.PickerExtensions
Microsoft.Maui.Platform.PlatformTouchGraphicsView
Microsoft.Maui.Platform.PlatformTouchGraphicsView.Connect(Microsoft.Maui.IGraphicsView! graphicsView) -> void
@@ -1804,11 +1878,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1924,6 +1998,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void
Microsoft.Maui.UriImageSourceService.UriImageSourceService(Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService!>? logger = null) -> void
@@ -2022,7 +2100,7 @@ override Microsoft.Maui.Font.ToString() -> string!
override Microsoft.Maui.FontImageSourceService.GetDrawableAsync(Microsoft.Maui.IImageSource! imageSource, Android.Content.Context! context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.IImageSourceServiceResult<Android.Graphics.Drawables.Drawable!>?>!
override Microsoft.Maui.FontImageSourceService.LoadDrawableAsync(Microsoft.Maui.IImageSource! imageSource, Android.Widget.ImageView! imageView, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.IImageSourceServiceResult?>!
override Microsoft.Maui.Graphics.MauiDrawable.Dispose(bool disposing) -> void
-override Microsoft.Maui.Graphics.MauiDrawable.OnBoundsChange(Android.Graphics.Rect? bounds) -> void
+override Microsoft.Maui.Graphics.MauiDrawable.OnBoundsChange(Android.Graphics.Rect! bounds) -> void
override Microsoft.Maui.Graphics.MauiDrawable.OnDraw(Android.Graphics.Drawables.Shapes.Shape? shape, Android.Graphics.Canvas? canvas, Android.Graphics.Paint? paint) -> void
override Microsoft.Maui.GridLength.Equals(object? obj) -> bool
override Microsoft.Maui.GridLength.GetHashCode() -> int
@@ -2074,12 +2152,12 @@ override Microsoft.Maui.Handlers.LayoutHandler.DisconnectHandler(Microsoft.Maui.
override Microsoft.Maui.Handlers.LayoutHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> Android.Views.View!
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> Android.Views.View!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> Android.Views.View!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> Android.Views.View!
override Microsoft.Maui.Handlers.NavigationViewHandler.ConnectHandler(Android.Views.View! platformView) -> void
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> Android.Views.View!
-override Microsoft.Maui.Handlers.NavigationViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-override Microsoft.Maui.Handlers.NavigationViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void
override Microsoft.Maui.Handlers.PickerHandler.ConnectHandler(Microsoft.Maui.Platform.MauiPicker! platformView) -> void
override Microsoft.Maui.Handlers.PickerHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiPicker!
override Microsoft.Maui.Handlers.PickerHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiPicker! platformView) -> void
@@ -2127,6 +2205,7 @@ override Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.SetupC
override Microsoft.Maui.Handlers.WebViewHandler.CreatePlatformView() -> Android.Webkit.WebView!
override Microsoft.Maui.Handlers.WebViewHandler.DisconnectHandler(Android.Webkit.WebView! platformView) -> void
override Microsoft.Maui.Handlers.WebViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void
+override Microsoft.Maui.Handlers.WindowHandler.ConnectHandler(Android.App.Activity! platformView) -> void
override Microsoft.Maui.Handlers.WindowHandler.CreatePlatformElement() -> Android.App.Activity!
override Microsoft.Maui.Layouts.AbsoluteLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
override Microsoft.Maui.Layouts.AbsoluteLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -2153,19 +2232,19 @@ override Microsoft.Maui.MauiApplication.OnLowMemory() -> void
override Microsoft.Maui.MauiApplication.OnTrimMemory(Android.Content.TrimMemory level) -> void
override Microsoft.Maui.MauiViewGroup.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override Microsoft.Maui.MauiViewGroup.OnLayout(bool changed, int l, int t, int r, int b) -> void
-override Microsoft.Maui.MauiViewGroup.ThresholdClass.get -> System.IntPtr
+override Microsoft.Maui.MauiViewGroup.ThresholdClass.get -> nint
override Microsoft.Maui.MauiViewGroup.ThresholdType.get -> System.Type!
override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.DispatchPopulateAccessibilityEvent(Android.Views.View! host, Android.Views.Accessibility.AccessibilityEvent! e) -> bool
-override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.GetAccessibilityNodeProvider(Android.Views.View! host) -> AndroidX.Core.View.Accessibility.AccessibilityNodeProviderCompat!
+override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.GetAccessibilityNodeProvider(Android.Views.View! host) -> AndroidX.Core.View.Accessibility.AccessibilityNodeProviderCompat?
override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.OnInitializeAccessibilityEvent(Android.Views.View! host, Android.Views.Accessibility.AccessibilityEvent! e) -> void
-override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.OnInitializeAccessibilityNodeInfo(Android.Views.View? host, AndroidX.Core.View.Accessibility.AccessibilityNodeInfoCompat? info) -> void
+override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.OnInitializeAccessibilityNodeInfo(Android.Views.View! host, AndroidX.Core.View.Accessibility.AccessibilityNodeInfoCompat! info) -> void
override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.OnPopulateAccessibilityEvent(Android.Views.View! host, Android.Views.Accessibility.AccessibilityEvent! e) -> void
override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.OnRequestSendAccessibilityEvent(Android.Views.ViewGroup! host, Android.Views.View! child, Android.Views.Accessibility.AccessibilityEvent! e) -> bool
-override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.PerformAccessibilityAction(Android.Views.View! host, int action, Android.OS.Bundle! args) -> bool
+override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.PerformAccessibilityAction(Android.Views.View! host, int action, Android.OS.Bundle? args) -> bool
override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.SendAccessibilityEvent(Android.Views.View! host, int eventType) -> void
override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.SendAccessibilityEventUnchecked(Android.Views.View! host, Android.Views.Accessibility.AccessibilityEvent! e) -> void
override Microsoft.Maui.Platform.BorderDrawable.Dispose(bool disposing) -> void
-override Microsoft.Maui.Platform.BorderDrawable.OnBoundsChange(Android.Graphics.Rect? bounds) -> void
+override Microsoft.Maui.Platform.BorderDrawable.OnBoundsChange(Android.Graphics.Rect! bounds) -> void
override Microsoft.Maui.Platform.BorderDrawable.OnDraw(Android.Graphics.Drawables.Shapes.Shape? shape, Android.Graphics.Canvas? canvas, Android.Graphics.Paint? paint) -> void
override Microsoft.Maui.Platform.ContentViewGroup.DispatchDraw(Android.Graphics.Canvas? canvas) -> void
override Microsoft.Maui.Platform.ContentViewGroup.OnLayout(bool changed, int left, int top, int right, int bottom) -> void
@@ -2176,7 +2255,7 @@ override Microsoft.Maui.Platform.LayoutViewGroup.OnTouchEvent(Android.Views.Moti
override Microsoft.Maui.Platform.LocalizedDigitsKeyListener.FilterFormatted(Java.Lang.ICharSequence? source, int start, int end, Android.Text.ISpanned? dest, int dstart, int dend) -> Java.Lang.ICharSequence?
override Microsoft.Maui.Platform.LocalizedDigitsKeyListener.GetAcceptedChars() -> char[]!
override Microsoft.Maui.Platform.LocalizedDigitsKeyListener.InputType.get -> Android.Text.InputTypes
-override Microsoft.Maui.Platform.MauiAccessibilityDelegateCompat.OnInitializeAccessibilityNodeInfo(Android.Views.View? host, AndroidX.Core.View.Accessibility.AccessibilityNodeInfoCompat? info) -> void
+override Microsoft.Maui.Platform.MauiAccessibilityDelegateCompat.OnInitializeAccessibilityNodeInfo(Android.Views.View! host, AndroidX.Core.View.Accessibility.AccessibilityNodeInfoCompat! info) -> void
override Microsoft.Maui.Platform.MauiMaterialButton.OnLayout(bool changed, int left, int top, int right, int bottom) -> void
override Microsoft.Maui.Platform.MauiPicker.Dispose(bool disposing) -> void
override Microsoft.Maui.Platform.MauiPicker.OnFocusChanged(bool gainFocus, Android.Views.FocusSearchDirection direction, Android.Graphics.Rect? previouslyFocusedRect) -> void
@@ -2197,7 +2276,7 @@ override Microsoft.Maui.Platform.MauiWebViewClient.OnPageStarted(Android.Webkit.
override Microsoft.Maui.Platform.MauiWebViewClient.OnReceivedError(Android.Webkit.WebView? view, Android.Webkit.IWebResourceRequest? request, Android.Webkit.WebResourceError? error) -> void
override Microsoft.Maui.Platform.MauiWebViewClient.ShouldOverrideUrlLoading(Android.Webkit.WebView? view, Android.Webkit.IWebResourceRequest? request) -> bool
override Microsoft.Maui.Platform.NavigationViewFragment.OnCreateAnimation(int transit, bool enter, int nextAnim) -> Android.Views.Animations.Animation!
-override Microsoft.Maui.Platform.NavigationViewFragment.OnCreateView(Android.Views.LayoutInflater! inflater, Android.Views.ViewGroup! container, Android.OS.Bundle! savedInstanceState) -> Android.Views.View!
+override Microsoft.Maui.Platform.NavigationViewFragment.OnCreateView(Android.Views.LayoutInflater! inflater, Android.Views.ViewGroup? container, Android.OS.Bundle? savedInstanceState) -> Android.Views.View!
override Microsoft.Maui.Platform.NavigationViewFragment.OnResume() -> void
override Microsoft.Maui.Platform.PlatformTouchGraphicsView.OnHoverEvent(Android.Views.MotionEvent? e) -> bool
override Microsoft.Maui.Platform.PlatformTouchGraphicsView.OnLayout(bool changed, int left, int top, int right, int bottom) -> void
@@ -2437,8 +2516,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2586,6 +2673,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2607,6 +2695,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapToolbar(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2630,10 +2719,14 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapWebViewClient(Microsoft.Maui.Ha
static Microsoft.Maui.Handlers.WebViewHandler.MapWebViewSettings(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapToolbar(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2680,7 +2773,6 @@ static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPick
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, Android.Text.TextChangedEventArgs! e) -> void
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2697,7 +2789,6 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
static Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions.OnActivityResult(this Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.AndroidLifecycle.OnActivityResult! del) -> Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder!
@@ -2888,8 +2979,8 @@ static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeMiterLimit(this Andr
static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeShape(this Android.Views.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void
static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeThickness(this Android.Views.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void
static Microsoft.Maui.Platform.SwipeViewExtensions.GetTextColor(this Microsoft.Maui.ISwipeItemMenuItem! swipeItemMenuItem) -> Microsoft.Maui.Graphics.Color?
-static Microsoft.Maui.Platform.SwitchExtensions.GetDefaultSwitchThumbDrawable(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch) -> Android.Graphics.Drawables.Drawable!
-static Microsoft.Maui.Platform.SwitchExtensions.GetDefaultSwitchTrackDrawable(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch) -> Android.Graphics.Drawables.Drawable!
+static Microsoft.Maui.Platform.SwitchExtensions.GetDefaultSwitchThumbDrawable(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch) -> Android.Graphics.Drawables.Drawable?
+static Microsoft.Maui.Platform.SwitchExtensions.GetDefaultSwitchTrackDrawable(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch) -> Android.Graphics.Drawables.Drawable?
static Microsoft.Maui.Platform.SwitchExtensions.UpdateIsOn(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch, Microsoft.Maui.ISwitch! view) -> void
static Microsoft.Maui.Platform.SwitchExtensions.UpdateThumbColor(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch, Microsoft.Maui.ISwitch! view) -> void
static Microsoft.Maui.Platform.SwitchExtensions.UpdateTrackColor(this AndroidX.AppCompat.Widget.SwitchCompat! aSwitch, Microsoft.Maui.ISwitch! view) -> void
@@ -2951,6 +3042,7 @@ static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumHeight(this Android.V
static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumWidth(this Android.Views.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this Android.Views.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateShadow(this Android.Views.View! platformView, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateToolTip(this Android.Views.View! view, Microsoft.Maui.ToolTip? tooltip) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this Android.Views.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateWidth(this Android.Views.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewGroupExtensions.GetChildrenOfType<T>(this Android.Views.ViewGroup! viewGroup) -> System.Collections.Generic.IEnumerable<T!>!
@@ -3062,7 +3154,7 @@ virtual Microsoft.Maui.Handlers.ElementHandler.SetVirtualView(Microsoft.Maui.IEl
virtual Microsoft.Maui.Handlers.ElementHandler.UpdateValue(string! property) -> void
virtual Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.ConnectHandler(TPlatformView! platformView) -> void
virtual Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.DisconnectHandler(TPlatformView! platformView) -> void
-virtual Microsoft.Maui.Handlers.EntryHandler.GetClearButtonDrawable() -> Android.Graphics.Drawables.Drawable!
+virtual Microsoft.Maui.Handlers.EntryHandler.GetClearButtonDrawable() -> Android.Graphics.Drawables.Drawable?
virtual Microsoft.Maui.Handlers.TimePickerHandler.CreateTimePickerDialog(int hour, int minute) -> Android.App.TimePickerDialog!
virtual Microsoft.Maui.Handlers.ViewHandler.NeedsContainer.get -> bool
virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.ConnectHandler(TPlatformView! platformView) -> void
@@ -3080,7 +3172,7 @@ virtual Microsoft.Maui.Platform.NavigationRootManager.Disconnect() -> void
virtual Microsoft.Maui.Platform.StackNavigationManager.AddFragmentDestination() -> AndroidX.Navigation.Fragment.FragmentNavigator.Destination!
virtual Microsoft.Maui.Platform.StackNavigationManager.Connect(Microsoft.Maui.IView! navigationView) -> void
virtual Microsoft.Maui.Platform.StackNavigationManager.Disconnect() -> void
-virtual Microsoft.Maui.Platform.StackNavigationManager.OnDestinationChanged(AndroidX.Navigation.NavController! navController, AndroidX.Navigation.NavDestination! navDestination, Android.OS.Bundle! bundle) -> void
+virtual Microsoft.Maui.Platform.StackNavigationManager.OnDestinationChanged(AndroidX.Navigation.NavController! navController, AndroidX.Navigation.NavDestination! navDestination, Android.OS.Bundle? bundle) -> void
virtual Microsoft.Maui.Platform.StackNavigationManager.OnNavigationViewFragmentDestroyed(AndroidX.Fragment.App.FragmentManager! fm, Microsoft.Maui.Platform.NavigationViewFragment! navHostPageFragment) -> void
virtual Microsoft.Maui.Platform.StackNavigationManager.OnNavigationViewFragmentResumed(AndroidX.Fragment.App.FragmentManager! fm, Microsoft.Maui.Platform.NavigationViewFragment! navHostPageFragment) -> void
virtual Microsoft.Maui.Platform.StackNavigationManager.RequestNavigation(Microsoft.Maui.NavigationRequest! e) -> void
diff --git a/src/Core/src/PublicAPI/net-ios/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
index 8b78ac8e7..3b3a87502 100644
--- a/src/Core/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
@@ -359,31 +359,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -396,12 +408,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiActivityIndicator!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -448,11 +464,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> Microsoft.Maui.Platfor
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -468,9 +486,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> UIKit.UIMenu!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> UIKit.UIMenuElement!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> UIKit.UIMenu!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -483,7 +511,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> UIKit.UIView!
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiPicker!
@@ -541,7 +570,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> UIKit.UIWindow!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -583,8 +613,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -602,17 +642,20 @@ Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationStack.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView!>!
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerSource
Microsoft.Maui.Handlers.PickerSource.Handler.get -> Microsoft.Maui.Handlers.PickerHandler?
Microsoft.Maui.Handlers.PickerSource.Handler.set -> void
@@ -620,52 +663,66 @@ Microsoft.Maui.Handlers.PickerSource.PickerSource(Microsoft.Maui.Handlers.Picker
Microsoft.Maui.Handlers.PickerSource.SelectedIndex.get -> int
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> UIKit.UITextField?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> UIKit.UIView?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -686,8 +743,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -777,6 +834,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -822,6 +881,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -959,7 +1019,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1135,6 +1197,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1184,7 +1248,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1241,12 +1304,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1361,6 +1433,7 @@ Microsoft.Maui.LifecycleEvents.ILifecycleEventService
Microsoft.Maui.LifecycleEvents.ILifecycleEventService.ContainsEvent(string! eventName) -> bool
Microsoft.Maui.LifecycleEvents.ILifecycleEventService.GetEventDelegates<TDelegate>(string! eventName) -> System.Collections.Generic.IEnumerable<TDelegate!>!
Microsoft.Maui.LifecycleEvents.iOSLifecycle
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.ApplicationSignificantTimeChange
Microsoft.Maui.LifecycleEvents.iOSLifecycle.ContinueUserActivity
Microsoft.Maui.LifecycleEvents.iOSLifecycle.DidEnterBackground
Microsoft.Maui.LifecycleEvents.iOSLifecycle.FinishedLaunching
@@ -1368,11 +1441,22 @@ Microsoft.Maui.LifecycleEvents.iOSLifecycle.OnActivated
Microsoft.Maui.LifecycleEvents.iOSLifecycle.OnResignActivation
Microsoft.Maui.LifecycleEvents.iOSLifecycle.OpenUrl
Microsoft.Maui.LifecycleEvents.iOSLifecycle.PerformActionForShortcutItem
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneContinueUserActivity
Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidDisconnect
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidEnterBackground
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidFailToContinueUserActivity
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidUpdateUserActivity
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnActivated
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnResignActivation
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOpenUrl
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneRestoreInteractionState
Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillConnect
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillContinueUserActivity
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillEnterForeground
Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillEnterForeground
Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillFinishLaunching
Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillTerminate
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.WindowSceneDidUpdateCoordinateSpace
Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions
Microsoft.Maui.LifecycleEvents.iOSLifecycleExtensions
Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions
@@ -1592,13 +1676,17 @@ Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DecidePolicy(WebKit.WKWebV
Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DidFailNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation, Foundation.NSError! error) -> void
Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DidFailProvisionalNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation, Foundation.NSError! error) -> void
Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DidFinishNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation) -> void
-Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.MauiWebViewNavigationDelegate(Microsoft.Maui.Handlers.WebViewHandler! handler) -> void
+Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.MauiWebViewNavigationDelegate(Microsoft.Maui.Handlers.IWebViewHandler! handler) -> void
+Microsoft.Maui.Platform.MauiWebViewUIDelegate
+Microsoft.Maui.Platform.MauiWebViewUIDelegate.MauiWebViewUIDelegate(Microsoft.Maui.Handlers.IWebViewHandler! handler) -> void
Microsoft.Maui.Platform.MauiWKWebView
Microsoft.Maui.Platform.MauiWKWebView.CurrentUrl.get -> string?
Microsoft.Maui.Platform.MauiWKWebView.DidFinishNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation) -> void
Microsoft.Maui.Platform.MauiWKWebView.LoadHtml(string? html, string? baseUrl) -> void
Microsoft.Maui.Platform.MauiWKWebView.LoadUrl(string? url) -> void
+Microsoft.Maui.Platform.MauiWKWebView.MauiWKWebView(CoreGraphics.CGRect frame, Microsoft.Maui.Handlers.WebViewHandler! handler, WebKit.WKWebViewConfiguration! configuration) -> void
Microsoft.Maui.Platform.MauiWKWebView.MauiWKWebView(CoreGraphics.CGRect frame, Microsoft.Maui.Handlers.WebViewHandler! handler) -> void
+Microsoft.Maui.Platform.MauiWKWebView.MauiWKWebView(Microsoft.Maui.Handlers.WebViewHandler! handler) -> void
Microsoft.Maui.Platform.MenuExtensions
Microsoft.Maui.Platform.NoCaretField
Microsoft.Maui.Platform.NoCaretField.NoCaretField() -> void
@@ -1700,11 +1788,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1821,6 +1909,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.CacheImage(Foundation.NSData! imageData, string! path) -> void
Microsoft.Maui.UriImageSourceService.GetCachedImage(string! path) -> Foundation.NSData!
@@ -1971,7 +2063,9 @@ override Microsoft.Maui.Handlers.LayoutHandler.SetVirtualView(Microsoft.Maui.IVi
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> UIKit.IUIMenuBuilder!
override Microsoft.Maui.Handlers.MenuBarHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> UIKit.UIMenu!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> UIKit.UIMenu!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> UIKit.UIMenuElement!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> UIKit.UIMenu!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> UIKit.UIMenu!
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> UIKit.UIView!
override Microsoft.Maui.Handlers.PageHandler.ConnectHandler(Microsoft.Maui.Platform.ContentView! nativeView) -> void
@@ -2026,6 +2120,7 @@ override Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.Remove
override Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.SetupContainer() -> void
override Microsoft.Maui.Handlers.WebViewHandler.CreatePlatformView() -> WebKit.WKWebView!
override Microsoft.Maui.Handlers.WebViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Handlers.WindowHandler.ConnectHandler(UIKit.UIWindow! platformView) -> void
override Microsoft.Maui.Handlers.WindowHandler.CreatePlatformElement() -> UIKit.UIWindow!
override Microsoft.Maui.Layouts.AbsoluteLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
override Microsoft.Maui.Layouts.AbsoluteLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -2074,6 +2169,7 @@ override Microsoft.Maui.Platform.MauiPageControl.LayoutSubviews() -> void
override Microsoft.Maui.Platform.MauiPicker.CanPerform(ObjCRuntime.Selector! action, Foundation.NSObject? withSender) -> bool
override Microsoft.Maui.Platform.MauiSearchBar.Text.get -> string?
override Microsoft.Maui.Platform.MauiSearchBar.Text.set -> void
+override Microsoft.Maui.Platform.MauiSearchBar.WillMoveToWindow(UIKit.UIWindow? window) -> void
override Microsoft.Maui.Platform.MauiSwipeView.HitTest(CoreGraphics.CGPoint point, UIKit.UIEvent? uievent) -> UIKit.UIView!
override Microsoft.Maui.Platform.MauiSwipeView.LayoutSubviews() -> void
override Microsoft.Maui.Platform.MauiSwipeView.TouchesCancelled(Foundation.NSSet! touches, UIKit.UIEvent? evt) -> void
@@ -2089,6 +2185,10 @@ override Microsoft.Maui.Platform.MauiTextView.AttributedText.set -> void
override Microsoft.Maui.Platform.MauiTextView.LayoutSubviews() -> void
override Microsoft.Maui.Platform.MauiTextView.Text.get -> string?
override Microsoft.Maui.Platform.MauiTextView.Text.set -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.RunJavaScriptAlertPanel(WebKit.WKWebView! webView, string! message, WebKit.WKFrameInfo! frame, System.Action! completionHandler) -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.RunJavaScriptConfirmPanel(WebKit.WKWebView! webView, string! message, WebKit.WKFrameInfo! frame, System.Action<bool>! completionHandler) -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.RunJavaScriptTextInputPanel(WebKit.WKWebView! webView, string! prompt, string? defaultText, WebKit.WKFrameInfo! frame, System.Action<string!>! completionHandler) -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.SetContextMenuConfiguration(WebKit.WKWebView! webView, WebKit.WKContextMenuElementInfo! elementInfo, System.Action<UIKit.UIContextMenuConfiguration!>! completionHandler) -> void
override Microsoft.Maui.Platform.MauiWKWebView.MovedToWindow() -> void
override Microsoft.Maui.Platform.NoCaretField.GetCaretRectForPosition(UIKit.UITextPosition? position) -> CoreGraphics.CGRect
override Microsoft.Maui.Platform.PageViewController.CreatePlatformView(Microsoft.Maui.IElement! view) -> UIKit.UIView!
@@ -2225,6 +2325,7 @@ static Microsoft.Maui.Handlers.EditorHandler.MapCursorPosition(Microsoft.Maui.Ha
static Microsoft.Maui.Handlers.EditorHandler.MapFont(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapFormatting(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
+static Microsoft.Maui.Handlers.EditorHandler.MapIsEnabled(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapIsReadOnly(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapIsTextPredictionEnabled(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapKeyboard(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
@@ -2322,8 +2423,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2471,6 +2580,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2491,6 +2601,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2512,10 +2623,18 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WebViewHandler.MapWKUIDelegate(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMaximumHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMaximumWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapMenuBar(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMinimumHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMinimumWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2562,7 +2681,6 @@ static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPick
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.TextWithinMaxLength(this Microsoft.Maui.ITextInput! textInput, string? text, Foundation.NSRange range, string! replacementString) -> bool
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2579,9 +2697,9 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.ApplicationSignificantTimeChange(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.ApplicationSignificantTimeChange! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.ContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.ContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.DidEnterBackground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.DidEnterBackground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.FinishedLaunching(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.FinishedLaunching! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
@@ -2589,11 +2707,22 @@ static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.OnActivated(
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.OnResignActivation(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.OnResignActivation! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.OpenUrl(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.OpenUrl! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.PerformActionForShortcutItem(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.PerformActionForShortcutItem! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidDisconnect(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidDisconnect! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidEnterBackground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidEnterBackground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidFailToContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidFailToContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidUpdateUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidUpdateUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneOnActivated(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnActivated! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneOnResignActivation(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnResignActivation! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneOpenUrl(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOpenUrl! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneRestoreInteractionState(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneRestoreInteractionState! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneWillConnect(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillConnect! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneWillContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneWillEnterForeground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillEnterForeground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WillEnterForeground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillEnterForeground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WillFinishLaunching(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillFinishLaunching! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WillTerminate(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillTerminate! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WindowSceneDidUpdateCoordinateSpace(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WindowSceneDidUpdateCoordinateSpace! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleExtensions.AddiOS(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, System.Action<Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!>! configureDelegate) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent<TDelegate>(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, TDelegate! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
@@ -2683,6 +2812,7 @@ static Microsoft.Maui.Platform.LabelExtensions.UpdateVerticalTextAlignment(this
static Microsoft.Maui.Platform.LayerExtensions.InsertBackgroundLayer(this UIKit.UIView! control, CoreAnimation.CALayer! backgroundLayer, int index = -1) -> void
static Microsoft.Maui.Platform.LayerExtensions.RemoveBackgroundLayer(this UIKit.UIView! control) -> void
static Microsoft.Maui.Platform.LayoutViewExtensions.UpdateClipsToBounds(this Microsoft.Maui.Platform.LayoutView! layoutView, Microsoft.Maui.ILayout! layout) -> void
+static Microsoft.Maui.Platform.MauiWKWebView.CreateConfiguration() -> WebKit.WKWebViewConfiguration!
static Microsoft.Maui.Platform.MenuExtensions.SendClicked(this UIKit.UICommand! uICommand) -> void
static Microsoft.Maui.Platform.PickerExtensions.UpdateSelectedIndex(this Microsoft.Maui.Platform.MauiPicker! platformPicker, Microsoft.Maui.IPicker! picker) -> void
static Microsoft.Maui.Platform.PickerExtensions.UpdateTextColor(this Microsoft.Maui.Platform.MauiPicker! platformPicker, Microsoft.Maui.IPicker! picker) -> void
@@ -2733,7 +2863,6 @@ static Microsoft.Maui.Platform.SwipeViewExtensions.GetTextColor(this Microsoft.M
static Microsoft.Maui.Platform.SwitchExtensions.UpdateIsOn(this UIKit.UISwitch! uiSwitch, Microsoft.Maui.ISwitch! view) -> void
static Microsoft.Maui.Platform.SwitchExtensions.UpdateThumbColor(this UIKit.UISwitch! uiSwitch, Microsoft.Maui.ISwitch! view) -> void
static Microsoft.Maui.Platform.SwitchExtensions.UpdateTrackColor(this UIKit.UISwitch! uiSwitch, Microsoft.Maui.ISwitch! view) -> void
-static Microsoft.Maui.Platform.TextAlignmentExtensions.AdjustForFlowDirection(this UIKit.UITextAlignment textAlignment, Microsoft.Maui.IView! view) -> UIKit.UITextAlignment
static Microsoft.Maui.Platform.TextAlignmentExtensions.ToPlatformHorizontal(this Microsoft.Maui.TextAlignment alignment, Microsoft.Maui.IView! view) -> UIKit.UITextAlignment
static Microsoft.Maui.Platform.TextAlignmentExtensions.ToPlatformHorizontal(this Microsoft.Maui.TextAlignment alignment) -> UIKit.UITextAlignment
static Microsoft.Maui.Platform.TextAlignmentExtensions.ToPlatformVertical(this Microsoft.Maui.TextAlignment alignment) -> UIKit.UIControlContentVerticalAlignment
@@ -2757,6 +2886,7 @@ static Microsoft.Maui.Platform.TextViewExtensions.UpdateCharacterSpacing(this UI
static Microsoft.Maui.Platform.TextViewExtensions.UpdateCursorPosition(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateFont(this UIKit.UITextView! textView, Microsoft.Maui.ITextStyle! textStyle, Microsoft.Maui.IFontManager! fontManager) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateHorizontalTextAlignment(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
+static Microsoft.Maui.Platform.TextViewExtensions.UpdateIsEnabled(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateIsReadOnly(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateIsTextPredictionEnabled(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateKeyboard(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
@@ -2796,7 +2926,7 @@ static Microsoft.Maui.Platform.ViewExtensions.ToHandler(this Microsoft.Maui.IVie
static Microsoft.Maui.Platform.ViewExtensions.Unfocus(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateAutomationId(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Microsoft.Maui.Platform.ContentView! platformView, Microsoft.Maui.IBorderStroke! border) -> void
-static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this UIKit.UIView! platformView, Microsoft.Maui.Graphics.Paint? paint) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this UIKit.UIView! platformView, Microsoft.Maui.Graphics.Paint? paint, Microsoft.Maui.IButtonStroke? stroke = null) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackgroundImageSourceAsync(this UIKit.UIView! platformView, Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IImageSourceServiceProvider? provider) -> System.Threading.Tasks.Task!
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackgroundLayerFrame(this UIKit.UIView! view) -> void
@@ -2814,6 +2944,7 @@ static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumHeight(this UIKit.UIV
static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumWidth(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateShadow(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateToolTip(this UIKit.UIView! platformView, Microsoft.Maui.ToolTip? tooltip) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this UIKit.UIView! platformView, Microsoft.Maui.Visibility visibility) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateWidth(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
@@ -2825,6 +2956,12 @@ static Microsoft.Maui.Platform.WebViewExtensions.UpdateReload(this WebKit.WKWebV
static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this WebKit.WKWebView! platformWebView, Microsoft.Maui.IWebView! webView, Microsoft.Maui.IWebViewDelegate? webViewDelegate) -> void
static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this WebKit.WKWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Platform.WindowExtensions.GetDisplayDensity(this UIKit.UIWindow! uiWindow) -> float
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumHeight(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumSize(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumWidth(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumHeight(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumSize(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumWidth(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Primitives.Dimension.IsExplicitSet(double value) -> bool
static Microsoft.Maui.Primitives.Dimension.IsMaximumSet(double value) -> bool
static Microsoft.Maui.Primitives.Dimension.IsMinimumSet(double value) -> bool
@@ -2904,6 +3041,7 @@ virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.Connect
virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.DisconnectHandler(TPlatformView! platformView) -> void
virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.SetVirtualView(Microsoft.Maui.IView! view) -> void
virtual Microsoft.Maui.Handlers.WebViewHandler.MinimumSize.get -> float
+virtual Microsoft.Maui.MauiUIApplicationDelegate.ApplicationSignificantTimeChange(UIKit.UIApplication! application) -> void
virtual Microsoft.Maui.MauiUIApplicationDelegate.ContinueUserActivity(UIKit.UIApplication! application, Foundation.NSUserActivity! userActivity, UIKit.UIApplicationRestorationHandler! completionHandler) -> bool
virtual Microsoft.Maui.MauiUIApplicationDelegate.DidEnterBackground(UIKit.UIApplication! application) -> void
virtual Microsoft.Maui.MauiUIApplicationDelegate.FinishedLaunching(UIKit.UIApplication! application, Foundation.NSDictionary! launchOptions) -> bool
@@ -2917,9 +3055,20 @@ virtual Microsoft.Maui.MauiUIApplicationDelegate.WillFinishLaunching(UIKit.UIApp
virtual Microsoft.Maui.MauiUIApplicationDelegate.WillTerminate(UIKit.UIApplication! application) -> void
virtual Microsoft.Maui.MauiUIApplicationDelegate.Window.get -> UIKit.UIWindow?
virtual Microsoft.Maui.MauiUIApplicationDelegate.Window.set -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.ContinueUserActivity(UIKit.UIScene! scene, Foundation.NSUserActivity! userActivity) -> bool
virtual Microsoft.Maui.MauiUISceneDelegate.DidDisconnect(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidEnterBackground(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidFailToContinueUserActivity(UIKit.UIScene! scene, string! userActivityType, Foundation.NSError! error) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidUpdateCoordinateSpace(UIKit.UIWindowScene! windowScene, UIKit.IUICoordinateSpace! previousCoordinateSpace, UIKit.UIInterfaceOrientation previousInterfaceOrientation, UIKit.UITraitCollection! previousTraitCollection) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidUpdateUserActivity(UIKit.UIScene! scene, Foundation.NSUserActivity! userActivity) -> void
virtual Microsoft.Maui.MauiUISceneDelegate.GetStateRestorationActivity(UIKit.UIScene! scene) -> Foundation.NSUserActivity?
+virtual Microsoft.Maui.MauiUISceneDelegate.OnActivated(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.OnResignActivation(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.OpenUrl(UIKit.UIScene! scene, Foundation.NSSet<UIKit.UIOpenUrlContext!>! urlContexts) -> bool
+virtual Microsoft.Maui.MauiUISceneDelegate.RestoreInteractionState(UIKit.UIScene! scene, Foundation.NSUserActivity! stateRestorationActivity) -> void
virtual Microsoft.Maui.MauiUISceneDelegate.WillConnect(UIKit.UIScene! scene, UIKit.UISceneSession! session, UIKit.UISceneConnectionOptions! connectionOptions) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.WillContinueUserActivity(UIKit.UIScene! scene, string! userActivityType) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.WillEnterForeground(UIKit.UIScene! scene) -> void
virtual Microsoft.Maui.MauiUISceneDelegate.Window.get -> UIKit.UIWindow?
virtual Microsoft.Maui.MauiUISceneDelegate.Window.set -> void
virtual Microsoft.Maui.Platform.ContainerViewController.CreatePlatformView(Microsoft.Maui.IElement! view) -> UIKit.UIView!
diff --git a/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
index 444107318..f33103d8c 100644
--- a/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
@@ -359,31 +359,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -396,12 +408,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiActivityIndicator!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -448,11 +464,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> Microsoft.Maui.Platfor
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -468,9 +486,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> UIKit.UIMenu!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> UIKit.UIMenuElement!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> UIKit.UIMenu!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -483,7 +511,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> UIKit.UIView!
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiPicker!
@@ -541,7 +570,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> UIKit.UIWindow!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -583,8 +613,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -602,17 +642,20 @@ Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationStack.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView!>!
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerSource
Microsoft.Maui.Handlers.PickerSource.Handler.get -> Microsoft.Maui.Handlers.PickerHandler?
Microsoft.Maui.Handlers.PickerSource.Handler.set -> void
@@ -620,52 +663,66 @@ Microsoft.Maui.Handlers.PickerSource.PickerSource(Microsoft.Maui.Handlers.Picker
Microsoft.Maui.Handlers.PickerSource.SelectedIndex.get -> int
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> UIKit.UITextField?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> UIKit.UIView?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -686,8 +743,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -777,6 +834,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -822,6 +881,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -959,7 +1019,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1135,6 +1197,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1184,7 +1248,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1241,12 +1304,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1361,6 +1433,7 @@ Microsoft.Maui.LifecycleEvents.ILifecycleEventService
Microsoft.Maui.LifecycleEvents.ILifecycleEventService.ContainsEvent(string! eventName) -> bool
Microsoft.Maui.LifecycleEvents.ILifecycleEventService.GetEventDelegates<TDelegate>(string! eventName) -> System.Collections.Generic.IEnumerable<TDelegate!>!
Microsoft.Maui.LifecycleEvents.iOSLifecycle
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.ApplicationSignificantTimeChange
Microsoft.Maui.LifecycleEvents.iOSLifecycle.ContinueUserActivity
Microsoft.Maui.LifecycleEvents.iOSLifecycle.DidEnterBackground
Microsoft.Maui.LifecycleEvents.iOSLifecycle.FinishedLaunching
@@ -1368,11 +1441,22 @@ Microsoft.Maui.LifecycleEvents.iOSLifecycle.OnActivated
Microsoft.Maui.LifecycleEvents.iOSLifecycle.OnResignActivation
Microsoft.Maui.LifecycleEvents.iOSLifecycle.OpenUrl
Microsoft.Maui.LifecycleEvents.iOSLifecycle.PerformActionForShortcutItem
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneContinueUserActivity
Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidDisconnect
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidEnterBackground
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidFailToContinueUserActivity
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidUpdateUserActivity
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnActivated
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnResignActivation
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOpenUrl
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneRestoreInteractionState
Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillConnect
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillContinueUserActivity
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillEnterForeground
Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillEnterForeground
Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillFinishLaunching
Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillTerminate
+Microsoft.Maui.LifecycleEvents.iOSLifecycle.WindowSceneDidUpdateCoordinateSpace
Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions
Microsoft.Maui.LifecycleEvents.iOSLifecycleExtensions
Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions
@@ -1591,13 +1675,17 @@ Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DecidePolicy(WebKit.WKWebV
Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DidFailNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation, Foundation.NSError! error) -> void
Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DidFailProvisionalNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation, Foundation.NSError! error) -> void
Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.DidFinishNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation) -> void
-Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.MauiWebViewNavigationDelegate(Microsoft.Maui.Handlers.WebViewHandler! handler) -> void
+Microsoft.Maui.Platform.MauiWebViewNavigationDelegate.MauiWebViewNavigationDelegate(Microsoft.Maui.Handlers.IWebViewHandler! handler) -> void
+Microsoft.Maui.Platform.MauiWebViewUIDelegate
+Microsoft.Maui.Platform.MauiWebViewUIDelegate.MauiWebViewUIDelegate(Microsoft.Maui.Handlers.IWebViewHandler! handler) -> void
Microsoft.Maui.Platform.MauiWKWebView
Microsoft.Maui.Platform.MauiWKWebView.CurrentUrl.get -> string?
Microsoft.Maui.Platform.MauiWKWebView.DidFinishNavigation(WebKit.WKWebView! webView, WebKit.WKNavigation! navigation) -> void
Microsoft.Maui.Platform.MauiWKWebView.LoadHtml(string? html, string? baseUrl) -> void
Microsoft.Maui.Platform.MauiWKWebView.LoadUrl(string? url) -> void
+Microsoft.Maui.Platform.MauiWKWebView.MauiWKWebView(CoreGraphics.CGRect frame, Microsoft.Maui.Handlers.WebViewHandler! handler, WebKit.WKWebViewConfiguration! configuration) -> void
Microsoft.Maui.Platform.MauiWKWebView.MauiWKWebView(CoreGraphics.CGRect frame, Microsoft.Maui.Handlers.WebViewHandler! handler) -> void
+Microsoft.Maui.Platform.MauiWKWebView.MauiWKWebView(Microsoft.Maui.Handlers.WebViewHandler! handler) -> void
Microsoft.Maui.Platform.MenuExtensions
Microsoft.Maui.Platform.NoCaretField
Microsoft.Maui.Platform.NoCaretField.NoCaretField() -> void
@@ -1699,11 +1787,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1820,6 +1908,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.CacheImage(Foundation.NSData! imageData, string! path) -> void
Microsoft.Maui.UriImageSourceService.GetCachedImage(string! path) -> Foundation.NSData!
@@ -1970,7 +2062,9 @@ override Microsoft.Maui.Handlers.LayoutHandler.SetVirtualView(Microsoft.Maui.IVi
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> UIKit.IUIMenuBuilder!
override Microsoft.Maui.Handlers.MenuBarHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> UIKit.UIMenu!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> UIKit.UIMenu!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> UIKit.UIMenuElement!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> UIKit.UIMenu!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> UIKit.UIMenu!
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> UIKit.UIView!
override Microsoft.Maui.Handlers.PageHandler.ConnectHandler(Microsoft.Maui.Platform.ContentView! nativeView) -> void
@@ -2025,6 +2119,7 @@ override Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.Remove
override Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.SetupContainer() -> void
override Microsoft.Maui.Handlers.WebViewHandler.CreatePlatformView() -> WebKit.WKWebView!
override Microsoft.Maui.Handlers.WebViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
+override Microsoft.Maui.Handlers.WindowHandler.ConnectHandler(UIKit.UIWindow! platformView) -> void
override Microsoft.Maui.Handlers.WindowHandler.CreatePlatformElement() -> UIKit.UIWindow!
override Microsoft.Maui.Layouts.AbsoluteLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
override Microsoft.Maui.Layouts.AbsoluteLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -2073,6 +2168,7 @@ override Microsoft.Maui.Platform.MauiPageControl.LayoutSubviews() -> void
override Microsoft.Maui.Platform.MauiPicker.CanPerform(ObjCRuntime.Selector! action, Foundation.NSObject? withSender) -> bool
override Microsoft.Maui.Platform.MauiSearchBar.Text.get -> string?
override Microsoft.Maui.Platform.MauiSearchBar.Text.set -> void
+override Microsoft.Maui.Platform.MauiSearchBar.WillMoveToWindow(UIKit.UIWindow? window) -> void
override Microsoft.Maui.Platform.MauiSwipeView.HitTest(CoreGraphics.CGPoint point, UIKit.UIEvent? uievent) -> UIKit.UIView!
override Microsoft.Maui.Platform.MauiSwipeView.LayoutSubviews() -> void
override Microsoft.Maui.Platform.MauiSwipeView.TouchesCancelled(Foundation.NSSet! touches, UIKit.UIEvent? evt) -> void
@@ -2088,6 +2184,10 @@ override Microsoft.Maui.Platform.MauiTextView.AttributedText.set -> void
override Microsoft.Maui.Platform.MauiTextView.LayoutSubviews() -> void
override Microsoft.Maui.Platform.MauiTextView.Text.get -> string?
override Microsoft.Maui.Platform.MauiTextView.Text.set -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.RunJavaScriptAlertPanel(WebKit.WKWebView! webView, string! message, WebKit.WKFrameInfo! frame, System.Action! completionHandler) -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.RunJavaScriptConfirmPanel(WebKit.WKWebView! webView, string! message, WebKit.WKFrameInfo! frame, System.Action<bool>! completionHandler) -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.RunJavaScriptTextInputPanel(WebKit.WKWebView! webView, string! prompt, string? defaultText, WebKit.WKFrameInfo! frame, System.Action<string!>! completionHandler) -> void
+override Microsoft.Maui.Platform.MauiWebViewUIDelegate.SetContextMenuConfiguration(WebKit.WKWebView! webView, WebKit.WKContextMenuElementInfo! elementInfo, System.Action<UIKit.UIContextMenuConfiguration!>! completionHandler) -> void
override Microsoft.Maui.Platform.MauiWKWebView.MovedToWindow() -> void
override Microsoft.Maui.Platform.NoCaretField.GetCaretRectForPosition(UIKit.UITextPosition? position) -> CoreGraphics.CGRect
override Microsoft.Maui.Platform.PageViewController.CreatePlatformView(Microsoft.Maui.IElement! view) -> UIKit.UIView!
@@ -2224,6 +2324,7 @@ static Microsoft.Maui.Handlers.EditorHandler.MapCursorPosition(Microsoft.Maui.Ha
static Microsoft.Maui.Handlers.EditorHandler.MapFont(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapFormatting(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
+static Microsoft.Maui.Handlers.EditorHandler.MapIsEnabled(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapIsReadOnly(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapIsTextPredictionEnabled(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Handlers.EditorHandler.MapKeyboard(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void
@@ -2321,8 +2422,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2470,6 +2579,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2490,6 +2600,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2511,10 +2622,18 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WebViewHandler.MapWKUIDelegate(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMaximumHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMaximumWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapMenuBar(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMinimumHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMinimumWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2561,7 +2680,6 @@ static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPick
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.TextWithinMaxLength(this Microsoft.Maui.ITextInput! textInput, string? text, Foundation.NSRange range, string! replacementString) -> bool
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2578,9 +2696,9 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.ApplicationSignificantTimeChange(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.ApplicationSignificantTimeChange! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.ContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.ContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.DidEnterBackground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.DidEnterBackground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.FinishedLaunching(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.FinishedLaunching! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
@@ -2588,11 +2706,22 @@ static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.OnActivated(
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.OnResignActivation(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.OnResignActivation! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.OpenUrl(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.OpenUrl! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.PerformActionForShortcutItem(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.PerformActionForShortcutItem! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidDisconnect(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidDisconnect! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidEnterBackground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidEnterBackground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidFailToContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidFailToContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneDidUpdateUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneDidUpdateUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneOnActivated(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnActivated! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneOnResignActivation(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOnResignActivation! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneOpenUrl(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneOpenUrl! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneRestoreInteractionState(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneRestoreInteractionState! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneWillConnect(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillConnect! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneWillContinueUserActivity(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillContinueUserActivity! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.SceneWillEnterForeground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.SceneWillEnterForeground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WillEnterForeground(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillEnterForeground! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WillFinishLaunching(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillFinishLaunching! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WillTerminate(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WillTerminate! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
+static Microsoft.Maui.LifecycleEvents.iOSLifecycleBuilderExtensions.WindowSceneDidUpdateCoordinateSpace(this Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.iOSLifecycle.WindowSceneDidUpdateCoordinateSpace! del) -> Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.iOSLifecycleExtensions.AddiOS(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, System.Action<Microsoft.Maui.LifecycleEvents.IiOSLifecycleBuilder!>! configureDelegate) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent<TDelegate>(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, TDelegate! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
@@ -2682,6 +2811,7 @@ static Microsoft.Maui.Platform.LabelExtensions.UpdateVerticalTextAlignment(this
static Microsoft.Maui.Platform.LayerExtensions.InsertBackgroundLayer(this UIKit.UIView! control, CoreAnimation.CALayer! backgroundLayer, int index = -1) -> void
static Microsoft.Maui.Platform.LayerExtensions.RemoveBackgroundLayer(this UIKit.UIView! control) -> void
static Microsoft.Maui.Platform.LayoutViewExtensions.UpdateClipsToBounds(this Microsoft.Maui.Platform.LayoutView! layoutView, Microsoft.Maui.ILayout! layout) -> void
+static Microsoft.Maui.Platform.MauiWKWebView.CreateConfiguration() -> WebKit.WKWebViewConfiguration!
static Microsoft.Maui.Platform.MenuExtensions.SendClicked(this UIKit.UICommand! uICommand) -> void
static Microsoft.Maui.Platform.PickerExtensions.UpdateSelectedIndex(this Microsoft.Maui.Platform.MauiPicker! platformPicker, Microsoft.Maui.IPicker! picker) -> void
static Microsoft.Maui.Platform.PickerExtensions.UpdateTextColor(this Microsoft.Maui.Platform.MauiPicker! platformPicker, Microsoft.Maui.IPicker! picker) -> void
@@ -2732,7 +2862,6 @@ static Microsoft.Maui.Platform.SwipeViewExtensions.GetTextColor(this Microsoft.M
static Microsoft.Maui.Platform.SwitchExtensions.UpdateIsOn(this UIKit.UISwitch! uiSwitch, Microsoft.Maui.ISwitch! view) -> void
static Microsoft.Maui.Platform.SwitchExtensions.UpdateThumbColor(this UIKit.UISwitch! uiSwitch, Microsoft.Maui.ISwitch! view) -> void
static Microsoft.Maui.Platform.SwitchExtensions.UpdateTrackColor(this UIKit.UISwitch! uiSwitch, Microsoft.Maui.ISwitch! view) -> void
-static Microsoft.Maui.Platform.TextAlignmentExtensions.AdjustForFlowDirection(this UIKit.UITextAlignment textAlignment, Microsoft.Maui.IView! view) -> UIKit.UITextAlignment
static Microsoft.Maui.Platform.TextAlignmentExtensions.ToPlatformHorizontal(this Microsoft.Maui.TextAlignment alignment, Microsoft.Maui.IView! view) -> UIKit.UITextAlignment
static Microsoft.Maui.Platform.TextAlignmentExtensions.ToPlatformHorizontal(this Microsoft.Maui.TextAlignment alignment) -> UIKit.UITextAlignment
static Microsoft.Maui.Platform.TextAlignmentExtensions.ToPlatformVertical(this Microsoft.Maui.TextAlignment alignment) -> UIKit.UIControlContentVerticalAlignment
@@ -2756,6 +2885,7 @@ static Microsoft.Maui.Platform.TextViewExtensions.UpdateCharacterSpacing(this UI
static Microsoft.Maui.Platform.TextViewExtensions.UpdateCursorPosition(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateFont(this UIKit.UITextView! textView, Microsoft.Maui.ITextStyle! textStyle, Microsoft.Maui.IFontManager! fontManager) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateHorizontalTextAlignment(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
+static Microsoft.Maui.Platform.TextViewExtensions.UpdateIsEnabled(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateIsReadOnly(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateIsTextPredictionEnabled(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
static Microsoft.Maui.Platform.TextViewExtensions.UpdateKeyboard(this UIKit.UITextView! textView, Microsoft.Maui.IEditor! editor) -> void
@@ -2795,7 +2925,7 @@ static Microsoft.Maui.Platform.ViewExtensions.ToHandler(this Microsoft.Maui.IVie
static Microsoft.Maui.Platform.ViewExtensions.Unfocus(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateAutomationId(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Microsoft.Maui.Platform.ContentView! platformView, Microsoft.Maui.IBorderStroke! border) -> void
-static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this UIKit.UIView! platformView, Microsoft.Maui.Graphics.Paint? paint) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this UIKit.UIView! platformView, Microsoft.Maui.Graphics.Paint? paint, Microsoft.Maui.IButtonStroke? stroke = null) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackgroundImageSourceAsync(this UIKit.UIView! platformView, Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IImageSourceServiceProvider? provider) -> System.Threading.Tasks.Task!
static Microsoft.Maui.Platform.ViewExtensions.UpdateBackgroundLayerFrame(this UIKit.UIView! view) -> void
@@ -2813,6 +2943,7 @@ static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumHeight(this UIKit.UIV
static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumWidth(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateShadow(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateToolTip(this UIKit.UIView! platformView, Microsoft.Maui.ToolTip? tooltip) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this UIKit.UIView! platformView, Microsoft.Maui.Visibility visibility) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateWidth(this UIKit.UIView! platformView, Microsoft.Maui.IView! view) -> void
@@ -2824,6 +2955,12 @@ static Microsoft.Maui.Platform.WebViewExtensions.UpdateReload(this WebKit.WKWebV
static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this WebKit.WKWebView! platformWebView, Microsoft.Maui.IWebView! webView, Microsoft.Maui.IWebViewDelegate? webViewDelegate) -> void
static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this WebKit.WKWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Platform.WindowExtensions.GetDisplayDensity(this UIKit.UIWindow! uiWindow) -> float
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumHeight(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumSize(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumWidth(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumHeight(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumSize(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumWidth(this UIKit.UIWindow! platformWindow, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Primitives.Dimension.IsExplicitSet(double value) -> bool
static Microsoft.Maui.Primitives.Dimension.IsMaximumSet(double value) -> bool
static Microsoft.Maui.Primitives.Dimension.IsMinimumSet(double value) -> bool
@@ -2903,6 +3040,7 @@ virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.Connect
virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.DisconnectHandler(TPlatformView! platformView) -> void
virtual Microsoft.Maui.Handlers.ViewHandler<TVirtualView, TPlatformView>.SetVirtualView(Microsoft.Maui.IView! view) -> void
virtual Microsoft.Maui.Handlers.WebViewHandler.MinimumSize.get -> float
+virtual Microsoft.Maui.MauiUIApplicationDelegate.ApplicationSignificantTimeChange(UIKit.UIApplication! application) -> void
virtual Microsoft.Maui.MauiUIApplicationDelegate.ContinueUserActivity(UIKit.UIApplication! application, Foundation.NSUserActivity! userActivity, UIKit.UIApplicationRestorationHandler! completionHandler) -> bool
virtual Microsoft.Maui.MauiUIApplicationDelegate.DidEnterBackground(UIKit.UIApplication! application) -> void
virtual Microsoft.Maui.MauiUIApplicationDelegate.FinishedLaunching(UIKit.UIApplication! application, Foundation.NSDictionary! launchOptions) -> bool
@@ -2916,9 +3054,20 @@ virtual Microsoft.Maui.MauiUIApplicationDelegate.WillFinishLaunching(UIKit.UIApp
virtual Microsoft.Maui.MauiUIApplicationDelegate.WillTerminate(UIKit.UIApplication! application) -> void
virtual Microsoft.Maui.MauiUIApplicationDelegate.Window.get -> UIKit.UIWindow?
virtual Microsoft.Maui.MauiUIApplicationDelegate.Window.set -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.ContinueUserActivity(UIKit.UIScene! scene, Foundation.NSUserActivity! userActivity) -> bool
virtual Microsoft.Maui.MauiUISceneDelegate.DidDisconnect(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidEnterBackground(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidFailToContinueUserActivity(UIKit.UIScene! scene, string! userActivityType, Foundation.NSError! error) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidUpdateCoordinateSpace(UIKit.UIWindowScene! windowScene, UIKit.IUICoordinateSpace! previousCoordinateSpace, UIKit.UIInterfaceOrientation previousInterfaceOrientation, UIKit.UITraitCollection! previousTraitCollection) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.DidUpdateUserActivity(UIKit.UIScene! scene, Foundation.NSUserActivity! userActivity) -> void
virtual Microsoft.Maui.MauiUISceneDelegate.GetStateRestorationActivity(UIKit.UIScene! scene) -> Foundation.NSUserActivity?
+virtual Microsoft.Maui.MauiUISceneDelegate.OnActivated(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.OnResignActivation(UIKit.UIScene! scene) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.OpenUrl(UIKit.UIScene! scene, Foundation.NSSet<UIKit.UIOpenUrlContext!>! urlContexts) -> bool
+virtual Microsoft.Maui.MauiUISceneDelegate.RestoreInteractionState(UIKit.UIScene! scene, Foundation.NSUserActivity! stateRestorationActivity) -> void
virtual Microsoft.Maui.MauiUISceneDelegate.WillConnect(UIKit.UIScene! scene, UIKit.UISceneSession! session, UIKit.UISceneConnectionOptions! connectionOptions) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.WillContinueUserActivity(UIKit.UIScene! scene, string! userActivityType) -> void
+virtual Microsoft.Maui.MauiUISceneDelegate.WillEnterForeground(UIKit.UIScene! scene) -> void
virtual Microsoft.Maui.MauiUISceneDelegate.Window.get -> UIKit.UIWindow?
virtual Microsoft.Maui.MauiUISceneDelegate.Window.set -> void
virtual Microsoft.Maui.Platform.ContainerViewController.CreatePlatformView(Microsoft.Maui.IElement! view) -> UIKit.UIView!
diff --git a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
index 581bf07f8..4531a7bdd 100644
--- a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
@@ -1,4 +1,3 @@
-
#nullable enable
~override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool
~override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool
@@ -361,31 +360,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -398,12 +409,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -450,11 +465,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> Tizen.UIExtensions.NUI
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -470,9 +487,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -485,7 +512,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> Microsoft.Mau
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry!
@@ -543,7 +571,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> Tizen.NUI.Window!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -585,8 +614,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -602,65 +641,82 @@ Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> Tizen.UIExtensions.NUI.Entry?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Tizen.NUI.BaseComponents.View?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -683,8 +739,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -774,6 +830,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -819,6 +877,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -956,7 +1015,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1131,6 +1192,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1180,7 +1243,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1237,12 +1299,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1697,11 +1768,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1818,6 +1889,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.GetImageAsync(Microsoft.Maui.IUriImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.IImageSourceServiceResult<Microsoft.Maui.Platform.MauiImageSource!>?>!
Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void
@@ -1919,7 +1994,6 @@ override Microsoft.Maui.GridLength.ToString() -> string!
override Microsoft.Maui.Handlers.ActivityIndicatorHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator!
override Microsoft.Maui.Handlers.ApplicationHandler.CreatePlatformElement() -> Tizen.Applications.CoreApplication!
override Microsoft.Maui.Handlers.BorderHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup!
-override Microsoft.Maui.Handlers.BorderHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
override Microsoft.Maui.Handlers.BorderHandler.SetupContainer() -> void
override Microsoft.Maui.Handlers.BorderHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void
override Microsoft.Maui.Handlers.ButtonHandler.ConnectHandler(Tizen.UIExtensions.NUI.Button! platformView) -> void
@@ -1961,7 +2035,9 @@ override Microsoft.Maui.Handlers.LayoutHandler.NeedsContainer.get -> bool
override Microsoft.Maui.Handlers.LayoutHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> Tizen.NUI.BaseComponents.View!
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> Tizen.NUI.BaseComponents.View!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> Tizen.NUI.BaseComponents.View!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> Tizen.NUI.BaseComponents.View!
override Microsoft.Maui.Handlers.NavigationViewHandler.ConnectHandler(Microsoft.Maui.Platform.StackNavigationManager! platformView) -> void
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.StackNavigationManager!
@@ -2271,8 +2347,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2415,6 +2499,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2436,6 +2521,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapToolbar(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2456,10 +2542,14 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapReload(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapToolbar(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2505,7 +2595,6 @@ static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourc
static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPicker! picker) -> string![]!
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2522,7 +2611,6 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
@@ -2711,6 +2799,7 @@ static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this Tizen.NUI.BaseC
static Microsoft.Maui.Platform.ViewExtensions.UpdateSemantics(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateShadow(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateSize(Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateToolTip(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.ToolTip? tooltip) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateWidth(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.WebViewExtensions.EvaluateJavaScript(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.EvaluateJavaScriptAsyncRequest! request) -> void
diff --git a/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
index 2bc2b42d4..257f21513 100644
--- a/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
@@ -384,31 +384,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -421,12 +433,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Microsoft.UI.Xaml.Controls.ProgressRing!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -473,11 +489,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> Microsoft.UI.Xaml.Cont
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -493,9 +511,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> Microsoft.UI.Xaml.Controls.MenuBarItem!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> Microsoft.UI.Xaml.Controls.MenuFlyout!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> Microsoft.UI.Xaml.Controls.MenuFlyoutItem!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> Microsoft.UI.Xaml.Controls.MenuFlyoutSeparator!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -508,7 +536,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> Microsoft.UI.
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Microsoft.UI.Xaml.Controls.ComboBox!
@@ -566,7 +595,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> Microsoft.UI.Xaml.Win
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -608,8 +638,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -625,7 +665,8 @@ Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.LaunchArgs.get -> Microsoft.UI.Xaml.LaunchActivatedEventArgs?
Microsoft.Maui.Handlers.OpenWindowRequest.LaunchArgs.init -> void
@@ -634,57 +675,73 @@ Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersisted
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> Microsoft.UI.Xaml.Controls.AutoSuggestBox?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Microsoft.UI.Xaml.FrameworkElement?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -701,8 +758,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -792,6 +849,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -837,6 +896,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -975,7 +1035,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1150,6 +1212,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1199,7 +1263,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1256,12 +1319,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1440,7 +1512,7 @@ Microsoft.Maui.MauiWinUIApplication.Services.get -> System.IServiceProvider!
Microsoft.Maui.MauiWinUIApplication.Services.set -> void
Microsoft.Maui.MauiWinUIWindow
Microsoft.Maui.MauiWinUIWindow.MauiWinUIWindow() -> void
-Microsoft.Maui.MauiWinUIWindow.WindowHandle.get -> System.IntPtr
+Microsoft.Maui.MauiWinUIWindow.WindowHandle.get -> nint
Microsoft.Maui.MissingMapperAttribute
Microsoft.Maui.MissingMapperAttribute.Description.get -> string?
Microsoft.Maui.MissingMapperAttribute.Description.set -> void
@@ -1601,14 +1673,14 @@ Microsoft.Maui.Platform.WindowRootView.BackRequested -> Windows.Foundation.Typed
Microsoft.Maui.Platform.WindowRootView.NavigationViewControl.get -> Microsoft.Maui.Platform.RootNavigationView?
Microsoft.Maui.Platform.WindowRootView.WindowRootView() -> void
Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs
-Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.Hwnd.get -> System.IntPtr
-Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.LParam.get -> System.IntPtr
+Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.Hwnd.get -> nint
+Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.LParam.get -> nint
Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.MessageId.get -> uint
-Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.WindowsPlatformMessageEventArgs(System.IntPtr hwnd, uint messageId, System.IntPtr wParam, System.IntPtr lParam) -> void
-Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.WParam.get -> System.IntPtr
+Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.WindowsPlatformMessageEventArgs(nint hwnd, uint messageId, nint wParam, nint lParam) -> void
+Microsoft.Maui.Platform.WindowsPlatformMessageEventArgs.WParam.get -> nint
Microsoft.Maui.Platform.WindowsPlatformWindowSubclassedEventArgs
-Microsoft.Maui.Platform.WindowsPlatformWindowSubclassedEventArgs.Hwnd.get -> System.IntPtr
-Microsoft.Maui.Platform.WindowsPlatformWindowSubclassedEventArgs.WindowsPlatformWindowSubclassedEventArgs(System.IntPtr hwnd) -> void
+Microsoft.Maui.Platform.WindowsPlatformWindowSubclassedEventArgs.Hwnd.get -> nint
+Microsoft.Maui.Platform.WindowsPlatformWindowSubclassedEventArgs.WindowsPlatformWindowSubclassedEventArgs(nint hwnd) -> void
Microsoft.Maui.Platform.WrapperView
Microsoft.Maui.Platform.WrapperView.Border.get -> Microsoft.Maui.IBorderStroke?
Microsoft.Maui.Platform.WrapperView.Border.set -> void
@@ -1679,11 +1751,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1800,6 +1872,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.GetImageSourceAsync(Microsoft.Maui.IUriImageSource! imageSource, float scale = 1, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.IImageSourceServiceResult<Microsoft.UI.Xaml.Media.ImageSource!>?>!
Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void
@@ -1946,9 +2022,12 @@ override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> Micro
override Microsoft.Maui.Handlers.MenuBarHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> Microsoft.UI.Xaml.Controls.MenuBarItem!
override Microsoft.Maui.Handlers.MenuBarItemHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> Microsoft.UI.Xaml.Controls.MenuFlyout!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.ConnectHandler(Microsoft.UI.Xaml.Controls.MenuFlyoutItem! PlatformView) -> void
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> Microsoft.UI.Xaml.Controls.MenuFlyoutItem!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.DisconnectHandler(Microsoft.UI.Xaml.Controls.MenuFlyoutItem! PlatformView) -> void
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> Microsoft.UI.Xaml.Controls.MenuFlyoutSeparator!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.ConnectHandler(Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem! PlatformView) -> void
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.DisconnectHandler(Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem! PlatformView) -> void
@@ -2266,11 +2345,19 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapIsEnabled(Microsoft.Maui.Ha
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapText(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! view) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MapIsEnabled(Microsoft.Maui.Handlers.IMenuFlyoutItemHandler! handler, Microsoft.Maui.IMenuFlyoutItem! view) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MapSource(Microsoft.Maui.Handlers.IMenuFlyoutItemHandler! handler, Microsoft.Maui.IMenuFlyoutItem! view) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MapText(Microsoft.Maui.Handlers.IMenuFlyoutItemHandler! handler, Microsoft.Maui.IMenuFlyoutItem! view) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2413,6 +2500,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2434,6 +2522,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapToolbar(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2455,11 +2544,19 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapFlowDirection(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMaximumHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMaximumWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapMenuBar(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMinimumHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapMinimumWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapToolbar(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2505,7 +2602,6 @@ static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourc
static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPicker! picker) -> string![]!
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2522,7 +2618,6 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
@@ -2760,6 +2855,7 @@ static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumWidth(this Microsoft.
static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateSemantics(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateShadow(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Platform.ViewExtensions.UpdateToolTip(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.ToolTip? tooltip) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateVisibility(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.ViewExtensions.UpdateWidth(this Microsoft.UI.Xaml.FrameworkElement! platformView, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Platform.WebViewExtensions.Eval(this Microsoft.UI.Xaml.Controls.WebView2! platformWebView, Microsoft.Maui.IWebView! webView, string! script) -> void
@@ -2772,8 +2868,20 @@ static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this Microsoft.UI.
static Microsoft.Maui.Platform.WindowExtensions.GetAppWindow(this Microsoft.UI.Xaml.Window! platformWindow) -> Microsoft.UI.Windowing.AppWindow?
static Microsoft.Maui.Platform.WindowExtensions.GetDisplayDensity(this Microsoft.UI.Xaml.Window! platformWindow) -> float
static Microsoft.Maui.Platform.WindowExtensions.GetWindow(this Microsoft.UI.Xaml.Window! platformWindow) -> Microsoft.Maui.IWindow?
-static Microsoft.Maui.Platform.WindowExtensions.GetWindowHandle(this Microsoft.UI.Xaml.Window! platformWindow) -> System.IntPtr
+static Microsoft.Maui.Platform.WindowExtensions.GetWindowHandle(this Microsoft.UI.Xaml.Window! platformWindow) -> nint
+static Microsoft.Maui.Platform.WindowExtensions.UpdateHeight(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumHeight(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumSize(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMaximumWidth(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumHeight(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumSize(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateMinimumWidth(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdatePosition(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateSize(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Platform.WindowExtensions.UpdateTitle(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateWidth(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateX(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Platform.WindowExtensions.UpdateY(this Microsoft.UI.Xaml.Window! platformWindow, Microsoft.Maui.IWindow! window) -> void
static Microsoft.Maui.Primitives.Dimension.IsExplicitSet(double value) -> bool
static Microsoft.Maui.Primitives.Dimension.IsMaximumSet(double value) -> bool
static Microsoft.Maui.Primitives.Dimension.IsMinimumSet(double value) -> bool
diff --git a/src/Core/src/PublicAPI/net/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net/PublicAPI.Shipped.txt
index 7528d10c5..35fcb9dbb 100644
--- a/src/Core/src/PublicAPI/net/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/net/PublicAPI.Shipped.txt
@@ -351,31 +351,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -388,12 +400,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -440,11 +456,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -460,9 +478,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -475,7 +503,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> object!
@@ -533,7 +562,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! view) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -575,8 +605,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -592,65 +632,82 @@ Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> object?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> object?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -667,8 +724,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -758,6 +815,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -803,6 +862,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -937,7 +997,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1109,6 +1171,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1158,7 +1222,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1215,12 +1278,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1476,11 +1548,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1596,6 +1668,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void
Microsoft.Maui.UriImageSourceService.UriImageSourceService(Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService!>? logger = null) -> void
@@ -1708,7 +1784,9 @@ override Microsoft.Maui.Handlers.LabelHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.LayoutHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.PickerHandler.CreatePlatformView() -> object!
@@ -1946,8 +2024,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2092,6 +2178,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2112,6 +2199,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2132,9 +2220,13 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapReload(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2180,7 +2272,6 @@ static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourc
static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPicker! picker) -> string![]!
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2197,7 +2288,6 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
diff --git a/src/Core/src/PublicAPI/netstandard/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
index 7528d10c5..35fcb9dbb 100644
--- a/src/Core/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
@@ -351,31 +351,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -388,12 +400,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -440,11 +456,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -460,9 +478,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -475,7 +503,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> object!
@@ -533,7 +562,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! view) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -575,8 +605,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -592,65 +632,82 @@ Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> object?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> object?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -667,8 +724,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -758,6 +815,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -803,6 +862,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -937,7 +997,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1109,6 +1171,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1158,7 +1222,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1215,12 +1278,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1476,11 +1548,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1596,6 +1668,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void
Microsoft.Maui.UriImageSourceService.UriImageSourceService(Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService!>? logger = null) -> void
@@ -1708,7 +1784,9 @@ override Microsoft.Maui.Handlers.LabelHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.LayoutHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.PickerHandler.CreatePlatformView() -> object!
@@ -1946,8 +2024,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2092,6 +2178,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2112,6 +2199,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2132,9 +2220,13 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapReload(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2180,7 +2272,6 @@ static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourc
static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPicker! picker) -> string![]!
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2197,7 +2288,6 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
diff --git a/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
index 397051be8..6d6cc35bb 100644
--- a/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
+++ b/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
@@ -351,31 +351,43 @@ Microsoft.Maui.GridUnitType.Auto = 2 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.GridUnitType.Star = 1 -> Microsoft.Maui.GridUnitType
Microsoft.Maui.Handlers.ActivityIndicatorHandler
Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler() -> void
-Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ApplicationHandler
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void
Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.BorderHandler
Microsoft.Maui.Handlers.BorderHandler.BorderHandler() -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler
Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void
-Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.CheckBoxHandler
Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> void
-Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ContentViewHandler
Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler() -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.init -> void
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
+Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.DatePickerHandler
Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> void
-Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.EditorHandler
Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void
-Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ElementHandler
Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.ElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext?
@@ -388,12 +400,16 @@ Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.PlatformView
Microsoft.Maui.Handlers.ElementHandler<TVirtualView, TPlatformView>.VirtualView.get -> TVirtualView!
Microsoft.Maui.Handlers.EntryHandler
Microsoft.Maui.Handlers.EntryHandler.EntryHandler() -> void
-Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.FlyoutViewHandler
Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.GraphicsViewHandler
Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler() -> void
-Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IActivityIndicatorHandler
Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator!
@@ -440,11 +456,13 @@ Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.ILabelHandler.VirtualView.get -> Microsoft.Maui.ILabel!
Microsoft.Maui.Handlers.ImageButtonHandler
Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler() -> void
-Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageButtonHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.ImageHandler
Microsoft.Maui.Handlers.ImageHandler.ImageHandler() -> void
-Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.IMenuBarHandler
Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void
@@ -460,9 +478,19 @@ Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMe
Microsoft.Maui.Handlers.IMenuBarItemHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IMenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuBarItemHandler.VirtualView.get -> Microsoft.Maui.IMenuBarItem!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.IMenuFlyoutHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyout!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.PlatformView.get -> object!
+Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSeparator!
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void
@@ -475,7 +503,8 @@ Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.INavigationViewHandler.VirtualView.get -> Microsoft.Maui.IStackNavigationView!
Microsoft.Maui.Handlers.IndicatorViewHandler
Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler() -> void
-Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.IPageHandler
Microsoft.Maui.Handlers.IPickerHandler
Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> object!
@@ -533,7 +562,8 @@ Microsoft.Maui.Handlers.IWindowHandler.PlatformView.get -> object!
Microsoft.Maui.Handlers.IWindowHandler.VirtualView.get -> Microsoft.Maui.IWindow!
Microsoft.Maui.Handlers.LabelHandler
Microsoft.Maui.Handlers.LabelHandler.LabelHandler() -> void
-Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.LayoutHandler
Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! view) -> void
Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void
@@ -575,8 +605,18 @@ Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.init -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuBarItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement!
Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.MenuElement.init -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.MenuFlyoutHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
+Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutItemHandler
Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler() -> void
+Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.MenuFlyoutSeparatorHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void
@@ -592,65 +632,82 @@ Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.init -> void
Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void
Microsoft.Maui.Handlers.NavigationViewHandler
Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler() -> void
-Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.OpenWindowRequest
Microsoft.Maui.Handlers.OpenWindowRequest.OpenWindowRequest(Microsoft.Maui.IPersistedState? State = null) -> void
Microsoft.Maui.Handlers.OpenWindowRequest.State.get -> Microsoft.Maui.IPersistedState?
Microsoft.Maui.Handlers.OpenWindowRequest.State.init -> void
Microsoft.Maui.Handlers.PageHandler
Microsoft.Maui.Handlers.PageHandler.PageHandler() -> void
-Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.PickerHandler
Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> void
-Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ProgressBarHandler
Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler() -> void
-Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RadioButtonHandler
Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> void
-Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.RefreshViewHandler
Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler() -> void
-Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ScrollViewHandler
Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void
-Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SearchBarHandler
Microsoft.Maui.Handlers.SearchBarHandler.QueryEditor.get -> object?
Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler() -> void
-Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ShapeViewHandler
Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> void
-Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SliderHandler
Microsoft.Maui.Handlers.SliderHandler.SliderHandler() -> void
-Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.StepperHandler
Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> void
-Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader!
Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeItemViewHandler
Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwipeViewHandler
Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler() -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.SwitchHandler
Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void
-Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TabbedViewHandler
Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.TimePickerHandler
Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void
-Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ToolbarHandler
Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Handlers.ViewHandler
Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> object?
Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool
@@ -667,8 +724,8 @@ Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler() -> void
Microsoft.Maui.Handlers.WebViewHandler.WebViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
Microsoft.Maui.Handlers.WindowHandler
Microsoft.Maui.Handlers.WindowHandler.WindowHandler() -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
-Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void
+Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void
Microsoft.Maui.Hosting.AppHostBuilderExtensions
Microsoft.Maui.Hosting.EssentialsExtensions
Microsoft.Maui.Hosting.FontCollectionExtensions
@@ -758,6 +815,8 @@ Microsoft.Maui.IContentView.Content.get -> object?
Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
Microsoft.Maui.IContentView.PresentedContent.get -> Microsoft.Maui.IView?
+Microsoft.Maui.IContextFlyoutElement
+Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout?
Microsoft.Maui.IDatePicker
Microsoft.Maui.IDatePicker.Date.get -> System.DateTime
Microsoft.Maui.IDatePicker.Date.set -> void
@@ -803,6 +862,7 @@ Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJust
Microsoft.Maui.IFlexLayout.Layout(double width, double height) -> void
Microsoft.Maui.IFlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition
Microsoft.Maui.IFlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap
+Microsoft.Maui.IFlyout
Microsoft.Maui.IFlyoutView
Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView!
Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView!
@@ -937,7 +997,9 @@ Microsoft.Maui.IMenuBarItem.Text.get -> string!
Microsoft.Maui.IMenuElement
Microsoft.Maui.IMenuElement.Clicked() -> void
Microsoft.Maui.IMenuElement.IsEnabled.get -> bool
+Microsoft.Maui.IMenuFlyout
Microsoft.Maui.IMenuFlyoutItem
+Microsoft.Maui.IMenuFlyoutSeparator
Microsoft.Maui.IMenuFlyoutSubItem
Microsoft.Maui.IPadding
Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness
@@ -1107,6 +1169,8 @@ Microsoft.Maui.IToolbar.IsVisible.set -> void
Microsoft.Maui.IToolbar.Title.get -> string!
Microsoft.Maui.IToolbarElement
Microsoft.Maui.IToolbarElement.Toolbar.get -> Microsoft.Maui.IToolbar?
+Microsoft.Maui.IToolTipElement
+Microsoft.Maui.IToolTipElement.ToolTip.get -> Microsoft.Maui.ToolTip?
Microsoft.Maui.ITransform
Microsoft.Maui.ITransform.AnchorX.get -> double
Microsoft.Maui.ITransform.AnchorY.get -> double
@@ -1156,7 +1220,6 @@ Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.La
Microsoft.Maui.IView.Visibility.get -> Microsoft.Maui.Visibility
Microsoft.Maui.IView.Width.get -> double
Microsoft.Maui.IView.ZIndex.get -> int
-Microsoft.Maui.IViewExtensions
Microsoft.Maui.IViewHandler
Microsoft.Maui.IViewHandler.ContainerView.get -> object?
Microsoft.Maui.IViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
@@ -1213,12 +1276,21 @@ Microsoft.Maui.IWindow.Deactivated() -> void
Microsoft.Maui.IWindow.Destroying() -> void
Microsoft.Maui.IWindow.DisplayDensityChanged(float displayDensity) -> void
Microsoft.Maui.IWindow.FlowDirection.get -> Microsoft.Maui.FlowDirection
+Microsoft.Maui.IWindow.FrameChanged(Microsoft.Maui.Graphics.Rect frame) -> void
+Microsoft.Maui.IWindow.Height.get -> double
+Microsoft.Maui.IWindow.MaximumHeight.get -> double
+Microsoft.Maui.IWindow.MaximumWidth.get -> double
+Microsoft.Maui.IWindow.MinimumHeight.get -> double
+Microsoft.Maui.IWindow.MinimumWidth.get -> double
Microsoft.Maui.IWindow.Overlays.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay!>!
Microsoft.Maui.IWindow.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool
Microsoft.Maui.IWindow.RequestDisplayDensity() -> float
Microsoft.Maui.IWindow.Resumed() -> void
Microsoft.Maui.IWindow.Stopped() -> void
Microsoft.Maui.IWindow.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay!
+Microsoft.Maui.IWindow.Width.get -> double
+Microsoft.Maui.IWindow.X.get -> double
+Microsoft.Maui.IWindow.Y.get -> double
Microsoft.Maui.IWindowOverlay
Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool
Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool
@@ -1474,11 +1546,11 @@ Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientat
Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation
Microsoft.Maui.ScrollToRequest
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double
-Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double
+Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void
Microsoft.Maui.ScrollToRequest.Instant.get -> bool
Microsoft.Maui.ScrollToRequest.Instant.init -> void
-Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void
+Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void
Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double
Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void
Microsoft.Maui.SemanticExtensions
@@ -1594,6 +1666,10 @@ Microsoft.Maui.Thickness.Thickness(double uniformSize) -> void
Microsoft.Maui.Thickness.Top.get -> double
Microsoft.Maui.Thickness.Top.set -> void
Microsoft.Maui.Thickness.VerticalThickness.get -> double
+Microsoft.Maui.ToolTip
+Microsoft.Maui.ToolTip.Content.get -> object?
+Microsoft.Maui.ToolTip.Content.set -> void
+Microsoft.Maui.ToolTip.ToolTip() -> void
Microsoft.Maui.UriImageSourceService
Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void
Microsoft.Maui.UriImageSourceService.UriImageSourceService(Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService!>? logger = null) -> void
@@ -1706,7 +1782,9 @@ override Microsoft.Maui.Handlers.LabelHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.LayoutHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.MenuBarHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuBarItemHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Handlers.MenuFlyoutHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CreatePlatformElement() -> object!
+override Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CreatePlatformElement() -> object!
override Microsoft.Maui.Handlers.NavigationViewHandler.CreatePlatformView() -> object!
override Microsoft.Maui.Handlers.PickerHandler.CreatePlatformView() -> object!
@@ -1944,8 +2022,16 @@ static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handle
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuBarItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuBarItem!, Microsoft.Maui.Handlers.IMenuBarItemHandler!>!
static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyout!, Microsoft.Maui.Handlers.IMenuFlyoutHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutHandler! handler, Microsoft.Maui.IMenuFlyout! menuElement, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutItem!, Microsoft.Maui.Handlers.IMenuFlyoutItemHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
+static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IMenuFlyoutSeparator!, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IMenuFlyoutSubItem!, Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler!>!
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void
@@ -2090,6 +2176,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHan
static Microsoft.Maui.Handlers.ViewHandler.MapBorderView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapClip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapContainerView(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFlowDirection(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapFrame(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2110,6 +2197,7 @@ static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler
static Microsoft.Maui.Handlers.ViewHandler.MapScaleY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapSemantics(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapShadow(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
+static Microsoft.Maui.Handlers.ViewHandler.MapToolTip(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapTranslationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void
static Microsoft.Maui.Handlers.ViewHandler.MapUnfocus(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void
@@ -2130,9 +2218,13 @@ static Microsoft.Maui.Handlers.WebViewHandler.MapReload(Microsoft.Maui.Handlers.
static Microsoft.Maui.Handlers.WebViewHandler.MapSource(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView) -> void
static Microsoft.Maui.Handlers.WindowHandler.CommandMapper -> Microsoft.Maui.CommandMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapHeight(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper<Microsoft.Maui.IWindow!, Microsoft.Maui.Handlers.IWindowHandler!>!
static Microsoft.Maui.Handlers.WindowHandler.MapRequestDisplayDensity(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window, object? args) -> void
static Microsoft.Maui.Handlers.WindowHandler.MapTitle(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapWidth(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapX(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
+static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! view) -> void
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureAnimations(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureDispatching(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder!
static Microsoft.Maui.Hosting.EssentialsExtensions.AddAppAction(this Microsoft.Maui.Hosting.IEssentialsBuilder! essentials, string! id, string! title, string? subtitle = null, string? icon = null) -> Microsoft.Maui.Hosting.IEssentialsBuilder!
@@ -2178,7 +2270,6 @@ static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourc
static Microsoft.Maui.IPickerExtension.GetItemsAsArray(this Microsoft.Maui.IPicker! picker) -> string![]!
static Microsoft.Maui.IPickerExtension.GetItemsAsList(this Microsoft.Maui.IPicker! picker) -> System.Collections.Generic.List<string!>!
static Microsoft.Maui.ITextInputExtensions.UpdateText(this Microsoft.Maui.ITextInput! textInput, string? text) -> void
-static Microsoft.Maui.IViewExtensions.GetEffectiveFlowDirection(this Microsoft.Maui.IView! view) -> Microsoft.Maui.FlowDirection
static Microsoft.Maui.Keyboard.Chat.get -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Create(Microsoft.Maui.KeyboardFlags flags) -> Microsoft.Maui.Keyboard!
static Microsoft.Maui.Keyboard.Default.get -> Microsoft.Maui.Keyboard!
@@ -2195,7 +2286,6 @@ static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft
static Microsoft.Maui.Layouts.LayoutExtensions.ComputeFrame(this Microsoft.Maui.IView! view, Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Rect
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
static Microsoft.Maui.Layouts.LayoutExtensions.MeasureContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Thickness inset, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
-static Microsoft.Maui.Layouts.LayoutExtensions.ShouldArrangeLeftToRight(this Microsoft.Maui.IView! view) -> bool
static Microsoft.Maui.Layouts.LayoutManager.ResolveConstraints(double externalConstraint, double explicitLength, double measuredLength, double min = 0, double max = Infinity) -> double
static Microsoft.Maui.Layouts.StackLayoutManager.MeasureSpacing(double spacing, int childCount) -> double
static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, System.Action! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder!
diff --git a/src/Essentials/src/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net-android/PublicAPI.Shipped.txt
index 4d9ec644b..550894fd9 100644
--- a/src/Essentials/src/PublicAPI/net-android/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/net-android/PublicAPI.Shipped.txt
@@ -32,6 +32,9 @@
~Microsoft.Maui.ApplicationModel.MapLaunchOptions.Name.get -> string
~Microsoft.Maui.ApplicationModel.MapLaunchOptions.Name.set -> void
~Microsoft.Maui.ApplicationModel.PermissionException.PermissionException(string message) -> void
+~Microsoft.Maui.ApplicationModel.Permissions.PermissionResult.GrantResults.get -> Android.Content.PM.Permission[]
+~Microsoft.Maui.ApplicationModel.Permissions.PermissionResult.PermissionResult(string[] permissions, Android.Content.PM.Permission[] grantResults) -> void
+~Microsoft.Maui.ApplicationModel.Permissions.PermissionResult.Permissions.get -> string[]
~Microsoft.Maui.Authentication.WebAuthenticatorResult.AccessToken.get -> string
~Microsoft.Maui.Authentication.WebAuthenticatorResult.Get(string key) -> string
~Microsoft.Maui.Authentication.WebAuthenticatorResult.IdToken.get -> string
@@ -81,8 +84,9 @@
~override Microsoft.Maui.ApplicationModel.Permissions.ContactsRead.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
~override Microsoft.Maui.ApplicationModel.Permissions.ContactsWrite.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
~override Microsoft.Maui.ApplicationModel.Permissions.Flashlight.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
+~override Microsoft.Maui.ApplicationModel.Permissions.LocationAlways.RequestAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
~override Microsoft.Maui.ApplicationModel.Permissions.LocationAlways.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
-~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
+~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.RequestAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
~override Microsoft.Maui.ApplicationModel.Permissions.Microphone.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
~override Microsoft.Maui.ApplicationModel.Permissions.NetworkState.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
@@ -101,6 +105,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -119,6 +124,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -126,6 +133,7 @@
~static Microsoft.Maui.Devices.Sensors.PlacemarkExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Placemark placemark, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
~static Microsoft.Maui.Devices.Sensors.PlacemarkExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Placemark placemark) -> System.Threading.Tasks.Task
~virtual Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission.DoCheck(string androidPermission) -> Microsoft.Maui.ApplicationModel.PermissionStatus
+~virtual Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission.DoRequest(string[] permissions) -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.Permissions.PermissionResult>
~virtual Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission.RequiredPermissions.get -> (string androidPermission, bool isRuntime)[]
abstract Microsoft.Maui.ApplicationModel.Permissions.BasePermission.EnsureDeclared() -> void
abstract Microsoft.Maui.ApplicationModel.Permissions.BasePermission.ShouldShowRationale() -> bool
@@ -414,6 +422,7 @@ Microsoft.Maui.ApplicationModel.Permissions.Microphone
Microsoft.Maui.ApplicationModel.Permissions.Microphone.Microphone() -> void
Microsoft.Maui.ApplicationModel.Permissions.NetworkState
Microsoft.Maui.ApplicationModel.Permissions.NetworkState.NetworkState() -> void
+Microsoft.Maui.ApplicationModel.Permissions.PermissionResult
Microsoft.Maui.ApplicationModel.Permissions.Phone
Microsoft.Maui.ApplicationModel.Permissions.Phone.Phone() -> void
Microsoft.Maui.ApplicationModel.Permissions.Photos
@@ -899,6 +908,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
diff --git a/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
index 86c4e785f..50e063865 100644
--- a/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Shipped.txt
@@ -122,6 +122,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -140,6 +141,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -767,6 +770,7 @@ Microsoft.Maui.Media.IMediaPicker.IsCaptureSupported.get -> bool
Microsoft.Maui.Media.IMediaPicker.PickPhotoAsync(Microsoft.Maui.Media.MediaPickerOptions? options = null) -> System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult!>!
Microsoft.Maui.Media.IMediaPicker.PickVideoAsync(Microsoft.Maui.Media.MediaPickerOptions? options = null) -> System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult!>!
Microsoft.Maui.Media.IPlatformScreenshot
+Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIView! view) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIWindow! window) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult!>!
Microsoft.Maui.Media.IScreenshot
@@ -902,6 +906,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
@@ -1163,6 +1168,7 @@ static Microsoft.Maui.Media.MediaPicker.PickVideoAsync(Microsoft.Maui.Media.Medi
static Microsoft.Maui.Media.Screenshot.CaptureAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult!>!
static Microsoft.Maui.Media.Screenshot.Default.get -> Microsoft.Maui.Media.IScreenshot!
static Microsoft.Maui.Media.Screenshot.IsCaptureSupported.get -> bool
+static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIView! view) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIWindow! window) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult!>!
static Microsoft.Maui.Media.TextToSpeech.Default.get -> Microsoft.Maui.Media.ITextToSpeech!
diff --git a/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
index 86c4e785f..50e063865 100644
--- a/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt
@@ -122,6 +122,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -140,6 +141,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -767,6 +770,7 @@ Microsoft.Maui.Media.IMediaPicker.IsCaptureSupported.get -> bool
Microsoft.Maui.Media.IMediaPicker.PickPhotoAsync(Microsoft.Maui.Media.MediaPickerOptions? options = null) -> System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult!>!
Microsoft.Maui.Media.IMediaPicker.PickVideoAsync(Microsoft.Maui.Media.MediaPickerOptions? options = null) -> System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult!>!
Microsoft.Maui.Media.IPlatformScreenshot
+Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIView! view) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIWindow! window) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult!>!
Microsoft.Maui.Media.IScreenshot
@@ -902,6 +906,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
@@ -1163,6 +1168,7 @@ static Microsoft.Maui.Media.MediaPicker.PickVideoAsync(Microsoft.Maui.Media.Medi
static Microsoft.Maui.Media.Screenshot.CaptureAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult!>!
static Microsoft.Maui.Media.Screenshot.Default.get -> Microsoft.Maui.Media.IScreenshot!
static Microsoft.Maui.Media.Screenshot.IsCaptureSupported.get -> bool
+static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIView! view) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIWindow! window) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult!>!
static Microsoft.Maui.Media.TextToSpeech.Default.get -> Microsoft.Maui.Media.ITextToSpeech!
diff --git a/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
index bd492f710..76586873a 100644
--- a/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt
@@ -93,6 +93,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -111,6 +112,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -861,6 +864,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
diff --git a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
index 384a306a9..095120aa2 100644
--- a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt
@@ -73,17 +73,10 @@
~override Microsoft.Maui.ApplicationModel.Communication.ContactPhone.ToString() -> string
~override Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
~override Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission.RequestAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
-~override Microsoft.Maui.ApplicationModel.Permissions.CalendarRead.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
-~override Microsoft.Maui.ApplicationModel.Permissions.CalendarWrite.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
~override Microsoft.Maui.ApplicationModel.Permissions.ContactsRead.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
-~override Microsoft.Maui.ApplicationModel.Permissions.ContactsRead.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
~override Microsoft.Maui.ApplicationModel.Permissions.ContactsWrite.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
-~override Microsoft.Maui.ApplicationModel.Permissions.ContactsWrite.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
~override Microsoft.Maui.ApplicationModel.Permissions.LocationAlways.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
-~override Microsoft.Maui.ApplicationModel.Permissions.LocationAlways.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
-~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
-~override Microsoft.Maui.ApplicationModel.Permissions.Microphone.RequiredDeclarations.get -> System.Func<System.Collections.Generic.IEnumerable<string>>
~override Microsoft.Maui.ApplicationModel.Permissions.Sensors.CheckStatusAsync() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>
~override Microsoft.Maui.Devices.DeviceIdiom.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DeviceIdiom.ToString() -> string
@@ -92,6 +85,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -110,6 +104,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -322,10 +318,8 @@ Microsoft.Maui.ApplicationModel.IVersionTracking.Track() -> void
Microsoft.Maui.ApplicationModel.IVersionTracking.VersionHistory.get -> System.Collections.Generic.IReadOnlyList<string!>!
Microsoft.Maui.ApplicationModel.IWindowStateManager
Microsoft.Maui.ApplicationModel.IWindowStateManager.ActiveWindowChanged -> System.EventHandler!
-Microsoft.Maui.ApplicationModel.IWindowStateManager.ActiveWindowDisplayChanged -> System.EventHandler!
Microsoft.Maui.ApplicationModel.IWindowStateManager.GetActiveWindow() -> Microsoft.UI.Xaml.Window?
Microsoft.Maui.ApplicationModel.IWindowStateManager.OnActivated(Microsoft.UI.Xaml.Window! window, Microsoft.UI.Xaml.WindowActivatedEventArgs! args) -> void
-Microsoft.Maui.ApplicationModel.IWindowStateManager.OnWindowMessage(System.IntPtr hWnd, uint msg, System.IntPtr wParam, System.IntPtr lParam) -> void
Microsoft.Maui.ApplicationModel.Launcher
Microsoft.Maui.ApplicationModel.LauncherExtensions
Microsoft.Maui.ApplicationModel.LayoutDirection
@@ -868,6 +862,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
@@ -972,7 +967,6 @@ static Microsoft.Maui.ApplicationModel.Platform.MapServiceToken.get -> string?
static Microsoft.Maui.ApplicationModel.Platform.MapServiceToken.set -> void
static Microsoft.Maui.ApplicationModel.Platform.OnActivated(Microsoft.UI.Xaml.Window! window, Microsoft.UI.Xaml.WindowActivatedEventArgs! args) -> void
static Microsoft.Maui.ApplicationModel.Platform.OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs! e) -> void
-static Microsoft.Maui.ApplicationModel.Platform.OnWindowMessage(System.IntPtr hWnd, uint msg, System.IntPtr wParam, System.IntPtr lParam) -> void
static Microsoft.Maui.ApplicationModel.VersionTracking.BuildHistory.get -> System.Collections.Generic.IEnumerable<string!>!
static Microsoft.Maui.ApplicationModel.VersionTracking.CurrentBuild.get -> string!
static Microsoft.Maui.ApplicationModel.VersionTracking.CurrentVersion.get -> string!
diff --git a/src/Essentials/src/PublicAPI/net/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net/PublicAPI.Shipped.txt
index 5ccc1bb27..b92e8889b 100644
--- a/src/Essentials/src/PublicAPI/net/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/net/PublicAPI.Shipped.txt
@@ -80,6 +80,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -97,6 +98,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -842,6 +845,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
diff --git a/src/Essentials/src/PublicAPI/netstandard/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
index 5ccc1bb27..b92e8889b 100644
--- a/src/Essentials/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
+++ b/src/Essentials/src/PublicAPI/netstandard/PublicAPI.Shipped.txt
@@ -80,6 +80,7 @@
~override Microsoft.Maui.Devices.DisplayInfo.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.DisplayInfo.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.GeolocationRequest.ToString() -> string
+~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool
~override Microsoft.Maui.Devices.Sensors.Location.ToString() -> string
~override Microsoft.Maui.Devices.Sensors.Placemark.ToString() -> string
~override Microsoft.Maui.Networking.ConnectivityChangedEventArgs.ToString() -> string
@@ -97,6 +98,8 @@
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(double latitudeStart, double longitudeStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.Location.CalculateDistance(Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
+~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
+~static Microsoft.Maui.Devices.Sensors.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, double latitudeEnd, double longitudeEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.CalculateDistance(this Microsoft.Maui.Devices.Sensors.Location locationStart, Microsoft.Maui.Devices.Sensors.Location locationEnd, Microsoft.Maui.Devices.Sensors.DistanceUnits units) -> double
~static Microsoft.Maui.Devices.Sensors.LocationExtensions.OpenMapsAsync(this Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options) -> System.Threading.Tasks.Task
@@ -842,6 +845,7 @@ override Microsoft.Maui.Devices.Sensors.CompassData.ToString() -> string!
override Microsoft.Maui.Devices.Sensors.GyroscopeData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.GyroscopeData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.GyroscopeData.ToString() -> string!
+override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.Equals(object? obj) -> bool
override Microsoft.Maui.Devices.Sensors.MagnetometerData.GetHashCode() -> int
override Microsoft.Maui.Devices.Sensors.MagnetometerData.ToString() -> string!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment