From dcde143eedd783158c2dc2ea7dceddc6b4037735 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Tue, 31 May 2022 10:33:59 -0400 Subject: [PATCH 001/158] [workload] Remove Microsoft.Maui.Extensions pack (#5918) Reduces the number of nupkgs and msi files we produce and distribute by removing the Microsoft.Maui.Extensions library pack. Instead the packages are added via: -- ++ ++ ++ ++ So projects that only have `UseMauiEssentials` won't get these packages, the behavior should be the same, we just dropped 1 pack. --- Microsoft.Maui-mac.slnf | 1 - Microsoft.Maui.Packages-mac.slnf | 1 - Microsoft.Maui.Packages.slnf | 1 - Microsoft.Maui.sln | 7 ------ omnisharp.json | 1 - .../Microsoft.Maui.Extensions.csproj | 22 ------------------- .../Microsoft.Maui.Sdk.csproj | 12 ++++++++++ .../Sdk/BundledVersions.in.targets | 5 ++++- .../WorkloadManifest.in.json | 5 ----- src/Workload/README.md | 1 - 10 files changed, 16 insertions(+), 40 deletions(-) delete mode 100644 src/Workload/Microsoft.Maui.Extensions/Microsoft.Maui.Extensions.csproj diff --git a/Microsoft.Maui-mac.slnf b/Microsoft.Maui-mac.slnf index 03a00bfc0d4d..4e684a5e9643 100644 --- a/Microsoft.Maui-mac.slnf +++ b/Microsoft.Maui-mac.slnf @@ -57,7 +57,6 @@ "src\\Workload\\Microsoft.Maui.Dependencies\\Microsoft.Maui.Dependencies.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Ref\\Microsoft.Maui.Essentials.Ref.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Runtime\\Microsoft.Maui.Essentials.Runtime.csproj", - "src\\Workload\\Microsoft.Maui.Extensions\\Microsoft.Maui.Extensions.csproj", "src\\Workload\\Microsoft.Maui.Sdk\\Microsoft.Maui.Sdk.csproj", "src\\Workload\\Microsoft.NET.Sdk.Maui\\Microsoft.NET.Sdk.Maui.csproj" ] diff --git a/Microsoft.Maui.Packages-mac.slnf b/Microsoft.Maui.Packages-mac.slnf index 96593273106d..34849b233dac 100644 --- a/Microsoft.Maui.Packages-mac.slnf +++ b/Microsoft.Maui.Packages-mac.slnf @@ -23,7 +23,6 @@ "src\\Workload\\Microsoft.Maui.Dependencies\\Microsoft.Maui.Dependencies.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Ref\\Microsoft.Maui.Essentials.Ref.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Runtime\\Microsoft.Maui.Essentials.Runtime.csproj", - "src\\Workload\\Microsoft.Maui.Extensions\\Microsoft.Maui.Extensions.csproj", "src\\Workload\\Microsoft.NET.Sdk.Maui\\Microsoft.NET.Sdk.Maui.csproj" ] } diff --git a/Microsoft.Maui.Packages.slnf b/Microsoft.Maui.Packages.slnf index 89326db00df2..3fcc73150784 100644 --- a/Microsoft.Maui.Packages.slnf +++ b/Microsoft.Maui.Packages.slnf @@ -25,7 +25,6 @@ "src\\Workload\\Microsoft.Maui.Dependencies\\Microsoft.Maui.Dependencies.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Ref\\Microsoft.Maui.Essentials.Ref.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Runtime\\Microsoft.Maui.Essentials.Runtime.csproj", - "src\\Workload\\Microsoft.Maui.Extensions\\Microsoft.Maui.Extensions.csproj", "src\\Workload\\Microsoft.Maui.Resizetizer.Sdk\\Microsoft.Maui.Resizetizer.Sdk.csproj", "src\\Workload\\Microsoft.NET.Sdk.Maui\\Microsoft.NET.Sdk.Maui.csproj" ] diff --git a/Microsoft.Maui.sln b/Microsoft.Maui.sln index 7c95b5414f2a..d72c53c9d7ea 100644 --- a/Microsoft.Maui.sln +++ b/Microsoft.Maui.sln @@ -90,8 +90,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Resizetizer. EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.NET.Sdk.Maui", "src\Workload\Microsoft.NET.Sdk.Maui\Microsoft.NET.Sdk.Maui.csproj", "{081EE5E5-69D4-493C-9EB4-47423C4728AB}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Extensions", "src\Workload\Microsoft.Maui.Extensions\Microsoft.Maui.Extensions.csproj", "{6EDE0C1B-B718-4331-99BA-423042CDBE24}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtils.DeviceTests.Runners", "src\TestUtils\src\DeviceTests.Runners\TestUtils.DeviceTests.Runners.csproj", "{316C0861-069B-4572-879F-F01E568F33A2}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtils.DeviceTests.Runners.SourceGen", "src\TestUtils\src\DeviceTests.Runners.SourceGen\TestUtils.DeviceTests.Runners.SourceGen.csproj", "{E87D865B-4EA8-4A30-B6C1-572D2061D707}" @@ -326,10 +324,6 @@ Global {081EE5E5-69D4-493C-9EB4-47423C4728AB}.Debug|Any CPU.Build.0 = Debug|Any CPU {081EE5E5-69D4-493C-9EB4-47423C4728AB}.Release|Any CPU.ActiveCfg = Release|Any CPU {081EE5E5-69D4-493C-9EB4-47423C4728AB}.Release|Any CPU.Build.0 = Release|Any CPU - {6EDE0C1B-B718-4331-99BA-423042CDBE24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6EDE0C1B-B718-4331-99BA-423042CDBE24}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6EDE0C1B-B718-4331-99BA-423042CDBE24}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6EDE0C1B-B718-4331-99BA-423042CDBE24}.Release|Any CPU.Build.0 = Release|Any CPU {316C0861-069B-4572-879F-F01E568F33A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {316C0861-069B-4572-879F-F01E568F33A2}.Debug|Any CPU.Build.0 = Debug|Any CPU {316C0861-069B-4572-879F-F01E568F33A2}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -542,7 +536,6 @@ Global {C69336DF-EE56-4236-8188-06B2A8AD8A36} = {EC63FD88-5E12-46D7-B440-68F70241D987} {02414DF4-FBE9-400B-8F3F-40DDC7F8FEFC} = {EC63FD88-5E12-46D7-B440-68F70241D987} {081EE5E5-69D4-493C-9EB4-47423C4728AB} = {EC63FD88-5E12-46D7-B440-68F70241D987} - {6EDE0C1B-B718-4331-99BA-423042CDBE24} = {EC63FD88-5E12-46D7-B440-68F70241D987} {316C0861-069B-4572-879F-F01E568F33A2} = {7AC28763-9C68-4BF9-A1BA-25CBFFD2D15C} {E87D865B-4EA8-4A30-B6C1-572D2061D707} = {7AC28763-9C68-4BF9-A1BA-25CBFFD2D15C} {C60B92DA-96F2-41EF-8594-864164A82C6A} = {6998CAA1-11D4-46B2-B80F-0AC882F58124} diff --git a/omnisharp.json b/omnisharp.json index c11fac9281d9..e4b0a3cf074e 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -30,7 +30,6 @@ "src/Workload/Microsoft.Maui.Core.Runtime/Microsoft.Maui.Core.Runtime.csproj", "src/Workload/Microsoft.Maui.Essentials.Ref/Microsoft.Maui.Essentials.Ref.csproj", "src/Workload/Microsoft.Maui.Dependencies/Microsoft.Maui.Dependencies.csproj", - "src/Workload/Microsoft.Maui.Extensions/Microsoft.Maui.Extensions.csproj", "Microsoft.Maui.Packages.slnf", "Microsoft.Maui.Samples.slnf", diff --git a/src/Workload/Microsoft.Maui.Extensions/Microsoft.Maui.Extensions.csproj b/src/Workload/Microsoft.Maui.Extensions/Microsoft.Maui.Extensions.csproj deleted file mode 100644 index e903a1614672..000000000000 --- a/src/Workload/Microsoft.Maui.Extensions/Microsoft.Maui.Extensions.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - $(MSBuildProjectName) - Microsoft.Extensions dependencies for .NET MAUI - $(_MauiDotNetTfm);$(MauiPlatforms) - false - false - false - $(NoWarn);NU5128 - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj index 01794e7a3832..650bc50fbd1d 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj +++ b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj @@ -80,6 +80,18 @@ OldValue="@MicrosoftWindowsSDKBuildToolsPackageVersion@" NewValue="$(MicrosoftWindowsSDKBuildToolsPackageVersion)" /> + + pull dependencies from NuGet transitively --> - + + + + diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json index 2179b82d7cd5..28153a7a0360 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json @@ -29,7 +29,6 @@ "packs": [ "Microsoft.Maui.Dependencies", "Microsoft.Maui.Sdk", - "Microsoft.Maui.Extensions", "Microsoft.Maui.Graphics", "Microsoft.Maui.Resizetizer.Sdk", "Microsoft.Maui.Templates", @@ -275,10 +274,6 @@ "kind": "framework", "version": "@VERSION@" }, - "Microsoft.Maui.Extensions": { - "kind": "library", - "version": "@VERSION@" - }, "Microsoft.Maui.Graphics": { "kind": "library", "version": "@MAUI_GRAPHICS_VERSION@" diff --git a/src/Workload/README.md b/src/Workload/README.md index 66b291829c12..03ccd066c076 100644 --- a/src/Workload/README.md +++ b/src/Workload/README.md @@ -26,7 +26,6 @@ The idea, is a project to be able to set `$(UseMaui)`: * `Microsoft.Maui.Dependencies` * `Microsoft.Maui.Essentials.Ref.[platform]` * `Microsoft.Maui.Essentials.Runtime.[platform]` -* `Microsoft.Maui.Extensions` * `Microsoft.Maui.Templates` BlazorWebView is an addition to MAUI, project can currently opt into From 52e9b2703f427c25f17cd169c41e782f1be581e4 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 31 May 2022 13:55:26 -0500 Subject: [PATCH 002/158] [build] add `net7.0` branch triggers This way we get PR builds for the `net7.0` branch. --- eng/pipelines/handlers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index 29a9a93ac7ac..e32f6172ac0b 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -3,6 +3,7 @@ trigger: include: - main - release/* + - net7.0 - loc tags: include: @@ -26,6 +27,7 @@ pr: include: - main - release/* + - net7.0 paths: include: - '*' From 7592c42dd5e9ab9c4940df103be28682300679b1 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Fri, 3 Jun 2022 12:22:23 -0400 Subject: [PATCH 003/158] [build] Version .NET VS manifest file (#7704) As part of supporting .NET 6 projects with our .NET 7 workload, we will want to be able to insert both .NET 6 and .NET 7 workload packs into VS. Historically, we have replaced the [VS manifest file][0] every time we update our workload. For .NET 7 we will likely want two VS manifests side by side, one which contains our .NET 6 packs and one for .NET 7. Add a version to the .NET VS manifest file to support this potential side by side scenario. [0]: https://devdiv.visualstudio.com/DevDiv/_git/VS?path=/.corext/Configs/dotnet-workloads-components.json&version=GBmain&line=10&lineEnd=11&lineStartColumn=1&lineEndColumn=1&lineStyle=plain&_a=contents --- eng/automation/vs-workload.template.props | 2 +- .../Microsoft.NET.Sdk.Maui.csproj | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/eng/automation/vs-workload.template.props b/eng/automation/vs-workload.template.props index 5ba4c7388a2d..b0e4ba24b9de 100644 --- a/eng/automation/vs-workload.template.props +++ b/eng/automation/vs-workload.template.props @@ -1,7 +1,7 @@ - Microsoft.NET.Sdk.Maui.Workload + Microsoft.NET.Sdk.Maui.Workload.@VSMAN_VERSION@ @VS_COMPONENT_VERSION@ diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj index 82f0658110e5..b2f362c7e1e6 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj +++ b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj @@ -81,9 +81,18 @@ - - - + + + <_WorkloadPropsReplacements Include="@PACK_VERSION_LONG@" NewValue="$(PackageReferenceVersion)" /> + <_WorkloadPropsReplacements Include="@VS_COMPONENT_VERSION@" NewValue="$(VSComponentVersion)" /> + <_WorkloadPropsReplacements Include="@VSMAN_VERSION@" NewValue="net7.0" /> + + From b8646cb457954f3a1953e6419aff079f81858311 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 7 Jun 2022 01:53:10 +0200 Subject: [PATCH 004/158] Update to .NET 7 SDKs (#7375) Bump to: * .NET SDK 7.0.100-preview.6.22276.1 * .NET Runtime 7.0.0-preview.5.22272.3 * Android 33.0.0-preview.4.25 * iOS/MacCatalyst/tvOS 15.4.704-ci.net7-0 * macOS 12.3.704-ci.net7-0 * Tizen 7.0.100-preview.6.7 Other changes: * Build with `dotnet build` * Use `net7.0` target framework * `NET6_0` -> `NET6_0_OR_GREATER` * Provision Android API 32 * .NET 7 workload packs need `7.0.100-preview.6` version band * `Image*UnitTest` needs a `TaskCompletionSource` in .NET 7 * Tizen packs should check `$(IncludeTizenTargetFrameworks)` Workarounds: * Usage of `new NSUrlRequest(uri!)` to avoid NRT warnings * `GetScrollYOnGenList()` on Tizen needed new linker warnings ignored * `$(NoWarn)` is needed to workaround linker analyzers: https://github.com/dotnet/linker/issues/2817 * Added additional logging for `XamlC` failing on: Task XamlCTask Error XamlApp.xaml Invalid URI: The hostname could not be parsed. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions) at System.Uri..ctor(String uriString, UriKind uriKind) at Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.GetResourcePath(Uri uri, String rootTargetPath) at Microsoft.Maui.Controls.XamlC.RDSourceTypeConverter.ConvertFromString(String value, ILContext context, BaseNode node)+MoveNext() at Microsoft.Maui.Controls.Build.Tasks.NodeILExtensions.PushConvertedValue(ValueNode node, ILContext context, TypeReference targetTypeRef, TypeReference typeConverter, IEnumerable`1 pushServiceProvider, Boolean boxValueTypes, Boolean unboxValueTypes)+MoveNext() at Microsoft.Maui.Controls.Build.Tasks.SetPropertiesVisitor.Set(VariableDefinition parent, String localName, INode node, IXmlLineInfo iXmlLineInfo, ILContext context)+MoveNext() at Microsoft.Maui.Controls.Build.Tasks.ILProcessorExtensions.Append(ILProcessor processor, IEnumerable`1 instructions) at Microsoft.Maui.Controls.Build.Tasks.SetPropertiesVisitor.Visit(ValueNode node, INode parentNode) at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Build.Tasks.SetResourcesVisitor.Visit(ElementNode node, INode parentNode) at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Xaml.RootNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Build.Tasks.XamlCTask.TryCoreCompile(MethodDefinition initComp, ILRootNode rootnode, String xamlFilePath, Exception& exception) Co-authored-by: Jonathan Peppers Co-authored-by: Jay Cho --- .github/DEVELOPMENT.md | 18 ++- .vscode/tasks.json | 6 +- Directory.Build.props | 7 +- Directory.Build.targets | 4 +- GitInfo.txt | 2 +- eng/Version.Details.xml | 32 ++--- eng/Versions.props | 35 +++-- eng/cake/dotnet.cake | 126 +++++------------- eng/devices/android.cake | 2 +- eng/devices/ios.cake | 2 +- eng/package.ps1 | 123 ++++------------- eng/pipelines/common/pack.yml | 1 + eng/pipelines/common/provision.yml | 12 +- eng/pipelines/handlers.yml | 19 +-- eng/pipelines/maui-release.yml | 2 +- eng/provisioning/provisioning.csx | 1 + .../PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../{net6.0 => net7.0}/PublicAPI.Shipped.txt | 0 .../PublicAPI.Unshipped.txt | 0 .../src/Maui/iOS/IOSWebViewManager.cs | 2 +- .../src/WindowsForms/BlazorWebView.cs | 4 +- .../Android/Cells/CellAdapter.cs | 2 +- .../Core/src/Android/ResourceManager.cs | 1 + .../src/Tizen/Extensions/PageExtensions.cs | 3 +- .../Tizen/Renderers/RefreshViewRenderer.cs | 7 +- .../Platforms/MacCatalyst/AppDelegate.cs | 2 +- .../src/Build.Tasks/BuildException.cs | 1 + .../RDSourceTypeConverter.cs | 12 +- .../src/Build.Tasks/ErrorMessages.resx | 3 + .../Core.Design/Controls.Core.Design.csproj | 2 +- .../Handlers/ListView/Android/CellAdapter.cs | 2 +- src/Controls/src/Core/Controls.Core.csproj | 2 +- .../Core/Interactivity/PlatformBehavior.cs | 2 +- .../Extensions/FormattedStringExtensions.cs | 8 +- src/Controls/src/Core/VisualElement.cs | 2 +- .../Xaml.Design/Controls.Xaml.Design.csproj | 2 +- src/Controls/src/Xaml/Controls.Xaml.csproj | 2 +- .../Core.UnitTests/ImageButtonUnitTest.cs | 4 + .../tests/Core.UnitTests/ImageTests.cs | 4 + .../Elements/PlatformBehaviorTests.cs | 2 +- .../Xaml.UnitTests/MSBuild/MSBuildTests.cs | 2 +- .../OnPlatformOptimization.xaml.cs | 2 +- src/Core/src/Fonts/EmbeddedFontLoader.cs | 4 +- .../ActivityIndicatorHandler.cs | 2 +- .../IActivityIndicatorHandler.cs | 2 +- src/Core/src/Handlers/Button/ButtonHandler.cs | 2 +- .../src/Handlers/Button/IButtonHandler.cs | 2 +- .../ContentView/ContentViewHandler.cs | 2 +- .../ContentView/IContentViewHandler.cs | 2 +- .../Handlers/DatePicker/DatePickerHandler.cs | 2 +- .../Handlers/DatePicker/IDatePickerHandler.cs | 2 +- src/Core/src/Handlers/Editor/EditorHandler.cs | 2 +- .../src/Handlers/Editor/IEditorHandler.cs | 2 +- src/Core/src/Handlers/Entry/EntryHandler.cs | 2 +- src/Core/src/Handlers/Entry/IEntryHandler.cs | 2 +- .../Handlers/FlyoutView/FlyoutViewHandler.cs | 2 +- .../Handlers/FlyoutView/IFlyoutViewHandler.cs | 2 +- src/Core/src/Handlers/Image/IImageHandler.cs | 2 +- src/Core/src/Handlers/Image/ImageHandler.cs | 2 +- .../ImageButton/IImageButtonHandler.cs | 2 +- .../ImageButton/ImageButtonHandler.cs | 2 +- .../IndicatorView/IIndicatorViewHandler.cs | 2 +- .../IndicatorView/IndicatorViewHandler.cs | 2 +- src/Core/src/Handlers/Label/ILabelHandler.cs | 2 +- src/Core/src/Handlers/Label/LabelHandler.cs | 2 +- .../src/Handlers/Layout/ILayoutHandler.cs | 2 +- .../src/Handlers/MenuBar/IMenuBarHandler.cs | 2 +- .../src/Handlers/MenuBar/MenuBarHandler.cs | 2 +- .../MenuBarItem/IMenuBarItemHandler.cs | 2 +- .../MenuBarItem/MenuBarItemHandler.cs | 2 +- .../MenuFlyoutItem/IMenuFlyoutItemHandler.cs | 2 +- .../MenuFlyoutItem/MenuFlyoutItemHandler.cs | 2 +- .../IMenuFlyoutSubItemHandler.cs | 2 +- .../MenuFlyoutSubItemHandler.cs | 2 +- .../NavigationPage/INavigationViewHandler.cs | 2 +- .../NavigationPage/NavigationViewHandler.cs | 2 +- .../src/Handlers/Picker/IPickerHandler.cs | 2 +- src/Core/src/Handlers/Picker/PickerHandler.cs | 2 +- .../ProgressBar/IProgressBarHandler.cs | 2 +- .../ProgressBar/ProgressBarHandler.cs | 2 +- .../RadioButton/IRadioButtonHandler.cs | 2 +- .../RadioButton/RadioButtonHandler.cs | 2 +- .../RefreshView/IRefreshViewHandler.cs | 2 +- .../RefreshView/RefreshViewHandler.cs | 2 +- .../Handlers/ScrollView/IScrollViewHandler.cs | 2 +- .../Handlers/ScrollView/ScrollViewHandler.cs | 2 +- .../Handlers/SearchBar/ISearchBarHandler.cs | 2 +- .../Handlers/SearchBar/SearchBarHandler.cs | 2 +- .../Handlers/ShapeView/IShapeViewHandler.cs | 2 +- .../Handlers/ShapeView/ShapeViewHandler.cs | 2 +- .../src/Handlers/Slider/ISliderHandler.cs | 2 +- src/Core/src/Handlers/Slider/SliderHandler.cs | 2 +- .../src/Handlers/Stepper/IStepperHandler.cs | 2 +- .../src/Handlers/Stepper/StepperHandler.cs | 2 +- .../ISwipeItemMenuItemHandler.cs | 2 +- .../SwipeItemMenuItemHandler.cs | 2 +- .../SwipeItemView/ISwipeItemViewHandler.cs | 2 +- .../SwipeItemView/SwipeItemViewHandler.cs | 2 +- .../Handlers/SwipeView/ISwipeViewHandler.cs | 2 +- .../Handlers/SwipeView/SwipeViewHandler.cs | 2 +- .../src/Handlers/Switch/ISwitchHandler.cs | 2 +- src/Core/src/Handlers/Switch/SwitchHandler.cs | 2 +- .../Handlers/TabbedView/TabbedViewHandler.cs | 2 +- .../Handlers/TimePicker/ITimePickerHandler.cs | 2 +- .../Handlers/TimePicker/TimePickerHandler.cs | 2 +- .../src/Handlers/Toolbar/IToolbarHandler.cs | 2 +- .../src/Handlers/Toolbar/ToolbarHandler.cs | 2 +- src/Core/src/Handlers/View/ViewHandlerOfT.cs | 2 +- .../src/Handlers/WebView/IWebViewHandler.cs | 2 +- .../src/Handlers/WebView/WebViewHandler.cs | 2 +- .../Handlers/WebView/WebViewHandler.iOS.cs | 2 +- .../src/Handlers/Window/IWindowHandler.cs | 2 +- .../src/ImageSources/ImageSourceExtensions.cs | 2 +- .../ImageSources/ImageSourceServiceResult.cs | 2 +- src/Core/src/Platform/ElementExtensions.cs | 2 +- .../src/Platform/ImageSourcePartLoader.cs | 2 +- src/Core/src/Platform/ViewExtensions.cs | 2 +- src/Core/src/Platform/iOS/MauiWKWebView.cs | 2 +- src/Core/src/PropertyMapper.cs | 2 +- src/Core/src/ViewExtensions.cs | 2 +- src/DotNet/DotNet.csproj | 21 +-- .../src/Types/Shared/Exceptions.shared.cs | 2 +- src/ProfiledAot/README.md | 2 +- src/ProfiledAot/build.proj | 2 +- .../templates/maui-blazor/MauiApp.1.csproj | 2 +- .../src/templates/maui-lib/MauiLib1.csproj | 2 +- .../templates/maui-mobile/MauiApp.1.csproj | 2 +- .../src/DeviceTests.Runners/TestWindow.cs | 2 +- src/Workload/Shared/FrameworkList.targets | 2 +- src/Workload/Shared/Frameworks.targets | 3 +- 141 files changed, 290 insertions(+), 373 deletions(-) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-android => net7.0-android}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-android => net7.0-android}/PublicAPI.Unshipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-ios => net7.0-ios}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-ios => net7.0-ios}/PublicAPI.Unshipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-maccatalyst => net7.0-maccatalyst}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-maccatalyst => net7.0-maccatalyst}/PublicAPI.Unshipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-tizen => net7.0-tizen}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-tizen => net7.0-tizen}/PublicAPI.Unshipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-windows10.0.19041 => net7.0-windows10.0.19041}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-windows10.0.19041 => net7.0-windows10.0.19041}/PublicAPI.Unshipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-windows10.0.20348 => net7.0-windows10.0.20348}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0-windows10.0.20348 => net7.0-windows10.0.20348}/PublicAPI.Unshipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0 => net7.0}/PublicAPI.Shipped.txt (100%) rename src/BlazorWebView/src/Maui/PublicAPI/{net6.0 => net7.0}/PublicAPI.Unshipped.txt (100%) diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index c057ddcc4220..bbcc264fad70 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -121,10 +121,8 @@ dotnet tool restore dotnet cake --target=VS-NET6 ``` -_NOTES:_ -- _If the IDE doesn't show any Android devices try unloading and reloading the `Sample.Droid-net6` project._ - You can also run commands individually: + ```dotnetcli # install local tools required to build (cake, pwsh, etc..) dotnet tool restore @@ -142,8 +140,8 @@ To build & run .NET 6 sample apps, you will also need to use `.\bin\dotnet\dotne installed the workloads globally: as well as need the `-f` switch to choose the platform: ```dotnetcli -.\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj -t:Run -f net6.0-android -.\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj -t:Run -f net6.0-ios +.\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj -t:Run -f net7.0-android +.\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj -t:Run -f net7.0-ios ``` #### MacOS @@ -161,9 +159,9 @@ dotnet build Microsoft.Maui-mac.slnf Try out a "single project", you will need the `-f` switch to choose the platform: ```bash -dotnet build src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj -t:Run -f net6.0-ios -dotnet build src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj -t:Run -f net6.0-maccatalyst -dotnet build src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj -t:Run -f net6.0-android +dotnet build src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj -t:Run -f net7.0-ios +dotnet build src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj -t:Run -f net7.0-maccatalyst +dotnet build src/Controls/samples/Controls.Sample/Maui.Controls.Sample.csproj -t:Run -f net7.0-android ``` ### Blazor Desktop @@ -192,10 +190,10 @@ code in .NET MAUI: `$(AndroidUseIntermediateDesignerFile)` to `false`. 2. Build .NET MAUI as you normally would. You will get compiler errors - about duplicate fields, but `obj\Debug\net6.0-android\Resource.designer.cs` + about duplicate fields, but `obj\Debug\net7.0-android\Resource.designer.cs` should now be generated. -3. Open `obj\Debug\net6.0-android\Resource.designer.cs`, and find the +3. Open `obj\Debug\net7.0-android\Resource.designer.cs`, and find the field you need such as: ```csharp diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3d83eff752ee..0416498b551a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -53,11 +53,11 @@ // in vscode. "id": "framework", "type": "pickString", - "default": "net6.0-android", + "default": "net7.0-android", "description": "Pick the framework you want to target.", "options": [ - "net6.0-android", - "net6.0-ios", + "net7.0-android", + "net7.0-ios", ] }, { diff --git a/Directory.Build.props b/Directory.Build.props index 078ff0522111..b7e5d15576c8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - <_MauiDotNetVersion Condition="'$(_MauiDotNetVersion)' == ''">6.0 + <_MauiDotNetVersion Condition="'$(_MauiDotNetVersion)' == ''">7.0 <_MauiDotNetTfm Condition="'$(_MauiDotNetTfm)' == ''">net$(_MauiDotNetVersion) <_MauiTargetPlatformIdentifier>$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) <_MauiNoTargetPlatform Condition="'$(_MauiTargetPlatformIdentifier)' == ''">True @@ -14,7 +14,7 @@ <_MauiTargetPlatformIsWindows Condition="$(_MauiTargetPlatformIdentifier.Contains('windows')) == 'True'">True <_MauiTargetPlatformIsTizen Condition="'$(_MauiTargetPlatformIdentifier)' == 'tizen'">True - true + true true @@ -27,6 +27,7 @@ true false + true @@ -63,7 +64,7 @@ $(DotNetDirectory)dotnet $(DotNetDirectory)packs/ $(DotNetDirectory)library-packs/ - $(DotNetDirectory)sdk-manifests/$(DotNetVersionBand)/ + $(DotNetDirectory)sdk-manifests/$(DotNetSdkManifestsFolder)/ $(DotNetDirectory)template-packs/ <_MauiBuildTasksLocation>$(_MauiBuildTasksLocation) <_MauiBuildTasksLocation Condition="'$(_MauiBuildTasksLocation)' == ''">$(MSBuildThisFileDirectory).nuspec\ diff --git a/Directory.Build.targets b/Directory.Build.targets index dc0e3527e735..627020000359 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -36,6 +36,8 @@ 6.5 6.5 + + $(NoWarn);AD0001 - + diff --git a/GitInfo.txt b/GitInfo.txt index 7839c8834842..de6383f3cda7 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -6.0.400-preview.1 +7.0.0-preview.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af8bf1ff691d..9172ca85a358 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,36 +1,36 @@ - + https://github.com/dotnet/installer - 3fed194c0b277b0ac0986f92401a50dd6c34f43d + 1a6c2ec5276c14fb4bb26f94baad970bf08206b9 - + https://github.com/dotnet/runtime - a21b9a2dd4c31cf5bd37626562b7612faf21cee6 + 0864cc5539e0ddd109b443b0bee804878cd7ba76 - + https://github.com/xamarin/xamarin-android - 4c460a89cb070ee8dfd731842f36bc3dc68dc75c + f2276d43f1caa0d68dbb139157468f66e472efbf - + https://github.com/xamarin/xamarin-macios - ce10c913a2921673b0caedcd268778b46d52c392 + 99695ca947d5d9d53edf719866d5bb98211fed20 - + https://github.com/xamarin/xamarin-macios - ce10c913a2921673b0caedcd268778b46d52c392 + 99695ca947d5d9d53edf719866d5bb98211fed20 - + https://github.com/xamarin/xamarin-macios - ce10c913a2921673b0caedcd268778b46d52c392 + 99695ca947d5d9d53edf719866d5bb98211fed20 - + https://github.com/xamarin/xamarin-macios - ce10c913a2921673b0caedcd268778b46d52c392 + 99695ca947d5d9d53edf719866d5bb98211fed20 - + https://github.com/dotnet/emsdk - 52e9452f82e26f9fcae791e84c082ae22f1ef66f + aeb9a3591b687c3f141e43b330604b34da738149 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index 1507382772a2..c3e86c8a9838 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,26 +1,27 @@ - 6.0.301-rtm.22254.17 + 7.0.100-preview.6.22276.1 - 6.0.5 + 7.0.0-preview.5.22272.3 6.0.0 6.0.1 6.0.0 - 32.0.301 + 33.0.0-preview.4.25 - 15.4.303 - 15.4.303 - 12.3.303 - 15.4.303 - 7.0.303 + 15.4.704-ci.net7-0 + 15.4.704-ci.net7-0 + 12.3.704-ci.net7-0 + 15.4.704-ci.net7-0 + + 7.0.100-preview.6.7 - 6.0.4 - $(MicrosoftNETWorkloadEmscriptenManifest60300PackageVersion) + 7.0.0-preview.5.22252.1 + $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) - 1.0.3 + 1.1.0 10.0.22000.194 1.0.3.1 @@ -62,15 +63,13 @@ 1.2.0 - - - 6.0.300 - + 7.0.100 + $(DotNetVersionBand)$([System.Text.RegularExpressions.Regex]::Match($(MicrosoftDotnetSdkInternalPackageVersion), `\-preview.\d+`)) $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetVersionBand) - $(DotNetVersionBand) - $(DotNetVersionBand) - $(DotNetVersionBand) + $(DotNetSdkManifestsFolder) + $(DotNetSdkManifestsFolder) + $(DotNetSdkManifestsFolder) diff --git a/eng/cake/dotnet.cake b/eng/cake/dotnet.cake index 433bdf9b34b0..0cfc3a7b375f 100644 --- a/eng/cake/dotnet.cake +++ b/eng/cake/dotnet.cake @@ -165,8 +165,11 @@ Task("dotnet-templates") // Enable Tizen ReplaceTextInFiles($"{projectName}/*.csproj", - "", - "$(TargetFrameworks);net6.0-tizen"); + "", + ""); // Build RunMSBuildWithDotNet(projectName, properties, warningsAsError: true, forceDotNetBuild: forceDotNetBuild); @@ -439,29 +442,6 @@ bool RunPackTarget() return false; } -string FindMSBuild() -{ - if (!string.IsNullOrWhiteSpace(MSBuildExe)) - return MSBuildExe; - - if (IsRunningOnWindows()) - { - var vsInstallation = VSWhereLatest(new VSWhereLatestSettings { Requires = "Microsoft.Component.MSBuild", IncludePrerelease = true }); - if (vsInstallation != null) - { - var path = vsInstallation.CombineWithFilePath(@"MSBuild\Current\Bin\MSBuild.exe"); - if (FileExists(path)) - return path.FullPath; - - path = vsInstallation.CombineWithFilePath(@"MSBuild\15.0\Bin\MSBuild.exe"); - if (FileExists(path)) - return path.FullPath; - } - } - return "msbuild"; -} - - Dictionary GetDotNetEnvironmentVariables() { Dictionary envVariables = new Dictionary(); @@ -571,83 +551,45 @@ void RunMSBuildWithDotNet( if(localDotnet) SetDotNetEnvironmentVariables(); - // If we're not on Windows, use ./bin/dotnet/dotnet - if (useDotNetBuild) + var msbuildSettings = new DotNetCoreMSBuildSettings() + .SetConfiguration(configuration) + .SetMaxCpuCount(0) + .WithTarget(target) + .EnableBinaryLogger(binlog); + + if (warningsAsError) { - var msbuildSettings = new DotNetCoreMSBuildSettings() - .SetConfiguration(configuration) - .SetMaxCpuCount(0) - .WithTarget(target) - .EnableBinaryLogger(binlog); + msbuildSettings.TreatAllWarningsAs(MSBuildTreatAllWarningsAs.Error); + } - if (warningsAsError) + if (properties != null) + { + foreach (var property in properties) { - msbuildSettings.TreatAllWarningsAs(MSBuildTreatAllWarningsAs.Error); + msbuildSettings.WithProperty(property.Key, property.Value); } + } - if (properties != null) - { - foreach (var property in properties) - { - msbuildSettings.WithProperty(property.Key, property.Value); - } - } - - var dotnetBuildSettings = new DotNetCoreBuildSettings - { - MSBuildSettings = msbuildSettings, - }; - - dotnetBuildSettings.ArgumentCustomization = args => - { - if (!restore) - args.Append("--no-restore"); - - if (!string.IsNullOrEmpty(targetFramework)) - args.Append($"-f {targetFramework}"); - - return args; - }; - - if (localDotnet) - dotnetBuildSettings.ToolPath = dotnetPath; + var dotnetBuildSettings = new DotNetCoreBuildSettings + { + MSBuildSettings = msbuildSettings, + }; - DotNetCoreBuild(sln, dotnetBuildSettings); - } - else + dotnetBuildSettings.ArgumentCustomization = args => { - // Otherwise we need to run MSBuild for WinUI support - var msbuild = FindMSBuild(); - Information("Using MSBuild: {0}", msbuild); - var msbuildSettings = new MSBuildSettings { ToolPath = msbuild } - .SetConfiguration(configuration) - .SetMaxCpuCount(0) - .WithTarget(target) - .EnableBinaryLogger(binlog); - - if (warningsAsError) - { - msbuildSettings.WarningsAsError = true; - } - if (restore) - { - msbuildSettings.WithRestore(); - } + if (!restore) + args.Append("--no-restore"); + if (!string.IsNullOrEmpty(targetFramework)) - { - msbuildSettings.WithProperty("TargetFramework", targetFramework); - } + args.Append($"-f {targetFramework}"); - if (properties != null) - { - foreach (var property in properties) - { - msbuildSettings.WithProperty(property.Key, property.Value); - } - } + return args; + }; - MSBuild(sln, msbuildSettings); - } + if (localDotnet) + dotnetBuildSettings.ToolPath = dotnetPath; + + DotNetCoreBuild(sln, dotnetBuildSettings); } void RunTestWithLocalDotNet(string csproj) diff --git a/eng/devices/android.cake b/eng/devices/android.cake index 180536e67092..db6844d61e66 100644 --- a/eng/devices/android.cake +++ b/eng/devices/android.cake @@ -12,7 +12,7 @@ string DEVICE_NAME = Argument("skin", EnvironmentVariable("ANDROID_TEST_SKIN") ? // optional var USE_DOTNET = Argument("dotnet", true); var DOTNET_PATH = Argument("dotnet-path", EnvironmentVariable("DOTNET_PATH")); -var TARGET_FRAMEWORK = Argument("tfm", EnvironmentVariable("TARGET_FRAMEWORK") ?? (USE_DOTNET ? "net6.0-android" : "")); +var TARGET_FRAMEWORK = Argument("tfm", EnvironmentVariable("TARGET_FRAMEWORK") ?? (USE_DOTNET ? "net7.0-android" : "")); var BINLOG_ARG = Argument("binlog", EnvironmentVariable("ANDROID_TEST_BINLOG") ?? ""); DirectoryPath BINLOG_DIR = string.IsNullOrEmpty(BINLOG_ARG) && !string.IsNullOrEmpty(PROJECT.FullPath) ? PROJECT.GetDirectory() : BINLOG_ARG; var TEST_APP = Argument("app", EnvironmentVariable("ANDROID_TEST_APP") ?? ""); diff --git a/eng/devices/ios.cake b/eng/devices/ios.cake index aadaf709e010..b5916583d328 100644 --- a/eng/devices/ios.cake +++ b/eng/devices/ios.cake @@ -10,7 +10,7 @@ string TEST_DEVICE = Argument("device", EnvironmentVariable("IOS_TEST_DEVICE") ? // optional var USE_DOTNET = Argument("dotnet", true); var DOTNET_PATH = Argument("dotnet-path", EnvironmentVariable("DOTNET_PATH")); -var TARGET_FRAMEWORK = Argument("tfm", EnvironmentVariable("TARGET_FRAMEWORK") ?? (USE_DOTNET ? "net6.0-ios" : "")); +var TARGET_FRAMEWORK = Argument("tfm", EnvironmentVariable("TARGET_FRAMEWORK") ?? (USE_DOTNET ? "net7.0-ios" : "")); var BINLOG_ARG = Argument("binlog", EnvironmentVariable("IOS_TEST_BINLOG") ?? ""); DirectoryPath BINLOG_DIR = string.IsNullOrEmpty(BINLOG_ARG) && !string.IsNullOrEmpty(PROJECT.FullPath) ? PROJECT.GetDirectory() : BINLOG_ARG; var TEST_APP = Argument("app", EnvironmentVariable("IOS_TEST_APP") ?? ""); diff --git a/eng/package.ps1 b/eng/package.ps1 index ac0be1097351..519ce179c975 100644 --- a/eng/package.ps1 +++ b/eng/package.ps1 @@ -9,8 +9,11 @@ Write-Host "MSBUILD_EXE: $env:MSBUILD_EXE" $artifacts = Join-Path $PSScriptRoot ../artifacts $logsDirectory = Join-Path $artifacts logs -$sln = Join-Path $PSScriptRoot ../Microsoft.Maui.Packages.slnf -$slnMac = Join-Path $PSScriptRoot ../Microsoft.Maui.Packages-mac.slnf +if ($IsWindows) { + $sln = Join-Path $PSScriptRoot ../Microsoft.Maui.Packages.slnf +} else { + $sln = Join-Path $PSScriptRoot ../Microsoft.Maui.Packages-mac.slnf +} # Full path to dotnet folder $dotnet = Join-Path $PSScriptRoot ../bin/dotnet/ @@ -23,104 +26,26 @@ if (Test-Path -Path $dotnet) { $dotnet = (Get-Item $dotnet).FullName -if ($IsWindows) +$oldPATH=$env:PATH +$oldDOTNET_ROOT=$env:DOTNET_ROOT +try { - if (-not $msbuild) - { - $msbuild = $env:MSBUILD_EXE - } - - if (-not $msbuild) - { - # If MSBuild path isn't specified, use the standard location of 'vswhere' to determine an appropriate MSBuild to use. - # Learn more about VSWhere here: https://github.com/microsoft/vswhere/wiki/Find-MSBuild - $msbuild = & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -prerelease -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe - - if (-not $msbuild) - { - throw 'Could not locate MSBuild automatically. Set the $msbuild parameter of this script to provide a location.' - } - Write-Host "Found MSBuild at ${msbuild}" - } - - # NOTE: I've not found a better way to do this - # see: https://github.com/PowerShell/PowerShell/issues/3316 - $oldDOTNET_INSTALL_DIR=$env:DOTNET_INSTALL_DIR - $oldDOTNET_ROOT=$env:DOTNET_ROOT - $oldDOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=$env:DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR - $oldDOTNET_MULTILEVEL_LOOKUP=$env:DOTNET_MULTILEVEL_LOOKUP - $oldMSBuildEnableWorkloadResolver=$env:MSBuildEnableWorkloadResolver - $oldPATH=$env:PATH - try - { - $env:DOTNET_INSTALL_DIR=$dotnet - - # This tells .NET to use the bootstrapped runtime - $env:DOTNET_ROOT=$dotnet - - # This tells MSBuild to load the SDK from the directory of the bootstrapped SDK - $env:DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=$env:DOTNET_ROOT - - # This tells .NET not to go looking for .NET in other places - $env:DOTNET_MULTILEVEL_LOOKUP=0 - - # This enables workload support inside the IDE - $env:MSBuildEnableWorkloadResolver=$true - - # Put our local dotnet.exe on PATH first so Visual Studio knows which one to use - $env:PATH=($dotnet + [IO.Path]::PathSeparator + $env:PATH) - - # Have to build the solution first so the xbf files are there for pack - & $msbuild $sln ` - /p:configuration=$configuration ` - /p:SymbolPackageFormat=snupkg ` - /restore ` - /t:Build ` - /p:Packing=true ` - /bl:"$logsDirectory/maui-build-$configuration.binlog" - if (!$?) { throw "Build .NET MAUI failed." } - - & $msbuild $sln ` - /p:configuration=$configuration ` - /p:SymbolPackageFormat=snupkg ` - /t:Pack ` - /p:Packing=true ` - /bl:"$logsDirectory/maui-pack-$configuration.binlog" - if (!$?) { throw "Pack .NET MAUI failed." } - } - finally - { - $env:DOTNET_INSTALL_DIR = $oldDOTNET_INSTALL_DIR - $env:DOTNET_ROOT=$oldDOTNET_ROOT - $env:DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=$oldDOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR - $env:DOTNET_MULTILEVEL_LOOKUP=$oldDOTNET_MULTILEVEL_LOOKUP - $env:MSBuildEnableWorkloadResolver=$oldMSBuildEnableWorkloadResolver - $env:PATH=$oldPATH - } + # Put our local dotnet on $PATH + $env:PATH=($dotnet + [IO.Path]::PathSeparator + $env:PATH) + $dotnet_tool = Join-Path $dotnet dotnet + + # This tells .NET to use the bootstrapped runtime + $env:DOTNET_ROOT=$dotnet + + # Build with ./bin/dotnet/dotnet + & $dotnet_tool pack $sln ` + -c:$configuration ` + -p:SymbolPackageFormat=snupkg ` + -bl:$logsDirectory/maui-pack-$configuration.binlog + if (!$?) { throw "Pack failed." } } -else +finally { - $oldPATH=$env:PATH - $oldDOTNET_ROOT=$env:DOTNET_ROOT - try - { - # Put our local dotnet on $PATH - $env:PATH=($dotnet + [IO.Path]::PathSeparator + $env:PATH) - $dotnet_tool = Join-Path $dotnet dotnet - - # This tells .NET to use the bootstrapped runtime - $env:DOTNET_ROOT=$dotnet - - # Build with ./bin/dotnet/dotnet - & $dotnet_tool pack $slnMac ` - -c:$configuration ` - -p:SymbolPackageFormat=snupkg ` - -bl:$logsDirectory/maui-pack-$configuration.binlog - if (!$?) { throw "Pack failed." } - } - finally - { - $env:PATH=$oldPATH - $env:DOTNET_ROOT=$oldDOTNET_ROOT - } + $env:PATH=$oldPATH + $env:DOTNET_ROOT=$oldDOTNET_ROOT } diff --git a/eng/pipelines/common/pack.yml b/eng/pipelines/common/pack.yml index 014269f3bf10..8ebeddd80eed 100644 --- a/eng/pipelines/common/pack.yml +++ b/eng/pipelines/common/pack.yml @@ -16,6 +16,7 @@ steps: parameters: platform: ${{ parameters.platform }} poolName: ${{ parameters.poolName }} + provisioning: true provisionatorChannel: ${{ parameters.provisionatorChannel }} - pwsh: ./build.ps1 --target=dotnet --configuration="Release" --verbosity=diagnostic displayName: 'Install .NET' diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index 6fc8f5948b75..c18adc5ab7d0 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -32,7 +32,7 @@ steps: # Provision Additional Software - task: xamops.azdevex.provisionator-task.provisionator@1 displayName: 'Provision Additional Software' - condition: and(eq(variables['provisioning'], 'true'),ne('${{ parameters.poolName }}', 'Azure Pipelines')) + condition: and(eq('${{ parameters.provisioning }}', 'true'),ne('${{ parameters.poolName }}', 'Azure Pipelines')) inputs: provisioning_script: $(provisionator.path) provisioning_extra_args: $(provisionator.extraArguments) @@ -100,6 +100,16 @@ steps: provisioning_script: $(provisionator.vs) env: PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }} + # Provision Additional Software + - task: xamops.azdevex.provisionator-task.provisionator@1 + displayName: 'Provision Additional Software' + condition: and(eq('${{ parameters.provisioning }}', 'true'),ne('${{ parameters.poolName }}', 'Azure Pipelines')) + inputs: + provisioning_script: $(provisionator.path) + provisioning_extra_args: $(provisionator.extraArguments) + env: + PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }} + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) - pwsh: | $msbuild = "$env:ProgramFiles/Microsoft Visual Studio/2022/Preview/MSBuild/Current/Bin/MSBuild.exe" diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index e32f6172ac0b..630977df29a3 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -75,14 +75,14 @@ parameters: vmImage: $(windowsNet6VmImage) bootsAndroid: $(Android.Msi) bootsiOS: $(iOS.Msi) - artifact: net6-windows + artifact: build-windows - name: macOS poolName: $(macOSXNet6VmPool) vmImage: $(macOSXNet6VmImage) bootsAndroid: $(Android.Pkg) bootsiOS: $(iOS.Pkg) bootsMacCatalyst: $(MacCatalyst.Pkg) - artifact: net6-macos + artifact: build-macos - name: PackPlatforms type: object default: @@ -116,7 +116,7 @@ resources: stages: - stage: build_net6 - displayName: Build .NET 6 + displayName: Build .NET MAUI dependsOn: [] jobs: - ${{ each BuildPlatform in parameters.BuildPlatforms }}: @@ -149,6 +149,7 @@ stages: parameters: platform: ${{ BuildPlatform.name }} poolName: ${{ BuildPlatform.poolName }} + provisioning: true provisionatorChannel: ${{ parameters.provisionatorChannel }} - pwsh: ./build.ps1 --target=dotnet --configuration="${{ BuildConfiguration }}" --verbosity=diagnostic displayName: 'Install .NET' @@ -172,7 +173,7 @@ stages: ArtifactName: ${{ BuildPlatform.artifact }} - stage: pack_net6 - displayName: Pack .NET 6 + displayName: Pack .NET MAUI dependsOn: [] jobs: - ${{ each PackPlatform in parameters.PackPlatforms }}: @@ -198,7 +199,7 @@ stages: artifact: ${{ PackPlatform.artifact }} - stage: samples_net6 - displayName: Build .NET 6 Samples + displayName: Build .NET MAUI Samples dependsOn: pack_net6 jobs: - ${{ each BuildPlatform in parameters.BuildPlatforms }}: @@ -231,6 +232,7 @@ stages: parameters: platform: ${{ BuildPlatform.name }} poolName: ${{ BuildPlatform.poolName }} + provisioning: true provisionatorChannel: ${{ parameters.provisionatorChannel }} - task: DownloadBuildArtifacts@0 displayName: 'Download Packages' @@ -247,7 +249,7 @@ stages: DOTNET_TOKEN: $(dotnetbuilds-internal-container-read-token) PRIVATE_BUILD: $(PrivateBuild) - pwsh: ./build.ps1 --target=dotnet-samples --configuration="${{ BuildConfiguration }}" --verbosity=diagnostic - displayName: 'Build .NET 6 Samples' + displayName: 'Build .NET MAUI Samples' - task: PublishBuildArtifacts@1 condition: always() displayName: publish artifacts @@ -255,7 +257,7 @@ stages: ArtifactName: ${{ BuildPlatform.artifact }} - stage: templates_net6 - displayName: Build .NET 6 Templates + displayName: Build .NET MAUI Templates dependsOn: pack_net6 jobs: - ${{ each BuildPlatform in parameters.BuildPlatforms }}: @@ -288,6 +290,7 @@ stages: parameters: platform: ${{ BuildPlatform.name }} poolName: ${{ BuildPlatform.poolName }} + provisioning: true provisionatorChannel: ${{ parameters.provisionatorChannel }} - task: DownloadBuildArtifacts@0 displayName: 'Download Packages' @@ -304,7 +307,7 @@ stages: DOTNET_TOKEN: $(dotnetbuilds-internal-container-read-token) PRIVATE_BUILD: $(PrivateBuild) - pwsh: ./build.ps1 --target=dotnet-templates --configuration="${{ BuildConfiguration }}" --verbosity=diagnostic - displayName: 'Build .NET 6 Templates' + displayName: 'Build .NET MAUI Templates' - task: PublishBuildArtifacts@1 condition: always() displayName: publish artifacts diff --git a/eng/pipelines/maui-release.yml b/eng/pipelines/maui-release.yml index cdae3a9a0a79..12d47a235485 100644 --- a/eng/pipelines/maui-release.yml +++ b/eng/pipelines/maui-release.yml @@ -58,7 +58,7 @@ resources: stages: - stage: pack_net6 - displayName: Pack .NET 6 + displayName: Pack .NET MAUI dependsOn: [] jobs: - ${{ each PackPlatform in parameters.PackPlatforms }}: diff --git a/eng/provisioning/provisioning.csx b/eng/provisioning/provisioning.csx index e0573ed1e449..d91eca2d978e 100644 --- a/eng/provisioning/provisioning.csx +++ b/eng/provisioning/provisioning.csx @@ -108,6 +108,7 @@ if(String.IsNullOrWhiteSpace(ANDROID_API_SDKS)) .ApiLevel((AndroidApiLevel)29) .ApiLevel((AndroidApiLevel)30) .ApiLevel((AndroidApiLevel)31) + .ApiLevel((AndroidApiLevel)32) .VirtualDevice( "Android_API23", (AndroidApiLevel)23, diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-android/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-android/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-android/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-android/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-android/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-android/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-android/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-android/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-ios/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-ios/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-ios/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-ios/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-ios/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-ios/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-ios/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-ios/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-maccatalyst/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-maccatalyst/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-maccatalyst/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-maccatalyst/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-maccatalyst/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-maccatalyst/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-maccatalyst/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-maccatalyst/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-tizen/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-tizen/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-tizen/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-tizen/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-tizen/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-tizen/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-tizen/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-tizen/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.19041/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.19041/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.19041/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.19041/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.19041/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.19041/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.19041/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.19041/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.20348/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.20348/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.20348/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.20348/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.20348/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.20348/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0-windows10.0.20348/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0-windows10.0.20348/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0/PublicAPI.Shipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0/PublicAPI.Shipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0/PublicAPI.Shipped.txt diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net6.0/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net7.0/PublicAPI.Unshipped.txt similarity index 100% rename from src/BlazorWebView/src/Maui/PublicAPI/net6.0/PublicAPI.Unshipped.txt rename to src/BlazorWebView/src/Maui/PublicAPI/net7.0/PublicAPI.Unshipped.txt diff --git a/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs b/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs index 49a38cb5a9cf..0e18057b7a6b 100644 --- a/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs +++ b/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs @@ -263,7 +263,7 @@ public override void DidReceiveServerRedirectForProvisionalNavigation(WKWebView var uri = _currentUri; _currentUri = null; _currentNavigation = null; - var request = new NSUrlRequest(uri); + var request = new NSUrlRequest(uri!); webView.LoadRequest(request); } } diff --git a/src/BlazorWebView/src/WindowsForms/BlazorWebView.cs b/src/BlazorWebView/src/WindowsForms/BlazorWebView.cs index bc15aee76673..da2a84710946 100644 --- a/src/BlazorWebView/src/WindowsForms/BlazorWebView.cs +++ b/src/BlazorWebView/src/WindowsForms/BlazorWebView.cs @@ -286,9 +286,9 @@ public BlazorWebViewControlCollection(BlazorWebView owner) : base(owner) // Everything below is overridden to protect the control collection as read-only. public override bool IsReadOnly => true; - public override void Add(Control value) => throw new NotSupportedException(); + public override void Add(Control? value) => throw new NotSupportedException(); public override void Clear() => throw new NotSupportedException(); - public override void Remove(Control value) => throw new NotSupportedException(); + public override void Remove(Control? value) => throw new NotSupportedException(); public override void SetChildIndex(Control child, int newIndex) => throw new NotSupportedException(); } } diff --git a/src/Compatibility/Core.LegacyRenderers/Android/Cells/CellAdapter.cs b/src/Compatibility/Core.LegacyRenderers/Android/Cells/CellAdapter.cs index de0eef6d87cc..833f81c2ca00 100644 --- a/src/Compatibility/Core.LegacyRenderers/Android/Cells/CellAdapter.cs +++ b/src/Compatibility/Core.LegacyRenderers/Android/Cells/CellAdapter.cs @@ -10,7 +10,7 @@ using AListView = Android.Widget.ListView; using AView = Android.Views.View; using Microsoft.Maui.Controls.Platform; -#if NET6_0 +#if NET6_0_OR_GREATER using AMenu = Android.Views.IMenu; #else using AMenu = Android.Views.Menu; diff --git a/src/Compatibility/Core/src/Android/ResourceManager.cs b/src/Compatibility/Core/src/Android/ResourceManager.cs index 1f54fed73c6c..173883ba59d1 100644 --- a/src/Compatibility/Core/src/Android/ResourceManager.cs +++ b/src/Compatibility/Core/src/Android/ResourceManager.cs @@ -25,6 +25,7 @@ public static class ResourceManager static Assembly _assembly; [UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "Resource.designer.cs is in the root application assembly, which should be preserved.")] + [UnconditionalSuppressMessage("Trimming", "IL2073", Justification = "Resource.designer.cs may be linked away, so don't worry if there are missing things.")] [return: DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.PublicProperties)] static Type FindType(string name, string altName) { diff --git a/src/Compatibility/Core/src/Tizen/Extensions/PageExtensions.cs b/src/Compatibility/Core/src/Tizen/Extensions/PageExtensions.cs index 6d777e438efa..490ffb4b2c46 100644 --- a/src/Compatibility/Core/src/Tizen/Extensions/PageExtensions.cs +++ b/src/Compatibility/Core/src/Tizen/Extensions/PageExtensions.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics.CodeAnalysis; using ElmSharp; namespace Microsoft.Maui.Controls.Compatibility @@ -42,7 +43,7 @@ public static EvasObject CreateEvasObject(this ContentPage page, EvasObject pare return Microsoft.Maui.Controls.Compatibility.PageExtensions.CreateEvasObject(page, parent, hasAlpha); } - public static void UpdateFocusTreePolicy(this MultiPage multiPage) where T : Page + public static void UpdateFocusTreePolicy<[DynamicallyAccessedMembers(BindableProperty.DeclaringTypeMembers)] T>(this MultiPage multiPage) where T : Page { foreach (var pageItem in multiPage.Children) { diff --git a/src/Compatibility/Core/src/Tizen/Renderers/RefreshViewRenderer.cs b/src/Compatibility/Core/src/Tizen/Renderers/RefreshViewRenderer.cs index dd28917aa193..b127d53b5b2d 100644 --- a/src/Compatibility/Core/src/Tizen/Renderers/RefreshViewRenderer.cs +++ b/src/Compatibility/Core/src/Tizen/Renderers/RefreshViewRenderer.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Threading.Tasks; using Microsoft.Maui.Layouts; @@ -281,11 +282,13 @@ bool IsEdgeScrolling() return false; } + //TODO: the following method is not trimming safe + [UnconditionalSuppressMessage("Trimming", "IL2026")] + [UnconditionalSuppressMessage("Trimming", "IL2075")] + [UnconditionalSuppressMessage("Trimming", "IL2091")] int GetScrollYOnGenList(IntPtr handle) { -#pragma warning disable IL2026 var interop = typeof(EvasObject).Assembly.GetType("Interop"); -#pragma warning disable IL2026 var elementary = interop?.GetNestedType("Elementary", BindingFlags.NonPublic | BindingFlags.Static) ?? null; if (elementary != null) diff --git a/src/Controls/samples/Controls.Sample/Platforms/MacCatalyst/AppDelegate.cs b/src/Controls/samples/Controls.Sample/Platforms/MacCatalyst/AppDelegate.cs index 397b7a9c006b..4efb5792a4be 100644 --- a/src/Controls/samples/Controls.Sample/Platforms/MacCatalyst/AppDelegate.cs +++ b/src/Controls/samples/Controls.Sample/Platforms/MacCatalyst/AppDelegate.cs @@ -4,7 +4,7 @@ using Microsoft.Maui; using Microsoft.Maui.Hosting; -#if !NET6_0 +#if !NET6_0_OR_GREATER using Microsoft.Maui.Controls; #endif diff --git a/src/Controls/src/Build.Tasks/BuildException.cs b/src/Controls/src/Build.Tasks/BuildException.cs index 99f01d8cd512..fc8742c5bfff 100644 --- a/src/Controls/src/Build.Tasks/BuildException.cs +++ b/src/Controls/src/Build.Tasks/BuildException.cs @@ -89,6 +89,7 @@ class BuildExceptionCode public static BuildExceptionCode ResourceDictDuplicateKey = new BuildExceptionCode("XFC0125", nameof(ResourceDictDuplicateKey), ""); public static BuildExceptionCode ResourceDictMissingKey = new BuildExceptionCode("XFC0126", nameof(ResourceDictMissingKey), ""); public static BuildExceptionCode XKeyNotLiteral = new BuildExceptionCode("XFC0127", nameof(XKeyNotLiteral), ""); + public static BuildExceptionCode GetResourcePath = new BuildExceptionCode("XFC0128", nameof(GetResourcePath), ""); public string Code { get; private set; } public string ErrorMessageKey { get; private set; } diff --git a/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs b/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs index 34ba4aa87146..8a2e7003e36b 100644 --- a/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs +++ b/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs @@ -40,9 +40,17 @@ public IEnumerable ConvertFromString(string value, ILContext contex module = currentModule.AssemblyResolver.Resolve(ar).MainModule; } } - var uri = new Uri(value, UriKind.Relative); - var resourcePath = ResourceDictionary.RDSourceTypeConverter.GetResourcePath(uri, rootTargetPath); + var uri = new Uri(value, UriKind.Relative); + string resourcePath; + try + { + resourcePath = ResourceDictionary.RDSourceTypeConverter.GetResourcePath(uri, rootTargetPath); + } + catch (Exception exc) + { + throw new BuildException(BuildExceptionCode.GetResourcePath, node, exc, uri, rootTargetPath); + } //fail early var resourceId = XamlCTask.GetResourceIdForPath(module, resourcePath); diff --git a/src/Controls/src/Build.Tasks/ErrorMessages.resx b/src/Controls/src/Build.Tasks/ErrorMessages.resx index b127c2cb14fe..41c3347f1e42 100644 --- a/src/Controls/src/Build.Tasks/ErrorMessages.resx +++ b/src/Controls/src/Build.Tasks/ErrorMessages.resx @@ -248,5 +248,8 @@ x:Key expects a string literal. + + GetResourcePath failed: uri={0}, rootTargetPath={1} + \ No newline at end of file diff --git a/src/Controls/src/Core.Design/Controls.Core.Design.csproj b/src/Controls/src/Core.Design/Controls.Core.Design.csproj index 07dbac3e3671..7800ead16910 100644 --- a/src/Controls/src/Core.Design/Controls.Core.Design.csproj +++ b/src/Controls/src/Core.Design/Controls.Core.Design.csproj @@ -4,7 +4,7 @@ Microsoft.Maui.Controls.DesignTools False False - <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' And '$(MSBuildRuntimeType)' == 'Full'">True + <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/Android/CellAdapter.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/Android/CellAdapter.cs index 9b939ad5f3ed..6ce6d62f2294 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/Android/CellAdapter.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/Android/CellAdapter.cs @@ -10,7 +10,7 @@ using AListView = Android.Widget.ListView; using AView = Android.Views.View; using Microsoft.Maui.Controls.Platform; -#if NET6_0 +#if NET6_0_OR_GREATER using AMenu = Android.Views.IMenu; #else using AMenu = Android.Views.Menu; diff --git a/src/Controls/src/Core/Controls.Core.csproj b/src/Controls/src/Core/Controls.Core.csproj index 935ad4afade5..a115b314422c 100644 --- a/src/Controls/src/Core/Controls.Core.csproj +++ b/src/Controls/src/Core/Controls.Core.csproj @@ -5,7 +5,7 @@ Microsoft.Maui.Controls disable false - <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' And '$(MSBuildRuntimeType)' == 'Full'">True + <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True high true $(NoWarn);CS1591 diff --git a/src/Controls/src/Core/Interactivity/PlatformBehavior.cs b/src/Controls/src/Core/Interactivity/PlatformBehavior.cs index 72ed87e04cfe..99879ec7ba6b 100644 --- a/src/Controls/src/Core/Interactivity/PlatformBehavior.cs +++ b/src/Controls/src/Core/Interactivity/PlatformBehavior.cs @@ -10,7 +10,7 @@ using PlatformView = Microsoft.UI.Xaml.FrameworkElement; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif NET6_0 || (NETSTANDARD || !PLATFORM) +#elif NET6_0_OR_GREATER || (NETSTANDARD || !PLATFORM) using PlatformView = System.Object; #endif diff --git a/src/Controls/src/Core/Platform/Android/Extensions/FormattedStringExtensions.cs b/src/Controls/src/Core/Platform/Android/Extensions/FormattedStringExtensions.cs index 01c8a1f3dbd9..a3ce7735e9c9 100644 --- a/src/Controls/src/Core/Platform/Android/Extensions/FormattedStringExtensions.cs +++ b/src/Controls/src/Core/Platform/Android/Extensions/FormattedStringExtensions.cs @@ -133,7 +133,11 @@ public static void RecalculateSpanPositions(this TextView textView, Label elemen int count = 0; IList totalLineHeights = new List(); - for (int i = 0; i < spannableString.Length(); i = next) +#pragma warning disable CA1416 + var strlen = spannableString.Length(); +#pragma warning restore CA1416 + + for (int i = 0; i < strlen; i = next) { var type = Java.Lang.Class.FromType(typeof(Java.Lang.Object)); @@ -145,7 +149,7 @@ public static void RecalculateSpanPositions(this TextView textView, Label elemen continue; // Find the next span - next = spannableString.NextSpanTransition(i, spannableString.Length(), type); + next = spannableString.NextSpanTransition(i, strlen, type); // Get all spans in the range - Android can have overlapping spans var spans = spannableString.GetSpans(i, next, type); diff --git a/src/Controls/src/Core/VisualElement.cs b/src/Controls/src/Core/VisualElement.cs index 5d4fffc03ed8..914502cb6128 100644 --- a/src/Controls/src/Core/VisualElement.cs +++ b/src/Controls/src/Core/VisualElement.cs @@ -1004,7 +1004,7 @@ internal void InvalidateStateTriggers(bool attach) internal void MockBounds(Rect bounds) { -#if NETSTANDARD2_0 || NET6_0 +#if NETSTANDARD2_0 || NET6_0_OR_GREATER (_mockX, _mockY, _mockWidth, _mockHeight) = bounds; #else _mockX = bounds.X; diff --git a/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj b/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj index 0e841d5fa296..45788ab8f05b 100644 --- a/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj +++ b/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj @@ -4,7 +4,7 @@ Microsoft.Maui.Controls.Xaml.DesignTools False False - <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' And '$(MSBuildRuntimeType)' == 'Full'">True + <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True diff --git a/src/Controls/src/Xaml/Controls.Xaml.csproj b/src/Controls/src/Xaml/Controls.Xaml.csproj index ada3a0be064d..60b399d272a2 100644 --- a/src/Controls/src/Xaml/Controls.Xaml.csproj +++ b/src/Controls/src/Xaml/Controls.Xaml.csproj @@ -4,7 +4,7 @@ Microsoft.Maui.Controls.Xaml Microsoft.Maui.Controls.Xaml false - <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' And '$(MSBuildRuntimeType)' == 'Full'">True + <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True $(NoWarn);CA2200 Microsoft.Maui.Controls.Xaml diff --git a/src/Controls/tests/Core.UnitTests/ImageButtonUnitTest.cs b/src/Controls/tests/Core.UnitTests/ImageButtonUnitTest.cs index 312a4e8ab337..9f690b62f75f 100644 --- a/src/Controls/tests/Core.UnitTests/ImageButtonUnitTest.cs +++ b/src/Controls/tests/Core.UnitTests/ImageButtonUnitTest.cs @@ -200,6 +200,7 @@ public void TestImageSourceToNullCancelsLoading() Assert.IsTrue(image.IsLoading); image.Source = null; + mockImageRenderer.CompletionSource.Task.Wait(); Assert.IsFalse(image.IsLoading); Assert.IsTrue(cancelled); @@ -240,6 +241,8 @@ public MockImageRenderer(ImageButton element) public ImageButton Element { get; set; } + public TaskCompletionSource CompletionSource { get; private set; } = new TaskCompletionSource(); + public async void Load() { if (initialLoad && Element.Source != null) @@ -257,6 +260,7 @@ public async void Load() finally { Element.SetIsLoading(false); + CompletionSource.SetResult(true); } } } diff --git a/src/Controls/tests/Core.UnitTests/ImageTests.cs b/src/Controls/tests/Core.UnitTests/ImageTests.cs index be25ab7c792d..5bca93eb102e 100644 --- a/src/Controls/tests/Core.UnitTests/ImageTests.cs +++ b/src/Controls/tests/Core.UnitTests/ImageTests.cs @@ -200,6 +200,7 @@ public void TestImageSourceToNullCancelsLoading() Assert.IsTrue(image.IsLoading); image.Source = null; + mockImageRenderer.CompletionSource.Task.Wait(); Assert.IsFalse(image.IsLoading); Assert.IsTrue(cancelled); @@ -239,6 +240,8 @@ public MockImageRenderer(Image element) public Image Element { get; set; } + public TaskCompletionSource CompletionSource { get; private set; } = new TaskCompletionSource(); + public async void Load() { if (initialLoad && Element.Source != null) @@ -257,6 +260,7 @@ public async void Load() finally { controller.SetIsLoading(false); + CompletionSource.SetResult(true); } } } diff --git a/src/Controls/tests/DeviceTests/Elements/PlatformBehaviorTests.cs b/src/Controls/tests/DeviceTests/Elements/PlatformBehaviorTests.cs index 037007b633e8..34477ca689f8 100644 --- a/src/Controls/tests/DeviceTests/Elements/PlatformBehaviorTests.cs +++ b/src/Controls/tests/DeviceTests/Elements/PlatformBehaviorTests.cs @@ -14,7 +14,7 @@ using PlatformView = Android.Views.View; #elif WINDOWS using PlatformView = Microsoft.UI.Xaml.FrameworkElement; -#elif NET6_0 || (NETSTANDARD || !PLATFORM) +#elif NET6_0_OR_GREATER || (NETSTANDARD || !PLATFORM) using PlatformView = System.Object; #endif diff --git a/src/Controls/tests/Xaml.UnitTests/MSBuild/MSBuildTests.cs b/src/Controls/tests/Xaml.UnitTests/MSBuild/MSBuildTests.cs index a40d72771740..9bfa95f68ad5 100644 --- a/src/Controls/tests/Xaml.UnitTests/MSBuild/MSBuildTests.cs +++ b/src/Controls/tests/Xaml.UnitTests/MSBuild/MSBuildTests.cs @@ -61,7 +61,7 @@ static string GetTfm() var fd = System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription; if (Version.TryParse(System.Text.RegularExpressions.Regex.Match(fd, @"\d+\.\d+\.\d+")?.Value, out var version)) return $"net{version.Major}.{version.Minor}"; - return "net6.0"; + return "net7.0"; } string testDirectory; diff --git a/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs b/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs index ab5b5038bdaf..63829c5ee712 100644 --- a/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs +++ b/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs @@ -27,7 +27,7 @@ public OnPlatformOptimization(bool useCompiledXaml) public class Tests { [Test] - public void OnPlatformExtensionsAreSimplified([Values("net6.0-ios", "net6.0-android")] string targetFramework) + public void OnPlatformExtensionsAreSimplified([Values("net7.0-ios", "net7.0-android")] string targetFramework) { MockCompiler.Compile(typeof(OnPlatformOptimization), out var methodDef, targetFramework); Assert.That(!methodDef.Body.Instructions.Any(instr => InstructionIsOnPlatformExtensionCtor(methodDef, instr)), "This Xaml still generates a new OnPlatformExtension()"); diff --git a/src/Core/src/Fonts/EmbeddedFontLoader.cs b/src/Core/src/Fonts/EmbeddedFontLoader.cs index be3f14be7db2..56a9dd9af797 100644 --- a/src/Core/src/Fonts/EmbeddedFontLoader.cs +++ b/src/Core/src/Fonts/EmbeddedFontLoader.cs @@ -8,8 +8,8 @@ public partial class EmbeddedFontLoader : IEmbeddedFontLoader { readonly IServiceProvider? _serviceProvider; -#if !NET6_0 - // The NET6_0 linker won't need this +#if !NET6_0_OR_GREATER + // The .NET 6+ linker won't need this // Make sure to test with full linking on before removing #if __ANDROID__ [Android.Runtime.Preserve] diff --git a/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs b/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs index 706f942258ed..586468529a61 100644 --- a/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs +++ b/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ProgressRing; #elif TIZEN using PlatformView = ElmSharp.ProgressBar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ActivityIndicator/IActivityIndicatorHandler.cs b/src/Core/src/Handlers/ActivityIndicator/IActivityIndicatorHandler.cs index 2ac758df6345..4ea085a36d09 100644 --- a/src/Core/src/Handlers/ActivityIndicator/IActivityIndicatorHandler.cs +++ b/src/Core/src/Handlers/ActivityIndicator/IActivityIndicatorHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ProgressRing; #elif TIZEN using PlatformView = ElmSharp.ProgressBar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Button/ButtonHandler.cs b/src/Core/src/Handlers/Button/ButtonHandler.cs index de2925522c90..26e8d679e144 100644 --- a/src/Core/src/Handlers/Button/ButtonHandler.cs +++ b/src/Core/src/Handlers/Button/ButtonHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Button; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Button; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Button/IButtonHandler.cs b/src/Core/src/Handlers/Button/IButtonHandler.cs index d83ef5bc0544..be507ce3798f 100644 --- a/src/Core/src/Handlers/Button/IButtonHandler.cs +++ b/src/Core/src/Handlers/Button/IButtonHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Button; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Button; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ContentView/ContentViewHandler.cs b/src/Core/src/Handlers/ContentView/ContentViewHandler.cs index 97a8cf4e1fc5..f1d02fad254f 100644 --- a/src/Core/src/Handlers/ContentView/ContentViewHandler.cs +++ b/src/Core/src/Handlers/ContentView/ContentViewHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.Maui.Platform.ContentPanel; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.ContentCanvas; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ContentView/IContentViewHandler.cs b/src/Core/src/Handlers/ContentView/IContentViewHandler.cs index d4ff01c781ee..dc3504e9900b 100644 --- a/src/Core/src/Handlers/ContentView/IContentViewHandler.cs +++ b/src/Core/src/Handlers/ContentView/IContentViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Platform.ContentPanel; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.ContentCanvas; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs b/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs index 21986104fd61..dab59d8d0d70 100644 --- a/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs +++ b/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.CalendarDatePicker; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/DatePicker/IDatePickerHandler.cs b/src/Core/src/Handlers/DatePicker/IDatePickerHandler.cs index d8483ddb4e39..70baf027ac46 100644 --- a/src/Core/src/Handlers/DatePicker/IDatePickerHandler.cs +++ b/src/Core/src/Handlers/DatePicker/IDatePickerHandler.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.CalendarDatePicker; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Editor/EditorHandler.cs b/src/Core/src/Handlers/Editor/EditorHandler.cs index ccf67c103260..cf6658077751 100644 --- a/src/Core/src/Handlers/Editor/EditorHandler.cs +++ b/src/Core/src/Handlers/Editor/EditorHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TextBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Editor/IEditorHandler.cs b/src/Core/src/Handlers/Editor/IEditorHandler.cs index 5fffb168ac7e..c45f9e04bd0a 100644 --- a/src/Core/src/Handlers/Editor/IEditorHandler.cs +++ b/src/Core/src/Handlers/Editor/IEditorHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TextBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Entry/EntryHandler.cs b/src/Core/src/Handlers/Entry/EntryHandler.cs index 146d2af3aa9e..866d0f333fee 100644 --- a/src/Core/src/Handlers/Entry/EntryHandler.cs +++ b/src/Core/src/Handlers/Entry/EntryHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TextBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Entry/IEntryHandler.cs b/src/Core/src/Handlers/Entry/IEntryHandler.cs index 7776469766d0..c9ca0163418c 100644 --- a/src/Core/src/Handlers/Entry/IEntryHandler.cs +++ b/src/Core/src/Handlers/Entry/IEntryHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TextBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs b/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs index 444f56f1b2d6..d60e233394be 100644 --- a/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs +++ b/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs @@ -4,7 +4,7 @@ using PlatformView = Android.Views.View; #elif WINDOWS using PlatformView = Microsoft.Maui.Platform.RootNavigationView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/FlyoutView/IFlyoutViewHandler.cs b/src/Core/src/Handlers/FlyoutView/IFlyoutViewHandler.cs index 49ff32ac42d5..92644d4cea48 100644 --- a/src/Core/src/Handlers/FlyoutView/IFlyoutViewHandler.cs +++ b/src/Core/src/Handlers/FlyoutView/IFlyoutViewHandler.cs @@ -4,7 +4,7 @@ using PlatformView = Android.Views.View; #elif WINDOWS using PlatformView = Microsoft.Maui.Platform.RootNavigationView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Image/IImageHandler.cs b/src/Core/src/Handlers/Image/IImageHandler.cs index 0a4a90823e6f..ce73d2324cf4 100644 --- a/src/Core/src/Handlers/Image/IImageHandler.cs +++ b/src/Core/src/Handlers/Image/IImageHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Image; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Image; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Image/ImageHandler.cs b/src/Core/src/Handlers/Image/ImageHandler.cs index e0c1b00cfbad..f4b675b784f3 100644 --- a/src/Core/src/Handlers/Image/ImageHandler.cs +++ b/src/Core/src/Handlers/Image/ImageHandler.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Image; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Image; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ImageButton/IImageButtonHandler.cs b/src/Core/src/Handlers/ImageButton/IImageButtonHandler.cs index 3c7cb181af53..49bb417a8bde 100644 --- a/src/Core/src/Handlers/ImageButton/IImageButtonHandler.cs +++ b/src/Core/src/Handlers/ImageButton/IImageButtonHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Button; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiImageButton; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs b/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs index 3e62ef83322f..26ec5e23f7a8 100644 --- a/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs +++ b/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs @@ -15,7 +15,7 @@ using PlatformImage = Tizen.UIExtensions.ElmSharp.Image; using PlatformImageView = Tizen.UIExtensions.ElmSharp.Image; using PlatformView = Microsoft.Maui.Platform.MauiImageButton; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformImage = System.Object; using PlatformImageView = System.Object; using PlatformView = System.Object; diff --git a/src/Core/src/Handlers/IndicatorView/IIndicatorViewHandler.cs b/src/Core/src/Handlers/IndicatorView/IIndicatorViewHandler.cs index a3b4d2416dc3..d3f52a1b7eb8 100644 --- a/src/Core/src/Handlers/IndicatorView/IIndicatorViewHandler.cs +++ b/src/Core/src/Handlers/IndicatorView/IIndicatorViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Platform.MauiPageControl; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.IndicatorView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs b/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs index a0c799d08c7a..5932c9763dca 100644 --- a/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs +++ b/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.Maui.Platform.MauiPageControl; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.IndicatorView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Label/ILabelHandler.cs b/src/Core/src/Handlers/Label/ILabelHandler.cs index 45402db217a8..fe1c9932900a 100644 --- a/src/Core/src/Handlers/Label/ILabelHandler.cs +++ b/src/Core/src/Handlers/Label/ILabelHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TextBlock; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Label; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Label/LabelHandler.cs b/src/Core/src/Handlers/Label/LabelHandler.cs index 701ed27971d2..13bef46f8849 100644 --- a/src/Core/src/Handlers/Label/LabelHandler.cs +++ b/src/Core/src/Handlers/Label/LabelHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TextBlock; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Label; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Layout/ILayoutHandler.cs b/src/Core/src/Handlers/Layout/ILayoutHandler.cs index abf9e5155bfe..e8e53a58a89b 100644 --- a/src/Core/src/Handlers/Layout/ILayoutHandler.cs +++ b/src/Core/src/Handlers/Layout/ILayoutHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Platform.LayoutPanel; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.LayoutCanvas; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuBar/IMenuBarHandler.cs b/src/Core/src/Handlers/MenuBar/IMenuBarHandler.cs index 29ca315c5bc9..fc8fa4f50931 100644 --- a/src/Core/src/Handlers/MenuBar/IMenuBarHandler.cs +++ b/src/Core/src/Handlers/MenuBar/IMenuBarHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuBar; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuBar/MenuBarHandler.cs b/src/Core/src/Handlers/MenuBar/MenuBarHandler.cs index 1a73a64056fa..5097878488b6 100644 --- a/src/Core/src/Handlers/MenuBar/MenuBarHandler.cs +++ b/src/Core/src/Handlers/MenuBar/MenuBarHandler.cs @@ -9,7 +9,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuBar; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuBarItem/IMenuBarItemHandler.cs b/src/Core/src/Handlers/MenuBarItem/IMenuBarItemHandler.cs index ce212f46d5b1..a055df6e8c6f 100644 --- a/src/Core/src/Handlers/MenuBarItem/IMenuBarItemHandler.cs +++ b/src/Core/src/Handlers/MenuBarItem/IMenuBarItemHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuBarItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuBarItem/MenuBarItemHandler.cs b/src/Core/src/Handlers/MenuBarItem/MenuBarItemHandler.cs index fe9c543e7c1f..ac934dfc2dcc 100644 --- a/src/Core/src/Handlers/MenuBarItem/MenuBarItemHandler.cs +++ b/src/Core/src/Handlers/MenuBarItem/MenuBarItemHandler.cs @@ -9,7 +9,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuBarItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuFlyoutItem/IMenuFlyoutItemHandler.cs b/src/Core/src/Handlers/MenuFlyoutItem/IMenuFlyoutItemHandler.cs index 47bf7c4afd49..fa8bebc0f704 100644 --- a/src/Core/src/Handlers/MenuFlyoutItem/IMenuFlyoutItemHandler.cs +++ b/src/Core/src/Handlers/MenuFlyoutItem/IMenuFlyoutItemHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuFlyoutItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuFlyoutItem/MenuFlyoutItemHandler.cs b/src/Core/src/Handlers/MenuFlyoutItem/MenuFlyoutItemHandler.cs index 88bcad9fdae5..620a6693d9cd 100644 --- a/src/Core/src/Handlers/MenuFlyoutItem/MenuFlyoutItemHandler.cs +++ b/src/Core/src/Handlers/MenuFlyoutItem/MenuFlyoutItemHandler.cs @@ -9,7 +9,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuFlyoutItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuFlyoutSubItem/IMenuFlyoutSubItemHandler.cs b/src/Core/src/Handlers/MenuFlyoutSubItem/IMenuFlyoutSubItemHandler.cs index ce0736f4bbec..d63c3b06e140 100644 --- a/src/Core/src/Handlers/MenuFlyoutSubItem/IMenuFlyoutSubItemHandler.cs +++ b/src/Core/src/Handlers/MenuFlyoutSubItem/IMenuFlyoutSubItemHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/MenuFlyoutSubItem/MenuFlyoutSubItemHandler.cs b/src/Core/src/Handlers/MenuFlyoutSubItem/MenuFlyoutSubItemHandler.cs index c400667ba2f7..2fd1e6cece70 100644 --- a/src/Core/src/Handlers/MenuFlyoutSubItem/MenuFlyoutSubItemHandler.cs +++ b/src/Core/src/Handlers/MenuFlyoutSubItem/MenuFlyoutSubItemHandler.cs @@ -9,7 +9,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/NavigationPage/INavigationViewHandler.cs b/src/Core/src/Handlers/NavigationPage/INavigationViewHandler.cs index 6e381a61b5a7..2b5a8f34990b 100644 --- a/src/Core/src/Handlers/NavigationPage/INavigationViewHandler.cs +++ b/src/Core/src/Handlers/NavigationPage/INavigationViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Frame; #elif TIZEN using PlatformView = ElmSharp.Naviframe; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs b/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs index a7178093e394..203e286ab6c2 100644 --- a/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs +++ b/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Frame; #elif TIZEN using PlatformView = ElmSharp.Naviframe; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Picker/IPickerHandler.cs b/src/Core/src/Handlers/Picker/IPickerHandler.cs index 2e99218d0bb9..4ad631382aeb 100644 --- a/src/Core/src/Handlers/Picker/IPickerHandler.cs +++ b/src/Core/src/Handlers/Picker/IPickerHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ComboBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Picker/PickerHandler.cs b/src/Core/src/Handlers/Picker/PickerHandler.cs index 58b82bb912df..f64c22ccdd3e 100644 --- a/src/Core/src/Handlers/Picker/PickerHandler.cs +++ b/src/Core/src/Handlers/Picker/PickerHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ComboBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ProgressBar/IProgressBarHandler.cs b/src/Core/src/Handlers/ProgressBar/IProgressBarHandler.cs index 1712fe1e619d..58c7089819e7 100644 --- a/src/Core/src/Handlers/ProgressBar/IProgressBarHandler.cs +++ b/src/Core/src/Handlers/ProgressBar/IProgressBarHandler.cs @@ -4,7 +4,7 @@ using PlatformView = Android.Widget.ProgressBar; #elif WINDOWS using PlatformView = Microsoft.UI.Xaml.Controls.ProgressBar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs b/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs index b5757c0d8e61..a44fcebae765 100644 --- a/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs +++ b/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs @@ -5,7 +5,7 @@ using PlatformView = Android.Widget.ProgressBar; #elif WINDOWS using PlatformView = Microsoft.UI.Xaml.Controls.ProgressBar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/RadioButton/IRadioButtonHandler.cs b/src/Core/src/Handlers/RadioButton/IRadioButtonHandler.cs index fb6dbd17ac3b..b6d467cfa86d 100644 --- a/src/Core/src/Handlers/RadioButton/IRadioButtonHandler.cs +++ b/src/Core/src/Handlers/RadioButton/IRadioButtonHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.RadioButton; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiRadioButton; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs b/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs index a9bb34f64fea..5bb606d9d183 100644 --- a/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs +++ b/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.RadioButton; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiRadioButton; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/RefreshView/IRefreshViewHandler.cs b/src/Core/src/Handlers/RefreshView/IRefreshViewHandler.cs index 46451440c112..b2dee8970dec 100644 --- a/src/Core/src/Handlers/RefreshView/IRefreshViewHandler.cs +++ b/src/Core/src/Handlers/RefreshView/IRefreshViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.RefreshContainer; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs b/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs index 9f072569d98b..e251aa2898d9 100644 --- a/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs +++ b/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.RefreshContainer; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ScrollView/IScrollViewHandler.cs b/src/Core/src/Handlers/ScrollView/IScrollViewHandler.cs index 15c9a5cb2d98..8a912592cebe 100644 --- a/src/Core/src/Handlers/ScrollView/IScrollViewHandler.cs +++ b/src/Core/src/Handlers/ScrollView/IScrollViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ScrollViewer; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.ScrollView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs b/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs index d26e7d7b6eab..841e4352a47b 100644 --- a/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs +++ b/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ScrollViewer; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.ScrollView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SearchBar/ISearchBarHandler.cs b/src/Core/src/Handlers/SearchBar/ISearchBarHandler.cs index 755dd6560e69..a7a51fecc79f 100644 --- a/src/Core/src/Handlers/SearchBar/ISearchBarHandler.cs +++ b/src/Core/src/Handlers/SearchBar/ISearchBarHandler.cs @@ -11,7 +11,7 @@ #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.SearchBar; using QueryEditor = Tizen.UIExtensions.ElmSharp.EditfieldEntry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; using QueryEditor = System.Object; #endif diff --git a/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs b/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs index e857373d47ad..d7b05f66d431 100644 --- a/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs +++ b/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.AutoSuggestBox; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.SearchBar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ShapeView/IShapeViewHandler.cs b/src/Core/src/Handlers/ShapeView/IShapeViewHandler.cs index 5dc709baa977..938e220189fc 100644 --- a/src/Core/src/Handlers/ShapeView/IShapeViewHandler.cs +++ b/src/Core/src/Handlers/ShapeView/IShapeViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Graphics.Win2D.W2DGraphicsView; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiShapeView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs b/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs index 3f8d666e2da3..9dee9345c3e5 100644 --- a/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs +++ b/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Graphics.Win2D.W2DGraphicsView; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiShapeView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Slider/ISliderHandler.cs b/src/Core/src/Handlers/Slider/ISliderHandler.cs index 7ae01a8ff75d..a2ee0decfd7d 100644 --- a/src/Core/src/Handlers/Slider/ISliderHandler.cs +++ b/src/Core/src/Handlers/Slider/ISliderHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Slider; #elif TIZEN using PlatformView = ElmSharp.Slider; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Slider/SliderHandler.cs b/src/Core/src/Handlers/Slider/SliderHandler.cs index 4296c33d4fbb..1ec9bb25a0b5 100644 --- a/src/Core/src/Handlers/Slider/SliderHandler.cs +++ b/src/Core/src/Handlers/Slider/SliderHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.Slider; #elif TIZEN using PlatformView = ElmSharp.Slider; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Stepper/IStepperHandler.cs b/src/Core/src/Handlers/Stepper/IStepperHandler.cs index 49bc2b711c43..5564d1d81b3d 100644 --- a/src/Core/src/Handlers/Stepper/IStepperHandler.cs +++ b/src/Core/src/Handlers/Stepper/IStepperHandler.cs @@ -4,7 +4,7 @@ using PlatformView = Microsoft.Maui.Platform.MauiStepper; #elif WINDOWS using PlatformView = Microsoft.Maui.Platform.MauiStepper; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Stepper/StepperHandler.cs b/src/Core/src/Handlers/Stepper/StepperHandler.cs index 54894bb7758b..4b371f9785a3 100644 --- a/src/Core/src/Handlers/Stepper/StepperHandler.cs +++ b/src/Core/src/Handlers/Stepper/StepperHandler.cs @@ -4,7 +4,7 @@ using PlatformView = Microsoft.Maui.Platform.MauiStepper; #elif WINDOWS using PlatformView = Microsoft.Maui.Platform.MauiStepper; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SwipeItemMenuItem/ISwipeItemMenuItemHandler.cs b/src/Core/src/Handlers/SwipeItemMenuItem/ISwipeItemMenuItemHandler.cs index 39b27aaab002..3c959d14fe08 100644 --- a/src/Core/src/Handlers/SwipeItemMenuItem/ISwipeItemMenuItemHandler.cs +++ b/src/Core/src/Handlers/SwipeItemMenuItem/ISwipeItemMenuItemHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.SwipeItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs b/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs index c65aeee27310..a69ea4d77a25 100644 --- a/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs +++ b/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.SwipeItem; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SwipeItemView/ISwipeItemViewHandler.cs b/src/Core/src/Handlers/SwipeItemView/ISwipeItemViewHandler.cs index 3c5c14b32a05..7f720d1f94a0 100644 --- a/src/Core/src/Handlers/SwipeItemView/ISwipeItemViewHandler.cs +++ b/src/Core/src/Handlers/SwipeItemView/ISwipeItemViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.FrameworkElement; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.ContentCanvas; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs b/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs index e90a2ee8c431..b69d582d008b 100644 --- a/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs +++ b/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.FrameworkElement; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.ContentCanvas; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SwipeView/ISwipeViewHandler.cs b/src/Core/src/Handlers/SwipeView/ISwipeViewHandler.cs index 9180110007dc..4d6e67797523 100644 --- a/src/Core/src/Handlers/SwipeView/ISwipeViewHandler.cs +++ b/src/Core/src/Handlers/SwipeView/ISwipeViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.SwipeControl; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs b/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs index 29718be83fca..d8ae7e7ee6f7 100644 --- a/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs +++ b/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.SwipeControl; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Switch/ISwitchHandler.cs b/src/Core/src/Handlers/Switch/ISwitchHandler.cs index a4c46b427760..bafc8bb48532 100644 --- a/src/Core/src/Handlers/Switch/ISwitchHandler.cs +++ b/src/Core/src/Handlers/Switch/ISwitchHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ToggleSwitch; #elif TIZEN using PlatformView = ElmSharp.Check; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Switch/SwitchHandler.cs b/src/Core/src/Handlers/Switch/SwitchHandler.cs index 02d98d7f6a9d..7b386186c6be 100644 --- a/src/Core/src/Handlers/Switch/SwitchHandler.cs +++ b/src/Core/src/Handlers/Switch/SwitchHandler.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.ToggleSwitch; #elif TIZEN using PlatformView = ElmSharp.Check; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs b/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs index 528622384500..4e8eeb0e7ca6 100644 --- a/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs +++ b/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs @@ -9,7 +9,7 @@ using PlatformView = Microsoft.UI.Xaml.FrameworkElement; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/TimePicker/ITimePickerHandler.cs b/src/Core/src/Handlers/TimePicker/ITimePickerHandler.cs index 488ff9dfde8f..9e4c8cabdbda 100644 --- a/src/Core/src/Handlers/TimePicker/ITimePickerHandler.cs +++ b/src/Core/src/Handlers/TimePicker/ITimePickerHandler.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TimePicker; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs b/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs index 9d39b25653da..1a5bcf462176 100644 --- a/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs +++ b/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.TimePicker; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Entry; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Toolbar/IToolbarHandler.cs b/src/Core/src/Handlers/Toolbar/IToolbarHandler.cs index d02bae7ddf30..0ebe73b80733 100644 --- a/src/Core/src/Handlers/Toolbar/IToolbarHandler.cs +++ b/src/Core/src/Handlers/Toolbar/IToolbarHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Platform.MauiToolbar; #elif TIZEN using PlatformView =ElmSharp.Toolbar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs b/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs index 2f06242a82e9..29b23477bc7b 100644 --- a/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs +++ b/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.Maui.Platform.MauiToolbar; #elif TIZEN using PlatformView =ElmSharp.Toolbar; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/View/ViewHandlerOfT.cs b/src/Core/src/Handlers/View/ViewHandlerOfT.cs index 72ebcd655d5d..f4ba7349776c 100644 --- a/src/Core/src/Handlers/View/ViewHandlerOfT.cs +++ b/src/Core/src/Handlers/View/ViewHandlerOfT.cs @@ -7,7 +7,7 @@ using PlatformView = Microsoft.UI.Xaml.FrameworkElement; #elif TIZEN using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/WebView/IWebViewHandler.cs b/src/Core/src/Handlers/WebView/IWebViewHandler.cs index 44df7fc5089a..2be1cb754902 100644 --- a/src/Core/src/Handlers/WebView/IWebViewHandler.cs +++ b/src/Core/src/Handlers/WebView/IWebViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.WebView2; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiWebView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/WebView/WebViewHandler.cs b/src/Core/src/Handlers/WebView/WebViewHandler.cs index 29e93949e03e..6e769cea6492 100644 --- a/src/Core/src/Handlers/WebView/WebViewHandler.cs +++ b/src/Core/src/Handlers/WebView/WebViewHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Controls.WebView2; #elif TIZEN using PlatformView = Microsoft.Maui.Platform.MauiWebView; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Handlers/WebView/WebViewHandler.iOS.cs b/src/Core/src/Handlers/WebView/WebViewHandler.iOS.cs index d9e865526828..ed73a7d2bc04 100644 --- a/src/Core/src/Handlers/WebView/WebViewHandler.iOS.cs +++ b/src/Core/src/Handlers/WebView/WebViewHandler.iOS.cs @@ -158,7 +158,7 @@ internal async Task FirstLoadUrlAsync(string url) var safeHostUri = new Uri($"{uri.Scheme}://{uri.Authority}", UriKind.Absolute); var safeRelativeUri = new Uri($"{uri.PathAndQuery}{uri.Fragment}", UriKind.Relative); - NSUrlRequest request = new NSUrlRequest(new Uri(safeHostUri, safeRelativeUri)); + NSUrlRequest request = new NSUrlRequest(new Uri(safeHostUri, safeRelativeUri)!); if (HasCookiesToLoad(url) && !(OperatingSystem.IsIOSVersionAtLeast(11) || OperatingSystem.IsTvOSVersionAtLeast(11))) return; diff --git a/src/Core/src/Handlers/Window/IWindowHandler.cs b/src/Core/src/Handlers/Window/IWindowHandler.cs index 79990384c2bd..e86376db3ae6 100644 --- a/src/Core/src/Handlers/Window/IWindowHandler.cs +++ b/src/Core/src/Handlers/Window/IWindowHandler.cs @@ -6,7 +6,7 @@ using PlatformView = Microsoft.UI.Xaml.Window; #elif TIZEN using PlatformView = ElmSharp.Window; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/ImageSources/ImageSourceExtensions.cs b/src/Core/src/ImageSources/ImageSourceExtensions.cs index ef8244028dd1..853474151e13 100644 --- a/src/Core/src/ImageSources/ImageSourceExtensions.cs +++ b/src/Core/src/ImageSources/ImageSourceExtensions.cs @@ -12,7 +12,7 @@ using PlatformImage = Microsoft.UI.Xaml.Media.ImageSource; #elif TIZEN using PlatformImage = Tizen.UIExtensions.ElmSharp.Image; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformImage = System.Object; #endif diff --git a/src/Core/src/ImageSources/ImageSourceServiceResult.cs b/src/Core/src/ImageSources/ImageSourceServiceResult.cs index 34a1e7a5ddd6..0033b780c2b1 100644 --- a/src/Core/src/ImageSources/ImageSourceServiceResult.cs +++ b/src/Core/src/ImageSources/ImageSourceServiceResult.cs @@ -8,7 +8,7 @@ using PlatformView = Microsoft.UI.Xaml.Media.ImageSource; #elif TIZEN using PlatformView = Tizen.UIExtensions.ElmSharp.Image; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; #endif diff --git a/src/Core/src/Platform/ElementExtensions.cs b/src/Core/src/Platform/ElementExtensions.cs index cb9d280a2248..0f21dbf991e6 100644 --- a/src/Core/src/Platform/ElementExtensions.cs +++ b/src/Core/src/Platform/ElementExtensions.cs @@ -20,7 +20,7 @@ using BasePlatformType = System.Object; using PlatformWindow = ElmSharp.Window; using PlatformApplication = Tizen.Applications.CoreUIApplication; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformView = System.Object; using BasePlatformType = System.Object; using IPlatformViewHandler = Microsoft.Maui.IViewHandler; diff --git a/src/Core/src/Platform/ImageSourcePartLoader.cs b/src/Core/src/Platform/ImageSourcePartLoader.cs index befcd05904f6..fbd2c1d7bff6 100644 --- a/src/Core/src/Platform/ImageSourcePartLoader.cs +++ b/src/Core/src/Platform/ImageSourcePartLoader.cs @@ -14,7 +14,7 @@ #elif TIZEN using PlatformImage = Tizen.UIExtensions.ElmSharp.Image; using PlatformView = ElmSharp.EvasObject; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using PlatformImage = System.Object; using PlatformView = System.Object; #endif diff --git a/src/Core/src/Platform/ViewExtensions.cs b/src/Core/src/Platform/ViewExtensions.cs index f57f5400dfdb..46dcb04697f6 100644 --- a/src/Core/src/Platform/ViewExtensions.cs +++ b/src/Core/src/Platform/ViewExtensions.cs @@ -5,7 +5,7 @@ using Microsoft.Maui.Media; using System.IO; -#if (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#if (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using IPlatformViewHandler = Microsoft.Maui.IViewHandler; #endif #if IOS || MACCATALYST diff --git a/src/Core/src/Platform/iOS/MauiWKWebView.cs b/src/Core/src/Platform/iOS/MauiWKWebView.cs index 455818148f29..982c4a2b709d 100644 --- a/src/Core/src/Platform/iOS/MauiWKWebView.cs +++ b/src/Core/src/Platform/iOS/MauiWKWebView.cs @@ -77,7 +77,7 @@ public void LoadUrl(string? url) var uri = new Uri(url ?? string.Empty); var safeHostUri = new Uri($"{uri.Scheme}://{uri.Authority}", UriKind.Absolute); var safeRelativeUri = new Uri($"{uri.PathAndQuery}{uri.Fragment}", UriKind.Relative); - NSUrlRequest request = new NSUrlRequest(new Uri(safeHostUri, safeRelativeUri)); + NSUrlRequest request = new NSUrlRequest(new Uri(safeHostUri, safeRelativeUri)!); LoadRequest(request); } diff --git a/src/Core/src/PropertyMapper.cs b/src/Core/src/PropertyMapper.cs index 139b6261e825..12bdc33e4acb 100644 --- a/src/Core/src/PropertyMapper.cs +++ b/src/Core/src/PropertyMapper.cs @@ -7,7 +7,7 @@ using PlatformView = Android.Views.View; #elif WINDOWS using PlatformView = Microsoft.UI.Xaml.FrameworkElement; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Core/src/ViewExtensions.cs b/src/Core/src/ViewExtensions.cs index d1e024b1df20..e8aacab9c7e4 100644 --- a/src/Core/src/ViewExtensions.cs +++ b/src/Core/src/ViewExtensions.cs @@ -2,7 +2,7 @@ using System.Threading.Tasks; using Microsoft.Maui.Media; using System.IO; -#if (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID && !TIZEN) +#if (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID && !TIZEN) using IPlatformViewHandler = Microsoft.Maui.IViewHandler; #endif #if IOS || MACCATALYST diff --git a/src/DotNet/DotNet.csproj b/src/DotNet/DotNet.csproj index 8cc5edff2147..a48bf45192a5 100644 --- a/src/DotNet/DotNet.csproj +++ b/src/DotNet/DotNet.csproj @@ -65,7 +65,7 @@ @@ -114,12 +114,13 @@ - - <_PacksToRemove Include="Microsoft.NET.Workload.Android" /> - <_PacksToRemove Include="Microsoft.NET.Workload.MacCatalyst" /> - <_PacksToRemove Include="Microsoft.NET.Workload.iOS" /> - <_PacksToRemove Include="Microsoft.NET.Workload.tvOS" /> - <_PacksToRemove Include="Microsoft.NET.Workload.macOS" /> + <_PacksToRemove Include="microsoft.net.sdk.android" /> + <_PacksToRemove Include="microsoft.net.sdk.maccatalyst" /> + <_PacksToRemove Include="microsoft.net.sdk.ios" /> + <_PacksToRemove Include="microsoft.net.sdk.tvos" /> + <_PacksToRemove Include="microsoft.net.sdk.macos" /> + <_PacksToRemove Include="microsoft.net.workload.emscripten" /> + <_PacksToRemove Include="microsoft.net.workload.mono.toolchain" /> <_WorkloadIds Include="android" /> <_WorkloadIds Include="maccatalyst" /> @@ -135,7 +136,11 @@ <_WorkloadManifestDir>$(DotNetTempDirectory)workload/ - + + <_WorkloadDirectoriesToRemove Include="$(DotNetDirectory)sdk-manifests/$(DotNetVersionBand)" /> + <_WorkloadDirectoriesToRemove Include="@(_PacksToRemove->'$(DotNetDirectory)sdk-manifests/$(DotNetSdkManifestsFolder)/%(Identity)')" /> + + new NotImplementedInReferenceAssemblyException(); #else diff --git a/src/ProfiledAot/README.md b/src/ProfiledAot/README.md index e964b329ddf4..ac7c6797f959 100644 --- a/src/ProfiledAot/README.md +++ b/src/ProfiledAot/README.md @@ -39,7 +39,7 @@ Create a new project and run it: ```bash $ mkdir foo && cd foo $ ../bin/dotnet/dotnet new maui -$ ../bin/dotnet/dotnet build -c Release -t:Run -f net6.0-android +$ ../bin/dotnet/dotnet build -c Release -t:Run -f net7.0-android ``` Run the app a few times and make sure you get good launch times: diff --git a/src/ProfiledAot/build.proj b/src/ProfiledAot/build.proj index 568605249f90..391bed9ec4bc 100644 --- a/src/ProfiledAot/build.proj +++ b/src/ProfiledAot/build.proj @@ -17,6 +17,6 @@ - + \ No newline at end of file diff --git a/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj b/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj index 68fc2f7e3a7c..9ff07e1ce2e5 100644 --- a/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj +++ b/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj @@ -4,7 +4,7 @@ DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 - + Exe MauiApp._1 true diff --git a/src/Templates/src/templates/maui-lib/MauiLib1.csproj b/src/Templates/src/templates/maui-lib/MauiLib1.csproj index a4739cbbd6f8..2515bb49c5f1 100644 --- a/src/Templates/src/templates/maui-lib/MauiLib1.csproj +++ b/src/Templates/src/templates/maui-lib/MauiLib1.csproj @@ -4,7 +4,7 @@ DOTNET_TFM;DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 - + MauiLib1 true true diff --git a/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj b/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj index a6f199ceb87d..72f52e4518a6 100644 --- a/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj +++ b/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj @@ -4,7 +4,7 @@ DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 - + Exe MauiApp._1 true diff --git a/src/TestUtils/src/DeviceTests.Runners/TestWindow.cs b/src/TestUtils/src/DeviceTests.Runners/TestWindow.cs index fda433e8c482..66c6c7966ed5 100644 --- a/src/TestUtils/src/DeviceTests.Runners/TestWindow.cs +++ b/src/TestUtils/src/DeviceTests.Runners/TestWindow.cs @@ -10,7 +10,7 @@ using PlatformView = Android.App.Activity; #elif WINDOWS using PlatformView = Microsoft.UI.Xaml.Window; -#elif (NETSTANDARD || !PLATFORM) || (NET6_0 && !IOS && !ANDROID) +#elif (NETSTANDARD || !PLATFORM) || (NET6_0_OR_GREATER && !IOS && !ANDROID) using PlatformView = System.Object; #endif diff --git a/src/Workload/Shared/FrameworkList.targets b/src/Workload/Shared/FrameworkList.targets index 8207bb3244a8..a5178d263082 100644 --- a/src/Workload/Shared/FrameworkList.targets +++ b/src/Workload/Shared/FrameworkList.targets @@ -14,7 +14,7 @@ <_RootAttribute Include="Name" Value=".NET MAUI" /> <_RootAttribute Include="TargetFrameworkIdentifier" Value=".NETCoreApp" /> - <_RootAttribute Include="TargetFrameworkVersion" Value="6.0" /> + <_RootAttribute Include="TargetFrameworkVersion" Value="$(_MauiDotNetVersion)" /> <_RootAttribute Include="FrameworkName" Value="$(MSBuildProjectName.Replace('.Ref','').Replace('.Runtime',''))" /> <_AssemblyFiles Include="@(_PackageFiles)" Condition=" '%(_PackageFiles.Extension)' == '.dll' and '%(_PackageFiles.SubFolder)' == '' " /> <_Classifications Include="@(_AssemblyFiles->'%(FileName)%(Extension)'->Distinct())" Profile="@(_TargetPlatform->'%(Profile)')" /> diff --git a/src/Workload/Shared/Frameworks.targets b/src/Workload/Shared/Frameworks.targets index 60bf76b5fdcf..ae681b5e69aa 100644 --- a/src/Workload/Shared/Frameworks.targets +++ b/src/Workload/Shared/Frameworks.targets @@ -55,7 +55,8 @@ - <_Platforms Include="any;android;maccatalyst;ios;tizen" /> + <_Platforms Include="any;android;maccatalyst;ios" /> + <_Platforms Include="tizen" Condition="'$(IncludeTizenTargetFrameworks)' == 'true'" /> <_Platforms Include="win" Condition="'$(IncludeWindowsTargetFrameworks)' == 'true'" /> From 0c3821555b8ec1071019f5fa847512b501895e1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:29:06 +0100 Subject: [PATCH 005/158] [net7.0] Update dependencies from xamarin/xamarin-android (#7818) * Update dependencies from https://github.com/xamarin/xamarin-android build main-e1af9587bb98d4c249bbc392ceccc2b53ffff155-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.25 -> To Version 33.0.0-preview.4.38 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-preview.6.22276.1 -> To Version 7.0.100-preview.6.22277.6 (parent: Microsoft.Android.Sdk.Windows * Update dependencies from https://github.com/xamarin/xamarin-android build main-6b43af37bc57b7eea2a213ee15de037e61784a1c-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.25 -> To Version 33.0.0-preview.4.42 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-preview.6.22276.1 -> To Version 7.0.100-preview.6.22277.6 (parent: Microsoft.Android.Sdk.Windows Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9172ca85a358..fc7428ff9b9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - 1a6c2ec5276c14fb4bb26f94baad970bf08206b9 + 750e9fe9ecb98f6ee3122fb991dadbd168d24618 https://github.com/dotnet/runtime 0864cc5539e0ddd109b443b0bee804878cd7ba76 - + https://github.com/xamarin/xamarin-android - f2276d43f1caa0d68dbb139157468f66e472efbf + 6b43af37bc57b7eea2a213ee15de037e61784a1c https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index c3e86c8a9838..ec61a523e94d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.100-preview.6.22276.1 + 7.0.100-preview.6.22277.6 7.0.0-preview.5.22272.3 @@ -9,7 +9,7 @@ 6.0.1 6.0.0 - 33.0.0-preview.4.25 + 33.0.0-preview.4.42 15.4.704-ci.net7-0 15.4.704-ci.net7-0 From 1325b965af217cc0b513ba19b6a910f183cdeafc Mon Sep 17 00:00:00 2001 From: redth Date: Thu, 9 Jun 2022 15:21:06 -0400 Subject: [PATCH 006/158] Fix tizen version --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 71e0f02acc3f..631834338e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,7 +16,7 @@ 12.3.704-ci.net7-0 15.4.704-ci.net7-0 - 7.0.400-preview.1.0 + 7.0.100-preview.6.7 7.0.0-preview.5.22252.1 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) From 7249ccf326e67ff358d2fa399251d5c1b618aa3b Mon Sep 17 00:00:00 2001 From: redth Date: Thu, 9 Jun 2022 15:25:26 -0400 Subject: [PATCH 007/158] Bump preview version to match sdk --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index de6383f3cda7..7e96e6f0814c 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-preview.1 +7.0.0-preview.6 From 40f40e779d2217e9550232ba200b2434ad76b8ae Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 9 Jun 2022 16:17:26 -0500 Subject: [PATCH 008/158] [xamlc] stop using pack:// with System.Uri in .NET 7 (#7859) This reverts the XamlC changes in b8646cb4. Originally we were hitting: XamlApp.xaml Invalid URI: The hostname could not be parsed. [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj] at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions) at System.Uri..ctor(String uriString, UriKind uriKind) at Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.GetResourcePath(Uri uri, String rootTargetPath) at Microsoft.Maui.Controls.XamlC.RDSourceTypeConverter.ConvertFromString(String value, ILContext context, BaseNode node)+MoveNext() at Microsoft.Maui.Controls.Build.Tasks.NodeILExtensions.PushConvertedValue(ValueNode node, ILContext context, TypeReference targetTypeRef, TypeReference typeConverter, IEnumerable`1 pushServiceProvider, Boolean boxValueTypes, Boolean unboxValueTypes)+MoveNext() at Microsoft.Maui.Controls.Build.Tasks.SetPropertiesVisitor.Set(VariableDefinition parent, String localName, INode node, IXmlLineInfo iXmlLineInfo, ILContext context)+MoveNext() at Microsoft.Maui.Controls.Build.Tasks.ILProcessorExtensions.Append(ILProcessor processor, IEnumerable`1 instructions) at Microsoft.Maui.Controls.Build.Tasks.SetPropertiesVisitor.Visit(ValueNode node, INode parentNode) at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Build.Tasks.SetResourcesVisitor.Visit(ElementNode node, INode parentNode) at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Xaml.ElementNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Xaml.RootNode.Accept(IXamlNodeVisitor visitor, INode parentNode) at Microsoft.Maui.Controls.Build.Tasks.XamlCTask.TryCoreCompile(MethodDefinition initComp, ILRootNode rootnode, String xamlFilePath, Exception& exception) I added some logging around this location, and the PR build was green... So we merged, but then the build on the `net7.0` branch failed with: XamlApp.xaml(11,37): error XFC0128: GetResourcePath failed: uri=AppResources.xaml, rootTargetPath=XamlApp.xaml What is weird is a test like this works fine! [Test] public void GetResourcePath() { var result = ResourceDictionary.RDSourceTypeConverter.GetResourcePath(new Uri("AppResources.xaml", UriKind.Relative), "XamlApp.xaml"); Assert.IsNotNull(result); Assert.IsNotEmpty(result); } So this must be something that doesn't fail every time. I was able to reproduce it locally *once*, but then not again... After some discussion in: https://github.com/dotnet/runtime/issues/70443#issuecomment-1150452693 It appears that usage of `pack://` is *sometimes* picking up a custom `UriParser`, such as: https://github.com/dotnet/runtime/blob/eef6c7f6cb7f73163313d349fbb796f37b4c3996/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L226-L229 If we just use something else, like `maui://`, I believe it will work around this issue. I'll leave it up to the MAUI team if they want to rewrite this method using `System.IO.Path` in the future. --- src/Controls/src/Build.Tasks/BuildException.cs | 1 - .../CompiledConverters/RDSourceTypeConverter.cs | 12 ++---------- src/Controls/src/Build.Tasks/ErrorMessages.resx | 3 --- src/Controls/src/Core/ResourceDictionary.cs | 8 +++++--- 4 files changed, 7 insertions(+), 17 deletions(-) diff --git a/src/Controls/src/Build.Tasks/BuildException.cs b/src/Controls/src/Build.Tasks/BuildException.cs index fc8742c5bfff..99f01d8cd512 100644 --- a/src/Controls/src/Build.Tasks/BuildException.cs +++ b/src/Controls/src/Build.Tasks/BuildException.cs @@ -89,7 +89,6 @@ class BuildExceptionCode public static BuildExceptionCode ResourceDictDuplicateKey = new BuildExceptionCode("XFC0125", nameof(ResourceDictDuplicateKey), ""); public static BuildExceptionCode ResourceDictMissingKey = new BuildExceptionCode("XFC0126", nameof(ResourceDictMissingKey), ""); public static BuildExceptionCode XKeyNotLiteral = new BuildExceptionCode("XFC0127", nameof(XKeyNotLiteral), ""); - public static BuildExceptionCode GetResourcePath = new BuildExceptionCode("XFC0128", nameof(GetResourcePath), ""); public string Code { get; private set; } public string ErrorMessageKey { get; private set; } diff --git a/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs b/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs index 8a2e7003e36b..34ba4aa87146 100644 --- a/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs +++ b/src/Controls/src/Build.Tasks/CompiledConverters/RDSourceTypeConverter.cs @@ -40,17 +40,9 @@ public IEnumerable ConvertFromString(string value, ILContext contex module = currentModule.AssemblyResolver.Resolve(ar).MainModule; } } - var uri = new Uri(value, UriKind.Relative); - string resourcePath; - try - { - resourcePath = ResourceDictionary.RDSourceTypeConverter.GetResourcePath(uri, rootTargetPath); - } - catch (Exception exc) - { - throw new BuildException(BuildExceptionCode.GetResourcePath, node, exc, uri, rootTargetPath); - } + + var resourcePath = ResourceDictionary.RDSourceTypeConverter.GetResourcePath(uri, rootTargetPath); //fail early var resourceId = XamlCTask.GetResourceIdForPath(module, resourcePath); diff --git a/src/Controls/src/Build.Tasks/ErrorMessages.resx b/src/Controls/src/Build.Tasks/ErrorMessages.resx index 41c3347f1e42..b127c2cb14fe 100644 --- a/src/Controls/src/Build.Tasks/ErrorMessages.resx +++ b/src/Controls/src/Build.Tasks/ErrorMessages.resx @@ -248,8 +248,5 @@ x:Key expects a string literal. - - GetResourcePath failed: uri={0}, rootTargetPath={1} - \ No newline at end of file diff --git a/src/Controls/src/Core/ResourceDictionary.cs b/src/Controls/src/Core/ResourceDictionary.cs index 3de5057c4843..55db5e5b7539 100644 --- a/src/Controls/src/Core/ResourceDictionary.cs +++ b/src/Controls/src/Core/ResourceDictionary.cs @@ -17,6 +17,7 @@ namespace Microsoft.Maui.Controls /// public class ResourceDictionary : IResourceDictionary, IDictionary { + const string GetResourcePathUriScheme = "maui://"; static ConditionalWeakTable s_instances = new ConditionalWeakTable(); readonly Dictionary _innerDictionary = new Dictionary(); ResourceDictionary _mergedInstance; @@ -383,10 +384,11 @@ object IExtendedTypeConverter.ConvertFromInvariantString(string value, IServiceP internal static string GetResourcePath(Uri uri, string rootTargetPath) { - //need a fake scheme so it's not seen as file:// uri, and the forward slashes are valid on all plats + // GetResourcePathUriScheme is a fake scheme so it's not seen as file:// uri, + // and the forward slashes are valid on all plats var resourceUri = uri.OriginalString.StartsWith("/", StringComparison.Ordinal) - ? new Uri($"pack://{uri.OriginalString}", UriKind.Absolute) - : new Uri($"pack:///{rootTargetPath}/../{uri.OriginalString}", UriKind.Absolute); + ? new Uri($"{GetResourcePathUriScheme}{uri.OriginalString}", UriKind.Absolute) + : new Uri($"{GetResourcePathUriScheme}/{rootTargetPath}/../{uri.OriginalString}", UriKind.Absolute); //drop the leading '/' return resourceUri.AbsolutePath.Substring(1); From 912afa40d9d5aafb83de1fcf877457c70ca02cf8 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 11 Jun 2022 05:07:01 +0800 Subject: [PATCH 009/158] Test disabling the public api analyzers --- src/PublicAPI.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PublicAPI.targets b/src/PublicAPI.targets index 6383438b35cf..56a96296f991 100644 --- a/src/PublicAPI.targets +++ b/src/PublicAPI.targets @@ -2,7 +2,7 @@ - + From 60ed1d9e88f823c9c0319adad413b76cf6756981 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 11 Jun 2022 05:22:06 +0800 Subject: [PATCH 010/158] try without Tizen --- Directory.Build.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1e67701b6183..2ac6709d76b9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,9 +17,10 @@ <_MauiTargetPlatformIsTizen Condition="'$(_MauiTargetPlatformIdentifier)' == 'tizen'">True true - true + Exists('$(ProgramFiles)\dotnet\sdk-manifests\$(DotNetVersionBand)\samsung.net.sdk.tizen\WorkloadManifest.json')">true --> + false From f7a7913d89dd2774864bacb38879d215aa4ff05c Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 11 Jun 2022 05:34:05 +0800 Subject: [PATCH 011/158] Enable analyzers again --- src/PublicAPI.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PublicAPI.targets b/src/PublicAPI.targets index 56a96296f991..6383438b35cf 100644 --- a/src/PublicAPI.targets +++ b/src/PublicAPI.targets @@ -2,7 +2,7 @@ - + From 272ec8993bc27bf411b72608263b41c3a8b16ad7 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 15 Jun 2022 21:49:38 +0700 Subject: [PATCH 012/158] Revert "try without Tizen" This reverts commit 60ed1d9e88f823c9c0319adad413b76cf6756981. --- Directory.Build.props | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2ac6709d76b9..1e67701b6183 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,10 +17,9 @@ <_MauiTargetPlatformIsTizen Condition="'$(_MauiTargetPlatformIdentifier)' == 'tizen'">True true - - false + Exists('$(ProgramFiles)\dotnet\sdk-manifests\$(DotNetVersionBand)\samsung.net.sdk.tizen\WorkloadManifest.json')">true From 987b66d66fff14939f0f31b73abe5f89a5a85124 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 16 Jun 2022 02:07:17 +0700 Subject: [PATCH 013/158] Fixed the issues! --- eng/Versions.props | 2 +- .../src/PublicAPI/net-windows/PublicAPI.Shipped.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 631834338e65..f298a60c2f97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,7 +34,7 @@ 6.0.5 6.0.5 - 7.0.0-preview1.22302.1 + 7.0.0-preview1.22274.2 3.3.3 3.3.3 6.0.403 diff --git a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt index 80757ebc1344..81e50f772a48 100644 --- a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt +++ b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Shipped.txt @@ -207,7 +207,7 @@ Microsoft.Maui.ApplicationModel.IWindowStateManager.ActiveWindowChanged -> Syste 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.IWindowStateManager.OnWindowMessage(nint hWnd, uint msg, nint wParam, nint lParam) -> void Microsoft.Maui.ApplicationModel.Launcher Microsoft.Maui.ApplicationModel.LauncherExtensions Microsoft.Maui.ApplicationModel.LayoutDirection @@ -854,7 +854,7 @@ 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.Platform.OnWindowMessage(nint hWnd, uint msg, nint wParam, nint lParam) -> void static Microsoft.Maui.ApplicationModel.VersionTracking.BuildHistory.get -> System.Collections.Generic.IEnumerable! static Microsoft.Maui.ApplicationModel.VersionTracking.CurrentBuild.get -> string! static Microsoft.Maui.ApplicationModel.VersionTracking.CurrentVersion.get -> string! From 80aa550593930941f7adcf6ea16af1889d70dd17 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 16 Jun 2022 02:20:28 +0700 Subject: [PATCH 014/158] More fixes for other dlls --- .../net-android/PublicAPI.Shipped.txt | 2 +- .../PublicAPI/net-tizen/PublicAPI.Shipped.txt | 4 ++-- .../net-android/PublicAPI.Shipped.txt | 20 +++++++++---------- .../net-windows/PublicAPI.Shipped.txt | 16 +++++++-------- 4 files changed, 21 insertions(+), 21 deletions(-) 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 f48ee2c9eca0..df5687faa91d 100644 --- a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Shipped.txt @@ -1633,7 +1633,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 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 11c8a71f33a3..e3e6746c5d51 100644 --- a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt @@ -4477,7 +4477,7 @@ virtual Microsoft.Maui.Controls.Window.OnStopped() -> void ~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomDragStateData.DataPackage.get -> Microsoft.Maui.Controls.DataPackage ~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomDragStateData.DataPackage.set -> void ~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CustomWindow(ElmSharp.EvasObject handle) -> void -~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CustomWindow(ElmSharp.EvasObject parent, System.IntPtr handle) -> void +~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CustomWindow(ElmSharp.EvasObject parent, nint handle) -> void ~Microsoft.Maui.Controls.Platform.DragGestureHandler.DragGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer, Microsoft.Maui.IViewHandler handler) -> void ~Microsoft.Maui.Controls.Platform.DragGestureHandler.Handler.get -> Microsoft.Maui.IViewHandler ~Microsoft.Maui.Controls.Platform.DropGestureHandler.DropGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer, Microsoft.Maui.IViewHandler handler) -> void @@ -5199,7 +5199,7 @@ virtual Microsoft.Maui.Controls.Window.OnStopped() -> void ~override Microsoft.Maui.Controls.ListView.ValidateItemTemplate(Microsoft.Maui.Controls.DataTemplate template) -> bool ~override Microsoft.Maui.Controls.MultiPage.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void ~override Microsoft.Maui.Controls.MultiPage.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CreateHandle(ElmSharp.EvasObject parent) -> System.IntPtr +~override Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CreateHandle(ElmSharp.EvasObject parent) -> nint ~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void ~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void ~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void diff --git a/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt index e58ce8e1d83d..1ea90c889294 100644 --- a/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt +++ b/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt @@ -1427,7 +1427,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 @@ -1440,7 +1440,7 @@ Microsoft.Maui.MauiViewGroup Microsoft.Maui.MauiViewGroup.MauiViewGroup(Android.Content.Context? context) -> void Microsoft.Maui.MauiViewGroup.MauiViewGroup(Android.Content.Context? context, Android.Util.IAttributeSet? attrs) -> void Microsoft.Maui.MauiViewGroup.MauiViewGroup(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyle) -> 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 @@ -1494,7 +1494,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? @@ -1505,7 +1505,7 @@ Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Android.Content.Contex Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Android.Content.Context! context, Android.Util.IAttributeSet! attrs) -> void 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, int defStyleAttr, int defStyleRes) -> 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 @@ -1554,7 +1554,7 @@ Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Android.Content.Context! Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Android.Content.Context! context, Android.Util.IAttributeSet! attrs) -> void 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, int defStyleAttr, int defStyleRes) -> 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 @@ -1571,7 +1571,7 @@ Microsoft.Maui.Platform.MauiDatePicker.HidePicker.set -> void Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context? context) -> void Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs) -> void Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void -Microsoft.Maui.Platform.MauiDatePicker.MauiDatePicker(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> 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 @@ -1593,7 +1593,7 @@ Microsoft.Maui.Platform.MauiScrollView Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Android.Content.Context! context) -> void Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Android.Content.Context! context, Android.Util.IAttributeSet! attrs) -> void Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Android.Content.Context! context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> 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 @@ -1616,7 +1616,7 @@ Microsoft.Maui.Platform.MauiTimePicker.HidePicker.set -> void Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context? context) -> void Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs) -> void Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(Android.Content.Context? context, Android.Util.IAttributeSet! attrs, int defStyleAttr) -> void -Microsoft.Maui.Platform.MauiTimePicker.MauiTimePicker(System.IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) -> 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 @@ -1632,7 +1632,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 @@ -2103,7 +2103,7 @@ 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! diff --git a/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt index eabc79f7ed71..8a0c1e1d6c52 100644 --- a/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt +++ b/src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt @@ -1379,7 +1379,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 @@ -1540,14 +1540,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 @@ -2711,7 +2711,7 @@ 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.UpdateTitle(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 From f245184883e3d1e58892a6bb9132ac745cc6dc53 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 16 Jun 2022 02:41:39 +0700 Subject: [PATCH 015/158] Fix this potential issue --- src/TestUtils/src/DeviceTests/AssertionExtensions.Android.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TestUtils/src/DeviceTests/AssertionExtensions.Android.cs b/src/TestUtils/src/DeviceTests/AssertionExtensions.Android.cs index b58075ff0664..3fab11451ed1 100644 --- a/src/TestUtils/src/DeviceTests/AssertionExtensions.Android.cs +++ b/src/TestUtils/src/DeviceTests/AssertionExtensions.Android.cs @@ -33,7 +33,8 @@ void OnLayout(object? sender = null, AView.LayoutChangeEventArgs? e = null) { var view = (AView)sender!; - view.LayoutChange -= OnLayout; + if (view.Handle != IntPtr.Zero) + view.LayoutChange -= OnLayout; tcs.TrySetResult(e != null); } From 021b638108a730d137e2579c09cc719fc84d3601 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 17 Jun 2022 23:24:51 +0200 Subject: [PATCH 016/158] Make sure to keep replacing the same file --- .../Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj index f5e9d5c5ae46..59df8a73d951 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj +++ b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj @@ -98,8 +98,12 @@ <_WorkloadPropsReplacements Include="@VS_COMPONENT_VERSION@" NewValue="$(VSComponentVersion)" /> <_WorkloadPropsReplacements Include="@VSMAN_VERSION@" NewValue="net7.0" /> + Date: Tue, 21 Jun 2022 15:54:06 +0100 Subject: [PATCH 017/158] [net7.0] Update dependencies from xamarin/xamarin-macios (#7739) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220603.11 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.303 -> To Version 15.4.735-ci.net7-0 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220603.13 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.303 -> To Version 15.4.744-ci.net7-0 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220603.13 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.704-ci.net7-0 -> To Version 15.4.744-ci.net7-0 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- NuGet.config | 1 - eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 10 +++++----- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/NuGet.config b/NuGet.config index 00cc8fc6d3fe..ac6afde6cd68 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0d24afb5d7d6..d5c3ad9286b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android 6b43af37bc57b7eea2a213ee15de037e61784a1c - + https://github.com/xamarin/xamarin-macios - 99695ca947d5d9d53edf719866d5bb98211fed20 + d167ae86b857d3e25f013e33b99879b513491562 - + https://github.com/xamarin/xamarin-macios - 99695ca947d5d9d53edf719866d5bb98211fed20 + d167ae86b857d3e25f013e33b99879b513491562 - + https://github.com/xamarin/xamarin-macios - 99695ca947d5d9d53edf719866d5bb98211fed20 + d167ae86b857d3e25f013e33b99879b513491562 - + https://github.com/xamarin/xamarin-macios - 99695ca947d5d9d53edf719866d5bb98211fed20 + d167ae86b857d3e25f013e33b99879b513491562 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 34a872e9ca21..694054563684 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,13 +11,13 @@ 33.0.0-preview.4.42 - 15.4.704-ci.net7-0 - 15.4.704-ci.net7-0 - 12.3.704-ci.net7-0 - 15.4.704-ci.net7-0 + 15.4.744-ci.net7-0 + 15.4.744-ci.net7-0 + 12.3.744-ci.net7-0 + 15.4.744-ci.net7-0 + 7.0.303 7.0.100-preview.6.7 - 7.0.0-preview.5.22252.1 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) From 0518160cd1ec839eb84e8fb075b7f1c65a4c645a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 01:45:53 +0200 Subject: [PATCH 018/158] [net7.0] Update dependencies from xamarin/xamarin-android (#7893) * Update dependencies from https://github.com/xamarin/xamarin-android build main-b1232a2bf2e8d0cb2163c15c24af5023d5004d65-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.4.43 * Update dependencies from https://github.com/xamarin/xamarin-android build main-30de9ff2df56399813e9d24c8ac7deda8420285c-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.46 * Update dependencies from https://github.com/xamarin/xamarin-android build main-aa460895d24e3406fc07f7643da80104b9706a6c-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.48 * Update dependencies from https://github.com/xamarin/xamarin-android build main-944f88a8b6f1c30eaf43f56cfbebf0f8cd7a547f-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.53 * Update dependencies from https://github.com/xamarin/xamarin-android build main-c59b591d6c96e7106d37f3987954570e5967401f-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.56 * Update dependencies from https://github.com/xamarin/xamarin-android build main-294208fea55d80e36e9e8f28e9bae351bd063965-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.59 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22277.6 -> To Version 7.0.100-preview.6.22313.1 (parent: Microsoft.Android.Sdk.Windows * Update dependencies from https://github.com/xamarin/xamarin-android build main-e581600fa8017ab93726122a2858d2fa2cacdfb7-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.60 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22277.6 -> To Version 7.0.100-preview.6.22313.1 (parent: Microsoft.Android.Sdk.Windows * Update dependencies from https://github.com/xamarin/xamarin-android build main-03085c5f738a1328c0e85f429974e80ddf57fdc8-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.62 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22277.6 -> To Version 7.0.100-preview.6.22316.8 (parent: Microsoft.Android.Sdk.Windows * Update dependencies from https://github.com/xamarin/xamarin-android build main-2ca2a103d4e473eeeceecd7689961038bb374cdb-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.4.42 -> To Version 33.0.0-preview.6.67 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22277.6 -> To Version 7.0.100-preview.6.22316.8 (parent: Microsoft.Android.Sdk.Windows Co-authored-by: dotnet-maestro[bot] Co-authored-by: Jonathan Peppers --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 9 +++++---- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8deead9694c..58a50f3fe4fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - 750e9fe9ecb98f6ee3122fb991dadbd168d24618 + 970be08e7ce46452911c8638ec7d4a3c0b6bd534 - + https://github.com/dotnet/runtime - 0864cc5539e0ddd109b443b0bee804878cd7ba76 + 5c5e66e6c067f8a82d514598575011cd21655ffb - + https://github.com/xamarin/xamarin-android - 6b43af37bc57b7eea2a213ee15de037e61784a1c + 2ca2a103d4e473eeeceecd7689961038bb374cdb https://github.com/xamarin/xamarin-macios @@ -28,9 +28,9 @@ https://github.com/xamarin/xamarin-macios d167ae86b857d3e25f013e33b99879b513491562 - + https://github.com/dotnet/emsdk - aeb9a3591b687c3f141e43b330604b34da738149 + ea10b4e5534de1806cc2e84ddd3b00eabcab962f https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index edddf5deb6aa..d846e377ef84 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,15 +1,15 @@ - 7.0.100-preview.6.22277.6 + 7.0.100-preview.6.22316.8 - 7.0.0-preview.5.22272.3 + 7.0.0-preview.6.22312.1 6.0.0 6.0.1 6.0.0 - 33.0.0-preview.4.42 + 33.0.0-preview.6.67 15.4.744-ci.net7-0 15.4.744-ci.net7-0 @@ -18,7 +18,8 @@ 7.0.303 7.0.100-preview.6.7 - 7.0.0-preview.5.22252.1 + + 7.0.0-preview.6.22281.1 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) 1.1.1 From 48ba3a31395c1dc7892c05e9c6a82c458915ded2 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 23 Jun 2022 19:53:08 +0200 Subject: [PATCH 019/158] Not yet supported on net7.0 --- eng/pipelines/handlers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index f31f82198ad1..8533d5e87c86 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -104,8 +104,8 @@ parameters: default: - name: default tfm: default - - name: net6 - tfm: net6.0 + # - name: net6 + # tfm: net6.0 resources: repositories: From 8466ba8d5ba23a475dd1300318235f697dc56a25 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 24 Jun 2022 10:57:54 -0500 Subject: [PATCH 020/158] [android] update AOT profile for .NET 7 (#8287) `Mono.AotProfiler.Android` 7.0.0-preview1 is needed for recording new profiles in .NET 7. A lot of methods changed in the BCL, so this is just getting us a reasonable baseline going forward in .NET 7. --- .nuspec/maui-blazor.aotprofile | Bin 683085 -> 696341 bytes .nuspec/maui-blazor.aotprofile.txt | 1069 ++++++++++--------- .nuspec/maui.aotprofile | Bin 619982 -> 621001 bytes .nuspec/maui.aotprofile.txt | 740 +++++++------ src/ProfiledAot/src/Directory.Build.targets | 2 +- 5 files changed, 918 insertions(+), 893 deletions(-) diff --git a/.nuspec/maui-blazor.aotprofile b/.nuspec/maui-blazor.aotprofile index db1da76b99553ab94fea6e1753161bf715739103..d65b8118da5e3bd487d2ba72ce68a95aee712ecc 100644 GIT binary patch delta 152897 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 delta 146446 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 t!jBE+aEpt;_:get_Context () + Android.Content.Context Microsoft.Maui.MauiContext:<.ctor>b__6_1 () Android.Content.Context Microsoft.Maui.MauiContext:get_Context () Android.Content.Intent Android.App.Activity:get_Intent () Android.Content.PM.PackageInfo Android.Content.PM.PackageManagerInvoker:GetPackageInfo (string,Android.Content.PM.PackageInfoFlags) @@ -67,6 +68,7 @@ Methods: Android.Views.View Microsoft.Maui.Controls.Platform.GestureManager:get_Control () Android.Views.View Microsoft.Maui.ElementHandlerExtensions:ToPlatform (Microsoft.Maui.IElementHandler) Android.Views.View Microsoft.Maui.Handlers.ViewHandler`2:OnCreatePlatformView () + Android.Views.View Microsoft.Maui.Handlers.WindowHandler:CreateRootViewFromContent (Microsoft.Maui.Handlers.IWindowHandler,Microsoft.Maui.IWindow) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToContainerView (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToPlatform (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToPlatform (Microsoft.Maui.IElement) @@ -125,14 +127,17 @@ Methods: bool Java.Interop.JniEnvironment/Types:IsInstanceOf (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironment/Types:IsSameObject (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironmentInfo:get_IsValid () - bool Java.Interop.JniFieldInfo:get_IsValid () - bool Java.Interop.JniMethodInfo:get_IsValid () bool Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeAbstractBooleanMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeNonvirtualBooleanMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualBooleanMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeBooleanStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,bool&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeInt32StaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,int&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeObjectStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,Java.Interop.JniObjectReference&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeVoidStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniRuntime:GetBuiltInTypeArraySignature (System.Type,Java.Interop.JniTypeSignature&) bool Java.Interop.JniRuntime:GetBuiltInTypeSignature (System.Type,Java.Interop.JniTypeSignature&) bool Java.Interop.JniRuntime/JniObjectReferenceManager:get_LogGlobalReferenceMessages () + bool Java.Interop.JniType:TryGetStaticMethod (string,string,Java.Interop.JniMethodInfo&) bool Java.Interop.Runtime:IsGCUserPeer (intptr) bool Java.Interop.TypeManager:get_ActivationEnabled () bool Java.Lang.Object:Java.Interop.IJavaObjectEx.get_IsProxy () @@ -141,7 +146,6 @@ Methods: bool Java.Util.IIteratorInvoker:get_HasNext () bool Microsoft.AspNetCore.Components.ChangeDetection:IsKnownImmutableType (System.Type) bool Microsoft.AspNetCore.Components.ChangeDetection:MayHaveChanged (object,object) - bool Microsoft.AspNetCore.Components.ChangeDetection:MayHaveChanged (T1_REF,T2_REF) bool Microsoft.AspNetCore.Components.EventCallback`1:get_HasDelegate () bool Microsoft.AspNetCore.Components.EventCallback`1:get_RequiresExplicitReceiver () bool Microsoft.AspNetCore.Components.NavigationManager:TryGetLengthOfBaseUriPrefix (System.Uri,string,int&) @@ -206,13 +210,13 @@ Methods: bool Microsoft.Maui.Controls.ImageSource:IsNullOrEmpty (Microsoft.Maui.Controls.ImageSource) bool Microsoft.Maui.Controls.Page:get_IsBusy () bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () - bool Microsoft.Maui.Controls.Page/d__80:MoveNext () + bool Microsoft.Maui.Controls.Page/d__84:MoveNext () bool Microsoft.Maui.Controls.Platform.SemanticExtensions:ControlsAccessibilityDelegateNeeded (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:TapGestureRecognizerNeedsDelegate (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.ResourceDictionary:ContainsKey (string) bool Microsoft.Maui.Controls.ResourceDictionary:TryGetValue (string,object&) bool Microsoft.Maui.Controls.ResourceDictionary:TryGetValueAndSource (string,object&,Microsoft.Maui.Controls.ResourceDictionary&) - bool Microsoft.Maui.Controls.ResourceDictionary/d__41:MoveNext () + bool Microsoft.Maui.Controls.ResourceDictionary/d__42:MoveNext () bool Microsoft.Maui.Controls.ResourcesExtensions:TryGetResource (Microsoft.Maui.Controls.IElementDefinition,string,object&) bool Microsoft.Maui.Controls.SolidColorBrush:get_IsEmpty () bool Microsoft.Maui.Controls.StyleSheets.StyleSheetExtensions/d__0:MoveNext () @@ -220,6 +224,7 @@ Methods: bool Microsoft.Maui.Controls.VisualElement:get_InputTransparent () bool Microsoft.Maui.Controls.VisualElement:get_IsEnabled () bool Microsoft.Maui.Controls.VisualElement:get_IsVisible () + bool Microsoft.Maui.Controls.VisualElement:IsMocked () bool Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IFlowDirectionController.get_ApplyEffectiveFlowDirectionToChildContainer () bool Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IResourcesProvider.get_IsResourcesCreated () bool Microsoft.Maui.Controls.VisualStateManager:HasVisualStateGroups (Microsoft.Maui.Controls.VisualElement) @@ -240,7 +245,6 @@ Methods: bool Microsoft.Maui.Graphics.Rect:op_Equality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Inequality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Size:op_Equality (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Size) - bool Microsoft.Maui.GridLength:get_IsAbsolute () bool Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:MoveNext () bool Microsoft.Maui.Handlers.ViewHandler:get_NeedsContainer () bool Microsoft.Maui.Hosting.Internal.MauiFactory:TryGetServiceDescriptors (System.Type&,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&,System.Collections.Generic.IEnumerable`1&) @@ -248,8 +252,6 @@ Methods: bool Microsoft.Maui.Internal.WeakList`1:Contains (Microsoft.Maui.HotReload.IHotReloadableView) bool Microsoft.Maui.JavaObjectExtensions:IsAlive (Java.Lang.Object) bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Java.Lang.Object) - bool Microsoft.Maui.Layouts.GridLayoutManager/Column:get_IsStar () - bool Microsoft.Maui.Layouts.GridLayoutManager/Row:get_IsStar () bool Microsoft.Maui.Layouts.LayoutExtensions:ShouldArrangeLeftToRight (Microsoft.Maui.IView) bool Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:MoveNext () bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () @@ -262,6 +264,7 @@ Methods: bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_IsInvalid () bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_SupportsRandomAccess () bool Microsoft.Win32.SafeHandles.SafeFileHandle:GetCanSeek () + bool Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,long&,Interop/Sys/Permissions&) bool Microsoft.Win32.SafeHandles.SafeFileHandle:ReleaseHandle () bool Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:get_IsInvalid () bool System.AppContext:TryGetSwitch (string,bool&) @@ -289,6 +292,7 @@ Methods: bool System.Char:IsWhiteSpace (char) bool System.Char:IsWhiteSpaceLatin1 (char) bool System.Char:System.ISpanFormattable.TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) + bool System.Collections.Concurrent.ConcurrentDictionary`2/Enumerator, System.Text.Json.Cache`1/CacheEntry>>:MoveNext () bool System.Collections.Concurrent.ConcurrentDictionary`2:IsValueWriteAtomic () bool System.Collections.Concurrent.ConcurrentDictionary`2:TryAdd (Microsoft.AspNetCore.Components.Routing.RouteKey,Microsoft.AspNetCore.Components.Routing.RouteTable) bool System.Collections.Concurrent.ConcurrentDictionary`2:TryAddInternal (Microsoft.AspNetCore.Components.Routing.RouteKey,System.Nullable`1,Microsoft.AspNetCore.Components.Routing.RouteTable,bool,bool,Microsoft.AspNetCore.Components.Routing.RouteTable&) @@ -308,19 +312,21 @@ Methods: bool System.Collections.Concurrent.ConcurrentDictionary`2:IsValueWriteAtomic () bool System.Collections.Concurrent.ConcurrentDictionary`2:TryRemove (long,System.Threading.CancellationTokenRegistration&) bool System.Collections.Concurrent.ConcurrentDictionary`2:TryRemoveInternal (long,System.Threading.CancellationTokenRegistration&,bool,System.Threading.CancellationTokenRegistration) + bool System.Collections.Concurrent.ConcurrentDictionary`2>:TryAdd (System.Text.Json.JsonSerializerOptions,System.WeakReference`1) + bool System.Collections.Concurrent.ConcurrentDictionary`2>:TryGetValue (System.Text.Json.JsonSerializerOptions,System.WeakReference`1&) bool System.Collections.Concurrent.ConcurrentDictionary`2:IsValueWriteAtomic () bool System.Collections.Concurrent.ConcurrentDictionary`2>:IsValueWriteAtomic () bool System.Collections.Concurrent.ConcurrentDictionary`2>:TryGetValueInternal (System.Type,int,System.Func`2&) bool System.Collections.Concurrent.ConcurrentDictionary`2:TryAddInternal (System.Type,System.Nullable`1,object,bool,bool,object&) - bool System.Collections.Concurrent.ConcurrentDictionary`2:TryAdd (System.Type,System.Text.Json.Serialization.JsonConverter) - bool System.Collections.Concurrent.ConcurrentDictionary`2:ContainsKey (System.Type) - bool System.Collections.Concurrent.ConcurrentDictionary`2:TryGetValue (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo&) bool System.Collections.Concurrent.ConcurrentDictionary`2>>:IsValueWriteAtomic () bool System.Collections.Concurrent.ConcurrentDictionary`2>>:TryAddInternal (System.Type,System.Nullable`1,System.ValueTuple`2>,bool,bool,System.ValueTuple`2>&) bool System.Collections.Concurrent.ConcurrentDictionary`2>>:TryGetValue (System.Type,System.ValueTuple`2>&) bool System.Collections.Concurrent.ConcurrentDictionary`2:IsValueWriteAtomic () bool System.Collections.Concurrent.ConcurrentDictionary`2:TryAdd (ulong,System.Text.Json.JsonEncodedText) bool System.Collections.Concurrent.ConcurrentDictionary`2:TryAddInternal (ulong,System.Nullable`1,System.Text.Json.JsonEncodedText,bool,bool,System.Text.Json.JsonEncodedText&) + bool System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:IsValueWriteAtomic () + bool System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:TryAddInternal (System.ValueTuple`3,System.Nullable`1,System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>,bool,bool,System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>&) + bool System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:TryGetValueInternal (System.ValueTuple`3,int,System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>&) bool System.Collections.Concurrent.ConcurrentQueue`1:TryDequeue (object&) bool System.Collections.Concurrent.ConcurrentQueueSegment`1:TryDequeue (object&) bool System.Collections.Concurrent.ConcurrentQueueSegment`1:TryEnqueue (object) @@ -331,6 +337,7 @@ Methods: bool System.Collections.Generic.Dictionary`2:Remove (System.Action) bool System.Collections.Generic.Dictionary`2:TryGetValue (int,Microsoft.AspNetCore.Components.Rendering.ComponentState&) bool System.Collections.Generic.Dictionary`2:TryInsert (int,Microsoft.AspNetCore.Components.Rendering.ComponentState,System.Collections.Generic.InsertionBehavior) + bool System.Collections.Generic.Dictionary`2:TryInsert (int,bool,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2>:TryInsert (long,System.WeakReference`1,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:Remove (intptr) bool System.Collections.Generic.Dictionary`2:TryGetValue (intptr,Android.Runtime.IdentityHashTargets&) @@ -339,8 +346,6 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryInsert (intptr,Java.Interop.JniRuntime,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (intptr) bool System.Collections.Generic.Dictionary`2:TryInsert (intptr,System.IDisposable,System.Collections.Generic.InsertionBehavior) - bool System.Collections.Generic.Dictionary`2:TryGetValue (System.Net.Http.Headers.HeaderDescriptor,object&) - bool System.Collections.Generic.Dictionary`2:TryInsert (System.Net.Http.Headers.HeaderDescriptor,object,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryAdd (string,Microsoft.AspNetCore.Components.WebView.WebViewManager/RootComponent) bool System.Collections.Generic.Dictionary`2:TryAdd (string,int) bool System.Collections.Generic.Dictionary`2:TryGetValue (string,int&) @@ -348,10 +353,10 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryGetValue (string,intptr&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,intptr,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (string) + bool System.Collections.Generic.Dictionary`2:TryGetValue (string,object&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,object,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Resources.ResourceLocator&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,System.Resources.ResourceLocator,System.Collections.Generic.InsertionBehavior) - bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Type&) bool System.Collections.Generic.Dictionary`2>:TryInsert (string,System.ValueTuple`2,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (System.Type) bool System.Collections.Generic.Dictionary`2:Remove (System.Type) @@ -360,12 +365,15 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryInsert (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryInsert (ulong,Microsoft.AspNetCore.Components.EventCallback,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.GenericEqualityComparer`1:Equals (long,long) - bool System.Collections.Generic.HashSet`1/Enumerator:MoveNext () + bool System.Collections.Generic.GenericEqualityComparer`1:Equals (string,string) + bool System.Collections.Generic.HashSet`1/Enumerator:MoveNext () bool System.Collections.Generic.HashSet`1:Add (string) bool System.Collections.Generic.HashSet`1:AddIfNotPresent (string,int&) bool System.Collections.Generic.HashSet`1:Contains (System.Type) bool System.Collections.Generic.List`1/Enumerator:MoveNext () bool System.Collections.Generic.List`1/Enumerator:MoveNextRare () + bool System.Collections.Generic.List`1/Enumerator>:MoveNext () + bool System.Collections.Generic.List`1/Enumerator>:MoveNextRare () bool System.Collections.Generic.List`1/Enumerator>:MoveNext () bool System.Collections.Generic.List`1/Enumerator>:MoveNextRare () bool System.Collections.Generic.List`1:System.Collections.Generic.ICollection.get_IsReadOnly () @@ -377,6 +385,7 @@ Methods: bool System.Collections.Hashtable:ContainsKey (object) bool System.Collections.Hashtable:KeyEquals (object,object) bool System.Collections.Specialized.SingleItemReadOnlyList/d__15:MoveNext () + bool System.DateTime:op_Equality (System.DateTime,System.DateTime) bool System.DateTime:op_GreaterThanOrEqual (System.DateTime,System.DateTime) bool System.DateTime:op_Inequality (System.DateTime,System.DateTime) bool System.DateTime:op_LessThanOrEqual (System.DateTime,System.DateTime) @@ -390,7 +399,8 @@ Methods: bool System.Diagnostics.Tracing.EventSource:InitializeIsSupported () bool System.DomainNameHelper:IsValidByIri (char*,int,int&,bool&,bool) bool System.Double:Equals (object) - bool System.Enum:GetEnumValuesAndNames (System.RuntimeType,ulong[]&,string[]&) + bool System.Enum:Equals (object) + bool System.Enum:GetEnumValuesAndNames (System.Runtime.CompilerServices.QCallTypeHandle,ulong[]&,string[]&) bool System.Enum:TryParse (System.Type,string,bool,bool,object&) bool System.Enum:TryParse (System.Type,System.ReadOnlySpan`1,bool,bool,object&) bool System.Enum:TryParseByName (System.RuntimeType,System.ReadOnlySpan`1,bool,bool,ulong&) @@ -424,12 +434,9 @@ Methods: bool System.Int32:TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) bool System.Int32:TryParse (System.ReadOnlySpan`1,int&) bool System.Int64:TryParse (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.IFormatProvider,long&) - bool System.IntPtr:op_Inequality (intptr,intptr) bool System.IO.BufferedStream:get_CanSeek () bool System.IO.DelegatingStream:get_CanSeek () bool System.IO.File:Exists (string) - bool System.IO.FileStatus:TryRefreshFileCache (System.ReadOnlySpan`1) - bool System.IO.FileStatus:VerifyStatCall (int,int&) bool System.IO.FileStream:get_CanRead () bool System.IO.FileSystem:FileExists (System.ReadOnlySpan`1,Interop/ErrorInfo&) bool System.IO.FileSystem:FileExists (System.ReadOnlySpan`1) @@ -441,7 +448,6 @@ Methods: bool System.IO.Path:IsPathRooted (System.ReadOnlySpan`1) bool System.IO.PathInternal:AreRootsEqual (string,string,System.StringComparison) bool System.IO.PathInternal:EndsInDirectorySeparator (System.ReadOnlySpan`1) - bool System.IO.PathInternal:get_IsCaseSensitive () bool System.IO.PathInternal:RemoveRelativeSegments (System.ReadOnlySpan`1,int,System.Text.ValueStringBuilder&) bool System.IO.Strategies.BufferedFileStreamStrategy:get_CanRead () bool System.IO.Strategies.BufferedFileStreamStrategy:get_IsClosed () @@ -458,9 +464,7 @@ Methods: bool System.Lazy`1:get_Value () bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1) bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1,System.Func`2) - bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1,System.Func`2) - bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1) - bool System.Linq.Enumerable/d__36`1:MoveNext () + bool System.Linq.Enumerable/d__40`1:MoveNext () bool System.Linq.Enumerable/AppendPrepend1Iterator`1:MoveNext () bool System.Linq.Enumerable/AppendPrependIterator`1:LoadFromEnumerator () bool System.Linq.Enumerable/WhereArrayIterator`1:MoveNext () @@ -475,6 +479,8 @@ Methods: bool System.Net.Cookie:InternalSetName (string) bool System.Net.Cookie:IsDomainEqualToHost (string,string) bool System.Net.Cookie:VerifySetDefaults (System.Net.CookieVariant,System.Uri,bool,string,bool,bool) + bool System.Net.CookieComparer:EqualDomains (System.ReadOnlySpan`1,System.ReadOnlySpan`1) + bool System.Net.CookieComparer:Equals (System.Net.Cookie,System.Net.Cookie) bool System.Net.CookieContainer:IsLocalDomain (string) bool System.Net.CookieParser:EndofHeader () bool System.Net.CookieParser:InternalSetNameMethod (System.Net.Cookie,string) @@ -483,14 +489,11 @@ Methods: bool System.Net.Http.Headers.HeaderDescriptor:Equals (System.Net.Http.Headers.HeaderDescriptor) bool System.Net.Http.Headers.HeaderDescriptor:TryGet (string,System.Net.Http.Headers.HeaderDescriptor&) bool System.Net.Http.Headers.HeaderUtilities:TryParseInt64 (string,int,int,long&) - bool System.Net.Http.Headers.HttpHeaders:ContainsNewLine (string,string) - bool System.Net.Http.Headers.HttpHeaders:ParseRawHeaderValues (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,bool) bool System.Net.Http.Headers.HttpHeaders:TryAddWithoutValidation (string,System.Collections.Generic.IEnumerable`1) bool System.Net.Http.Headers.HttpHeaders:TryAddWithoutValidation (System.Net.Http.Headers.HeaderDescriptor,string) bool System.Net.Http.Headers.HttpHeaders:TryAddWithoutValidation (System.Net.Http.Headers.HeaderDescriptor,System.Collections.Generic.IEnumerable`1) bool System.Net.Http.Headers.HttpHeaders:TryGetAndParseHeaderInfo (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo&) bool System.Net.Http.Headers.HttpHeaders:TryGetHeaderDescriptor (string,System.Net.Http.Headers.HeaderDescriptor&) - bool System.Net.Http.Headers.HttpHeaders:TryGetHeaderValue (System.Net.Http.Headers.HeaderDescriptor,object&) bool System.Net.Http.Headers.HttpHeaders:TryGetValues (string,System.Collections.Generic.IEnumerable`1&) bool System.Net.Http.Headers.HttpHeaders:TryGetValues (System.Net.Http.Headers.HeaderDescriptor,System.Collections.Generic.IEnumerable`1&) bool System.Net.Http.Headers.HttpHeaders:TryParseAndAddRawHeaderValue (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,string,bool) @@ -500,7 +503,6 @@ Methods: bool System.Net.Http.HPack.HPackEncoder:EncodeLiteralHeaderName (string,System.Span`1,int&) bool System.Net.Http.HPack.IntegerEncoder:Encode (int,int,System.Span`1,int&) bool System.Net.Http.HttpClient:ShouldBufferResponse (System.Net.Http.HttpCompletionOption,System.Net.Http.HttpRequestMessage) - bool System.Net.Http.HttpClientHandler:get_IsNativeHandlerEnabled () bool System.Net.Http.HttpContent:CreateTemporaryBuffer (long,System.IO.MemoryStream&,System.Exception&) bool System.Net.Http.HttpContent:TryDetectEncoding (System.ArraySegment`1,System.Text.Encoding&,int&) bool System.Net.Http.HttpContent:TryGetBuffer (System.ArraySegment`1&) @@ -512,7 +514,7 @@ Methods: bool System.Net.Http.HttpRuleParser:IsToken (string) bool System.Net.Http.HttpRuleParser:IsTokenChar (char) bool System.Net.Http.QPack.QPackEncoder:EncodeNameString (string,System.Span`1,int&) - bool System.Number:g__TryFormatInt32Slow|41_0 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) + bool System.Number:g__TryFormatInt32Slow|39_0 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryFormatInt32 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryFormatUInt32 (uint,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryInt32ToHexStr (int,char,int,System.Span`1,int&) @@ -520,18 +522,12 @@ Methods: bool System.Numerics.Matrix3x2:op_Equality (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) bool System.Object:Equals (object,object) bool System.Object:Equals (object) - bool System.OperatingSystem:IsAndroidVersionAtLeast (int,int,int,int) - bool System.OperatingSystem:IsIOS () - bool System.OperatingSystem:IsMacOS () - bool System.OperatingSystem:IsOSVersionAtLeast (int,int,int,int) - bool System.OperatingSystem:IsTvOS () - bool System.OperatingSystem:IsWatchOS () - bool System.OperatingSystem:IsWindows () bool System.OrdinalIgnoreCaseComparer:Equals (string,string) bool System.Private.CoreLib.GateThread/DelayHelper:ShouldPerformGateActivities (int,bool) bool System.Private.CoreLib.Interop:CallStringMethod (System.Buffers.SpanFunc`5,string,string,Interop/Globalization/TimeZoneDisplayNameType,string&) bool System.Private.CoreLib.Interop:CallStringMethod (System.Buffers.SpanFunc`5,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,string&) bool System.Private.CoreLib.Interop/Globalization:EnumCalendarInfo (* System.Private.CoreLib.Interop/Globalization:EnumCalendarInfo (),string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) + bool System.Private.CoreLib.Interop/Globalization:EnumCalendarInfo (intptr,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) bool System.Private.CoreLib.Interop/Globalization:GetDefaultLocaleName (char*,int) bool System.Private.CoreLib.Interop/Globalization:GetLocaleInfoGroupingSizes (string,uint,int&,int&) bool System.Private.CoreLib.Interop/Globalization:GetLocaleInfoInt (string,uint,int&) @@ -541,18 +537,21 @@ Methods: bool System.Private.CoreLib.Interop/Sys:LowLevelMonitor_TimedWait (intptr,int) bool System.Private.CoreLib.KeyCollection/Enumerator>:MoveNext () bool System.Private.CoreLib.ValueCollection/Enumerator:MoveNext () + bool System.ProbabilisticMap:IsCharBitSet (uint*,byte) bool System.Reflection.Assembly:Equals (object) - bool System.Reflection.AssemblyName:ParseAssemblyName (intptr,Mono.MonoAssemblyName&,bool&,bool&) + bool System.Reflection.AssemblyNameParser:IsWhiteSpace (char) bool System.Reflection.CustomAttribute:IsDefined (System.Reflection.ICustomAttributeProvider,System.Type,bool) bool System.Reflection.CustomAttribute:IsDefinedInternal (System.Reflection.ICustomAttributeProvider,System.Type) bool System.Reflection.CustomAttribute:IsUserCattrProvider (object) bool System.Reflection.CustomAttributeExtensions:IsDefined (System.Reflection.MemberInfo,System.Type) + bool System.Reflection.Emit.ILGenerator:get_InExceptionBlock () bool System.Reflection.FieldInfo:get_IsLiteral () bool System.Reflection.FieldInfo:get_IsStatic () bool System.Reflection.Metadata.MetadataUpdater:get_IsSupported () bool System.Reflection.MethodBase:get_IsPublic () bool System.Reflection.MethodBase:get_IsStatic () bool System.Reflection.MethodBase:get_IsVirtual () + bool System.Reflection.RuntimeMethodInfo:g__IsDisallowedByRefType|80_0 (System.Type) bool System.Reflection.RuntimeMethodInfo:get_ContainsGenericParameters () bool System.Reflection.RuntimeMethodInfo:get_IsGenericMethod () bool System.Reflection.RuntimeMethodInfo:get_IsGenericMethodDefinition () @@ -566,10 +565,10 @@ Methods: bool System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:Remove (Microsoft.Maui.Controls.BindableObject) bool System.Runtime.CompilerServices.ConditionalWeakTable`2:Remove (Microsoft.Maui.Controls.BindableObject) bool System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () - bool System.Runtime.CompilerServices.RuntimeHelpers:Equals (object,object) bool System.Runtime.CompilerServices.RuntimeHelpers:SufficientExecutionStack () bool System.Runtime.CompilerServices.RuntimeHelpers:TryEnsureSufficientExecutionStack () bool System.Runtime.InteropServices.MemoryMarshal:TryGetArray (System.ReadOnlyMemory`1,System.ArraySegment`1&) + bool System.RuntimeType:CheckValue (object&,System.Reflection.ParameterCopyBackAction&,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) bool System.RuntimeType:Equals (object) bool System.RuntimeType:FilterApplyConstructorInfo (System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) bool System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) @@ -595,22 +594,27 @@ Methods: bool System.RuntimeType:IsValueTypeImpl () bool System.RuntimeTypeHandle:CanCastTo (System.RuntimeType,System.RuntimeType) bool System.RuntimeTypeHandle:HasElementType (System.RuntimeType) + bool System.RuntimeTypeHandle:HasInstantiation (System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:HasInstantiation (System.RuntimeType) - bool System.RuntimeTypeHandle:is_subclass_of (intptr,intptr) + bool System.RuntimeTypeHandle:is_subclass_of (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:IsArray (System.RuntimeType) bool System.RuntimeTypeHandle:IsByRef (System.RuntimeType) + bool System.RuntimeTypeHandle:IsByRefLike (System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:IsByRefLike (System.RuntimeType) + bool System.RuntimeTypeHandle:IsGenericTypeDefinition (System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:IsGenericTypeDefinition (System.RuntimeType) bool System.RuntimeTypeHandle:IsGenericVariable (System.RuntimeType) + bool System.RuntimeTypeHandle:IsInstanceOfType (System.Runtime.CompilerServices.QCallTypeHandle,object) bool System.RuntimeTypeHandle:IsInstanceOfType (System.RuntimeType,object) bool System.RuntimeTypeHandle:IsInterface (System.RuntimeType) bool System.RuntimeTypeHandle:IsPointer (System.RuntimeType) bool System.RuntimeTypeHandle:IsPrimitive (System.RuntimeType) bool System.RuntimeTypeHandle:IsSubclassOf (System.RuntimeType,System.RuntimeType) - bool System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type) + bool System.RuntimeTypeHandle:IsValueType (System.RuntimeType) + bool System.RuntimeTypeHandle:type_is_assignable_from (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.QCallTypeHandle) + bool System.Span`1:TryCopyTo (System.Span`1) bool System.SpanHelpers:Contains (char&,char,int) bool System.SpanHelpers:SequenceEqual (byte&,byte&,uintptr) - bool System.SpanHelpers:SequenceEqual (char&,char&,int) bool System.String:Contains (char) bool System.String:Contains (string) bool System.String:EndsWith (char) @@ -622,7 +626,6 @@ Methods: bool System.String:Equals (string) bool System.String:EqualsOrdinalIgnoreCase (string,string) bool System.String:EqualsOrdinalIgnoreCaseNoLengthCheck (string,string) - bool System.String:IsCharBitSet (uint*,byte) bool System.String:IsNullOrWhiteSpace (string) bool System.String:op_Equality (string,string) bool System.String:op_Inequality (string,string) @@ -637,8 +640,6 @@ Methods: bool System.Text.Json.JsonElement:GetBoolean () bool System.Text.Json.JsonElement:TryGetInt64 (long&) bool System.Text.Json.JsonHelpers:IsDigit (byte) - bool System.Text.Json.JsonSerializerOptions:TryGetClass (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo&) - bool System.Text.Json.JsonSerializerOptions:TypeIsCached (System.Type) bool System.Text.Json.JsonWriterHelper:NeedsEscapingNoBoundsCheck (char) bool System.Text.Json.Reflection.ReflectionExtensions:IsAssignableFromInternal (System.Type,System.Type) bool System.Text.Json.Reflection.ReflectionExtensions:IsImmutableDictionaryType (System.Type,bool) @@ -655,7 +656,6 @@ Methods: bool System.Text.Json.Serialization.Converters.UnsupportedTypeConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.IAsyncEnumerableConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.JsonConverter:get_ConstructorIsParameterized () - bool System.Text.Json.Serialization.JsonConverter:get_RequiresDynamicMemberAccessors () bool System.Text.Json.Serialization.JsonConverter:ShouldFlush (System.Text.Json.Utf8JsonWriter,System.Text.Json.WriteStack&) bool System.Text.Json.Serialization.JsonConverter`1:CanConvert (System.Type) bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () @@ -667,6 +667,7 @@ Methods: bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () + bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () @@ -682,14 +683,15 @@ Methods: bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () + bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonResumableConverter`1:get_HandleNull () + bool System.Text.Json.Serialization.Metadata.AttributePolymorphicTypeConfiguration:g__IsEmpty|3_0 (System.Collections.Generic.IEnumerable`1) bool System.Text.Json.Serialization.Metadata.FSharpCoreReflectionProxy:IsFSharpType (System.Type) bool System.Text.Json.Serialization.Metadata.JsonPropertyInfo:NumberHandingIsApplicable () - bool System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_IsObjectWithParameterizedCtor () bool System.Text.Json.Serialization.Metadata.JsonTypeInfo:IsByRefLike (System.Type) bool System.Text.Json.Serialization.Metadata.JsonTypeInfo:IsInvalidForSerialization (System.Type) bool System.Text.Json.Utf8JsonReader:ConsumeLiteral (System.ReadOnlySpan`1,System.Text.Json.JsonTokenType) @@ -704,19 +706,22 @@ Methods: bool System.Text.Json.Utf8JsonReader:ReadSingleSegment () bool System.Text.Json.Utf8JsonReader:TryGetInt64 (long&) bool System.Text.Json.Utf8JsonReader:TryGetNumber (System.ReadOnlySpan`1,int&) + bool System.Text.Json.WriteStack:get_CurrentContainsMetadata () + bool System.Text.RegularExpressions.RegexCharClass:IsBoundaryWordChar (char) bool System.Text.RegularExpressions.RegexCharClass:IsEmpty (string) bool System.Text.RegularExpressions.RegexCharClass:IsSingleton (string) bool System.Text.RegularExpressions.RegexCharClass:IsSingletonInverse (string) bool System.Text.RegularExpressions.RegexCharClass:IsSubtraction (string) - bool System.Text.RegularExpressions.RegexCharClass:IsWordChar (char) - bool System.Text.RegularExpressions.RegexCode:OpcodeBacktracks (int) - bool System.Text.RegularExpressions.RegexNode:CanBeMadeAtomic (System.Text.RegularExpressions.RegexNode,System.Text.RegularExpressions.RegexNode,uint) + bool System.Text.RegularExpressions.RegexCharClass/<>c:b__140_0 (System.Collections.Generic.KeyValuePair`2) + bool System.Text.RegularExpressions.RegexInterpreterCode:OpcodeBacktracks (System.Text.RegularExpressions.RegexOpcode) + bool System.Text.RegularExpressions.RegexNode:CanBeMadeAtomic (System.Text.RegularExpressions.RegexNode,System.Text.RegularExpressions.RegexNode,bool,bool) bool System.Text.RegularExpressions.RegexParser:IsCaptureName (string) bool System.Text.RegularExpressions.RegexParser:IsCaptureSlot (int) bool System.Text.RegularExpressions.RegexParser:IsQuantifier (char) bool System.Text.RegularExpressions.RegexParser:IsSpecial (char) bool System.Text.RegularExpressions.RegexParser:IsTrueQuantifier () bool System.Text.Rune:IsControl (System.Text.Rune) + bool System.Text.ValueStringBuilder:TryCopyTo (System.Span`1,int&) bool System.Threading.CancellationToken:get_IsCancellationRequested () bool System.Threading.CancellationTokenSource/Registrations:Unregister (long,System.Threading.CancellationTokenSource/CallbackNode) bool System.Threading.EventWaitHandle:Set () @@ -726,12 +731,15 @@ Methods: bool System.Threading.LowLevelLock:TryAcquire () bool System.Threading.LowLevelMonitor:Wait (int) bool System.Threading.LowLevelMonitor:WaitCore (int) + bool System.Threading.PortableThreadPool:get_HasForcedMaxThreads () + bool System.Threading.PortableThreadPool:get_HasForcedMinThreads () bool System.Threading.PortableThreadPool:NotifyWorkItemComplete (object,int) bool System.Threading.PortableThreadPool:OnGen2GCCallback () bool System.Threading.PortableThreadPool:ShouldAdjustMaxWorkersActive (int) bool System.Threading.PortableThreadPool/WorkerThread:ShouldStopProcessingWorkNow (System.Threading.PortableThreadPool) bool System.Threading.PortableThreadPool/WorkerThread:TakeActiveRequest (System.Threading.PortableThreadPool) bool System.Threading.PortableThreadPool/WorkerThread:TryCreateWorkerThread () + bool System.Threading.StackHelper:TryEnsureSufficientExecutionStack () bool System.Threading.Tasks.AwaitTaskContinuation:get_IsValidLocationForInlining () bool System.Threading.Tasks.Task:AddTaskContinuation (object,bool) bool System.Threading.Tasks.Task:AtomicStateUpdate (int,int) @@ -750,10 +758,11 @@ Methods: bool System.Threading.ThreadLocal`1:get_IsValueCreated () bool System.Threading.ThreadPool:UnsafeQueueUserWorkItem (System.Threading.WaitCallback,object) bool System.Threading.ThreadPoolWorkQueue:Dispatch () + bool System.Threading.ThreadPoolWorkQueue:TryStartProcessingHighPriorityWorkItemsAndDequeue (System.Threading.ThreadPoolWorkQueueThreadLocals,object&) bool System.Threading.TimerQueue:EnsureTimerFiresBy (uint) bool System.Threading.TimerQueue:SetTimer (uint) bool System.Threading.TimerQueue:UpdateTimer (System.Threading.TimerQueueTimer,uint,uint) - bool System.Threading.TimerQueueTimer:Change (uint,uint) + bool System.Threading.TimerQueueTimer:Change (uint,uint,bool) bool System.Threading.WaitHandle:WaitOne () bool System.Threading.WaitHandle:WaitOne (int) bool System.Threading.WaitHandle:WaitOneNoCheck (int) @@ -768,9 +777,9 @@ Methods: bool System.TimeZoneInfo:TZif_ParseMDateRule (System.ReadOnlySpan`1,int&,int&,System.DayOfWeek&) bool System.TimeZoneInfo:TZif_ParsePosixFormat (System.ReadOnlySpan`1,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&) bool System.TimeZoneInfo:UtcOffsetOutOfRange (System.TimeSpan) - bool System.TimeZoneInfo/<>c:b__144_0 (char) - bool System.TimeZoneInfo/<>c:b__141_0 (char) - bool System.TimeZoneInfo/<>c:b__142_0 (char) + bool System.TimeZoneInfo/<>c:b__146_0 (char) + bool System.TimeZoneInfo/<>c:b__143_0 (char) + bool System.TimeZoneInfo/<>c:b__144_0 (char) bool System.TimeZoneInfo/AdjustmentRule:get_HasDaylightSaving () bool System.TimeZoneInfo/AdjustmentRule:IsEndDateMarkerForEndOfYear () bool System.TimeZoneInfo/AdjustmentRule:IsStartDateMarkerForBeginningOfYear () @@ -786,9 +795,11 @@ Methods: bool System.Type:get_IsPrimitive () bool System.Type:get_IsSealed () bool System.Type:get_IsValueType () - bool System.Type:IsRuntimeImplemented () bool System.Type:op_Equality (System.Type,System.Type) bool System.Type:op_Inequality (System.Type,System.Type) + bool System.UInt16:TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) + bool System.UInt16:TryParse (string,uint16&) + bool System.UInt16:TryParse (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint16&) bool System.Uri:CheckForColonInFirstPathSegment (string) bool System.Uri:CheckForUnicodeOrEscapedUnreserved (string) bool System.Uri:get_DisablePathAndQueryCanonicalization () @@ -799,9 +810,7 @@ Methods: bool System.Uri:op_Inequality (System.Uri,System.Uri) bool System.UriHelper:IsLWS (char) bool System.UriHelper:TestForSubPath (char*,int,char*,int,bool) - bool System.ValueType:DefaultEquals (object,object) - bool System.ValueType:Equals (object) - bool System.ValueType:InternalEquals (object,object,object[]&) + bool System.ValueTuple`3:Equals (System.ValueTuple`3) bool System.Xml.Linq.XContainer/d__39:MoveNext () bool System.Xml.Linq.XContainer/d__18:MoveNext () bool System.Xml.Linq.XContainer/ContentReader:ReadContentFrom (System.Xml.Linq.XContainer,System.Xml.XmlReader) @@ -844,12 +853,15 @@ Methods: byte[] System.Net.Http.QPack.QPackEncoder:EncodeLiteralHeaderFieldWithoutNameReferenceToArray (string) byte[] System.Net.Http.QPack.QPackEncoder:EncodeLiteralHeaderFieldWithStaticNameReferenceToArray (int) byte[] System.ReadOnlySpan`1:ToArray () - byte[] System.Reflection.AssemblyName:ComputePublicKeyToken () + byte[] System.Reflection.AssemblyNameHelpers:ComputePublicKeyToken (byte[]) + byte[] System.Reflection.AssemblyNameParser:ParsePKT (string,bool) byte[] System.Text.Encoding:GetBytes (string) byte[] System.Text.UTF8Encoding/UTF8EncodingSealed:GetBytes (string) byte[] System.Text.UTF8Encoding/UTF8EncodingSealed:GetBytesForSmallInput (string) byte[] System.TimeZoneInfo/AndroidTzData:GetTimeZoneData (string) byte* System.IO.UnmanagedMemoryStream:get_PositionPointer () + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (byte*,int) + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|36_0 () byte* System.Private.CoreLib.Interop/Sys:GetCwd (byte*,int) byte* System.Text.Unicode.Utf8Utility:GetPointerToFirstInvalidByte (byte*,int,int&,int&) char modreq System.ReadOnlySpan`1:GetPinnableReference (System.Runtime.InteropServices.InAttribute)& System.ReadOnlySpan`1:GetPinnableReference () @@ -869,7 +881,6 @@ Methods: char[] System.Linq.Enumerable:ToArray (System.Collections.Generic.IEnumerable`1) char* Java.Interop.JniEnvironment/Strings:GetStringChars (Java.Interop.JniObjectReference,bool*) char* Java.Interop.NativeMethods:java_interop_jnienv_get_string_chars (intptr,intptr,bool*) - char* System.Number:Int32ToHexChars (char*,uint,int,int) char* System.Text.Unicode.Utf16Utility:GetPointerToFirstInvalidChar (char*,int,long&,int&) char& System.Span`1:GetPinnableReference () double Microsoft.Maui.Controls.Grid:get_ColumnSpacing () @@ -889,16 +900,12 @@ Methods: double Microsoft.Maui.Controls.VisualElement:get_TranslationX () double Microsoft.Maui.Controls.VisualElement:get_TranslationY () double Microsoft.Maui.Controls.VisualElement:get_Width () - double Microsoft.Maui.Controls.VisualElement:get_X () - double Microsoft.Maui.Controls.VisualElement:get_Y () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Height () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MaximumHeight () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MaximumWidth () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MinimumHeight () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MinimumWidth () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Width () - double Microsoft.Maui.Graphics.Rect:get_Height () - double Microsoft.Maui.Graphics.Rect:get_Width () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridHeight () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridWidth () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasuredGridHeight () @@ -909,7 +916,6 @@ Methods: double Microsoft.Maui.Layouts.LayoutExtensions:AlignVertical (Microsoft.Maui.IView,Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Thickness) double Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double) double Microsoft.Maui.Platform.MeasureSpecExtensions:ToDouble (int,Android.Content.Context) - double System.Math:Abs (double) double System.Math:Ceiling (double) double System.Math:Pow (double,double) double System.Math:Sqrt (double) @@ -929,7 +935,6 @@ Methods: int Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLII_I (_JniMarshal_PPLII_I,intptr,intptr,intptr,int,int) int Android.Util.TypedValue:get_ResourceId () int Android.Views.View:get_MeasuredHeight () - int Android.Views.View:get_MeasuredWidth () int Android.Views.View:get_MinimumHeight () int Android.Views.View:get_MinimumWidth () int AndroidX.Fragment.App.FragmentTransactionInvoker:Commit () @@ -995,16 +1000,11 @@ Methods: int System.Array:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Array:BinarySearch (string[],string,System.Collections.Generic.IComparer`1) int System.Array:BinarySearch (System.Array,int,int,object,System.Collections.IComparer) - int System.Array:BinarySearch (T_REF[],int,int,T_REF,System.Collections.Generic.IComparer`1) - int System.Array:BinarySearch (T_REF[],T_REF,System.Collections.Generic.IComparer`1) - int System.Array:BinarySearch (ulong[],int,int,ulong,System.Collections.Generic.IComparer`1) - int System.Array:BinarySearch (ulong[],ulong) int System.Array:GetLength (int) int System.Array:GetLowerBound (int) int System.Array:IndexOf (char[],char,int,int) int System.Array:IndexOf (char[],char) int System.Array:IndexOf (System.Type[],System.Type,int,int) - int System.Array:IndexOf (T_REF[],T_REF,int,int) int System.Collections.ArrayList:Add (object) int System.Collections.ArrayList:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () @@ -1013,42 +1013,45 @@ Methods: int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () - int System.Collections.Concurrent.ConcurrentDictionary`2:get_Count () - int System.Collections.Concurrent.ConcurrentDictionary`2:GetCountInternal () + int System.Collections.Concurrent.ConcurrentDictionary`2>:get_Count () + int System.Collections.Concurrent.ConcurrentDictionary`2>:GetCountInternal () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2>:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2>>:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2:GetCountInternal () + int System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:get_DefaultConcurrencyLevel () + int System.Collections.Generic.ArraySortHelper`1>:PickPivotAndPartition (System.Span`1>,System.Comparison`1>) int System.Collections.Generic.ArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.ArraySortHelper`1:InternalBinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) - int System.Collections.Generic.ArraySortHelper`1:BinarySearch (ulong[],int,int,ulong,System.Collections.Generic.IComparer`1) - int System.Collections.Generic.ArraySortHelper`1:InternalBinarySearch (ulong[],int,int,ulong,System.Collections.Generic.IComparer`1) int System.Collections.Generic.ComparisonComparer`1:Compare (Microsoft.AspNetCore.Components.Routing.RouteEntry,Microsoft.AspNetCore.Components.Routing.RouteEntry) int System.Collections.Generic.Dictionary`2/ValueCollection:get_Count () int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) + int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2>:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) - int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:get_Item (string) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) + int System.Collections.Generic.Dictionary`2:get_Count () int System.Collections.Generic.Dictionary`2>:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.GetHashCode (object) int System.Collections.Generic.EqualityComparer`1:IndexOf (System.Type[],System.Type,int,int) - int System.Collections.Generic.GenericComparer`1:Compare (ulong,ulong) int System.Collections.Generic.HashSet`1:Initialize (int) int System.Collections.Generic.HashSet`1:FindItemIndex (System.Type) int System.Collections.Generic.List`1:get_Count () + int System.Collections.Generic.List`1>:RemoveAll (System.Predicate`1>) + int System.Collections.Generic.List`1:EnsureCapacity (int) + int System.Collections.Generic.List`1:get_Item (int) int System.Collections.Generic.List`1:IndexOf (System.Type) int System.Collections.Generic.List`1:RemoveAll (System.Predicate`1) int System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) @@ -1074,7 +1077,6 @@ Methods: int System.DateTimeFormat:ParseNextChar (System.ReadOnlySpan`1,int) int System.DateTimeFormat:ParseRepeatPattern (System.ReadOnlySpan`1,int,char) int System.Delegate:GetHashCode () - int System.Environment:FindAndParseNextNumber (string,int&) int System.Environment:get_CurrentManagedThreadId () int System.Environment:get_TickCount () int System.Environment:GetProcessorCount () @@ -1104,7 +1106,9 @@ Methods: int System.Globalization.IcuLocaleData:SearchCultureName (string) int System.Globalization.Ordinal:CompareStringIgnoreCase (char&,int,char&,int) int System.Globalization.Ordinal:IndexOf (string,string,int,int,bool) + int System.HashCode:Combine (int,int,int) int System.HashCode:Combine (int,int) + int System.HashCode:ToHashCode () int System.Int32:GetHashCode () int System.Int32:Parse (string) int System.Int32:Parse (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.IFormatProvider) @@ -1123,26 +1127,26 @@ Methods: int System.IO.Strategies.OSFileStreamStrategy:Read (byte[],int,int) int System.IO.Strategies.OSFileStreamStrategy:Read (System.Span`1) int System.IO.Stream:GetCopyBufferSize () - int System.IO.Stream/<>c:b__40_0 (object) + int System.IO.Stream:Read (System.Span`1) + int System.IO.Stream:ReadAtLeast (System.Span`1,int,bool) + int System.IO.Stream:ReadAtLeastCore (System.Span`1,int,bool) + int System.IO.Stream/<>c:b__38_0 (object) int System.IO.StreamReader:Peek () int System.IO.StreamReader:ReadBuffer () int System.IO.UnmanagedMemoryStream:Read (byte[],int,int) + int System.IO.UnmanagedMemoryStream:Read (System.Span`1) int System.IO.UnmanagedMemoryStream:ReadByte () int System.IO.UnmanagedMemoryStream:ReadCore (System.Span`1) int System.Linq.Enumerable:Count (System.Collections.Generic.IEnumerable`1) - int System.Linq.Enumerable:Count (System.Collections.Generic.IEnumerable`1) int System.Marvin:ComputeHash32 (byte&,uint,uint,uint) - int System.Marvin:ComputeHash32OrdinalIgnoreCase (char&,int,uint,uint) int System.Math:Min (int,int) + int System.MemoryExtensions:IndexOfAnyProbabilistic (char&,int,char&,int) int System.MemoryExtensions:ToLowerInvariant (System.ReadOnlySpan`1,System.Span`1) int System.MulticastDelegate:GetHashCode () int System.Net.CookieCollection:get_Count () int System.Net.CookieCollection:InternalAdd (System.Net.Cookie,bool) - int System.Net.CookieComparer:Compare (System.Net.Cookie,System.Net.Cookie) - int System.Net.Http.Headers.HeaderDescriptor:GetHashCode () int System.Net.Http.Headers.HeaderUtilities:GetNextNonEmptyOrWhitespaceIndex (string,int,bool,bool&) - int System.Net.Http.Headers.HttpHeaders:g__Count|65_0 (object) - int System.Net.Http.Headers.HttpHeaders:g__Count|65_0 (object) + int System.Net.Http.Headers.HttpHeaders:g__Count|59_0 (object) int System.Net.Http.Headers.HttpHeaders:GetValueCount (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) int System.Net.Http.Headers.Int64NumberHeaderParser:GetParsedValueLength (string,int,object,object&) int System.Net.Http.Headers.MediaTypeHeaderParser:GetParsedValueLength (string,int,object,object&) @@ -1157,30 +1161,49 @@ Methods: int System.Net.Primitives.Interop/Sys:GetDomainName (byte*,int) int System.Nullable`1:get_Value () int System.Number:ParseInt32 (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) - int System.Numerics.BitOperations:g__SoftwareFallback|20_0 (ulong) + int System.Numerics.BitOperations:g__SoftwareFallback|25_0 (ulong) int System.Numerics.BitOperations:Log2SoftwareFallback (uint) int System.Object:GetHashCode () int System.OrdinalCaseSensitiveComparer:Compare (string,string) int System.OrdinalIgnoreCaseComparer:Compare (string,string) - int System.OrdinalIgnoreCaseComparer:GetHashCode (string) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|3_0 (intptr,void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|0_0 (void*,byte*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|31_0 (char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|35_0 (void*,uint,int*,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|34_0 (void*,uint,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|30_0 (void*,uint,char*,int,void*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|29_0 (void*,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|33_0 (void*,int,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|43_0 (void*,char*,int) int System.Private.CoreLib.Interop/Globalization:GetCalendars (string,System.Globalization.CalendarId[],int) int System.Private.CoreLib.Interop/Globalization:IanaIdToWindowsId (string,char*,int) int System.Private.CoreLib.Interop/Globalization:LoadICU () + int System.Private.CoreLib.Interop/Sys:g____PInvoke|13_0 (intptr) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|27_0 (intptr,Interop/Sys/LockOperations) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|28_0 (intptr,Interop/Sys/LockOperations) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|110_0 (intptr,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|32_0 (Interop/Sys/ProcessCpuInformation*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|65_0 (intptr,int) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|115_0 (byte*,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|90_0 (intptr,byte*,int,long) + int System.Private.CoreLib.Interop/Sys:CanGetHiddenFlag () int System.Private.CoreLib.Interop/Sys:Close (intptr) int System.Private.CoreLib.Interop/Sys:FLock (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FLock (Microsoft.Win32.SafeHandles.SafeFileHandle,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FStat (System.Runtime.InteropServices.SafeHandle,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:GetCpuUtilization (Interop/Sys/ProcessCpuInformation&) + int System.Private.CoreLib.Interop/Sys:GetErrNo () + int System.Private.CoreLib.Interop/Sys:LChflagsCanSetHiddenFlag () int System.Private.CoreLib.Interop/Sys:LStat (byte&,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:LStat (System.ReadOnlySpan`1,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:PRead (System.Runtime.InteropServices.SafeHandle,byte*,int,long) - int System.Random:Next (int,int) int System.Random/XoshiroImpl:Next (int,int) int System.Reflection.Assembly:GetHashCode () int System.Reflection.Emit.DynamicMethod:AddRef (object) int System.Reflection.Emit.DynamicMethodTokenGenerator:GetToken (System.Reflection.MemberInfo,bool) int System.Reflection.Emit.ILExceptionInfo:LastClauseType () int System.Reflection.Emit.ILGenerator:get_ILOffset () + int System.Reflection.Emit.Int32Stack:Pop () int System.Reflection.Emit.LocalBuilder:get_LocalIndex () int System.Reflection.MemberInfo:GetHashCode () int System.Reflection.Metadata.MetadataUpdater:ApplyUpdateEnabled (int) @@ -1199,18 +1222,20 @@ Methods: int System.Runtime.CompilerServices.RuntimeHelpers:GetHashCode (object) int System.Runtime.CompilerServices.RuntimeHelpers:InternalGetHashCode (object) int System.Runtime.InteropServices.Marshal:GetLastPInvokeError () + int System.Runtime.InteropServices.Marshal:GetLastSystemError () int System.Runtime.InteropServices.Marshal:GetLastWin32Error () - int System.Runtime.InteropServices.Marshal:GetSystemMaxDBCSCharSize () int System.RuntimeType:GetArrayRank () int System.RuntimeType:GetHashCode () + int System.RuntimeTypeHandle:GetArrayRank (System.Runtime.CompilerServices.QCallTypeHandle) int System.RuntimeTypeHandle:GetArrayRank (System.RuntimeType) int System.SpanHelpers:IndexOf (byte&,byte,int) int System.SpanHelpers:IndexOf (char&,char,int) int System.SpanHelpers:IndexOf (char&,int,char&,int) + int System.SpanHelpers:IndexOf (ulong&,ulong,int) int System.SpanHelpers:IndexOfAny (char&,char,char,char,char,char,int) + int System.SpanHelpers:IndexOfAny (char&,char,char,char,int) int System.SpanHelpers:IndexOfAny (char&,char,char,int) int System.SpanHelpers:LastIndexOf (char&,char,int) - int System.SpanHelpers:LastIndexOf (char&,char,int) int System.SpanHelpers:LastIndexOf (char&,int,char&,int) int System.SpanHelpers:SequenceCompareTo (byte&,int,byte&,int) int System.SpanHelpers:SequenceCompareTo (char&,int,char&,int) @@ -1230,7 +1255,6 @@ Methods: int System.String:IndexOf (string,System.StringComparison) int System.String:IndexOfAny (char[],int,int) int System.String:IndexOfAny (char[]) - int System.String:IndexOfCharArray (char[],int,int) int System.String:LastIndexOf (char) int System.String:LastIndexOf (string,int,int,System.StringComparison) int System.String:LastIndexOf (string,System.StringComparison) @@ -1240,7 +1264,6 @@ Methods: int System.Text.DecoderNLS:GetChars (byte[],int,int,char[],int,bool) int System.Text.DecoderNLS:GetChars (byte[],int,int,char[],int) int System.Text.DecoderNLS:GetChars (byte*,int,char*,int,bool) - int System.Text.DecoderReplacementFallback:get_MaxCharCount () int System.Text.EncoderReplacementFallback:get_MaxCharCount () int System.Text.Encoding:get_CodePage () int System.Text.Encoding:GetChars (byte*,int,char*,int,System.Text.DecoderNLS) @@ -1255,14 +1278,16 @@ Methods: int System.Text.Json.JsonReaderHelper:GetUtf8ByteCount (System.ReadOnlySpan`1) int System.Text.Json.JsonReaderHelper:GetUtf8FromText (System.ReadOnlySpan`1,System.Span`1) int System.Text.Json.JsonReaderHelper:IndexOfOrLessThan (byte&,byte,byte,byte,int) + int System.Text.Json.JsonSerializerOptions:get_EffectiveMaxDepth () + int System.Text.Json.JsonSerializerOptions/EqualityComparer:GetHashCode (System.Text.Json.JsonSerializerOptions) int System.Text.Json.JsonWriterHelper:NeedsEscaping (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) int System.Text.Json.JsonWriterHelper:NeedsEscaping (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) - int System.Text.RegularExpressions.RegexNode:g__ComputeMinLength|87_0 (System.Text.RegularExpressions.RegexNode,uint) + int System.Text.Json.Serialization.ConfigurationList`1:get_Count () + int System.Text.RegularExpressions.RegexCharClass/<>c:b__140_1 (System.Collections.Generic.KeyValuePair`2,System.Collections.Generic.KeyValuePair`2) int System.Text.RegularExpressions.RegexNode:ChildCount () int System.Text.RegularExpressions.RegexNode:ComputeMinLength () int System.Text.RegularExpressions.RegexParser:CaptureSlotFromName (string) - int System.Text.RegularExpressions.RegexPrefixAnalyzer:FindLeadingAnchor (System.Text.RegularExpressions.RegexTree) - int System.Text.RegularExpressions.RegexWriter:MapCapnum (int) + int System.Text.RegularExpressions.RegexParser:MapCaptureNumber (int,System.Collections.Hashtable) int System.Text.RegularExpressions.RegexWriter:StringCode (string) int System.Text.UTF8Encoding:GetByteCount (string) int System.Text.UTF8Encoding:GetByteCount (System.ReadOnlySpan`1) @@ -1275,8 +1300,8 @@ Methods: int System.Text.UTF8Encoding:GetChars (byte*,int,char*,int) int System.Text.UTF8Encoding:GetCharsFast (byte*,int,char*,int,int&) int System.Text.UTF8Encoding:GetCharsWithFallback (System.ReadOnlySpan`1,int,System.Span`1,int,System.Text.DecoderNLS) - int System.Text.UTF8Encoding:GetMaxByteCount (int) - int System.Text.UTF8Encoding:GetMaxCharCount (int) + int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxByteCount (int) + int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxCharCount (int) int System.Threading.LowLevelLifoSemaphore:TimedWaitInternal (intptr,int) int System.Threading.PortableThreadPool/CpuUtilizationReader:get_CurrentUtilization () int System.Threading.PortableThreadPool/GateThread:GetRunningStateForNumRuns (int) @@ -1306,6 +1331,7 @@ Methods: int System.Uri:get_SecuredPathIndex () int System.Uri:ParseSchemeCheckImplicitFile (char*,int,System.ParsingError&,System.Uri/Flags&,System.UriParser&) int System.ValueTuple`2:GetHashCode () + int System.ValueTuple`3:GetHashCode () int System.Xml.Linq.XHashtable`1/XHashtableState:ComputeHashCode (string,int,int) int System.Xml.Linq.XNamespace:GetHashCode () int System.Xml.ValidateNames:ParseNCName (string,int) @@ -1322,7 +1348,9 @@ Methods: int[] System.Globalization.CultureData:GetLocaleInfoCoreUserOverride (System.Globalization.CultureData/LocaleGroupingData) int[] System.Globalization.CultureData:IcuGetLocaleInfo (System.Globalization.CultureData/LocaleGroupingData) int[] System.ReadOnlySpan`1:ToArray () + int& System.Collections.Generic.Dictionary`2/CollectionsMarshalHelper:GetValueRefOrAddDefault (System.Collections.Generic.Dictionary`2,string,bool&) int& System.Collections.Generic.Dictionary`2:FindValue (string) + int& System.Runtime.InteropServices.CollectionsMarshal:GetValueRefOrAddDefault (System.Collections.Generic.Dictionary`2,string,bool&) int16 System.AppContextConfigHelper:GetInt16Config (string,int16,bool) int16 System.DateTimeOffset:ValidateOffset (System.TimeSpan) int16 System.Threading.PortableThreadPool:get_MinThreadsGoal () @@ -1331,10 +1359,13 @@ Methods: Interop/Error System.Private.CoreLib.Interop/Sys:ConvertErrorPlatformToPal (int) Interop/ErrorInfo System.Private.CoreLib.Interop/Sys:GetLastErrorInfo () Interop/Globalization/ResultCode System.Globalization.CalendarData/<>c:b__33_0 (System.Span`1,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|1_0 (void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|10_0 (byte*,intptr*) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|41_0 (void*,void*,Interop/Globalization/TimeZoneDisplayNameType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetCalendarInfo (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetSortHandle (string,intptr&) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetTimeZoneDisplayName (string,string,Interop/Globalization/TimeZoneDisplayNameType,char*,int) - Interop/Globalization/ResultCode System.TimeZoneInfo/<>c:b__177_0 (System.Span`1,string,string,Interop/Globalization/TimeZoneDisplayNameType) + Interop/Globalization/ResultCode System.TimeZoneInfo/<>c:b__179_0 (System.Span`1,string,string,Interop/Globalization/TimeZoneDisplayNameType) Interop/Sys/OpenFlags Microsoft.Win32.SafeHandles.SafeFileHandle:PreOpenConfigurationFromOptions (System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions) intptr Android.Runtime.InputStreamAdapter:ToLocalJniHandle (System.IO.Stream) intptr Android.Runtime.JavaDictionary:GetKeys () @@ -1366,7 +1397,6 @@ Methods: intptr Android.Runtime.JNIEnv:NewArray (int[][]) intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type,intptr) intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type) - intptr Android.Runtime.JNIEnv:NewArray (T_REF[]) intptr Android.Runtime.JNIEnv:NewGlobalRef (intptr) intptr Android.Runtime.JNIEnv:NewLocalRef (intptr) intptr Android.Runtime.JNIEnv:NewObjectArray (int,intptr,intptr) @@ -1375,9 +1405,9 @@ Methods: intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[]) intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject) - intptr Android.Runtime.JNIEnv/<>c:b__155_4 (System.Array) - intptr Android.Runtime.JNIEnv/<>c:b__155_9 (System.Array) - intptr Android.Runtime.JNIEnv/<>c:b__28_0 (intptr) + intptr Android.Runtime.JNIEnv/<>c:b__156_4 (System.Array) + intptr Android.Runtime.JNIEnv/<>c:b__156_9 (System.Array) + intptr Android.Runtime.JNIEnv/<>c:b__29_0 (intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLL_L (_JniMarshal_PPLL_L,intptr,intptr,intptr,intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLL_L (_JniMarshal_PPLLL_L,intptr,intptr,intptr,intptr,intptr) intptr Android.Views.IWindowManagerInvoker:get_java_class_ref () @@ -1423,22 +1453,23 @@ Methods: intptr Mono.SafeStringMarshal:get_Value () intptr Mono.SafeStringMarshal:StringToUtf8 (string) intptr Mono.SafeStringMarshal:StringToUtf8_icall (string&) - intptr System.Array:GetFlattenedIndex (System.ReadOnlySpan`1) + intptr System.Array:GetFlattenedIndex (int) intptr System.Globalization.CompareInfo/SortHandleCache:GetCachedSortHandle (string) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|0_0 (byte*) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|82_0 (byte*,Interop/Sys/OpenFlags,int) intptr System.Private.CoreLib.Interop/Sys:GetEnv (string) - intptr System.Private.CoreLib.Interop/Sys:GetUnixNamePrivate () intptr System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Create () - intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (string,int&,System.Reflection.Module&) + intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (System.Runtime.CompilerServices.QCallAssembly,string,int&,System.Runtime.CompilerServices.ObjectHandleOnStack) intptr System.Runtime.InteropServices.GCHandle:InternalAlloc (object,System.Runtime.InteropServices.GCHandleType) intptr System.Runtime.InteropServices.Marshal:ReadIntPtr (intptr,int) intptr System.Runtime.InteropServices.Marshal:ReadIntPtr (intptr) intptr System.Runtime.Loader.AssemblyLoadContext:GetLoadContextForAssembly (System.Reflection.RuntimeAssembly) intptr System.Runtime.Loader.AssemblyLoadContext:InitializeAssemblyLoadContext (intptr,bool,bool) intptr System.Runtime.Loader.AssemblyLoadContext:InternalInitializeNativeALC (intptr,intptr,bool,bool) - intptr System.RuntimeType:GetConstructors_native (System.Reflection.BindingFlags) - intptr System.RuntimeType:GetFields_native (intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) - intptr System.RuntimeType:GetMethodsByName_native (intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) - intptr System.RuntimeType:GetPropertiesByName_native (intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) + intptr System.RuntimeType:GetConstructors_native (System.Runtime.CompilerServices.QCallTypeHandle,System.Reflection.BindingFlags) + intptr System.RuntimeType:GetFields_native (System.Runtime.CompilerServices.QCallTypeHandle,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) + intptr System.RuntimeType:GetMethodsByName_native (System.Runtime.CompilerServices.QCallTypeHandle,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) + intptr System.RuntimeType:GetPropertiesByName_native (System.Runtime.CompilerServices.QCallTypeHandle,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) intptr System.Threading.LowLevelLifoSemaphore:InitInternal () intptr System.Threading.WaitSubsystem/HandleManager:NewHandle (System.Threading.WaitSubsystem/WaitableObject) intptr& System.Collections.Generic.Dictionary`2:FindValue (string) @@ -1459,13 +1490,13 @@ Methods: Java.Interop.JniFieldInfo Java.Interop.JniType:GetInstanceField (string,string) Java.Interop.JniFieldInfo Java.Interop.JniType:GetStaticField (string,string) Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/InstanceMethods:GetMethodID (Java.Interop.JniObjectReference,string,string) - Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/StaticMethods:GetStaticMethodID (Java.Interop.JniObjectReference,string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructor (string) + Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string) + Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniStaticMethods:GetMethodInfo (string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniStaticMethods:GetMethodInfo (string) Java.Interop.JniMethodInfo Java.Interop.JniType:GetConstructor (string) Java.Interop.JniMethodInfo Java.Interop.JniType:GetInstanceMethod (string,string) - Java.Interop.JniMethodInfo Java.Interop.JniType:GetStaticMethod (string,string) Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateGlobalReference (Java.Interop.JniObjectReference) Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:GetObjectArrayElement (Java.Interop.JniObjectReference,int) @@ -1487,6 +1518,7 @@ Methods: Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:FindClass (string) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetObjectClass (Java.Interop.JniObjectReference) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetSuperclass (Java.Interop.JniObjectReference) + Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:TryFindClass (string,bool) Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewGlobalRef () Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewLocalRef () Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniInstanceFields:GetObjectValue (string,Java.Interop.IJavaPeerable) @@ -1547,13 +1579,15 @@ Methods: Javax.Net.Ssl.KeyManagerFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureKeyManagerFactory (Java.Security.KeyStore) Javax.Net.Ssl.SSLSocketFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureCustomSSLSocketFactory (Javax.Net.Ssl.HttpsURLConnection) Javax.Net.Ssl.TrustManagerFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureTrustManagerFactory (Java.Security.KeyStore) + long Java.Interop.JniEnvironment/StaticMethods:CallStaticLongMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) + long Java.Interop.JniPeerMembers/JniStaticMethods:InvokeInt64Method (string,Java.Interop.JniArgumentValue*) + long Java.Interop.NativeMethods:java_interop_jnienv_call_static_long_method_a (intptr,intptr&,intptr,intptr,intptr) long Microsoft.AspNetCore.Components.WebView.ArrayBuilderMemoryStream:get_Position () long Microsoft.JSInterop.DotNetObjectReference`1:get_ObjectId () long Microsoft.JSInterop.JSRuntime:TrackObjectReference (Microsoft.JSInterop.DotNetObjectReference`1) - long Microsoft.JSInterop.JSRuntime:TrackObjectReference (Microsoft.JSInterop.DotNetObjectReference`1) + long Microsoft.Maui.PlatformInterop:MeasureAndGetWidthAndHeight (Android.Views.View,int,int) long System.Diagnostics.Stopwatch:GetTimestamp () long System.Diagnostics.Stopwatch:QueryPerformanceCounter () - long System.Diagnostics.Stopwatch:QueryPerformanceFrequency () long System.Environment:get_TickCount64 () long System.IO.MemoryStream:get_Length () long System.IO.MemoryStream:Seek (long,System.IO.SeekOrigin) @@ -1582,8 +1616,6 @@ Methods: Microsoft.AspNetCore.Components.Dispatcher Microsoft.AspNetCore.Components.WebView.Services.WebViewRenderer:get_Dispatcher () Microsoft.AspNetCore.Components.EventCallback`1 Microsoft.AspNetCore.Components.EventCallbackFactory:Create (object,System.Action) Microsoft.AspNetCore.Components.EventCallback`1 Microsoft.AspNetCore.Components.EventCallbackFactory:CreateCore (object,System.MulticastDelegate) - Microsoft.AspNetCore.Components.EventCallback`1 Microsoft.AspNetCore.Components.EventCallbackFactory:Create (object,System.Action) - Microsoft.AspNetCore.Components.EventCallback`1 Microsoft.AspNetCore.Components.EventCallbackFactory:CreateCore (object,System.MulticastDelegate) Microsoft.AspNetCore.Components.IComponent Microsoft.AspNetCore.Components.ComponentFactory:InstantiateComponent (System.IServiceProvider,System.Type) Microsoft.AspNetCore.Components.IComponent Microsoft.AspNetCore.Components.DefaultComponentActivator:CreateInstance (System.Type) Microsoft.AspNetCore.Components.IComponent Microsoft.AspNetCore.Components.RenderTree.Renderer:InstantiateComponent (System.Type) @@ -1634,13 +1666,10 @@ Methods: Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:Add (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions/ImageSourceRegistration) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) - Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,object) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func`2) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type) - Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,TService_REF) - Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddTransient (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions:ConfigureMauiHandlers (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action`1) @@ -1649,23 +1678,16 @@ Methods: Microsoft.Extensions.DependencyInjection.IServiceScope Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:CreateScope (System.IServiceProvider) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceCollection:get_Item (int) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (Microsoft.Extensions.DependencyInjection.ServiceLifetime) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (System.Type,System.Func`2,Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped () - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped (System.Func`2) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped (System.Func`2) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped (System.Type,System.Type) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton () - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (Microsoft.Extensions.Options.IConfigureOptions`1) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Func`2) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Func`2) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Type,object) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Type,System.Type) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (TService_REF) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Transient () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Transient () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Transient (System.Type,System.Type) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem:get_Item (int) @@ -1719,7 +1741,6 @@ Methods: Microsoft.Extensions.FileProviders.IFileProvider Microsoft.AspNetCore.Components.WebView.WebViewManager/StaticWebAssetsLoader:UseStaticWebAssets (Microsoft.Extensions.FileProviders.IFileProvider) Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.LoggerFactory:CreateLogger (string) Microsoft.Extensions.Logging.ILogger`1 Microsoft.Extensions.Logging.LoggerFactoryExtensions:CreateLogger (Microsoft.Extensions.Logging.ILoggerFactory) - Microsoft.Extensions.Logging.ILogger`1 Microsoft.Extensions.Logging.LoggerFactoryExtensions:CreateLogger (Microsoft.Extensions.Logging.ILoggerFactory) Microsoft.Extensions.Logging.LoggerFactoryOptions Microsoft.Extensions.Options.OptionsFactory`1:Create (string) Microsoft.Extensions.Logging.LoggerFactoryOptions Microsoft.Extensions.Options.OptionsFactory`1:CreateInstance (string) Microsoft.Extensions.Logging.LoggerFactoryOptions Microsoft.Extensions.Options.UnnamedOptionsManager`1:get_Value () @@ -1736,20 +1757,25 @@ Methods: Microsoft.Extensions.Primitives.StringSegment Microsoft.Extensions.Primitives.StringSegment:Subsegment (int,int) Microsoft.Extensions.Primitives.StringTokenizer/Enumerator Microsoft.Extensions.Primitives.StringTokenizer:GetEnumerator () Microsoft.JSInterop.DotNetObjectReference`1 Microsoft.JSInterop.DotNetObjectReference:Create (Microsoft.AspNetCore.Components.RenderTree.WebRenderer/WebRendererInteropMethods) - Microsoft.JSInterop.DotNetObjectReference`1 Microsoft.JSInterop.DotNetObjectReference:Create (TValue_REF) Microsoft.JSInterop.Infrastructure.TaskGenericsUtil/ITcsResultSetter Microsoft.JSInterop.Infrastructure.TaskGenericsUtil:CreateResultSetter (object) Microsoft.JSInterop.Infrastructure.TaskGenericsUtil/ITcsResultSetter Microsoft.JSInterop.Infrastructure.TaskGenericsUtil/<>c:b__12_0 (System.Type) Microsoft.JSInterop.JSCallResultType Microsoft.JSInterop.JSCallResultTypeHelper:FromGeneric () - Microsoft.JSInterop.JSCallResultType Microsoft.JSInterop.JSCallResultTypeHelper:FromGeneric () + Microsoft.JSInterop.JSCallResultType[] System.Enum:GetValues () Microsoft.JSInterop.JSRuntime Microsoft.JSInterop.DotNetObjectReference`1:get_JSRuntime () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfo:get_RequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:get_RequestedTheme () + Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:GetRequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.Controls.Application:get_PlatformAppTheme () + Microsoft.Maui.ApplicationModel.AppTheme System.Lazy`1:CreateValue () + Microsoft.Maui.ApplicationModel.AppTheme System.Lazy`1:get_Value () Microsoft.Maui.ApplicationModel.IActivityStateManager Microsoft.Maui.ApplicationModel.ActivityStateManager:get_Default () Microsoft.Maui.ApplicationModel.IAppActions Microsoft.Maui.ApplicationModel.AppActions:get_Current () Microsoft.Maui.ApplicationModel.IAppInfo Microsoft.Maui.ApplicationModel.AppInfo:get_Current () Microsoft.Maui.ApplicationModel.IPlatformAppActions Microsoft.Maui.ApplicationModel.AppActionsExtensions:AsPlatform (Microsoft.Maui.ApplicationModel.IAppActions) Microsoft.Maui.ApplicationModel.LayoutDirection Microsoft.Maui.ApplicationModel.AppInfoImplementation:get_RequestedLayoutDirection () + Microsoft.Maui.ApplicationModel.LayoutDirection Microsoft.Maui.ApplicationModel.AppInfoImplementation:GetLayoutDirection () + Microsoft.Maui.ApplicationModel.LayoutDirection System.Lazy`1:CreateValue () + Microsoft.Maui.ApplicationModel.LayoutDirection System.Lazy`1:get_Value () Microsoft.Maui.ApplicationModel.Permissions/NetworkState System.Activator:CreateInstance () Microsoft.Maui.Controls.Application Microsoft.Maui.Controls.Configuration`2:get_Element () Microsoft.Maui.Controls.Application Microsoft.Maui.Controls.Page:FindApplication (Microsoft.Maui.Controls.Element) @@ -1765,7 +1791,6 @@ Methods: Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.RadioButton:ResolveThemeColor (string) Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.VisualElement:get_Background () Microsoft.Maui.Controls.ColumnDefinitionCollection Microsoft.Maui.Controls.Grid:get_ColumnDefinitions () - Microsoft.Maui.Controls.Configuration`2 Microsoft.Maui.Controls.Configuration`2:Create (Microsoft.Maui.Controls.Application) Microsoft.Maui.Controls.ControlTemplate Microsoft.Maui.Controls.TemplatedPage:get_ControlTemplate () Microsoft.Maui.Controls.EffectiveFlowDirection Microsoft.Maui.Controls.EffectiveFlowDirectionExtensions:ToEffectiveFlowDirection (Microsoft.Maui.FlowDirection,bool) Microsoft.Maui.Controls.EffectiveFlowDirection Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IFlowDirectionController.get_EffectiveFlowDirection () @@ -1791,8 +1816,6 @@ Methods: Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Application:On () Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions:OnThisPlatform (Microsoft.Maui.Controls.Application) Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.PlatformConfigurationRegistry`1:On () - Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions:OnThisPlatform (T_REF) - Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Application:On () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.VisualElement:get_Visual () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IVisualController.get_EffectiveVisual () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.VisualMarker:get_Default () @@ -1804,8 +1827,6 @@ Methods: Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application:GetWindowSoftInputModeAdjust (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application:GetWindowSoftInputModeAdjust (Microsoft.Maui.Controls.IPlatformElementConfiguration`2) Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 Microsoft.Maui.Controls.Application:<.ctor>b__8_1 () - Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 System.Lazy`1>:CreateValue () - Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 System.Lazy`1>:get_Value () Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.Application:get_Resources () Microsoft.Maui.Controls.RowDefinitionCollection Microsoft.Maui.Controls.Grid:get_RowDefinitions () Microsoft.Maui.Controls.Shadow Microsoft.Maui.Controls.VisualElement:get_Shadow () @@ -1878,16 +1899,11 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.LayoutExtensions:MeasureContent (Microsoft.Maui.IContentView,Microsoft.Maui.Thickness,double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.ViewHandlerExtensions:GetDesiredSizeFromHandler (Microsoft.Maui.IViewHandler,double,double) - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/Column:get_GridLength () - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/ImpliedColumn:get_Width () - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/ImpliedRow:get_Height () - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/Row:get_GridLength () Microsoft.Maui.Hosting.FontDescriptor System.Collections.Generic.List`1/Enumerator:get_Current () Microsoft.Maui.Hosting.IFontCollection Microsoft.Maui.Hosting.FontCollectionExtensions:AddFont (Microsoft.Maui.Hosting.IFontCollection,string,string) Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:AddMauiControlsHandlers (Microsoft.Maui.Hosting.IMauiHandlersCollection) Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions:AddHandler (Microsoft.Maui.Hosting.IMauiHandlersCollection,System.Type,System.Type) Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions:AddHandler (Microsoft.Maui.Hosting.IMauiHandlersCollection) - Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions:AddHandler (Microsoft.Maui.Hosting.IMauiHandlersCollection) Microsoft.Maui.Hosting.IMauiInitializeService System.SZGenericArrayEnumerator`1:get_Current () Microsoft.Maui.Hosting.IMauiServiceCollection Microsoft.Maui.Hosting.Internal.MauiHandlersFactory:CreateHandlerCollection (System.Collections.Generic.IEnumerable`1) Microsoft.Maui.Hosting.MauiApp Microsoft.Maui.Hosting.MauiAppBuilder:Build () @@ -1895,7 +1911,6 @@ Methods: Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:RemapForControls (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:SetupDefaults (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:UseMauiApp (Microsoft.Maui.Hosting.MauiAppBuilder) - Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:UseMauiApp (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Hosting.AppHostBuilderExtensions:ConfigureAnimations (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Hosting.AppHostBuilderExtensions:ConfigureDispatching (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Hosting.EssentialsExtensions:UseEssentials (Microsoft.Maui.Hosting.MauiAppBuilder) @@ -1924,7 +1939,10 @@ Methods: Microsoft.Maui.IMauiContext Microsoft.Maui.MauiContextExtensions:MakeApplicationScope (Microsoft.Maui.IMauiContext,Android.App.Application) Microsoft.Maui.IMauiContext Microsoft.Maui.MauiContextExtensions:MakeWindowScope (Microsoft.Maui.IMauiContext,Android.App.Activity,Microsoft.Extensions.DependencyInjection.IServiceScope&) Microsoft.Maui.IMauiHandlersFactory Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions/<>c:b__1_0 (System.IServiceProvider) + Microsoft.Maui.IMauiHandlersFactory Microsoft.Maui.MauiContext:<.ctor>b__6_0 () Microsoft.Maui.IMauiHandlersFactory Microsoft.Maui.MauiContext:get_Handlers () + Microsoft.Maui.IMauiHandlersFactory System.Lazy`1:CreateValue () + Microsoft.Maui.IMauiHandlersFactory System.Lazy`1:get_Value () Microsoft.Maui.IPersistedState Microsoft.Maui.ActivationState:get_State () Microsoft.Maui.IPersistedState Microsoft.Maui.ActivationState:GetPersistedState (Android.OS.Bundle) Microsoft.Maui.IShadow Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Shadow () @@ -1941,8 +1959,11 @@ Methods: Microsoft.Maui.IWindow Microsoft.Maui.Controls.Application:Microsoft.Maui.IApplication.CreateWindow (Microsoft.Maui.IActivationState) Microsoft.Maui.IWindow Microsoft.Maui.Platform.ContextExtensions:GetWindow (Android.Content.Context) Microsoft.Maui.Keyboard Microsoft.Maui.Keyboard:get_Default () + Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:Implied (bool) + Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeColumns (bool) + Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeRows (bool) Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.Collections.Generic.IEnumerator.get_Current () - Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate System.Linq.Enumerable/d__36`1:System.Collections.Generic.IEnumerator.get_Current () + Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate System.Linq.Enumerable/d__40`1:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions:OnBackPressed (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnBackPressed) Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions:OnCreate (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate) Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions:OnDestroy (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnDestroy) @@ -1977,8 +1998,9 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int) - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,long&,Interop/Sys/Permissions&,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,System.Func`4) Microsoft.Win32.SafeHandles.SafeFileHandle System.Private.CoreLib.Interop/Sys:Open (string,Interop/Sys/OpenFlags,int) Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.EventWaitHandle:ValidateHandle () Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle:get_SafeWaitHandle () @@ -1986,8 +2008,8 @@ Methods: Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitSubsystem:NewHandle (System.Threading.WaitSubsystem/WaitableObject) Mono.MonoAssemblyName* System.Reflection.AssemblyName:GetNativeName (intptr) object Android.Runtime.AndroidEnvironment:GetHttpMessageHandler () - object Android.Runtime.JNIEnv/<>c:b__106_8 (System.Type,intptr,int) - object Android.Runtime.JNIEnv/<>c:b__106_9 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__107_8 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__107_9 (System.Type,intptr,int) object Java.Interop.JavaConvert/<>c:<.cctor>b__20_9 (intptr,Android.Runtime.JniHandleOwnership) object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership) object Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:KeyValue (Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame&) @@ -2020,11 +2042,11 @@ Methods: object Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider,System.Type) object Microsoft.Maui.Controls.BindableObject:get_BindingContext () object Microsoft.Maui.Controls.BindableObject:GetValue (Microsoft.Maui.Controls.BindableProperty) - object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__58_1 (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__58_3 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_1 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_3 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.PaddingElement:PaddingDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__378_2 (Microsoft.Maui.Controls.BindableObject,object) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__378_3 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_2 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_3 (Microsoft.Maui.Controls.BindableObject,object) object Microsoft.Maui.Handlers.ElementHandler:CreatePlatformElement () object Microsoft.Maui.Handlers.ElementHandler`2:Microsoft.Maui.IElementHandler.get_PlatformView () object Microsoft.Maui.Handlers.ElementHandler`2:OnCreatePlatformElement () @@ -2035,8 +2057,8 @@ Methods: object Microsoft.Maui.Hosting.Internal.MauiFactory:GetService (Microsoft.Extensions.DependencyInjection.ServiceDescriptor) object Microsoft.Maui.Hosting.Internal.MauiFactory:GetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceDescriptor,System.Collections.Generic.IEnumerable`1) object Microsoft.Maui.Hosting.Internal.MauiFactory:GetService (System.Type) - object Microsoft.Maui.MauiContext/<>c__10`1:b__10_0 (object) - object Microsoft.Maui.MauiContext/<>c__9`1:b__9_0 (object) + object Microsoft.Maui.MauiContext/<>c__11`1:b__11_0 (object) + object Microsoft.Maui.MauiContext/<>c__12`1:b__12_0 (object) object Microsoft.Maui.MauiContext/WrappedServiceProvider:GetService (System.Type) object System.Activator:CreateInstance (System.Type,bool,bool) object System.Activator:CreateInstance (System.Type,bool) @@ -2045,7 +2067,6 @@ Methods: object System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) object System.Activator:CreateInstance (System.Type) object System.AppContext:GetData (string) - object System.AppDomain:GetData (string) object System.Array:Clone () object System.Array:GetValue (int) object System.Array:GetValueImpl (int) @@ -2071,19 +2092,19 @@ Methods: object System.Globalization.CultureInfo:GetFormat (System.Type) object System.Linq.Enumerable/Iterator`1:get_Current () object System.MulticastDelegate:GetTarget () - object System.Net.Http.Headers.HttpHeaders:GetParsedValues (System.Net.Http.Headers.HeaderDescriptor) + object System.Net.Http.Headers.HttpHeaders:GetSingleParsedValue (System.Net.Http.Headers.HeaderDescriptor) + object System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo:GetSingleParsedValue () object System.Net.PathList:get_Item (string) object System.Net.PathList:get_SyncRoot () object System.Object:MemberwiseClone () object System.Reflection.ConstructorInfo:Invoke (object[]) - object System.Reflection.Emit.Stack:Pop () + object System.Reflection.ConstructorInvoker:InterpretedInvoke (object,System.Span`1,System.Reflection.BindingFlags) object System.Reflection.MethodBase:Invoke (object,object[]) - object System.Reflection.RuntimeConstructorInfo:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) - object System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,object[],bool) - object System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,object[],System.Exception&) + object System.Reflection.MethodInvoker:InterpretedInvoke (object,System.Span`1,System.Reflection.BindingFlags) + object System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,System.Span`1&,System.Exception&) object System.Reflection.RuntimeConstructorInfo:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) object System.Reflection.RuntimeConstructorInfo:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) - object System.Reflection.RuntimeMethodInfo:InternalInvoke (object,object[],System.Exception&) + object System.Reflection.RuntimeMethodInfo:InternalInvoke (object,System.Span`1&,System.Exception&) object System.Reflection.RuntimeMethodInfo:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) object System.Reflection.RuntimeParameterInfo:get_DefaultValue () object System.Resources.RuntimeResourceSet:GetObject (string,bool,bool) @@ -2093,14 +2114,12 @@ Methods: object System.Runtime.InteropServices.GCHandle:get_Target () object System.Runtime.InteropServices.GCHandle:InternalGet (intptr) object System.Runtime.InteropServices.Marshal:PtrToStructure (intptr,System.Type) - object System.RuntimeType:CheckValue (object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) object System.RuntimeType:CreateInstanceDefaultCtor (bool,bool) object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType) object System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) - object System.RuntimeType:CreateInstanceInternal (System.Type) + object System.RuntimeType:CreateInstanceInternal (System.Runtime.CompilerServices.QCallTypeHandle) object System.RuntimeType:CreateInstanceMono (bool,bool) object System.RuntimeType:CreateInstanceOfT () - object System.RuntimeType:TryConvertToType (object,bool&) object System.Text.Json.JsonSerializer:Deserialize (System.ReadOnlySpan`1,System.Type,System.Text.Json.JsonSerializerOptions) object System.Text.Json.JsonSerializer:Deserialize (System.Text.Json.Utf8JsonReader&,System.Type,System.Text.Json.JsonSerializerOptions) object System.Text.Json.JsonSerializer:Read (System.Text.Json.Utf8JsonReader&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) @@ -2125,7 +2144,10 @@ Methods: object[] System.RuntimeType:GetCustomAttributes (bool) object[] System.RuntimeType:GetCustomAttributes (System.Type,bool) object& System.Collections.Generic.Dictionary`2:FindValue (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey) - object& System.Collections.Generic.Dictionary`2:FindValue (System.Net.Http.Headers.HeaderDescriptor) + object& System.Collections.Generic.Dictionary`2:FindValue (string) + object& System.Net.Http.Headers.HttpHeaders:g__GrowEntriesAndAddDefault|74_0 (System.Net.Http.Headers.HeaderDescriptor) + object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrAddDefault (System.Net.Http.Headers.HeaderDescriptor) + object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrNullRef (System.Net.Http.Headers.HeaderDescriptor) single Android.Util.DisplayMetrics:get_Density () single Java.Interop.JniEnvironment/InstanceFields:GetFloatField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) single Java.Interop.JniPeerMembers/JniInstanceFields:GetSingleValue (string,Java.Interop.IJavaPeerable) @@ -2133,11 +2155,12 @@ Methods: single Microsoft.Maui.Graphics.RectF:get_Height () single Microsoft.Maui.Graphics.RectF:get_Width () single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,double) - single System.Math:Abs (single) + single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Views.View,double) single System.Numerics.Matrix3x2:GetDeterminant () string Android.Content.ContextWrapper:get_PackageName () string Android.Content.Res.TypedArray:GetString (int) string Android.Net.UriInvoker:ToString () + string Android.Runtime.AndroidTypeManager:GetReplacementTypeCore (string) string Android.Runtime.AndroidTypeManager:GetSimpleReference (System.Type) string Android.Runtime.JavaArray`1/d__13:System.Collections.Generic.IEnumerator.get_Current () string Android.Runtime.JNIEnv:GetCharSequence (intptr,Android.Runtime.JniHandleOwnership) @@ -2150,6 +2173,8 @@ Methods: string Java.Interop.JavaConvert:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference) string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) + string Java.Interop.JniPeerMembers:GetReplacementType (string) + string Java.Interop.JniRuntime/JniTypeManager:GetReplacementType (string) string Java.Interop.JniTypeSignature:get_Name () string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:GetPrimitiveClass (System.Type) string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:ToJniName (string,int) @@ -2272,18 +2297,15 @@ Methods: string System.Private.CoreLib.Interop/Sys:GetCwd () string System.Private.CoreLib.Interop/Sys:GetCwdHelper (byte*,int) string System.Private.CoreLib.Interop/Sys:GetDefaultTimeZone () - string System.Private.CoreLib.Interop/Sys:GetUnixName () - string System.Private.CoreLib.Interop/Sys:GetUnixRelease () string System.Private.CoreLib.KeyCollection/Enumerator:get_Current () string System.ReadOnlySpan`1:ToString () string System.Reflection.AssemblyName:get_CultureName () string System.Reflection.AssemblyName:get_FullName () string System.Reflection.AssemblyNameFormatter:ComputeDisplayName (string,System.Version,string,byte[],System.Reflection.AssemblyNameFlags,System.Reflection.AssemblyContentType) - string System.Reflection.RuntimeAssembly:get_code_base (System.Reflection.Assembly) + string System.Reflection.AssemblyNameParser:ParseCulture (string) string System.Reflection.RuntimeAssembly:get_FullName () - string System.Reflection.RuntimeAssembly:get_fullname (System.Reflection.Assembly) - string System.Reflection.RuntimeAssembly:get_location () string System.Reflection.RuntimeAssembly:get_Location () + string System.Reflection.RuntimeAssembly:GetInfo (System.Reflection.RuntimeAssembly/AssemblyInfoKind) string System.Reflection.RuntimePropertyInfo:get_Name () string System.Resources.ResourceManager:GetResourceFileName (System.Globalization.CultureInfo) string System.Resources.ResourceManager:GetString (string,System.Globalization.CultureInfo) @@ -2291,7 +2313,8 @@ Methods: string System.Resources.ResourceReader:LoadString (int) string System.Resources.RuntimeResourceSet:GetString (string,bool) string System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () - string System.Runtime.InteropServices.Marshal:PtrToStringAnsi (intptr) + string System.Runtime.InteropServices.Marshal:PtrToStringUTF8 (intptr) + string System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:ToManaged () string System.RuntimeType:get_AssemblyQualifiedName () string System.RuntimeType:get_FullName () string System.RuntimeType:get_Name () @@ -2336,14 +2359,12 @@ Methods: string System.Text.Json.JsonReaderHelper:GetTextFromUtf8 (System.ReadOnlySpan`1) string System.Text.Json.JsonReaderHelper:TranscodeHelper (System.ReadOnlySpan`1) string System.Text.Json.JsonSerializer:Serialize (object[],System.Text.Json.JsonSerializerOptions) - string System.Text.Json.JsonSerializer:Serialize (TValue_REF,System.Text.Json.JsonSerializerOptions) string System.Text.Json.JsonSerializer:WriteStringUsingSerializer (object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - string System.Text.Json.JsonSerializer:WriteStringUsingSerializer (TValue_REF&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) string System.Text.RegularExpressions.RegexCharClass:ToStringClass () + string System.Text.RegularExpressions.RegexCharClass/<>c:b__140_2 (System.Collections.Generic.KeyValuePair`2) string System.Text.RegularExpressions.RegexParser:ScanCapname () string System.Text.StringBuilder:ToString () string System.Text.StringBuilderCache:GetStringAndRelease (System.Text.StringBuilder) - string System.Text.StringBuilderCache:GetStringAndRelease (System.Text.StringBuilder) string System.Text.UTF8Encoding:GetString (byte[],int,int) string System.Text.ValueStringBuilder:ToString () string System.Text.ValueStringBuilder:ToString () @@ -2395,7 +2416,7 @@ Methods: string Xamarin.Android.Net.AndroidMessageHandler:EncodeUrl (System.Uri) string[] Android.Runtime.JNIEnv:GetArray (intptr) string[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Rent (int) - string[] System.Enum:GetNames (System.Type) + string[] System.Enum:GetNames () string[] System.Enum:InternalGetNames (System.RuntimeType) string[] System.GC:AllocateArray (int,bool) string[] System.GC:AllocateUninitializedArray (int,bool) @@ -2403,6 +2424,7 @@ Methods: string[] System.Globalization.CultureData:AbbreviatedMonthNames (System.Globalization.CalendarId) string[] System.Globalization.CultureData:get_LongTimes () string[] System.Globalization.CultureData:get_ShortTimes () + string[] System.Globalization.CultureData:GetNativeDigits () string[] System.Globalization.CultureData:GetTimeFormatsCore (bool) string[] System.Globalization.CultureData:LongDates (System.Globalization.CalendarId) string[] System.Globalization.CultureData:ShortDates (System.Globalization.CalendarId) @@ -2415,11 +2437,11 @@ Methods: string[] System.Globalization.DateTimeFormatInfo:InternalGetAbbreviatedMonthNamesCore () string[] System.Net.Http.Headers.HttpHeaders:GetStoreValuesAsStringArray (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) string[] System.ReadOnlySpan`1:ToArray () - string[] System.RuntimeType:GetEnumNames () string[] System.String:Split (char,System.StringSplitOptions) string[] System.String:Split (char[],System.StringSplitOptions) string[] System.String:SplitInternal (System.ReadOnlySpan`1,int,System.StringSplitOptions) string[] System.String:SplitWithoutPostProcessing (System.ReadOnlySpan`1,System.ReadOnlySpan`1,int,int) + string[] System.Text.RegularExpressions.RegexCharClass:PopulateCategoryIdToName () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__16`1>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:get_MoveNextAction () @@ -2433,31 +2455,31 @@ Methods: System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) - System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) - System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) System.Action`5 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.Action`5 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) - System.Action`5 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) - System.Action`5 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) System.Action`6 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.AppDomain System.AppDomain:get_CurrentDomain () System.Array Android.Runtime.JNIEnv:_GetArray (intptr,System.Type) System.Array Android.Runtime.JNIEnv:GetArray (intptr,Android.Runtime.JniHandleOwnership,System.Type) - System.Array Android.Runtime.JNIEnv/<>c:b__132_1 (System.Type,intptr,int) - System.Array Android.Runtime.JNIEnv/<>c:b__132_12 (System.Type,intptr,int) + System.Array Android.Runtime.JNIEnv/<>c:b__133_1 (System.Type,intptr,int) + System.Array Android.Runtime.JNIEnv/<>c:b__133_12 (System.Type,intptr,int) System.Array System.Array:CreateInstance (System.Type,int) + System.Array System.Array:InternalCreate (System.RuntimeType,int,int*,int*) System.Array System.Enum:GetValues (System.Type) System.Array System.RuntimeType:GetEnumValues () System.ArraySegment`1 System.Net.Http.HttpContent/LimitArrayPoolWriteStream:GetBuffer () System.Attribute System.Attribute:GetAttr (System.Reflection.ICustomAttributeProvider,System.Type,bool) System.Attribute System.Attribute:GetCustomAttribute (System.Reflection.Assembly,System.Type) + System.Attribute System.Attribute:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool) System.Attribute System.Attribute:GetCustomAttribute (System.Reflection.MemberInfo,System.Type) System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.Assembly,System.Type) + System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool) System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,System.Type) System.Attribute System.Text.Json.JsonSerializerOptions:GetAttributeThatCanHaveMultiple (System.Type,System.Type,System.Reflection.MemberInfo,object[]) System.Attribute System.Text.Json.JsonSerializerOptions:GetAttributeThatCanHaveMultiple (System.Type,System.Type) + System.Attribute[] System.Attribute:GetCustomAttributes (System.Reflection.MemberInfo,System.Type,bool) System.Attribute[] System.Reflection.CustomAttribute:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool) System.AttributeUsageAttribute System.Reflection.CustomAttribute:RetrieveAttributeUsage (System.Type) System.AttributeUsageAttribute System.Reflection.CustomAttribute:RetrieveAttributeUsageNoCache (System.Type) @@ -2480,10 +2502,6 @@ Methods: System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Collections.Generic.ArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () - System.Collections.Generic.ArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () - System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:Create (System.Comparison`1) - System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () - System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:get_Default () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator> System.Collections.Generic.Dictionary`2/KeyCollection>:GetEnumerator () @@ -2508,9 +2526,9 @@ Methods: System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () - System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () + System.Collections.Generic.EqualityComparer`1> System.Collections.Generic.EqualityComparer`1>:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () - System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1:GetEnumerator () + System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1:GetEnumerator () System.Collections.Generic.HashSet`1 Microsoft.AspNetCore.Components.RouteTableFactory:GetParameterNames (Microsoft.AspNetCore.Components.Routing.RouteTemplate) System.Collections.Generic.HashSet`1 Microsoft.Maui.PropertyMapper:PopulateKeys () System.Collections.Generic.ICollection`1 Android.Runtime.JavaDictionary`2>:get_Keys () @@ -2536,27 +2554,21 @@ Methods: System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Prepend (System.Collections.Generic.IEnumerable`1,object) System.Collections.Generic.IEnumerable`1 Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2:GetKeys () System.Collections.Generic.IEnumerable`1 Microsoft.Maui.PropertyMapper:GetKeys () + System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions:GetCustomAttributes (System.Reflection.MemberInfo,System.Type,bool) System.Collections.Generic.IEnumerable`1> Microsoft.Maui.Controls.ResourceDictionary:get_MergedResources () System.Collections.Generic.IEnumerable`1> Microsoft.Maui.Controls.ResourcesExtensions:GetMergedResources (Microsoft.Maui.Controls.IElementDefinition) System.Collections.Generic.IEnumerable`1 Microsoft.AspNetCore.Components.Reflection.ComponentProperties:GetCandidateBindableProperties (System.Type) System.Collections.Generic.IEnumerable`1 Microsoft.AspNetCore.Components.Reflection.MemberAssignment:GetPropertiesIncludingInherited (System.Type,System.Reflection.BindingFlags) + System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions:GetCustomAttributes (System.Reflection.MemberInfo,bool) System.Collections.Generic.IEnumerable`1 System.Reflection.Assembly:get_ExportedTypes () System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer:Elements () System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer:GetElements (System.Xml.Linq.XName) System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer:Nodes () - System.Collections.Generic.IEnumerable`1 Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetServices (System.IServiceProvider) - System.Collections.Generic.IEnumerable`1 Microsoft.Maui.LifecycleEvents.LifecycleEventService:GetEventDelegates (string) - System.Collections.Generic.IEnumerable`1 Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions:GetLifecycleEventDelegates (System.IServiceProvider,string) - System.Collections.Generic.IEnumerable`1 Microsoft.Maui.Controls.Element:Descendants () - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:OfType (System.Collections.IEnumerable) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:OfTypeIterator (System.Collections.IEnumerable) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Prepend (System.Collections.Generic.IEnumerable`1,TSource_REF) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Where (System.Collections.Generic.IEnumerable`1,System.Func`2) System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/Iterator`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Element/d__89`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Element/d__27:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Page/d__80:System.Collections.Generic.IEnumerable.GetEnumerator () + System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Page/d__84:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ReadOnlyCastingList`2:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ViewExtensions/d__20:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1:GetEnumerator () @@ -2566,7 +2578,7 @@ Methods: System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Hosting.Internal.FontCollection:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Array:InternalArray__IEnumerable_GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__36`1:System.Collections.Generic.IEnumerable.GetEnumerator () + System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__40`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Android.Runtime.JavaArray`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Android.Runtime.JavaList`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Android.Runtime.JavaSet`1:GetEnumerator () @@ -2576,16 +2588,15 @@ Methods: System.Collections.Generic.IEnumerator`1 System.Collections.Generic.HashSet`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Linq.Extensions:ToEnumerator_Dispose (Java.Util.IIterator) System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary:GetEnumerator () - System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary/d__41:System.Collections.Generic.IEnumerable>.GetEnumerator () + System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary/d__42:System.Collections.Generic.IEnumerable>.GetEnumerator () System.Collections.Generic.IEnumerator`1> System.Collections.Generic.Dictionary`2:System.Collections.Generic.IEnumerable>.GetEnumerator () System.Collections.Generic.IEnumerator`1>> System.Array:InternalArray__IEnumerable_GetEnumerator () System.Collections.Generic.IEnumerator`1>> System.Net.Http.Headers.HttpHeaders:GetEnumerator () + System.Collections.Generic.IEnumerator`1, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>> System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.AspNetCore.Components.Reflection.MemberAssignment/d__0:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Text.Json.Serialization.ConverterList:GetEnumerator () + System.Collections.Generic.IEnumerator`1 System.Text.Json.Serialization.ConfigurationList`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XContainer/d__39:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XContainer/d__18:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Array:InternalArray__IEnumerable_GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Linq.Extensions:ToEnumerator_Dispose (Java.Util.IIterator) System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.NonRandomizedStringEqualityComparer:GetStringComparer (object) System.Collections.Generic.IList`1 Microsoft.Maui.Controls.Style:get_Behaviors () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.TemplatedPage:Microsoft.Maui.Controls.IControlTemplated.get_InternalChildren () @@ -2607,21 +2618,22 @@ Methods: System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Grid:Microsoft.Maui.IGridLayout.get_RowDefinitions () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Element:Microsoft.Maui.IVisualTreeElement.GetVisualChildren () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Application:Microsoft.Maui.IApplication.get_Windows () - System.Collections.Generic.KeyValuePair`2 Microsoft.Maui.Controls.ResourceDictionary/d__41:System.Collections.Generic.IEnumerator>.get_Current () + System.Collections.Generic.KeyValuePair`2 Microsoft.Maui.Controls.ResourceDictionary/d__42:System.Collections.Generic.IEnumerator>.get_Current () System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator:get_Current () + System.Collections.Generic.KeyValuePair`2, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>> System.Collections.Concurrent.ConcurrentDictionary`2/Enumerator, System.Text.Json.Cache`1/CacheEntry>>:get_Current () System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1:GetEnumerator () + System.Collections.Generic.List`1/Enumerator> System.Collections.Generic.List`1>:GetEnumerator () System.Collections.Generic.List`1/Enumerator> System.Collections.Generic.List`1>:GetEnumerator () System.Collections.Generic.List`1 System.Linq.Enumerable:ToList (System.Collections.Generic.IEnumerable`1) System.Collections.Generic.List`1 Microsoft.AspNetCore.Components.RouteTableFactory:GetUnusedParameterNames (System.Collections.Generic.HashSet`1,System.Collections.Generic.HashSet`1) System.Collections.Generic.List`1 Microsoft.Extensions.Logging.LogValuesFormatter:get_ValueNames () - System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexCharClass:EnsureRangeList () + System.Collections.Generic.List`1 System.Collections.Generic.List`1>:ConvertAll (System.Converter`2, string>) System.Collections.Generic.List`1 System.Threading.TimerQueue:InitializeScheduledTimerManager_Locked () System.Collections.Generic.List`1 Microsoft.AspNetCore.Components.RouteTableFactory:GetRouteableComponents (Microsoft.AspNetCore.Components.Routing.RouteKey) System.Collections.Generic.List`1 Microsoft.Maui.Hosting.Internal.MauiFactory:GetServiceBaseTypes (System.Type) + System.Collections.Generic.List`1> System.Text.RegularExpressions.RegexCharClass:EnsureRangeList () System.Collections.Generic.List`1 Microsoft.Maui.Internal.WeakList`1:CleanseItems () - System.Collections.Generic.List`1 System.Linq.Enumerable:ToList (System.Collections.Generic.IEnumerable`1) System.Collections.Generic.ReferenceEqualityComparer System.Collections.Generic.ReferenceEqualityComparer:get_Instance () - System.Collections.Hashtable System.Collections.Hashtable:Synchronized (System.Collections.Hashtable) System.Collections.IEnumerator System.Array:GetEnumerator () System.Collections.IEnumerator System.Collections.Generic.List`1:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1:System.Collections.IEnumerable.GetEnumerator () @@ -2644,7 +2656,6 @@ Methods: System.DateTime System.DateTimeOffset:get_UtcDateTime () System.DateTime System.DateTimeOffset:ValidateDate (System.DateTime,System.TimeSpan) System.DateTime System.IO.File:GetLastWriteTimeUtc (string) - System.DateTime System.IO.FileSystemInfo:get_LastWriteTimeUtc () System.DateTime System.TimeZoneInfo:ConvertFromUtc (System.DateTime,System.TimeSpan,System.TimeSpan) System.DateTime System.TimeZoneInfo:ConvertToFromUtc (System.DateTime,System.TimeSpan,System.TimeSpan,bool) System.DateTime System.TimeZoneInfo:ParseTimeOfDay (System.ReadOnlySpan`1) @@ -2657,11 +2668,11 @@ Methods: System.DateTimeOffset System.DateTimeOffset:op_Implicit (System.DateTime) System.DateTimeOffset System.IO.FileStatus:GetLastWriteTime (System.ReadOnlySpan`1,bool) System.DateTimeOffset System.IO.FileSystem:GetLastWriteTime (string) - System.DateTimeOffset System.IO.FileSystemInfo:get_LastWriteTimeCore () System.Delegate Android.App.Activity:GetOnActivityResult_IILandroid_content_Intent_Handler () System.Delegate Android.App.Activity:GetOnBackPressedHandler () System.Delegate Android.App.Activity:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler () System.Delegate Android.App.Activity:GetOnCreate_Landroid_os_Bundle_Handler () + System.Delegate Android.App.Activity:GetOnDestroyHandler () System.Delegate Android.App.Activity:GetOnNewIntent_Landroid_content_Intent_Handler () System.Delegate Android.App.Activity:GetOnPostCreate_Landroid_os_Bundle_Handler () System.Delegate Android.App.Activity:GetOnPostResumeHandler () @@ -2727,7 +2738,7 @@ Methods: System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string,bool,bool) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string) - System.Delegate System.Delegate:CreateDelegate_internal (System.Type,object,System.Reflection.MethodInfo,bool) + System.Delegate System.Delegate:CreateDelegate_internal (System.Runtime.CompilerServices.QCallTypeHandle,object,System.Reflection.MethodInfo,bool) System.Delegate System.Delegate:Remove (System.Delegate,System.Delegate) System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type,object) @@ -2778,12 +2789,13 @@ Methods: System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler:GetNeutralResourcesLanguage (System.Reflection.Assembly,System.Resources.UltimateResourceFallbackLocation&) System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler:UltimateFallbackFixup (System.Globalization.CultureInfo) System.Globalization.CultureInfo System.Resources.ResourceFallbackManager/d__5:System.Collections.Generic.IEnumerator.get_Current () + System.Globalization.CultureInfo System.Text.RegularExpressions.RegexParser:GetTargetCulture (System.Text.RegularExpressions.RegexOptions) System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo:get_DateTimeFormat () System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo:get_CurrentInfo () System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo:GetInstance (System.IFormatProvider) System.Globalization.DaylightTimeStruct System.TimeZoneInfo:GetDaylightTime (int,System.TimeZoneInfo/AdjustmentRule,System.Nullable`1) System.Globalization.NumberFormatInfo System.Globalization.CultureInfo:get_NumberFormat () - System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:g__GetProviderNonNull|45_0 (System.IFormatProvider) + System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:g__GetProviderNonNull|44_0 (System.IFormatProvider) System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:get_CurrentInfo () System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:GetInstance (System.IFormatProvider) System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanFormat/FormatLiterals:InitInvariant (bool) @@ -2792,7 +2804,6 @@ Methods: System.Guid System.Reflection.RuntimeModule:GetModuleVersionId () System.IDisposable Microsoft.Extensions.Options.OptionsMonitor`1:OnChange (System.Action`2) System.IDisposable Microsoft.Extensions.Options.OptionsMonitorExtensions:OnChange (Microsoft.Extensions.Options.IOptionsMonitor`1,System.Action`1) - System.IDisposable Microsoft.Extensions.Options.OptionsMonitorExtensions:OnChange (Microsoft.Extensions.Options.IOptionsMonitor`1,System.Action`1) System.IDisposable& System.Collections.Generic.Dictionary`2:FindValue (intptr) System.IO.FileStream System.IO.File:OpenRead (string) System.IO.MemoryStream System.Net.Http.HttpContent:CreateMemoryStream (long,System.Exception&) @@ -2835,10 +2846,9 @@ Methods: System.Net.CookieToken System.Net.CookieTokenizer:Next (bool,bool) System.Net.CookieToken System.Net.CookieTokenizer:TokenFromName (bool) System.Net.Http.Headers.AltSvcHeaderParser System.Net.Http.Headers.AltSvcHeaderParser:get_Parser () - System.Net.Http.Headers.HeaderDescriptor System.Net.Http.Headers.KnownHeader:get_Descriptor () System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpContent:get_Headers () + System.Net.Http.Headers.HttpHeaderParser System.Net.Http.Headers.HeaderDescriptor:get_Parser () System.Net.Http.Headers.HttpHeaderParser System.Net.Http.Headers.KnownHeaders:GetAltSvcHeaderParser () - System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo System.Net.Http.Headers.HttpHeaders:GetOrCreateHeaderInfo (System.Net.Http.Headers.HeaderDescriptor,bool) System.Net.Http.Headers.HttpHeaderType System.Net.Http.Headers.HeaderDescriptor:get_HeaderType () System.Net.Http.Headers.HttpRequestHeaders System.Net.Http.HttpRequestMessage:get_Headers () System.Net.Http.Headers.HttpResponseHeaders System.Net.Http.HttpResponseMessage:get_Headers () @@ -2846,7 +2856,7 @@ Methods: System.Net.Http.Headers.KnownHeader System.Net.Http.Headers.KnownHeaders:TryGetKnownHeader (string) System.Net.Http.Headers.MediaTypeHeaderValue System.Net.Http.Headers.HttpContentHeaders:get_ContentType () System.Net.Http.Headers.MediaTypeHeaderValue System.Net.Http.Headers.MediaTypeHeaderParser:CreateMediaType () - System.Net.Http.Headers.NameValueHeaderValue System.Net.Http.Headers.NameValueHeaderValue:Find (System.Net.Http.Headers.ObjectCollection`1,string) + System.Net.Http.Headers.NameValueHeaderValue System.Net.Http.Headers.NameValueHeaderValue:Find (System.Net.Http.Headers.UnvalidatedObjectCollection`1,string) System.Net.Http.HttpContent System.Net.Http.HttpResponseMessage:get_Content () System.Net.Http.HttpContent Xamarin.Android.Net.AndroidMessageHandler:GetContent (Java.Net.URLConnection,System.IO.Stream) System.Net.Http.HttpMessageHandler System.Net.Http.HttpClientHandler:CreateNativeHandler () @@ -2856,19 +2866,22 @@ Methods: System.Net.HttpStatusCode System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass128_0:b__2 () System.Nullable`1 System.Nullable`1:Unbox (object) + System.Nullable`1 Android.Runtime.AndroidTypeManager:GetReplacementMethodInfoCore (string,string,string) + System.Nullable`1 Java.Interop.JniRuntime/JniTypeManager:GetReplacementMethodInfo (string,string,string) System.Nullable`1 System.Net.Http.Headers.HttpContentHeaders:get_ContentLength () - System.Nullable`1 System.Text.Json.Serialization.Metadata.JsonTypeInfo:GetNumberHandlingForType (System.Type) + System.Nullable`1 System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetNumberHandlingForType (System.Type) + System.Nullable`1 System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetNumberHandlingForType (System.Type) + System.Nullable`1 System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetNumberHandlingForType (System.Type) + System.Nullable`1 System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetNumberHandlingForType (System.Type) System.Nullable`1 System.TimeZoneInfo:TZif_ParseOffsetString (System.ReadOnlySpan`1) System.Nullable`1 System.TimeZoneInfo:TZif_CreateTransitionTimeFromPosixRule (System.ReadOnlySpan`1,System.ReadOnlySpan`1) System.Number/ParsingStatus System.Number:TryParseInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,int&) System.Number/ParsingStatus System.Number:TryParseInt64IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,long&) System.Number/ParsingStatus System.Number:TryParseUInt32HexNumberStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,uint&) + System.Number/ParsingStatus System.Number:TryParseUInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint&) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:CreateScale (single,single) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:get_Identity () System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:op_Multiply (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) - System.OperatingSystem System.Environment:get_OSVersion () - System.OperatingSystem System.Environment:GetOperatingSystem (string) - System.OperatingSystem System.Environment:GetOSVersion () System.ParsingError System.Uri:CheckSchemeSyntax (System.ReadOnlySpan`1,System.UriParser&) System.ParsingError System.Uri:ParseScheme (string,System.Uri/Flags&,System.UriParser&) System.ParsingError System.Uri:PrivateParseMinimal () @@ -2888,7 +2901,7 @@ Methods: System.ReadOnlySpan`1 System.Text.Json.JsonConstants:get_TrueValue () System.ReadOnlySpan`1 System.Text.Json.JsonWriterHelper:get_AllowList () System.ReadOnlySpan`1 System.Text.Json.Utf8JsonReader:get_OriginalSpan () - System.ReadOnlySpan`1 System.Text.RegularExpressions.RegexCharClass:g__AsciiLookup|86_0 () + System.ReadOnlySpan`1 System.Text.RegularExpressions.RegexCharClass:get_WordCharAsciiLookup () System.ReadOnlySpan`1 System.Text.RegularExpressions.RegexParser:get_Category () System.ReadOnlySpan`1 System.Text.Unicode.UnicodeHelpers:get_DefinedCharsBitmapSpan () System.ReadOnlySpan`1 System.Text.Unicode.UnicodeHelpers:GetDefinedBmpCodePointsBitmapLittleEndian () @@ -2935,9 +2948,16 @@ Methods: System.Reflection.AssemblyName System.Reflection.Assembly:GetName () System.Reflection.AssemblyName System.Reflection.AssemblyName:Create (intptr,string) System.Reflection.AssemblyName System.Reflection.RuntimeAssembly:GetName (bool) + System.Reflection.AssemblyNameParser/AssemblyNameParts System.Reflection.AssemblyNameParser:Parse () + System.Reflection.AssemblyNameParser/AssemblyNameParts System.Reflection.AssemblyNameParser:Parse (string) + System.Reflection.AssemblyNameParser/Token System.Reflection.AssemblyNameParser:GetNextToken () + System.Reflection.AssemblyNameParser/Token System.Reflection.AssemblyNameParser:GetNextToken (string&) System.Reflection.Binder System.Type:get_DefaultBinder () System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo:FilterPreCalculate (bool,bool,bool) System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo:get_BindingFlags () + System.Reflection.CallingConventions System.Reflection.MonoMethodInfo:GetCallingConvention (intptr) + System.Reflection.CallingConventions System.Reflection.RuntimeConstructorInfo:get_CallingConvention () + System.Reflection.CallingConventions System.Reflection.RuntimeMethodInfo:get_CallingConvention () System.Reflection.ConstructorInfo System.RuntimeType:GetConstructorImpl (System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) System.Reflection.ConstructorInfo System.RuntimeType/ListBuilder`1:get_Item (int) System.Reflection.ConstructorInfo System.Type:GetConstructor (System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) @@ -2947,6 +2967,8 @@ Methods: System.Reflection.ConstructorInfo[] System.RuntimeType/ListBuilder`1:ToArray () System.Reflection.ConstructorInfo[] System.Type:GetConstructors () System.Reflection.CorElementType System.Enum:InternalGetCorElementType () + System.Reflection.CorElementType System.Enum:InternalGetCorElementType (System.Runtime.CompilerServices.QCallTypeHandle) + System.Reflection.CorElementType System.RuntimeTypeHandle:GetCorElementType (System.Runtime.CompilerServices.QCallTypeHandle) System.Reflection.CorElementType System.RuntimeTypeHandle:GetCorElementType (System.RuntimeType) System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator () System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator (int) @@ -2962,6 +2984,8 @@ Methods: System.Reflection.FieldInfo System.Type:GetField (string) System.Reflection.FieldInfo[] System.RuntimeType:GetFields (System.Reflection.BindingFlags) System.Reflection.ICustomAttributeProvider System.Reflection.CustomAttribute:GetBase (System.Reflection.ICustomAttributeProvider) + System.Reflection.InvocationFlags System.Reflection.RuntimeConstructorInfo:ComputeAndUpdateInvocationFlags (System.Reflection.ConstructorInfo,System.Reflection.InvocationFlags&) + System.Reflection.InvocationFlags System.Reflection.RuntimeMethodInfo:ComputeAndUpdateInvocationFlags (System.Reflection.MethodInfo,System.Reflection.InvocationFlags&) System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod:get_Attributes () System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo:GetAttributes (intptr) System.Reflection.MethodAttributes System.Reflection.RuntimeConstructorInfo:get_Attributes () @@ -3021,6 +3045,7 @@ Methods: System.Reflection.RuntimeModule System.RuntimeTypeHandle:GetModule (System.RuntimeType) System.Reflection.RuntimePropertyInfo[] System.RuntimeType:GetPropertiesByName (string,System.Reflection.BindingFlags,System.RuntimeType/MemberListType,System.RuntimeType) System.Reflection.TypeAttributes System.RuntimeType:GetAttributeFlagsImpl () + System.Reflection.TypeAttributes System.RuntimeTypeHandle:GetAttributes (System.Runtime.CompilerServices.QCallTypeHandle) System.Reflection.TypeAttributes System.RuntimeTypeHandle:GetAttributes (System.RuntimeType) System.Reflection.TypeAttributes System.Type:get_Attributes () System.Resources.NeutralResourcesLanguageAttribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.Assembly) @@ -3046,12 +3071,11 @@ Methods: System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.Routing.FocusOnNavigate/d__15&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass11_0/<g__AwaitAndNotify|0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.JSInterop.JSRuntimeExtensions/d__0&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__69&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|29_0>d&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__68&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|27_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpContent/d__63&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.StreamToStreamCopy/<g__DisposeSourceAsync|1_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1:GetAwaiter () - System.Runtime.CompilerServices.ValueTaskAwaiter`1 System.Threading.Tasks.ValueTask`1:GetAwaiter () System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo:Capture (System.Exception) System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle:Alloc (object,System.Runtime.InteropServices.GCHandleType) System.Runtime.Loader.AssemblyLoadContext System.Runtime.Loader.AssemblyLoadContext:GetAssemblyLoadContext (intptr) @@ -3062,9 +3086,11 @@ Methods: System.RuntimeType System.RuntimeType:GetType (string,bool,bool,System.Threading.StackCrawlMark&) System.RuntimeType System.RuntimeTypeHandle:GetBaseType (System.RuntimeType) System.RuntimeType System.RuntimeTypeHandle:GetElementType (System.RuntimeType) - System.RuntimeType System.RuntimeTypeHandle:GetTypeByName (string,bool,bool,System.Threading.StackCrawlMark&,bool) - System.RuntimeType System.RuntimeTypeHandle:internal_from_name (string,System.Threading.StackCrawlMark&,System.Reflection.Assembly,bool,bool) + System.RuntimeType System.RuntimeTypeHandle:GetTypeByName (string,bool,bool,System.Threading.StackCrawlMark&) + System.RuntimeType[] System.Reflection.RuntimeConstructorInfo:get_ArgumentTypes () + System.RuntimeType[] System.Reflection.RuntimeMethodInfo:get_ArgumentTypes () System.RuntimeType[] System.RuntimeType:GetGenericArgumentsInternal () + System.RuntimeType/CheckValueStatus System.RuntimeType:TryConvertToType (object&) System.RuntimeType/ListBuilder`1 System.RuntimeType:GetConstructorCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool) System.RuntimeType/ListBuilder`1 System.RuntimeType:GetFieldCandidates (string,System.Reflection.BindingFlags,bool) System.RuntimeType/ListBuilder`1 System.RuntimeType:GetMethodCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],int,bool) @@ -3073,10 +3099,6 @@ Methods: System.RuntimeTypeHandle System.RuntimeType:get_TypeHandle () System.Span`1 System.Text.ValueUtf8Converter:ConvertAndTerminateString (System.ReadOnlySpan`1) System.Span`1 System.Runtime.InteropServices.CollectionsMarshal:AsSpan (System.Collections.Generic.List`1) - System.Span`1 System.Span`1:op_Implicit (string[]) - System.Span`1 System.Span`1:Slice (int,int) - System.Span`1 System.Runtime.InteropServices.CollectionsMarshal:AsSpan (System.Collections.Generic.List`1) - System.StringComparison System.IO.PathInternal:get_StringComparison () System.Text.CodePageDataItem System.Text.EncodingTable:GetCodePageDataItem (int) System.Text.CodePageDataItem System.Text.EncodingTable:InternalGetCodePageDataItem (int,int) System.Text.Decoder System.Text.UTF8Encoding:GetDecoder () @@ -3090,11 +3112,14 @@ Methods: System.Text.Json.ConsumeNumberResult System.Text.Json.Utf8JsonReader:ConsumeIntegerDigits (System.ReadOnlySpan`1&,int&) System.Text.Json.ConsumeNumberResult System.Text.Json.Utf8JsonReader:ConsumeNegativeSign (System.ReadOnlySpan`1&,int&) System.Text.Json.ConsumeTokenResult System.Text.Json.Utf8JsonReader:ConsumeNextToken (byte) + System.Text.Json.ConverterStrategy System.Text.Json.Serialization.Converters.ObjectConverter:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonCollectionConverter`2:get_ConverterStrategy () + System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () + System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () @@ -3106,13 +3131,14 @@ Methods: System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () + System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonDictionaryConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonObjectConverter`1:get_ConverterStrategy () - System.Text.Json.JsonDocument System.Text.Json.JsonDocument:g__Create|75_0 (byte[],System.Text.Json.JsonDocument/<>c__DisplayClass75_0&) + System.Text.Json.JsonDocument System.Text.Json.JsonDocument:g__Create|73_0 (byte[],System.Text.Json.JsonDocument/<>c__DisplayClass73_0&) System.Text.Json.JsonDocument System.Text.Json.JsonDocument:CreateForLiteral (System.Text.Json.JsonTokenType) System.Text.Json.JsonDocument System.Text.Json.JsonDocument:ParseUnrented (System.ReadOnlyMemory`1,System.Text.Json.JsonReaderOptions,System.Text.Json.JsonTokenType) System.Text.Json.JsonDocument/DbRow System.Text.Json.JsonDocument/MetadataDb:Get (int) @@ -3128,25 +3154,35 @@ Methods: System.Text.Json.JsonNamingPolicy System.Text.Json.JsonNamingPolicy:get_CamelCase () System.Text.Json.JsonReaderOptions System.Text.Json.JsonSerializerOptions:GetReaderOptions () System.Text.Json.JsonReaderState System.Text.Json.Utf8JsonReader:get_CurrentState () + System.Text.Json.JsonSerializerOptions System.Text.Json.JsonSerializerOptions:CreateDefaultImmutableInstance () + System.Text.Json.JsonSerializerOptions/CachingContext System.Text.Json.JsonSerializerOptions/TrackedCachingContexts:GetOrCreate (System.Text.Json.JsonSerializerOptions) System.Text.Json.JsonTokenType System.Text.Json.JsonDocument:GetJsonTokenType (int) System.Text.Json.JsonTokenType System.Text.Json.JsonDocument/MetadataDb:GetJsonTokenType (int) System.Text.Json.JsonTokenType System.Text.Json.JsonElement:get_TokenType () System.Text.Json.JsonWriterOptions System.Text.Json.JsonSerializerOptions:GetWriterOptions () System.Text.Json.Serialization.JsonConverter Microsoft.JSInterop.Infrastructure.DotNetObjectReferenceJsonConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:DetermineConverter (System.Type,System.Type,System.Reflection.MemberInfo) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromMember (System.Type,System.Type,System.Reflection.MemberInfo) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromType (System.Type) System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterInternal (System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:Create (System.Type,System.Text.Json.Serialization.Converters.EnumConverterOptions,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions/CachingContext:GetOrAddConverter (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.ConfigurationList`1:get_Item (int) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:Create (System.Type,System.Text.Json.Serialization.Converters.EnumConverterOptions,System.Text.Json.JsonNamingPolicy,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.IEnumerableConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.ObjectConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.JsonConverter:ResolvePolymorphicConverter (object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions,System.Text.Json.WriteStack&) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.JsonConverterFactory:GetConverterInternal (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonTypeInfo:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Type&,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStack:Initialize (System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool) - System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStackFrame:InitializeReEntry (System.Type,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStack:Initialize (System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool,bool) + System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStackFrame:InitializePolymorphicReEntry (System.Type,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter[] System.Text.Json.JsonSerializerOptions:GetDefaultFactoryConverters () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_BooleanConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ByteArrayConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ByteConverter () @@ -3159,62 +3195,77 @@ Methods: System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_SByteConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_SingleConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_StringConverter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_DateOnlyConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_DateTimeConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_DateTimeOffsetConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_DecimalConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_GuidConverter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_JsonDocumentConverter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_JsonElementConverter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_TimeOnlyConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_TimeSpanConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UriConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_VersionConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UInt32Converter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UInt16Converter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UInt64Converter () + System.Text.Json.Serialization.JsonPolymorphicAttribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,bool) + System.Text.Json.Serialization.Metadata.AttributePolymorphicTypeConfiguration System.Text.Json.Serialization.Metadata.AttributePolymorphicTypeConfiguration:Create (System.Type) System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonPropertyInfo:GetPropertyPlaceholder () - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreateProperty (System.Type,System.Type,System.Reflection.MemberInfo,System.Type,bool,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions,System.Nullable`1,System.Nullable`1) - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreatePropertyInfoForTypeInfo (System.Type,System.Type,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Collections.Concurrent.ConcurrentDictionary`2:GetOrAdd (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo) + System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreateProperty (System.Type,System.Reflection.MemberInfo,System.Type,bool,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions,System.Nullable`1,System.Text.Json.Serialization.Metadata.JsonTypeInfo) + System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreatePropertyInfoForTypeInfo (System.Type,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializer:GetTypeInfo (System.Text.Json.JsonSerializerOptions,System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:g__CreateJsonTypeInfo|112_0 (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetClassFromContextOrCreate (System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetOrAddClass (System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonPropertyInfo:get_RuntimeTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:g__CreateJsonTypeInfo|14_0 (System.Type,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetJsonTypeInfoFromContextOrCreate (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetOrAddJsonTypeInfo (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions/CachingContext:GetOrAddJsonTypeInfo (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonPropertyInfo:get_JsonTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_ElementTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.WriteStack:PeekNestedJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.WriteStackFrame:GetNestedJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:CreateConstructor (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:b__5_0 (System.ValueTuple`3) + System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:GetOrAdd (System.ValueTuple`3,System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>) System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitMemberAccessor:CreateConstructor (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () System.Text.Json.Serialization.Metadata.MemberAccessor System.Text.Json.JsonSerializerOptions:get_MemberAccessorStrategy () + System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:GetOrAdd (System.ValueTuple`3,System.Func`3, System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>,System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>) + System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Text.Json.Cache`1/<>c__6`1, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>:b__6_0 (System.ValueTuple`3,System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>) System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser:ScanCharClass (bool,bool) - System.Text.RegularExpressions.RegexCharClass/SingleRange System.Collections.Generic.List`1:get_Item (int) - System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter:RegexCodeFromRegexTree (System.Text.RegularExpressions.RegexTree) - System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter:Write (System.Text.RegularExpressions.RegexTree) + System.Text.RegularExpressions.RegexInterpreterCode System.Text.RegularExpressions.RegexWriter:EmitCode () + System.Text.RegularExpressions.RegexInterpreterCode System.Text.RegularExpressions.RegexWriter:Write (System.Text.RegularExpressions.RegexTree) System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:Child (int) + System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:CreateOneWithCaseConversion (char,System.Text.RegularExpressions.RegexOptions,System.Globalization.CultureInfo,System.Text.RegularExpressions.RegexCaseBehavior&) System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:FinalOptimize () System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:MakeQuantifier (bool,int,int) System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:Reduce () System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReduceAlternation () System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReduceConcatenation () System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReduceSet () - System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReplaceNodeIfUnnecessary (int) - System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReverseLeft () + System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReplaceNodeIfUnnecessary () + System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode:ReverseConcatenationIfRightToLeft () System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser:ScanGroupOpen () System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser:ScanRegex () + System.Text.RegularExpressions.RegexNodeKind System.Text.RegularExpressions.RegexPrefixAnalyzer:FindLeadingAnchor (System.Text.RegularExpressions.RegexNode) + System.Text.RegularExpressions.RegexNodeKind System.Text.RegularExpressions.RegexPrefixAnalyzer:FindLeadingOrTrailingAnchor (System.Text.RegularExpressions.RegexNode,bool) + System.Text.RegularExpressions.RegexTree System.Text.RegularExpressions.Regex:Init (string,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Globalization.CultureInfo&) System.Text.RegularExpressions.RegexTree System.Text.RegularExpressions.RegexParser:Parse (string,System.Text.RegularExpressions.RegexOptions,System.Globalization.CultureInfo) - System.Text.StringBuilder System.Globalization.TimeSpanFormat:FormatCustomized (System.TimeSpan,System.ReadOnlySpan`1,System.Globalization.DateTimeFormatInfo,System.Text.StringBuilder) - System.Text.StringBuilder System.Text.StringBuilder:Append (char,int) System.Text.StringBuilder System.Text.StringBuilder:Append (char) System.Text.StringBuilder System.Text.StringBuilder:Append (char[],int,int) - System.Text.StringBuilder System.Text.StringBuilder:Append (char*,int) - System.Text.StringBuilder System.Text.StringBuilder:Append (int) System.Text.StringBuilder System.Text.StringBuilder:Append (string) System.Text.StringBuilder System.Text.StringBuilder:Append (System.ReadOnlySpan`1) - System.Text.StringBuilder System.Text.StringBuilder:AppendSpanFormattable (int) System.Text.StringBuilder System.Text.StringBuilder:Clear () System.Text.StringBuilder System.Text.StringBuilder:FindChunkForIndex (int) System.Text.StringBuilder System.Text.StringBuilder:Replace (char,char,int,int) System.Text.StringBuilder System.Text.StringBuilderCache:Acquire (int) - System.Text.StringBuilder System.Text.StringBuilderCache:Acquire (int) System.Text.Unicode.UnicodeRange System.Text.Unicode.UnicodeRange:Create (char,char) System.Text.Unicode.UnicodeRange System.Text.Unicode.UnicodeRanges:CreateRange (System.Text.Unicode.UnicodeRange&,char,char) System.Text.Unicode.UnicodeRange System.Text.Unicode.UnicodeRanges:get_All () @@ -3230,7 +3281,6 @@ Methods: System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource:CreateLinkedTokenSource (System.Threading.CancellationToken) System.Threading.ExecutionContext System.Threading.ExecutionContext:Capture () System.Threading.ExecutionContext System.Threading.Tasks.Task:get_CapturedContext () - System.Threading.IThreadPoolWorkItem System.Threading.ThreadPoolWorkQueue:TryDequeueTimeSensitiveWorkItem () System.Threading.LowLevelLifoSemaphore/Counts System.Threading.LowLevelLifoSemaphore/Counts:InterlockedCompareExchange (System.Threading.LowLevelLifoSemaphore/Counts,System.Threading.LowLevelLifoSemaphore/Counts) System.Threading.PortableThreadPool/ThreadCounts System.Threading.PortableThreadPool/ThreadCounts:InterlockedCompareExchange (System.Threading.PortableThreadPool/ThreadCounts,System.Threading.PortableThreadPool/ThreadCounts) System.Threading.SemaphoreSlim System.IO.Stream:EnsureAsyncActiveSemaphoreInitialized () @@ -3245,7 +3295,6 @@ Methods: System.Threading.Tasks.Task Microsoft.AspNetCore.Components.ComponentBase:SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.EventCallback`1:InvokeAsync (Microsoft.AspNetCore.Components.Routing.NavigationContext) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.EventCallbackWorkItem:InvokeAsync (System.MulticastDelegate,Microsoft.AspNetCore.Components.Routing.NavigationContext) - System.Threading.Tasks.Task Microsoft.AspNetCore.Components.EventCallbackWorkItem:InvokeAsync (System.MulticastDelegate,T_REF) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.LayoutComponentBase:SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.LayoutView:SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.Rendering.ComponentState:NotifyRenderCompletedAsync () @@ -3275,7 +3324,7 @@ Methods: System.Threading.Tasks.Task System.IO.BufferedStream:CopyToAsync (System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.BufferedStream:CopyToAsyncCore (System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.DelegatingStream:CopyToAsync (System.IO.Stream,int,System.Threading.CancellationToken) - System.Threading.Tasks.Task System.IO.Stream:g__Core|29_0 (System.IO.Stream,System.IO.Stream,int,System.Threading.CancellationToken) + System.Threading.Tasks.Task System.IO.Stream:g__Core|27_0 (System.IO.Stream,System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.Stream:CopyToAsync (System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.Stream:CopyToAsync (System.IO.Stream,System.Threading.CancellationToken) System.Threading.Tasks.Task System.Net.Http.HttpContent:LoadIntoBufferAsync (long,System.Threading.CancellationToken) @@ -3334,8 +3383,6 @@ Methods: System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCache:CreateCacheableTask (System.Threading.Tasks.VoidTaskResult) System.Threading.Tasks.Task`1> System.Threading.Tasks.Task:FromResult (System.ValueTuple`4) System.Threading.Tasks.Task`1> System.Threading.Tasks.TaskCache:CreateCacheableTask (System.ValueTuple`4) - System.Threading.Tasks.Task`1 System.Threading.Tasks.Task:FromResult (TResult_REF) - System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCache:CreateCacheableTask (TResult_REF) System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler:get_Default () System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler:get_InternalCurrent () System.Threading.Tasks.TaskStatus System.Threading.Tasks.Task:get_Status () @@ -3351,9 +3398,6 @@ Methods: System.Threading.Tasks.ValueTask`1 Microsoft.JSInterop.JSRuntime:InvokeAsync (long,string,System.Threading.CancellationToken,object[]) System.Threading.Tasks.ValueTask`1 Microsoft.JSInterop.JSRuntime:InvokeAsync (string,object[]) System.Threading.Tasks.ValueTask`1 System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1:get_Task () - System.Threading.Tasks.ValueTask`1 Microsoft.JSInterop.JSRuntime:InvokeAsync (long,string,object[]) - System.Threading.Tasks.ValueTask`1 Microsoft.JSInterop.JSRuntime:InvokeAsync (long,string,System.Threading.CancellationToken,object[]) - System.Threading.Tasks.ValueTask`1 Microsoft.JSInterop.JSRuntime:InvokeAsync (string,object[]) System.Threading.Thread System.Threading.Thread:get_CurrentThread () System.Threading.Thread System.Threading.Thread:GetCurrentThread () System.Threading.Thread System.Threading.Thread:InitializeCurrentThread () @@ -3370,6 +3414,7 @@ Methods: System.Threading.WaitSubsystem/WaitableObject System.Threading.WaitSubsystem/HandleManager:FromHandle (intptr) System.Threading.WaitSubsystem/WaitableObject System.Threading.WaitSubsystem/WaitableObject:NewEvent (bool,System.Threading.EventResetMode) System.Threading.WaitSubsystem/WaitableObject[] System.Threading.WaitSubsystem/ThreadWaitInfo:GetWaitedObjectArray (int) + System.TimeSpan System.Diagnostics.Stopwatch:GetElapsedTime (long,long) System.TimeSpan System.Text.RegularExpressions.Regex:InitDefaultMatchTimeout () System.TimeSpan System.TimeSpan:Add (System.TimeSpan) System.TimeSpan System.TimeSpan:FromHours (double) @@ -3471,28 +3516,21 @@ Methods: System.Type System.RuntimeType:get_UnderlyingSystemType () System.Type System.RuntimeType:GetElementType () System.Type System.RuntimeType:GetGenericTypeDefinition () - System.Type System.RuntimeType:make_array_type (int) - System.Type System.RuntimeType:make_byref_type () System.Type System.RuntimeType:MakeArrayType () System.Type System.RuntimeType:MakeByRefType () - System.Type System.RuntimeType:MakeGenericType (System.Type,System.Type[]) System.Type System.RuntimeType:MakeGenericType (System.Type[]) System.Type System.RuntimeTypeHandle:GetGenericTypeDefinition (System.RuntimeType) - System.Type System.RuntimeTypeHandle:GetGenericTypeDefinition_impl (System.RuntimeType) System.Type System.Text.Json.JsonSerializer:GetRuntimeType (object[]&) - System.Type System.Text.Json.JsonSerializer:GetRuntimeType (TValue_REF&) - System.Type System.Text.Json.Reflection.ReflectionExtensions:GetCompatibleGenericBaseClass (System.Type,System.Type,System.Type,bool) + System.Type System.Text.Json.Reflection.ReflectionExtensions:GetCompatibleGenericBaseClass (System.Type,System.Type,bool) System.Type System.Text.Json.Reflection.ReflectionExtensions:GetCompatibleGenericInterface (System.Type,System.Type) System.Type System.Text.Json.Serialization.Converters.EnumConverterFactory:GetEnumConverterType (System.Type) - System.Type System.Text.Json.Serialization.Converters.IEnumerableOfTConverter`2, System.Object>:get_RuntimeType () System.Type System.Text.Json.Serialization.IAsyncEnumerableConverterFactory:GetAsyncEnumerableInterface (System.Type) - System.Type System.Text.Json.Serialization.JsonConverter:get_RuntimeType () - System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_ElementType () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () + System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () @@ -3508,6 +3546,7 @@ Methods: System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_ElementType () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () + System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () @@ -3521,10 +3560,8 @@ Methods: System.Type[] System.Reflection.RuntimeAssembly:GetExportedTypes () System.Type[] System.Reflection.RuntimeMethodInfo:GetGenericArguments () System.Type[] System.RuntimeType:GetGenericArguments () - System.Type[] System.RuntimeType:GetGenericArgumentsInternal (bool) System.Type[] System.RuntimeType:GetInterfaces () System.Type[] System.Type:get_GenericTypeArguments () - System.Type& System.Collections.Generic.Dictionary`2:FindValue (string) System.TypeCode System.RuntimeType:GetTypeCodeImpl () System.TypeCode System.Type:GetTypeCode (System.Type) System.Uri Microsoft.AspNetCore.Components.NavigationManager:ToAbsoluteUri (string) @@ -3536,13 +3573,13 @@ Methods: System.Uri/MoreInfo System.Uri/UriInfo:get_MoreInfo () System.Uri/UriInfo System.Uri:EnsureUriInfo () System.UriParser System.UriParser:GetSyntax (string) + System.ValueTuple`2 System.Collections.Generic.List`1>:get_Item (int) System.ValueTuple`2 System.Threading.PortableThreadPool/HillClimbing:Update (int,double,int) System.ValueTuple`2 Microsoft.Extensions.Logging.LoggerFactory:ApplyFilters (Microsoft.Extensions.Logging.LoggerInformation[]) - System.ValueTuple`2 System.Text.RegularExpressions.RegexPrefixAnalyzer:ComputeLeadingSubstring (System.Text.RegularExpressions.RegexTree) System.ValueTuple`2[] Microsoft.Maui.ApplicationModel.Permissions/NetworkState:get_RequiredPermissions () System.ValueTuple`2[] System.Collections.Generic.List`1>:ToArray () System.ValueTuple`3 System.Net.Http.HttpClient:PrepareCancellationTokenSource (System.Threading.CancellationToken) - System.Version System.Reflection.AssemblyNameFormatter:CanonicalizeVersion (System.Version) + System.Version System.Reflection.AssemblyNameParser:ParseVersion (string) System.Version System.Resources.ResourceManager:GetSatelliteContractVersion (System.Reflection.Assembly) System.Version System.Resources.ResourceManager/ResourceManagerMediator:ObtainSatelliteContractVersion (System.Reflection.Assembly) System.WeakReference`1 Android.Runtime.IdentityHashTargets:CreateWeakReference (Java.Interop.IJavaPeerable) @@ -3584,37 +3621,6 @@ Methods: System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl:AddNode (int,int) System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl:AllocNode (int,int) System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl/NodeData:get_None () - T_REF Java.Interop.JavaConvert:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership,bool&) - T_REF Java.Interop.JavaConvert:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) - T_REF Java.Interop.JniPeerMembers:Assert (T_REF) - T_REF Java.Interop.JniRuntime:SetRuntime (T_REF) - T_REF Java.Lang.Object:_GetObject (intptr,Android.Runtime.JniHandleOwnership) - T_REF Java.Lang.Object:GetObject (intptr,Android.Runtime.JniHandleOwnership) - T_REF Java.Lang.Object:GetObject (intptr,intptr,Android.Runtime.JniHandleOwnership) - T_REF Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider) - T_REF Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetService (System.IServiceProvider) - T_REF Microsoft.Maui.Controls.DependencyService:Get (Microsoft.Maui.Controls.DependencyFetchTarget) - T_REF Microsoft.Maui.Controls.ViewExtensions:FindParentOfType (Microsoft.Maui.Controls.Element,bool) - T_REF System.Activator:CreateInstance () - T_REF System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.Assembly) - T_REF System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo) - T_REF System.Xml.Linq.XDocument:GetFirstNode () - T_REF[] Android.Runtime.JNIEnv:GetArray (intptr) - T_REF[] System.Collections.Generic.EnumerableHelpers:ToArray (System.Collections.Generic.IEnumerable`1) - T_REF[] System.GC:AllocateArray (int,bool) - T_REF[] System.GC:AllocateUninitializedArray (int,bool) - TLifecycleBuilder_REF Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions:OnEvent (TLifecycleBuilder_REF,TDelegate_REF,string) - TResult_REF Android.Runtime.Extensions:JavaCast (Android.Runtime.IJavaObject) - TResult_REF Java.Interop.JavaObjectExtensions:_JavaCast (Android.Runtime.IJavaObject) - TResult_REF Java.Interop.JavaObjectExtensions:JavaCast (Android.Runtime.IJavaObject) - TSource_REF System.Linq.Enumerable:FirstOrDefault (System.Collections.Generic.IEnumerable`1,System.Func`2) - TSource_REF System.Linq.Enumerable:TryGetFirst (System.Collections.Generic.IEnumerable`1,System.Func`2,bool&) - TSource_REF[] System.Linq.Enumerable:ToArray (System.Collections.Generic.IEnumerable`1) - TValue_REF Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2,System.Type,intptr) - TValue_REF System.Text.Json.JsonSerializer:Read (System.Text.Json.Utf8JsonReader&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - TValue_REF System.Text.Json.JsonSerializer:ReadCore (System.Text.Json.Serialization.JsonConverter,System.Text.Json.Utf8JsonReader&,System.Text.Json.JsonSerializerOptions,System.Text.Json.ReadStack&) - TValue_REF System.Text.Json.JsonSerializer:ReadFromSpan (System.ReadOnlySpan`1,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Nullable`1) - TValue_REF System.Text.Json.JsonSerializer:ReadFromSpan (System.ReadOnlySpan`1,System.Text.Json.Serialization.Metadata.JsonTypeInfo) uint Android.Runtime.Logger:monodroid_get_log_categories () uint Microsoft.Maui.Graphics.:ComputeStringHash (string) uint Mono.Android.:ComputeStringHash (string) @@ -3763,13 +3769,10 @@ Methods: void Android.Runtime.InputStreamAdapter:Close () void Android.Runtime.InputStreamInvoker:.ctor (Java.IO.InputStream) void Android.Runtime.InputStreamInvoker:Close () - void Android.Runtime.JavaArray`1/d__13:.ctor (int) void Android.Runtime.JavaArray`1/d__13:System.IDisposable.Dispose () void Android.Runtime.JavaArray`1:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Runtime.JavaDictionary:.cctor () void Android.Runtime.JavaDictionary:.ctor (intptr,Android.Runtime.JniHandleOwnership) - void Android.Runtime.JavaDictionary`2/<>c__DisplayClass4_0:.ctor () - void Android.Runtime.JavaDictionary`2/<>c__DisplayClass4_1:.ctor () void Android.Runtime.JavaDictionary`2>:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Runtime.JavaDictionary`2:.ctor () void Android.Runtime.JavaDictionary`2:.ctor (System.Collections.Generic.IDictionary`2) @@ -3794,7 +3797,6 @@ Methods: void Android.Runtime.JNIEnv:CopyArray (intptr,int[]) void Android.Runtime.JNIEnv:CopyArray (intptr,int[][]) void Android.Runtime.JNIEnv:CopyArray (intptr,System.Array,System.Type) - void Android.Runtime.JNIEnv:CopyArray (intptr,T_REF[]) void Android.Runtime.JNIEnv:DeleteGlobalRef (intptr) void Android.Runtime.JNIEnv:DeleteLocalRef (intptr) void Android.Runtime.JNIEnv:DeleteRef (intptr,Android.Runtime.JniHandleOwnership) @@ -3854,14 +3856,12 @@ Methods: void Android.Views.View:DispatchDraw (Android.Graphics.Canvas) void Android.Views.View:GetWindowVisibleDisplayFrame (Android.Graphics.Rect) void Android.Views.View:Invalidate () - void Android.Views.View:Measure (int,int) void Android.Views.View:n_DispatchDraw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Views.View:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Views.View:n_OnMeasure_II (intptr,intptr,int,int) void Android.Views.View:n_OnSizeChanged_IIII (intptr,intptr,int,int,int,int) void Android.Views.View:OnSizeChanged (int,int,int,int) void Android.Views.View:remove_Touch (System.EventHandler`1) - void Android.Views.View:RequestLayout () void Android.Views.View:set_LayoutDirection (Android.Views.LayoutDirection) void Android.Views.View:set_LayoutParameters (Android.Views.ViewGroup/LayoutParams) void Android.Views.View:set_OnFocusChangeListener (Android.Views.View/IOnFocusChangeListener) @@ -3973,9 +3973,7 @@ Methods: void AndroidX.Fragment.App.FragmentTransactionInvoker:.cctor () void AndroidX.Fragment.App.FragmentTransactionInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Interop.EventHelper:AddEventHandler (System.WeakReference&,System.Func`1,System.Action`1,System.Action`1) - void Java.Interop.EventHelper:AddEventHandler (System.WeakReference&,System.Func`1,System.Action`1,System.Action`1) void Java.Interop.EventHelper:RemoveEventHandler (System.WeakReference&,System.Func`2,System.Action`1,System.Action`1) - void Java.Interop.EventHelper:RemoveEventHandler (System.WeakReference&,System.Func`2,System.Action`1,System.Action`1) void Java.Interop.JavaConvert:.cctor () void Java.Interop.JavaConvert/<>c:.cctor () void Java.Interop.JavaConvert/<>c:.ctor () @@ -4048,6 +4046,7 @@ Methods: void Java.Interop.JniRuntime/JniObjectReferenceManager:OnSetRuntime (Java.Interop.JniRuntime) void Java.Interop.JniRuntime/JniTypeManager:.cctor () void Java.Interop.JniRuntime/JniTypeManager:.ctor () + void Java.Interop.JniRuntime/JniTypeManager:AssertSimpleReference (string,string) void Java.Interop.JniRuntime/JniTypeManager:OnSetRuntime (Java.Interop.JniRuntime) void Java.Interop.JniRuntime/JniValueManager:.cctor () void Java.Interop.JniRuntime/JniValueManager:.ctor () @@ -4215,7 +4214,6 @@ Methods: void Microsoft.AspNetCore.Components.Reflection.PropertySetter:.ctor (System.Type,System.Reflection.PropertyInfo) void Microsoft.AspNetCore.Components.Reflection.PropertySetter:CallPropertySetter (System.Action`2,object,object) void Microsoft.AspNetCore.Components.Reflection.PropertySetter:CallPropertySetter (System.Action`2,object,object) - void Microsoft.AspNetCore.Components.Reflection.PropertySetter:CallPropertySetter (System.Action`2,object,object) void Microsoft.AspNetCore.Components.Reflection.PropertySetter:SetValue (object,object) void Microsoft.AspNetCore.Components.RenderHandle:.ctor (Microsoft.AspNetCore.Components.RenderTree.Renderer,int) void Microsoft.AspNetCore.Components.RenderHandle:Render (Microsoft.AspNetCore.Components.RenderFragment) @@ -4234,7 +4232,6 @@ Methods: void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:.cctor () void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:.ctor () void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:AddAttribute (int,string,Microsoft.AspNetCore.Components.EventCallback`1) - void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:AddAttribute (int,string,Microsoft.AspNetCore.Components.EventCallback`1) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:AddAttribute (int,string,object) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:AddAttribute (int,string,string) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:AddAttribute (int,string,System.MulticastDelegate) @@ -4251,7 +4248,6 @@ Methods: void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:CloseRegion () void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:OpenComponent (int,System.Type) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:OpenComponent (int) - void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:OpenComponent (int) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:OpenComponentUnchecked (int,System.Type) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:OpenElement (int,string) void Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder:OpenRegion (int) @@ -4417,7 +4413,7 @@ Methods: void Microsoft.AspNetCore.Components.WebView.Maui.AndroidMauiAssetFileProvider/AndroidMauiAssetFileInfo:.ctor (Android.Content.Res.AssetManager,string) void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:.cctor () void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:.ctor (Android.Webkit.WebView,System.IServiceProvider,Microsoft.AspNetCore.Components.Dispatcher,Microsoft.Extensions.FileProviders.IFileProvider,Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore,string,string) - void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:b__10_0 (string) + void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:b__9_0 (string) void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:NavigateCore (System.Uri) void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:SendMessage (string) void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:SetUpMessageChannel () @@ -4485,17 +4481,11 @@ Methods: void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAdd (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddEnumerable (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewDeveloperTools) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,TService_REF) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) void Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions/<>c:.cctor () @@ -4582,8 +4572,6 @@ Methods: void Microsoft.Extensions.Logging.LoggerFactory:RefreshFilters (Microsoft.Extensions.Logging.LoggerFilterOptions) void Microsoft.Extensions.Logging.LoggerFactoryOptions:.ctor () void Microsoft.Extensions.Logging.LoggerFilterOptions:.ctor () - void Microsoft.Extensions.Logging.LoggerMessage/<>c__DisplayClass12_0`2:.ctor () - void Microsoft.Extensions.Logging.LoggerMessage/<>c__DisplayClass14_0`3:.ctor () void Microsoft.Extensions.Logging.LoggerMessage/<>c__DisplayClass14_0`3:b__1 (Microsoft.Extensions.Logging.ILogger,System.Type,string,string,System.Exception) void Microsoft.Extensions.Logging.LogValuesFormatter:.cctor () void Microsoft.Extensions.Logging.LogValuesFormatter:.ctor (string) @@ -4594,17 +4582,14 @@ Methods: void Microsoft.Extensions.Options.OptionsCache`1/<>c:.ctor () void Microsoft.Extensions.Options.OptionsCache`1:.ctor () void Microsoft.Extensions.Options.OptionsFactory`1:.ctor (System.Collections.Generic.IEnumerable`1>,System.Collections.Generic.IEnumerable`1>,System.Collections.Generic.IEnumerable`1>) - void Microsoft.Extensions.Options.OptionsMonitor`1/<>c__DisplayClass10_0:.ctor () void Microsoft.Extensions.Options.OptionsMonitor`1/ChangeTrackerDisposable:.ctor (Microsoft.Extensions.Options.OptionsMonitor`1,System.Action`2) void Microsoft.Extensions.Options.OptionsMonitor`1:.ctor (Microsoft.Extensions.Options.IOptionsFactory`1,System.Collections.Generic.IEnumerable`1>,Microsoft.Extensions.Options.IOptionsMonitorCache`1) void Microsoft.Extensions.Options.OptionsMonitor`1:add__onChange (System.Action`2) - void Microsoft.Extensions.Options.OptionsMonitorExtensions/<>c__DisplayClass0_0`1:.ctor () void Microsoft.Extensions.Options.UnnamedOptionsManager`1:.ctor (Microsoft.Extensions.Options.IOptionsFactory`1) void Microsoft.Extensions.Primitives.StringSegment:.cctor () void Microsoft.Extensions.Primitives.StringSegment:.ctor (string) void Microsoft.Extensions.Primitives.StringTokenizer:.ctor (Microsoft.Extensions.Primitives.StringSegment,char[]) void Microsoft.Extensions.Primitives.StringTokenizer/Enumerator:.ctor (Microsoft.Extensions.Primitives.StringSegment&,char[]) - void Microsoft.JSInterop.DotNetObjectReference`1:.ctor (Microsoft.AspNetCore.Components.RenderTree.WebRenderer/WebRendererInteropMethods) void Microsoft.JSInterop.DotNetObjectReference`1:set_JSRuntime (Microsoft.JSInterop.JSRuntime) void Microsoft.JSInterop.DotNetObjectReference`1:set_ObjectId (long) void Microsoft.JSInterop.DotNetObjectReference`1:ThrowIfDisposed () @@ -4628,7 +4613,6 @@ Methods: void Microsoft.JSInterop.JSCallResultTypeHelper:.cctor () void Microsoft.JSInterop.JSRuntime:.ctor () void Microsoft.JSInterop.JSRuntime:CleanupTasksAndRegistrations (long) - void Microsoft.JSInterop.JSRuntime/<>c__DisplayClass17_0`1:.ctor () void Microsoft.JSInterop.JSRuntime/d__16`1:MoveNext () void Microsoft.JSInterop.JSRuntimeExtensions/d__0:MoveNext () void Microsoft.Maui.<>c__DisplayClass2_0`1/<b__0>d:MoveNext () @@ -4648,7 +4632,10 @@ Methods: void Microsoft.Maui.ApplicationModel.AppActionsExtensions:OnResume (Microsoft.Maui.ApplicationModel.IAppActions,Android.Content.Intent) void Microsoft.Maui.ApplicationModel.AppActionsImplementation:OnNewIntent (Android.Content.Intent) void Microsoft.Maui.ApplicationModel.AppActionsImplementation:OnResume (Android.Content.Intent) - void Microsoft.Maui.ApplicationModel.Permissions:EnsureDeclared () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation:.cctor () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation:.ctor () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation/<>c:.cctor () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation/<>c:.ctor () void Microsoft.Maui.ApplicationModel.Permissions:EnsureDeclared () void Microsoft.Maui.ApplicationModel.Permissions/BasePlatformPermission:.cctor () void Microsoft.Maui.ApplicationModel.Permissions/BasePlatformPermission:.ctor () @@ -4663,7 +4650,6 @@ Methods: void Microsoft.Maui.CommandMapper:Invoke (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,string,object) void Microsoft.Maui.CommandMapper:InvokeCore (string,Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,object) void Microsoft.Maui.CommandMapper:SetPropertyCore (string,System.Action`3) - void Microsoft.Maui.CommandMapper`2/<>c__DisplayClass6_0:.ctor () void Microsoft.Maui.CommandMapper`2/<>c__DisplayClass6_0:b__0 (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,object) void Microsoft.Maui.CommandMapper`2:.ctor (Microsoft.Maui.CommandMapper) void Microsoft.Maui.CommandMapper`2:Add (string,System.Action`3) @@ -4719,20 +4705,16 @@ Methods: void Microsoft.Maui.Controls.ButtonElement:.cctor () void Microsoft.Maui.Controls.ButtonElement/<>c:.cctor () void Microsoft.Maui.Controls.ButtonElement/<>c:.ctor () - void Microsoft.Maui.Controls.CastingEnumerator`2:.ctor (System.Collections.Generic.IEnumerator`1) void Microsoft.Maui.Controls.CastingEnumerator`2:Dispose () void Microsoft.Maui.Controls.ColumnDefinitionCollection:.ctor () void Microsoft.Maui.Controls.Compatibility.Layout:.cctor () void Microsoft.Maui.Controls.Compatibility.Layout:LayoutChildIntoBoundingRegion (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Graphics.Rect) - void Microsoft.Maui.Controls.Compatibility.Platform.Android.PlatformInvalidate:.ctor () - void Microsoft.Maui.Controls.Compatibility.Platform.Android.PlatformInvalidate:Invalidate (Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:.ctor () void Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:UpdateStyles () void Microsoft.Maui.Controls.Compatibility.Resource/Attribute:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Drawable:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Layout:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Style:.cctor () - void Microsoft.Maui.Controls.Configuration`2:.ctor (Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.ContentPage:.cctor () void Microsoft.Maui.Controls.ContentPage:.ctor () void Microsoft.Maui.Controls.ContentPage:InvalidateMeasureOverride () @@ -4747,7 +4729,6 @@ Methods: void Microsoft.Maui.Controls.DependencyService:.cctor () void Microsoft.Maui.Controls.DependencyService:Initialize () void Microsoft.Maui.Controls.DependencyService:Register () - void Microsoft.Maui.Controls.DependencyService:Register () void Microsoft.Maui.Controls.DependencyService:SetToInitialized () void Microsoft.Maui.Controls.Device/Styles:.cctor () void Microsoft.Maui.Controls.Editor:.cctor () @@ -4787,6 +4768,7 @@ Methods: void Microsoft.Maui.Controls.Element:set_EffectControlProvider (Microsoft.Maui.Controls.IEffectControlProvider) void Microsoft.Maui.Controls.Element:set_Handler (Microsoft.Maui.IElementHandler) void Microsoft.Maui.Controls.Element:set_Parent (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Element:set_StyleId (string) void Microsoft.Maui.Controls.Element:SetChildInheritedBindingContext (Microsoft.Maui.Controls.Element,object) void Microsoft.Maui.Controls.Element:SetHandler (Microsoft.Maui.IElementHandler) void Microsoft.Maui.Controls.Element/d__89`1:.ctor (int) @@ -4822,6 +4804,7 @@ Methods: void Microsoft.Maui.Controls.InputView/<>c:.ctor () void Microsoft.Maui.Controls.Internals.NameScope:.cctor () void Microsoft.Maui.Controls.Internals.NameScope:.ctor () + void Microsoft.Maui.Controls.Internals.NameScope:Microsoft.Maui.Controls.Internals.INameScope.RegisterName (string,object) void Microsoft.Maui.Controls.Internals.NameScope:SetNameScope (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.Internals.INameScope) void Microsoft.Maui.Controls.Internals.NavigationModel:.ctor () void Microsoft.Maui.Controls.Internals.NavigationModel:Push (Microsoft.Maui.Controls.Page,Microsoft.Maui.Controls.Page) @@ -4882,11 +4865,8 @@ Methods: void Microsoft.Maui.Controls.MessagingCenter:InnerSubscribe (object,string,System.Type,System.Type,object,System.Reflection.MethodInfo,Microsoft.Maui.Controls.MessagingCenter/Filter) void Microsoft.Maui.Controls.MessagingCenter:Microsoft.Maui.Controls.IMessagingCenter.Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MessagingCenter:Microsoft.Maui.Controls.IMessagingCenter.Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) - void Microsoft.Maui.Controls.MessagingCenter:Microsoft.Maui.Controls.IMessagingCenter.Subscribe (object,string,System.Action`2,TSender_REF) void Microsoft.Maui.Controls.MessagingCenter:Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MessagingCenter:Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) - void Microsoft.Maui.Controls.MessagingCenter:Subscribe (object,string,System.Action`2,TSender_REF) - void Microsoft.Maui.Controls.MessagingCenter/<>c__DisplayClass13_0`2:.ctor () void Microsoft.Maui.Controls.MessagingCenter/MaybeWeakReference:.ctor (object,object) void Microsoft.Maui.Controls.MessagingCenter/Sender:.ctor (string,System.Type,System.Type) void Microsoft.Maui.Controls.MessagingCenter/Subscription:.ctor (object,object,System.Reflection.MethodInfo,Microsoft.Maui.Controls.MessagingCenter/Filter) @@ -4916,8 +4896,8 @@ Methods: void Microsoft.Maui.Controls.Page:UpdateChildrenLayout () void Microsoft.Maui.Controls.Page/<>c:.cctor () void Microsoft.Maui.Controls.Page/<>c:.ctor () - void Microsoft.Maui.Controls.Page/d__80:.ctor (int) - void Microsoft.Maui.Controls.Page/d__80:System.IDisposable.Dispose () + void Microsoft.Maui.Controls.Page/d__84:.ctor (int) + void Microsoft.Maui.Controls.Page/d__84:System.IDisposable.Dispose () void Microsoft.Maui.Controls.ParentChangingEventArgs:.ctor (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Picker:.cctor () void Microsoft.Maui.Controls.Picker:RemapForControls () @@ -4974,9 +4954,9 @@ Methods: void Microsoft.Maui.Controls.ResourceDictionary:OnValueChanged (string,object) void Microsoft.Maui.Controls.ResourceDictionary:OnValuesChanged (System.Collections.Generic.KeyValuePair`2[]) void Microsoft.Maui.Controls.ResourceDictionary:set_Item (string,object) - void Microsoft.Maui.Controls.ResourceDictionary/d__41:.ctor (int) - void Microsoft.Maui.Controls.ResourceDictionary/d__41:<>m__Finally3 () - void Microsoft.Maui.Controls.ResourceDictionary/d__41:System.IDisposable.Dispose () + void Microsoft.Maui.Controls.ResourceDictionary/d__42:.ctor (int) + void Microsoft.Maui.Controls.ResourceDictionary/d__42:<>m__Finally3 () + void Microsoft.Maui.Controls.ResourceDictionary/d__42:System.IDisposable.Dispose () void Microsoft.Maui.Controls.RowDefinitionCollection:.ctor () void Microsoft.Maui.Controls.ScrollView:.cctor () void Microsoft.Maui.Controls.ScrollView:RemapForControls () @@ -5065,6 +5045,7 @@ Methods: void Microsoft.Maui.Controls.VisualElement:set_Y (double) void Microsoft.Maui.Controls.VisualElement:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) void Microsoft.Maui.Controls.VisualElement:SizeAllocated (double,double) + void Microsoft.Maui.Controls.VisualElement:UpdateBoundsComponents (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Controls.VisualElement:UpdatePlatformUnloadedLoadedWiring (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.VisualElement:ValidatePositive (double,string) void Microsoft.Maui.Controls.VisualElement/<>c:.cctor () @@ -5115,7 +5096,6 @@ Methods: void Microsoft.Maui.Dispatching.DispatcherExtensions/<>c__DisplayClass2_0`1:b__0 () void Microsoft.Maui.EmbeddedFontLoader:.ctor (System.IServiceProvider) void Microsoft.Maui.EnumerableExtensions:ForEach (System.Collections.Generic.IEnumerable`1,System.Action`1) - void Microsoft.Maui.EnumerableExtensions:ForEach (System.Collections.Generic.IEnumerable`1,System.Action`1) void Microsoft.Maui.FileSystemEmbeddedFontLoader:.ctor (System.Func`1,System.IServiceProvider) void Microsoft.Maui.FontRegistrar:.ctor (Microsoft.Maui.IEmbeddedFontLoader,System.IServiceProvider) void Microsoft.Maui.FontRegistrar:Register (string,string) @@ -5291,19 +5271,17 @@ Methods: void Microsoft.Maui.Internal.WeakList`1/<>c:.cctor () void Microsoft.Maui.Internal.WeakList`1/<>c:.ctor () void Microsoft.Maui.Internal.WeakList`1:Add (Microsoft.Maui.HotReload.IHotReloadableView) - void Microsoft.Maui.Layouts.GridLayoutManager/Column:.ctor (Microsoft.Maui.IGridColumnDefinition) + void Microsoft.Maui.Layouts.GridLayoutManager/Definition:.ctor (Microsoft.Maui.GridLength,bool) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:.ctor (Microsoft.Maui.IGridLayout,double,double) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:EnsureFinalMeasure () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeCells () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasureCells () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveSpans () - void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarColumns () - void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarRows () + void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarColumns (double) + void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarRows (double) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStars (Microsoft.Maui.Layouts.GridLayoutManager/Definition[],double,System.Func`2,System.Func`2) - void Microsoft.Maui.Layouts.GridLayoutManager/Row:.ctor (Microsoft.Maui.IGridRowDefinition) void Microsoft.Maui.Layouts.LayoutExtensions:ArrangeContent (Microsoft.Maui.IContentView,Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.LifecycleEvents.AndroidLifecycleExtensions/LifecycleBuilder:AddEvent (string,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) - void Microsoft.Maui.LifecycleEvents.AndroidLifecycleExtensions/LifecycleBuilder:AddEvent (string,TDelegate_REF) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions:OnConfigureLifeCycle (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:.cctor () void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:.ctor () @@ -5313,9 +5291,7 @@ Methods: void Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration:AddRegistration (Microsoft.Maui.LifecycleEvents.ILifecycleBuilder) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:.ctor (System.Collections.Generic.IEnumerable`1) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:AddEvent (string,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) - void Microsoft.Maui.LifecycleEvents.LifecycleEventService:AddEvent (string,TDelegate_REF) void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions:InvokeLifecycleEvents (System.IServiceProvider,System.Action`1) - void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions:InvokeLifecycleEvents (System.IServiceProvider,System.Action`1) void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:.ctor (int) void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:<>m__Finally1 () void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.IDisposable.Dispose () @@ -5335,13 +5311,11 @@ Methods: void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider,Android.Content.Context) void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext:AddSpecific (Android.App.Application) - void Microsoft.Maui.MauiContext:AddSpecific (TService_REF) void Microsoft.Maui.MauiContext:AddWeakSpecific (Android.Content.Context) - void Microsoft.Maui.MauiContext:AddWeakSpecific (TService_REF) - void Microsoft.Maui.MauiContext/<>c__10`1:.cctor () - void Microsoft.Maui.MauiContext/<>c__10`1:.ctor () - void Microsoft.Maui.MauiContext/<>c__9`1:.cctor () - void Microsoft.Maui.MauiContext/<>c__9`1:.ctor () + void Microsoft.Maui.MauiContext/<>c__11`1:.cctor () + void Microsoft.Maui.MauiContext/<>c__11`1:.ctor () + void Microsoft.Maui.MauiContext/<>c__12`1:.cctor () + void Microsoft.Maui.MauiContext/<>c__12`1:.ctor () void Microsoft.Maui.MauiContext/WrappedServiceProvider:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext/WrappedServiceProvider:AddSpecific (System.Type,System.Func`2,object) void Microsoft.Maui.MauiContextExtensions:InitializeScopedServices (Microsoft.Maui.IMauiContext) @@ -5364,6 +5338,7 @@ Methods: void Microsoft.Maui.Platform.ElementExtensions:SetApplicationHandler (Android.App.Application,Microsoft.Maui.IApplication,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.ElementExtensions:SetHandler (Android.Content.Context,Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.ElementExtensions:SetWindowHandler (Android.App.Activity,Microsoft.Maui.IWindow,Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Platform.NavigationRootManager:ClearPlatformParts () void Microsoft.Maui.Platform.NavigationRootManager:Connect (Microsoft.Maui.IView,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.NavigationRootManager:SetContentView (Android.Views.View) void Microsoft.Maui.Platform.SemanticExtensions:UpdateSemantics (Android.Views.View,Microsoft.Maui.IView) @@ -5397,7 +5372,6 @@ Methods: void Microsoft.Maui.PropertyMapper/d__17:<>m__Finally1 () void Microsoft.Maui.PropertyMapper/d__17:<>m__Finally2 () void Microsoft.Maui.PropertyMapper/d__17:System.IDisposable.Dispose () - void Microsoft.Maui.PropertyMapper`2/<>c__DisplayClass5_0:.ctor () void Microsoft.Maui.PropertyMapper`2/<>c__DisplayClass5_0:b__0 (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement) void Microsoft.Maui.PropertyMapper`2:Add (string,System.Action`2) void Microsoft.Maui.PropertyMapper`2:set_Item (string,System.Action`2) @@ -5431,7 +5405,7 @@ Methods: void Microsoft.Win32.SafeHandles.SafeFileHandle:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor (bool) - void Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + void Microsoft.Win32.SafeHandles.SafeFileHandle:FStatCheckIO (string,Interop/Sys/FileStatus&,bool&) void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.ctor () void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:.ctor (bool) @@ -5439,31 +5413,30 @@ Methods: void modreq Microsoft.AspNetCore.Components.Reflection.PropertySetter:set_Cascading (System.Runtime.CompilerServices.IsExternalInit) Microsoft.AspNetCore.Components.Reflection.PropertySetter:set_Cascading (bool) void Mono.RuntimeGPtrArrayHandle:DestroyAndFree (Mono.RuntimeGPtrArrayHandle&) void Mono.RuntimeGPtrArrayHandle:GPtrArrayFree (Mono.RuntimeStructs/GPtrArray*) - void Mono.RuntimeMarshal:FreeAssemblyName (Mono.MonoAssemblyName&,bool) void Mono.SafeGPtrArrayHandle:Dispose () void Mono.SafeStringMarshal:Dispose () void Mono.SafeStringMarshal:GFree (intptr) void System.AppContext:Setup (char**,char**,int) void System.AppDomain:.cctor () void System.AppDomain:.ctor () + void System.ArgumentException:ThrowIfNullOrEmpty (string,string) void System.Array:Clear (System.Array,int,int) void System.Array:Clear (System.Array) void System.Array:Copy (System.Array,int,System.Array,int,int,bool) void System.Array:Copy (System.Array,int,System.Array,int,int) void System.Array:Copy (System.Array,System.Array,int) + void System.Array:CopySlow (System.Array,int,System.Array,int,int,bool) void System.Array:CopyTo (System.Array,int) void System.Array:InternalCreate (System.Array&,intptr,int,int*,int*) void System.Array:InternalSetValue (object,intptr) void System.Array:Resize (int[]&,int) + void System.Array:Resize (System.Net.Http.Headers.HeaderEntry[]&,int) void System.Array:Resize (System.Reflection.ConstructorInfo[]&,int) - void System.Array:Resize (T_REF[]&,int) void System.Array:SetValue (object,int) void System.Array:SetValueImpl (object,int) void System.Array:SetValueRelaxedImpl (object,int) void System.Array:Sort (Microsoft.AspNetCore.Components.Routing.RouteEntry[],int,int,System.Collections.Generic.IComparer`1) void System.Array:Sort (System.Reflection.ConstructorInfo[],System.Comparison`1) - void System.Array:Sort (T_REF[],int,int,System.Collections.Generic.IComparer`1) - void System.Array:Sort (T_REF[],System.Comparison`1) void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1:.cctor () @@ -5532,7 +5505,6 @@ Methods: void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:.cctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:.cctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:.cctor () - void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray:.ctor (string[]) void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:.ctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Return (Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff[],bool) void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:.ctor () @@ -5553,6 +5525,8 @@ Methods: void System.Collections.Comparer:.ctor (System.Globalization.CultureInfo) void System.Collections.Concurrent.CDSCollectionETWBCLProvider:.cctor () void System.Collections.Concurrent.CDSCollectionETWBCLProvider:.ctor () + void System.Collections.Concurrent.ConcurrentDictionary`2/Enumerator, System.Text.Json.Cache`1/CacheEntry>>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>) + void System.Collections.Concurrent.ConcurrentDictionary`2/Enumerator, System.Text.Json.Cache`1/CacheEntry>>:Dispose () void System.Collections.Concurrent.ConcurrentDictionary`2/Node:.ctor (Microsoft.AspNetCore.Components.Routing.RouteKey,Microsoft.AspNetCore.Components.Routing.RouteTable,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node) void System.Collections.Concurrent.ConcurrentDictionary`2/Node:.ctor (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey,Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder/GeneratedMethod,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node) void System.Collections.Concurrent.ConcurrentDictionary`2/Node:.ctor (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node) @@ -5561,6 +5535,7 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2/Node:.ctor (System.Type,object,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node) void System.Collections.Concurrent.ConcurrentDictionary`2/Node>>:.ctor (System.Type,System.ValueTuple`2>,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node>>) void System.Collections.Concurrent.ConcurrentDictionary`2/Node:.ctor (ulong,System.Text.Json.JsonEncodedText,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node) + void System.Collections.Concurrent.ConcurrentDictionary`2/Node, System.Text.Json.Cache`1/CacheEntry>>:.ctor (System.ValueTuple`3,System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>,int,System.Collections.Concurrent.ConcurrentDictionary`2/Node, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>) void System.Collections.Concurrent.ConcurrentDictionary`2/Tables:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node[],object[],int[]) void System.Collections.Concurrent.ConcurrentDictionary`2/Tables:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node[],object[],int[]) void System.Collections.Concurrent.ConcurrentDictionary`2/Tables:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node[],object[],int[]) @@ -5571,6 +5546,7 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2/Tables>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node>[],object[],int[]) void System.Collections.Concurrent.ConcurrentDictionary`2/Tables>>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node>>[],object[],int[]) void System.Collections.Concurrent.ConcurrentDictionary`2/Tables:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node[],object[],int[]) + void System.Collections.Concurrent.ConcurrentDictionary`2/Tables, System.Text.Json.Cache`1/CacheEntry>>:.ctor (System.Collections.Concurrent.ConcurrentDictionary`2/Node, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>[],object[],int[]) void System.Collections.Concurrent.ConcurrentDictionary`2:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -5596,8 +5572,10 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireAllLocks (int&) - void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,System.Collections.Generic.IEqualityComparer`1) + void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,System.Collections.Generic.IEqualityComparer`1) + void System.Collections.Concurrent.ConcurrentDictionary`2>:AcquireAllLocks (int&) + void System.Collections.Concurrent.ConcurrentDictionary`2>:AcquireLocks (int,int,int&) + void System.Collections.Concurrent.ConcurrentDictionary`2>:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -5605,9 +5583,7 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Concurrent.ConcurrentDictionary`2>:set_Item (System.Type,System.Func`2) - void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireLocks (int,int,int&) void System.Collections.Concurrent.ConcurrentDictionary`2:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables) - void System.Collections.Concurrent.ConcurrentDictionary`2:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2>>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -5618,6 +5594,9 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireAllLocks (int&) void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireLocks (int,int,int&) void System.Collections.Concurrent.ConcurrentDictionary`2:ReleaseLocks (int,int) + void System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:.cctor () + void System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:.ctor () + void System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1>) void System.Collections.Concurrent.ConcurrentQueue`1:.ctor () void System.Collections.Concurrent.ConcurrentQueue`1:Enqueue (object) void System.Collections.Concurrent.ConcurrentQueueSegment`1:.ctor (int) @@ -5625,6 +5604,13 @@ Methods: void System.Collections.Generic.ArrayBuilder`1:EnsureCapacity (int) void System.Collections.Generic.ArrayBuilder`1:UncheckedAdd (char) void System.Collections.Generic.ArraySortHelper`1:Sort (System.Span`1,System.Collections.Generic.IComparer`1) + void System.Collections.Generic.ArraySortHelper`1>:.cctor () + void System.Collections.Generic.ArraySortHelper`1>:.ctor () + void System.Collections.Generic.ArraySortHelper`1>:InsertionSort (System.Span`1>,System.Comparison`1>) + void System.Collections.Generic.ArraySortHelper`1>:IntroSort (System.Span`1>,int,System.Comparison`1>) + void System.Collections.Generic.ArraySortHelper`1>:IntrospectiveSort (System.Span`1>,System.Comparison`1>) + void System.Collections.Generic.ArraySortHelper`1>:Sort (System.Span`1>,System.Comparison`1>) + void System.Collections.Generic.ArraySortHelper`1>:SwapIfGreater (System.Span`1>,System.Comparison`1>,int,int) void System.Collections.Generic.ArraySortHelper`1:InsertionSort (System.Span`1,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:IntroSort (System.Span`1,int,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:IntrospectiveSort (System.Span`1,System.Comparison`1) @@ -5632,9 +5618,6 @@ Methods: void System.Collections.Generic.ArraySortHelper`1:SwapIfGreater (System.Span`1,System.Comparison`1,int,int) void System.Collections.Generic.ArraySortHelper`1:.cctor () void System.Collections.Generic.ArraySortHelper`1:.ctor () - void System.Collections.Generic.ArraySortHelper`1:.cctor () - void System.Collections.Generic.ArraySortHelper`1:.ctor () - void System.Collections.Generic.ComparisonComparer`1:.ctor (System.Comparison`1) void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:Dispose () @@ -5652,6 +5635,9 @@ Methods: void System.Collections.Generic.Dictionary`2:Add (int,Microsoft.AspNetCore.Components.Rendering.ComponentState) void System.Collections.Generic.Dictionary`2:Resize () void System.Collections.Generic.Dictionary`2:Resize (int,bool) + void System.Collections.Generic.Dictionary`2:.ctor () + void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) + void System.Collections.Generic.Dictionary`2:Add (int,bool) void System.Collections.Generic.Dictionary`2:.ctor () void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2>:.ctor () @@ -5670,12 +5656,6 @@ Methods: void System.Collections.Generic.Dictionary`2:Resize () void System.Collections.Generic.Dictionary`2:Resize (int,bool) void System.Collections.Generic.Dictionary`2:set_Item (intptr,System.IDisposable) - void System.Collections.Generic.Dictionary`2:.ctor () - void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Generic.Dictionary`2:Add (System.Net.Http.Headers.HeaderDescriptor,object) - void System.Collections.Generic.Dictionary`2:Resize () - void System.Collections.Generic.Dictionary`2:Resize (int,bool) - void System.Collections.Generic.Dictionary`2:set_Item (System.Net.Http.Headers.HeaderDescriptor,object) void System.Collections.Generic.Dictionary`2:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2>:set_Item (string,System.Action`3) void System.Collections.Generic.Dictionary`2:.ctor () @@ -5694,6 +5674,8 @@ Methods: void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2:set_Item (string,System.Resources.ResourceLocator) + void System.Collections.Generic.Dictionary`2:CopyTo (System.Collections.Generic.KeyValuePair`2[],int) + void System.Collections.Generic.Dictionary`2:System.Collections.Generic.ICollection>.CopyTo (System.Collections.Generic.KeyValuePair`2[],int) void System.Collections.Generic.Dictionary`2:Resize () void System.Collections.Generic.Dictionary`2:Resize (int,bool) void System.Collections.Generic.Dictionary`2>>:.ctor () @@ -5719,27 +5701,26 @@ Methods: void System.Collections.Generic.Dictionary`2:Add (ulong,Microsoft.AspNetCore.Components.EventCallback) void System.Collections.Generic.Dictionary`2:.ctor () void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Generic.GenericComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () - void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () + void System.Collections.Generic.GenericEqualityComparer`1>:.ctor () + void System.Collections.Generic.HashSet`1/Enumerator:.ctor (System.Collections.Generic.HashSet`1) void System.Collections.Generic.HashSet`1/Enumerator:Dispose () - void System.Collections.Generic.HashSet`1/Enumerator:.ctor (System.Collections.Generic.HashSet`1) void System.Collections.Generic.HashSet`1:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.HashSet`1:Resize () void System.Collections.Generic.HashSet`1:Resize (int,bool) - void System.Collections.Generic.HashSet`1:.ctor () + void System.Collections.Generic.HashSet`1:.ctor () void System.Collections.Generic.KeyValuePair`2:Deconstruct (string&,Microsoft.AspNetCore.Components.WebView.WebViewManager/RootComponent&) - void System.Collections.Generic.KeyValuePair`2:.ctor (System.Type,System.Type) void System.Collections.Generic.LargeArrayBuilder`1:AddRange (System.Collections.Generic.IEnumerable`1) void System.Collections.Generic.List`1/Enumerator:.ctor (System.Collections.Generic.List`1) void System.Collections.Generic.List`1/Enumerator:Dispose () + void System.Collections.Generic.List`1/Enumerator>:.ctor (System.Collections.Generic.List`1>) void System.Collections.Generic.List`1/Enumerator>:.ctor (System.Collections.Generic.List`1>) void System.Collections.Generic.List`1:.cctor () void System.Collections.Generic.List`1:.ctor () @@ -5768,14 +5749,18 @@ Methods: void System.Collections.Generic.List`1:InsertRange (int,System.Collections.Generic.IEnumerable`1) void System.Collections.Generic.List`1:.cctor () void System.Collections.Generic.List`1:.ctor (int) - void System.Collections.Generic.List`1:.cctor () - void System.Collections.Generic.List`1:.ctor () - void System.Collections.Generic.List`1:AddWithResize (byte) - void System.Collections.Generic.List`1:Grow (int) - void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1>:.cctor () + void System.Collections.Generic.List`1>:.cctor () + void System.Collections.Generic.List`1>:.ctor (System.Collections.Generic.IEnumerable`1>) + void System.Collections.Generic.List`1>:Sort (System.Comparison`1>) void System.Collections.Generic.List`1>:.cctor () void System.Collections.Generic.List`1>:.ctor (int) + void System.Collections.Generic.List`1:.cctor () + void System.Collections.Generic.List`1:.ctor () + void System.Collections.Generic.List`1:.ctor (int) + void System.Collections.Generic.List`1:Grow (int) + void System.Collections.Generic.List`1:RemoveAt (int) + void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1:CopyTo (System.Reflection.MethodBase[]) void System.Collections.Generic.List`1:set_Item (int,string) void System.Collections.Generic.List`1:.cctor () @@ -5783,9 +5768,9 @@ Methods: void System.Collections.Generic.List`1:AddWithResize (System.Text.Json.JsonElement) void System.Collections.Generic.List`1:Grow (int) void System.Collections.Generic.List`1:set_Capacity (int) - void System.Collections.Generic.List`1:.cctor () - void System.Collections.Generic.List`1:.ctor (int) void System.Collections.Generic.List`1:RemoveAt (int) + void System.Collections.Generic.List`1>:.cctor () + void System.Collections.Generic.List`1>:.ctor (int) void System.Collections.Generic.List`1>:.cctor () void System.Collections.Generic.List`1>:.ctor () void System.Collections.Generic.List`1>:AddWithResize (System.ValueTuple`2) @@ -5802,7 +5787,6 @@ Methods: void System.Collections.Generic.NonRandomizedStringEqualityComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalIgnoreCaseComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Generic.ObjectEqualityComparer`1:.ctor () void System.Collections.Generic.Queue`1:Enqueue (Microsoft.AspNetCore.Components.Rendering.RenderQueueEntry) void System.Collections.Generic.Queue`1:Grow (int) void System.Collections.Generic.Queue`1:MoveNext (int&) @@ -5812,9 +5796,9 @@ Methods: void System.Collections.Generic.Queue`1:.ctor (int) void System.Collections.Generic.Queue`1:Enqueue (Microsoft.Maui.Controls.Element) void System.Collections.Generic.Queue`1:MoveNext (int&) + void System.Collections.Generic.Queue`1:.ctor (int) void System.Collections.Generic.ReferenceEqualityComparer:.cctor () void System.Collections.Generic.ReferenceEqualityComparer:.ctor () - void System.Collections.Generic.Stack`1:.ctor () void System.Collections.Generic.Stack`1:Clear () void System.Collections.Generic.Stack`1:Grow (int) void System.Collections.Generic.Stack`1:Push (int) @@ -5831,7 +5815,7 @@ Methods: void System.Collections.Hashtable:Add (object,object) void System.Collections.Hashtable:expand () void System.Collections.Hashtable:Insert (object,object,bool) - void System.Collections.Hashtable:putEntry (System.Collections.Hashtable/bucket[],object,object,int) + void System.Collections.Hashtable:putEntry (System.Collections.Hashtable/Bucket[],object,object,int) void System.Collections.Hashtable:rehash (int) void System.Collections.Hashtable:set_Item (object,object) void System.Collections.ObjectModel.Collection`1:Add (Microsoft.AspNetCore.Components.WebView.Maui.RootComponent) @@ -5870,8 +5854,8 @@ Methods: void System.DateTime:.ctor (long) void System.DateTime:GetDate (int&,int&,int&) void System.DateTimeFormat:.cctor () - void System.DateTimeFormat:FormatDigits (System.Text.StringBuilder,int,int,bool) - void System.DateTimeFormat:FormatDigits (System.Text.StringBuilder,int,int) + void System.DateTimeFormat:FormatDigits (System.Text.ValueStringBuilder&,int,int,bool) + void System.DateTimeFormat:FormatDigits (System.Text.ValueStringBuilder&,int,int) void System.DateTimeOffset:.cctor () void System.DateTimeOffset:.ctor (int16,System.DateTime) void System.DateTimeOffset:.ctor (long,System.TimeSpan) @@ -5894,6 +5878,8 @@ Methods: void System.Diagnostics.Tracing.NativeRuntimeEventSource:.cctor () void System.Diagnostics.Tracing.NativeRuntimeEventSource:.ctor () void System.DomainNameHelper:.cctor () + void System.Enum:InternalBoxEnum (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack,long) + void System.Enum:InternalGetUnderlyingType (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) void System.Enum/EnumInfo:.ctor (bool,ulong[],string[]) void System.Environment:.cctor () void System.EventArgs:.cctor () @@ -5916,12 +5902,12 @@ Methods: void System.Globalization.CalendarData:FixDefaultShortDatePattern (System.Collections.Generic.List`1) void System.Globalization.CalendarData:InitializeAbbreviatedEraNames (string,System.Globalization.CalendarId) void System.Globalization.CalendarData:InitializeEraNames (string,System.Globalization.CalendarId) - void System.Globalization.CalendarData:NormalizeDayOfWeek (string,System.Text.StringBuilder,int&) + void System.Globalization.CalendarData:NormalizeDayOfWeek (string,System.Text.ValueStringBuilder&,int&) void System.Globalization.CalendarData/<>c:.cctor () void System.Globalization.CalendarData/<>c:.ctor () void System.Globalization.CompareInfo:.cctor () void System.Globalization.CompareInfo:.ctor (System.Globalization.CultureInfo) - void System.Globalization.CompareInfo:IcuInitSortHandle () + void System.Globalization.CompareInfo:IcuInitSortHandle (string) void System.Globalization.CompareInfo:InitSort (System.Globalization.CultureInfo) void System.Globalization.CompareInfo/SortHandleCache:.cctor () void System.Globalization.CultureData:.cctor () @@ -5940,6 +5926,7 @@ Methods: void System.Globalization.GregorianCalendar:.ctor (System.Globalization.GregorianCalendarTypes) void System.Globalization.IdnMapping:.cctor () void System.Globalization.IdnMapping:.ctor () + void System.Globalization.NumberFormatInfo:.cctor () void System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData) void System.Globalization.NumberFormatInfo:InitializeInvariantAndNegativeSignFlags () void System.Globalization.NumberFormatInfo:ValidateParseStyleInteger (System.Globalization.NumberStyles) @@ -5949,11 +5936,20 @@ Methods: void System.Globalization.TextInfo:ChangeCaseCommon (char&,char&,int) void System.Globalization.TextInfo:SetReadOnlyState (bool) void System.Globalization.TimeSpanFormat:.cctor () + void System.Globalization.TimeSpanFormat:FormatCustomized (System.TimeSpan,System.ReadOnlySpan`1,System.Globalization.DateTimeFormatInfo,System.Text.ValueStringBuilder&) void System.Guid:.ctor (byte[]) void System.Guid:.ctor (int,int16,int16,byte,byte,byte,byte,byte,byte,byte,byte) void System.Guid:.ctor (System.ReadOnlySpan`1) void System.Guid:.ctor (uint,uint16,uint16,byte,byte,byte,byte,byte,byte,byte,byte) void System.HashCode:.cctor () + void System.HashCode:Add (bool) + void System.HashCode:Add (int) + void System.HashCode:Add (int) + void System.HashCode:Add (System.Text.Json.JsonCommentHandling) + void System.HashCode:Add (System.Text.Json.JsonNamingPolicy) + void System.HashCode:Add (System.Text.Json.Serialization.JsonIgnoreCondition) + void System.HashCode:Add (System.Text.Json.Serialization.JsonNumberHandling) + void System.HashCode:Add (System.Text.Json.Serialization.JsonUnknownTypeHandling) void System.IO.BinaryReader:.ctor (System.IO.Stream,System.Text.Encoding,bool) void System.IO.BinaryReader:.ctor (System.IO.Stream,System.Text.Encoding) void System.IO.BinaryReader:.ctor (System.IO.Stream) @@ -5973,9 +5969,8 @@ Methods: void System.IO.BufferedStream:Dispose (bool) void System.IO.BufferedStream:EnsureCanRead () void System.IO.BufferedStream:Flush () - void System.IO.BufferedStream/d__69:MoveNext () + void System.IO.BufferedStream/d__68:MoveNext () void System.IO.DelegatingStream:Dispose (bool) - void System.IO.FileInfo:.ctor (string,string,string,bool) void System.IO.FileNotFoundException:.ctor (string,string) void System.IO.FileStatus:EnsureCachesInitialized (System.ReadOnlySpan`1,bool) void System.IO.FileStatus:RefreshCaches (System.ReadOnlySpan`1) @@ -5988,7 +5983,6 @@ Methods: void System.IO.FileStream:Dispose (bool) void System.IO.FileStream:set_Position (long) void System.IO.FileStream:ValidateReadWriteArgs (byte[],int,int) - void System.IO.FileSystemInfo:.ctor () void System.IO.MemoryStream:.ctor (int) void System.IO.MemoryStream:EnsureWriteable () void System.IO.MemoryStream:Write (byte[],int,int) @@ -5996,7 +5990,6 @@ Methods: void System.IO.Strategies.BufferedFileStreamStrategy:.ctor (System.IO.Strategies.FileStreamStrategy,int) void System.IO.Strategies.BufferedFileStreamStrategy:AllocateBuffer () void System.IO.Strategies.BufferedFileStreamStrategy:Dispose (bool) - void System.IO.Strategies.BufferedFileStreamStrategy:DisposeInternal (bool) void System.IO.Strategies.BufferedFileStreamStrategy:EnsureBufferAllocated () void System.IO.Strategies.BufferedFileStreamStrategy:EnsureCanRead () void System.IO.Strategies.BufferedFileStreamStrategy:EnsureCanSeek () @@ -6004,9 +5997,9 @@ Methods: void System.IO.Strategies.BufferedFileStreamStrategy:Flush () void System.IO.Strategies.BufferedFileStreamStrategy:Flush (bool) void System.IO.Strategies.BufferedFileStreamStrategy:FlushRead () - void System.IO.Strategies.FileStreamHelpers:.cctor () void System.IO.Strategies.FileStreamHelpers:SerializationGuard (System.IO.FileAccess) void System.IO.Strategies.FileStreamHelpers:ValidateArguments (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) + void System.IO.Strategies.FileStreamStrategy:DisposeInternal (bool) void System.IO.Strategies.OSFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) void System.IO.Strategies.OSFileStreamStrategy:Dispose (bool) void System.IO.Strategies.OSFileStreamStrategy:Flush (bool) @@ -6016,12 +6009,14 @@ Methods: void System.IO.Stream:Close () void System.IO.Stream:Dispose () void System.IO.Stream:FinishTrackingAsyncOperation (System.IO.Stream/ReadWriteTask) + void System.IO.Stream:ReadExactly (System.Span`1) void System.IO.Stream:RunReadWriteTask (System.IO.Stream/ReadWriteTask) void System.IO.Stream:RunReadWriteTaskWhenReady (System.Threading.Tasks.Task,System.IO.Stream/ReadWriteTask) void System.IO.Stream:ValidateCopyToArguments (System.IO.Stream,int) + void System.IO.Stream:ValidateReadAtLeastArguments (int,int) void System.IO.Stream:Write (System.ReadOnlySpan`1) void System.IO.Stream:WriteByte (byte) - void System.IO.Stream/<g__Core|29_0>d:MoveNext () + void System.IO.Stream/<g__Core|27_0>d:MoveNext () void System.IO.Stream/<>c:.cctor () void System.IO.Stream/<>c:.ctor () void System.IO.Stream/NullStream:.ctor () @@ -6035,7 +6030,6 @@ Methods: void System.IO.StreamReader:DetectEncoding () void System.IO.StreamReader:Dispose (bool) void System.IO.StreamReader:ThrowIfDisposed () - void System.IO.StreamReader:ValidateArgs (string,System.Text.Encoding) void System.IO.StreamReader/NullStreamReader:.ctor () void System.IO.TextReader:Dispose () void System.IO.UnmanagedMemoryStream:.ctor (byte*,long) @@ -6043,8 +6037,16 @@ Methods: void System.IO.UnmanagedMemoryStream:EnsureReadable () void System.IO.UnmanagedMemoryStream:Initialize (byte*,long,long,System.IO.FileAccess) void System.IO.UnmanagedMemoryStream:set_Position (long) - void System.Lazy`1>:ExecutionAndPublication (System.LazyHelper,bool) - void System.Lazy`1>:ViaFactory (System.Threading.LazyThreadSafetyMode) + void System.Lazy`1:.ctor (System.Func`1,System.Threading.LazyThreadSafetyMode,bool) + void System.Lazy`1:.ctor (System.Func`1) + void System.Lazy`1:ExecutionAndPublication (System.LazyHelper,bool) + void System.Lazy`1:ViaFactory (System.Threading.LazyThreadSafetyMode) + void System.Lazy`1:.ctor (System.Func`1,System.Threading.LazyThreadSafetyMode,bool) + void System.Lazy`1:.ctor (System.Func`1) + void System.Lazy`1:ExecutionAndPublication (System.LazyHelper,bool) + void System.Lazy`1:ViaFactory (System.Threading.LazyThreadSafetyMode) + void System.Lazy`1:ExecutionAndPublication (System.LazyHelper,bool) + void System.Lazy`1:ViaFactory (System.Threading.LazyThreadSafetyMode) void System.Lazy`1:.ctor (System.Func`1,System.Threading.LazyThreadSafetyMode,bool) void System.Lazy`1:.ctor (System.Func`1) void System.Lazy`1:ExecutionAndPublication (System.LazyHelper,bool) @@ -6053,9 +6055,9 @@ Methods: void System.Lazy`1:.ctor (System.Func`1) void System.LazyHelper:.cctor () void System.LazyHelper:.ctor (System.LazyState) - void System.Linq.Enumerable/d__36`1:.ctor (int) - void System.Linq.Enumerable/d__36`1:<>m__Finally1 () - void System.Linq.Enumerable/d__36`1:System.IDisposable.Dispose () + void System.Linq.Enumerable/d__40`1:.ctor (int) + void System.Linq.Enumerable/d__40`1:<>m__Finally1 () + void System.Linq.Enumerable/d__40`1:System.IDisposable.Dispose () void System.Linq.Enumerable/AppendPrepend1Iterator`1:.ctor (System.Collections.Generic.IEnumerable`1,object,bool) void System.Linq.Enumerable/AppendPrependIterator`1:.ctor (System.Collections.Generic.IEnumerable`1) void System.Linq.Enumerable/AppendPrependIterator`1:Dispose () @@ -6067,7 +6069,6 @@ Methods: void System.Linq.Enumerable/WhereArrayIterator`1:.ctor (char[],System.Func`2) void System.Linq.Enumerable/WhereListIterator`1:.ctor (System.Collections.Generic.List`1,System.Func`2) void System.Linq.Extensions:.cctor () - void System.Linq.Extensions/d__5`1:.ctor (int) void System.Linq.Extensions/d__5`1:<>m__Finally1 () void System.Linq.Extensions/d__5`1:System.IDisposable.Dispose () void System.Marvin:.cctor () @@ -6095,12 +6096,13 @@ Methods: void System.Net.Http.Headers.ByteArrayHeaderParser:.ctor () void System.Net.Http.Headers.CacheControlHeaderParser:.cctor () void System.Net.Http.Headers.CacheControlHeaderParser:.ctor () + void System.Net.Http.Headers.CookieHeaderParser:.cctor () + void System.Net.Http.Headers.CookieHeaderParser:.ctor () void System.Net.Http.Headers.DateHeaderParser:.cctor () void System.Net.Http.Headers.DateHeaderParser:.ctor () void System.Net.Http.Headers.GenericHeaderParser:.cctor () void System.Net.Http.Headers.GenericHeaderParser:.ctor (bool,System.Net.Http.Headers.GenericHeaderParser/GetParsedValueLengthDelegate,System.Collections.IEqualityComparer) void System.Net.Http.Headers.GenericHeaderParser:.ctor (bool,System.Net.Http.Headers.GenericHeaderParser/GetParsedValueLengthDelegate) - void System.Net.Http.Headers.HeaderDescriptor:.ctor (System.Net.Http.Headers.KnownHeader) void System.Net.Http.Headers.HeaderUtilities:.cctor () void System.Net.Http.Headers.HeaderUtilities:CheckValidToken (string,string) void System.Net.Http.Headers.HttpContentHeaders:.ctor (System.Net.Http.HttpContent) @@ -6110,11 +6112,9 @@ Methods: void System.Net.Http.Headers.HttpHeaders:AddParsedValue (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,object) void System.Net.Http.Headers.HttpHeaders:AddRawValue (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,string) void System.Net.Http.Headers.HttpHeaders:AddValueToStoreValue (string,object&) - void System.Net.Http.Headers.HttpHeaders:AddValueToStoreValue (T_REF,object&) void System.Net.Http.Headers.HttpHeaders:GetStoreValuesAsStringOrStringArray (System.Net.Http.Headers.HeaderDescriptor,object,string&,string[]&) - void System.Net.Http.Headers.HttpHeaders:ParseMultipleRawHeaderValues (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,System.Collections.Generic.List`1) - void System.Net.Http.Headers.HttpHeaders:ParseSingleRawHeaderValue (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) - void System.Net.Http.Headers.HttpHeaders:ReadStoreValues (System.Span`1,object,System.Net.Http.Headers.HttpHeaderParser,int&) + void System.Net.Http.Headers.HttpHeaders:ParseRawHeaderValues (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) + void System.Net.Http.Headers.HttpHeaders:ParseSingleRawHeaderValue (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,System.Net.Http.Headers.HeaderDescriptor,string) void System.Net.Http.Headers.HttpHeaders:ReadStoreValues (System.Span`1,object,System.Net.Http.Headers.HttpHeaderParser,int&) void System.Net.Http.Headers.HttpRequestHeaders:.ctor () void System.Net.Http.Headers.HttpResponseHeaders:.ctor (bool) @@ -6213,9 +6213,6 @@ Methods: void System.Number:.cctor () void System.Numerics.Matrix3x2:.cctor () void System.Numerics.Matrix3x2:.ctor (single,single,single,single,single,single) - void System.OperatingSystem:.cctor () - void System.OperatingSystem:.ctor (System.PlatformID,System.Version,string) - void System.OperatingSystem:.ctor (System.PlatformID,System.Version) void System.OrdinalCaseSensitiveComparer:.cctor () void System.OrdinalCaseSensitiveComparer:.ctor () void System.OrdinalIgnoreCaseComparer:.cctor () @@ -6223,11 +6220,14 @@ Methods: void System.OutOfMemoryException:.ctor (string) void System.Private.CoreLib.Interop:GetRandomBytes (byte*,int) void System.Private.CoreLib.Interop/ErrorInfo:.ctor (int) + void System.Private.CoreLib.Interop/Sys:.cctor () + void System.Private.CoreLib.Interop/Sys:Free (void*) void System.Private.CoreLib.Interop/Sys:GetNonCryptographicallySecureRandomBytes (byte*,int) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Acquire (intptr) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Release (intptr) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Signal_Release (intptr) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Wait (intptr) + void System.Private.CoreLib.Interop/Sys:SetErrNo (int) void System.Private.CoreLib.KeyCollection/Enumerator>:.ctor (System.Collections.Generic.Dictionary`2>) void System.Private.CoreLib.KeyCollection/Enumerator:Dispose () void System.Private.CoreLib.LinkedNCancellationTokenSource/<>c:.cctor () @@ -6238,18 +6238,18 @@ Methods: void System.Private.CoreLib.ValueCollection/Enumerator:.ctor (System.Collections.Generic.Dictionary`2) void System.Private.CoreLib.WorkerThread/<>c:.cctor () void System.Private.CoreLib.WorkerThread/<>c:.ctor () - void System.Private.CoreLib.WorkerThread/<>c:<.cctor>b__9_0 () - void System.Random:.cctor () - void System.Random:.ctor () - void System.Random:.ctor (bool) - void System.Random/ThreadSafeRandom:.ctor () + void System.Private.CoreLib.WorkerThread/<>c:<.cctor>b__11_0 () + void System.ProbabilisticMap:Initialize (uint*,System.ReadOnlySpan`1) + void System.ProbabilisticMap:SetCharBit (uint*,byte) void System.Random/XoshiroImpl:.ctor () - void System.ReadOnlySpan`1:.ctor (string[]) - void System.ReadOnlySpan`1:.ctor (string&,int) void System.Reflection.Assembly:.cctor () void System.Reflection.AssemblyName:.ctor (string) void System.Reflection.AssemblyName:FillName (Mono.MonoAssemblyName*,string,bool,bool,bool) - void System.Reflection.AssemblyNameFormatter:AppendQuoted (System.Text.StringBuilder,string) + void System.Reflection.AssemblyNameFormatter:AppendQuoted (System.Text.ValueStringBuilder&,string) + void System.Reflection.AssemblyNameParser:.cctor () + void System.Reflection.AssemblyNameParser:.ctor (System.ReadOnlySpan`1) + void System.Reflection.AssemblyNameParser:RecordNewSeenOrThrow (System.Reflection.AssemblyNameParser/AttributeKind&,System.Reflection.AssemblyNameParser/AttributeKind) + void System.Reflection.AssemblyNameParser/AssemblyNameParts:.ctor (string,System.Version,string,System.Reflection.AssemblyNameFlags,byte[]) void System.Reflection.ConstructorInfo:.cctor () void System.Reflection.CustomAttribute:.cctor () void System.Reflection.CustomAttribute/AttributeInfo:.ctor (System.AttributeUsageAttribute,int) @@ -6281,22 +6281,26 @@ Methods: void System.Reflection.Emit.ILGenerator:ll_emit (System.Reflection.Emit.OpCode) void System.Reflection.Emit.ILGenerator:make_room (int) void System.Reflection.Emit.ILGenerator:MarkLabel (System.Reflection.Emit.Label) + void System.Reflection.Emit.Int32Stack:.ctor (int) void System.Reflection.Emit.LocalBuilder:.ctor (System.Type,System.Reflection.Emit.ILGenerator) void System.Reflection.Emit.OpCodes:.cctor () - void System.Reflection.Emit.Stack:.ctor (int) - void System.Reflection.Emit.Stack:Push (object) + void System.Reflection.FieldAccessor:SetValue (object,object) void System.Reflection.FieldInfo:SetValue (object,object) void System.Reflection.Metadata.MetadataUpdater:.cctor () void System.Reflection.Metadata.MetadataUpdater/<>c:.cctor () void System.Reflection.Metadata.MetadataUpdater/<>c:.ctor () + void System.Reflection.MethodBase:CheckArguments (System.Span`1,intptr*,System.Span`1,System.ReadOnlySpan`1,System.RuntimeType[],System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) + void System.Reflection.MethodBase:ValidateInvokeTarget (object) void System.Reflection.Missing:.cctor () void System.Reflection.Missing:.ctor () void System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&) + void System.Reflection.RuntimeAssembly:GetExportedTypes (System.Runtime.CompilerServices.QCallAssembly,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.Reflection.RuntimeAssembly:GetInfo (System.Runtime.CompilerServices.QCallAssembly,System.Runtime.CompilerServices.ObjectHandleOnStack,System.Reflection.RuntimeAssembly/AssemblyInfoKind) void System.Reflection.RuntimeAssembly/UnmanagedMemoryStreamForModule:.ctor (byte*,long,System.Reflection.Module) void System.Reflection.RuntimeFieldInfo:CheckGeneric () void System.Reflection.RuntimeFieldInfo:SetValue (object,object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) void System.Reflection.RuntimeFieldInfo:SetValueInternal (System.Reflection.FieldInfo,object,object) - void System.Reflection.RuntimeMethodInfo:ConvertValues (System.Reflection.Binder,object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,System.Reflection.BindingFlags) + void System.Reflection.RuntimeFieldInfo:SetValueNonEmit (object,object) void System.Reflection.RuntimeModule:GetGuidInternal (intptr,byte[]) void System.Reflection.RuntimeParameterInfo:.ctor (string,System.Type,int,int,object,System.Reflection.MemberInfo,System.Runtime.InteropServices.MarshalAsAttribute) void System.Reflection.RuntimeParameterInfo:.ctor (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) @@ -6336,8 +6340,8 @@ Methods: void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.JSInterop.JSRuntimeExtensions/d__0&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Dispatching.DispatcherExtensions/<>c__DisplayClass2_0`1/<b__0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Dispatching.DispatcherExtensions/<>c__DisplayClass3_0/<b__0>d&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.BufferedStream/d__69&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.Stream/<g__Core|29_0>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.BufferedStream/d__68&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.Stream/<g__Core|27_0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpClient/<g__Core|83_0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpClient/d__41&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpContent/d__63&) @@ -6402,16 +6406,16 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecutionContextCallback (object) @@ -6450,8 +6454,6 @@ Methods: void System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:.ctor (System.Runtime.CompilerServices.ConditionalWeakTable`2) void System.Runtime.CompilerServices.ConditionalWeakTable`2:.ctor () void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter:GetResult () - void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:.ctor (System.Threading.Tasks.Task`1,bool) - void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1:.ctor (System.Threading.Tasks.Task`1,bool) void System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1/ConfiguredValueTaskAwaiter:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter.AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int,System.IFormatProvider,System.Span`1) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) @@ -6461,31 +6463,33 @@ Methods: void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (System.TimeSpan,string) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendStringDirect (string) + void System.Runtime.CompilerServices.QCallAssembly:.ctor (System.Reflection.RuntimeAssembly&) + void System.Runtime.CompilerServices.QCallTypeHandle:.ctor (System.RuntimeType&) void System.Runtime.CompilerServices.RuntimeHelpers:EnsureSufficientExecutionStack () void System.Runtime.CompilerServices.TaskAwaiter:GetResult () void System.Runtime.CompilerServices.TaskAwaiter:UnsafeOnCompletedInternal (System.Threading.Tasks.Task,System.Runtime.CompilerServices.IAsyncStateMachineBox,bool) void System.Runtime.CompilerServices.TaskAwaiter:ValidateEnd (System.Threading.Tasks.Task) - void System.Runtime.CompilerServices.TaskAwaiter`1:.ctor (System.Threading.Tasks.Task`1) void System.Runtime.CompilerServices.TypeForwardedFromAttribute:.ctor (string) void System.Runtime.CompilerServices.ValueTaskAwaiter:.cctor () void System.Runtime.CompilerServices.ValueTaskAwaiter:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter.AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.ValueTaskAwaiter/<>c:.cctor () void System.Runtime.CompilerServices.ValueTaskAwaiter/<>c:.ctor () - void System.Runtime.CompilerServices.ValueTaskAwaiter`1:.ctor (System.Threading.Tasks.ValueTask`1&) void System.Runtime.CompilerServices.ValueTaskAwaiter`1:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter.AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.DependentHandle:.ctor (object,object) void System.Runtime.ExceptionServices.ExceptionDispatchInfo:.ctor (System.Exception) void System.Runtime.ExceptionServices.ExceptionDispatchInfo:Throw () - void System.Runtime.InteropServices.ClassInterfaceAttribute:.ctor (System.Runtime.InteropServices.ClassInterfaceType) - void System.Runtime.InteropServices.ComVisibleAttribute:.ctor (bool) void System.Runtime.InteropServices.GCHandle:.ctor (object,System.Runtime.InteropServices.GCHandleType) void System.Runtime.InteropServices.GCHandle:InternalSet (intptr,object) void System.Runtime.InteropServices.GCHandle:set_Target (object) void System.Runtime.InteropServices.Marshal:.cctor () + void System.Runtime.InteropServices.Marshal:FreeCoTaskMem (intptr) void System.Runtime.InteropServices.Marshal:FreeHGlobal (intptr) void System.Runtime.InteropServices.Marshal:PtrToStructureHelper (intptr,object,bool) void System.Runtime.InteropServices.Marshal:PtrToStructureInternal (intptr,object,bool) void System.Runtime.InteropServices.Marshal:SetLastPInvokeError (int) + void System.Runtime.InteropServices.Marshal:SetLastSystemError (int) + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:.ctor (string,System.Span`1) + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:FreeNative () void System.Runtime.InteropServices.NativeMemory:Free (void*) void System.Runtime.InteropServices.SafeHandle:.ctor (intptr,bool) void System.Runtime.InteropServices.SafeHandle:DangerousAddRef () @@ -6501,15 +6505,26 @@ Methods: void System.RuntimeType:CreateInstanceCheckThis () void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool,bool&,bool&,System.RuntimeType/MemberListType&) void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool&,System.RuntimeType/MemberListType&) + void System.RuntimeType:getFullName (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack,bool,bool) + void System.RuntimeType:GetGenericArgumentsInternal (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack,bool) + void System.RuntimeType:GetInterfaces (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:GetName (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:make_array_type (System.Runtime.CompilerServices.QCallTypeHandle,int,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:make_byref_type (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:MakeGenericType (System.Type,System.Type[],System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeType:SanityCheckGenericArguments (System.RuntimeType[],System.RuntimeType[]) void System.RuntimeType:ThrowIfTypeNeverValidGenericArgument (System.RuntimeType) void System.RuntimeType/ListBuilder`1:.ctor (int) void System.RuntimeType/ListBuilder`1:Add (System.Reflection.ConstructorInfo) - void System.Span`1:.ctor (System.Reflection.ConstructorInfo&,int) - void System.Span`1:.ctor (string[],int,int) - void System.Span`1:.ctor (string[]) + void System.RuntimeTypeHandle:GetAssembly (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetBaseType (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetElementType (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetGenericTypeDefinition_impl (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetModule (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:internal_from_name (intptr,System.Threading.StackCrawlMark&,System.Runtime.CompilerServices.ObjectHandleOnStack,bool,bool) void System.SpanHelpers:ClearWithoutReferences (byte&,uintptr) void System.SpanHelpers:ClearWithReferences (intptr&,uintptr) + void System.SpanHelpers:Fill (char&,uintptr,char) void System.StackOverflowException:.ctor (string) void System.String:.ctor (char,int) void System.String:.ctor (char[],int,int) @@ -6520,11 +6535,9 @@ Methods: void System.String:.ctor (System.ReadOnlySpan`1) void System.String:CopyTo (int,char[],int,int) void System.String:FillStringChecked (string,int,string) - void System.String:InitializeProbabilisticMap (uint*,System.ReadOnlySpan`1) void System.String:MakeSeparatorList (System.ReadOnlySpan`1,System.Collections.Generic.ValueListBuilder`1&) void System.String:memcpy (byte*,byte*,int) void System.String:memset (byte*,int,int) - void System.String:SetCharBit (uint*,byte) void System.SZGenericArrayEnumerator`1:Dispose () void System.SZGenericArrayEnumerator`1:.cctor () void System.SZGenericArrayEnumerator`1:.ctor (Microsoft.Maui.Hosting.IMauiInitializeService[]) @@ -6570,6 +6583,8 @@ Methods: void System.Text.Encodings.Web.TextEncoderSettings:AllowRanges (System.Text.Unicode.UnicodeRange[]) void System.Text.EncodingTable:.cctor () void System.Text.Json.BitStack:ResetFirstBit () + void System.Text.Json.Cache`1/<>c__6`1, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>:.cctor () + void System.Text.Json.Cache`1/<>c__6`1, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>:.ctor () void System.Text.Json.JsonCamelCaseNamingPolicy:.ctor () void System.Text.Json.JsonDocument:.ctor (System.ReadOnlyMemory`1,System.Text.Json.JsonDocument/MetadataDb,byte[],System.Text.Json.PooledByteBufferWriter,bool) void System.Text.Json.JsonDocument:CheckExpectedType (System.Text.Json.JsonTokenType,System.Text.Json.JsonTokenType) @@ -6591,22 +6606,30 @@ Methods: void System.Text.Json.JsonReaderState:.ctor (System.Text.Json.JsonReaderOptions) void System.Text.Json.JsonSerializer:.cctor () void System.Text.Json.JsonSerializer:WriteUsingSerializer (System.Text.Json.Utf8JsonWriter,object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - void System.Text.Json.JsonSerializer:WriteUsingSerializer (System.Text.Json.Utf8JsonWriter,TValue_REF&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.JsonSerializerOptions:.cctor () void System.Text.Json.JsonSerializerOptions:.ctor () - void System.Text.Json.JsonSerializerOptions:g__Add|4_0 (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions/<>c__DisplayClass4_0&) + void System.Text.Json.JsonSerializerOptions:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.JsonSerializerOptions:g__Add|17_0 (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions/<>c__DisplayClass17_0&) + void System.Text.Json.JsonSerializerOptions:InitializeCachingContext () void System.Text.Json.JsonSerializerOptions:InitializeForReflectionSerializer () - void System.Text.Json.JsonSerializerOptions:RootBuiltInConverters () + void System.Text.Json.JsonSerializerOptions:RootReflectionSerializerDependencies () + void System.Text.Json.JsonSerializerOptions:set_EffectiveMaxDepth (int) void System.Text.Json.JsonSerializerOptions:set_MaxDepth (int) void System.Text.Json.JsonSerializerOptions:set_PropertyNameCaseInsensitive (bool) void System.Text.Json.JsonSerializerOptions:set_PropertyNamingPolicy (System.Text.Json.JsonNamingPolicy) void System.Text.Json.JsonSerializerOptions:TrackOptionsInstance (System.Text.Json.JsonSerializerOptions) void System.Text.Json.JsonSerializerOptions:VerifyMutable () + void System.Text.Json.JsonSerializerOptions/<>c:.cctor () + void System.Text.Json.JsonSerializerOptions/<>c:.ctor () + void System.Text.Json.JsonSerializerOptions/CachingContext:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.JsonSerializerOptions/EqualityComparer:g__GetHashCode|1_0 (System.HashCode&,System.Text.Json.Serialization.ConfigurationList`1) + void System.Text.Json.JsonSerializerOptions/TrackedCachingContexts:.cctor () void System.Text.Json.JsonSerializerOptions/TrackedOptionsInstances:.cctor () void System.Text.Json.JsonWriterHelper:.cctor () void System.Text.Json.JsonWriterHelper:EscapeNextChars (char,System.Span`1,int&) void System.Text.Json.JsonWriterHelper:EscapeString (System.ReadOnlySpan`1,System.Span`1,int,System.Text.Encodings.Web.JavaScriptEncoder,int&) void System.Text.Json.JsonWriterOptions:set_Indented (bool) + void System.Text.Json.JsonWriterOptions:set_MaxDepth (int) void System.Text.Json.JsonWriterOptions:set_SkipValidation (bool) void System.Text.Json.PooledByteBufferWriter:.ctor (int) void System.Text.Json.PooledByteBufferWriter:Advance (int) @@ -6619,19 +6642,20 @@ Methods: void System.Text.Json.ReadStack:Push () void System.Text.Json.ReadStack:SetConstructorArgumentState () void System.Text.Json.Reflection.ReflectionExtensions:.cctor () - void System.Text.Json.Serialization.ConverterList:.ctor (System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.ConverterList:Add (System.Text.Json.Serialization.JsonConverter) + void System.Text.Json.Serialization.ConfigurationList`1:.ctor (System.Text.Json.JsonSerializerOptions,System.Collections.Generic.IList`1) + void System.Text.Json.Serialization.ConfigurationList`1:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.ConfigurationList`1:Add (System.Text.Json.Serialization.JsonConverter) void System.Text.Json.Serialization.Converters.BooleanConverter:.ctor () void System.Text.Json.Serialization.Converters.ByteArrayConverter:.ctor () void System.Text.Json.Serialization.Converters.ByteConverter:.ctor () void System.Text.Json.Serialization.Converters.CharConverter:.ctor () + void System.Text.Json.Serialization.Converters.DateOnlyConverter:.ctor () void System.Text.Json.Serialization.Converters.DateTimeConverter:.ctor () void System.Text.Json.Serialization.Converters.DateTimeOffsetConverter:.ctor () void System.Text.Json.Serialization.Converters.DecimalConverter:.ctor () void System.Text.Json.Serialization.Converters.DoubleConverter:.ctor () void System.Text.Json.Serialization.Converters.EnumConverter`1:.cctor () void System.Text.Json.Serialization.Converters.EnumConverter`1:.ctor (System.Text.Json.Serialization.Converters.EnumConverterOptions,System.Text.Json.JsonNamingPolicy,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Converters.EnumConverter`1:.ctor (System.Text.Json.Serialization.Converters.EnumConverterOptions,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Converters.EnumConverter`1:Write (System.Text.Json.Utf8JsonWriter,Microsoft.JSInterop.JSCallResultType,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Converters.GuidConverter:.ctor () void System.Text.Json.Serialization.Converters.IDictionaryConverter`1:.ctor () @@ -6654,6 +6678,7 @@ Methods: void System.Text.Json.Serialization.Converters.SingleConverter:.ctor () void System.Text.Json.Serialization.Converters.StringConverter:.ctor () void System.Text.Json.Serialization.Converters.StringConverter:Write (System.Text.Json.Utf8JsonWriter,string,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Converters.TimeOnlyConverter:.ctor () void System.Text.Json.Serialization.Converters.TimeSpanConverter:.ctor () void System.Text.Json.Serialization.Converters.UInt16Converter:.ctor () void System.Text.Json.Serialization.Converters.UInt32Converter:.ctor () @@ -6661,6 +6686,8 @@ Methods: void System.Text.Json.Serialization.Converters.UriConverter:.ctor () void System.Text.Json.Serialization.Converters.VersionConverter:.ctor () void System.Text.Json.Serialization.JsonCollectionConverter`2:.ctor () + void System.Text.Json.Serialization.JsonConverter:ConfigureJsonTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.JsonConverter:ConfigureJsonTypeInfoUsingReflection (System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1>:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () @@ -6668,6 +6695,7 @@ Methods: void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () @@ -6681,6 +6709,7 @@ Methods: void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () void System.Text.Json.Serialization.JsonConverter`1:.ctor () @@ -6691,24 +6720,52 @@ Methods: void System.Text.Json.Serialization.JsonResumableConverter`1:.ctor () void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:.cctor () void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:.ctor () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:DetermineNumberHandlingForTypeInfo (System.Nullable`1) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:GetPolicies (System.Nullable`1,System.Nullable`1) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:Initialize (System.Type,System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Nullable`1,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_NameAsString (string) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Nullable`1,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:Configure () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:DetermineNumberHandlingForTypeInfo () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:EnsureConfigured () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_Name (string) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Nullable`1,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Nullable`1,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Nullable`1,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.cctor () - void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.ctor (System.Type,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.ctor (System.Type,System.Text.Json.Serialization.JsonConverter,System.Type,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.ctor (System.Type,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:Configure () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:ConfigurePolymorphism (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:EnsureConfigured () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:LateAddProperties () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:ValidateType (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonTypeInfo/<>c:.cctor () - void System.Text.Json.Serialization.Metadata.JsonTypeInfo/<>c:.ctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:.cctor () + void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:.ctor () + void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:.cctor () + void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:.ctor () + void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:.ctor (System.TimeSpan,System.TimeSpan) + void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:EvictStaleCacheEntries (long) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:AddPropertiesAndParametersUsingReflection () + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () void System.Text.Json.Utf8JsonReader:.ctor (System.ReadOnlySpan`1,bool,System.Text.Json.JsonReaderState) void System.Text.Json.Utf8JsonReader:.ctor (System.ReadOnlySpan`1,System.Text.Json.JsonReaderOptions) void System.Text.Json.Utf8JsonReader:EndArray () @@ -6745,41 +6802,34 @@ Methods: void System.Text.RegularExpressions.Regex:.cctor () void System.Text.RegularExpressions.Regex:.ctor (string,System.Globalization.CultureInfo) void System.Text.RegularExpressions.Regex:.ctor (string) - void System.Text.RegularExpressions.Regex:Init (string,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Globalization.CultureInfo) - void System.Text.RegularExpressions.Regex:InitializeReferences () - void System.Text.RegularExpressions.Regex:ValidateMatchTimeout (System.TimeSpan) - void System.Text.RegularExpressions.Regex:ValidateOptions (System.Text.RegularExpressions.RegexOptions) void System.Text.RegularExpressions.Regex:ValidatePattern (string) - void System.Text.RegularExpressions.RegexBoyerMoore:.ctor (string,bool,bool,System.Globalization.CultureInfo) void System.Text.RegularExpressions.RegexCharClass:.cctor () void System.Text.RegularExpressions.RegexCharClass:AddRange (char,char) void System.Text.RegularExpressions.RegexCharClass:Canonicalize () void System.Text.RegularExpressions.RegexCharClass:ToStringClass (System.Text.ValueStringBuilder&) void System.Text.RegularExpressions.RegexCharClass/<>c:.cctor () void System.Text.RegularExpressions.RegexCharClass/<>c:.ctor () - void System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping:.ctor (char,char,int,int) - void System.Text.RegularExpressions.RegexCode:.ctor (System.Text.RegularExpressions.RegexTree,int[],string[],int,System.Collections.Hashtable,int,System.Text.RegularExpressions.RegexBoyerMoore,System.ValueTuple`2[],int,bool) - void System.Text.RegularExpressions.RegexNode:.ctor (int,System.Text.RegularExpressions.RegexOptions,char) - void System.Text.RegularExpressions.RegexNode:.ctor (int,System.Text.RegularExpressions.RegexOptions,int,int) - void System.Text.RegularExpressions.RegexNode:.ctor (int,System.Text.RegularExpressions.RegexOptions,string) - void System.Text.RegularExpressions.RegexNode:.ctor (int,System.Text.RegularExpressions.RegexOptions) - void System.Text.RegularExpressions.RegexNode:g__ProcessNode|84_0 (System.Text.RegularExpressions.RegexNode,System.Text.RegularExpressions.RegexNode,uint) + void System.Text.RegularExpressions.RegexFindOptimizations:.ctor (System.Text.RegularExpressions.RegexNode,System.Text.RegularExpressions.RegexOptions) + void System.Text.RegularExpressions.RegexInterpreterCode:.ctor (System.Text.RegularExpressions.RegexFindOptimizations,System.Text.RegularExpressions.RegexOptions,int[],string[],int) + void System.Text.RegularExpressions.RegexInterpreterFactory:.ctor (System.Text.RegularExpressions.RegexTree) + void System.Text.RegularExpressions.RegexNode:.ctor (System.Text.RegularExpressions.RegexNodeKind,System.Text.RegularExpressions.RegexOptions,char) + void System.Text.RegularExpressions.RegexNode:.ctor (System.Text.RegularExpressions.RegexNodeKind,System.Text.RegularExpressions.RegexOptions,int,int) + void System.Text.RegularExpressions.RegexNode:.ctor (System.Text.RegularExpressions.RegexNodeKind,System.Text.RegularExpressions.RegexOptions,string) + void System.Text.RegularExpressions.RegexNode:.ctor (System.Text.RegularExpressions.RegexNodeKind,System.Text.RegularExpressions.RegexOptions) + void System.Text.RegularExpressions.RegexNode:g__ProcessNode|49_0 (System.Text.RegularExpressions.RegexNode,System.Text.RegularExpressions.RegexNode) void System.Text.RegularExpressions.RegexNode:AddChild (System.Text.RegularExpressions.RegexNode) - void System.Text.RegularExpressions.RegexNode:EliminateEndingBacktracking (System.Text.RegularExpressions.RegexNode,uint) + void System.Text.RegularExpressions.RegexNode:EliminateEndingBacktracking () + void System.Text.RegularExpressions.RegexNode:FindAndMakeLoopsAtomic () void System.Text.RegularExpressions.RegexNode:MakeLoopAtomic () - void System.Text.RegularExpressions.RegexNode:MakeRep (int,int,int) + void System.Text.RegularExpressions.RegexNode:MakeRep (System.Text.RegularExpressions.RegexNodeKind,int,int) void System.Text.RegularExpressions.RegexNode:ReduceConcatenationWithAdjacentLoops () void System.Text.RegularExpressions.RegexNode:ReduceConcatenationWithAdjacentStrings () - void System.Text.RegularExpressions.RegexNode:ReduceConcatenationWithAutoAtomic () void System.Text.RegularExpressions.RegexParser:.ctor (string,System.Text.RegularExpressions.RegexOptions,System.Globalization.CultureInfo,System.Collections.Hashtable,int,System.Collections.Hashtable,System.Span`1) - void System.Text.RegularExpressions.RegexParser:.ctor (string,System.Text.RegularExpressions.RegexOptions,System.Globalization.CultureInfo,System.Span`1) void System.Text.RegularExpressions.RegexParser:AddConcatenate () void System.Text.RegularExpressions.RegexParser:AddConcatenate (bool,int,int) void System.Text.RegularExpressions.RegexParser:AddConcatenate (int,int,bool) void System.Text.RegularExpressions.RegexParser:AddGroup () - void System.Text.RegularExpressions.RegexParser:AddUnitNotone (char) - void System.Text.RegularExpressions.RegexParser:AddUnitSet (string) - void System.Text.RegularExpressions.RegexParser:AddUnitType (int) + void System.Text.RegularExpressions.RegexParser:AddUnitType (System.Text.RegularExpressions.RegexNodeKind) void System.Text.RegularExpressions.RegexParser:AssignNameSlots () void System.Text.RegularExpressions.RegexParser:CountCaptures () void System.Text.RegularExpressions.RegexParser:NoteCaptureName (string,int) @@ -6789,27 +6839,25 @@ Methods: void System.Text.RegularExpressions.RegexParser:Reset (System.Text.RegularExpressions.RegexOptions) void System.Text.RegularExpressions.RegexParser:ScanBlank () void System.Text.RegularExpressions.RegexParser:StartGroup (System.Text.RegularExpressions.RegexNode) - void System.Text.RegularExpressions.RegexParser/<>c:.cctor () - void System.Text.RegularExpressions.RegexParser/<>c:.ctor () - void System.Text.RegularExpressions.RegexTree:.ctor (System.Text.RegularExpressions.RegexNode,System.Collections.Hashtable,int[],int,System.Collections.Hashtable,string[],System.Text.RegularExpressions.RegexOptions,int) - void System.Text.RegularExpressions.RegexWriter:.ctor (System.Span`1,System.Span`1) + void System.Text.RegularExpressions.RegexPrefixAnalyzer:.cctor () + void System.Text.RegularExpressions.RegexTree:.ctor (System.Text.RegularExpressions.RegexNode,int,string[],System.Collections.Hashtable,System.Collections.Hashtable,System.Text.RegularExpressions.RegexOptions,System.Globalization.CultureInfo) + void System.Text.RegularExpressions.RegexWriter:.ctor (System.Text.RegularExpressions.RegexTree,System.Span`1,System.Span`1) void System.Text.RegularExpressions.RegexWriter:Dispose () - void System.Text.RegularExpressions.RegexWriter:Emit (int,int,int) - void System.Text.RegularExpressions.RegexWriter:Emit (int,int) - void System.Text.RegularExpressions.RegexWriter:Emit (int) - void System.Text.RegularExpressions.RegexWriter:EmitFragment (int,System.Text.RegularExpressions.RegexNode,int) + void System.Text.RegularExpressions.RegexWriter:Emit (System.Text.RegularExpressions.RegexOpcode,int,int) + void System.Text.RegularExpressions.RegexWriter:Emit (System.Text.RegularExpressions.RegexOpcode,int) + void System.Text.RegularExpressions.RegexWriter:Emit (System.Text.RegularExpressions.RegexOpcode) + void System.Text.RegularExpressions.RegexWriter:EmitFragment (System.Text.RegularExpressions.RegexNodeKind,System.Text.RegularExpressions.RegexNode,int) void System.Text.Rune:.ctor (int) void System.Text.Rune:.ctor (uint) void System.Text.StringBuilder:.ctor () void System.Text.StringBuilder:.ctor (int,int) void System.Text.StringBuilder:.ctor (int) void System.Text.StringBuilder:.ctor (System.Text.StringBuilder) - void System.Text.StringBuilder:AppendHelper (string) - void System.Text.StringBuilder:CopyTo (int,System.Span`1,int) + void System.Text.StringBuilder:Append (char&,int) + void System.Text.StringBuilder:AppendWithExpansion (char&,int) void System.Text.StringBuilder:ExpandByABlock (int) void System.Text.StringBuilder:set_Length (int) void System.Text.StringBuilderCache:Release (System.Text.StringBuilder) - void System.Text.StringBuilderCache:Release (System.Text.StringBuilder) void System.Text.Unicode.UnicodeRange:.ctor (int,int) void System.Text.UTF8Encoding:.cctor () void System.Text.UTF8Encoding:.ctor () @@ -6821,9 +6869,13 @@ Methods: void System.Text.ValueStringBuilder:.ctor (System.Span`1) void System.Text.ValueStringBuilder:.ctor (System.Span`1) void System.Text.ValueStringBuilder:.ctor (System.Span`1) + void System.Text.ValueStringBuilder:Append (char,int) + void System.Text.ValueStringBuilder:Append (char*,int) void System.Text.ValueStringBuilder:Append (System.ReadOnlySpan`1) void System.Text.ValueStringBuilder:Append (System.ReadOnlySpan`1) void System.Text.ValueStringBuilder:AppendSlow (string) + void System.Text.ValueStringBuilder:AppendSlow (string) + void System.Text.ValueStringBuilder:AppendSpanFormattable (uint16,string,System.IFormatProvider) void System.Text.ValueStringBuilder:EnsureCapacity (int) void System.Text.ValueUtf8Converter:Dispose () void System.Threading.AutoResetEvent:.ctor (bool) @@ -6868,6 +6920,7 @@ Methods: void System.Threading.LowLevelLifoSemaphore/Counts:IncrementWaiterCount () void System.Threading.LowLevelLifoSemaphore/Counts:set_SignalCount (uint) void System.Threading.LowLevelLifoSemaphore/Counts:SetUInt32Value (uint,byte) + void System.Threading.LowLevelLock:.cctor () void System.Threading.LowLevelLock:.ctor () void System.Threading.LowLevelLock:Acquire () void System.Threading.LowLevelLock:Release () @@ -6957,7 +7010,7 @@ Methods: void System.Threading.Tasks.Task:UnsafeSetContinuationForAwait (System.Runtime.CompilerServices.IAsyncStateMachineBox,bool) void System.Threading.Tasks.Task/<>c:.cctor () void System.Threading.Tasks.Task/<>c:.ctor () - void System.Threading.Tasks.Task/<>c:<.cctor>b__272_0 (object) + void System.Threading.Tasks.Task/<>c:<.cctor>b__273_0 (object) void System.Threading.Tasks.Task/ContingentProperties:SetCompleted () void System.Threading.Tasks.Task/ContingentProperties:UnregisterCancellationCallback () void System.Threading.Tasks.Task/DelayPromise:.cctor () @@ -7009,7 +7062,6 @@ Methods: void System.Threading.Tasks.ThreadPoolTaskScheduler/<>c:.ctor () void System.Threading.Tasks.TplEventSource:.cctor () void System.Threading.Tasks.TplEventSource:.ctor () - void System.Threading.Tasks.ValueTask`1:.ctor (System.Threading.Tasks.Task`1) void System.Threading.Thread:.ctor (System.Threading.ThreadStart,int) void System.Threading.Thread:.ctor (System.Threading.ThreadStart) void System.Threading.Thread:ClearWaitSleepJoinState () @@ -7024,7 +7076,7 @@ Methods: void System.Threading.Thread:SetThreadPoolWorkerThreadName () void System.Threading.Thread:SetWaitSleepJoinState () void System.Threading.Thread:SpinWait (int) - void System.Threading.Thread:Start (bool) + void System.Threading.Thread:Start (bool,bool) void System.Threading.Thread:StartCallback () void System.Threading.Thread:StartCore () void System.Threading.Thread:StartInternal (System.Threading.Thread,int) @@ -7034,11 +7086,9 @@ Methods: void System.Threading.Thread/StartHelper:.cctor () void System.Threading.Thread/StartHelper:.ctor (System.Delegate) void System.Threading.Thread/StartHelper:InitializeCulture () - void System.Threading.ThreadInt64PersistentCounter:.cctor () void System.Threading.ThreadInt64PersistentCounter:.ctor () - void System.Threading.ThreadLocal`1/FinalizationHelper:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile[]) + void System.Threading.ThreadInt64PersistentCounter/ThreadLocalNode:.ctor (System.Threading.ThreadInt64PersistentCounter) void System.Threading.ThreadLocal`1/IdManager:.ctor () - void System.Threading.ThreadLocal`1/LinkedSlot:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile[]) void System.Threading.ThreadLocal`1:.cctor () void System.Threading.ThreadLocal`1:.ctor (System.Func`1,bool) void System.Threading.ThreadLocal`1:CreateLinkedSlot (System.Threading.ThreadLocal`1/LinkedSlotVolatile[],int,Java.Interop.JniEnvironmentInfo) @@ -7047,16 +7097,14 @@ Methods: void System.Threading.ThreadLocal`1:SetValueSlow (Java.Interop.JniEnvironmentInfo,System.Threading.ThreadLocal`1/LinkedSlotVolatile[]) void System.Threading.ThreadPool:.cctor () void System.Threading.ThreadPool:RequestWorkerThread () - void System.Threading.ThreadPool:UnsafeQueueTimeSensitiveWorkItem (System.Threading.IThreadPoolWorkItem) - void System.Threading.ThreadPool:UnsafeQueueTimeSensitiveWorkItemInternal (System.Threading.IThreadPoolWorkItem) + void System.Threading.ThreadPool:UnsafeQueueHighPriorityWorkItemInternal (System.Threading.IThreadPoolWorkItem) void System.Threading.ThreadPool:UnsafeQueueUserWorkItemInternal (object,bool) void System.Threading.ThreadPool/<>c:.cctor () void System.Threading.ThreadPool/<>c:.ctor () + void System.Threading.ThreadPoolWorkQueue:.cctor () void System.Threading.ThreadPoolWorkQueue:.ctor () void System.Threading.ThreadPoolWorkQueue:Enqueue (object,bool) - void System.Threading.ThreadPoolWorkQueue:EnqueueTimeSensitiveWorkItem (System.Threading.IThreadPoolWorkItem) - void System.Threading.ThreadPoolWorkQueue:EnsureThreadRequested () - void System.Threading.ThreadPoolWorkQueue:MarkThreadRequestSatisfied () + void System.Threading.ThreadPoolWorkQueue:EnqueueAtHighPriority (object) void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue:.ctor () void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue:LocalPush (object) void System.Threading.ThreadPoolWorkQueue/WorkStealingQueueList:.cctor () @@ -7093,6 +7141,7 @@ Methods: void System.Threading.WaitSubsystem/WaitableObject:SignalAutoResetEvent () void System.Threading.WaitSubsystem/WaitableObject:SignalEvent () void System.TimeSpan:.cctor () + void System.TimeSpan:.ctor (int,int,int,int,int,int) void System.TimeSpan:.ctor (int,int,int,int,int) void System.TimeSpan:.ctor (long) void System.TimeZoneInfo:.cctor () @@ -7101,10 +7150,10 @@ Methods: void System.TimeZoneInfo:GetDisplayName (string,Interop/Globalization/TimeZoneDisplayNameType,string,string&) void System.TimeZoneInfo:GetFullValueForDisplayNameField (string,System.TimeSpan,System.Globalization.CultureInfo,string&) void System.TimeZoneInfo:TryPopulateTimeZoneDisplayNamesFromGlobalizationData (string,System.TimeSpan,string&,string&,string&) - void System.TimeZoneInfo:TZif_GenerateAdjustmentRule (int&,System.TimeSpan,System.Collections.Generic.List`1,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],bool[],bool[],string) - void System.TimeZoneInfo:TZif_GenerateAdjustmentRules (System.TimeZoneInfo/AdjustmentRule[]&,System.TimeSpan,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],bool[],bool[],string) + void System.TimeZoneInfo:TZif_GenerateAdjustmentRule (int&,System.TimeSpan,System.Collections.Generic.List`1,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],string) + void System.TimeZoneInfo:TZif_GenerateAdjustmentRules (System.TimeZoneInfo/AdjustmentRule[]&,System.TimeSpan,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],string) void System.TimeZoneInfo:TZif_ParsePosixDateTime (System.ReadOnlySpan`1,int&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&) - void System.TimeZoneInfo:TZif_ParseRaw (byte[],System.TimeZoneInfo/TZifHead&,System.DateTime[]&,byte[]&,System.TimeZoneInfo/TZifType[]&,string&,bool[]&,bool[]&,string&) + void System.TimeZoneInfo:TZif_ParseRaw (byte[],System.TimeZoneInfo/TZifHead&,System.DateTime[]&,byte[]&,System.TimeZoneInfo/TZifType[]&,string&,string&) void System.TimeZoneInfo:ValidateTimeZoneInfo (string,System.TimeSpan,System.TimeZoneInfo/AdjustmentRule[],bool&) void System.TimeZoneInfo/<>c:.cctor () void System.TimeZoneInfo/<>c:.ctor () @@ -7154,8 +7203,7 @@ Methods: void System.UriParser:.cctor () void System.UriParser:.ctor (System.UriSyntaxFlags) void System.UriParser/BuiltInUriParser:.ctor (string,int,System.UriSyntaxFlags) - void System.ValueTuple`2:.ctor (string,string) - void System.ValueTuple`3:.ctor (string,System.Type,Microsoft.AspNetCore.Components.Reflection.PropertySetter) + void System.ValueTuple`3:.ctor (string,System.Type,System.Reflection.MemberInfo) void System.ValueTuple`3:.ctor (System.Threading.CancellationTokenSource,bool,System.Threading.CancellationTokenSource) void System.ValueTuple`4:.ctor (int,int,int,bool) void System.Version:.ctor (int,int,int,int) @@ -7204,7 +7252,6 @@ Methods: void System.Xml.XmlReaderSettings:.cctor () void System.Xml.XmlReaderSettings:.ctor () void System.Xml.XmlReaderSettings:CheckReadOnly (string) - void System.Xml.XmlReaderSettings:Initialize () void System.Xml.XmlReaderSettings:Initialize (System.Xml.XmlResolver) void System.Xml.XmlReaderSettings:set_DtdProcessing (System.Xml.DtdProcessing) void System.Xml.XmlReaderSettings:set_IgnoreWhitespace (bool) diff --git a/.nuspec/maui.aotprofile b/.nuspec/maui.aotprofile index eb8a7bfc3a910a7c0489f66bf6c9036794e96e3d..3db89e6807a4257885a79ce725a9f38941bc47b8 100644 GIT binary patch delta 127222 zcmbTf2Y6LQ*EXElXV09IKzb(~LP+nGnobQQQ~`km2oMNK2nmRw6dNjNV1!XY1S!&# zD%fatMVh@JMa3?~UQqvg%|4;{Jn#Em@6W|Kx!1kc^j`KpN5Ad(`i~u3(mEAp7w4s? z<>n=oWMyY2Wfo@TCKVQB6(wb4Afd1;9q2%nWiIl*fBOboe)0%;GYeDJ@F~4no`}fx~{shW*o(1ket8G zSG8PV4tdaFs?<5GjSSus)Na7o$<^bUtXK}H8`M-aZc3b)LH@~ku7gA-As00**40;j z=i150a#_9(IgsEM!n2{ul9WR^+PuN-D9_cXsLec{r_pO|?so4?2p@`^AxF0jYcmv5 zOxzaPP?Sf$0#v_uHASlfT-QOrv;YVTPR zSPI1O$->9zi7y{~TuSAwp0T_aP){nu)iH*5%b^({ zt9+*L3XM+q)QW*XJzdm4Gi~kUDBliZkR|KfSm~P}217=e-senTdB)d=4}n}J*WBf+ z>O)-J)Z%$8j#G{gkcEDI`7n)^`ek?;HvsD7QOQKhD7W^BGwP>QH=4ttASLlsoxJhs zUDs6I*w9$rR6V|T9hnuWxh+PJ$DoF)y2`Y!^|~5$S0~!JM%d%b5pYo^J^aI1jyChW z-YiBfdD!p`vWv^2wlFL3y_Um{DIdK6c!ss>b*@bBfFejx%aqRKW^IfKOpfQ&D~0jOs?@k2w{l zwQ`AwFpN6gtLzVM%j-eb$$2-1%kP7|ScCjKIGIh8N$sk5BQ&E`inoYo)8+nlnFec; zUZH^rr6p;FIq7MoNu>p8IZ2tt1*J&^Y3b=nC7G$Ig&DcIStXgdMl&4yG^s-=rmyOE zhv_QoLIs}zvY8@aH)cBZ_qXbw3w7f+ft;yxV3tN{u@U@c?dJ5RV3`<}%4W+^VSx!H z897;*CAkGjskwQGK~XwlkX2leRGgZbRaBCeU6h-ZWz3-vX3K(>5SjXto87zx@*Ed+ zXeRSj7Z=-H<(FaZ;#M+hQfEgxU=?MTq2UfO7u>BbYR6WGuk03{>M>8-;EQTpM^$hK zsxsLw3-=WBLC?EtD;ALLYIlhQBIEZk}HLu-MF7Dn&jdrO0l1OC9;FfSmL76nq33ryePX^+Nw_pk$?t1 zOYkAucmQ8I3Q~F*DSR2k2grA^oRF2da<0);&Ta216d6-qWbg+8m5xSy`?hjnd@z3) zOsrhqA(^iL3YC%h{_<1@FTPUqKX&NI9|1~~VbK|Ul}1CNhx13BD3Vp6M+lUQqeEy& z%DTRfu8uQT!|+PC4oqXtRE#-e#?ET2o-n2fV@{2lzgWcn*U>EGzl}S_8u)?qd>tJh z@)#gxOej7?8*A~UGv+a!G3y|%rDFG3Pm0<2qRJB}cVxE{<_3uCt#=5s@2Esgm>ag`?y2K(Nyj z+w)gJ$I6EjyNlNdxu}L;xS#wX(T~3lIZ?Jr%HeM~Q9E`e)c>3^9o8Q8OiJT#YIF-6 z9?|HTq*Q)XdvQLg8#^WwlT-O|t*J^*w=wmOPT2!{62#*OVON9T(|6CrG-7 z`0;l&850u6-_vMtNE&}%JG>{PFaJQJk3z!!AM?Dxe`l5XA^GN_@~7DR3 z@m5ct{xg*y!QeT0S4uwrSfe*n3i(N(_0l)BJm3=`DlqCi%u__;^NF05I+>p)TK=Ba zjh`W24o@59+S;ci?r=IZTn^VAha3fz0wvS2WBKOG?sQj z^1+M|K&Ll#ltG!pF}7UJiIMZVnQ~?3ZIB|fYVlpr5+v7Wk)O8gzU0TW?~PztlbuX> z$(@csxjj3HEs>|PH{p9>&UEe1EOK8QA}@AtvukDUFsA18;2s=vdk0h7$C&~0^i+G8 z%@rx7Mrg-h2VpmS=|eQ+CX+=l06YF+G=PGU)jE*AlT*(2LH8d!vjdWbZ6G! z;0eM*9_ke-ya;Jen71tJGLreoO({L5edYYTJoS7D1Yt|!=hwpew=7e4w_`&{5;+Pu)VxHzeZLTn8sNbc~AZ%)=^d! zj5lJK^7_jbqZ$Uen(|UXH1DKs+ZCqqSdGdH6Gfc%>dF+xAs;EU^LUVPs^SU5S3X}D z$P-AUT;_=y{Z*LFlYp9KZc&3s214wgEQ;nSfXVXxqHvz7(VteaHi8t&II6Q(rmxAt}avuRw`HKtUA z{`eG3pN{F_pqi--wbcWwCsa39*Nv-Ise_F`o0-kjw{JUw<*A*W3?oNI*2E~UM-3ql zPB(>_3(sv2df9>9IqVeeCd*^QL(75-5u;|2IwX zGfJ7Yo6P%w=q+!n?aKPf zgSA;UqaV|&>)e9IiOrPzB{z+$ZlF=bEQ4u3d|I0YW&hwwjrB8oPw3xVTRWh!WNJgx zES;f-*K| zZ*zExfgoJ3A^0E=b#n34Ji9p<5Z%oEZ(u=cs|(~qNT$pcL$A?{tV`s>v}RFVUw(r| zC+qqd!e>8Bw0}kWuk*k+n!i@{pzpxr20)%BmWtPr@byRwY$1uC!`CisH$Hk)M_vtjyj)Z2oJ3F1R;{9#NTO9)*d+NI>}$YG z()QLWd9s!%T~oBvy3t8St*%yqa`)&6J{4>&*~@t?u5$Gl2d~o%WoA7gXH{%)x*0Pj zf=>hAaGje*&A^SkIMg&6tUBEUa+3UIOge7{8mqd!$jkW*4VS*iyV{JI=%YG{KsmH3 zh~ET$rh4Z^KF%;^$%t{G{AMt-Wd67ge6~h9Yvx?ZF)lxTl#;p`-6xL0zjABgJSTNbsylS(%xMQ??5w70EGp;1B^4^UhSJ3ipVG$a z>i(EW&8QZT^av1V&Vy00tZV4T=WDdRA)hbM=;ww=cAE^C)`{N^`8N4;LxkPD12E4j zd-cR2+Iu=;1gpv;hMnIDRTmkx*H?Y8iwCj0qxyj}`W~^rNja?;iYrxWqSLZSQ2H^7_ z!&h}teWM=2#A7hW=y&!#tj#ZT<|-d84)<6K^2*XFS$T&W@$%pkc44lAVlB!!FU++9p2kK}w@w<9$j?+^ZUVUxHk~~-U#m_eb$fYV zsR!QzeluB!t=dAKEzRLi0B)sd2=ht6G}OafyRpqOSkW_*ZwK5a5B40&cW89AAF+EH zJGC7mN?8;oPn1QprJc~}<}N69GWAFo7ARYKCGy=QQ}-S9l-69W2~=$dH_j@psT*HZ zTQz-pqFmA|&f%Pc?UA4M8f5Hc@`mLd}grvCssbuyAOW`{V+7%YFS)*+Gz< zG&&^D_e*Cl$f&Xb{6+0$b6J1!5)kG=jwp ze>{6tzTLkce+{}hs$eVkQwQe@SCu!|a90t5h6jILds#IgO1uGt81ydh&kqAO%Z~?4 zVsFag@kI3&`jea zbl*iRM&3JkH2)avdU<|unK%iA>1n}`68;I`Nh()?oRjwq z8)1CO6#E4Wm%oO2@vp#ssR~YEudCw?3H)mk<&YbS`8OJ^x}h8Y7N}XCxuKWw9aE3K z#RFx*@F3%RrcS)Y1LU;f?bvy_Xm~om0J~WE;_yoMi$ICas%^^D5q_*hUP2|hFg(L% zTw?Oh1u^0W*j&Q!Nz?b&7r2WbwJc9AND@C;(DSxT{xkU`9~=?IrYP@zEI@5;7H;bF zb38&u?(vTPFZ(pQ`a9deFXWM=D)X!5<@wt>*p1(SQ3g*I1<8ohHkcttRSw|> zh_P~SWiq#E^iAbJVVZz5<@BoF!sLK+kxI-I0Gj_Z%UA5uj zaRuBBs9C-}4(mc7B;mgHl!Or87GfKD=#EJ44)mKGKR%axXyY~G)3~Qb?~m`oy?|on zq3ymhzPcm#*3#hW67B<(C|6Yvh%kK#I*Sfa4|V9c%j(BB*Zyx?W`X~uDB=u1Ltd;- z5&rNAu;YXb5n#d56VgSX1(#3AGJ*^lIWC}0&*qx(W-w^TJ4X4^q|1Y{edMS(v)vV1 z-8UKg$v58|pynNPaO~%YK-DaVPV6s2f!Y{y^TbM8LC%@c%Wj5)!cg`5j6xm(c)QG> zIfX}Rw0&m1M--4xlQY3N*5+>hO|iT^_$WE`rfA+lBg))pjh?$HigyIMU7o!upT}qv zGwW&ANuHh+8WIZ`b;G3-{u*)k(t{DP{wnIABS@I>z;Vj6+!4(a0BIAyHAP_zb^YcZ zMv|ebCb9r|;bvE!44WkR*Uc3?g^=nJjFdIZ?#@#o#>!o@qj{P}Cue7{bm=uGiDy7g zl!bG0Sf)IYTnjTbl&lG9)mEkTd-hahm+0z}4!fvAvbx)<*We zC5-l1|8pZJSNk#TmXgT4Yy1Fop)(2iLB~rpru{EFt^fUmuQNPJlF!|;n0L{r?ADR2 ztK4*J2@cmT+&Z3j2OBGInERf44?+ly22mVZ&h?W6=I!VCTJJOeHC~|6>G|tC%))C- zO<8_hc$>L!=$z-$N#B2L1*>vbGZ<%m5wdcDC+b;|_AK!Bb-WlTA7^C!(6PDSQOHVV z`5l=-J;72Img29`3tzhIdm5^4f{5h3LG+?V%KFGp@7RHb%y@9D~K)ZCnVd+<@3BQzQa z`E~D9J_cy0Okb41D>WLsXo#o+!WQDiwY+_pIaUi-CpmVjF7>aP`oGnq|Gr~C4t}AV z`~snk2OK8@7N_xQpwqJ7;?80MA&iCVusQwc;y6B0YmO|&fg8|J+2y`|yauRQF1jy` zPuAKO?n@I>fZ*-#_k{-30#cFFz->;2K)PC)aQ|3dN0RQ8>w%i3S4)Cu0K#Obpe063 z18ivR=Db;>T-uVyrxPiUw?qXr0bTL983K9SB<)K^1lnd?tDEW6&5&;_xsl&QlDu_k z9iOGqrKSD&%|Q3dLOG1j2AU~X$q1IG=GQv>`5X|($AD2h!Z`oErr)tFh%bP=Q(ZV^2FYia z^)YTU)LjlUUZyUOVYka+%d_|$4@Hir9p&?c&L=R3}PP@Z0y!XA>IkEHU4Vf2tJek9#kVW@)v$ejBh zY0p=JT_N{8QYjt*%EAfD(>N4KUFFYLK`xVhR^68QC?RM10bL^SDXO2^(A-pAP&a-^ z!}zMEYFf9C(+3)*wN(?RPgK*+8-ecEaca#z!%sH&ddNgC-@t!4z%7r}I>4c8()k*o z0dn!0>;&_%Yr;mbdarO|b<-HSJA%y|eXNY5l=`|D9K{95?eo18W8=)VUy#HjxI z;e(;zKO7~tI`X7VXKXdZnd{)xc~tdgIyze=gGxq1}U zH_R%;jgx|LluA`0T!S2~E|o_(50jqr+%Pq|DOP z^z72S)Eqig-vsAA8&ylB*-jqc>S;GOgV=;7Fx>1Zwg96y11_~2Tgg(NYx}CyVWva2 zthIX#YpiN$z>eD!P;Rwc@h1sW@9$}B({2zKD!V|nBnQoJ&ZL!M*>%;k8?P~q{ zvHWSErF2pmxuGL}h6LGXL$i1mNcWpT^5PcvVB2$$sdf=>JWompF3%Zi>I7Su*azZy z3|Vy2e|#Jo4Ix z))%okO}q*j1IN(Kk>WMLR}J~Z<^=vaV6)u1Ig!7i(I=ZT#9^SFOrF}@PNr_@gT?La zErY#}fTUrdwQXISkwyF{X=TaQVsQ*;ld-JDj1tEIQDf@gwo{Es;3ps-r%vuIvIY=u z6ENh5vLk;7FilQ>VpzbtK$O3<1!KNPG{C#^%o9!GeMoDW+JA=`B{w`dOnjhaIjn7% zjNI0fe@LR;HNcr zXnQn21GHX#vwfs-)=+EaVv@B>MBFwKK?3CSh zN3yTw=-mn883dE7xx0v;*Qn^JUi^YaEl>3n z7lAO#8S}K!-Y_mnwx@^q0n{Z!rFx4fxoQt~wtgf+Htk6h=1+iYv89y9e+Jqn$L!7b z_yy=n65G?Bk-N3*GJl2U7mQ4IV#4~v-V**B$<$8S?{d`BL)ag3*V8%TPjcTRFFsw$ zF9ZHb2K+CLDxaCm|JLZ(GsF2m8YMkDl+!8SpK{c5p>o}`T{zRy=g&5A!^schHYW;~ z??0F4VM4mHp2|?u{7~_7pAQopylImopP$MFL3#GqNMQ%UZiX(ABOF(9Jog0)2T1G% zUQfDO&TIDFDBLV~c;9f*#)9$tM~Jo-yl4MR;oizd$e06NgvV9!PKchC`09aL;bp8YSW_tZxUdf3>SffJ{9# zEiV3fHA*BxrmojoY`F6zl4bd8Njw>7r(Ez_wUJ_zbGF1upV#AgD#$6a;PqZSO{4o> z&*$ktr{&wP*YgaZwX)|M(|9IOn%wtBcb)}wcIn|kJez>L;c#D`12jc$Jeh@*=G2v(Lb4~ybI(sNt&)eYt@q-SrPB1$*Lnoyt_u5j^wc( z^0OnUxbf+CG?x{~vZD!Dhms3a0_w#L8Fj>u#mP(2xKj3#cbml41HU4h@?LFADKd*; zy$Hoe)_^W_ZiD&MHRr%()lHM?aqV$J{ZQzfQyH2KSB|_u+wop--cvqwG>-Sy2%QPDqmq*&k#XbxVAJMkkJkJB)H|X{bw0 zxb$)GSb#7qz?93%;~m66ty2{f?C|B7hunF*9Ula4pgeIrf(@3Jj^`)l19u2n1%8&hI_?I#Ad_p9K zU8heCw%q`Nx)D+s!$}Llmf}TPvl3qv=oq=tr}6`# z4)dFUrpZfZmWx?H$SK{?-V8j%iDz3pb-HT8UREsTSjwx!Eg+CvtwfQ-xD^a#%bFp& z-aBO2XW@J<$XjLpXLa^@PBm*r@vl1WuF6ica93(Y^P!oi^JjrZI)84{4og4ZAa2(V zRa6JoP96M&h1-ogG$Yf_mAAVSkcKKUBHFwQUzFxM<%)BI!)*%zuhZY{)RSWAmv{4f zNJg#%%Jp9^5%+4XRkH?sHIgraJWX!P_}wVJ?MgiJb9GGnX1&{N_3FfHs#qz8w>=43G+sD04Z! zs4Xl*TL_fhzB|DcF=!84#DhR+0J_3g7Q3pJI#;`F*=DMS9n9{CGaiB-QSAOpd-=-w zF#a&ahjcVoXoP6mjg^+onqSEVd(4kOUMU+dOc$%PMzus>$$0RhPoV8l5EL&`n5*$c z74K1*d~rjdZOyg1#~@JVuaS3Nde~vC1w@UYoRG(VNaE`tuhsEbuaS<&25m%LB9gmsEyi-%^K+(-=ghW!y&^^VQvMvMe?7Yu zlrR0;y#K zuKBeK-vzi+M`pK1Ixz{Emz0;9nw3;gT9BKWU6hrVomyzT3O7ElsN_`ELEW>| zaFZ#2JNRoLU)ABfu2I$B@!}0K+$)#-of~i%kdjQ4`6gN5b6B4KJ1p3C#HrIW;G+=q zh2)k_BA@=9SGXb zw{0qAlMy9Po4(>*knh;^6^ir!B=GkjKE3Q4Hiy4YNKIj^L3}_CH>$IYrSlJgKR^O8 zTz_QI-3``3d~9Lb_EE>Dnw}B1lVGU4$cnVaC)xxQX;eWVc0S5InYa4H#^Mb0<4eL> zFfks&JOhi6P&70h2nwzs!&RHmDsf%(*$k9=-fscFA)T+4)B znCC!!PFlP1h1RMy_u4VuU9^P=^Gh&aP_iOyUjb5xRME)L_!?j6R$N?2b2Z}P8;D=q z{237cb=goE z(S0f77XV#FNK3c;oO5++f3Y&d_A7XbJzXy%W8=407r$CdwcjEChLr(sF)M#pHdg#W z2Ct|cYf(@~FM>_|(dMuAxiWwLCscn>raO$w+RCO5xM39YYQr#i{RQgs-fTB^it)b* z>t^+jX1lj#!oZ0(dZSqR;p$Y*fD)z0nj&sEQ3Q_ToR0&B|LaD0qP0aDXV_qixK&I> z6Q1{j4VAB56Ut5@+rh*Jt0p4tc zaEEL&)uSU>obUi{oz0bxgV(EvQ~mb@?V*zQtZe9xC1UDfB4V= zszkNOA8Y35Rv7cYJs8oE{8I1uvpn}0asco2#9y8CXAvqdfJJ+Ex`w9=4pV3RS%?@z z*P8#&=g+Y^yuAS|+dYn;Gd!F6BY?GMb^r5&Ly^{Y+;tDET6>E|JUl{kcw{P?!|_C$ zUELDIItJMiK~qVR+DIZB2*{l^fvgKphMYtNI98;P$~hozAIII>=rwC9*c7T05j>5c zVi_z#q-$GUVi$v$zsP``Zdqj#)K>N^ZRPA08cqvObxSa7BeFqfS;jelmsMJp;lKCQ zVD=6Zx!Q?Z6T)(M9&oO%T&nF()X~0wa8KR2V9MIrvb)%1pw1w&!t4U3v(-MjTFTU^ zP@WmZh1wR%?4ldku2!(!392)pteE%E@Wd#)uR1W!ZdXNNEQaTU3{>+Yc{@GlDk{#w z)G94EDYXde?97bRw4}Ve+^nSH;@rH<%v8)NigS$uxbew1t#PpB7rR@VdTjfeg`f*e zbz-Cus%{>^Jw=fwbcPlaRIBWcj=V&}*X)jHyHN^^f@lfHhHp>cQgtHp$#a5k!Tj_WQ5huhc8MU!!3}_bAB-Ly~S2 z*eJrDl(j=-ZF!~06Ac0Cx9!4Rd2TV?O&ny7QI}%aWKW|K9$eWdkE4xpRUgAVcoq0c zRn>{DV`G(w#Q;7I%x~(JShTkB8t#i_y+k$OFw;6$n_%GqQ(ZIpMBrw%B#!mtlK?BM z!u%zUg^C);$e^Hj6yapx8Y_dQ5WHfB$xtnb2k2NqOeJI;DA>(92)#^oEXxt7{)xxK zo%JBfRAK_F;0+osNMIxRGz~vZV25}k;AOQjktK-ffNuI|p#yKy7A%P!7tI!prv?)2 z<_rj(orBm+U}u*;G8rB6O^|0=t#g)ES)=y;WY(773}Tk0n|+NgCcbj@wTHV|kUhE+={fM}) z8uhXraXo36>OeC0u$z0K+hbMUr!}+&t=KNilRpEZS>0MC0@a`{%#S~-<&|9!*XICF zsuNvUH}~fOTW2yZYCu;s($ucZhwlTQsCsr~z1;T`M1QM0XKlj%&vT~(I>ZOMvQ%*p z5b1fNE9)%|0Uy-y=PwY{LzpmM)Yetq(96A~;ofe@)|Xq^Al0@z3ly(F#?wyvK)-8u z=F47H<=t6AvF$Y|X!g_zQ$F)`2z3yMq)`KZTuN(dYw5^DKb}HwNQg;nw(grGk`!mY zp>FApVfV1w(H&#fn{d;tkaI!GqX+8A5iQ5`V2SLg8q@>T^_XVn^+2zC9MEUB+R=lh zh!eoaO*Ov<3sir>oWDhcO3r6J+1qMHJ{ubI4w<*!G^OPqov0=EtHN_p`u4v0E)3qW zhGSlUrN( z_AOYd5M*Y4hp%P`->R=m*%SPGh%;40FP0sZJtmVbCOMPTx(=rsU2*1la%Huq#l4V- z3y?on>w2*w<01y=03NS=d$UM>N!y(m?22BoH;Uv3ZCBfy4Ksc;)hFc)&r0@Xrn=CZ zb>ly2|^N7noQztc)c`|4k5yY@I|=mD8_4sG@Z0S0GH) zD;d9kuiz1?eyPuYznuGz4*!KRR?1yCWtDq>mLnJ-o?7wfk45vO{;ZE-aJ9QX!}S1d z<28Ui%uNlq4PYxd*RVD7+Iryv7~R95qzb4$R=1b4Va%>hma|EA2N)lkOXxwc4Rceg zKeBV&j0f*fO9o+~?WRrCqZO<>Zv*V64$j2x>Ms>+AaAS9R*huw!rd~{^Xb(C(RF%& za98ukqdYw|WR+Mzd6C&hh4aBI_0}MoP54+2^^gyTIG^(+MhA{?Dkri)k78WL8(cHB z+VqFY&+;@tLmd~d!Pv?RB$->68*WJuZPlCeg#%j-LE1MR$6$gRt^G4SBtJVCJyAQb z!B$#B$N(!4T39?Xgtf7bFGInGSb>IVs8bSd*&_7K)bL|JB7 z*mY1nN(_hUKNKTad$3Vz%urUvI{=odY2z?5e=rn7RkY;*8JW&I0!M2vMGQf%_tdUm z;UI~fpzG!A_G5v|)LX;YU>>Jo!VTy@;sN7L_2wEpl$AiVg?S?J>gWw@9!~-cS2~}P z0j)ynpf(IgLrnpZY-Ld@>0VK~oW%%~a~gfFh&%&1hoN^57;H#e2zZiAT# zI>R!~(olz&O~!ho7K_>xj;U4-m~1P+TvA%A`{kWDZt~=T$hG|FtReYf??Ps+^R3ES z=H`QEx9VqF`vr|=SE##a5AEH^vbD}%ET%`_yMyXxdD%ll9j$zAsAs3Xz3Xr@bZAZW zOuac!08PGSU#Ou@bCG3#BHZktDn_AZ6@w_U0xi)x=cK)5kFAZn(?1h!-KE4zYELrS zsIW8LPIVoP*`3)7Oi$%Gn&pb#+6U*gX8e$_Ik3u#5+3sB>Vj zHdY>gn+aF;OI=lcB@=uIRD-Q#;_4HX=;}(W^M?Tswdfm&b}lOdtC%|<4&nwYj1k&Q zM`$FOwMIX`649?2M=!6s5&TFig`>#ix;*%$3VARZ^eD@}G1^#{awQq-HAtL$VO66p z-zspGmgQItb=Hp4md-M~I22jY(qwQ~I5NjWHO>mWnye7G-V#OuwBr-NR9n7H)OI@D zN!pHj!Vc=oacE>UASP))JSLOw70k3~gz2XaU9@$$CO@Z+N3)v(lgXB+wHoRIn5rGB zCEfY81po(b>UcHlXgBID1KrzBtwt?s08wuhz_hD6ufbJg$5xNmZMG5gG%KX(8tUjb zk+JT`JE;B>5dCHlO_oP9NayS$QYJDts~epOc82B8O&aPL&$4WFgkal--wa}w_J?5s zJQ2gk95A!hyc3QN{1y%MpmM9W(^XkE^>U>yaxxjFe!WRQCvMlb?P^a>Kvbd&Vxv9S=V=mbO`hFd% zeF<5hY3Qog(r9a==B+e@$E2!;YF(|DLchfFS8Aw3en7iYde`vu6tuf#ARe&HmTRcf ztjNsSN!QdePt|`a4c`x0uFto#Ut8n8tHpZ!VW=Lm@?(W%rB5slPGxqhMyv$8!V2gS z4Rw50S+>~DP2i6Lud*ywYlx`C33Cl_xr(a8PTOM|j;Uj5Y^_>S$1)RAGcyWHvJ3K( zva|5|$IJ}8%q+LGxF{(-t++V7C^bF3sIbUb2WLKO)x|nYu+|ga=)7(8v%fmM(B7tf zDempmH_ozcfRd)k>_z@}ILYYThj7P^TM^SDT^PWF>TqhB_;@YJ1f( zi*=!^OKSEs7Q&wZxmB&0#vb8MYS^ujeImA5rjgUxAif=Vo8{RK4aqZOC$}Ef=#nJ- z)X65+#%}I{cBeI|Xo**#|DE313*|@wJTgguY z?zLuxqng<^{*0Ds^62rbw!#;6WEE=7L#(&*$}n-P^Bl-$Ek~=*V(xQr2Fnu9YjZX2 ze%4o&-^4_iZ66rQe$wcpzWrnZ!et+)JC^(a#P;q%jS%4KLoxM(`6F4w#EldP~Cx=VG1nwuYzYvPJwI zKzcOpnwLh3cS+6Vur+D?J#85_A9K<7H5@!2b^Zh1`kY%3{}A*CibdfL?Zx?6oqwdw zq86}1_OTkj00&Vg!NjVq3)pD>iH4rHv1Wcs!@F-|8&XaaY|RS%r8kOUL%Ou4x_12Z zF}Pxm7h(LL9wBo)w+NM3ekR%%IJc6K`MoqPc| zXxCP0-bmG4SCyF1FTu4|UotYjB1;P5OD?DRV`p)PJxZ8ggZRo>iNDd9hB)ypL9XU( zvnPn}Ed0badj|hro19&Q<&p+89$IY1eZ(v>J5t@LH@wiA%WxGZTGM_K|fvV`dz8h?;IWzz50X40P^{%~f}WsP+v{YB83Nq<{dXVO2~ z1er83#09TWp$J_GfPv5fxTyP=po$uh@ivBck)a0`vp0o}^c&TZ`xu@q2et{l@Va~- zs~6nTp^q9EDu7!vo_NDfN{YD6cmy=#oS5>!>EXko2ct908~SVz3AHaYZ; zvvfn;Azv4W2M8UAyA^v+$R1Ygzg@!4d3ce&wKi6%sFzuxij=HFsJGK6$_Fwse8>`l zi?`4h)_qB~BI-v_ZQsI13x7b|e)L{w_^IRvSYHtU0#_if5`iFa%kc`qgFx6+uVuJi z5)9}g^t;{E-OJc4(as|1iANQ&oHg+f5MJuR_L%2vQUwS?4f%fU&R;`sbHSx`f-;?TN;GxYDYQ zRfVo&_k`NIU!yd7K+wJt8>@EAvBjwJzZeg+X|R40*3Qxq;oq{@6SIan_EpKh)ffYzt;`37gn5wpSh6#MZjDHlSjw0p&l%uuHYT+*S5{9j^-K;aS z?OnK=J!;_nX4a+T1|$l&^_p=nm~Y$5{=(Lj?$i!F&4$5E@G~rku`>17BwI0Wh7+5b z{Ve+l32S(cZMY`3G=S|L{ycW?am{D(J~j$5MQ2#3lJ>Jb*Vv(J>7v>kWbWV*jv>d(jF%VGuXH#Ofgizs!!?*mCvFYpf`lHlg)Q z2z7>@;_OXtovy2@Eo!XB)?YH1Yj=`mg~QK}wo>tl*I#kwawKQDN`9U7VM@(Z#+n5wH==~HojBKWX{YsGr}e;hSaQ%a*H{?O zLeTMh#u>loKs-zFo57#gkVaF!4-mE!2#imAF$O%TkI^XLSy#)hHhx(A(O=r!qhtEu%&bH@)5omNjNjx_JZT@2@2#Ru2Z zGhvB%20I|~YEX1bqj`F)6%ejvd5N2=3F))Hhpd5zNe1cJ`+ld9koY|)*9{E1b)P7}2H@r|Fb&iss4 zd7Z;Be^#s1**|Q)%TMF#QS2#}$v#!1PO)h58FY8pa1ky@J$j0@w|@?qb~4Hv=)@U! z|J6UoZ4Up^`Z~N)9d9nwPt2I-VD-6Gm&F&_g-SS$Lx(SczfcQK<1)!tn#Lvb_Uebz zESP@{`77mhhRtN(sD)=(Hvbk(C-veP7SF%a@P{)vB>!H+u(O!@o!7AXEK9Xt0Bqeh z)VVj{Q@YiA5%dLh;wx3AgimDHhFx*4 z%0FkO>#t6u3+l1Y*t6`y-cg^k8yI`X8s`5#hovvW+c@44vT9SL8vX?vE(}Y?bO(L; zsV|U=re^e1$1u4{{Ss*s;QmzXGZtw#?7-+{^fCGBFLB7=0AW`V2M}CH^Ph8jk8AA7)bMPz zCylQvIL8CRY+g<)nwXM-;Z0UFkM^=(nMVuL2duX`;bUN}@2hb|iV=x7uYLQNprhdoluIZI&W;m!YMKR_P8d5?$jYx6= z&-M7{ry3^M0x^>X8EF;3_spBOCy`3hPrqN^*J}RGN2@znws`Vhjrg7g@My?xs`-01 zM05m1&gfgsUwqFhM2tnyWKs=3&z_9v1me2fhy|f@gEZGnAMIuwh*-OI(PhpB_JKW~ zOwo+frlJ|^$}{&OrpyVT>`cA!>NAODDgtd5Q5DzJjpD`8h(hB3%)}L7!?+SU4`uk@#(4!lm zjwH=m@P6H&+N*iLut#q`Y=ONTkOH8`+wi(}y0}#VsvK{HW(&kXt<^70AZ55Z z{ugr>gTM~7s{?P_!j}Jy!}r0E*Q)%#*-SCy8VAVENUxHcnyTxj z>wFmC2KDYgtXkZlT`bEt`tjj_H!NFX91$Zlc_rN7WjCXXF-BS}JyV6ei1jpX)CAfC zm1gr91pgn?a0{`Gf|l9}IU`GRG``5^QEG%?ykR%S0HX(9WHW{aR030uYQriB zq^wk%O`|fqmeYqEQ>Ds&ZRp3=qS@3cn!<)|qajPD6MzVRNM5#Jg zBLnoW-{1{?)wQ%&n3++6C(-gUlZtaw@qU>M{Dwu03c?{&JP9zmDb3w}lb zUj+7EooI)#*lE%5w*88Q^U3b}pjvG8$M_h4HQ+guz7D%eZnS$+^t@X==^ke;(}sGWW|I`_ ziyz@?HFLXSmZ;`!v2~QIV}!$4PC+4$PGGVK&mx0u3Jk@BG{%FZrkE&aOdbO9ppFSE zzRv$hR|NmC)>^^WU#~X0Ukz56D`0r9E&;I;P@<6VZcg>W0n=CK_-0=NzoPSqrFwF+ zE%@K6RhG(ki>*{VYT+?kY`p?k15^1?cSZ50*EnJ4TwU}tx`{PV;H^cNk>~KofSXml zzmYH20^)@~Cn7@BaepINtb@GPt{VJ}aOECgl(F?{WPmYQY|wVK<}^e0J1sZg@eN?gM5x$-sxtIb{iK7-l+@jin@yzg;Gegyr{+BW$1 zl3EmOyvDYxA?=J?Ja&M&a$hh^od`lbHFtvCVa2<07%r;p(z2ee?bh(75TloPilAK` z^1=wX2lyp*ImB3ny^a;3#uV{17+lM28)hW&XMmr+>K|5`5m81oe@@fe!;H@Sc|ct2 zr&nJX;YK0f2YI9F9d7jG`!(!#+AQD)0Jo`+!_i+J1jMz-qzEIM9|At8CPf$%u-|el z!WhS2)J#sKF^avUmPHx^#mi*xyk3nHaS#3qh?lMA`l^O{N_k_Hkt1HSY#*74t55my z=u{3y8Jxck_BG4F8yZskwi|~n~XQu?|Le^>;_3L#XZTf1AD2YWB9ewF3&}UC8fP9meSn z#?9hA(p&cr{H`u2=>Xn*AFB6sRP4qF+Du=pKNW5G^A90^;Ed)+8te3Ytj(0Z)>GZl z@Z~2#eC)LQL}P7t%Cgfpy}s#a`0>*qPC4z)XiUitww(p0K1Z*gJ|$NWT+U*thM%5N zf5*~nItEXqd`>D{Mxd)>@5jKyb09udD-Esk`r0yP zUsB=5;^*n~b%1Zcer*|ltD$B5on?$$`<>MDo#+?uz6bN2HWcRxT3L+~<2-S}GS&zC zhz57>S4Ee-%!}YJT(Qd)<|QI5KYq|Ub+!>_hWEu8-HjjZ`W>|;b8^9VFh* zlk~I3SG%`hWK-+TAi6ocFvWSVpLR;riAi|I_}*yG)Hw5(YaCKe|E~_O`@O6G{1u*G zt=KO401qH-i#K}Ne*>X!o6wD@h77~a18=ySu4~utQ2l1*=pTTeTj~815I=Tw>J(1W zmM0iN{IWK)hRVNy59=~j4ao+_!6D`)5#k@vKKUv#5hb==IOqXR2QtFh2h&Y|)i1?J zQ|s-HaAC7luj45yVOqG`jrLfg+E0!k}{SYapZ+&XwR z+R-M=<^V%YldMQg zoL=MTt_m8_+j3>1L+jSJVQ5aZ5VIh~+^Vevo3MMg|i^N?L~(x`I6s=goMr54{U@ z`v3e8;{WTd*zMqRnQ~7>9)xH(HPxu(p@8w~tyE(a57RI+&A3g31LCQns&r$7h#(rz zM9jw<57N_(I1vc~eXv$W0aIerjS|t`!fi8*V$lH@xuW}}SsD0Q#b^*z+eu+`BrVM> zqaCWn$LK0zKy-Ad95>u0tNq<9O8+}?@0sFNmut5HNfvD732PkX3!u&zwK z+6#aBqMn$kYqLuI>WiruZ@E%mlxc#)5#tlGGSXv{GHYk?F^SmvCm|C}nr!^dPD)Qo z%E}VS2v#HsfA}?XQR}U|iRiV?eSVK|X)Mwwmc6hjTLlN!MfN~qcb3@1td~LJbG;(a$Sloy(eqlUx zF$PPnkPTHDho?UqifTHY{ZUj0QHqY7P(c`9%dkqvMj}Bswz#N~NY$AZPc_0>OIdWY zk*FfFeeGVY6qknMJ(|FrZQm75&Jv+CJWZ4?+YF-3zWg-6kJPjU>8M=Q9Ij@xBTdBX z7QmkLMH;ePOCVwm>upL8Q7~0w%k}(Awg$bkRk(u^5#hdg`_oXJ&}; zrX8?I65Y$dgKZCPM`as}7~R1l7X`Yb^*p?>=&w6j{HQVNLXQHgQ0YujUv~!9pdOi` zeL2;I8CTDD!Nn72U3>}BanRC;zQZRD`M+n~(yre4ul2)KMOVc4V8$Hw8VROLnIcek zgWQ#FW{OItyY)e>b5Rgu{&s}!0inCSd()HACGK9p)AV$f7-@RD5Su!RDwLLu;=T`r z-qa&ov=M!M`GlQ_{2KlN7<1#F%N7CQ{osK!E{9b8@ux5T^;_LUtk(nBMJ1Yw`91?_ z=>QQy0nG&#pbvsRkWMufeZ*j2@6o)0Hp*Z%1h&EW#}7$Txu&8dJ>E<-*F#yi30sO` zzIF-^B8xP`p~L;J&f%8LF)@Dx8{CT?X~WKIE^_rKi+7ugM4f9f@MYBfFTaSn?Y&xv z4rVmO-rjujUJF!t^Q^DmTZj>QjKx7M#b`4Yh$St2d~K~U?FaN3KA=DPoZL7{RW%OQ zf=@z~wtP^*R&z5T1>#7Ime5aOF>`Gw+MkE%<};RJ zQOM19qJnt>>Rj*Bk8O{p#5@~fVtY}`%y%K~4@FwGA=-2l0d%FkC}tMGG~fNiLPjoz zs(BXK0Fw6mpicU)D+@D=VO!)aL!a#+vdt1F*xe=lI*R3HsSQoY2x(>+c&RT<{a7?K z%fYjKT^H>N@LVi}5c73Dd!e5@iF~~hc$(%sDh8WX?7^46gqSYLcR8ao8mjd>qaMDx zAZ%@#*I88e5Zt``PYty0`D%mdN@oy3t4gEB*3Hfx#F=*SURd*3y zJv}QaHLG??R%~3I6nxX-v*Tk^>trRy*2zv!N@<*t5??1ZMQlf~BHL(bcTv9V4loyn zyk&)LQ|x3T9FMT2D#iB{H6r9QU@m0XsGh|ij^Y`L>M0I;#4a$RJJ&;`hVKSH@VEyK zHtuGRN6cOzl09#PruQ*pe{S&}+SO-ziDNzoXlZZU^mEqmXK$Rc_&hM#H~-4$5|r5o zh5bQm8q!D1h&Tk~pRo|TvU%Cs_*&7=^9mdfe(hB_Y~AP;S2xl}A-qbZ`ipk@HH$y@6IJyw;9;j8 z2fj#o{Y9&w6F?i7f0N>$5fQ78ia@&AUxfI)PG^RpUrxMX{ZO?5qON%p{Dv)Ey(gV{ zggD7Xc{%eIOebBYdz;ag%^q>eg}y%k-{E(_r(E@7{{al|4j(8Q>USZ&O8W+4G0%I9 zzPzxfEL}S#>*&+gmN5ubhBFo?4iaO{S>P#esbB`9Yv7y233K=TGJ?aBk-$yKo61!WCk`;o*hlTyqtzk0af&UujBN#tK9pb7_ zIrFjOkuznM{sjCYzg_I6{V7Lql29ZyF&Ds}!v9@VYc8)89@^9s<>Y6qx{uK37XKV3 zo(Q@K0H#( zZ$P;2HQsba)LZIO`dHor=octAy%+zhv)Z-;b_xlgskxZBq<(|^t2ct*ofka33e;mX zQh2#>9Lt}OfA_|6+j+5lM%_mXtXKLA%558gulUoH+C$Jh~z@=zSoNn7_Zx1&KT5^ z1O(L6`;HU?kk z$EKR4V^I}Io50cdL-zGX6X3icO~ji(aDWTy39`EPE%U+*)dy?SC}g6j?t`}0IFyv3 z@Dk!@*ZGGr+8BLBk-{N)%~9a+A^q{SD$2Sy_F@HoxI=>dgp41OJD?eQB~)>kig~X; z+Rz(k^m>Uo6`%2_GfAF_m&L;X&6hrNO0K zBxM-APa?{Bu|0&x#tZacl!X%Iz2azVbxDKpJc8YxJLMopySU0TdgF?*zNyV5TzF_L ziMT32iSb@cMYisA`(E1hZapW8a8n6tMX!&_F1%f`h+TV32p>9Nmo`;_rLy;$s#;&( zcVurodJ@uLHON)H7gF6tgbS&vYk;fM<~`Vde#XAy9uezowvU2ylu~48a^c3{9*M^el zy|^T6wY{16{ZRjwL&l6%$qiL3* ziI(-i1r-aPE+Oheu%BtRxXBwvH2~MQA*5)Chl%5rLU17X;KmphQ;lG3=w4|WBV|q# zHA0)0$ik%^< znH;FGULUO-TOaFY;1#uo;FljZr!@UI14nJO@xz7?CY(ym6qR*b*xFE&nWD2#JK8i; zG}G;&ET!u+MV{#ZL=OmtKd`cR7TVq&A)KZov&5+IPC&kTt{JIE;ozEDC#pYN9E+5l z3mHWhIErk8wKHvc93Q!^aCdQuk_S|yhofPJxnMOSWw*k?x)%iNM!n`BE%$&Ms}_(- zC~cuoKHcfS9JJkgacqA4{f@39dl!zNPeBB%@^XJ~-%86NBS+WF7&j0{9b>XaUl{xR zkE@B0{R%~<`oqCh%zhO5gxH`5zw8Ah0`K`3F6(b{D1T^YEYsK|IZqI!e;n zc^JPM40ji#uw^*(bO;BqY}8Qj8JdxRnYuaiMHw>;?jlDhcfLqB!@1OE(vau##h8OYuN3LUsLPCp zn_DiU2WTFZ4y8ehQGQH-%2BaZOk^)`JTk%0R*uai2ov4)O$JV*ON&K&J%v?w15<(H z{aiQds3quXnPzSKmx%UeI-?)iZJlR0=53ulVkR7TUNyIQY$LL?o&{khZC;9gz1hwd zy$rp*kAr7ZndKsqrY#fW%p7*RtC?G1T4|neA+TcjVI$U`zF#iNgwKPCZ;rjF`S`<| zj?SafE5sbLz&dGEX&IvzGE>=nQ7?QEkb`hxr53}%IcE{&=A*qKmlQTG^%|GZ@|EIo zvkXpbQ`+z+nMFUZLT~AE2)N7h>F6!>?vm=Eeyh>{vjUdoG<`KX!t#Nq=_un$;B30P zTIBhxqFh1?aW#}Gw1tqr2v~#8kx0R$VNQpdpQJW0BebmnZ7x6%;*>i_>7qr_+GHXD;UWDJ&J zj2b_nf5t?tkmV7aDXDR^d9{eFwzW{Ki17d6e5AfOqv&abY60K;K=@j?T*CC+Aq6Kn z4I9v*PagXDAB=>!S#(v^w*UA!9z}=0|8W?ShYv#%+x>9#VmS(#<>Oo9u~EGCdip{z9neXWfY6NBOYCS3N7nrVTz%U!{{c7TPsxcxW6z#sPtHimN^YDfb|FxaXQ|g(jFs#L@1p#*CDkLZu%y`b02M4Lj?()e@1@N<#ALMn%dQty(DrY-UR3aTjz+8(O?{rH!|O#| zpM!L3z38A1!FLKZ-+O?rve7XoZ^87Uukw$JuxpD@WMVq#ZOnsI^(D&O>#GJDpB6gsA?L3f+F5ZUX@>4<=<-FycRF1Uz zKFsIss}mpi(Z>t1@yCad>bQvraemU1pO{xue`K|ei?Gwf#};=l(k=8SzPC_P}sR z72Yz+F6F4IKC?fUw^+B-pEJ56kK7^g<{~TJW6f_amc@`OKU*BTOecuzestqLQq|FA zSYUSpI)uy1bWd~BaprOy0wZqu@hE&s22O>Qzrer=`4;{!e#IYKv0$~(6mM5Vso$Xf z>gNijqsw)Y`5gj&;jiU7-TdJ=ZG~=P{&c)}g-+AA!6PZ?LtTabUZIPdznrajKDIUa z8(fe2=i~YPV{ucy9-!}7^k1p_2i;}#rZ-9V*60XYu@cGU9`xDt^-A5W-+e}}7hbSY z>0eKk=f$-jn};E||45NI;GMstoFd(`vLxP%XAB!_q>FHWn zRI9OZi3Fxl-_?4#Q2sP@r^poApZ4z*gCY$~{Ajt|BRp`}M~n3|*xS6e@rB^=x5J53 zo)Kj*uY=Y;Bc>XEt5ejoA}JxDa14P3F|hjIFDD3Upuc-L8=mD(v0x66Mtx49jurwA zrgu+?$!IXzy2m@{UJSEXZl`EO(bau4&!H+(AVtuvcSM#b>d)s~hf}L}F+s8zj76#c zyQr}jxA@|_VvGp~;$ZuP_b_4^VS|r)Pjn4dk?aNkY+*sIPvYf?GonsH326LWc*8kS z5)S)ZSpDz2Dh0Kq_pXrSuyo;!C>371PzHHbdQAA<0mgjN74bO_I;bpxZ zqws$fjX#%=TFTPYvm(iqgOj6f<6GV%%EN(Yb>%FoVKLzH6m|~t(?tcR;~CbZ`8zNa zQ4vA~_aG|)(+N+niKy&PA3Q52h${Yecs3~0PQ6f7;R90cE-_eC^QW0#`BtFbyM>{p zdw3pTb(kR+-;HKK4a>IBigj{2kH{|GEiz0^Cw#P9B&gcG;u_HCJy`m4WH-haYQa>8 z+U`LIa-56dKwfJ8rqK#Djd%$4=qhYF!D7;03}PfQ`cTM96G^l7B8uA9ws9|dsbv986LeN|DqyAPc+_29-Gme`N4 zZhf$O7~wQ-zj#bE@II_o<3{ww=c*y>kU|fL6{eA6?u`>^{&ea9n&;`zz;@ILyCo-@ z4Cg89Ijodx?D)6m1er|7%byp?BFi5&xNy4kJlc=h(6jIsdSVfo!*a!CQ5@r%auCC0 zKJmUKO;e}$J&10-W-gjF2Sui7?)dA2Xx_AN-1Cr#_p}6aMP;#c!)C$s>LK)2*fyPl=naiLp|2#)Te5R|YnhC_>v_MCG#!%uru@QEUk63LcEQjmyN#n)49z zOJcU}#yVj@_>k^y@#M>5uI^#6?JHuL=!s~tX9bSGwxiWJHKiAfobP+$|Ef3sa4V=6 z)qEAB-+kaj9pk8YJfd$QZ=xR@ws`1E=Z^~PFAR4-3VRJ5D+7S-{N0k5jjth*4}?&K zZoDQQGlPKc4yw}1W1_Da?1U>HW3D|`2({NkAPlBK$Hf3M6o{*R|2SUyFzYY>!04h> z`h-X@!(F(Ud~)2N6Jod-;e-n(Fn4F9W8c@sVlm2}8lotqJ+F%@CKm<>JP+i5uBIN% zb_#t%B!=e!`Js%$|J4}$>5PAQwEU!~N7YXvF-@&=!X|EtOP!DaPS38;S1OoF|CkIOozk%EGE+9g_#*}Pk->UIs8jOzL-)y6Z&|X@U|EeKFb^4 zK7!eBaNM)V=alH;QIEqN>~D8em;=ngvRcecm}~Ksb7Gu+!ea7ylu7e|BWTEZF-gz2 z_}zI?*(?B}wtwJG454c#gqpmMS?>!WE}*{eqsF(0y`pdAV^Q9t7Q=zwx-W}ifx;4S z4plphF|gPV#8ADIJ<_@lkeQYN3%W-3cgGIoi);A!()|yFHp^jJ##suDnKB=Wy^$** z@EhhZBA)}o@yH7Q)fZJcYS2$&J7b9X6!wwmU{*2u+s+uh+RDp5LV_YEr)T?y7X!Na zeWFr7d>1!WCQ`I!3|EFSw9Lp$r(A124!eWjP( zLq)+ZA6O509hLqB-DVpYaTx_`Jg0mjs(LnhgYlet;$ZZ_C-@?6g1nJ~rTL1@UN61c z7kIhxDUT^^fxg+_e%-b@#2ggwD5)0PY9x_QQ`c878Oto0oC8CrU~fLrPKep8$le*u;c?&o}S&-}B7_c^x_){9Z)$237oAO!wJG+ddZq^nNHCDdZxi{~Z8s zrqLIXY@V}t`652#&olaSA9NYNf~g}1snr+gF+K#-3$*SFjOHG;0Y3Nw)wUzRVK~b? z+Nc+RM2)@_jly1J6?uej0@wdYOu=EmwEIgG-!EA+^%?3{!MqG!inVp`nPQ|aq51d< z3zTpPEz(zkD`?6kJnEysm9+hmsH9&564p&%HPJDOzbxv99fwlzbDWT?Klr(|mr*32 zfVl~Mei^;euUibgf`ar7AkyN)?mi^Q%KA;HZ_wH+=yp8G9(I!5&pG%j%&&V3!bz9Y z-)3}`tW&^u>B3j&tat~wk(PaDDw%f~F^!Tt@VkDE4EY`eR4(|*(x$I5LVDVU+w-;P z7jy<#*E@pjL+J~2Bqe==$>e9D`}tCf?IKE_V?VV087OH5{bl zJ>nBMT>h-1KLvk6jlLE8%mtRcr&^%v88eJNgL1*24(vu5lKLIKb)Q?o=AVnsHnX8B zMkP!574e8KTzETN$>FKS_vpX=66zQ38$@lsM}7B_6*vxknUVH=j|X?f1-9Lv1%dr( z?;wd;0AIm&#arX5|AR=w9!gVxK*z*4&@a%wA4DsC)uQ+jb-!!CQPki^q^xhP`oxcz zlk=U$!#`pM`S*-yBb^r$^$*}LXv|M2z<;#(^G{-${t0-6>oVB+2#B5ee->@^b?f2Y z&tibMfz1fq+3)@|_c|)CH(|R$Td#|3am$}#FZh(B5jS{z`WF~(QOO&ar1&c^hP!hx z{QDai&)UwkU-FMA8ZCc^g1qzyTkJ}$KiCUrE4H|yuM+Z4FsFSsirWP~{=_@_8Vl#) zzU@l4za8=hK>q-vY%h|&1B}7uj>s2xS@ol{oqeWx#6380HP}+G0&Tt}s{7Vf_aWUw zn~PU@@}$Rm^!F`s(D*Q-vV$2GT7YBdvtKZeQUWVmG|KtFe27G?!PV&MucE6qz#Pi_ z4dtK*i0Q@Ke?v9K*Ky?UXc721&iNgA!r$@Q-^C^!0Ip7Hf8cilEk5&y7=}|*SS|6V z7^H)NRcX$jm~j{a9I?8Wjw2+ZKr}u=A>>fRZB(_wfH5@cHkQp40pjy|`8GPzi(0wt zU#O23W5k%N{96SO(5@ zboLG=)I|X|GG_aVvS9vZ+5HlFf8Y)>mDZgG?_7l3!sfYGEpZ$h^LvgZ~$l`V*uUpkxfi($IXOnVUip_ zC1lOWWblK?QsA)nlpJ8kZ*?k!6groPfAlJ3;NY`g{SJuFV#udb3OJF!g&<-Ul>PEmQIQ|&&1cGrbxu3%|@Rn?ePno(Ytp)e!E z!!zOLo3;C)WZ57*z}>*egvjhdHqitQ`yjFd9&FR5n?h_t$BcY5vRPrz%?ms?3$Pos zwSc?1yU&(D@PFSqd=5~GaIQ4kLYZ@QLiXjg)VQA{y_!DWOsp~GvTE25xT3z2?27H>E^tr zWq4u;Zz$4qhtTccZzd{I_JGP)V$1fP90m?7;*~oJaSf#evx-`d& zqhtbQHQfgqHVWo+-Ivk*&fs9VxKuy5`4?;?{o%0l>R4?+ZRg5rlo~7}%mBFiKMWN) zuyCkB1)&B8*fkt_FoZ$WDnu^SLo9w7B72&l?9Ck`#%YpHkPcHD!YHeED$1laGDd5TW&FHDX3GO9L zV+^1^*`_FsE+%V;=>hpOgTm=hFXQZ5DRyiJD zLblMW!Q<$y60(LSi?>V2I_62>w*5=Tq+KtYdU9U_B6V_UYp{o~D(O{yrOMekrWw-w1sJ9V{g?%_c@9X>_VkPH|&b zi)*@EN=9O%u12MiN4LO742>);E9k8jskH2`p9b>xy`9+xLP=#Se=~+jztD$EM%8xM zw(+&#tneMyU!h5BG^31ECFD-%e1B{g&p1z*W*xA~2Te_$+(tjlmSMg~!Oy~oO@0v@ zW?Wm3T&&gAyTQBc9qT<7PejR#l6!#<;@xMxn^}3%GQ%m-SphaJIPMc2-KKow6vl0fzY8gYbRyLAbkM39)RX4*_H8LbQBT z9|k@{N#*2VeFV6Rwv?0g^b5e}xY(}XR+YVIO`Xfj$>t>>3WxicHnKVfJI=ifcQtNbc!sBtn zw8vpP=913|M(;y@-3D==>-`n+q~3t=x{J@eS;!br3C5EU-n5aJw;bA<8_({0+xfMV zgzOQ6>nhNOmN>{$r7cROmksku^Axrz+Y=b)Z-@tn8VtBQO^zYmO|psErLPK)EKVvYZYz@zkh zRoUNs1Vm(Z#v>MUhlGC&fzwh9dW_X4aIlY$X+SmEPk+izDpy@DG8cf}PB8=vrf;gF zSo#d&h1E4=dGk3_0R3|d`@mgvY$tbr;n+4Zz62kov{+fyTmtS0aAQx`hswtGec=ql z%h26x#(d75($~GhD^M@HSNIj9y=(Kei^ER9{lq{vZ~Lny+H$t`fpgb`5~C%SLqNba*coN~Ug>s{4Al}U_Lgdm#$T^>n1fv{SynO%BFcls zD^Zwh@JO1TESqZsyh~@2WxDnNcTuqv`Iz*QraY9H#@U`a!B} zr2{Qisv}35ARvAtozGg@TSper!4UqYH|xj_CIpD`<5nsv@B4FfIqFeYR*wvY`rr|T z!C_NKXrP;JS_DE^AZ@BAE7SeDvVgs6JhytSBPJ|CNg)swYM@dv&eg@s%8j&tPb1Q1I!>;j#V;BTm8136NcvbeYbYU`yL zQE0i^yrI7u$eN~%6(8JJ2u%*wMQB(hgwwJf ztTK_JQXpNq4Sx_B_?z`{i zVrlV)PCg!r&y=~Q22_5Xll3IDbK!_pbUI7+EFo*cQE=Cy7994K)(o^6RL4Q6MOUUH zWyJ%(q4;dsS0`9}GF!%(L`E#F%SJ==O18vIZ5CEHku`Oa^_AEJjm%`{>p+ms)+ts# z&;;o=)nbjNGRxEf;<96#;`3RTnT|EZ=d+$g-)3@zsSm`1we6h^&CuRy0HHpva~Do3 zdo~p($6nqiu_I&y>8BgoU{TFw7u^V0j;1u1hjf}%lUvADI^E*A7V@CZusFY^?4=t6 zb8rZj>|-*4NjP9ST~#ny?8C9nw!U}d$ZA1Ntn5v+v@Zt<_V*k)#WZ!^8|~BKw78Xg z)HH*DE1%I_dynlc)>=mD=1`mQJ1%cpFb3Msjc#dWe$_h1;*43cvT5af@Q25=2FC=_ zhBm0uwQ>AM8)WCUU}WcG845FYnCWg?nQz)VFRR<3>!E|=Z`;X1x})_nx+7Yfy*uEz z>qYHlobF`B0$9yC%HlQ1m@82M`aVyE0Aubd&22mICO95Nfgl;y(E2rp}y3=GuBS^1y`fJol&>% zXYq1pSylH3?xNr>Sj;s5IFispYpw?ZbLeyz85cYVXdAJd=Ni(jvOZPmXm=S|Mh=FB zzgK*cIr|br*eirb1_#;$7KXw-gw}PH$4d|UPrt(p{0_bKT^+@R4wHj^ZCtqwt5zk&*Oj4|yy?<`y=NhJz=B=d$s*$%Auvpe@qO7{_*_ z@rYjd;PY%wyIa?I47Jbgh0=N)l(DqFmmH!WvlzBUM(gpwY82NSk7a_z>AmI9@QJ{J zT&^aujzVrC-R~_2l#r7P8O0Ph>;s$}$cKqz41f=szSl>F>!~nJu_;zhvzXRbuGiBo zBEgm`A!mRKen!lM!#>{`fe**}Wud=w}KreUBF1q2H*p{5SYW0)w4Z|fasUN z(TJFXQ0lM#q+)HTbK-pR^1HMLI4@4_#xy2%b zWP)A+{DPVdl2dg)@D{y02sPf7K+G=S!9$G3`-bUNEKqzYzoPW>06#3}h1+|Q#GJw0 zwzT%cgJp((5}0PUtu||b$bZj9>k9fQ@CC{pBJ1n5z)^GnXx6dnPwPJr<*=z192oC# zjty`i?4Hj&C8@_yZbz~}^M)dmZ2}gmthUsfS>P(+XuZWEDq&^yR*R@hb*Ioc>G5yK z6OW-?4k%QY-v$Bi#8#@<7ri@N2AJ(ox8dzfHc?SKzy%F7uGWg3HVE<{TmGwo_6)?G zfpj)mrche2_S4U@K=~u&c(V(LFTUOSyIU2%P`%sQ>W!3D%pPFDvd<|aW&hy45FV`W ztp0F)XXq%jfA+z+H}JuSx1!z;;TzgCTlU5ExeWLmq&e6Ikf*%fnT1OJ^AKP}?WU1A z=-3+bbMdV^!~&hnMeopI;12pV7nPAC7HwtZ1;&3@M$jgRlYDUBi`JXYlTYiHEZUFk z%Z&UXHLuvPbo@z-_VpNpjQFbcWj~=uE!t1$Ye0O8?I-J)WB0v34hKFjBbulu^a*Cd zH>DIU8z%$x>+I3i9P}H&yYyZbzV&Ycv7hL4*(*|>1alU#)#A6{uvz3J-Fi&c)^Ef8 z7LAyR?b=QOks5a@)L7pE|3(|f%dYxe;5NE9UN+S40i!5=f}Cwm12HbhpL=r#j0B16 zj`0;|;oyF3pK;iy@Ono~q*^uwAE)7yB(~Q&2jf|K0%sKkpLhP;*Eff*bX3s~d`9c{ zVLeaFC!uKhzrS#2VYiR0skxOd4a0lm(p86+X49Umk zSpBobDUZtzKG*5|<0x5fKtXA+`LwA*FU^saBjime{HWQYZsE^${JTky&p{gd1$cw6 zx)j}f)X$@Tg&RHDbMZ;}&Ej)&QK|VIh>{F#luG6gFscVHK8hP3`2-p%e?q`|-79C! zD196J4P8EKa`j)p&PNW+lWl$U-{6tdWdVZ3EI`l1KLzeseaGU$1+uEoT{^TtcJsMM zVGCtO_=AAGsA>m77S23(z zBvYkQK~!h4>}@nG-k$7ZTP5}vH4t==`=VjGcewFbA8xf)?s6G|!&RVof@sr4jC|Kv zWlCy47HH-LG?M(CZNm~-O#}qdJ4?{O3WSCz?=O)}O^~zaER}6Ua1d==3V$I%^zKr; zwouskwejw2^_F2<$}k9_L3R)^CkRXNhm2F@sq7HrL0MIVZTy?qGpMKwxTzzi58@I_ zdsHzfMT014Ia;vAZ7fu0x$J1d9j{z2tCQcI$)JoA-p`k9O%xapsp?83*0SIjTC`GD42rh0D=ieo ztwi_7#g%BjlylyTtden}d=O=>lG!3Ah!(AqOLYa z0aS*=CV)you1BK^gv##O8ItuPsuuFCs=>jNyQ&6JXObDBdJug}GC|Y`q9#wuG!Yv_ zi(kX^jLlEVa;7FcV@HXHW2&A?q879VTRriLf`?l@+4bgeu-9@aBAzkG)`$`~ChEEd z-6Dy=s)F9T>RX<^Un3iptqp+-8Q$67PSj3>+d|p$N9Od&&E*lC4ETVBCml3qv=2aM z+Hmi!N8fH1FquL($eAV^SWsi(LAKy_14fSNOV&sn=Q)K=~e+5ltdx6QJhZVT*8Ew;#ybUTX`x5}4Idm!$><~m$U5S`mDz32CK zfT_KE{T&&D+=)M(YzXff&2yX30mDH&>QU&Oytn+$(~@*&2%Tx*Hhi|b0AuL2Go}oE zwG9pNuGU>`yX>sHS$twUdJnq;JJDC$(Y4(;M#8J$Fp#9A^6Zd5p%-1tKEr zM6SVWi2vU2!3xH+yWNE2#3930m= zj;k0=eOY$U8=&RW$1ihZ(4x;P=tSNGOr<8T$R^>Nfe)@`3+tF_znPwX1!IU?ZHVTt zB6~b-L#%oggWub%`V~~O-TJ3nGtdo~eiR?p9T4#JF?*+?-pNdxkIHoMOc14&mgOF7 z6ZR}jN2$nbGQsQuB5QMH&g^CxU0LT%st|j~|Ab7U{Yy=lQF~$8Ls`dU3}&4UIfk$N zekl9sJys6T&13kGJO||f#UGbxp67uD`(RP@at}^9ISA=_+IC#__c_EdH_?Zo9HLGq z(4Te$c-3wt&4;`A>i& zsdv$b^RdOY@1aid2@tdAHohm*&8Lp9y(b%ZE`a$Z*NVfe>tmyF&Q#0O$ReLXzCis> z%W3*^i(FII7cB;y!QFoWtY)(m{Zk$%#D595hh9H}?&wR59=i0KjFic};_~CqVHkR- z()klEh4`W;|h3958fw)coD5Q^-~Z}>+HAMsOKe+Bmyiasy%_16|(I4{q5 zzOlY=C`EUShT8Lh_Pvkk7gr&FK_~#6iAgnK+X4C*seK$<~!?;k63&D*2)8p??IvKvO=H^UY5#7*2vHm7jJtAV2f-B2;RU zC&2v723{sm0dwc2p=lq3}Snk)iEDrfZ zUe><=uTiT{aUH(`f1+nUl`B2J0Soqapq>}d#r8WCjOp=<`NQJ&3$nB4Pp`l8wF^Ik zAn!@V>Nd=OQrc&-rT)vJ4gWXr3LX9oU+8~WMO~VYM!92s)cqV6b=P9qi+J_-EaqRt zC;UDTYcns(xbl1=TNT_c_Z{WI2zY*vJYs@r z<|SlhUkKQcF9|KeNztAxkMe`?srQsDRUY^Y-|F67{_QEqce0MGs!D5!xIGL zE*HCn$GOosTv7!?Ld}8W#hJxTO^6G5Hdpm9D%1vT`xR=rVL+_QKQ~@=)kVOcQrOq% z9xKWysq!E!%%1o)I^2pmf9qpB38pysn%DU4*D|U~ID|MPFn;P>hVq)<`sw}qx6d8W zZ^*zQ{TlY|)hiw=sOkJ#S=2!Bs={EGia+s1R(chn3*2h~GVfsXqEU zxx94c{|r&3AVlS0o-kJ;KW%U^y7V2Y9aUke5^NjqPyK*8Wi{)j<=@MLrK|sEG&KsM zsg7e+e?UJ%EQA_`Lf5ozH-ESm7*FGF4NrH&%h|y*XQ81V|A0%{K1Gw@1lyaR2#%lz zKgp@4HluRAuAl!T8%88S;1_PI$jNZnrFNFup<8Z=e%11B|$5Cg>SKU>pEw)A>ryU2mVwz61to4g{r;#B>2 ziG{eWAm#*9{A}OS^uwRBLWFGX4Qzj#i`Bp)&u-3Npc4Na$|RaByS-GDgF<1ARqz zxH*46tRd|B2Q`Eqkh{}~fAAscX>oH=RTgbl@NP=IgCUmQKpgt9_YQg~SKX0Cbsq@N z(Vjc9k569;xr;%neo(MvtN&fpz50Xu(dxTssSW^Ed4!i&$C!cOcTE2BF4(SNP%v*| z>{grBcvoYo#$Z?nQU7}~)n^E;zlTnOp->Rzm2O!768EU`&0n_F6Xf<*$y38%9O}wu zKE8vN1!9O=jev?e_I)gy7zwOKw_i~;^(c#f-YMaHf= zqN07q(5PTlL63!!M?OBPg&t?Itq+R!$1LvmQT6qBi?@8#5IwEPScUa4AU25{UX`89h-&_<<_ z^-Q?W(Pv6E*0U^@*J_xaZE=NGO|YG3{^>TA$j7KEdXANAVve`ZT$*ZBC;fy~K1I6q znMc(;s*9cvgZ=XQJO zn7;}!E1~8GqwA`Sz;;T%`KyZ6(=*}|Q{u8RW0M+Z;~e(H+9|OasY%!*7yH}9XQXD; zNvvI4tmfEO(O>>3din;aa4gV5*CKKH^{6MAy^*e=69KA1^~A;}6Dv9;rp zu}Kb2$cjzMNYBW~OwEX|lbI}@;z-v}SfEPKYr#)FOl5kVb#wf}XFVN8nya3j6(663 z6Q5!mXC~LiDO(wFu^HJJI6poLGox|5*uZhFCmp0}>5bqGh2q>~-8RqpYz7yn zB|oU}_`CrXP?p4Jre17mHy)4E;2XTY5(?Y5^J?Fzx6&CkNE zBwY_tW6dtdgG2H9cY}w~u~3y@_AmOJ$4U5xfk3iP{!ZReWBdNySuCpI7Pi zVrrB=Y7HsHRVVWra8NLnY>L?r2a6*e9K$DZfC#4_iz|P99M)sr^ml@p(_fT+-O7!_ zk-^`vI6Yi7@_Cb93s-gZNhoj9y>OMK-?G>=LgkpZfw-=<5h}@?0>5o50S^|-zQYpT zkHC$;3rwTLNQI$AU@Scrsk-UYjQMvbm7!lFQDU62mU<=BaDCR|?h;yl6>IfrT)4^6fjjiuDh zOR7M+R|*@SyjBv=;C*<&hC_I`o)5f!?QT+OC9&C^^;WYK-ob~kec-%()o@e{8{95(pSW2pWV@+a1ZxxhZ`wAvaW=_7}X=)-$|s?VTaa2`H? z=z)GHip#wS;d5vE!rAN?3pRiECI4u6_!86_piPQK;jWznh{j>L_R$)F=g30zZ%}@9zw~>7aSS(NxmTilITfn^ zfc!g+E~hYj$v(!?yX91jz77791ET!?i`nI$zk!FSetFeg{{!4g3(KoFU{g_RHRAL>>?w{jZrs|s_;II(7Qw>#{qTuIfNOjdw7XuEbz#1x3 z7YF7#3#~P?eMF6+b>Kbafj z6>4fhs2So$$8k2iA6=@AuVb83izTU!o_HI?n-#HXWQa+C5+A}}A(Qwpc>Z*OJ;FXk z({4s05|3Z93Ny7~Mw>1=8EHC+y;AQfNJG1lRaKMhY@a2oo+bs{z^-znQCK!iT~kz) zPG!-%^Ijdxn^RQ0sS8AL%m!5T=hnnVoAcH+1OD^Z~=UN?A zLN|tz;qu3fx(a9HW_rEY1K@wItFX0u7NpDve#+@=>)u{h4Kz*Iw|7=P7H)W`em&)D znnG>jeKkGm;m(^mZ+5eG_U2K|p)|8^LbqTfo7!4h)lEqjIUHywEv>IAmudy()+A3+ zWL>moBQH#BMd$0IR?r6S)*-GVq3186by?Z=KZCR@2*MUO%M4#(f7&rc7d7pnwL=Es z?fN@d=1p~t>IiN?Ga8~k(aGZL4OMsZC=hEj%gyve(a$%Hhwl80BN010zm1T;yI4Hc z2z8IH7OSSIF_GPXT%_zoi6^?lVLLavg}8auJs@DiU*tO76Ihq*tmIz6DB6^+Dw^Iv z^ys?@Tz#A)?vScPrKe%!r7wgA^jd~mYWe{&zvy0Dj8XMxrXL%tfqH<&PMJ7#a-jA6 zRHhni2071{I%59pVC!Q-mg=F0So|ytO}(MOYE&m1mDgdwSelWIZ_jXG13H_Hs^SQX zK21=68wre}v?i*u9tFHW!<(piI@hXyH9@O%G@~DV^E{Rt=7G~f2&1(_JZcOa^+W71 zt{w|+NU_aOevShUq^Fvx(fTo96oocdgUom!(w*I!7zrvcasmW?v}_O)trdx5LJ0Zz zW6)y~go*T5b2PsuTWr_@)xaqh=eEE(lT(3B=)D$dj+q9;Q=W*WwMI>62ffo0h2jj0 zSo2$w;&V_fp9%Lw8k~bl=PY0oT9<>S?rdOvx|xGkqSRHP?C&4)hEWkCLj8MVL)P1>km z%|b?(aP=Z94{WR6GK-yzk48z#X@_!V$pfL1S?bu%9AEZ8_x98+hky&b*$(}>D;%Tm z2>T(mM_VT!0hxm= zG;-EhjOmDk^%O9lhIYiz?^+;^S;4vOW$Belej$3DwVmpSJh&dXhXOkx32y-IrZ$~a zW3v(XC;F=HVqxI!P73?)K-fobbW-ijW*|Os1^p%wdJBZj?mM^DqRnwnTRi$Gijr-N zD82ZU)9v8yRI9VfG&>m4uRRCb#w_lvs_LB(4$#Y;Rpa1ifDg`8Ek$2+R#8Sh3-KBE zL%S^6B5pTh2p<|P+G-8^VTSC}0FSEH`o)mWdybhf+t zRv&@VfNoCKQ^H>Wat`7tkm^M^xL)=G<@7|(dkM}9RI(TFWnew~ZS$yCzzsC<5P(O$ z>KxVEcrx@+a5d`P8|BDrz=d?8x9aUt$G}f|&;N~o9UZlO6!w=o?o@m9??d&3Q|+n0 zuRFG<{=NY&eCjV3p%{;$FMH!1sW)ML!R4r({gJ{>!o8JnxNe^3Eg%nR*rr;~Nc87l zYAeGFAF2K}e7r@Q2dJs$6cBgDC8&AF@lTD_0R1kw9#tBo8kzSPHKoM?yD*nqANRxQo@|LOPeV1?abKY;u`O&g-x zCV$9?f80F4wb(CDW3&nK+6?bAcHpSI5pDY9jUB^>jqxs@7|r|$o-fdcL)1{u$3U(% z*nK{1opR7n6|6sj{IM&QmJG!Of6Cs*(n~{8_Fn*h>hk+%7P$tFeIUw(h|jGz{19JC z1YP+~6%S~VH)>q2x(LhXF2j6b5gDdzi1@N_fFd@4QI{Zo>HJ={Xmjxu;Kww6ILg+q zEWR=voo`=Tyf++uj^6+;P`wd&l~*lp8=-Q|H6Xs1E&sshykL8y_)_0O%^5KY&Qr=t^(s5r4vgI576mGW<4}Z==#tp8LlsHZmGk4(r$6M{|Jx;w5ez#CCbq@}X^e)wX zOkFkiooB9a=|@8OL7W|rTlBGryYFcPV+eJL@sy^06YxQm5bDy!31}%P>#fX0e8siJ z0Ta>oF+ki9mV1Np%vwp|ow1s*LW)>=YcHnH*auJw6@X zJ1OX?tdkXwbH|c1Q&N)AS6L@r_;G~3_`_+nDji#>YGCvfZq&lgp`I3CF>Dz+qyvGU z)AGrxmkzS{`()IQgMnC<-)9QCzC*z1ahQS+eW;V8r>ZtVVPIaF%s(OM##|juo7SnK zw0|lpXGLJVjUAPiV8T+JX==DB>I6QSKo?`CbJNfyDGtQ%V72*l6Ylu&=?W8T9Uq*I z#}^6C$2@XWLP|Kf+YFU%N`n1DY0C^mQ_3-a`b=rZ+-GUZIBqi&(MN%cjLqNMIFf#z zsRBJ^+3g#;dX~!cL_4MyvsCLc<>25tJ9}V*Dvv)LnhkVgwu(4%W|k`MV`AXO6)bsN zP1Y5_(S#>jjFzQfB)1~mu7z5ZTFy}+k(D5DLS=)f%vLxasT4{h2bySI1wv)_ZmI&u z(W`UN@UB*X<*CkGRNbmuckWyj>!|_6)zh#A7&hs>NQDO4?dtPXEDSYVOf@ZzdIBxa z#3#^eS*yU^R>u`!NxH?X|j5e zQo25bdgQlAjWG?JKfJ?8dTNmxo)dEOJh!sO6|MwX`9UmaBFq2bdM=`omi}w*Bm_t(Slm z_!_kVK1(SpP(N=A>`e<-s5w6EC@dd6!0oNSS^4O2>tONOe3cN^5y-`f&6P-CZLn1t zR*Niq4p(q;q6((Om1u@^vc723N;OtL3jUEwtWr~SXW%pR)GB1UE*9Tfh5BMwV0Zd` z6>7WPEY@F*;iK+AuDgc#6%Xx$*>!gN?W(E=%XDZpjww$vTpglB@1?sRy<#+}GZJz;-jihC36b^1042ge~O=<{xMfo*2lzM$)N|AU< zoi#%_kat3|U9ErrDSV!WK^;n^*J8MBxW!3paZ@8W0(yU~$}%H?D8|aHQ=NiFvFt4u zeW+X)S1$I`xz@YydbGPn1AnA@)6@)|XYu%YV0YTS3GaCt@Bsb12@T`v7He!qwx3}=^xdqo%}iiErfc(r)Ki<$)}94n z4UOD_na7Q`U|@E3fxDA_+~TP%=wO@!^!QM~Ry8_oF1Q+Ic=Gl0ODRFoyG3!@vK8<3 z3D~fS&F5RuuAS$2;L~cUm>){%Ycb*+v<>|`3t)f{|CuOCiQACx7D8AG&vj+ODbvFM;r&=~IRJB;g>?+&olbcW*}>aVe}z++$g0 z(LMC#g#*Pr2vo$V6|gLK0rD+!0AI0^1EBJ5H%b{hR+Gi2{tsdA0an$q{eOG**)s>M^dh1l7En-{ z2v||X-g_4nDejNKSbY_V%hqOof%(HJ$FX8nKH+6TkE_xC<; zo^brknl-a$&z@e_nhEMd!Sid8$rcJ$S_kPO!2#ygUVK+=thZ!r7nwZKKi zY2{Q59?aTcCKX=?fyY9O&vQZurP3J zcY`3OeYFvIpDJxKXR1wt+csgKX)`dt+|P7ioo~(0c}Vkfh&Nl6IPUFisJB>Z*aQ|r zL7(HzzJOrMzY4{-vO<2?aX{n-UU0Sz!mU>Ezgg_6?7|O6R9m`U4r9K4 zf0?mwVrviVc3ThrQt;RpXw~fnZlS7M&3DvSf_t}`Qylw%NSJbaaj$J=xY`fFKAN)) z9kj23c~o>es-16u>!{auGrITzc9H+Cxbp|^N{@D%Md0m(k9x67QTPKuk0 zyU@Bk#d=oNsZNW=#NFmpbw)HCdoXZyR-}FQpk@9YE7Lc7P(YjmCdz6O{XNh+RIMbX ze2F^r2MB(rj4x5f|0rt5S$baZ>6d74UI6~(>?O3=i*byfAV4CLX}gL0%@P6ji;!^3 zk#}y$!GM<_V6}^MX|Fk6U1p>8fvyO0%FtIu2}8JOJn#O>j4OE!g8%U5x@hq6Iz{%G zpQsz+cH2I4g}wdj^ww*kILA?Im?cXyR zpF;SA-alxz^!uZr@}K$2f4JrD-Il2Tg85H3g4e;h%eFaOjK5g{WxlLIoxKg^+&f3i z;sN%5AkY7-tYbdI52ucQXxAZgZGipxe=EFjDm>@!UW-DGnDf<3$P(%MZ!t*p3V5H2 z9mNWa*TA2t$5FGd;s(^uboeO7plyP&$B?HDU?OcihJ0uTKA~TZp$TJ(H0d~+9E#DT zQp-?dZl8!PD;ffHV|lfqc7V~oDSiSSbQkaidhdkUSi4#(Xnr+j=jWY+k42cN*GY78 zivq9E+LP#F6a${6pHE_Dus9HFrEZ->tyKbCi+Z0z8^R5kO#4q^WY!&sQUODP)s+Wp zQ^nI52Ji%;U6gqmjVLd$C$+wby1`rU@$V>3d>GyNKBh43YjI$>ON92bc=Q=`!u`QH zwCjwSpi2TVU%dMa#zlP3n!StwcN%@xOx2}efhS!%i{?@wxRmvz(t`XXRR(y4Mtz6= zdJu3mt^E$I>0prtpTnB6vVtF+GjntZ5WW@u9_2_maEQB1d=)P*awJ18(xZ5Y$RDS# zW5MR5>JEph0Ne5;534A6>3ft;p};Fxua1%GFmX;xe?ULJ5;%;`|6r!+$}E=4VnXPH zpO9Ba{%96c;gDA5xA3B+KVqsU0_H0+42JQovZ{(0gU_Q)QB^SOJlfNdf;-P+KsJie z`GuoJj4xcz#fSlW)Wup@IZFOdw4i4HWa9AJSjc1CdGRifpE-XXzPNA0He$*!N8 zF(Ne!{e>D(OSIm$=tc8G7o2@AelHkY!0UiwZPSL27}zJxtOeVewEPm{x3=KROJ=C9 z!)|1n*^_Et#*&D-5Y(~4oy6!a3xn#3bn#`>F!crZ7go{5lYwsz3z^y4TnP0J? z!)OLZNQ17KB~^29Gb_2a5R??u5?F^eUxUxB1fO0*%55!J?mF^Q8^KOM-4>YaZXLL} z;yNOt9R$vZ@M@PfD!U5*v`R%Y)oc%|c2<;hV6>v7Be0GYhEAd&QPLUsCQAIRC~@26 zz`D^cu<301(v{JjCmQ@I{3bG5H?fn9-W^znmfghsNDpAVGu`wAbGnJDfUPKQ4kW=k zKO>@hLEO_)F;d;>@p$wc9CcjKTJH^;RO@kl7~QS&*=2|LwVx3$eMQ0T7KXplfOV+V zEtH)7fbA^o4~(Y+w=khI0GLQFx6Me$Kp+Q1Mw~fedbRC?%M3I6Tj|mq1p9%KC+I{J z?y6nX2>WlL=V1(Xm)nNQw1skdnmrwgoa6`NUtVQcQOtg~UWI@RSQ-F=F2Iy4a zMVj!d*-cFYUZJbMVkTfZ5K|+=9+;7DCN#=xa|Xo4ag;r(g_%H%L;vRly8By@nrLKk zaJlW0L@NtBJafnFiK3cr@b_)8rwzYhq0~DTuP=^sGs-{2)Z{EnP^<)YM^1f+v8Hz+ zcupH0nw`{pz|*v;1h!_CdjzZZVIEE`ADLO|17HX8tL_p)_a2!kYBtPUsoG<6zMca_ zZaw`Nxq2>mjujKR7NYJdK2J0dQVww`n$yzZOAjAo1%x>tHuEg~1%e!Nnt+?#=$$~v zX#F90tCJU6EaR?=ES7QC#g@J`T)zZ{{1q^mg>gZG!XBidndVYhEU^;QGQo&HF!a0} zh?azVHvR z3;E?gE~p-BsmK3q2C7eB@v)`8Mo?1CTHqEs{x^n3*8$g1i{dJR>i>gA)u&>$_aF3u zKLeuc_zY2=CsM)nf}@|A`+YY6IY)E9z}N_b05QxJ%1YpU;7L zny%k)DZ??bh5mYOE>d3r@8f)X^Lw>bF!QDPq22~W`y6+4wA9k5 z{{7k}sSs z0z5#6>}rGUTgoxjICT_~&Ge^d#_P?^6HWgD1)dRs7#Z+_k8}Mh&wcFG~K`hOfsU870)BF-DL_Y?uLW|=YpfLX^$eIpzj-2*&w+y}(F^!Oq!~V#lw9G3Fua7hH0|(Gb#1Tc zA20Q;eho=k8@=*UIKjq8H8Bc#&@(Sp!7|{&x4}NDw_$kDDIdJG9VucP1^cQo$^<&| z%F9!jS5+`Cq07E%oYp{(vDDK~)zJ>H_OPyCa$&}4bC|7j6>V>SwNe*m?On9TUscyd zz=fUKMVVO}BR<7g$C}HeO;0rTs1%2!mY=|Rz@R98Rm0+xmk4EP`WF+AS%?6of> zJ|47RV=LG5QmTc&-OuSp0^pzT#?QmrkGQG23mq=40(42(_U5OF*LQKNZ6DP_lA6?lJtQ>|$bh8ZJh!qY=oO3;Bgt%-Kfq^Q|SUEf@66Ph;r<}^vQ9vY?3*}Uzjs{0L6H5%UGqJ?7&U~6xUPb6? z;8>?l9J5oWI_s>Z$O;I4Jh(dbt)OC60x+JIR#53Wku?rciHi6RHNc6~rlK08Y67p& z{)(!Ft_8&NWocAx@EmFys_GZ71AJ4{#dA$pmiC6KlDaM|>Nvxa#Ow@9J$8^yt-@5S zt`Dx~)JbM$ogmc!*qEM&;e(|B*V?G`3v4W@T?yZ$Aq4vHSD7*_u^V zwO1WrPNZ8^@t}^ti_|U>U$|4gR=Vme_&QRB=`M`2KBJE6D&pZ$3a6(E-i%U1Rd>OT z(KrFJhv1}W1h6MCar=d6^}wcjiTGHo8m>|W>s3QC>dhJ+c4ROC=H!C7G<8O|=to zee*DIrbmJEuUyn{7Fj{h5=R>nks`Cj5y~sB+DcKeo=^^au!04oee!BzTECua@_s9W~SxJ&L{CMRjYU;vNki<&2dv%+54DmUXh} zUQJb1j{}btokm<~jJ3iy0l1B3*Fy7YBJdP_UrTM%lYq!|SW?+ePXS)oX3;ThvuSiaRiSdVq=cyGl==w~)sw45 zMqrIiWJFR*WPR-CLpQcwOoQb5k@3bH_HQ;Ft%poH7d*#`yZ+M zF-i4eqLU)3C&fo$S7a16FxHQbi%3p}fAy-@Pp+1nV$5gX=HZ7^LKI?*R@O)R1nsgw zy#V6*&d?IG^`s947bdG3Y9VkAT}Vbtd67s18>mFJSft$=sG1IA2^gQRNs8*Lmx7mg z$UghSDJU+NvE6J6Xow@OmxGsy|9S#WC>}oo zB1zz|L(FP4MlSgn0_XO_Cyf!9Phj3n(M?eFtpOsL<~31qdM$X3^WD}lTkrNMa2s`Q zs+OzIMB1{M@*&S=xNbZz-`qp5XY`=d?N|r20gRWp*9@)9jo=MVPd71JFSHqmlbDLN zQGC3UE456t@D+B7mbEtg^bDM%fhCr$ zQv0WwyI`@?iuc`&9C);}_E`FI@kYzms<{3Vf<3HPhBNOTE8@NaPNUCSqb<7+SelBq zL8-bQh_4T~j1lY$X!98MG%3T?y#-MFuehbMF>sd!x(R#&WK#Uo+Qv>vI;0%){ zcT&0P1b8gPw@1J1B#UVoig9&Hq(wWZ?&`EiGdie#>J0FEy3j#2*Jpv&Ws>F9ccR>( zqw1;7iSn+Fs=xjo_{haN2)KSXv}}KX0C9sO&g-ck!9UR9Zfc7<53EL;ryHecad*|( z?*h!+XpO-HmGP6f!4S{|)Zi102z?QPpHL#kV6#2cJK-EvNMdlU9;&e(Xv$oMF#^Wg z`UZYoS>UKVQ)8$m;#5*uQp{J>;rMfHFsJB|IegVeN-QKF9?H)z;QSs`&SPto< z+NfW}@<1O|Nk0JMnz^Ta;PY?bRTR`0@AD8?jaGbO_|o9M+_8HEfs3>8_*fX5i6U{E zqwu6oYMy?=sAze6v?QO3cxGo+S^r^)hjvhD`cI2@cU1lKUtp{r;d8k3-;pT5hNpB6ObhvXP6gC-x~maLW4fpk zT8kCmG2lft`=LkVfS?lP^+PCKfcxoEKV(%`;6$p`AMNzQjEV~>ylD}Uid$T!5>DAKA)H&n+lMkL8KKGz<|8y_farfzGvv!86rNY1yXi^4hze=KUAVZB%m4TJ0^3=z|%nN39$R zC+gOMWg?x)MmxGT5C=5XcuUP!bwqqE2a!})uoc14 z_Z4i%NEY$#ktl!~0FRKzC^cB80RJP_Vi0Q$Axxp~Mxk-v2soP}MkAIQi>ukA;ct`w zbQP+aLePX7kHJ_;GoTAC9)mKkIdB@CAET0V3m{&t%vdy}TUxwktV*WLDay1>l+7ol zTeBRgj>k9M@MpAv08NBKh1lkQHtRvw26v0(pY_uu2S*OIgAn-}5jD?Yv}fmQX~lR9 zDRuyJie{PF5kI^Ny#w7GuV(n!I~A}rI>R6<+dI+o394%0*l5gvc7d=nZ9eEyR&^EZ zI#Dgt-55Qs{es=Wcrxxz>8X2Ia_k^(Oy?%4P}Ni1*e0VN+sm@UwyWqsdnye7@y5L& zkT*{CB)3e=UAwh3iqO)@NGp9{)f;#Ag}Mgoz81eZlv}4kFilan5%>W8m?>w9YM}Z9 zkI`3CR4Y9Ih!5aBRkhXwEl!_`p4A|WaS?O09&E9-w=mr@w3~)b<`8fq-^hScavEA2 z8EnS(ux^g>YN*(qorY#=rsbsQbX83cvpBve)(Z@`craLHiF)32RbOWVk@n_O0!f&pXp9LmYFl0def=@EET6_ z!k9y=W+CF=0=nYdiGeO<-duD0He{%vD-asb?|>^6&cCt9mC^}C)hq}T2uG+ys&|1k zDCt8LPOk_9H}B<}`>Xc_*MF$Gs1JZsspvwLIB_;3UV!^Uyr3xre>Jg#s@YIXv8M5@ z_n23z-M=UPYh_JvjEg~e$|ta4o;sAb2UQBs0fytRQkXf1pW^fnI)$*WgEwTgz+n?3 z(vk=EADErRHI8+KZ`ba8QsP_*Skr}wiCjSm{^tu(56lxY!d!;D7r{Iq=Bdlw+Lu>Ox%aJ~o0lh-U#UG;}RESq&%tTyX~ zV0;TXvuTkfzq=TXtHl=kFHsT363^V=fj+e2d-QlRm!J)^6qZYzh5LJc*cQHM2|ndA zOX^<59%M4ooh2&VSOL9U?L(E9BF(LYd<7RaUNq?hj^}l`XnBb{jEz;OHM1fEroIsA!_}&svDGtorMn+Re1r*$ zZ4htuw8ljGeWY63w$qM}&?DIa`F5)WRy&y~>SOhe+67!f`##3#*KXh{s{V=EtM&*! z`veWeFM$a(Xbr~T_KNhQHJG{j3b=xbt>x|=a0z9sRh`v-Q8>Oc@mXRLrYQK7urfHO<4A!Ab7n5^VB8}5 zo(?VkAD)Hhx^D~e{69{m%$@w<|7X~~^~`;Yk=K2bZAIu24uUDtB6Ucbc@$5EP3sC? z42St=4m%vWi3h0KxZGoAgKE zK^neZ^*7FY(y2*^(M9W3i3J-l>2Lvd=S5BbWFa2|agkjVw^G-5sHsch#nKI`vAQgH ze*+Tl6~WpY)qKCJKn~17d~f3#3=){Do;0MNy;Pw6Iwbi+b!=S%f3Zes>6vN6v&;w3`W1g%{_}fyG}pfB3FN<9i8#JFRwzFez4WbEdL8-H#hZ#Y$5yur;raKx z{{d@MigGdF$*rn{`V)c-y0I0N{a@^rCmn09L+!@jp0eDhZTrR<*->%!e_+S&^f&%B zpNS%th2me%8~mb4nVD%BI7KuyBL#b2Q?s*qTTCTb$gWqe)uQ5@p`grjF1{{d=5sj5 zWB69!D&`9qYN0yg$m4lfuIzBij^!B#A||>6L^4gBLzrN0tzSwoqyjNsdD6HYYKZaL zlkV?8<;~}s9;Be1DE(}}ZwnT_juM6enWQd$Tscfant|o{Q(~`fR@!jW4r^9nTYhT} zkXY3g)yn^>zA15>qU@~D{HQj?6Y0?@MhZTOUJo|(y5^1<6IfCgcm}-x_Zjj39i0E; z8DXYFoKu}e+FMJaiV(UMjP{wdNU+vU9u_WP@c*AMgqcO*(zQ@7 z&qn6`rowE+sOdS?qLNv>fRCKHVJy@ptg)90JFsGpOboim(* zRw}Q0-UXC6YSCV?UbR)zcE~yTC6F`N{0d=)58S-T7jg16LkdQwvwC%kva?KIIPmeJ z$9r8oZOwC2lYMCW7pg?=`57MaC45;kB|Wu&R(O6%=LZ)DspBry56dU_?!wqjNs%~q zV+KsuT;T%pO(IZUlO9HReO_?olqPG%NyX;T|;f`4a?saYnOY zgXR`3Eut^jr;PJ@?KTFSOrG> zah|Z#=DirjpSo8CtBRtsZZ8VsP{BH%xCG>G&ZwZm#2EgS>S?P)?|!95+bWaZr^>5v zSX8FSeWbX9 zJetOTjj`ldU|+iWH3sFXiT1Pus?NmS_^cdkPTBk!+oJQ4nw4!O=mx`w4;_wr-YStL zKUZg`P|kP5Nd#`7*<$E_YQ`7Pr911#EmS#7`} z$5a)gqZL0}jv;JE!;qN93r_kdL08uh)mxmLJfSKq zIE6JYMNgt!=nGjNuA{5!G)8Bz2cE>}LqE$c4~tosO!kMMH=Q`CVr&DrY^kUQLNdUr z;tzGew)eVET~uyhFTQbbkXWUiQf1U&pk!NbT6RkLsC1b7(4A9AeM1C`pH_8)GJu`& zm!BWyVFN+>XzV;#fQ90lPAf;bp#@aADaOqvR!z!omWF&)f9UYEV9YkU zlyv7BTn-@&Gc(}`anoYEOI1BgJYcR;%03(hPUF%Y$bvz>Doab!XI}OISB%oPzoz^7UC7OCO}VR@df8Fz(X9w^XBmS=MJA&4|yMf>lJpiLT)RV<33*;IS~s zgIU^$J&LCliLPFH9L!^-px5JpBfM}qwQI1SeF6;muFZ)sG(=QPK$`NkhtkU(F7CdQ z3TjMtYE1H?YrdHMs=L$0T~C1!ak8kjE4BtR)6~=GaZeN6a~g?xIuMVX)62C|zzlHy z6OEZLNO)NqFX1g*vvwczEf{A?aMjz4*1Nw0gg2?Fu9MX)a3A{Rw8ENdL9a6?(BBhG zK7&N@KCmMVK7;D#1K*jl z%1E{ws*JJBD|d1+3_~ncu2c(yJ8C)XFp1BF<$&*1kg>umf8eKNsg$VQ$4ZZ=iwy2~<9I=5YO^8m`xf zKpN|7fmpJ`L0P{ad&<75?OK>l|A^eWj+N;CkI3$y3i_VMIP_-5k&l4Pb9v$=b zz&`ZRd8DBYz>akJJgTCNg8mm&6}<_FQ5HFHax)lXH5b$({W%b^!$Uqbe^P#Wi)EfT z*O!LgtX#G!^ecNgY=FD*MrI$ZpmDDx}KBmZvm^axDTul8gB2n!S z>4J+0`%b~HFJicJm*5j96x+>+KPhzPj`X5Bm(Xe71Ic3Qc?n_v61a>OU&7?>Ue=`& zmoe1+6%gUUnPNWF?lKbEJ`v<{AA9v>)l=`c%;;n5uYpJ**oYYFVtfOG$6yEbDu*|D z^_Rlo00$uYh8AAI0*`}?R`HEX2VxzEoZ7PS3fkE8a2TRPR-QV-XeF|5fkCoqEPtp? z9Ti1*+uX%C2Ii;AoKdf9D$sGyx{jLsEbzFbe8+b{4nXU^c7LjS1IgnYB;Uz< z(2YB)oQv^;Q$@CCB8&mS+|J6$vi}GR4ihUF=UEGeLM)}nleIVPJBxv&gqzBv%mvnf z9Uor7ipEd*+H7OZNCw(3I<+`sv4U|aU+bcku`a`WNrI-X2s$$ruIz#FJ1=^53GMMm z*OXh3{Td|sxl|T?Uxz>f$TsA&g7q(!9k0Ju_rS*}_BNvTJ}{4l+*XbCuRts$+r#1q z;9sp=&IkMJ-`H%mH1tDDuV^5ac@MdZlI*=Z=y5!P^kD%PkJ)S`y5E7=kA4^V>#{W(-PTKP*FFJSP<20bU+eT11z8HRFx(MW%FaVNZ~U{tApWs5l9&8>QTneKKsH#*o2Tl6{OtAuPD~Sq z9E1S7A0PjUB1geIlA1qI)y?WX<4cqKCb(PrKo!%Poq5xy2db6B0p`5X;xB9`3i=I& zn+qfkZ|eLT=E7YqO*vb!F!-id?wZ9x)btkG7DZq_M4cY0X1XX4v3~U_I(+Xx#8L{g z7$il#t<|K(nQ3!Hjgy~CSn}qNurS%pVp)Id4$i@;G+2e>Az1z~rqn$J`#)9-m6xFU z9cxm&1wZ~BwX%=k&%dLn^aYNjpeHKQhHVQ^kWT$X;*5ZVeg!ZzYMceKgiOb@`q|(JXrMcRro=^ z@}MF-P;QomMX=Lx2(viWW;x-czp<)s+Mmixm4|sXE&US<;wo59B)%$w1F896n6nQB z9-_H_sZUiHYY-fV=}JJ%NoM}7Lg~gUjQ$*=r6X~3Ps8B@`^uWG2q=U*A6i8?$yb+A zRe_aQ9OQ^(FEH2tRbkW?lU%jG!;FF`(wj>Bg9PGdbE)cLL_3w_!Y?S5q=0A0aWN1_ zdt1GbqMsYC)bts;O|g(B(wJwMv8*Pz>lr>`oZyL;j!+7Iu1c!vV#a!fSQRfg`Z>OD z!oOOVSu0V@FP>vep@v|+7b-^8%$J7ImFG&+x)*5Z)Pis#?R%jTRBd1-di4SoL>d)+Rqk1S+6nf z&_r*XSa8d0RaZ9wBA}b2aI_HuT4H_$JwP>O;rv|PT{Qz)VKw3+$=#-_>E;k2 zgv(poLTIQ>2dEYhG`Bo%2|Pxdq8w$Yu7?fN;4K}B4!OBBRIOlhklMMqG*GQY=}HNg zOo!11jD-k23|(He1-Egg_;$>Qzmb^az_gAl9W``Fh}j-uP9L21`HguDzH!FD?19+* zItFJ)j?Bu9y64GBt0aBpg6o_^Wkk&E05=W2WraXM$N%z!=Y$#$$xI)Z*7yH(Y;=MH zxu>q=8;`M~U@XWy*Le?5cum;4*f`a{!mhGhI#P>VW)+7(VG z61HZPRo&PZI&bPQ)m>04T|xB_i~{POK*U~mrE%?!#d5H@y#FZS{(?hNh25LsM!vf9?PAbci@_RT%Mg?)zrJ- zSys5-6STD72luC{?z)og1M1?gQ;N?PM@R#l@k7XlYtX5T2a1JL?pmuku$?V&?l9(x zCcSpokt!EF*YbXzpuF~cOJjnEjw-bPoZrG`xj}4+=M-AtEuGR2VJ7iHFJyFP_&85p zPcLHKY?|Py%c;fSMa~bqgxT8~7rExCL)B6U@~D^>QsOe;YO0MjOU80sCFa2CJq_LfERDEK1uDluCn;b|WoW!P5JA#WX2Ik|cgl4pZxB*I=aS{Pi)lRj_AC-9~K_97ejL+Aesbq;9Ep2*w2< zo9q-E5TIMDU4nZ9^fziZa2?Gkr56?3!-zkre(3#Dx->Nn)U9#z&(c60tMQ#mB0_V? z>1j~B_E$&Y;0P@aM)7@2+z~C%t6^XJUDTXkS^aXj2G& zGOK9iFi%14B)SG%fPGR{*TJHN+hvif&p>|K84YKJr5O2+)ma=tpYrHZs~sA{#NR`D z&Z+!^FdCaE5JR+&`Vr>NxxpA;VWU0|qnD!1fmpxRsvP3u0t7uMvz)G?e`2TJbox5R zdv=u5RrN(nU<&t%aC32&P_dC*0}QKy-Mn<5MObovd_!I?KMjvD=eOs z*ENmn-aKd>gm0qFqK#5B`lhFuH=uOgDqL;~a>ml;&+L{qSI}LITi!hDBd%~J{cTv> zqPi9F#qJ1lGBECX=eACl8lo^QTdiFRW0~1t^A{-Gwer>55zc&N+!g%9QWBscZ^8 zW_`&b%+xwk*HT3Vb0blY6cgMRi7Z-N@XttHN0ksvjM9yio8ZhSM2x%Ot|;9=c?jZ0 znbyivuuHV=pu7aPM(gs?-i&BYbF6S}$kTG%!pi0rm$ccq743`7UKpcx z@lb&f{7s8ub(k&6DCeu| zR8r^{lS5}dN8Sw~76fk@H%6J`VQ_(Vj%4iFg?AP`?^_pe=z;*FY035t0NS=aE{j z6j@XI+iFk~Y$Q-MVO4|nx7SG5@8{PlC@M-7vDTKR%&W3n2?NHpo}))H)BDV z-|ea+sYiWX!lx}P_%pDA*$zMa8QRj+`nscP4`UDNldP+&4#3Vdxi=0S`8-*Bs*W(< zr=!V8w4DSWB_r{576&C8=vrO6Fc!$b;dn;PW;d$sM%NplOzR2m zAxVZV*T&#XPzpK&y;w+5DabUbz&Praf}lb_)9~Sg98M88lkN*P_R`a#M&UicN^)3YOvsW#&p4QjZu;g5$x9(p79Ey zI9k{kAsZ@qq_OUzGJ$odViRrD};5u(wxDGKM2g3FuY4Mzz+Xo^oaTF|!{-ertnGUHgmVa<^D#{qlL%4XPs zHlERk*T}?29Mq}Nga_|rA1nHl~%)t zjv8&g5BvA5QsDze8rTZ?Y_{Oaj=G`0eGZr(#XcEx@gt?`93L9C97UIz3kmvst#y>o zyaJl$d>Haj9nGV+TI&ve_5}qj4T3?uSwOAYAkII8nK%@seeDYiD4L64*aBY`(xx`L zmtHJ-)>7Pe+v;?^#BzujqZK1?@LI`s=$S0Fw1S)As_16zbUVLg5WIPXsjd!3eF(p%kiEBzIW=+^QE z2(=Hqj#~9V18qNW7R~6P)7003k9z1V^^M?wp1Onk0pOdD1};RYy*1_x4uTI@adwE2 z+J{t#@A!r)ldC|8U}eh-^-R`a1{U)@Rl0P`%$ z>x&QgBU_;<#AAx(aLJ9Wn9cx zWt%XH>S2WY*)M_FGqyA?=WATTqI4asufTj+vb&%CYC*+o`HENRXg@RquETsyzKyh$p792YiPb%cgxpeDLouF*MS=*ls)xI`ufRTgT zhH-HK=H$XM)5H&#G$@I4hUxBF!Hf?rtxOG`MX!b-P!3=ojUTT28W^y-Q&tDl>>Tak zFkN8*Nopxu8KbZ-Z&IqQia=JF+;LruVHBm~3!sd7e+PY=r2}*^SQhn_rg3pb)+?h+ zuoFw_26VBc?u@?Hx#k`sKGPrLF<ltMk`5C3{MhGsn zKVu8d-G?}1U9%i4A>`P^#mY0rqU@^xQF+U0MMiPzZx03YN95)3Mi>lIfP^AI53p*( zZ5+zPN|1($dMSJ5g6iS<>MV_;$Fr~)n8sm@JObu$YP}Q*o9`O*w^wmGlN&~=<~yt6 zYi+)XgrKSwv?yR>Iy(+2Fd7&_MaS!86$30!?Z>0miv@M6oPk)C9}>bIzbL-{u1|EdS)LG-ubp&i}8g)KUNA%BTxhZ$cc22ho*Dy4-?k8aF5;!LBYX znTU$Ep5R%=`oIu!nS^nbWMG^xwM@aZa;r&5`wgh~BwbdgK;FQYCik!fakg$Cv11sG z=;S1wq#Hxj$cp18K#5~-YB5;{+nQ45WK@35Aa06V*?9BSzR9|r(cFr38N8#qxcm@( zMd&oA&?y*EZYkJh3If-PUDE6+D12KB?wEo$e;Z&Ux-|vE(`|uuspeFS#kLd7nTn*+ zUU1`7y_t=s0x*HYZ5K=H^Eo zbZWY8qPsF$FW60_^=IH2-37>-#!fd=7GcW-3;@k)@=~=Sr81TsMao$fcjC`Y#rif z&vClhh~qfT5ioE#a(pScjq64=68tu`nXRk%qO;A#5qGw8(uZdB4>L!>ax>kSrQg!# zXmBH{HxI@37+@Z?drxO#+7En(N-sbscbtg*-$!v^9}nhmwn5cqPJn@*IiBA=kk-Gi z_XJFYIX?ne$(RIzM8HHV0w%*e$@;WYfK4fV5oVRAveY+sa#wl7MnsErb3glZNZ-WD z3>d_t>FiNOJ_$6^ccxQ=EzP&^!{M2UIB4z?MAhf$t=fDWlFl?NSBDzLJG3ts-Qrmg zy+g(4A#&{Rg83QM_>JC!fqi(_dZVDZdRxHzFz3G!D;Xa^AOU&bdZXDee_*}Q9AFPR zG*36vb6IL7##~@|y0-`&m3hEyYC0d$^}#&M!Oa(|CW}$UFJLQgT5$=Bq{8Q;1|+ug zl?GMc#TftnFyC$4_=Ujy!50pEIsEay>-w2F?Xw4BT>^G`56vjB!2*LWF}NU%ZqL(U zuGmqr$a+{+ZTiyg`MSGdEasdP%=IHpT%wCn0)EsIs4ce2<(^B>DPAf;=(2!Q$TILI zN+1k_8_Q|i5)6E-fM~fD6D!3Q!&}(*xC+U5uxmMMo?$gCaB%Tb6pZFaqI8^eQ^WX} za+YF-_Y;UdwxVqfBi&nyZo*n%Hg)+>&sFPyA@u$-JnmCq9Ai^k9R0LRCpnBfh|p0O zv=I4pJ(wehW#$I_aD!?+?OUi@;VxISf9mT^kZ!b|wiy_Q{rl*ud=5;c;N>WL%`M=D z6!@WzS6>J|{t!*Xt-$M4e<2F#ZREZPh3a-lwo&axmF&67=-w*i-(8S| zQR~&Zk~VjPQJD+x0q4=Qk9CUrQt;Hr2-IFiP2+~5RQ?Lwhz5S9Td94bvE>syY(KC$ zEzi?c4C8CAs)M;M@KoPG{xz8&ArJ?EcPRQJv`!BSUi(B>ahQj|m?OIWiH>lXhha$Y z5ra05h}Ok5D006Qyt)>Rf}_AZs<>A7RmXtM$!9&1!EwPR>oKZzLKJ4N)lJk%pdV$f z(;w%ptL^N5O^9IO=<2XM9CQ->c`A2+TS}Ws%In* z;EQgUd6uWFrYadn1^}KAHhFRMjjeD z=Yh@1_Y1_Wc>#QY#;-?j=O-tDqrwQah#VO-(57zkk8N z!OUe1yJjWhHh#p1TUJ?f2j<&W4!a9HK%+M59{LxST4A{dTutelFj{k8aQ`Mf%+LNS zn1dzd~V?9#*3Gr=35;*&fV7bQN^?bQo*L1{ZMPWuvgpZ0zRg;y+HuoE7<7UBKRbY*Q8 z^5Y?t);o1&!{$ei_t~9ueR(@koEfmR(cYbC57~h|=({|0ButSeZA4EudKU&;70h{5 zdLy2!feCbRJ=#(Zk;ZS<-L&ZfzE9RHjjQmy4Z57&DC|ewztD-g2xNu*WIe?uPF_XD z?eeX{&sgTf3|Zxo#O$6qy-$q zu=%DfRC}_(kH%j$%2oCPhaeufmCP=9NUnWGR%*Yr);Vc8X^jTzXPU=tmU}q4`=Cc%S~>t^*AtghqXd zI;tE*A$0mn%ypaP#k$f?9c&mCsM21{mQ{qPf}eD-LxDZ$_D=M$!YnBtdr%1&VkuMx zVu8Xo-M}!y>Cs+YOGiKyjue8$iMhR!U1@fPtCvy5j}KG`;%>aASzn>eP!(!b#1kE9 zA$uJqj;)qvG??F53aA(uV0}5m#E?={nACG$1@vZK( zl{0tZVPK8w&g4_|8@;4d0tEaG**$9+i4e%s5}c{01_X(cdUQ<-kp@&P;5n+hU56r> zqK%ww<`yeY|oTClfF*}_M zOtd~^1K>fLe+bn?iYNr^fI>r&wmppQR3qR?YPAbvc4lMY(A_*c*982O9_)rnQ_)_3 z7)|JAB2C_dRz!1P9%b#p*uL2U{0&_`jEcUcV0a^Y1KkRULzDP`CvCPCb-#UlynP$i zDPqk+w*3~fkZr~C=01(F&vxKMKK;;}HYC_R!rR0A)S2%P+j8CrUn8E8llgB=YIJ}W zR?xm4gycG8E>>S&xTQS`$D(gwc7#<2I&&1u%Q^wEyry+O*U~r!vQVMD^-JNN;_uOKG#42>KmBMbRDDnR*?^oJbEw!#b|7Cpf}l)l0N{9l~20sbBI;m&tek`@JN`GJoeRWdz zR0Bl!@gWq}1A#rL;$dAeWRU1OM+Xr-JORXefzwknv(ozV1Z7ET{o2LTox4WiR{v-) z++bt_hkNa(6r40mZq=H zpfbq@=0DK?EUK;?QNvS)s1d+E^yCO!j1(OHEhalg2^K%ft@P2NyydK(YwJT@j$!nD zEF`1pM1Bab%n+A{}rJb@^0aBl0_e@^BguuWX<%#=9`ciES*U$1QLSe*Rsz zxTg3=EZlq#7VlEo3t0W}z9`Gxj<4jz0nC z3hwzyH}=Z~a;QgQHrtp7gU2K+?auY%!}V+8U>ctL>v0j0z5v*qe!QqteaPu10%fE5 zAq+f5Pt@X)u8Wz!f|iS%mJ8|PCEcj7eQ~}e4Zf@w8YnvakD*#x4)J+vctuyWU8Rv% zu%;q}u3yoeY^5pjs_u+`=3Ui|@XzI|It%}_zNS0cGHBg3T??i=*K`_=PilT0y{PuI z@VZVm>?U2k4j0cT^aiAl>2wU@arO;86RktPoBEY)Gx`3khuGH8^q+Ot!o1+b+=fu# zzMh};*S14^z$~i5TY54y+uYW%wktIAwjOHxnf|)1V+;)LwJfeG()}ga1a|77uB-OK z^?llKN4Kyoq}g|o-SU$@5_;3wSIA^H#mSipYWW-Cd!vj@xk?_-(7VMzH)7DggBkHElc zhw0&c-Pd7!%T5mEZhm21IeYR~6nsY^`_^jX*&kpI`xxtBGX8;XtdE0_S+(#9L9%^> z1tn`ApksCt0y(mYtEC5)9wq2BWgmGWg(@ zEc<;}@_TTT$ov%s*1k^z|3X|n0K)&_f9rSkZ{QGDdV7#PML)FUbJk)|zVAQUPd$R* z22K740|k$Pv9$LeEZ_TGq#nKSPt@4`#yk2Hp#v>-PFj7;#s` zyM=KU(O=*Yn*Cf4(|=no94~ZB{g1_RZ$Rb?)Je}Q!SNU9g+B*Zr+}9zYF_|DsP#(> z^u7dkqqQ$lU%dj3riU+)7GDDwQ{XEs8sT#}u2AYLjAPq?#XJ^7VduIbNMFA~OxP_> zd5s+tCU^sFevMX>0&b%ludy^m191$$%&a?DJioQ0hH_!u`Ewl6$`y2F{t-tHU6^H- zrdtv4eUzX1Jr{ES0(oVU&GG*jI}i9Oimv~2@7>v%4XFe|dZ7mbB!mz`2?@OudM|+l z2qg(2bm@vnhX_Zd7Znf?Y$$>>3q=I1NVlL^35tq<@c+%(dqePjp8xyu`Q-AQGiPRZ zXJ@CLnK>rBwHI}A%5B1j@vc+8BYYX(amm@j5BLVPG-MUw5B!$awGz)uBS4D-=)nwQ zrdiJB{(+*SpED2+t{(KoI@;&QUs@R6GQ46-n8CF_B3PR zkCWuyzJr4tGJK>-k-joe)YMXH;43SewKxJA>?^K~B0On)k!YJ2IHWhl?NIpBRnVA5@GwrKsH1xs%r%?~?gb=z{6UU8a_{%OL5rWOM z#b34$s1IxkLsQRvM^jh5F9+XZaDc2JlC%QV3y@Vs1K=y<=Y{6-%m5iJlHndhTLO@z z4T0rG(^arY0XL-d7Ra%Oj<_Txm6P>kBUX@n*5|5BBY?`5lV1K03ml^{6dKVh>;Qc~h?wgZ(0A-1V5QkqWJ*bUjewP>(=~!+Fcgc##GnAD-8V zj{8Y;IMP{gsk}@Q&4EQ!u>!J43zlj$TLSGo)!%GoGqO^1(Hh)~(rUxdA|*)H6>Z>N zNn?X#L(vvEi?#>JYGLhwy2RvzFWSSwO+ziks#P4eC5;Z?_8~Oon6nWT<-1}?p9|ov zt^Hz+j_`Zjy@C9miZVN_69l@aSaOy|X9zgTPLvQV8;LG(cc$6;Ap6IILkhAzVcd&`1g4 zGTt$e(!x-JV3~NLbPlrBUkit!=wR?59d}!Eh(j6Q!9Gp;37{|CsD_Vu9%Gg22=*lK zG7YaTM~L~1A6J*-&8L9KcpYlUG;;y?sSx|f<%KLqs_OzS-ac}kS)0FtSSQ;mx)&!0nyYQ;>^azNd`$_5!V1RaZLYNi zyiv+Ja6a9rEpf~WFo&AeK{>Jkh%9t^1lH0XtRuULjaooKb%C20$JUio&CNhO?Cg4| z&^VuLVZUbaa*TK$c!74uqd<58Xn&KD{CUv&#(14CLb{)tB*;9m7064K`-yG9IlRD8 z8r!v4(&>C-pfq069)h#vy+*RO*a7zobT|pKg7@p8;NA)MBi)w=NfM@TyCB|4nTe== zU)CBMX@8)_Yy zpl@iTn1(V(>;+yX-z1snd^v=hdgfaYf%WOA4fiqIIZ#&+ILWZgco=K6&KWbNS5Ee% z{JerfJsDlH!Xwsr8$ssa0cB^gUx%jh4di3y0Xx!VpQ0Xrxq-~}eFuVa8!>vLGk04$ z-9UDb#z6?*u|LXR90B4GhhN%I=KCHlt=>ed$5Mk7Sy3E;$6@N0A}5QZz>{=3Mdpil zfph4i5xCmGMtJ!5v|CVGysS<$8_59rsgX>r@;*!LThMt}+pzb{&&n*s9^H6K{eT^4 z_HUSYxcU!HYHryB_4AoVG7MXmet@9Z5}wz*>!MTV4QxDc3}U@I0iUYuIf=kW8pk0& zW|zk&Y}DhpCmBnXcptKWGs}rISz9?zL7?MXKHeE(e}M-pE0casla@3-g6Anu5r$*S zPiy5udZ(F;G0%Wc+ZQ}*qrTwBz+)klc14C!yENI%{KOWZERLjEX=vKLl7@QWQ%K*( zY>WGRH-m!G(L5=}KGaU^OW*NNl!~82r4j8)m+9sg8V%}jz|~SZ&%uEj7kdvh7GHwT z(X8gOg*eZ6tT{@W3%16_3C_y?9dh#~+CCdUd7Hrf8wE+wUjl)*AN_|11-^U`Gx~hOe@*c z{1*HTjJovkZIfHcUcT2Lm|4=kw2yF~nI5~jBP82 zieG^>X<1u2TiyWbe(&We61!haMAM~ZI~gvDA-+M`?c_-FrbeB3kqunGf%R9*yYT$3 zgThfpOZ8>~?%hov9#(1Gg3s?*ynqJFAHbTF)n3jOe*%5!=k{os`~}28TpeV0ahnx3 zb&zr5Z&vuE0~%R(fQ=}&Bk(R`<_k!k6&+0Hsp-!@$a4`CI#-*K%!#m54!o|3^GddUs5IF;{FNPX+K@Uf0 z0p)eUeVf2Wgv~tq2+3G81DR3*FH=E=Y%eUJFCET6J>dm>pMtw0_Oie=l+zVm7H{Bo zdbum!mk)3Vxw^?G9lo@%o6Hq{koeO5Zn!sp;QQ38J35E~EZy22_f}3z`QFM?cn{=< zK=vEb1NT;*L%h=ifh({ysHf~Df*8m3MBs`*6yj%lqI($(hVkJL^k705tMrn&W~kP1 zw-ULUe!CZ1iD8h2hEna`h&dd*hT?jovWNg8y>E=fC;xDRjh(&mVMOW>biOyboKZku zs@q5Q6VZ%I`pDiQh7re$hmfnUZ0uVJZm#QfAs%FRzjQHzm89^|MXJ`&g_yI7N3}A| z?kj8iSA|>4bV!{m?E^@PGtm9M)K}IL)!_F&`Se2tUmb{}TJ+g6`Tb;hY{9ABd|t+y zezHcjShxqcYZ84;y*+4;yo{X5*<;4Xfb|sPm~2YuAG(Q z$pEunDZz0FL?VZ{G6>0EpV50T-gA-%!vg#2$FXl4TcI|9#~Kr-#ShDd)ewq|GuzhurQW{Sp8`)ssE?jXE*jweV!N@Iw%mwp$zyujpXnJxv`9sVJ4MB`}=YI9bjDFpg77>@_W z(>-yo|KDSMWulQ{#~(FZDw12A*kud{_+-RIqwAR(>q`CC^_11~ z)cJSf$Z%IWE}~PGEqt5nTZE&GmR2n~Y(xg=-QhC}vJ0@SW(x?Lhm!vwM~EX%dj>!B zY@#oST+q_i(GxwkPR;+J<7x$+l1sLRgD=@Clx82pjx8C|B}-qm4HR03^2}_@w(gL8 zN>Do;@_D>KE&boqGr?#Ny>_AYB8-5#Shlh3apg)YXP@?l*`viK$tG2iG?`A#BG`doe_3FwP1JnC~o42ZzWiDMlAa^mBOfw;mYo zj+QHIjWhGLNdl4;Tkw~Dhs`GpAD&I=6<`OC?5%2Kl!^iY%3%JRryWaj631820E3hw zM6jbIv{?(UtSchWdDC+b|0RM^|1knb4Z2d@2>MsNGTPM*F_!+^oZTVd*QI?TIWj-{ z){xbEK-N9fZcTY#!04paL3xw+7H0r|RR7N2UJtYPf4qFSt0yAVd5m*PFVCg5)V_30 z_oWkz-jHbp{rLKZ(NpAC5QG0Y^>GxS47Qhz_W75t?qIl&Pr&{Z_dz#LuKJ$Cq>sL?F+{Xbgfw@2{$brPCt8 z-p=>jN|!fPA1-|&5gbL_;8J0oL*U>Kd9eFKj{H!S3(163`*@z;le+(ou`I`E4Ats( z?J$f(@Y=eI5JVjzkb$*m+Vy zS2yk;|3fzidb;${x=<_A1b=oJK+Wd58qjNvWvFzHf(9B_{v*)$9}OO5C)^l~p*rEr zv5eendwB%Lt#Wk;o&k%bWhVLyshgzb*KRB}z|dVvBM<($b}acCL*1iLF@DZ*I;dwE zW-#p@A;V0g0K#!}c&uzI#xv^nUz0+O_|tcA)zoUmgRFqMt^gi#1(iDDByfuJ?jvXx`oa)fGTR zqh*ww0WW! zD@Tc^fLQOWaRDo&Eb14wnhxb&& zT}PSAAXtj}QSaAqdz@S>mTLhmD3ERB3RZSfvp4MSekA#gmr+4Q5bIa0y^W{wqbFvI zsO5N!Bd&yV1??V>sh3qi#LUB5e^r*j%1Myu1kT7ue02-aYj_3{q8^3l(mc!foW|#X zuz4xO1FZ%wrNjw%b8CQhw<4O(%#c3Ou-KcJgJz*?EqwG1X$@l?esp$O8%pDzcZ9E+ zh(6MKEu$?Hyd5;}4lJ? z{AJMe$#TBA1@5O^bnp{b1l5>=F4Xg$cw%Yg6xrN-fg__!Q)D~&BD0g$jdg@jhiTHk zqH8Ne`j)kqu?;_3e=CihDt{B(fk$Ze6S5wKOvez#OK|IV)(WHUhb}p+Ra0evujk>7 z9q@gLHcpqL#ZJb68JO$ZRT2g>ygy4n>NHDdzLz21wRg%4S=k|Xvx<|_!xRtZ1Z$m2 z6##@lSNj`JrYO#-T=N!3EybXMbn$AV%ct7KFbCJ;xFn&8% zb~KH5z%{5#1U5fC$hbU0v=WCHFGS$5v%`$3ks>4X2v9#vMU+R*qj2yG)>7J26RjzC zdRC=Hk7J7VUC58pw#VfH@gDFcYWRd~Dc%S2`&cJG0O}mfUwyNAD3Fi2B|OA7WuB}U zbQ}_WN$q2tz>f}e9A_HJIpQSHwfC7PrQrzv5bV)&o`QpK?L)M+4;dAT4xO$@SLaI~ z^CS42;*wpQ1|FlJr{sI$3=j%WVJ`73qt^miMScv_w>P*uG8$4^ROpze_Z8R2iw(uO z)5a%I_}Jb1`qZt=&yqFd!@9#os2+Tgs>kxb&YVTN3Ybhphet>{z@KV{({1LdVfBdDw-U>Q2k~2W^cghOL@yN+fWQdYIGg0 zzjJLm^v801$u}V_wo9I6HLwp!@(LMm{>G|BgDm#x6O_wNw?_HWHwT5}_nEy8%- zAK+VdP5-AxJ6HY1(xM`{N!(^^^fZQ9{$_mkX}Mh7VXV7SJ}vGt9$P7wh4X21Pck7N!^~4LxckQ z(%$D#a9KcX%D!55GrfTJn6Pbc_55m7@?|0PqS>FJ@qm-CFeY8jQ5G$2Zx-KPjn;?{ zV~aI%oaw7EOrPNqL}%7uz|#+c%XD)MYAJspYW@5(h{XR#0|rt*82(|d0El&)QG1Wa zaHmlY5Q+JV09v+votGKOrB z)kQGyB(>Tg>zW}zJX@XTWgO{IHxUW}jx*YT20<8O%tj3Ig)`3Fh%X}oIG-Ge4(wDE z$^2lW>@K5#Iu|F5^^EjS+a!HNG{jLlnXuiI)>ui$H_2q0zX=VgKD%Tv3_>7|u{Ek_ zjY1l}8F{lRxJsD4*L5|`)O8nHA4YZXWj%*!)&RwX*-gP%oAsQJs0p4&hquTPW-Xxo zbj?H@xE2*WkEf~48fTtIo39R|?+a)-)MdngZxu6MBPMD)k^ups*KFz$5~z(6|@%Fc{;y7h%1S1e{0LUX;T`1IA8UF-4aQtVMoj zkPAQAirTOtdsW?rqB(`Vx@?n$E@z`Ky4oBWrg5g>Z#ISp1YI+YW@Zzcn-4V_iKbxQ zCkeYSGaejjG!)H%gXrE+qvp&sjVMbzorD9IZgWF2TWhvwT5cv|#&I;vkrVL^|)?l|2ncSO$~ ztsCktkUIeSJiJR;i+=^vy{py*+1V}fdSs3t-6?yl?)Z2*r5vIqLJV@y!MCu2u@$&4 z)f#5B6s;KxhZ!l-Xah!i@iux`n(I%wSw@J8HQL&8ZoLl5GU|zT5LBV#+t7G!<2F z@2~@K9<|smM~aTX`LuhxoFqB{Yf;=wXccy5>5`W)W6=d@*GcZOHEIXGqYOy9Q1T9# zeRKsPH(kAs3ZWag3Vpl-CLi5_^GWT*WJwR;EXvu5;-DuGu{Db}P_Mrs4PVdBgT3I< z)BQx=yI>K}TMP785pDLd17Qnk4&+tE)fW;^7gzi86iPp>hQutReeDg{A`)Hw;m{?G z_U((3#yLQ%UBkptf4aE~RtW>)9uUTT>_HmcU*cfqX)j|2WeDSrmt}o3la=i;n!jI` zkB1M1;F0KuLBP=u#eCLsM{|({!7#eITOJ9{2I`7W--~m&R@AqfjqOmjIb({h7=h*p z2!|sXFmy=%ugHRmBTEO#@dO#EZ#}eVcXB0j6l6K}?T-d_q5H3(NFD>kOW|pR)7MdV zu6Y%u&R8AZwveamucDaGg#xL{DU7v&gBK?5vyFw2F5sN+Tok4^6XDHx18Cn)ZK}K&zKg=_!_$^< zRK@#I7B2-JqnXXsAh8U%gT8LAs)*%`Wm~8kjun)6K-R`-LzxFK1OGI8G=zs($(Y?j z4HK&vPqk2WofKBG*vX4Nnrv2(#xwARxMfRK)qEEGkx6`-&94WL($CqRc`a44V>LB- z2crXPIJTEss+wXgtAFl`NfG!KibmACz(C zHt<$=ox2^pL+|Al7~C?i%Y;H4{;HSnxVN)-No%^xfgRwU6n#j-sB9+~yYldU+WBpi zU&UPz=nqNo2x9<8A;7(E?5wJo z?}G7Suz0wwS3}rAy$AQZVHD9tp@RwDL{mDeO5y|HHX7aqZ~GW<07V^^`=X8mA1QQC zK){8r_DRv3xg^u>Jq{s_lMtM6r%&f2^0xR8f-2PED8?vG0ejNYqnK9yh^5~hMLl^M zIG+;Vm3ihFAihsn;MsMb)va)haTdZe?sxSucnAIcE+)!9(Yo&8t%2`hVDM82K5=Ka z&ouKVZGQf!URlb&E|f2pRPqrYU%>Zscc62c-52_jBUt%98s6uDUFhojXlh*m&ZDj$ z;A^=E#KMd9Xt>e74^S0ff?z)V`hgrPE^~+>$1qlQg+rV^h8w;L#301RzufhDi{t3= ze+A)H8gg9D5?=$W(6!@8sBeJtDfR@c9liy2p=Bq~RK5nBM?asyOzd~85OxxMo9|g+ z=1CL)*I9vQhJQMV!u1F3Hpr)&$Tf{0;kZl-KZJ?kPr&(f^h22`eg<}-*i)ET|Hamh z{0TSkE4T`sIwhNk8?5a65eCo))DOS0ZuQd$_B-R~)37GE1@xt6 zS75z(`ZTOx{(!rSZl(4${{(uH?(s87y1yWpN4NJIb;NC86#aAtMdshYel+B)91wg5 zs6U=Q_}_UKKm76BDOHc(gYd4q9={td>XH9shZl9JpoDJrc!gn_(DhI0Snhjb`G=N$ z3@h{paNp-@-7FK%sL$k$juIC6e*!yW2ZU>NKPAd^0+CB$Xx<9V2Ha6NPbZs3i9ES{ zkGu)PMs~~@k5w4hM@+!S2tU8L_ER))q#cM&TDjAG;!_waC`e_vXCPcU zEv>bWB0s~OdV#HQZH#M{wGmsUt*RmbWRmFv_71m~*!bGa7P5X?r;tW{ z4znnKu%BBez~>TbW1i029wxRs~9IR?W*{{l%vWpo8#Jh^`gI>&%FEM%@4gs1@ z{&k#oFFE);%mpGK3`avv+a$F(4};)H2ymx6&&xF5C>_FMLRVSa#06LAkv*9Q|9Q@% z(1?agl$~@jjMV9Z9BWpxV>xs|wlpi->~#^{-6~*3jV{V;vnmi*e*Plt9ILT-&qmY$ zahGsc)wNrcbnmbaMGafhc`Ixpwq1h#NGt?v>HZ~HTh;`6o?*phj1tt+%JkP|d^B;a zhL0vo)&}Yh@Wb)_53k@_bs(-CUdk5j?iJWX)`hgSLH@NclA3o_ru)Y0(4L8tSjyC< z<@p6L+PioagUJc-jd#EHdN%8<;hR`GRE<)hp85*rAoby!=nj>{%m(2NfH0Z-8f~Iv z;95ed6hgUQV^pOf+_>49-(W`Ni?6X9AO!-&hy0k0O8jPt#^Cj~1xv+mrN3wb_W+9f zRt^_UfoqArl{sdr9m2c@`|xI9Bstp~=3m3m;ihY7|E00=N7wMa(rx9G?_iJATr1O# z?@(B_U=9E8<#4m5t?}6Rc%!XYqxgFm`?UrlM>V;Qen=bEMz5?AExiuQo3^ZWt_Y0kz(mY40z1FMWV8573swK7GMX3{LA_wv*1>fUUUi4Oz*j-~W^kydj7C z^oKkWP40i|5BQ&Qt#1zGc;&!MMls)=GSa5VYVQpx5JAPS_8wNyRy5#E3l_jOH5Y>QDzPbU6{MZ zIpXMMu`J(VM5$1^d4uK_LJb=;AuGH4u!20>rk5iaUj#3=K}72bxxFQfpF`f30G$Kx@2NQE3UGrDTd=G zKwKD3+kVGT-$d|E^1g*u#UvdP>jCCsDbmba7+jdF{X*!$C9EeyXfOKk7G_ANXf?WX z3!leS4jlUj;+Y1VLyP`Eo9Z#(Eqm5?IuOT%{0Y0j8H_LdiDA{5zzTuduC<*x3yjL6 z(_d()%?8g3w|khc{)Kkf90*`}>6sS{5pyBH;+fm{jvfbIrnR@RIN=E$j;`Fs9nE8@ z@82+je-fA*LRW9g8qzr*4m1QjlbIGR`5VJ{PeD4Lw*8Iv&;rI^{>Jd)LapmQ^biYS z%Tnh%SeUX1(uG_hiNzWTx=nnICE&Nv#^I0bX`C^^Hr2&kidPtYnqG|Hy1< ztO8>ceA*o>UiNN^@k7!AYS2_Bqc;kM&3MXvB%$#v90Mrjf$TNpIiR-5*Y}F-$~N&M z{$&$is;jq}qj5hP)O8lOC+WNAXAi@chv{Q-M&#-RVfEmHK|R`2h+?qVUxnf1cj zHuSO|!st+dL(#U84osdOHv*INRu608t2H>;5IO>XP5#RV%{DD`_MVKdvaZxEX;TqT z;ZgXo5ST;D@1kT(aVVb%k8#`o?ejL*BX%VG;d=tTZkz1}`9?Sz(UT6_wiVlX7z zJ147fB(QBZcE>4;HcqScvAiI-)m@*tQ zSB9yMVke~ktQ>8=_ z*Xene$`E^jD9Bvsr@zTq!$7U|7GrNiC5e5&rSx4@wb*kB z)!IC6D_~qP#XJEvl_ziv*M8Kj8rq<`9*m1MPC`NNc%d_j?!M`7-Cj^)8{_C!d0s9) z_3_j-8Fn;>e3YN~PzR!QQdJeF7>@zXk2oqjsZN9IQnXTGqG9~tdPyaxJytc(zzbV( z%v5TWI1BDczbZAv{1}L(?JWKTe3Xt_DocC{+(U6*D&PDJh=uU)T56d2IT%*T_h4U6 za|fVs{Q`oA7fdXD!E^A!P8Hryi25O}FX7P7`2bb8^E@2fP5m<5-p}d+1n2Ft{-O>= z$=+zhTw)vrG%vG)UK$o-UIF7CZZ<%}{c=B9z4lcW*lCGNuvK@v@tttCQFd0T;`J*X z9iB8;H8;No*EVd+&ln#SZ+-&-ilW{=YO?t)$47TU)D)j<%c35bt!nVx#kM#`m^ z2>%SfpGcNdgT*f#Vstq*N&L$AeK|E=+yHvf;6RL876WV2$v`zu-UMRatZ2xE5Q-1R zPP${tt8nu-NNGr$LcW*jhHE-FBV|ZiCKWrY`#&}ZvshMJeRDJmuP*23!HVC1H zPhbJ|;L6VGm^meHLZNXR-hbJz>~D?qRuHPpJB(#3B9Gl=oLW)kiF?3wdqfa84(yK%{*hE-5u# zS}}r_#9-jg0B@mQ;cBEQfLQ33R!MabCU~b^CP*!&aj_^K6!3A{5vyhh3%Hc()>K1; z7qAgc4pjrqvKkGYmy@b_Yh`zXTHlt=$$DROe5~DZE~tINQx@GkfjKiDtxI24Q>{#2 zAWF35*Rd^>pUu3F_^|4#y6}hKlzm$Pz?pPETn!cFfV(I=0yhu{gl!x@T6yp|3W&s0 zRshbWevzuR2m)TF=Oa~9QIV0$z+j*+g+-~pB7|{Dl8H zM%ZS0wW2Z184dwfwM3)zizwyyf%c1JKcSO43OJt@$KbTpXvQyMR4oz1C@ZN%Q3-gN zi)v9B2t)5m3MV0Hsh=*j>nmqfICQ1L_GjF3#_}~BP*4r>suA{>@_`mIR8)sx9!;sN zuwt?Xcz>8}1hT&i24`X+*g;=)K@C$Ah+b3%3hG+GC*0>g#DRBHUWTgYTN_w15Ku=S zoD)f>GE{j{2OhP_QGoIV#}Hzwrz_&C3*kt6|HXJl-j(~q4lw)JuopW#;cP%f@$Hot zOcN4VVMSL|zx6a$q=oP9%Z1>2o*giUv9) zwd#gCG?{T~H`P!yWZc_LrHd5cLi(p0-asSZTKf$&2JWEN-BAr2O<2rtqbVca24>Du z!S?WQ9nlP&N}Y01uAS+w(#$ltZ#(FxV_2qLuZLTbkUOC%X_M5vlS2{1^cS1YSP)-4inu|MTs`x)}_L9 z+rxc6+-{P*5{K(`fB?OKo@%J0BW3i$JLv>TM-EaHU(KHmrdrro!{}^F_3Mi|iXC@kpVaF3eeTh*%e%}8#Ess6-e>W65Zg@_0jnKVx8Sft5bRx zn5spG;tb2^UJ8T!J>c6tg2yv^Y9xNRUchxkwefNG26m-idSm{n53r-YDV(naTti>h z#)s1n$hTTm^aqZlC;F%~F#x!Z70iJe-Mg&}VzHw(8fSxU8S&;|xUm7s`PyhK4FUHm z+VFl1S#?zlkqPHz>RK12;80*K+E^Dw-!R}pI?+dM5m~HoQA@K~I=(L^;)VlzQN?)m zgct$bK^OX}*`_fPT$MJ)t0^I_9I&q3wZVdO6dYW+=R~Z!XvC2J7#EfwjD}PfmRdz? zILBx;Jq)LPqU{sn|LL!M6jmRMg=mbODV_b*B9RMsWr|KveN7{e{rKawcUQ=V0J(Wq z0&@H~aDD{sOHfTPL2P?qf2EpYJh-4#zAI!mznTfamUJ%xvy~Hp&1rBwRl}SF91}r~ zk1&$CYJh4aCUc0-1}F?*O<}!7^;F+r*Hm!HvrmJAA8IQ34OB7WF}SCdTsG0qIo+e6 z+kF-7r(Qo0o4(9|$Mh1-`sCjOZFy|3t-q#OI+h4~oy@awGFi-K<(-eK1al4$h3L$` zabAQgQGeZYAwhcV7=*J~n)Or@9jB>rB4T+G^0^W8Yc0&a&9^xsPSqAqfm_m$L`=~x z0G_0$5>*4`TnNUa(6Rx}isYNAtWeh?h&+#KEQUktXd(3-g7U*PM70-7;5<(6C1Nsn zsn)QcU>Oii$ek~_f~jnM*F1*gNaYrT^eixK21JJD#_doT<&kTU*L4<|Ly9xfA%T{bqInVY72LS#=dJvqsm3s%w~QH@GB)_Go?lX`zb}e!`$bR+efa zUV(cBIkFM|`@j=u({O0N4g8bt4p#%r{lF2(lV3X`D15H+a~z-rBUE$o4&);VXOT1! z2Z7z~3{yN`Ny;Avn}v=eRe*U2K93wF1Sx8Q!w?^`>m8UETJ-iv6=5EM5T8Hyhi{Ek z$>Jyk1r(p7s!QWtFuu9y`l@3^*L!g2gyOC6-iJdc)O(bhquQGvu+u&j>0*uwG><`0 zD*&4)s6^#F4oA5(gO*34AC3Nq0?ffH!ZXl&PCV>IHrpw(z(6I3}DJzg2&5-`WU!e!tXdUZ6m z&T(7;m&20B3h7ml_AL@yCbwwSqB#zyZr-|f{iKuzwHqcSx2T=oqG9Xgl$I^hlad;` zt|EwjQKPlt)mJ*aj^wJYq+-plfnP;XhZmd?VXklB@YGey5yJQu0{vRQ(XTav635_n zufd%|OPivP_Z_g2jo$+^=}=SEMqCGup`0-&Vt-(%cd8m|{s=_*^-q{HlJ<>3+xRC4 z2GfjGw7q^V9)pY5+0WOz@b+yQy#o!w>u$dYt zZt5^}uo)`7-+;C0Z$n=F9pKI{|8SZO;l(6;m(?VLBjz*$CuqC~fuKJq+Ks2ZIw_)TP4g^IWY-skCPK%cM}dln5`GVXzNAVdUYqN zL^BE;$togRqn#c&&@jY|vDNrhEz3d^`|F7cXUjtxW5-#U(T=lD!i-Mp{m)a7vxn3dPmwXSRWou_a`eK-x?g%qi=cCBvc`>@Tg%& zQj^iXbS>5=Ja%I<4qVGtsm*As)G1M^Op_+7V6!d+by!ctYb?nIzS5asD+f$bsb)QJ zf*oHXqkXfmLCi4gLx4Qa6Vyo@#(mFx3|^T263UuJ1NbD-?j6XQ8B^6WBAMO4OjTXY zh8&1$HM7EK@H7nKra;h;CQZZWMO9B=*Uh_@L8snl`0>M7C~Uzo1iInt?kI%YPTLy~SkhNA_g&A?N) zgs4R%ubFJczKpGH%o|h-X2*7*)T5${+1BQwqoRpu2X07D&s4ocd&V0xQ7U!-rc&2g zs;Aizm=tM$9S3KrW@aY{kc!4^)y?b-w%Z5|%r4;0cFJeih#VujYNV^PQN4GwmE-5A zWf(JBdF51hzfm|L|qo3z0oKgt)pQYRS zeIfXpbX#Bad#GzYp;F?E{#t;MV_g{Oi|a{R%x?6`95W%iTlVlS1?gGX8Gm@@gfWG* zbsmOX1|YzS2;xn%27=Kaz{;2^<{(?HXT8nA;0I`eT*MlWrHfHR4S|3gSAm2URf?Gj zw_Wrki=p7mhgsLpIgCBs*)Y;RhPm5>G1=~~Fbm$p=;%|bx|yxf{s4xvwEP0pr6U+y zEkN&nB=A#;SfYl7`9CiB!)J>|4*r*?eNZhn_7dbg=)OU#=VMeLAGnYLmtrh*9Pm>* zzf^_Milykc7kJ#W#CXQR%T!T~LXD-~y`E`$ z98Wld94l4jnn@{xTf@&!Ti(HpcYAfj=r1{%xL7aV}#)B)#^D=q{ZL5gDv)r#^!| z)gtgh&hzeriluZew*7HNW;L+{ytuT#GM8$Ro!6If=r+%yeYTtxCq9dBY6UCM@Y5nv z6tVc+v&a=sGlo8=Dw`{TxPum8u?oDBMn4A&5wgWwpF^kR88F#}=Cd~HLlvF_mZ!kg zDh|fbX{*tIUjxZ%%2^GQ-L)DcY25o*@N46luSEG(YtYzO&ssItU`}lVFoia*QB80% zJN|1ZHnHdBH7ZqXW{g>jnZhlMPp(yM#q+?q^yymFsMiY`@mBSRsb^z#i@iy^%-qa& zSv~T4=j3MPO&Z@W>t9P_aB`5&(fVcU1t~S-hK-88JeF=ziY&}MBb})XlUeyyj8N~*b;M^5SHy)r7XA(Z~qpV!$xLj zwahHcG+u|wYgz>h9N%Cbv`N*c_{|vMSxvM_^%ie(EWdBUD}M_(h>|v|I_>vqbSE6r zqD)ntaQMdEMY=x0pdaQ4A5FQ$29GW(dYhvjxfuh-`x$p_RvG9wKiG^8#ygN4;2a|k zYNUQ!@Jxpomu$fl++iR_6}G5&=aESCQXCk+c^=7nlvR2>59|DQBWd?ABgm&+mpZ&; z;5~S~OIx2u6L9nk*fiukNPNKYh!>EVjxjcS0fqf>U?s|b0nH}k1at6?C~KVjUvUA1(arF+}edycbvkG!OEoj!V{ z2H*+DmUDQ{mc8{Icj z&OxcW)PlbM_4?Y1pxS@)t@eMsy@>zc?OmqgU1~kfA6WJ>+EQ0>vsdgk(^od4%@p!A zKZ5-lbQ*fnah*=b&XxX;xAFf?rEhQvEL4l!jY;Zn`Et6&=(t9HdsOwt-?8t*B1kus zn&>zA=(p1l`$$)Z7fKzheyhRj^5~=8m`DAdqonjq41Hzn!9FV2SzyQL$r|l)a|-8B z*Y9wi#H_8zA3AGf@WCSg{T0L-Ka`3|7ms>arnR;gX)!W;*ywg$YQoKH^6Wf9b&iN& zAKpp|CmQ{zAB;xqQG@IJq|sek=mrQTO3O6ih#q~&gaqtYQ<)AOQ=!!Oi10FSDB#c3 z<`vl5{KB!l_=*}9_v^o6!+!CI4d=Fwel)gvSi?vMk73&4211-AzgN{vM=>pZ6}^C) zkQBQ+SJz)fQ{XpNsr;H+AbtlPpjTeQ(9$i&-(EvG_y_Pq>ijw?$3KC^6tEYg8-Fpr z^*RQwZv)RoV)rIYp51*Nq`?eH|u}w8LpUAfLUsE4_o&htz2=rr#XEVjG=|d-tLzx?iyVg7}qWbVDci(N~g!_lx!2TzA?zIgWF(t~}kx-1s7@ zv-I^oB(5Lu07bry`oSN#nqGPvBRtdJMgu&+<4zOhSgZJLjI{->bcf$Ci-yzg^Rdfur_z;F&t1`ZP2uV?m@zNnQ#Hs^P z3Gs`pp_!5nV{9%Ki0tq%XV$a@(8D-eEjaM%%G|{Kmop9yo*~oH3Uqat6)cU~;J7He zTN-*qg@`&@pi?Z`tjm6$^z_kh6KB2~@f`fgBWThkFz!BriHLfPm$Wny7)a(()zeX* z1{_tb9Z9tLsOl^lz$2OdJPN~tWQ`7-{RYeQ`FB*dcS8trajUwyM#b;yJem@v&(RH| z`0o{VsBHuVNZ1yqvCTJII`J7bu^q&a9J(JoECQPG@s!^FCgA z3wSn1Ls!L^ErH0dy5}oef&0?o_c1r!8u%flf1q%lUmJH89r>z?mPT9nK;r)a+AQtB z#agSX*;t0<9Nc}z`o_}q5D4IVmfvlPuQ20i;t^>pngDoEj_Pm^oK+Df%{SN z2{ovqYd~qwfo{(M6mU`v4{;4D<>?#@2Y(WSu!Vu%bx?0sCWb&d*!~1EHQFV_P)2*( z!v=cWL#-ST(8R7E^`?izY>gQwQN?9^2+PAPj_COhG53`X%%q4@sy2GS9ZsQ$7y-#@ z>{g{Zm?Jg1$A%u;2Gfqar(h3~!wTg;Qavh-Vg);=YGZW0g1$$;oZ*9ce4|_DqzSa( zBb8s)zL#pT&e2hPq#4yZjgiYS2n_*`!``T9S^@T#Z1-x$@>TAiM(Mj4$|9HDTTf$h zEzjc>FY*}^&!{xVIBJ06)Vs^@;V_9e3g9u0)}KKMJ)V(EjzW#@E5aBeN=#tC7H83i zn+PmVv(Dm$PGafSv#8c4mkJT^F3@E>>F^v%l|RAIzzmM0|0gg*mvcFfcoE6JLHp5zi|DU!1U9ylWZ5Om zFm7V^&P$ji+sw!n@o$$<|805bu6!Bp=k1`Eq51;j_{-?YzsR`#GMY+Tfph8FWz~GZ zHjVBy(oLmm?leOC6{(~<&akE*n_2j1QYE5X)MX~hME9VBZZVY_c-YPti@SnP@+HPO zS8xkE7~i^rzU@xN->+cueiviHRXqR8jN`6iSY$WjJ6AD3xQEf}D{Wy7Or`v5Uh7GDQP;`1?9V}*yFmICEjEF@;Ywzec)VL z^n;o$KJZ|a{}2S{h4gkkhgq&4RHts9O7ECfEcGar^rPqvWB>cJAd3uwmd+yXC?7tP zk0;*ad|TyyRH=>=)b&TSGEYKsf{K1r{ltgBT=Mx;G&N5FtNT#E8tgrj`;)35KH`99 zeo_OgpVsKUH~rFd?bumoTAcBo-7<4Zm*Ks$vqvWsWwxw{5lu75huc-?5}x5WkS0;| z;?KxjXW8xZi<&1sW_;!s^_cjCG2~a(O?=9j|0||RJ_9zUkAFq3{+x04P;|7yZ{SP) zg54=MPz{`8bR37x*%LSLWq!%-%{Ne(ooD>@hHB%upsS~9;vys$IKzrdz(q8#SS1Hs z)`&md$i#!e04(4p2H|!Uqfo!XYL{-Rs#NnPn&DUBZcH6-;#R+6ugy2{seSFyYHog` zF^b-~h>myoO>80D?l;(8eape}ep4A$uK}OLpT3$d4)oa+b^*`=J7DIGMT%xkq02E? zP2~T(>Pp_7%yJ4z`5nSspb5XLF5-K}4*9quUQvJCBDv(yn!nasJ5H8-7c*iu_4ydX^#L&h_VulaX8GE;3ej3&u2|z2`uUbxA%2DOYMT3pddzWS)t~4z6hm;sE>>=8 zw2PJBSZ(5;YP92b`ub0m9C-^8PZ6T;<9E1?Kk%cAkXw}em-eGuwWV#d~$6qQi@X_+4J_?X*E2sXx${V)77MX_t2`JN|*1ci6M3yFV=9B($H8#t})rY{h~ z-k9Nwp!&k9gw2}#ASy5D%q(XZ@$LCTu$m^htPvuB@f(*lOq2soql>;)Rr~e=*}dMd zl0|u-B5W01S5yG*B0ph`5kbJ!G)q`dh>9BbdYM)|hX`hIy0o%H2;+8X%@U!&8&p?W zu@zCw>Tymkx^)E{YlN}hv&tGS!dcI-tXdT@RrfEw2-a(DSqnuZBd!ujw=Ao*h~jX~ zybwPI$^R8Dnw4jISvh75P&#Po31<))WvyDG5(LwzzQ)R|mQ~i;DylFBc;g|eGEVij zI-AviNJ+it37rzKDEQIa3K7*I-9^gBnrPMlqK&mN8q1%_2VKWlEueiqR=lVQTunE8 zkm|J<`}H_4i2!M67?B>39uH3B*w?eSwlqw#&615InHEQ=wir*8^5apEF9|D z5T20o_Fn4(twth+wJ!x)D?}rpqQdf4Q_&b$UT5fTq6sVbRIsLqrmV2Af|VpvS^8cD zYno^VTu7~gtTrMINSHmg>h?+p>Y~O|u%V#A>GE0Q_0Yh--eGg7>g}?%sxIgCFfX4< z&}BGwfyTD1Lo4CkA#O`5T5)D8 zTX3kNRoiTB^Y0ar*V}-Jss~%KqAhSS^$fO}n(cs?ta~OH>CztDj=q3~*+DBu5{_Rj zPoW_e4yM!ssuzMUy%S?*h*iVv3|tsl6tFCiHiaPbbn$ov(kCHSMUkQX=|+gvR&)hk zr6!?PT}L-vBvhn}BVA?b&|HVVX>^BYH`)?v%@;jb4@>T=nLV{Mn#Rq7h5wW=T&@=j zih6HM5WP9Xr7)|W=))l#F{tFLhg;=EU-n81x2lPLjHAP?+Ae4RXf!ur^{xY@}2W?TaC>r45XKj7!_c;KS=A+ zx^SzzIT(nvD&8z$a6LpjC@KP=7%))b}IxG357ZhYp z(OZld+0e{Zgs1cIZ`9?@eHGenPW3seb$Py{LN7i*qba>HAjO- zMHlIZJQ8HuvI$8SUB(wJRurA zuL#pI2^@iOkRaL-WBDhvs$aiheDm5Z>$gs?UB6)qSV1Pnr_@fUmy(jyx^=6TDM<~T zlXXlwn0_aA&}Nk_FKJAHY;rV@pykyy{fqL0y=hT3tE@SdJ@`JH)1qnpSv0loE_C?% z*oRRVkHLQ$0v4o-=^E{tXoe0&K9#KjawZU$#MvyUbo9lDDkFhsK|IsG;GxP^4KbTT z{GxFVZ~}!^0nTM)>Epne#P|f`#wz&6<^d-YFhx3_1ecpc(N(QPF(3RSzkTy5-~<%A zdWGw%s#c(50j1S|+0%PqbD<9J_S6EgNDIij8b0gAz*RK;B*s5`R^=G`K`#-(D_X~&0@}+D}kg3r!ihz!zyR4 zg8NDL9rdqa`3r(zf}N3{0nW7XS>R-%8o1BrfCcnk4Xb^n)j*wfJ)fL+85Ei0CS;Cj znKw2wCwF{P*twflD(d|;&_eF_^gw)k-If)`S{+42x}IrOrkq%7oVgByf{KK5IYQ}9 ztX0Qc55X+=o@g61+Z&;6WWSgAF31OJ2dOm{y2hsW}=xPYR#x~QY}aHN@Wz*iWJ+E#P%s*Zz( z#9NzuUjvrd2_~LNFOIaZj;+2GY94~uLH^=O=4K9Sk^W+%{G3NPWCc6##L?lAR$XZv zh49FuVcyjuyNr5|ed%m}XE=o=S$^Vu_N$v@H5MN*<|Uz2I|dv^Tas|6$AMvVB?)b^ z6D+OS04>Oqz&Ej)!D?)N2%J-n@?XNodZ2-oZJvUlsTb8qw)TuRK7vE1xX#{X@UJ}n z&~^A9FHb>k=V$D2bvoJ}Pt+&PI?up?|FN6`5P<*P^X{ciI6DiUGjz3~RY^KO2E*bF zcBsQ#&QGK53A^NY%TF4g!3z>S86rLhcct2mtySU+#$$~w7;2xhLtjm{(#kx%MU{a?m4;h9Hc`Nly?_^eQ84zD_1%%+M!`ei3QQ%i!`X2^`yAWD&?D6HO(uw zM$4wC+^>SKMCHZNIWDtOD^3xGz1GYPB-I1>y;Ao(R9ARSZ{;>V-b{>uFX{a6{J*@OP9c zQ|3DUH-5yA-l6^n`XYpG&I2-^UBYp<=rGDvFU-K8BFksqj^*4XDIkdSo z!n|Q~dN>-(&o#Ho1rw8=QT~tA#aQ{LVP1g;mwS1a&r@ zO}DC1-857?(O+P(=B{RzFBP}2syJ_OKaGZ$J)|&;btp4IIt9{(cDsbM5 zrq-=7`ScG&_w0}8zD8Z4M~Vlm_-1RXx6p%YeW`pKRAmmvj%}>zrW1(7I^D)fak^rP zZsH?}ZfgY#19BHNZEMYR2s+T#TH!D$qn-7;kQ}ycduyyvjQiSKZKPp=kC=K7#LB@g zFE|`!+)rH=jt0T7!;8Vhpc(%EiaNL0DvB@wyL-+KnUr#|K#QEx9$M}NS_^F{1O%~M zS}x_#mO?M*Kq(a3awsi|mqNWFD56FF7D0*%6+;kX3?%wsOpGtyFld?pYJ9;b-!(Du zo7p}1vgiB%*_oaHpR+rco!OB^m2?NJ?NU9&dYWXto)rm=<}8;e*C+zxEH@p6y{$%{ zsnT_73}SlJ4iAs@(R`R~9EbyctkU^&i+PQeMha#)Ej6caJmC&H^CeUFVFa7vc*$9> z6PX!7pwWjXa4@;dh??&}=E{xrddQn-Vo1XVdPI}JWinVzw=EN_FgPbGlm$Cn!2U%i zBbYR@0!tGc^&Y3}ft9npM>wHJdJ}3|Uhv*EGzC@4Zj*=`L1A+_#oC>X81e0%>Z6&5 zmjm9Ba7?dqb7?UD8=4`>n9k1#MG0`o&&TQ5G!3Cde&3{TIz4i0i;l|YF&?S;Hu4WK zy-iIAuPT2R#Cz4czzxrkM2(&)<0_r7)NIkqGea{u$4MnQ3*nDU^P(hov%aooBd!cq zip_!V%B>pR=gkG}6&H+k3*ZOU**Y_c*Di=v5~0ULoD?jzSu|O@NzIFH@5SPTLO~WwL04VORd^z(1&?R4X4{| z=CUjrfu}r`X2qoCutNroF8mk=W8!kT*Pv_F3Pd8UFpZX#h9$98m#XmN@K5r6qduxu zfy;dJy(i!it9B~nvu$+sR-?HsC%0>EyEU+ry3kq#xuP}dn{%VDHBQ+CmdO2t9`vfg>k=R3O_8A;x=?LK zj`*2YF`uoCTMP#_*1#hs>-k=-#cy`f{H_CU`zCIcjZLH#u16J<`z^ZL+h#)x58V1stVX}&gse373vfocLvQ>D_3K&cG2>M}15H_I=r`hrUM=hzJH zFdSrXCwy1>S}2efu*#p{?(H%x@m)H{YXzI-;%>cK?FN@+|6kLoJt)}e`LEryB->1& zY-**qwbw+6`n77^9=ZqnP*nI~?O>JfwaFc@X+Wjg-C+v0f(fnzrX95=t)}x3qxWXh z;1!oNvxqb;`eBI#7;D9vUbo13KVC6%?*RJ!tV{n`N zyq{jxt6-m`C3S&!9PE{)Nu8}ufaI+?$sgu5_=KEGlHBXy4EZ`q&*dbTm1Q4J>J6W5 z5u7qCjR%PMCRi+I50K}#z~Nx>MnBvgIQTStMJ9GJ;`+A5@-8lO#^TN{UFb@btsF2Tj7=eGjT|{%VT!rQOL^Wnq_&n-! zBw}_qc^5w7=SN+DPXu`zg6B(7w_czwg5`m+@A+(vec!Ne><1t_X7=b=&Lt`A;fZ@0 gjd{#m;@6b5JIuj8W-dqj$Gh{r50QuEe2*^r4^((_J^%m! delta 124953 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

Je_;671f!BVzU5VA0;@I}7H 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 CS0xkx diff --git a/.nuspec/maui.aotprofile.txt b/.nuspec/maui.aotprofile.txt index 4ddcb3967d61..d44f34f59e45 100644 --- a/.nuspec/maui.aotprofile.txt +++ b/.nuspec/maui.aotprofile.txt @@ -16,6 +16,7 @@ Methods: Android.Content.Context AndroidX.Fragment.App.Fragment:RequireContext () Android.Content.Context Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.get_AndroidContext () Android.Content.Context Microsoft.Maui.Handlers.ViewHandler`2:get_Context () + Android.Content.Context Microsoft.Maui.MauiContext:<.ctor>b__6_1 () Android.Content.Context Microsoft.Maui.MauiContext:get_Context () Android.Content.Context Microsoft.Maui.Platform.ContextExtensions:GetThemedContext (Android.Content.Context) Android.Content.Intent Android.App.Activity:get_Intent () @@ -98,6 +99,7 @@ Methods: Android.Views.View Microsoft.Maui.ElementHandlerExtensions:ToPlatform (Microsoft.Maui.IElementHandler) Android.Views.View Microsoft.Maui.Handlers.ViewHandler:get_PlatformView () Android.Views.View Microsoft.Maui.Handlers.ViewHandler`2:OnCreatePlatformView () + Android.Views.View Microsoft.Maui.Handlers.WindowHandler:CreateRootViewFromContent (Microsoft.Maui.Handlers.IWindowHandler,Microsoft.Maui.IWindow) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToContainerView (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToPlatform (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToPlatform (Microsoft.Maui.IElement) @@ -181,6 +183,7 @@ Methods: bool Android.Views.View:get_VerticalScrollBarEnabled () bool Android.Views.ViewGroup:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) bool Android.Views.ViewGroup:n_DrawChild_Landroid_graphics_Canvas_Landroid_view_View_J (intptr,intptr,intptr,intptr,long) + bool AndroidX.Core.Widget.NestedScrollView:get_FillViewport () bool AndroidX.Fragment.App.Fragment:get_IsAdded () bool Java.Interop.JavaConvert:WithLocalJniHandle (object,System.Func`2) bool Java.Interop.JniEnvironment/InstanceMethods:CallBooleanMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) @@ -190,14 +193,17 @@ Methods: bool Java.Interop.JniEnvironment/Types:IsInstanceOf (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironment/Types:IsSameObject (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironmentInfo:get_IsValid () - bool Java.Interop.JniFieldInfo:get_IsValid () - bool Java.Interop.JniMethodInfo:get_IsValid () bool Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeAbstractBooleanMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeNonvirtualBooleanMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualBooleanMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeBooleanStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,bool&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeInt32StaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,int&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeObjectStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,Java.Interop.JniObjectReference&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeVoidStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniRuntime:GetBuiltInTypeArraySignature (System.Type,Java.Interop.JniTypeSignature&) bool Java.Interop.JniRuntime:GetBuiltInTypeSignature (System.Type,Java.Interop.JniTypeSignature&) bool Java.Interop.JniRuntime/JniObjectReferenceManager:get_LogGlobalReferenceMessages () + bool Java.Interop.JniType:TryGetStaticMethod (string,string,Java.Interop.JniMethodInfo&) bool Java.Interop.Runtime:IsGCUserPeer (intptr) bool Java.Interop.TypeManager:get_ActivationEnabled () bool Java.Lang.Object:Java.Interop.IJavaObjectEx.get_IsProxy () @@ -240,7 +246,7 @@ Methods: bool Microsoft.Maui.Controls.ObservableWrapper`2:Contains (Microsoft.Maui.Controls.ShellItem) bool Microsoft.Maui.Controls.Page:get_IsBusy () bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () - bool Microsoft.Maui.Controls.Page/d__80:MoveNext () + bool Microsoft.Maui.Controls.Page/d__84:MoveNext () bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:get_CanNavigateBack () bool Microsoft.Maui.Controls.Platform.SemanticExtensions:ControlsAccessibilityDelegateNeeded (Microsoft.Maui.Controls.View) @@ -251,7 +257,7 @@ Methods: bool Microsoft.Maui.Controls.ResourceDictionary:TryGetMergedDictionaryValue (string,object&,Microsoft.Maui.Controls.ResourceDictionary&) bool Microsoft.Maui.Controls.ResourceDictionary:TryGetValue (string,object&) bool Microsoft.Maui.Controls.ResourceDictionary:TryGetValueAndSource (string,object&,Microsoft.Maui.Controls.ResourceDictionary&) - bool Microsoft.Maui.Controls.ResourceDictionary/d__41:MoveNext () + bool Microsoft.Maui.Controls.ResourceDictionary/d__42:MoveNext () bool Microsoft.Maui.Controls.ResourcesExtensions:TryGetResource (Microsoft.Maui.Controls.IElementDefinition,string,object&) bool Microsoft.Maui.Controls.RouteRequestBuilder:g__AddNode|27_0 (Microsoft.Maui.Controls.BaseShellItem,string) bool Microsoft.Maui.Controls.RouteRequestBuilder:AddMatch (Microsoft.Maui.Controls.ShellUriHandler/NodeLocation) @@ -260,7 +266,6 @@ Methods: bool Microsoft.Maui.Controls.Routing:IsImplicit (string) bool Microsoft.Maui.Controls.Routing:IsUserDefined (Microsoft.Maui.Controls.BindableObject) bool Microsoft.Maui.Controls.Routing:IsUserDefined (string) - bool Microsoft.Maui.Controls.ScrollView:Microsoft.Maui.Controls.IFlowDirectionController.get_ApplyEffectiveFlowDirectionToChildContainer () bool Microsoft.Maui.Controls.Shell:get_FlyoutIsPresented () bool Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) bool Microsoft.Maui.Controls.Shell:GetFlyoutItemIsVisible (Microsoft.Maui.Controls.BindableObject) @@ -292,6 +297,7 @@ Methods: bool Microsoft.Maui.Controls.VisualElement:get_IsEnabled () bool Microsoft.Maui.Controls.VisualElement:get_IsFocused () bool Microsoft.Maui.Controls.VisualElement:get_IsVisible () + bool Microsoft.Maui.Controls.VisualElement:IsMocked () bool Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IFlowDirectionController.get_ApplyEffectiveFlowDirectionToChildContainer () bool Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IResourcesProvider.get_IsResourcesCreated () bool Microsoft.Maui.Controls.VisualState:Equals (Microsoft.Maui.Controls.VisualState) @@ -318,32 +324,26 @@ Methods: bool Microsoft.Maui.Font:get_AutoScalingEnabled () bool Microsoft.Maui.Font:op_Equality (Microsoft.Maui.Font,Microsoft.Maui.Font) bool Microsoft.Maui.Graphics.Color:Equals (object) - bool Microsoft.Maui.Graphics.Color:NearlyEqual (single,single,single) bool Microsoft.Maui.Graphics.Color:TryParse (string,Microsoft.Maui.Graphics.Color&) bool Microsoft.Maui.Graphics.Color:TryParse (System.ReadOnlySpan`1,Microsoft.Maui.Graphics.Color&) bool Microsoft.Maui.Graphics.PaintExtensions:IsNullOrEmpty (Microsoft.Maui.Graphics.Paint) bool Microsoft.Maui.Graphics.Point:Equals (object) bool Microsoft.Maui.Graphics.Point:op_Equality (Microsoft.Maui.Graphics.Point,Microsoft.Maui.Graphics.Point) bool Microsoft.Maui.Graphics.Point:TryParse (string,Microsoft.Maui.Graphics.Point&) - bool Microsoft.Maui.Graphics.Rect:get_IsEmpty () bool Microsoft.Maui.Graphics.Rect:op_Equality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Inequality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Size:Equals (Microsoft.Maui.Graphics.Size) bool Microsoft.Maui.Graphics.Size:Equals (object) bool Microsoft.Maui.Graphics.Size:op_Equality (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Size) - bool Microsoft.Maui.GridLength:get_IsAbsolute () bool Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:MoveNext () bool Microsoft.Maui.Handlers.ButtonHandler:NeedsExactMeasure () bool Microsoft.Maui.Handlers.ImageHandler:get_NeedsContainer () bool Microsoft.Maui.Handlers.LabelHandler:NeedsExactMeasure () - bool Microsoft.Maui.Handlers.ScrollViewHandler:NeedsInsetView (Microsoft.Maui.IScrollView) bool Microsoft.Maui.Handlers.ViewHandler:get_NeedsContainer () bool Microsoft.Maui.Hosting.Internal.MauiFactory:TryGetServiceDescriptors (System.Type&,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&,System.Collections.Generic.IEnumerable`1&) bool Microsoft.Maui.Hosting.Internal.MauiServiceCollection:TryGetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&) bool Microsoft.Maui.JavaObjectExtensions:IsAlive (Java.Lang.Object) bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Java.Lang.Object) - bool Microsoft.Maui.Layouts.GridLayoutManager/Column:get_IsStar () - bool Microsoft.Maui.Layouts.GridLayoutManager/Row:get_IsStar () bool Microsoft.Maui.Layouts.LayoutExtensions:ShouldArrangeLeftToRight (Microsoft.Maui.IView) bool Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:MoveNext () bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () @@ -354,13 +354,13 @@ Methods: bool Microsoft.Maui.Thickness:Equals (Microsoft.Maui.Thickness) bool Microsoft.Maui.Thickness:Equals (object) bool Microsoft.Maui.Thickness:get_IsNaN () - bool Microsoft.Maui.Thickness:op_Inequality (Microsoft.Maui.Thickness,Microsoft.Maui.Thickness) bool Microsoft.Maui.WindowOverlay:Initialize () bool Microsoft.Win32.SafeHandles.SafeFileHandle:CanLockTheFile (Interop/Sys/LockOperations,System.IO.FileAccess) bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_CanSeek () bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_IsInvalid () bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_SupportsRandomAccess () bool Microsoft.Win32.SafeHandles.SafeFileHandle:GetCanSeek () + bool Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,long&,Interop/Sys/Permissions&) bool Microsoft.Win32.SafeHandles.SafeFileHandle:ReleaseHandle () bool Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:get_IsInvalid () bool System.AppContext:TryGetSwitch (string,bool&) @@ -400,6 +400,7 @@ Methods: bool System.Collections.Generic.Dictionary`2/Enumerator:MoveNext () bool System.Collections.Generic.Dictionary`2/Enumerator:MoveNext () bool System.Collections.Generic.Dictionary`2:Remove (System.Action) + bool System.Collections.Generic.Dictionary`2:TryInsert (int,bool,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryInsert (long,Microsoft.Maui.Controls.ShellContent,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2>:TryInsert (long,System.WeakReference`1,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:Remove (intptr) @@ -409,15 +410,13 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryInsert (intptr,Java.Interop.JniRuntime,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (intptr) bool System.Collections.Generic.Dictionary`2:TryInsert (intptr,System.IDisposable,System.Collections.Generic.InsertionBehavior) - bool System.Collections.Generic.Dictionary`2:TryGetValue (System.Net.Http.Headers.HeaderDescriptor,object&) - bool System.Collections.Generic.Dictionary`2:TryInsert (System.Net.Http.Headers.HeaderDescriptor,object,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryGetValue (string,intptr&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,intptr,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (string) + bool System.Collections.Generic.Dictionary`2:TryGetValue (string,object&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,object,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Resources.ResourceLocator&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,System.Resources.ResourceLocator,System.Collections.Generic.InsertionBehavior) - bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Type&) bool System.Collections.Generic.Dictionary`2>:TryGetValue (string,System.ValueTuple`2&) bool System.Collections.Generic.Dictionary`2>:TryInsert (string,System.ValueTuple`2,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2>:TryGetValue (string,System.ValueTuple`3&) @@ -449,6 +448,7 @@ Methods: bool System.Collections.ObjectModel.Collection`1:IsCompatibleObject (object) bool System.Collections.ObjectModel.Collection`1:System.Collections.IList.Contains (object) bool System.Collections.Specialized.SingleItemReadOnlyList/d__15:MoveNext () + bool System.DateTime:op_Equality (System.DateTime,System.DateTime) bool System.DateTime:op_GreaterThanOrEqual (System.DateTime,System.DateTime) bool System.DateTime:op_Inequality (System.DateTime,System.DateTime) bool System.DateTime:op_LessThanOrEqual (System.DateTime,System.DateTime) @@ -465,6 +465,7 @@ Methods: bool System.Double:Equals (object) bool System.Double:TryParse (string,System.Globalization.NumberStyles,System.IFormatProvider,double&) bool System.Double:TryParse (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,double&) + bool System.Enum:Equals (object) bool System.Globalization.CalendarData:EnumCalendarInfo (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,string[]&) bool System.Globalization.CalendarData:EnumCalendarInfo (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,System.Globalization.CalendarData/IcuEnumCalendarsData&) bool System.Globalization.CalendarData:EnumDatePatterns (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,string[]&) @@ -496,7 +497,6 @@ Methods: bool System.Int32:TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) bool System.Int32:TryParse (System.ReadOnlySpan`1,int&) bool System.Int64:TryParse (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.IFormatProvider,long&) - bool System.IntPtr:op_Inequality (intptr,intptr) bool System.IO.BufferedStream:get_CanSeek () bool System.IO.DelegatingStream:get_CanSeek () bool System.IO.File:Exists (string) @@ -507,7 +507,6 @@ Methods: bool System.IO.Path:IsPathRooted (string) bool System.IO.Path:IsPathRooted (System.ReadOnlySpan`1) bool System.IO.PathInternal:EndsInDirectorySeparator (System.ReadOnlySpan`1) - bool System.IO.PathInternal:get_IsCaseSensitive () bool System.IO.PathInternal:RemoveRelativeSegments (System.ReadOnlySpan`1,int,System.Text.ValueStringBuilder&) bool System.IO.Strategies.BufferedFileStreamStrategy:get_CanRead () bool System.IO.Strategies.BufferedFileStreamStrategy:get_IsClosed () @@ -520,17 +519,15 @@ Methods: bool System.IO.UnmanagedMemoryStream:get_CanSeek () bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1) bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1,System.Func`2) - bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1,System.Func`2) - bool System.Linq.Enumerable:Any (System.Collections.Generic.IEnumerable`1) bool System.Linq.Enumerable:Contains (System.Collections.Generic.IEnumerable`1,Microsoft.Maui.Controls.Element,System.Collections.Generic.IEqualityComparer`1) bool System.Linq.Enumerable:Contains (System.Collections.Generic.IEnumerable`1,Microsoft.Maui.Controls.Element) - bool System.Linq.Enumerable:Contains (System.Collections.Generic.IEnumerable`1,TSource_REF,System.Collections.Generic.IEqualityComparer`1) - bool System.Linq.Enumerable:Contains (System.Collections.Generic.IEnumerable`1,TSource_REF) - bool System.Linq.Enumerable/d__38`1:MoveNext () - bool System.Linq.Enumerable/d__36`1:MoveNext () + bool System.Linq.Enumerable/d__42`1:MoveNext () + bool System.Linq.Enumerable/d__40`1:MoveNext () bool System.Linq.Enumerable/ReverseIterator`1:MoveNext () bool System.Linq.Enumerable/WhereListIterator`1:MoveNext () bool System.Linq.Extensions/d__5`1:MoveNext () + bool System.Linq.OrderedEnumerable`1/d__4:MoveNext () + bool System.MemoryExtensions:Equals (System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.StringComparison) bool System.MemoryExtensions:Overlaps (System.ReadOnlySpan`1,System.ReadOnlySpan`1) bool System.MemoryExtensions:StartsWith (System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.StringComparison) bool System.MulticastDelegate:Equals (object) @@ -539,6 +536,8 @@ Methods: bool System.Net.Cookie:InternalSetName (string) bool System.Net.Cookie:IsDomainEqualToHost (string,string) bool System.Net.Cookie:VerifySetDefaults (System.Net.CookieVariant,System.Uri,bool,string,bool,bool) + bool System.Net.CookieComparer:EqualDomains (System.ReadOnlySpan`1,System.ReadOnlySpan`1) + bool System.Net.CookieComparer:Equals (System.Net.Cookie,System.Net.Cookie) bool System.Net.CookieContainer:IsLocalDomain (string) bool System.Net.CookieParser:EndofHeader () bool System.Net.CookieParser:InternalSetNameMethod (System.Net.Cookie,string) @@ -547,14 +546,11 @@ Methods: bool System.Net.Http.Headers.HeaderDescriptor:Equals (System.Net.Http.Headers.HeaderDescriptor) bool System.Net.Http.Headers.HeaderDescriptor:TryGet (string,System.Net.Http.Headers.HeaderDescriptor&) bool System.Net.Http.Headers.HeaderUtilities:TryParseInt64 (string,int,int,long&) - bool System.Net.Http.Headers.HttpHeaders:ContainsNewLine (string,string) - bool System.Net.Http.Headers.HttpHeaders:ParseRawHeaderValues (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,bool) bool System.Net.Http.Headers.HttpHeaders:TryAddWithoutValidation (string,System.Collections.Generic.IEnumerable`1) bool System.Net.Http.Headers.HttpHeaders:TryAddWithoutValidation (System.Net.Http.Headers.HeaderDescriptor,string) bool System.Net.Http.Headers.HttpHeaders:TryAddWithoutValidation (System.Net.Http.Headers.HeaderDescriptor,System.Collections.Generic.IEnumerable`1) bool System.Net.Http.Headers.HttpHeaders:TryGetAndParseHeaderInfo (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo&) bool System.Net.Http.Headers.HttpHeaders:TryGetHeaderDescriptor (string,System.Net.Http.Headers.HeaderDescriptor&) - bool System.Net.Http.Headers.HttpHeaders:TryGetHeaderValue (System.Net.Http.Headers.HeaderDescriptor,object&) bool System.Net.Http.Headers.HttpHeaders:TryGetValues (string,System.Collections.Generic.IEnumerable`1&) bool System.Net.Http.Headers.HttpHeaders:TryGetValues (System.Net.Http.Headers.HeaderDescriptor,System.Collections.Generic.IEnumerable`1&) bool System.Net.Http.Headers.HttpHeaders:TryParseAndAddRawHeaderValue (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,string,bool) @@ -564,7 +560,6 @@ Methods: bool System.Net.Http.HPack.HPackEncoder:EncodeLiteralHeaderName (string,System.Span`1,int&) bool System.Net.Http.HPack.IntegerEncoder:Encode (int,int,System.Span`1,int&) bool System.Net.Http.HttpClient:ShouldBufferResponse (System.Net.Http.HttpCompletionOption,System.Net.Http.HttpRequestMessage) - bool System.Net.Http.HttpClientHandler:get_IsNativeHandlerEnabled () bool System.Net.Http.HttpContent:CreateTemporaryBuffer (long,System.IO.MemoryStream&,System.Exception&) bool System.Net.Http.HttpContent:TryDetectEncoding (System.ArraySegment`1,System.Text.Encoding&,int&) bool System.Net.Http.HttpContent:TryGetBuffer (System.ArraySegment`1&) @@ -577,6 +572,7 @@ Methods: bool System.Net.Http.HttpRuleParser:IsTokenChar (char) bool System.Net.Http.QPack.QPackEncoder:EncodeNameString (string,System.Span`1,int&) bool System.Number:TryFormatInt32 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) + bool System.Number:TryFormatUInt32 (uint,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryParseDouble (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,double&) bool System.Number:TryParseNumber (char*&,char*,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo) bool System.Number:TryStringToNumber (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo) @@ -584,7 +580,6 @@ Methods: bool System.Numerics.Matrix3x2:op_Equality (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) bool System.Object:Equals (object,object) bool System.Object:Equals (object) - bool System.OperatingSystem:IsAndroid () bool System.OperatingSystem:IsAndroidVersionAtLeast (int,int,int,int) bool System.OperatingSystem:IsOSVersionAtLeast (int,int,int,int) bool System.OrdinalIgnoreCaseComparer:Equals (string,string) @@ -592,6 +587,7 @@ Methods: bool System.Private.CoreLib.Interop:CallStringMethod (System.Buffers.SpanFunc`5,string,string,Interop/Globalization/TimeZoneDisplayNameType,string&) bool System.Private.CoreLib.Interop:CallStringMethod (System.Buffers.SpanFunc`5,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,string&) bool System.Private.CoreLib.Interop/Globalization:EnumCalendarInfo (* System.Private.CoreLib.Interop/Globalization:EnumCalendarInfo (),string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) + bool System.Private.CoreLib.Interop/Globalization:EnumCalendarInfo (intptr,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) bool System.Private.CoreLib.Interop/Globalization:GetDefaultLocaleName (char*,int) bool System.Private.CoreLib.Interop/Globalization:GetLocaleInfoGroupingSizes (string,uint,int&,int&) bool System.Private.CoreLib.Interop/Globalization:GetLocaleInfoInt (string,uint,int&) @@ -601,13 +597,15 @@ Methods: bool System.Private.CoreLib.Interop/Sys:LowLevelMonitor_TimedWait (intptr,int) bool System.Private.CoreLib.KeyCollection/Enumerator>:MoveNext () bool System.Private.CoreLib.ValueCollection/Enumerator:MoveNext () - bool System.Reflection.AssemblyName:ParseAssemblyName (intptr,Mono.MonoAssemblyName&,bool&,bool&) + bool System.ProbabilisticMap:IsCharBitSet (uint*,byte) + bool System.Reflection.AssemblyNameParser:IsWhiteSpace (char) bool System.Reflection.CustomAttribute:IsUserCattrProvider (object) bool System.Reflection.FieldInfo:get_IsLiteral () bool System.Reflection.FieldInfo:get_IsStatic () bool System.Reflection.MethodBase:get_IsPublic () bool System.Reflection.MethodBase:get_IsSpecialName () bool System.Reflection.MethodBase:get_IsStatic () + bool System.Reflection.RuntimeMethodInfo:g__IsDisallowedByRefType|80_0 (System.Type) bool System.Reflection.RuntimeMethodInfo:get_ContainsGenericParameters () bool System.Reflection.RuntimeMethodInfo:get_IsGenericMethod () bool System.Reflection.RuntimePropertyInfo:get_CanRead () @@ -623,10 +621,10 @@ Methods: bool System.Runtime.CompilerServices.ConditionalWeakTable`2:Remove (Microsoft.Maui.Controls.BindableObject) bool System.Runtime.CompilerServices.ConditionalWeakTable`2:TryGetValue (System.Type,Microsoft.Maui.Controls.ResourceDictionary&) bool System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () - bool System.Runtime.CompilerServices.RuntimeHelpers:Equals (object,object) bool System.Runtime.CompilerServices.RuntimeHelpers:SufficientExecutionStack () bool System.Runtime.CompilerServices.RuntimeHelpers:TryEnsureSufficientExecutionStack () bool System.Runtime.InteropServices.MemoryMarshal:TryGetArray (System.ReadOnlyMemory`1,System.ArraySegment`1&) + bool System.RuntimeType:CheckValue (object&,System.Reflection.ParameterCopyBackAction&,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) bool System.RuntimeType:Equals (object) bool System.RuntimeType:FilterApplyConstructorInfo (System.Reflection.RuntimeConstructorInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) bool System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) @@ -650,24 +648,30 @@ Methods: bool System.RuntimeType:IsValueTypeImpl () bool System.RuntimeTypeHandle:CanCastTo (System.RuntimeType,System.RuntimeType) bool System.RuntimeTypeHandle:HasElementType (System.RuntimeType) + bool System.RuntimeTypeHandle:HasInstantiation (System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:HasInstantiation (System.RuntimeType) - bool System.RuntimeTypeHandle:is_subclass_of (intptr,intptr) + bool System.RuntimeTypeHandle:is_subclass_of (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:IsArray (System.RuntimeType) bool System.RuntimeTypeHandle:IsByRef (System.RuntimeType) + bool System.RuntimeTypeHandle:IsByRefLike (System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:IsByRefLike (System.RuntimeType) + bool System.RuntimeTypeHandle:IsGenericTypeDefinition (System.Runtime.CompilerServices.QCallTypeHandle) bool System.RuntimeTypeHandle:IsGenericTypeDefinition (System.RuntimeType) bool System.RuntimeTypeHandle:IsGenericVariable (System.RuntimeType) + bool System.RuntimeTypeHandle:IsInstanceOfType (System.Runtime.CompilerServices.QCallTypeHandle,object) bool System.RuntimeTypeHandle:IsInstanceOfType (System.RuntimeType,object) bool System.RuntimeTypeHandle:IsInterface (System.RuntimeType) bool System.RuntimeTypeHandle:IsPointer (System.RuntimeType) bool System.RuntimeTypeHandle:IsPrimitive (System.RuntimeType) bool System.RuntimeTypeHandle:IsSubclassOf (System.RuntimeType,System.RuntimeType) - bool System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type) + bool System.RuntimeTypeHandle:IsValueType (System.RuntimeType) + bool System.RuntimeTypeHandle:type_is_assignable_from (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.QCallTypeHandle) + bool System.Span`1:TryCopyTo (System.Span`1) bool System.SpanHelpers:Contains (char&,char,int) bool System.SpanHelpers:SequenceEqual (byte&,byte&,uintptr) - bool System.SpanHelpers:SequenceEqual (char&,char&,int) bool System.String:Contains (char) bool System.String:Contains (string) + bool System.String:EndsWith (char) bool System.String:EndsWith (string,System.StringComparison) bool System.String:Equals (object) bool System.String:Equals (string,string,System.StringComparison) @@ -676,7 +680,6 @@ Methods: bool System.String:Equals (string) bool System.String:EqualsOrdinalIgnoreCase (string,string) bool System.String:EqualsOrdinalIgnoreCaseNoLengthCheck (string,string) - bool System.String:IsCharBitSet (uint*,byte) bool System.String:IsNullOrWhiteSpace (string) bool System.String:op_Equality (string,string) bool System.String:op_Inequality (string,string) @@ -686,18 +689,18 @@ Methods: bool System.String:StartsWith (string) bool System.SZGenericArrayEnumerator`1:MoveNext () bool System.SZGenericArrayEnumerator`1>>:MoveNext () + bool System.Text.ValueStringBuilder:TryCopyTo (System.Span`1,int&) bool System.Threading.CancellationToken:get_IsCancellationRequested () bool System.Threading.CancellationTokenSource/Registrations:Unregister (long,System.Threading.CancellationTokenSource/CallbackNode) bool System.Threading.EventWaitHandle:Set () bool System.Threading.LowLevelLifoSemaphore:Wait (int,bool) bool System.Threading.LowLevelLifoSemaphore:WaitCore (int) bool System.Threading.LowLevelLifoSemaphore:WaitForSignal (int) - bool System.Threading.LowLevelLock:SpinWaitTryAcquireCallback () bool System.Threading.LowLevelLock:TryAcquire () - bool System.Threading.LowLevelLock:TryAcquire_NoFastPath (int) bool System.Threading.LowLevelMonitor:Wait (int) bool System.Threading.LowLevelMonitor:WaitCore (int) - bool System.Threading.LowLevelSpinWaiter:SpinWaitForCondition (System.Func`1,int,int) + bool System.Threading.PortableThreadPool:get_HasForcedMaxThreads () + bool System.Threading.PortableThreadPool:get_HasForcedMinThreads () bool System.Threading.PortableThreadPool:NotifyWorkItemComplete (object,int) bool System.Threading.PortableThreadPool:OnGen2GCCallback () bool System.Threading.PortableThreadPool:ShouldAdjustMaxWorkersActive (int) @@ -719,10 +722,11 @@ Methods: bool System.Threading.Thread:YieldInternal () bool System.Threading.ThreadLocal`1:get_IsValueCreated () bool System.Threading.ThreadPoolWorkQueue:Dispatch () + bool System.Threading.ThreadPoolWorkQueue:TryStartProcessingHighPriorityWorkItemsAndDequeue (System.Threading.ThreadPoolWorkQueueThreadLocals,object&) bool System.Threading.TimerQueue:EnsureTimerFiresBy (uint) bool System.Threading.TimerQueue:SetTimer (uint) bool System.Threading.TimerQueue:UpdateTimer (System.Threading.TimerQueueTimer,uint,uint) - bool System.Threading.TimerQueueTimer:Change (uint,uint) + bool System.Threading.TimerQueueTimer:Change (uint,uint,bool) bool System.Threading.WaitHandle:WaitOne () bool System.Threading.WaitHandle:WaitOne (int) bool System.Threading.WaitHandle:WaitOneNoCheck (int) @@ -737,9 +741,9 @@ Methods: bool System.TimeZoneInfo:TZif_ParseMDateRule (System.ReadOnlySpan`1,int&,int&,System.DayOfWeek&) bool System.TimeZoneInfo:TZif_ParsePosixFormat (System.ReadOnlySpan`1,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&) bool System.TimeZoneInfo:UtcOffsetOutOfRange (System.TimeSpan) - bool System.TimeZoneInfo/<>c:b__144_0 (char) - bool System.TimeZoneInfo/<>c:b__141_0 (char) - bool System.TimeZoneInfo/<>c:b__142_0 (char) + bool System.TimeZoneInfo/<>c:b__146_0 (char) + bool System.TimeZoneInfo/<>c:b__143_0 (char) + bool System.TimeZoneInfo/<>c:b__144_0 (char) bool System.TimeZoneInfo/AdjustmentRule:get_HasDaylightSaving () bool System.TimeZoneInfo/AdjustmentRule:IsEndDateMarkerForEndOfYear () bool System.TimeZoneInfo/AdjustmentRule:IsStartDateMarkerForBeginningOfYear () @@ -755,9 +759,11 @@ Methods: bool System.Type:get_IsPrimitive () bool System.Type:get_IsSealed () bool System.Type:get_IsValueType () - bool System.Type:IsRuntimeImplemented () bool System.Type:op_Equality (System.Type,System.Type) bool System.Type:op_Inequality (System.Type,System.Type) + bool System.UInt16:TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) + bool System.UInt16:TryParse (string,uint16&) + bool System.UInt16:TryParse (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint16&) bool System.Uri:CheckForUnicodeOrEscapedUnreserved (string) bool System.Uri:Equals (object) bool System.Uri:get_DisablePathAndQueryCanonicalization () @@ -788,9 +794,12 @@ Methods: byte[] System.Net.Http.HPack.HPackEncoder:EncodeLiteralHeaderFieldWithoutIndexingToAllocatedArray (int) byte[] System.Net.Http.QPack.QPackEncoder:EncodeLiteralHeaderFieldWithoutNameReferenceToArray (string) byte[] System.Net.Http.QPack.QPackEncoder:EncodeLiteralHeaderFieldWithStaticNameReferenceToArray (int) - byte[] System.Reflection.AssemblyName:ComputePublicKeyToken () + byte[] System.Reflection.AssemblyNameHelpers:ComputePublicKeyToken (byte[]) + byte[] System.Reflection.AssemblyNameParser:ParsePKT (string,bool) byte[] System.TimeZoneInfo/AndroidTzData:GetTimeZoneData (string) byte* System.IO.UnmanagedMemoryStream:get_PositionPointer () + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|36_0 () + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|47_0 () byte* System.Text.Unicode.Utf8Utility:GetPointerToFirstInvalidByte (byte*,int,int&,int&) char modreq System.ReadOnlySpan`1:GetPinnableReference (System.Runtime.InteropServices.InAttribute)& System.ReadOnlySpan`1:GetPinnableReference () char[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Rent (int) @@ -812,8 +821,6 @@ Methods: double Microsoft.Maui.Controls.Label:get_LineHeight () double Microsoft.Maui.Controls.Label:Microsoft.Maui.Controls.Internals.IFontElement.FontSizeDefaultValueCreator () double Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_FlyoutWidth () - double Microsoft.Maui.Controls.ScrollView:GetMaxHeight (double,Microsoft.Maui.SizeRequest) - double Microsoft.Maui.Controls.ScrollView:GetMaxHeight (double) double Microsoft.Maui.Controls.StackBase:get_Spacing () double Microsoft.Maui.Controls.ViewExtensions:GetDefaultFontSize (Microsoft.Maui.Controls.Element) double Microsoft.Maui.Controls.VisualElement:get_AnchorX () @@ -834,8 +841,6 @@ Methods: double Microsoft.Maui.Controls.VisualElement:get_TranslationY () double Microsoft.Maui.Controls.VisualElement:get_Width () double Microsoft.Maui.Controls.VisualElement:get_WidthRequest () - double Microsoft.Maui.Controls.VisualElement:get_X () - double Microsoft.Maui.Controls.VisualElement:get_Y () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Height () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MaximumHeight () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MaximumWidth () @@ -843,8 +848,6 @@ Methods: double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MinimumWidth () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Width () double Microsoft.Maui.Font:get_Size () - double Microsoft.Maui.Graphics.Rect:get_Height () - double Microsoft.Maui.Graphics.Rect:get_Width () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridHeight () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridWidth () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasuredGridHeight () @@ -858,7 +861,6 @@ Methods: double Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double) double Microsoft.Maui.Platform.ContextExtensions:GetThemeAttributePixels (Android.Content.Context,int) double Microsoft.Maui.Platform.MeasureSpecExtensions:ToDouble (int,Android.Content.Context) - double System.Math:Abs (double) double System.Math:Ceiling (double) double System.Math:Pow (double,double) double System.Math:Sqrt (double) @@ -959,7 +961,8 @@ Methods: int Microsoft.Maui.Graphics.Color:ParseInt (System.ReadOnlySpan`1) int Microsoft.Maui.Handlers.ButtonHandler:MakeMeasureSpecExact (double) int Microsoft.Maui.Handlers.LabelHandler:MakeMeasureSpecExact (double) - int Microsoft.Maui.Handlers.LayoutExtensions/ZIndexComparer:Compare (Microsoft.Maui.IView,Microsoft.Maui.IView) + int Microsoft.Maui.Handlers.LayoutExtensions/<>c:b__0_0 (Microsoft.Maui.IView) + int Microsoft.Maui.Handlers.ScrollViewHandler:AdjustSpecForAlignment (int,Microsoft.Maui.Primitives.LayoutAlignment) int Microsoft.Maui.Hosting.MauiApplicationServiceCollection:get_Count () int Microsoft.Maui.Platform.ContextExtensions:CreateMeasureSpec (Android.Content.Context,double,double,double) int Microsoft.Maui.Platform.ContextExtensions:GetActionBarHeight (Android.Content.Context) @@ -971,16 +974,11 @@ Methods: int System.Array:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Array:BinarySearch (string[],string,System.Collections.Generic.IComparer`1) int System.Array:BinarySearch (System.Array,int,int,object,System.Collections.IComparer) - int System.Array:BinarySearch (T_REF[],int,int,T_REF,System.Collections.Generic.IComparer`1) - int System.Array:BinarySearch (T_REF[],T_REF,System.Collections.Generic.IComparer`1) int System.Array:GetLength (int) int System.Array:GetLowerBound (int) int System.Array:IndexOf (System.Type[],System.Type,int,int) - int System.Array:IndexOf (T_REF[],T_REF,int,int) int System.Array:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Array:LastIndexOf (System.Delegate[],System.Delegate) - int System.Array:LastIndexOf (T_REF[],T_REF,int,int) - int System.Array:LastIndexOf (T_REF[],T_REF) int System.Collections.ArrayList:Add (object) int System.Collections.ArrayList:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () @@ -991,12 +989,12 @@ Methods: int System.Collections.Generic.ArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.ArraySortHelper`1:InternalBinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.Dictionary`2/ValueCollection:get_Count () + int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2>:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) - int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) @@ -1007,9 +1005,11 @@ Methods: int System.Collections.Generic.EqualityComparer`1:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.GetHashCode (object) int System.Collections.Generic.EqualityComparer`1:IndexOf (System.Type[],System.Type,int,int) + int System.Collections.Generic.GenericComparer`1:Compare (int,int) int System.Collections.Generic.HashSet`1:Initialize (int) int System.Collections.Generic.HashSet`1:FindItemIndex (System.Type) int System.Collections.Generic.List`1:get_Count () + int System.Collections.Generic.List`1:EnsureCapacity (int) int System.Collections.Generic.List`1:IndexOf (System.Type) int System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) int System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalIgnoreCaseComparer:GetHashCode (string) @@ -1079,24 +1079,25 @@ Methods: int System.IO.Strategies.OSFileStreamStrategy:Read (byte[],int,int) int System.IO.Strategies.OSFileStreamStrategy:Read (System.Span`1) int System.IO.Stream:GetCopyBufferSize () - int System.IO.Stream/<>c:b__40_0 (object) + int System.IO.Stream:Read (System.Span`1) + int System.IO.Stream:ReadAtLeastCore (System.Span`1,int,bool) + int System.IO.Stream/<>c:b__38_0 (object) int System.IO.StreamReader:Peek () int System.IO.StreamReader:ReadBuffer () int System.IO.UnmanagedMemoryStream:Read (byte[],int,int) + int System.IO.UnmanagedMemoryStream:Read (System.Span`1) int System.IO.UnmanagedMemoryStream:ReadByte () int System.IO.UnmanagedMemoryStream:ReadCore (System.Span`1) + int System.Linq.EnumerableSorter`2:CompareAnyKeys (int,int) int System.Marvin:ComputeHash32 (byte&,uint,uint,uint) - int System.Marvin:ComputeHash32OrdinalIgnoreCase (char&,int,uint,uint) int System.Math:Min (int,int) + int System.MemoryExtensions:IndexOfAnyProbabilistic (char&,int,char&,int) int System.MemoryExtensions:ToLowerInvariant (System.ReadOnlySpan`1,System.Span`1) int System.MulticastDelegate:GetHashCode () int System.Net.CookieCollection:get_Count () int System.Net.CookieCollection:InternalAdd (System.Net.Cookie,bool) - int System.Net.CookieComparer:Compare (System.Net.Cookie,System.Net.Cookie) - int System.Net.Http.Headers.HeaderDescriptor:GetHashCode () int System.Net.Http.Headers.HeaderUtilities:GetNextNonEmptyOrWhitespaceIndex (string,int,bool,bool&) - int System.Net.Http.Headers.HttpHeaders:g__Count|65_0 (object) - int System.Net.Http.Headers.HttpHeaders:g__Count|65_0 (object) + int System.Net.Http.Headers.HttpHeaders:g__Count|59_0 (object) int System.Net.Http.Headers.HttpHeaders:GetValueCount (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) int System.Net.Http.Headers.Int64NumberHeaderParser:GetParsedValueLength (string,int,object,object&) int System.Net.Http.Headers.MediaTypeHeaderParser:GetParsedValueLength (string,int,object,object&) @@ -1111,23 +1112,39 @@ Methods: int System.Net.Primitives.Interop/Sys:GetDomainName (byte*,int) int System.Nullable`1:get_Value () int System.Number:ParseInt32 (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) - int System.Numerics.BitOperations:g__SoftwareFallback|20_0 (ulong) + int System.Numerics.BitOperations:g__SoftwareFallback|25_0 (ulong) int System.Numerics.BitOperations:Log2SoftwareFallback (uint) int System.Object:GetHashCode () int System.OrdinalCaseSensitiveComparer:Compare (string,string) - int System.OrdinalIgnoreCaseComparer:GetHashCode (string) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|3_0 (intptr,void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|0_0 (void*,byte*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|31_0 (char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|35_0 (void*,uint,int*,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|34_0 (void*,uint,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|30_0 (void*,uint,char*,int,void*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|29_0 (void*,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|33_0 (void*,int,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|43_0 (void*,char*,int) int System.Private.CoreLib.Interop/Globalization:GetCalendars (string,System.Globalization.CalendarId[],int) int System.Private.CoreLib.Interop/Globalization:IanaIdToWindowsId (string,char*,int) int System.Private.CoreLib.Interop/Globalization:LoadICU () + int System.Private.CoreLib.Interop/Sys:g____PInvoke|13_0 (intptr) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|27_0 (intptr,Interop/Sys/LockOperations) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|28_0 (intptr,Interop/Sys/LockOperations) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|110_0 (intptr,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|32_0 (Interop/Sys/ProcessCpuInformation*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|65_0 (intptr,int) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|115_0 (byte*,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|90_0 (intptr,byte*,int,long) int System.Private.CoreLib.Interop/Sys:Close (intptr) int System.Private.CoreLib.Interop/Sys:FLock (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FLock (Microsoft.Win32.SafeHandles.SafeFileHandle,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FStat (System.Runtime.InteropServices.SafeHandle,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:GetCpuUtilization (Interop/Sys/ProcessCpuInformation&) + int System.Private.CoreLib.Interop/Sys:GetErrNo () int System.Private.CoreLib.Interop/Sys:LStat (byte&,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:LStat (System.ReadOnlySpan`1,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:PRead (System.Runtime.InteropServices.SafeHandle,byte*,int,long) - int System.Random:Next (int,int) int System.Random/XoshiroImpl:Next (int,int) int System.Reflection.MemberInfo:GetHashCode () int System.Reflection.MethodBase:GetHashCode () @@ -1145,15 +1162,15 @@ Methods: int System.Runtime.CompilerServices.RuntimeHelpers:GetHashCode (object) int System.Runtime.CompilerServices.RuntimeHelpers:InternalGetHashCode (object) int System.Runtime.InteropServices.Marshal:GetLastPInvokeError () + int System.Runtime.InteropServices.Marshal:GetLastSystemError () int System.Runtime.InteropServices.Marshal:GetLastWin32Error () - int System.Runtime.InteropServices.Marshal:GetSystemMaxDBCSCharSize () int System.RuntimeType:GetHashCode () int System.SpanHelpers:IndexOf (byte&,byte,int) int System.SpanHelpers:IndexOf (char&,char,int) int System.SpanHelpers:IndexOf (char&,int,char&,int) + int System.SpanHelpers:IndexOfAny (char&,char,char,char,int) int System.SpanHelpers:IndexOfAny (char&,char,char,int) int System.SpanHelpers:LastIndexOf (char&,char,int) - int System.SpanHelpers:LastIndexOf (char&,char,int) int System.SpanHelpers:LastIndexOf (char&,int,char&,int) int System.SpanHelpers:SequenceCompareTo (byte&,int,byte&,int) int System.SpanHelpers:SequenceCompareTo (char&,int,char&,int) @@ -1169,9 +1186,7 @@ Methods: int System.String:IndexOf (char) int System.String:IndexOf (string,int,int,System.StringComparison) int System.String:IndexOf (string,System.StringComparison) - int System.String:IndexOfAny (char[],int,int) int System.String:IndexOfAny (char[]) - int System.String:IndexOfCharArray (char[],int,int) int System.String:LastIndexOf (string,int,int,System.StringComparison) int System.String:LastIndexOf (string,System.StringComparison) int System.Text.ASCIIEncoding:GetBytes (System.ReadOnlySpan`1,System.Span`1) @@ -1179,8 +1194,6 @@ Methods: int System.Text.DecoderNLS:GetChars (byte[],int,int,char[],int,bool) int System.Text.DecoderNLS:GetChars (byte[],int,int,char[],int) int System.Text.DecoderNLS:GetChars (byte*,int,char*,int,bool) - int System.Text.DecoderReplacementFallback:get_MaxCharCount () - int System.Text.EncoderReplacementFallback:get_MaxCharCount () int System.Text.Encoding:GetChars (byte*,int,char*,int,System.Text.DecoderNLS) int System.Text.UTF8Encoding:GetBytes (System.ReadOnlySpan`1,System.Span`1) int System.Text.UTF8Encoding:GetBytesFast (char*,int,byte*,int,int&) @@ -1188,8 +1201,8 @@ Methods: int System.Text.UTF8Encoding:GetCharCountFast (byte*,int,System.Text.DecoderFallback,int&) int System.Text.UTF8Encoding:GetChars (byte*,int,char*,int) int System.Text.UTF8Encoding:GetCharsFast (byte*,int,char*,int,int&) - int System.Text.UTF8Encoding:GetMaxByteCount (int) - int System.Text.UTF8Encoding:GetMaxCharCount (int) + int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxByteCount (int) + int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxCharCount (int) int System.Threading.LowLevelLifoSemaphore:TimedWaitInternal (intptr,int) int System.Threading.PortableThreadPool/CpuUtilizationReader:get_CurrentUtilization () int System.Threading.PortableThreadPool/GateThread:GetRunningStateForNumRuns (int) @@ -1222,6 +1235,9 @@ Methods: int[] System.Globalization.CultureData:get_NumberGroupSizes () int[] System.Globalization.CultureData:GetLocaleInfoCoreUserOverride (System.Globalization.CultureData/LocaleGroupingData) int[] System.Globalization.CultureData:IcuGetLocaleInfo (System.Globalization.CultureData/LocaleGroupingData) + int[] System.Linq.EnumerableSorter`1:ComputeMap (Microsoft.Maui.IView[],int) + int[] System.Linq.EnumerableSorter`1:Sort (Microsoft.Maui.IView[],int) + int[] System.Linq.OrderedEnumerable`1:SortedMap (System.Linq.Buffer`1) int16 System.AppContextConfigHelper:GetInt16Config (string,int16,bool) int16 System.DateTimeOffset:ValidateOffset (System.TimeSpan) int16 System.Threading.PortableThreadPool:get_MinThreadsGoal () @@ -1230,10 +1246,13 @@ Methods: Interop/Error System.Private.CoreLib.Interop/Sys:ConvertErrorPlatformToPal (int) Interop/ErrorInfo System.Private.CoreLib.Interop/Sys:GetLastErrorInfo () Interop/Globalization/ResultCode System.Globalization.CalendarData/<>c:b__33_0 (System.Span`1,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|1_0 (void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|10_0 (byte*,intptr*) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|41_0 (void*,void*,Interop/Globalization/TimeZoneDisplayNameType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetCalendarInfo (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetSortHandle (string,intptr&) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetTimeZoneDisplayName (string,string,Interop/Globalization/TimeZoneDisplayNameType,char*,int) - Interop/Globalization/ResultCode System.TimeZoneInfo/<>c:b__177_0 (System.Span`1,string,string,Interop/Globalization/TimeZoneDisplayNameType) + Interop/Globalization/ResultCode System.TimeZoneInfo/<>c:b__179_0 (System.Span`1,string,string,Interop/Globalization/TimeZoneDisplayNameType) Interop/Sys/OpenFlags Microsoft.Win32.SafeHandles.SafeFileHandle:PreOpenConfigurationFromOptions (System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions) intptr Android.Runtime.CharSequence:ToLocalJniHandle (Java.Lang.ICharSequence) intptr Android.Runtime.InputStreamAdapter:ToLocalJniHandle (System.IO.Stream) @@ -1262,7 +1281,6 @@ Methods: intptr Android.Runtime.JNIEnv:NewArray (int[][]) intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type,intptr) intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type) - intptr Android.Runtime.JNIEnv:NewArray (T_REF[]) intptr Android.Runtime.JNIEnv:NewGlobalRef (intptr) intptr Android.Runtime.JNIEnv:NewLocalRef (intptr) intptr Android.Runtime.JNIEnv:NewObjectArray (int,intptr,intptr) @@ -1271,8 +1289,8 @@ Methods: intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[]) intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject) - intptr Android.Runtime.JNIEnv/<>c:b__155_4 (System.Array) - intptr Android.Runtime.JNIEnv/<>c:b__28_0 (intptr) + intptr Android.Runtime.JNIEnv/<>c:b__156_4 (System.Array) + intptr Android.Runtime.JNIEnv/<>c:b__29_0 (intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_L (_JniMarshal_PPI_L,intptr,intptr,int) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLL_L (_JniMarshal_PPLLL_L,intptr,intptr,intptr,intptr,intptr) intptr Android.Views.IWindowManagerInvoker:get_java_class_ref () @@ -1318,22 +1336,23 @@ Methods: intptr Mono.SafeStringMarshal:get_Value () intptr Mono.SafeStringMarshal:StringToUtf8 (string) intptr Mono.SafeStringMarshal:StringToUtf8_icall (string&) - intptr System.Array:GetFlattenedIndex (System.ReadOnlySpan`1) + intptr System.Array:GetFlattenedIndex (int) intptr System.Globalization.CompareInfo/SortHandleCache:GetCachedSortHandle (string) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|0_0 (byte*) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|82_0 (byte*,Interop/Sys/OpenFlags,int) intptr System.Private.CoreLib.Interop/Sys:GetEnv (string) - intptr System.Private.CoreLib.Interop/Sys:GetUnixNamePrivate () intptr System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Create () - intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (string,int&,System.Reflection.Module&) + intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (System.Runtime.CompilerServices.QCallAssembly,string,int&,System.Runtime.CompilerServices.ObjectHandleOnStack) intptr System.Runtime.InteropServices.GCHandle:InternalAlloc (object,System.Runtime.InteropServices.GCHandleType) intptr System.Runtime.InteropServices.Marshal:ReadIntPtr (intptr,int) intptr System.Runtime.InteropServices.Marshal:ReadIntPtr (intptr) intptr System.Runtime.Loader.AssemblyLoadContext:GetLoadContextForAssembly (System.Reflection.RuntimeAssembly) intptr System.Runtime.Loader.AssemblyLoadContext:InitializeAssemblyLoadContext (intptr,bool,bool) intptr System.Runtime.Loader.AssemblyLoadContext:InternalInitializeNativeALC (intptr,intptr,bool,bool) - intptr System.RuntimeType:GetConstructors_native (System.Reflection.BindingFlags) - intptr System.RuntimeType:GetFields_native (intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) - intptr System.RuntimeType:GetMethodsByName_native (intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) - intptr System.RuntimeType:GetPropertiesByName_native (intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) + intptr System.RuntimeType:GetConstructors_native (System.Runtime.CompilerServices.QCallTypeHandle,System.Reflection.BindingFlags) + intptr System.RuntimeType:GetFields_native (System.Runtime.CompilerServices.QCallTypeHandle,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) + intptr System.RuntimeType:GetMethodsByName_native (System.Runtime.CompilerServices.QCallTypeHandle,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) + intptr System.RuntimeType:GetPropertiesByName_native (System.Runtime.CompilerServices.QCallTypeHandle,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType) intptr System.Threading.LowLevelLifoSemaphore:InitInternal () intptr System.Threading.WaitSubsystem/HandleManager:NewHandle (System.Threading.WaitSubsystem/WaitableObject) intptr& System.Collections.Generic.Dictionary`2:FindValue (string) @@ -1354,13 +1373,13 @@ Methods: Java.Interop.JniFieldInfo Java.Interop.JniType:GetInstanceField (string,string) Java.Interop.JniFieldInfo Java.Interop.JniType:GetStaticField (string,string) Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/InstanceMethods:GetMethodID (Java.Interop.JniObjectReference,string,string) - Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/StaticMethods:GetStaticMethodID (Java.Interop.JniObjectReference,string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructor (string) + Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string) + Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniStaticMethods:GetMethodInfo (string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniStaticMethods:GetMethodInfo (string) Java.Interop.JniMethodInfo Java.Interop.JniType:GetConstructor (string) Java.Interop.JniMethodInfo Java.Interop.JniType:GetInstanceMethod (string,string) - Java.Interop.JniMethodInfo Java.Interop.JniType:GetStaticMethod (string,string) Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateGlobalReference (Java.Interop.JniObjectReference) Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:GetObjectArrayElement (Java.Interop.JniObjectReference,int) @@ -1382,6 +1401,7 @@ Methods: Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:FindClass (string) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetObjectClass (Java.Interop.JniObjectReference) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:GetSuperclass (Java.Interop.JniObjectReference) + Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Types:TryFindClass (string,bool) Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewGlobalRef () Java.Interop.JniObjectReference Java.Interop.JniObjectReference:NewLocalRef () Java.Interop.JniObjectReference Java.Interop.JniPeerMembers/JniInstanceFields:GetObjectValue (string,Java.Interop.IJavaPeerable) @@ -1449,10 +1469,13 @@ Methods: Javax.Net.Ssl.TrustManagerFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureTrustManagerFactory (Java.Security.KeyStore) long Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_J (_JniMarshal_PPI_J,intptr,intptr,int) long AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_GetItemId_I (intptr,intptr,int) + long Java.Interop.JniEnvironment/StaticMethods:CallStaticLongMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) + long Java.Interop.JniPeerMembers/JniStaticMethods:InvokeInt64Method (string,Java.Interop.JniArgumentValue*) + long Java.Interop.NativeMethods:java_interop_jnienv_call_static_long_method_a (intptr,intptr&,intptr,intptr,intptr) long Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter:GetItemId (int) + long Microsoft.Maui.PlatformInterop:MeasureAndGetWidthAndHeight (Android.Views.View,int,int) long System.Diagnostics.Stopwatch:GetTimestamp () long System.Diagnostics.Stopwatch:QueryPerformanceCounter () - long System.Diagnostics.Stopwatch:QueryPerformanceFrequency () long System.Environment:get_TickCount64 () long System.IO.MemoryStream:get_Length () long System.IO.MemoryStream:Seek (long,System.IO.SeekOrigin) @@ -1476,10 +1499,8 @@ Methods: Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:Add (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions/ImageSourceRegistration) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) - Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,object) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func`2) - Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,TService_REF) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions:AddTransient (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type) Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions:ConfigureMauiHandlers (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action`1) Microsoft.Extensions.DependencyInjection.IServiceScope Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope:CreateScope () @@ -1487,20 +1508,14 @@ Methods: Microsoft.Extensions.DependencyInjection.IServiceScope Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:CreateScope (System.IServiceProvider) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceCollection:get_Item (int) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (Microsoft.Extensions.DependencyInjection.ServiceLifetime) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (System.Type,System.Func`2,Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Describe (System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped () - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped (System.Func`2) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Scoped (System.Func`2) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Func`2) - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Func`2) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Singleton (System.Type,System.Type) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Transient () - Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceDescriptor:Transient () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem:get_Item (int) Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem:get_Last () Microsoft.Extensions.DependencyInjection.ServiceDescriptor Microsoft.Maui.Hosting.Internal.MauiFactory:GetServiceDescriptor (System.Type) @@ -1532,16 +1547,21 @@ Methods: Microsoft.Extensions.DependencyInjection.ServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions:BuildServiceProvider (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions) Microsoft.Extensions.DependencyInjection.ServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions:BuildServiceProvider (Microsoft.Extensions.DependencyInjection.IServiceCollection) Microsoft.Extensions.Logging.ILogger`1 Microsoft.Maui.ServiceProviderExtensions:CreateLogger (System.IServiceProvider) - Microsoft.Extensions.Logging.ILogger`1 Microsoft.Maui.ServiceProviderExtensions:CreateLogger (System.IServiceProvider) Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfo:get_RequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:get_RequestedTheme () + Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:GetRequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.Controls.Application:get_PlatformAppTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.Controls.Application:get_RequestedTheme () + Microsoft.Maui.ApplicationModel.AppTheme System.Lazy`1:CreateValue () + Microsoft.Maui.ApplicationModel.AppTheme System.Lazy`1:get_Value () Microsoft.Maui.ApplicationModel.IActivityStateManager Microsoft.Maui.ApplicationModel.ActivityStateManager:get_Default () Microsoft.Maui.ApplicationModel.IAppActions Microsoft.Maui.ApplicationModel.AppActions:get_Current () Microsoft.Maui.ApplicationModel.IAppInfo Microsoft.Maui.ApplicationModel.AppInfo:get_Current () Microsoft.Maui.ApplicationModel.IPlatformAppActions Microsoft.Maui.ApplicationModel.AppActionsExtensions:AsPlatform (Microsoft.Maui.ApplicationModel.IAppActions) Microsoft.Maui.ApplicationModel.LayoutDirection Microsoft.Maui.ApplicationModel.AppInfoImplementation:get_RequestedLayoutDirection () + Microsoft.Maui.ApplicationModel.LayoutDirection Microsoft.Maui.ApplicationModel.AppInfoImplementation:GetLayoutDirection () + Microsoft.Maui.ApplicationModel.LayoutDirection System.Lazy`1:CreateValue () + Microsoft.Maui.ApplicationModel.LayoutDirection System.Lazy`1:get_Value () Microsoft.Maui.ApplicationModel.Permissions/NetworkState System.Activator:CreateInstance () Microsoft.Maui.Aspect Microsoft.Maui.Controls.Image:get_Aspect () Microsoft.Maui.Controls.Application Microsoft.Maui.Controls.Configuration`2:get_Element () @@ -1564,7 +1584,6 @@ Methods: Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.RadioButton:ResolveThemeColor (string) Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.VisualElement:get_Background () Microsoft.Maui.Controls.ColumnDefinitionCollection Microsoft.Maui.Controls.Grid:get_ColumnDefinitions () - Microsoft.Maui.Controls.Configuration`2 Microsoft.Maui.Controls.Configuration`2:Create (Microsoft.Maui.Controls.Application) Microsoft.Maui.Controls.ControlTemplate Microsoft.Maui.Controls.TemplatedPage:get_ControlTemplate () Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.Internals.DataTemplateExtensions:SelectDataTemplate (Microsoft.Maui.Controls.DataTemplate,object,Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.ShellContent:get_ContentTemplate () @@ -1608,8 +1627,6 @@ Methods: Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Application:On () Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions:OnThisPlatform (Microsoft.Maui.Controls.Application) Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.PlatformConfigurationRegistry`1:On () - Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions:OnThisPlatform (T_REF) - Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Application:On () Microsoft.Maui.Controls.IShellController Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_ShellController () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IVisualController.get_EffectiveVisual () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IVisualController.get_Visual () @@ -1644,7 +1661,7 @@ Methods: Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application:GetWindowSoftInputModeAdjust (Microsoft.Maui.Controls.IPlatformElementConfiguration`2) Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 Microsoft.Maui.Controls.Application:<.ctor>b__8_1 () Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.Application:get_Resources () - Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.ResourceDictionary/<>c:b__7_0 (System.Type) + Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.ResourceDictionary/<>c:b__8_0 (System.Type) Microsoft.Maui.Controls.ResourceDictionary System.Linq.Enumerable/Iterator`1:get_Current () Microsoft.Maui.Controls.ResourceDictionary System.Runtime.CompilerServices.ConditionalWeakTable`2:GetValue (System.Type,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) Microsoft.Maui.Controls.ResourceDictionary System.Runtime.CompilerServices.ConditionalWeakTable`2:GetValueLocked (System.Type,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) @@ -1764,7 +1781,6 @@ Methods: Microsoft.Maui.Graphics.Point Microsoft.Maui.Controls.CompressedLayout:GetHeadlessOffset (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Graphics.Point Microsoft.Maui.Graphics.Rect:get_Location () Microsoft.Maui.Graphics.Point Microsoft.Maui.VisualDiagnosticsOverlay:GenerateAdornerOffset (Android.Views.View) - Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.ScrollView:get_LayoutAreaOverride () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Bounds () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Frame () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Graphics.Rect:FromLTRB (double,double,double,double) @@ -1785,7 +1801,10 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.Arrange (Microsoft.Maui.Graphics.Rect) Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.Measure (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Graphics.Rect:get_Size () - Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ViewHandler`2:GetDesiredSize (double,double) + Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ScrollViewHandler:GetDesiredSize (double,double) + Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ScrollViewHandler:InsetScrollView (double,double,System.Func`3,Microsoft.Maui.IScrollView) + Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ScrollViewHandler/<>c__DisplayClass15_0:b__0 (double,double) + Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ViewHandler`2:GetDesiredSize (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.GridLayoutManager:Measure (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.LayoutExtensions:AdjustForFill (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Rect,Microsoft.Maui.IView) Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.LayoutExtensions:ComputeDesiredSize (Microsoft.Maui.IView,double,double) @@ -1795,19 +1814,13 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.VerticalStackLayoutManager:Measure (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.ViewHandlerExtensions:GetDesiredSizeFromHandler (Microsoft.Maui.IViewHandler,double,double) - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/Column:get_GridLength () - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/ImpliedColumn:get_Width () - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/ImpliedRow:get_Height () - Microsoft.Maui.GridLength Microsoft.Maui.Layouts.GridLayoutManager/Row:get_GridLength () Microsoft.Maui.Hosting.FontDescriptor System.Collections.Generic.List`1/Enumerator:get_Current () Microsoft.Maui.Hosting.IFontCollection Microsoft.Maui.Hosting.FontCollectionExtensions:AddFont (Microsoft.Maui.Hosting.IFontCollection,string,string) Microsoft.Maui.Hosting.IImageSourceServiceCollection Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions:AddService (Microsoft.Maui.Hosting.IImageSourceServiceCollection,System.Func`2>) - Microsoft.Maui.Hosting.IImageSourceServiceCollection Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions:AddService (Microsoft.Maui.Hosting.IImageSourceServiceCollection,System.Func`2>) Microsoft.Maui.Hosting.IImageSourceServiceCollection Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions/<>c:b__1_1 (System.IServiceProvider) Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:AddMauiControlsHandlers (Microsoft.Maui.Hosting.IMauiHandlersCollection) Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions:AddHandler (Microsoft.Maui.Hosting.IMauiHandlersCollection,System.Type,System.Type) Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions:AddHandler (Microsoft.Maui.Hosting.IMauiHandlersCollection) - Microsoft.Maui.Hosting.IMauiHandlersCollection Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions:AddHandler (Microsoft.Maui.Hosting.IMauiHandlersCollection) Microsoft.Maui.Hosting.IMauiInitializeService System.SZGenericArrayEnumerator`1:get_Current () Microsoft.Maui.Hosting.IMauiServiceCollection Microsoft.Maui.Hosting.Internal.MauiHandlersFactory:CreateHandlerCollection (System.Collections.Generic.IEnumerable`1) Microsoft.Maui.Hosting.MauiApp Microsoft.Maui.Hosting.MauiAppBuilder:Build () @@ -1815,7 +1828,6 @@ Methods: Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:RemapForControls (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:SetupDefaults (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:UseMauiApp (Microsoft.Maui.Hosting.MauiAppBuilder) - Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions:UseMauiApp (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Hosting.AppHostBuilderExtensions:ConfigureAnimations (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Hosting.AppHostBuilderExtensions:ConfigureDispatching (Microsoft.Maui.Hosting.MauiAppBuilder) Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.Hosting.EssentialsExtensions:UseEssentials (Microsoft.Maui.Hosting.MauiAppBuilder) @@ -1865,6 +1877,7 @@ Methods: Microsoft.Maui.IMauiContext Microsoft.Maui.MauiContextExtensions:MakeWindowScope (Microsoft.Maui.IMauiContext,Android.App.Activity,Microsoft.Extensions.DependencyInjection.IServiceScope&) Microsoft.Maui.IMauiContext Microsoft.Maui.Platform.MauiContextExtensions:MakeScoped (Microsoft.Maui.IMauiContext,Android.Views.LayoutInflater,AndroidX.Fragment.App.FragmentManager,Android.Content.Context,bool) Microsoft.Maui.IMauiHandlersFactory Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions/<>c:b__1_0 (System.IServiceProvider) + Microsoft.Maui.IMauiHandlersFactory Microsoft.Maui.MauiContext:<.ctor>b__6_0 () Microsoft.Maui.IMauiHandlersFactory Microsoft.Maui.MauiContext:get_Handlers () Microsoft.Maui.IPersistedState Microsoft.Maui.ActivationState:get_State () Microsoft.Maui.IPersistedState Microsoft.Maui.ActivationState:GetPersistedState (Android.OS.Bundle) @@ -1881,17 +1894,20 @@ Methods: Microsoft.Maui.IView Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.get_Content () Microsoft.Maui.IView Microsoft.Maui.Handlers.ViewHandler`2:Microsoft.Maui.IViewHandler.get_VirtualView () Microsoft.Maui.IView Microsoft.Maui.HotReload.MauiHotReloadHelper:GetReplacedView (Microsoft.Maui.HotReload.IHotReloadableView) - Microsoft.Maui.IView[] Microsoft.Maui.Handlers.LayoutExtensions:OrderByZIndex (Microsoft.Maui.ILayout) + Microsoft.Maui.IView System.Linq.OrderedEnumerable`1/d__4:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.IViewHandler Microsoft.Maui.Controls.VisualElement:get_Handler () Microsoft.Maui.IVisualDiagnosticsOverlay Microsoft.Maui.Controls.Window:get_VisualDiagnosticsOverlay () - Microsoft.Maui.IVisualTreeElement System.Linq.Enumerable/d__38`1:System.Collections.Generic.IEnumerator.get_Current () + Microsoft.Maui.IVisualTreeElement System.Linq.Enumerable/d__42`1:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.IWindow Microsoft.Maui.Controls.Application:Microsoft.Maui.IApplication.CreateWindow (Microsoft.Maui.IActivationState) Microsoft.Maui.IWindow Microsoft.Maui.Platform.ContextExtensions:GetWindow (Android.Content.Context) Microsoft.Maui.Keyboard Microsoft.Maui.Keyboard:get_Default () + Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:Implied (bool) + Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeColumns (bool) + Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeRows (bool) Microsoft.Maui.Layouts.ILayoutManager Microsoft.Maui.Controls.Layout:get_LayoutManager () Microsoft.Maui.Layouts.ILayoutManager Microsoft.Maui.Controls.VerticalStackLayout:CreateLayoutManager () Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.Collections.Generic.IEnumerator.get_Current () - Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate System.Linq.Enumerable/d__36`1:System.Collections.Generic.IEnumerator.get_Current () + Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate System.Linq.Enumerable/d__40`1:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions:OnBackPressed (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnBackPressed) Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions:OnCreate (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate) Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder Microsoft.Maui.LifecycleEvents.AndroidLifecycleBuilderExtensions:OnDestroy (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnDestroy) @@ -1930,7 +1946,6 @@ Methods: Microsoft.Maui.ScrollOrientation Microsoft.Maui.Controls.ScrollView:get_Orientation () Microsoft.Maui.Semantics Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Semantics () Microsoft.Maui.Semantics Microsoft.Maui.Controls.VisualElement:SetupSemantics () - Microsoft.Maui.SizeRequest Microsoft.Maui.Controls.Layout:Measure (double,double,Microsoft.Maui.Controls.MeasureFlags) Microsoft.Maui.TextAlignment Microsoft.Maui.Controls.Label:get_HorizontalTextAlignment () Microsoft.Maui.TextAlignment Microsoft.Maui.Controls.Label:get_VerticalTextAlignment () Microsoft.Maui.TextDecorations Microsoft.Maui.Controls.Label:get_TextDecorations () @@ -1951,8 +1966,9 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,Microsoft.Maui.Thickness) Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int) - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,long&,Interop/Sys/Permissions&,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,System.Func`4) Microsoft.Win32.SafeHandles.SafeFileHandle System.Private.CoreLib.Interop/Sys:Open (string,Interop/Sys/OpenFlags,int) Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.EventWaitHandle:ValidateHandle () Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle:get_SafeWaitHandle () @@ -1960,8 +1976,8 @@ Methods: Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitSubsystem:NewHandle (System.Threading.WaitSubsystem/WaitableObject) Mono.MonoAssemblyName* System.Reflection.AssemblyName:GetNativeName (intptr) object Android.Runtime.AndroidEnvironment:GetHttpMessageHandler () - object Android.Runtime.JNIEnv/<>c:b__106_8 (System.Type,intptr,int) - object Android.Runtime.JNIEnv/<>c:b__106_9 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__107_8 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__107_9 (System.Type,intptr,int) object Java.Interop.JavaConvert/<>c:<.cctor>b__20_9 (intptr,Android.Runtime.JniHandleOwnership) object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/<>c:b__16_1 (System.Type) @@ -1990,10 +2006,11 @@ Methods: object Microsoft.Maui.Controls.BindableProperty:GetDefaultValue (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Binding:GetSourceValue (object,System.Type) object Microsoft.Maui.Controls.BindingBase:GetSourceValue (object,System.Type) + object Microsoft.Maui.Controls.BrushTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) object Microsoft.Maui.Controls.ElementTemplate:CreateContent () object Microsoft.Maui.Controls.FontElement:FontSizeDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__58_1 (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__58_3 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_1 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_3 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IElementHandler.get_PlatformView () object Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IViewHandler.get_ContainerView () object Microsoft.Maui.Controls.ImageSourceConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) @@ -2010,8 +2027,8 @@ Methods: object Microsoft.Maui.Controls.ShellContent/<>c:<.cctor>b__45_0 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ShellItem/<>c:<.cctor>b__45_0 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ShellSection/<>c:<.cctor>b__111_0 (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__378_2 (Microsoft.Maui.Controls.BindableObject,object) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__378_3 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_2 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_3 (Microsoft.Maui.Controls.BindableObject,object) object Microsoft.Maui.Controls.VisualStateManager/<>c:<.cctor>b__10_0 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:Microsoft.Maui.Controls.Xaml.IProvideValueTarget.get_TargetObject () object Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:Microsoft.Maui.Controls.Xaml.IProvideValueTarget.get_TargetProperty () @@ -2036,8 +2053,8 @@ Methods: object Microsoft.Maui.Hosting.Internal.MauiFactory:GetService (Microsoft.Extensions.DependencyInjection.ServiceDescriptor) object Microsoft.Maui.Hosting.Internal.MauiFactory:GetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceDescriptor,System.Collections.Generic.IEnumerable`1) object Microsoft.Maui.Hosting.Internal.MauiFactory:GetService (System.Type) - object Microsoft.Maui.MauiContext/<>c__10`1:b__10_0 (object) - object Microsoft.Maui.MauiContext/<>c__9`1:b__9_0 (object) + object Microsoft.Maui.MauiContext/<>c__11`1:b__11_0 (object) + object Microsoft.Maui.MauiContext/<>c__12`1:b__12_0 (object) object Microsoft.Maui.MauiContext/WrappedServiceProvider:GetService (System.Type) object System.Activator:CreateInstance (System.Type,bool,bool) object System.Activator:CreateInstance (System.Type,bool) @@ -2067,19 +2084,20 @@ Methods: object System.GC:get_ephemeron_tombstone () object System.Globalization.CultureInfo:GetFormat (System.Type) object System.MulticastDelegate:GetTarget () - object System.Net.Http.Headers.HttpHeaders:GetParsedValues (System.Net.Http.Headers.HeaderDescriptor) + object System.Net.Http.Headers.HttpHeaders:GetSingleParsedValue (System.Net.Http.Headers.HeaderDescriptor) + object System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo:GetSingleParsedValue () object System.Net.PathList:get_Item (string) object System.Net.PathList:get_SyncRoot () object System.Object:MemberwiseClone () object System.Reflection.ConstructorInfo:Invoke (object[]) + object System.Reflection.ConstructorInvoker:InterpretedInvoke (object,System.Span`1,System.Reflection.BindingFlags) object System.Reflection.CustomAttributeTypedArgument:CanonicalizeValue (object) object System.Reflection.MethodBase:Invoke (object,object[]) - object System.Reflection.RuntimeConstructorInfo:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) - object System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,object[],bool) - object System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,object[],System.Exception&) + object System.Reflection.MethodInvoker:InterpretedInvoke (object,System.Span`1,System.Reflection.BindingFlags) + object System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,System.Span`1&,System.Exception&) object System.Reflection.RuntimeConstructorInfo:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) object System.Reflection.RuntimeConstructorInfo:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) - object System.Reflection.RuntimeMethodInfo:InternalInvoke (object,object[],System.Exception&) + object System.Reflection.RuntimeMethodInfo:InternalInvoke (object,System.Span`1&,System.Exception&) object System.Reflection.RuntimeMethodInfo:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) object System.Resources.RuntimeResourceSet:GetObject (string,bool,bool) object System.Resources.RuntimeResourceSet:ReadValue (System.Resources.ResourceReader,int,bool,System.Resources.ResourceLocator&) @@ -2089,13 +2107,11 @@ Methods: object System.Runtime.InteropServices.GCHandle:get_Target () object System.Runtime.InteropServices.GCHandle:InternalGet (intptr) object System.Runtime.InteropServices.Marshal:PtrToStructure (intptr,System.Type) - object System.RuntimeType:CheckValue (object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) object System.RuntimeType:CreateInstanceDefaultCtor (bool,bool) object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType) - object System.RuntimeType:CreateInstanceInternal (System.Type) + object System.RuntimeType:CreateInstanceInternal (System.Runtime.CompilerServices.QCallTypeHandle) object System.RuntimeType:CreateInstanceMono (bool,bool) object System.RuntimeType:CreateInstanceOfT () - object System.RuntimeType:TryConvertToType (object,bool&) object System.Threading.PortableThreadPool:CreateThreadLocalCompletionCountObject () object System.Threading.PortableThreadPool:GetOrCreateThreadLocalCompletionCountObject () object System.Threading.ThreadInt64PersistentCounter:CreateThreadLocalCountObject () @@ -2110,7 +2126,10 @@ Methods: object[] System.Reflection.CustomAttribute:GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type,bool) object[] System.Reflection.CustomAttribute:GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type) object[] System.Reflection.RuntimeAssembly:GetCustomAttributes (System.Type,bool) - object& System.Collections.Generic.Dictionary`2:FindValue (System.Net.Http.Headers.HeaderDescriptor) + object& System.Collections.Generic.Dictionary`2:FindValue (string) + object& System.Net.Http.Headers.HttpHeaders:g__GrowEntriesAndAddDefault|74_0 (System.Net.Http.Headers.HeaderDescriptor) + object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrAddDefault (System.Net.Http.Headers.HeaderDescriptor) + object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrNullRef (System.Net.Http.Headers.HeaderDescriptor) single Android.Util.DisplayMetrics:get_Density () single Android.Util.TypedValue:ComplexToDimension (int,Android.Util.DisplayMetrics) single Java.Interop.JniEnvironment/InstanceFields:GetFloatField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) @@ -2122,10 +2141,11 @@ Methods: single Microsoft.Maui.Graphics.RectF:get_Height () single Microsoft.Maui.Graphics.RectF:get_Width () single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,double) - single System.Math:Abs (single) + single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Views.View,double) single System.Numerics.Matrix3x2:GetDeterminant () string Android.Content.ContextWrapper:get_PackageName () string Android.Content.Res.TypedArray:GetString (int) + string Android.Runtime.AndroidTypeManager:GetReplacementTypeCore (string) string Android.Runtime.AndroidTypeManager:GetSimpleReference (System.Type) string Android.Runtime.JavaArray`1/d__13:System.Collections.Generic.IEnumerator.get_Current () string Android.Runtime.JNIEnv:GetCharSequence (intptr,Android.Runtime.JniHandleOwnership) @@ -2137,6 +2157,8 @@ Methods: string Java.Interop.JavaConvert:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference) string Java.Interop.JniEnvironment/Strings:ToString (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) + string Java.Interop.JniPeerMembers:GetReplacementType (string) + string Java.Interop.JniRuntime/JniTypeManager:GetReplacementType (string) string Java.Interop.JniTypeSignature:get_Name () string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:GetPrimitiveClass (System.Type) string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:ToJniName (string,int) @@ -2245,22 +2267,22 @@ Methods: string System.Number:Int32ToDecStr (int) string System.Number:UInt32ToDecStr (uint) string System.Private.CoreLib.Interop/Sys:GetDefaultTimeZone () - string System.Private.CoreLib.Interop/Sys:GetUnixName () string System.Private.CoreLib.Interop/Sys:GetUnixRelease () string System.ReadOnlySpan`1:ToString () string System.Reflection.AssemblyName:get_CultureName () string System.Reflection.AssemblyName:get_FullName () string System.Reflection.AssemblyNameFormatter:ComputeDisplayName (string,System.Version,string,byte[],System.Reflection.AssemblyNameFlags,System.Reflection.AssemblyContentType) - string System.Reflection.RuntimeAssembly:get_code_base (System.Reflection.Assembly) - string System.Reflection.RuntimeAssembly:get_location () + string System.Reflection.AssemblyNameParser:ParseCulture (string) string System.Reflection.RuntimeAssembly:get_Location () + string System.Reflection.RuntimeAssembly:GetInfo (System.Reflection.RuntimeAssembly/AssemblyInfoKind) string System.Resources.ResourceManager:GetResourceFileName (System.Globalization.CultureInfo) string System.Resources.ResourceManager:GetString (string,System.Globalization.CultureInfo) string System.Resources.ResourceManager/ResourceManagerMediator:GetResourceFileName (System.Globalization.CultureInfo) string System.Resources.ResourceReader:LoadString (int) string System.Resources.RuntimeResourceSet:GetString (string,bool) string System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () - string System.Runtime.InteropServices.Marshal:PtrToStringAnsi (intptr) + string System.Runtime.InteropServices.Marshal:PtrToStringUTF8 (intptr) + string System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:ToManaged () string System.RuntimeType:get_FullName () string System.RuntimeType:get_Name () string System.RuntimeType:getFullName (bool,bool) @@ -2300,9 +2322,9 @@ Methods: string System.Text.Encoding:GetString (byte*,int) string System.Text.Encoding:GetString (System.ReadOnlySpan`1) string System.Text.StringBuilder:ToString () - string System.Text.StringBuilderCache:GetStringAndRelease (System.Text.StringBuilder) string System.Text.UTF8Encoding:GetString (byte[],int,int) string System.Text.ValueStringBuilder:ToString () + string System.Text.ValueStringBuilder:ToString () string System.Threading.Tasks.Task`1:get_Result () string System.TimeZoneInfo:GetExemplarCityName (string,string) string System.TimeZoneInfo:GetUtcFullDisplayName (string,string) @@ -2332,6 +2354,7 @@ Methods: string[] System.Globalization.CultureData:AbbreviatedMonthNames (System.Globalization.CalendarId) string[] System.Globalization.CultureData:get_LongTimes () string[] System.Globalization.CultureData:get_ShortTimes () + string[] System.Globalization.CultureData:GetNativeDigits () string[] System.Globalization.CultureData:GetTimeFormatsCore (bool) string[] System.Globalization.CultureData:LongDates (System.Globalization.CalendarId) string[] System.Globalization.CultureData:ShortDates (System.Globalization.CalendarId) @@ -2356,8 +2379,9 @@ Methods: System.AppDomain System.AppDomain:get_CurrentDomain () System.Array Android.Runtime.JNIEnv:_GetArray (intptr,System.Type) System.Array Android.Runtime.JNIEnv:GetArray (intptr,Android.Runtime.JniHandleOwnership,System.Type) - System.Array Android.Runtime.JNIEnv/<>c:b__132_12 (System.Type,intptr,int) + System.Array Android.Runtime.JNIEnv/<>c:b__133_12 (System.Type,intptr,int) System.Array System.Array:CreateInstance (System.Type,int) + System.Array System.Array:InternalCreate (System.RuntimeType,int,int*,int*) System.ArraySegment`1 System.Net.Http.HttpContent/LimitArrayPoolWriteStream:GetBuffer () System.Attribute System.Attribute:GetAttr (System.Reflection.ICustomAttributeProvider,System.Type,bool) System.Attribute System.Attribute:GetCustomAttribute (System.Reflection.Assembly,System.Type) @@ -2370,7 +2394,9 @@ Methods: System.Buffers.OperationStatus System.Text.Unicode.Utf8Utility:TranscodeToUtf8 (char*,int,byte*,int,char*&,byte*&) System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () - System.Collections.Generic.ArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () + System.Collections.Generic.ArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () + System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () + System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:get_Default () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator> System.Collections.Generic.Dictionary`2/KeyCollection>:GetEnumerator () @@ -2393,7 +2419,6 @@ Methods: System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () - System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1> System.Collections.Generic.EqualityComparer`1>:CreateComparer () System.Collections.Generic.EqualityComparer`1> System.Collections.Generic.EqualityComparer`1>:CreateComparer () System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1:GetEnumerator () @@ -2430,37 +2455,27 @@ Methods: System.Collections.Generic.IEnumerable`1> Microsoft.Maui.Controls.ResourceDictionary:get_MergedResources () System.Collections.Generic.IEnumerable`1> Microsoft.Maui.Controls.ResourcesExtensions:GetMergedResources (Microsoft.Maui.Controls.IElementDefinition) System.Collections.Generic.IEnumerable`1 System.Reflection.MemberInfo:get_CustomAttributes () - System.Collections.Generic.IEnumerable`1 Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetServices (System.IServiceProvider) - System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions:GetCustomAttributes (System.Reflection.Assembly) - System.Collections.Generic.IEnumerable`1 Microsoft.Maui.LifecycleEvents.LifecycleEventService:GetEventDelegates (string) - System.Collections.Generic.IEnumerable`1 Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions:GetLifecycleEventDelegates (System.IServiceProvider,string) - System.Collections.Generic.IEnumerable`1 Microsoft.Maui.Controls.Element:Descendants () - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Cast (System.Collections.IEnumerable) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:CastIterator (System.Collections.IEnumerable) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:OfType (System.Collections.IEnumerable) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:OfTypeIterator (System.Collections.IEnumerable) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Reverse (System.Collections.Generic.IEnumerable`1) - System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Where (System.Collections.Generic.IEnumerable`1,System.Func`2) System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ShellElementCollection`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Element/d__89`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Element/d__27:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Element/d__100:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Page/d__80:System.Collections.Generic.IEnumerable.GetEnumerator () + System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Page/d__84:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ReadOnlyCastingList`2:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ViewExtensions/d__20:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.MenuItemCollection:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/Iterator`1:GetEnumerator () + System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ObservableWrapper`2:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ShellElementCollection`1:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ObservableWrapper`2:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.StyleSheets.StyleSheetExtensions/d__0:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.VisualStateGroupList:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.WatchAddList`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Hosting.Internal.FontCollection:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Array:InternalArray__IEnumerable_GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__38`1:System.Collections.Generic.IEnumerable.GetEnumerator () + System.Collections.Generic.IEnumerator`1 System.Linq.OrderedEnumerable`1:GetEnumerator () + System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__42`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__36`1:System.Collections.Generic.IEnumerable.GetEnumerator () + System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__40`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Android.Runtime.JavaArray`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Android.Runtime.JavaList`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Android.Runtime.JavaSet`1:GetEnumerator () @@ -2469,14 +2484,12 @@ Methods: System.Collections.Generic.IEnumerator`1 System.Collections.Generic.HashSet`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Linq.Extensions:ToEnumerator_Dispose (Java.Util.IIterator) System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary:GetEnumerator () - System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary/d__41:System.Collections.Generic.IEnumerable>.GetEnumerator () + System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary/d__42:System.Collections.Generic.IEnumerable>.GetEnumerator () System.Collections.Generic.IEnumerator`1> System.Collections.Generic.Dictionary`2:System.Collections.Generic.IEnumerable>.GetEnumerator () System.Collections.Generic.IEnumerator`1>> System.Array:InternalArray__IEnumerable_GetEnumerator () System.Collections.Generic.IEnumerator`1>> System.Net.Http.Headers.HttpHeaders:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Collections.Generic.List`1:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Array:InternalArray__IEnumerable_GetEnumerator () - System.Collections.Generic.IEnumerator`1 System.Linq.Extensions:ToEnumerator_Dispose (Java.Util.IIterator) System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.NonRandomizedStringEqualityComparer:GetStringComparer (object) System.Collections.Generic.IList`1 Microsoft.Maui.Controls.Style:get_Behaviors () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.TemplatedPage:Microsoft.Maui.Controls.IControlTemplated.get_InternalChildren () @@ -2528,7 +2541,7 @@ Methods: System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Element:Microsoft.Maui.IVisualTreeElement.GetVisualChildren () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Layout:Microsoft.Maui.IVisualTreeElement.GetVisualChildren () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Application:Microsoft.Maui.IApplication.get_Windows () - System.Collections.Generic.KeyValuePair`2 Microsoft.Maui.Controls.ResourceDictionary/d__41:System.Collections.Generic.IEnumerator>.get_Current () + System.Collections.Generic.KeyValuePair`2 Microsoft.Maui.Controls.ResourceDictionary/d__42:System.Collections.Generic.IEnumerator>.get_Current () System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator:get_Current () System.Collections.Generic.KeyValuePair`2[] System.Collections.Generic.EnumerableHelpers:ToArray (System.Collections.Generic.IEnumerable`1>) System.Collections.Generic.KeyValuePair`2[] System.Linq.Enumerable:ToArray (System.Collections.Generic.IEnumerable`1>) @@ -2542,7 +2555,6 @@ Methods: System.Collections.Generic.List`1 Microsoft.Maui.Controls.MenuItemTracker`1:GetCurrentToolbarItems (Microsoft.Maui.Controls.Page) System.Collections.Generic.List`1 System.Threading.TimerQueue:InitializeScheduledTimerManager_Locked () System.Collections.Generic.List`1 Microsoft.Maui.Hosting.Internal.MauiFactory:GetServiceBaseTypes (System.Type) - System.Collections.Generic.List`1 System.Linq.Enumerable:ToList (System.Collections.Generic.IEnumerable`1) System.Collections.IEnumerator Microsoft.Maui.Controls.Layout:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.ObservableWrapper`2:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.ShellElementCollection`1:System.Collections.IEnumerable.GetEnumerator () @@ -2562,7 +2574,6 @@ Methods: System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array:AsReadOnly (System.Reflection.CustomAttributeData[]) System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array:AsReadOnly (System.Reflection.CustomAttributeNamedArgument[]) System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array:AsReadOnly (System.Reflection.CustomAttributeTypedArgument[]) - System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array:AsReadOnly (T_REF[]) System.Collections.SortedList System.Collections.SortedList:Synchronized (System.Collections.SortedList) System.ComponentModel.TypeConverter Microsoft.Maui.Controls.Xaml.TypeConversionExtensions/<>c__DisplayClass2_0:b__0 () System.DateTime System.DateTime:Add (double,int) @@ -2587,6 +2598,7 @@ Methods: System.Delegate Android.App.Activity:GetOnBackPressedHandler () System.Delegate Android.App.Activity:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler () System.Delegate Android.App.Activity:GetOnCreate_Landroid_os_Bundle_Handler () + System.Delegate Android.App.Activity:GetOnDestroyHandler () System.Delegate Android.App.Activity:GetOnNewIntent_Landroid_content_Intent_Handler () System.Delegate Android.App.Activity:GetOnPostCreate_Landroid_os_Bundle_Handler () System.Delegate Android.App.Activity:GetOnPostResumeHandler () @@ -2674,7 +2686,7 @@ Methods: System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string,bool,bool) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string) - System.Delegate System.Delegate:CreateDelegate_internal (System.Type,object,System.Reflection.MethodInfo,bool) + System.Delegate System.Delegate:CreateDelegate_internal (System.Runtime.CompilerServices.QCallTypeHandle,object,System.Reflection.MethodInfo,bool) System.Delegate System.Delegate:Remove (System.Delegate,System.Delegate) System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) System.Delegate System.MulticastDelegate:RemoveImpl (System.Delegate) @@ -2685,6 +2697,7 @@ Methods: System.Func`2 System.Collections.Concurrent.ConcurrentDictionary`2>:GetOrAdd (System.Type,System.Func`2>) System.Func`2 Java.Interop.JavaConvert:GetLocalJniHandleConverter (object) System.Func`2 Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2>,System.Type,intptr) + System.Func`3 Microsoft.Maui.Handlers.ScrollViewHandler:IncludeScrollViewInsets (System.Func`3,Microsoft.Maui.IScrollView) System.Func`3 Java.Interop.JavaConvert:GetJniHandleConverter (System.Type) System.Func`3 Java.Interop.JavaConvert:GetJniHandleConverterForType (System.Type) System.GCMemoryInfo System.GC:GetGCMemoryInfo () @@ -2720,7 +2733,7 @@ Methods: System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo:GetInstance (System.IFormatProvider) System.Globalization.DaylightTimeStruct System.TimeZoneInfo:GetDaylightTime (int,System.TimeZoneInfo/AdjustmentRule,System.Nullable`1) System.Globalization.NumberFormatInfo System.Globalization.CultureInfo:get_NumberFormat () - System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:g__GetProviderNonNull|45_0 (System.IFormatProvider) + System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:g__GetProviderNonNull|44_0 (System.IFormatProvider) System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:get_CurrentInfo () System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo:GetInstance (System.IFormatProvider) System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanFormat/FormatLiterals:InitInvariant (bool) @@ -2749,6 +2762,10 @@ Methods: System.IServiceProvider Microsoft.Maui.Hosting.ImageSourceServiceProvider:get_HostServiceProvider () System.IServiceProvider Microsoft.Maui.MauiContext:get_Services () System.LazyHelper System.LazyHelper:Create (System.Threading.LazyThreadSafetyMode,bool) + System.Linq.EnumerableSorter`1 System.Linq.OrderedEnumerable`1:GetEnumerableSorter () + System.Linq.EnumerableSorter`1 System.Linq.OrderedEnumerable`2:GetEnumerableSorter (System.Linq.EnumerableSorter`1) + System.Linq.IOrderedEnumerable`1 Microsoft.Maui.Handlers.LayoutExtensions:OrderByZIndex (Microsoft.Maui.ILayout) + System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable:OrderBy (System.Collections.Generic.IEnumerable`1,System.Func`2) System.MulticastDelegate System.Delegate:AllocDelegateLike_internal (System.Delegate) System.Net.Cookie System.Net.CookieCollection:get_Item (int) System.Net.Cookie System.Net.CookieParser:Get () @@ -2759,10 +2776,9 @@ Methods: System.Net.CookieToken System.Net.CookieTokenizer:Next (bool,bool) System.Net.CookieToken System.Net.CookieTokenizer:TokenFromName (bool) System.Net.Http.Headers.AltSvcHeaderParser System.Net.Http.Headers.AltSvcHeaderParser:get_Parser () - System.Net.Http.Headers.HeaderDescriptor System.Net.Http.Headers.KnownHeader:get_Descriptor () System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpContent:get_Headers () + System.Net.Http.Headers.HttpHeaderParser System.Net.Http.Headers.HeaderDescriptor:get_Parser () System.Net.Http.Headers.HttpHeaderParser System.Net.Http.Headers.KnownHeaders:GetAltSvcHeaderParser () - System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo System.Net.Http.Headers.HttpHeaders:GetOrCreateHeaderInfo (System.Net.Http.Headers.HeaderDescriptor,bool) System.Net.Http.Headers.HttpHeaderType System.Net.Http.Headers.HeaderDescriptor:get_HeaderType () System.Net.Http.Headers.HttpRequestHeaders System.Net.Http.HttpRequestMessage:get_Headers () System.Net.Http.Headers.HttpResponseHeaders System.Net.Http.HttpResponseMessage:get_Headers () @@ -2770,7 +2786,7 @@ Methods: System.Net.Http.Headers.KnownHeader System.Net.Http.Headers.KnownHeaders:TryGetKnownHeader (string) System.Net.Http.Headers.MediaTypeHeaderValue System.Net.Http.Headers.HttpContentHeaders:get_ContentType () System.Net.Http.Headers.MediaTypeHeaderValue System.Net.Http.Headers.MediaTypeHeaderParser:CreateMediaType () - System.Net.Http.Headers.NameValueHeaderValue System.Net.Http.Headers.NameValueHeaderValue:Find (System.Net.Http.Headers.ObjectCollection`1,string) + System.Net.Http.Headers.NameValueHeaderValue System.Net.Http.Headers.NameValueHeaderValue:Find (System.Net.Http.Headers.UnvalidatedObjectCollection`1,string) System.Net.Http.HttpContent System.Net.Http.HttpResponseMessage:get_Content () System.Net.Http.HttpContent Xamarin.Android.Net.AndroidMessageHandler:GetContent (Java.Net.URLConnection,System.IO.Stream) System.Net.Http.HttpMessageHandler System.Net.Http.HttpClientHandler:CreateNativeHandler () @@ -2780,12 +2796,15 @@ Methods: System.Net.HttpStatusCode System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass128_0:b__2 () System.Nullable`1 System.Nullable`1:Unbox (object) + System.Nullable`1 Android.Runtime.AndroidTypeManager:GetReplacementMethodInfoCore (string,string,string) + System.Nullable`1 Java.Interop.JniRuntime/JniTypeManager:GetReplacementMethodInfo (string,string,string) System.Nullable`1 System.Net.Http.Headers.HttpContentHeaders:get_ContentLength () System.Nullable`1 System.TimeZoneInfo:TZif_ParseOffsetString (System.ReadOnlySpan`1) System.Nullable`1 System.TimeZoneInfo:TZif_CreateTransitionTimeFromPosixRule (System.ReadOnlySpan`1,System.ReadOnlySpan`1) System.Number/ParsingStatus System.Number:TryParseInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,int&) System.Number/ParsingStatus System.Number:TryParseInt64IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,long&) System.Number/ParsingStatus System.Number:TryParseUInt32HexNumberStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,uint&) + System.Number/ParsingStatus System.Number:TryParseUInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint&) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:CreateScale (single,single) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:get_Identity () System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:op_Multiply (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) @@ -2841,9 +2860,16 @@ Methods: System.Reflection.AssemblyName System.Reflection.Assembly:GetName () System.Reflection.AssemblyName System.Reflection.AssemblyName:Create (intptr,string) System.Reflection.AssemblyName System.Reflection.RuntimeAssembly:GetName (bool) + System.Reflection.AssemblyNameParser/AssemblyNameParts System.Reflection.AssemblyNameParser:Parse () + System.Reflection.AssemblyNameParser/AssemblyNameParts System.Reflection.AssemblyNameParser:Parse (string) + System.Reflection.AssemblyNameParser/Token System.Reflection.AssemblyNameParser:GetNextToken () + System.Reflection.AssemblyNameParser/Token System.Reflection.AssemblyNameParser:GetNextToken (string&) System.Reflection.Binder System.Type:get_DefaultBinder () System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo:FilterPreCalculate (bool,bool,bool) System.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo:get_BindingFlags () + System.Reflection.CallingConventions System.Reflection.MonoMethodInfo:GetCallingConvention (intptr) + System.Reflection.CallingConventions System.Reflection.RuntimeConstructorInfo:get_CallingConvention () + System.Reflection.CallingConventions System.Reflection.RuntimeMethodInfo:get_CallingConvention () System.Reflection.ConstructorInfo System.Reflection.RuntimeCustomAttributeData:get_Constructor () System.Reflection.ConstructorInfo System.RuntimeType:GetConstructorImpl (System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) System.Reflection.ConstructorInfo System.RuntimeType/ListBuilder`1:get_Item (int) @@ -2853,6 +2879,9 @@ Methods: System.Reflection.ConstructorInfo[] System.RuntimeType:GetConstructors (System.Reflection.BindingFlags) System.Reflection.ConstructorInfo[] System.RuntimeType/ListBuilder`1:ToArray () System.Reflection.ConstructorInfo[] System.Type:GetConstructors () + System.Reflection.CorElementType System.Enum:InternalGetCorElementType () + System.Reflection.CorElementType System.Enum:InternalGetCorElementType (System.Runtime.CompilerServices.QCallTypeHandle) + System.Reflection.CorElementType System.RuntimeTypeHandle:GetCorElementType (System.Runtime.CompilerServices.QCallTypeHandle) System.Reflection.CorElementType System.RuntimeTypeHandle:GetCorElementType (System.RuntimeType) System.Reflection.CustomAttributeData[] System.Reflection.CustomAttribute:GetCustomAttributesDataInternal (System.Reflection.ICustomAttributeProvider) System.Reflection.CustomAttributeData[] System.Reflection.CustomAttribute:GetPseudoCustomAttributesData (System.Reflection.ICustomAttributeProvider,System.Type) @@ -2868,6 +2897,8 @@ Methods: System.Reflection.FieldInfo System.RuntimeType:GetField (string,System.Reflection.BindingFlags) System.Reflection.FieldInfo System.Type:GetField (string) System.Reflection.ICustomAttributeProvider System.Reflection.CustomAttribute:GetBase (System.Reflection.ICustomAttributeProvider) + System.Reflection.InvocationFlags System.Reflection.RuntimeConstructorInfo:ComputeAndUpdateInvocationFlags (System.Reflection.ConstructorInfo,System.Reflection.InvocationFlags&) + System.Reflection.InvocationFlags System.Reflection.RuntimeMethodInfo:ComputeAndUpdateInvocationFlags (System.Reflection.MethodInfo,System.Reflection.InvocationFlags&) System.Reflection.MemberInfo Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension/<>c__DisplayClass20_0:.ProvideValue>g__minforetriever|0 () System.Reflection.MemberInfo Microsoft.Maui.Controls.Xaml.OnIdiomExtension/<>c__DisplayClass32_0:g__minforetriever|0 () System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo:GetAttributes (intptr) @@ -2921,6 +2952,7 @@ Methods: System.Reflection.RuntimeModule System.RuntimeTypeHandle:GetModule (System.RuntimeType) System.Reflection.RuntimePropertyInfo[] System.RuntimeType:GetPropertiesByName (string,System.Reflection.BindingFlags,System.RuntimeType/MemberListType,System.RuntimeType) System.Reflection.TypeAttributes System.RuntimeType:GetAttributeFlagsImpl () + System.Reflection.TypeAttributes System.RuntimeTypeHandle:GetAttributes (System.Runtime.CompilerServices.QCallTypeHandle) System.Reflection.TypeAttributes System.RuntimeTypeHandle:GetAttributes (System.RuntimeType) System.Reflection.TypeAttributes System.Type:get_Attributes () System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions:GetTypeInfo (System.Type) @@ -2940,8 +2972,8 @@ Methods: System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (CommonMethods/d__0&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/d__41&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (maui.MainPage/d__2&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__69&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|29_0>d&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__68&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|27_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpContent/d__63&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.StreamToStreamCopy/<g__DisposeSourceAsync|1_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1:GetAwaiter () @@ -2952,32 +2984,21 @@ Methods: System.RuntimeType System.RuntimeType:GetType (string,bool,bool,System.Threading.StackCrawlMark&) System.RuntimeType System.RuntimeTypeHandle:GetBaseType (System.RuntimeType) System.RuntimeType System.RuntimeTypeHandle:GetElementType (System.RuntimeType) - System.RuntimeType System.RuntimeTypeHandle:GetTypeByName (string,bool,bool,System.Threading.StackCrawlMark&,bool) - System.RuntimeType System.RuntimeTypeHandle:internal_from_name (string,System.Threading.StackCrawlMark&,System.Reflection.Assembly,bool,bool) + System.RuntimeType System.RuntimeTypeHandle:GetTypeByName (string,bool,bool,System.Threading.StackCrawlMark&) + System.RuntimeType[] System.Reflection.RuntimeConstructorInfo:get_ArgumentTypes () + System.RuntimeType[] System.Reflection.RuntimeMethodInfo:get_ArgumentTypes () System.RuntimeType[] System.RuntimeType:GetGenericArgumentsInternal () + System.RuntimeType/CheckValueStatus System.RuntimeType:TryConvertToType (object&) System.RuntimeType/ListBuilder`1 System.RuntimeType:GetConstructorCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool) System.RuntimeType/ListBuilder`1 System.RuntimeType:GetMethodCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],int,bool) System.RuntimeType/ListBuilder`1 System.RuntimeType:GetPropertyCandidates (string,System.Reflection.BindingFlags,System.Type[],bool) System.RuntimeType/TypeCache System.RuntimeType:get_Cache () System.RuntimeTypeHandle System.RuntimeType:get_TypeHandle () System.Span`1 System.Text.ValueUtf8Converter:ConvertAndTerminateString (System.ReadOnlySpan`1) - System.Span`1 System.Span`1:Slice (int,int) System.Span`1 System.Runtime.InteropServices.CollectionsMarshal:AsSpan (System.Collections.Generic.List`1) - System.Span`1 System.Span`1:op_Implicit (string[]) - System.Span`1 System.Runtime.InteropServices.CollectionsMarshal:AsSpan (System.Collections.Generic.List`1) System.Text.Decoder System.Text.UTF8Encoding:GetDecoder () System.Text.Encoding System.Text.Encoding:get_UTF8 () - System.Text.StringBuilder System.Globalization.TimeSpanFormat:FormatCustomized (System.TimeSpan,System.ReadOnlySpan`1,System.Globalization.DateTimeFormatInfo,System.Text.StringBuilder) - System.Text.StringBuilder System.Text.StringBuilder:Append (char,int) - System.Text.StringBuilder System.Text.StringBuilder:Append (char) System.Text.StringBuilder System.Text.StringBuilder:Append (char[],int,int) - System.Text.StringBuilder System.Text.StringBuilder:Append (char*,int) - System.Text.StringBuilder System.Text.StringBuilder:Append (int) - System.Text.StringBuilder System.Text.StringBuilder:Append (string) - System.Text.StringBuilder System.Text.StringBuilder:AppendSpanFormattable (int) - System.Text.StringBuilder System.Text.StringBuilder:Clear () - System.Text.StringBuilder System.Text.StringBuilder:FindChunkForIndex (int) - System.Text.StringBuilder System.Text.StringBuilderCache:Acquire (int) System.Threading.CancellationToken Microsoft.Maui.ImageSourceServiceResultManager:BeginLoad () System.Threading.CancellationToken Microsoft.Maui.ImageSourceServiceResultManager:get_Token () System.Threading.CancellationTokenRegistration System.Threading.CancellationToken:Register (System.Action,bool) @@ -2989,7 +3010,6 @@ Methods: System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource:CreateLinkedTokenSource (System.Threading.CancellationToken) System.Threading.ExecutionContext System.Threading.ExecutionContext:Capture () System.Threading.ExecutionContext System.Threading.Tasks.Task:get_CapturedContext () - System.Threading.IThreadPoolWorkItem System.Threading.ThreadPoolWorkQueue:TryDequeueTimeSensitiveWorkItem () System.Threading.LowLevelLifoSemaphore/Counts System.Threading.LowLevelLifoSemaphore/Counts:InterlockedCompareExchange (System.Threading.LowLevelLifoSemaphore/Counts,System.Threading.LowLevelLifoSemaphore/Counts) System.Threading.PortableThreadPool/ThreadCounts System.Threading.PortableThreadPool/ThreadCounts:InterlockedCompareExchange (System.Threading.PortableThreadPool/ThreadCounts,System.Threading.PortableThreadPool/ThreadCounts) System.Threading.SemaphoreSlim System.IO.Stream:EnsureAsyncActiveSemaphoreInitialized () @@ -3005,7 +3025,7 @@ Methods: System.Threading.Tasks.Task System.IO.BufferedStream:CopyToAsync (System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.BufferedStream:CopyToAsyncCore (System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.DelegatingStream:CopyToAsync (System.IO.Stream,int,System.Threading.CancellationToken) - System.Threading.Tasks.Task System.IO.Stream:g__Core|29_0 (System.IO.Stream,System.IO.Stream,int,System.Threading.CancellationToken) + System.Threading.Tasks.Task System.IO.Stream:g__Core|27_0 (System.IO.Stream,System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.Stream:CopyToAsync (System.IO.Stream,int,System.Threading.CancellationToken) System.Threading.Tasks.Task System.IO.Stream:CopyToAsync (System.IO.Stream,System.Threading.CancellationToken) System.Threading.Tasks.Task System.Net.Http.HttpContent:LoadIntoBufferAsync (long,System.Threading.CancellationToken) @@ -3058,8 +3078,6 @@ Methods: System.Threading.Tasks.Task`1 System.Threading.Tasks.Task`1:StartNew (System.Threading.Tasks.Task,System.Func`1,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCache:CreateCacheableTask (System.Net.HttpStatusCode) System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCache:CreateCacheableTask (System.Threading.Tasks.VoidTaskResult) - System.Threading.Tasks.Task`1 System.Threading.Tasks.Task:FromResult (TResult_REF) - System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCache:CreateCacheableTask (TResult_REF) System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler:get_Default () System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler:get_InternalCurrent () System.Threading.Tasks.TaskStatus System.Threading.Tasks.Task:get_Status () @@ -3083,6 +3101,7 @@ Methods: System.Threading.WaitSubsystem/WaitableObject System.Threading.WaitSubsystem/HandleManager:FromHandle (intptr) System.Threading.WaitSubsystem/WaitableObject System.Threading.WaitSubsystem/WaitableObject:NewEvent (bool,System.Threading.EventResetMode) System.Threading.WaitSubsystem/WaitableObject[] System.Threading.WaitSubsystem/ThreadWaitInfo:GetWaitedObjectArray (int) + System.TimeSpan System.Diagnostics.Stopwatch:GetElapsedTime (long,long) System.TimeSpan System.TimeSpan:Add (System.TimeSpan) System.TimeSpan System.TimeSpan:FromHours (double) System.TimeSpan System.TimeSpan:FromMilliseconds (double) @@ -3189,23 +3208,17 @@ Methods: System.Type System.RuntimeType:get_UnderlyingSystemType () System.Type System.RuntimeType:GetElementType () System.Type System.RuntimeType:GetGenericTypeDefinition () - System.Type System.RuntimeType:make_array_type (int) - System.Type System.RuntimeType:make_byref_type () System.Type System.RuntimeType:MakeArrayType () System.Type System.RuntimeType:MakeByRefType () - System.Type System.RuntimeType:MakeGenericType (System.Type,System.Type[]) System.Type System.RuntimeType:MakeGenericType (System.Type[]) System.Type System.RuntimeTypeHandle:GetGenericTypeDefinition (System.RuntimeType) - System.Type System.RuntimeTypeHandle:GetGenericTypeDefinition_impl (System.RuntimeType) System.Type System.Type:GetRootElementType () System.Type System.Type:GetType (string,bool) System.Type System.Type:GetType (string) System.Type[] Java.Interop.TypeManager:GetParameterTypes (string) System.Type[] System.RuntimeType:GetGenericArguments () - System.Type[] System.RuntimeType:GetGenericArgumentsInternal (bool) System.Type[] System.RuntimeType:GetInterfaces () System.Type[] System.Type:get_GenericTypeArguments () - System.Type& System.Collections.Generic.Dictionary`2:FindValue (string) System.TypeCode System.RuntimeType:GetTypeCodeImpl () System.TypeCode System.Type:GetTypeCode (System.Type) System.Uri Microsoft.Maui.Controls.ShellNavigationState:TrimDownImplicitAndDefaultPaths (System.Uri) @@ -3222,47 +3235,17 @@ Methods: System.UriParser System.UriParser:GetSyntax (string) System.ValueTuple`2[] Microsoft.Maui.Controls.BindableObject:GetValues (Microsoft.Maui.Controls.BindableProperty[]) System.ValueTuple`2[] Microsoft.Maui.Controls.BindableObject:GetValues (Microsoft.Maui.Controls.BindableProperty[]) - System.ValueTuple`2[] Microsoft.Maui.Controls.BindableObject:GetValues (Microsoft.Maui.Controls.BindableProperty[]) System.ValueTuple`2 System.Threading.PortableThreadPool/HillClimbing:Update (int,double,int) System.ValueTuple`2[] Microsoft.Maui.ApplicationModel.Permissions/NetworkState:get_RequiredPermissions () System.ValueTuple`2[] System.Collections.Generic.List`1>:ToArray () System.ValueTuple`2& System.Collections.Generic.Dictionary`2>:FindValue (string) System.ValueTuple`3& System.Collections.Generic.Dictionary`2>:FindValue (string) System.ValueTuple`3 System.Net.Http.HttpClient:PrepareCancellationTokenSource (System.Threading.CancellationToken) - System.Version System.Reflection.AssemblyNameFormatter:CanonicalizeVersion (System.Version) + System.Version System.Reflection.AssemblyNameParser:ParseVersion (string) System.Version System.Resources.ResourceManager:GetSatelliteContractVersion (System.Reflection.Assembly) System.Version System.Resources.ResourceManager/ResourceManagerMediator:ObtainSatelliteContractVersion (System.Reflection.Assembly) System.WeakReference`1 Android.Runtime.IdentityHashTargets:CreateWeakReference (Java.Interop.IJavaPeerable) System.WeakReference`1 Android.Runtime.IdentityHashTargets:get_Item (int) - T_REF Java.Interop.JavaConvert:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership,bool&) - T_REF Java.Interop.JavaConvert:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) - T_REF Java.Interop.JniPeerMembers:Assert (T_REF) - T_REF Java.Interop.JniRuntime:SetRuntime (T_REF) - T_REF Java.Lang.Object:_GetObject (intptr,Android.Runtime.JniHandleOwnership) - T_REF Java.Lang.Object:GetObject (intptr,Android.Runtime.JniHandleOwnership) - T_REF Java.Lang.Object:GetObject (intptr,intptr,Android.Runtime.JniHandleOwnership) - T_REF Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider) - T_REF Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetService (System.IServiceProvider) - T_REF Microsoft.Maui.Controls.BindableObjectExtensions:GetPropertyIfSet (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableProperty,T_REF) - T_REF Microsoft.Maui.Controls.DependencyService:Get (Microsoft.Maui.Controls.DependencyFetchTarget) - T_REF Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) - T_REF Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,T_REF,bool) - T_REF Microsoft.Maui.Controls.ViewExtensions:FindParentOfType (Microsoft.Maui.Controls.Element,bool) - T_REF Microsoft.Maui.ElementHandlerExtensions:GetRequiredService (Microsoft.Maui.IElementHandler) - T_REF Microsoft.Maui.Platform.ViewExtensions:GetParentOfType (Android.Views.IViewParent) - T_REF System.Activator:CreateInstance () - T_REF System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.Assembly) - T_REF[] Android.Runtime.JNIEnv:GetArray (intptr) - T_REF[] System.Collections.Generic.EnumerableHelpers:ToArray (System.Collections.Generic.IEnumerable`1,int&) - T_REF[] System.Collections.Generic.EnumerableHelpers:ToArray (System.Collections.Generic.IEnumerable`1) - TLifecycleBuilder_REF Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions:OnEvent (TLifecycleBuilder_REF,TDelegate_REF,string) - TResult_REF Android.Runtime.Extensions:JavaCast (Android.Runtime.IJavaObject) - TResult_REF Java.Interop.JavaObjectExtensions:_JavaCast (Android.Runtime.IJavaObject) - TResult_REF Java.Interop.JavaObjectExtensions:JavaCast (Android.Runtime.IJavaObject) - TSource_REF System.Linq.Enumerable:FirstOrDefault (System.Collections.Generic.IEnumerable`1,System.Func`2) - TSource_REF System.Linq.Enumerable:TryGetFirst (System.Collections.Generic.IEnumerable`1,System.Func`2,bool&) - TSource_REF[] System.Linq.Enumerable:ToArray (System.Collections.Generic.IEnumerable`1) - TValue_REF Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2,System.Type,intptr) uint Android.Runtime.Logger:monodroid_get_log_categories () uint Microsoft.Maui.Graphics.:ComputeStringHash (string) uint Mono.Android.:ComputeStringHash (string) @@ -3426,7 +3409,6 @@ Methods: void Android.Runtime.IdentityHashTargets:RemoveAt (int) void Android.Runtime.InputStreamInvoker:.ctor (Java.IO.InputStream) void Android.Runtime.InputStreamInvoker:Close () - void Android.Runtime.JavaArray`1/d__13:.ctor (int) void Android.Runtime.JavaArray`1/d__13:System.IDisposable.Dispose () void Android.Runtime.JavaArray`1:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Runtime.JavaDictionary:.cctor () @@ -3450,7 +3432,6 @@ Methods: void Android.Runtime.JNIEnv:CopyArray (intptr,int[]) void Android.Runtime.JNIEnv:CopyArray (intptr,int[][]) void Android.Runtime.JNIEnv:CopyArray (intptr,System.Array,System.Type) - void Android.Runtime.JNIEnv:CopyArray (intptr,T_REF[]) void Android.Runtime.JNIEnv:DeleteGlobalRef (intptr) void Android.Runtime.JNIEnv:DeleteLocalRef (intptr) void Android.Runtime.JNIEnv:DeleteRef (intptr,Android.Runtime.JniHandleOwnership) @@ -3537,6 +3518,7 @@ Methods: void Android.Views.View:set_LayoutParameters (Android.Views.ViewGroup/LayoutParams) void Android.Views.View:set_OnFocusChangeListener (Android.Views.View/IOnFocusChangeListener) void Android.Views.View:set_SoundEffectsEnabled (bool) + void Android.Views.View:set_Tag (Java.Lang.Object) void Android.Views.View:set_TextAlignment (Android.Views.TextAlignment) void Android.Views.View:set_TextDirection (Android.Views.TextDirection) void Android.Views.View:set_VerticalScrollBarEnabled (bool) @@ -3597,6 +3579,7 @@ Methods: void Android.Widget.HorizontalScrollView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Widget.ImageView:.cctor () void Android.Widget.ImageView:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Widget.ImageView:SetAdjustViewBounds (bool) void Android.Widget.ImageView:SetImageResource (int) void Android.Widget.ImageView:SetScaleType (Android.Widget.ImageView/ScaleType) void Android.Widget.ImageView/ScaleType:.cctor () @@ -3659,6 +3642,7 @@ Methods: void AndroidX.Core.Widget.NestedScrollView:.cctor () void AndroidX.Core.Widget.NestedScrollView:.ctor (Android.Content.Context,Android.Util.IAttributeSet,int) void AndroidX.Core.Widget.NestedScrollView:add_ScrollChange (System.EventHandler`1) + void AndroidX.Core.Widget.NestedScrollView:set_FillViewport (bool) void AndroidX.Core.Widget.NestedScrollView:SetOnScrollChangeListener (AndroidX.Core.Widget.NestedScrollView/IOnScrollChangeListener) void AndroidX.Core.Widget.NestedScrollView/<>c__DisplayClass158_0:b__0 (AndroidX.Core.Widget.NestedScrollView/IOnScrollChangeListenerImplementor) void AndroidX.Core.Widget.NestedScrollView/IOnScrollChangeListenerImplementor:.ctor (object) @@ -3735,9 +3719,7 @@ Methods: void Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategyInvoker:.cctor () void Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategyInvoker:n_OnConfigureTab_Lcom_google_android_material_tabs_TabLayout_Tab_I (intptr,intptr,intptr,int) void Java.Interop.EventHelper:AddEventHandler (System.WeakReference&,System.Func`1,System.Action`1,System.Action`1) - void Java.Interop.EventHelper:AddEventHandler (System.WeakReference&,System.Func`1,System.Action`1,System.Action`1) void Java.Interop.EventHelper:RemoveEventHandler (System.WeakReference&,System.Func`2,System.Action`1,System.Action`1) - void Java.Interop.EventHelper:RemoveEventHandler (System.WeakReference&,System.Func`2,System.Action`1,System.Action`1) void Java.Interop.JavaConvert:.cctor () void Java.Interop.JavaConvert/<>c:.cctor () void Java.Interop.JavaConvert/<>c:.ctor () @@ -3811,6 +3793,7 @@ Methods: void Java.Interop.JniRuntime/JniObjectReferenceManager:OnSetRuntime (Java.Interop.JniRuntime) void Java.Interop.JniRuntime/JniTypeManager:.cctor () void Java.Interop.JniRuntime/JniTypeManager:.ctor () + void Java.Interop.JniRuntime/JniTypeManager:AssertSimpleReference (string,string) void Java.Interop.JniRuntime/JniTypeManager:OnSetRuntime (Java.Interop.JniRuntime) void Java.Interop.JniRuntime/JniValueManager:.cctor () void Java.Interop.JniRuntime/JniValueManager:.ctor () @@ -3907,12 +3890,9 @@ Methods: void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAdd (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddEnumerable (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddScoped (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func`2) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type) void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) - void Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions:TryAddSingleton (Microsoft.Extensions.DependencyInjection.IServiceCollection) void Microsoft.Extensions.DependencyInjection.ServiceCollection:.ctor () void Microsoft.Extensions.DependencyInjection.ServiceCollection:CopyTo (Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],int) void Microsoft.Extensions.DependencyInjection.ServiceCollection:System.Collections.Generic.ICollection.Add (Microsoft.Extensions.DependencyInjection.ServiceDescriptor) @@ -3972,7 +3952,10 @@ Methods: void Microsoft.Maui.ApplicationModel.AppActionsExtensions:OnResume (Microsoft.Maui.ApplicationModel.IAppActions,Android.Content.Intent) void Microsoft.Maui.ApplicationModel.AppActionsImplementation:OnNewIntent (Android.Content.Intent) void Microsoft.Maui.ApplicationModel.AppActionsImplementation:OnResume (Android.Content.Intent) - void Microsoft.Maui.ApplicationModel.Permissions:EnsureDeclared () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation:.cctor () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation:.ctor () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation/<>c:.cctor () + void Microsoft.Maui.ApplicationModel.AppInfoImplementation/<>c:.ctor () void Microsoft.Maui.ApplicationModel.Permissions:EnsureDeclared () void Microsoft.Maui.ApplicationModel.Permissions/BasePlatformPermission:.cctor () void Microsoft.Maui.ApplicationModel.Permissions/BasePlatformPermission:.ctor () @@ -3987,7 +3970,6 @@ Methods: void Microsoft.Maui.CommandMapper:Invoke (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,string,object) void Microsoft.Maui.CommandMapper:InvokeCore (string,Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,object) void Microsoft.Maui.CommandMapper:SetPropertyCore (string,System.Action`3) - void Microsoft.Maui.CommandMapper`2/<>c__DisplayClass6_0:.ctor () void Microsoft.Maui.CommandMapper`2/<>c__DisplayClass6_0:b__0 (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,object) void Microsoft.Maui.CommandMapper`2:.ctor (Microsoft.Maui.CommandMapper) void Microsoft.Maui.CommandMapper`2:Add (string,System.Action`3) @@ -4119,7 +4101,6 @@ Methods: void Microsoft.Maui.Controls.ButtonElement:.cctor () void Microsoft.Maui.Controls.ButtonElement/<>c:.cctor () void Microsoft.Maui.Controls.ButtonElement/<>c:.ctor () - void Microsoft.Maui.Controls.CastingEnumerator`2:.ctor (System.Collections.Generic.IEnumerator`1) void Microsoft.Maui.Controls.CastingEnumerator`2:Dispose () void Microsoft.Maui.Controls.CheckBox:.cctor () void Microsoft.Maui.Controls.CheckBox/<>c:.cctor () @@ -4140,8 +4121,6 @@ Methods: void Microsoft.Maui.Controls.Compatibility.Layout:OnInternalAdded (Microsoft.Maui.Controls.View) void Microsoft.Maui.Controls.Compatibility.Layout:OnSizeAllocated (double,double) void Microsoft.Maui.Controls.Compatibility.Layout:UpdateChildrenLayout () - void Microsoft.Maui.Controls.Compatibility.Platform.Android.PlatformInvalidate:.ctor () - void Microsoft.Maui.Controls.Compatibility.Platform.Android.PlatformInvalidate:Invalidate (Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:.ctor () void Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:UpdateStyles () void Microsoft.Maui.Controls.Compatibility.Resource/Attribute:.cctor () @@ -4150,7 +4129,6 @@ Methods: void Microsoft.Maui.Controls.Compatibility.Resource/Style:.cctor () void Microsoft.Maui.Controls.CompressedLayout:.cctor () void Microsoft.Maui.Controls.CompressedLayout:SetHeadlessOffset (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Graphics.Point) - void Microsoft.Maui.Controls.Configuration`2:.ctor (Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.ContentPage:.cctor () void Microsoft.Maui.Controls.ContentPage:.ctor () void Microsoft.Maui.Controls.ContentPage:InvalidateMeasureOverride () @@ -4170,7 +4148,6 @@ Methods: void Microsoft.Maui.Controls.DependencyService:.cctor () void Microsoft.Maui.Controls.DependencyService:Initialize () void Microsoft.Maui.Controls.DependencyService:Register () - void Microsoft.Maui.Controls.DependencyService:Register () void Microsoft.Maui.Controls.DependencyService:SetToInitialized () void Microsoft.Maui.Controls.Device/Styles:.cctor () void Microsoft.Maui.Controls.Editor:.cctor () @@ -4384,11 +4361,8 @@ Methods: void Microsoft.Maui.Controls.MessagingCenter:InnerSubscribe (object,string,System.Type,System.Type,object,System.Reflection.MethodInfo,Microsoft.Maui.Controls.MessagingCenter/Filter) void Microsoft.Maui.Controls.MessagingCenter:Microsoft.Maui.Controls.IMessagingCenter.Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MessagingCenter:Microsoft.Maui.Controls.IMessagingCenter.Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) - void Microsoft.Maui.Controls.MessagingCenter:Microsoft.Maui.Controls.IMessagingCenter.Subscribe (object,string,System.Action`2,TSender_REF) void Microsoft.Maui.Controls.MessagingCenter:Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MessagingCenter:Subscribe (object,string,System.Action`2,Microsoft.Maui.Controls.Page) - void Microsoft.Maui.Controls.MessagingCenter:Subscribe (object,string,System.Action`2,TSender_REF) - void Microsoft.Maui.Controls.MessagingCenter/<>c__DisplayClass13_0`2:.ctor () void Microsoft.Maui.Controls.MessagingCenter/MaybeWeakReference:.ctor (object,object) void Microsoft.Maui.Controls.MessagingCenter/Sender:.ctor (string,System.Type,System.Type) void Microsoft.Maui.Controls.MessagingCenter/Subscription:.ctor (object,object,System.Reflection.MethodInfo,Microsoft.Maui.Controls.MessagingCenter/Filter) @@ -4399,7 +4373,6 @@ Methods: void Microsoft.Maui.Controls.NavigableElement/<>c:.cctor () void Microsoft.Maui.Controls.NavigableElement/<>c:.ctor () void Microsoft.Maui.Controls.NavigationPage:.cctor () - void Microsoft.Maui.Controls.ObservableWrapper`2/d__15:.ctor (int) void Microsoft.Maui.Controls.ObservableWrapper`2/d__15:<>m__Finally1 () void Microsoft.Maui.Controls.ObservableWrapper`2/d__15:System.IDisposable.Dispose () void Microsoft.Maui.Controls.ObservableWrapper`2:.ctor (System.Collections.ObjectModel.ObservableCollection`1) @@ -4430,8 +4403,8 @@ Methods: void Microsoft.Maui.Controls.Page:UpdateChildrenLayout () void Microsoft.Maui.Controls.Page/<>c:.cctor () void Microsoft.Maui.Controls.Page/<>c:.ctor () - void Microsoft.Maui.Controls.Page/d__80:.ctor (int) - void Microsoft.Maui.Controls.Page/d__80:System.IDisposable.Dispose () + void Microsoft.Maui.Controls.Page/d__84:.ctor (int) + void Microsoft.Maui.Controls.Page/d__84:System.IDisposable.Dispose () void Microsoft.Maui.Controls.ParentChangingEventArgs:.ctor (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Picker:.cctor () void Microsoft.Maui.Controls.Picker:RemapForControls () @@ -4587,11 +4560,11 @@ Methods: void Microsoft.Maui.Controls.ResourceDictionary:System.Collections.Generic.ICollection>.CopyTo (System.Collections.Generic.KeyValuePair`2[],int) void Microsoft.Maui.Controls.ResourceDictionary/<>c:.cctor () void Microsoft.Maui.Controls.ResourceDictionary/<>c:.ctor () - void Microsoft.Maui.Controls.ResourceDictionary/d__41:.ctor (int) - void Microsoft.Maui.Controls.ResourceDictionary/d__41:<>m__Finally1 () - void Microsoft.Maui.Controls.ResourceDictionary/d__41:<>m__Finally2 () - void Microsoft.Maui.Controls.ResourceDictionary/d__41:<>m__Finally3 () - void Microsoft.Maui.Controls.ResourceDictionary/d__41:System.IDisposable.Dispose () + void Microsoft.Maui.Controls.ResourceDictionary/d__42:.ctor (int) + void Microsoft.Maui.Controls.ResourceDictionary/d__42:<>m__Finally1 () + void Microsoft.Maui.Controls.ResourceDictionary/d__42:<>m__Finally2 () + void Microsoft.Maui.Controls.ResourceDictionary/d__42:<>m__Finally3 () + void Microsoft.Maui.Controls.ResourceDictionary/d__42:System.IDisposable.Dispose () void Microsoft.Maui.Controls.RouteRequestBuilder:.cctor () void Microsoft.Maui.Controls.RouteRequestBuilder:.ctor (System.Collections.Generic.List`1) void Microsoft.Maui.Controls.RouteRequestBuilder:AddMatch (string,string,object) @@ -4603,6 +4576,7 @@ Methods: void Microsoft.Maui.Controls.ScrollView:.cctor () void Microsoft.Maui.Controls.ScrollView:.ctor () void Microsoft.Maui.Controls.ScrollView:ComputeConstraintForView (Microsoft.Maui.Controls.View) + void Microsoft.Maui.Controls.ScrollView:ContentSizeChanged (object,System.EventArgs) void Microsoft.Maui.Controls.ScrollView:LayoutChildren (double,double,double,double) void Microsoft.Maui.Controls.ScrollView:RemapForControls () void Microsoft.Maui.Controls.ScrollView:set_Content (Microsoft.Maui.Controls.View) @@ -4674,7 +4648,6 @@ Methods: void Microsoft.Maui.Controls.Shell:UpdateToolbarAppearanceFeatures (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|175_1>d:MoveNext () void Microsoft.Maui.Controls.Shell/<>c__DisplayClass284_0:b__1 (Microsoft.Maui.Controls.Element) - void Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0`1:.ctor () void Microsoft.Maui.Controls.Shell/<>c:.cctor () void Microsoft.Maui.Controls.Shell/<>c:.ctor () void Microsoft.Maui.Controls.Shell/NavigationImpl:.ctor (Microsoft.Maui.Controls.Shell) @@ -4860,7 +4833,6 @@ Methods: void Microsoft.Maui.Controls.Toolbar:SetProperty (bool&,bool,string) void Microsoft.Maui.Controls.Toolbar:SetProperty (Microsoft.Maui.Graphics.Color&,Microsoft.Maui.Graphics.Color,string) void Microsoft.Maui.Controls.Toolbar:SetProperty (System.Nullable`1&,System.Nullable`1,string) - void Microsoft.Maui.Controls.Toolbar:SetProperty (T_REF&,T_REF,string) void Microsoft.Maui.Controls.Toolbar:UpdateMenu () void Microsoft.Maui.Controls.Toolbar:UpdateTitleView () void Microsoft.Maui.Controls.VerticalStackLayout:.ctor () @@ -4915,6 +4887,7 @@ Methods: void Microsoft.Maui.Controls.VisualElement:set_Y (double) void Microsoft.Maui.Controls.VisualElement:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) void Microsoft.Maui.Controls.VisualElement:SizeAllocated (double,double) + void Microsoft.Maui.Controls.VisualElement:UpdateBoundsComponents (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Controls.VisualElement:UpdatePlatformUnloadedLoadedWiring (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.VisualElement:ValidatePositive (double,string) void Microsoft.Maui.Controls.VisualElement/<>c:.cctor () @@ -5103,7 +5076,8 @@ Methods: void Microsoft.Maui.Handlers.LabelHandler:MapTextDecorations (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:MapVerticalTextAlignment (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:PlatformArrange (Microsoft.Maui.Graphics.Rect) - void Microsoft.Maui.Handlers.LayoutExtensions:.cctor () + void Microsoft.Maui.Handlers.LayoutExtensions/<>c:.cctor () + void Microsoft.Maui.Handlers.LayoutExtensions/<>c:.ctor () void Microsoft.Maui.Handlers.LayoutHandler:.cctor () void Microsoft.Maui.Handlers.LayoutHandler:.ctor () void Microsoft.Maui.Handlers.LayoutHandler:MapBackground (Microsoft.Maui.ILayoutHandler,Microsoft.Maui.ILayout) @@ -5121,11 +5095,12 @@ Methods: void Microsoft.Maui.Handlers.ScrollViewHandler:.cctor () void Microsoft.Maui.Handlers.ScrollViewHandler:.ctor () void Microsoft.Maui.Handlers.ScrollViewHandler:ConnectHandler (Microsoft.Maui.Platform.MauiScrollView) + void Microsoft.Maui.Handlers.ScrollViewHandler:InsertInsetView (Microsoft.Maui.Handlers.IScrollViewHandler,Microsoft.Maui.IScrollView,Android.Views.View) void Microsoft.Maui.Handlers.ScrollViewHandler:MapContent (Microsoft.Maui.Handlers.IScrollViewHandler,Microsoft.Maui.IScrollView) void Microsoft.Maui.Handlers.ScrollViewHandler:MapHorizontalScrollBarVisibility (Microsoft.Maui.Handlers.IScrollViewHandler,Microsoft.Maui.IScrollView) void Microsoft.Maui.Handlers.ScrollViewHandler:MapOrientation (Microsoft.Maui.Handlers.IScrollViewHandler,Microsoft.Maui.IScrollView) void Microsoft.Maui.Handlers.ScrollViewHandler:MapVerticalScrollBarVisibility (Microsoft.Maui.Handlers.IScrollViewHandler,Microsoft.Maui.IScrollView) - void Microsoft.Maui.Handlers.ScrollViewHandler:PlatformArrange (Microsoft.Maui.Graphics.Rect) + void Microsoft.Maui.Handlers.ScrollViewHandler:UpdateInsetView (Microsoft.Maui.IScrollView,Microsoft.Maui.Handlers.IScrollViewHandler) void Microsoft.Maui.Handlers.SearchBarHandler:.cctor () void Microsoft.Maui.Handlers.ShapeViewHandler:.cctor () void Microsoft.Maui.Handlers.TabbedViewHandler:.cctor () @@ -5164,7 +5139,7 @@ Methods: void Microsoft.Maui.Handlers.ViewHandler`2:OnConnectHandler (Android.Views.View) void Microsoft.Maui.Handlers.ViewHandler`2:SetVirtualView (Microsoft.Maui.IElement) void Microsoft.Maui.Handlers.ViewHandler`2:SetVirtualView (Microsoft.Maui.IView) - void Microsoft.Maui.Handlers.ViewHandler`2:PlatformArrange (Microsoft.Maui.Graphics.Rect) + void Microsoft.Maui.Handlers.ViewHandler`2:PlatformArrange (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Handlers.WebViewHandler:.cctor () void Microsoft.Maui.Handlers.WindowHandler:.cctor () void Microsoft.Maui.Handlers.WindowHandler:.ctor () @@ -5190,7 +5165,6 @@ Methods: void Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions/<>c:.cctor () void Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions/<>c:.ctor () void Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions/HandlerRegistration:AddRegistration (Microsoft.Maui.Hosting.IMauiHandlersCollection) - void Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions/<>c__DisplayClass1_0`1:.ctor () void Microsoft.Maui.Hosting.ImageSourceServiceProvider:.cctor () void Microsoft.Maui.Hosting.ImageSourceServiceProvider:.ctor (Microsoft.Maui.Hosting.IImageSourceServiceCollection,System.IServiceProvider) void Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions/<>c:.cctor () @@ -5221,19 +5195,17 @@ Methods: void Microsoft.Maui.ImageLoaderCallback:.ctor () void Microsoft.Maui.ImageLoaderCallbackBase`1:.ctor () void Microsoft.Maui.ImageSourceServiceResultManager:CompleteLoad (System.IDisposable) - void Microsoft.Maui.Layouts.GridLayoutManager/Column:.ctor (Microsoft.Maui.IGridColumnDefinition) + void Microsoft.Maui.Layouts.GridLayoutManager/Definition:.ctor (Microsoft.Maui.GridLength,bool) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:.ctor (Microsoft.Maui.IGridLayout,double,double) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:EnsureFinalMeasure () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeCells () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasureCells () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveSpans () - void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarColumns () - void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarRows () + void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarColumns (double) + void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStarRows (double) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ResolveStars (Microsoft.Maui.Layouts.GridLayoutManager/Definition[],double,System.Func`2,System.Func`2) - void Microsoft.Maui.Layouts.GridLayoutManager/Row:.ctor (Microsoft.Maui.IGridRowDefinition) void Microsoft.Maui.Layouts.LayoutExtensions:ArrangeContent (Microsoft.Maui.IContentView,Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.LifecycleEvents.AndroidLifecycleExtensions/LifecycleBuilder:AddEvent (string,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) - void Microsoft.Maui.LifecycleEvents.AndroidLifecycleExtensions/LifecycleBuilder:AddEvent (string,TDelegate_REF) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions:OnConfigureLifeCycle (Microsoft.Maui.LifecycleEvents.IAndroidLifecycleBuilder) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:.cctor () void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:.ctor () @@ -5243,9 +5215,7 @@ Methods: void Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration:AddRegistration (Microsoft.Maui.LifecycleEvents.ILifecycleBuilder) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:.ctor (System.Collections.Generic.IEnumerable`1) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:AddEvent (string,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) - void Microsoft.Maui.LifecycleEvents.LifecycleEventService:AddEvent (string,TDelegate_REF) void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions:InvokeLifecycleEvents (System.IServiceProvider,System.Action`1) - void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions:InvokeLifecycleEvents (System.IServiceProvider,System.Action`1) void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:.ctor (int) void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:<>m__Finally1 () void Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.IDisposable.Dispose () @@ -5265,13 +5235,11 @@ Methods: void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider,Android.Content.Context) void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext:AddSpecific (Android.App.Application) - void Microsoft.Maui.MauiContext:AddSpecific (TService_REF) void Microsoft.Maui.MauiContext:AddWeakSpecific (Android.Content.Context) - void Microsoft.Maui.MauiContext:AddWeakSpecific (TService_REF) - void Microsoft.Maui.MauiContext/<>c__10`1:.cctor () - void Microsoft.Maui.MauiContext/<>c__10`1:.ctor () - void Microsoft.Maui.MauiContext/<>c__9`1:.cctor () - void Microsoft.Maui.MauiContext/<>c__9`1:.ctor () + void Microsoft.Maui.MauiContext/<>c__11`1:.cctor () + void Microsoft.Maui.MauiContext/<>c__11`1:.ctor () + void Microsoft.Maui.MauiContext/<>c__12`1:.cctor () + void Microsoft.Maui.MauiContext/<>c__12`1:.ctor () void Microsoft.Maui.MauiContext/WrappedServiceProvider:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext/WrappedServiceProvider:AddSpecific (System.Type,System.Func`2,object) void Microsoft.Maui.MauiContextExtensions:InitializeScopedServices (Microsoft.Maui.IMauiContext) @@ -5304,7 +5272,6 @@ Methods: void Microsoft.Maui.Platform.ImageSourcePartExtensions/d__0:MoveNext () void Microsoft.Maui.Platform.ImageSourcePartLoader:.ctor (Microsoft.Maui.IElementHandler,System.Func`1,System.Action`1) void Microsoft.Maui.Platform.ImageSourcePartLoader/d__17:MoveNext () - void Microsoft.Maui.Platform.ImageViewExtensions:Clear (Android.Widget.ImageView) void Microsoft.Maui.Platform.ImageViewExtensions:UpdateAspect (Android.Widget.ImageView,Microsoft.Maui.IImage) void Microsoft.Maui.Platform.ImageViewExtensions:UpdateIsAnimationPlaying (Android.Graphics.Drawables.Drawable,Microsoft.Maui.IImageSourcePart) void Microsoft.Maui.Platform.ImageViewExtensions:UpdateIsAnimationPlaying (Android.Widget.ImageView,Microsoft.Maui.IImageSourcePart) @@ -5327,11 +5294,11 @@ Methods: void Microsoft.Maui.Platform.MauiTextView:.ctor (Android.Content.Context) void Microsoft.Maui.Platform.MauiTextView:add_LayoutChanged (System.EventHandler`1) void Microsoft.Maui.Platform.MauiTextView:OnLayout (bool,int,int,int,int) + void Microsoft.Maui.Platform.NavigationRootManager:ClearPlatformParts () void Microsoft.Maui.Platform.NavigationRootManager:Connect (Microsoft.Maui.IView,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.NavigationRootManager:SetContentView (Android.Views.View) void Microsoft.Maui.Platform.Rtl:.cctor () void Microsoft.Maui.Platform.ScrollViewExtensions:HandleScrollBarVisibilityChange (Microsoft.Maui.Platform.IScrollBarView) - void Microsoft.Maui.Platform.ScrollViewExtensions:UpdateContent (Microsoft.Maui.Platform.MauiScrollView,Microsoft.Maui.IView,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.SemanticExtensions:UpdateSemantics (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.TextAlignmentExtensions:UpdateVerticalAlignment (Android.Widget.TextView,Microsoft.Maui.TextAlignment,Android.Views.GravityFlags) void Microsoft.Maui.Platform.TextViewExtensions:UpdateCharacterSpacing (Android.Widget.TextView,Microsoft.Maui.ITextStyle) @@ -5376,7 +5343,6 @@ Methods: void Microsoft.Maui.PropertyMapper/d__17:<>m__Finally1 () void Microsoft.Maui.PropertyMapper/d__17:<>m__Finally2 () void Microsoft.Maui.PropertyMapper/d__17:System.IDisposable.Dispose () - void Microsoft.Maui.PropertyMapper`2/<>c__DisplayClass5_0:.ctor () void Microsoft.Maui.PropertyMapper`2/<>c__DisplayClass5_0:b__0 (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement) void Microsoft.Maui.PropertyMapper`2:Add (string,System.Action`2) void Microsoft.Maui.PropertyMapper`2:set_Item (string,System.Action`2) @@ -5390,9 +5356,7 @@ Methods: void Microsoft.Maui.Resource/Style:.cctor () void Microsoft.Maui.TaskExtensions:FireAndForget (System.Threading.Tasks.Task,Microsoft.Maui.Handlers.IImageHandler,string) void Microsoft.Maui.TaskExtensions:FireAndForget (System.Threading.Tasks.Task,System.Action`1) - void Microsoft.Maui.TaskExtensions:FireAndForget (System.Threading.Tasks.Task,T_REF,string) void Microsoft.Maui.TaskExtensions:FireAndForget (System.Threading.Tasks.Task`1,System.Action`1) - void Microsoft.Maui.TaskExtensions/<>c__DisplayClass3_0`1:.ctor () void Microsoft.Maui.TaskExtensions/d__0`1:MoveNext () void Microsoft.Maui.TaskExtensions/d__1:MoveNext () void Microsoft.Maui.Thickness:.cctor () @@ -5412,7 +5376,6 @@ Methods: void Microsoft.Maui.WeakEventManager:AddEventHandler (string,object,System.Reflection.MethodInfo) void Microsoft.Maui.WeakEventManager:AddEventHandler (System.Delegate,string) void Microsoft.Maui.WeakEventManager:AddEventHandler (System.EventHandler`1,string) - void Microsoft.Maui.WeakEventManager:AddEventHandler (System.EventHandler`1,string) void Microsoft.Maui.WeakEventManager:HandleEvent (object,object,string) void Microsoft.Maui.WeakEventManager/Subscription:.ctor (System.WeakReference,System.Reflection.MethodInfo) void Microsoft.Maui.WindowOverlay:.ctor (Microsoft.Maui.IWindow) @@ -5423,40 +5386,37 @@ Methods: void Microsoft.Win32.SafeHandles.SafeFileHandle:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor (bool) - void Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + void Microsoft.Win32.SafeHandles.SafeFileHandle:FStatCheckIO (string,Interop/Sys/FileStatus&,bool&) void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.ctor () void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor (intptr,bool) void Mono.RuntimeGPtrArrayHandle:DestroyAndFree (Mono.RuntimeGPtrArrayHandle&) void Mono.RuntimeGPtrArrayHandle:GPtrArrayFree (Mono.RuntimeStructs/GPtrArray*) - void Mono.RuntimeMarshal:FreeAssemblyName (Mono.MonoAssemblyName&,bool) void Mono.SafeGPtrArrayHandle:Dispose () void Mono.SafeStringMarshal:Dispose () void Mono.SafeStringMarshal:GFree (intptr) void System.AppContext:Setup (char**,char**,int) void System.AppDomain:.cctor () void System.AppDomain:.ctor () + void System.ArgumentException:ThrowIfNullOrEmpty (string,string) void System.Array:Clear (System.Array,int,int) void System.Array:Copy (System.Array,int,System.Array,int,int,bool) void System.Array:Copy (System.Array,int,System.Array,int,int) void System.Array:Copy (System.Array,System.Array,int) + void System.Array:CopySlow (System.Array,int,System.Array,int,int,bool) void System.Array:InternalArray__ICollection_CopyTo (string[],int) - void System.Array:InternalArray__ICollection_CopyTo (T_REF[],int) void System.Array:InternalCreate (System.Array&,intptr,int,int*,int*) void System.Array:InternalSetValue (object,intptr) + void System.Array:Resize (System.Net.Http.Headers.HeaderEntry[]&,int) void System.Array:Resize (System.Reflection.MethodInfo[]&,int) - void System.Array:Resize (T_REF[]&,int) void System.Array:SetValue (object,int) void System.Array:SetValueImpl (object,int) void System.Array:SetValueRelaxedImpl (object,int) - void System.Array:Sort (Microsoft.Maui.IView[],int,int,System.Collections.Generic.IComparer`1) - void System.Array:Sort (Microsoft.Maui.IView[],System.Collections.Generic.IComparer`1) - void System.Array:Sort (T_REF[],int,int,System.Collections.Generic.IComparer`1) - void System.Array:Sort (T_REF[],System.Collections.Generic.IComparer`1) void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1>>:.cctor () + void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1:.cctor () void System.Array/EmptyArray`1:.cctor () @@ -5527,12 +5487,14 @@ Methods: void System.Collections.Concurrent.ConcurrentQueue`1:.ctor () void System.Collections.Concurrent.ConcurrentQueue`1:Enqueue (object) void System.Collections.Concurrent.ConcurrentQueueSegment`1:.ctor (int) - void System.Collections.Generic.ArraySortHelper`1:.cctor () - void System.Collections.Generic.ArraySortHelper`1:.ctor () - void System.Collections.Generic.ArraySortHelper`1:InsertionSort (System.Span`1,System.Comparison`1) - void System.Collections.Generic.ArraySortHelper`1:IntroSort (System.Span`1,int,System.Comparison`1) - void System.Collections.Generic.ArraySortHelper`1:IntrospectiveSort (System.Span`1,System.Comparison`1) - void System.Collections.Generic.ArraySortHelper`1:Sort (System.Span`1,System.Collections.Generic.IComparer`1) + void System.Collections.Generic.ArraySortHelper`1:.cctor () + void System.Collections.Generic.ArraySortHelper`1:.ctor () + void System.Collections.Generic.ArraySortHelper`1:InsertionSort (System.Span`1,System.Comparison`1) + void System.Collections.Generic.ArraySortHelper`1:IntroSort (System.Span`1,int,System.Comparison`1) + void System.Collections.Generic.ArraySortHelper`1:IntrospectiveSort (System.Span`1,System.Comparison`1) + void System.Collections.Generic.ArraySortHelper`1:Sort (System.Span`1,System.Comparison`1) + void System.Collections.Generic.ArraySortHelper`1:.cctor () + void System.Collections.Generic.ArraySortHelper`1:.ctor () void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:Dispose () @@ -5544,6 +5506,9 @@ Methods: void System.Collections.Generic.Dictionary`2:.ctor () void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2:Clear () + void System.Collections.Generic.Dictionary`2:.ctor () + void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) + void System.Collections.Generic.Dictionary`2:Add (int,bool) void System.Collections.Generic.Dictionary`2:.ctor () void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2:.ctor () @@ -5565,12 +5530,6 @@ Methods: void System.Collections.Generic.Dictionary`2:Resize () void System.Collections.Generic.Dictionary`2:Resize (int,bool) void System.Collections.Generic.Dictionary`2:set_Item (intptr,System.IDisposable) - void System.Collections.Generic.Dictionary`2:.ctor () - void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Generic.Dictionary`2:Add (System.Net.Http.Headers.HeaderDescriptor,object) - void System.Collections.Generic.Dictionary`2:Resize () - void System.Collections.Generic.Dictionary`2:Resize (int,bool) - void System.Collections.Generic.Dictionary`2:set_Item (System.Net.Http.Headers.HeaderDescriptor,object) void System.Collections.Generic.Dictionary`2:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.Dictionary`2:Clear () void System.Collections.Generic.Dictionary`2>:set_Item (string,System.Action`3) @@ -5606,10 +5565,10 @@ Methods: void System.Collections.Generic.Dictionary`2:Resize (int,bool) void System.Collections.Generic.Dictionary`2:set_Item (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem) void System.Collections.Generic.EnumEqualityComparer`1:.ctor () + void System.Collections.Generic.GenericComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () - void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1>:.ctor () void System.Collections.Generic.HashSet`1/Enumerator:.ctor (System.Collections.Generic.HashSet`1) @@ -5619,7 +5578,6 @@ Methods: void System.Collections.Generic.HashSet`1:Clear () void System.Collections.Generic.HashSet`1:Resize () void System.Collections.Generic.HashSet`1:Resize (int,bool) - void System.Collections.Generic.KeyValuePair`2:.ctor (System.Type,System.Type) void System.Collections.Generic.List`1/Enumerator:.ctor (System.Collections.Generic.List`1) void System.Collections.Generic.List`1/Enumerator:Dispose () void System.Collections.Generic.List`1/Enumerator>:.ctor (System.Collections.Generic.List`1>) @@ -5645,12 +5603,11 @@ Methods: void System.Collections.Generic.List`1:AddWithResize (Microsoft.Maui.WeakEventManager/Subscription) void System.Collections.Generic.List`1:Grow (int) void System.Collections.Generic.List`1:set_Capacity (int) - void System.Collections.Generic.List`1:.cctor () - void System.Collections.Generic.List`1:.ctor () - void System.Collections.Generic.List`1:AddWithResize (byte) - void System.Collections.Generic.List`1:Grow (int) - void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1>:.cctor () + void System.Collections.Generic.List`1:.cctor () + void System.Collections.Generic.List`1:.ctor () + void System.Collections.Generic.List`1:Grow (int) + void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1:.ctor (int) void System.Collections.Generic.List`1:.ctor (System.Collections.Generic.IEnumerable`1) void System.Collections.Generic.List`1:set_Item (int,string) @@ -5677,13 +5634,11 @@ Methods: void System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalIgnoreCaseComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.NullableEqualityComparer`1:.ctor () - void System.Collections.Generic.ObjectEqualityComparer`1:.ctor () void System.Collections.Generic.Queue`1:Enqueue (Microsoft.Maui.Controls.BindableObject/SetValueArgs) void System.Collections.Generic.Queue`1:Grow (int) void System.Collections.Generic.Queue`1:MoveNext (int&) void System.Collections.Generic.Queue`1:SetCapacity (int) void System.Collections.Generic.Queue`1:.ctor (int) - void System.Collections.Generic.Stack`1:.ctor () void System.Collections.Generic.Stack`1:Clear () void System.Collections.Generic.ValueListBuilder`1:.ctor (System.Span`1) void System.Collections.HashHelpers:.cctor () @@ -5741,8 +5696,8 @@ Methods: void System.DateTime:.ctor (long) void System.DateTime:GetDate (int&,int&,int&) void System.DateTimeFormat:.cctor () - void System.DateTimeFormat:FormatDigits (System.Text.StringBuilder,int,int,bool) - void System.DateTimeFormat:FormatDigits (System.Text.StringBuilder,int,int) + void System.DateTimeFormat:FormatDigits (System.Text.ValueStringBuilder&,int,int,bool) + void System.DateTimeFormat:FormatDigits (System.Text.ValueStringBuilder&,int,int) void System.DateTimeOffset:.cctor () void System.DateTimeOffset:.ctor (int16,System.DateTime) void System.DateTimeOffset:.ctor (long,System.TimeSpan) @@ -5781,12 +5736,12 @@ Methods: void System.Globalization.CalendarData:FixDefaultShortDatePattern (System.Collections.Generic.List`1) void System.Globalization.CalendarData:InitializeAbbreviatedEraNames (string,System.Globalization.CalendarId) void System.Globalization.CalendarData:InitializeEraNames (string,System.Globalization.CalendarId) - void System.Globalization.CalendarData:NormalizeDayOfWeek (string,System.Text.StringBuilder,int&) + void System.Globalization.CalendarData:NormalizeDayOfWeek (string,System.Text.ValueStringBuilder&,int&) void System.Globalization.CalendarData/<>c:.cctor () void System.Globalization.CalendarData/<>c:.ctor () void System.Globalization.CompareInfo:.cctor () void System.Globalization.CompareInfo:.ctor (System.Globalization.CultureInfo) - void System.Globalization.CompareInfo:IcuInitSortHandle () + void System.Globalization.CompareInfo:IcuInitSortHandle (string) void System.Globalization.CompareInfo:InitSort (System.Globalization.CultureInfo) void System.Globalization.CompareInfo/SortHandleCache:.cctor () void System.Globalization.CultureData:.cctor () @@ -5805,6 +5760,7 @@ Methods: void System.Globalization.GregorianCalendar:.ctor (System.Globalization.GregorianCalendarTypes) void System.Globalization.IdnMapping:.cctor () void System.Globalization.IdnMapping:.ctor () + void System.Globalization.NumberFormatInfo:.cctor () void System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData) void System.Globalization.NumberFormatInfo:InitializeInvariantAndNegativeSignFlags () void System.Globalization.NumberFormatInfo:ValidateParseStyleFloatingPoint (System.Globalization.NumberStyles) @@ -5815,6 +5771,7 @@ Methods: void System.Globalization.TextInfo:ChangeCaseCommon (char&,char&,int) void System.Globalization.TextInfo:SetReadOnlyState (bool) void System.Globalization.TimeSpanFormat:.cctor () + void System.Globalization.TimeSpanFormat:FormatCustomized (System.TimeSpan,System.ReadOnlySpan`1,System.Globalization.DateTimeFormatInfo,System.Text.ValueStringBuilder&) void System.Guid:.ctor (byte[]) void System.Guid:.ctor (int,int16,int16,byte,byte,byte,byte,byte,byte,byte,byte) void System.Guid:.ctor (System.ReadOnlySpan`1) @@ -5828,7 +5785,7 @@ Methods: void System.IO.BufferedStream:Dispose (bool) void System.IO.BufferedStream:EnsureCanRead () void System.IO.BufferedStream:Flush () - void System.IO.BufferedStream/d__69:MoveNext () + void System.IO.BufferedStream/d__68:MoveNext () void System.IO.DelegatingStream:Dispose (bool) void System.IO.FileNotFoundException:.ctor (string,string) void System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool) @@ -5846,7 +5803,6 @@ Methods: void System.IO.Strategies.BufferedFileStreamStrategy:.ctor (System.IO.Strategies.FileStreamStrategy,int) void System.IO.Strategies.BufferedFileStreamStrategy:AllocateBuffer () void System.IO.Strategies.BufferedFileStreamStrategy:Dispose (bool) - void System.IO.Strategies.BufferedFileStreamStrategy:DisposeInternal (bool) void System.IO.Strategies.BufferedFileStreamStrategy:EnsureBufferAllocated () void System.IO.Strategies.BufferedFileStreamStrategy:EnsureCanRead () void System.IO.Strategies.BufferedFileStreamStrategy:EnsureCanSeek () @@ -5854,9 +5810,9 @@ Methods: void System.IO.Strategies.BufferedFileStreamStrategy:Flush () void System.IO.Strategies.BufferedFileStreamStrategy:Flush (bool) void System.IO.Strategies.BufferedFileStreamStrategy:FlushRead () - void System.IO.Strategies.FileStreamHelpers:.cctor () void System.IO.Strategies.FileStreamHelpers:SerializationGuard (System.IO.FileAccess) void System.IO.Strategies.FileStreamHelpers:ValidateArguments (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) + void System.IO.Strategies.FileStreamStrategy:DisposeInternal (bool) void System.IO.Strategies.OSFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) void System.IO.Strategies.OSFileStreamStrategy:Dispose (bool) void System.IO.Strategies.OSFileStreamStrategy:Flush (bool) @@ -5866,10 +5822,11 @@ Methods: void System.IO.Stream:Close () void System.IO.Stream:Dispose () void System.IO.Stream:FinishTrackingAsyncOperation (System.IO.Stream/ReadWriteTask) + void System.IO.Stream:ReadExactly (System.Span`1) void System.IO.Stream:RunReadWriteTask (System.IO.Stream/ReadWriteTask) void System.IO.Stream:RunReadWriteTaskWhenReady (System.Threading.Tasks.Task,System.IO.Stream/ReadWriteTask) void System.IO.Stream:ValidateCopyToArguments (System.IO.Stream,int) - void System.IO.Stream/<g__Core|29_0>d:MoveNext () + void System.IO.Stream/<g__Core|27_0>d:MoveNext () void System.IO.Stream/<>c:.cctor () void System.IO.Stream/<>c:.ctor () void System.IO.Stream/NullStream:.ctor () @@ -5883,35 +5840,47 @@ Methods: void System.IO.StreamReader:DetectEncoding () void System.IO.StreamReader:Dispose (bool) void System.IO.StreamReader:ThrowIfDisposed () - void System.IO.StreamReader:ValidateArgs (string,System.Text.Encoding) void System.IO.StreamReader/NullStreamReader:.ctor () void System.IO.TextReader:Dispose () void System.IO.UnmanagedMemoryStream:.ctor (byte*,long) void System.IO.UnmanagedMemoryStream:EnsureReadable () void System.IO.UnmanagedMemoryStream:Initialize (byte*,long,long,System.IO.FileAccess) void System.IO.UnmanagedMemoryStream:set_Position (long) + void System.Lazy`1:.ctor (System.Func`1,System.Threading.LazyThreadSafetyMode,bool) + void System.Lazy`1:.ctor (System.Func`1) + void System.Lazy`1:ExecutionAndPublication (System.LazyHelper,bool) + void System.Lazy`1:ViaFactory (System.Threading.LazyThreadSafetyMode) + void System.Lazy`1:.ctor (System.Func`1,System.Threading.LazyThreadSafetyMode,bool) + void System.Lazy`1:.ctor (System.Func`1) + void System.Lazy`1:ExecutionAndPublication (System.LazyHelper,bool) + void System.Lazy`1:ViaFactory (System.Threading.LazyThreadSafetyMode) void System.Lazy`1>:ExecutionAndPublication (System.LazyHelper,bool) void System.Lazy`1>:ViaFactory (System.Threading.LazyThreadSafetyMode) void System.LazyHelper:.cctor () void System.LazyHelper:.ctor (System.LazyState) void System.Linq.Buffer`1:.ctor (System.Collections.Generic.IEnumerable`1) - void System.Linq.Enumerable/d__38`1:.ctor (int) - void System.Linq.Enumerable/d__38`1:<>m__Finally1 () - void System.Linq.Enumerable/d__38`1:System.IDisposable.Dispose () - void System.Linq.Enumerable/d__36`1:.ctor (int) - void System.Linq.Enumerable/d__36`1:<>m__Finally1 () - void System.Linq.Enumerable/d__36`1:System.IDisposable.Dispose () + void System.Linq.Enumerable/d__42`1:.ctor (int) + void System.Linq.Enumerable/d__42`1:<>m__Finally1 () + void System.Linq.Enumerable/d__42`1:System.IDisposable.Dispose () + void System.Linq.Enumerable/d__40`1:.ctor (int) + void System.Linq.Enumerable/d__40`1:<>m__Finally1 () + void System.Linq.Enumerable/d__40`1:System.IDisposable.Dispose () void System.Linq.Enumerable/Iterator`1:.ctor () void System.Linq.Enumerable/Iterator`1:Dispose () void System.Linq.Enumerable/ReverseIterator`1:.ctor (System.Collections.Generic.IEnumerable`1) void System.Linq.Enumerable/ReverseIterator`1:Dispose () void System.Linq.Enumerable/WhereListIterator`1:.ctor (System.Collections.Generic.List`1,System.Func`2) + void System.Linq.EnumerableSorter`2:.ctor (System.Func`2,System.Collections.Generic.IComparer`1,bool,System.Linq.EnumerableSorter`1) + void System.Linq.EnumerableSorter`2:ComputeKeys (Microsoft.Maui.IView[],int) + void System.Linq.EnumerableSorter`2:QuickSort (int[],int,int) void System.Linq.Extensions:.cctor () - void System.Linq.Extensions/d__5`1:.ctor (int) void System.Linq.Extensions/d__5`1:<>m__Finally1 () void System.Linq.Extensions/d__5`1:System.IDisposable.Dispose () + void System.Linq.OrderedEnumerable`1/d__4:System.IDisposable.Dispose () + void System.Linq.OrderedEnumerable`2:.ctor (System.Collections.Generic.IEnumerable`1,System.Func`2,System.Collections.Generic.IComparer`1,bool,System.Linq.OrderedEnumerable`1) void System.Marvin:.cctor () void System.Math:.cctor () + void System.MemoryExtensions:Sort (System.Span`1,System.Comparison`1) void System.Net.Cookie:.cctor () void System.Net.Cookie:.ctor () void System.Net.Cookie:set_Domain (string) @@ -5935,12 +5904,13 @@ Methods: void System.Net.Http.Headers.ByteArrayHeaderParser:.ctor () void System.Net.Http.Headers.CacheControlHeaderParser:.cctor () void System.Net.Http.Headers.CacheControlHeaderParser:.ctor () + void System.Net.Http.Headers.CookieHeaderParser:.cctor () + void System.Net.Http.Headers.CookieHeaderParser:.ctor () void System.Net.Http.Headers.DateHeaderParser:.cctor () void System.Net.Http.Headers.DateHeaderParser:.ctor () void System.Net.Http.Headers.GenericHeaderParser:.cctor () void System.Net.Http.Headers.GenericHeaderParser:.ctor (bool,System.Net.Http.Headers.GenericHeaderParser/GetParsedValueLengthDelegate,System.Collections.IEqualityComparer) void System.Net.Http.Headers.GenericHeaderParser:.ctor (bool,System.Net.Http.Headers.GenericHeaderParser/GetParsedValueLengthDelegate) - void System.Net.Http.Headers.HeaderDescriptor:.ctor (System.Net.Http.Headers.KnownHeader) void System.Net.Http.Headers.HeaderUtilities:.cctor () void System.Net.Http.Headers.HeaderUtilities:CheckValidToken (string,string) void System.Net.Http.Headers.HttpContentHeaders:.ctor (System.Net.Http.HttpContent) @@ -5950,11 +5920,9 @@ Methods: void System.Net.Http.Headers.HttpHeaders:AddParsedValue (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,object) void System.Net.Http.Headers.HttpHeaders:AddRawValue (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,string) void System.Net.Http.Headers.HttpHeaders:AddValueToStoreValue (string,object&) - void System.Net.Http.Headers.HttpHeaders:AddValueToStoreValue (T_REF,object&) void System.Net.Http.Headers.HttpHeaders:GetStoreValuesAsStringOrStringArray (System.Net.Http.Headers.HeaderDescriptor,object,string&,string[]&) - void System.Net.Http.Headers.HttpHeaders:ParseMultipleRawHeaderValues (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,System.Collections.Generic.List`1) - void System.Net.Http.Headers.HttpHeaders:ParseSingleRawHeaderValue (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) - void System.Net.Http.Headers.HttpHeaders:ReadStoreValues (System.Span`1,object,System.Net.Http.Headers.HttpHeaderParser,int&) + void System.Net.Http.Headers.HttpHeaders:ParseRawHeaderValues (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) + void System.Net.Http.Headers.HttpHeaders:ParseSingleRawHeaderValue (System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo,System.Net.Http.Headers.HeaderDescriptor,string) void System.Net.Http.Headers.HttpHeaders:ReadStoreValues (System.Span`1,object,System.Net.Http.Headers.HttpHeaderParser,int&) void System.Net.Http.Headers.HttpRequestHeaders:.ctor () void System.Net.Http.Headers.HttpResponseHeaders:.ctor (bool) @@ -6052,11 +6020,10 @@ Methods: void System.NullReferenceException:.ctor (string) void System.Number:.cctor () void System.Number/FloatingPointInfo:.cctor () - void System.Number/FloatingPointInfo:.ctor (uint16,uint16,int,int,ulong) + void System.Number/FloatingPointInfo:.ctor (uint16,uint16,int,int,ulong,int,int,int,int,int,int) void System.Number/NumberBuffer:.ctor (System.Number/NumberBufferKind,byte*,int) void System.Numerics.Matrix3x2:.cctor () void System.Numerics.Matrix3x2:.ctor (single,single,single,single,single,single) - void System.OperatingSystem:.cctor () void System.OperatingSystem:.ctor (System.PlatformID,System.Version,string) void System.OperatingSystem:.ctor (System.PlatformID,System.Version) void System.OrdinalCaseSensitiveComparer:.cctor () @@ -6066,11 +6033,13 @@ Methods: void System.OutOfMemoryException:.ctor (string) void System.Private.CoreLib.Interop:GetRandomBytes (byte*,int) void System.Private.CoreLib.Interop/ErrorInfo:.ctor (int) + void System.Private.CoreLib.Interop/Sys:Free (void*) void System.Private.CoreLib.Interop/Sys:GetNonCryptographicallySecureRandomBytes (byte*,int) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Acquire (intptr) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Release (intptr) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Signal_Release (intptr) void System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Wait (intptr) + void System.Private.CoreLib.Interop/Sys:SetErrNo (int) void System.Private.CoreLib.KeyCollection/Enumerator>:.ctor (System.Collections.Generic.Dictionary`2>) void System.Private.CoreLib.LinkedNCancellationTokenSource/<>c:.cctor () void System.Private.CoreLib.LinkedNCancellationTokenSource/<>c:.ctor () @@ -6080,26 +6049,30 @@ Methods: void System.Private.CoreLib.ValueCollection/Enumerator:.ctor (System.Collections.Generic.Dictionary`2) void System.Private.CoreLib.WorkerThread/<>c:.cctor () void System.Private.CoreLib.WorkerThread/<>c:.ctor () - void System.Private.CoreLib.WorkerThread/<>c:<.cctor>b__9_0 () - void System.Random:.cctor () - void System.Random:.ctor () - void System.Random:.ctor (bool) - void System.Random/ThreadSafeRandom:.ctor () + void System.Private.CoreLib.WorkerThread/<>c:<.cctor>b__11_0 () + void System.ProbabilisticMap:Initialize (uint*,System.ReadOnlySpan`1) + void System.ProbabilisticMap:SetCharBit (uint*,byte) void System.Random/XoshiroImpl:.ctor () - void System.ReadOnlySpan`1:.ctor (string[]) - void System.ReadOnlySpan`1:.ctor (string&,int) void System.Reflection.Assembly:.cctor () void System.Reflection.AssemblyName:.ctor (string) void System.Reflection.AssemblyName:FillName (Mono.MonoAssemblyName*,string,bool,bool,bool) - void System.Reflection.AssemblyNameFormatter:AppendQuoted (System.Text.StringBuilder,string) + void System.Reflection.AssemblyNameFormatter:AppendQuoted (System.Text.ValueStringBuilder&,string) + void System.Reflection.AssemblyNameParser:.cctor () + void System.Reflection.AssemblyNameParser:.ctor (System.ReadOnlySpan`1) + void System.Reflection.AssemblyNameParser:RecordNewSeenOrThrow (System.Reflection.AssemblyNameParser/AttributeKind&,System.Reflection.AssemblyNameParser/AttributeKind) + void System.Reflection.AssemblyNameParser/AssemblyNameParts:.ctor (string,System.Version,string,System.Reflection.AssemblyNameFlags,byte[]) void System.Reflection.ConstructorInfo:.cctor () void System.Reflection.CustomAttribute:.cctor () void System.Reflection.CustomAttributeTypedArgument:.ctor (System.Type,object) void System.Reflection.Emit.OpCodes:.cctor () + void System.Reflection.FieldAccessor:SetValue (object,object) void System.Reflection.FieldInfo:SetValue (object,object) + void System.Reflection.MethodBase:CheckArguments (System.Span`1,intptr*,System.Span`1,System.ReadOnlySpan`1,System.RuntimeType[],System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) + void System.Reflection.MethodBase:ValidateInvokeTarget (object) void System.Reflection.Missing:.cctor () void System.Reflection.Missing:.ctor () void System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&) + void System.Reflection.RuntimeAssembly:GetInfo (System.Runtime.CompilerServices.QCallAssembly,System.Runtime.CompilerServices.ObjectHandleOnStack,System.Reflection.RuntimeAssembly/AssemblyInfoKind) void System.Reflection.RuntimeAssembly/UnmanagedMemoryStreamForModule:.ctor (byte*,long,System.Reflection.Module) void System.Reflection.RuntimeCustomAttributeData:.ctor (System.Reflection.ConstructorInfo,System.Reflection.Assembly,intptr,uint) void System.Reflection.RuntimeCustomAttributeData:ResolveArguments () @@ -6107,7 +6080,7 @@ Methods: void System.Reflection.RuntimeFieldInfo:CheckGeneric () void System.Reflection.RuntimeFieldInfo:SetValue (object,object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) void System.Reflection.RuntimeFieldInfo:SetValueInternal (System.Reflection.FieldInfo,object,object) - void System.Reflection.RuntimeMethodInfo:ConvertValues (System.Reflection.Binder,object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,System.Reflection.BindingFlags) + void System.Reflection.RuntimeFieldInfo:SetValueNonEmit (object,object) void System.Reflection.RuntimeModule:GetGuidInternal (intptr,byte[]) void System.Reflection.RuntimeParameterInfo:.ctor (string,System.Type,int,int,object,System.Reflection.MemberInfo,System.Runtime.InteropServices.MarshalAsAttribute) void System.Reflection.RuntimePropertyInfo:CachePropertyInfo (System.Reflection.PInfo) @@ -6137,8 +6110,8 @@ Methods: void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Platform.ImageSourcePartLoader/d__17&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.TaskExtensions/d__0`1&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.TaskExtensions/d__1&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.BufferedStream/d__69&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.Stream/<g__Core|29_0>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.BufferedStream/d__68&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.IO.Stream/<g__Core|27_0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpClient/<g__Core|83_0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpClient/d__41&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpContent/d__63&) @@ -6178,16 +6151,16 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__69>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|29_0>d>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecutionContextCallback (object) @@ -6220,8 +6193,6 @@ Methods: void System.Runtime.CompilerServices.ConditionalWeakTable`2:.ctor () void System.Runtime.CompilerServices.ConditionalWeakTable`2:CreateEntry (System.Type,Microsoft.Maui.Controls.ResourceDictionary) void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter:GetResult () - void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:.ctor (System.Threading.Tasks.Task`1,bool) - void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1:.ctor (System.Threading.Tasks.Task`1,bool) void System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1/ConfiguredValueTaskAwaiter:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter.AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int,System.IFormatProvider,System.Span`1) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) @@ -6230,20 +6201,25 @@ Methods: void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (System.TimeSpan,string) void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendStringDirect (string) + void System.Runtime.CompilerServices.QCallAssembly:.ctor (System.Reflection.RuntimeAssembly&) + void System.Runtime.CompilerServices.QCallTypeHandle:.ctor (System.RuntimeType&) void System.Runtime.CompilerServices.TaskAwaiter:GetResult () void System.Runtime.CompilerServices.TaskAwaiter:UnsafeOnCompletedInternal (System.Threading.Tasks.Task,System.Runtime.CompilerServices.IAsyncStateMachineBox,bool) void System.Runtime.CompilerServices.TaskAwaiter:ValidateEnd (System.Threading.Tasks.Task) - void System.Runtime.CompilerServices.TaskAwaiter`1:.ctor (System.Threading.Tasks.Task`1) void System.Runtime.DependentHandle:.ctor (object,object) void System.Runtime.DependentHandle:UnsafeSetTargetToNull () void System.Runtime.InteropServices.GCHandle:.ctor (object,System.Runtime.InteropServices.GCHandleType) void System.Runtime.InteropServices.GCHandle:InternalSet (intptr,object) void System.Runtime.InteropServices.GCHandle:set_Target (object) void System.Runtime.InteropServices.Marshal:.cctor () + void System.Runtime.InteropServices.Marshal:FreeCoTaskMem (intptr) void System.Runtime.InteropServices.Marshal:FreeHGlobal (intptr) void System.Runtime.InteropServices.Marshal:PtrToStructureHelper (intptr,object,bool) void System.Runtime.InteropServices.Marshal:PtrToStructureInternal (intptr,object,bool) void System.Runtime.InteropServices.Marshal:SetLastPInvokeError (int) + void System.Runtime.InteropServices.Marshal:SetLastSystemError (int) + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:.ctor (string,System.Span`1) + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:FreeNative () void System.Runtime.InteropServices.NativeMemory:Free (void*) void System.Runtime.InteropServices.SafeHandle:.ctor (intptr,bool) void System.Runtime.InteropServices.SafeHandle:DangerousAddRef () @@ -6259,14 +6235,25 @@ Methods: void System.RuntimeType:CreateInstanceCheckThis () void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool,bool&,bool&,System.RuntimeType/MemberListType&) void System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool&,System.RuntimeType/MemberListType&) + void System.RuntimeType:getFullName (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack,bool,bool) + void System.RuntimeType:GetGenericArgumentsInternal (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack,bool) + void System.RuntimeType:GetInterfaces (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:GetName (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:make_array_type (System.Runtime.CompilerServices.QCallTypeHandle,int,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:make_byref_type (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeType:MakeGenericType (System.Type,System.Type[],System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeType:SanityCheckGenericArguments (System.RuntimeType[],System.RuntimeType[]) void System.RuntimeType:ThrowIfTypeNeverValidGenericArgument (System.RuntimeType) void System.RuntimeType/ListBuilder`1:.ctor (int) void System.RuntimeType/ListBuilder`1:Add (System.Reflection.ConstructorInfo) - void System.Span`1:.ctor (Microsoft.Maui.IView&,int) - void System.Span`1:.ctor (string[],int,int) - void System.Span`1:.ctor (string[]) + void System.RuntimeTypeHandle:GetAssembly (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetBaseType (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetElementType (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetGenericTypeDefinition_impl (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:GetModule (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) + void System.RuntimeTypeHandle:internal_from_name (intptr,System.Threading.StackCrawlMark&,System.Runtime.CompilerServices.ObjectHandleOnStack,bool,bool) void System.SpanHelpers:ClearWithReferences (intptr&,uintptr) + void System.SpanHelpers:Fill (char&,uintptr,char) void System.StackOverflowException:.ctor (string) void System.String:.ctor (char,int) void System.String:.ctor (char[],int,int) @@ -6276,11 +6263,9 @@ Methods: void System.String:.ctor (sbyte*) void System.String:.ctor (System.ReadOnlySpan`1) void System.String:FillStringChecked (string,int,string) - void System.String:InitializeProbabilisticMap (uint*,System.ReadOnlySpan`1) void System.String:MakeSeparatorList (System.ReadOnlySpan`1,System.Collections.Generic.ValueListBuilder`1&) void System.String:memcpy (byte*,byte*,int) void System.String:memset (byte*,int,int) - void System.String:SetCharBit (uint*,byte) void System.SZGenericArrayEnumerator`1:Dispose () void System.SZGenericArrayEnumerator`1:.cctor () void System.SZGenericArrayEnumerator`1:.ctor (Microsoft.Maui.Hosting.IMauiInitializeService[]) @@ -6301,15 +6286,12 @@ Methods: void System.Text.EncoderReplacementFallback:.ctor (string) void System.Text.Encoding:.cctor () void System.Text.Encoding:.ctor (int) - void System.Text.StringBuilder:.ctor () void System.Text.StringBuilder:.ctor (int,int) void System.Text.StringBuilder:.ctor (int) void System.Text.StringBuilder:.ctor (System.Text.StringBuilder) - void System.Text.StringBuilder:AppendHelper (string) - void System.Text.StringBuilder:CopyTo (int,System.Span`1,int) + void System.Text.StringBuilder:Append (char&,int) + void System.Text.StringBuilder:AppendWithExpansion (char&,int) void System.Text.StringBuilder:ExpandByABlock (int) - void System.Text.StringBuilder:set_Length (int) - void System.Text.StringBuilderCache:Release (System.Text.StringBuilder) void System.Text.UTF8Encoding:.cctor () void System.Text.UTF8Encoding:.ctor () void System.Text.UTF8Encoding:.ctor (bool) @@ -6317,7 +6299,11 @@ Methods: void System.Text.UTF8Encoding/UTF8EncodingSealed:.ctor (bool) void System.Text.ValueStringBuilder:.ctor (System.Span`1) void System.Text.ValueStringBuilder:.ctor (System.Span`1) + void System.Text.ValueStringBuilder:Append (char,int) + void System.Text.ValueStringBuilder:Append (char*,int) + void System.Text.ValueStringBuilder:AppendSlow (string) void System.Text.ValueStringBuilder:AppendSlow (string) + void System.Text.ValueStringBuilder:AppendSpanFormattable (uint16,string,System.IFormatProvider) void System.Text.ValueUtf8Converter:Dispose () void System.Threading.AutoResetEvent:.ctor (bool) void System.Threading.CancellationToken:ThrowIfCancellationRequested () @@ -6340,7 +6326,6 @@ Methods: void System.Threading.CancellationTokenSource/Linked1CancellationTokenSource:Dispose (bool) void System.Threading.CancellationTokenSource/LinkedNCancellationTokenSource:.cctor () void System.Threading.CancellationTokenSource/Registrations:.ctor (System.Threading.CancellationTokenSource) - void System.Threading.CancellationTokenSource/Registrations:g__Contention|13_0 (int&) void System.Threading.CancellationTokenSource/Registrations:EnterLock () void System.Threading.EventWaitHandle:.ctor (bool,System.Threading.EventResetMode,string,bool&) void System.Threading.EventWaitHandle:.ctor (bool,System.Threading.EventResetMode) @@ -6362,10 +6347,10 @@ Methods: void System.Threading.LowLevelLifoSemaphore/Counts:IncrementWaiterCount () void System.Threading.LowLevelLifoSemaphore/Counts:set_SignalCount (uint) void System.Threading.LowLevelLifoSemaphore/Counts:SetUInt32Value (uint,byte) + void System.Threading.LowLevelLock:.cctor () void System.Threading.LowLevelLock:.ctor () void System.Threading.LowLevelLock:Acquire () void System.Threading.LowLevelLock:Release () - void System.Threading.LowLevelLock:WaitAndAcquire () void System.Threading.LowLevelMonitor:Acquire () void System.Threading.LowLevelMonitor:AcquireCore () void System.Threading.LowLevelMonitor:Initialize () @@ -6407,9 +6392,6 @@ Methods: void System.Threading.SpinLock:.ctor (bool) void System.Threading.SpinLock:Exit (bool) void System.Threading.SpinLock:TryEnter (bool&) - void System.Threading.SpinWait:.cctor () - void System.Threading.SpinWait:SpinOnce () - void System.Threading.SpinWait:SpinOnceCore (int) void System.Threading.SynchronizationContext:OperationCompleted () void System.Threading.SynchronizationContext:OperationStarted () void System.Threading.SynchronizationContext:SetSynchronizationContext (System.Threading.SynchronizationContext) @@ -6452,7 +6434,7 @@ Methods: void System.Threading.Tasks.Task:UnsafeSetContinuationForAwait (System.Runtime.CompilerServices.IAsyncStateMachineBox,bool) void System.Threading.Tasks.Task/<>c:.cctor () void System.Threading.Tasks.Task/<>c:.ctor () - void System.Threading.Tasks.Task/<>c:<.cctor>b__272_0 (object) + void System.Threading.Tasks.Task/<>c:<.cctor>b__273_0 (object) void System.Threading.Tasks.Task/ContingentProperties:SetCompleted () void System.Threading.Tasks.Task/ContingentProperties:UnregisterCancellationCallback () void System.Threading.Tasks.Task/DelayPromise:.cctor () @@ -6508,7 +6490,7 @@ Methods: void System.Threading.Thread:SetThreadPoolWorkerThreadName () void System.Threading.Thread:SetWaitSleepJoinState () void System.Threading.Thread:SpinWait (int) - void System.Threading.Thread:Start (bool) + void System.Threading.Thread:Start (bool,bool) void System.Threading.Thread:StartCallback () void System.Threading.Thread:StartCore () void System.Threading.Thread:StartInternal (System.Threading.Thread,int) @@ -6518,11 +6500,9 @@ Methods: void System.Threading.Thread/StartHelper:.cctor () void System.Threading.Thread/StartHelper:.ctor (System.Delegate) void System.Threading.Thread/StartHelper:InitializeCulture () - void System.Threading.ThreadInt64PersistentCounter:.cctor () void System.Threading.ThreadInt64PersistentCounter:.ctor () - void System.Threading.ThreadLocal`1/FinalizationHelper:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile[]) + void System.Threading.ThreadInt64PersistentCounter/ThreadLocalNode:.ctor (System.Threading.ThreadInt64PersistentCounter) void System.Threading.ThreadLocal`1/IdManager:.ctor () - void System.Threading.ThreadLocal`1/LinkedSlot:.ctor (System.Threading.ThreadLocal`1/LinkedSlotVolatile[]) void System.Threading.ThreadLocal`1:.cctor () void System.Threading.ThreadLocal`1:.ctor (System.Func`1,bool) void System.Threading.ThreadLocal`1:CreateLinkedSlot (System.Threading.ThreadLocal`1/LinkedSlotVolatile[],int,Java.Interop.JniEnvironmentInfo) @@ -6531,16 +6511,14 @@ Methods: void System.Threading.ThreadLocal`1:SetValueSlow (Java.Interop.JniEnvironmentInfo,System.Threading.ThreadLocal`1/LinkedSlotVolatile[]) void System.Threading.ThreadPool:.cctor () void System.Threading.ThreadPool:RequestWorkerThread () - void System.Threading.ThreadPool:UnsafeQueueTimeSensitiveWorkItem (System.Threading.IThreadPoolWorkItem) - void System.Threading.ThreadPool:UnsafeQueueTimeSensitiveWorkItemInternal (System.Threading.IThreadPoolWorkItem) + void System.Threading.ThreadPool:UnsafeQueueHighPriorityWorkItemInternal (System.Threading.IThreadPoolWorkItem) void System.Threading.ThreadPool:UnsafeQueueUserWorkItemInternal (object,bool) void System.Threading.ThreadPool/<>c:.cctor () void System.Threading.ThreadPool/<>c:.ctor () + void System.Threading.ThreadPoolWorkQueue:.cctor () void System.Threading.ThreadPoolWorkQueue:.ctor () void System.Threading.ThreadPoolWorkQueue:Enqueue (object,bool) - void System.Threading.ThreadPoolWorkQueue:EnqueueTimeSensitiveWorkItem (System.Threading.IThreadPoolWorkItem) - void System.Threading.ThreadPoolWorkQueue:EnsureThreadRequested () - void System.Threading.ThreadPoolWorkQueue:MarkThreadRequestSatisfied () + void System.Threading.ThreadPoolWorkQueue:EnqueueAtHighPriority (object) void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue:.ctor () void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue:LocalPush (object) void System.Threading.ThreadPoolWorkQueue/WorkStealingQueueList:.cctor () @@ -6577,6 +6555,7 @@ Methods: void System.Threading.WaitSubsystem/WaitableObject:SignalAutoResetEvent () void System.Threading.WaitSubsystem/WaitableObject:SignalEvent () void System.TimeSpan:.cctor () + void System.TimeSpan:.ctor (int,int,int,int,int,int) void System.TimeSpan:.ctor (int,int,int,int,int) void System.TimeSpan:.ctor (long) void System.TimeZoneInfo:.cctor () @@ -6585,10 +6564,10 @@ Methods: void System.TimeZoneInfo:GetDisplayName (string,Interop/Globalization/TimeZoneDisplayNameType,string,string&) void System.TimeZoneInfo:GetFullValueForDisplayNameField (string,System.TimeSpan,System.Globalization.CultureInfo,string&) void System.TimeZoneInfo:TryPopulateTimeZoneDisplayNamesFromGlobalizationData (string,System.TimeSpan,string&,string&,string&) - void System.TimeZoneInfo:TZif_GenerateAdjustmentRule (int&,System.TimeSpan,System.Collections.Generic.List`1,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],bool[],bool[],string) - void System.TimeZoneInfo:TZif_GenerateAdjustmentRules (System.TimeZoneInfo/AdjustmentRule[]&,System.TimeSpan,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],bool[],bool[],string) + void System.TimeZoneInfo:TZif_GenerateAdjustmentRule (int&,System.TimeSpan,System.Collections.Generic.List`1,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],string) + void System.TimeZoneInfo:TZif_GenerateAdjustmentRules (System.TimeZoneInfo/AdjustmentRule[]&,System.TimeSpan,System.DateTime[],byte[],System.TimeZoneInfo/TZifType[],string) void System.TimeZoneInfo:TZif_ParsePosixDateTime (System.ReadOnlySpan`1,int&,System.ReadOnlySpan`1&,System.ReadOnlySpan`1&) - void System.TimeZoneInfo:TZif_ParseRaw (byte[],System.TimeZoneInfo/TZifHead&,System.DateTime[]&,byte[]&,System.TimeZoneInfo/TZifType[]&,string&,bool[]&,bool[]&,string&) + void System.TimeZoneInfo:TZif_ParseRaw (byte[],System.TimeZoneInfo/TZifHead&,System.DateTime[]&,byte[]&,System.TimeZoneInfo/TZifType[]&,string&,string&) void System.TimeZoneInfo:ValidateTimeZoneInfo (string,System.TimeSpan,System.TimeZoneInfo/AdjustmentRule[],bool&) void System.TimeZoneInfo/<>c:.cctor () void System.TimeZoneInfo/<>c:.ctor () @@ -6635,7 +6614,6 @@ Methods: void System.UriParser:.cctor () void System.UriParser:.ctor (System.UriSyntaxFlags) void System.UriParser/BuiltInUriParser:.ctor (string,int,System.UriSyntaxFlags) - void System.ValueTuple`2:.ctor (string,string) void System.ValueTuple`3:.ctor (string,Microsoft.Maui.FontWeight,bool) void System.ValueTuple`3:.ctor (System.Threading.CancellationTokenSource,bool,System.Threading.CancellationTokenSource) void System.Version:.ctor (int,int,int,int) diff --git a/src/ProfiledAot/src/Directory.Build.targets b/src/ProfiledAot/src/Directory.Build.targets index ab3735ac2572..69cd68b52df7 100644 --- a/src/ProfiledAot/src/Directory.Build.targets +++ b/src/ProfiledAot/src/Directory.Build.targets @@ -7,7 +7,7 @@ - + From 736a883f7045c292b3844fc7447b26f7dbcb2230 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 23:19:40 +0200 Subject: [PATCH 021/158] [net7.0] Update dependencies from xamarin/xamarin-android (#8278) * Update dependencies from https://github.com/xamarin/xamarin-android build main-40930d0b6dee1c23262ed39dc33689071717c816-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.67 -> To Version 33.0.0-preview.6.68 * Update dependencies from https://github.com/xamarin/xamarin-android build main-54f15d74baa9d7c8da0203122692345c59748191-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.67 -> To Version 33.0.0-preview.6.69 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58a50f3fe4fa..2e33f580d2b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/runtime 5c5e66e6c067f8a82d514598575011cd21655ffb - + https://github.com/xamarin/xamarin-android - 2ca2a103d4e473eeeceecd7689961038bb374cdb + 54f15d74baa9d7c8da0203122692345c59748191 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index d846e377ef84..cc6f7d2e6cbe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,7 +9,7 @@ 6.0.1 6.0.0 - 33.0.0-preview.6.67 + 33.0.0-preview.6.69 15.4.744-ci.net7-0 15.4.744-ci.net7-0 From 7d8ca8e611256300444abf1973f427c7458d8756 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 27 Jun 2022 23:49:15 +0200 Subject: [PATCH 022/158] Revert "Bump Microsoft.CodeAnalysis.NetAnalyzers (#8348)" This reverts commit 6be1fe6cdfdf08e38431f7ce81e0834f4e24cecb. --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7f686a2d5c78..b47ed3d1fe96 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -35,7 +35,7 @@ 6.0.5 6.0.6 - 7.0.0-preview1.22326.1 + 7.0.0-preview1.22302.1 3.3.3 3.3.3 6.0.403 From f89867aa7e0f119d706e36d198e5f321eccb7253 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 28 Jun 2022 00:11:44 +0200 Subject: [PATCH 023/158] The last version that worked --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index b47ed3d1fe96..cc6f7d2e6cbe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -35,7 +35,7 @@ 6.0.5 6.0.6 - 7.0.0-preview1.22302.1 + 7.0.0-preview1.22274.2 3.3.3 3.3.3 6.0.403 From f12695581010b41015d7b1331b72907076c2fe29 Mon Sep 17 00:00:00 2001 From: Jay Cho Date: Thu, 30 Jun 2022 20:24:20 +0900 Subject: [PATCH 024/158] [Tizen] [NET7.0] Bump up Samsung Tizen Sdk version (#8434) ### Summary Bump up Samsung Tizen Sdk version from `7.0.100-preview.6.7` to `7.0.100-preview.6.14`. Updated version includes net6.0-tizen build support. --- eng/Versions.props | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index cc6f7d2e6cbe..64bd52673169 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,8 +16,7 @@ 12.3.744-ci.net7-0 15.4.744-ci.net7-0 - 7.0.303 - 7.0.100-preview.6.7 + 7.0.100-preview.6.14 7.0.0-preview.6.22281.1 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) From 724e795a68f0459f493e1bd4186ecb078328ec9c Mon Sep 17 00:00:00 2001 From: Jonathan Dick Date: Thu, 7 Jul 2022 07:54:06 -0400 Subject: [PATCH 025/158] [net7] include net6 templates (#8203) * Previous template pack version - Make this the released nuget package version as defined in version.props by a new variable. * Make --framework and -f work! * Support older SDKs Co-authored-by: Matthew Leibowitz --- Directory.Build.props | 11 ++++- eng/Versions.props | 2 + eng/cake/dotnet.cake | 15 ++++++ eng/pipelines/handlers.yml | 6 ++- .../Microsoft.Maui.Sdk.csproj | 43 +++++++---------- .../Sdk/BundledVersions.in.targets | 2 +- .../Microsoft.NET.Sdk.Maui.csproj | 27 ++++------- .../WorkloadManifest.in.json | 13 +++++ .../WorkloadManifest.in.targets | 47 +++++++++++++++++++ .../WorkloadManifest.targets | 14 ------ 10 files changed, 119 insertions(+), 61 deletions(-) create mode 100644 src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets delete mode 100644 src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.targets diff --git a/Directory.Build.props b/Directory.Build.props index 1e67701b6183..53577df2bbc4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,6 +6,13 @@ <_MauiDotNetVersionMinor Condition="'$(_MauiDotNetVersionMinor)' == ''">0 <_MauiDotNetVersion Condition="'$(_MauiDotNetVersion)' == ''">$(_MauiDotNetVersionMajor).$(_MauiDotNetVersionMinor) <_MauiDotNetTfm Condition="'$(_MauiDotNetTfm)' == ''">net$(_MauiDotNetVersion) + + <_MauiPreviousDotNetVersionMajor Condition="'$(_MauiPreviousDotNetVersionMajor)' == ''">6 + <_MauiPreviousDotNetVersionMinor Condition="'$(_MauiPreviousDotNetVersionMinor)' == ''">0 + <_MauiPreviousDotNetVersion Condition="'$(_MauiPreviousDotNetVersion)' == ''">$(_MauiPreviousDotNetVersionMajor).$(_MauiPreviousDotNetVersionMinor) + <_MauiPreviousDotNetVersionNoDot Condition="'$(_MauiPreviousDotNetVersionNoDot)' == ''">$(_MauiPreviousDotNetVersionMajor)$(_MauiPreviousDotNetVersionMinor) + <_MauiPreviousDotNetTfm Condition="'$(_MauiPreviousDotNetTfm)' == ''">net$(_MauiPreviousDotNetVersion) + <_MauiTargetPlatformIdentifier>$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) <_MauiNoTargetPlatform Condition="'$(_MauiTargetPlatformIdentifier)' == ''">True <_MauiTargetPlatformIsAndroid Condition="'$(_MauiTargetPlatformIdentifier)' == 'android'">True @@ -18,8 +25,8 @@ true true + Exists('$(DOTNET_ROOT)\sdk-manifests\$(DotNetSdkManifestsFolder)\samsung.net.sdk.tizen\WorkloadManifest.json') or + Exists('$(ProgramFiles)\dotnet\sdk-manifests\$(DotNetSdkManifestsFolder)\samsung.net.sdk.tizen\WorkloadManifest.json')">true diff --git a/eng/Versions.props b/eng/Versions.props index bfc3d74e4542..6e7deb7cfb76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,5 +1,7 @@ + + 6.0.405 7.0.100-preview.6.22316.8 diff --git a/eng/cake/dotnet.cake b/eng/cake/dotnet.cake index afb1a420c480..b670072ed5c8 100644 --- a/eng/cake/dotnet.cake +++ b/eng/cake/dotnet.cake @@ -182,6 +182,21 @@ Task("dotnet-templates") " -->", ""); + // TODO: remove this once issues are fixed + if (TestTFM.StartsWith("net6")) + { + // Mac Catalyst/iOS does not yet support net6 from the net7 SDK. + ReplaceTextInFiles($"{projectName}/*.csproj", + ";net6.0-ios;net6.0-maccatalyst", + ""); + + // Android does not yet support net6 from the net7 SDK in Release builds + if (configuration == "Release") + ReplaceTextInFiles($"{projectName}/*.csproj", + "net6.0-android", + ""); + } + // Build RunMSBuildWithDotNet(projectName, properties, warningsAsError: true, forceDotNetBuild: forceDotNetBuild); diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index 8533d5e87c86..860514144f30 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -104,8 +104,10 @@ parameters: default: - name: default tfm: default - # - name: net6 - # tfm: net6.0 + - name: net6 + tfm: net6.0 + - name: net7 + tfm: net7.0 resources: repositories: diff --git a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj index 226b660c3751..fb87f595de0b 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj +++ b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj @@ -55,6 +55,19 @@ + + <_ValuesToReplace Include="VERSION" PropertyName="PackageReferenceVersion" /> + <_ValuesToReplace Include="TFM" PropertyName="_MauiDotNetTfm" /> + <_ValuesToReplace Include="PREVIOUS_TFM" PropertyName="_MauiPreviousDotNetTfm" /> + <_ValuesToReplace Include="MAUI_DOTNET_VERSION" PropertyName="_MauiDotNetVersion" /> + <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION" PropertyName="_MauiPreviousDotNetVersion" /> + <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_NO_DOT" PropertyName="_MauiPreviousDotNetVersionNoDot" /> + <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION" PropertyName="MicrosoftMauiPreviousDotNetReleasedVersion" /> + <_ValuesToReplace Include="MicrosoftWindowsSDKBuildToolsPackageVersion" PropertyName="MicrosoftWindowsSDKBuildToolsPackageVersion" /> + <_ValuesToReplace Include="MicrosoftExtensionsPackageVersion" PropertyName="MicrosoftExtensionsPackageVersion" /> + <_ValuesToReplace Include="MicrosoftExtensionsServicingPackageVersion" PropertyName="MicrosoftExtensionsServicingPackageVersion" /> + + - - - - + <_MauiRuntimePackVersion>$(MauiVersion) <_MauiRuntimePackVersion Condition=" '$(_MauiRuntimePackVersion)' == '' ">**FromWorkload** @@ -14,7 +15,6 @@ - <_MauiRuntimeIdentifiers Include="android;ios;maccatalyst;win;tizen" /> <_JsonInputFile Include="WorkloadManifest.in.json" OutputPath="$(IntermediateOutputPath)WorkloadManifest.json" Pack="true" /> + <_JsonInputFile Include="WorkloadManifest.in.targets" OutputPath="$(IntermediateOutputPath)WorkloadManifest.targets" Pack="true" /> <_JsonInputFile Include="Rollback.in.json" OutputPath="$(IntermediateOutputPath)Rollback.json" Pack="false" /> <_JsonInputFile Include="SdkInstaller.in.json" OutputPath="$(IntermediateOutputPath)SdkInstaller.json" Pack="false" /> @@ -54,6 +55,12 @@ <_VersionsToReplace Include="MicrosoftMauiGraphicsVersion" /> <_VersionsToReplace Update="@(_VersionsToReplace)" PropertyName="%(Identity)" /> <_VersionsToReplace Include="MicrosoftMauiGraphicsWin2DWinUIDesktopPackageVersion" PropertyName="MicrosoftMauiGraphicsVersion" /> + <_VersionsToReplace Include="MAUI_GRAPHICS_VERSION" PropertyName="MicrosoftMauiGraphicsVersion" /> + <_VersionsToReplace Include="VERSION" PropertyName="PackageReferenceVersion" /> + <_VersionsToReplace Include="MAUI_DOTNET_VERSION" PropertyName="_MauiDotNetVersion" /> + <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION" PropertyName="_MauiPreviousDotNetVersion" /> + <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_NO_DOT" PropertyName="_MauiPreviousDotNetVersionNoDot" /> + <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION" PropertyName="MicrosoftMauiPreviousDotNetReleasedVersion" /> - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.targets b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.targets deleted file mode 100644 index 91f9663d8295..000000000000 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.targets +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - \ No newline at end of file From 4e9512897b95fe19597889632de3a1c9358727bb Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 7 Jul 2022 15:59:35 +0200 Subject: [PATCH 026/158] Update previous MAUI version to the new version (#8590) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 5f2c178e40f3..4d9c5d54a9aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.405 + 6.0.408 7.0.100-preview.6.22316.8 From ef3722affcedfa4961165262fbe1ee1f6163231f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:48:03 +0200 Subject: [PATCH 027/158] [net7.0] Update dependencies from xamarin/xamarin-android (#8414) * Update dependencies from https://github.com/xamarin/xamarin-android build main-e1611871aa84d25a47e7f71a7b8b87bf5f19932b-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.69 -> To Version 33.0.0-preview.6.73 * Try install api33 * try install api 33 * Update dependencies from https://github.com/xamarin/xamarin-android build main-2197a45920c656094f4737868a4462f76a08eea0-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.69 -> To Version 33.0.0-preview.6.74 * Update dependencies from https://github.com/xamarin/xamarin-android build main-dbadf130f7a8d1425021e8e15995c804b04fa250-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.69 -> To Version 33.0.0-preview.7.83 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22354.2 (parent: Microsoft.Android.Sdk.Windows * Hardcode $(DotNetMaciOSManifestVersionBand) to preview.6 Solves the error: src/DotNet/Dependencies/Workloads.csproj : error NU1101: Unable to find package Microsoft.NET.Sdk.MacCatalyst.Manifest-7.0.100-preview.7. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet6, dotnet7, skiasharp, skiasharp-stable-2e127353-signed src/DotNet/Dependencies/Workloads.csproj : error NU1101: Unable to find package Microsoft.NET.Sdk.iOS.Manifest-7.0.100-preview.7. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet6, dotnet7, skiasharp, skiasharp-stable-2e127353-signed src/DotNet/Dependencies/Workloads.csproj : error NU1101: Unable to find package Microsoft.NET.Sdk.tvOS.Manifest-7.0.100-preview.7. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet6, dotnet7, skiasharp, skiasharp-stable-2e127353-signed src/DotNet/Dependencies/Workloads.csproj : error NU1101: Unable to find package Microsoft.NET.Sdk.macOS.Manifest-7.0.100-preview.7. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet6, dotnet7, skiasharp, skiasharp-stable-2e127353-signed src/DotNet/Dependencies/Workloads.csproj : error NU1101: Unable to find package Samsung.NET.Sdk.Tizen.Manifest-7.0.100-preview.7. No packages exist with this id in source(s): dotnet-eng, dotnet-public, dotnet6, dotnet7, skiasharp, skiasharp-stable-2e127353-signed * Hardcode $(DotNetTizenManifestVersionBand) to preview.6 * Update dependencies from https://github.com/xamarin/xamarin-android build main-c537dd28c30f482f365ef756214be35aa1553da2-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.69 -> To Version 33.0.0-preview.7.85 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22354.2 (parent: Microsoft.Android.Sdk.Windows * Install API 33 on Mac, too? * Oops need `echo` * Different path for Android SDK Using the path listed here? https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md * sdkmanager take 3 * Print out file listing * Ok weird, there is only a ~/Library/Developer/Xamarin/android-sdk-macosx/tools/bin/sdkmanager * Ignore obsoletion on GetParcelable() Context: https://developer.android.com/reference/android/os/Bundle#getParcelable(java.lang.String,%20java.lang.Class%3CT%3E) It isn't clear to me how we'd use the new API in these cases. We'd also have to put behind an OperatingSystem check. I think we can ignore the warning for now. * Stop using AccessiblityEvent.Obtain() Android docs say to just use this object's constructor instead, see: https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent#obtain() * Update dependencies from https://github.com/xamarin/xamarin-android build main-59352f833846c563768f18dd72133be101b0ddc6-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.69 -> To Version 33.0.0-preview.7.88 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22354.2 (parent: Microsoft.Android.Sdk.Windows * platform-tools is 33.0.2 * warnings * Update API with new warnings * Nullable * FormsAppCompatActivity.OnBackPressed * [net7.0] Update dependencies from xamarin/xamarin-macios (#8466) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220630.6 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.744-ci.net7-0 -> To Version 15.4.854-ci.net7-0 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220701.4 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.744-ci.net7-0 -> To Version 15.4.858-preview.7 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Matthew Leibowitz * Update Versions.props * Update GitInfo.txt * not here * Update dependencies from https://github.com/xamarin/xamarin-android build main-9f8fefcaf57f684fce26dfe30ab9ed7cb8ed7c1d-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.69 -> To Version 33.0.0-preview.7.90 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22354.2 (parent: Microsoft.Android.Sdk.Windows * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220701.4 (#8678) Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.744-ci.net7-0 -> To Version 15.4.858-preview.7 Co-authored-by: dotnet-maestro[bot] * This is still a thing Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho Co-authored-by: Matthew Leibowitz Co-authored-by: Jonathan Peppers Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> --- GitInfo.txt | 2 +- eng/Version.Details.xml | 32 +++++++++---------- eng/Versions.props | 20 ++++++------ eng/pipelines/common/provision.yml | 5 --- eng/provisioning/provisioning.csx | 3 +- .../AppCompat/FormsAppCompatActivity.cs | 1 + .../Android/TapAndPanGestureDetector.cs | 2 +- src/Core/src/ActivationState.cs | 2 ++ src/Core/src/Graphics/MauiDrawable.Android.cs | 2 +- .../UriImageSourceService.Android.cs | 10 ++++-- .../src/Platform/Android/BorderDrawable.cs | 2 +- .../MauiAppCompatActivity.Lifecycle.cs | 4 +++ .../net-android/PublicAPI.Shipped.txt | 4 +-- .../Platform/IntermediateActivity.android.cs | 2 ++ .../SemanticScreenReader.android.cs | 11 +++++-- ...thenticatorIntermediateActivity.android.cs | 2 ++ 16 files changed, 61 insertions(+), 43 deletions(-) diff --git a/GitInfo.txt b/GitInfo.txt index 7e96e6f0814c..a7de324b7713 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-preview.6 +7.0.0-preview.7 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7776dd10b327..7332b5ba88db 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,36 +1,36 @@ - + https://github.com/dotnet/installer - 970be08e7ce46452911c8638ec7d4a3c0b6bd534 + 9239e0df2d4575a89657a1cd0414881b5bb858c5 - + https://github.com/dotnet/runtime - 5c5e66e6c067f8a82d514598575011cd21655ffb + 0402550585f54e88707af55652111ace793ef27f - + https://github.com/xamarin/xamarin-android - 54f15d74baa9d7c8da0203122692345c59748191 + 9f8fefcaf57f684fce26dfe30ab9ed7cb8ed7c1d - + https://github.com/xamarin/xamarin-macios - d167ae86b857d3e25f013e33b99879b513491562 + ea1419d6fc273cec7bfc26f91bded199f26a878a - + https://github.com/xamarin/xamarin-macios - d167ae86b857d3e25f013e33b99879b513491562 + ea1419d6fc273cec7bfc26f91bded199f26a878a - + https://github.com/xamarin/xamarin-macios - d167ae86b857d3e25f013e33b99879b513491562 + ea1419d6fc273cec7bfc26f91bded199f26a878a - + https://github.com/xamarin/xamarin-macios - d167ae86b857d3e25f013e33b99879b513491562 + ea1419d6fc273cec7bfc26f91bded199f26a878a - + https://github.com/dotnet/emsdk - ea10b4e5534de1806cc2e84ddd3b00eabcab962f + d304ef66207ec5301acf2b6d7f7c47467628e906 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index 4d9c5d54a9aa..1b792d93cb0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,24 +3,24 @@ 6.0.408 - 7.0.100-preview.6.22316.8 + 7.0.100-preview.7.22354.2 - 7.0.0-preview.6.22312.1 + 7.0.0-preview.6.22329.5 6.0.0 6.0.1 6.0.0 - 33.0.0-preview.6.69 + 33.0.0-preview.7.90 - 15.4.744-ci.net7-0 - 15.4.744-ci.net7-0 - 12.3.744-ci.net7-0 - 15.4.744-ci.net7-0 + 15.4.858-preview.7 + 15.4.858-preview.7 + 12.3.858-preview.7 + 15.4.858-preview.7 7.0.100-preview.6.14 - 7.0.0-preview.6.22281.1 + 7.0.0-preview.7.22321.2 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) 1.1.1 @@ -71,7 +71,7 @@ $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetSdkManifestsFolder) - $(DotNetSdkManifestsFolder) - $(DotNetSdkManifestsFolder) + $(DotNetVersionBand)-preview.6 + $(DotNetVersionBand)-preview.6 diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index c18adc5ab7d0..899de29570c7 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -117,11 +117,6 @@ steps: displayName: 'Setup MSBuild Paths' condition: eq(variables['provisioningVS'], 'true') - # Prepare Both - - pwsh: ./build.ps1 --target provision - displayName: 'Cake Provision' - condition: eq(variables['provisioningCake'], 'true') - - task: PowerShell@2 condition: eq(variables['PrivateBuild'], 'true') displayName: Setup Private Feeds Credentials diff --git a/eng/provisioning/provisioning.csx b/eng/provisioning/provisioning.csx index d91eca2d978e..83375bfb2b73 100644 --- a/eng/provisioning/provisioning.csx +++ b/eng/provisioning/provisioning.csx @@ -109,6 +109,7 @@ if(String.IsNullOrWhiteSpace(ANDROID_API_SDKS)) .ApiLevel((AndroidApiLevel)30) .ApiLevel((AndroidApiLevel)31) .ApiLevel((AndroidApiLevel)32) + .ApiLevel((AndroidApiLevel)33) .VirtualDevice( "Android_API23", (AndroidApiLevel)23, @@ -121,7 +122,7 @@ if(String.IsNullOrWhiteSpace(ANDROID_API_SDKS)) AndroidSystemImageApi.GooglePlayStore, AndroidSystemImageAbi.x86, AndroidVirtualDevice.NEXUS_5X) - .SdkManagerPackage ("build-tools;29.0.3"); + .SdkManagerPackage ("build-tools;33.0.0"); } else{ diff --git a/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs b/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs index 774ee2d6c047..23ffd2546e1c 100644 --- a/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs +++ b/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs @@ -69,6 +69,7 @@ protected FormsAppCompatActivity() public event EventHandler ConfigurationChanged; + [Obsolete] public override void OnBackPressed() { if (BackPressed != null && BackPressed(this, EventArgs.Empty)) diff --git a/src/Controls/src/Core/Platform/Android/TapAndPanGestureDetector.cs b/src/Controls/src/Core/Platform/Android/TapAndPanGestureDetector.cs index 7879aef85aa5..03edd6a6b577 100644 --- a/src/Controls/src/Core/Platform/Android/TapAndPanGestureDetector.cs +++ b/src/Controls/src/Core/Platform/Android/TapAndPanGestureDetector.cs @@ -33,7 +33,7 @@ public void UpdateLongPressSettings() IsLongpressEnabled = _listener.EnableLongPressGestures; } - public override bool OnTouchEvent(MotionEvent? ev) + public override bool OnTouchEvent(MotionEvent ev) { if (base.OnTouchEvent(ev)) return true; diff --git a/src/Core/src/ActivationState.cs b/src/Core/src/ActivationState.cs index 7475226bf3e9..f8d60aebe7f1 100644 --- a/src/Core/src/ActivationState.cs +++ b/src/Core/src/ActivationState.cs @@ -64,7 +64,9 @@ static IPersistedState GetPersistedState(Android.OS.Bundle? state) { foreach (var k in keyset) { +#pragma warning disable 618 // TODO: one day use the API 33+ version: https://developer.android.com/reference/kotlin/android/os/BaseBundle?hl=en#get dict[k] = state?.Get(k)?.ToString(); +#pragma warning restore 618 } } diff --git a/src/Core/src/Graphics/MauiDrawable.Android.cs b/src/Core/src/Graphics/MauiDrawable.Android.cs index b60188475112..1e07108a9e10 100644 --- a/src/Core/src/Graphics/MauiDrawable.Android.cs +++ b/src/Core/src/Graphics/MauiDrawable.Android.cs @@ -353,7 +353,7 @@ public void InvalidateBorderBounds() InvalidateSelf(); } - protected override void OnBoundsChange(ARect? bounds) + protected override void OnBoundsChange(ARect bounds) { if (_bounds != bounds) { diff --git a/src/Core/src/ImageSources/UriImageSourceService/UriImageSourceService.Android.cs b/src/Core/src/ImageSources/UriImageSourceService/UriImageSourceService.Android.cs index f0cd106aa1e4..487372a2ba4c 100644 --- a/src/Core/src/ImageSources/UriImageSourceService/UriImageSourceService.Android.cs +++ b/src/Core/src/ImageSources/UriImageSourceService/UriImageSourceService.Android.cs @@ -19,7 +19,10 @@ public partial class UriImageSourceService { var callback = new ImageLoaderCallback(); - PlatformInterop.LoadImageFromUri(imageView, uriImageSource.Uri.OriginalString, new Java.Lang.Boolean(uriImageSource.CachingEnabled), callback); + var cachingEnabled = uriImageSource.CachingEnabled + ? Java.Lang.Boolean.True + : Java.Lang.Boolean.False; + PlatformInterop.LoadImageFromUri(imageView, uriImageSource.Uri.OriginalString, cachingEnabled, callback); return callback.Result; } @@ -42,7 +45,10 @@ public partial class UriImageSourceService { var drawableCallback = new ImageLoaderResultCallback(); - PlatformInterop.LoadImageFromUri(context, uriImageSource.Uri.OriginalString, new Java.Lang.Boolean(uriImageSource.CachingEnabled), drawableCallback); + var cachingEnabled = uriImageSource.CachingEnabled + ? Java.Lang.Boolean.True + : Java.Lang.Boolean.False; + PlatformInterop.LoadImageFromUri(context, uriImageSource.Uri.OriginalString, cachingEnabled, drawableCallback); return drawableCallback.Result; } diff --git a/src/Core/src/Platform/Android/BorderDrawable.cs b/src/Core/src/Platform/Android/BorderDrawable.cs index afcd0e1899ee..e330546b8bf7 100644 --- a/src/Core/src/Platform/Android/BorderDrawable.cs +++ b/src/Core/src/Platform/Android/BorderDrawable.cs @@ -238,7 +238,7 @@ public void SetBorderWidth(double strokeWidth) InvalidateSelf(); } - protected override void OnBoundsChange(ARect? bounds) + protected override void OnBoundsChange(ARect bounds) { if (_bounds != bounds) { diff --git a/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs b/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs index 8a2ff27561db..8f9bf8e77a11 100644 --- a/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs +++ b/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs @@ -1,3 +1,4 @@ +using System; using Android.App; using Android.Content; using Android.Content.PM; @@ -18,6 +19,9 @@ protected override void OnActivityResult(int requestCode, Result resultCode, Int MauiApplication.Current?.Services?.InvokeLifecycleEvents(del => del(this, requestCode, resultCode, data)); } + // TODO: Investigate whether the new AndroidX way is actually useful: + // https://developer.android.com/reference/android/app/Activity#onBackPressed() + [Obsolete] public override void OnBackPressed() { var preventBackPropagation = false; diff --git a/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt index 1ea90c889294..065ee03967aa 100644 --- a/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt +++ b/src/Core/src/PublicAPI/net-android/PublicAPI.Shipped.txt @@ -1975,7 +1975,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?>! 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! 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 @@ -2115,7 +2115,7 @@ override Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper.PerformAcces 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 diff --git a/src/Essentials/src/Platform/IntermediateActivity.android.cs b/src/Essentials/src/Platform/IntermediateActivity.android.cs index b008c4a17b32..4aaccc13f0cc 100644 --- a/src/Essentials/src/Platform/IntermediateActivity.android.cs +++ b/src/Essentials/src/Platform/IntermediateActivity.android.cs @@ -32,7 +32,9 @@ protected override void OnCreate(Bundle? savedInstanceState) // read the values launched = extras?.GetBoolean(launchedExtra, false) ?? false; +#pragma warning disable 618 // TODO: one day use the API 33+ version: https://developer.android.com/reference/android/os/Bundle#getParcelable(java.lang.String,%20java.lang.Class%3CT%3E) actualIntent = extras?.GetParcelable(actualIntentExtra) as Intent; +#pragma warning restore 618 guid = extras?.GetString(guidExtra); requestCode = extras?.GetInt(requestCodeExtra, -1) ?? -1; diff --git a/src/Essentials/src/SemanticScreenReader/SemanticScreenReader.android.cs b/src/Essentials/src/SemanticScreenReader/SemanticScreenReader.android.cs index f41d7863dd20..a7ac87dea112 100644 --- a/src/Essentials/src/SemanticScreenReader/SemanticScreenReader.android.cs +++ b/src/Essentials/src/SemanticScreenReader/SemanticScreenReader.android.cs @@ -1,4 +1,5 @@ -using Android.Views.Accessibility; +using System; +using Android.Views.Accessibility; namespace Microsoft.Maui.Accessibility { @@ -6,8 +7,12 @@ partial class SemanticScreenReaderImplementation : ISemanticScreenReader { public void Announce(string text) { - AccessibilityManager manager = Android.App.Application.Context.GetSystemService(Android.Content.Context.AccessibilityService) as AccessibilityManager; - AccessibilityEvent announcement = AccessibilityEvent.Obtain(); + var manager = Android.App.Application.Context.GetSystemService(Android.Content.Context.AccessibilityService) as AccessibilityManager; + var announcement = OperatingSystem.IsAndroidVersionAtLeast(33) + ? new AccessibilityEvent() +#pragma warning disable 618 + : AccessibilityEvent.Obtain(); +#pragma warning restore 618 if (manager == null || announcement == null) return; diff --git a/src/Essentials/src/WebAuthenticator/WebAuthenticatorIntermediateActivity.android.cs b/src/Essentials/src/WebAuthenticator/WebAuthenticatorIntermediateActivity.android.cs index bd8e1b7faa73..8995c7d8730f 100644 --- a/src/Essentials/src/WebAuthenticator/WebAuthenticatorIntermediateActivity.android.cs +++ b/src/Essentials/src/WebAuthenticator/WebAuthenticatorIntermediateActivity.android.cs @@ -22,7 +22,9 @@ protected override void OnCreate(Bundle savedInstanceState) // read the values launched = extras.GetBoolean(launchedExtra, false); +#pragma warning disable 618 // TODO: one day use the API 33+ version: https://developer.android.com/reference/android/os/Bundle#getParcelable(java.lang.String,%20java.lang.Class%3CT%3E) actualIntent = extras.GetParcelable(actualIntentExtra) as Intent; +#pragma warning restore 618 } protected override void OnResume() From e125c08fab3f64404c0f9a243ea8114da67fc9fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:40:23 +0200 Subject: [PATCH 028/158] Update dependencies from https://github.com/xamarin/xamarin-android build main-e1d5099327b9b2fd6a087cbc4497e975283bd490-1 (#8688) Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.7.90 -> To Version 33.0.0-preview.7.91 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Matthew Leibowitz --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7332b5ba88db..c0f2d26f1c42 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/runtime 0402550585f54e88707af55652111ace793ef27f - + https://github.com/xamarin/xamarin-android - 9f8fefcaf57f684fce26dfe30ab9ed7cb8ed7c1d + e1d5099327b9b2fd6a087cbc4497e975283bd490 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index 1b792d93cb0d..1022e91af4a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 6.0.1 6.0.0 - 33.0.0-preview.7.90 + 33.0.0-preview.7.91 15.4.858-preview.7 15.4.858-preview.7 From c75b7c26d698b2720b3cbf3e7de5f7373163739a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:19:12 +0200 Subject: [PATCH 029/158] Update dependencies from https://github.com/xamarin/xamarin-android build main-8b0531465d90f6357bd9271faf7e5d6f7f3e4a46-1 (#8711) Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.7.91 -> To Version 33.0.0-preview.7.92 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b48ef524fd4..760a4bbdc25c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/runtime 0402550585f54e88707af55652111ace793ef27f - + https://github.com/xamarin/xamarin-android - e1d5099327b9b2fd6a087cbc4497e975283bd490 + 8b0531465d90f6357bd9271faf7e5d6f7f3e4a46 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index bbcd505ad687..21a7411e572e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 6.0.1 6.0.0 - 33.0.0-preview.7.91 + 33.0.0-preview.7.92 15.4.858-preview.7 15.4.858-preview.7 From 513789c54f55d00180406e8611fb3ec8c00d80b6 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 15 Jul 2022 01:15:19 +0200 Subject: [PATCH 030/158] Make the MAUI package ID be pre.7 (#8737) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 21a7411e572e..81bf476f4bf0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,7 +67,7 @@ 7.0.100 $(DotNetVersionBand)$([System.Text.RegularExpressions.Regex]::Match($(MicrosoftDotnetSdkInternalPackageVersion), `\-preview.\d+`)) - $(DotNetVersionBand) + $(DotNetSdkManifestsFolder) $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetSdkManifestsFolder) From cad4cd8cfb68c556b697a972ccc214a998b45003 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 15 Jul 2022 21:46:38 +0200 Subject: [PATCH 031/158] Drop back down to preview 6 (#8773) --- GitInfo.txt | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 20 ++++++++++---------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/GitInfo.txt b/GitInfo.txt index a7de324b7713..7e96e6f0814c 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-preview.7 +7.0.0-preview.6 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4384aad25c73..b971f6c131a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,36 +1,36 @@ - + https://github.com/dotnet/installer - 9239e0df2d4575a89657a1cd0414881b5bb858c5 + 970be08e7ce46452911c8638ec7d4a3c0b6bd534 - + https://github.com/dotnet/runtime - 0402550585f54e88707af55652111ace793ef27f + 5c5e66e6c067f8a82d514598575011cd21655ffb - + https://github.com/xamarin/xamarin-android - 8b0531465d90f6357bd9271faf7e5d6f7f3e4a46 + 2197a45920c656094f4737868a4462f76a08eea0 - + https://github.com/xamarin/xamarin-macios - ea1419d6fc273cec7bfc26f91bded199f26a878a + 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 - + https://github.com/xamarin/xamarin-macios - ea1419d6fc273cec7bfc26f91bded199f26a878a + 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 - + https://github.com/xamarin/xamarin-macios - ea1419d6fc273cec7bfc26f91bded199f26a878a + 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 - + https://github.com/xamarin/xamarin-macios - ea1419d6fc273cec7bfc26f91bded199f26a878a + 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 - + https://github.com/dotnet/emsdk - d304ef66207ec5301acf2b6d7f7c47467628e906 + ea10b4e5534de1806cc2e84ddd3b00eabcab962f https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index a89f767cb3a8..ea9138a5aa25 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,24 +3,24 @@ 6.0.408 - 7.0.100-preview.7.22354.2 + 7.0.100-preview.6.22316.8 - 7.0.0-preview.6.22329.5 + 7.0.0-preview.6.22312.1 6.0.0 6.0.1 6.0.0 - 33.0.0-preview.7.92 + 33.0.0-preview.6.74 - 15.4.858-preview.7 - 15.4.858-preview.7 - 12.3.858-preview.7 - 15.4.858-preview.7 + 15.4.906-preview.7 + 15.4.906-preview.7 + 12.3.906-preview.7 + 15.4.906-preview.7 7.0.100-preview.6.14 - 7.0.0-preview.7.22321.2 + 7.0.0-preview.6.22281.1 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) 1.1.2 @@ -71,7 +71,7 @@ $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetSdkManifestsFolder) - $(DotNetVersionBand)-preview.6 - $(DotNetVersionBand)-preview.6 + $(DotNetSdkManifestsFolder) + $(DotNetSdkManifestsFolder) From 0d9b0321d2c0f44dc82d7f414f062791ac55f58f Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Sat, 16 Jul 2022 18:19:28 -0400 Subject: [PATCH 032/158] [workload] Remove Microsoft.Maui.Dependencies pack (#6871) Co-authored-by: Matthew Leibowitz --- Microsoft.Maui-mac.slnf | 1 - Microsoft.Maui.Packages-mac.slnf | 1 - Microsoft.Maui.Packages.slnf | 1 - Microsoft.Maui.sln | 7 --- omnisharp.json | 2 - .../Foldable/src/Controls.Foldable.csproj | 6 ++- .../Microsoft.Maui.Dependencies.csproj | 41 --------------- .../Microsoft.Maui.Sdk.csproj | 38 ++++++++++++++ .../Sdk/BundledVersions.in.targets | 51 ++++++++++++++++++- .../WorkloadManifest.in.json | 5 -- src/Workload/README.md | 1 - 11 files changed, 92 insertions(+), 62 deletions(-) delete mode 100644 src/Workload/Microsoft.Maui.Dependencies/Microsoft.Maui.Dependencies.csproj diff --git a/Microsoft.Maui-mac.slnf b/Microsoft.Maui-mac.slnf index 4e684a5e9643..9d96c6664694 100644 --- a/Microsoft.Maui-mac.slnf +++ b/Microsoft.Maui-mac.slnf @@ -54,7 +54,6 @@ "src\\Workload\\Microsoft.Maui.Controls.Runtime\\Microsoft.Maui.Controls.Runtime.csproj", "src\\Workload\\Microsoft.Maui.Core.Ref\\Microsoft.Maui.Core.Ref.csproj", "src\\Workload\\Microsoft.Maui.Core.Runtime\\Microsoft.Maui.Core.Runtime.csproj", - "src\\Workload\\Microsoft.Maui.Dependencies\\Microsoft.Maui.Dependencies.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Ref\\Microsoft.Maui.Essentials.Ref.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Runtime\\Microsoft.Maui.Essentials.Runtime.csproj", "src\\Workload\\Microsoft.Maui.Sdk\\Microsoft.Maui.Sdk.csproj", diff --git a/Microsoft.Maui.Packages-mac.slnf b/Microsoft.Maui.Packages-mac.slnf index 34849b233dac..056627707e14 100644 --- a/Microsoft.Maui.Packages-mac.slnf +++ b/Microsoft.Maui.Packages-mac.slnf @@ -20,7 +20,6 @@ "src\\Workload\\Microsoft.Maui.Sdk\\Microsoft.Maui.Sdk.csproj", "src\\Workload\\Microsoft.Maui.Core.Ref\\Microsoft.Maui.Core.Ref.csproj", "src\\Workload\\Microsoft.Maui.Core.Runtime\\Microsoft.Maui.Core.Runtime.csproj", - "src\\Workload\\Microsoft.Maui.Dependencies\\Microsoft.Maui.Dependencies.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Ref\\Microsoft.Maui.Essentials.Ref.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Runtime\\Microsoft.Maui.Essentials.Runtime.csproj", "src\\Workload\\Microsoft.NET.Sdk.Maui\\Microsoft.NET.Sdk.Maui.csproj" diff --git a/Microsoft.Maui.Packages.slnf b/Microsoft.Maui.Packages.slnf index 3fcc73150784..f2441c2fdba1 100644 --- a/Microsoft.Maui.Packages.slnf +++ b/Microsoft.Maui.Packages.slnf @@ -22,7 +22,6 @@ "src\\Workload\\Microsoft.Maui.Sdk\\Microsoft.Maui.Sdk.csproj", "src\\Workload\\Microsoft.Maui.Core.Ref\\Microsoft.Maui.Core.Ref.csproj", "src\\Workload\\Microsoft.Maui.Core.Runtime\\Microsoft.Maui.Core.Runtime.csproj", - "src\\Workload\\Microsoft.Maui.Dependencies\\Microsoft.Maui.Dependencies.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Ref\\Microsoft.Maui.Essentials.Ref.csproj", "src\\Workload\\Microsoft.Maui.Essentials.Runtime\\Microsoft.Maui.Essentials.Runtime.csproj", "src\\Workload\\Microsoft.Maui.Resizetizer.Sdk\\Microsoft.Maui.Resizetizer.Sdk.csproj", diff --git a/Microsoft.Maui.sln b/Microsoft.Maui.sln index d72c53c9d7ea..e846f6a1c298 100644 --- a/Microsoft.Maui.sln +++ b/Microsoft.Maui.sln @@ -80,8 +80,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Core.Ref", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Core.Runtime", "src\Workload\Microsoft.Maui.Core.Runtime\Microsoft.Maui.Core.Runtime.csproj", "{73075C7E-AA0A-4FD6-BBD7-6BD3B43BC2A9}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Dependencies", "src\Workload\Microsoft.Maui.Dependencies\Microsoft.Maui.Dependencies.csproj", "{582BA9EC-420C-4512-8892-37E8F6D1E70F}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Essentials.Ref", "src\Workload\Microsoft.Maui.Essentials.Ref\Microsoft.Maui.Essentials.Ref.csproj", "{28B1E6A8-4EB7-4B82-9552-10C418692496}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Essentials.Runtime", "src\Workload\Microsoft.Maui.Essentials.Runtime\Microsoft.Maui.Essentials.Runtime.csproj", "{C69336DF-EE56-4236-8188-06B2A8AD8A36}" @@ -304,10 +302,6 @@ Global {73075C7E-AA0A-4FD6-BBD7-6BD3B43BC2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU {73075C7E-AA0A-4FD6-BBD7-6BD3B43BC2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU {73075C7E-AA0A-4FD6-BBD7-6BD3B43BC2A9}.Release|Any CPU.Build.0 = Release|Any CPU - {582BA9EC-420C-4512-8892-37E8F6D1E70F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {582BA9EC-420C-4512-8892-37E8F6D1E70F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {582BA9EC-420C-4512-8892-37E8F6D1E70F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {582BA9EC-420C-4512-8892-37E8F6D1E70F}.Release|Any CPU.Build.0 = Release|Any CPU {28B1E6A8-4EB7-4B82-9552-10C418692496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {28B1E6A8-4EB7-4B82-9552-10C418692496}.Debug|Any CPU.Build.0 = Debug|Any CPU {28B1E6A8-4EB7-4B82-9552-10C418692496}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -531,7 +525,6 @@ Global {C5C434A7-4E1F-456F-A23A-F2566C98301A} = {EC63FD88-5E12-46D7-B440-68F70241D987} {359FFDAC-3E3C-4A78-98EE-9070841E5792} = {EC63FD88-5E12-46D7-B440-68F70241D987} {73075C7E-AA0A-4FD6-BBD7-6BD3B43BC2A9} = {EC63FD88-5E12-46D7-B440-68F70241D987} - {582BA9EC-420C-4512-8892-37E8F6D1E70F} = {EC63FD88-5E12-46D7-B440-68F70241D987} {28B1E6A8-4EB7-4B82-9552-10C418692496} = {EC63FD88-5E12-46D7-B440-68F70241D987} {C69336DF-EE56-4236-8188-06B2A8AD8A36} = {EC63FD88-5E12-46D7-B440-68F70241D987} {02414DF4-FBE9-400B-8F3F-40DDC7F8FEFC} = {EC63FD88-5E12-46D7-B440-68F70241D987} diff --git a/omnisharp.json b/omnisharp.json index e4b0a3cf074e..45c2fd43b9a1 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -29,8 +29,6 @@ "src/Workload/Microsoft.Maui.Controls.Runtime/Microsoft.Maui.Controls.Runtime.csproj", "src/Workload/Microsoft.Maui.Core.Runtime/Microsoft.Maui.Core.Runtime.csproj", "src/Workload/Microsoft.Maui.Essentials.Ref/Microsoft.Maui.Essentials.Ref.csproj", - "src/Workload/Microsoft.Maui.Dependencies/Microsoft.Maui.Dependencies.csproj", - "Microsoft.Maui.Packages.slnf", "Microsoft.Maui.Samples.slnf", "Microsoft.Maui.sln", diff --git a/src/Controls/Foldable/src/Controls.Foldable.csproj b/src/Controls/Foldable/src/Controls.Foldable.csproj index 5363bb0bc29e..1b5a2c1d0ebf 100644 --- a/src/Controls/Foldable/src/Controls.Foldable.csproj +++ b/src/Controls/Foldable/src/Controls.Foldable.csproj @@ -9,7 +9,7 @@ true - + @@ -22,10 +22,12 @@ - + + + diff --git a/src/Workload/Microsoft.Maui.Dependencies/Microsoft.Maui.Dependencies.csproj b/src/Workload/Microsoft.Maui.Dependencies/Microsoft.Maui.Dependencies.csproj deleted file mode 100644 index ff280fc84f6b..000000000000 --- a/src/Workload/Microsoft.Maui.Dependencies/Microsoft.Maui.Dependencies.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - $(MSBuildProjectName) - .NET MAUI NuGet dependencies pack - $(_MauiDotNetTfm);$(MauiPlatforms) - false - false - false - $(NoWarn);NU5128;NU5104; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj index fb87f595de0b..9342c855c802 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj +++ b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj @@ -63,9 +63,15 @@ <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION" PropertyName="_MauiPreviousDotNetVersion" /> <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_NO_DOT" PropertyName="_MauiPreviousDotNetVersionNoDot" /> <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION" PropertyName="MicrosoftMauiPreviousDotNetReleasedVersion" /> + <_ValuesToReplace Include="MicrosoftWindowsAppSDKPackageVersion" PropertyName="MicrosoftWindowsAppSDKPackageVersion" /> <_ValuesToReplace Include="MicrosoftWindowsSDKBuildToolsPackageVersion" PropertyName="MicrosoftWindowsSDKBuildToolsPackageVersion" /> <_ValuesToReplace Include="MicrosoftExtensionsPackageVersion" PropertyName="MicrosoftExtensionsPackageVersion" /> <_ValuesToReplace Include="MicrosoftExtensionsServicingPackageVersion" PropertyName="MicrosoftExtensionsServicingPackageVersion" /> + <_ValuesToReplace Include="MicrosoftMauiGraphicsVersion" PropertyName="MicrosoftMauiGraphicsVersion" /> + <_ValuesToReplace Include="TizenUIExtensionsVersion" PropertyName="TizenUIExtensionsVersion" /> + <_ValuesToReplace Include="_XamarinAndroidGlideVersion" PropertyName="_XamarinAndroidGlideVersion" /> + <_ValuesToReplace Include="_XamarinAndroidXSecurityVersion" PropertyName="_XamarinAndroidXSecurityVersion" /> + <_ValuesToReplace Include="_XamarinGoogleCryptoTinkAndroidVersion" PropertyName="_XamarinGoogleCryptoTinkAndroidVersion" /> @@ -75,6 +81,38 @@ DependsOnTargets="SetVersions" Inputs="$(MSBuildProjectFile);$(MauiRootDirectory)eng/Versions.props;Sdk/BundledVersions.in.targets" Outputs="$(IntermediateOutputPath)BundledVersions.targets"> + + + + + + + + + + + + + + + + + <_ValuesToReplace Include="_XamarinAndroidXBrowserVersion" PropertyName="_XamarinAndroidXBrowserVersion" /> + <_ValuesToReplace Include="_XamarinAndroidXLegacySupportV4Version" PropertyName="_XamarinAndroidXLegacySupportV4Version" /> + <_ValuesToReplace Include="_XamarinAndroidXLifecycleLiveDataVersion" PropertyName="_XamarinAndroidXLifecycleLiveDataVersion" /> + <_ValuesToReplace Include="_XamarinAndroidXNavigationVersion" PropertyName="_XamarinAndroidXNavigationVersion" /> + <_ValuesToReplace Include="_XamarinGoogleAndroidMaterialVersion" PropertyName="_XamarinGoogleAndroidMaterialVersion" /> + - + all + + + all + + + all + + + all + + + all + + + all + + + all + + + all + + + all + + + all + + + all + + + all + + + + + all + + + all + + all + + all + + + all + diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json index 9f1887fc868b..c5ef92d6e25f 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json @@ -27,7 +27,6 @@ "abstract": true, "description": ".NET MAUI SDK Core Packages", "packs": [ - "Microsoft.Maui.Dependencies", "Microsoft.Maui.Sdk", "Microsoft.Maui.Sdk-@MAUI_PREVIOUS_DOTNET_VERSION@", "Microsoft.Maui.Graphics", @@ -224,10 +223,6 @@ "kind": "framework", "version": "@VERSION@" }, - "Microsoft.Maui.Dependencies": { - "kind": "library", - "version": "@VERSION@" - }, "Microsoft.Maui.Essentials.Ref.any": { "kind": "framework", "version": "@VERSION@" diff --git a/src/Workload/README.md b/src/Workload/README.md index 03ccd066c076..f5f98efb3680 100644 --- a/src/Workload/README.md +++ b/src/Workload/README.md @@ -23,7 +23,6 @@ The idea, is a project to be able to set `$(UseMaui)`: * `Microsoft.Maui.Core.Runtime.[platform]` * `Microsoft.Maui.Controls.Ref.[platform]` * `Microsoft.Maui.Controls.Runtime.[platform]` -* `Microsoft.Maui.Dependencies` * `Microsoft.Maui.Essentials.Ref.[platform]` * `Microsoft.Maui.Essentials.Runtime.[platform]` * `Microsoft.Maui.Templates` From 0119a5e923a481efe9ea4ef8b213a3602ed7d6e8 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 22 Jul 2022 08:26:09 +0800 Subject: [PATCH 033/158] Update to Preview 7 (#8884) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220719.7 (#8880) Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.906-preview.7 -> To Version 15.4.907-preview.7 Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-preview7-3387f5e16d6a98627fbb3c63bc62d004e3d0d6e7-1 (#8869) Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.74 -> To Version 33.0.0-preview.7.97 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22362.31 (parent: Microsoft.Android.Sdk.Windows Co-authored-by: dotnet-maestro[bot] * Update Tizen workload. * Add more logging * Try log the logging * logging * Disable interpreter (UseInterpreter=False) Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 32 +++++++++---------- eng/Versions.props | 18 +++++------ eng/devices/android.cake | 6 ++++ .../MauiBlazorWebView.DeviceTests.csproj | 1 + .../DeviceTests/Controls.DeviceTests.csproj | 1 + .../tests/DeviceTests/Core.DeviceTests.csproj | 1 + .../DeviceTests/Essentials.DeviceTests.csproj | 1 + 7 files changed, 35 insertions(+), 25 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b971f6c131a2..35c09b6b08fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,36 +1,36 @@ - + https://github.com/dotnet/installer - 970be08e7ce46452911c8638ec7d4a3c0b6bd534 + d2fff6df585efa03cbe883b4fb6ce41be8d61342 - + https://github.com/dotnet/runtime - 5c5e66e6c067f8a82d514598575011cd21655ffb + 206dccb7945aaa3f26599fbe742de9022ca7ef91 - + https://github.com/xamarin/xamarin-android - 2197a45920c656094f4737868a4462f76a08eea0 + 3387f5e16d6a98627fbb3c63bc62d004e3d0d6e7 - + https://github.com/xamarin/xamarin-macios - 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 + 11ed26e529f0e1711c848e1ca729e04c5ec7382d - + https://github.com/xamarin/xamarin-macios - 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 + 11ed26e529f0e1711c848e1ca729e04c5ec7382d - + https://github.com/xamarin/xamarin-macios - 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 + 11ed26e529f0e1711c848e1ca729e04c5ec7382d - + https://github.com/xamarin/xamarin-macios - 9f7f1cef5ffbf066ec5fba5ed972570eda32cc43 + 11ed26e529f0e1711c848e1ca729e04c5ec7382d - + https://github.com/dotnet/emsdk - ea10b4e5534de1806cc2e84ddd3b00eabcab962f + 40e7c6226711ec616ee07e725563eda708630fe1 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index ea9138a5aa25..2f8c0e3df3d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,24 +3,24 @@ 6.0.408 - 7.0.100-preview.6.22316.8 + 7.0.100-preview.7.22362.31 - 7.0.0-preview.6.22312.1 + 7.0.0-preview.6.22356.1 6.0.0 6.0.1 6.0.0 - 33.0.0-preview.6.74 + 33.0.0-preview.7.97 - 15.4.906-preview.7 - 15.4.906-preview.7 - 12.3.906-preview.7 - 15.4.906-preview.7 + 15.4.907-preview.7 + 15.4.907-preview.7 + 12.3.907-preview.7 + 15.4.907-preview.7 - 7.0.100-preview.6.14 + 7.0.100-preview.7.20 - 7.0.0-preview.6.22281.1 + 7.0.0-preview.7.22330.1 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) 1.1.2 diff --git a/eng/devices/android.cake b/eng/devices/android.cake index 3e8177ac9d33..dc4fe07c38c9 100644 --- a/eng/devices/android.cake +++ b/eng/devices/android.cake @@ -231,6 +231,12 @@ Task("Test") Information("Waited {0} seconds for the emulator to boot up.", waited); } + Information("Setting the ADB properties..."); + var lines = AdbShell("setprop debug.mono.log default,mono_log_level=debug,mono_log_mask=all", adbSettings); + Information("{0}", string.Join("\n", lines)); + lines = AdbShell("getprop debug.mono.log", adbSettings); + Information("{0}", string.Join("\n", lines)); + var settings = new DotNetCoreToolSettings { DiagnosticOutput = true, ArgumentCustomization = args=>args.Append("run xharness android test " + diff --git a/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj b/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj index 2bfb5895904e..da7093e88e9c 100644 --- a/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj +++ b/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.MauiBlazorWebView.DeviceTests Microsoft.Maui.MauiBlazorWebView.DeviceTests $(NoWarn),CA1416 + false diff --git a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj index 713a46129a50..c5c42775dcca 100644 --- a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj +++ b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.DeviceTests Microsoft.Maui.Controls.DeviceTests $(NoWarn),CA1416 + false diff --git a/src/Core/tests/DeviceTests/Core.DeviceTests.csproj b/src/Core/tests/DeviceTests/Core.DeviceTests.csproj index 96feae4072fe..fcd586c58a63 100644 --- a/src/Core/tests/DeviceTests/Core.DeviceTests.csproj +++ b/src/Core/tests/DeviceTests/Core.DeviceTests.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.DeviceTests Microsoft.Maui.Core.DeviceTests $(NoWarn),CA1416 + false diff --git a/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj b/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj index 85a1710bbc19..741c7bec9a06 100644 --- a/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj +++ b/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj @@ -6,6 +6,7 @@ true Microsoft.Maui.Essentials.DeviceTests Microsoft.Maui.Essentials.DeviceTests + false From 2098748eef21dba1a8a6da8523ee9c774a44255c Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 22 Jul 2022 15:19:34 +0200 Subject: [PATCH 034/158] net7.0 is Preview 7 now --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index 7e96e6f0814c..a7de324b7713 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-preview.6 +7.0.0-preview.7 From 3796b40c140e5c51826d69579058a78662d28c15 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 23 Jul 2022 00:07:12 +0800 Subject: [PATCH 035/158] Update the .NET 6 Version of MAUI (#8924) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index d07ff430f60e..e43a2448853c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.408 + 6.0.419 7.0.100-preview.7.22362.31 From e004c880db1744f5e74552da57b312b8d705128c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 22:35:34 +0200 Subject: [PATCH 036/158] [net7.0] Update dependencies from dotnet/aspnetcore (#8784) * Update dependencies from https://github.com/dotnet/aspnetcore build 20220715.8 Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 6.0.7 -> To Version 7.0.0-preview.7.22365.8 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220718.5 Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 6.0.7 -> To Version 7.0.0-preview.7.22368.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220719.2 Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 6.0.7 -> To Version 7.0.0-preview.7.22369.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220719.8 Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 6.0.7 -> To Version 7.0.0-preview.7.22369.8 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220719.7 (#8880) Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.906-preview.7 -> To Version 15.4.907-preview.7 Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-preview7-3387f5e16d6a98627fbb3c63bc62d004e3d0d6e7-1 (#8869) Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.6.74 -> To Version 33.0.0-preview.7.97 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22362.31 (parent: Microsoft.Android.Sdk.Windows Co-authored-by: dotnet-maestro[bot] * Update Tizen workload. * Add more logging * Try log the logging * logging * Disable interpreter (UseInterpreter=False) * Update the Extensions packages * where TState : notnull * IChangeToken Nullability Fix (#8937) Co-authored-by: dotnet-maestro[bot] Co-authored-by: Matthew Leibowitz Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tanay Parikh --- eng/Version.Details.xml | 32 +++++++++---------- eng/Versions.props | 20 ++++++------ .../Android/AndroidMauiAssetFileProvider.cs | 4 +-- .../Maui/Tizen/TizenMauiAssetFileProvider.cs | 4 +-- .../src/Maui/iOS/iOSMauiAssetFileProvider.cs | 4 +-- src/Core/src/Hosting/MauiAppBuilder.cs | 2 +- 6 files changed, 33 insertions(+), 33 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30ddccff11ff..3741a8ed489b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -35,37 +35,37 @@ https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b - + https://github.com/dotnet/aspnetcore - e8bba19667fae8b6f9cb154d2645d4550f235360 + 5cdbfc137861196cf6e02130ea50403c13c8a01b https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index d8f8504ed072..5bfd52e0f5ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,8 +7,8 @@ 7.0.0-preview.6.22356.1 - 6.0.0 - 6.0.1 + 7.0.0-preview.7.22369.4 + 7.0.0-preview.7.22369.4 6.0.0 33.0.0-preview.7.97 @@ -27,14 +27,14 @@ 10.0.22000.194 1.0.3.1 - 6.0.7 - 6.0.7 - 6.0.7 - 6.0.7 - 6.0.7 - 6.0.7 - 6.0.7 - 6.0.7 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 + 7.0.0-preview.7.22369.8 7.0.0-preview1.22274.2 3.3.3 diff --git a/src/BlazorWebView/src/Maui/Android/AndroidMauiAssetFileProvider.cs b/src/BlazorWebView/src/Maui/Android/AndroidMauiAssetFileProvider.cs index 78a0f2493731..41ef886213a1 100644 --- a/src/BlazorWebView/src/Maui/Android/AndroidMauiAssetFileProvider.cs +++ b/src/BlazorWebView/src/Maui/Android/AndroidMauiAssetFileProvider.cs @@ -29,8 +29,8 @@ public IDirectoryContents GetDirectoryContents(string subpath) public IFileInfo GetFileInfo(string subpath) => new AndroidMauiAssetFileInfo(_assets, Path.Combine(_contentRootDir, subpath)); - public IChangeToken? Watch(string filter) - => null; + public IChangeToken Watch(string filter) + => NullChangeToken.Singleton; private sealed class AndroidMauiAssetFileInfo : IFileInfo { diff --git a/src/BlazorWebView/src/Maui/Tizen/TizenMauiAssetFileProvider.cs b/src/BlazorWebView/src/Maui/Tizen/TizenMauiAssetFileProvider.cs index dd5824fa3241..1902bac976ff 100644 --- a/src/BlazorWebView/src/Maui/Tizen/TizenMauiAssetFileProvider.cs +++ b/src/BlazorWebView/src/Maui/Tizen/TizenMauiAssetFileProvider.cs @@ -26,8 +26,8 @@ public IDirectoryContents GetDirectoryContents(string subpath) public IFileInfo GetFileInfo(string subpath) => new TizenMauiAssetFileInfo(Path.Combine(_resDir, subpath)); - public IChangeToken? Watch(string filter) - => null; + public IChangeToken Watch(string filter) + => NullChangeToken.Singleton; private sealed class TizenMauiAssetFileInfo : IFileInfo { diff --git a/src/BlazorWebView/src/Maui/iOS/iOSMauiAssetFileProvider.cs b/src/BlazorWebView/src/Maui/iOS/iOSMauiAssetFileProvider.cs index 459e65dd26db..3c3b74a4d824 100644 --- a/src/BlazorWebView/src/Maui/iOS/iOSMauiAssetFileProvider.cs +++ b/src/BlazorWebView/src/Maui/iOS/iOSMauiAssetFileProvider.cs @@ -26,8 +26,8 @@ public IDirectoryContents GetDirectoryContents(string subpath) public IFileInfo GetFileInfo(string subpath) => new iOSMauiAssetFileInfo(Path.Combine(_bundleRootDir, subpath)); - public IChangeToken? Watch(string filter) - => null; + public IChangeToken Watch(string filter) + => NullChangeToken.Singleton; private sealed class iOSMauiAssetFileInfo : IFileInfo { diff --git a/src/Core/src/Hosting/MauiAppBuilder.cs b/src/Core/src/Hosting/MauiAppBuilder.cs index 17e7134647e5..81ecb42ddfb2 100644 --- a/src/Core/src/Hosting/MauiAppBuilder.cs +++ b/src/Core/src/Hosting/MauiAppBuilder.cs @@ -196,7 +196,7 @@ public void Dispose() { } private sealed class NullLogger : ILogger, IDisposable { - public IDisposable BeginScope(TState state) => this; + public IDisposable BeginScope(TState state) where TState : notnull => this; public void Dispose() { } From 3596afd8ddfdcd8202a199e68a46de6220baa4d8 Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Fri, 22 Jul 2022 21:49:38 -0500 Subject: [PATCH 037/158] Shell tab aot (#8939) * Add Shell Parts to AOT Profile * - second aot run * - sort * - blazor profile --- .nuspec/maui-blazor.aotprofile | Bin 696341 -> 700862 bytes .nuspec/maui-blazor.aotprofile.txt | 400 +++++++----- .nuspec/maui.aotprofile | Bin 621001 -> 665452 bytes .nuspec/maui.aotprofile.txt | 736 ++++++++++++++++++---- src/ProfiledAot/src/maui/AppShell.xaml | 17 + src/ProfiledAot/src/maui/AppShell.xaml.cs | 9 + 6 files changed, 873 insertions(+), 289 deletions(-) create mode 100644 src/ProfiledAot/src/maui/AppShell.xaml create mode 100644 src/ProfiledAot/src/maui/AppShell.xaml.cs diff --git a/.nuspec/maui-blazor.aotprofile b/.nuspec/maui-blazor.aotprofile index d65b8118da5e3bd487d2ba72ce68a95aee712ecc..cb56835f8f07c7c2a6ea34fabd667cf3d6b7d804 100644 GIT binary patch delta 131685 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 ahIKaDZQN@&dkkwgdkw=)dz{xP*?$2!pWkT! delta 129739 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%0A&MLbUd={##b0UmTAEdKN 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 MW%%WxOu@hZ08z3R^Z)<= diff --git a/.nuspec/maui-blazor.aotprofile.txt b/.nuspec/maui-blazor.aotprofile.txt index 64e2af8d591d..09ad2fd99c38 100644 --- a/.nuspec/maui-blazor.aotprofile.txt +++ b/.nuspec/maui-blazor.aotprofile.txt @@ -21,6 +21,7 @@ Methods: Android.Content.Res.AssetManager Android.Content.ContextWrapper:get_Assets () Android.Content.Res.ColorStateList Microsoft.Maui.Platform.ColorExtensions:ToDefaultColorStateList (Microsoft.Maui.Graphics.Color) Android.Content.Res.ColorStateList Microsoft.Maui.Platform.ColorStateListExtensions:CreateDefault (int) + Android.Content.Res.ColorStateList Microsoft.Maui.PlatformInterop:GetDefaultColorStateList (int) Android.Content.Res.Configuration Android.Content.Res.Resources:get_Configuration () Android.Content.Res.Resources Android.Content.ContextWrapper:get_Resources () Android.Content.Res.Resources Android.Views.View:get_Resources () @@ -33,7 +34,6 @@ Methods: Android.Graphics.Color Microsoft.Maui.Graphics.Platform.GraphicsExtensions:AsColor (Microsoft.Maui.Graphics.Color) Android.Graphics.Color Microsoft.Maui.Platform.ColorExtensions:ToPlatform (Microsoft.Maui.Graphics.Color) Android.Graphics.Drawables.Drawable Android.Views.View:get_Background () - Android.Graphics.Paint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_StrokePaint () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Fill () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Stroke () Android.Graphics.Typeface Android.Graphics.Paint:SetTypeface (Android.Graphics.Typeface) @@ -51,7 +51,6 @@ Methods: Android.OS.Looper Android.OS.Looper:MyLooper () Android.Runtime.IdentityHashTargets& System.Collections.Generic.Dictionary`2:FindValue (intptr) Android.Runtime.JavaArray`1 Android.Runtime.JavaArray`1:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) - Android.Text.TextPaint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_FontPaint () Android.Util.DisplayMetrics Android.Content.Res.Resources:get_DisplayMetrics () Android.Views.Display Android.Views.IWindowManagerInvoker:get_DefaultDisplay () Android.Views.IWindowManager Android.App.Activity:get_WindowManager () @@ -92,6 +91,7 @@ Methods: AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentManager:BeginTransaction () AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:Replace (int,AndroidX.Fragment.App.Fragment) AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:SetReorderingAllowed (bool) + bool Android.App.Activity:get_IsFinishing () bool Android.App.SyncContext:EnsureLooper (Android.OS.Looper,System.Threading.SendOrPostCallback) bool Android.Content.Res.Resources/Theme:ResolveAttribute (int,Android.Util.TypedValue,bool) bool Android.Net.NetworkCapabilities:HasCapability (Android.Net.NetCapability) @@ -211,6 +211,8 @@ Methods: bool Microsoft.Maui.Controls.Page:get_IsBusy () bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () bool Microsoft.Maui.Controls.Page/d__84:MoveNext () + bool Microsoft.Maui.Controls.Platform.AlertManager/<>c__DisplayClass1_0:b__0 (Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper) + bool Microsoft.Maui.Controls.Platform.AlertManager/<>c__DisplayClass2_0:b__0 (Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:ControlsAccessibilityDelegateNeeded (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:TapGestureRecognizerNeedsDelegate (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.ResourceDictionary:ContainsKey (string) @@ -249,9 +251,11 @@ Methods: bool Microsoft.Maui.Handlers.ViewHandler:get_NeedsContainer () bool Microsoft.Maui.Hosting.Internal.MauiFactory:TryGetServiceDescriptors (System.Type&,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&,System.Collections.Generic.IEnumerable`1&) bool Microsoft.Maui.Hosting.Internal.MauiServiceCollection:TryGetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&) + bool Microsoft.Maui.Internal.WeakList`1/<>c:b__19_0 (System.WeakReference) bool Microsoft.Maui.Internal.WeakList`1:Contains (Microsoft.Maui.HotReload.IHotReloadableView) bool Microsoft.Maui.JavaObjectExtensions:IsAlive (Java.Lang.Object) bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Java.Lang.Object) + bool Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ShouldTreatStarsAsAuto (double,double,Microsoft.Maui.Primitives.LayoutAlignment) bool Microsoft.Maui.Layouts.LayoutExtensions:ShouldArrangeLeftToRight (Microsoft.Maui.IView) bool Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:MoveNext () bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () @@ -264,7 +268,7 @@ Methods: bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_IsInvalid () bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_SupportsRandomAccess () bool Microsoft.Win32.SafeHandles.SafeFileHandle:GetCanSeek () - bool Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,long&,Interop/Sys/Permissions&) + bool Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,long&,System.IO.UnixFileMode&) bool Microsoft.Win32.SafeHandles.SafeFileHandle:ReleaseHandle () bool Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:get_IsInvalid () bool System.AppContext:TryGetSwitch (string,bool&) @@ -353,10 +357,10 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryGetValue (string,intptr&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,intptr,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (string) - bool System.Collections.Generic.Dictionary`2:TryGetValue (string,object&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,object,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Resources.ResourceLocator&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,System.Resources.ResourceLocator,System.Collections.Generic.InsertionBehavior) + bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Type&) bool System.Collections.Generic.Dictionary`2>:TryInsert (string,System.ValueTuple`2,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (System.Type) bool System.Collections.Generic.Dictionary`2:Remove (System.Type) @@ -364,6 +368,7 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryGetValue (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem&) bool System.Collections.Generic.Dictionary`2:TryInsert (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryInsert (ulong,Microsoft.AspNetCore.Components.EventCallback,System.Collections.Generic.InsertionBehavior) + bool System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.Equals (object,object) bool System.Collections.Generic.GenericEqualityComparer`1:Equals (long,long) bool System.Collections.Generic.GenericEqualityComparer`1:Equals (string,string) bool System.Collections.Generic.HashSet`1/Enumerator:MoveNext () @@ -508,18 +513,15 @@ Methods: bool System.Net.Http.HttpContent:TryGetBuffer (System.ArraySegment`1&) bool System.Net.Http.HttpContent/LimitArrayPoolWriteStream:get_CanWrite () bool System.Net.Http.HttpMethod:Equals (System.Net.Http.HttpMethod) - bool System.Net.Http.HttpResponseMessage:ContainsNewLineCharacter (string) bool System.Net.Http.HttpResponseMessage:get_IsSuccessStatusCode () bool System.Net.Http.HttpRuleParser:ContainsNewLine (string,int) bool System.Net.Http.HttpRuleParser:IsToken (string) - bool System.Net.Http.HttpRuleParser:IsTokenChar (char) bool System.Net.Http.QPack.QPackEncoder:EncodeNameString (string,System.Span`1,int&) bool System.Number:g__TryFormatInt32Slow|39_0 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryFormatInt32 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryFormatUInt32 (uint,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryInt32ToHexStr (int,char,int,System.Span`1,int&) bool System.Number:TryUInt32ToDecStr (uint,int,System.Span`1,int&) - bool System.Numerics.Matrix3x2:op_Equality (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) bool System.Object:Equals (object,object) bool System.Object:Equals (object) bool System.OrdinalIgnoreCaseComparer:Equals (string,string) @@ -644,6 +646,7 @@ Methods: bool System.Text.Json.Reflection.ReflectionExtensions:IsAssignableFromInternal (System.Type,System.Type) bool System.Text.Json.Reflection.ReflectionExtensions:IsImmutableDictionaryType (System.Type,bool) bool System.Text.Json.Reflection.ReflectionExtensions:IsImmutableEnumerableType (System.Type,bool) + bool System.Text.Json.Reflection.ReflectionExtensions:IsInSubtypeRelationshipWith (System.Type,System.Type) bool System.Text.Json.Reflection.ReflectionExtensions:IsKeyValuePair (System.Type,System.Type) bool System.Text.Json.Reflection.ReflectionExtensions:TryGetDeserializationConstructor (System.Type,bool,System.Reflection.ConstructorInfo&) bool System.Text.Json.Serialization.Converters.EnumConverterFactory:CanConvert (System.Type) @@ -656,6 +659,7 @@ Methods: bool System.Text.Json.Serialization.Converters.UnsupportedTypeConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.IAsyncEnumerableConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.JsonConverter:get_ConstructorIsParameterized () + bool System.Text.Json.Serialization.JsonConverter:get_UsesDefaultConstructor () bool System.Text.Json.Serialization.JsonConverter:ShouldFlush (System.Text.Json.Utf8JsonWriter,System.Text.Json.WriteStack&) bool System.Text.Json.Serialization.JsonConverter`1:CanConvert (System.Type) bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () @@ -689,7 +693,6 @@ Methods: bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () bool System.Text.Json.Serialization.JsonResumableConverter`1:get_HandleNull () - bool System.Text.Json.Serialization.Metadata.AttributePolymorphicTypeConfiguration:g__IsEmpty|3_0 (System.Collections.Generic.IEnumerable`1) bool System.Text.Json.Serialization.Metadata.FSharpCoreReflectionProxy:IsFSharpType (System.Type) bool System.Text.Json.Serialization.Metadata.JsonPropertyInfo:NumberHandingIsApplicable () bool System.Text.Json.Serialization.Metadata.JsonTypeInfo:IsByRefLike (System.Type) @@ -728,9 +731,12 @@ Methods: bool System.Threading.LowLevelLifoSemaphore:Wait (int,bool) bool System.Threading.LowLevelLifoSemaphore:WaitCore (int) bool System.Threading.LowLevelLifoSemaphore:WaitForSignal (int) + bool System.Threading.LowLevelLock:SpinWaitTryAcquireCallback (object) bool System.Threading.LowLevelLock:TryAcquire () + bool System.Threading.LowLevelLock:TryAcquire_NoFastPath (int) bool System.Threading.LowLevelMonitor:Wait (int) bool System.Threading.LowLevelMonitor:WaitCore (int) + bool System.Threading.LowLevelSpinWaiter:SpinWaitForCondition (System.Func`2,object,int,int) bool System.Threading.PortableThreadPool:get_HasForcedMaxThreads () bool System.Threading.PortableThreadPool:get_HasForcedMinThreads () bool System.Threading.PortableThreadPool:NotifyWorkItemComplete (object,int) @@ -770,6 +776,7 @@ Methods: bool System.Threading.WaitSubsystem/WaitableObject:get_IsAbandonedMutex () bool System.TimeSpan:TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) bool System.TimeZoneInfo:CheckIsDst (System.DateTime,System.DateTime,System.DateTime,bool,System.TimeZoneInfo/AdjustmentRule) + bool System.TimeZoneInfo:get_HasIanaId () bool System.TimeZoneInfo:GetIsDaylightSavingsFromUtc (System.DateTime,int,System.TimeSpan,System.TimeZoneInfo/AdjustmentRule,System.Nullable`1,bool&,System.TimeZoneInfo) bool System.TimeZoneInfo:IsValidAdjustmentRuleOffset (System.TimeSpan,System.TimeZoneInfo/AdjustmentRule) bool System.TimeZoneInfo:StringArrayContains (string,string[],System.StringComparison) @@ -786,6 +793,8 @@ Methods: bool System.TimeZoneInfo/AndroidTzData:LoadData (string,string) bool System.TimeZoneInfo/TransitionTime:Equals (System.TimeZoneInfo/TransitionTime) bool System.TimeZoneInfo/TransitionTime:op_Inequality (System.TimeZoneInfo/TransitionTime,System.TimeZoneInfo/TransitionTime) + bool System.Tuple`3:Equals (object,System.Collections.IEqualityComparer) + bool System.Tuple`3:Equals (object) bool System.Type:get_HasElementType () bool System.Type:get_IsAbstract () bool System.Type:get_IsArray () @@ -811,6 +820,7 @@ Methods: bool System.UriHelper:IsLWS (char) bool System.UriHelper:TestForSubPath (char*,int,char*,int,bool) bool System.ValueTuple`3:Equals (System.ValueTuple`3) + bool System.WeakReference:get_IsAlive () bool System.Xml.Linq.XContainer/d__39:MoveNext () bool System.Xml.Linq.XContainer/d__18:MoveNext () bool System.Xml.Linq.XContainer/ContentReader:ReadContentFrom (System.Xml.Linq.XContainer,System.Xml.XmlReader) @@ -860,8 +870,8 @@ Methods: byte[] System.Text.UTF8Encoding/UTF8EncodingSealed:GetBytesForSmallInput (string) byte[] System.TimeZoneInfo/AndroidTzData:GetTimeZoneData (string) byte* System.IO.UnmanagedMemoryStream:get_PositionPointer () - byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (byte*,int) - byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|36_0 () + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|34_0 (byte*,int) + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|37_0 () byte* System.Private.CoreLib.Interop/Sys:GetCwd (byte*,int) byte* System.Text.Unicode.Utf8Utility:GetPointerToFirstInvalidByte (byte*,int,int&,int&) char modreq System.ReadOnlySpan`1:GetPinnableReference (System.Runtime.InteropServices.InAttribute)& System.ReadOnlySpan`1:GetPinnableReference () @@ -885,6 +895,7 @@ Methods: char& System.Span`1:GetPinnableReference () double Microsoft.Maui.Controls.Grid:get_ColumnSpacing () double Microsoft.Maui.Controls.Grid:get_RowSpacing () + double Microsoft.Maui.Controls.VisualElement:EnsurePositive (double) double Microsoft.Maui.Controls.VisualElement:get_AnchorX () double Microsoft.Maui.Controls.VisualElement:get_AnchorY () double Microsoft.Maui.Controls.VisualElement:get_Height () @@ -918,12 +929,10 @@ Methods: double Microsoft.Maui.Platform.MeasureSpecExtensions:ToDouble (int,Android.Content.Context) double System.Math:Ceiling (double) double System.Math:Pow (double,double) - double System.Math:Sqrt (double) double System.TimeSpan:get_TotalMilliseconds () int Android.Content.Res.Configuration:get_SmallestScreenWidthDp () int Android.Content.Res.TypedArray:GetDimensionPixelSize (int,int) int Android.Graphics.Color:FromArgb (int,int,int,int) - int Android.Graphics.Rect:get_Top () int Android.Runtime.AndroidObjectReferenceManager:_monodroid_gref_get () int Android.Runtime.AndroidObjectReferenceManager:get_GlobalReferenceCount () int Android.Runtime.AndroidTypeManager:CountMethods (System.ReadOnlySpan`1) @@ -1005,6 +1014,8 @@ Methods: int System.Array:IndexOf (char[],char,int,int) int System.Array:IndexOf (char[],char) int System.Array:IndexOf (System.Type[],System.Type,int,int) + int System.Array:LastIndexOf (System.Delegate[],System.Delegate,int,int) + int System.Array:LastIndexOf (System.Delegate[],System.Delegate) int System.Collections.ArrayList:Add (object) int System.Collections.ArrayList:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () @@ -1023,7 +1034,6 @@ Methods: int System.Collections.Concurrent.ConcurrentDictionary`2:GetCountInternal () int System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:get_DefaultConcurrencyLevel () int System.Collections.Generic.ArraySortHelper`1>:PickPivotAndPartition (System.Span`1>,System.Comparison`1>) - int System.Collections.Generic.ArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.ArraySortHelper`1:InternalBinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.ComparisonComparer`1:Compare (Microsoft.AspNetCore.Components.Routing.RouteEntry,Microsoft.AspNetCore.Components.Routing.RouteEntry) int System.Collections.Generic.Dictionary`2/ValueCollection:get_Count () @@ -1044,8 +1054,10 @@ Methods: int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) + int System.Collections.Generic.EqualityComparer`1:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.GetHashCode (object) int System.Collections.Generic.EqualityComparer`1:IndexOf (System.Type[],System.Type,int,int) + int System.Collections.Generic.GenericArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.HashSet`1:Initialize (int) int System.Collections.Generic.HashSet`1:FindItemIndex (System.Type) int System.Collections.Generic.List`1:get_Count () @@ -1179,11 +1191,11 @@ Methods: int System.Private.CoreLib.Interop/Globalization:IanaIdToWindowsId (string,char*,int) int System.Private.CoreLib.Interop/Globalization:LoadICU () int System.Private.CoreLib.Interop/Sys:g____PInvoke|13_0 (intptr) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|27_0 (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:g____PInvoke|28_0 (intptr,Interop/Sys/LockOperations) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|29_0 (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:g____PInvoke|110_0 (intptr,Interop/Sys/FileStatus*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|32_0 (Interop/Sys/ProcessCpuInformation*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|65_0 (intptr,int) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (Interop/Sys/ProcessCpuInformation*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|66_0 (intptr,int) int System.Private.CoreLib.Interop/Sys:g____PInvoke|115_0 (byte*,Interop/Sys/FileStatus*) int System.Private.CoreLib.Interop/Sys:g____PInvoke|90_0 (intptr,byte*,int,long) int System.Private.CoreLib.Interop/Sys:CanGetHiddenFlag () @@ -1278,7 +1290,6 @@ Methods: int System.Text.Json.JsonReaderHelper:GetUtf8ByteCount (System.ReadOnlySpan`1) int System.Text.Json.JsonReaderHelper:GetUtf8FromText (System.ReadOnlySpan`1,System.Span`1) int System.Text.Json.JsonReaderHelper:IndexOfOrLessThan (byte&,byte,byte,byte,int) - int System.Text.Json.JsonSerializerOptions:get_EffectiveMaxDepth () int System.Text.Json.JsonSerializerOptions/EqualityComparer:GetHashCode (System.Text.Json.JsonSerializerOptions) int System.Text.Json.JsonWriterHelper:NeedsEscaping (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) int System.Text.Json.JsonWriterHelper:NeedsEscaping (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) @@ -1316,9 +1327,9 @@ Methods: int System.Threading.WaitSubsystem:Wait (intptr,int,bool) int System.Threading.WaitSubsystem:Wait (System.Threading.WaitSubsystem/WaitableObject,int,bool,bool) int System.Threading.WaitSubsystem/ThreadWaitInfo:ProcessSignaledWaitState () - int System.Threading.WaitSubsystem/ThreadWaitInfo:Wait (int,bool,bool) + int System.Threading.WaitSubsystem/ThreadWaitInfo:Wait (int,bool,bool,System.Threading.WaitSubsystem/LockHolder&) int System.Threading.WaitSubsystem/WaitableObject:Wait (System.Threading.WaitSubsystem/ThreadWaitInfo,int,bool,bool) - int System.Threading.WaitSubsystem/WaitableObject:Wait_Locked (System.Threading.WaitSubsystem/ThreadWaitInfo,int,bool,bool) + int System.Threading.WaitSubsystem/WaitableObject:Wait_Locked (System.Threading.WaitSubsystem/ThreadWaitInfo,int,bool,bool,System.Threading.WaitSubsystem/LockHolder&) int System.TimeSpan:get_Hours () int System.TimeZoneInfo:CompareAdjustmentRuleToDateTime (System.TimeZoneInfo/AdjustmentRule,System.TimeZoneInfo/AdjustmentRule,System.DateTime,System.DateTime,bool) int System.TimeZoneInfo:TZif_ToInt32 (byte[],int) @@ -1391,12 +1402,10 @@ Methods: intptr Android.Runtime.JNIEnv:GetSuperclass (intptr) intptr Android.Runtime.JNIEnv:monodroid_typemap_managed_to_java (System.Type,byte*) intptr Android.Runtime.JNIEnv:NewArray (Android.Runtime.IJavaObject[]) + intptr Android.Runtime.JNIEnv:NewArray (Android.Webkit.WebMessagePort[]) intptr Android.Runtime.JNIEnv:NewArray (byte[]) intptr Android.Runtime.JNIEnv:NewArray (char[]) intptr Android.Runtime.JNIEnv:NewArray (int[]) - intptr Android.Runtime.JNIEnv:NewArray (int[][]) - intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type,intptr) - intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type) intptr Android.Runtime.JNIEnv:NewGlobalRef (intptr) intptr Android.Runtime.JNIEnv:NewLocalRef (intptr) intptr Android.Runtime.JNIEnv:NewObjectArray (int,intptr,intptr) @@ -1405,7 +1414,6 @@ Methods: intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[]) intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject) - intptr Android.Runtime.JNIEnv/<>c:b__156_4 (System.Array) intptr Android.Runtime.JNIEnv/<>c:b__156_9 (System.Array) intptr Android.Runtime.JNIEnv/<>c:b__29_0 (intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLL_L (_JniMarshal_PPLL_L,intptr,intptr,intptr,intptr) @@ -1456,7 +1464,7 @@ Methods: intptr System.Array:GetFlattenedIndex (int) intptr System.Globalization.CompareInfo/SortHandleCache:GetCachedSortHandle (string) intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|0_0 (byte*) - intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|82_0 (byte*,Interop/Sys/OpenFlags,int) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|83_0 (byte*,Interop/Sys/OpenFlags,int) intptr System.Private.CoreLib.Interop/Sys:GetEnv (string) intptr System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Create () intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (System.Runtime.CompilerServices.QCallAssembly,string,int&,System.Runtime.CompilerServices.ObjectHandleOnStack) @@ -1877,7 +1885,6 @@ Methods: Microsoft.Maui.Graphics.Paint Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Background () Microsoft.Maui.Graphics.Platform.PlatformCanvasState Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:CreateNew (object) Microsoft.Maui.Graphics.Point Microsoft.Maui.Graphics.Rect:get_Location () - Microsoft.Maui.Graphics.Point Microsoft.Maui.VisualDiagnosticsOverlay:GenerateAdornerOffset (Android.Views.View) Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Bounds () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Frame () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Graphics.Rect:FromLTRB (double,double,double,double) @@ -1999,8 +2006,8 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int,System.Func`4) - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,long&,Interop/Sys/Permissions&,System.Func`4) - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.IO.UnixFileMode,long&,System.IO.UnixFileMode&,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1,System.Func`4) Microsoft.Win32.SafeHandles.SafeFileHandle System.Private.CoreLib.Interop/Sys:Open (string,Interop/Sys/OpenFlags,int) Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.EventWaitHandle:ValidateHandle () Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle:get_SafeWaitHandle () @@ -2045,8 +2052,8 @@ Methods: object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_1 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_3 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.PaddingElement:PaddingDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_2 (Microsoft.Maui.Controls.BindableObject,object) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_3 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__381_2 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__381_3 (Microsoft.Maui.Controls.BindableObject,object) object Microsoft.Maui.Handlers.ElementHandler:CreatePlatformElement () object Microsoft.Maui.Handlers.ElementHandler`2:Microsoft.Maui.IElementHandler.get_PlatformView () object Microsoft.Maui.Handlers.ElementHandler`2:OnCreatePlatformElement () @@ -2068,9 +2075,7 @@ Methods: object System.Activator:CreateInstance (System.Type) object System.AppContext:GetData (string) object System.Array:Clone () - object System.Array:GetValue (int) object System.Array:GetValueImpl (int) - object System.Array:InternalGetValue (intptr) object System.Collections.ArrayList:get_Item (int) object System.Collections.Generic.List`1/Enumerator:System.Collections.IEnumerator.get_Current () object System.Collections.Hashtable:get_Item (object) @@ -2115,7 +2120,7 @@ Methods: object System.Runtime.InteropServices.GCHandle:InternalGet (intptr) object System.Runtime.InteropServices.Marshal:PtrToStructure (intptr,System.Type) object System.RuntimeType:CreateInstanceDefaultCtor (bool,bool) - object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType) + object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType,System.RuntimeType) object System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) object System.RuntimeType:CreateInstanceInternal (System.Runtime.CompilerServices.QCallTypeHandle) object System.RuntimeType:CreateInstanceMono (bool,bool) @@ -2144,7 +2149,6 @@ Methods: object[] System.RuntimeType:GetCustomAttributes (bool) object[] System.RuntimeType:GetCustomAttributes (System.Type,bool) object& System.Collections.Generic.Dictionary`2:FindValue (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey) - object& System.Collections.Generic.Dictionary`2:FindValue (string) object& System.Net.Http.Headers.HttpHeaders:g__GrowEntriesAndAddDefault|74_0 (System.Net.Http.Headers.HeaderDescriptor) object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrAddDefault (System.Net.Http.Headers.HeaderDescriptor) object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrNullRef (System.Net.Http.Headers.HeaderDescriptor) @@ -2152,11 +2156,8 @@ Methods: single Java.Interop.JniEnvironment/InstanceFields:GetFloatField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) single Java.Interop.JniPeerMembers/JniInstanceFields:GetSingleValue (string,Java.Interop.IJavaPeerable) single Java.Interop.NativeMethods:java_interop_jnienv_get_float_field (intptr,intptr,intptr) - single Microsoft.Maui.Graphics.RectF:get_Height () - single Microsoft.Maui.Graphics.RectF:get_Width () single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,double) single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Views.View,double) - single System.Numerics.Matrix3x2:GetDeterminant () string Android.Content.ContextWrapper:get_PackageName () string Android.Content.Res.TypedArray:GetString (int) string Android.Net.UriInvoker:ToString () @@ -2477,8 +2478,6 @@ Methods: System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.Assembly,System.Type) System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,System.Type,bool) System.Attribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,System.Type) - System.Attribute System.Text.Json.JsonSerializerOptions:GetAttributeThatCanHaveMultiple (System.Type,System.Type,System.Reflection.MemberInfo,object[]) - System.Attribute System.Text.Json.JsonSerializerOptions:GetAttributeThatCanHaveMultiple (System.Type,System.Type) System.Attribute[] System.Attribute:GetCustomAttributes (System.Reflection.MemberInfo,System.Type,bool) System.Attribute[] System.Reflection.CustomAttribute:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool) System.AttributeUsageAttribute System.Reflection.CustomAttribute:RetrieveAttributeUsage (System.Type) @@ -2501,7 +2500,8 @@ Methods: System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () - System.Collections.Generic.ArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () + System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () + System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:get_Default () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator> System.Collections.Generic.Dictionary`2/KeyCollection>:GetEnumerator () @@ -2518,7 +2518,7 @@ Methods: System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:get_NativeArrayElementToManaged () System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:CreateNativeArrayToManaged () System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:get_NativeArrayToManaged () - System.Collections.Generic.Dictionary`2 System.Text.Json.JsonSerializerOptions:GetDefaultSimpleConverters () + System.Collections.Generic.Dictionary`2 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetDefaultSimpleConverters () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () @@ -2531,6 +2531,9 @@ Methods: System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1:GetEnumerator () System.Collections.Generic.HashSet`1 Microsoft.AspNetCore.Components.RouteTableFactory:GetParameterNames (Microsoft.AspNetCore.Components.Routing.RouteTemplate) System.Collections.Generic.HashSet`1 Microsoft.Maui.PropertyMapper:PopulateKeys () + System.Collections.Generic.IArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:CreateArraySortHelper () + System.Collections.Generic.IArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () + System.Collections.Generic.IArraySortHelper`1> System.Collections.Generic.ArraySortHelper`1>:CreateArraySortHelper () System.Collections.Generic.ICollection`1 Android.Runtime.JavaDictionary`2>:get_Keys () System.Collections.Generic.ICollection`1 System.Collections.Generic.Dictionary`2:System.Collections.Generic.IDictionary.get_Keys () System.Collections.Generic.IDictionary`2 Microsoft.AspNetCore.Components.WebView.StaticContentProvider:GetResponseHeaders (string) @@ -2741,6 +2744,7 @@ Methods: System.Delegate System.Delegate:CreateDelegate_internal (System.Runtime.CompilerServices.QCallTypeHandle,object,System.Reflection.MethodInfo,bool) System.Delegate System.Delegate:Remove (System.Delegate,System.Delegate) System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) + System.Delegate System.MulticastDelegate:RemoveImpl (System.Delegate) System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type,object) System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type) System.Delegate System.Reflection.RuntimeMethodInfo:CreateDelegate (System.Type,object) @@ -2750,6 +2754,10 @@ Methods: System.Exception Java.Interop.JniEnvironment:GetExceptionForLastThrowable (intptr) System.Exception Java.Lang.Throwable:_GetInnerException (intptr) System.Exception/DispatchState System.Exception:CaptureDispatchState () + System.Func`1 System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:CreateConstructor (System.Type) + System.Func`1 System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:b__5_0 (System.ValueTuple`3) + System.Func`1 System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:GetOrAdd (System.ValueTuple`3,System.Func`2, System.Func`1>) + System.Func`1 System.Text.Json.Serialization.Metadata.ReflectionEmitMemberAccessor:CreateConstructor (System.Type) System.Func`2 Microsoft.Extensions.DependencyInjection.ServiceLookup.CompiledServiceProviderEngine:RealizeService (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite) System.Func`2 Microsoft.Extensions.DependencyInjection.ServiceLookup.DynamicServiceProviderEngine:<>n__0 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite) System.Func`2 Microsoft.Extensions.DependencyInjection.ServiceLookup.DynamicServiceProviderEngine:RealizeService (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite) @@ -2757,9 +2765,9 @@ Methods: System.Func`2 Microsoft.Extensions.DependencyInjection.ServiceProvider:CreateServiceAccessor (System.Type) System.Func`2 System.Collections.Concurrent.ConcurrentDictionary`2>:GetOrAdd (System.Type,System.Func`2>) System.Func`2 Java.Interop.JavaConvert:GetLocalJniHandleConverter (object) - System.Func`2 Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2>,System.Type,intptr) System.Func`3 Java.Interop.JavaConvert:GetJniHandleConverter (System.Type) System.Func`3 Java.Interop.JavaConvert:GetJniHandleConverterForType (System.Type) + System.Func`4 Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2>,System.Type,intptr) System.Func`4 System.Collections.Generic.Dictionary`2>:get_Item (System.Type) System.GCMemoryInfo System.GC:GetGCMemoryInfo () System.Globalization.Calendar System.Globalization.CultureData:get_DefaultCalendar () @@ -2807,8 +2815,8 @@ Methods: System.IDisposable& System.Collections.Generic.Dictionary`2:FindValue (intptr) System.IO.FileStream System.IO.File:OpenRead (string) System.IO.MemoryStream System.Net.Http.HttpContent:CreateMemoryStream (long,System.Exception&) - System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategy (System.IO.FileStream,string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) - System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategyCore (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategy (System.IO.FileStream,string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long,System.Nullable`1) + System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategyCore (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1) System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:EnableBufferingIfNeeded (System.IO.Strategies.FileStreamStrategy,int) System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:WrapIfDerivedType (System.IO.FileStream,System.IO.Strategies.FileStreamStrategy) System.IO.Stream Android.Content.Res.AssetManager:Open (string) @@ -2879,9 +2887,7 @@ Methods: System.Number/ParsingStatus System.Number:TryParseInt64IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,long&) System.Number/ParsingStatus System.Number:TryParseUInt32HexNumberStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,uint&) System.Number/ParsingStatus System.Number:TryParseUInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint&) - System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:CreateScale (single,single) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:get_Identity () - System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:op_Multiply (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) System.ParsingError System.Uri:CheckSchemeSyntax (System.ReadOnlySpan`1,System.UriParser&) System.ParsingError System.Uri:ParseScheme (string,System.Uri/Flags&,System.UriParser&) System.ParsingError System.Uri:PrivateParseMinimal () @@ -2895,7 +2901,6 @@ Methods: System.ReadOnlySpan`1 System.HexConverter:get_CharToHexLookup () System.ReadOnlySpan`1 System.IO.BinaryReader:InternalRead (int) System.ReadOnlySpan`1 System.Numerics.BitOperations:get_Log2DeBruijn () - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) System.ReadOnlySpan`1 System.Text.Json.JsonConstants:get_Delimiters () System.ReadOnlySpan`1 System.Text.Json.JsonConstants:get_NullValue () System.ReadOnlySpan`1 System.Text.Json.JsonConstants:get_TrueValue () @@ -2918,15 +2923,12 @@ Methods: System.ReadOnlySpan`1 System.MemoryExtensions:TrimStart (System.ReadOnlySpan`1) System.ReadOnlySpan`1 System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:get_Text () System.ReadOnlySpan`1 System.Runtime.InteropServices.MemoryMarshal:CreateReadOnlySpanFromNullTerminated (char*) - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixDate (System.ReadOnlySpan`1,int&) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixName (System.ReadOnlySpan`1,int&) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixOffset (System.ReadOnlySpan`1,int&) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixString (System.ReadOnlySpan`1,int&,System.Func`2) System.ReadOnlySpan`1 System.Collections.Generic.ValueListBuilder`1:AsSpan () System.ReadOnlySpan`1 System.Collections.Generic.ValueListBuilder`1:AsSpan () - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) System.Reflection.Assembly System.Reflection.Assembly:GetEntryAssembly () System.Reflection.Assembly System.Reflection.Assembly:GetEntryAssemblyInternal () System.Reflection.Assembly System.Reflection.Assembly:GetEntryAssemblyNative () @@ -3138,6 +3140,7 @@ Methods: System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonDictionaryConverter`1:get_ConverterStrategy () System.Text.Json.ConverterStrategy System.Text.Json.Serialization.JsonObjectConverter`1:get_ConverterStrategy () + System.Text.Json.ConverterStrategy System.Text.Json.Serialization.Metadata.JsonPropertyInfo:get_ConverterStrategy () System.Text.Json.JsonDocument System.Text.Json.JsonDocument:g__Create|73_0 (byte[],System.Text.Json.JsonDocument/<>c__DisplayClass73_0&) System.Text.Json.JsonDocument System.Text.Json.JsonDocument:CreateForLiteral (System.Text.Json.JsonTokenType) System.Text.Json.JsonDocument System.Text.Json.JsonDocument:ParseUnrented (System.ReadOnlyMemory`1,System.Text.Json.JsonReaderOptions,System.Text.Json.JsonTokenType) @@ -3152,19 +3155,21 @@ Methods: System.Text.Json.JsonEncodedText System.Text.Json.JsonEncodedText:EncodeHelper (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) System.Text.Json.JsonEncodedText System.Text.Json.JsonEncodedText:TranscodeAndEncode (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) System.Text.Json.JsonNamingPolicy System.Text.Json.JsonNamingPolicy:get_CamelCase () + System.Text.Json.JsonPropertyDictionary`1 System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreatePropertyCache (int) System.Text.Json.JsonReaderOptions System.Text.Json.JsonSerializerOptions:GetReaderOptions () System.Text.Json.JsonReaderState System.Text.Json.Utf8JsonReader:get_CurrentState () System.Text.Json.JsonSerializerOptions System.Text.Json.JsonSerializerOptions:CreateDefaultImmutableInstance () + System.Text.Json.JsonSerializerOptions System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_Options () System.Text.Json.JsonSerializerOptions/CachingContext System.Text.Json.JsonSerializerOptions/TrackedCachingContexts:GetOrCreate (System.Text.Json.JsonSerializerOptions) System.Text.Json.JsonTokenType System.Text.Json.JsonDocument:GetJsonTokenType (int) System.Text.Json.JsonTokenType System.Text.Json.JsonDocument/MetadataDb:GetJsonTokenType (int) System.Text.Json.JsonTokenType System.Text.Json.JsonElement:get_TokenType () System.Text.Json.JsonWriterOptions System.Text.Json.JsonSerializerOptions:GetWriterOptions () System.Text.Json.Serialization.JsonConverter Microsoft.JSInterop.Infrastructure.DotNetObjectReferenceJsonConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromMember (System.Type,System.Type,System.Reflection.MemberInfo) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromType (System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterInternal (System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions/CachingContext:GetOrAddConverter (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:ExpandFactoryConverter (System.Text.Json.Serialization.JsonConverter,System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterForType (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromOptions (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromOptionsOrReflectionConverter (System.Type) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.ConfigurationList`1:get_Item (int) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:Create (System.Type,System.Text.Json.Serialization.Converters.EnumConverterOptions,System.Text.Json.JsonNamingPolicy,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) @@ -3172,17 +3177,13 @@ Methods: System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.ObjectConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.JsonConverter:ResolvePolymorphicConverter (object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions,System.Text.Json.WriteStack&) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.JsonConverterFactory:GetConverterInternal (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_ConverterBase () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:GetConverter (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetDefaultConverter (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStack:Initialize (System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool,bool) System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStackFrame:InitializePolymorphicReEntry (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter[] System.Text.Json.JsonSerializerOptions:GetDefaultFactoryConverters () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_BooleanConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ByteArrayConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ByteConverter () @@ -3209,36 +3210,36 @@ Methods: System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UInt32Converter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UInt16Converter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_UInt64Converter () + System.Text.Json.Serialization.JsonConverterAttribute System.Text.Json.Reflection.ReflectionExtensions:GetUniqueCustomAttribute (System.Reflection.MemberInfo,bool) + System.Text.Json.Serialization.JsonConverterFactory[] System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetDefaultFactoryConverters () System.Text.Json.Serialization.JsonPolymorphicAttribute System.Reflection.CustomAttributeExtensions:GetCustomAttribute (System.Reflection.MemberInfo,bool) - System.Text.Json.Serialization.Metadata.AttributePolymorphicTypeConfiguration System.Text.Json.Serialization.Metadata.AttributePolymorphicTypeConfiguration:Create (System.Type) - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.JsonConverter`1:CreateJsonPropertyInfo () + System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:RootDefaultInstance () + System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions:CreateFromAttributeDeclarations (System.Type) System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonPropertyInfo:GetPropertyPlaceholder () - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreateProperty (System.Type,System.Reflection.MemberInfo,System.Type,bool,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions,System.Nullable`1,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreatePropertyInfoForTypeInfo (System.Type,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) + System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () + System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () + System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () + System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.CachingContext/<>c__DisplayClass7_0:b__0 (System.Type) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializer:GetTypeInfo (System.Text.Json.JsonSerializerOptions,System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:g__CreateJsonTypeInfo|14_0 (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetJsonTypeInfoFromContextOrCreate (System.Type) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetOrAddJsonTypeInfo (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetTypeInfoInternal (System.Type) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions/CachingContext:GetOrAddJsonTypeInfo (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateJsonTypeInfo (System.Type,System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetTypeInfo (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonPropertyInfo:get_JsonTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_ElementTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.WriteStack:PeekNestedJsonTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.WriteStackFrame:GetNestedJsonTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:CreateConstructor (System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:b__5_0 (System.ValueTuple`3) - System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:GetOrAdd (System.ValueTuple`3,System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>) - System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate System.Text.Json.Serialization.Metadata.ReflectionEmitMemberAccessor:CreateConstructor (System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializerOptions:CreateReflectionJsonTypeInfo () + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfoKind System.Text.Json.Serialization.Metadata.JsonTypeInfo:GetTypeInfoKind (System.Type,System.Text.Json.ConverterStrategy) System.Text.Json.Serialization.Metadata.MemberAccessor System.Text.Json.JsonSerializerOptions:get_MemberAccessorStrategy () - System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:GetOrAdd (System.ValueTuple`3,System.Func`3, System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>,System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>) - System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Text.Json.Cache`1/<>c__6`1, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>:b__6_0 (System.ValueTuple`3,System.Func`2, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>) + System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:GetOrAdd (System.ValueTuple`3,System.Func`3, System.Func`2, System.Func`1>, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>,System.Func`2, System.Func`1>) + System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Text.Json.Cache`1/<>c__6`1, System.Func`1>:b__6_0 (System.ValueTuple`3,System.Func`2, System.Func`1>) System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser:ScanCharClass (bool,bool) System.Text.RegularExpressions.RegexInterpreterCode System.Text.RegularExpressions.RegexWriter:EmitCode () System.Text.RegularExpressions.RegexInterpreterCode System.Text.RegularExpressions.RegexWriter:Write (System.Text.RegularExpressions.RegexTree) @@ -3562,6 +3563,7 @@ Methods: System.Type[] System.RuntimeType:GetGenericArguments () System.Type[] System.RuntimeType:GetInterfaces () System.Type[] System.Type:get_GenericTypeArguments () + System.Type& System.Collections.Generic.Dictionary`2:FindValue (string) System.TypeCode System.RuntimeType:GetTypeCodeImpl () System.TypeCode System.Type:GetTypeCode (System.Type) System.Uri Microsoft.AspNetCore.Components.NavigationManager:ToAbsoluteUri (string) @@ -3651,25 +3653,42 @@ Methods: void Android.App.Application:.cctor () void Android.App.Application:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.App.Application:n_OnCreate (intptr,intptr) + void Android.App.Application:n_OnTrimMemory_I (intptr,intptr,int) void Android.App.Application:OnCreate () + void Android.App.Application:OnTrimMemory (Android.Content.TrimMemory) void Android.App.Application:RegisterActivityLifecycleCallbacks (Android.App.Application/IActivityLifecycleCallbacks) void Android.App.Application/IActivityLifecycleCallbacks:.cctor () void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostCreated_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostPaused_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostResumed_Landroid_app_Activity_ (intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostSaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostStarted_Landroid_app_Activity_ (intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostStopped_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreCreated_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPrePaused_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreResumed_Landroid_app_Activity_ (intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreSaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreStarted_Landroid_app_Activity_ (intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreStopped_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostCreated (Android.App.Activity,Android.OS.Bundle) + void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostPaused (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostResumed (Android.App.Activity) + void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostSaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostStarted (Android.App.Activity) + void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostStopped (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreCreated (Android.App.Activity,Android.OS.Bundle) + void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPrePaused (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreResumed (Android.App.Activity) + void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreSaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreStarted (Android.App.Activity) + void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreStopped (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacksInvoker:.cctor () void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityCreated_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityPaused_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityResumed_Landroid_app_Activity_ (intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivitySaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityStarted_Landroid_app_Activity_ (intptr,intptr,intptr) + void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityStopped_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.SyncContext:Post (System.Threading.SendOrPostCallback,object) void Android.App.SyncContext/<>c__DisplayClass2_0:b__0 () void Android.App.UiModeManager:.cctor () @@ -3693,7 +3712,7 @@ Methods: void Android.Content.Res.AssetManager:.cctor () void Android.Content.Res.AssetManager:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Content.Res.ColorStateList:.cctor () - void Android.Content.Res.ColorStateList:.ctor (int[][],int[]) + void Android.Content.Res.ColorStateList:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Content.Res.Configuration:.cctor () void Android.Content.Res.Configuration:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Content.Res.Resources:.cctor () @@ -3720,13 +3739,10 @@ Methods: void Android.Graphics.Paint:set_AntiAlias (bool) void Android.Graphics.Paint:set_StrokeMiter (single) void Android.Graphics.Paint:set_StrokeWidth (single) - void Android.Graphics.Paint:set_TextSize (single) void Android.Graphics.Paint:SetARGB (int,int,int,int) void Android.Graphics.Paint:SetStyle (Android.Graphics.Paint/Style) void Android.Graphics.Paint/Style:.cctor () void Android.Graphics.Paint/Style:.ctor (intptr,Android.Runtime.JniHandleOwnership) - void Android.Graphics.Rect:.cctor () - void Android.Graphics.Rect:.ctor () void Android.Graphics.Typeface:.cctor () void Android.Graphics.Typeface:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Net.ConnectivityManager:.cctor () @@ -3741,7 +3757,11 @@ Methods: void Android.Net.Uri:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Net.UriInvoker:.cctor () void Android.Net.UriInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.OS.BaseBundle:.cctor () + void Android.OS.BaseBundle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.OS.Build/VERSION:.cctor () + void Android.OS.Bundle:.cctor () + void Android.OS.Bundle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.OS.Handler:.cctor () void Android.OS.Handler:.ctor (Android.OS.Looper) void Android.OS.Looper:.cctor () @@ -3795,7 +3815,7 @@ Methods: void Android.Runtime.JNIEnv:CopyArray (int[],intptr) void Android.Runtime.JNIEnv:CopyArray (intptr,byte[]) void Android.Runtime.JNIEnv:CopyArray (intptr,int[]) - void Android.Runtime.JNIEnv:CopyArray (intptr,int[][]) + void Android.Runtime.JNIEnv:CopyArray (intptr,string[]) void Android.Runtime.JNIEnv:CopyArray (intptr,System.Array,System.Type) void Android.Runtime.JNIEnv:DeleteGlobalRef (intptr) void Android.Runtime.JNIEnv:DeleteLocalRef (intptr) @@ -3806,16 +3826,14 @@ Methods: void Android.Runtime.JNIEnv:InvokeConstructor (intptr,string,Android.Runtime.JValue*) void Android.Runtime.JNIEnv:monodroid_free (intptr) void Android.Runtime.JNIEnv:RegisterJniNatives (intptr,int,intptr,intptr,int) - void Android.Runtime.JNIEnv:SetObjectArrayElement (intptr,int,intptr) void Android.Runtime.JNIEnv:WaitForBridgeProcessing () void Android.Runtime.JNIEnv/<>c:.cctor () void Android.Runtime.JNIEnv/<>c:.ctor () void Android.Runtime.JNINativeWrapper:get_runtime_types () void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PP_V (_JniMarshal_PP_V,intptr,intptr) + void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_V (_JniMarshal_PPI_V,intptr,intptr,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPII_V (_JniMarshal_PPII_V,intptr,intptr,int,int) - void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPIIII_V (_JniMarshal_PPIIII_V,intptr,intptr,int,int,int,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPL_V (_JniMarshal_PPL_V,intptr,intptr,intptr) - void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLIIIIIIII_V (_JniMarshal_PPLIIIIIIII_V,intptr,intptr,intptr,int,int,int,int,int,int,int,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLL_V (_JniMarshal_PPLL_V,intptr,intptr,intptr,intptr) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLLL_V (_JniMarshal_PPLLLL_V,intptr,intptr,intptr,intptr,intptr,intptr) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPZIIII_V (_JniMarshal_PPZIIII_V,intptr,intptr,bool,int,int,int,int) @@ -3854,13 +3872,9 @@ Methods: void Android.Views.View:AddOnLayoutChangeListener (Android.Views.View/IOnLayoutChangeListener) void Android.Views.View:BringToFront () void Android.Views.View:DispatchDraw (Android.Graphics.Canvas) - void Android.Views.View:GetWindowVisibleDisplayFrame (Android.Graphics.Rect) void Android.Views.View:Invalidate () void Android.Views.View:n_DispatchDraw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) - void Android.Views.View:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Views.View:n_OnMeasure_II (intptr,intptr,int,int) - void Android.Views.View:n_OnSizeChanged_IIII (intptr,intptr,int,int,int,int) - void Android.Views.View:OnSizeChanged (int,int,int,int) void Android.Views.View:remove_Touch (System.EventHandler`1) void Android.Views.View:set_LayoutDirection (Android.Views.LayoutDirection) void Android.Views.View:set_LayoutParameters (Android.Views.ViewGroup/LayoutParams) @@ -3868,19 +3882,16 @@ Methods: void Android.Views.View:SetBackgroundColor (Android.Graphics.Color) void Android.Views.View:SetMeasuredDimension (int,int) void Android.Views.View:SetOnTouchListener (Android.Views.View/IOnTouchListener) - void Android.Views.View/<>c__DisplayClass2872_0:b__0 (Android.Views.View/IOnLayoutChangeListenerImplementor) - void Android.Views.View/<>c__DisplayClass2946_0:b__0 (Android.Views.View/IOnTouchListenerImplementor) - void Android.Views.View/<>c__DisplayClass2951_0:b__0 (Android.Views.View/IOnFocusChangeListener) - void Android.Views.View/<>c__DisplayClass2951_0:b__1 (Android.Views.View/IOnFocusChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2888_0:b__0 (Android.Views.View/IOnLayoutChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2962_0:b__0 (Android.Views.View/IOnTouchListenerImplementor) + void Android.Views.View/<>c__DisplayClass2967_0:b__0 (Android.Views.View/IOnFocusChangeListener) + void Android.Views.View/<>c__DisplayClass2967_0:b__1 (Android.Views.View/IOnFocusChangeListenerImplementor) void Android.Views.View/IOnFocusChangeListenerImplementor:.ctor () void Android.Views.View/IOnFocusChangeListenerInvoker:.cctor () void Android.Views.View/IOnLayoutChangeListenerImplementor:.ctor () - void Android.Views.View/IOnLayoutChangeListenerImplementor:OnLayoutChange (Android.Views.View,int,int,int,int,int,int,int,int) void Android.Views.View/IOnLayoutChangeListenerInvoker:.cctor () - void Android.Views.View/IOnLayoutChangeListenerInvoker:n_OnLayoutChange_Landroid_view_View_IIIIIIII (intptr,intptr,intptr,int,int,int,int,int,int,int,int) void Android.Views.View/IOnTouchListenerImplementor:.ctor () void Android.Views.View/IOnTouchListenerInvoker:.cctor () - void Android.Views.View/LayoutChangeEventArgs:.ctor (int,int,int,int,int,int,int,int) void Android.Views.View/MeasureSpec:.cctor () void Android.Views.ViewGroup:.cctor () void Android.Views.ViewGroup:.ctor (Android.Content.Context) @@ -4621,10 +4632,15 @@ Methods: void Microsoft.Maui.ActivationState:.ctor (Microsoft.Maui.IMauiContext,Microsoft.Maui.IPersistedState) void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass0_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate) void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass2_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnResume) + void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass3_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPause) + void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass4_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnStop) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:.ctor (System.Action`2) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityCreated (Android.App.Activity,Android.OS.Bundle) + void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityPaused (Android.App.Activity) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityResumed (Android.App.Activity) + void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivitySaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityStarted (Android.App.Activity) + void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityStopped (Android.App.Activity) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:set_Activity (Android.App.Activity) void Microsoft.Maui.ApplicationModel.ActivityStateManagerImplementation:Init (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.ApplicationModel.ActivityStateManagerImplementation:Init (Android.App.Application) @@ -4644,7 +4660,6 @@ Methods: void Microsoft.Maui.ApplicationModel.Platform:Init (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.ApplicationModel.Platform:Init (Android.App.Application) void Microsoft.Maui.ApplicationModel.Platform:OnResume (Android.App.Activity) - void Microsoft.Maui.ColorStates:.cctor () void Microsoft.Maui.CommandMapper:.ctor () void Microsoft.Maui.CommandMapper:.ctor (Microsoft.Maui.CommandMapper) void Microsoft.Maui.CommandMapper:Invoke (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,string,object) @@ -4660,8 +4675,12 @@ Methods: void Microsoft.Maui.Controls.Application:.ctor (bool) void Microsoft.Maui.Controls.Application:AddWindow (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Application:MapWindowSoftInputModeAdjust (Microsoft.Maui.Handlers.ApplicationHandler,Microsoft.Maui.Controls.Application) + void Microsoft.Maui.Controls.Application:OnPageAppearing (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.Application:OnPageDisappearing (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.Application:OnSleep () void Microsoft.Maui.Controls.Application:OnStart () void Microsoft.Maui.Controls.Application:RemapForControls () + void Microsoft.Maui.Controls.Application:SendSleep () void Microsoft.Maui.Controls.Application:SendStart () void Microsoft.Maui.Controls.Application:set_MainPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Application:set_Resources (Microsoft.Maui.Controls.ResourceDictionary) @@ -4681,6 +4700,7 @@ Methods: void Microsoft.Maui.Controls.BindableObject:Microsoft.Maui.Controls.Internals.IDynamicResourceHandler.SetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string) void Microsoft.Maui.Controls.BindableObject:OnPropertyChanged (string) void Microsoft.Maui.Controls.BindableObject:OnPropertyChanging (string) + void Microsoft.Maui.Controls.BindableObject:remove_PropertyChanged (System.ComponentModel.PropertyChangedEventHandler) void Microsoft.Maui.Controls.BindableObject:SetBackupStyleValue (Microsoft.Maui.Controls.BindableProperty,object) void Microsoft.Maui.Controls.BindableObject:SetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string,bool) void Microsoft.Maui.Controls.BindableObject:SetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string) @@ -4706,6 +4726,11 @@ Methods: void Microsoft.Maui.Controls.ButtonElement/<>c:.cctor () void Microsoft.Maui.Controls.ButtonElement/<>c:.ctor () void Microsoft.Maui.Controls.CastingEnumerator`2:Dispose () + void Microsoft.Maui.Controls.CheckBox:.cctor () + void Microsoft.Maui.Controls.CheckBox:RemapForControls () + void Microsoft.Maui.Controls.CheckBox/<>c:.cctor () + void Microsoft.Maui.Controls.CheckBox/<>c:.ctor () + void Microsoft.Maui.Controls.ColorElement:.cctor () void Microsoft.Maui.Controls.ColumnDefinitionCollection:.ctor () void Microsoft.Maui.Controls.Compatibility.Layout:.cctor () void Microsoft.Maui.Controls.Compatibility.Layout:LayoutChildIntoBoundingRegion (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Graphics.Rect) @@ -4848,6 +4873,7 @@ Methods: void Microsoft.Maui.Controls.MenuBarTracker:OnMenuBarItemCollectionChanged (object,System.EventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:add_CollectionChanged (System.EventHandler) void Microsoft.Maui.Controls.MenuItemTracker`1:EmitCollectionChanged () + void Microsoft.Maui.Controls.MenuItemTracker`1:OnPageAppearing (object,System.EventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:OnPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:set_Target (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MenuItemTracker`1:TrackTarget (Microsoft.Maui.Controls.Page) @@ -4887,10 +4913,12 @@ Methods: void Microsoft.Maui.Controls.Page:OnAppearing () void Microsoft.Maui.Controls.Page:OnChildMeasureInvalidated (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Controls.Internals.InvalidationTrigger) void Microsoft.Maui.Controls.Page:OnChildMeasureInvalidated (object,System.EventArgs) + void Microsoft.Maui.Controls.Page:OnDisappearing () void Microsoft.Maui.Controls.Page:OnInternalAdded (Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Page:OnParentSet () void Microsoft.Maui.Controls.Page:OnSizeAllocated (double,double) void Microsoft.Maui.Controls.Page:SendAppearing () + void Microsoft.Maui.Controls.Page:SendDisappearing () void Microsoft.Maui.Controls.Page:set_MenuBarItems (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.Page:set_ToolbarItems (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.Page:UpdateChildrenLayout () @@ -4901,6 +4929,8 @@ Methods: void Microsoft.Maui.Controls.ParentChangingEventArgs:.ctor (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Picker:.cctor () void Microsoft.Maui.Controls.Picker:RemapForControls () + void Microsoft.Maui.Controls.Picker/<>c:.cctor () + void Microsoft.Maui.Controls.Picker/<>c:.ctor () void Microsoft.Maui.Controls.PlaceholderElement:.cctor () void Microsoft.Maui.Controls.Platform.AlertManager:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Platform.AlertManager:Subscribe () @@ -4912,6 +4942,8 @@ Methods: void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:.cctor () void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetImportantForAccessibility (Android.Views.View,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Platform.GestureManager:.ctor (Microsoft.Maui.IViewHandler) + void Microsoft.Maui.Controls.Platform.GestureManager:Dispose () + void Microsoft.Maui.Controls.Platform.GestureManager:Dispose (bool) void Microsoft.Maui.Controls.Platform.GestureManager:OnElementPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.GestureManager:SetupElement (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Platform.GestureManager:SetupGestures () @@ -5047,7 +5079,6 @@ Methods: void Microsoft.Maui.Controls.VisualElement:SizeAllocated (double,double) void Microsoft.Maui.Controls.VisualElement:UpdateBoundsComponents (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Controls.VisualElement:UpdatePlatformUnloadedLoadedWiring (Microsoft.Maui.Controls.Window) - void Microsoft.Maui.Controls.VisualElement:ValidatePositive (double,string) void Microsoft.Maui.Controls.VisualElement/<>c:.cctor () void Microsoft.Maui.Controls.VisualElement/<>c:.ctor () void Microsoft.Maui.Controls.VisualMarker:.cctor () @@ -5061,23 +5092,30 @@ Methods: void Microsoft.Maui.Controls.Window:.cctor () void Microsoft.Maui.Controls.Window:.ctor () void Microsoft.Maui.Controls.Window:.ctor (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.Window:FinishedAddingWindowToApplication (Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.Window:Microsoft.Maui.Controls.IFlowDirectionController.set_EffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection) void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Activated () void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Created () + void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Deactivated () + void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Stopped () void Microsoft.Maui.Controls.Window:OnActivated () void Microsoft.Maui.Controls.Window:OnCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Window:OnCreated () + void Microsoft.Maui.Controls.Window:OnDeactivated () void Microsoft.Maui.Controls.Window:OnHandlerChangingCore (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Window:OnPageChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Window:OnPageChanging (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Window:OnPropertyChanged (string) + void Microsoft.Maui.Controls.Window:OnStopped () void Microsoft.Maui.Controls.Window:RemapForControls () void Microsoft.Maui.Controls.Window:SendWindowAppearing () + void Microsoft.Maui.Controls.Window:SendWindowDisppearing () + void Microsoft.Maui.Controls.Window:set_IsActivated (bool) void Microsoft.Maui.Controls.Window:set_Page (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Window:set_Toolbar (Microsoft.Maui.Controls.Toolbar) void Microsoft.Maui.Controls.Window:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass148_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass148_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Window/NavigationImpl:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:.ctor (object[],object,Microsoft.Maui.Controls.Internals.INameScope) void Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider:.ctor () @@ -5100,30 +5138,16 @@ Methods: void Microsoft.Maui.FontRegistrar:.ctor (Microsoft.Maui.IEmbeddedFontLoader,System.IServiceProvider) void Microsoft.Maui.FontRegistrar:Register (string,string) void Microsoft.Maui.Graphics.AbstractCanvas`1:.ctor (Microsoft.Maui.Graphics.ICanvasStateService`1,Microsoft.Maui.Graphics.IStringSizeService) - void Microsoft.Maui.Graphics.AbstractCanvas`1:ResetState () - void Microsoft.Maui.Graphics.AbstractCanvas`1:Scale (single,single) void Microsoft.Maui.Graphics.AbstractCanvas`1:set_DisplayScale (single) void Microsoft.Maui.Graphics.CanvasState:.ctor () - void Microsoft.Maui.Graphics.CanvasState:set_Transform (System.Numerics.Matrix3x2) - void Microsoft.Maui.Graphics.CanvasState:TransformChanged () void Microsoft.Maui.Graphics.Color:.ctor (int,int,int,int) void Microsoft.Maui.Graphics.Color:.ctor (single,single,single,single) void Microsoft.Maui.Graphics.Colors:.cctor () - void Microsoft.Maui.Graphics.Matrix3x2Extensions:DeconstructScales (System.Numerics.Matrix3x2&,single&,single&,single&) void Microsoft.Maui.Graphics.Platform.PlatformCanvas:.ctor (Android.Content.Context) - void Microsoft.Maui.Graphics.Platform.PlatformCanvas:PlatformScale (single,single) - void Microsoft.Maui.Graphics.Platform.PlatformCanvas:ResetState () - void Microsoft.Maui.Graphics.Platform.PlatformCanvas:set_Canvas (Android.Graphics.Canvas) void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:.ctor () - void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:Dispose () - void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:Reset (Android.Graphics.Paint,Android.Graphics.Paint,Android.Graphics.Paint) void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:set_Font (Microsoft.Maui.Graphics.IFont) - void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:SetScale (single,single) void Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:EnsureDefaults () - void Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:Reset (Microsoft.Maui.Graphics.Platform.PlatformCanvasState) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:.ctor (Android.Content.Context,Microsoft.Maui.Graphics.IDrawable) - void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:Draw (Android.Graphics.Canvas) - void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:OnSizeChanged (int,int,int,int) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:set_Drawable (Microsoft.Maui.Graphics.IDrawable) void Microsoft.Maui.Graphics.Point:.cctor () void Microsoft.Maui.Graphics.Point:.ctor (double,double) @@ -5135,15 +5159,7 @@ Methods: void Microsoft.Maui.Graphics.Rect:set_Width (double) void Microsoft.Maui.Graphics.Rect:set_X (double) void Microsoft.Maui.Graphics.Rect:set_Y (double) - void Microsoft.Maui.Graphics.RectF:.cctor () - void Microsoft.Maui.Graphics.RectF:.ctor (single,single,single,single) - void Microsoft.Maui.Graphics.RectF:set_Height (single) - void Microsoft.Maui.Graphics.RectF:set_Width (single) - void Microsoft.Maui.Graphics.RectF:set_X (single) - void Microsoft.Maui.Graphics.RectF:set_Y (single) void Microsoft.Maui.Graphics.ScalingCanvas:.ctor (Microsoft.Maui.Graphics.ICanvas) - void Microsoft.Maui.Graphics.ScalingCanvas:ResetState () - void Microsoft.Maui.Graphics.ScalingCanvas:Scale (single,single) void Microsoft.Maui.Graphics.Size:.ctor (double,double) void Microsoft.Maui.GridLength:.cctor () void Microsoft.Maui.GridLength:.ctor (double,Microsoft.Maui.GridUnitType) @@ -5156,6 +5172,7 @@ Methods: void Microsoft.Maui.Handlers.ApplicationHandler:.cctor () void Microsoft.Maui.Handlers.ApplicationHandler:.ctor () void Microsoft.Maui.Handlers.ButtonHandler:.cctor () + void Microsoft.Maui.Handlers.CheckBoxHandler:.cctor () void Microsoft.Maui.Handlers.ContentViewHandler:.cctor () void Microsoft.Maui.Handlers.ContentViewHandler:.ctor (Microsoft.Maui.IPropertyMapper,Microsoft.Maui.CommandMapper) void Microsoft.Maui.Handlers.ContentViewHandler:MapContent (Microsoft.Maui.Handlers.IContentViewHandler,Microsoft.Maui.IContentView) @@ -5288,6 +5305,8 @@ Methods: void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__0_0 (Microsoft.Maui.LifecycleEvents.ILifecycleBuilder) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_0 (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_2 (Android.App.Activity) + void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_3 (Android.App.Activity) + void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_4 (Android.App.Activity) void Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration:AddRegistration (Microsoft.Maui.LifecycleEvents.ILifecycleBuilder) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:.ctor (System.Collections.Generic.IEnumerable`1) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:AddEvent (string,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) @@ -5304,10 +5323,14 @@ Methods: void Microsoft.Maui.MauiAppCompatActivity/<>c__DisplayClass7_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) void Microsoft.Maui.MauiApplication:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Microsoft.Maui.MauiApplication:OnCreate () + void Microsoft.Maui.MauiApplication:OnTrimMemory (Android.Content.TrimMemory) void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:.ctor () void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityCreated (Android.App.Activity,Android.OS.Bundle) + void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityPaused (Android.App.Activity) void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityResumed (Android.App.Activity) + void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivitySaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityStarted (Android.App.Activity) + void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityStopped (Android.App.Activity) void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider,Android.Content.Context) void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext:AddSpecific (Android.App.Application) @@ -5395,19 +5418,13 @@ Methods: void Microsoft.Maui.VisualDiagnostics:.cctor () void Microsoft.Maui.VisualDiagnostics:OnChildAdded (Microsoft.Maui.IVisualTreeElement,Microsoft.Maui.IVisualTreeElement) void Microsoft.Maui.VisualDiagnosticsOverlay:.ctor (Microsoft.Maui.IWindow) - void Microsoft.Maui.VisualDiagnosticsOverlay:HandleUIChange () void Microsoft.Maui.WeakEventManager:.ctor () void Microsoft.Maui.WindowOverlay:.ctor (Microsoft.Maui.IWindow) void Microsoft.Maui.WindowOverlay:add_Tapped (System.EventHandler`1) - void Microsoft.Maui.WindowOverlay:DecorViewLayoutChange (object,Android.Views.View/LayoutChangeEventArgs) - void Microsoft.Maui.WindowOverlay:Draw (Microsoft.Maui.Graphics.ICanvas,Microsoft.Maui.Graphics.RectF) - void Microsoft.Maui.WindowOverlay:Invalidate () void Microsoft.Win32.SafeHandles.SafeFileHandle:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeFileHandle:FStatCheckIO (string,Interop/Sys/FileStatus&,bool&) - void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.cctor () - void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.ctor () void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor (intptr,bool) void modreq Microsoft.AspNetCore.Components.Reflection.PropertySetter:set_Cascading (System.Runtime.CompilerServices.IsExternalInit) Microsoft.AspNetCore.Components.Reflection.PropertySetter:set_Cascading (bool) @@ -5574,8 +5591,6 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Concurrent.ConcurrentDictionary`2>:AcquireAllLocks (int&) - void System.Collections.Concurrent.ConcurrentDictionary`2>:AcquireLocks (int,int,int&) - void System.Collections.Concurrent.ConcurrentDictionary`2>:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -5583,7 +5598,9 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) void System.Collections.Concurrent.ConcurrentDictionary`2>:set_Item (System.Type,System.Func`2) + void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireLocks (int,int,int&) void System.Collections.Concurrent.ConcurrentDictionary`2:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables) + void System.Collections.Concurrent.ConcurrentDictionary`2:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2>>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -5611,13 +5628,13 @@ Methods: void System.Collections.Generic.ArraySortHelper`1>:IntrospectiveSort (System.Span`1>,System.Comparison`1>) void System.Collections.Generic.ArraySortHelper`1>:Sort (System.Span`1>,System.Comparison`1>) void System.Collections.Generic.ArraySortHelper`1>:SwapIfGreater (System.Span`1>,System.Comparison`1>,int,int) + void System.Collections.Generic.ArraySortHelper`1:.ctor () void System.Collections.Generic.ArraySortHelper`1:InsertionSort (System.Span`1,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:IntroSort (System.Span`1,int,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:IntrospectiveSort (System.Span`1,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:Sort (System.Span`1,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:SwapIfGreater (System.Span`1,System.Comparison`1,int,int) void System.Collections.Generic.ArraySortHelper`1:.cctor () - void System.Collections.Generic.ArraySortHelper`1:.ctor () void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:Dispose () @@ -5701,6 +5718,8 @@ Methods: void System.Collections.Generic.Dictionary`2:Add (ulong,Microsoft.AspNetCore.Components.EventCallback) void System.Collections.Generic.Dictionary`2:.ctor () void System.Collections.Generic.Dictionary`2:.ctor (int,System.Collections.Generic.IEqualityComparer`1) + void System.Collections.Generic.GenericArraySortHelper`1:.ctor () + void System.Collections.Generic.GenericComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () @@ -5803,7 +5822,6 @@ Methods: void System.Collections.Generic.Stack`1:Grow (int) void System.Collections.Generic.Stack`1:Push (int) void System.Collections.Generic.Stack`1:PushWithResize (int) - void System.Collections.Generic.Stack`1:Clear () void System.Collections.Generic.ValueListBuilder`1:.ctor (System.Span`1) void System.Collections.Generic.ValueListBuilder`1:.ctor (System.Span`1) void System.Collections.HashHelpers:.cctor () @@ -5831,6 +5849,7 @@ Methods: void System.Collections.ObjectModel.ObservableCollection`1:OnIndexerPropertyChanged () void System.Collections.ObjectModel.ObservableCollection`1:OnPropertyChanged (System.ComponentModel.PropertyChangedEventArgs) void System.Collections.ObjectModel.ObservableCollection`1:.ctor () + void System.Collections.ObjectModel.ObservableCollection`1:remove_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) void System.Collections.ObjectModel.ObservableCollection`1:add_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) void System.Collections.ObjectModel.ReadOnlyCollection`1:.ctor (System.Collections.Generic.IList`1) void System.Collections.ObjectModel.ReadOnlyCollection`1:CopyTo (Microsoft.Maui.Controls.Element[],int) @@ -5972,8 +5991,9 @@ Methods: void System.IO.BufferedStream/d__68:MoveNext () void System.IO.DelegatingStream:Dispose (bool) void System.IO.FileNotFoundException:.ctor (string,string) + void System.IO.FileStatus:EnsureCachesInitialized (Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlySpan`1,bool) void System.IO.FileStatus:EnsureCachesInitialized (System.ReadOnlySpan`1,bool) - void System.IO.FileStatus:RefreshCaches (System.ReadOnlySpan`1) + void System.IO.FileStatus:RefreshCaches (Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlySpan`1) void System.IO.FileStatus:ThrowOnCacheInitializationError (System.ReadOnlySpan`1) void System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool) void System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) @@ -6000,10 +6020,10 @@ Methods: void System.IO.Strategies.FileStreamHelpers:SerializationGuard (System.IO.FileAccess) void System.IO.Strategies.FileStreamHelpers:ValidateArguments (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) void System.IO.Strategies.FileStreamStrategy:DisposeInternal (bool) - void System.IO.Strategies.OSFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + void System.IO.Strategies.OSFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1) void System.IO.Strategies.OSFileStreamStrategy:Dispose (bool) void System.IO.Strategies.OSFileStreamStrategy:Flush (bool) - void System.IO.Strategies.UnixFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + void System.IO.Strategies.UnixFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1) void System.IO.Stream:.cctor () void System.IO.Stream:.ctor () void System.IO.Stream:Close () @@ -6287,8 +6307,6 @@ Methods: void System.Reflection.FieldAccessor:SetValue (object,object) void System.Reflection.FieldInfo:SetValue (object,object) void System.Reflection.Metadata.MetadataUpdater:.cctor () - void System.Reflection.Metadata.MetadataUpdater/<>c:.cctor () - void System.Reflection.Metadata.MetadataUpdater/<>c:.ctor () void System.Reflection.MethodBase:CheckArguments (System.Span`1,intptr*,System.Span`1,System.ReadOnlySpan`1,System.RuntimeType[],System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) void System.Reflection.MethodBase:ValidateInvokeTarget (object) void System.Reflection.Missing:.cctor () @@ -6408,11 +6426,12 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecuteFromThreadPool (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:ExecuteFromThreadPool (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext (System.Threading.Thread) @@ -6583,12 +6602,11 @@ Methods: void System.Text.Encodings.Web.TextEncoderSettings:AllowRanges (System.Text.Unicode.UnicodeRange[]) void System.Text.EncodingTable:.cctor () void System.Text.Json.BitStack:ResetFirstBit () - void System.Text.Json.Cache`1/<>c__6`1, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>:.cctor () - void System.Text.Json.Cache`1/<>c__6`1, System.Text.Json.Serialization.Metadata.JsonTypeInfo/ConstructorDelegate>:.ctor () + void System.Text.Json.Cache`1/<>c__6`1, System.Func`1>:.cctor () + void System.Text.Json.Cache`1/<>c__6`1, System.Func`1>:.ctor () void System.Text.Json.JsonCamelCaseNamingPolicy:.ctor () void System.Text.Json.JsonDocument:.ctor (System.ReadOnlyMemory`1,System.Text.Json.JsonDocument/MetadataDb,byte[],System.Text.Json.PooledByteBufferWriter,bool) void System.Text.Json.JsonDocument:CheckExpectedType (System.Text.Json.JsonTokenType,System.Text.Json.JsonTokenType) - void System.Text.Json.JsonDocument:CheckNotDisposed () void System.Text.Json.JsonDocument:CheckSupportedOptions (System.Text.Json.JsonReaderOptions,string) void System.Text.Json.JsonDocument:Parse (System.ReadOnlySpan`1,System.Text.Json.JsonReaderOptions,System.Text.Json.JsonDocument/MetadataDb&,System.Text.Json.JsonDocument/StackRowStack&) void System.Text.Json.JsonDocument/DbRow:.ctor (System.Text.Json.JsonTokenType,int,int) @@ -6609,19 +6627,18 @@ Methods: void System.Text.Json.JsonSerializerOptions:.cctor () void System.Text.Json.JsonSerializerOptions:.ctor () void System.Text.Json.JsonSerializerOptions:.ctor (System.Text.Json.JsonSerializerOptions) - void System.Text.Json.JsonSerializerOptions:g__Add|17_0 (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions/<>c__DisplayClass17_0&) + void System.Text.Json.JsonSerializerOptions:CheckConverterNullabilityIsSameAsPropertyType (System.Text.Json.Serialization.JsonConverter,System.Type) void System.Text.Json.JsonSerializerOptions:InitializeCachingContext () + void System.Text.Json.JsonSerializerOptions:InitializeForMetadataGeneration () void System.Text.Json.JsonSerializerOptions:InitializeForReflectionSerializer () - void System.Text.Json.JsonSerializerOptions:RootReflectionSerializerDependencies () - void System.Text.Json.JsonSerializerOptions:set_EffectiveMaxDepth (int) void System.Text.Json.JsonSerializerOptions:set_MaxDepth (int) void System.Text.Json.JsonSerializerOptions:set_PropertyNameCaseInsensitive (bool) void System.Text.Json.JsonSerializerOptions:set_PropertyNamingPolicy (System.Text.Json.JsonNamingPolicy) void System.Text.Json.JsonSerializerOptions:TrackOptionsInstance (System.Text.Json.JsonSerializerOptions) void System.Text.Json.JsonSerializerOptions:VerifyMutable () - void System.Text.Json.JsonSerializerOptions/<>c:.cctor () - void System.Text.Json.JsonSerializerOptions/<>c:.ctor () void System.Text.Json.JsonSerializerOptions/CachingContext:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.JsonSerializerOptions/ConverterList:.ctor (System.Text.Json.JsonSerializerOptions,System.Collections.Generic.IList`1) + void System.Text.Json.JsonSerializerOptions/ConverterList:VerifyMutable () void System.Text.Json.JsonSerializerOptions/EqualityComparer:g__GetHashCode|1_0 (System.HashCode&,System.Text.Json.Serialization.ConfigurationList`1) void System.Text.Json.JsonSerializerOptions/TrackedCachingContexts:.cctor () void System.Text.Json.JsonSerializerOptions/TrackedOptionsInstances:.cctor () @@ -6642,9 +6659,9 @@ Methods: void System.Text.Json.ReadStack:Push () void System.Text.Json.ReadStack:SetConstructorArgumentState () void System.Text.Json.Reflection.ReflectionExtensions:.cctor () - void System.Text.Json.Serialization.ConfigurationList`1:.ctor (System.Text.Json.JsonSerializerOptions,System.Collections.Generic.IList`1) - void System.Text.Json.Serialization.ConfigurationList`1:.ctor (System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.ConfigurationList`1:.ctor (System.Collections.Generic.IList`1) void System.Text.Json.Serialization.ConfigurationList`1:Add (System.Text.Json.Serialization.JsonConverter) + void System.Text.Json.Serialization.ConfigurationList`1:CopyTo (System.Text.Json.Serialization.JsonConverter[],int) void System.Text.Json.Serialization.Converters.BooleanConverter:.ctor () void System.Text.Json.Serialization.Converters.ByteArrayConverter:.ctor () void System.Text.Json.Serialization.Converters.ByteConverter:.ctor () @@ -6689,64 +6706,105 @@ Methods: void System.Text.Json.Serialization.JsonConverter:ConfigureJsonTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.JsonConverter:ConfigureJsonTypeInfoUsingReflection (System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1>:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () + void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonDictionaryConverter`1:.ctor () void System.Text.Json.Serialization.JsonDictionaryConverter`3:.ctor () void System.Text.Json.Serialization.JsonObjectConverter`1:.ctor () void System.Text.Json.Serialization.JsonResumableConverter`1:.ctor () + void System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:.ctor (bool) + void System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:g__Add|3_0 (System.Text.Json.Serialization.JsonConverter,System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver/<>c__DisplayClass3_0&) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:.cctor () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:.ctor () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:.ctor (System.Type,System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:Configure () void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:DetermineNumberHandlingForTypeInfo () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:EnsureChildOf (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:EnsureConfigured () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_DefaultConverterForType (System.Text.Json.Serialization.JsonConverter) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_IsForTypeInfo (bool) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_JsonTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_Name (string) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Configure () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:Initialize (System.Type,System.Type,System.Text.Json.ConverterStrategy,System.Reflection.MemberInfo,bool,System.Text.Json.Serialization.JsonConverter,System.Nullable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:set_ConverterBase (System.Text.Json.Serialization.JsonConverter) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_ParentTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:VerifyMutable () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.cctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.ctor (System.Type,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:g__ConfigureLocked|129_0 () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:Configure () - void System.Text.Json.Serialization.Metadata.JsonTypeInfo:ConfigurePolymorphism (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.JsonTypeInfo:EnsureConfigured () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:LateAddProperties () - void System.Text.Json.Serialization.Metadata.JsonTypeInfo:ValidateType (System.Type,System.Type,System.Reflection.MemberInfo,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:set_PolymorphismOptions (System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:ValidateType (System.Type) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.cctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.ctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.cctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.ctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.cctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.ctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.cctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.ctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:.cctor () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:.ctor () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:.cctor () @@ -6924,6 +6982,8 @@ Methods: void System.Threading.LowLevelLock:.ctor () void System.Threading.LowLevelLock:Acquire () void System.Threading.LowLevelLock:Release () + void System.Threading.LowLevelLock:SignalWaiter () + void System.Threading.LowLevelLock:WaitAndAcquire () void System.Threading.LowLevelMonitor:Acquire () void System.Threading.LowLevelMonitor:AcquireCore () void System.Threading.LowLevelMonitor:Initialize () @@ -7132,6 +7192,8 @@ Methods: void System.Threading.WaitSubsystem:SetEvent (intptr) void System.Threading.WaitSubsystem:SetEvent (System.Threading.WaitSubsystem/WaitableObject) void System.Threading.WaitSubsystem:UninterruptibleSleep0 () + void System.Threading.WaitSubsystem/LockHolder:.ctor (System.Threading.LowLevelLock) + void System.Threading.WaitSubsystem/LockHolder:Dispose () void System.Threading.WaitSubsystem/ThreadWaitInfo:.ctor (System.Threading.Thread) void System.Threading.WaitSubsystem/ThreadWaitInfo:RegisterWait (int,bool,bool) void System.Threading.WaitSubsystem/ThreadWaitInfo:UninterruptibleSleep0 () @@ -7139,7 +7201,7 @@ Methods: void System.Threading.WaitSubsystem/WaitableObject:.ctor (System.Threading.WaitSubsystem/WaitableObject/WaitableObjectType,int,int,string,System.Threading.WaitSubsystem/WaitableObject/OwnershipInfo) void System.Threading.WaitSubsystem/WaitableObject:AcceptSignal (System.Threading.WaitSubsystem/ThreadWaitInfo) void System.Threading.WaitSubsystem/WaitableObject:SignalAutoResetEvent () - void System.Threading.WaitSubsystem/WaitableObject:SignalEvent () + void System.Threading.WaitSubsystem/WaitableObject:SignalEvent (System.Threading.WaitSubsystem/LockHolder&) void System.TimeSpan:.cctor () void System.TimeSpan:.ctor (int,int,int,int,int,int) void System.TimeSpan:.ctor (int,int,int,int,int) diff --git a/.nuspec/maui.aotprofile b/.nuspec/maui.aotprofile index 3db89e6807a4257885a79ce725a9f38941bc47b8..339518f3dc911bbb631de2b3f269992e6e6f7ee8 100644 GIT binary patch delta 131756 zcmZs^2Yim#`#*$dA6|x9 z)?>c%MyAuw&4G4SH6Z~ZWyB^&Wu|4OMa9Qu$48|nrDaCNrbi2Z9Ve3}#_ zxA$}TFnC%dP0eIMEJ;4=R@Y2sWy-`bO8bL($(G&2S&AIly@6R9Yzm{WQDDz?uNqhf zGA~o6j06A1;UBLH!V{oO9VR_^O|u^4x|Rca@SRBIyuN(9M}4ya`1-Frs=|4y^y^vA zOaqy=IXbirQjOmprnrQT}Rj6pH(du5!STp%+uQsf?Ozqu*wUG0A7n?1itH@-J zKCM{}hzMD&Pc5?*NO+zW;_#E_plK~D<_%(Pf|R8!rFNYs%WmMtwW5_K-WU z4)ST=Sk_Ti@7GdvQm*C1el1vMq^qvz0=ctv>))Ssm81IiVcq2Q{>{wpV8@lwSx>WP zm=4)AKfvr^1$<<Bu(-aMs8NsNOfgBLcZ=(>$@0hIX674^ z9ah4c4)tSi%05G5*c7>BXe^s5PY&(FrpcPa2C(UJ*|2bP28^dOda=&%mDh*4h?z>3 z4~EqgZ)sFg4qhWx>Xf(C72bACLgwiiB$^g9A2&LWck)nd<~Op ztNF;ztwYVVAlLlYdYr^Nict3EI!mSeR!+Uq&Qoj$yG=G8-CXR@&X$jk7awYLd2~IoQ@imQ(}(kq zBx@Hac7gavR%};Ee5{cwquoH;L3j?6wL<*luV>22pt0`a6Ht3~ z2JQozD?5x$=KGmkFgBhaVDiM+`sP9K5oPFB2cx_U9aoVbVls1FBYv34x#QaKBTU{N zHv`FQ9(I@Jg?)w($}^6_?Watx8y{yLv*5SmW6k3h^q!EwK11Yv%QhUI z-^Vxs_A{O7mCesBT+%Z;Wal@1$n6s@j7Z}ovS>mp@dYgQ5<7*wuRXCvknI%Y(!M)T z_1&jI=)U`u)pwtPe45F_$^Oh=Ug+i{=N~hiszw@T6_1Y8OV;Wl0=(h0&FG=S@&?yz zJGv;ZYQ)fC#rXyOBKbKa@GIscYcz7BBEw-iH!kQ~Xq<=RbE-P?3$OGQ#6_?dG<)e4 zTb`o#bHg+)Lw8Bnq$>)ckBc|G<(ejTdAm_K|B?~go z_H~m0^9Bq+mPEfn#Zu8Wy|LE*)MW#^H_FI9%){g{R$i)S&JI%zO31z zCHqZIXpzGn$a5_!iHC6gK>pPtSv=B6)#%?f>eRBD_(P)^E$iAJ1EHX4TaoE2{)F&Y z{?sypJ(2D?IpQzKPh@HbZ#g=rvfX$J5xq;qbf=c)-xeM}-Knm42E0YCXxrN~{sG)3 zm$ge5{{lUhH`}F%=Ri+naQn*Q1<<#$Vf%XGrA9N`rwUc?zLjU&hjPZ{!}e884g&C8 z`(V?s0bf7_GED;r<;|wqyydD6KBj=|C_^5m!(U$N;3rIN`LIJ1)2@)V^pb5l#+Xi! zRsB=*l$9N;3x|^BnU3kgS-bJ>6d}rLF0E4xFURS-m8MnhRA@Nta&@Qj!Ug(ra`Fcu zK{i)F{9jLV7O1A;21z#+SFWZx!X2`k^jIGvJTyw%;w^i2&N4kAmE-dL&he&~QgGFp zra{7k9HfL}WsXE;*);1=n}!W%_C(Ds0Rv$f{l4Oh3!fqXb{s zx@(r{Z;3kwRbdt6TN4}EcmSugDkdo2-6ahZ5kCdTs}FBRgwoLXR^wYzp^J(b=Kc@^t>V@Ut5cz~OvJJF}wAh(tDx^u?4>bxc95njH0J16Ez`c{5bhfLV2U z{moV)N+H@FVFbyXDfL-RId4h?t0j*d@R4Vygt2J(a7q-5k-<~zh*+2g%3Iz+a_rP_ z7AMzDZOP(g^J$^dYg!6R02;v(<*{jvWwUAJr2q8EB3TEsdiorZqEXC@F08hkGb4-D zk(XxlVRdEl%xkQk^m^+%R$u=9)@jy29-6h8rON!-TX`CngFGt9x^t$mba`Y>j>u3E zpb4{hpp2bck!N!H?Yi)j1#<&@v!GHrlZn4P8$UW{vgDe%VWJ_#Y*nYY(MbL@cL!@M zm(BZ=pqBVjIIeOxQ6@(x^2KW<1*(Gg?^`9xL`ol4YRGHy|%=&bqNMGZt3%>!W) zduP!Q(G7B2*=2Ec(Osiii`%gt^48)A%v+t8%)q==E{PVspv#q?FNqPofriT$OKOWg z8r7qEB2S}Tx)GwgNM@DkN9dExD@VuX@p?D7IJQlkyao3T;y z_vKyKXxU;#3L7J5tf>#KViFXMWcyXU_+(E1`Wn?JwH33=d#ghD8(gOKt|V)%_Q1S1 zZFQ`e0$bH`yyUFa<;7IxrQEQ(E9Ss_%}1C6?_P72&5#S$US~69;XA?NEm+J{nP?ib zH1t>>Y~!;z21;M~;GGb24%pe8Cbx8W$?$b!F#%q;E`!hGa!o5A`C^@`m=A+_x^G;d z5&W_n3jrIJp+`?ds2q!KQ)<=f_1pL&PD2_BpR#Gi#kr%6#o!moAsfQj5-B&-;>6V~ z(3&;LmvdZ9V<{|1KHU(@mdWZHYm2ubFOvf{_GHWDsf{%;1Aew~x>yOeIn7+lYs!x{ z4PvWg*t>~rwe0wA9kE8MqSx`3Y^}WeZb$ZxOxs+It%Hd#onME}%~-$lgUzmtZIJuk ztCO`6_O7UL&GUN~7Y;4#JFI5&+~N6^!6e0GM`xxbCq$)XC1+s8oq!d0NVcE1}l#$K(dka6PCEf?~ zp3;dAG*ZoY3nwhBeCgk-hMQ?@1;0gGY|}`W)^@;rP43WW?v`fkL;1~?A#A5?zBN{S zq*-%UwESpmFxw?BZS5;Q2Dfm*EpOR+TNSojj@mYw@6l~WuG#A1Z`%vCY6E-lmw$pE z-LviGGc<^j*b$ljVN>?0ocrMfc2v6TtY#jA zE}zrk)7)FO+8M)+%QtscF+T%)oXZGQ}C7P4e)riso4$6jx2bUlo^=^!PYXoP*-5uGZ(ZGd1{M z&`6D>t5<~3*o%Pcu#^Y+l~!-U7Z3JV8CL>k{8r2Xphz5u3=AU38f49K!mwAV>#1kc3{r+F_ z{GoR2sjPZ9iTy3RA8sn1LHW1UpZ%lZrNaZve-+}=f&J!mJ^PI!J7`B4ijZ;%A50_b`Y!t1tf2td1!6O8Og;iK~$y?>&saMP&V=bePRM)i&d$?2ch6CPSR`T0oUS;|wtr$#6e6(qb$DS6~%J(+sa zko=2AqCD6X+475m03RS#iS;_s7lLm2ij9*;j9~fX3xCrOlCMoZZ00Q^PgTT{vDv9= zW(AO_&Mp0nK)Li(xETN$`)8%H2!z~Ox}1I=)6%`CN7;>F5T}{0ZDxptQ){uRoQKMD zXHrBMs8H#0HVLyzJsP^6O%#;?+sdhDi$rBb%4cVrn^k}omXQm74r5hi;kgbX9K z<@(DX&V`8xNCzNQF^xzK6V6A8YCw%-zw>#hSZB_+6*VB|%c>U|xkM?1y6_VJD8vR-$tO>i}a?gcAQ41(V*0?wX^VU@t(?tyAk@C*PHX>G|dY77t zIG}tv=TeLr4}@NS($Dr7k)ZW!E_V`%ils-Vxfk7R?i7uk*%g<&iDa-T^2Oy0?8&BI zX^2_uTUYAwIyQ2@F8t-)YhGZi({5mF3uN zUQ&%U*}3J*MvSHGeDYO1W7e=F*Zk@x+g|Mear*!kAl-i`FTcIo24Yx!yCwF#R+DYq zIqw>C;Ln2FjPZ?_Sav}8Ykqa2#y{9XcV78noo2)0m_J3Q8bZ3>b=$e=#|{SDC|~}v zN4c0&-tJFpZlZ*q-g^%JkA!0p<9@%glNw`HUef|+o0qbvwsZ9Ta2s5%eYi}y+%}y1 zQ|fp-_9}n(-#PhFDsz;&X+zA1c~R;_yXVdazXx#myXKayqKx`;pmG^j$);lo*-u{j zbAsZc`!N5VgPu&&5!PP2|HC|F@Y4YZao)8GR3iGyQ%~pXNFbWeYRGr~Zc`eWo$k*D zs0>6b7urV`5iu*n*ms$g!}Xbm^ZQ_U52H;S{fYOw5XXRYvOyPXZuHg|2* zQ`x|g>+U8_%$I5Ux7VERp5upC%b7s!;U6egwcd`$AT()vtbW&z^Y(hd*Mn(*> zH7P40DkVNGD=H=-J|Q74EiNf0A#-<5MRo`ES~ZXgloQU1*v8$c%&2^+bUhMcDz&J_ z8sZPyTnm=9`%X0$$k|-tQLKSuF1l7#+nM}!g8%N`QLLvE{JJ&3UTODF3G6bez4Evc z-AG}{@Yt_5Tcs15IsuK~{C(50`&u0~o~vBH@zk^^I$fXni=9Z;hxAK**2w%wC*7KN z!i^I(cwsn+U0^?=+$0w2`>}%fr(=S?-Vgs8<_%j?mz8JX^ysRAHdTe26xx7!MA~-4 zQjG`+_-E{aun48BNc<_Idc@XwL-WVv)uaVCd1Tox-Ky5W;wsYEYsg1a{AliK?#(|j zX#HwlgYPrw;%Z)-?>A^=U(=Uberpp?KV;C$ zJQiLqefY3pSj!!T<`8Mk5rab8vvlz(s3Vr+vF%xF^Qba0Xz~CS$&OK27>l5?}NY$%dW-RtPRf*E=$2^Q!X2ikW#0ScPgws0}(XFYyhCYgVY=8nm_^ zV!fsla~Idae{041I|Z#+^BV@O8G_0L8ypDTgyx22bW1^lI(24^`S%80Fm2&WI&mk@ zp;@DbSTNMM4IAk0bY?yI4+b^t0^2(!S+%zdvg$_|+_4h&lZKN6QDqJV+Wct# zS(}^9xC`s9tRnlFw$x$)RM3^xZm3qj8dRYhi|6+Z%IU`5 zG=Hgt9M7vKLqi>%7aHG(J9x1IXl;?TfevQJCu*CH2$HW&WI4EODLRR zS62K9{;_59M8T50{tFo4pwEpJPl5lkg818@;9_KKTf;Psmr%U0JSZaoEe{x@nz<}da8TIs?!!WbO~V}pSOlON z=dwCNfH9OZgriq*>xFpQL7AGeb0=WLALB$N(*f)xsD~O7w)SGds)y}>mUp%{Gp&3o z3kzo}q;eXnkW3fL50wtDtUmd}3X4mdl`AwZC4sxqi#*FSyKo2ZX8GfxVOkH2HJ&PZ z5ss{aVa20Wv5N{zC|^z4xxezp>aS@<9&@4Aomgel2+$@v{6L*t_niFR1M`Y?y$FIb(28fUhB{|M zR7z@zP%t4So`(U$b6u2U`=Tf-f(Wx*R?>Dlgv#_?UldpsFqO5E?ssA3Xiow2LuFB^ zr}`7Q=}6BlHX>jYUgCWuFucE65#yE~Hoxn~JVZ6HkyaShwXq7rtYO)rp<`@<{> zL=Ekc4SV2J%WkjrD(}1uozZo>tBj6@VNENeV^9rx8UIg4dy80D#AvVR`|hloJK|Z| z-Nr)|r&XLMSoNmq0JNJ#@CjBVlQh(kOa?@P5Xl6Q0-RjpvNkQ~!Xmue<`2$$tr+US zqPFEnT@6(+(B_^f#9unFK==R5jr!2nEAgxW-5H2BfrE@P4JdRJdYQvtIk|~6Evx3j z(&=SSR+DAus#&gC?&!kd!;DPmGpx|EG}JN92DD;aiE0i;htd#4c1cK$tOU;;j086Z z-^g;_L__VoX^C^yC;JqjPi_XHsdjGT&4tw||6Rb!S`DoQw9PF~T56~(UJhL-VDX|A zm>f&lT05zLu-NW)cS3@0gFA6GV(V{n)UY4?th6p*58+r6jF{{V=(#>K- zuOBp#Go|8xz|WePE3f&$jpd}i;lr&Uv^e{6mH`rMJ1$XL}$muC8cDh zr11W5>Df;Z=KJ0>cLFP`JaBW(&h3r9Y&6eTYPG_Mq?-n_<2(U#()&Z1Q-uN0sF{@V zKv@|B@zVhl?E&OAjI|SkAV#PtRi{P6SfuM<$exN+v$qCH5l7J@88!zCKn}K2Sg4^& zzFDO0soQYY(`5*-lJ&%o293bbcxN~pBZ?JIeMYeBu0yqXiA_W0eGM8rl7$HDgp?U- z`954jzgmvt$i(qG!rrCde5j25(sgqbIPA<}Bd1G~doN zW-CGGE}KJbCbIrmG3=knj(gXJ1dnu?X)3Zagi=+~*tPpkyJf>@;RqQGgahFGP|nonctY&FfF#xmF%x;%~b zVrwaBIvdU2p&irNdwiXchi8?i;u&lKUyr2YQXB=$WaY&MxL;2RGud#lQ9~r51KULQ zw^%dwF13A&4Pcw;&|54bE-f)TBPBWsYqQvxXk3v?N{mWNj!TY8$&8OrOia#BON&nA z@4=H-rPWoHR!hpC#XJJuhoZDPC?o!XvfPZH_i5EUEOdL$VPU4R1;hs>m13*Lx-M_i zFl07Tyj{bb*(~1Np`fsCajl%q<_3NU;(r3!2|@?*p`gPHSi1QUh@EIU$GqsBIqV<5 zU69opOVv{Tv9eY*bQg;Gh8Zt*gZP+!o6DB@?s?sCZ>ixP75BR06UcjYtb=U(fK?n+ zo6+@tf2r|4j1*0ocff%X3$@dyl>DHwP+4){zpS7GV_6L0!kWK00?k3viT_kXo%o{) zmL&e4yI75P{f#vVJO);U{>ty;Ahh4dN^;;c5XY??2w2EY+fOKiL5P}azvw@s$bE(C z)IJA)!WwxyN>*q;`MMq2dEG$U7obYBTdDaeWup@E#eWGgjng1bm6Yijjdhux)letv zoQ67C=M{XtOfP`=pFl2x(1BbiNzo+`7p)XET*B_SURDOBJw~q8V<1h{f^1hx{8G82 ztoWD86hfIRR-g10&iKrU9vyjS;j`2-&yjZX1+A`Z8prj0r|3^Ki_6M&6`?B?mwbg9$U^v znYS!s+(4jCE7%6}drQU@1oO6KtIi6{A1sXB+i-CQcq~m?$qHS61bmeNE$Gn>mPR+m zF(=oI+(Cod0G%0)-(gG5KP;lgM=Wr+Z5?CGd<+I*PaNu~7-ahs!v9o|Cm?hM z`4jc%vOU%O3&azvPVIhYJ?qQFQ!r!6Wg{}{Z)IItTlBbFn~rV7)cY9}e_I1x&Mh7! z{((G{+&8hle*XfhUPFze{5gJf9r{=3Q#$hni09V0!(R$=yvsWIsQnt{VhZLL27~Yt zMrCN!yKGhfe@(}25VUWKjiB6IUftJblvpUGA@HMIV{>jZTj*kzh-zxVY0_wH_xioZ zqD?#av4UDY!4%9%VS4jD_NH(E9^75_edfc2v%*yM1Gdq%Ea0nLsQcfHz?#vPgSISP z_zZIm7Y%c_s`1Yicr5kb!dBsqq;gN?wz3@I4vYojRu4n%RAU!*FbGv64x}m6A6|8-KO)JbL2s>D@6Q~}0qar%6a=}tXw@v;=W3p3SlsN87OE{sGG zfL^qB7or)d;cvUxc(WQHk~!pKw%4p~;ppA$5N4PUceC1NR0*|*9TYWz-RO@!7+z}u zdYM*3%-GBFMYJMl$6mJ8jL|x&?nK4XtWQ`2GY-sUp-zL$cncnO@gbLeEYnPYjNm)$ zV^7UQ;Ja35tw*ht2{^r(|C90Q(br{Px*&fOS7Ib&=nwk$zkSg)`wir)PsN2VfKz_0NIT$ zA7<4>Dxen`M_6?;4G{E8k%m#tx*fY%Vp=(E3E71_dG>SgPE{aAX z?K5+<7nJik>lEAySXEiY=_=b=E72O1hH_V(40tUmaK5wLks!QghOl$i8GRkzO`B$<1Y^dYaQOYpH#>b!m zsTIz5S8VQd@GIsTXd4T)YII}pmyg4bZgh$bqFXi*YB$CMk1MI|BfrEbGeHsBN6sf= z$B)JMOafKvi!m9(MEsjX(Od@ckXwqi@eo(DX)Bd4* z3N~$Fw0*B|3bPRum}ls_wCdT=63Be1@(4m1GU>Z}!Y??^woLIQc1q3PF11-^4Zq7F zzpaN~(^#P~LJOjo*D?EFsT`CzR)O$UrH)tX04fBoe$7HD`I=IT)t2{bA+IU%{vC}= zy|2TKbyWWb+sW3`?>AUmu>tC-GVGQ&^|;BF`D}!!3QA9>HbGEFV;jl!7F*!^?rS=} z8G=sryY%rb7D+i*u&N3lg&9cD_Zay;fO@k@9?3?Sxkck85onDozsFA9R>(`Ng4+f- zm4-ZJwVn8OVAX72j=}k|`+W!XxQ!Cq0d~8d^OzrM16p&NwH7;pKcv5IW1r-s5_jrw zTphQUqk%tQ0lo|LM>O>ZHj;fz&ws!M^KLLzDESVnCiZC9?+&Xf_G-BB4$BaqXn5@o zCVBe+Q9H189Uyb=m!-2mF=xB6AM8G>o`+yVT0R|Ap4{FR<;4Lgw$s8Nu@!L;&{^i3 zs^Vum1gJ7oMVueTkIt||I>W>f$cJgjJr-&jp8{{Eu)7$J=6%bf=;2kHo0SxV>*{wD zYUPiL6hDR^?axs?IE&+uaTs`)jqv;Ib-NR#cAuHFpfj?j=K-55)wpApwHu#9cf#rq z36q63=1Ggt#r1{8y0{kojE?^lrcfdCs!c%c=7g*2}32z$YmC9103$E zyY`@`_n5zVMQi@=-uz4L4=2{h@K+vHGQR@zrIptI?fZixZC^vDnwlDz_27I}Ifqc@ zYg2D21YUd1LMiz-r54vp8soPm7Ha9Ml>EA~P;2#X|7TA69q8-2O>*M~-Mqyrn>Q7O zL+RO=9Nn^TtJy5h{NBQPM*3<8BH%Vy71>t-{QyD-bej$>U>W8e$Uj)MGw1~3+cU=a1&W`o zHhWJ)J>>mrs++R3d=qoA8~4HgifqH%Mc2Y!1M+&~$ow~p3ya4)xw4O#i}}DJ)NM+N zeZ+jshagZqEgrG9<|AO_hhCr_e1xgo?}||K_#le;oox;L1M>f5!DA3Q3;w{!pjM=R zf_SV)iF@V~rPOCz6{y)`g!LDQCnoiOj0N*k;7camdCZc1{{~hWrSD-s(+bRnOp5=L zB~|$6H6{NSg3c(#{{J#61{w7nihr$)dZD4U9(oCkpr8NAnwe$nI>~AQX)@sJrrylx zan$ahO;1>3!9iA}9WQYH)t)A2@c^}~iJ&ji3|BWRXX{5AHf3Z|<8&j&G%P$R-Kb#- z;7qF)IR0W|g$cPS&HRfU5_Z6C^1|Q290!GipRxwn+zR`f)ueBpvMiiy0*}Qu|H{9y z@mmhI$h^P*W=%{Njd3SPUnWZQwYh>&8KxA58-A3vD{X&<5ybs31cE(91!;yKoqWN*6hT^Uly1a| zU=1fC8|^#<80Q-=e^J+^+!r6>K4vJW5WDVp7XQWz%rI@D?$^dqBgXN9sv?*$`hf9H zIMFgWA8S^AWmAnp|6%SpY2=t0Rsmg^E^vO5Ri))NOoPKMLuZ3G6A{4S)WzUu%*a>n zv&?E5t4m!fN;J{N{hWApP4dP2F}&icS0#EWc-aayz^ay_oG1$;3O~xP8dTZjr|dNW zRqjRaz~*H4XRL~fSD;TV&?@`1lV}Lat`_Cmd9F{)>$+G7Du;0HY3DsnBMvy6>O1ih zX1s!STH|f^p)d#EDiXBrvV$KLi5jkO=0`-5hP}%26Czo|n&t59E`?r{~F#Z&S zxjT(^;V#uPGO`n+)jhMA#Mms{_ezP6O2Zy`6!yo{;!@IM;^UIic^x?NtW7&yc)X|! zT!(&f;R*J7nzk>z=TA3Xc@?`+A4EO7b)rATmDja5uq@P0owkV=sbCsd&eKYiWeuzk z;DJB=l43ZQFDw|AH)>cj%oy_ua8)K9R%uq%po8|0GW?*cjZ;aqot*f0k2Z6?0!e92p$;=0Wu`V&hVh6SHD*!#`Ue z|3yco#m8huWyYi@;BkFIazA&7JEc~&)fKIQTWMeYY;9h* zY^yBc3}>nf%JVqU4su&%7=pg+=kmP0y@Rr-4S&=Pu=zi8Z|iYoN6;N;ybsSYJ1J<_ zGmu|>crCNDc0pmjJWX@~?o1xhXrEm*ZKqnI#3O3y%RS5LgVS!%b+uDW4i8nGV^+3G~bVxH+w_wRa(4$Jl*W03BBU+ z_veG{dCCD2r6-}NB_4FR&~Wp!^#!kdReIh}87W`;TE6y&+^@vfaus-EGhY+h*MbUs zm>2-Lvy~?U0TBcBwwu}pAX5feMDzhn?GzyfD}rhi84b+>OLyylt&u1M?o362yro$L zh?}~HSD|G-bQocLh@F0GfFsj{OyoS5)>0D^$+w` zrJogGlj(3UYQ!5_l^cmu>cXQ=4yqTAyEkuYj}q{Rh)tnAA-so}3TC+6IG~o82J{{U zhVoP~9S~ox2<3Cd3=JQL;{0qTU}xG8#y@9oQ9(sMp3S0PE8?2SY$#@t4ocnTGv_GT zt`a8ZYSn^Dypfn!3UT}Q5f5>h54kfcfyzc3ZT$u%Shfb6$QRhDZgt!rzIj^E&C0w1 zTS%c*c&w1HU-()miQTaMBsVyb7WMB6)JNH#tI@xJbeLTy`= zDe9}5A!}z_OPwiA>MLh{Zs@&p^HsmS4T`NLP4H=TK8A0%TNfCY*Whkq2ejLD!uW@F z8WL^`r@w08zSU0fA6n7=NI@%QyR4MagedMMJ_f(bGTE)5WwOVv?+22tCifP5!SB%~ zw7Lqf>~Gr#LUk5;DY74ePVzpx-h@2>dB2_>h1&SR5`P{le-1%&P{)!TRs|P9bK|(f z>IaWNci1YWPZhKhbJR``vvHBBQ#ALm?2bWs)UrFSpyl0X6cf#Bn+&!78M$0c)3B^}K4QGYLGrY-_AxjB8MUn4FJK zvV2z?+k@X|LMQ241t}zfS23@bm{oDAY<_3q1p}Ny$u-o;N!-wOYZG`iepCBh!@LE` zTJTm4{2o}<+ne~Scz#C&U>JK(cbc3?Nm9Lx8V0NaZ|TkmnZXb;y38; zTOASJv(+;nDA~%{hZ<5u3a`Z<+2xS=K2(^(%k$suG%bb4@jvXeFNH7WkL}dDHt){= zw9|*Rd2jy2PQG<`PyUykM%Urf_)|Nvy3qe^r`)<2SD(ROn?bdXqp6**%j3*{tT0cX z^P{kOJj(pn3b<`Oj2_QR8r+e3+{^C;6sqw&$6x*uKYG6M!kVv`Wt>p0>~y%Pt2NOgrGLrAMfId?UMO6Zir&x0*yBc#4S7)Yl=SHIq`0_@sO-e}L_D=f z%#KP)j=^LYw?|@=GE=hSva+~4oO!z85i0i)9>DJ8(HP_6nua_y+*9lDqsAe3 zf;IGL!mFAgfcSobI+@0MD#~rbgGCs)P+dTxqK2EB@NlevE;PZt*2-Wi(Ss&DMpOZO zOjVllrlP908{QN_hHJRKDaO(WKzGZdNDZBu@lK+ehJBmy?xMPeC!6t+;WYp~-SG4O z&&Ec1gNl%iQBc;Pe$6p6uc@J`LZTL+JAKrg_Yu(=2DRYn*fZ_ff~VrBZ*2?Sk;gen zx9R1{y(J&P#kS%(ysndckmG~b%;hNhJMLQL zzpLxEdazRMsy6-__3={||1?PxTk{I^M=L&2G*CP(XlZ)UTdnyBycJ<>c$i27oodmw z+n{$zcd|ZsvZf6W5E)RW)8RIJkjT_fRXm>Mr0-$bf6t?E1H6JknKuUgRR0X{T-4 z^TDFIhR56UA*=-@bwEvN31$)X?SPeej)uEC@NCga!#^71kh8UhD8MAq2Jn5V-;sZ1 zwp9=#9WJWGcjD=y9ptSvwiE9q+H3fICv+4Yw1dFT{JQ7}m`E==^WJ7BKy(f2%NZ2V z6;qMUilD_^cy-o=j %zpG~c>;gZ!X;`Z(?_+ic^xRD?I*3XX+5@le&UNMPq6gUS zR&D61p;I?(IpkWlk0u(GXi|6XMw`3w3ZfU-Tq}!$4j2x)(~Z{`y|t@|?pS#Av0QB( z&b6z`A`e6#%k#b(qD2Q#?NjK)ct34ylk=}(t@nbvE$PYqO`|{9epVe`{t*3MuO7Uf z$k(LmW@t|jzJLv&COvtUIS}*!CknjJ>zjjsyQ3>sS1$$w=aOqKpD7BI39ZQGQWOGi zqWE68y;`IV*7oAv#E??kcuMMx9g||n>O~r^X8BX-W$sGzd!w9(f-a^*y|FGDrYx{O zqF;jL^g#g(2Q!TN^x@Hb1e&J0==VV%%mqh+A3>k>;Spk#hJW-ypE(+E09DCDIgJ5) zpE~97E@CX;R@$3~N%uGn!}{__KHjSGz4~HuG6D2>D`$EP77n_9)^O# z$18@s0j%a5>U2rZHQ!W92xXKelGgS#YWUiw0IP6SdA7ezzHYdv z)KEI9xwOY($cj_FgGx3o+UN2RS~VDx%_T}lVQtZs%|CDAVnKw%;cp|bufkmlLC-D- zZ@tuR$TAR1>5Bs1TD+~{iUN#u%K;Zy>fA4Ru`gzt%72u zHTtgBHgvTRlkYXatDW?=ddVjN*Q(Cd*DY%V9(1J@_Zw=w1CzB@16-$}9>UjKo@_1R zP0bC!>q~}f-KYbGpiyrGyOg>Q;nC(M1)V6k8=esC`^J_c-qpHCLogt3)-a+N8xrpU zu2+3SU-75XU+qILo7&3J!C~CTZfu2iixb6sVhf-b zZ`mrl@@=o%Q>(@{-&giE%?}#2 z>j+*Tb}7OdAU@V`;|M;T?WUR|d9k?%%r+4GgS$-YR5Th!-BXZD*YUSeO^Ux?Pe2hcT9JJgXc2aNH!s%>M=?kGFP#(5?_*6s7 zhoesV1)w%GjbqRpwR||Py$+|sG1wFN4E%A6KY0r!=$zJ?*5|-=qv(n&%ee_QRCr3=B?N9-Vbk%c^jm+%UySkx$e*mxP5OP1z}lYT`=WhZdF`-&KW;LdDl|@QsVo{$tb+AF&rDLMpd>?cR@e;dM&Uy!A6U_Pq@nV{iT@5M_w&r6%a6lB{A@XvMHY5I5!&NcF| z+pv1BP1p@JX1y$F==j8l562OfUa+D%mlGUXMnm32U!F37yU>BDJj&NlBszH;{&ImI z^ZPG+d1QjpCJxO50s+g02hgdWS> z9O@PcCP^M(+_gF9p0s%e20|}oL>Jx%^w#i?8N5b?@_@=Ob-6}gu<=nk{3}l>GqDKq z)uy>KdAP41pvnt|zuaH(Dlh!3yr=-#pFDcwnO=ah(_#DD0u_dv=O`5(q})I#6X>Ar zgD^M*g9y@&%n(4kL+#|4p{3B9qUU0D`0ZP~ni&R?S^A2l(3_gh;x(~m8#4dFq< zk%5odja#C>D@otZ!UU@dY%9}~S-c~T%399mjYT+^0km>9FUIzd`yAd%M1t8wedq8( zpK8i$L{QBTjOq~7w51x|o5PO;)ObzDqab*yDV1VzA-E4N_}-k0t-G3#qpUiCqnsWA zwO)4>UFu4)>MbK&t)7Rv7XvxEq&~!Ie4(cZq=)k`?~8*RMLF|%Mc;V9(&+I72s#S! zG;=-=#1o&Q>D*5pAocJ`dd<*ChM;CuNffsL_kmI%F2LMl8MedkE#P&`+90AG`ott_ zAvS00K*qGo`e2{GSr=lIgVg6<&3f9@!u5gi@@6f=wu6`CL97AANGxqq!8f3Bl5gW_ z4(k=(*2Ns1)LoA5G9B79t65}}w7&VwhMnG@I6irq32jD6K4fW(`ilE+*$(RY3l77u z^u!~OrQBCEgf^R8mhsWNk)vei>Jkq!jmA(kqKnJ;9MMEWUE`Z-IP-13h&7|&<-Dy= zb1*6|o8hm~0zW5EnVZv$<$NlRx?ETA2$n-hD|iE+Rwb6IsTr*ys7ld_X0PCrecHUP zYg?jgLzPzYDP}u}XKm#1+?GYZuf!Lk+f%JoJV$f@-=3zd!rnngz)f^i!A^jUh_6Py z>`e35@LE`^9bUr|SXX+ohRek8k22QZ@`~VjIIb`GfSAAN3+H)Mb3O0R`Vp2}%m=`sXFhG+faS|T-~sgg23}VT(y-D-e5!3Qy1s^n^-_{9Z^V8}0hEJj@D6

wUeRhr9vhWUJqOQ$wrUp8{;BK3jN^ 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 A-v9sr delta 108999 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򻱵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

j&_7hhdcE~l#w+9g8udC=0;}1JtO5t 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 I&6DT<0EwzKO#lD@ diff --git a/.nuspec/maui.aotprofile.txt b/.nuspec/maui.aotprofile.txt index d44f34f59e45..497c7b605943 100644 --- a/.nuspec/maui.aotprofile.txt +++ b/.nuspec/maui.aotprofile.txt @@ -1,4 +1,7 @@ Methods: + Android.Animation.Animator Android.Animation.ValueAnimator:SetDuration (long) + Android.Animation.ValueAnimator Android.Animation.ValueAnimator:OfFloat (single[]) + Android.Animation.ValueAnimator/IAnimatorUpdateListenerImplementor Android.Animation.ValueAnimator:__CreateIAnimatorUpdateListenerImplementor () Android.App.Activity Microsoft.Maui.Handlers.WindowHandler:CreatePlatformElement () Android.App.Activity Microsoft.Maui.Platform.ContextExtensions:GetActivity (Android.Content.Context) Android.App.Application Android.App.Activity:get_Application () @@ -26,9 +29,17 @@ Methods: Android.Content.PM.PackageManager Android.Content.ContextWrapper:get_PackageManager () Android.Content.Res.AssetManager Android.Content.ContextWrapper:get_Assets () Android.Content.Res.ColorStateList Android.Content.Res.ColorStateList:ValueOf (Android.Graphics.Color) + Android.Content.Res.ColorStateList AndroidX.AppCompat.Content.Res.AppCompatResources:GetColorStateList (Android.Content.Context,int) + Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:GetDefaultTabColorList (Android.Content.Context) + Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:MakeColorStateList (int,int,int) + Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:MakeColorStateList (Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color) + Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:MakeDefaultColorStateList (Android.Content.Context) Android.Content.Res.ColorStateList Microsoft.Maui.Platform.ColorExtensions:ToDefaultColorStateList (Microsoft.Maui.Graphics.Color) Android.Content.Res.ColorStateList Microsoft.Maui.Platform.ColorStateListExtensions:CreateDefault (int) + Android.Content.Res.ColorStateList Microsoft.Maui.Platform.ColorStateListExtensions:CreateSwitch (int,int,int) Android.Content.Res.ColorStateList Microsoft.Maui.PlatformInterop:GetColorStateListForToolbarStyleableAttribute (Android.Content.Context,int,int) + Android.Content.Res.ColorStateList Microsoft.Maui.PlatformInterop:GetDefaultColorStateList (int) + Android.Content.Res.ColorStateList Microsoft.Maui.PlatformInterop:GetSwitchColorStateList (int,int,int) Android.Content.Res.Configuration Android.Content.Res.Resources:get_Configuration () Android.Content.Res.Resources Android.Content.ContextWrapper:get_Resources () Android.Content.Res.Resources Android.Views.View:get_Resources () @@ -36,8 +47,11 @@ Methods: Android.Content.Res.TypedArray Android.Content.Context:ObtainStyledAttributes (int,int[]) Android.Content.Res.UiMode Android.App.UiModeManager:get_CurrentModeType () Android.Content.Res.UiMode Android.Content.Res.Configuration:get_UiMode () + Android.Graphics.BlendMode Android.Graphics.BlendMode:get_SrcAtop () + Android.Graphics.BlendMode Microsoft.Maui.Platform.DrawableExtensions:GetFilterMode (Microsoft.Maui.FilterMode) Android.Graphics.Color Android.Content.Res.TypedArray:GetColor (int,int) Android.Graphics.Color Android.Graphics.Color:Argb (int,int,int,int) + Android.Graphics.Color Android.Graphics.Drawables.ColorDrawable:get_Color () Android.Graphics.Color Microsoft.Maui.Graphics.Platform.GraphicsExtensions:AsColor (Microsoft.Maui.Graphics.Color) Android.Graphics.Color Microsoft.Maui.Platform.ColorExtensions:ToPlatform (Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color) Android.Graphics.Color Microsoft.Maui.Platform.ColorExtensions:ToPlatform (Microsoft.Maui.Graphics.Color) @@ -50,14 +64,17 @@ Methods: Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Fill () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Stroke () Android.Graphics.PaintFlags Android.Widget.TextView:get_PaintFlags () + Android.Graphics.Point Microsoft.Maui.Graphics.Point:op_Implicit (Microsoft.Maui.Graphics.Point) Android.Graphics.PorterDuff/Mode Android.Graphics.PorterDuff/Mode:get_Add () Android.Graphics.PorterDuff/Mode Android.Graphics.PorterDuff/Mode:get_Src () Android.Graphics.Rect Android.Graphics.Drawables.Drawable:get_Bounds () Android.Graphics.Typeface Android.Graphics.Paint:SetTypeface (Android.Graphics.Typeface) Android.Graphics.Typeface Android.Graphics.Typeface:Create (Android.Graphics.Typeface,int,bool) + Android.Graphics.Typeface Android.Graphics.Typeface:Create (string,Android.Graphics.TypefaceStyle) Android.Graphics.Typeface Android.Graphics.Typeface:CreateFromAsset (Android.Content.Res.AssetManager,string) Android.Graphics.Typeface Android.Graphics.Typeface:get_Default () Android.Graphics.Typeface Microsoft.Maui.FontManager:CreateTypeface (System.ValueTuple`3) + Android.Graphics.Typeface Microsoft.Maui.FontManager:FindFont (string) Android.Graphics.Typeface Microsoft.Maui.FontManager:GetFromAssets (string) Android.Graphics.Typeface Microsoft.Maui.FontManager:GetTypeface (Microsoft.Maui.Font) Android.Graphics.Typeface Microsoft.Maui.FontManager:LoadTypefaceFromAsset (string,bool) @@ -80,18 +97,26 @@ Methods: Android.Views.Display Android.Views.IWindowManagerInvoker:get_DefaultDisplay () Android.Views.IMenu AndroidX.AppCompat.Widget.Toolbar:get_Menu () Android.Views.IMenu Google.Android.Material.Navigation.NavigationBarView:get_Menu () + Android.Views.IMenuItem AndroidX.AppCompat.View.Menu.MenuBuilder:Add (int,int,int,Java.Lang.ICharSequence) + Android.Views.IMenuItem AndroidX.AppCompat.View.Menu.MenuItemImpl:SetChecked (bool) Android.Views.IViewParent Android.Views.View:get_Parent () Android.Views.IWindowManager Android.App.Activity:get_WindowManager () Android.Views.LayoutDirection Android.Content.Res.Configuration:get_LayoutDirection () Android.Views.LayoutDirection Microsoft.Maui.Platform.ViewExtensions:GetLayoutDirection (Microsoft.Maui.IView) + Android.Views.LayoutInflater Android.Views.LayoutInflater:From (Android.Content.Context) + Android.Views.LayoutInflater Microsoft.Maui.Platform.MauiContextExtensions:GetLayoutInflater (Microsoft.Maui.IMauiContext) Android.Views.MeasureSpecMode Android.Views.View/MeasureSpec:GetMode (int) Android.Views.MeasureSpecMode Microsoft.Maui.Platform.MeasureSpecExtensions:GetMode (int) + Android.Views.View Android.Views.LayoutInflater:Inflate (int,Android.Views.ViewGroup) Android.Views.View Android.Views.View:FindViewById (int) Android.Views.View Android.Views.View:FindViewWithTag (Java.Lang.Object) Android.Views.View Android.Views.ViewGroup:GetChildAt (int) Android.Views.View Android.Views.WindowInvoker:get_DecorView () Android.Views.View AndroidX.Fragment.App.Fragment:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutRenderer.get_AndroidView () + Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:CreateFlyoutContent (Android.Views.ViewGroup) + Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:get_AndroidView () + Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:get_FooterView () Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentContainer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) @@ -106,6 +131,7 @@ Methods: Android.Views.View Microsoft.Maui.Platform.ImageSourcePartLoader:get_PlatformView () Android.Views.View Microsoft.Maui.Platform.SemanticExtensions:GetSemanticPlatformElement (Android.Views.View) Android.Views.View Microsoft.Maui.PlatformInterop:GetSemanticPlatformElement (Android.Views.View) + Android.Views.View/IOnClickListenerImplementor Android.Views.View:__CreateIOnClickListenerImplementor () Android.Views.View/IOnFocusChangeListenerImplementor Android.Views.View:__CreateIOnFocusChangeListenerImplementor () Android.Views.View/IOnLayoutChangeListenerImplementor Android.Views.View:__CreateIOnLayoutChangeListenerImplementor () Android.Views.View/IOnTouchListenerImplementor Android.Views.View:__CreateIOnTouchListenerImplementor () @@ -124,6 +150,7 @@ Methods: Android.Widget.ImageView/ScaleType Microsoft.Maui.Platform.AspectExtensions:ToScaleType (Microsoft.Maui.Aspect) Android.Widget.LinearLayout Microsoft.Maui.PlatformInterop:CreateNavigationBarOuterLayout (Android.Content.Context) AndroidX.AppCompat.App.ActionBar AndroidX.AppCompat.App.AppCompatActivity:get_SupportActionBar () + AndroidX.AppCompat.View.Menu.MenuItemImpl Google.Android.Material.Navigation.NavigationBarItemView:get_ItemData () AndroidX.AppCompat.Widget.AppCompatTextView Microsoft.Maui.Handlers.LabelHandler:CreatePlatformView () AndroidX.AppCompat.Widget.AppCompatTextView Microsoft.Maui.Handlers.LabelHandler:Microsoft.Maui.Handlers.ILabelHandler.get_PlatformView () AndroidX.CoordinatorLayout.Widget.CoordinatorLayout Microsoft.Maui.PlatformInterop:CreateShellCoordinatorLayout (Android.Content.Context) @@ -152,6 +179,7 @@ Methods: AndroidX.Fragment.App.FragmentTransaction Microsoft.Maui.Controls.Platform.FragmentManagerExtensions:ShowEx (AndroidX.Fragment.App.FragmentTransaction,AndroidX.Fragment.App.Fragment) AndroidX.Lifecycle.Lifecycle AndroidX.Core.App.ComponentActivity:get_Lifecycle () AndroidX.Lifecycle.Lifecycle AndroidX.Fragment.App.FragmentActivity:get_Lifecycle () + AndroidX.RecyclerView.Widget.RecyclerView/ViewHolder Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:OnCreateViewHolder (Android.Views.ViewGroup,int) AndroidX.ViewPager2.Widget.ViewPager2 Microsoft.Maui.PlatformInterop:CreateShellViewPager (Android.Content.Context,AndroidX.CoordinatorLayout.Widget.CoordinatorLayout,Google.Android.Material.Tabs.TabLayout,Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategy,AndroidX.ViewPager2.Adapter.FragmentStateAdapter,AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback) bool Android.App.SyncContext:EnsureLooper (Android.OS.Looper,System.Threading.SendOrPostCallback) bool Android.Content.Res.Resources/Theme:ResolveAttribute (int,Android.Util.TypedValue,bool) @@ -172,9 +200,9 @@ Methods: bool Android.Runtime.JNIEnv:CallBooleanMethod (intptr,intptr,Android.Runtime.JValue[]) bool Android.Runtime.JNIEnv:CallBooleanMethod (intptr,intptr,Android.Runtime.JValue*) bool Android.Runtime.JNIEnv:CallBooleanMethod (intptr,intptr) - bool Android.Runtime.JNIEnv:IsAssignableFrom (intptr,intptr) bool Android.Runtime.JNIEnv:IsGCUserPeer (intptr) bool Android.Runtime.JNIEnv:IsInstanceOf (intptr,intptr) + bool Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPL_Z (_JniMarshal_PPL_Z,intptr,intptr,intptr) bool Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLJ_Z (_JniMarshal_PPLLJ_Z,intptr,intptr,intptr,intptr,long) bool Android.Runtime.Logger:get_LogGlobalRef () bool Android.Runtime.XAPeerMembers:UsesVirtualDispatch (Java.Interop.IJavaPeerable,System.Type) @@ -183,13 +211,16 @@ Methods: bool Android.Views.View:get_VerticalScrollBarEnabled () bool Android.Views.ViewGroup:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) bool Android.Views.ViewGroup:n_DrawChild_Landroid_graphics_Canvas_Landroid_view_View_J (intptr,intptr,intptr,intptr,long) + bool AndroidX.AppCompat.View.Menu.MenuItemImpl:get_IsChecked () + bool AndroidX.AppCompat.View.Menu.MenuItemImpl:get_IsEnabled () bool AndroidX.Core.Widget.NestedScrollView:get_FillViewport () + bool AndroidX.DrawerLayout.Widget.DrawerLayout:IsDrawerOpen (Android.Views.View) bool AndroidX.Fragment.App.Fragment:get_IsAdded () + bool Google.Android.Material.Navigation.NavigationBarView/IOnItemSelectedListenerInvoker:n_OnNavigationItemSelected_Landroid_view_MenuItem_ (intptr,intptr,intptr) bool Java.Interop.JavaConvert:WithLocalJniHandle (object,System.Func`2) bool Java.Interop.JniEnvironment/InstanceMethods:CallBooleanMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) bool Java.Interop.JniEnvironment/InstanceMethods:CallBooleanMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo) bool Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualBooleanMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) - bool Java.Interop.JniEnvironment/Types:IsAssignableFrom (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironment/Types:IsInstanceOf (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironment/Types:IsSameObject (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) bool Java.Interop.JniEnvironmentInfo:get_IsValid () @@ -199,6 +230,7 @@ Methods: bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeBooleanStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,bool&) bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeInt32StaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,int&) bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeObjectStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,Java.Interop.JniObjectReference&) + bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeSingleStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*,single&) bool Java.Interop.JniPeerMembers/JniInstanceMethods:TryInvokeVoidStaticRedirect (Java.Interop.JniMethodInfo,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) bool Java.Interop.JniRuntime:GetBuiltInTypeArraySignature (System.Type,Java.Interop.JniTypeSignature&) bool Java.Interop.JniRuntime:GetBuiltInTypeSignature (System.Type,Java.Interop.JniTypeSignature&) @@ -216,6 +248,7 @@ Methods: bool Microsoft.Maui.ApplicationModel.Permissions/<>c__DisplayClass31_0:b__0 (string) bool Microsoft.Maui.Controls.Application:IsApplicationOrWindowOrNull (object) bool Microsoft.Maui.Controls.Application:Microsoft.Maui.Controls.IResourcesProvider.get_IsResourcesCreated () + bool Microsoft.Maui.Controls.BaseShellItem:get_IsChecked () bool Microsoft.Maui.Controls.BaseShellItem:get_IsEnabled () bool Microsoft.Maui.Controls.BaseShellItem:get_IsVisible () bool Microsoft.Maui.Controls.BindableObject:CanBeSetFromStyle (Microsoft.Maui.Controls.BindableProperty) @@ -237,17 +270,26 @@ Methods: bool Microsoft.Maui.Controls.Element/d__27:MoveNext () bool Microsoft.Maui.Controls.Element/d__100:MoveNext () bool Microsoft.Maui.Controls.FileImageSource:get_IsEmpty () + bool Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_0 (Microsoft.Maui.Controls.BindableObject,object) + bool Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_4 (Microsoft.Maui.Controls.BindableObject,object) + bool Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_6 (Microsoft.Maui.Controls.BindableObject,object) bool Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:get_IsDarkTheme () bool Microsoft.Maui.Controls.ImageSource:IsNullOrEmpty (Microsoft.Maui.Controls.ImageSource) bool Microsoft.Maui.Controls.Label:get_FontAutoScalingEnabled () + bool Microsoft.Maui.Controls.Label:get_HasFormattedTextSpans () bool Microsoft.Maui.Controls.Layout:get_IsClippedToBounds () bool Microsoft.Maui.Controls.Layout:Microsoft.Maui.ILayout.get_ClipsToBounds () + bool Microsoft.Maui.Controls.MergedStyle:b__28_1 (Microsoft.Maui.Controls.Style) bool Microsoft.Maui.Controls.ObservableWrapper`2/d__15:MoveNext () bool Microsoft.Maui.Controls.ObservableWrapper`2:Contains (Microsoft.Maui.Controls.ShellItem) bool Microsoft.Maui.Controls.Page:get_IsBusy () bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () bool Microsoft.Maui.Controls.Page/d__84:MoveNext () + bool Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetHint (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) + bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateContentPadding () + bool Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:Google.Android.Material.Navigation.NavigationBarView.IOnItemSelectedListener.OnNavigationItemSelected (Android.Views.IMenuItem) + bool Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnItemSelected (Android.Views.IMenuItem) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:get_CanNavigateBack () bool Microsoft.Maui.Controls.Platform.SemanticExtensions:ControlsAccessibilityDelegateNeeded (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:TapGestureRecognizerNeedsDelegate (Microsoft.Maui.Controls.View) @@ -289,6 +331,8 @@ Methods: bool Microsoft.Maui.Controls.ShellUriHandler:IsTargetRelativePop (Microsoft.Maui.Controls.ShellNavigationParameters) bool Microsoft.Maui.Controls.SolidColorBrush:Equals (object) bool Microsoft.Maui.Controls.SolidColorBrush:get_IsEmpty () + bool Microsoft.Maui.Controls.Style:CanBeAppliedTo (System.Type) + bool Microsoft.Maui.Controls.Style/<>c__DisplayClass39_0:b__0 (System.WeakReference`1) bool Microsoft.Maui.Controls.StyleSheets.StyleSheetExtensions/d__0:MoveNext () bool Microsoft.Maui.Controls.Toolbar:get_BackButtonVisible () bool Microsoft.Maui.Controls.Toolbar:get_DrawerToggleVisible () @@ -319,6 +363,7 @@ Methods: bool Microsoft.Maui.Devices.DevicePlatform:Equals (Microsoft.Maui.Devices.DevicePlatform) bool Microsoft.Maui.Devices.DevicePlatform:Equals (string) bool Microsoft.Maui.Devices.DevicePlatform:op_Equality (Microsoft.Maui.Devices.DevicePlatform,Microsoft.Maui.Devices.DevicePlatform) + bool Microsoft.Maui.Devices.DevicePlatform:op_Inequality (Microsoft.Maui.Devices.DevicePlatform,Microsoft.Maui.Devices.DevicePlatform) bool Microsoft.Maui.Dispatching.DispatcherProvider:SetCurrent (Microsoft.Maui.Dispatching.IDispatcherProvider) bool Microsoft.Maui.Font:Equals (Microsoft.Maui.Font) bool Microsoft.Maui.Font:get_AutoScalingEnabled () @@ -329,12 +374,13 @@ Methods: bool Microsoft.Maui.Graphics.PaintExtensions:IsNullOrEmpty (Microsoft.Maui.Graphics.Paint) bool Microsoft.Maui.Graphics.Point:Equals (object) bool Microsoft.Maui.Graphics.Point:op_Equality (Microsoft.Maui.Graphics.Point,Microsoft.Maui.Graphics.Point) - bool Microsoft.Maui.Graphics.Point:TryParse (string,Microsoft.Maui.Graphics.Point&) bool Microsoft.Maui.Graphics.Rect:op_Equality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Inequality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Size:Equals (Microsoft.Maui.Graphics.Size) bool Microsoft.Maui.Graphics.Size:Equals (object) bool Microsoft.Maui.Graphics.Size:op_Equality (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Size) + bool Microsoft.Maui.GridLength:Equals (Microsoft.Maui.GridLength) + bool Microsoft.Maui.GridLength:Equals (object) bool Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:MoveNext () bool Microsoft.Maui.Handlers.ButtonHandler:NeedsExactMeasure () bool Microsoft.Maui.Handlers.ImageHandler:get_NeedsContainer () @@ -342,8 +388,11 @@ Methods: bool Microsoft.Maui.Handlers.ViewHandler:get_NeedsContainer () bool Microsoft.Maui.Hosting.Internal.MauiFactory:TryGetServiceDescriptors (System.Type&,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&,System.Collections.Generic.IEnumerable`1&) bool Microsoft.Maui.Hosting.Internal.MauiServiceCollection:TryGetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&) + bool Microsoft.Maui.JavaObjectExtensions:IsAlive (Android.Runtime.IJavaObject) bool Microsoft.Maui.JavaObjectExtensions:IsAlive (Java.Lang.Object) + bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Android.Runtime.IJavaObject) bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Java.Lang.Object) + bool Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ShouldTreatStarsAsAuto (double,double,Microsoft.Maui.Primitives.LayoutAlignment) bool Microsoft.Maui.Layouts.LayoutExtensions:ShouldArrangeLeftToRight (Microsoft.Maui.IView) bool Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:MoveNext () bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () @@ -360,7 +409,7 @@ Methods: bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_IsInvalid () bool Microsoft.Win32.SafeHandles.SafeFileHandle:get_SupportsRandomAccess () bool Microsoft.Win32.SafeHandles.SafeFileHandle:GetCanSeek () - bool Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,long&,Interop/Sys/Permissions&) + bool Microsoft.Win32.SafeHandles.SafeFileHandle:Init (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,long&,System.IO.UnixFileMode&) bool Microsoft.Win32.SafeHandles.SafeFileHandle:ReleaseHandle () bool Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:get_IsInvalid () bool System.AppContext:TryGetSwitch (string,bool&) @@ -399,7 +448,7 @@ Methods: bool System.Collections.Concurrent.ConcurrentQueueSegment`1:TryEnqueue (object) bool System.Collections.Generic.Dictionary`2/Enumerator:MoveNext () bool System.Collections.Generic.Dictionary`2/Enumerator:MoveNext () - bool System.Collections.Generic.Dictionary`2:Remove (System.Action) + bool System.Collections.Generic.Dictionary`2:Remove (Microsoft.Maui.Controls.BindableProperty) bool System.Collections.Generic.Dictionary`2:TryInsert (int,bool,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryInsert (long,Microsoft.Maui.Controls.ShellContent,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2>:TryInsert (long,System.WeakReference`1,System.Collections.Generic.InsertionBehavior) @@ -413,10 +462,10 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryGetValue (string,intptr&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,intptr,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:ContainsKey (string) - bool System.Collections.Generic.Dictionary`2:TryGetValue (string,object&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,object,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Resources.ResourceLocator&) bool System.Collections.Generic.Dictionary`2:TryInsert (string,System.Resources.ResourceLocator,System.Collections.Generic.InsertionBehavior) + bool System.Collections.Generic.Dictionary`2:TryGetValue (string,System.Type&) bool System.Collections.Generic.Dictionary`2>:TryGetValue (string,System.ValueTuple`2&) bool System.Collections.Generic.Dictionary`2>:TryInsert (string,System.ValueTuple`2,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2>:TryGetValue (string,System.ValueTuple`3&) @@ -433,15 +482,19 @@ Methods: bool System.Collections.Generic.HashSet`1:Contains (System.Type) bool System.Collections.Generic.List`1/Enumerator:MoveNext () bool System.Collections.Generic.List`1/Enumerator:MoveNextRare () + bool System.Collections.Generic.List`1/Enumerator>:MoveNext () + bool System.Collections.Generic.List`1/Enumerator>:MoveNextRare () bool System.Collections.Generic.List`1/Enumerator>:MoveNext () bool System.Collections.Generic.List`1/Enumerator>:MoveNextRare () bool System.Collections.Generic.List`1/Enumerator>>:MoveNext () bool System.Collections.Generic.List`1/Enumerator>>:MoveNextRare () bool System.Collections.Generic.List`1:System.Collections.Generic.ICollection.get_IsReadOnly () + bool System.Collections.Generic.List`1:Remove (Microsoft.Maui.WeakEventManager/Subscription) bool System.Collections.Generic.List`1:Contains (System.Type) bool System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:Equals (string,string) bool System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalIgnoreCaseComparer:Equals (string,string) bool System.Collections.Generic.NullableEqualityComparer`1:Equals (System.Nullable`1,System.Nullable`1) + bool System.Collections.Generic.ObjectEqualityComparer`1:Equals (Microsoft.Maui.WeakEventManager/Subscription,Microsoft.Maui.WeakEventManager/Subscription) bool System.Collections.Generic.ObjectEqualityComparer`1:Equals (System.Type,System.Type) bool System.Collections.Hashtable:KeyEquals (object,object) bool System.Collections.ObjectModel.Collection`1:Contains (Microsoft.Maui.Controls.ShellContent) @@ -524,6 +577,7 @@ Methods: bool System.Linq.Enumerable/d__42`1:MoveNext () bool System.Linq.Enumerable/d__40`1:MoveNext () bool System.Linq.Enumerable/ReverseIterator`1:MoveNext () + bool System.Linq.Enumerable/SelectListIterator`2:MoveNext () bool System.Linq.Enumerable/WhereListIterator`1:MoveNext () bool System.Linq.Extensions/d__5`1:MoveNext () bool System.Linq.OrderedEnumerable`1/d__4:MoveNext () @@ -565,11 +619,9 @@ Methods: bool System.Net.Http.HttpContent:TryGetBuffer (System.ArraySegment`1&) bool System.Net.Http.HttpContent/LimitArrayPoolWriteStream:get_CanWrite () bool System.Net.Http.HttpMethod:Equals (System.Net.Http.HttpMethod) - bool System.Net.Http.HttpResponseMessage:ContainsNewLineCharacter (string) bool System.Net.Http.HttpResponseMessage:get_IsSuccessStatusCode () bool System.Net.Http.HttpRuleParser:ContainsNewLine (string,int) bool System.Net.Http.HttpRuleParser:IsToken (string) - bool System.Net.Http.HttpRuleParser:IsTokenChar (char) bool System.Net.Http.QPack.QPackEncoder:EncodeNameString (string,System.Span`1,int&) bool System.Number:TryFormatInt32 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryFormatUInt32 (uint,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) @@ -605,6 +657,7 @@ Methods: bool System.Reflection.MethodBase:get_IsPublic () bool System.Reflection.MethodBase:get_IsSpecialName () bool System.Reflection.MethodBase:get_IsStatic () + bool System.Reflection.MethodInfo:Equals (object) bool System.Reflection.RuntimeMethodInfo:g__IsDisallowedByRefType|80_0 (System.Type) bool System.Reflection.RuntimeMethodInfo:get_ContainsGenericParameters () bool System.Reflection.RuntimeMethodInfo:get_IsGenericMethod () @@ -770,7 +823,6 @@ Methods: bool System.Uri:get_IsDefaultPort () bool System.Uri:op_Equality (System.Uri,System.Uri) bool System.Uri:op_Inequality (System.Uri,System.Uri) - bool System.Uri:TryCreate (string,System.UriKind,System.Uri&) bool System.UriHelper:IsLWS (char) bool System.ValueTuple`3:Equals (System.ValueTuple`3) bool System.ValueType:DefaultEquals (object,object) @@ -782,7 +834,6 @@ Methods: byte Java.Interop.NativeMethods:java_interop_jnienv_call_boolean_method (intptr,intptr&,intptr,intptr) byte Java.Interop.NativeMethods:java_interop_jnienv_call_boolean_method_a (intptr,intptr&,intptr,intptr,intptr) byte Java.Interop.NativeMethods:java_interop_jnienv_call_nonvirtual_boolean_method_a (intptr,intptr&,intptr,intptr,intptr,intptr) - byte Java.Interop.NativeMethods:java_interop_jnienv_is_assignable_from (intptr,intptr,intptr) byte Java.Interop.NativeMethods:java_interop_jnienv_is_instance_of (intptr,intptr,intptr) byte Java.Interop.NativeMethods:java_interop_jnienv_is_same_object (intptr,intptr,intptr) byte System.IO.BinaryReader:ReadByte () @@ -798,8 +849,10 @@ Methods: byte[] System.Reflection.AssemblyNameParser:ParsePKT (string,bool) byte[] System.TimeZoneInfo/AndroidTzData:GetTimeZoneData (string) byte* System.IO.UnmanagedMemoryStream:get_PositionPointer () - byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|36_0 () - byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|47_0 () + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|34_0 (byte*,int) + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|37_0 () + byte* System.Private.CoreLib.Interop/Sys:g____PInvoke|48_0 () + byte* System.Private.CoreLib.Interop/Sys:GetCwd (byte*,int) byte* System.Text.Unicode.Utf8Utility:GetPointerToFirstInvalidByte (byte*,int,int&,int&) char modreq System.ReadOnlySpan`1:GetPinnableReference (System.Runtime.InteropServices.InAttribute)& System.ReadOnlySpan`1:GetPinnableReference () char[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Rent (int) @@ -823,6 +876,7 @@ Methods: double Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_FlyoutWidth () double Microsoft.Maui.Controls.StackBase:get_Spacing () double Microsoft.Maui.Controls.ViewExtensions:GetDefaultFontSize (Microsoft.Maui.Controls.Element) + double Microsoft.Maui.Controls.VisualElement:EnsurePositive (double) double Microsoft.Maui.Controls.VisualElement:get_AnchorX () double Microsoft.Maui.Controls.VisualElement:get_AnchorY () double Microsoft.Maui.Controls.VisualElement:get_Height () @@ -830,6 +884,7 @@ Methods: double Microsoft.Maui.Controls.VisualElement:get_MaximumHeightRequest () double Microsoft.Maui.Controls.VisualElement:get_MaximumWidthRequest () double Microsoft.Maui.Controls.VisualElement:get_MinimumHeightRequest () + double Microsoft.Maui.Controls.VisualElement:get_MinimumWidthRequest () double Microsoft.Maui.Controls.VisualElement:get_Opacity () double Microsoft.Maui.Controls.VisualElement:get_Rotation () double Microsoft.Maui.Controls.VisualElement:get_RotationX () @@ -850,9 +905,11 @@ Methods: double Microsoft.Maui.Font:get_Size () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridHeight () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridWidth () + double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:LeftEdgeOfColumn (int) double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasuredGridHeight () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasuredGridWidth () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:SumDefinitions (Microsoft.Maui.Layouts.GridLayoutManager/Definition[],double) + double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:TopEdgeOfRow (int) double Microsoft.Maui.Layouts.LayoutExtensions:AlignHorizontal (double,double,double,double,double,Microsoft.Maui.Primitives.LayoutAlignment) double Microsoft.Maui.Layouts.LayoutExtensions:AlignHorizontal (Microsoft.Maui.IView,Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Thickness) double Microsoft.Maui.Layouts.LayoutExtensions:AlignVertical (Microsoft.Maui.IView,Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Thickness) @@ -861,11 +918,17 @@ Methods: double Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double) double Microsoft.Maui.Platform.ContextExtensions:GetThemeAttributePixels (Android.Content.Context,int) double Microsoft.Maui.Platform.MeasureSpecExtensions:ToDouble (int,Android.Content.Context) + double Microsoft.Maui.Primitives.Dimension:ResolveMinimum (double) + double System.Int32:System.IConvertible.ToDouble (System.IFormatProvider) double System.Math:Ceiling (double) double System.Math:Pow (double,double) double System.Math:Sqrt (double) double System.Number:NumberToDouble (System.Number/NumberBuffer&) double System.TimeSpan:get_TotalMilliseconds () + Google.Android.Material.AppBar.AppBarLayout Android.Runtime.Extensions:JavaCast (Android.Runtime.IJavaObject) + Google.Android.Material.AppBar.AppBarLayout Android.Views.View:FindViewById (int) + Google.Android.Material.AppBar.AppBarLayout Java.Interop.JavaObjectExtensions:_JavaCast (Android.Runtime.IJavaObject) + Google.Android.Material.AppBar.AppBarLayout Java.Interop.JavaObjectExtensions:JavaCast (Android.Runtime.IJavaObject) Google.Android.Material.AppBar.AppBarLayout Microsoft.Maui.Platform.ViewExtensions:GetParentOfType (Android.Views.IViewParent) Google.Android.Material.AppBar.AppBarLayout Microsoft.Maui.PlatformInterop:CreateShellAppBar (Android.Content.Context,int,AndroidX.CoordinatorLayout.Widget.CoordinatorLayout) Google.Android.Material.AppBar.MaterialToolbar Microsoft.Maui.Controls.Toolbar:get_PlatformView () @@ -878,15 +941,20 @@ Methods: Google.Android.Material.Tabs.TabLayout Microsoft.Maui.PlatformInterop:CreateShellTabLayout (Android.Content.Context,Google.Android.Material.AppBar.AppBarLayout,int) Google.Android.Material.Tabs.TabLayout/Tab Google.Android.Material.Tabs.TabLayout/Tab:SetText (Java.Lang.ICharSequence) Google.Android.Material.Tabs.TabLayout/Tab Google.Android.Material.Tabs.TabLayout/Tab:SetText (string) + int Android.Content.Res.ColorStateList:get_DefaultColor () + int Android.Content.Res.ColorStateList:GetColorForState (int[],Android.Graphics.Color) int Android.Content.Res.Configuration:get_SmallestScreenWidthDp () int Android.Content.Res.Resources:GetDimensionPixelSize (int) int Android.Content.Res.Resources:GetIdentifier (string,string,string) int Android.Content.Res.TypedArray:GetDimensionPixelSize (int,int) int Android.Graphics.Color:FromArgb (int,int,int,int) int Android.Graphics.Drawables.Drawable:n_GetOpacity (intptr,intptr) + int Android.Graphics.Point:get_X () + int Android.Graphics.Point:get_Y () int Android.Graphics.Rect:get_Bottom () int Android.Graphics.Rect:get_Right () int Android.Graphics.Rect:get_Top () + int Android.Graphics.Rect:Width () int Android.Runtime.AndroidObjectReferenceManager:_monodroid_gref_get () int Android.Runtime.AndroidObjectReferenceManager:get_GlobalReferenceCount () int Android.Runtime.AndroidTypeManager:CountMethods (System.ReadOnlySpan`1) @@ -895,19 +963,34 @@ Methods: int Android.Runtime.JNIEnv:_GetArrayLength (intptr) int Android.Runtime.JNIEnv:_monodroid_gref_log_new (intptr,byte,intptr,byte,string,int,System.Text.StringBuilder,int) int Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PP_I (_JniMarshal_PP_I,intptr,intptr) + int Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_I (_JniMarshal_PPI_I,intptr,intptr,int) int Android.Util.DisplayMetrics:get_HeightPixels () int Android.Util.DisplayMetrics:get_WidthPixels () int Android.Util.TypedValue:get_Data () int Android.Util.TypedValue:get_ResourceId () int Android.Views.View:GenerateViewId () + int Android.Views.View:get_Bottom () int Android.Views.View:get_Id () + int Android.Views.View:get_Left () int Android.Views.View:get_MeasuredHeight () int Android.Views.View:get_MeasuredWidth () int Android.Views.View:get_MinimumHeight () int Android.Views.View:get_MinimumWidth () + int Android.Views.View:get_PaddingBottom () + int Android.Views.View:get_PaddingRight () + int Android.Views.View:get_PaddingTop () + int Android.Views.View:get_Right () + int Android.Views.View:get_Top () + int Android.Views.ViewGroup:get_ChildCount () + int Android.Views.ViewGroup:IndexOfChild (Android.Views.View) + int Android.Views.ViewGroup/LayoutParams:get_Height () + int Android.Views.ViewGroup/LayoutParams:get_Width () + int Android.Views.ViewGroup/MarginLayoutParams:get_BottomMargin () int AndroidX.AppCompat.View.Menu.MenuBuilder:Size () + int AndroidX.AppCompat.View.Menu.MenuItemImpl:get_ItemId () int AndroidX.Fragment.App.FragmentTransactionInvoker:CommitAllowingStateLoss () int AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_GetItemCount (intptr,intptr) + int AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_GetItemViewType_I (intptr,intptr,int) int Google.Android.Material.BottomNavigation.BottomNavigationView:get_MaxItemCount () int Google.Android.Material.Button.MaterialButton:get_IconGravity () int Java.Interop.JniEnvironment/Arrays:GetArrayLength (Java.Interop.JniObjectReference) @@ -935,20 +1018,28 @@ Methods: int Java.Interop.NativeMethods:java_interop_jnienv_get_static_int_field (intptr,intptr,intptr) int Java.Interop.NativeMethods:java_interop_jnienv_get_string_length (intptr,intptr) int Java.Interop.NativeMethods:java_interop_jnienv_register_natives (intptr,intptr&,intptr,Java.Interop.JniNativeMethodRegistration[],int) - int Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:GetArrayInfo (System.Type,System.Type&) int Java.IO.InputStream:Read (byte[],int,int) int Microsoft.Extensions.DependencyInjection.ServiceCollection:get_Count () int Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem:get_Count () int Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey:GetHashCode () + int Microsoft.Extensions.Logging.LogValuesFormatter:FindBraceIndex (string,char,int,int) + int Microsoft.Extensions.Logging.LogValuesFormatter:FindIndexOfAny (string,char[],int,int) int Microsoft.Maui.Controls.Button:Microsoft.Maui.IButtonStroke.get_CornerRadius () int Microsoft.Maui.Controls.DefinitionCollection`1:get_Count () + int Microsoft.Maui.Controls.Grid:GetColumn (Microsoft.Maui.IView) + int Microsoft.Maui.Controls.Grid:GetColumnSpan (Microsoft.Maui.IView) + int Microsoft.Maui.Controls.Grid:GetRow (Microsoft.Maui.IView) + int Microsoft.Maui.Controls.Grid:GetRowSpan (Microsoft.Maui.IView) int Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:get_Opacity () int Microsoft.Maui.Controls.Label:get_MaxLines () int Microsoft.Maui.Controls.Layout:get_Count () int Microsoft.Maui.Controls.ObservableWrapper`2:get_Count () int Microsoft.Maui.Controls.ObservableWrapper`2:ToInnerIndex (int) int Microsoft.Maui.Controls.ObservableWrapper`2:ToOuterIndex (int) + int Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_ItemCount () + int Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:GetItemViewType (int) int Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_FlyoutHeight () + int Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:GetFooterViewTotalHeight () int Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter:get_ItemCount () int Microsoft.Maui.Controls.Platform.FragmentManagerExtensions:CommitAllowingStateLossEx (AndroidX.Fragment.App.FragmentTransaction) int Microsoft.Maui.Controls.ReadOnlyCastingList`2:get_Count () @@ -959,6 +1050,7 @@ Methods: int Microsoft.Maui.Controls.VisualStateGroupList:get_Count () int Microsoft.Maui.Controls.WatchAddList`1:get_Count () int Microsoft.Maui.Graphics.Color:ParseInt (System.ReadOnlySpan`1) + int Microsoft.Maui.Graphics.CompareExtensions:Clamp (int,int,int) int Microsoft.Maui.Handlers.ButtonHandler:MakeMeasureSpecExact (double) int Microsoft.Maui.Handlers.LabelHandler:MakeMeasureSpecExact (double) int Microsoft.Maui.Handlers.LayoutExtensions/<>c:b__0_0 (Microsoft.Maui.IView) @@ -976,7 +1068,9 @@ Methods: int System.Array:BinarySearch (System.Array,int,int,object,System.Collections.IComparer) int System.Array:GetLength (int) int System.Array:GetLowerBound (int) + int System.Array:IndexOf (Microsoft.Maui.WeakEventManager/Subscription[],Microsoft.Maui.WeakEventManager/Subscription,int,int) int System.Array:IndexOf (System.Type[],System.Type,int,int) + int System.Array:IndexOf (System.Type[],System.Type) int System.Array:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Array:LastIndexOf (System.Delegate[],System.Delegate) int System.Collections.ArrayList:Add (object) @@ -986,7 +1080,6 @@ Methods: int System.Collections.Concurrent.ConcurrentDictionary`2>:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2>>:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2, Android.Graphics.Typeface>:get_DefaultConcurrencyLevel () - int System.Collections.Generic.ArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.ArraySortHelper`1:InternalBinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.Dictionary`2/ValueCollection:get_Count () int System.Collections.Generic.Dictionary`2:Initialize (int) @@ -1002,15 +1095,20 @@ Methods: int System.Collections.Generic.Dictionary`2>:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) + int System.Collections.Generic.EqualityComparer`1:IndexOf (Microsoft.Maui.WeakEventManager/Subscription[],Microsoft.Maui.WeakEventManager/Subscription,int,int) int System.Collections.Generic.EqualityComparer`1:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.GetHashCode (object) int System.Collections.Generic.EqualityComparer`1:IndexOf (System.Type[],System.Type,int,int) + int System.Collections.Generic.GenericArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Collections.Generic.GenericComparer`1:Compare (int,int) int System.Collections.Generic.HashSet`1:Initialize (int) int System.Collections.Generic.HashSet`1:FindItemIndex (System.Type) int System.Collections.Generic.List`1:get_Count () + int System.Collections.Generic.List`1:get_Count () + int System.Collections.Generic.List`1:IndexOf (Microsoft.Maui.WeakEventManager/Subscription) int System.Collections.Generic.List`1:EnsureCapacity (int) int System.Collections.Generic.List`1:IndexOf (System.Type) + int System.Collections.Generic.List`1>:RemoveAll (System.Predicate`1>) int System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) int System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalIgnoreCaseComparer:GetHashCode (string) int System.Collections.Generic.ObjectEqualityComparer`1:GetHashCode (object) @@ -1129,11 +1227,11 @@ Methods: int System.Private.CoreLib.Interop/Globalization:IanaIdToWindowsId (string,char*,int) int System.Private.CoreLib.Interop/Globalization:LoadICU () int System.Private.CoreLib.Interop/Sys:g____PInvoke|13_0 (intptr) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|27_0 (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:g____PInvoke|28_0 (intptr,Interop/Sys/LockOperations) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|29_0 (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:g____PInvoke|110_0 (intptr,Interop/Sys/FileStatus*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|32_0 (Interop/Sys/ProcessCpuInformation*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|65_0 (intptr,int) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (Interop/Sys/ProcessCpuInformation*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|66_0 (intptr,int) int System.Private.CoreLib.Interop/Sys:g____PInvoke|115_0 (byte*,Interop/Sys/FileStatus*) int System.Private.CoreLib.Interop/Sys:g____PInvoke|90_0 (intptr,byte*,int,long) int System.Private.CoreLib.Interop/Sys:Close (intptr) @@ -1186,6 +1284,7 @@ Methods: int System.String:IndexOf (char) int System.String:IndexOf (string,int,int,System.StringComparison) int System.String:IndexOf (string,System.StringComparison) + int System.String:IndexOfAny (char[],int,int) int System.String:IndexOfAny (char[]) int System.String:LastIndexOf (string,int,int,System.StringComparison) int System.String:LastIndexOf (string,System.StringComparison) @@ -1217,9 +1316,9 @@ Methods: int System.Threading.WaitSubsystem:Wait (intptr,int,bool) int System.Threading.WaitSubsystem:Wait (System.Threading.WaitSubsystem/WaitableObject,int,bool,bool) int System.Threading.WaitSubsystem/ThreadWaitInfo:ProcessSignaledWaitState () - int System.Threading.WaitSubsystem/ThreadWaitInfo:Wait (int,bool,bool) + int System.Threading.WaitSubsystem/ThreadWaitInfo:Wait (int,bool,bool,System.Threading.WaitSubsystem/LockHolder&) int System.Threading.WaitSubsystem/WaitableObject:Wait (System.Threading.WaitSubsystem/ThreadWaitInfo,int,bool,bool) - int System.Threading.WaitSubsystem/WaitableObject:Wait_Locked (System.Threading.WaitSubsystem/ThreadWaitInfo,int,bool,bool) + int System.Threading.WaitSubsystem/WaitableObject:Wait_Locked (System.Threading.WaitSubsystem/ThreadWaitInfo,int,bool,bool,System.Threading.WaitSubsystem/LockHolder&) int System.TimeSpan:get_Hours () int System.TimeZoneInfo:CompareAdjustmentRuleToDateTime (System.TimeZoneInfo/AdjustmentRule,System.TimeZoneInfo/AdjustmentRule,System.DateTime,System.DateTime,bool) int System.TimeZoneInfo:TZif_ToInt32 (byte[],int) @@ -1254,6 +1353,7 @@ Methods: Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetTimeZoneDisplayName (string,string,Interop/Globalization/TimeZoneDisplayNameType,char*,int) Interop/Globalization/ResultCode System.TimeZoneInfo/<>c:b__179_0 (System.Span`1,string,string,Interop/Globalization/TimeZoneDisplayNameType) Interop/Sys/OpenFlags Microsoft.Win32.SafeHandles.SafeFileHandle:PreOpenConfigurationFromOptions (System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions) + intptr Android.Animation.ValueAnimator:get_class_ref () intptr Android.Runtime.CharSequence:ToLocalJniHandle (Java.Lang.ICharSequence) intptr Android.Runtime.InputStreamAdapter:ToLocalJniHandle (System.IO.Stream) intptr Android.Runtime.JavaDictionary:GetKeys () @@ -1266,7 +1366,6 @@ Methods: intptr Android.Runtime.JNIEnv:CallObjectMethod (intptr,intptr,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:CallObjectMethod (intptr,intptr) intptr Android.Runtime.JNIEnv:FindClass (string) - intptr Android.Runtime.JNIEnv:FindClass (System.Type) intptr Android.Runtime.JNIEnv:get_Handle () intptr Android.Runtime.JNIEnv:GetMethodID (intptr,string,string) intptr Android.Runtime.JNIEnv:GetObjectArrayElement (intptr,int) @@ -1278,24 +1377,24 @@ Methods: intptr Android.Runtime.JNIEnv:NewArray (byte[]) intptr Android.Runtime.JNIEnv:NewArray (char[]) intptr Android.Runtime.JNIEnv:NewArray (int[]) - intptr Android.Runtime.JNIEnv:NewArray (int[][]) - intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type,intptr) - intptr Android.Runtime.JNIEnv:NewArray (System.Array,System.Type) + intptr Android.Runtime.JNIEnv:NewArray (single[]) intptr Android.Runtime.JNIEnv:NewGlobalRef (intptr) intptr Android.Runtime.JNIEnv:NewLocalRef (intptr) - intptr Android.Runtime.JNIEnv:NewObjectArray (int,intptr,intptr) intptr Android.Runtime.JNIEnv:NewString (char[],int) intptr Android.Runtime.JNIEnv:NewString (string) intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[]) intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject) - intptr Android.Runtime.JNIEnv/<>c:b__156_4 (System.Array) intptr Android.Runtime.JNIEnv/<>c:b__29_0 (intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_L (_JniMarshal_PPI_L,intptr,intptr,int) + intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLI_L (_JniMarshal_PPLI_L,intptr,intptr,intptr,int) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLL_L (_JniMarshal_PPLLL_L,intptr,intptr,intptr,intptr,intptr) + intptr Android.Util.IAttributeSetInvoker:get_java_class_ref () + intptr Android.Util.IAttributeSetInvoker:Validate (intptr) intptr Android.Views.IWindowManagerInvoker:get_java_class_ref () intptr Android.Views.IWindowManagerInvoker:Validate (intptr) intptr AndroidX.Fragment.App.Fragment:n_OnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr,intptr) + intptr AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_OnCreateViewHolder_Landroid_view_ViewGroup_I (intptr,intptr,intptr,int) intptr AndroidX.ViewPager2.Adapter.FragmentStateAdapter:n_CreateFragment_I (intptr,intptr,int) intptr Java.Interop.JavaConvert:ToLocalJniHandle (object) intptr Java.Interop.JavaConvert:WithLocalJniHandle (string,System.Func`2) @@ -1318,10 +1417,10 @@ Methods: intptr Java.Interop.NativeMethods:java_interop_jnienv_get_static_object_field (intptr,intptr,intptr) intptr Java.Interop.NativeMethods:java_interop_jnienv_get_superclass (intptr,intptr) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_byte_array (intptr,int) + intptr Java.Interop.NativeMethods:java_interop_jnienv_new_float_array (intptr,int) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_global_ref (intptr,intptr) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_int_array (intptr,int) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_local_ref (intptr,intptr) - intptr Java.Interop.NativeMethods:java_interop_jnienv_new_object_array (intptr,intptr&,int,intptr,intptr) intptr Java.Interop.NativeMethods:java_interop_jnienv_new_string (intptr,intptr&,char*,int) intptr Java.Interop.TypeManager:monodroid_TypeManager_get_java_class_name (intptr) intptr Java.Lang.ICharSequenceInvoker:get_java_class_ref () @@ -1339,7 +1438,7 @@ Methods: intptr System.Array:GetFlattenedIndex (int) intptr System.Globalization.CompareInfo/SortHandleCache:GetCachedSortHandle (string) intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|0_0 (byte*) - intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|82_0 (byte*,Interop/Sys/OpenFlags,int) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|83_0 (byte*,Interop/Sys/OpenFlags,int) intptr System.Private.CoreLib.Interop/Sys:GetEnv (string) intptr System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Create () intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (System.Runtime.CompilerServices.QCallAssembly,string,int&,System.Runtime.CompilerServices.ObjectHandleOnStack) @@ -1384,8 +1483,8 @@ Methods: Java.Interop.JniObjectReference Android.Runtime.AndroidObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:GetObjectArrayElement (Java.Interop.JniObjectReference,int) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:NewByteArray (int) + Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:NewFloatArray (int) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:NewIntArray (int) - Java.Interop.JniObjectReference Java.Interop.JniEnvironment/Arrays:NewObjectArray (int,Java.Interop.JniObjectReference,Java.Interop.JniObjectReference) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceFields:GetObjectField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) Java.Interop.JniObjectReference Java.Interop.JniEnvironment/InstanceMethods:CallObjectMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) @@ -1416,7 +1515,9 @@ Methods: Java.Interop.JniObjectReference Java.Interop.JniRuntime/JniObjectReferenceManager:CreateLocalReference (Java.Interop.JniObjectReference,int&) Java.Interop.JniObjectReference Java.Interop.JniType:AllocObject () Java.Interop.JniObjectReference Java.Lang.Object:get_PeerReference () + Java.Interop.JniObjectReference Java.Lang.Throwable:get_PeerReference () Java.Interop.JniPeerMembers Android.App.Application:get_JniPeerMembers () + Java.Interop.JniPeerMembers Android.Graphics.Drawables.AnimationDrawable:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Runtime.XAPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable) Java.Interop.JniPeerMembers Android.Views.View:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Views.ViewGroup:get_JniPeerMembers () @@ -1424,9 +1525,12 @@ Methods: Java.Interop.JniPeerMembers Android.Widget.LinearLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.AppCompat.App.AppCompatActivity:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.AppCompat.Widget.AppCompatTextView:get_JniPeerMembers () + Java.Interop.JniPeerMembers AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.Core.Widget.NestedScrollView:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.DrawerLayout.Widget.DrawerLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.Fragment.App.Fragment:get_JniPeerMembers () + Java.Interop.JniPeerMembers AndroidX.RecyclerView.Widget.RecyclerView:get_JniPeerMembers () + Java.Interop.JniPeerMembers AndroidX.RecyclerView.Widget.RecyclerView/Adapter:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:get_JniPeerMembers () Java.Interop.JniPeerMembers Google.Android.Material.Button.MaterialButton:get_JniPeerMembers () Java.Interop.JniPeerMembers Java.Interop.JniPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable) @@ -1447,12 +1551,10 @@ Methods: Java.Interop.JniType Java.Interop.JniPeerMembers/JniInstanceMethods:get_JniPeerType () Java.Interop.JniType Java.Interop.JniType:GetCachedJniType (Java.Interop.JniType&,string) Java.Interop.JniTypeSignature Java.Interop.JniRuntime/JniTypeManager:GetTypeSignature (System.Type) + Java.Lang.Object Android.Animation.ValueAnimator:get_AnimatedValue () Java.Lang.Object Android.Content.ContextWrapper:GetSystemService (string) Java.Lang.Object Java.Lang.Object:op_Implicit (string) Java.Net.HttpStatus Java.Net.HttpURLConnection:get_ResponseCode () - Java.Net.HttpURLConnection Android.Runtime.Extensions:JavaCast (Android.Runtime.IJavaObject) - Java.Net.HttpURLConnection Java.Interop.JavaObjectExtensions:_JavaCast (Android.Runtime.IJavaObject) - Java.Net.HttpURLConnection Java.Interop.JavaObjectExtensions:JavaCast (Android.Runtime.IJavaObject) Java.Net.Proxy Java.Net.Proxy:get_NoProxy () Java.Net.Proxy System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () Java.Net.Proxy System.Threading.Tasks.Task`1:get_ResultOnSuccess () @@ -1547,6 +1649,7 @@ Methods: Microsoft.Extensions.DependencyInjection.ServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions:BuildServiceProvider (Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions) Microsoft.Extensions.DependencyInjection.ServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions:BuildServiceProvider (Microsoft.Extensions.DependencyInjection.IServiceCollection) Microsoft.Extensions.Logging.ILogger`1 Microsoft.Maui.ServiceProviderExtensions:CreateLogger (System.IServiceProvider) + Microsoft.Extensions.Logging.LogValuesFormatter Microsoft.Extensions.Logging.FormattedLogValues/<>c:<.ctor>b__9_0 (string) Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfo:get_RequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:get_RequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:GetRequestedTheme () @@ -1568,6 +1671,7 @@ Methods: Microsoft.Maui.Controls.Application Microsoft.Maui.Controls.Page:FindApplication (Microsoft.Maui.Controls.Element) Microsoft.Maui.Controls.BackButtonBehavior Microsoft.Maui.Controls.Shell:GetBackButtonBehavior (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.BindableObject Microsoft.Maui.Controls.MergedStyle:get_Target () + Microsoft.Maui.Controls.BindableObject Microsoft.Maui.Controls.Shell:GetBindableObjectWithFlyoutItemTemplate (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.BindableObject/BindablePropertyContext[] System.Collections.Generic.EnumerableHelpers:ToArray (System.Collections.Generic.IEnumerable`1) Microsoft.Maui.Controls.BindableObject/BindablePropertyContext[] System.Linq.Enumerable:ToArray (System.Collections.Generic.IEnumerable`1) Microsoft.Maui.Controls.BindableObject/SetValueArgs System.Collections.Generic.Queue`1:Dequeue () @@ -1577,15 +1681,23 @@ Methods: Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.BindableProperty:CreateAttached (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) Microsoft.Maui.Controls.BindablePropertyKey Microsoft.Maui.Controls.BindableProperty:CreateReadOnly (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) Microsoft.Maui.Controls.BindingBase Microsoft.Maui.Controls.AppThemeBinding:Clone () + Microsoft.Maui.Controls.BindingBase Microsoft.Maui.Controls.Binding:Clone () Microsoft.Maui.Controls.BindingBase Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension:Microsoft.Maui.Controls.Xaml.IMarkupExtension.ProvideValue (System.IServiceProvider) Microsoft.Maui.Controls.BindingBase Microsoft.Maui.Controls.Xaml.BindingExtension:Microsoft.Maui.Controls.Xaml.IMarkupExtension.ProvideValue (System.IServiceProvider) + Microsoft.Maui.Controls.BindingMode Microsoft.Maui.Controls.BindingBase:get_Mode () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.Brush:get_Default () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.Brush:op_Implicit (Microsoft.Maui.Graphics.Color) Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.RadioButton:ResolveThemeColor (string) + Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.Shell:get_FlyoutBackground () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.VisualElement:get_Background () + Microsoft.Maui.Controls.ColumnDefinition Microsoft.Maui.Controls.DefinitionCollection`1:get_Item (int) Microsoft.Maui.Controls.ColumnDefinitionCollection Microsoft.Maui.Controls.Grid:get_ColumnDefinitions () Microsoft.Maui.Controls.ControlTemplate Microsoft.Maui.Controls.TemplatedPage:get_ControlTemplate () + Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.BaseShellItem:CreateDefaultFlyoutItemCell (string,string) Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.Internals.DataTemplateExtensions:SelectDataTemplate (Microsoft.Maui.Controls.DataTemplate,object,Microsoft.Maui.Controls.BindableObject) + Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_DefaultItemTemplate () + Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:GetDataTemplate (int) + Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.GetFlyoutItemDataTemplate (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.DataTemplate Microsoft.Maui.Controls.ShellContent:get_ContentTemplate () Microsoft.Maui.Controls.EffectiveFlowDirection Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IFlowDirectionController.get_EffectiveFlowDirection () Microsoft.Maui.Controls.EffectiveFlowDirection Microsoft.Maui.Controls.EffectiveFlowDirectionExtensions:ToEffectiveFlowDirection (Microsoft.Maui.FlowDirection,bool) @@ -1615,6 +1727,7 @@ Methods: Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.ImageSource:FromFile (string) Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Page:get_BackgroundImageSource () Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:GetFlyoutIcon (Microsoft.Maui.Controls.BackButtonBehavior,Microsoft.Maui.Controls.Page) + Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Shell:get_FlyoutBackgroundImage () Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Shell:get_FlyoutIcon () Microsoft.Maui.Controls.IMessagingCenter Microsoft.Maui.Controls.MessagingCenter:get_Instance () Microsoft.Maui.Controls.INavigation Microsoft.Maui.Controls.NavigableElement:get_Navigation () @@ -1627,6 +1740,7 @@ Methods: Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Application:On () Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions:OnThisPlatform (Microsoft.Maui.Controls.Application) Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.PlatformConfigurationRegistry`1:On () + Microsoft.Maui.Controls.IShellController Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_ShellController () Microsoft.Maui.Controls.IShellController Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_ShellController () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IVisualController.get_EffectiveVisual () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IVisualController.get_Visual () @@ -1634,6 +1748,8 @@ Methods: Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IVisualController.get_EffectiveVisual () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.VisualMarker:get_Default () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.VisualMarker:get_MatchParent () + Microsoft.Maui.Controls.Label System.Linq.Enumerable:First (System.Collections.Generic.IEnumerable`1) + Microsoft.Maui.Controls.Label System.Linq.Enumerable:TryGetFirst (System.Collections.Generic.IEnumerable`1,bool&) Microsoft.Maui.Controls.LayoutOptions Microsoft.Maui.Controls.View:get_HorizontalOptions () Microsoft.Maui.Controls.LayoutOptions Microsoft.Maui.Controls.View:get_VerticalOptions () Microsoft.Maui.Controls.MenuItemCollection Microsoft.Maui.Controls.ShellContent:get_MenuItems () @@ -1645,10 +1761,11 @@ Methods: Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.Window:get_Page () Microsoft.Maui.Controls.Platform.Compatibility.IShellBottomNavViewAppearanceTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateBottomNavViewAppearanceTracker (Microsoft.Maui.Controls.ShellItem) Microsoft.Maui.Controls.Platform.Compatibility.IShellBottomNavViewAppearanceTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.CreateBottomNavViewAppearanceTracker (Microsoft.Maui.Controls.ShellItem) + Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutContentRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateShellFlyoutContentRenderer () + Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutContentRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.CreateShellFlyoutContentRenderer () Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateShellFlyoutRenderer () Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateShellItemRenderer (Microsoft.Maui.Controls.ShellItem) Microsoft.Maui.Controls.Platform.Compatibility.IShellObservableFragment Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:GetOrCreateFragmentForTab (Microsoft.Maui.Controls.ShellSection) - Microsoft.Maui.Controls.Platform.Compatibility.IShellObservableFragment System.Collections.Generic.Dictionary`2:get_Item (Microsoft.Maui.Controls.Element) Microsoft.Maui.Controls.Platform.Compatibility.IShellSectionRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateShellSectionRenderer (Microsoft.Maui.Controls.ShellSection) Microsoft.Maui.Controls.Platform.Compatibility.IShellSectionRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.CreateShellSectionRenderer (Microsoft.Maui.Controls.ShellSection) Microsoft.Maui.Controls.Platform.Compatibility.IShellTabLayoutAppearanceTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateTabLayoutAppearanceTracker (Microsoft.Maui.Controls.ShellSection) @@ -1662,6 +1779,7 @@ Methods: Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 Microsoft.Maui.Controls.Application:<.ctor>b__8_1 () Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.Application:get_Resources () Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.ResourceDictionary/<>c:b__8_0 (System.Type) + Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.VisualElement:get_Resources () Microsoft.Maui.Controls.ResourceDictionary System.Linq.Enumerable/Iterator`1:get_Current () Microsoft.Maui.Controls.ResourceDictionary System.Runtime.CompilerServices.ConditionalWeakTable`2:GetValue (System.Type,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) Microsoft.Maui.Controls.ResourceDictionary System.Runtime.CompilerServices.ConditionalWeakTable`2:GetValueLocked (System.Type,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) @@ -1671,6 +1789,7 @@ Methods: Microsoft.Maui.Controls.Shadow Microsoft.Maui.Controls.VisualElement:get_Shadow () Microsoft.Maui.Controls.Shapes.Geometry Microsoft.Maui.Controls.VisualElement:get_Clip () Microsoft.Maui.Controls.Shell Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.get_Shell () + Microsoft.Maui.Controls.Shell Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_Shell () Microsoft.Maui.Controls.Shell Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_Shell () Microsoft.Maui.Controls.Shell Microsoft.Maui.Controls.ViewExtensions:FindParentOfType (Microsoft.Maui.Controls.Element,bool) Microsoft.Maui.Controls.ShellAppearance Microsoft.Maui.Controls.Shell:GetAppearanceForPivot (Microsoft.Maui.Controls.Element) @@ -1681,30 +1800,32 @@ Methods: Microsoft.Maui.Controls.ShellElementCollection Microsoft.Maui.Controls.ShellSection:get_ShellElementCollection () Microsoft.Maui.Controls.ShellItem Microsoft.Maui.Controls.ObservableWrapper`2/d__15:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.Controls.ShellItem Microsoft.Maui.Controls.Shell:get_CurrentItem () - Microsoft.Maui.Controls.ShellItem Microsoft.Maui.Controls.ShellItem:CreateFromShellSection (Microsoft.Maui.Controls.ShellSection) - Microsoft.Maui.Controls.ShellItem Microsoft.Maui.Controls.ShellItem:op_Implicit (Microsoft.Maui.Controls.ShellContent) - Microsoft.Maui.Controls.ShellItem Microsoft.Maui.Controls.ShellItem:op_Implicit (Microsoft.Maui.Controls.ShellSection) Microsoft.Maui.Controls.ShellNavigatingEventArgs Microsoft.Maui.Controls.ShellNavigationManager:ProposeNavigation (Microsoft.Maui.Controls.ShellNavigationSource,Microsoft.Maui.Controls.ShellNavigationState,bool,bool) Microsoft.Maui.Controls.ShellNavigationSource Microsoft.Maui.Controls.ShellNavigationManager:CalculateNavigationSource (Microsoft.Maui.Controls.Shell,Microsoft.Maui.Controls.ShellNavigationState,Microsoft.Maui.Controls.ShellNavigationRequest) Microsoft.Maui.Controls.ShellNavigationState Microsoft.Maui.Controls.Shell:get_CurrentState () Microsoft.Maui.Controls.ShellNavigationState Microsoft.Maui.Controls.ShellNavigationManager:GetNavigationState (Microsoft.Maui.Controls.ShellItem,Microsoft.Maui.Controls.ShellSection,Microsoft.Maui.Controls.ShellContent,System.Collections.Generic.IReadOnlyList`1,System.Collections.Generic.IReadOnlyList`1) - Microsoft.Maui.Controls.ShellRouteParameters Microsoft.Maui.Controls.ShellNavigationManager:g__MergeData|16_0 (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.ShellRouteParameters,bool) + Microsoft.Maui.Controls.ShellRouteParameters Microsoft.Maui.Controls.ShellNavigationManager:g__MergeData|17_0 (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.ShellRouteParameters,bool) Microsoft.Maui.Controls.ShellSection Microsoft.Maui.Controls.ObservableWrapper`2:get_Item (int) Microsoft.Maui.Controls.ShellSection Microsoft.Maui.Controls.Shell:get_CurrentSection () Microsoft.Maui.Controls.ShellSection Microsoft.Maui.Controls.ShellItem:get_CurrentItem () Microsoft.Maui.Controls.ShellSection Microsoft.Maui.Controls.ShellSection:CreateFromShellContent (Microsoft.Maui.Controls.ShellContent) Microsoft.Maui.Controls.ShellSection Microsoft.Maui.Controls.ShellSection:op_Implicit (Microsoft.Maui.Controls.ShellContent) Microsoft.Maui.Controls.SolidColorBrush Microsoft.Maui.Controls.Brush:get_Black () + Microsoft.Maui.Controls.SolidColorBrush Microsoft.Maui.Controls.Brush:get_Transparent () Microsoft.Maui.Controls.Style Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:GetStyle (int) + Microsoft.Maui.Controls.Style Microsoft.Maui.Controls.MergedStyle:b__28_0 (Microsoft.Maui.Controls.BindableProperty) Microsoft.Maui.Controls.Style Microsoft.Maui.Controls.Style:GetBasedOnResource (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.View Microsoft.Maui.Controls.ContentPage:get_Content () Microsoft.Maui.Controls.View Microsoft.Maui.Controls.NavigationPage:GetTitleView (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Platform.GestureManager:get_View () Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:GetTitleView (Microsoft.Maui.Controls.BindableObject) + Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.get_FlyoutContent () + Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.get_FlyoutFooter () + Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.get_FlyoutHeader () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Platform.GestureManager:get_Element () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.VisualElement,bool) Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) - Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0`1:b__0 () + Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell/<>c__DisplayClass286_0`1:b__0 () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Toolbar:get_TitleView () Microsoft.Maui.Controls.VisualState Microsoft.Maui.Controls.VisualState:Clone () Microsoft.Maui.Controls.VisualState Microsoft.Maui.Controls.VisualStateGroup:GetState (string) @@ -1737,11 +1858,10 @@ Methods: Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.Window:get_FlowDirection () Microsoft.Maui.FlowDirection Microsoft.Maui.IViewExtensions:GetEffectiveFlowDirection (Microsoft.Maui.IView) Microsoft.Maui.FlowDirection Microsoft.Maui.MauiContextExtensions:GetFlowDirection (Microsoft.Maui.IMauiContext) - Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:get_FlyoutBehavior () Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:GetEffectiveFlyoutBehavior () Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:Microsoft.Maui.IFlyoutView.get_FlyoutBehavior () - Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell/<>c__DisplayClass284_0:b__0 () + Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0:b__0 () Microsoft.Maui.Font Microsoft.Maui.Controls.Button:Microsoft.Maui.ITextStyle.get_Font () Microsoft.Maui.Font Microsoft.Maui.Controls.FontExtensions:ToFont (Microsoft.Maui.Controls.Internals.IFontElement,System.Nullable`1) Microsoft.Maui.Font Microsoft.Maui.Controls.FontExtensions:WithAttributes (Microsoft.Maui.Font,Microsoft.Maui.Controls.FontAttributes) @@ -1749,6 +1869,7 @@ Methods: Microsoft.Maui.Font Microsoft.Maui.Font:OfSize (string,double,Microsoft.Maui.FontWeight,Microsoft.Maui.FontSlant,bool) Microsoft.Maui.Font Microsoft.Maui.Font:WithWeight (Microsoft.Maui.FontWeight,Microsoft.Maui.FontSlant) Microsoft.Maui.Font Microsoft.Maui.Font:WithWeight (Microsoft.Maui.FontWeight) + Microsoft.Maui.FontFile Microsoft.Maui.FontFile:FromString (string) Microsoft.Maui.FontSize Microsoft.Maui.FontManager:GetFontSize (Microsoft.Maui.Font,single) Microsoft.Maui.FontSlant Microsoft.Maui.Font:get_Slant () Microsoft.Maui.FontWeight Microsoft.Maui.Font:get_Weight () @@ -1758,9 +1879,15 @@ Methods: Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:ResolveThemeColor (Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color) Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.KnownColor:get_Default () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Label:get_TextColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Shell:get_FlyoutBackgroundColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:get_BackgroundColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:get_ForegroundColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:get_TitleColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarBackgroundColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarDisabledColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarForegroundColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarTitleColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarUnselectedColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.SolidColorBrush:get_Color () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Toolbar:get_BarTextColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Toolbar:get_IconColor () @@ -1772,6 +1899,7 @@ Methods: Microsoft.Maui.Graphics.Color Microsoft.Maui.Graphics.Color:FromRgba (single,single,single,single) Microsoft.Maui.Graphics.Color Microsoft.Maui.Graphics.Color:FromUint (uint) Microsoft.Maui.Graphics.Color Microsoft.Maui.Graphics.Color:GetNamedColor (System.ReadOnlySpan`1) + Microsoft.Maui.Graphics.Color Microsoft.Maui.Graphics.Color:MultiplyAlpha (single) Microsoft.Maui.Graphics.Color Microsoft.Maui.Graphics.Color:Parse (string) Microsoft.Maui.Graphics.IShape Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Clip () Microsoft.Maui.Graphics.Paint Microsoft.Maui.Controls.Brush:op_Implicit (Microsoft.Maui.Controls.Brush) @@ -1784,6 +1912,7 @@ Methods: Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Bounds () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Frame () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Graphics.Rect:FromLTRB (double,double,double,double) + Microsoft.Maui.Graphics.Rect Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GetCellBoundsFor (Microsoft.Maui.IView,double,double) Microsoft.Maui.Graphics.Rect Microsoft.Maui.Layouts.LayoutExtensions:ComputeFrame (Microsoft.Maui.IView,Microsoft.Maui.Graphics.Rect) Microsoft.Maui.Graphics.Rect Microsoft.Maui.Platform.ContextExtensions:ToCrossPlatformRectInReferenceFrame (Android.Content.Context,int,int,int,int) Microsoft.Maui.Graphics.Rect System.Collections.Generic.List`1:get_Item (int) @@ -1792,6 +1921,7 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.ContentPage:Microsoft.Maui.IContentView.CrossPlatformMeasure (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.Layout:CrossPlatformArrange (Microsoft.Maui.Graphics.Rect) Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.Layout:CrossPlatformMeasure (double,double) + Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.Platform.Compatibility.ShellViewRenderer:Measure (int,int,System.Nullable`1,System.Nullable`1) Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.ScrollView:ArrangeOverride (Microsoft.Maui.Graphics.Rect) Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.ScrollView:MeasureOverride (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Controls.ScrollView:Microsoft.Maui.IContentView.CrossPlatformArrange (Microsoft.Maui.Graphics.Rect) @@ -1805,6 +1935,7 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ScrollViewHandler:InsetScrollView (double,double,System.Func`3,Microsoft.Maui.IScrollView) Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ScrollViewHandler/<>c__DisplayClass15_0:b__0 (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.ViewHandler`2:GetDesiredSize (double,double) + Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.GridLayoutManager:ArrangeChildren (Microsoft.Maui.Graphics.Rect) Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.GridLayoutManager:Measure (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.LayoutExtensions:AdjustForFill (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Rect,Microsoft.Maui.IView) Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.LayoutExtensions:ComputeDesiredSize (Microsoft.Maui.IView,double,double) @@ -1814,6 +1945,10 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.Layouts.VerticalStackLayoutManager:Measure (double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double,double) Microsoft.Maui.Graphics.Size Microsoft.Maui.ViewHandlerExtensions:GetDesiredSizeFromHandler (Microsoft.Maui.IViewHandler,double,double) + Microsoft.Maui.Graphics.Size Microsoft.Maui.ViewHandlerExtensions:LayoutVirtualView (Microsoft.Maui.IPlatformViewHandler,int,int,int,int,System.Func`2) + Microsoft.Maui.Graphics.Size Microsoft.Maui.ViewHandlerExtensions:MeasureVirtualView (Microsoft.Maui.IPlatformViewHandler,int,int,System.Func`3) + Microsoft.Maui.GridLength Microsoft.Maui.Controls.ColumnDefinition:get_Width () + Microsoft.Maui.GridLength Microsoft.Maui.GridLength:op_Implicit (double) Microsoft.Maui.Hosting.FontDescriptor System.Collections.Generic.List`1/Enumerator:get_Current () Microsoft.Maui.Hosting.IFontCollection Microsoft.Maui.Hosting.FontCollectionExtensions:AddFont (Microsoft.Maui.Hosting.IFontCollection,string,string) Microsoft.Maui.Hosting.IImageSourceServiceCollection Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions:AddService (Microsoft.Maui.Hosting.IImageSourceServiceCollection,System.Func`2>) @@ -1851,6 +1986,7 @@ Methods: Microsoft.Maui.IElementHandler Microsoft.Maui.Hosting.Internal.MauiHandlersFactory:GetHandler (System.Type) Microsoft.Maui.IElementHandler Microsoft.Maui.Platform.ElementExtensions:ToHandler (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Microsoft.Maui.IEmbeddedFontLoader Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions/<>c:b__1_0 (System.IServiceProvider) + Microsoft.Maui.IFlyoutView Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:get_FlyoutView () Microsoft.Maui.IFontManager Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions/<>c:b__1_2 (System.IServiceProvider) Microsoft.Maui.IFontRegistrar Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions/<>c:b__1_1 (System.IServiceProvider) Microsoft.Maui.IImageSource Microsoft.Maui.Controls.Button:Microsoft.Maui.IImageSourcePart.get_Source () @@ -1867,6 +2003,7 @@ Methods: Microsoft.Maui.IImageSourceServiceProvider Microsoft.Maui.Platform.ImageSourcePartLoader:get_ImageSourceServiceProvider () Microsoft.Maui.IImageSourceServiceResult System.Runtime.CompilerServices.TaskAwaiter`1:GetResult () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IElementHandler.get_MauiContext () + Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Toolbar:get_MauiContext () @@ -1904,6 +2041,8 @@ Methods: Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:Implied (bool) Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeColumns (bool) Microsoft.Maui.Layouts.GridLayoutManager/Definition[] Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeRows (bool) + Microsoft.Maui.Layouts.GridLayoutManager/GridLengthType Microsoft.Maui.Layouts.GridLayoutManager:ToGridLengthType (Microsoft.Maui.GridUnitType) + Microsoft.Maui.Layouts.ILayoutManager Microsoft.Maui.Controls.Grid:CreateLayoutManager () Microsoft.Maui.Layouts.ILayoutManager Microsoft.Maui.Controls.Layout:get_LayoutManager () Microsoft.Maui.Layouts.ILayoutManager Microsoft.Maui.Controls.VerticalStackLayout:CreateLayoutManager () Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.Collections.Generic.IEnumerator.get_Current () @@ -1966,9 +2105,10 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,Microsoft.Maui.Thickness) Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () + Microsoft.Maui.WeakEventManager/Subscription System.Collections.Generic.List`1:get_Item (int) Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int,System.Func`4) - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,long&,Interop/Sys/Permissions&,System.Func`4) - Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,Interop/Sys/Permissions,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.IO.UnixFileMode,long&,System.IO.UnixFileMode&,System.Func`4) + Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1,System.Func`4) Microsoft.Win32.SafeHandles.SafeFileHandle System.Private.CoreLib.Interop/Sys:Open (string,Interop/Sys/OpenFlags,int) Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.EventWaitHandle:ValidateHandle () Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle:get_SafeWaitHandle () @@ -2001,34 +2141,33 @@ Methods: object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c:b__23_0 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider,System.Type) object Microsoft.Maui.Controls.AppThemeBinding:GetValue () + object Microsoft.Maui.Controls.BaseShellItem/<>c__DisplayClass77_0:b__0 () object Microsoft.Maui.Controls.BindableObject:get_BindingContext () object Microsoft.Maui.Controls.BindableObject:GetValue (Microsoft.Maui.Controls.BindableProperty) object Microsoft.Maui.Controls.BindableProperty:GetDefaultValue (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Binding:GetSourceValue (object,System.Type) object Microsoft.Maui.Controls.BindingBase:GetSourceValue (object,System.Type) - object Microsoft.Maui.Controls.BrushTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) object Microsoft.Maui.Controls.ElementTemplate:CreateContent () object Microsoft.Maui.Controls.FontElement:FontSizeDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_1 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_3 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IElementHandler.get_PlatformView () object Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IViewHandler.get_ContainerView () - object Microsoft.Maui.Controls.ImageSourceConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) object Microsoft.Maui.Controls.Internals.DataTemplateExtensions:CreateContent (Microsoft.Maui.Controls.DataTemplate,object,Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ObservableWrapper`2/d__15:System.Collections.IEnumerator.get_Current () object Microsoft.Maui.Controls.ObservableWrapper`2:System.Collections.IList.get_Item (int) object Microsoft.Maui.Controls.PaddingElement:PaddingDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Routing:CreateDefaultRoute (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) - object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__315_0 (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__315_1 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__316_0 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__316_1 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ShellContent:get_Content () object Microsoft.Maui.Controls.ShellContent/<>c__DisplayClass19_0:b__0 () object Microsoft.Maui.Controls.ShellContent/<>c:<.cctor>b__45_0 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ShellItem/<>c:<.cctor>b__45_0 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ShellSection/<>c:<.cctor>b__111_0 (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_2 (Microsoft.Maui.Controls.BindableObject,object) - object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__380_3 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__381_2 (Microsoft.Maui.Controls.BindableObject,object) + object Microsoft.Maui.Controls.VisualElement/<>c:<.cctor>b__381_3 (Microsoft.Maui.Controls.BindableObject,object) object Microsoft.Maui.Controls.VisualStateManager/<>c:<.cctor>b__10_0 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:Microsoft.Maui.Controls.Xaml.IProvideValueTarget.get_TargetObject () object Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:Microsoft.Maui.Controls.Xaml.IProvideValueTarget.get_TargetProperty () @@ -2042,7 +2181,6 @@ Methods: object Microsoft.Maui.Controls.Xaml.ValueConverterProvider:Convert (object,System.Type,System.Func`1,System.IServiceProvider) object Microsoft.Maui.Converters.ThicknessTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) object Microsoft.Maui.Graphics.Converters.ColorTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) - object Microsoft.Maui.Graphics.Converters.PointTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) object Microsoft.Maui.Handlers.ElementHandler:CreatePlatformElement () object Microsoft.Maui.Handlers.ElementHandler`2:Microsoft.Maui.IElementHandler.get_PlatformView () object Microsoft.Maui.Handlers.ElementHandler`2:OnCreatePlatformElement () @@ -2061,7 +2199,6 @@ Methods: object System.Activator:CreateInstance (System.Type) object System.AppContext:GetData (string) object System.Array:Clone () - object System.Array:GetValue (int) object System.Array:GetValueImpl (int) object System.Array:InternalGetValue (intptr) object System.ArrayEnumerator:get_Current () @@ -2080,6 +2217,8 @@ Methods: object System.Collections.Specialized.SingleItemReadOnlyList/d__15:System.Collections.IEnumerator.get_Current () object System.ComponentModel.TypeConverter:ConvertFromInvariantString (string) object System.ComponentModel.TypeConverter:ConvertFromString (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,string) + object System.Convert:ChangeType (object,System.Type,System.IFormatProvider) + object System.Convert:ChangeType (object,System.Type) object System.Delegate:get_Target () object System.GC:get_ephemeron_tombstone () object System.Globalization.CultureInfo:GetFormat (System.Type) @@ -2108,7 +2247,7 @@ Methods: object System.Runtime.InteropServices.GCHandle:InternalGet (intptr) object System.Runtime.InteropServices.Marshal:PtrToStructure (intptr,System.Type) object System.RuntimeType:CreateInstanceDefaultCtor (bool,bool) - object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType) + object System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType,System.RuntimeType) object System.RuntimeType:CreateInstanceInternal (System.Runtime.CompilerServices.QCallTypeHandle) object System.RuntimeType:CreateInstanceMono (bool,bool) object System.RuntimeType:CreateInstanceOfT () @@ -2126,22 +2265,28 @@ Methods: object[] System.Reflection.CustomAttribute:GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type,bool) object[] System.Reflection.CustomAttribute:GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type) object[] System.Reflection.RuntimeAssembly:GetCustomAttributes (System.Type,bool) - object& System.Collections.Generic.Dictionary`2:FindValue (string) object& System.Net.Http.Headers.HttpHeaders:g__GrowEntriesAndAddDefault|74_0 (System.Net.Http.Headers.HeaderDescriptor) object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrAddDefault (System.Net.Http.Headers.HeaderDescriptor) object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrNullRef (System.Net.Http.Headers.HeaderDescriptor) single Android.Util.DisplayMetrics:get_Density () single Android.Util.TypedValue:ComplexToDimension (int,Android.Util.DisplayMetrics) single Java.Interop.JniEnvironment/InstanceFields:GetFloatField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) + single Java.Interop.JniEnvironment/InstanceMethods:CallFloatMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) single Java.Interop.JniEnvironment/StaticMethods:CallStaticFloatMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) single Java.Interop.JniPeerMembers/JniInstanceFields:GetSingleValue (string,Java.Interop.IJavaPeerable) + single Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeAbstractSingleMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) single Java.Interop.JniPeerMembers/JniStaticMethods:InvokeSingleMethod (string,Java.Interop.JniArgumentValue*) + single Java.Interop.NativeMethods:java_interop_jnienv_call_float_method_a (intptr,intptr&,intptr,intptr,intptr) single Java.Interop.NativeMethods:java_interop_jnienv_call_static_float_method_a (intptr,intptr&,intptr,intptr,intptr) single Java.Interop.NativeMethods:java_interop_jnienv_get_float_field (intptr,intptr,intptr) + single Java.Lang.Float:FloatValue () + single Java.Lang.Float:System.IConvertible.ToSingle (System.IFormatProvider) + single Java.Lang.Object:op_Explicit (Java.Lang.Object) single Microsoft.Maui.Graphics.RectF:get_Height () single Microsoft.Maui.Graphics.RectF:get_Width () single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,double) single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Views.View,double) + single System.Convert:ToSingle (object) single System.Numerics.Matrix3x2:GetDeterminant () string Android.Content.ContextWrapper:get_PackageName () string Android.Content.Res.TypedArray:GetString (int) @@ -2160,13 +2305,10 @@ Methods: string Java.Interop.JniPeerMembers:GetReplacementType (string) string Java.Interop.JniRuntime/JniTypeManager:GetReplacementType (string) string Java.Interop.JniTypeSignature:get_Name () - string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:GetPrimitiveClass (System.Type) - string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:ToJniName (string,int) - string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:ToJniName (System.Type,Java.Interop.ExportParameterKind) - string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:ToJniName (System.Type) string Java.Interop.TypeManager:GetClassName (intptr) string Java.Lang.Object:ToString () string Java.Lang.String:ToString () + string Java.Lang.Throwable:_GetMessage (intptr) string Java.Net.HttpURLConnection:get_ResponseMessage () string Java.Security.KeyStore:get_DefaultType () string Microsoft.Maui.Controls.BaseShellItem:get_Route () @@ -2179,6 +2321,7 @@ Methods: string Microsoft.Maui.Controls.Internals.TextTransformUtilites:GetTransformedText (string,Microsoft.Maui.TextTransform) string Microsoft.Maui.Controls.Label:get_FontFamily () string Microsoft.Maui.Controls.Label:get_Text () + string Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:ConcatenateNameAndHelpText (Microsoft.Maui.Controls.BindableObject) string Microsoft.Maui.Controls.RequestDefinition:MakeUriString (System.Collections.Generic.List`1) string Microsoft.Maui.Controls.RouteRequestBuilder:g__GetUserSegment|27_1 (Microsoft.Maui.Controls.BaseShellItem) string Microsoft.Maui.Controls.RouteRequestBuilder:get_NextSegment () @@ -2189,6 +2332,8 @@ Methods: string Microsoft.Maui.Controls.ShellUriHandler:FormatUri (string) string Microsoft.Maui.Controls.Toolbar:get_Title () string Microsoft.Maui.Font:get_Family () + string Microsoft.Maui.FontFile:FileNameWithExtension (string) + string Microsoft.Maui.FontFile:get_Extension () string Microsoft.Maui.FontManager:FontNameToFontFile (string) string Microsoft.Maui.FontRegistrar:GetFont (string) string Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:System.Collections.Generic.IEnumerator.get_Current () @@ -2266,6 +2411,8 @@ Methods: string System.Net.Primitives.Interop/Sys:GetDomainName () string System.Number:Int32ToDecStr (int) string System.Number:UInt32ToDecStr (uint) + string System.Private.CoreLib.Interop/Sys:GetCwd () + string System.Private.CoreLib.Interop/Sys:GetCwdHelper (byte*,int) string System.Private.CoreLib.Interop/Sys:GetDefaultTimeZone () string System.Private.CoreLib.Interop/Sys:GetUnixRelease () string System.ReadOnlySpan`1:ToString () @@ -2275,6 +2422,8 @@ Methods: string System.Reflection.AssemblyNameParser:ParseCulture (string) string System.Reflection.RuntimeAssembly:get_Location () string System.Reflection.RuntimeAssembly:GetInfo (System.Reflection.RuntimeAssembly/AssemblyInfoKind) + string System.Reflection.RuntimeMethodInfo:get_Name () + string System.Reflection.RuntimeMethodInfo:get_name (System.Reflection.MethodBase) string System.Resources.ResourceManager:GetResourceFileName (System.Globalization.CultureInfo) string System.Resources.ResourceManager:GetString (string,System.Globalization.CultureInfo) string System.Resources.ResourceManager/ResourceManagerMediator:GetResourceFileName (System.Globalization.CultureInfo) @@ -2298,7 +2447,6 @@ Methods: string System.String:CreateStringForSByteConstructor (byte*,int) string System.String:CreateStringFromEncoding (byte*,int,System.Text.Encoding) string System.String:CreateTrimmedString (int,int) - string System.String:Ctor (char,int) string System.String:Ctor (char[],int,int) string System.String:Ctor (char*,int,int) string System.String:Ctor (char*) @@ -2325,6 +2473,7 @@ Methods: string System.Text.UTF8Encoding:GetString (byte[],int,int) string System.Text.ValueStringBuilder:ToString () string System.Text.ValueStringBuilder:ToString () + string System.Text.ValueStringBuilder:ToString () string System.Threading.Tasks.Task`1:get_Result () string System.TimeZoneInfo:GetExemplarCityName (string,string) string System.TimeZoneInfo:GetUtcFullDisplayName (string,string) @@ -2394,9 +2543,10 @@ Methods: System.Buffers.OperationStatus System.Text.Unicode.Utf8Utility:TranscodeToUtf8 (char*,int,byte*,int,char*&,byte*&) System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () - System.Collections.Generic.ArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:get_Default () + System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () + System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:get_Default () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2:GetEnumerator () System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator> System.Collections.Generic.Dictionary`2/KeyCollection>:GetEnumerator () @@ -2408,8 +2558,6 @@ Methods: System.Collections.Generic.Dictionary`2 Microsoft.Maui.Controls.ShellNavigationManager:ParseQueryString (string) System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo:get_CachedCulturesByName () System.Collections.Generic.Dictionary`2 Java.Interop.TypeManagerMapDictionaries:get_JniToManaged () - System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:CreateCreateManagedToNativeArray () - System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:get_CreateManagedToNativeArray () System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:CreateNativeArrayElementToManaged () System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:get_NativeArrayElementToManaged () System.Collections.Generic.Dictionary`2> Android.Runtime.JNIEnv:CreateNativeArrayToManaged () @@ -2418,11 +2566,15 @@ Methods: System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () + System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1:CreateComparer () System.Collections.Generic.EqualityComparer`1> System.Collections.Generic.EqualityComparer`1>:CreateComparer () System.Collections.Generic.EqualityComparer`1> System.Collections.Generic.EqualityComparer`1>:CreateComparer () System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1:GetEnumerator () System.Collections.Generic.HashSet`1 Microsoft.Maui.PropertyMapper:PopulateKeys () + System.Collections.Generic.IArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:CreateArraySortHelper () + System.Collections.Generic.IArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:CreateArraySortHelper () + System.Collections.Generic.IArraySortHelper`1 System.Collections.Generic.ArraySortHelper`1:get_Default () System.Collections.Generic.ICollection`1 Microsoft.Maui.Controls.ResourceDictionary:get_MergedDictionaries () System.Collections.Generic.ICollection`1 Android.Runtime.JavaDictionary`2>:get_Keys () System.Collections.Generic.IComparer`1 Microsoft.Maui.Controls.ToolbarTracker:CreateComparer () @@ -2439,6 +2591,7 @@ Methods: System.Collections.Generic.IEnumerable`1 Microsoft.Maui.Controls.ViewExtensions:GetParentsPath (Microsoft.Maui.Controls.Element) System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Where (System.Collections.Generic.IEnumerable`1,System.Func`2) System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Reverse (System.Collections.Generic.IEnumerable`1) + System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable:Select (System.Collections.Generic.IEnumerable`1,System.Func`2) System.Collections.Generic.IEnumerable`1 Microsoft.Maui.Controls.StyleSheets.StyleSheetExtensions:GetStyleSheets (Microsoft.Maui.Controls.IResourcesProvider) System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions:GetCustomAttributes (System.Reflection.Assembly) System.Collections.Generic.IEnumerable`1 Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider) @@ -2463,7 +2616,6 @@ Methods: System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Page/d__84:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ReadOnlyCastingList`2:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ViewExtensions/d__20:System.Collections.Generic.IEnumerable.GetEnumerator () - System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.MenuItemCollection:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/Iterator`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ObservableWrapper`2:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.ShellElementCollection`1:System.Collections.Generic.IEnumerable.GetEnumerator () @@ -2472,6 +2624,7 @@ Methods: System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.WatchAddList`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Hosting.Internal.FontCollection:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Array:InternalArray__IEnumerable_GetEnumerator () + System.Collections.Generic.IEnumerator`1 Microsoft.Maui.Controls.Layout:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Linq.OrderedEnumerable`1:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__42`1:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1 Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:System.Collections.Generic.IEnumerable.GetEnumerator () @@ -2486,6 +2639,7 @@ Methods: System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary:GetEnumerator () System.Collections.Generic.IEnumerator`1> Microsoft.Maui.Controls.ResourceDictionary/d__42:System.Collections.Generic.IEnumerable>.GetEnumerator () System.Collections.Generic.IEnumerator`1> System.Collections.Generic.Dictionary`2:System.Collections.Generic.IEnumerable>.GetEnumerator () + System.Collections.Generic.IEnumerator`1> System.Collections.Generic.List`1>:System.Collections.Generic.IEnumerable.GetEnumerator () System.Collections.Generic.IEnumerator`1>> System.Array:InternalArray__IEnumerable_GetEnumerator () System.Collections.Generic.IEnumerator`1>> System.Net.Http.Headers.HttpHeaders:GetEnumerator () System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1:GetEnumerator () @@ -2506,6 +2660,7 @@ Methods: System.Collections.Generic.IList`1 Android.Runtime.JavaDictionary`2>:Get (string) System.Collections.Generic.IList`1 Android.Runtime.JavaDictionary`2>:get_Item (string) System.Collections.Generic.IList`1 Android.Runtime.JavaList`1:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) + System.Collections.Generic.IList`1 Microsoft.Maui.Controls.NavigableElement:Microsoft.Maui.Controls.StyleSheets.IStyleSelectable.get_Classes () System.Collections.Generic.IList`1 System.Reflection.CustomAttribute:GetCustomAttributesData (System.Reflection.ICustomAttributeProvider,bool) System.Collections.Generic.IList`1 System.Reflection.CustomAttribute:GetCustomAttributesDataBase (System.Reflection.ICustomAttributeProvider,System.Type,bool) System.Collections.Generic.IList`1 System.Reflection.RuntimeCustomAttributeData:GetCustomAttributesInternal (System.Reflection.RuntimePropertyInfo) @@ -2543,6 +2698,7 @@ Methods: System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Application:Microsoft.Maui.IApplication.get_Windows () System.Collections.Generic.KeyValuePair`2 Microsoft.Maui.Controls.ResourceDictionary/d__42:System.Collections.Generic.IEnumerator>.get_Current () System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator:get_Current () + System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.List`1/Enumerator>:get_Current () System.Collections.Generic.KeyValuePair`2[] System.Collections.Generic.EnumerableHelpers:ToArray (System.Collections.Generic.IEnumerable`1>) System.Collections.Generic.KeyValuePair`2[] System.Linq.Enumerable:ToArray (System.Collections.Generic.IEnumerable`1>) System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1:GetEnumerator () @@ -2552,9 +2708,13 @@ Methods: System.Collections.Generic.List`1 System.Lazy`1>:CreateValue () System.Collections.Generic.List`1 System.Lazy`1>:get_Value () System.Collections.Generic.List`1 System.Linq.Enumerable:ToList (System.Collections.Generic.IEnumerable`1) + System.Collections.Generic.List`1 Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:GenerateItemList () System.Collections.Generic.List`1 Microsoft.Maui.Controls.MenuItemTracker`1:GetCurrentToolbarItems (Microsoft.Maui.Controls.Page) + System.Collections.Generic.List`1> Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.GenerateFlyoutGrouping () + System.Collections.Generic.List`1> Microsoft.Maui.Controls.ShellFlyoutItemsManager:GenerateFlyoutGrouping () System.Collections.Generic.List`1 System.Threading.TimerQueue:InitializeScheduledTimerManager_Locked () System.Collections.Generic.List`1 Microsoft.Maui.Hosting.Internal.MauiFactory:GetServiceBaseTypes (System.Type) + System.Collections.Generic.List`1> Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:CreateTabList (Microsoft.Maui.Controls.ShellItem) System.Collections.IEnumerator Microsoft.Maui.Controls.Layout:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.ObservableWrapper`2:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.ShellElementCollection`1:System.Collections.IEnumerable.GetEnumerator () @@ -2594,6 +2754,7 @@ Methods: System.DateTime System.TimeZoneInfo/AdjustmentRule:get_DateEnd () System.DateTime System.TimeZoneInfo/AdjustmentRule:get_DateStart () System.DateTimeOffset System.DateTimeOffset:FromUnixTimeSeconds (long) + System.Delegate Android.Animation.ValueAnimator/IAnimatorUpdateListenerInvoker:GetOnAnimationUpdate_Landroid_animation_ValueAnimator_Handler () System.Delegate Android.App.Activity:GetOnActivityResult_IILandroid_content_Intent_Handler () System.Delegate Android.App.Activity:GetOnBackPressedHandler () System.Delegate Android.App.Activity:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler () @@ -2634,6 +2795,7 @@ Methods: System.Delegate Android.Graphics.Drawables.Drawable:GetGetOpacityHandler () System.Delegate Android.Graphics.Drawables.Drawable:GetSetAlpha_IHandler () System.Delegate Android.Graphics.Drawables.Drawable:GetSetColorFilter_Landroid_graphics_ColorFilter_Handler () + System.Delegate Android.Graphics.Drawables.DrawableContainer:GetDraw_Landroid_graphics_Canvas_Handler () System.Delegate Android.Runtime.JNINativeWrapper:CreateBuiltInDelegate (System.Delegate,System.Type) System.Delegate Android.Runtime.JNINativeWrapper:CreateDelegate (System.Delegate) System.Delegate Android.Views.View:GetDispatchDraw_Landroid_graphics_Canvas_Handler () @@ -2652,6 +2814,7 @@ Methods: System.Delegate Android.Views.ViewGroup:GetOnLayout_ZIIIIHandler () System.Delegate Android.Views.ViewTreeObserver/IOnGlobalLayoutListenerInvoker:GetOnGlobalLayoutHandler () System.Delegate Android.Widget.FrameLayout:GetOnLayout_ZIIIIHandler () + System.Delegate AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:GetOnLayout_ZIIIIHandler () System.Delegate AndroidX.Core.View.AccessibilityDelegateCompat:GetDispatchPopulateAccessibilityEvent_Landroid_view_View_Landroid_view_accessibility_AccessibilityEvent_Handler () System.Delegate AndroidX.Core.View.AccessibilityDelegateCompat:GetGetAccessibilityNodeProvider_Landroid_view_View_Handler () System.Delegate AndroidX.Core.View.AccessibilityDelegateCompat:GetOnInitializeAccessibilityEvent_Landroid_view_View_Landroid_view_accessibility_AccessibilityEvent_Handler () @@ -2671,9 +2834,15 @@ Methods: System.Delegate AndroidX.Fragment.App.Fragment:GetOnDestroyViewHandler () System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetGetItemCountHandler () System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetGetItemId_IHandler () + System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetGetItemViewType_IHandler () + System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetOnBindViewHolder_Landroidx_recyclerview_widget_RecyclerView_ViewHolder_IHandler () + System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetOnCreateViewHolder_Landroid_view_ViewGroup_IHandler () + System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetOnViewRecycled_Landroidx_recyclerview_widget_RecyclerView_ViewHolder_Handler () + System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager:GetCanScrollVerticallyHandler () System.Delegate AndroidX.ViewPager2.Adapter.FragmentStateAdapter:GetContainsItem_JHandler () System.Delegate AndroidX.ViewPager2.Adapter.FragmentStateAdapter:GetCreateFragment_IHandler () System.Delegate AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:GetOnPageSelected_IHandler () + System.Delegate Google.Android.Material.AppBar.AppBarLayout/IOnOffsetChangedListenerInvoker:GetOnOffsetChanged_Lcom_google_android_material_appbar_AppBarLayout_IHandler () System.Delegate Google.Android.Material.Navigation.NavigationBarView/IOnItemSelectedListenerInvoker:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler () System.Delegate Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategyInvoker:GetOnConfigureTab_Lcom_google_android_material_tabs_TabLayout_Tab_IHandler () System.Delegate Java.Interop.TypeManager:GetActivateHandler () @@ -2691,15 +2860,19 @@ Methods: System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) System.Delegate System.MulticastDelegate:RemoveImpl (System.Delegate) System.Delegate System.Reflection.RuntimeMethodInfo:CreateDelegate (System.Type) + System.Exception Android.Runtime.AndroidRuntime:GetExceptionForThrowable (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) System.Exception Java.Interop.JniEnvironment:GetExceptionForLastThrowable (intptr) + System.Exception Java.Lang.Throwable:_GetInnerException (intptr) + System.Exception/DispatchState System.Exception:CaptureDispatchState () System.Func`2 Microsoft.Extensions.DependencyInjection.ServiceLookup.DynamicServiceProviderEngine:RealizeService (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite) System.Func`2 Microsoft.Extensions.DependencyInjection.ServiceProvider:CreateServiceAccessor (System.Type) System.Func`2 System.Collections.Concurrent.ConcurrentDictionary`2>:GetOrAdd (System.Type,System.Func`2>) System.Func`2 Java.Interop.JavaConvert:GetLocalJniHandleConverter (object) - System.Func`2 Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2>,System.Type,intptr) System.Func`3 Microsoft.Maui.Handlers.ScrollViewHandler:IncludeScrollViewInsets (System.Func`3,Microsoft.Maui.IScrollView) System.Func`3 Java.Interop.JavaConvert:GetJniHandleConverter (System.Type) System.Func`3 Java.Interop.JavaConvert:GetJniHandleConverterForType (System.Type) + System.Func`4 Android.Runtime.JNIEnv:GetConverter (System.Collections.Generic.Dictionary`2>,System.Type,intptr) + System.Func`4 System.Collections.Generic.Dictionary`2>:get_Item (System.Type) System.GCMemoryInfo System.GC:GetGCMemoryInfo () System.Globalization.Calendar System.Globalization.CultureData:get_DefaultCalendar () System.Globalization.Calendar System.Globalization.CultureInfo:get_Calendar () @@ -2743,8 +2916,8 @@ Methods: System.IDisposable& System.Collections.Generic.Dictionary`2:FindValue (intptr) System.IO.FileStream System.IO.File:OpenRead (string) System.IO.MemoryStream System.Net.Http.HttpContent:CreateMemoryStream (long,System.Exception&) - System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategy (System.IO.FileStream,string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) - System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategyCore (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategy (System.IO.FileStream,string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long,System.Nullable`1) + System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:ChooseStrategyCore (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1) System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:EnableBufferingIfNeeded (System.IO.Strategies.FileStreamStrategy,int) System.IO.Strategies.FileStreamStrategy System.IO.Strategies.FileStreamHelpers:WrapIfDerivedType (System.IO.FileStream,System.IO.Strategies.FileStreamStrategy) System.IO.Stream Android.Runtime.InputStreamInvoker:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) @@ -2823,7 +2996,6 @@ Methods: System.ReadOnlySpan`1 System.HexConverter:get_CharToHexLookup () System.ReadOnlySpan`1 System.IO.BinaryReader:InternalRead (int) System.ReadOnlySpan`1 System.Numerics.BitOperations:get_Log2DeBruijn () - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) System.ReadOnlySpan`1 System.Text.UTF8Encoding:get_PreambleSpan () System.ReadOnlySpan`1 System.Text.UTF8Encoding/UTF8EncodingSealed:get_Preamble () System.ReadOnlySpan`1 System.IO.Path:GetFileName (System.ReadOnlySpan`1) @@ -2835,14 +3007,11 @@ Methods: System.ReadOnlySpan`1 System.MemoryExtensions:TrimStart (System.ReadOnlySpan`1) System.ReadOnlySpan`1 System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:get_Text () System.ReadOnlySpan`1 System.Runtime.InteropServices.MemoryMarshal:CreateReadOnlySpanFromNullTerminated (char*) - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixDate (System.ReadOnlySpan`1,int&) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixName (System.ReadOnlySpan`1,int&) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixOffset (System.ReadOnlySpan`1,int&) System.ReadOnlySpan`1 System.TimeZoneInfo:TZif_ParsePosixString (System.ReadOnlySpan`1,int&,System.Func`2) System.ReadOnlySpan`1 System.Collections.Generic.ValueListBuilder`1:AsSpan () - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) - System.ReadOnlySpan`1 System.Span`1:op_Implicit (System.Span`1) System.Reflection.Assembly System.Reflection.Assembly:GetExecutingAssembly () System.Reflection.Assembly System.Reflection.Assembly:InternalLoad (string,System.Threading.StackCrawlMark&,intptr) System.Reflection.Assembly System.Reflection.Assembly:Load (System.Reflection.AssemblyName,System.Threading.StackCrawlMark&,System.Runtime.Loader.AssemblyLoadContext) @@ -2977,6 +3146,7 @@ Methods: System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpContent/d__63&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.StreamToStreamCopy/<g__DisposeSourceAsync|1_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1:GetAwaiter () + System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo:Capture (System.Exception) System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle:Alloc (object,System.Runtime.InteropServices.GCHandleType) System.Runtime.Loader.AssemblyLoadContext System.Runtime.Loader.AssemblyLoadContext:GetAssemblyLoadContext (intptr) System.Runtime.Loader.AssemblyLoadContext System.Runtime.Loader.AssemblyLoadContext:GetLoadContext (System.Reflection.Assembly) @@ -3015,8 +3185,9 @@ Methods: System.Threading.SemaphoreSlim System.IO.Stream:EnsureAsyncActiveSemaphoreInitialized () System.Threading.SynchronizationContext Android.App.Application:get_SynchronizationContext () System.Threading.SynchronizationContext System.Threading.SynchronizationContext:get_Current () + System.Threading.Tasks.Task Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetMenuItemIcon (Android.Views.IMenuItem,Microsoft.Maui.Controls.ImageSource,Microsoft.Maui.IMauiContext) System.Threading.Tasks.Task Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:UpdateDrawerArrowFromFlyoutIcon (Android.Content.Context,AndroidX.AppCompat.App.ActionBarDrawerToggle) - System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:g__SetCurrentItem|175_1 () + System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:g__SetCurrentItem|176_1 () System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:OnFlyoutItemSelectedAsync (Microsoft.Maui.Controls.Element,bool) System.Threading.Tasks.Task Microsoft.Maui.Controls.ShellNavigationManager:GoToAsync (Microsoft.Maui.Controls.ShellNavigationParameters,Microsoft.Maui.Controls.ShellNavigationRequest) System.Threading.Tasks.Task Microsoft.Maui.Handlers.ButtonHandler:MapImageSourceAsync (Microsoft.Maui.Handlers.IButtonHandler,Microsoft.Maui.IImage) @@ -3042,6 +3213,7 @@ Methods: System.Threading.Tasks.Task System.Threading.Tasks.Task:InternalStartNew (System.Threading.Tasks.Task,System.Delegate,object,System.Threading.CancellationToken,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) System.Threading.Tasks.Task System.Threading.Tasks.Task:InternalWhenAll (System.Threading.Tasks.Task[]) System.Threading.Tasks.Task System.Threading.Tasks.Task:Run (System.Action,System.Threading.CancellationToken) + System.Threading.Tasks.Task System.Threading.Tasks.Task:WhenAll (System.Collections.Generic.IEnumerable`1) System.Threading.Tasks.Task System.Threading.Tasks.Task:WhenAll (System.Threading.Tasks.Task[]) System.Threading.Tasks.Task Xamarin.Android.Net.AndroidMessageHandler:ConnectAsync (Java.Net.HttpURLConnection,System.Threading.CancellationToken) System.Threading.Tasks.Task Xamarin.Android.Net.AndroidMessageHandler:SetupRequest (System.Net.Http.HttpRequestMessage,Java.Net.HttpURLConnection) @@ -3136,36 +3308,49 @@ Methods: System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/TransitionTime:CreateFixedDateRule (System.DateTime,int,int) System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/TransitionTime:CreateFloatingDateRule (System.DateTime,int,int,System.DayOfWeek) System.TimeZoneInfo/TZifType System.TimeZoneInfo:TZif_GetEarlyDateTransitionType (System.TimeZoneInfo/TZifType[]) + System.Type Android.Animation.ValueAnimator:get_ThresholdType () System.Type Android.App.Application:get_ThresholdType () System.Type Android.App.UiModeManager:get_ThresholdType () System.Type Android.Content.Intent:get_ThresholdType () + System.Type Android.Content.Res.ColorStateList:get_ThresholdType () System.Type Android.Content.Res.Resources:get_ThresholdType () System.Type Android.Content.Res.TypedArray:get_ThresholdType () System.Type Android.Graphics.Canvas:get_ThresholdType () + System.Type Android.Graphics.Drawables.AnimationDrawable:get_ThresholdType () + System.Type Android.Graphics.Drawables.ColorDrawable:get_ThresholdType () System.Type Android.Graphics.Paint:get_ThresholdType () System.Type Android.Net.ConnectivityManager:get_ThresholdType () System.Type Android.Net.NetworkInfo:get_ThresholdType () System.Type Android.Runtime.ResourceIdManager:GetResourceTypeFromAssembly (System.Reflection.Assembly) System.Type Android.Runtime.XAPeerMembers:GetThresholdType (Java.Interop.IJavaPeerable) System.Type Android.Text.TextPaint:get_ThresholdType () + System.Type Android.Views.LayoutInflaterInvoker:get_ThresholdType () System.Type Android.Views.View:get_ThresholdType () System.Type Android.Views.ViewGroup:get_ThresholdType () System.Type Android.Widget.FrameLayout:get_ThresholdType () + System.Type Android.Widget.ImageView:get_ThresholdType () System.Type Android.Widget.LinearLayout:get_ThresholdType () System.Type AndroidX.AppCompat.App.ActionBarDrawerToggle:get_ThresholdType () System.Type AndroidX.AppCompat.App.AppCompatActivity:get_ThresholdType () + System.Type AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:get_ThresholdType () System.Type AndroidX.AppCompat.View.Menu.MenuBuilder:get_ThresholdType () System.Type AndroidX.AppCompat.Widget.AppCompatImageView:get_ThresholdType () System.Type AndroidX.AppCompat.Widget.AppCompatTextView:get_ThresholdType () + System.Type AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:get_ThresholdType () + System.Type AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:get_ThresholdType () System.Type AndroidX.Core.Widget.NestedScrollView:get_ThresholdType () System.Type AndroidX.DrawerLayout.Widget.DrawerLayout:get_ThresholdType () System.Type AndroidX.Fragment.App.Fragment:get_ThresholdType () System.Type AndroidX.Fragment.App.FragmentManagerInvoker:get_ThresholdType () System.Type AndroidX.Fragment.App.FragmentTransactionInvoker:get_ThresholdType () + System.Type AndroidX.RecyclerView.Widget.RecyclerView:get_ThresholdType () + System.Type AndroidX.RecyclerView.Widget.RecyclerView/Adapter:get_ThresholdType () System.Type AndroidX.ViewPager2.Widget.ViewPager2:get_ThresholdType () System.Type AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:get_ThresholdType () System.Type Google.Android.Material.AppBar.AppBarLayout:get_ThresholdType () System.Type Google.Android.Material.AppBar.MaterialToolbar:get_ThresholdType () + System.Type Google.Android.Material.BottomNavigation.BottomNavigationItemView:get_ThresholdType () + System.Type Google.Android.Material.BottomNavigation.BottomNavigationMenuView:get_ThresholdType () System.Type Google.Android.Material.BottomNavigation.BottomNavigationView:get_ThresholdType () System.Type Google.Android.Material.Button.MaterialButton:get_ThresholdType () System.Type Google.Android.Material.Tabs.TabLayout:get_ThresholdType () @@ -3208,7 +3393,6 @@ Methods: System.Type System.RuntimeType:get_UnderlyingSystemType () System.Type System.RuntimeType:GetElementType () System.Type System.RuntimeType:GetGenericTypeDefinition () - System.Type System.RuntimeType:MakeArrayType () System.Type System.RuntimeType:MakeByRefType () System.Type System.RuntimeType:MakeGenericType (System.Type[]) System.Type System.RuntimeTypeHandle:GetGenericTypeDefinition (System.RuntimeType) @@ -3219,6 +3403,7 @@ Methods: System.Type[] System.RuntimeType:GetGenericArguments () System.Type[] System.RuntimeType:GetInterfaces () System.Type[] System.Type:get_GenericTypeArguments () + System.Type& System.Collections.Generic.Dictionary`2:FindValue (string) System.TypeCode System.RuntimeType:GetTypeCodeImpl () System.TypeCode System.Type:GetTypeCode (System.Type) System.Uri Microsoft.Maui.Controls.ShellNavigationState:TrimDownImplicitAndDefaultPaths (System.Uri) @@ -3227,7 +3412,6 @@ Methods: System.Uri Microsoft.Maui.Controls.ShellUriHandler:CreateUri (string) System.Uri Microsoft.Maui.Controls.ShellUriHandler:FormatUri (System.Uri,Microsoft.Maui.Controls.Shell) System.Uri System.Net.Http.HttpClient:CreateUri (string) - System.Uri System.Uri:CreateHelper (string,bool,System.UriKind,System.UriFormatException&,System.UriCreationOptions&) System.Uri/Check System.Uri:CheckCanonical (char*,int&,int,char) System.Uri/MoreInfo System.Uri/UriInfo:get_MoreInfo () System.Uri/UriInfo System.Uri:EnsureUriInfo () @@ -3239,6 +3423,7 @@ Methods: System.ValueTuple`2[] Microsoft.Maui.ApplicationModel.Permissions/NetworkState:get_RequiredPermissions () System.ValueTuple`2[] System.Collections.Generic.List`1>:ToArray () System.ValueTuple`2& System.Collections.Generic.Dictionary`2>:FindValue (string) + System.ValueTuple`3 System.Collections.Generic.List`1>:get_Item (int) System.ValueTuple`3& System.Collections.Generic.Dictionary`2>:FindValue (string) System.ValueTuple`3 System.Net.Http.HttpClient:PrepareCancellationTokenSource (System.Threading.CancellationToken) System.Version System.Reflection.AssemblyNameParser:ParseVersion (string) @@ -3263,6 +3448,19 @@ Methods: ulong System.Number:DigitsToUInt64 (byte*,int) ulong System.Number:NumberToDoubleFloatingPointBits (System.Number/NumberBuffer&,System.Number/FloatingPointInfo&) ulong System.Private.CoreLib.Interop/Sys:GetTimestamp () + void Android.Animation.Animator:.cctor () + void Android.Animation.Animator:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Animation.Animator:Start () + void Android.Animation.ValueAnimator:.cctor () + void Android.Animation.ValueAnimator:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Animation.ValueAnimator:add_Update (System.EventHandler`1) + void Android.Animation.ValueAnimator:AddUpdateListener (Android.Animation.ValueAnimator/IAnimatorUpdateListener) + void Android.Animation.ValueAnimator:SetInterpolator (Android.Animation.ITimeInterpolator) + void Android.Animation.ValueAnimator/<>c__DisplayClass143_0:b__0 (Android.Animation.ValueAnimator/IAnimatorUpdateListenerImplementor) + void Android.Animation.ValueAnimator/IAnimatorUpdateListenerImplementor:.ctor (object) + void Android.Animation.ValueAnimator/IAnimatorUpdateListenerImplementor:OnAnimationUpdate (Android.Animation.ValueAnimator) + void Android.Animation.ValueAnimator/IAnimatorUpdateListenerInvoker:.cctor () + void Android.Animation.ValueAnimator/IAnimatorUpdateListenerInvoker:n_OnAnimationUpdate_Landroid_animation_ValueAnimator_ (intptr,intptr,intptr) void Android.App.Activity:.cctor () void Android.App.Activity:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.App.Activity:n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) @@ -3321,7 +3519,6 @@ Methods: void Android.Content.Res.AssetManager:.cctor () void Android.Content.Res.AssetManager:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Content.Res.ColorStateList:.cctor () - void Android.Content.Res.ColorStateList:.ctor (int[][],int[]) void Android.Content.Res.ColorStateList:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Content.Res.Configuration:.cctor () void Android.Content.Res.Configuration:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3331,19 +3528,33 @@ Methods: void Android.Content.Res.Resources/Theme:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Content.Res.TypedArray:.cctor () void Android.Content.Res.TypedArray:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.BlendMode:.cctor () + void Android.Graphics.BlendMode:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.BlendModeColorFilter:.cctor () + void Android.Graphics.BlendModeColorFilter:.ctor (Android.Graphics.Color,Android.Graphics.BlendMode) void Android.Graphics.Canvas:.cctor () void Android.Graphics.Canvas:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.Canvas:DrawCircle (single,single,single,Android.Graphics.Paint) + void Android.Graphics.Canvas:DrawColor (Android.Graphics.Color) void Android.Graphics.Canvas:DrawRect (Android.Graphics.Rect,Android.Graphics.Paint) void Android.Graphics.Color:.ctor (int,int,int,int) void Android.Graphics.Color:CheckARGBValues (int,int,int,int) void Android.Graphics.Color:CheckRGBValues (int,int,int) + void Android.Graphics.ColorFilter:.cctor () + void Android.Graphics.ColorFilter:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.Drawables.AnimationDrawable:.cctor () + void Android.Graphics.Drawables.AnimationDrawable:.ctor () void Android.Graphics.Drawables.ColorDrawable:.cctor () void Android.Graphics.Drawables.ColorDrawable:.ctor (Android.Graphics.Color) void Android.Graphics.Drawables.ColorDrawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Drawables.Drawable:.cctor () void Android.Graphics.Drawables.Drawable:.ctor () void Android.Graphics.Drawables.Drawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.Drawables.Drawable:InvalidateSelf () void Android.Graphics.Drawables.Drawable:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) + void Android.Graphics.Drawables.DrawableContainer:.cctor () + void Android.Graphics.Drawables.DrawableContainer:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.Drawables.DrawableContainer:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Graphics.Drawables.LayerDrawable:.cctor () void Android.Graphics.Drawables.LayerDrawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Drawables.RippleDrawable:.cctor () @@ -3363,6 +3574,8 @@ Methods: void Android.Graphics.Paint:SetStyle (Android.Graphics.Paint/Style) void Android.Graphics.Paint/Style:.cctor () void Android.Graphics.Paint/Style:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.Point:.cctor () + void Android.Graphics.Point:.ctor (int,int) void Android.Graphics.PorterDuff/Mode:.cctor () void Android.Graphics.PorterDuff/Mode:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Rect:.cctor () @@ -3422,7 +3635,6 @@ Methods: void Android.Runtime.JavaSet`1:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Runtime.JNIEnv:_monodroid_gref_log_delete (intptr,byte,string,int,System.Text.StringBuilder,int) void Android.Runtime.JNIEnv:.cctor () - void Android.Runtime.JNIEnv:AssertCompatibleArrayTypes (intptr,System.Type) void Android.Runtime.JNIEnv:AssertIsJavaObject (System.Type) void Android.Runtime.JNIEnv:CallNonvirtualVoidMethod (intptr,intptr,intptr,Android.Runtime.JValue*) void Android.Runtime.JNIEnv:CheckHandle (intptr) @@ -3430,8 +3642,10 @@ Methods: void Android.Runtime.JNIEnv:CopyArray (int[],intptr) void Android.Runtime.JNIEnv:CopyArray (intptr,byte[]) void Android.Runtime.JNIEnv:CopyArray (intptr,int[]) - void Android.Runtime.JNIEnv:CopyArray (intptr,int[][]) + void Android.Runtime.JNIEnv:CopyArray (intptr,single[]) + void Android.Runtime.JNIEnv:CopyArray (intptr,string[]) void Android.Runtime.JNIEnv:CopyArray (intptr,System.Array,System.Type) + void Android.Runtime.JNIEnv:CopyArray (single[],intptr) void Android.Runtime.JNIEnv:DeleteGlobalRef (intptr) void Android.Runtime.JNIEnv:DeleteLocalRef (intptr) void Android.Runtime.JNIEnv:DeleteRef (intptr,Android.Runtime.JniHandleOwnership) @@ -3441,7 +3655,6 @@ Methods: void Android.Runtime.JNIEnv:InvokeConstructor (intptr,string,Android.Runtime.JValue*) void Android.Runtime.JNIEnv:monodroid_free (intptr) void Android.Runtime.JNIEnv:RegisterJniNatives (intptr,int,intptr,intptr,int) - void Android.Runtime.JNIEnv:SetObjectArrayElement (intptr,int,intptr) void Android.Runtime.JNIEnv:WaitForBridgeProcessing () void Android.Runtime.JNIEnv/<>c:.cctor () void Android.Runtime.JNIEnv/<>c:.ctor () @@ -3458,6 +3671,7 @@ Methods: void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPZIIII_V (_JniMarshal_PPZIIII_V,intptr,intptr,bool,int,int,int,int) void Android.Runtime.JValue:.cctor () void Android.Runtime.JValue:.ctor (intptr) + void Android.Runtime.JValue:.ctor (long) void Android.Runtime.Logger:.cctor () void Android.Runtime.ResourceDesignerAttribute:.ctor (string) void Android.Runtime.ResourceDesignerAttribute:set_IsApplication (bool) @@ -3470,8 +3684,14 @@ Methods: void Android.Text.TextPaint:.ctor (Android.Graphics.Paint) void Android.Util.DisplayMetrics:.cctor () void Android.Util.DisplayMetrics:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Util.IAttributeSetInvoker:.cctor () + void Android.Util.IAttributeSetInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Util.TypedValue:.cctor () void Android.Util.TypedValue:.ctor () + void Android.Views.Animations.BaseInterpolator:.cctor () + void Android.Views.Animations.BaseInterpolator:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.Animations.DecelerateInterpolator:.cctor () + void Android.Views.Animations.DecelerateInterpolator:.ctor () void Android.Views.ContextThemeWrapper:.cctor () void Android.Views.ContextThemeWrapper:.ctor (Android.Content.Context,int) void Android.Views.ContextThemeWrapper:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3486,6 +3706,7 @@ Methods: void Android.Views.View:.cctor () void Android.Views.View:.ctor (Android.Content.Context) void Android.Views.View:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.View:add_Click (System.EventHandler) void Android.Views.View:add_FocusChange (System.EventHandler`1) void Android.Views.View:add_LayoutChange (System.EventHandler`1) void Android.Views.View:add_Touch (System.EventHandler`1) @@ -3511,6 +3732,8 @@ Methods: void Android.Views.View:set_BackgroundTintMode (Android.Graphics.PorterDuff/Mode) void Android.Views.View:set_ClipBounds (Android.Graphics.Rect) void Android.Views.View:set_ClipToOutline (bool) + void Android.Views.View:set_ContentDescription (string) + void Android.Views.View:set_ContentDescriptionFormatted (Java.Lang.ICharSequence) void Android.Views.View:set_Elevation (single) void Android.Views.View:set_Id (int) void Android.Views.View:set_ImportantForAccessibility (Android.Views.ImportantForAccessibility) @@ -3526,13 +3749,17 @@ Methods: void Android.Views.View:SetBackgroundColor (Android.Graphics.Color) void Android.Views.View:SetFitsSystemWindows (bool) void Android.Views.View:SetMeasuredDimension (int,int) + void Android.Views.View:SetMinimumHeight (int) + void Android.Views.View:SetMinimumWidth (int) void Android.Views.View:SetOnClickListener (Android.Views.View/IOnClickListener) void Android.Views.View:SetOnTouchListener (Android.Views.View/IOnTouchListener) void Android.Views.View:SetPadding (int,int,int,int) - void Android.Views.View/<>c__DisplayClass2872_0:b__0 (Android.Views.View/IOnLayoutChangeListenerImplementor) - void Android.Views.View/<>c__DisplayClass2946_0:b__0 (Android.Views.View/IOnTouchListenerImplementor) - void Android.Views.View/<>c__DisplayClass2951_0:b__0 (Android.Views.View/IOnFocusChangeListener) - void Android.Views.View/<>c__DisplayClass2951_0:b__1 (Android.Views.View/IOnFocusChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2888_0:b__0 (Android.Views.View/IOnLayoutChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2912_0:b__0 (Android.Views.View/IOnClickListenerImplementor) + void Android.Views.View/<>c__DisplayClass2962_0:b__0 (Android.Views.View/IOnTouchListenerImplementor) + void Android.Views.View/<>c__DisplayClass2967_0:b__0 (Android.Views.View/IOnFocusChangeListener) + void Android.Views.View/<>c__DisplayClass2967_0:b__1 (Android.Views.View/IOnFocusChangeListenerImplementor) + void Android.Views.View/IOnClickListenerImplementor:.ctor () void Android.Views.View/IOnClickListenerInvoker:.cctor () void Android.Views.View/IOnFocusChangeListenerImplementor:.ctor () void Android.Views.View/IOnFocusChangeListenerInvoker:.cctor () @@ -3548,20 +3775,25 @@ Methods: void Android.Views.ViewGroup:.ctor (Android.Content.Context) void Android.Views.ViewGroup:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.ViewGroup:AddView (Android.Views.View,int,Android.Views.ViewGroup/LayoutParams) + void Android.Views.ViewGroup:AddView (Android.Views.View,int) void Android.Views.ViewGroup:AddView (Android.Views.View) void Android.Views.ViewGroup:Layout (int,int,int,int) void Android.Views.ViewGroup:n_OnLayout_ZIIII (intptr,intptr,bool,int,int,int,int) void Android.Views.ViewGroup:RemoveAllViews () void Android.Views.ViewGroup:SetClipChildren (bool) + void Android.Views.ViewGroup:SetClipToPadding (bool) void Android.Views.ViewGroup/LayoutParams:.cctor () + void Android.Views.ViewGroup/LayoutParams:.ctor (Android.Views.ViewGroup/LayoutParams) void Android.Views.ViewGroup/LayoutParams:.ctor (int,int) void Android.Views.ViewGroup/LayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.ViewGroup/LayoutParams:set_Height (int) + void Android.Views.ViewGroup/LayoutParams:set_Width (int) void Android.Views.ViewGroup/MarginLayoutParams:.cctor () void Android.Views.ViewGroup/MarginLayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.ViewTreeObserver:.cctor () void Android.Views.ViewTreeObserver:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.ViewTreeObserver:AddOnGlobalLayoutListener (Android.Views.ViewTreeObserver/IOnGlobalLayoutListener) + void Android.Views.ViewTreeObserver:RemoveOnGlobalLayoutListener (Android.Views.ViewTreeObserver/IOnGlobalLayoutListener) void Android.Views.ViewTreeObserver/IOnGlobalLayoutListenerInvoker:.cctor () void Android.Views.ViewTreeObserver/IOnGlobalLayoutListenerInvoker:n_OnGlobalLayout (intptr,intptr) void Android.Views.Window:.cctor () @@ -3578,6 +3810,7 @@ Methods: void Android.Widget.HorizontalScrollView:.cctor () void Android.Widget.HorizontalScrollView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Widget.ImageView:.cctor () + void Android.Widget.ImageView:.ctor (Android.Content.Context) void Android.Widget.ImageView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Widget.ImageView:SetAdjustViewBounds (bool) void Android.Widget.ImageView:SetImageResource (int) @@ -3587,6 +3820,7 @@ Methods: void Android.Widget.LinearLayout:.cctor () void Android.Widget.LinearLayout:.ctor (Android.Content.Context) void Android.Widget.LinearLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Widget.LinearLayout:set_Orientation (Android.Widget.Orientation) void Android.Widget.LinearLayout/LayoutParams:.cctor () void Android.Widget.LinearLayout/LayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Widget.TextView:.cctor () @@ -3605,14 +3839,24 @@ Methods: void AndroidX.Activity.ComponentActivity:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.AppCompat.App.ActionBarDrawerToggle:.cctor () void AndroidX.AppCompat.App.ActionBarDrawerToggle:.ctor (Android.App.Activity,AndroidX.DrawerLayout.Widget.DrawerLayout,AndroidX.AppCompat.Widget.Toolbar,int,int) + void AndroidX.AppCompat.App.ActionBarDrawerToggle:set_DrawerArrowDrawable (AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable) void AndroidX.AppCompat.App.ActionBarDrawerToggle:set_DrawerIndicatorEnabled (bool) void AndroidX.AppCompat.App.ActionBarDrawerToggle:set_DrawerSlideAnimationEnabled (bool) void AndroidX.AppCompat.App.ActionBarDrawerToggle:set_ToolbarNavigationClickListener (Android.Views.View/IOnClickListener) void AndroidX.AppCompat.App.ActionBarDrawerToggle:SyncState () void AndroidX.AppCompat.App.AppCompatActivity:.cctor () void AndroidX.AppCompat.App.AppCompatActivity:.ctor () + void AndroidX.AppCompat.Content.Res.AppCompatResources:.cctor () + void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:.cctor () + void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:.ctor (Android.Content.Context) + void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:set_Color (int) + void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:set_Progress (single) + void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:SetColorFilter (Android.Graphics.ColorFilter) void AndroidX.AppCompat.View.Menu.MenuBuilder:.cctor () void AndroidX.AppCompat.View.Menu.MenuBuilder:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.AppCompat.View.Menu.MenuBuilder:Clear () + void AndroidX.AppCompat.View.Menu.MenuItemImpl:.cctor () + void AndroidX.AppCompat.View.Menu.MenuItemImpl:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.AppCompat.Widget.AppCompatButton:.cctor () void AndroidX.AppCompat.Widget.AppCompatButton:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.AppCompat.Widget.AppCompatImageView:.cctor () @@ -3621,16 +3865,22 @@ Methods: void AndroidX.AppCompat.Widget.AppCompatTextView:.ctor (Android.Content.Context) void AndroidX.AppCompat.Widget.Toolbar:.cctor () void AndroidX.AppCompat.Widget.Toolbar:.ctor (intptr,Android.Runtime.JniHandleOwnership) - void AndroidX.AppCompat.Widget.Toolbar:set_NavigationIcon (Android.Graphics.Drawables.Drawable) void AndroidX.AppCompat.Widget.Toolbar:set_Title (string) void AndroidX.AppCompat.Widget.Toolbar:set_TitleFormatted (Java.Lang.ICharSequence) void AndroidX.AppCompat.Widget.Toolbar:SetNavigationContentDescription (int) void AndroidX.AppCompat.Widget.Toolbar:SetNavigationOnClickListener (Android.Views.View/IOnClickListener) void AndroidX.AppCompat.Widget.Toolbar:SetTitleTextColor (int) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.cctor () + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.ctor (Android.Content.Context,Android.Util.IAttributeSet) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:n_OnLayout_ZIIII (intptr,intptr,bool,int,int,int,int) + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:OnLayout (bool,int,int,int,int) + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/Behavior:.cctor () + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/Behavior:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:.cctor () void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:.ctor (int,int) + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:set_Behavior (AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/Behavior) void AndroidX.Core.App.ComponentActivity:.cctor () void AndroidX.Core.App.ComponentActivity:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Core.View.AccessibilityDelegateCompat:.cctor () @@ -3639,6 +3889,7 @@ Methods: void AndroidX.Core.View.ViewCompat:.cctor () void AndroidX.Core.View.ViewCompat:SetAccessibilityDelegate (Android.Views.View,AndroidX.Core.View.AccessibilityDelegateCompat) void AndroidX.Core.View.ViewCompat:SetAccessibilityHeading (Android.Views.View,bool) + void AndroidX.Core.View.ViewCompat:SetBackground (Android.Views.View,Android.Graphics.Drawables.Drawable) void AndroidX.Core.Widget.NestedScrollView:.cctor () void AndroidX.Core.Widget.NestedScrollView:.ctor (Android.Content.Context,Android.Util.IAttributeSet,int) void AndroidX.Core.Widget.NestedScrollView:add_ScrollChange (System.EventHandler`1) @@ -3655,6 +3906,7 @@ Methods: void AndroidX.DrawerLayout.Widget.DrawerLayout:add_DrawerSlide (System.EventHandler`1) void AndroidX.DrawerLayout.Widget.DrawerLayout:add_DrawerStateChanged (System.EventHandler`1) void AndroidX.DrawerLayout.Widget.DrawerLayout:AddDrawerListener (AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListener) + void AndroidX.DrawerLayout.Widget.DrawerLayout:SetDrawerLockMode (int) void AndroidX.DrawerLayout.Widget.DrawerLayout:SetScrimColor (int) void AndroidX.DrawerLayout.Widget.DrawerLayout/<>c__DisplayClass193_0:b__0 (AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor) void AndroidX.DrawerLayout.Widget.DrawerLayout/<>c__DisplayClass196_0:b__0 (AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor) @@ -3662,6 +3914,9 @@ Methods: void AndroidX.DrawerLayout.Widget.DrawerLayout/<>c__DisplayClass202_0:b__0 (AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor) void AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor:.ctor (object) void AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerInvoker:.cctor () + void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:.cctor () + void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:.ctor (int,int) + void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:set_Gravity (int) void AndroidX.Fragment.App.Fragment:.cctor () void AndroidX.Fragment.App.Fragment:.ctor () void AndroidX.Fragment.App.Fragment:set_Arguments (Android.OS.Bundle) @@ -3679,8 +3934,23 @@ Methods: void AndroidX.Lifecycle.Lifecycle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Lifecycle.LifecycleInvoker:.cctor () void AndroidX.Lifecycle.LifecycleInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.RecyclerView.Widget.LinearLayoutManager:.cctor () + void AndroidX.RecyclerView.Widget.LinearLayoutManager:.ctor (Android.Content.Context,int,bool) + void AndroidX.RecyclerView.Widget.RecyclerView:.cctor () + void AndroidX.RecyclerView.Widget.RecyclerView:.ctor (Android.Content.Context) + void AndroidX.RecyclerView.Widget.RecyclerView:SetAdapter (AndroidX.RecyclerView.Widget.RecyclerView/Adapter) + void AndroidX.RecyclerView.Widget.RecyclerView:SetLayoutManager (AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager) void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:.cctor () + void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:.ctor () void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_OnBindViewHolder_Landroidx_recyclerview_widget_RecyclerView_ViewHolder_I (intptr,intptr,intptr,int) + void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:set_HasStableIds (bool) + void AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager:.cctor () + void AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.RecyclerView.Widget.RecyclerView/LayoutParams:.cctor () + void AndroidX.RecyclerView.Widget.RecyclerView/LayoutParams:.ctor (int,int) + void AndroidX.RecyclerView.Widget.RecyclerView/ViewHolder:.cctor () + void AndroidX.RecyclerView.Widget.RecyclerView/ViewHolder:.ctor (Android.Views.View) void AndroidX.ViewPager2.Adapter.FragmentStateAdapter:.cctor () void AndroidX.ViewPager2.Adapter.FragmentStateAdapter:.ctor (AndroidX.Fragment.App.FragmentManager,AndroidX.Lifecycle.Lifecycle) void AndroidX.ViewPager2.Widget.ViewPager2:.cctor () @@ -3693,10 +3963,29 @@ Methods: void AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:OnPageSelected (int) void Google.Android.Material.AppBar.AppBarLayout:.cctor () void Google.Android.Material.AppBar.AppBarLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.AppBar.AppBarLayout:AddOnOffsetChangedListener (Google.Android.Material.AppBar.AppBarLayout/IOnOffsetChangedListener) + void Google.Android.Material.AppBar.AppBarLayout/BaseBehavior:.cctor () + void Google.Android.Material.AppBar.AppBarLayout/BaseBehavior:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.AppBar.AppBarLayout/Behavior:.cctor () + void Google.Android.Material.AppBar.AppBarLayout/Behavior:.ctor () + void Google.Android.Material.AppBar.AppBarLayout/IOnOffsetChangedListenerInvoker:.cctor () + void Google.Android.Material.AppBar.AppBarLayout/IOnOffsetChangedListenerInvoker:n_OnOffsetChanged_Lcom_google_android_material_appbar_AppBarLayout_I (intptr,intptr,intptr,int) void Google.Android.Material.AppBar.AppBarLayout/LayoutParams:.cctor () void Google.Android.Material.AppBar.AppBarLayout/LayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.AppBar.AppBarLayout/ScrollingViewBehavior:.cctor () + void Google.Android.Material.AppBar.AppBarLayout/ScrollingViewBehavior:.ctor () + void Google.Android.Material.AppBar.HeaderBehavior:.cctor () + void Google.Android.Material.AppBar.HeaderBehavior:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.AppBar.HeaderScrollingViewBehavior:.cctor () + void Google.Android.Material.AppBar.HeaderScrollingViewBehavior:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.AppBar.MaterialToolbar:.cctor () void Google.Android.Material.AppBar.MaterialToolbar:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.AppBar.ViewOffsetBehavior:.cctor () + void Google.Android.Material.AppBar.ViewOffsetBehavior:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.BottomNavigation.BottomNavigationItemView:.cctor () + void Google.Android.Material.BottomNavigation.BottomNavigationItemView:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.BottomNavigation.BottomNavigationMenuView:.cctor () + void Google.Android.Material.BottomNavigation.BottomNavigationMenuView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.BottomNavigation.BottomNavigationView:.cctor () void Google.Android.Material.BottomNavigation.BottomNavigationView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.Button.MaterialButton:.cctor () @@ -3707,8 +3996,19 @@ Methods: void Google.Android.Material.Button.MaterialButton:set_IconPadding (int) void Google.Android.Material.Button.MaterialButton:set_IconTint (Android.Content.Res.ColorStateList) void Google.Android.Material.Button.MaterialButton:set_IconTintMode (Android.Graphics.PorterDuff/Mode) + void Google.Android.Material.Navigation.NavigationBarItemView:.cctor () + void Google.Android.Material.Navigation.NavigationBarItemView:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.Navigation.NavigationBarItemView:SetChecked (bool) + void Google.Android.Material.Navigation.NavigationBarItemView:SetShifting (bool) + void Google.Android.Material.Navigation.NavigationBarMenuView:.cctor () + void Google.Android.Material.Navigation.NavigationBarMenuView:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.Navigation.NavigationBarMenuView:UpdateMenuView () void Google.Android.Material.Navigation.NavigationBarView:.cctor () void Google.Android.Material.Navigation.NavigationBarView:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.Navigation.NavigationBarView:set_ItemIconTintList (Android.Content.Res.ColorStateList) + void Google.Android.Material.Navigation.NavigationBarView:set_ItemTextColor (Android.Content.Res.ColorStateList) + void Google.Android.Material.Navigation.NavigationBarView:set_LabelVisibilityMode (int) + void Google.Android.Material.Navigation.NavigationBarView:set_SelectedItemId (int) void Google.Android.Material.Navigation.NavigationBarView/IOnItemSelectedListenerInvoker:.cctor () void Google.Android.Material.Tabs.TabLayout:.cctor () void Google.Android.Material.Tabs.TabLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3731,10 +4031,12 @@ Methods: void Java.Interop.JniEnvironment/<>c:.cctor () void Java.Interop.JniEnvironment/<>c:.ctor () void Java.Interop.JniEnvironment/Arrays:GetByteArrayRegion (Java.Interop.JniObjectReference,int,int,sbyte*) + void Java.Interop.JniEnvironment/Arrays:GetFloatArrayRegion (Java.Interop.JniObjectReference,int,int,single*) void Java.Interop.JniEnvironment/Arrays:GetIntArrayRegion (Java.Interop.JniObjectReference,int,int,int*) void Java.Interop.JniEnvironment/Arrays:SetByteArrayRegion (Java.Interop.JniObjectReference,int,int,sbyte*) + void Java.Interop.JniEnvironment/Arrays:SetFloatArrayRegion (Java.Interop.JniObjectReference,int,int,single*) void Java.Interop.JniEnvironment/Arrays:SetIntArrayRegion (Java.Interop.JniObjectReference,int,int,int*) - void Java.Interop.JniEnvironment/Arrays:SetObjectArrayElement (Java.Interop.JniObjectReference,int,Java.Interop.JniObjectReference) + void Java.Interop.JniEnvironment/Exceptions:ExceptionClear () void Java.Interop.JniEnvironment/InstanceFields:SetIntField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo,int) void Java.Interop.JniEnvironment/InstanceMethods:CallNonvirtualVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) void Java.Interop.JniEnvironment/InstanceMethods:CallVoidMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) @@ -3815,17 +4117,17 @@ Methods: void Java.Interop.NativeMethods:java_interop_jnienv_call_void_method_a (intptr,intptr&,intptr,intptr,intptr) void Java.Interop.NativeMethods:java_interop_jnienv_delete_global_ref (intptr,intptr) void Java.Interop.NativeMethods:java_interop_jnienv_delete_local_ref (intptr,intptr) + void Java.Interop.NativeMethods:java_interop_jnienv_exception_clear (intptr) void Java.Interop.NativeMethods:java_interop_jnienv_get_byte_array_region (intptr,intptr&,intptr,int,int,sbyte*) + void Java.Interop.NativeMethods:java_interop_jnienv_get_float_array_region (intptr,intptr&,intptr,int,int,single*) void Java.Interop.NativeMethods:java_interop_jnienv_get_int_array_region (intptr,intptr&,intptr,int,int,int*) void Java.Interop.NativeMethods:java_interop_jnienv_release_string_chars (intptr,intptr,char*) void Java.Interop.NativeMethods:java_interop_jnienv_set_byte_array_region (intptr,intptr&,intptr,int,int,sbyte*) + void Java.Interop.NativeMethods:java_interop_jnienv_set_float_array_region (intptr,intptr&,intptr,int,int,single*) void Java.Interop.NativeMethods:java_interop_jnienv_set_int_array_region (intptr,intptr&,intptr,int,int,int*) void Java.Interop.NativeMethods:java_interop_jnienv_set_int_field (intptr,intptr,intptr,int) - void Java.Interop.NativeMethods:java_interop_jnienv_set_object_array_element (intptr,intptr&,intptr,int,intptr) void Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:.cctor () void Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:set_PackageNamingPolicy (Java.Interop.Tools.TypeNameMappings.PackageNamingPolicy) - void Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager/<>c:.cctor () - void Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager/<>c:.ctor () void Java.Interop.TypeManager:.cctor () void Java.Interop.TypeManager:Activate (intptr,System.Reflection.ConstructorInfo,object[]) void Java.Interop.TypeManager:n_Activate (intptr,intptr,intptr,intptr,intptr,intptr) @@ -3839,10 +4141,16 @@ Methods: void Java.Lang.Class:.cctor () void Java.Lang.Enum:.cctor () void Java.Lang.Enum:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Java.Lang.Exception:.cctor () + void Java.Lang.Exception:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Java.Lang.Float:.cctor () + void Java.Lang.Float:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.ICharSequenceInvoker:.cctor () void Java.Lang.ICharSequenceInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.IRunnableInvoker:.cctor () void Java.Lang.IRunnableInvoker:n_Run (intptr,intptr) + void Java.Lang.Number:.cctor () + void Java.Lang.Number:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.Object:.cctor () void Java.Lang.Object:.ctor () void Java.Lang.Object:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3854,12 +4162,18 @@ Methods: void Java.Lang.Object:Java.Interop.IJavaPeerable.SetJniManagedPeerState (Java.Interop.JniManagedPeerStates) void Java.Lang.Object:Java.Interop.IJavaPeerable.SetPeerReference (Java.Interop.JniObjectReference) void Java.Lang.Object:SetHandle (intptr,Android.Runtime.JniHandleOwnership) + void Java.Lang.RuntimeException:.cctor () + void Java.Lang.RuntimeException:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.String:.cctor () void Java.Lang.String:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.String:.ctor (string) void Java.Lang.Thread/RunnableImplementor:.cctor () void Java.Lang.Thread/RunnableImplementor:.ctor (System.Action,bool) void Java.Lang.Thread/RunnableImplementor:Run () + void Java.Lang.Throwable:.cctor () + void Java.Lang.Throwable:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Java.Lang.Throwable:Java.Interop.IJavaPeerable.SetJniIdentityHashCode (int) + void Java.Lang.Throwable:SetHandle (intptr,Android.Runtime.JniHandleOwnership) void Java.Net.HttpURLConnection:.cctor () void Java.Net.HttpURLConnection:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Net.HttpURLConnection:set_InstanceFollowRedirects (bool) @@ -3937,6 +4251,17 @@ Methods: void Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c:.ctor () void Microsoft.Extensions.DependencyInjection.ServiceProviderOptions:.cctor () void Microsoft.Extensions.DependencyInjection.ServiceProviderOptions:.ctor () + void Microsoft.Extensions.Logging.FormattedLogValues:.cctor () + void Microsoft.Extensions.Logging.FormattedLogValues:.ctor (string,object[]) + void Microsoft.Extensions.Logging.FormattedLogValues/<>c:.cctor () + void Microsoft.Extensions.Logging.FormattedLogValues/<>c:.ctor () + void Microsoft.Extensions.Logging.LoggerExtensions:.cctor () + void Microsoft.Extensions.Logging.LoggerExtensions:Log (Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Exception,string,object[]) + void Microsoft.Extensions.Logging.LoggerExtensions:Log (Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.Exception,string,object[]) + void Microsoft.Extensions.Logging.LoggerExtensions:LogWarning (Microsoft.Extensions.Logging.ILogger,System.Exception,string,object[]) + void Microsoft.Extensions.Logging.LogValuesFormatter:.cctor () + void Microsoft.Extensions.Logging.LogValuesFormatter:.ctor (string) + void Microsoft.Extensions.Logging.LogValuesFormatter:set_OriginalFormat (string) void Microsoft.Maui.ActivationState:.ctor (Microsoft.Maui.IMauiContext,Android.OS.Bundle) void Microsoft.Maui.ActivationState:.ctor (Microsoft.Maui.IMauiContext,Microsoft.Maui.IPersistedState) void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass0_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate) @@ -3964,7 +4289,6 @@ Methods: void Microsoft.Maui.ApplicationModel.Platform:Init (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.ApplicationModel.Platform:Init (Android.App.Application) void Microsoft.Maui.ApplicationModel.Platform:OnResume (Android.App.Activity) - void Microsoft.Maui.ColorStates:.cctor () void Microsoft.Maui.CommandMapper:.ctor () void Microsoft.Maui.CommandMapper:.ctor (Microsoft.Maui.CommandMapper) void Microsoft.Maui.CommandMapper:Invoke (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElement,string,object) @@ -3985,6 +4309,7 @@ Methods: void Microsoft.Maui.Controls.Application:OnPageAppearing (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Application:OnStart () void Microsoft.Maui.Controls.Application:RemapForControls () + void Microsoft.Maui.Controls.Application:remove_RequestedThemeChanged (System.EventHandler`1) void Microsoft.Maui.Controls.Application:SendStart () void Microsoft.Maui.Controls.Application:set_MainPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Application:set_Resources (Microsoft.Maui.Controls.ResourceDictionary) @@ -3992,18 +4317,21 @@ Methods: void Microsoft.Maui.Controls.AppThemeBinding:Apply (bool) void Microsoft.Maui.Controls.AppThemeBinding:Apply (object,Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableProperty,bool) void Microsoft.Maui.Controls.AppThemeBinding:ApplyCore (bool) + void Microsoft.Maui.Controls.AppThemeBinding:AttachEvents () + void Microsoft.Maui.Controls.AppThemeBinding:DetachEvents () void Microsoft.Maui.Controls.AppThemeBinding:Unapply (bool) void Microsoft.Maui.Controls.AppThemeBinding/<>c__DisplayClass7_0:g__Set|0 () void Microsoft.Maui.Controls.AttachedCollection`1:.ctor () void Microsoft.Maui.Controls.AttachedCollection`1:AttachTo (Microsoft.Maui.Controls.BindableObject) void Microsoft.Maui.Controls.AttachedCollection`1:CleanUpWeakReferences () void Microsoft.Maui.Controls.AttachedCollection`1:OnAttachedTo (Microsoft.Maui.Controls.BindableObject) + void Microsoft.Maui.Controls.AttachedCollection`1:DetachFrom (Microsoft.Maui.Controls.BindableObject) + void Microsoft.Maui.Controls.AttachedCollection`1:OnDetachingFrom (Microsoft.Maui.Controls.BindableObject) void Microsoft.Maui.Controls.AutomationProperties:.cctor () void Microsoft.Maui.Controls.BackButtonBehavior:.cctor () void Microsoft.Maui.Controls.BarElement:.cctor () void Microsoft.Maui.Controls.BaseShellItem:.cctor () void Microsoft.Maui.Controls.BaseShellItem:.ctor () - void Microsoft.Maui.Controls.BaseShellItem:add_Appearing (System.EventHandler) void Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IFlowDirectionController.set_EffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection) void Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IPropertyPropagationController.PropagatePropertyChanged (string) void Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IVisualController.set_EffectiveVisual (Microsoft.Maui.Controls.IVisual) @@ -4014,18 +4342,28 @@ Methods: void Microsoft.Maui.Controls.BaseShellItem:OnTitlePropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.BaseShellItem:Propagate (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableObject,bool) void Microsoft.Maui.Controls.BaseShellItem:PropagateFromParent (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.Element) - void Microsoft.Maui.Controls.BaseShellItem:remove_Appearing (System.EventHandler) void Microsoft.Maui.Controls.BaseShellItem:SendAppearing () void Microsoft.Maui.Controls.BaseShellItem:set_Route (string) - void Microsoft.Maui.Controls.BaseShellItem/<>c__DisplayClass45_0:b__0 (object,System.EventArgs) + void Microsoft.Maui.Controls.BaseShellItem:UpdateFlyoutItemStyles (Microsoft.Maui.Controls.Grid,Microsoft.Maui.Controls.StyleSheets.IStyleSelectable) + void Microsoft.Maui.Controls.BaseShellItem/<>c:.cctor () + void Microsoft.Maui.Controls.BaseShellItem/<>c:.ctor () + void Microsoft.Maui.Controls.BaseShellItem/<>c:b__77_1 (object,System.EventArgs) void Microsoft.Maui.Controls.BindableObject:.cctor () void Microsoft.Maui.Controls.BindableObject:.ctor () void Microsoft.Maui.Controls.BindableObject:add_BindingContextChanged (System.EventHandler) void Microsoft.Maui.Controls.BindableObject:add_PropertyChanged (System.ComponentModel.PropertyChangedEventHandler) void Microsoft.Maui.Controls.BindableObject:ApplyBindings (bool,bool) + void Microsoft.Maui.Controls.BindableObject:BindingContextPropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.BindableObject:ClearValue (Microsoft.Maui.Controls.BindableProperty,bool,bool) + void Microsoft.Maui.Controls.BindableObject:ClearValue (Microsoft.Maui.Controls.BindableProperty,bool) + void Microsoft.Maui.Controls.BindableObject:OnBindingContextChanged () void Microsoft.Maui.Controls.BindableObject:OnPropertyChanged (string) void Microsoft.Maui.Controls.BindableObject:OnPropertyChanging (string) + void Microsoft.Maui.Controls.BindableObject:remove_BindingContextChanged (System.EventHandler) void Microsoft.Maui.Controls.BindableObject:remove_PropertyChanged (System.ComponentModel.PropertyChangedEventHandler) + void Microsoft.Maui.Controls.BindableObject:RemoveBinding (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindableObject/BindablePropertyContext) + void Microsoft.Maui.Controls.BindableObject:RemoveDynamicResource (Microsoft.Maui.Controls.BindableProperty) + void Microsoft.Maui.Controls.BindableObject:set_BindingContext (object) void Microsoft.Maui.Controls.BindableObject:SetBackupStyleValue (Microsoft.Maui.Controls.BindableProperty,object) void Microsoft.Maui.Controls.BindableObject:SetBinding (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindingBase,bool) void Microsoft.Maui.Controls.BindableObject:SetBinding (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindingBase) @@ -4041,6 +4379,8 @@ Methods: void Microsoft.Maui.Controls.BindableObject:SetValueCore (Microsoft.Maui.Controls.BindableProperty,object,Microsoft.Maui.Controls.Internals.SetValueFlags) void Microsoft.Maui.Controls.BindableObject:SetValueCore (Microsoft.Maui.Controls.BindablePropertyKey,object,Microsoft.Maui.Controls.Internals.SetValueFlags) void Microsoft.Maui.Controls.BindableObject/SetValueArgs:.ctor (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindableObject/BindablePropertyContext,object,bool,Microsoft.Maui.Controls.Internals.SetValueFlags) + void Microsoft.Maui.Controls.BindableObjectExtensions:PropagateBindingContext (Microsoft.Maui.Controls.BindableObject,System.Collections.Generic.IEnumerable`1,System.Action`2) + void Microsoft.Maui.Controls.BindableObjectExtensions:PropagateBindingContext (Microsoft.Maui.Controls.BindableObject,System.Collections.Generic.IEnumerable`1) void Microsoft.Maui.Controls.BindableProperty:.cctor () void Microsoft.Maui.Controls.BindableProperty:.ctor (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindablePropertyBindingChanging,bool,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) void Microsoft.Maui.Controls.BindablePropertyKey:.ctor (Microsoft.Maui.Controls.BindableProperty) @@ -4062,8 +4402,10 @@ Methods: void Microsoft.Maui.Controls.BindingExpression:Apply (bool) void Microsoft.Maui.Controls.BindingExpression:Apply (object,Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableProperty) void Microsoft.Maui.Controls.BindingExpression:ApplyCore (object,Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableProperty,bool) + void Microsoft.Maui.Controls.BindingExpression:ClearAncestryChangeSubscriptions (int) void Microsoft.Maui.Controls.BindingExpression:ParsePath () void Microsoft.Maui.Controls.BindingExpression:SetupPart (System.Reflection.TypeInfo,Microsoft.Maui.Controls.BindingExpression/BindingExpressionPart) + void Microsoft.Maui.Controls.BindingExpression:Unapply () void Microsoft.Maui.Controls.BindingExpression/BindingExpressionPart:.ctor (Microsoft.Maui.Controls.BindingExpression,string,bool) void Microsoft.Maui.Controls.BindingExpression/BindingExpressionPart:PropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.BindingExpression/BindingExpressionPart:Subscribe (System.ComponentModel.INotifyPropertyChanged) @@ -4072,6 +4414,7 @@ Methods: void Microsoft.Maui.Controls.BindingExpression/WeakPropertyChangedProxy:.ctor (System.ComponentModel.INotifyPropertyChanged,System.ComponentModel.PropertyChangedEventHandler) void Microsoft.Maui.Controls.BindingExpression/WeakPropertyChangedProxy:OnPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.BindingExpression/WeakPropertyChangedProxy:SubscribeTo (System.ComponentModel.INotifyPropertyChanged,System.ComponentModel.PropertyChangedEventHandler) + void Microsoft.Maui.Controls.BindingExpression/WeakPropertyChangedProxy:Unsubscribe () void Microsoft.Maui.Controls.Border:.cctor () void Microsoft.Maui.Controls.Border/<>c:.cctor () void Microsoft.Maui.Controls.Border/<>c:.ctor () @@ -4103,10 +4446,19 @@ Methods: void Microsoft.Maui.Controls.ButtonElement/<>c:.ctor () void Microsoft.Maui.Controls.CastingEnumerator`2:Dispose () void Microsoft.Maui.Controls.CheckBox:.cctor () + void Microsoft.Maui.Controls.CheckBox:RemapForControls () void Microsoft.Maui.Controls.CheckBox/<>c:.cctor () void Microsoft.Maui.Controls.CheckBox/<>c:.ctor () void Microsoft.Maui.Controls.CollectionView:.ctor () void Microsoft.Maui.Controls.ColorElement:.cctor () + void Microsoft.Maui.Controls.ColumnDefinition:.cctor () + void Microsoft.Maui.Controls.ColumnDefinition:.ctor () + void Microsoft.Maui.Controls.ColumnDefinition:add_SizeChanged (System.EventHandler) + void Microsoft.Maui.Controls.ColumnDefinition:OnSizeChanged () + void Microsoft.Maui.Controls.ColumnDefinition:set_Width (Microsoft.Maui.GridLength) + void Microsoft.Maui.Controls.ColumnDefinition/<>c:.cctor () + void Microsoft.Maui.Controls.ColumnDefinition/<>c:.ctor () + void Microsoft.Maui.Controls.ColumnDefinition/<>c:<.cctor>b__18_0 (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.ColumnDefinitionCollection:.ctor () void Microsoft.Maui.Controls.Compatibility.Layout:.cctor () void Microsoft.Maui.Controls.Compatibility.Layout:.ctor () @@ -4134,6 +4486,7 @@ Methods: void Microsoft.Maui.Controls.ContentPage:InvalidateMeasureOverride () void Microsoft.Maui.Controls.CornerElement:.cctor () void Microsoft.Maui.Controls.DataTemplate:.cctor () + void Microsoft.Maui.Controls.DataTemplate:.ctor (System.Func`1) void Microsoft.Maui.Controls.DataTemplate:.ctor (System.Type) void Microsoft.Maui.Controls.DataTemplate:ApplyBindings (object) void Microsoft.Maui.Controls.DataTemplate:ApplyValues (object) @@ -4143,6 +4496,9 @@ Methods: void Microsoft.Maui.Controls.DatePicker/<>c:.cctor () void Microsoft.Maui.Controls.DatePicker/<>c:.ctor () void Microsoft.Maui.Controls.DecorableTextElement:.cctor () + void Microsoft.Maui.Controls.DefinitionCollection`1:Add (Microsoft.Maui.Controls.ColumnDefinition) + void Microsoft.Maui.Controls.DefinitionCollection`1:OnItemSizeChanged (object,System.EventArgs) + void Microsoft.Maui.Controls.DefinitionCollection`1:remove_ItemSizeChanged (System.EventHandler) void Microsoft.Maui.Controls.DefinitionCollection`1:.ctor () void Microsoft.Maui.Controls.DefinitionCollection`1:add_ItemSizeChanged (System.EventHandler) void Microsoft.Maui.Controls.DependencyService:.cctor () @@ -4156,6 +4512,8 @@ Methods: void Microsoft.Maui.Controls.Editor/<>c:.ctor () void Microsoft.Maui.Controls.Element:.cctor () void Microsoft.Maui.Controls.Element:.ctor () + void Microsoft.Maui.Controls.Element:b__82_0 (Microsoft.Maui.Controls.BindableObject,object) + void Microsoft.Maui.Controls.Element:add_ChildAdded (System.EventHandler`1) void Microsoft.Maui.Controls.Element:add_HandlerChanged (System.EventHandler) void Microsoft.Maui.Controls.Element:add_HandlerChanging (System.EventHandler`1) void Microsoft.Maui.Controls.Element:ApplyStyleSheets () @@ -4163,6 +4521,7 @@ Methods: void Microsoft.Maui.Controls.Element:MapAutomationPropertiesExcludedWithChildren (Microsoft.Maui.IElementHandler,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:MapAutomationPropertiesIsInAccessibleTree (Microsoft.Maui.IElementHandler,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:Microsoft.Maui.Controls.IElementDefinition.AddResourcesChangedListener (System.Action`2) + void Microsoft.Maui.Controls.Element:OnBindingContextChanged () void Microsoft.Maui.Controls.Element:OnChildAdded (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:OnDescendantAdded (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:OnHandlerChanged () @@ -4177,10 +4536,12 @@ Methods: void Microsoft.Maui.Controls.Element:OnParentResourcesChanged (System.Collections.Generic.IEnumerable`1>) void Microsoft.Maui.Controls.Element:OnParentSet () void Microsoft.Maui.Controls.Element:OnPropertyChanged (string) + void Microsoft.Maui.Controls.Element:OnRemoveDynamicResource (Microsoft.Maui.Controls.BindableProperty) void Microsoft.Maui.Controls.Element:OnResourceChanged (Microsoft.Maui.Controls.BindableProperty,object) void Microsoft.Maui.Controls.Element:OnResourcesChanged (object,Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs) void Microsoft.Maui.Controls.Element:OnResourcesChanged (System.Collections.Generic.IEnumerable`1>) void Microsoft.Maui.Controls.Element:OnSetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string) + void Microsoft.Maui.Controls.Element:remove_ChildAdded (System.EventHandler`1) void Microsoft.Maui.Controls.Element:remove_HandlerChanged (System.EventHandler) void Microsoft.Maui.Controls.Element:set_EffectControlProvider (Microsoft.Maui.Controls.IEffectControlProvider) void Microsoft.Maui.Controls.Element:set_Handler (Microsoft.Maui.IElementHandler) @@ -4199,6 +4560,8 @@ Methods: void Microsoft.Maui.Controls.Element/d__100:.ctor (int) void Microsoft.Maui.Controls.Element/d__100:System.IDisposable.Dispose () void Microsoft.Maui.Controls.ElementCollection`1:.ctor (System.Collections.ObjectModel.ObservableCollection`1) + void Microsoft.Maui.Controls.ElementEventArgs:.ctor (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.ElementTemplate:.ctor (System.Func`1) void Microsoft.Maui.Controls.ElementTemplate:.ctor (System.Type) void Microsoft.Maui.Controls.Entry:.cctor () void Microsoft.Maui.Controls.Entry:RemapForControls () @@ -4208,6 +4571,8 @@ Methods: void Microsoft.Maui.Controls.FileImageSource:.ctor () void Microsoft.Maui.Controls.FileImageSource:OnPropertyChanged (string) void Microsoft.Maui.Controls.FileImageSource:set_File (string) + void Microsoft.Maui.Controls.FlyoutItem:.cctor () + void Microsoft.Maui.Controls.FlyoutItem:.ctor () void Microsoft.Maui.Controls.FlyoutPage:.cctor () void Microsoft.Maui.Controls.FlyoutPage:RemapForControls () void Microsoft.Maui.Controls.FlyoutPage/<>c:.cctor () @@ -4221,8 +4586,18 @@ Methods: void Microsoft.Maui.Controls.Frame/<>c:.ctor () void Microsoft.Maui.Controls.Grid:.cctor () void Microsoft.Maui.Controls.Grid:.ctor () + void Microsoft.Maui.Controls.Grid:DefinitionsChanged (object,System.EventArgs) + void Microsoft.Maui.Controls.Grid:Invalidate (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.Grid:InvalidateMeasure () + void Microsoft.Maui.Controls.Grid:OnAdd (int,Microsoft.Maui.IView) + void Microsoft.Maui.Controls.Grid:OnBindingContextChanged () + void Microsoft.Maui.Controls.Grid:SetColumn (Microsoft.Maui.IView,int) + void Microsoft.Maui.Controls.Grid:SetRow (Microsoft.Maui.IView,int) + void Microsoft.Maui.Controls.Grid:UpdateRowColumnBindingContexts () + void Microsoft.Maui.Controls.Grid:UpdateSizeChangedHandlers (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Grid/<>c:.cctor () void Microsoft.Maui.Controls.Grid/<>c:.ctor () + void Microsoft.Maui.Controls.GridExtensions:Add (Microsoft.Maui.Controls.Grid,Microsoft.Maui.IView,int,int) void Microsoft.Maui.Controls.GroupableItemsView:.cctor () void Microsoft.Maui.Controls.GroupableItemsView:.ctor () void Microsoft.Maui.Controls.HandlerChangingEventArgs:.ctor (Microsoft.Maui.IElementHandler,Microsoft.Maui.IElementHandler) @@ -4246,11 +4621,13 @@ Methods: void Microsoft.Maui.Controls.Image:.cctor () void Microsoft.Maui.Controls.Image:.ctor () void Microsoft.Maui.Controls.Image:Microsoft.Maui.IImageSourcePart.UpdateIsLoading (bool) + void Microsoft.Maui.Controls.Image:OnBindingContextChanged () void Microsoft.Maui.Controls.Image:set_IsLoading (bool) void Microsoft.Maui.Controls.ImageButton:.cctor () void Microsoft.Maui.Controls.ImageElement:.cctor () void Microsoft.Maui.Controls.ImageElement:ImageSourceChanged (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.ImageSource) void Microsoft.Maui.Controls.ImageElement:ImageSourceChanging (Microsoft.Maui.Controls.ImageSource) + void Microsoft.Maui.Controls.ImageElement:OnBindingContextChanged (Microsoft.Maui.Controls.IImageElement,Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.ImageElement:OnImageSourceChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.ImageElement:OnImageSourceChanging (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.ImageSource:.ctor () @@ -4299,11 +4676,13 @@ Methods: void Microsoft.Maui.Controls.Label:MapLineBreakMode (Microsoft.Maui.Handlers.LabelHandler,Microsoft.Maui.Controls.Label) void Microsoft.Maui.Controls.Label:MapMaxLines (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.Controls.Label) void Microsoft.Maui.Controls.Label:MapText (Microsoft.Maui.Handlers.LabelHandler,Microsoft.Maui.Controls.Label) + void Microsoft.Maui.Controls.Label:MapTextColor (Microsoft.Maui.Handlers.LabelHandler,Microsoft.Maui.Controls.Label) void Microsoft.Maui.Controls.Label:MapTextType (Microsoft.Maui.Handlers.LabelHandler,Microsoft.Maui.Controls.Label) void Microsoft.Maui.Controls.Label:Microsoft.Maui.Controls.Internals.IFontElement.OnFontAttributesChanged (Microsoft.Maui.Controls.FontAttributes,Microsoft.Maui.Controls.FontAttributes) void Microsoft.Maui.Controls.Label:Microsoft.Maui.Controls.Internals.IFontElement.OnFontFamilyChanged (string,string) void Microsoft.Maui.Controls.Label:Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged (double,double) void Microsoft.Maui.Controls.Label:Microsoft.Maui.Controls.ITextElement.OnTextColorPropertyChanged (Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color) + void Microsoft.Maui.Controls.Label:OnBindingContextChanged () void Microsoft.Maui.Controls.Label:OnHandlerChangedCore () void Microsoft.Maui.Controls.Label:OnLayoutChanged (object,Microsoft.Maui.Platform.LayoutChangedEventArgs) void Microsoft.Maui.Controls.Label:OnTextPropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) @@ -4345,16 +4724,19 @@ Methods: void Microsoft.Maui.Controls.MenuItemTracker`1:UnregisterChildPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MenuItemTracker`1:UntrackTarget (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MenuItemTracker`1:add_CollectionChanged (System.EventHandler) - void Microsoft.Maui.Controls.MenuItemTracker`1:OnPageAppearing (object,System.EventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:OnPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:RegisterChildPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MergedStyle:.cctor () void Microsoft.Maui.Controls.MergedStyle:.ctor (System.Type,Microsoft.Maui.Controls.BindableObject) void Microsoft.Maui.Controls.MergedStyle:b__30_0 (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.MergedStyle:b__13_0 (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.MergedStyle:Apply (Microsoft.Maui.Controls.BindableObject) + void Microsoft.Maui.Controls.MergedStyle:OnClassStyleChanged () void Microsoft.Maui.Controls.MergedStyle:OnImplicitStyleChanged () void Microsoft.Maui.Controls.MergedStyle:RegisterImplicitStyles () + void Microsoft.Maui.Controls.MergedStyle:set_ClassStyles (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.MergedStyle:set_ImplicitStyle (Microsoft.Maui.Controls.IStyle) + void Microsoft.Maui.Controls.MergedStyle:set_StyleClass (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.MergedStyle:SetStyle (Microsoft.Maui.Controls.IStyle,System.Collections.Generic.IList`1,Microsoft.Maui.Controls.IStyle) void Microsoft.Maui.Controls.MessagingCenter:.cctor () void Microsoft.Maui.Controls.MessagingCenter:.ctor () @@ -4369,7 +4751,9 @@ Methods: void Microsoft.Maui.Controls.NavigableElement:.cctor () void Microsoft.Maui.Controls.NavigableElement:.ctor () void Microsoft.Maui.Controls.NavigableElement:OnParentSet () + void Microsoft.Maui.Controls.NavigableElement:set_class (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.NavigableElement:set_Navigation (Microsoft.Maui.Controls.INavigation) + void Microsoft.Maui.Controls.NavigableElement:set_StyleClass (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.NavigableElement/<>c:.cctor () void Microsoft.Maui.Controls.NavigableElement/<>c:.ctor () void Microsoft.Maui.Controls.NavigationPage:.cctor () @@ -4408,6 +4792,8 @@ Methods: void Microsoft.Maui.Controls.ParentChangingEventArgs:.ctor (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Picker:.cctor () void Microsoft.Maui.Controls.Picker:RemapForControls () + void Microsoft.Maui.Controls.Picker/<>c:.cctor () + void Microsoft.Maui.Controls.Picker/<>c:.ctor () void Microsoft.Maui.Controls.PlaceholderElement:.cctor () void Microsoft.Maui.Controls.Platform.AlertManager:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Platform.AlertManager:Subscribe () @@ -4417,19 +4803,69 @@ Methods: void Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper:.ctor (Android.App.Activity,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Platform.ApplicationExtensions:UpdateWindowSoftInputModeAdjust (Android.App.Application,Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:.cctor () + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:AccessibilitySettingsChanged (Android.Views.View,Microsoft.Maui.Controls.Element,string,string) + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:AccessibilitySettingsChanged (Android.Views.View,Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetAutomationId (Android.Views.View,Microsoft.Maui.Controls.Element,string) + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetAutomationId (Android.Views.View,string,string) + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetBasicContentDescription (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string) + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetContentDescription (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string,string) void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetImportantForAccessibility (Android.Views.View,Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetLabeledBy (Android.Views.View,Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetShiftMode (Google.Android.Material.BottomNavigation.BottomNavigationView,bool,bool) + void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetupMenu (Android.Views.IMenu,int,System.Collections.Generic.List`1>,int,Google.Android.Material.BottomNavigation.BottomNavigationView,Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:UpdateEnabled (bool,Android.Views.IMenuItem) + void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__4:MoveNext () + void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__3:MoveNext () void Microsoft.Maui.Controls.Platform.ButtonExtensions:UpdateContentLayout (Google.Android.Material.Button.MaterialButton,Microsoft.Maui.Controls.Button) void Microsoft.Maui.Controls.Platform.ButtonExtensions:UpdateLineBreakMode (AndroidX.AppCompat.Widget.AppCompatButton,Microsoft.Maui.Controls.Button) void Microsoft.Maui.Controls.Platform.ButtonExtensions:UpdateText (Google.Android.Material.Button.MaterialButton,Microsoft.Maui.Controls.Button) + void Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable:.ctor (Android.Graphics.Color,Android.Graphics.Color,Android.Graphics.Point) + void Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable:Draw (Android.Graphics.Canvas) + void Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable:OnUpdate (object,Android.Animation.ValueAnimator/AnimatorUpdateEventArgs) + void Microsoft.Maui.Controls.Platform.Compatibility.ContainerView:.ctor (Android.Content.Context,Microsoft.Maui.Controls.View,Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Controls.Platform.Compatibility.ContainerView:OnLayout (bool,int,int,int,int) + void Microsoft.Maui.Controls.Platform.Compatibility.ContainerView:OnMeasure (int,int) + void Microsoft.Maui.Controls.Platform.Compatibility.ContainerView:OnViewSet (Microsoft.Maui.Controls.View) + void Microsoft.Maui.Controls.Platform.Compatibility.ContainerView:set_View (Microsoft.Maui.Controls.View) void Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout:.ctor (Android.Content.Context) + void Microsoft.Maui.Controls.Platform.Compatibility.RecyclerViewContainer:.ctor (Android.Content.Context) + void Microsoft.Maui.Controls.Platform.Compatibility.ScrollLayoutManager:.ctor (Android.Content.Context,int,bool) void Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:.ctor (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext,Microsoft.Maui.Controls.ShellItem) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:SetAppearance (Google.Android.Material.BottomNavigation.BottomNavigationView,Microsoft.Maui.Controls.IShellAppearanceElement) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:SetBackgroundColor (Google.Android.Material.BottomNavigation.BottomNavigationView,Microsoft.Maui.Graphics.Color) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutLayout:.ctor (Android.Content.Context,Android.Util.IAttributeSet) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutLayout:OnLayout (bool,int,int,int,int) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:.ctor (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext,System.Action`1) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:OnBindViewHolder (AndroidX.RecyclerView.Widget.RecyclerView/ViewHolder,int) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/AdapterListItem:.ctor (Microsoft.Maui.Controls.Element,bool) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:.ctor (Microsoft.Maui.Controls.View,Android.Views.View,Android.Views.View,System.Action`1,Microsoft.Maui.Controls.Shell) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:set_Element (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:UpdateVisualState () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ShellLinearLayout:.ctor (Android.Content.Context) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:.ctor (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext,Android.Content.Context) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:AddFlyoutContentToLayoutIfNeeded (Microsoft.Maui.FlyoutBehavior) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:AttachFlyout (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext,Android.Views.View) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.IAppearanceObserver.OnAppearanceChanged (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged (Microsoft.Maui.FlyoutBehavior) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutRenderer.AttachFlyout (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext,Android.Views.View) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateDrawerLockMode (Microsoft.Maui.FlyoutBehavior) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateFlyoutSize () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateFlyoutSize (Android.Views.View) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateScrim (Microsoft.Maui.Controls.Brush) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:.ctor (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:DisconnectRecyclerView () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:LoadView (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:OnFlyoutViewLayoutChanging () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:OnOffsetChanged (Google.Android.Material.AppBar.AppBarLayout,int) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutBackground () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutBgImageAsync () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutContent () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutFooter () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutHeader () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutHeaderBehavior () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFooterLayout () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateVerticalScrollMode () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer/<>c__DisplayClass30_0:g__InitialLoad|0 () void Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentContainer:.ctor (Microsoft.Maui.Controls.ShellContent,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter:.ctor (Microsoft.Maui.Controls.ShellSection,AndroidX.Fragment.App.FragmentManager,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:.ctor (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext) @@ -4437,6 +4873,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnDisplayedElementPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnDisplayedPageChanged (Microsoft.Maui.Controls.Page,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnShellSectionChanged () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnTabReselected (Microsoft.Maui.Controls.ShellSection) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:SetAppearance (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:SetupMenu () void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:SetupMenu (Android.Views.IMenu,int,Microsoft.Maui.Controls.ShellItem) @@ -4489,6 +4926,9 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:UpdateToolbarItems () void Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:UpdateToolbarItems (AndroidX.AppCompat.Widget.Toolbar,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker/d__51:MoveNext () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellViewRenderer:.ctor (Android.Content.Context,Microsoft.Maui.Controls.View,Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellViewRenderer:OnViewSet (Microsoft.Maui.IView) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellViewRenderer:set_View (Microsoft.Maui.IView) void Microsoft.Maui.Controls.Platform.FormattedStringExtensions:RecalculateSpanPositions (Android.Widget.TextView,Microsoft.Maui.Controls.Label,Android.Text.SpannableString,Microsoft.Maui.SizeRequest) void Microsoft.Maui.Controls.Platform.GenericGlobalLayoutListener:.ctor (System.Action) void Microsoft.Maui.Controls.Platform.GenericGlobalLayoutListener:OnGlobalLayout () @@ -4552,8 +4992,10 @@ Methods: void Microsoft.Maui.Controls.ResourceDictionary:add_ValuesChanged (System.EventHandler`1) void Microsoft.Maui.Controls.ResourceDictionary:MergedDictionaries_CollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.ResourceDictionary:Microsoft.Maui.Controls.Internals.IResourceDictionary.add_ValuesChanged (System.EventHandler`1) + void Microsoft.Maui.Controls.ResourceDictionary:Microsoft.Maui.Controls.Internals.IResourceDictionary.remove_ValuesChanged (System.EventHandler`1) void Microsoft.Maui.Controls.ResourceDictionary:OnValueChanged (string,object) void Microsoft.Maui.Controls.ResourceDictionary:OnValuesChanged (System.Collections.Generic.KeyValuePair`2[]) + void Microsoft.Maui.Controls.ResourceDictionary:remove_ValuesChanged (System.EventHandler`1) void Microsoft.Maui.Controls.ResourceDictionary:set_Item (string,object) void Microsoft.Maui.Controls.ResourceDictionary:set_Source (System.Uri) void Microsoft.Maui.Controls.ResourceDictionary:SetAndLoadSource (System.Uri,string,System.Reflection.Assembly,System.Xml.IXmlLineInfo) @@ -4600,6 +5042,7 @@ Methods: void Microsoft.Maui.Controls.SemanticProperties/<>c__DisplayClass5_0:b__0 (Microsoft.Maui.Semantics) void Microsoft.Maui.Controls.Setter:.ctor () void Microsoft.Maui.Controls.Setter:Apply (Microsoft.Maui.Controls.BindableObject,bool) + void Microsoft.Maui.Controls.Setter:UnApply (Microsoft.Maui.Controls.BindableObject,bool) void Microsoft.Maui.Controls.Shadow:.cctor () void Microsoft.Maui.Controls.Shapes.Rectangle:.cctor () void Microsoft.Maui.Controls.Shapes.Rectangle:.ctor () @@ -4612,11 +5055,11 @@ Methods: void Microsoft.Maui.Controls.Shapes.Shape/<>c:.ctor () void Microsoft.Maui.Controls.Shell:.cctor () void Microsoft.Maui.Controls.Shell:.ctor () - void Microsoft.Maui.Controls.Shell:<.ctor>b__172_0 (object,Microsoft.Maui.Controls.ShellNavigatedEventArgs) - void Microsoft.Maui.Controls.Shell:<.ctor>b__172_1 (object,Microsoft.Maui.Controls.ShellNavigatingEventArgs) - void Microsoft.Maui.Controls.Shell:<.ctor>b__172_2 (object,System.EventArgs) - void Microsoft.Maui.Controls.Shell:<.ctor>b__172_3 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) - void Microsoft.Maui.Controls.Shell:b__175_0 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__173_0 (object,Microsoft.Maui.Controls.ShellNavigatedEventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__173_1 (object,Microsoft.Maui.Controls.ShellNavigatingEventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__173_2 (object,System.EventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__173_3 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.Shell:b__176_0 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Shell:add_Navigated (System.EventHandler`1) void Microsoft.Maui.Controls.Shell:add_Navigating (System.EventHandler`1) void Microsoft.Maui.Controls.Shell:AddLogicalChild (Microsoft.Maui.Controls.Element) @@ -4632,13 +5075,14 @@ Methods: void Microsoft.Maui.Controls.Shell:OnCurrentItemChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Shell:OnCurrentItemChanging (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Shell:OnCurrentPagePropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) - void Microsoft.Maui.Controls.Shell:OnFlyoutBehaviorChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.Shell:OnHandlerChanging (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Shell:OnHandlerChangingCore (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Shell:OnInternalChildrenCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Shell:OnNavigated (Microsoft.Maui.Controls.ShellNavigatedEventArgs) void Microsoft.Maui.Controls.Shell:OnNavigating (Microsoft.Maui.Controls.ShellNavigatingEventArgs) void Microsoft.Maui.Controls.Shell:OnPropertyChanged (string) void Microsoft.Maui.Controls.Shell:OnShellAppearanceValueChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.Shell:RemoveLogicalChild (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Shell:SendFlyoutItemsChanged () void Microsoft.Maui.Controls.Shell:SendNavigated (Microsoft.Maui.Controls.ShellNavigatedEventArgs) void Microsoft.Maui.Controls.Shell:SendNavigating (Microsoft.Maui.Controls.ShellNavigatingEventArgs) @@ -4646,8 +5090,9 @@ Methods: void Microsoft.Maui.Controls.Shell:set_Route (string) void Microsoft.Maui.Controls.Shell:UpdateChecked (Microsoft.Maui.Controls.Element,bool) void Microsoft.Maui.Controls.Shell:UpdateToolbarAppearanceFeatures (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.ShellAppearance) - void Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|175_1>d:MoveNext () - void Microsoft.Maui.Controls.Shell/<>c__DisplayClass284_0:b__1 (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Shell/<b__176_0>d:MoveNext () + void Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|176_1>d:MoveNext () + void Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0:b__1 (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Shell/<>c:.cctor () void Microsoft.Maui.Controls.Shell/<>c:.ctor () void Microsoft.Maui.Controls.Shell/NavigationImpl:.ctor (Microsoft.Maui.Controls.Shell) @@ -4683,7 +5128,6 @@ Methods: void Microsoft.Maui.Controls.ShellElementCollection`1:.ctor () void Microsoft.Maui.Controls.ShellElementCollection`1:set_Inner (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.ShellFlyoutItemsManager:.ctor (Microsoft.Maui.Controls.Shell) - void Microsoft.Maui.Controls.ShellFlyoutItemsManager:g__AddMenuItems|14_1 (Microsoft.Maui.Controls.MenuItemCollection,Microsoft.Maui.Controls.ShellFlyoutItemsManager/<>c__DisplayClass14_0&) void Microsoft.Maui.Controls.ShellFlyoutItemsManager:g__IncrementGroup|14_2 (Microsoft.Maui.Controls.ShellFlyoutItemsManager/<>c__DisplayClass14_0&) void Microsoft.Maui.Controls.ShellFlyoutItemsManager:add_FlyoutItemsChanged (System.EventHandler) void Microsoft.Maui.Controls.ShellFlyoutItemsManager:CheckIfFlyoutItemsChanged () @@ -4717,8 +5161,10 @@ Methods: void Microsoft.Maui.Controls.ShellNavigationManager:ApplyQueryAttributes (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.ShellRouteParameters,bool,bool) void Microsoft.Maui.Controls.ShellNavigationManager:HandleNavigated (Microsoft.Maui.Controls.ShellNavigatedEventArgs) void Microsoft.Maui.Controls.ShellNavigationManager:HandleNavigating (Microsoft.Maui.Controls.ShellNavigatingEventArgs) - void Microsoft.Maui.Controls.ShellNavigationManager/<>c__DisplayClass15_0:b__0 () - void Microsoft.Maui.Controls.ShellNavigationManager/<>c__DisplayClass15_0:g__FireNavigatedEvents|1 (Microsoft.Maui.Controls.ShellNavigatedEventArgs,Microsoft.Maui.Controls.Shell) + void Microsoft.Maui.Controls.ShellNavigationManager/<>c__DisplayClass16_0:b__2 () + void Microsoft.Maui.Controls.ShellNavigationManager/<>c__DisplayClass16_0:g__FireNavigatedEvents|3 (Microsoft.Maui.Controls.ShellNavigatedEventArgs,Microsoft.Maui.Controls.Shell) + void Microsoft.Maui.Controls.ShellNavigationManager/<>c__DisplayClass16_0:g__WaitForWindowToSet|1 (object,System.EventArgs) + void Microsoft.Maui.Controls.ShellNavigationManager/<>c__DisplayClass16_1:b__0 () void Microsoft.Maui.Controls.ShellNavigationManager/d__14:MoveNext () void Microsoft.Maui.Controls.ShellNavigationRequest:.ctor (Microsoft.Maui.Controls.RequestDefinition,Microsoft.Maui.Controls.ShellNavigationRequest/WhatToDoWithTheStack,string,string) void Microsoft.Maui.Controls.ShellNavigationState:.ctor (string,bool) @@ -4777,8 +5223,10 @@ Methods: void Microsoft.Maui.Controls.Style:ApplyCore (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.Style) void Microsoft.Maui.Controls.Style:CleanUpWeakReferences () void Microsoft.Maui.Controls.Style:Microsoft.Maui.Controls.IStyle.Apply (Microsoft.Maui.Controls.BindableObject) + void Microsoft.Maui.Controls.Style:Microsoft.Maui.Controls.IStyle.UnApply (Microsoft.Maui.Controls.BindableObject) void Microsoft.Maui.Controls.Style:set_BasedOn (Microsoft.Maui.Controls.Style) void Microsoft.Maui.Controls.Style:set_BaseResourceKey (string) + void Microsoft.Maui.Controls.Style:UnApplyCore (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.Style) void Microsoft.Maui.Controls.Style/<>c:.cctor () void Microsoft.Maui.Controls.Style/<>c:.ctor () void Microsoft.Maui.Controls.StyleSheets.StyleSheetExtensions/d__0:.ctor (int) @@ -4840,6 +5288,7 @@ Methods: void Microsoft.Maui.Controls.View:.ctor () void Microsoft.Maui.Controls.View:HandlerChangedPartial () void Microsoft.Maui.Controls.View:MarginPropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.View:OnBindingContextChanged () void Microsoft.Maui.Controls.View:OnHandlerChangedCore () void Microsoft.Maui.Controls.View:OnHandlerChangingCore (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.View:set_Margin (Microsoft.Maui.Thickness) @@ -4857,6 +5306,7 @@ Methods: void Microsoft.Maui.Controls.VisualElement:ChangeVisualState () void Microsoft.Maui.Controls.VisualElement:ComputeConstrainsForChildren () void Microsoft.Maui.Controls.VisualElement:ComputeConstraintForView (Microsoft.Maui.Controls.View) + void Microsoft.Maui.Controls.VisualElement:InvalidateMeasure () void Microsoft.Maui.Controls.VisualElement:InvalidateMeasureInternal (Microsoft.Maui.Controls.Internals.InvalidationTrigger) void Microsoft.Maui.Controls.VisualElement:InvalidateMeasureOverride () void Microsoft.Maui.Controls.VisualElement:InvalidateStateTriggers (bool) @@ -4868,6 +5318,7 @@ Methods: void Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.Controls.IWindowController.set_Window (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IElement.set_Handler (Microsoft.Maui.IElementHandler) void Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.InvalidateMeasure () + void Microsoft.Maui.Controls.VisualElement:OnBindingContextChanged () void Microsoft.Maui.Controls.VisualElement:OnChildAdded (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.VisualElement:OnConstraintChanged (Microsoft.Maui.Controls.LayoutConstraint,Microsoft.Maui.Controls.LayoutConstraint) void Microsoft.Maui.Controls.VisualElement:OnHandlerChangedCore () @@ -4876,11 +5327,15 @@ Methods: void Microsoft.Maui.Controls.VisualElement:OnRequestChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.VisualElement:OnSizeAllocated (double,double) void Microsoft.Maui.Controls.VisualElement:OnWindowChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.VisualElement:PropagateBindingContextToBrush () + void Microsoft.Maui.Controls.VisualElement:PropagateBindingContextToShadow () + void Microsoft.Maui.Controls.VisualElement:PropagateBindingContextToStateTriggers () void Microsoft.Maui.Controls.VisualElement:RemapForControls () void Microsoft.Maui.Controls.VisualElement:set_ComputedConstraint (Microsoft.Maui.Controls.LayoutConstraint) void Microsoft.Maui.Controls.VisualElement:set_Frame (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Controls.VisualElement:set_Height (double) void Microsoft.Maui.Controls.VisualElement:set_IsPlatformEnabled (bool) + void Microsoft.Maui.Controls.VisualElement:set_Resources (Microsoft.Maui.Controls.ResourceDictionary) void Microsoft.Maui.Controls.VisualElement:set_SelfConstraint (Microsoft.Maui.Controls.LayoutConstraint) void Microsoft.Maui.Controls.VisualElement:set_Width (double) void Microsoft.Maui.Controls.VisualElement:set_X (double) @@ -4889,7 +5344,6 @@ Methods: void Microsoft.Maui.Controls.VisualElement:SizeAllocated (double,double) void Microsoft.Maui.Controls.VisualElement:UpdateBoundsComponents (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Controls.VisualElement:UpdatePlatformUnloadedLoadedWiring (Microsoft.Maui.Controls.Window) - void Microsoft.Maui.Controls.VisualElement:ValidatePositive (double,string) void Microsoft.Maui.Controls.VisualElement/<>c:.cctor () void Microsoft.Maui.Controls.VisualElement/<>c:.ctor () void Microsoft.Maui.Controls.VisualMarker:.cctor () @@ -4905,6 +5359,7 @@ Methods: void Microsoft.Maui.Controls.VisualStateGroupList:Add (Microsoft.Maui.Controls.VisualStateGroup) void Microsoft.Maui.Controls.VisualStateGroupList:OnStatesChanged () void Microsoft.Maui.Controls.VisualStateGroupList:Validate (System.Collections.Generic.IList`1) + void Microsoft.Maui.Controls.VisualStateGroupList:ValidateAndNotify (object,System.EventArgs) void Microsoft.Maui.Controls.VisualStateGroupList:ValidateAndNotify (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.VisualStateManager:.cctor () void Microsoft.Maui.Controls.VisualStateManager:UpdateStateTriggers (Microsoft.Maui.Controls.VisualElement) @@ -4921,6 +5376,7 @@ Methods: void Microsoft.Maui.Controls.Window:.cctor () void Microsoft.Maui.Controls.Window:.ctor () void Microsoft.Maui.Controls.Window:.ctor (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.Window:FinishedAddingWindowToApplication (Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.Window:Microsoft.Maui.Controls.IFlowDirectionController.set_EffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection) void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Activated () void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Created () @@ -4933,11 +5389,12 @@ Methods: void Microsoft.Maui.Controls.Window:OnPropertyChanged (string) void Microsoft.Maui.Controls.Window:RemapForControls () void Microsoft.Maui.Controls.Window:SendWindowAppearing () + void Microsoft.Maui.Controls.Window:set_IsActivated (bool) void Microsoft.Maui.Controls.Window:set_Page (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Window:set_Toolbar (Microsoft.Maui.Controls.Toolbar) void Microsoft.Maui.Controls.Window:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass148_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass148_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Window/NavigationImpl:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Xaml.Diagnostics.ResourceDictionaryDiagnostics:OnStaticResourceResolved (Microsoft.Maui.Controls.ResourceDictionary,string,object,object) void Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:.ctor (object[],object,Microsoft.Maui.Controls.Internals.INameScope) @@ -5013,9 +5470,11 @@ Methods: void Microsoft.Maui.Graphics.ScalingCanvas:ResetState () void Microsoft.Maui.Graphics.ScalingCanvas:Scale (single,single) void Microsoft.Maui.Graphics.Size:.ctor (double,double) + void Microsoft.Maui.Graphics.Size:set_Height (double) void Microsoft.Maui.Graphics.Size:set_Width (double) void Microsoft.Maui.GridLength:.cctor () void Microsoft.Maui.GridLength:.ctor (double,Microsoft.Maui.GridUnitType) + void Microsoft.Maui.GridLength:.ctor (double) void Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:.ctor (int) void Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:<>m__Finally1 () void Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:<>m__Finally2 () @@ -5039,6 +5498,7 @@ Methods: void Microsoft.Maui.Handlers.ButtonHandler:PlatformArrange (Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.Handlers.ButtonHandler/ButtonClickListener:.ctor () void Microsoft.Maui.Handlers.ButtonHandler/ButtonTouchListener:.ctor () + void Microsoft.Maui.Handlers.CheckBoxHandler:.cctor () void Microsoft.Maui.Handlers.ContentViewHandler:.cctor () void Microsoft.Maui.Handlers.ContentViewHandler:.ctor (Microsoft.Maui.IPropertyMapper,Microsoft.Maui.CommandMapper) void Microsoft.Maui.Handlers.ContentViewHandler:MapContent (Microsoft.Maui.Handlers.IContentViewHandler,Microsoft.Maui.IContentView) @@ -5072,7 +5532,6 @@ Methods: void Microsoft.Maui.Handlers.LabelHandler:MapHorizontalTextAlignment (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:MapLineHeight (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:MapPadding (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) - void Microsoft.Maui.Handlers.LabelHandler:MapTextColor (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:MapTextDecorations (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:MapVerticalTextAlignment (Microsoft.Maui.Handlers.ILabelHandler,Microsoft.Maui.ILabel) void Microsoft.Maui.Handlers.LabelHandler:PlatformArrange (Microsoft.Maui.Graphics.Rect) @@ -5123,6 +5582,8 @@ Methods: void Microsoft.Maui.Handlers.ViewHandler:MapInvalidateMeasure (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView,object) void Microsoft.Maui.Handlers.ViewHandler:MapMaximumHeight (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MapMaximumWidth (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) + void Microsoft.Maui.Handlers.ViewHandler:MapMinimumHeight (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) + void Microsoft.Maui.Handlers.ViewHandler:MapMinimumWidth (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MappingFrame (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MappingSemantics (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MapSemantics (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) @@ -5185,6 +5646,7 @@ Methods: void Microsoft.Maui.Hosting.MauiAppBuilder/<>c:.cctor () void Microsoft.Maui.Hosting.MauiAppBuilder/<>c:.ctor () void Microsoft.Maui.Hosting.MauiAppBuilder/NullLogger`1:.ctor () + void Microsoft.Maui.Hosting.MauiAppBuilder/NullLogger`1:Log (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.FormattedLogValues,System.Exception,System.Func`3) void Microsoft.Maui.Hosting.MauiApplicationServiceCollection:.ctor () void Microsoft.Maui.Hosting.MauiApplicationServiceCollection:Add (Microsoft.Extensions.DependencyInjection.ServiceDescriptor) void Microsoft.Maui.Hosting.MauiApplicationServiceCollection:CheckServicesAccess () @@ -5195,8 +5657,10 @@ Methods: void Microsoft.Maui.ImageLoaderCallback:.ctor () void Microsoft.Maui.ImageLoaderCallbackBase`1:.ctor () void Microsoft.Maui.ImageSourceServiceResultManager:CompleteLoad (System.IDisposable) + void Microsoft.Maui.Layouts.GridLayoutManager/Cell:.ctor (int,int,int,int,int,Microsoft.Maui.Layouts.GridLayoutManager/GridLengthType,Microsoft.Maui.Layouts.GridLayoutManager/GridLengthType) void Microsoft.Maui.Layouts.GridLayoutManager/Definition:.ctor (Microsoft.Maui.GridLength,bool) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:.ctor (Microsoft.Maui.IGridLayout,double,double) + void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:AdjustStarsForArrange (Microsoft.Maui.Graphics.Size) void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:EnsureFinalMeasure () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:InitializeCells () void Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:MeasureCells () @@ -5248,6 +5712,7 @@ Methods: void Microsoft.Maui.Networking.ConnectivityImplementation:g__ProcessNetworkInfo|26_1 (Android.Net.NetworkInfo,Microsoft.Maui.Networking.ConnectivityImplementation/<>c__DisplayClass26_0&) void Microsoft.Maui.PersistedState:.ctor () void Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper:.ctor (AndroidX.Core.View.AccessibilityDelegateCompat) + void Microsoft.Maui.Platform.ActionDisposable:Dispose () void Microsoft.Maui.Platform.ApplicationExtensions:CreatePlatformWindow (Android.App.Activity,Microsoft.Maui.IApplication,Android.OS.Bundle) void Microsoft.Maui.Platform.ButtonExtensions:UpdateBackground (Google.Android.Material.Button.MaterialButton,Microsoft.Maui.IButton) void Microsoft.Maui.Platform.ButtonExtensions:UpdateCornerRadius (Google.Android.Material.Button.MaterialButton,Microsoft.Maui.IButton) @@ -5265,6 +5730,8 @@ Methods: void Microsoft.Maui.Platform.ContentViewGroup:OnMeasure (int,int) void Microsoft.Maui.Platform.ContextExtensions:.cctor () void Microsoft.Maui.Platform.ContextExtensions:EnsureMetrics (Android.Content.Context) + void Microsoft.Maui.Platform.DrawableExtensions:SetColorFilter (Android.Graphics.Drawables.Drawable,Android.Graphics.Color,Microsoft.Maui.FilterMode) + void Microsoft.Maui.Platform.DrawableExtensions:SetColorFilter (Android.Graphics.Drawables.Drawable,Microsoft.Maui.Graphics.Color,Microsoft.Maui.FilterMode) void Microsoft.Maui.Platform.ElementExtensions:.cctor () void Microsoft.Maui.Platform.ElementExtensions:SetApplicationHandler (Android.App.Application,Microsoft.Maui.IApplication,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.ElementExtensions:SetHandler (Android.Content.Context,Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) @@ -5323,6 +5790,8 @@ Methods: void Microsoft.Maui.Platform.ViewExtensions:UpdateHeight (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateMaximumHeight (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateMaximumWidth (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.ViewExtensions:UpdateMinimumHeight (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.ViewExtensions:UpdateMinimumWidth (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateOpacity (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateWidth (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.PlatformInterop:.cctor () @@ -5377,6 +5846,8 @@ Methods: void Microsoft.Maui.WeakEventManager:AddEventHandler (System.Delegate,string) void Microsoft.Maui.WeakEventManager:AddEventHandler (System.EventHandler`1,string) void Microsoft.Maui.WeakEventManager:HandleEvent (object,object,string) + void Microsoft.Maui.WeakEventManager:RemoveEventHandler (string,object,System.Reflection.MemberInfo) + void Microsoft.Maui.WeakEventManager:RemoveEventHandler (System.EventHandler`1,string) void Microsoft.Maui.WeakEventManager/Subscription:.ctor (System.WeakReference,System.Reflection.MethodInfo) void Microsoft.Maui.WindowOverlay:.ctor (Microsoft.Maui.IWindow) void Microsoft.Maui.WindowOverlay:add_Tapped (System.EventHandler`1) @@ -5387,8 +5858,6 @@ Methods: void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeFileHandle:FStatCheckIO (string,Interop/Sys/FileStatus&,bool&) - void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.cctor () - void Microsoft.Win32.SafeHandles.SafeFileHandle/<>c:.ctor () void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor (intptr,bool) void Mono.RuntimeGPtrArrayHandle:DestroyAndFree (Mono.RuntimeGPtrArrayHandle&) @@ -5401,6 +5870,7 @@ Methods: void System.AppDomain:.ctor () void System.ArgumentException:ThrowIfNullOrEmpty (string,string) void System.Array:Clear (System.Array,int,int) + void System.Array:Clear (System.Array) void System.Array:Copy (System.Array,int,System.Array,int,int,bool) void System.Array:Copy (System.Array,int,System.Array,int,int) void System.Array:Copy (System.Array,System.Array,int) @@ -5409,7 +5879,7 @@ Methods: void System.Array:InternalCreate (System.Array&,intptr,int,int*,int*) void System.Array:InternalSetValue (object,intptr) void System.Array:Resize (System.Net.Http.Headers.HeaderEntry[]&,int) - void System.Array:Resize (System.Reflection.MethodInfo[]&,int) + void System.Array:Resize (System.Reflection.ConstructorInfo[]&,int) void System.Array:SetValue (object,int) void System.Array:SetValueImpl (object,int) void System.Array:SetValueRelaxedImpl (object,int) @@ -5474,9 +5944,9 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Concurrent.ConcurrentDictionary`2>:AcquireLocks (int,int,int&) - void System.Collections.Concurrent.ConcurrentDictionary`2>:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables>) - void System.Collections.Concurrent.ConcurrentDictionary`2>:ReleaseLocks (int,int) + void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireLocks (int,int,int&) + void System.Collections.Concurrent.ConcurrentDictionary`2:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables) + void System.Collections.Concurrent.ConcurrentDictionary`2:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2>>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -5488,13 +5958,12 @@ Methods: void System.Collections.Concurrent.ConcurrentQueue`1:Enqueue (object) void System.Collections.Concurrent.ConcurrentQueueSegment`1:.ctor (int) void System.Collections.Generic.ArraySortHelper`1:.cctor () - void System.Collections.Generic.ArraySortHelper`1:.ctor () void System.Collections.Generic.ArraySortHelper`1:InsertionSort (System.Span`1,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:IntroSort (System.Span`1,int,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:IntrospectiveSort (System.Span`1,System.Comparison`1) void System.Collections.Generic.ArraySortHelper`1:Sort (System.Span`1,System.Comparison`1) + void System.Collections.Generic.ArraySortHelper`1:SwapIfGreater (System.Span`1,System.Comparison`1,int,int) void System.Collections.Generic.ArraySortHelper`1:.cctor () - void System.Collections.Generic.ArraySortHelper`1:.ctor () void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:.ctor (System.Collections.Generic.Dictionary`2,int) void System.Collections.Generic.Dictionary`2/Enumerator:Dispose () @@ -5565,7 +6034,10 @@ Methods: void System.Collections.Generic.Dictionary`2:Resize (int,bool) void System.Collections.Generic.Dictionary`2:set_Item (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem) void System.Collections.Generic.EnumEqualityComparer`1:.ctor () + void System.Collections.Generic.GenericArraySortHelper`1:.ctor () + void System.Collections.Generic.GenericArraySortHelper`1:.ctor () void System.Collections.Generic.GenericComparer`1:.ctor () + void System.Collections.Generic.GenericComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () void System.Collections.Generic.GenericEqualityComparer`1:.ctor () @@ -5580,6 +6052,8 @@ Methods: void System.Collections.Generic.HashSet`1:Resize (int,bool) void System.Collections.Generic.List`1/Enumerator:.ctor (System.Collections.Generic.List`1) void System.Collections.Generic.List`1/Enumerator:Dispose () + void System.Collections.Generic.List`1/Enumerator>:.ctor (System.Collections.Generic.List`1>) + void System.Collections.Generic.List`1/Enumerator>:Dispose () void System.Collections.Generic.List`1/Enumerator>:.ctor (System.Collections.Generic.List`1>) void System.Collections.Generic.List`1/Enumerator>>:.ctor (System.Collections.Generic.List`1>>) void System.Collections.Generic.List`1:.cctor () @@ -5602,8 +6076,13 @@ Methods: void System.Collections.Generic.List`1:.ctor () void System.Collections.Generic.List`1:AddWithResize (Microsoft.Maui.WeakEventManager/Subscription) void System.Collections.Generic.List`1:Grow (int) + void System.Collections.Generic.List`1:RemoveAt (int) void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1>:.cctor () + void System.Collections.Generic.List`1>:.ctor () + void System.Collections.Generic.List`1>:AddWithResize (System.Collections.Generic.KeyValuePair`2) + void System.Collections.Generic.List`1>:Grow (int) + void System.Collections.Generic.List`1>:set_Capacity (int) void System.Collections.Generic.List`1:.cctor () void System.Collections.Generic.List`1:.ctor () void System.Collections.Generic.List`1:Grow (int) @@ -5629,6 +6108,11 @@ Methods: void System.Collections.Generic.List`1>:AddWithResize (System.ValueTuple`2) void System.Collections.Generic.List`1>:Grow (int) void System.Collections.Generic.List`1>:set_Capacity (int) + void System.Collections.Generic.List`1>:.cctor () + void System.Collections.Generic.List`1>:.ctor () + void System.Collections.Generic.List`1>:AddWithResize (System.ValueTuple`3) + void System.Collections.Generic.List`1>:Grow (int) + void System.Collections.Generic.List`1>:set_Capacity (int) void System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () void System.Collections.Generic.NonRandomizedStringEqualityComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) void System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:.ctor (System.Collections.Generic.IEqualityComparer`1) @@ -5689,6 +6173,7 @@ Methods: void System.Collections.Specialized.NotifyCollectionChangedEventArgs:.ctor (System.Collections.Specialized.NotifyCollectionChangedAction) void System.Collections.Specialized.SingleItemReadOnlyList/d__15:System.IDisposable.Dispose () void System.ComponentModel.PropertyChangedEventArgs:.ctor (string) + void System.Convert:.cctor () void System.DateTime:.cctor () void System.DateTime:.ctor (int,int,int,int,int,int) void System.DateTime:.ctor (int,int,int) @@ -5720,6 +6205,8 @@ Methods: void System.Environment:.cctor () void System.EventArgs:.cctor () void System.EventArgs:.ctor () + void System.Exception:.ctor (string,System.Exception) + void System.Exception:RestoreDispatchState (System.Exception/DispatchState&) void System.GC:_GetGCMemoryInfo (long&,long&,long&,long&,long&,long&) void System.GC:_SuppressFinalize (object) void System.GC:.cctor () @@ -5813,10 +6300,10 @@ Methods: void System.IO.Strategies.FileStreamHelpers:SerializationGuard (System.IO.FileAccess) void System.IO.Strategies.FileStreamHelpers:ValidateArguments (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,long) void System.IO.Strategies.FileStreamStrategy:DisposeInternal (bool) - void System.IO.Strategies.OSFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + void System.IO.Strategies.OSFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1) void System.IO.Strategies.OSFileStreamStrategy:Dispose (bool) void System.IO.Strategies.OSFileStreamStrategy:Flush (bool) - void System.IO.Strategies.UnixFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long) + void System.IO.Strategies.UnixFileStreamStrategy:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.Nullable`1) void System.IO.Stream:.cctor () void System.IO.Stream:.ctor () void System.IO.Stream:Close () @@ -5869,6 +6356,7 @@ Methods: void System.Linq.Enumerable/Iterator`1:Dispose () void System.Linq.Enumerable/ReverseIterator`1:.ctor (System.Collections.Generic.IEnumerable`1) void System.Linq.Enumerable/ReverseIterator`1:Dispose () + void System.Linq.Enumerable/SelectListIterator`2:.ctor (System.Collections.Generic.List`1,System.Func`2) void System.Linq.Enumerable/WhereListIterator`1:.ctor (System.Collections.Generic.List`1,System.Func`2) void System.Linq.EnumerableSorter`2:.ctor (System.Func`2,System.Collections.Generic.IComparer`1,bool,System.Linq.EnumerableSorter`1) void System.Linq.EnumerableSorter`2:ComputeKeys (Microsoft.Maui.IView[],int) @@ -6103,8 +6591,11 @@ Methods: void System.Resources.RuntimeResourceSet:.ctor (System.IO.Stream,bool) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (CommonMethods/d__0&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (maui.MainPage/d__2&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__4&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__3&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker/d__51&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|175_1>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<b__176_0>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|176_1>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.ShellNavigationManager/d__14&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Platform.ImageSourcePartExtensions/d__0&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Platform.ImageSourcePartLoader/d__17&) @@ -6163,8 +6654,8 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecuteFromThreadPool (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:.ctor () @@ -6208,6 +6699,8 @@ Methods: void System.Runtime.CompilerServices.TaskAwaiter:ValidateEnd (System.Threading.Tasks.Task) void System.Runtime.DependentHandle:.ctor (object,object) void System.Runtime.DependentHandle:UnsafeSetTargetToNull () + void System.Runtime.ExceptionServices.ExceptionDispatchInfo:.ctor (System.Exception) + void System.Runtime.ExceptionServices.ExceptionDispatchInfo:Throw () void System.Runtime.InteropServices.GCHandle:.ctor (object,System.Runtime.InteropServices.GCHandleType) void System.Runtime.InteropServices.GCHandle:InternalSet (intptr,object) void System.Runtime.InteropServices.GCHandle:set_Target (object) @@ -6239,7 +6732,6 @@ Methods: void System.RuntimeType:GetGenericArgumentsInternal (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack,bool) void System.RuntimeType:GetInterfaces (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeType:GetName (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) - void System.RuntimeType:make_array_type (System.Runtime.CompilerServices.QCallTypeHandle,int,System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeType:make_byref_type (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeType:MakeGenericType (System.Type,System.Type[],System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeType:SanityCheckGenericArguments (System.RuntimeType[],System.RuntimeType[]) @@ -6252,10 +6744,9 @@ Methods: void System.RuntimeTypeHandle:GetGenericTypeDefinition_impl (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeTypeHandle:GetModule (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.ObjectHandleOnStack) void System.RuntimeTypeHandle:internal_from_name (intptr,System.Threading.StackCrawlMark&,System.Runtime.CompilerServices.ObjectHandleOnStack,bool,bool) + void System.SpanHelpers:ClearWithoutReferences (byte&,uintptr) void System.SpanHelpers:ClearWithReferences (intptr&,uintptr) - void System.SpanHelpers:Fill (char&,uintptr,char) void System.StackOverflowException:.ctor (string) - void System.String:.ctor (char,int) void System.String:.ctor (char[],int,int) void System.String:.ctor (char*,int,int) void System.String:.ctor (char*) @@ -6299,8 +6790,10 @@ Methods: void System.Text.UTF8Encoding/UTF8EncodingSealed:.ctor (bool) void System.Text.ValueStringBuilder:.ctor (System.Span`1) void System.Text.ValueStringBuilder:.ctor (System.Span`1) + void System.Text.ValueStringBuilder:.ctor (System.Span`1) void System.Text.ValueStringBuilder:Append (char,int) void System.Text.ValueStringBuilder:Append (char*,int) + void System.Text.ValueStringBuilder:Append (System.ReadOnlySpan`1) void System.Text.ValueStringBuilder:AppendSlow (string) void System.Text.ValueStringBuilder:AppendSlow (string) void System.Text.ValueStringBuilder:AppendSpanFormattable (uint16,string,System.IFormatProvider) @@ -6546,6 +7039,8 @@ Methods: void System.Threading.WaitSubsystem:SetEvent (intptr) void System.Threading.WaitSubsystem:SetEvent (System.Threading.WaitSubsystem/WaitableObject) void System.Threading.WaitSubsystem:UninterruptibleSleep0 () + void System.Threading.WaitSubsystem/LockHolder:.ctor (System.Threading.LowLevelLock) + void System.Threading.WaitSubsystem/LockHolder:Dispose () void System.Threading.WaitSubsystem/ThreadWaitInfo:.ctor (System.Threading.Thread) void System.Threading.WaitSubsystem/ThreadWaitInfo:RegisterWait (int,bool,bool) void System.Threading.WaitSubsystem/ThreadWaitInfo:UninterruptibleSleep0 () @@ -6553,7 +7048,7 @@ Methods: void System.Threading.WaitSubsystem/WaitableObject:.ctor (System.Threading.WaitSubsystem/WaitableObject/WaitableObjectType,int,int,string,System.Threading.WaitSubsystem/WaitableObject/OwnershipInfo) void System.Threading.WaitSubsystem/WaitableObject:AcceptSignal (System.Threading.WaitSubsystem/ThreadWaitInfo) void System.Threading.WaitSubsystem/WaitableObject:SignalAutoResetEvent () - void System.Threading.WaitSubsystem/WaitableObject:SignalEvent () + void System.Threading.WaitSubsystem/WaitableObject:SignalEvent (System.Threading.WaitSubsystem/LockHolder&) void System.TimeSpan:.cctor () void System.TimeSpan:.ctor (int,int,int,int,int,int) void System.TimeSpan:.ctor (int,int,int,int,int) @@ -6614,6 +7109,7 @@ Methods: void System.UriParser:.cctor () void System.UriParser:.ctor (System.UriSyntaxFlags) void System.UriParser/BuiltInUriParser:.ctor (string,int,System.UriSyntaxFlags) + void System.ValueTuple`3:.ctor (string,Microsoft.Maui.Controls.ImageSource,bool) void System.ValueTuple`3:.ctor (string,Microsoft.Maui.FontWeight,bool) void System.ValueTuple`3:.ctor (System.Threading.CancellationTokenSource,bool,System.Threading.CancellationTokenSource) void System.Version:.ctor (int,int,int,int) @@ -6644,4 +7140,4 @@ Methods: void Xamarin.Android.Net.AndroidMessageHandler/d__146:MoveNext () void Xamarin.Android.Net.AuthModuleBasic:.ctor () void Xamarin.Android.Net.AuthModuleDigest:.cctor () - void Xamarin.Android.Net.AuthModuleDigest:.ctor () + void Xamarin.Android.Net.AuthModuleDigest:.ctor () \ No newline at end of file diff --git a/src/ProfiledAot/src/maui/AppShell.xaml b/src/ProfiledAot/src/maui/AppShell.xaml new file mode 100644 index 000000000000..b38157fc02f3 --- /dev/null +++ b/src/ProfiledAot/src/maui/AppShell.xaml @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/src/ProfiledAot/src/maui/AppShell.xaml.cs b/src/ProfiledAot/src/maui/AppShell.xaml.cs new file mode 100644 index 000000000000..b3b1597091ee --- /dev/null +++ b/src/ProfiledAot/src/maui/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace maui; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} From 15df4ed8fc8a8f84b090b1afae08303d847c481f Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Thu, 28 Jul 2022 08:21:17 -0500 Subject: [PATCH 038/158] Generate AOT Profilers for Non Shell based apps (#8941) * Add non shell pages to AOT stack * - AOT Profiles * - update aot from merge * - rerun after merge * - add delay * - run on physical device * - remove old page listener --- .nuspec/maui.aotprofile | Bin 665452 -> 720565 bytes .nuspec/maui.aotprofile.txt | 619 +++++++++++++++++- .../Platform/Android/TabbedPageManager.cs | 11 - src/ProfiledAot/src/maui/AppFlyoutPage.xaml | 20 + .../src/maui/AppFlyoutPage.xaml.cs | 9 + src/ProfiledAot/src/maui/MainPage.xaml.cs | 26 +- src/ProfiledAot/src/maui/Tabs.xaml | 8 + src/ProfiledAot/src/maui/Tabs.xaml.cs | 13 + 8 files changed, 683 insertions(+), 23 deletions(-) create mode 100644 src/ProfiledAot/src/maui/AppFlyoutPage.xaml create mode 100644 src/ProfiledAot/src/maui/AppFlyoutPage.xaml.cs create mode 100644 src/ProfiledAot/src/maui/Tabs.xaml create mode 100644 src/ProfiledAot/src/maui/Tabs.xaml.cs diff --git a/.nuspec/maui.aotprofile b/.nuspec/maui.aotprofile index 339518f3dc911bbb631de2b3f269992e6e6f7ee8..106952e667baf28db2d3dd3577ca5016e9680818 100644 GIT binary patch delta 114572 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�dw07d{@@XMB^VYcU{$B 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 aOm?xF7XX_BDEJLF+|}p^m*PSg!~P$&d@FGP delta 86949 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 KhTdV&p#K2RBu+R0 diff --git a/.nuspec/maui.aotprofile.txt b/.nuspec/maui.aotprofile.txt index 497c7b605943..bf4a311a6e99 100644 --- a/.nuspec/maui.aotprofile.txt +++ b/.nuspec/maui.aotprofile.txt @@ -14,6 +14,7 @@ Methods: Android.Content.Context Android.App.Application:get_Context () Android.Content.Context Android.Content.ContextWrapper:get_ApplicationContext () Android.Content.Context Android.Content.ContextWrapper:get_BaseContext () + Android.Content.Context Android.Views.LayoutInflater:get_Context () Android.Content.Context Android.Views.View:get_Context () Android.Content.Context AndroidX.Fragment.App.Fragment:get_Context () Android.Content.Context AndroidX.Fragment.App.Fragment:RequireContext () @@ -30,6 +31,10 @@ Methods: Android.Content.Res.AssetManager Android.Content.ContextWrapper:get_Assets () Android.Content.Res.ColorStateList Android.Content.Res.ColorStateList:ValueOf (Android.Graphics.Color) Android.Content.Res.ColorStateList AndroidX.AppCompat.Content.Res.AppCompatResources:GetColorStateList (Android.Content.Context,int) + Android.Content.Res.ColorStateList Google.Android.Material.Navigation.NavigationBarView:get_ItemIconTintList () + Android.Content.Res.ColorStateList Google.Android.Material.Navigation.NavigationBarView:get_ItemTextColor () + Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Handlers.TabbedPageManager:GetItemIconTintColorState () + Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Handlers.TabbedPageManager:GetItemTextColorStates () Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:GetDefaultTabColorList (Android.Content.Context) Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:MakeColorStateList (int,int,int) Android.Content.Res.ColorStateList Microsoft.Maui.Controls.Platform.Compatibility.ShellBottomNavViewAppearanceTracker:MakeColorStateList (Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color) @@ -41,6 +46,7 @@ Methods: Android.Content.Res.ColorStateList Microsoft.Maui.PlatformInterop:GetDefaultColorStateList (int) Android.Content.Res.ColorStateList Microsoft.Maui.PlatformInterop:GetSwitchColorStateList (int,int,int) Android.Content.Res.Configuration Android.Content.Res.Resources:get_Configuration () + Android.Content.Res.Orientation Android.Content.Res.Configuration:get_Orientation () Android.Content.Res.Resources Android.Content.ContextWrapper:get_Resources () Android.Content.Res.Resources Android.Views.View:get_Resources () Android.Content.Res.Resources/Theme Android.Content.ContextWrapper:get_Theme () @@ -95,6 +101,7 @@ Methods: Android.Text.TextPaint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_FontPaint () Android.Util.DisplayMetrics Android.Content.Res.Resources:get_DisplayMetrics () Android.Views.Display Android.Views.IWindowManagerInvoker:get_DefaultDisplay () + Android.Views.Display Microsoft.Maui.Devices.DeviceDisplayImplementation:GetDefaultDisplay () Android.Views.IMenu AndroidX.AppCompat.Widget.Toolbar:get_Menu () Android.Views.IMenu Google.Android.Material.Navigation.NavigationBarView:get_Menu () Android.Views.IMenuItem AndroidX.AppCompat.View.Menu.MenuBuilder:Add (int,int,int,Java.Lang.ICharSequence) @@ -107,6 +114,7 @@ Methods: Android.Views.LayoutInflater Microsoft.Maui.Platform.MauiContextExtensions:GetLayoutInflater (Microsoft.Maui.IMauiContext) Android.Views.MeasureSpecMode Android.Views.View/MeasureSpec:GetMode (int) Android.Views.MeasureSpecMode Microsoft.Maui.Platform.MeasureSpecExtensions:GetMode (int) + Android.Views.SurfaceOrientation Android.Views.Display:get_Rotation () Android.Views.View Android.Views.LayoutInflater:Inflate (int,Android.Views.ViewGroup) Android.Views.View Android.Views.View:FindViewById (int) Android.Views.View Android.Views.View:FindViewWithTag (Java.Lang.Object) @@ -120,8 +128,12 @@ Methods: Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentContainer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) + Android.Views.View Microsoft.Maui.Controls.Platform.FragmentContainer:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Controls.Platform.GestureManager:get_Control () + Android.Views.View Microsoft.Maui.Controls.TabbedPage:OnCreatePlatformView (Microsoft.Maui.Handlers.ViewHandler`2) Android.Views.View Microsoft.Maui.ElementHandlerExtensions:ToPlatform (Microsoft.Maui.IElementHandler) + Android.Views.View Microsoft.Maui.Handlers.FlyoutViewHandler:CreatePlatformView () + Android.Views.View Microsoft.Maui.Handlers.NavigationViewHandler:CreatePlatformView () Android.Views.View Microsoft.Maui.Handlers.ViewHandler:get_PlatformView () Android.Views.View Microsoft.Maui.Handlers.ViewHandler`2:OnCreatePlatformView () Android.Views.View Microsoft.Maui.Handlers.WindowHandler:CreateRootViewFromContent (Microsoft.Maui.Handlers.IWindowHandler,Microsoft.Maui.IWindow) @@ -129,8 +141,12 @@ Methods: Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToPlatform (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Android.Views.View Microsoft.Maui.Platform.ElementExtensions:ToPlatform (Microsoft.Maui.IElement) Android.Views.View Microsoft.Maui.Platform.ImageSourcePartLoader:get_PlatformView () + Android.Views.View Microsoft.Maui.Platform.NavigationViewFragment:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) + Android.Views.View Microsoft.Maui.Platform.ScopedFragment:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.Platform.SemanticExtensions:GetSemanticPlatformElement (Android.Views.View) + Android.Views.View Microsoft.Maui.Platform.ViewFragment:OnCreateView (Android.Views.LayoutInflater,Android.Views.ViewGroup,Android.OS.Bundle) Android.Views.View Microsoft.Maui.PlatformInterop:GetSemanticPlatformElement (Android.Views.View) + Android.Views.View/IOnAttachStateChangeListenerImplementor Android.Views.View:__CreateIOnAttachStateChangeListenerImplementor () Android.Views.View/IOnClickListenerImplementor Android.Views.View:__CreateIOnClickListenerImplementor () Android.Views.View/IOnFocusChangeListenerImplementor Android.Views.View:__CreateIOnFocusChangeListenerImplementor () Android.Views.View/IOnLayoutChangeListenerImplementor Android.Views.View:__CreateIOnLayoutChangeListenerImplementor () @@ -150,6 +166,7 @@ Methods: Android.Widget.ImageView/ScaleType Microsoft.Maui.Platform.AspectExtensions:ToScaleType (Microsoft.Maui.Aspect) Android.Widget.LinearLayout Microsoft.Maui.PlatformInterop:CreateNavigationBarOuterLayout (Android.Content.Context) AndroidX.AppCompat.App.ActionBar AndroidX.AppCompat.App.AppCompatActivity:get_SupportActionBar () + AndroidX.AppCompat.App.AppCompatActivity Microsoft.Maui.Platform.MauiContextExtensions:GetActivity (Microsoft.Maui.IMauiContext) AndroidX.AppCompat.View.Menu.MenuItemImpl Google.Android.Material.Navigation.NavigationBarItemView:get_ItemData () AndroidX.AppCompat.Widget.AppCompatTextView Microsoft.Maui.Handlers.LabelHandler:CreatePlatformView () AndroidX.AppCompat.Widget.AppCompatTextView Microsoft.Maui.Handlers.LabelHandler:Microsoft.Maui.Handlers.ILabelHandler.get_PlatformView () @@ -158,17 +175,23 @@ Methods: AndroidX.Core.View.AccessibilityDelegateCompat Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper:get_BlankDelegate () AndroidX.Core.Widget.NestedScrollView/IOnScrollChangeListenerImplementor AndroidX.Core.Widget.NestedScrollView:__CreateIOnScrollChangeListenerImplementor () AndroidX.DrawerLayout.Widget.DrawerLayout Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.get_CurrentDrawerLayout () + AndroidX.DrawerLayout.Widget.DrawerLayout Microsoft.Maui.Handlers.FlyoutViewHandler:get_DrawerLayout () AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor AndroidX.DrawerLayout.Widget.DrawerLayout:__CreateIDrawerListenerImplementor () + AndroidX.Fragment.App.Fragment AndroidX.Fragment.App.FragmentManager:FindFragmentById (int) AndroidX.Fragment.App.Fragment Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter:CreateFragment (int) AndroidX.Fragment.App.Fragment Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer.get_Fragment () AndroidX.Fragment.App.Fragment Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellObservableFragment.get_Fragment () + AndroidX.Fragment.App.Fragment Microsoft.Maui.Controls.Platform.MultiPageFragmentStateAdapter`1:CreateFragment (int) AndroidX.Fragment.App.FragmentManager AndroidX.Fragment.App.Fragment:get_ChildFragmentManager () AndroidX.Fragment.App.FragmentManager AndroidX.Fragment.App.FragmentActivity:get_SupportFragmentManager () AndroidX.Fragment.App.FragmentManager Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:get_FragmentManager () + AndroidX.Fragment.App.FragmentManager Microsoft.Maui.Controls.Handlers.TabbedPageManager:get_FragmentManager () AndroidX.Fragment.App.FragmentManager Microsoft.Maui.Platform.ContextExtensions:GetFragmentManager (Android.Content.Context) AndroidX.Fragment.App.FragmentManager Microsoft.Maui.Platform.MauiContextExtensions:GetFragmentManager (Microsoft.Maui.IMauiContext) + AndroidX.Fragment.App.FragmentManager Microsoft.Maui.Platform.NavigationRootManager:get_FragmentManager () AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentManager:BeginTransaction () AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:Add (int,AndroidX.Fragment.App.Fragment) + AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:Remove (AndroidX.Fragment.App.Fragment) AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:Replace (int,AndroidX.Fragment.App.Fragment) AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:SetReorderingAllowed (bool) AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:Show (AndroidX.Fragment.App.Fragment) @@ -179,7 +202,19 @@ Methods: AndroidX.Fragment.App.FragmentTransaction Microsoft.Maui.Controls.Platform.FragmentManagerExtensions:ShowEx (AndroidX.Fragment.App.FragmentTransaction,AndroidX.Fragment.App.Fragment) AndroidX.Lifecycle.Lifecycle AndroidX.Core.App.ComponentActivity:get_Lifecycle () AndroidX.Lifecycle.Lifecycle AndroidX.Fragment.App.FragmentActivity:get_Lifecycle () + AndroidX.Navigation.Fragment.FragmentNavigator Microsoft.Maui.Platform.StackNavigationManager:get_FragmentNavigator () + AndroidX.Navigation.Fragment.FragmentNavigator/Destination AndroidX.Navigation.Fragment.FragmentNavigator/Destination:SetClassName (string) + AndroidX.Navigation.Fragment.FragmentNavigator/Destination Microsoft.Maui.Platform.StackNavigationManager:AddFragmentDestination () + AndroidX.Navigation.Fragment.NavHostFragment Microsoft.Maui.Platform.StackNavigationManager:get_NavHost () + AndroidX.Navigation.NavController AndroidX.Navigation.Fragment.NavHostFragment:FindNavController (AndroidX.Fragment.App.Fragment) + AndroidX.Navigation.NavController AndroidX.Navigation.Fragment.NavHostFragment:get_NavController () + AndroidX.Navigation.NavGraph Microsoft.Maui.Platform.StackNavigationManager:get_NavGraph () + AndroidX.Navigation.NavigatorProvider AndroidX.Navigation.NavController:get_NavigatorProvider () + AndroidX.Navigation.UI.AppBarConfiguration AndroidX.Navigation.UI.AppBarConfiguration/Builder:Build () + AndroidX.Navigation.UI.AppBarConfiguration/Builder AndroidX.Navigation.UI.AppBarConfiguration/Builder:SetOpenableLayout (AndroidX.CustomView.Widget.IOpenable) + AndroidX.RecyclerView.Widget.RecyclerView/Adapter AndroidX.ViewPager2.Widget.ViewPager2:get_Adapter () AndroidX.RecyclerView.Widget.RecyclerView/ViewHolder Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:OnCreateViewHolder (Android.Views.ViewGroup,int) + AndroidX.ViewPager2.Widget.ViewPager2 Microsoft.Maui.Controls.TabbedPage:CreatePlatformView () AndroidX.ViewPager2.Widget.ViewPager2 Microsoft.Maui.PlatformInterop:CreateShellViewPager (Android.Content.Context,AndroidX.CoordinatorLayout.Widget.CoordinatorLayout,Google.Android.Material.Tabs.TabLayout,Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategy,AndroidX.ViewPager2.Adapter.FragmentStateAdapter,AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback) bool Android.App.SyncContext:EnsureLooper (Android.OS.Looper,System.Threading.SendOrPostCallback) bool Android.Content.Res.Resources/Theme:ResolveAttribute (int,Android.Util.TypedValue,bool) @@ -191,6 +226,7 @@ Methods: bool Android.Runtime.AndroidEnvironment:InitializeVSAndroidDesignerIsEnabled () bool Android.Runtime.AndroidTypeManager:FastRegisterNativeMembers (Java.Interop.JniType,System.Type,System.ReadOnlySpan`1) bool Android.Runtime.AndroidTypeManager/MagicRegistrationMap:get_Filled () + bool Android.Runtime.AndroidValueManager:ShouldReplaceMapping (System.WeakReference`1,Java.Interop.JniObjectReference,Java.Interop.IJavaPeerable&) bool Android.Runtime.InputStreamInvoker:get_CanRead () bool Android.Runtime.InputStreamInvoker:get_CanSeek () bool Android.Runtime.InputStreamInvoker:get_CanWrite () @@ -207,8 +243,10 @@ Methods: bool Android.Runtime.Logger:get_LogGlobalRef () bool Android.Runtime.XAPeerMembers:UsesVirtualDispatch (Java.Interop.IJavaPeerable,System.Type) bool Android.Views.View:AwakenScrollBars () + bool Android.Views.View:get_IsAttachedToWindow () bool Android.Views.View:get_ScrollbarFadingEnabled () bool Android.Views.View:get_VerticalScrollBarEnabled () + bool Android.Views.View/IOnAttachStateChangeListenerImplementor:__IsEmpty (Android.Views.View/IOnAttachStateChangeListenerImplementor) bool Android.Views.ViewGroup:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) bool Android.Views.ViewGroup:n_DrawChild_Landroid_graphics_Canvas_Landroid_view_View_J (intptr,intptr,intptr,intptr,long) bool AndroidX.AppCompat.View.Menu.MenuItemImpl:get_IsChecked () @@ -270,21 +308,35 @@ Methods: bool Microsoft.Maui.Controls.Element/d__27:MoveNext () bool Microsoft.Maui.Controls.Element/d__100:MoveNext () bool Microsoft.Maui.Controls.FileImageSource:get_IsEmpty () + bool Microsoft.Maui.Controls.FlyoutPage:get_IsPresented () + bool Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.Controls.IFlyoutPageController.get_ShouldShowSplitMode () bool Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_0 (Microsoft.Maui.Controls.BindableObject,object) bool Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_4 (Microsoft.Maui.Controls.BindableObject,object) bool Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_6 (Microsoft.Maui.Controls.BindableObject,object) bool Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:get_IsDarkTheme () + bool Microsoft.Maui.Controls.Handlers.TabbedPageManager:get_IsBottomTabPlacement () + bool Microsoft.Maui.Controls.Handlers.TabbedPageManager/Listeners:Google.Android.Material.Navigation.NavigationBarView.IOnItemSelectedListener.OnNavigationItemSelected (Android.Views.IMenuItem) + bool Microsoft.Maui.Controls.IElementExtensions:IsShimmed (Microsoft.Maui.IElement) bool Microsoft.Maui.Controls.ImageSource:IsNullOrEmpty (Microsoft.Maui.Controls.ImageSource) bool Microsoft.Maui.Controls.Label:get_FontAutoScalingEnabled () bool Microsoft.Maui.Controls.Label:get_HasFormattedTextSpans () bool Microsoft.Maui.Controls.Layout:get_IsClippedToBounds () bool Microsoft.Maui.Controls.Layout:Microsoft.Maui.ILayout.get_ClipsToBounds () bool Microsoft.Maui.Controls.MergedStyle:b__28_1 (Microsoft.Maui.Controls.Style) + bool Microsoft.Maui.Controls.NavigationPage:b__17_0 (Microsoft.Maui.Controls.Element) + bool Microsoft.Maui.Controls.NavigationPage:GetHasBackButton (Microsoft.Maui.Controls.Page) + bool Microsoft.Maui.Controls.NavigationPage:GetHasNavigationBar (Microsoft.Maui.Controls.BindableObject) + bool Microsoft.Maui.Controls.NavigationPage/<>c:b__17_1 (Microsoft.Maui.Controls.Element) + bool Microsoft.Maui.Controls.NavigationPageToolbar:get_BackButtonVisible () + bool Microsoft.Maui.Controls.NavigationPageToolbar:get_DrawerToggleVisible () + bool Microsoft.Maui.Controls.NavigationPageToolbar:GetBackButtonVisible () bool Microsoft.Maui.Controls.ObservableWrapper`2/d__15:MoveNext () + bool Microsoft.Maui.Controls.ObservableWrapper`2:get_IsReadOnly () bool Microsoft.Maui.Controls.ObservableWrapper`2:Contains (Microsoft.Maui.Controls.ShellItem) bool Microsoft.Maui.Controls.Page:get_IsBusy () bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () bool Microsoft.Maui.Controls.Page/d__84:MoveNext () + bool Microsoft.Maui.Controls.Platform.AlertManager/<>c__DisplayClass1_0:b__0 (Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper) bool Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetHint (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateContentPadding () @@ -294,6 +346,10 @@ Methods: bool Microsoft.Maui.Controls.Platform.SemanticExtensions:ControlsAccessibilityDelegateNeeded (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:TapGestureRecognizerNeedsDelegate (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.Platform.ViewExtensions:SetElevation (Android.Views.View,single) + bool Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:GetIsSmoothScrollEnabled (Microsoft.Maui.Controls.BindableObject) + bool Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:GetIsSwipePagingEnabled (Microsoft.Maui.Controls.BindableObject) + bool Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:IsSmoothScrollEnabled (Microsoft.Maui.Controls.IPlatformElementConfiguration`2) + bool Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:IsSwipePagingEnabled (Microsoft.Maui.Controls.IPlatformElementConfiguration`2) bool Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page:GetToolbarDynamicOverflowEnabled (Microsoft.Maui.Controls.BindableObject) bool Microsoft.Maui.Controls.ResourceDictionary:ContainsKey (string) bool Microsoft.Maui.Controls.ResourceDictionary:TryGetMergedDictionaryValue (string,object&,Microsoft.Maui.Controls.ResourceDictionary&) @@ -374,6 +430,7 @@ Methods: bool Microsoft.Maui.Graphics.PaintExtensions:IsNullOrEmpty (Microsoft.Maui.Graphics.Paint) bool Microsoft.Maui.Graphics.Point:Equals (object) bool Microsoft.Maui.Graphics.Point:op_Equality (Microsoft.Maui.Graphics.Point,Microsoft.Maui.Graphics.Point) + bool Microsoft.Maui.Graphics.Rect:Equals (Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Equality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Inequality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Size:Equals (Microsoft.Maui.Graphics.Size) @@ -398,6 +455,7 @@ Methods: bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () bool Microsoft.Maui.Platform.MauiScrollView:Microsoft.Maui.Platform.IScrollBarView.get_ScrollBarsInitialized () bool Microsoft.Maui.Platform.ThemeExtensions:TryResolveAttribute (Android.Content.Res.Resources/Theme,int) + bool Microsoft.Maui.Platform.ViewExtensions:IsLoaded (Android.Views.View) bool Microsoft.Maui.PropertyMapper:CanUpdateProperty (Microsoft.Maui.IElementHandler) bool Microsoft.Maui.PropertyMapper/d__17:MoveNext () bool Microsoft.Maui.Thickness:Equals (Microsoft.Maui.Thickness) @@ -423,6 +481,10 @@ Methods: bool System.Boolean:IsTrueStringIgnoreCase (System.ReadOnlySpan`1) bool System.Boolean:TryParse (string,bool&) bool System.Boolean:TryParse (System.ReadOnlySpan`1,bool&) + bool System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/<>c:b__13_0 (object) + bool System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/<>c:b__13_0 (object) + bool System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Trim () + bool System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Trim () bool System.Char:IsDigit (char) bool System.Char:IsLatin1 (char) bool System.Char:IsLetterOrDigit (char) @@ -489,6 +551,7 @@ Methods: bool System.Collections.Generic.List`1/Enumerator>>:MoveNext () bool System.Collections.Generic.List`1/Enumerator>>:MoveNextRare () bool System.Collections.Generic.List`1:System.Collections.Generic.ICollection.get_IsReadOnly () + bool System.Collections.Generic.List`1:Remove (Microsoft.Maui.IVisualTreeElement) bool System.Collections.Generic.List`1:Remove (Microsoft.Maui.WeakEventManager/Subscription) bool System.Collections.Generic.List`1:Contains (System.Type) bool System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:Equals (string,string) @@ -497,6 +560,7 @@ Methods: bool System.Collections.Generic.ObjectEqualityComparer`1:Equals (Microsoft.Maui.WeakEventManager/Subscription,Microsoft.Maui.WeakEventManager/Subscription) bool System.Collections.Generic.ObjectEqualityComparer`1:Equals (System.Type,System.Type) bool System.Collections.Hashtable:KeyEquals (object,object) + bool System.Collections.ObjectModel.Collection`1:Remove (Microsoft.Maui.Controls.Element) bool System.Collections.ObjectModel.Collection`1:Contains (Microsoft.Maui.Controls.ShellContent) bool System.Collections.ObjectModel.Collection`1:IsCompatibleObject (object) bool System.Collections.ObjectModel.Collection`1:System.Collections.IList.Contains (object) @@ -623,6 +687,7 @@ Methods: bool System.Net.Http.HttpRuleParser:ContainsNewLine (string,int) bool System.Net.Http.HttpRuleParser:IsToken (string) bool System.Net.Http.QPack.QPackEncoder:EncodeNameString (string,System.Span`1,int&) + bool System.Nullable`1:get_Value () bool System.Number:TryFormatInt32 (int,int,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryFormatUInt32 (uint,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryParseDouble (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,double&) @@ -652,6 +717,7 @@ Methods: bool System.ProbabilisticMap:IsCharBitSet (uint*,byte) bool System.Reflection.AssemblyNameParser:IsWhiteSpace (char) bool System.Reflection.CustomAttribute:IsUserCattrProvider (object) + bool System.Reflection.Emit.ILGenerator:get_InExceptionBlock () bool System.Reflection.FieldInfo:get_IsLiteral () bool System.Reflection.FieldInfo:get_IsStatic () bool System.Reflection.MethodBase:get_IsPublic () @@ -664,6 +730,7 @@ Methods: bool System.Reflection.RuntimePropertyInfo:get_CanRead () bool System.Reflection.RuntimePropertyInfo:get_CanWrite () bool System.Reflection.SignatureTypeExtensions:MatchesParameterTypeExactly (System.Type,System.Reflection.ParameterInfo) + bool System.Resources.FastResourceComparer:Equals (string,string) bool System.Resources.ManifestBasedResourceGroveler:CanUseDefaultResourceClasses (string,string) bool System.Resources.ResourceFallbackManager/d__5:MoveNext () bool System.Resources.ResourceManager:IsDefaultType (string,string) @@ -689,6 +756,7 @@ Methods: bool System.RuntimeType:get_IsGenericParameter () bool System.RuntimeType:get_IsGenericType () bool System.RuntimeType:get_IsGenericTypeDefinition () + bool System.RuntimeType:get_IsUserType () bool System.RuntimeType:HasElementTypeImpl () bool System.RuntimeType:IsArrayImpl () bool System.RuntimeType:IsAssignableFrom (System.Type) @@ -771,6 +839,7 @@ Methods: bool System.Threading.Tasks.Task`1:TrySetResult (System.Net.Http.HttpResponseMessage) bool System.Threading.Tasks.Task`1:TrySetResult (System.Threading.Tasks.VoidTaskResult) bool System.Threading.Tasks.TaskCompletionSource`1:TrySetResult (bool) + bool System.Threading.Tasks.TaskCompletionSource`1:TrySetResult (object) bool System.Threading.Thread:Yield () bool System.Threading.Thread:YieldInternal () bool System.Threading.ThreadLocal`1:get_IsValueCreated () @@ -807,6 +876,7 @@ Methods: bool System.Type:get_IsAbstract () bool System.Type:get_IsArray () bool System.Type:get_IsByRef () + bool System.Type:get_IsClass () bool System.Type:get_IsInterface () bool System.Type:get_IsPointer () bool System.Type:get_IsPrimitive () @@ -867,6 +937,7 @@ Methods: double Microsoft.Maui.Controls.Button:get_FontSize () double Microsoft.Maui.Controls.Button:Microsoft.Maui.Controls.Internals.IFontElement.FontSizeDefaultValueCreator () double Microsoft.Maui.Controls.Button:Microsoft.Maui.IButtonStroke.get_StrokeThickness () + double Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.IFlyoutView.get_FlyoutWidth () double Microsoft.Maui.Controls.Grid:get_ColumnSpacing () double Microsoft.Maui.Controls.Grid:get_RowSpacing () double Microsoft.Maui.Controls.Label:get_CharacterSpacing () @@ -903,6 +974,7 @@ Methods: double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_MinimumWidth () double Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Width () double Microsoft.Maui.Font:get_Size () + double Microsoft.Maui.Handlers.FlyoutViewHandler:get_FlyoutWidth () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridHeight () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:GridWidth () double Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:LeftEdgeOfColumn (int) @@ -986,13 +1058,17 @@ Methods: int Android.Views.ViewGroup/LayoutParams:get_Height () int Android.Views.ViewGroup/LayoutParams:get_Width () int Android.Views.ViewGroup/MarginLayoutParams:get_BottomMargin () + int AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:get_Color () int AndroidX.AppCompat.View.Menu.MenuBuilder:Size () int AndroidX.AppCompat.View.Menu.MenuItemImpl:get_ItemId () + int AndroidX.Fragment.App.FragmentTransactionInvoker:Commit () int AndroidX.Fragment.App.FragmentTransactionInvoker:CommitAllowingStateLoss () + int AndroidX.Navigation.NavDestination:get_Id () int AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_GetItemCount (intptr,intptr) int AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_GetItemViewType_I (intptr,intptr,int) int Google.Android.Material.BottomNavigation.BottomNavigationView:get_MaxItemCount () int Google.Android.Material.Button.MaterialButton:get_IconGravity () + int Google.Android.Material.Navigation.NavigationBarView:get_SelectedItemId () int Java.Interop.JniEnvironment/Arrays:GetArrayLength (Java.Interop.JniObjectReference) int Java.Interop.JniEnvironment/InstanceFields:GetIntField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) int Java.Interop.JniEnvironment/InstanceMethods:CallIntMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) @@ -1018,7 +1094,9 @@ Methods: int Java.Interop.NativeMethods:java_interop_jnienv_get_static_int_field (intptr,intptr,intptr) int Java.Interop.NativeMethods:java_interop_jnienv_get_string_length (intptr,intptr) int Java.Interop.NativeMethods:java_interop_jnienv_register_natives (intptr,intptr&,intptr,Java.Interop.JniNativeMethodRegistration[],int) + int Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:GetArrayInfo (System.Type,System.Type&) int Java.IO.InputStream:Read (byte[],int,int) + int Kotlin.Collections.AbstractMutableList:Size () int Microsoft.Extensions.DependencyInjection.ServiceCollection:get_Count () int Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem:get_Count () int Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey:GetHashCode () @@ -1033,6 +1111,7 @@ Methods: int Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:get_Opacity () int Microsoft.Maui.Controls.Label:get_MaxLines () int Microsoft.Maui.Controls.Layout:get_Count () + int Microsoft.Maui.Controls.ObservableWrapper`2:IndexOf (Microsoft.Maui.Controls.Page) int Microsoft.Maui.Controls.ObservableWrapper`2:get_Count () int Microsoft.Maui.Controls.ObservableWrapper`2:ToInnerIndex (int) int Microsoft.Maui.Controls.ObservableWrapper`2:ToOuterIndex (int) @@ -1042,6 +1121,7 @@ Methods: int Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:GetFooterViewTotalHeight () int Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter:get_ItemCount () int Microsoft.Maui.Controls.Platform.FragmentManagerExtensions:CommitAllowingStateLossEx (AndroidX.Fragment.App.FragmentTransaction) + int Microsoft.Maui.Controls.Platform.MultiPageFragmentStateAdapter`1:get_ItemCount () int Microsoft.Maui.Controls.ReadOnlyCastingList`2:get_Count () int Microsoft.Maui.Controls.ResourceDictionary:get_Count () int Microsoft.Maui.Controls.VisualElement:get_ZIndex () @@ -1073,6 +1153,7 @@ Methods: int System.Array:IndexOf (System.Type[],System.Type) int System.Array:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Array:LastIndexOf (System.Delegate[],System.Delegate) + int System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:get_Id () int System.Collections.ArrayList:Add (object) int System.Collections.ArrayList:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () @@ -1107,6 +1188,7 @@ Methods: int System.Collections.Generic.List`1:get_Count () int System.Collections.Generic.List`1:IndexOf (Microsoft.Maui.WeakEventManager/Subscription) int System.Collections.Generic.List`1:EnsureCapacity (int) + int System.Collections.Generic.List`1:get_Item (int) int System.Collections.Generic.List`1:IndexOf (System.Type) int System.Collections.Generic.List`1>:RemoveAll (System.Predicate`1>) int System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) @@ -1244,11 +1326,17 @@ Methods: int System.Private.CoreLib.Interop/Sys:LStat (System.ReadOnlySpan`1,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:PRead (System.Runtime.InteropServices.SafeHandle,byte*,int,long) int System.Random/XoshiroImpl:Next (int,int) + int System.Reflection.Emit.DynamicMethod:AddRef (object) + int System.Reflection.Emit.DynamicMethodTokenGenerator:GetToken (System.Reflection.MemberInfo,bool) + int System.Reflection.Emit.ILExceptionInfo:LastClauseType () + int System.Reflection.Emit.ILGenerator:get_ILOffset () + int System.Reflection.Emit.Int32Stack:Pop () int System.Reflection.MemberInfo:GetHashCode () int System.Reflection.MethodBase:GetHashCode () int System.Reflection.MethodInfo:GetHashCode () int System.Reflection.MonoMethodInfo:get_method_attributes (intptr) int System.Reflection.PropertyInfo:GetHashCode () + int System.Reflection.RuntimeMethodInfo:GetParametersCount () int System.Resources.FastResourceComparer:CompareOrdinal (byte*,int,string) int System.Resources.FastResourceComparer:GetHashCode (string) int System.Resources.FastResourceComparer:HashFunction (string) @@ -1366,6 +1454,7 @@ Methods: intptr Android.Runtime.JNIEnv:CallObjectMethod (intptr,intptr,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:CallObjectMethod (intptr,intptr) intptr Android.Runtime.JNIEnv:FindClass (string) + intptr Android.Runtime.JNIEnv:FindClass (System.Type) intptr Android.Runtime.JNIEnv:get_Handle () intptr Android.Runtime.JNIEnv:GetMethodID (intptr,string,string) intptr Android.Runtime.JNIEnv:GetObjectArrayElement (intptr,int) @@ -1471,6 +1560,7 @@ Methods: Java.Interop.JniFieldInfo Java.Interop.JniPeerMembers/JniStaticFields:GetFieldInfo (string) Java.Interop.JniFieldInfo Java.Interop.JniType:GetInstanceField (string,string) Java.Interop.JniFieldInfo Java.Interop.JniType:GetStaticField (string,string) + Java.Interop.JniManagedPeerStates Java.Lang.Object:Java.Interop.IJavaPeerable.get_JniManagedPeerState () Java.Interop.JniMethodInfo Java.Interop.JniEnvironment/InstanceMethods:GetMethodID (Java.Interop.JniObjectReference,string,string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetConstructor (string) Java.Interop.JniMethodInfo Java.Interop.JniPeerMembers/JniInstanceMethods:GetMethodInfo (string,string) @@ -1519,16 +1609,20 @@ Methods: Java.Interop.JniPeerMembers Android.App.Application:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Graphics.Drawables.AnimationDrawable:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Runtime.XAPeerMembers:GetPeerMembers (Java.Interop.IJavaPeerable) + Java.Interop.JniPeerMembers Android.Views.LayoutInflater:get_JniPeerMembers () + Java.Interop.JniPeerMembers Android.Views.OrientationEventListener:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Views.View:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Views.ViewGroup:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Widget.FrameLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers Android.Widget.LinearLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.AppCompat.App.AppCompatActivity:get_JniPeerMembers () + Java.Interop.JniPeerMembers AndroidX.AppCompat.View.ContextThemeWrapper:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.AppCompat.Widget.AppCompatTextView:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.Core.Widget.NestedScrollView:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.DrawerLayout.Widget.DrawerLayout:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.Fragment.App.Fragment:get_JniPeerMembers () + Java.Interop.JniPeerMembers AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.RecyclerView.Widget.RecyclerView:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.RecyclerView.Widget.RecyclerView/Adapter:get_JniPeerMembers () Java.Interop.JniPeerMembers AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:get_JniPeerMembers () @@ -1551,8 +1645,10 @@ Methods: Java.Interop.JniType Java.Interop.JniPeerMembers/JniInstanceMethods:get_JniPeerType () Java.Interop.JniType Java.Interop.JniType:GetCachedJniType (Java.Interop.JniType&,string) Java.Interop.JniTypeSignature Java.Interop.JniRuntime/JniTypeManager:GetTypeSignature (System.Type) + Java.Lang.Class Java.Lang.Class:FromType (System.Type) Java.Lang.Object Android.Animation.ValueAnimator:get_AnimatedValue () Java.Lang.Object Android.Content.ContextWrapper:GetSystemService (string) + Java.Lang.Object AndroidX.Navigation.NavigatorProvider:GetNavigator (Java.Lang.Class) Java.Lang.Object Java.Lang.Object:op_Implicit (string) Java.Net.HttpStatus Java.Net.HttpURLConnection:get_ResponseCode () Java.Net.Proxy Java.Net.Proxy:get_NoProxy () @@ -1569,12 +1665,14 @@ Methods: Javax.Net.Ssl.KeyManagerFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureKeyManagerFactory (Java.Security.KeyStore) Javax.Net.Ssl.SSLSocketFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureCustomSSLSocketFactory (Javax.Net.Ssl.HttpsURLConnection) Javax.Net.Ssl.TrustManagerFactory Xamarin.Android.Net.AndroidMessageHandler:ConfigureTrustManagerFactory (Java.Security.KeyStore) + Kotlin.Collections.ArrayDeque AndroidX.Navigation.NavController:get_BackQueue () long Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_J (_JniMarshal_PPI_J,intptr,intptr,int) long AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_GetItemId_I (intptr,intptr,int) long Java.Interop.JniEnvironment/StaticMethods:CallStaticLongMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) long Java.Interop.JniPeerMembers/JniStaticMethods:InvokeInt64Method (string,Java.Interop.JniArgumentValue*) long Java.Interop.NativeMethods:java_interop_jnienv_call_static_long_method_a (intptr,intptr&,intptr,intptr,intptr) long Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter:GetItemId (int) + long Microsoft.Maui.Controls.Platform.MultiPageFragmentStateAdapter`1:GetItemId (int) long Microsoft.Maui.PlatformInterop:MeasureAndGetWidthAndHeight (Android.Views.View,int,int) long System.Diagnostics.Stopwatch:GetTimestamp () long System.Diagnostics.Stopwatch:QueryPerformanceCounter () @@ -1679,6 +1777,10 @@ Methods: Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.BindableProperty:Create (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.BindableProperty:CreateAttached (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindablePropertyBindingChanging,bool,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.BindableProperty:CreateAttached (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) + Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:get_GroupHeaderTemplateProperty () + Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:get_IsGroupingEnabledProperty () + Microsoft.Maui.Controls.BindableProperty Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:get_ProgressiveLoadingProperty () + Microsoft.Maui.Controls.BindablePropertyKey Microsoft.Maui.Controls.BindableProperty:CreateAttachedReadOnly (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) Microsoft.Maui.Controls.BindablePropertyKey Microsoft.Maui.Controls.BindableProperty:CreateReadOnly (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) Microsoft.Maui.Controls.BindingBase Microsoft.Maui.Controls.AppThemeBinding:Clone () Microsoft.Maui.Controls.BindingBase Microsoft.Maui.Controls.Binding:Clone () @@ -1687,8 +1789,10 @@ Methods: Microsoft.Maui.Controls.BindingMode Microsoft.Maui.Controls.BindingBase:get_Mode () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.Brush:get_Default () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.Brush:op_Implicit (Microsoft.Maui.Graphics.Color) + Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.NavigationPage:get_BarBackground () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.RadioButton:ResolveThemeColor (string) Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.Shell:get_FlyoutBackground () + Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.TabbedPage:get_BarBackground () Microsoft.Maui.Controls.Brush Microsoft.Maui.Controls.VisualElement:get_Background () Microsoft.Maui.Controls.ColumnDefinition Microsoft.Maui.Controls.DefinitionCollection`1:get_Item (int) Microsoft.Maui.Controls.ColumnDefinitionCollection Microsoft.Maui.Controls.Grid:get_ColumnDefinitions () @@ -1713,6 +1817,7 @@ Methods: Microsoft.Maui.Controls.Element Microsoft.Maui.Controls.Shell:GetVisiblePage () Microsoft.Maui.Controls.Element Microsoft.Maui.Controls.Shell:WalkToPage (Microsoft.Maui.Controls.Element) Microsoft.Maui.Controls.Element Microsoft.Maui.Controls.TemplatedPage:Microsoft.Maui.Controls.IControlTemplated.get_TemplateRoot () + Microsoft.Maui.Controls.Element Microsoft.Maui.Controls.ViewExtensions:FindParentWith (Microsoft.Maui.Controls.Element,System.Func`2,bool) Microsoft.Maui.Controls.Element Microsoft.Maui.Controls.ViewExtensions/d__20:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.Controls.Element System.Collections.ObjectModel.Collection`1:get_Item (int) Microsoft.Maui.Controls.Element System.Collections.ObjectModel.ReadOnlyCollection`1:get_Item (int) @@ -1725,7 +1830,9 @@ Methods: Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Button:get_ImageSource () Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Image:get_Source () Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.ImageSource:FromFile (string) + Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.NavigationPage:GetTitleIconImageSource (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Page:get_BackgroundImageSource () + Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Page:get_IconImageSource () Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:GetFlyoutIcon (Microsoft.Maui.Controls.BackButtonBehavior,Microsoft.Maui.Controls.Page) Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Shell:get_FlyoutBackgroundImage () Microsoft.Maui.Controls.ImageSource Microsoft.Maui.Controls.Shell:get_FlyoutIcon () @@ -1740,6 +1847,7 @@ Methods: Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Application:On () Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions:OnThisPlatform (Microsoft.Maui.Controls.Application) Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.PlatformConfigurationRegistry`1:On () + Microsoft.Maui.Controls.IPlatformElementConfiguration`2 Microsoft.Maui.Controls.TabbedPage:On () Microsoft.Maui.Controls.IShellController Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_ShellController () Microsoft.Maui.Controls.IShellController Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:get_ShellController () Microsoft.Maui.Controls.IVisual Microsoft.Maui.Controls.BaseShellItem:Microsoft.Maui.Controls.IVisualController.get_EffectiveVisual () @@ -1754,11 +1862,15 @@ Methods: Microsoft.Maui.Controls.LayoutOptions Microsoft.Maui.Controls.View:get_VerticalOptions () Microsoft.Maui.Controls.MenuItemCollection Microsoft.Maui.Controls.ShellContent:get_MenuItems () Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.Application:get_MainPage () + Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.MultiPage`1:get_CurrentPage () + Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.NavigationPage:get_CurrentPage () + Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.Platform.FragmentContainer:get_Page () Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.Shell:get_CurrentPage () Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.ShellContent:Microsoft.Maui.Controls.IShellContentController.get_Page () Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.ShellContent:Microsoft.Maui.Controls.IShellContentController.GetOrCreateContent () Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.ShellSection:Microsoft.Maui.Controls.IShellSectionController.get_PresentedPage () Microsoft.Maui.Controls.Page Microsoft.Maui.Controls.Window:get_Page () + Microsoft.Maui.Controls.Page System.Linq.Enumerable:FirstOrDefault (System.Collections.Generic.IEnumerable`1) Microsoft.Maui.Controls.Platform.Compatibility.IShellBottomNavViewAppearanceTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateBottomNavViewAppearanceTracker (Microsoft.Maui.Controls.ShellItem) Microsoft.Maui.Controls.Platform.Compatibility.IShellBottomNavViewAppearanceTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.CreateBottomNavViewAppearanceTracker (Microsoft.Maui.Controls.ShellItem) Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutContentRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateShellFlyoutContentRenderer () @@ -1774,9 +1886,14 @@ Methods: Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarAppearanceTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.CreateToolbarAppearanceTracker () Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:CreateTrackerForToolbar (AndroidX.AppCompat.Widget.Toolbar) Microsoft.Maui.Controls.Platform.Compatibility.IShellToolbarTracker Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.CreateTrackerForToolbar (AndroidX.AppCompat.Widget.Toolbar) + Microsoft.Maui.Controls.Platform.FragmentContainer Microsoft.Maui.Controls.Platform.FragmentContainer:CreateInstance (Microsoft.Maui.Controls.Page,Microsoft.Maui.IMauiContext) + Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:GetToolbarPlacement (Microsoft.Maui.Controls.BindableObject) + Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:GetToolbarPlacement (Microsoft.Maui.Controls.IPlatformElementConfiguration`2) Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application:GetWindowSoftInputModeAdjust (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application:GetWindowSoftInputModeAdjust (Microsoft.Maui.Controls.IPlatformElementConfiguration`2) Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 Microsoft.Maui.Controls.Application:<.ctor>b__8_1 () + Microsoft.Maui.Controls.PlatformConfigurationRegistry`1 Microsoft.Maui.Controls.TabbedPage:<.ctor>b__43_0 () + Microsoft.Maui.Controls.ReadOnlyCastingList`2 Microsoft.Maui.Controls.NavigationPage/MauiNavigationImpl:<.ctor>b__1_0 () Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.Application:get_Resources () Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.ResourceDictionary/<>c:b__8_0 (System.Type) Microsoft.Maui.Controls.ResourceDictionary Microsoft.Maui.Controls.VisualElement:get_Resources () @@ -1822,6 +1939,8 @@ Methods: Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.get_FlyoutContent () Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.get_FlyoutFooter () Microsoft.Maui.Controls.View Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.get_FlyoutHeader () + Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.NavigationPageToolbar:get_TitleView () + Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.NavigationPageToolbar:GetTitleView () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Platform.GestureManager:get_Element () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.VisualElement,bool) Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) @@ -1846,7 +1965,13 @@ Methods: Microsoft.Maui.Devices.DevicePlatform Microsoft.Maui.Devices.DeviceInfo:get_Platform () Microsoft.Maui.Devices.DevicePlatform Microsoft.Maui.Devices.DeviceInfoImplementation:get_Platform () Microsoft.Maui.Devices.DevicePlatform Microsoft.Maui.Devices.DevicePlatform:get_Android () + Microsoft.Maui.Devices.DisplayInfo Microsoft.Maui.Devices.DeviceDisplayImplementation:GetMainDisplayInfo () + Microsoft.Maui.Devices.DisplayInfo Microsoft.Maui.Devices.DeviceDisplayImplementationBase:get_MainDisplayInfo () + Microsoft.Maui.Devices.DisplayOrientation Microsoft.Maui.Devices.DeviceDisplayImplementation:CalculateOrientation () + Microsoft.Maui.Devices.DisplayRotation Microsoft.Maui.Devices.DeviceDisplayImplementation:CalculateRotation (Android.Views.Display) + Microsoft.Maui.Devices.IDeviceDisplay Microsoft.Maui.Devices.DeviceDisplay:get_Current () Microsoft.Maui.Devices.IDeviceInfo Microsoft.Maui.Devices.DeviceInfo:get_Current () + Microsoft.Maui.Dispatching.IDispatcher Microsoft.Maui.Controls.BindableObject:get_Dispatcher () Microsoft.Maui.Dispatching.IDispatcher Microsoft.Maui.Dispatching.Dispatcher:GetForCurrentThread () Microsoft.Maui.Dispatching.IDispatcher Microsoft.Maui.Dispatching.DispatcherProvider:GetForCurrentThread () Microsoft.Maui.Dispatching.IDispatcher Microsoft.Maui.Dispatching.DispatcherProvider:GetForCurrentThreadImplementation () @@ -1858,6 +1983,7 @@ Methods: Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.Window:get_FlowDirection () Microsoft.Maui.FlowDirection Microsoft.Maui.IViewExtensions:GetEffectiveFlowDirection (Microsoft.Maui.IView) Microsoft.Maui.FlowDirection Microsoft.Maui.MauiContextExtensions:GetFlowDirection (Microsoft.Maui.IMauiContext) + Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.IFlyoutView.get_FlyoutBehavior () Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:GetEffectiveFlyoutBehavior () Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:Microsoft.Maui.IFlyoutView.get_FlyoutBehavior () @@ -1877,8 +2003,17 @@ Methods: Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Button:Microsoft.Maui.IButtonStroke.get_StrokeColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:get_DefaultBackgroundColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:ResolveThemeColor (Microsoft.Maui.Graphics.Color,Microsoft.Maui.Graphics.Color) + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Handlers.TabbedPageManager:get_BarItemColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Handlers.TabbedPageManager:get_BarSelectedItemColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.KnownColor:get_Default () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Label:get_TextColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPage:get_BarBackgroundColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPage:get_BarTextColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPage:GetIconColor (Microsoft.Maui.Controls.BindableObject) + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPageToolbar:get_BarTextColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPageToolbar:get_IconColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPageToolbar:GetBarTextColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.NavigationPageToolbar:GetIconColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Shell:get_FlyoutBackgroundColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:get_BackgroundColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:get_ForegroundColor () @@ -1889,6 +2024,8 @@ Methods: Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarTitleColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.ShellAppearance:Microsoft.Maui.Controls.IShellAppearanceElement.get_EffectiveTabBarUnselectedColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.SolidColorBrush:get_Color () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.TabbedPage:get_BarBackgroundColor () + Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.TabbedPage:get_BarTextColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Toolbar:get_BarTextColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.Toolbar:get_IconColor () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.VisualElement:get_BackgroundColor () @@ -1949,6 +2086,7 @@ Methods: Microsoft.Maui.Graphics.Size Microsoft.Maui.ViewHandlerExtensions:MeasureVirtualView (Microsoft.Maui.IPlatformViewHandler,int,int,System.Func`3) Microsoft.Maui.GridLength Microsoft.Maui.Controls.ColumnDefinition:get_Width () Microsoft.Maui.GridLength Microsoft.Maui.GridLength:op_Implicit (double) + Microsoft.Maui.Handlers.ToolbarHandler/ProcessBackClick Microsoft.Maui.Handlers.ToolbarHandler:get_BackNavigationClick () Microsoft.Maui.Hosting.FontDescriptor System.Collections.Generic.List`1/Enumerator:get_Current () Microsoft.Maui.Hosting.IFontCollection Microsoft.Maui.Hosting.FontCollectionExtensions:AddFont (Microsoft.Maui.Hosting.IFontCollection,string,string) Microsoft.Maui.Hosting.IImageSourceServiceCollection Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions:AddService (Microsoft.Maui.Hosting.IImageSourceServiceCollection,System.Func`2>) @@ -1987,6 +2125,7 @@ Methods: Microsoft.Maui.IElementHandler Microsoft.Maui.Platform.ElementExtensions:ToHandler (Microsoft.Maui.IElement,Microsoft.Maui.IMauiContext) Microsoft.Maui.IEmbeddedFontLoader Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions/<>c:b__1_0 (System.IServiceProvider) Microsoft.Maui.IFlyoutView Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:get_FlyoutView () + Microsoft.Maui.IFlyoutView Microsoft.Maui.Handlers.FlyoutViewHandler:Microsoft.Maui.Handlers.IFlyoutViewHandler.get_VirtualView () Microsoft.Maui.IFontManager Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions/<>c:b__1_2 (System.IServiceProvider) Microsoft.Maui.IFontRegistrar Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions/<>c:b__1_1 (System.IServiceProvider) Microsoft.Maui.IImageSource Microsoft.Maui.Controls.Button:Microsoft.Maui.IImageSourcePart.get_Source () @@ -2006,6 +2145,7 @@ Methods: Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:get_MauiContext () + Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.TabbedPage:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Toolbar:get_MauiContext () Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.ViewExtensions:FindMauiContext (Microsoft.Maui.Controls.Element,bool) Microsoft.Maui.IMauiContext Microsoft.Maui.Controls.Window:get_MauiContext () @@ -2020,10 +2160,14 @@ Methods: Microsoft.Maui.IPersistedState Microsoft.Maui.ActivationState:GetPersistedState (Android.OS.Bundle) Microsoft.Maui.IPlatformViewHandler Microsoft.Maui.Platform.ViewExtensions:ToHandler (Microsoft.Maui.IView,Microsoft.Maui.IMauiContext) Microsoft.Maui.IShadow Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Shadow () + Microsoft.Maui.IToolbar Microsoft.Maui.Controls.NavigationPage:FindMyToolbar () Microsoft.Maui.IToolbar Microsoft.Maui.Controls.Page:Microsoft.Maui.IToolbarElement.get_Toolbar () Microsoft.Maui.IToolbar Microsoft.Maui.Controls.Window:Microsoft.Maui.IToolbarElement.get_Toolbar () + Microsoft.Maui.IToolbarElement Microsoft.Maui.Platform.StackNavigationManager:get_ToolbarElement () Microsoft.Maui.IView Microsoft.Maui.Controls.ContentPage:Microsoft.Maui.IContentView.get_PresentedContent () Microsoft.Maui.IView Microsoft.Maui.Controls.ContentPage:Microsoft.Maui.IReplaceableView.get_ReplacedView () + Microsoft.Maui.IView Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.IFlyoutView.get_Detail () + Microsoft.Maui.IView Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.IFlyoutView.get_Flyout () Microsoft.Maui.IView Microsoft.Maui.Controls.Layout:get_Item (int) Microsoft.Maui.IView Microsoft.Maui.Controls.ScrollView:Microsoft.Maui.IContentView.get_PresentedContent () Microsoft.Maui.IView Microsoft.Maui.Controls.View:Microsoft.Maui.IReplaceableView.get_ReplacedView () @@ -2031,6 +2175,7 @@ Methods: Microsoft.Maui.IView Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.get_Content () Microsoft.Maui.IView Microsoft.Maui.Handlers.ViewHandler`2:Microsoft.Maui.IViewHandler.get_VirtualView () Microsoft.Maui.IView Microsoft.Maui.HotReload.MauiHotReloadHelper:GetReplacedView (Microsoft.Maui.HotReload.IHotReloadableView) + Microsoft.Maui.IView Microsoft.Maui.Platform.StackNavigationManager:get_CurrentPage () Microsoft.Maui.IView System.Linq.OrderedEnumerable`1/d__4:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.IViewHandler Microsoft.Maui.Controls.VisualElement:get_Handler () Microsoft.Maui.IVisualDiagnosticsOverlay Microsoft.Maui.Controls.Window:get_VisualDiagnosticsOverlay () @@ -2077,9 +2222,13 @@ Methods: Microsoft.Maui.Platform.MauiScrollView Microsoft.Maui.Handlers.ScrollViewHandler:CreatePlatformView () Microsoft.Maui.Platform.MauiScrollView Microsoft.Maui.Handlers.ScrollViewHandler:Microsoft.Maui.Handlers.IScrollViewHandler.get_PlatformView () Microsoft.Maui.Platform.NavigationRootManager Microsoft.Maui.Platform.MauiContextExtensions:GetNavigationRootManager (Microsoft.Maui.IMauiContext) + Microsoft.Maui.Platform.StackNavigationManager Microsoft.Maui.Handlers.NavigationViewHandler:CreateNavigationManager () + Microsoft.Maui.Platform.StackNavigationManager Microsoft.Maui.Platform.NavigationViewFragment:get_NavigationManager () Microsoft.Maui.Primitives.LayoutAlignment Microsoft.Maui.Controls.LayoutOptions:ToCore () Microsoft.Maui.Primitives.LayoutAlignment Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_HorizontalLayoutAlignment () Microsoft.Maui.Primitives.LayoutAlignment Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_VerticalLayoutAlignment () + Microsoft.Maui.Primitives.LayoutAlignment Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_HorizontalLayoutAlignment () + Microsoft.Maui.Primitives.LayoutAlignment Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_VerticalLayoutAlignment () Microsoft.Maui.PropertyMapper Microsoft.Maui.Controls.View:Microsoft.Maui.IPropertyMapperView.GetPropertyMapperOverrides () Microsoft.Maui.ScrollBarVisibility Microsoft.Maui.Controls.ScrollView:get_HorizontalScrollBarVisibility () Microsoft.Maui.ScrollOrientation Microsoft.Maui.Controls.ScrollView:get_Orientation () @@ -2099,10 +2248,12 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.Label:Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator () Microsoft.Maui.Thickness Microsoft.Maui.Controls.Layout:get_Padding () Microsoft.Maui.Thickness Microsoft.Maui.Controls.Layout:Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator () + Microsoft.Maui.Thickness Microsoft.Maui.Controls.NavigationPage:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Controls.Page:get_Padding () Microsoft.Maui.Thickness Microsoft.Maui.Controls.Page:Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator () Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () + Microsoft.Maui.Thickness Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,Microsoft.Maui.Thickness) Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () Microsoft.Maui.WeakEventManager/Subscription System.Collections.Generic.List`1:get_Item (int) @@ -2120,7 +2271,7 @@ Methods: object Android.Runtime.JNIEnv/<>c:b__107_9 (System.Type,intptr,int) object Java.Interop.JavaConvert/<>c:<.cctor>b__20_9 (intptr,Android.Runtime.JniHandleOwnership) object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership) - object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/<>c:b__16_1 (System.Type) + object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/<>c:b__16_0 (System.Type) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver:Resolve (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver:VisitConstant (Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstantCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.RuntimeResolverContext) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver:VisitConstructor (Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstructorCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.RuntimeResolverContext) @@ -2147,7 +2298,9 @@ Methods: object Microsoft.Maui.Controls.BindableProperty:GetDefaultValue (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Binding:GetSourceValue (object,System.Type) object Microsoft.Maui.Controls.BindingBase:GetSourceValue (object,System.Type) + object Microsoft.Maui.Controls.Element/d__89`1:System.Collections.IEnumerator.get_Current () object Microsoft.Maui.Controls.ElementTemplate:CreateContent () + object Microsoft.Maui.Controls.FlyoutPage:GetDefaultValue (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.FontElement:FontSizeDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_1 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Grid/<>c:<.cctor>b__60_3 (Microsoft.Maui.Controls.BindableObject) @@ -2242,6 +2395,7 @@ Methods: object System.Resources.RuntimeResourceSet:ReadValue (System.Resources.ResourceReader,int,bool,System.Resources.ResourceLocator&) object System.Runtime.CompilerServices.RuntimeHelpers:GetUninitializedObject (System.Type) object System.Runtime.CompilerServices.RuntimeHelpers:GetUninitializedObjectInternal (intptr) + object System.Runtime.DependentHandle:UnsafeGetTarget () object System.Runtime.DependentHandle:UnsafeGetTargetAndDependent (object&) object System.Runtime.InteropServices.GCHandle:get_Target () object System.Runtime.InteropServices.GCHandle:InternalGet (intptr) @@ -2270,11 +2424,13 @@ Methods: object& System.Net.Http.Headers.HttpHeaders:GetValueRefOrNullRef (System.Net.Http.Headers.HeaderDescriptor) single Android.Util.DisplayMetrics:get_Density () single Android.Util.TypedValue:ComplexToDimension (int,Android.Util.DisplayMetrics) + single Android.Views.Display:get_RefreshRate () single Java.Interop.JniEnvironment/InstanceFields:GetFloatField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) single Java.Interop.JniEnvironment/InstanceMethods:CallFloatMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) single Java.Interop.JniEnvironment/StaticMethods:CallStaticFloatMethod (Java.Interop.JniObjectReference,Java.Interop.JniMethodInfo,Java.Interop.JniArgumentValue*) single Java.Interop.JniPeerMembers/JniInstanceFields:GetSingleValue (string,Java.Interop.IJavaPeerable) single Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeAbstractSingleMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) + single Java.Interop.JniPeerMembers/JniInstanceMethods:InvokeVirtualSingleMethod (string,Java.Interop.IJavaPeerable,Java.Interop.JniArgumentValue*) single Java.Interop.JniPeerMembers/JniStaticMethods:InvokeSingleMethod (string,Java.Interop.JniArgumentValue*) single Java.Interop.NativeMethods:java_interop_jnienv_call_float_method_a (intptr,intptr&,intptr,intptr,intptr) single Java.Interop.NativeMethods:java_interop_jnienv_call_static_float_method_a (intptr,intptr&,intptr,intptr,intptr) @@ -2292,6 +2448,7 @@ Methods: string Android.Content.Res.TypedArray:GetString (int) string Android.Runtime.AndroidTypeManager:GetReplacementTypeCore (string) string Android.Runtime.AndroidTypeManager:GetSimpleReference (System.Type) + string Android.Runtime.DynamicMethodNameCounter:GetUniqueName () string Android.Runtime.JavaArray`1/d__13:System.Collections.Generic.IEnumerator.get_Current () string Android.Runtime.JNIEnv:GetCharSequence (intptr,Android.Runtime.JniHandleOwnership) string Android.Runtime.JNIEnv:GetClassNameFromInstance (intptr) @@ -2305,7 +2462,9 @@ Methods: string Java.Interop.JniPeerMembers:GetReplacementType (string) string Java.Interop.JniRuntime/JniTypeManager:GetReplacementType (string) string Java.Interop.JniTypeSignature:get_Name () + string Java.Interop.Tools.TypeNameMappings.JavaNativeTypeManager:ToJniName (string,int) string Java.Interop.TypeManager:GetClassName (intptr) + string Java.Lang.Class:get_CanonicalName () string Java.Lang.Object:ToString () string Java.Lang.String:ToString () string Java.Lang.Throwable:_GetMessage (intptr) @@ -2321,6 +2480,9 @@ Methods: string Microsoft.Maui.Controls.Internals.TextTransformUtilites:GetTransformedText (string,Microsoft.Maui.TextTransform) string Microsoft.Maui.Controls.Label:get_FontFamily () string Microsoft.Maui.Controls.Label:get_Text () + string Microsoft.Maui.Controls.NavigationPageToolbar:get_Title () + string Microsoft.Maui.Controls.NavigationPageToolbar:GetTitle () + string Microsoft.Maui.Controls.Page:get_Title () string Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:ConcatenateNameAndHelpText (Microsoft.Maui.Controls.BindableObject) string Microsoft.Maui.Controls.RequestDefinition:MakeUriString (System.Collections.Generic.List`1) string Microsoft.Maui.Controls.RouteRequestBuilder:g__GetUserSegment|27_1 (Microsoft.Maui.Controls.BaseShellItem) @@ -2382,6 +2544,7 @@ Methods: string System.Globalization.TextInfo:ToLower (string) string System.Globalization.TextInfo:ToLowerAsciiInvariant (string) string System.Int32:ToString () + string System.Int64:ToString (System.IFormatProvider) string System.IO.BinaryReader:ReadString () string System.IO.Path:Combine (string,string,string) string System.IO.Path:Combine (string,string) @@ -2409,8 +2572,11 @@ Methods: string System.Net.NetworkInformation.HostInformation:get_DomainName () string System.Net.NetworkInformation.HostInformationPal:GetDomainName () string System.Net.Primitives.Interop/Sys:GetDomainName () + string System.Number:FormatInt64 (long,string,System.IFormatProvider) string System.Number:Int32ToDecStr (int) string System.Number:UInt32ToDecStr (uint) + string System.Number:UInt64ToDecStr (ulong,int) + string System.Number:UInt64ToDecStr (ulong) string System.Private.CoreLib.Interop/Sys:GetCwd () string System.Private.CoreLib.Interop/Sys:GetCwdHelper (byte*,int) string System.Private.CoreLib.Interop/Sys:GetDefaultTimeZone () @@ -2522,7 +2688,9 @@ Methods: string[] System.String:SplitWithoutPostProcessing (System.ReadOnlySpan`1,System.ReadOnlySpan`1,int,int) string[] System.String:SplitWithPostProcessing (System.ReadOnlySpan`1,System.ReadOnlySpan`1,int,int,System.StringSplitOptions) System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:get_MoveNextAction () - System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:get_MoveNextAction () System.Action`2 Microsoft.Maui.PropertyMapper:GetProperty (string) System.Action`3 Microsoft.Maui.CommandMapper:GetCommand (string) System.AppDomain System.AppDomain:get_CurrentDomain () @@ -2541,8 +2709,10 @@ Methods: System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1:get_Shared () System.Buffers.OperationStatus System.Text.Unicode.Utf8Utility:TranscodeToUtf16 (byte*,int,char*,int,byte*&,char*&) System.Buffers.OperationStatus System.Text.Unicode.Utf8Utility:TranscodeToUtf8 (char*,int,byte*,int,char*&,byte*&) + System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:CreatePerCoreLockedStacks (int) System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/ThreadLocalArray[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:InitializeTlsBucketsAndTrimming () + System.Buffers.Utilities/MemoryPressure System.Buffers.Utilities:GetMemoryPressure () System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:get_Default () System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1:CreateComparer () @@ -2648,6 +2818,7 @@ Methods: System.Collections.Generic.IList`1 Microsoft.Maui.Controls.Style:get_Behaviors () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.TemplatedPage:Microsoft.Maui.Controls.IControlTemplated.get_InternalChildren () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.MenuBarTracker:GetMenuItems (Microsoft.Maui.Controls.Page) + System.Collections.Generic.IList`1 Microsoft.Maui.Controls.MultiPage`1:get_Children () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.ShellSection:get_Items () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.Shell:get_Items () System.Collections.Generic.IList`1 Microsoft.Maui.Controls.ShellItem:get_Items () @@ -2685,6 +2856,7 @@ Methods: System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Internals.NavigationProxy:get_NavigationStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Internals.NavigationProxy:GetModalStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Internals.NavigationProxy:GetNavigationStack () + System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.NavigationPage/MauiNavigationImpl:GetNavigationStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Platform.ModalNavigationManager:get_ModalStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Shell/NavigationImpl:GetNavigationStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.ShellSection:GetNavigationStack () @@ -2692,6 +2864,7 @@ Methods: System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Window/NavigationImpl:GetModalStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Grid:Microsoft.Maui.IGridLayout.get_ColumnDefinitions () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Grid:Microsoft.Maui.IGridLayout.get_RowDefinitions () + System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.NavigationPage:get_NavigationStack () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Compatibility.Layout:Microsoft.Maui.IVisualTreeElement.GetVisualChildren () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Element:Microsoft.Maui.IVisualTreeElement.GetVisualChildren () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Layout:Microsoft.Maui.IVisualTreeElement.GetVisualChildren () @@ -2704,6 +2877,7 @@ Methods: System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1:GetEnumerator () System.Collections.Generic.List`1/Enumerator> System.Collections.Generic.List`1>:GetEnumerator () System.Collections.Generic.List`1/Enumerator>> System.Collections.Generic.List`1>>:GetEnumerator () + System.Collections.Generic.List`1 Microsoft.Maui.Platform.StackNavigationManager:Initialize (System.Collections.Generic.IReadOnlyList`1) System.Collections.Generic.List`1 Microsoft.Maui.Controls.Internals.NavigationProxy/<>c:<.ctor>b__33_0 () System.Collections.Generic.List`1 System.Lazy`1>:CreateValue () System.Collections.Generic.List`1 System.Lazy`1>:get_Value () @@ -2714,7 +2888,11 @@ Methods: System.Collections.Generic.List`1> Microsoft.Maui.Controls.ShellFlyoutItemsManager:GenerateFlyoutGrouping () System.Collections.Generic.List`1 System.Threading.TimerQueue:InitializeScheduledTimerManager_Locked () System.Collections.Generic.List`1 Microsoft.Maui.Hosting.Internal.MauiFactory:GetServiceBaseTypes (System.Type) + System.Collections.Generic.List`1> Microsoft.Maui.Controls.Handlers.TabbedPageManager:CreateTabList () System.Collections.Generic.List`1> Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:CreateTabList (Microsoft.Maui.Controls.ShellItem) + System.Collections.IEnumerable Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:GetItemsViewSource () + System.Collections.IEnumerable Microsoft.Maui.Controls.MultiPage`1:get_ItemsSource () + System.Collections.IEnumerator Microsoft.Maui.Controls.Element/d__89`1:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.Layout:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.ObservableWrapper`2:System.Collections.IEnumerable.GetEnumerator () System.Collections.IEnumerator Microsoft.Maui.Controls.ShellElementCollection`1:System.Collections.IEnumerable.GetEnumerator () @@ -2727,6 +2905,7 @@ Methods: System.Collections.IList System.Collections.SortedList:GetValueList () System.Collections.IList System.Collections.SortedList/SyncSortedList:GetValueList () System.Collections.ObjectModel.ObservableCollection`1 Microsoft.Maui.Controls.Compatibility.Layout:get_InternalChildren () + System.Collections.ObjectModel.ObservableCollection`1 Microsoft.Maui.Controls.Page:get_InternalChildren () System.Collections.ObjectModel.ReadOnlyCollection`1 System.Collections.Generic.List`1:AsReadOnly () System.Collections.ObjectModel.ReadOnlyCollection`1 Microsoft.Maui.Controls.ShellSection:Microsoft.Maui.Controls.IShellSectionController.GetItems () System.Collections.ObjectModel.ReadOnlyCollection`1 Microsoft.Maui.Controls.Shell:Microsoft.Maui.Controls.IShellController.GetItems () @@ -2735,6 +2914,7 @@ Methods: System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array:AsReadOnly (System.Reflection.CustomAttributeNamedArgument[]) System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array:AsReadOnly (System.Reflection.CustomAttributeTypedArgument[]) System.Collections.SortedList System.Collections.SortedList:Synchronized (System.Collections.SortedList) + System.Collections.Specialized.NotifyCollectionChangedAction Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions:Apply (System.Collections.Specialized.NotifyCollectionChangedEventArgs,System.Action`3,System.Action`2,System.Action) System.ComponentModel.TypeConverter Microsoft.Maui.Controls.Xaml.TypeConversionExtensions/<>c__DisplayClass2_0:b__0 () System.DateTime System.DateTime:Add (double,int) System.DateTime System.DateTime:AddMilliseconds (double) @@ -2798,6 +2978,8 @@ Methods: System.Delegate Android.Graphics.Drawables.DrawableContainer:GetDraw_Landroid_graphics_Canvas_Handler () System.Delegate Android.Runtime.JNINativeWrapper:CreateBuiltInDelegate (System.Delegate,System.Type) System.Delegate Android.Runtime.JNINativeWrapper:CreateDelegate (System.Delegate) + System.Delegate Android.Views.LayoutInflater:GetCloneInContext_Landroid_content_Context_Handler () + System.Delegate Android.Views.OrientationEventListener:GetOnOrientationChanged_IHandler () System.Delegate Android.Views.View:GetDispatchDraw_Landroid_graphics_Canvas_Handler () System.Delegate Android.Views.View:GetDraw_Landroid_graphics_Canvas_Handler () System.Delegate Android.Views.View:GetOnApplyWindowInsets_Landroid_view_WindowInsets_Handler () @@ -2805,6 +2987,8 @@ Methods: System.Delegate Android.Views.View:GetOnMeasure_IIHandler () System.Delegate Android.Views.View:GetOnSizeChanged_IIIIHandler () System.Delegate Android.Views.View:GetOnTouchEvent_Landroid_view_MotionEvent_Handler () + System.Delegate Android.Views.View/IOnAttachStateChangeListenerInvoker:GetOnViewAttachedToWindow_Landroid_view_View_Handler () + System.Delegate Android.Views.View/IOnAttachStateChangeListenerInvoker:GetOnViewDetachedFromWindow_Landroid_view_View_Handler () System.Delegate Android.Views.View/IOnClickListenerInvoker:GetOnClick_Landroid_view_View_Handler () System.Delegate Android.Views.View/IOnFocusChangeListenerInvoker:GetOnFocusChange_Landroid_view_View_ZHandler () System.Delegate Android.Views.View/IOnLayoutChangeListenerInvoker:GetOnLayoutChange_Landroid_view_View_IIIIIIIIHandler () @@ -2829,9 +3013,14 @@ Methods: System.Delegate AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerInvoker:GetOnDrawerOpened_Landroid_view_View_Handler () System.Delegate AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerInvoker:GetOnDrawerSlide_Landroid_view_View_FHandler () System.Delegate AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerInvoker:GetOnDrawerStateChanged_IHandler () + System.Delegate AndroidX.Fragment.App.Fragment:GetOnCreateAnimation_IZIHandler () System.Delegate AndroidX.Fragment.App.Fragment:GetOnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_Handler () System.Delegate AndroidX.Fragment.App.Fragment:GetOnDestroyHandler () System.Delegate AndroidX.Fragment.App.Fragment:GetOnDestroyViewHandler () + System.Delegate AndroidX.Fragment.App.Fragment:GetOnResumeHandler () + System.Delegate AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:GetOnFragmentResumed_Landroidx_fragment_app_FragmentManager_Landroidx_fragment_app_Fragment_Handler () + System.Delegate AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:GetOnFragmentViewDestroyed_Landroidx_fragment_app_FragmentManager_Landroidx_fragment_app_Fragment_Handler () + System.Delegate AndroidX.Navigation.NavController/IOnDestinationChangedListenerInvoker:GetOnDestinationChanged_Landroidx_navigation_NavController_Landroidx_navigation_NavDestination_Landroid_os_Bundle_Handler () System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetGetItemCountHandler () System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetGetItemId_IHandler () System.Delegate AndroidX.RecyclerView.Widget.RecyclerView/Adapter:GetGetItemViewType_IHandler () @@ -2844,6 +3033,9 @@ Methods: System.Delegate AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:GetOnPageSelected_IHandler () System.Delegate Google.Android.Material.AppBar.AppBarLayout/IOnOffsetChangedListenerInvoker:GetOnOffsetChanged_Lcom_google_android_material_appbar_AppBarLayout_IHandler () System.Delegate Google.Android.Material.Navigation.NavigationBarView/IOnItemSelectedListenerInvoker:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler () + System.Delegate Google.Android.Material.Tabs.TabLayout/IOnTabSelectedListenerInvoker:GetOnTabReselected_Lcom_google_android_material_tabs_TabLayout_Tab_Handler () + System.Delegate Google.Android.Material.Tabs.TabLayout/IOnTabSelectedListenerInvoker:GetOnTabSelected_Lcom_google_android_material_tabs_TabLayout_Tab_Handler () + System.Delegate Google.Android.Material.Tabs.TabLayout/IOnTabSelectedListenerInvoker:GetOnTabUnselected_Lcom_google_android_material_tabs_TabLayout_Tab_Handler () System.Delegate Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategyInvoker:GetOnConfigureTab_Lcom_google_android_material_tabs_TabLayout_Tab_IHandler () System.Delegate Java.Interop.TypeManager:GetActivateHandler () System.Delegate Java.Interop.TypeManager/JavaTypeManager:GetActivateHandler () @@ -2851,6 +3043,8 @@ Methods: System.Delegate Microsoft.Maui.IImageLoaderCallbackInvoker:GetOnComplete_Ljava_lang_Boolean_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_Handler () System.Delegate System.Delegate:Combine (System.Delegate,System.Delegate) System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo,bool,bool) + System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo,bool) + System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo,bool) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string,bool,bool) @@ -2859,6 +3053,7 @@ Methods: System.Delegate System.Delegate:Remove (System.Delegate,System.Delegate) System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) System.Delegate System.MulticastDelegate:RemoveImpl (System.Delegate) + System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type) System.Delegate System.Reflection.RuntimeMethodInfo:CreateDelegate (System.Type) System.Exception Android.Runtime.AndroidRuntime:GetExceptionForThrowable (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) System.Exception Java.Interop.JniEnvironment:GetExceptionForLastThrowable (intptr) @@ -2913,6 +3108,8 @@ Methods: System.Globalization.UnicodeCategory System.Char:GetLatin1UnicodeCategory (char) System.Guid System.Reflection.RuntimeModule:get_ModuleVersionId () System.Guid System.Reflection.RuntimeModule:GetModuleVersionId () + System.IDisposable Microsoft.Maui.Platform.ViewExtensions:OnLoaded (Android.Views.View,System.Action) + System.IDisposable Microsoft.Maui.Platform.ViewExtensions:OnUnloaded (Android.Views.View,System.Action) System.IDisposable& System.Collections.Generic.Dictionary`2:FindValue (intptr) System.IO.FileStream System.IO.File:OpenRead (string) System.IO.MemoryStream System.Net.Http.HttpContent:CreateMemoryStream (long,System.Exception&) @@ -2968,6 +3165,7 @@ Methods: System.Net.Http.HttpResponseMessage System.Net.Http.HttpResponseMessage:EnsureSuccessStatusCode () System.Net.HttpStatusCode System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass128_0:b__2 () + System.Nullable`1 Microsoft.Maui.Controls.NavigationPageToolbar:GetBackButtonVisibleCalculated (System.Nullable`1) System.Nullable`1 System.Nullable`1:Unbox (object) System.Nullable`1 Android.Runtime.AndroidTypeManager:GetReplacementMethodInfoCore (string,string,string) System.Nullable`1 Java.Interop.JniRuntime/JniTypeManager:GetReplacementMethodInfo (string,string,string) @@ -3059,6 +3257,12 @@ Methods: System.Reflection.CustomAttributeTypedArgument System.Array:InternalArray__get_Item (int) System.Reflection.CustomAttributeTypedArgument System.Collections.ObjectModel.ReadOnlyCollection`1:System.Collections.Generic.IList.get_Item (int) System.Reflection.CustomAttributeTypedArgument[] System.Reflection.RuntimeCustomAttributeData:UnboxValues (object[]) + System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator () + System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator (int) + System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:BeginExceptionBlock () + System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:DefineLabel () + System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type,bool) + System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type) System.Reflection.FieldAttributes System.Reflection.RuntimeFieldInfo:get_Attributes () System.Reflection.FieldInfo System.Net.CookieParser:get_IsQuotedDomainField () System.Reflection.FieldInfo System.Reflection.FieldInfo:GetFieldFromHandle (System.RuntimeFieldHandle,System.RuntimeTypeHandle) @@ -3070,6 +3274,7 @@ Methods: System.Reflection.InvocationFlags System.Reflection.RuntimeMethodInfo:ComputeAndUpdateInvocationFlags (System.Reflection.MethodInfo,System.Reflection.InvocationFlags&) System.Reflection.MemberInfo Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension/<>c__DisplayClass20_0:.ProvideValue>g__minforetriever|0 () System.Reflection.MemberInfo Microsoft.Maui.Controls.Xaml.OnIdiomExtension/<>c__DisplayClass32_0:g__minforetriever|0 () + System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod:get_Attributes () System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo:GetAttributes (intptr) System.Reflection.MethodAttributes System.Reflection.RuntimeConstructorInfo:get_Attributes () System.Reflection.MethodAttributes System.Reflection.RuntimeMethodInfo:get_Attributes () @@ -3077,6 +3282,7 @@ Methods: System.Reflection.MethodBase System.Reflection.RuntimeMethodInfo:GetMethodFromHandleInternalType_native (intptr,intptr,bool) System.Reflection.MethodBase System.Reflection.RuntimeMethodInfo:GetMethodFromHandleNoGenericCheck (System.RuntimeMethodHandle,System.RuntimeTypeHandle) System.Reflection.MethodBase System.Reflection.RuntimeMethodInfo:GetMethodFromHandleNoGenericCheck (System.RuntimeMethodHandle) + System.Reflection.MethodImplAttributes System.Reflection.Emit.DynamicMethod:GetMethodImplementationFlags () System.Reflection.MethodInfo Microsoft.Maui.Controls.Xaml.TypeConversionExtensions:GetImplicitConversionOperator (System.Type,System.Type,System.Type) System.Reflection.MethodInfo System.Delegate:get_Method () System.Reflection.MethodInfo System.Delegate:GetCandidateMethod (System.RuntimeType,System.Type,string,System.Reflection.BindingFlags,bool) @@ -3094,8 +3300,11 @@ Methods: System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags) System.Reflection.MethodInfo System.Type:GetMethod (string) + System.Reflection.Module System.Reflection.Emit.DynamicMethod:get_Module () System.Reflection.Module System.RuntimeType:get_Module () System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo:GetMethodInfo (intptr) + System.Reflection.ParameterInfo System.Reflection.RuntimeParameterInfo:New (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) + System.Reflection.ParameterInfo[] System.Reflection.Emit.DynamicMethod:GetParametersInternal () System.Reflection.ParameterInfo[] System.Reflection.MethodBase:GetParametersNoCopy () System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo) System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:GetParametersInfo (intptr,System.Reflection.MemberInfo) @@ -3133,6 +3342,8 @@ Methods: System.Resources.ResourceSet System.Resources.ResourceManager:GetFirstResourceSet (System.Globalization.CultureInfo) System.Resources.ResourceSet System.Resources.ResourceManager:InternalGetResourceSet (System.Globalization.CultureInfo,bool,bool) System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Create () + System.Runtime.CompilerServices.ConditionalWeakTable`2/Container System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:Resize () + System.Runtime.CompilerServices.ConditionalWeakTable`2/Container System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:Resize (int) System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1:ConfigureAwait (bool) System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1:ConfigureAwait (bool) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/<g__Core|83_0>d&,System.Threading.Tasks.Task`1&) @@ -3140,7 +3351,10 @@ Methods: System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__119&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (CommonMethods/d__0&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/d__41&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (maui.MainPage/d__2&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (maui.MainPage/d__6&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (maui.MainPage/d__4&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.Maui.Controls.NavigationPage/d__19&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.Maui.TaskExtensions/d__1&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__68&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|27_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpContent/d__63&,System.Threading.Tasks.Task`1&) @@ -3185,6 +3399,7 @@ Methods: System.Threading.SemaphoreSlim System.IO.Stream:EnsureAsyncActiveSemaphoreInitialized () System.Threading.SynchronizationContext Android.App.Application:get_SynchronizationContext () System.Threading.SynchronizationContext System.Threading.SynchronizationContext:get_Current () + System.Threading.Tasks.Task Microsoft.Maui.Controls.NavigationPage:SendHandlerUpdateAsync (bool,System.Action,System.Action,System.Action) System.Threading.Tasks.Task Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetMenuItemIcon (Android.Views.IMenuItem,Microsoft.Maui.Controls.ImageSource,Microsoft.Maui.IMauiContext) System.Threading.Tasks.Task Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:UpdateDrawerArrowFromFlyoutIcon (Android.Content.Context,AndroidX.AppCompat.App.ActionBarDrawerToggle) System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:g__SetCurrentItem|176_1 () @@ -3324,7 +3539,10 @@ Methods: System.Type Android.Runtime.ResourceIdManager:GetResourceTypeFromAssembly (System.Reflection.Assembly) System.Type Android.Runtime.XAPeerMembers:GetThresholdType (Java.Interop.IJavaPeerable) System.Type Android.Text.TextPaint:get_ThresholdType () + System.Type Android.Views.Display:get_ThresholdType () + System.Type Android.Views.LayoutInflater:get_ThresholdType () System.Type Android.Views.LayoutInflaterInvoker:get_ThresholdType () + System.Type Android.Views.OrientationEventListener:get_ThresholdType () System.Type Android.Views.View:get_ThresholdType () System.Type Android.Views.ViewGroup:get_ThresholdType () System.Type Android.Widget.FrameLayout:get_ThresholdType () @@ -3333,6 +3551,7 @@ Methods: System.Type AndroidX.AppCompat.App.ActionBarDrawerToggle:get_ThresholdType () System.Type AndroidX.AppCompat.App.AppCompatActivity:get_ThresholdType () System.Type AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:get_ThresholdType () + System.Type AndroidX.AppCompat.View.ContextThemeWrapper:get_ThresholdType () System.Type AndroidX.AppCompat.View.Menu.MenuBuilder:get_ThresholdType () System.Type AndroidX.AppCompat.Widget.AppCompatImageView:get_ThresholdType () System.Type AndroidX.AppCompat.Widget.AppCompatTextView:get_ThresholdType () @@ -3341,8 +3560,11 @@ Methods: System.Type AndroidX.Core.Widget.NestedScrollView:get_ThresholdType () System.Type AndroidX.DrawerLayout.Widget.DrawerLayout:get_ThresholdType () System.Type AndroidX.Fragment.App.Fragment:get_ThresholdType () + System.Type AndroidX.Fragment.App.FragmentContainerView:get_ThresholdType () + System.Type AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:get_ThresholdType () System.Type AndroidX.Fragment.App.FragmentManagerInvoker:get_ThresholdType () System.Type AndroidX.Fragment.App.FragmentTransactionInvoker:get_ThresholdType () + System.Type AndroidX.Navigation.NavHostController:get_ThresholdType () System.Type AndroidX.RecyclerView.Widget.RecyclerView:get_ThresholdType () System.Type AndroidX.RecyclerView.Widget.RecyclerView/Adapter:get_ThresholdType () System.Type AndroidX.ViewPager2.Widget.ViewPager2:get_ThresholdType () @@ -3376,6 +3598,7 @@ Methods: System.Type System.Reflection.Assembly:GetType (string) System.Type System.Reflection.Assembly:InternalGetType (System.Reflection.Module,string,bool,bool) System.Type System.Reflection.CustomAttributeData:get_AttributeType () + System.Type System.Reflection.Emit.DynamicMethod:get_ReturnType () System.Type System.Reflection.MonoMethodInfo:GetDeclaringType (intptr) System.Type System.Reflection.MonoMethodInfo:GetReturnType (intptr) System.Type System.Reflection.ParameterInfo:get_ParameterType () @@ -3596,6 +3819,7 @@ Methods: void Android.OS.BaseBundle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.OS.Build/VERSION:.cctor () void Android.OS.Bundle:.cctor () + void Android.OS.Bundle:.ctor () void Android.OS.Bundle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.OS.Handler:.cctor () void Android.OS.Handler:.ctor (Android.OS.Looper) @@ -3667,6 +3891,7 @@ Methods: void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLI_V (_JniMarshal_PPLI_V,intptr,intptr,intptr,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLIIIIIIII_V (_JniMarshal_PPLIIIIIIII_V,intptr,intptr,intptr,int,int,int,int,int,int,int,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLL_V (_JniMarshal_PPLL_V,intptr,intptr,intptr,intptr) + void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLL_V (_JniMarshal_PPLLL_V,intptr,intptr,intptr,intptr,intptr) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLLL_V (_JniMarshal_PPLLLL_V,intptr,intptr,intptr,intptr,intptr,intptr) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPZIIII_V (_JniMarshal_PPZIIII_V,intptr,intptr,bool,int,int,int,int) void Android.Runtime.JValue:.cctor () @@ -3683,6 +3908,7 @@ Methods: void Android.Text.TextPaint:.ctor () void Android.Text.TextPaint:.ctor (Android.Graphics.Paint) void Android.Util.DisplayMetrics:.cctor () + void Android.Util.DisplayMetrics:.ctor () void Android.Util.DisplayMetrics:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Util.IAttributeSetInvoker:.cctor () void Android.Util.IAttributeSetInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3697,12 +3923,19 @@ Methods: void Android.Views.ContextThemeWrapper:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.Display:.cctor () void Android.Views.Display:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.Display:GetRealMetrics (Android.Util.DisplayMetrics) void Android.Views.IWindowManagerInvoker:.cctor () void Android.Views.IWindowManagerInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.IWindowManagerInvoker:Dispose (bool) void Android.Views.LayoutInflater:.cctor () + void Android.Views.LayoutInflater:.ctor (Android.Views.LayoutInflater,Android.Content.Context) void Android.Views.LayoutInflater:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.LayoutInflaterInvoker:.cctor () void Android.Views.LayoutInflaterInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.OrientationEventListener:.cctor () + void Android.Views.OrientationEventListener:.ctor (Android.Content.Context) + void Android.Views.OrientationEventListener:Disable () + void Android.Views.OrientationEventListener:Enable () void Android.Views.View:.cctor () void Android.Views.View:.ctor (Android.Content.Context) void Android.Views.View:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3710,6 +3943,9 @@ Methods: void Android.Views.View:add_FocusChange (System.EventHandler`1) void Android.Views.View:add_LayoutChange (System.EventHandler`1) void Android.Views.View:add_Touch (System.EventHandler`1) + void Android.Views.View:add_ViewAttachedToWindow (System.EventHandler`1) + void Android.Views.View:add_ViewDetachedFromWindow (System.EventHandler`1) + void Android.Views.View:AddOnAttachStateChangeListener (Android.Views.View/IOnAttachStateChangeListener) void Android.Views.View:AddOnLayoutChangeListener (Android.Views.View/IOnLayoutChangeListener) void Android.Views.View:BringToFront () void Android.Views.View:DispatchDraw (Android.Graphics.Canvas) @@ -3725,6 +3961,9 @@ Methods: void Android.Views.View:OnLayout (bool,int,int,int,int) void Android.Views.View:OnSizeChanged (int,int,int,int) void Android.Views.View:remove_Touch (System.EventHandler`1) + void Android.Views.View:remove_ViewAttachedToWindow (System.EventHandler`1) + void Android.Views.View:remove_ViewDetachedFromWindow (System.EventHandler`1) + void Android.Views.View:RemoveOnAttachStateChangeListener (Android.Views.View/IOnAttachStateChangeListener) void Android.Views.View:RequestLayout () void Android.Views.View:set_Alpha (single) void Android.Views.View:set_Background (Android.Graphics.Drawables.Drawable) @@ -3740,6 +3979,7 @@ Methods: void Android.Views.View:set_LayoutDirection (Android.Views.LayoutDirection) void Android.Views.View:set_LayoutParameters (Android.Views.ViewGroup/LayoutParams) void Android.Views.View:set_OnFocusChangeListener (Android.Views.View/IOnFocusChangeListener) + void Android.Views.View:set_OverScrollMode (Android.Views.OverScrollMode) void Android.Views.View:set_SoundEffectsEnabled (bool) void Android.Views.View:set_Tag (Java.Lang.Object) void Android.Views.View:set_TextAlignment (Android.Views.TextAlignment) @@ -3754,11 +3994,23 @@ Methods: void Android.Views.View:SetOnClickListener (Android.Views.View/IOnClickListener) void Android.Views.View:SetOnTouchListener (Android.Views.View/IOnTouchListener) void Android.Views.View:SetPadding (int,int,int,int) + void Android.Views.View/<>c__DisplayClass2880_0:b__0 (Android.Views.View/IOnAttachStateChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2881_0:b__0 (Android.Views.View/IOnAttachStateChangeListener) + void Android.Views.View/<>c__DisplayClass2881_0:b__1 (Android.Views.View/IOnAttachStateChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2883_0:b__0 (Android.Views.View/IOnAttachStateChangeListenerImplementor) + void Android.Views.View/<>c__DisplayClass2884_0:b__0 (Android.Views.View/IOnAttachStateChangeListener) + void Android.Views.View/<>c__DisplayClass2884_0:b__1 (Android.Views.View/IOnAttachStateChangeListenerImplementor) void Android.Views.View/<>c__DisplayClass2888_0:b__0 (Android.Views.View/IOnLayoutChangeListenerImplementor) void Android.Views.View/<>c__DisplayClass2912_0:b__0 (Android.Views.View/IOnClickListenerImplementor) void Android.Views.View/<>c__DisplayClass2962_0:b__0 (Android.Views.View/IOnTouchListenerImplementor) void Android.Views.View/<>c__DisplayClass2967_0:b__0 (Android.Views.View/IOnFocusChangeListener) void Android.Views.View/<>c__DisplayClass2967_0:b__1 (Android.Views.View/IOnFocusChangeListenerImplementor) + void Android.Views.View/IOnAttachStateChangeListenerImplementor:.ctor (object) + void Android.Views.View/IOnAttachStateChangeListenerImplementor:OnViewAttachedToWindow (Android.Views.View) + void Android.Views.View/IOnAttachStateChangeListenerImplementor:OnViewDetachedFromWindow (Android.Views.View) + void Android.Views.View/IOnAttachStateChangeListenerInvoker:.cctor () + void Android.Views.View/IOnAttachStateChangeListenerInvoker:n_OnViewAttachedToWindow_Landroid_view_View_ (intptr,intptr,intptr) + void Android.Views.View/IOnAttachStateChangeListenerInvoker:n_OnViewDetachedFromWindow_Landroid_view_View_ (intptr,intptr,intptr) void Android.Views.View/IOnClickListenerImplementor:.ctor () void Android.Views.View/IOnClickListenerInvoker:.cctor () void Android.Views.View/IOnFocusChangeListenerImplementor:.ctor () @@ -3774,6 +4026,7 @@ Methods: void Android.Views.ViewGroup:.cctor () void Android.Views.ViewGroup:.ctor (Android.Content.Context) void Android.Views.ViewGroup:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.ViewGroup:AddView (Android.Views.View,Android.Views.ViewGroup/LayoutParams) void Android.Views.ViewGroup:AddView (Android.Views.View,int,Android.Views.ViewGroup/LayoutParams) void Android.Views.ViewGroup:AddView (Android.Views.View,int) void Android.Views.ViewGroup:AddView (Android.Views.View) @@ -3790,6 +4043,7 @@ Methods: void Android.Views.ViewGroup/LayoutParams:set_Width (int) void Android.Views.ViewGroup/MarginLayoutParams:.cctor () void Android.Views.ViewGroup/MarginLayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Views.ViewGroup/MarginLayoutParams:set_BottomMargin (int) void Android.Views.ViewTreeObserver:.cctor () void Android.Views.ViewTreeObserver:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Views.ViewTreeObserver:AddOnGlobalLayoutListener (Android.Views.ViewTreeObserver/IOnGlobalLayoutListener) @@ -3849,9 +4103,12 @@ Methods: void AndroidX.AppCompat.Content.Res.AppCompatResources:.cctor () void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:.cctor () void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:.ctor (Android.Content.Context) + void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:set_Color (int) void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:set_Progress (single) void AndroidX.AppCompat.Graphics.Drawable.DrawerArrowDrawable:SetColorFilter (Android.Graphics.ColorFilter) + void AndroidX.AppCompat.View.ContextThemeWrapper:.cctor () + void AndroidX.AppCompat.View.ContextThemeWrapper:.ctor (Android.Content.Context,Android.Content.Res.Resources/Theme) void AndroidX.AppCompat.View.Menu.MenuBuilder:.cctor () void AndroidX.AppCompat.View.Menu.MenuBuilder:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.AppCompat.View.Menu.MenuBuilder:Clear () @@ -3863,12 +4120,16 @@ Methods: void AndroidX.AppCompat.Widget.AppCompatImageView:.ctor (Android.Content.Context) void AndroidX.AppCompat.Widget.AppCompatTextView:.cctor () void AndroidX.AppCompat.Widget.AppCompatTextView:.ctor (Android.Content.Context) + void AndroidX.AppCompat.Widget.LinearLayoutCompat/LayoutParams:.cctor () + void AndroidX.AppCompat.Widget.LinearLayoutCompat/LayoutParams:.ctor (int,int) void AndroidX.AppCompat.Widget.Toolbar:.cctor () void AndroidX.AppCompat.Widget.Toolbar:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.AppCompat.Widget.Toolbar:set_NavigationIcon (Android.Graphics.Drawables.Drawable) void AndroidX.AppCompat.Widget.Toolbar:set_Title (string) void AndroidX.AppCompat.Widget.Toolbar:set_TitleFormatted (Java.Lang.ICharSequence) void AndroidX.AppCompat.Widget.Toolbar:SetNavigationContentDescription (int) void AndroidX.AppCompat.Widget.Toolbar:SetNavigationOnClickListener (Android.Views.View/IOnClickListener) + void AndroidX.AppCompat.Widget.Toolbar:SetTitleTextColor (Android.Content.Res.ColorStateList) void AndroidX.AppCompat.Widget.Toolbar:SetTitleTextColor (int) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.cctor () void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.ctor (Android.Content.Context,Android.Util.IAttributeSet) @@ -3881,6 +4142,7 @@ Methods: void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:.ctor (int,int) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:set_Behavior (AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/Behavior) + void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:set_Gravity (int) void AndroidX.Core.App.ComponentActivity:.cctor () void AndroidX.Core.App.ComponentActivity:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Core.View.AccessibilityDelegateCompat:.cctor () @@ -3901,11 +4163,13 @@ Methods: void AndroidX.Core.Widget.TextViewCompat:.cctor () void AndroidX.DrawerLayout.Widget.DrawerLayout:.cctor () void AndroidX.DrawerLayout.Widget.DrawerLayout:.ctor (Android.Content.Context) + void AndroidX.DrawerLayout.Widget.DrawerLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.DrawerLayout.Widget.DrawerLayout:add_DrawerClosed (System.EventHandler`1) void AndroidX.DrawerLayout.Widget.DrawerLayout:add_DrawerOpened (System.EventHandler`1) void AndroidX.DrawerLayout.Widget.DrawerLayout:add_DrawerSlide (System.EventHandler`1) void AndroidX.DrawerLayout.Widget.DrawerLayout:add_DrawerStateChanged (System.EventHandler`1) void AndroidX.DrawerLayout.Widget.DrawerLayout:AddDrawerListener (AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListener) + void AndroidX.DrawerLayout.Widget.DrawerLayout:CloseDrawer (Android.Views.View) void AndroidX.DrawerLayout.Widget.DrawerLayout:SetDrawerLockMode (int) void AndroidX.DrawerLayout.Widget.DrawerLayout:SetScrimColor (int) void AndroidX.DrawerLayout.Widget.DrawerLayout/<>c__DisplayClass193_0:b__0 (AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor) @@ -3915,15 +4179,27 @@ Methods: void AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerImplementor:.ctor (object) void AndroidX.DrawerLayout.Widget.DrawerLayout/IDrawerListenerInvoker:.cctor () void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:.cctor () + void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:.ctor (int,int,int) void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:.ctor (int,int) void AndroidX.DrawerLayout.Widget.DrawerLayout/LayoutParams:set_Gravity (int) void AndroidX.Fragment.App.Fragment:.cctor () void AndroidX.Fragment.App.Fragment:.ctor () + void AndroidX.Fragment.App.Fragment:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Fragment.App.Fragment:n_OnResume (intptr,intptr) + void AndroidX.Fragment.App.Fragment:OnResume () void AndroidX.Fragment.App.Fragment:set_Arguments (Android.OS.Bundle) void AndroidX.Fragment.App.FragmentActivity:.cctor () void AndroidX.Fragment.App.FragmentActivity:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Fragment.App.FragmentContainerView:.cctor () + void AndroidX.Fragment.App.FragmentContainerView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Fragment.App.FragmentManager:.cctor () void AndroidX.Fragment.App.FragmentManager:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Fragment.App.FragmentManager:RegisterFragmentLifecycleCallbacks (AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks,bool) + void AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:.cctor () + void AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:.ctor () + void AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:n_OnFragmentResumed_Landroidx_fragment_app_FragmentManager_Landroidx_fragment_app_Fragment_ (intptr,intptr,intptr,intptr) + void AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:n_OnFragmentViewDestroyed_Landroidx_fragment_app_FragmentManager_Landroidx_fragment_app_Fragment_ (intptr,intptr,intptr,intptr) + void AndroidX.Fragment.App.FragmentManager/FragmentLifecycleCallbacks:OnFragmentViewDestroyed (AndroidX.Fragment.App.FragmentManager,AndroidX.Fragment.App.Fragment) void AndroidX.Fragment.App.FragmentManagerInvoker:.cctor () void AndroidX.Fragment.App.FragmentManagerInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Fragment.App.FragmentTransaction:.cctor () @@ -3934,6 +4210,39 @@ Methods: void AndroidX.Lifecycle.Lifecycle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Lifecycle.LifecycleInvoker:.cctor () void AndroidX.Lifecycle.LifecycleInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.Fragment.FragmentNavigator:.cctor () + void AndroidX.Navigation.Fragment.FragmentNavigator:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.Fragment.FragmentNavigator/Destination:.cctor () + void AndroidX.Navigation.Fragment.FragmentNavigator/Destination:.ctor (AndroidX.Navigation.Navigator) + void AndroidX.Navigation.Fragment.NavHostFragment:.cctor () + void AndroidX.Navigation.Fragment.NavHostFragment:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.NavController:.cctor () + void AndroidX.Navigation.NavController:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.NavController:AddOnDestinationChangedListener (AndroidX.Navigation.NavController/IOnDestinationChangedListener) + void AndroidX.Navigation.NavController:SetGraph (AndroidX.Navigation.NavGraph,Android.OS.Bundle) + void AndroidX.Navigation.NavController/IOnDestinationChangedListenerInvoker:.cctor () + void AndroidX.Navigation.NavController/IOnDestinationChangedListenerInvoker:n_OnDestinationChanged_Landroidx_navigation_NavController_Landroidx_navigation_NavDestination_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr,intptr) + void AndroidX.Navigation.NavDestination:.cctor () + void AndroidX.Navigation.NavDestination:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.NavDestination:set_Id (int) + void AndroidX.Navigation.NavGraph:.cctor () + void AndroidX.Navigation.NavGraph:.ctor (AndroidX.Navigation.Navigator) + void AndroidX.Navigation.NavGraph:AddDestination (AndroidX.Navigation.NavDestination) + void AndroidX.Navigation.NavGraph:set_StartDestination (int) + void AndroidX.Navigation.NavGraphNavigator:.cctor () + void AndroidX.Navigation.NavGraphNavigator:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.NavHostController:.cctor () + void AndroidX.Navigation.NavHostController:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.Navigator:.cctor () + void AndroidX.Navigation.Navigator:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.NavigatorProvider:.cctor () + void AndroidX.Navigation.NavigatorProvider:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.UI.AppBarConfiguration:.cctor () + void AndroidX.Navigation.UI.AppBarConfiguration:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.Navigation.UI.AppBarConfiguration/Builder:.cctor () + void AndroidX.Navigation.UI.AppBarConfiguration/Builder:.ctor (AndroidX.Navigation.NavGraph) + void AndroidX.Navigation.UI.NavigationUI:.cctor () + void AndroidX.Navigation.UI.NavigationUI:SetupWithNavController (AndroidX.AppCompat.Widget.Toolbar,AndroidX.Navigation.NavController,AndroidX.Navigation.UI.AppBarConfiguration) void AndroidX.RecyclerView.Widget.LinearLayoutManager:.cctor () void AndroidX.RecyclerView.Widget.LinearLayoutManager:.ctor (Android.Content.Context,int,bool) void AndroidX.RecyclerView.Widget.RecyclerView:.cctor () @@ -3944,6 +4253,7 @@ Methods: void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:.ctor () void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:n_OnBindViewHolder_Landroidx_recyclerview_widget_RecyclerView_ViewHolder_I (intptr,intptr,intptr,int) + void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:NotifyDataSetChanged () void AndroidX.RecyclerView.Widget.RecyclerView/Adapter:set_HasStableIds (bool) void AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager:.cctor () void AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3954,9 +4264,13 @@ Methods: void AndroidX.ViewPager2.Adapter.FragmentStateAdapter:.cctor () void AndroidX.ViewPager2.Adapter.FragmentStateAdapter:.ctor (AndroidX.Fragment.App.FragmentManager,AndroidX.Lifecycle.Lifecycle) void AndroidX.ViewPager2.Widget.ViewPager2:.cctor () + void AndroidX.ViewPager2.Widget.ViewPager2:.ctor (Android.Content.Context) void AndroidX.ViewPager2.Widget.ViewPager2:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void AndroidX.ViewPager2.Widget.ViewPager2:RegisterOnPageChangeCallback (AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback) + void AndroidX.ViewPager2.Widget.ViewPager2:set_Adapter (AndroidX.RecyclerView.Widget.RecyclerView/Adapter) void AndroidX.ViewPager2.Widget.ViewPager2:set_CurrentItem (int) void AndroidX.ViewPager2.Widget.ViewPager2:set_UserInputEnabled (bool) + void AndroidX.ViewPager2.Widget.ViewPager2:SetCurrentItem (int,bool) void AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:.cctor () void AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:.ctor () void AndroidX.ViewPager2.Widget.ViewPager2/OnPageChangeCallback:n_OnPageSelected_I (intptr,intptr,int) @@ -3987,6 +4301,7 @@ Methods: void Google.Android.Material.BottomNavigation.BottomNavigationMenuView:.cctor () void Google.Android.Material.BottomNavigation.BottomNavigationMenuView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.BottomNavigation.BottomNavigationView:.cctor () + void Google.Android.Material.BottomNavigation.BottomNavigationView:.ctor (Android.Content.Context) void Google.Android.Material.BottomNavigation.BottomNavigationView:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.Button.MaterialButton:.cctor () void Google.Android.Material.Button.MaterialButton:.ctor (Android.Content.Context) @@ -4009,11 +4324,15 @@ Methods: void Google.Android.Material.Navigation.NavigationBarView:set_ItemTextColor (Android.Content.Res.ColorStateList) void Google.Android.Material.Navigation.NavigationBarView:set_LabelVisibilityMode (int) void Google.Android.Material.Navigation.NavigationBarView:set_SelectedItemId (int) + void Google.Android.Material.Navigation.NavigationBarView:SetOnItemSelectedListener (Google.Android.Material.Navigation.NavigationBarView/IOnItemSelectedListener) void Google.Android.Material.Navigation.NavigationBarView/IOnItemSelectedListenerInvoker:.cctor () + void Google.Android.Material.Shape.MaterialShapeDrawable:.cctor () + void Google.Android.Material.Shape.MaterialShapeDrawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.Tabs.TabLayout:.cctor () void Google.Android.Material.Tabs.TabLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.Tabs.TabLayout:SetSelectedTabIndicatorColor (int) void Google.Android.Material.Tabs.TabLayout:SetTabTextColors (int,int) + void Google.Android.Material.Tabs.TabLayout/IOnTabSelectedListenerInvoker:.cctor () void Google.Android.Material.Tabs.TabLayout/Tab:.cctor () void Google.Android.Material.Tabs.TabLayout/Tab:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Google.Android.Material.Tabs.TabLayoutMediator/ITabConfigurationStrategyInvoker:.cctor () @@ -4139,6 +4458,7 @@ Methods: void Java.IO.InputStreamInvoker:.cctor () void Java.IO.InputStreamInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.Class:.cctor () + void Java.Lang.Class:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.Enum:.cctor () void Java.Lang.Enum:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Lang.Exception:.cctor () @@ -4190,6 +4510,10 @@ Methods: void Java.Security.KeyStore:.cctor () void Java.Security.KeyStore:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Security.KeyStore:Load (System.IO.Stream,char[]) + void Java.Util.AbstractCollection:.cctor () + void Java.Util.AbstractCollection:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Java.Util.AbstractList:.cctor () + void Java.Util.AbstractList:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Util.IIteratorInvoker:.cctor () void Java.Util.IIteratorInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Util.IIteratorInvoker:Dispose (bool) @@ -4198,6 +4522,10 @@ Methods: void Javax.Net.Ssl.HttpsURLConnectionInvoker:.cctor () void Javax.Net.Ssl.HttpsURLConnectionInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Javax.Net.Ssl.HttpsURLConnectionInvoker:Connect () + void Kotlin.Collections.AbstractMutableList:.cctor () + void Kotlin.Collections.AbstractMutableList:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Kotlin.Collections.ArrayDeque:.cctor () + void Kotlin.Collections.ArrayDeque:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.cctor () void Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.ctor () void Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:ServiceProviderBuilt (Microsoft.Extensions.DependencyInjection.ServiceProvider) @@ -4307,6 +4635,7 @@ Methods: void Microsoft.Maui.Controls.Application:AddWindow (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Application:MapWindowSoftInputModeAdjust (Microsoft.Maui.Handlers.ApplicationHandler,Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.Application:OnPageAppearing (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.Application:OnPageDisappearing (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Application:OnStart () void Microsoft.Maui.Controls.Application:RemapForControls () void Microsoft.Maui.Controls.Application:remove_RequestedThemeChanged (System.EventHandler`1) @@ -4514,6 +4843,9 @@ Methods: void Microsoft.Maui.Controls.Element:.ctor () void Microsoft.Maui.Controls.Element:b__82_0 (Microsoft.Maui.Controls.BindableObject,object) void Microsoft.Maui.Controls.Element:add_ChildAdded (System.EventHandler`1) + void Microsoft.Maui.Controls.Element:add_ChildRemoved (System.EventHandler`1) + void Microsoft.Maui.Controls.Element:add_DescendantAdded (System.EventHandler`1) + void Microsoft.Maui.Controls.Element:add_DescendantRemoved (System.EventHandler`1) void Microsoft.Maui.Controls.Element:add_HandlerChanged (System.EventHandler) void Microsoft.Maui.Controls.Element:add_HandlerChanging (System.EventHandler`1) void Microsoft.Maui.Controls.Element:ApplyStyleSheets () @@ -4521,9 +4853,12 @@ Methods: void Microsoft.Maui.Controls.Element:MapAutomationPropertiesExcludedWithChildren (Microsoft.Maui.IElementHandler,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:MapAutomationPropertiesIsInAccessibleTree (Microsoft.Maui.IElementHandler,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:Microsoft.Maui.Controls.IElementDefinition.AddResourcesChangedListener (System.Action`2) + void Microsoft.Maui.Controls.Element:Microsoft.Maui.Controls.IElementDefinition.RemoveResourcesChangedListener (System.Action`2) void Microsoft.Maui.Controls.Element:OnBindingContextChanged () void Microsoft.Maui.Controls.Element:OnChildAdded (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Element:OnChildRemoved (Microsoft.Maui.Controls.Element,int) void Microsoft.Maui.Controls.Element:OnDescendantAdded (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Element:OnDescendantRemoved (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Element:OnHandlerChanged () void Microsoft.Maui.Controls.Element:OnHandlerChangedCore () void Microsoft.Maui.Controls.Element:OnHandlerChanging (Microsoft.Maui.Controls.HandlerChangingEventArgs) @@ -4542,7 +4877,10 @@ Methods: void Microsoft.Maui.Controls.Element:OnResourcesChanged (System.Collections.Generic.IEnumerable`1>) void Microsoft.Maui.Controls.Element:OnSetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string) void Microsoft.Maui.Controls.Element:remove_ChildAdded (System.EventHandler`1) + void Microsoft.Maui.Controls.Element:remove_DescendantAdded (System.EventHandler`1) + void Microsoft.Maui.Controls.Element:remove_DescendantRemoved (System.EventHandler`1) void Microsoft.Maui.Controls.Element:remove_HandlerChanged (System.EventHandler) + void Microsoft.Maui.Controls.Element:remove_HandlerChanging (System.EventHandler`1) void Microsoft.Maui.Controls.Element:set_EffectControlProvider (Microsoft.Maui.Controls.IEffectControlProvider) void Microsoft.Maui.Controls.Element:set_Handler (Microsoft.Maui.IElementHandler) void Microsoft.Maui.Controls.Element:set_Parent (Microsoft.Maui.Controls.Element) @@ -4574,9 +4912,20 @@ Methods: void Microsoft.Maui.Controls.FlyoutItem:.cctor () void Microsoft.Maui.Controls.FlyoutItem:.ctor () void Microsoft.Maui.Controls.FlyoutPage:.cctor () + void Microsoft.Maui.Controls.FlyoutPage:.ctor () + void Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.Controls.IFlyoutPageController.set_CanChangeIsPresented (bool) + void Microsoft.Maui.Controls.FlyoutPage:OnAppearing () + void Microsoft.Maui.Controls.FlyoutPage:OnDisappearing () + void Microsoft.Maui.Controls.FlyoutPage:OnLoaded (object,System.EventArgs) + void Microsoft.Maui.Controls.FlyoutPage:OnParentSet () + void Microsoft.Maui.Controls.FlyoutPage:OnUnloaded (object,System.EventArgs) void Microsoft.Maui.Controls.FlyoutPage:RemapForControls () + void Microsoft.Maui.Controls.FlyoutPage:set_Detail (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.FlyoutPage:set_Flyout (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.FlyoutPage:UpdateFlyoutLayoutBehavior (Microsoft.Maui.Controls.FlyoutPage) void Microsoft.Maui.Controls.FlyoutPage/<>c:.cctor () void Microsoft.Maui.Controls.FlyoutPage/<>c:.ctor () + void Microsoft.Maui.Controls.FlyoutPage/<>c:<.cctor>b__72_0 (Microsoft.Maui.Handlers.FlyoutViewHandler,Microsoft.Maui.IFlyoutView) void Microsoft.Maui.Controls.FontElement:.cctor () void Microsoft.Maui.Controls.FontElement:OnFontAttributesChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.FontElement:OnFontFamilyChanged (Microsoft.Maui.Controls.BindableObject,object,object) @@ -4608,12 +4957,34 @@ Methods: void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IElementHandler.SetMauiContext (Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IElementHandler.SetVirtualView (Microsoft.Maui.IElement) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:Microsoft.Maui.IElementHandler.UpdateValue (string) + void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:OnElementPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:OnElementSet (Microsoft.Maui.Controls.Shell) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:SetVirtualView (Microsoft.Maui.Controls.Shell) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:SwitchFragment (AndroidX.Fragment.App.FragmentManager,Android.Views.View,Microsoft.Maui.Controls.ShellItem,bool) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:UpdateStatusBarColor (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:.ctor (Android.Graphics.Color,int,int) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:Draw (Android.Graphics.Canvas) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:.ctor (Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:OnChildrenCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:OnLayoutChanged (object,Android.Views.View/LayoutChangeEventArgs) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:OnPagePropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:OnTabbedPageDisappearing (object,System.EventArgs) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:RemoveTabs () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:Reset () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:ScrollToCurrentPage () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:SetElement (Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:SetTabLayout () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:SetupBottomNavigationView (System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:SetupPage (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateBarBackground () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateBarBackgroundColor () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateBarTextColor () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateIgnoreContainerAreas () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateItemIconColor () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateSwipePaging () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager:UpdateTabItemStyle () + void Microsoft.Maui.Controls.Handlers.TabbedPageManager/Listeners:.ctor (Microsoft.Maui.Controls.Handlers.TabbedPageManager) + void Microsoft.Maui.Controls.Handlers.TabbedPageManager/Listeners:OnPageSelected (int) void Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions/<>c:.cctor () void Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions/<>c:.ctor () void Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions/<>c:b__5_0 (Microsoft.Maui.Hosting.IImageSourceServiceCollection) @@ -4661,6 +5032,12 @@ Methods: void Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs:.cctor () void Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs:.ctor (System.Collections.Generic.IEnumerable`1>) void Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs:set_Values (System.Collections.Generic.IEnumerable`1>) + void Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:.cctor () + void Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:.ctor (Microsoft.Maui.Controls.MultiPage`1,Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindableProperty) + void Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:add_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) + void Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:BindableOnPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) + void Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:OnListProxyChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.Internals.TemplatedItemsList`2, Microsoft.Maui.Controls.Page>:set_ListProxy (Microsoft.Maui.Controls.IListProxy) void Microsoft.Maui.Controls.ItemsLayout:.cctor () void Microsoft.Maui.Controls.ItemsLayout:.ctor (Microsoft.Maui.Controls.ItemsLayoutOrientation) void Microsoft.Maui.Controls.ItemsLayout:set_SnapPointsAlignment (Microsoft.Maui.Controls.SnapPointsAlignment) @@ -4710,6 +5087,7 @@ Methods: void Microsoft.Maui.Controls.LinearItemsLayout/<>c:.cctor () void Microsoft.Maui.Controls.LinearItemsLayout/<>c:.ctor () void Microsoft.Maui.Controls.LineHeightElement:.cctor () + void Microsoft.Maui.Controls.ListProxy:.ctor (System.Collections.IEnumerable,int,Microsoft.Maui.Dispatching.IDispatcher) void Microsoft.Maui.Controls.ListView:.cctor () void Microsoft.Maui.Controls.MenuBar:.cctor () void Microsoft.Maui.Controls.MenuBar:.ctor () @@ -4724,6 +5102,9 @@ Methods: void Microsoft.Maui.Controls.MenuItemTracker`1:UnregisterChildPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MenuItemTracker`1:UntrackTarget (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MenuItemTracker`1:add_CollectionChanged (System.EventHandler) + void Microsoft.Maui.Controls.MenuItemTracker`1:add_PageAppearing (System.EventHandler`1) + void Microsoft.Maui.Controls.MenuItemTracker`1:add_PagePropertyChanged (System.EventHandler`1) + void Microsoft.Maui.Controls.MenuItemTracker`1:OnPageAppearing (object,System.EventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:OnPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.MenuItemTracker`1:RegisterChildPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.MergedStyle:.cctor () @@ -4748,6 +5129,16 @@ Methods: void Microsoft.Maui.Controls.MessagingCenter/MaybeWeakReference:.ctor (object,object) void Microsoft.Maui.Controls.MessagingCenter/Sender:.ctor (string,System.Type,System.Type) void Microsoft.Maui.Controls.MessagingCenter/Subscription:.ctor (object,object,System.Reflection.MethodInfo,Microsoft.Maui.Controls.MessagingCenter/Filter) + void Microsoft.Maui.Controls.MultiPage`1:.cctor () + void Microsoft.Maui.Controls.MultiPage`1:.ctor () + void Microsoft.Maui.Controls.MultiPage`1:add_PagesChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) + void Microsoft.Maui.Controls.MultiPage`1:OnChildAdded (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.MultiPage`1:OnChildrenChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.MultiPage`1:OnCurrentPageChanged () + void Microsoft.Maui.Controls.MultiPage`1:OnPagesChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.MultiPage`1:OnPropertyChanged (string) + void Microsoft.Maui.Controls.MultiPage`1:set_CurrentPage (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.MultiPage`1:SetIndex (Microsoft.Maui.Controls.Page,int) void Microsoft.Maui.Controls.NavigableElement:.cctor () void Microsoft.Maui.Controls.NavigableElement:.ctor () void Microsoft.Maui.Controls.NavigableElement:OnParentSet () @@ -4757,6 +5148,38 @@ Methods: void Microsoft.Maui.Controls.NavigableElement/<>c:.cctor () void Microsoft.Maui.Controls.NavigableElement/<>c:.ctor () void Microsoft.Maui.Controls.NavigationPage:.cctor () + void Microsoft.Maui.Controls.NavigationPage:.ctor (bool,Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:.ctor (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:b__20_0 () + void Microsoft.Maui.Controls.NavigationPage:b__20_1 () + void Microsoft.Maui.Controls.NavigationPage:FireAppearing (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:Init () + void Microsoft.Maui.Controls.NavigationPage:LayoutChildren (double,double,double,double) + void Microsoft.Maui.Controls.NavigationPage:Microsoft.Maui.IStackNavigation.NavigationFinished (System.Collections.Generic.IReadOnlyList`1) + void Microsoft.Maui.Controls.NavigationPage:Microsoft.Maui.IStackNavigation.RequestNavigation (Microsoft.Maui.NavigationRequest) + void Microsoft.Maui.Controls.NavigationPage:OnAppearing (object,System.EventArgs) + void Microsoft.Maui.Controls.NavigationPage:OnCurrentPageChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.NavigationPage:OnHandlerChangedCore () + void Microsoft.Maui.Controls.NavigationPage:PushPage (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:SendNavigated (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:set_CurrentPage (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:set_RootPage (Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPage:SyncToNavigationStack (System.Collections.Generic.IReadOnlyList`1) + void Microsoft.Maui.Controls.NavigationPage/<>c:.cctor () + void Microsoft.Maui.Controls.NavigationPage/<>c:.ctor () + void Microsoft.Maui.Controls.NavigationPage/d__19:MoveNext () + void Microsoft.Maui.Controls.NavigationPage/MauiNavigationImpl:.ctor (Microsoft.Maui.Controls.NavigationPage) + void Microsoft.Maui.Controls.NavigationPageToolbar:.ctor (Microsoft.Maui.IElement,Microsoft.Maui.Controls.Page) + void Microsoft.Maui.Controls.NavigationPageToolbar:<.ctor>b__28_0 (object,System.EventArgs) + void Microsoft.Maui.Controls.NavigationPageToolbar:ApplyChanges (Microsoft.Maui.Controls.NavigationPage) + void Microsoft.Maui.Controls.NavigationPageToolbar:OnPageAppearing (object,System.EventArgs) + void Microsoft.Maui.Controls.NavigationPageToolbar:OnPagePropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) + void Microsoft.Maui.Controls.NavigationPageToolbar:OnPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) + void Microsoft.Maui.Controls.NavigationPageToolbar:set_BarTextColor (Microsoft.Maui.Graphics.Color) + void Microsoft.Maui.Controls.NavigationPageToolbar:set_IconColor (Microsoft.Maui.Graphics.Color) + void Microsoft.Maui.Controls.NavigationPageToolbar:set_Title (string) + void Microsoft.Maui.Controls.NavigationPageToolbar:set_TitleView (Microsoft.Maui.Controls.VisualElement) + void Microsoft.Maui.Controls.NavigationPageToolbar:UpdateBackButton () void Microsoft.Maui.Controls.ObservableWrapper`2/d__15:<>m__Finally1 () void Microsoft.Maui.Controls.ObservableWrapper`2/d__15:System.IDisposable.Dispose () void Microsoft.Maui.Controls.ObservableWrapper`2:.ctor (System.Collections.ObjectModel.ObservableCollection`1) @@ -4768,13 +5191,16 @@ Methods: void Microsoft.Maui.Controls.Page:.cctor () void Microsoft.Maui.Controls.Page:.ctor () void Microsoft.Maui.Controls.Page:add_Appearing (System.EventHandler) + void Microsoft.Maui.Controls.Page:add_Disappearing (System.EventHandler) void Microsoft.Maui.Controls.Page:add_NavigatedTo (System.EventHandler`1) void Microsoft.Maui.Controls.Page:FlushPendingActions (object,System.EventArgs) + void Microsoft.Maui.Controls.Page:ForceLayout () void Microsoft.Maui.Controls.Page:InternalChildrenOnCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Page:LayoutChildren (double,double,double,double) void Microsoft.Maui.Controls.Page:OnAppearing () void Microsoft.Maui.Controls.Page:OnChildMeasureInvalidated (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Controls.Internals.InvalidationTrigger) void Microsoft.Maui.Controls.Page:OnChildMeasureInvalidated (object,System.EventArgs) + void Microsoft.Maui.Controls.Page:OnDisappearing () void Microsoft.Maui.Controls.Page:OnInternalAdded (Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Page:OnNavigatedTo (Microsoft.Maui.Controls.NavigatedToEventArgs) void Microsoft.Maui.Controls.Page:OnParentSet () @@ -4782,7 +5208,10 @@ Methods: void Microsoft.Maui.Controls.Page:remove_Appearing (System.EventHandler) void Microsoft.Maui.Controls.Page:remove_NavigatedTo (System.EventHandler`1) void Microsoft.Maui.Controls.Page:SendAppearing () + void Microsoft.Maui.Controls.Page:SendDisappearing () void Microsoft.Maui.Controls.Page:SendNavigatedTo (Microsoft.Maui.Controls.NavigatedToEventArgs) + void Microsoft.Maui.Controls.Page:set_IgnoresContainerArea (bool) + void Microsoft.Maui.Controls.Page:set_Title (string) void Microsoft.Maui.Controls.Page:set_Toolbar (Microsoft.Maui.Controls.Toolbar) void Microsoft.Maui.Controls.Page:UpdateChildrenLayout () void Microsoft.Maui.Controls.Page/<>c:.cctor () @@ -4816,6 +5245,7 @@ Methods: void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:UpdateEnabled (bool,Android.Views.IMenuItem) void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__4:MoveNext () void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__3:MoveNext () + void Microsoft.Maui.Controls.Platform.BrushExtensions:UpdateBackground (Android.Views.View,Microsoft.Maui.Controls.Brush) void Microsoft.Maui.Controls.Platform.ButtonExtensions:UpdateContentLayout (Google.Android.Material.Button.MaterialButton,Microsoft.Maui.Controls.Button) void Microsoft.Maui.Controls.Platform.ButtonExtensions:UpdateLineBreakMode (AndroidX.AppCompat.Widget.AppCompatButton,Microsoft.Maui.Controls.Button) void Microsoft.Maui.Controls.Platform.ButtonExtensions:UpdateText (Google.Android.Material.Button.MaterialButton,Microsoft.Maui.Controls.Button) @@ -4839,6 +5269,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter:OnBindViewHolder (AndroidX.RecyclerView.Widget.RecyclerView/ViewHolder,int) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/AdapterListItem:.ctor (Microsoft.Maui.Controls.Element,bool) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:.ctor (Microsoft.Maui.Controls.View,Android.Views.View,Android.Views.View,System.Action`1,Microsoft.Maui.Controls.Shell) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:OnElementPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:set_Element (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ElementViewHolder:UpdateVisualState () void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter/ShellLinearLayout:.ctor (Android.Content.Context) @@ -4848,6 +5279,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.IAppearanceObserver.OnAppearanceChanged (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged (Microsoft.Maui.FlyoutBehavior) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:Microsoft.Maui.Controls.Platform.Compatibility.IShellFlyoutRenderer.AttachFlyout (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext,Android.Views.View) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:OnShellPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateDrawerLockMode (Microsoft.Maui.FlyoutBehavior) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateFlyoutSize () void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:UpdateFlyoutSize (Android.Views.View) @@ -4857,6 +5289,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:LoadView (Microsoft.Maui.Controls.Platform.Compatibility.IShellContext) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:OnFlyoutViewLayoutChanging () void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:OnOffsetChanged (Google.Android.Material.AppBar.AppBarLayout,int) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:OnShellPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutBackground () void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutBgImageAsync () void Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateFlyoutContent () @@ -4873,6 +5306,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnDisplayedElementPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnDisplayedPageChanged (Microsoft.Maui.Controls.Page,Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnShellSectionChanged () + void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnShellSectionPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:OnTabReselected (Microsoft.Maui.Controls.ShellSection) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:SetAppearance (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:SetupMenu () @@ -4882,6 +5316,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:HookChildEvents (Microsoft.Maui.Controls.ShellSection) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:HookEvents (Microsoft.Maui.Controls.ShellItem) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer.set_ShellItem (Microsoft.Maui.Controls.ShellItem) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:OnShellItemPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:OnShellSectionChanged () void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:RemoveAllButCurrent (AndroidX.Fragment.App.Fragment) void Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase:set_DisplayedPage (Microsoft.Maui.Controls.Page) @@ -4895,6 +5330,7 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:HookEvents () void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:Microsoft.Maui.Controls.IAppearanceObserver.OnAppearanceChanged (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:OnPageSelected (int) + void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:OnShellItemPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:set_ShellSection (Microsoft.Maui.Controls.ShellSection) void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:SetAppearance (Microsoft.Maui.Controls.ShellAppearance) void Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer:SetViewPager2UserInputEnabled (bool) @@ -4930,6 +5366,9 @@ Methods: void Microsoft.Maui.Controls.Platform.Compatibility.ShellViewRenderer:OnViewSet (Microsoft.Maui.IView) void Microsoft.Maui.Controls.Platform.Compatibility.ShellViewRenderer:set_View (Microsoft.Maui.IView) void Microsoft.Maui.Controls.Platform.FormattedStringExtensions:RecalculateSpanPositions (Android.Widget.TextView,Microsoft.Maui.Controls.Label,Android.Text.SpannableString,Microsoft.Maui.SizeRequest) + void Microsoft.Maui.Controls.Platform.FragmentContainer:.ctor (Microsoft.Maui.Controls.Page,Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Controls.Platform.FragmentContainer:.ctor (Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Controls.Platform.FragmentContainer:OnResume () void Microsoft.Maui.Controls.Platform.GenericGlobalLayoutListener:.ctor (System.Action) void Microsoft.Maui.Controls.Platform.GenericGlobalLayoutListener:OnGlobalLayout () void Microsoft.Maui.Controls.Platform.GestureManager:.ctor (Microsoft.Maui.IViewHandler) @@ -4941,6 +5380,7 @@ Methods: void Microsoft.Maui.Controls.Platform.GestureManager:UpdateIsEnabled () void Microsoft.Maui.Controls.Platform.ModalNavigationManager:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Platform.ModalNavigationManager:SettingNewPage () + void Microsoft.Maui.Controls.Platform.MultiPageFragmentStateAdapter`1:.ctor (Microsoft.Maui.Controls.MultiPage`1,AndroidX.Fragment.App.FragmentManager,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Platform.SemanticExtensions:AddOrRemoveControlsAccessibilityDelegate (Microsoft.Maui.Controls.View) void Microsoft.Maui.Controls.Platform.TextViewExtensions:SetLineBreakMode (Android.Widget.TextView,Microsoft.Maui.LineBreakMode,System.Nullable`1) void Microsoft.Maui.Controls.Platform.TextViewExtensions:UpdateLineBreakMode (Android.Widget.TextView,Microsoft.Maui.Controls.Label) @@ -4954,6 +5394,7 @@ Methods: void Microsoft.Maui.Controls.Platform.ToolbarExtensions:UpdateMenuItems (AndroidX.AppCompat.Widget.Toolbar,System.Collections.Generic.IEnumerable`1,Microsoft.Maui.IMauiContext,Microsoft.Maui.Graphics.Color,System.ComponentModel.PropertyChangedEventHandler,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Action`3) void Microsoft.Maui.Controls.Platform.ToolbarExtensions:UpdateTitleIcon (AndroidX.AppCompat.Widget.Toolbar,Microsoft.Maui.Controls.Toolbar) void Microsoft.Maui.Controls.Platform.ViewExtensions:SetBackground (Android.Views.View,Android.Graphics.Drawables.Drawable) + void Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage:.cctor () void Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application:.cctor () void Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry:.cctor () void Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage:.cctor () @@ -5082,6 +5523,8 @@ Methods: void Microsoft.Maui.Controls.Shell:OnNavigating (Microsoft.Maui.Controls.ShellNavigatingEventArgs) void Microsoft.Maui.Controls.Shell:OnPropertyChanged (string) void Microsoft.Maui.Controls.Shell:OnShellAppearanceValueChanged (Microsoft.Maui.Controls.BindableObject,object,object) + void Microsoft.Maui.Controls.Shell:remove_Navigated (System.EventHandler`1) + void Microsoft.Maui.Controls.Shell:remove_Navigating (System.EventHandler`1) void Microsoft.Maui.Controls.Shell:RemoveLogicalChild (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Shell:SendFlyoutItemsChanged () void Microsoft.Maui.Controls.Shell:SendNavigated (Microsoft.Maui.Controls.ShellNavigatedEventArgs) @@ -5236,6 +5679,22 @@ Methods: void Microsoft.Maui.Controls.Switch/<>c:.cctor () void Microsoft.Maui.Controls.Switch/<>c:.ctor () void Microsoft.Maui.Controls.TabbedPage:.cctor () + void Microsoft.Maui.Controls.TabbedPage:.ctor () + void Microsoft.Maui.Controls.TabbedPage:g__OnPagePropertyChanged|20_2 (object,System.ComponentModel.PropertyChangedEventArgs) + void Microsoft.Maui.Controls.TabbedPage:g__WireUnwireChanges|20_1 (bool) + void Microsoft.Maui.Controls.TabbedPage:LayoutChildren (double,double,double,double) + void Microsoft.Maui.Controls.TabbedPage:MapBarBackground (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapBarBackgroundColor (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapBarTextColor (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapCurrentPage (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapIsSwipePagingEnabled (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapItemsSource (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapItemTemplate (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapSelectedItem (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapSelectedTabColor (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:MapUnselectedTabColor (Microsoft.Maui.Handlers.ITabbedViewHandler,Microsoft.Maui.Controls.TabbedPage) + void Microsoft.Maui.Controls.TabbedPage:OnHandlerChangingCore (Microsoft.Maui.Controls.HandlerChangingEventArgs) + void Microsoft.Maui.Controls.TabbedPage:OnHandlerChangingPartial (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.TabbedPage:RemapForControls () void Microsoft.Maui.Controls.TemplatedPage:.cctor () void Microsoft.Maui.Controls.TemplatedPage:.ctor () @@ -5300,12 +5759,15 @@ Methods: void Microsoft.Maui.Controls.ViewExtensions/d__20:System.IDisposable.Dispose () void Microsoft.Maui.Controls.VisualElement:.cctor () void Microsoft.Maui.Controls.VisualElement:.ctor () + void Microsoft.Maui.Controls.VisualElement:add_Loaded (System.EventHandler) void Microsoft.Maui.Controls.VisualElement:add_MeasureInvalidated (System.EventHandler) void Microsoft.Maui.Controls.VisualElement:add_SizeChanged (System.EventHandler) + void Microsoft.Maui.Controls.VisualElement:add_Unloaded (System.EventHandler) void Microsoft.Maui.Controls.VisualElement:BatchCommit () void Microsoft.Maui.Controls.VisualElement:ChangeVisualState () void Microsoft.Maui.Controls.VisualElement:ComputeConstrainsForChildren () void Microsoft.Maui.Controls.VisualElement:ComputeConstraintForView (Microsoft.Maui.Controls.View) + void Microsoft.Maui.Controls.VisualElement:HandlePlatformUnloadedLoaded () void Microsoft.Maui.Controls.VisualElement:InvalidateMeasure () void Microsoft.Maui.Controls.VisualElement:InvalidateMeasureInternal (Microsoft.Maui.Controls.Internals.InvalidationTrigger) void Microsoft.Maui.Controls.VisualElement:InvalidateMeasureOverride () @@ -5323,9 +5785,11 @@ Methods: void Microsoft.Maui.Controls.VisualElement:OnConstraintChanged (Microsoft.Maui.Controls.LayoutConstraint,Microsoft.Maui.Controls.LayoutConstraint) void Microsoft.Maui.Controls.VisualElement:OnHandlerChangedCore () void Microsoft.Maui.Controls.VisualElement:OnIsPlatformEnabledChanged () + void Microsoft.Maui.Controls.VisualElement:OnLoadedCore () void Microsoft.Maui.Controls.VisualElement:OnParentResourcesChanged (System.Collections.Generic.IEnumerable`1>) void Microsoft.Maui.Controls.VisualElement:OnRequestChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.VisualElement:OnSizeAllocated (double,double) + void Microsoft.Maui.Controls.VisualElement:OnUnloadedCore () void Microsoft.Maui.Controls.VisualElement:OnWindowChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.VisualElement:PropagateBindingContextToBrush () void Microsoft.Maui.Controls.VisualElement:PropagateBindingContextToShadow () @@ -5395,6 +5859,7 @@ Methods: void Microsoft.Maui.Controls.Window:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__ShellPropertyChanged|2 (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Window/NavigationImpl:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Xaml.Diagnostics.ResourceDictionaryDiagnostics:OnStaticResourceResolved (Microsoft.Maui.Controls.ResourceDictionary,string,object,object) void Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:.ctor (object[],object,Microsoft.Maui.Controls.Internals.INameScope) @@ -5409,12 +5874,24 @@ Methods: void Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute:.ctor (string,string,System.Type) void Microsoft.Maui.Controls.Xaml.XmlLineInfo:.ctor (int,int) void Microsoft.Maui.Converters.ThicknessTypeConverter:.ctor () + void Microsoft.Maui.Devices.DeviceDisplay:add_MainDisplayInfoChanged (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplay:remove_MainDisplayInfoChanged (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplayImplementation:StartScreenMetricsListeners () + void Microsoft.Maui.Devices.DeviceDisplayImplementation:StopScreenMetricsListeners () + void Microsoft.Maui.Devices.DeviceDisplayImplementation/Listener:.ctor (Android.Content.Context,System.Action) + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:add_MainDisplayInfoChanged (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:add_MainDisplayInfoChangedInternal (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:remove_MainDisplayInfoChanged (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:remove_MainDisplayInfoChangedInternal (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:SetCurrent (Microsoft.Maui.Devices.DisplayInfo) void Microsoft.Maui.Devices.DeviceIdiom:.cctor () void Microsoft.Maui.Devices.DeviceIdiom:.ctor (string) void Microsoft.Maui.Devices.DevicePlatform:.cctor () void Microsoft.Maui.Devices.DevicePlatform:.ctor (string) + void Microsoft.Maui.Devices.DisplayInfo:.ctor (double,double,double,Microsoft.Maui.Devices.DisplayOrientation,Microsoft.Maui.Devices.DisplayRotation,single) void Microsoft.Maui.Dispatching.Dispatcher:.ctor (Android.OS.Looper) void Microsoft.Maui.EmbeddedFontLoader:.ctor (System.IServiceProvider) + void Microsoft.Maui.EnumerableExtensions:ForEach (System.Collections.Generic.IEnumerable`1,System.Action`1) void Microsoft.Maui.FileSystemEmbeddedFontLoader:.ctor (System.Func`1,System.IServiceProvider) void Microsoft.Maui.Font:.cctor () void Microsoft.Maui.Font:.ctor (string,double,Microsoft.Maui.FontSlant,Microsoft.Maui.FontWeight,bool) @@ -5518,6 +5995,22 @@ Methods: void Microsoft.Maui.Handlers.ElementHandler`2:OnConnectHandler (object) void Microsoft.Maui.Handlers.EntryHandler:.cctor () void Microsoft.Maui.Handlers.FlyoutViewHandler:.cctor () + void Microsoft.Maui.Handlers.FlyoutViewHandler:.ctor () + void Microsoft.Maui.Handlers.FlyoutViewHandler:ConnectHandler (Android.Views.View) + void Microsoft.Maui.Handlers.FlyoutViewHandler:LayoutAsFlyout () + void Microsoft.Maui.Handlers.FlyoutViewHandler:LayoutViews () + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapDetail (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapFlyout (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapFlyoutBehavior (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapFlyoutWidth (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapIsGestureEnabled (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapIsPresented (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:MapToolbar (Microsoft.Maui.Handlers.IFlyoutViewHandler,Microsoft.Maui.IFlyoutView) + void Microsoft.Maui.Handlers.FlyoutViewHandler:UpdateDetail () + void Microsoft.Maui.Handlers.FlyoutViewHandler:UpdateDetailsFragmentView () + void Microsoft.Maui.Handlers.FlyoutViewHandler:UpdateFlyout () + void Microsoft.Maui.Handlers.FlyoutViewHandler:UpdateFlyoutBehavior () + void Microsoft.Maui.Handlers.FlyoutViewHandler:UpdateIsPresented () void Microsoft.Maui.Handlers.ImageHandler:.cctor () void Microsoft.Maui.Handlers.ImageHandler:.ctor () void Microsoft.Maui.Handlers.ImageHandler:MapAspect (Microsoft.Maui.Handlers.IImageHandler,Microsoft.Maui.IImage) @@ -5545,6 +6038,11 @@ Methods: void Microsoft.Maui.Handlers.LayoutHandler:SetVirtualView (Microsoft.Maui.IView) void Microsoft.Maui.Handlers.LayoutHandlerUpdate:.ctor (int,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.NavigationViewHandler:.cctor () + void Microsoft.Maui.Handlers.NavigationViewHandler:.ctor () + void Microsoft.Maui.Handlers.NavigationViewHandler:ConnectHandler (Android.Views.View) + void Microsoft.Maui.Handlers.NavigationViewHandler:OnLayoutChanged (object,Android.Views.View/LayoutChangeEventArgs) + void Microsoft.Maui.Handlers.NavigationViewHandler:PlatformArrange (Microsoft.Maui.Graphics.Rect) + void Microsoft.Maui.Handlers.NavigationViewHandler:RequestNavigation (Microsoft.Maui.Handlers.INavigationViewHandler,Microsoft.Maui.IStackNavigation,object) void Microsoft.Maui.Handlers.PageHandler:.cctor () void Microsoft.Maui.Handlers.PageHandler:.ctor () void Microsoft.Maui.Handlers.PageHandler:MapTitle (Microsoft.Maui.Handlers.IPageHandler,Microsoft.Maui.IContentView) @@ -5563,10 +6061,15 @@ Methods: void Microsoft.Maui.Handlers.SearchBarHandler:.cctor () void Microsoft.Maui.Handlers.ShapeViewHandler:.cctor () void Microsoft.Maui.Handlers.TabbedViewHandler:.cctor () + void Microsoft.Maui.Handlers.TabbedViewHandler:.ctor () void Microsoft.Maui.Handlers.TimePickerHandler:.cctor () void Microsoft.Maui.Handlers.ToolbarHandler:.cctor () void Microsoft.Maui.Handlers.ToolbarHandler:.ctor () void Microsoft.Maui.Handlers.ToolbarHandler:MapTitle (Microsoft.Maui.Handlers.IToolbarHandler,Microsoft.Maui.IToolbar) + void Microsoft.Maui.Handlers.ToolbarHandler:SetupToolbar () + void Microsoft.Maui.Handlers.ToolbarHandler:SetupWithDrawerLayout (AndroidX.DrawerLayout.Widget.DrawerLayout) + void Microsoft.Maui.Handlers.ToolbarHandler:SetupWithNavController (AndroidX.Navigation.NavController,Microsoft.Maui.Platform.StackNavigationManager) + void Microsoft.Maui.Handlers.ToolbarHandler/ProcessBackClick:.ctor (Microsoft.Maui.Handlers.ToolbarHandler) void Microsoft.Maui.Handlers.ViewHandler:.cctor () void Microsoft.Maui.Handlers.ViewHandler:.ctor (Microsoft.Maui.IPropertyMapper,Microsoft.Maui.CommandMapper) void Microsoft.Maui.Handlers.ViewHandler:ConnectingHandler (Android.Views.View) @@ -5707,6 +6210,7 @@ Methods: void Microsoft.Maui.MauiContext/WrappedServiceProvider:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext/WrappedServiceProvider:AddSpecific (System.Type,System.Func`2,object) void Microsoft.Maui.MauiContextExtensions:InitializeScopedServices (Microsoft.Maui.IMauiContext) + void Microsoft.Maui.NavigationRequest:.ctor (System.Collections.Generic.IReadOnlyList`1,bool) void Microsoft.Maui.Networking.ConnectivityImplementation:.cctor () void Microsoft.Maui.Networking.ConnectivityImplementation:.ctor () void Microsoft.Maui.Networking.ConnectivityImplementation:g__ProcessNetworkInfo|26_1 (Android.Net.NetworkInfo,Microsoft.Maui.Networking.ConnectivityImplementation/<>c__DisplayClass26_0&) @@ -5764,9 +6268,27 @@ Methods: void Microsoft.Maui.Platform.NavigationRootManager:ClearPlatformParts () void Microsoft.Maui.Platform.NavigationRootManager:Connect (Microsoft.Maui.IView,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.NavigationRootManager:SetContentView (Android.Views.View) + void Microsoft.Maui.Platform.NavigationViewFragment:.ctor () + void Microsoft.Maui.Platform.NavigationViewFragment:OnResume () void Microsoft.Maui.Platform.Rtl:.cctor () + void Microsoft.Maui.Platform.ScopedFragment:.ctor (Microsoft.Maui.IView,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Platform.ScrollViewExtensions:HandleScrollBarVisibilityChange (Microsoft.Maui.Platform.IScrollBarView) void Microsoft.Maui.Platform.SemanticExtensions:UpdateSemantics (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.StackNavigationManager:.ctor (Microsoft.Maui.IMauiContext) + void Microsoft.Maui.Platform.StackNavigationManager:ApplyNavigationRequest (Microsoft.Maui.NavigationRequest) + void Microsoft.Maui.Platform.StackNavigationManager:Connect (Microsoft.Maui.IView) + void Microsoft.Maui.Platform.StackNavigationManager:NavigationFinished (Microsoft.Maui.IStackNavigation) + void Microsoft.Maui.Platform.StackNavigationManager:OnDestinationChanged (AndroidX.Navigation.NavController,AndroidX.Navigation.NavDestination,Android.OS.Bundle) + void Microsoft.Maui.Platform.StackNavigationManager:OnNavigationViewFragmentDestroyed (AndroidX.Fragment.App.FragmentManager,Microsoft.Maui.Platform.NavigationViewFragment) + void Microsoft.Maui.Platform.StackNavigationManager:OnNavigationViewFragmentResumed (AndroidX.Fragment.App.FragmentManager,Microsoft.Maui.Platform.NavigationViewFragment) + void Microsoft.Maui.Platform.StackNavigationManager:RequestNavigation (Microsoft.Maui.NavigationRequest) + void Microsoft.Maui.Platform.StackNavigationManager:UpdateNavigationStack (System.Collections.Generic.IReadOnlyList`1) + void Microsoft.Maui.Platform.StackNavigationManager/Callbacks:.ctor (Microsoft.Maui.Platform.StackNavigationManager) + void Microsoft.Maui.Platform.StackNavigationManager/Callbacks:AndroidX.Navigation.NavController.IOnDestinationChangedListener.OnDestinationChanged (AndroidX.Navigation.NavController,AndroidX.Navigation.NavDestination,Android.OS.Bundle) + void Microsoft.Maui.Platform.StackNavigationManager/Callbacks:OnFragmentResumed (AndroidX.Fragment.App.FragmentManager,AndroidX.Fragment.App.Fragment) + void Microsoft.Maui.Platform.StackNavigationManager/Callbacks:OnFragmentViewDestroyed (AndroidX.Fragment.App.FragmentManager,AndroidX.Fragment.App.Fragment) + void Microsoft.Maui.Platform.StackNavigationManager/StackContext:.ctor (Android.Content.Context,Microsoft.Maui.Platform.StackNavigationManager) + void Microsoft.Maui.Platform.StackNavigationManager/StackLayoutInflater:.ctor (Android.Views.LayoutInflater,Android.Content.Context,Microsoft.Maui.Platform.StackNavigationManager) void Microsoft.Maui.Platform.TextAlignmentExtensions:UpdateVerticalAlignment (Android.Widget.TextView,Microsoft.Maui.TextAlignment,Android.Views.GravityFlags) void Microsoft.Maui.Platform.TextViewExtensions:UpdateCharacterSpacing (Android.Widget.TextView,Microsoft.Maui.ITextStyle) void Microsoft.Maui.Platform.TextViewExtensions:UpdateFlowDirection (Android.Widget.TextView,Microsoft.Maui.IView) @@ -5780,6 +6302,8 @@ Methods: void Microsoft.Maui.Platform.ToolbarExtensions:UpdateTitle (AndroidX.AppCompat.Widget.Toolbar,Microsoft.Maui.IToolbar) void Microsoft.Maui.Platform.TransformationExtensions:UpdateAnchorX (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.TransformationExtensions:UpdateAnchorY (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.ViewExtensions:Arrange (Microsoft.Maui.IView,Android.Views.View/LayoutChangeEventArgs) + void Microsoft.Maui.Platform.ViewExtensions:Arrange (Microsoft.Maui.IView,int,int,int,int,Android.Content.Context) void Microsoft.Maui.Platform.ViewExtensions:Initialize (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:InvalidateMeasure (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:RemoveFromParent (Android.Views.View) @@ -5794,6 +6318,14 @@ Methods: void Microsoft.Maui.Platform.ViewExtensions:UpdateMinimumWidth (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateOpacity (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateWidth (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass36_0:b__1 () + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass36_0:b__2 (object,Android.Views.View/ViewAttachedToWindowEventArgs) + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__1 () + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__2 (object,Android.Views.View/ViewDetachedFromWindowEventArgs) + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__3 () + void Microsoft.Maui.Platform.ViewExtensions/<>c:.cctor () + void Microsoft.Maui.Platform.ViewExtensions/<>c:.ctor () + void Microsoft.Maui.Platform.ViewFragment:.ctor (Android.Views.View) void Microsoft.Maui.PlatformInterop:.cctor () void Microsoft.Maui.PlatformInterop:RemoveFromParent (Android.Views.View) void Microsoft.Maui.PlatformInterop:RequestLayoutIfNeeded (Android.Views.View) @@ -5839,6 +6371,7 @@ Methods: void Microsoft.Maui.ViewHandlerExtensions:PlatformArrangeHandler (Microsoft.Maui.IViewHandler,Microsoft.Maui.Graphics.Rect) void Microsoft.Maui.VisualDiagnostics:.cctor () void Microsoft.Maui.VisualDiagnostics:OnChildAdded (Microsoft.Maui.IVisualTreeElement,Microsoft.Maui.IVisualTreeElement) + void Microsoft.Maui.VisualDiagnostics:OnChildRemoved (Microsoft.Maui.IVisualTreeElement,Microsoft.Maui.IVisualTreeElement,int) void Microsoft.Maui.VisualDiagnosticsOverlay:.ctor (Microsoft.Maui.IWindow) void Microsoft.Maui.VisualDiagnosticsOverlay:HandleUIChange () void Microsoft.Maui.WeakEventManager:.ctor () @@ -5910,7 +6443,10 @@ Methods: void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/<>c:.ctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/<>c:.cctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/<>c:.ctor () + void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/LockedStack:Trim (int,int,System.Buffers.Utilities/MemoryPressure,int) void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:.cctor () + void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:.ctor () + void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:Trim (int,int,System.Buffers.Utilities/MemoryPressure,int) void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1/PerCoreLockedStacks:.cctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:.ctor () void System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Return (byte[],bool) @@ -6085,7 +6621,10 @@ Methods: void System.Collections.Generic.List`1>:set_Capacity (int) void System.Collections.Generic.List`1:.cctor () void System.Collections.Generic.List`1:.ctor () + void System.Collections.Generic.List`1:.ctor (int) + void System.Collections.Generic.List`1:AddWithResize (int) void System.Collections.Generic.List`1:Grow (int) + void System.Collections.Generic.List`1:RemoveAt (int) void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1:.ctor (int) void System.Collections.Generic.List`1:.ctor (System.Collections.Generic.IEnumerable`1) @@ -6133,6 +6672,7 @@ Methods: void System.Collections.Hashtable:Insert (object,object,bool) void System.Collections.Hashtable:set_Item (object,object) void System.Collections.ObjectModel.Collection`1:.ctor () + void System.Collections.ObjectModel.Collection`1:RemoveItem (int) void System.Collections.ObjectModel.Collection`1:Add (Microsoft.Maui.Controls.ResourceDictionary) void System.Collections.ObjectModel.Collection`1:CopyTo (Microsoft.Maui.Controls.ResourceDictionary[],int) void System.Collections.ObjectModel.Collection`1:InsertItem (int,Microsoft.Maui.Controls.ResourceDictionary) @@ -6140,6 +6680,7 @@ Methods: void System.Collections.ObjectModel.Collection`1:System.Collections.IList.Insert (int,object) void System.Collections.ObjectModel.EventArgsCache:.cctor () void System.Collections.ObjectModel.ObservableCollection`1:.ctor () + void System.Collections.ObjectModel.ObservableCollection`1:RemoveItem (int) void System.Collections.ObjectModel.ObservableCollection`1:add_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) void System.Collections.ObjectModel.ObservableCollection`1:remove_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) void System.Collections.ObjectModel.ObservableCollection`1:CheckReentrancy () @@ -6208,12 +6749,15 @@ Methods: void System.Exception:.ctor (string,System.Exception) void System.Exception:RestoreDispatchState (System.Exception/DispatchState&) void System.GC:_GetGCMemoryInfo (long&,long&,long&,long&,long&,long&) + void System.GC:_ReRegisterForFinalize (object) void System.GC:_SuppressFinalize (object) void System.GC:.cctor () void System.GC:KeepAlive (object) void System.GC:register_ephemeron_array (System.Runtime.Ephemeron[]) + void System.GC:ReRegisterForFinalize (object) void System.GC:SuppressFinalize (object) void System.Gen2GcCallback:.ctor (System.Func`2,object) + void System.Gen2GcCallback:Finalize () void System.Gen2GcCallback:Register (System.Func`2,object) void System.Globalization.Calendar:.ctor () void System.Globalization.CalendarData:.cctor () @@ -6552,6 +7096,30 @@ Methods: void System.Reflection.ConstructorInfo:.cctor () void System.Reflection.CustomAttribute:.cctor () void System.Reflection.CustomAttributeTypedArgument:.ctor (System.Type,object) + void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,bool) + void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Reflection.Module,bool,bool,bool) + void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Type,System.Type[],System.Type,bool) + void System.Reflection.Emit.DynamicMethod:create_dynamic_method (System.Reflection.Emit.DynamicMethod) + void System.Reflection.Emit.DynamicMethod:CreateDynMethod () + void System.Reflection.Emit.ILExceptionInfo:add_block (int) + void System.Reflection.Emit.ILExceptionInfo:AddCatch (System.Type,int) + void System.Reflection.Emit.ILExceptionInfo:End (int) + void System.Reflection.Emit.ILGenerator:.ctor (System.Reflection.Module,System.Reflection.Emit.ITokenGenerator,int) + void System.Reflection.Emit.ILGenerator:BeginCatchBlock (System.Type) + void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,int) + void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.Label) + void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) + void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.MethodInfo) + void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode) + void System.Reflection.Emit.ILGenerator:emit_int (int) + void System.Reflection.Emit.ILGenerator:EndExceptionBlock () + void System.Reflection.Emit.ILGenerator:InternalEndClause () + void System.Reflection.Emit.ILGenerator:label_fixup (System.Reflection.MethodBase) + void System.Reflection.Emit.ILGenerator:ll_emit (System.Reflection.Emit.OpCode) + void System.Reflection.Emit.ILGenerator:make_room (int) + void System.Reflection.Emit.ILGenerator:MarkLabel (System.Reflection.Emit.Label) + void System.Reflection.Emit.Int32Stack:.ctor (int) + void System.Reflection.Emit.LocalBuilder:.ctor (System.Type,System.Reflection.Emit.ILGenerator) void System.Reflection.Emit.OpCodes:.cctor () void System.Reflection.FieldAccessor:SetValue (object,object) void System.Reflection.FieldInfo:SetValue (object,object) @@ -6571,6 +7139,7 @@ Methods: void System.Reflection.RuntimeFieldInfo:SetValueNonEmit (object,object) void System.Reflection.RuntimeModule:GetGuidInternal (intptr,byte[]) void System.Reflection.RuntimeParameterInfo:.ctor (string,System.Type,int,int,object,System.Reflection.MemberInfo,System.Runtime.InteropServices.MarshalAsAttribute) + void System.Reflection.RuntimeParameterInfo:.ctor (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) void System.Reflection.RuntimePropertyInfo:CachePropertyInfo (System.Reflection.PInfo) void System.Reflection.RuntimePropertyInfo:get_property_info (System.Reflection.RuntimePropertyInfo,System.Reflection.MonoPropertyInfo&,System.Reflection.PInfo) void System.Resources.FastResourceComparer:.cctor () @@ -6590,7 +7159,9 @@ Methods: void System.Resources.ResourceReader:SkipString () void System.Resources.RuntimeResourceSet:.ctor (System.IO.Stream,bool) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (CommonMethods/d__0&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (maui.MainPage/d__2&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (maui.MainPage/d__6&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (maui.MainPage/d__4&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.NavigationPage/d__19&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__4&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__3&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker/d__51&) @@ -6637,11 +7208,26 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__41>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__41>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__41>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:ExecuteFromThreadPool (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecutionContextCallback (object) @@ -6654,8 +7240,8 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecuteFromThreadPool (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:.ctor () @@ -6672,10 +7258,14 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.TaskAwaiter&,System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter&,System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1/ConfiguredValueTaskAwaiter&,System.Runtime.CompilerServices.IAsyncStateMachineBox) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.TaskAwaiter&,System.Runtime.CompilerServices.IAsyncStateMachineBox) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.TaskAwaiter`1&,System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.TaskAwaiter`1&,System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetExistingTaskResult (System.Threading.Tasks.Task`1,System.Threading.Tasks.VoidTaskResult) void System.Runtime.CompilerServices.AsyncVoidMethodBuilder:NotifySynchronizationContextOfCompletion () void System.Runtime.CompilerServices.AsyncVoidMethodBuilder:SetResult () + void System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:.ctor (System.Runtime.CompilerServices.ConditionalWeakTable`2,int[],System.Runtime.CompilerServices.ConditionalWeakTable`2/Entry[],int) + void System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:Finalize () void System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:RemoveIndex (int) void System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:.ctor (System.Runtime.CompilerServices.ConditionalWeakTable`2) void System.Runtime.CompilerServices.ConditionalWeakTable`2/Container:CreateEntryNoResize (System.Type,Microsoft.Maui.Controls.ResourceDictionary) @@ -6697,11 +7287,14 @@ Methods: void System.Runtime.CompilerServices.TaskAwaiter:GetResult () void System.Runtime.CompilerServices.TaskAwaiter:UnsafeOnCompletedInternal (System.Threading.Tasks.Task,System.Runtime.CompilerServices.IAsyncStateMachineBox,bool) void System.Runtime.CompilerServices.TaskAwaiter:ValidateEnd (System.Threading.Tasks.Task) + void System.Runtime.ConstrainedExecution.CriticalFinalizerObject:Finalize () void System.Runtime.DependentHandle:.ctor (object,object) void System.Runtime.DependentHandle:UnsafeSetTargetToNull () void System.Runtime.ExceptionServices.ExceptionDispatchInfo:.ctor (System.Exception) void System.Runtime.ExceptionServices.ExceptionDispatchInfo:Throw () void System.Runtime.InteropServices.GCHandle:.ctor (object,System.Runtime.InteropServices.GCHandleType) + void System.Runtime.InteropServices.GCHandle:Free () + void System.Runtime.InteropServices.GCHandle:InternalFree (intptr) void System.Runtime.InteropServices.GCHandle:InternalSet (intptr,object) void System.Runtime.InteropServices.GCHandle:set_Target (object) void System.Runtime.InteropServices.Marshal:.cctor () @@ -6959,6 +7552,7 @@ Methods: void System.Threading.Tasks.TaskCache:.cctor () void System.Threading.Tasks.TaskCompletionSource`1:.ctor () void System.Threading.Tasks.TaskCompletionSource`1:.ctor () + void System.Threading.Tasks.TaskCompletionSource`1:SetResult (object) void System.Threading.Tasks.TaskScheduler:.cctor () void System.Threading.Tasks.TaskScheduler:.ctor () void System.Threading.Tasks.TaskScheduler:InternalQueueTask (System.Threading.Tasks.Task) @@ -7117,8 +7711,11 @@ Methods: void System.WeakReference:.ctor (object,bool) void System.WeakReference:.ctor (object) void System.WeakReference:Create (object,bool) + void System.WeakReference:Finalize () + void System.WeakReference:set_Target (object) void System.WeakReference`1:.ctor (Java.Interop.IJavaPeerable,bool) void System.WeakReference`1:Create (Java.Interop.IJavaPeerable,bool) + void System.WeakReference`1:Finalize () void System.WeakReference`1:.ctor (Microsoft.Extensions.DependencyInjection.ServiceProvider) void System.WeakReference`1:SetTarget (System.ComponentModel.INotifyPropertyChanged) void Xamarin.Android.Net.AndroidHttpResponseMessage:.ctor (Java.Net.URL,Java.Net.HttpURLConnection) @@ -7140,4 +7737,4 @@ Methods: void Xamarin.Android.Net.AndroidMessageHandler/d__146:MoveNext () void Xamarin.Android.Net.AuthModuleBasic:.ctor () void Xamarin.Android.Net.AuthModuleDigest:.cctor () - void Xamarin.Android.Net.AuthModuleDigest:.ctor () \ No newline at end of file + void Xamarin.Android.Net.AuthModuleDigest:.ctor () diff --git a/src/Controls/src/Core/Platform/Android/TabbedPageManager.cs b/src/Controls/src/Core/Platform/Android/TabbedPageManager.cs index 7414b139e8ad..fca459982d3d 100644 --- a/src/Controls/src/Core/Platform/Android/TabbedPageManager.cs +++ b/src/Controls/src/Core/Platform/Android/TabbedPageManager.cs @@ -754,7 +754,6 @@ class Listeners : ViewPager2.OnPageChangeCallback, #pragma warning disable CS0618 // Type or member is obsolete TabLayout.IOnTabSelectedListener, #pragma warning restore CS0618 // Type or member is obsolete - ViewPager.IOnPageChangeListener, NavigationBarView.IOnItemSelectedListener, TabLayoutMediator.ITabConfigurationStrategy { @@ -835,16 +834,6 @@ void TabLayout.IOnTabSelectedListener.OnTabUnselected(TabLayout.Tab tab) { _tabbedPageManager.SetIconColorFilter(tab, false); } - void ViewPager.IOnPageChangeListener.OnPageScrolled(int position, float positionOffset, int positionOffsetPixels) - { - } - - void ViewPager.IOnPageChangeListener.OnPageScrollStateChanged(int state) - { - } - - void ViewPager.IOnPageChangeListener.OnPageSelected(int position) => - OnPageSelected(position); } } } \ No newline at end of file diff --git a/src/ProfiledAot/src/maui/AppFlyoutPage.xaml b/src/ProfiledAot/src/maui/AppFlyoutPage.xaml new file mode 100644 index 000000000000..a42d16288250 --- /dev/null +++ b/src/ProfiledAot/src/maui/AppFlyoutPage.xaml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ProfiledAot/src/maui/AppFlyoutPage.xaml.cs b/src/ProfiledAot/src/maui/AppFlyoutPage.xaml.cs new file mode 100644 index 000000000000..c286ca749f27 --- /dev/null +++ b/src/ProfiledAot/src/maui/AppFlyoutPage.xaml.cs @@ -0,0 +1,9 @@ +namespace maui; + +public partial class AppFlyoutPage : FlyoutPage +{ + public AppFlyoutPage() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/src/ProfiledAot/src/maui/MainPage.xaml.cs b/src/ProfiledAot/src/maui/MainPage.xaml.cs index 0e34401c8226..94ccef72ad1e 100644 --- a/src/ProfiledAot/src/maui/MainPage.xaml.cs +++ b/src/ProfiledAot/src/maui/MainPage.xaml.cs @@ -3,16 +3,40 @@ namespace maui; public partial class MainPage : ContentPage { int count = 0; + bool _isLoaded; + bool _startCompleted; public MainPage() { InitializeComponent(); - Start(); + + if (Application.Current.MainPage is not AppFlyoutPage) + { + Start(); + this.Loaded += OnMainPageLoaded; + } } private async void Start() { CounterBtn.Text = await CommonMethods.Invoke(); + _startCompleted= true; + LoadFlyoutPage(); + } + + void OnMainPageLoaded(object sender, EventArgs e) + { + _isLoaded = true; + LoadFlyoutPage(); + } + + async void LoadFlyoutPage() + { + if (_isLoaded && _startCompleted) + { + await Task.Delay(500); + Application.Current.MainPage = new AppFlyoutPage(); + } } private void OnCounterClicked(object sender, EventArgs e) diff --git a/src/ProfiledAot/src/maui/Tabs.xaml b/src/ProfiledAot/src/maui/Tabs.xaml new file mode 100644 index 000000000000..7796eb8119b4 --- /dev/null +++ b/src/ProfiledAot/src/maui/Tabs.xaml @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/src/ProfiledAot/src/maui/Tabs.xaml.cs b/src/ProfiledAot/src/maui/Tabs.xaml.cs new file mode 100644 index 000000000000..ca6bd79f9aa2 --- /dev/null +++ b/src/ProfiledAot/src/maui/Tabs.xaml.cs @@ -0,0 +1,13 @@ +namespace maui; + +public partial class Tabs : TabbedPage +{ + public Tabs() + { + InitializeComponent(); + + Children.Add(new NavigationPage(new MainPage()) { Title = "Tab 1" }); + Children.Add(new NavigationPage(new MainPage()) { Title = "Tab 2" }); + Children.Add(new NavigationPage(new MainPage()) { Title = "Tab 3" }); + } +} \ No newline at end of file From 7445c6fe5f12889ed4844ab0801546deb1e5c93b Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 29 Jul 2022 14:21:40 +0200 Subject: [PATCH 039/158] Make CalendarDatePickerExtensions public (#9038) fixes #8931 --- .../src/Platform/Windows/CalendarDatePickerExtensions.cs | 5 ++--- src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Core/src/Platform/Windows/CalendarDatePickerExtensions.cs b/src/Core/src/Platform/Windows/CalendarDatePickerExtensions.cs index 8bed7bbd000f..cddf4931de66 100644 --- a/src/Core/src/Platform/Windows/CalendarDatePickerExtensions.cs +++ b/src/Core/src/Platform/Windows/CalendarDatePickerExtensions.cs @@ -3,10 +3,9 @@ namespace Microsoft.Maui.Platform { - //TODO make this public on NET7 - internal static class CalendarDatePickerExtensions + public static class CalendarDatePickerExtensions { - internal static string ToDateFormat(this string dateFormat) + public static string ToDateFormat(this string dateFormat) { // The WinUI CalendarDatePicker DateFormat property use this formatter: // https://docs.microsoft.com/en-us/uwp/api/Windows.Globalization.DateTimeFormatting.DateTimeFormatter?redirectedfrom=MSDN&view=winrt-22621#code-snippet-2 diff --git a/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt index 77d28aff7cad..9765d179c027 100644 --- a/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt @@ -12,3 +12,5 @@ static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Micro static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper! override Microsoft.Maui.Handlers.EditorHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void override Microsoft.Maui.Handlers.EntryHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void +Microsoft.Maui.Platform.CalendarDatePickerExtensions +static Microsoft.Maui.Platform.CalendarDatePickerExtensions.ToDateFormat(this string! dateFormat) -> string! From 576ef4db8e0f9cee4e3a33903611111a527236ef Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 2 Aug 2022 23:17:15 +0800 Subject: [PATCH 040/158] Use the latest .NET version --- global.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/global.json b/global.json index 85a0b90e8205..71f9c9641da5 100644 --- a/global.json +++ b/global.json @@ -5,10 +5,5 @@ "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.44", "Microsoft.Build.NoTargets": "3.3.0" - }, - "sdk": { - "version": "6.0.302", - "allowPrerelease": true, - "rollForward": "latestMinor" } } From 7b769f7a97c83790a4467689df9bf7f17458e7ec Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 2 Aug 2022 23:37:18 +0800 Subject: [PATCH 041/158] net7.0 is now RC 1 --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index a7de324b7713..4cb512d25efd 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-preview.7 +7.0.0-rc.1 From 2658d64befd78768736592774f283c5975ed9418 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 3 Aug 2022 00:45:32 +0800 Subject: [PATCH 042/158] Revert "Bump Microsoft.CodeAnalysis.NetAnalyzers (#9105)" This reverts commit 4295ee4bf01f6fdacb79bb906bb8ad7040821f7c. --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index c706ea29cd10..60ee720ff63c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ 7.0.0-preview.7.22369.8 7.0.0-preview.7.22369.8 - 7.0.0-preview1.22379.1 + 7.0.0-preview1.22373.2 3.3.3 3.3.3 6.0.403 From b36187bbddb9bce3ec9d5d09c543c3be40415945 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 3 Aug 2022 02:48:17 +0800 Subject: [PATCH 043/158] Revert "Revert "Bump Microsoft.CodeAnalysis.NetAnalyzers (#9105)"" This reverts commit 2658d64befd78768736592774f283c5975ed9418. --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 60ee720ff63c..c706ea29cd10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ 7.0.0-preview.7.22369.8 7.0.0-preview.7.22369.8 - 7.0.0-preview1.22373.2 + 7.0.0-preview1.22379.1 3.3.3 3.3.3 6.0.403 From b7a65ec89450907ee839eea69b5467dcdfb5a3eb Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 3 Aug 2022 03:30:18 +0800 Subject: [PATCH 044/158] Try this (#9155) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index c706ea29cd10..06871478ce99 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ 7.0.0-preview.7.22369.8 7.0.0-preview.7.22369.8 - 7.0.0-preview1.22379.1 + 7.0.0-preview1.22274.2 3.3.3 3.3.3 6.0.403 From eaf0b6048d0cc36330cf01282984d66679814230 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 2 Aug 2022 15:09:32 +0000 Subject: [PATCH 045/158] Update dependencies from https://github.com/xamarin/xamarin-android build main-57d42a82a513fe3f17d9abb87070c78b398dadf7-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.7.97 -> To Version 33.0.0-rc.1.120 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.7.22362.31 -> To Version 7.0.100-rc.1.22374.1 (parent: Microsoft.Android.Sdk.Windows --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30f191c06bce..09167a3d2b15 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - d2fff6df585efa03cbe883b4fb6ce41be8d61342 + 53587f98e132f3c5bc6d2a77d779d6872710d53e - + https://github.com/dotnet/runtime - 206dccb7945aaa3f26599fbe742de9022ca7ef91 + aafa91036e1efd3d4dcb67eeb261cb6d8f774685 - + https://github.com/xamarin/xamarin-android - 3387f5e16d6a98627fbb3c63bc62d004e3d0d6e7 + 57d42a82a513fe3f17d9abb87070c78b398dadf7 https://github.com/xamarin/xamarin-macios @@ -28,9 +28,9 @@ https://github.com/xamarin/xamarin-macios 11ed26e529f0e1711c848e1ca729e04c5ec7382d - + https://github.com/dotnet/emsdk - 40e7c6226711ec616ee07e725563eda708630fe1 + 11a9acf5ab6fe5a20f0a7d4326c785bd51e9859c https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index ce176da2740b..afb400ce31bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,15 +3,15 @@ 6.0.419 - 7.0.100-preview.7.22362.31 + 7.0.100-rc.1.22374.1 - 7.0.0-preview.6.22356.1 + 7.0.0-rc.1.22367.4 7.0.0-preview.7.22369.4 7.0.0-preview.7.22369.4 6.0.0 - 33.0.0-preview.7.97 + 33.0.0-rc.1.120 15.4.907-preview.7 15.4.907-preview.7 @@ -20,7 +20,7 @@ 7.0.100-preview.7.20 - 7.0.0-preview.7.22330.1 + 7.0.0-rc.1.22362.2 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) 1.1.3 From 7f71d431beacba24f5b6a8c16cc50dba527fbd2e Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 2 Aug 2022 16:19:40 -0500 Subject: [PATCH 046/158] Allow "rc" version bands --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index afb400ce31bd..3951e6930138 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,7 +66,7 @@ 7.0.100 - $(DotNetVersionBand)$([System.Text.RegularExpressions.Regex]::Match($(MicrosoftDotnetSdkInternalPackageVersion), `\-preview.\d+`)) + $(DotNetVersionBand)$([System.Text.RegularExpressions.Regex]::Match($(MicrosoftDotnetSdkInternalPackageVersion), `\-(preview|rc).\d+`)) $(DotNetSdkManifestsFolder) $(DotNetVersionBand) $(DotNetVersionBand) From 1fdc905e8aaf36f63bc664c793d49ec21836ffed Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 2 Aug 2022 16:25:31 -0500 Subject: [PATCH 047/158] Some workloads are still "-preview.7" --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3951e6930138..d74040709c00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,7 +71,7 @@ $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetSdkManifestsFolder) - $(DotNetSdkManifestsFolder) - $(DotNetSdkManifestsFolder) + $(DotNetVersionBand)-preview.7 + $(DotNetVersionBand)-preview.7 From 993618a4dbad3a8c7243da35fdb4d30c3f96a70a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 3 Aug 2022 13:22:59 +0000 Subject: [PATCH 048/158] Update dependencies from https://github.com/xamarin/xamarin-android build main-3e4686cf47cd65fb51df0dc744bc092dd321cbe9-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.7.97 -> To Version 33.0.0-rc.1.122 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.7.22362.31 -> To Version 7.0.100-rc.1.22374.1 (parent: Microsoft.Android.Sdk.Windows --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09167a3d2b15..922b2d8b1196 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/runtime aafa91036e1efd3d4dcb67eeb261cb6d8f774685 - + https://github.com/xamarin/xamarin-android - 57d42a82a513fe3f17d9abb87070c78b398dadf7 + 3e4686cf47cd65fb51df0dc744bc092dd321cbe9 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index d74040709c00..6d30f98624e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 7.0.0-preview.7.22369.4 6.0.0 - 33.0.0-rc.1.120 + 33.0.0-rc.1.122 15.4.907-preview.7 15.4.907-preview.7 From fb143cb5bb9a5ff4efce146edb2d4099adba1bc2 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 3 Aug 2022 15:07:46 -0500 Subject: [PATCH 049/158] Add `CA1420` to `$(NoWarn)` for Tizen Solves the build error: src/Controls/src/Core/Platform/Tizen/Extensions/DragDropExtensions.cs(89,28): error CA1420: Delegates with managed types as parameters or the return type require runtime marshalling to be enabled in the assembly where the delegate is defined. --- src/Controls/src/Core/Controls.Core.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controls/src/Core/Controls.Core.csproj b/src/Controls/src/Core/Controls.Core.csproj index 69c0f1afe34d..b60e3aa93f9f 100644 --- a/src/Controls/src/Core/Controls.Core.csproj +++ b/src/Controls/src/Core/Controls.Core.csproj @@ -9,6 +9,7 @@ high true $(NoWarn);CS1591;RS0041;RS0026;RS0027;RS0022 + $(NoWarn);CA1420 From aa2a46c8fb2505b0c42fd28ccd4f239135682889 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 3 Aug 2022 16:58:39 -0500 Subject: [PATCH 050/158] [android] work around deprecated APIs Context: https://developer.android.com/reference/android/content/pm/PackageManager#getPackageInfo(java.lang.String,%20int) Fixes the error: src/Essentials/src/AppInfo/AppInfo.android.cs(16,80): error CS0618: 'PackageManager.GetPackageInfo(string, PackageInfoFlags)' is obsolete: 'deprecated' src/Essentials/src/Permissions/Permissions.android.cs(19,22): error CS0618: 'PackageManager.GetPackageInfo(string, PackageInfoFlags)' is obsolete: 'deprecated' We can't use the new API either, because it was added in API 33. --- src/Essentials/src/AppInfo/AppInfo.android.cs | 2 ++ src/Essentials/src/Permissions/Permissions.android.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Essentials/src/AppInfo/AppInfo.android.cs b/src/Essentials/src/AppInfo/AppInfo.android.cs index 6521624bc594..3cf572c80733 100644 --- a/src/Essentials/src/AppInfo/AppInfo.android.cs +++ b/src/Essentials/src/AppInfo/AppInfo.android.cs @@ -13,7 +13,9 @@ class AppInfoImplementation : IAppInfo { static readonly Lazy _name = new Lazy(() => Application.Context.ApplicationInfo.LoadLabel(Application.Context.PackageManager)); static readonly Lazy _packageName = new Lazy(() => Application.Context.PackageName); +#pragma warning disable 618 static readonly Lazy _packageInfo = new Lazy(() => Application.Context.PackageManager.GetPackageInfo(_packageName.Value, PackageInfoFlags.MetaData)); +#pragma warning restore 618 static readonly Lazy _requestedTheme = new Lazy(GetRequestedTheme); static readonly Lazy _layoutDirection = new Lazy(GetLayoutDirection); diff --git a/src/Essentials/src/Permissions/Permissions.android.cs b/src/Essentials/src/Permissions/Permissions.android.cs index e77dbe73ca93..94946a8cc40c 100644 --- a/src/Essentials/src/Permissions/Permissions.android.cs +++ b/src/Essentials/src/Permissions/Permissions.android.cs @@ -16,7 +16,9 @@ public static partial class Permissions public static bool IsDeclaredInManifest(string permission) { var context = Application.Context; +#pragma warning disable 618 var packageInfo = context.PackageManager.GetPackageInfo(context.PackageName, PackageInfoFlags.Permissions); +#pragma warning restore 618 var requestedPermissions = packageInfo?.RequestedPermissions; return requestedPermissions?.Any(r => r.Equals(permission, StringComparison.OrdinalIgnoreCase)) ?? false; From 01e0a4e8cd89e07ce70bdb7bbd91d16a51f09cf0 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 3 Aug 2022 17:00:43 -0500 Subject: [PATCH 051/158] Add `CA1420` to `$(NoWarn)` for Windows Fixes the error: src\DeviceDisplay\DeviceDisplay.uwp.cs(240,92): error CA1420: Delegates with managed types as parameters or the return type require runtime marshalling to be enabled in the assembly where the delegate is defined. --- src/Controls/src/Core/Controls.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controls/src/Core/Controls.Core.csproj b/src/Controls/src/Core/Controls.Core.csproj index b60e3aa93f9f..f319ac7f7124 100644 --- a/src/Controls/src/Core/Controls.Core.csproj +++ b/src/Controls/src/Core/Controls.Core.csproj @@ -9,7 +9,7 @@ high true $(NoWarn);CS1591;RS0041;RS0026;RS0027;RS0022 - $(NoWarn);CA1420 + $(NoWarn);CA1420 From e5540174ca58b0277bac34a9ed0200b83325ab32 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 3 Aug 2022 17:02:45 -0500 Subject: [PATCH 052/158] Essentials needs `$(NoWarn)` too --- src/Essentials/src/Essentials.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Essentials/src/Essentials.csproj b/src/Essentials/src/Essentials.csproj index 4382c1e4ec24..0a2e69168c75 100644 --- a/src/Essentials/src/Essentials.csproj +++ b/src/Essentials/src/Essentials.csproj @@ -9,6 +9,7 @@ true true $(NoWarn);CS1591;NU5104;RS0041;RS0026 + $(NoWarn);CA1420 From ae32bbfbd166c242b44eb6860fcb03afde5aa178 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 4 Aug 2022 11:18:14 +0000 Subject: [PATCH 053/158] Update dependencies from https://github.com/xamarin/xamarin-android build main-887e0a6b2c0d0e5ddbb7c333a2c8792917acd4ad-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.7.97 -> To Version 33.0.0-rc.1.123 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.7.22362.31 -> To Version 7.0.100-rc.1.22374.1 (parent: Microsoft.Android.Sdk.Windows --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 922b2d8b1196..f614db82b7dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/runtime aafa91036e1efd3d4dcb67eeb261cb6d8f774685 - + https://github.com/xamarin/xamarin-android - 3e4686cf47cd65fb51df0dc744bc092dd321cbe9 + 887e0a6b2c0d0e5ddbb7c333a2c8792917acd4ad https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index 6d30f98624e5..dcf1c9f71c9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 7.0.0-preview.7.22369.4 6.0.0 - 33.0.0-rc.1.122 + 33.0.0-rc.1.123 15.4.907-preview.7 15.4.907-preview.7 From f3b7d6cd8865310b6873baf3a54fd0905d5da8a2 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 4 Aug 2022 23:58:35 +0800 Subject: [PATCH 054/158] Try fix iOS --- eng/devices/ios.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/devices/ios.cake b/eng/devices/ios.cake index b5916583d328..eea56fede7e5 100644 --- a/eng/devices/ios.cake +++ b/eng/devices/ios.cake @@ -111,6 +111,7 @@ Task("Build") c.Properties["ContinuousIntegrationBuild"] = new List { "false" }; if (!string.IsNullOrEmpty(TARGET_FRAMEWORK)) c.Properties["TargetFramework"] = new List { TARGET_FRAMEWORK }; + c.Properties["TrimMode"] = new List { "partial" }; c.Targets.Clear(); c.Targets.Add("Build"); c.BinaryLogger = new MSBuildBinaryLogSettings { From 6c423d46775cd9c4cf005a9c2581277f920b671e Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 5 Aug 2022 00:12:38 +0800 Subject: [PATCH 055/158] fix ios --- eng/devices/ios.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/devices/ios.cake b/eng/devices/ios.cake index eea56fede7e5..55e2620dddb6 100644 --- a/eng/devices/ios.cake +++ b/eng/devices/ios.cake @@ -96,6 +96,7 @@ Task("Build") }, ArgumentCustomization = args => args .Append("/p:BuildIpa=true") + .Append("/p:TrimMode=partial") .Append("/bl:" + binlog), ToolPath = DOTNET_PATH, }); From b29588fce5916c46f0606fc171be2cb4721cd6e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 5 Aug 2022 13:12:43 +0000 Subject: [PATCH 056/158] Update dependencies from https://github.com/xamarin/xamarin-android build main-caf6f3cd02fef236dbe7bd5a1dae5d073a3e40c5-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-preview.7.97 -> To Version 33.0.0-rc.1.125 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-preview.7.22362.31 -> To Version 7.0.100-rc.1.22374.1 (parent: Microsoft.Android.Sdk.Windows --- NuGet.config | 1 - eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 91265892616b..ac6afde6cd68 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f614db82b7dd..23a66fee60ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/runtime aafa91036e1efd3d4dcb67eeb261cb6d8f774685 - + https://github.com/xamarin/xamarin-android - 887e0a6b2c0d0e5ddbb7c333a2c8792917acd4ad + caf6f3cd02fef236dbe7bd5a1dae5d073a3e40c5 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index dcf1c9f71c9b..7109e54df08a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 7.0.0-preview.7.22369.4 6.0.0 - 33.0.0-rc.1.123 + 33.0.0-rc.1.125 15.4.907-preview.7 15.4.907-preview.7 From e4de976d5802070940dded23b7ae1c5f267757d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 09:07:14 -0500 Subject: [PATCH 057/158] [net7.0] Update dependencies from xamarin/xamarin-macios (#9146) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220714.4 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.907-preview.7 -> To Version 15.4.903-preview.7 * Try fix iOS * fix ios * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220714.4 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.907-preview.7 -> To Version 15.4.903-preview.7 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220807.2 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.907-preview.7 -> To Version 15.4.1005-rc.1 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Matthew Leibowitz --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23a66fee60ef..c64016555dca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android caf6f3cd02fef236dbe7bd5a1dae5d073a3e40c5 - + https://github.com/xamarin/xamarin-macios - 11ed26e529f0e1711c848e1ca729e04c5ec7382d + 868666ec926df89ec09e05fca8049075dc53b652 - + https://github.com/xamarin/xamarin-macios - 11ed26e529f0e1711c848e1ca729e04c5ec7382d + 868666ec926df89ec09e05fca8049075dc53b652 - + https://github.com/xamarin/xamarin-macios - 11ed26e529f0e1711c848e1ca729e04c5ec7382d + 868666ec926df89ec09e05fca8049075dc53b652 - + https://github.com/xamarin/xamarin-macios - 11ed26e529f0e1711c848e1ca729e04c5ec7382d + 868666ec926df89ec09e05fca8049075dc53b652 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 7109e54df08a..7bcd5d0de9b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.1.125 - 15.4.907-preview.7 - 15.4.907-preview.7 - 12.3.907-preview.7 - 15.4.907-preview.7 + 15.4.1005-rc.1 + 15.4.1005-rc.1 + 12.3.1005-rc.1 + 15.4.1005-rc.1 7.0.100-preview.7.20 From a76c84ddab1929bbdc17eaf3416b3b10ad668816 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 8 Aug 2022 09:08:20 -0500 Subject: [PATCH 058/158] Revert "Try fix iOS" This reverts commit 5513af6f28f3240ced3798144c7bf46490b76bbc. --- eng/devices/ios.cake | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/devices/ios.cake b/eng/devices/ios.cake index 55e2620dddb6..b75de1c1622a 100644 --- a/eng/devices/ios.cake +++ b/eng/devices/ios.cake @@ -112,7 +112,6 @@ Task("Build") c.Properties["ContinuousIntegrationBuild"] = new List { "false" }; if (!string.IsNullOrEmpty(TARGET_FRAMEWORK)) c.Properties["TargetFramework"] = new List { TARGET_FRAMEWORK }; - c.Properties["TrimMode"] = new List { "partial" }; c.Targets.Clear(); c.Targets.Add("Build"); c.BinaryLogger = new MSBuildBinaryLogSettings { From b4c8cc66092597493f87911f401c1cbd3e653139 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 8 Aug 2022 09:08:44 -0500 Subject: [PATCH 059/158] Revert "fix ios" This reverts commit f5190eb025d51e34495902d525b662e5c7b4db37. --- eng/devices/ios.cake | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/devices/ios.cake b/eng/devices/ios.cake index b75de1c1622a..b5916583d328 100644 --- a/eng/devices/ios.cake +++ b/eng/devices/ios.cake @@ -96,7 +96,6 @@ Task("Build") }, ArgumentCustomization = args => args .Append("/p:BuildIpa=true") - .Append("/p:TrimMode=partial") .Append("/bl:" + binlog), ToolPath = DOTNET_PATH, }); From 1efcb24326ae36ebbabd7bf0e24f5c0371d9b76a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 8 Aug 2022 09:11:15 -0500 Subject: [PATCH 060/158] xamarin-macios workloads are rc.1 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7bcd5d0de9b2..b3bc559864c0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,7 +71,7 @@ $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetSdkManifestsFolder) - $(DotNetVersionBand)-preview.7 + $(DotNetSdkManifestsFolder) $(DotNetVersionBand)-preview.7 From 167573b6b017661a27d0d324f52781626e77b287 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 8 Aug 2022 09:26:28 -0500 Subject: [PATCH 061/158] UIGraphics.EndPDFContent -> UIGraphics.EndPDFContext Context: https://github.com/xamarin/xamarin-macios/pull/15381 Fixes the build error: error CS0618: 'UIGraphics.EndPDFContent()' is obsolete: 'Use 'EndPDFContext' instead.' --- .../src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs b/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs index 4964639fc046..0a970ef9e250 100644 --- a/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs +++ b/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs @@ -68,7 +68,7 @@ private void Close() { try { - UIGraphics.EndPDFContent(); + UIGraphics.EndPDFContext(); } catch (Exception exc) { From abd077336dc73c6f672c3cb5c7b95980992dc90d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 00:22:55 +0200 Subject: [PATCH 062/158] Update dependencies from https://github.com/dotnet/aspnetcore build 20220808.3 (#9272) Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-preview.7.22369.8 -> To Version 7.0.0-rc.1.22408.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb6acc129c6f..58b7f1d13345 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -35,37 +35,37 @@ https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d - + https://github.com/dotnet/aspnetcore - 5cdbfc137861196cf6e02130ea50403c13c8a01b + 51ccce6d743dddf995b3661f07b0e1990b68dc7d https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 699e6c7417a3..4217435e3940 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,14 +27,14 @@ 10.0.22000.194 1.0.3.1 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 - 7.0.0-preview.7.22369.8 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 7.0.0-preview1.22274.2 3.3.3 From 8ef975009c817632a6b1e4afb7ab2d05be60d17f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 10 Aug 2022 03:13:35 +0800 Subject: [PATCH 063/158] Use the versions by maestro (#9289) --- eng/Microsoft.Extensions.targets | 12 ++++++++++++ eng/Versions.props | 7 +++++-- .../Essentials.Sample.Server.WebAuthenticator.csproj | 8 ++++---- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/eng/Microsoft.Extensions.targets b/eng/Microsoft.Extensions.targets index fef705f8b219..5ad399a2a787 100644 --- a/eng/Microsoft.Extensions.targets +++ b/eng/Microsoft.Extensions.targets @@ -89,6 +89,18 @@ Update="Microsoft.AspNetCore.Authorization" Version="$(MicrosoftAspNetCoreAuthorizationPackageVersion)" /> + + + 7.0.0-rc.1.22367.4 - 7.0.0-preview.7.22369.4 - 7.0.0-preview.7.22369.4 + 7.0.0-rc.1.22402.10 + 7.0.0-rc.1.22402.10 6.0.0 33.0.0-rc.1.125 @@ -28,6 +28,9 @@ 1.0.3.1 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22408.3 7.0.0-rc.1.22408.3 7.0.0-rc.1.22408.3 7.0.0-rc.1.22408.3 diff --git a/src/Essentials/samples/Sample.Server.WebAuthenticator/Essentials.Sample.Server.WebAuthenticator.csproj b/src/Essentials/samples/Sample.Server.WebAuthenticator/Essentials.Sample.Server.WebAuthenticator.csproj index 9eae47013c1d..7960a0a4aa70 100644 --- a/src/Essentials/samples/Sample.Server.WebAuthenticator/Essentials.Sample.Server.WebAuthenticator.csproj +++ b/src/Essentials/samples/Sample.Server.WebAuthenticator/Essentials.Sample.Server.WebAuthenticator.csproj @@ -6,10 +6,10 @@ - - - - + + + + From 12a9843571011ae9cbbaa8d5438fe09b0572c07f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 11 Aug 2022 16:33:37 +0200 Subject: [PATCH 064/158] Add ASP.NET packages to the Version.Details.xml --- eng/Version.Details.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9debf686583a..943376f91484 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -39,6 +39,18 @@ https://github.com/dotnet/aspnetcore 51ccce6d743dddf995b3661f07b0e1990b68dc7d + + https://github.com/dotnet/aspnetcore + 51ccce6d743dddf995b3661f07b0e1990b68dc7d + + + https://github.com/dotnet/aspnetcore + 51ccce6d743dddf995b3661f07b0e1990b68dc7d + + + https://github.com/dotnet/aspnetcore + 51ccce6d743dddf995b3661f07b0e1990b68dc7d + https://github.com/dotnet/aspnetcore 51ccce6d743dddf995b3661f07b0e1990b68dc7d From 62f6f396c0fed07c4d5922be9f8f8b4adaebf8ae Mon Sep 17 00:00:00 2001 From: "sung-su.kim" Date: Thu, 11 Aug 2022 23:37:44 +0900 Subject: [PATCH 065/158] [NET7.0][Tizen] Bump up SamsungTizenSdkPackageVersion (#9280) * [Tizen][NET7.0] Bump up SamsungTizenSdkPackageVersion * Fix DotNetTizenManifestVersionBand --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index d85af36218db..247d5ad23937 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ 12.3.1005-rc.1 15.4.1005-rc.1 - 7.0.100-preview.7.20 + 7.0.100-rc.1.22 7.0.0-rc.1.22362.2 $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) @@ -75,6 +75,6 @@ $(DotNetVersionBand) $(DotNetSdkManifestsFolder) $(DotNetSdkManifestsFolder) - $(DotNetVersionBand)-preview.7 + $(DotNetSdkManifestsFolder) From e5b18ffb77c7808d6fc08871dd22795939c29c77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:17:05 +0200 Subject: [PATCH 066/158] Update dependencies from https://github.com/xamarin/xamarin-macios build 20220810.10 (#9347) Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1005-rc.1 -> To Version 15.4.1006-rc.1 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Matthew Leibowitz --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 943376f91484..fa47e6b692f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android caf6f3cd02fef236dbe7bd5a1dae5d073a3e40c5 - + https://github.com/xamarin/xamarin-macios - 868666ec926df89ec09e05fca8049075dc53b652 + 0e53b999d279ef18eb8c27fc72f596d002882365 - + https://github.com/xamarin/xamarin-macios - 868666ec926df89ec09e05fca8049075dc53b652 + 0e53b999d279ef18eb8c27fc72f596d002882365 - + https://github.com/xamarin/xamarin-macios - 868666ec926df89ec09e05fca8049075dc53b652 + 0e53b999d279ef18eb8c27fc72f596d002882365 - + https://github.com/xamarin/xamarin-macios - 868666ec926df89ec09e05fca8049075dc53b652 + 0e53b999d279ef18eb8c27fc72f596d002882365 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 247d5ad23937..b2f8711446ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.1.125 - 15.4.1005-rc.1 - 15.4.1005-rc.1 - 12.3.1005-rc.1 - 15.4.1005-rc.1 + 15.4.1006-rc.1 + 15.4.1006-rc.1 + 12.3.1006-rc.1 + 15.4.1006-rc.1 7.0.100-rc.1.22 From 1cc07cd3585833a37e052c8b1bd7dc8846f8785c Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 19 Aug 2022 00:23:25 +0200 Subject: [PATCH 067/158] Get ready for the net7.0 updates --- src/BlazorWebView/src/WindowsForms/WindowsFormsDispatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlazorWebView/src/WindowsForms/WindowsFormsDispatcher.cs b/src/BlazorWebView/src/WindowsForms/WindowsFormsDispatcher.cs index 91f8012e019f..c22fb672ae8a 100644 --- a/src/BlazorWebView/src/WindowsForms/WindowsFormsDispatcher.cs +++ b/src/BlazorWebView/src/WindowsForms/WindowsFormsDispatcher.cs @@ -117,7 +117,7 @@ public override async Task InvokeAsync(Func workItem) else { var asyncResult = _dispatchThreadControl.BeginInvoke(workItem); - return await Task.Factory.FromAsync(asyncResult, result => (TResult)_dispatchThreadControl.EndInvoke(result)); + return await Task.Factory.FromAsync(asyncResult, result => (TResult)_dispatchThreadControl.EndInvoke(result)!); } } catch (Exception ex) From 552942f73eb2950d0abf7d262468e2c35fd3d4f3 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 24 Aug 2022 00:40:03 -0500 Subject: [PATCH 068/158] [net7.0] remove $(NoWarn) for AD0001 (#9605) Context: https://github.com/dotnet/linker/issues/2817 This linker issue is supposed to be fixed by: https://github.com/dotnet/linker/pull/2833 Let's try taking out the workaround. --- Directory.Build.targets | 2 -- 1 file changed, 2 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index d4a1f42a35b1..381c6000ea68 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -36,8 +36,6 @@ 6.5 6.5 - - $(NoWarn);AD0001 + True None diff --git a/NuGet.config b/NuGet.config index ac6afde6cd68..e2efd5f012e5 100644 --- a/NuGet.config +++ b/NuGet.config @@ -20,6 +20,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57e80c97b02a..73feb1a0f38b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,36 +1,40 @@ - + https://github.com/dotnet/installer - 53587f98e132f3c5bc6d2a77d779d6872710d53e + bcf1c82b2c5aa3a9bbfea49b62e214826e59fff2 - + https://github.com/dotnet/runtime - aafa91036e1efd3d4dcb67eeb261cb6d8f774685 + 430c42acb0eb0481f58d1acb172af346363e2edc - + https://github.com/xamarin/xamarin-android - caf6f3cd02fef236dbe7bd5a1dae5d073a3e40c5 + 2bf5153313128b4705c117dbdf9b83c04650c841 - + https://github.com/xamarin/xamarin-macios - 0e53b999d279ef18eb8c27fc72f596d002882365 + 3198941d450cfc98491cc71c322b1c86b3d6a5fa - + https://github.com/xamarin/xamarin-macios - 0e53b999d279ef18eb8c27fc72f596d002882365 + 3198941d450cfc98491cc71c322b1c86b3d6a5fa - + https://github.com/xamarin/xamarin-macios - 0e53b999d279ef18eb8c27fc72f596d002882365 + 3198941d450cfc98491cc71c322b1c86b3d6a5fa - + https://github.com/xamarin/xamarin-macios - 0e53b999d279ef18eb8c27fc72f596d002882365 + 3198941d450cfc98491cc71c322b1c86b3d6a5fa - + https://github.com/dotnet/emsdk - 11a9acf5ab6fe5a20f0a7d4326c785bd51e9859c + 321399ab3ab4853fbf861b2eaed2113447a6d7e4 + + + https://github.com/dotnet/emsdk + 321399ab3ab4853fbf861b2eaed2113447a6d7e4 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index 7f147fcbcdd6..7da24467a9b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,27 +1,27 @@ - 6.0.419 + 6.0.511 - 7.0.100-rc.1.22374.1 + 7.0.100-rc.1.22424.4 - 7.0.0-rc.1.22367.4 + 7.0.0-rc.1.22423.16 7.0.0-rc.1.22402.10 7.0.0-rc.1.22402.10 6.0.0 - 33.0.0-rc.1.125 + 33.0.0-rc.1.144 - 15.4.1006-rc.1 - 15.4.1006-rc.1 - 12.3.1006-rc.1 - 15.4.1006-rc.1 + 15.4.1009-rc.1 + 15.4.1009-rc.1 + 12.3.1009-rc.1 + 15.4.1009-rc.1 7.0.100-rc.1.22 - 7.0.0-rc.1.22362.2 - $(MicrosoftNETWorkloadEmscriptenManifest70100PackageVersion) + 7.0.0-rc.1.22423.3 + $(MicrosoftNETWorkloadEmscriptennet7Manifest70100PackageVersion) 1.1.4 10.0.22621.1 diff --git a/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs b/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs index 23ffd2546e1c..aaf9872cc5ce 100644 --- a/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs +++ b/src/Compatibility/Core/src/Android/AppCompat/FormsAppCompatActivity.cs @@ -70,7 +70,9 @@ protected FormsAppCompatActivity() public event EventHandler ConfigurationChanged; [Obsolete] +#pragma warning disable 809 public override void OnBackPressed() +#pragma warning restore 809 { if (BackPressed != null && BackPressed(this, EventArgs.Empty)) return; diff --git a/src/Compatibility/Core/src/Android/Renderers/FormsWebViewClient.cs b/src/Compatibility/Core/src/Android/Renderers/FormsWebViewClient.cs index bf4448a7ec0d..35a7f5b22c6b 100644 --- a/src/Compatibility/Core/src/Android/Renderers/FormsWebViewClient.cs +++ b/src/Compatibility/Core/src/Android/Renderers/FormsWebViewClient.cs @@ -27,8 +27,9 @@ protected FormsWebViewClient(IntPtr javaReference, JniHandleOwnership transfer) [Obsolete("ShouldOverrideUrlLoading(view,url) is obsolete as of version 4.0.0. This method was deprecated in API level 24.")] [EditorBrowsable(EditorBrowsableState.Never)] // api 19-23 - public override bool ShouldOverrideUrlLoading(WView view, string url) - => SendNavigatingCanceled(url); +#pragma warning disable 809 + public override bool ShouldOverrideUrlLoading(WView view, string url) => SendNavigatingCanceled(url); +#pragma warning restore 809 [PortHandler] // api 24+ @@ -87,7 +88,9 @@ public override void OnPageFinished(WView view, string url) [Obsolete("OnReceivedError is obsolete as of version 2.3.0. This method was deprecated in API level 23.")] [EditorBrowsable(EditorBrowsableState.Never)] +#pragma warning disable 809 public override void OnReceivedError(WView view, ClientError errorCode, string description, string failingUrl) +#pragma warning restore 809 { if (failingUrl == _renderer?.Control.Url) { diff --git a/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs b/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs index 8f9bf8e77a11..6408a2d10c9b 100644 --- a/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs +++ b/src/Core/src/Platform/Android/MauiAppCompatActivity.Lifecycle.cs @@ -22,7 +22,9 @@ protected override void OnActivityResult(int requestCode, Result resultCode, Int // TODO: Investigate whether the new AndroidX way is actually useful: // https://developer.android.com/reference/android/app/Activity#onBackPressed() [Obsolete] +#pragma warning disable 809 public override void OnBackPressed() +#pragma warning restore 809 { var preventBackPropagation = false; MauiApplication.Current?.Services?.InvokeLifecycleEvents(del => diff --git a/src/DotNet/Dependencies/Workloads.csproj b/src/DotNet/Dependencies/Workloads.csproj index 5d1e5e0c78e1..a11638657daf 100644 --- a/src/DotNet/Dependencies/Workloads.csproj +++ b/src/DotNet/Dependencies/Workloads.csproj @@ -3,8 +3,10 @@ netstandard2.0 - - + + + + From 83ca2885a98112cc1fa3e6e89ca9439c5aa1c49d Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 26 Aug 2022 21:34:06 +0200 Subject: [PATCH 071/158] The entire Tizen API has changed (#9690) --- .../PublicAPI/net-tizen/PublicAPI.Shipped.txt | 61 +- .../net-tizen/PublicAPI.Unshipped.txt | 59 + .../PublicAPI/net-tizen/PublicAPI.Shipped.txt | 7377 +---------------- .../net-tizen/PublicAPI.Unshipped.txt | 7335 +++++++++++++++- .../PublicAPI/net-tizen/PublicAPI.Shipped.txt | 2818 +------ .../net-tizen/PublicAPI.Unshipped.txt | 2849 ++++++- 6 files changed, 10206 insertions(+), 10293 deletions(-) diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Shipped.txt index e9340119ffa8..91b0e1a43b98 100644 --- a/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Shipped.txt +++ b/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Shipped.txt @@ -1,60 +1 @@ -#nullable enable -Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs -Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs.BlazorWebViewInitializedEventArgs() -> void -Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs -Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs.BlazorWebViewInitializingEventArgs() -> void -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.BlazorWebView() -> void -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.BlazorWebViewInitialized -> System.EventHandler? -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.BlazorWebViewInitializing -> System.EventHandler? -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.HostPage.get -> string? -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.HostPage.set -> void -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.RootComponents.get -> Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection! -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.UrlLoading -> System.EventHandler? -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.BlazorWebViewHandler() -> void -Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.BlazorWebViewHandler(Microsoft.Maui.PropertyMapper? mapper) -> void -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.BlazorWebViewInitialized(Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs! args) -> void -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.BlazorWebViewInitializing(Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs! args) -> void -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.CreateFileProvider(string! contentRootDir) -> Microsoft.Extensions.FileProviders.IFileProvider! -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.HostPage.get -> string? -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.JSComponents.get -> Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.RootComponents.get -> Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection! -Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.UrlLoading(Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs! args) -> void -Microsoft.AspNetCore.Components.WebView.Maui.IMauiBlazorWebViewBuilder -Microsoft.AspNetCore.Components.WebView.Maui.IMauiBlazorWebViewBuilder.Services.get -> Microsoft.Extensions.DependencyInjection.IServiceCollection! -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.ComponentType.get -> System.Type? -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.ComponentType.set -> void -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Parameters.get -> System.Collections.Generic.IDictionary? -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Parameters.set -> void -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.RootComponent() -> void -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Selector.get -> string? -Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Selector.set -> void -Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection -Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection.JSComponents.get -> Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! -Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection.RootComponentsCollection(Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! jsComponents) -> void -Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager -Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager.TizenWebViewManager(Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler! blazorMauiWebViewHandler, Tizen.NUI.BaseComponents.WebView! webview, System.IServiceProvider! provider, Microsoft.AspNetCore.Components.Dispatcher! dispatcher, Microsoft.Extensions.FileProviders.IFileProvider! fileProvider, Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! jsComponents, string! contentRootRelativeToAppRoot, string! hostPageRelativePath) -> void -override Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager.NavigateCore(System.Uri! absoluteUri) -> void -override Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager.SendMessage(string! message) -> void -Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs -Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs.Url.get -> System.Uri! -Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs.UrlLoadingStrategy.get -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy -Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs.UrlLoadingStrategy.set -> void -Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy -Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy.CancelLoad = 2 -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy -Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy.OpenExternally = 0 -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy -Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy.OpenInWebView = 1 -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy -Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions -override Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.CreatePlatformView() -> Tizen.NUI.BaseComponents.WebView! -override Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.ConnectHandler(Tizen.NUI.BaseComponents.WebView! platformView) -> void -override Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.DisconnectHandler(Tizen.NUI.BaseComponents.WebView! platformView) -> void -static Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.MapHostPage(Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler! handler, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView! webView) -> void -static Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.MapRootComponents(Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler! handler, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView! webView) -> void -static Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions.AddBlazorWebViewDeveloperTools(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection! -static Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions.AddMauiBlazorWebView(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.AspNetCore.Components.WebView.Maui.IMauiBlazorWebViewBuilder! -static Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.BlazorWebViewMapper -> Microsoft.Maui.PropertyMapper! -virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.CreateFileProvider(string! contentRootDir) -> Microsoft.Extensions.FileProviders.IFileProvider! -~Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs.WebView.get -> Tizen.NUI.BaseComponents.WebView +#nullable enable \ No newline at end of file diff --git a/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index ab058de62d44..a7ffa369a9c2 100644 --- a/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/BlazorWebView/src/Maui/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -1 +1,60 @@ #nullable enable +Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs +Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs.BlazorWebViewInitializedEventArgs() -> void +Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs +Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs.BlazorWebViewInitializingEventArgs() -> void +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.BlazorWebView() -> void +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.BlazorWebViewInitialized -> System.EventHandler? +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.BlazorWebViewInitializing -> System.EventHandler? +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.HostPage.get -> string? +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.HostPage.set -> void +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.RootComponents.get -> Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection! +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.UrlLoading -> System.EventHandler? +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.BlazorWebViewHandler() -> void +Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.BlazorWebViewHandler(Microsoft.Maui.PropertyMapper? mapper) -> void +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.BlazorWebViewInitialized(Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs! args) -> void +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.BlazorWebViewInitializing(Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs! args) -> void +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.CreateFileProvider(string! contentRootDir) -> Microsoft.Extensions.FileProviders.IFileProvider! +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.HostPage.get -> string? +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.JSComponents.get -> Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.RootComponents.get -> Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection! +Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.UrlLoading(Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs! args) -> void +Microsoft.AspNetCore.Components.WebView.Maui.IMauiBlazorWebViewBuilder +Microsoft.AspNetCore.Components.WebView.Maui.IMauiBlazorWebViewBuilder.Services.get -> Microsoft.Extensions.DependencyInjection.IServiceCollection! +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.ComponentType.get -> System.Type? +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.ComponentType.set -> void +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Parameters.get -> System.Collections.Generic.IDictionary? +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Parameters.set -> void +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.RootComponent() -> void +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Selector.get -> string? +Microsoft.AspNetCore.Components.WebView.Maui.RootComponent.Selector.set -> void +Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection +Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection.JSComponents.get -> Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! +Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection.RootComponentsCollection(Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! jsComponents) -> void +Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager +Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager.TizenWebViewManager(Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler! blazorMauiWebViewHandler, Tizen.NUI.BaseComponents.WebView! webview, System.IServiceProvider! provider, Microsoft.AspNetCore.Components.Dispatcher! dispatcher, Microsoft.Extensions.FileProviders.IFileProvider! fileProvider, Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore! jsComponents, string! contentRootRelativeToAppRoot, string! hostPageRelativePath) -> void +Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs +Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs.Url.get -> System.Uri! +Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs.UrlLoadingStrategy.get -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy +Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs.UrlLoadingStrategy.set -> void +Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy +Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy.CancelLoad = 2 -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy +Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy.OpenExternally = 0 -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy +Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy.OpenInWebView = 1 -> Microsoft.AspNetCore.Components.WebView.UrlLoadingStrategy +Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions +override Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.ConnectHandler(Tizen.NUI.BaseComponents.WebView! platformView) -> void +override Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.CreatePlatformView() -> Tizen.NUI.BaseComponents.WebView! +override Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.DisconnectHandler(Tizen.NUI.BaseComponents.WebView! platformView) -> void +override Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager.NavigateCore(System.Uri! absoluteUri) -> void +override Microsoft.AspNetCore.Components.WebView.Maui.TizenWebViewManager.SendMessage(string! message) -> void +static Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.BlazorWebViewMapper -> Microsoft.Maui.PropertyMapper! +static Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.MapHostPage(Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler! handler, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView! webView) -> void +static Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.MapRootComponents(Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler! handler, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView! webView) -> void +static Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions.AddBlazorWebViewDeveloperTools(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection! +static Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions.AddMauiBlazorWebView(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.AspNetCore.Components.WebView.Maui.IMauiBlazorWebViewBuilder! +virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.CreateFileProvider(string! contentRootDir) -> Microsoft.Extensions.FileProviders.IFileProvider! +~Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs.WebView.get -> Tizen.NUI.BaseComponents.WebView \ No newline at end of file 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 3bdd4f17f476..91b0e1a43b98 100644 --- a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Shipped.txt @@ -1,7376 +1 @@ -#nullable enable -abstract Microsoft.Maui.Controls.Brush.IsEmpty.get -> bool -abstract Microsoft.Maui.Controls.Compatibility.Layout.LayoutChildren(double x, double y, double width, double height) -> void -abstract Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.GetItemsLayout() -> Microsoft.Maui.Controls.IItemsLayout! -abstract Microsoft.Maui.Controls.Internals.GIFImageParser.FinishedParsing() -> void -abstract Microsoft.Maui.Controls.Internals.GIFImageParser.StartParsing() -> void -abstract Microsoft.Maui.Controls.Internals.TableModel.GetRowCount(int section) -> int -abstract Microsoft.Maui.Controls.Internals.TableModel.GetSectionCount() -> int -abstract Microsoft.Maui.Controls.Platform.GestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! -abstract Microsoft.Maui.Controls.Shapes.Shape.GetPath() -> Microsoft.Maui.Graphics.PathF! -const Microsoft.Maui.Controls.Cell.DefaultCellHeight = 40 -> int -Microsoft.Maui.Controls.AbsoluteLayout -Microsoft.Maui.Controls.AbsoluteLayout.AbsoluteLayout() -> void -Microsoft.Maui.Controls.Accelerator -Microsoft.Maui.Controls.AcceleratorTypeConverter -Microsoft.Maui.Controls.AcceleratorTypeConverter.AcceleratorTypeConverter() -> void -Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.AccessKeyPlacement.Auto = 0 -> Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.AccessKeyPlacement.Bottom = 2 -> Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.AccessKeyPlacement.Center = 5 -> Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.AccessKeyPlacement.Left = 4 -> Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.AccessKeyPlacement.Right = 3 -> Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.AccessKeyPlacement.Top = 1 -> Microsoft.Maui.Controls.AccessKeyPlacement -Microsoft.Maui.Controls.ActivityIndicator -Microsoft.Maui.Controls.ActivityIndicator.ActivityIndicator() -> void -Microsoft.Maui.Controls.ActivityIndicator.IsRunning.get -> bool -Microsoft.Maui.Controls.ActivityIndicator.IsRunning.set -> void -Microsoft.Maui.Controls.AdaptiveTrigger -Microsoft.Maui.Controls.AdaptiveTrigger.AdaptiveTrigger() -> void -Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeight.get -> double -Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeight.set -> void -Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidth.get -> double -Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidth.set -> void -Microsoft.Maui.Controls.AndExpandLayoutManager -Microsoft.Maui.Controls.AndExpandLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.AndExpandLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Animation -Microsoft.Maui.Controls.Animation.Animation() -> void -Microsoft.Maui.Controls.Animation.IsEnabled.get -> bool -Microsoft.Maui.Controls.AnimationExtensions -Microsoft.Maui.Controls.Application -Microsoft.Maui.Controls.Application.Application() -> void -Microsoft.Maui.Controls.Application.AppLinks.get -> Microsoft.Maui.Controls.IAppLinks! -Microsoft.Maui.Controls.Application.MainPage.get -> Microsoft.Maui.Controls.Page? -Microsoft.Maui.Controls.Application.MainPage.set -> void -Microsoft.Maui.Controls.Application.ModalPopped -> System.EventHandler? -Microsoft.Maui.Controls.Application.ModalPopping -> System.EventHandler? -Microsoft.Maui.Controls.Application.ModalPushed -> System.EventHandler? -Microsoft.Maui.Controls.Application.ModalPushing -> System.EventHandler? -Microsoft.Maui.Controls.Application.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy? -Microsoft.Maui.Controls.Application.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration! -Microsoft.Maui.Controls.Application.PageAppearing -> System.EventHandler? -Microsoft.Maui.Controls.Application.PageDisappearing -> System.EventHandler? -Microsoft.Maui.Controls.Application.PlatformAppTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme -Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! -Microsoft.Maui.Controls.Application.Quit() -> void -Microsoft.Maui.Controls.Application.RequestedTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme -Microsoft.Maui.Controls.Application.RequestedThemeChanged -> System.EventHandler! -Microsoft.Maui.Controls.Application.Resources.get -> Microsoft.Maui.Controls.ResourceDictionary! -Microsoft.Maui.Controls.Application.Resources.set -> void -Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! -Microsoft.Maui.Controls.Application.SendOnAppLinkRequestReceived(System.Uri! uri) -> void -Microsoft.Maui.Controls.Application.SetAppIndexingProvider(Microsoft.Maui.Controls.IAppIndexingProvider! provider) -> void -Microsoft.Maui.Controls.Application.UserAppTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme -Microsoft.Maui.Controls.Application.UserAppTheme.set -> void -Microsoft.Maui.Controls.Application.Windows.get -> System.Collections.Generic.IReadOnlyList! -Microsoft.Maui.Controls.AppLinkEntry -Microsoft.Maui.Controls.AppLinkEntry.AppLinkEntry() -> void -Microsoft.Maui.Controls.AppLinkEntry.IsLinkActive.get -> bool -Microsoft.Maui.Controls.AppLinkEntry.IsLinkActive.set -> void -Microsoft.Maui.Controls.AppThemeChangedEventArgs -Microsoft.Maui.Controls.AppThemeChangedEventArgs.AppThemeChangedEventArgs(Microsoft.Maui.ApplicationModel.AppTheme appTheme) -> void -Microsoft.Maui.Controls.AppThemeChangedEventArgs.RequestedTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme -Microsoft.Maui.Controls.AutomationProperties -Microsoft.Maui.Controls.AutomationProperties.AutomationProperties() -> void -Microsoft.Maui.Controls.BackButtonBehavior -Microsoft.Maui.Controls.BackButtonBehavior.BackButtonBehavior() -> void -Microsoft.Maui.Controls.BackButtonBehavior.IsEnabled.get -> bool -Microsoft.Maui.Controls.BackButtonBehavior.IsEnabled.set -> void -Microsoft.Maui.Controls.BackButtonBehavior.IsVisible.get -> bool -Microsoft.Maui.Controls.BackButtonBehavior.IsVisible.set -> void -Microsoft.Maui.Controls.BackButtonPressedEventArgs -Microsoft.Maui.Controls.BackButtonPressedEventArgs.BackButtonPressedEventArgs() -> void -Microsoft.Maui.Controls.BackButtonPressedEventArgs.Handled.get -> bool -Microsoft.Maui.Controls.BackButtonPressedEventArgs.Handled.set -> void -Microsoft.Maui.Controls.BackgroundingEventArgs -Microsoft.Maui.Controls.BaseMenuItem -Microsoft.Maui.Controls.BaseMenuItem.BaseMenuItem() -> void -Microsoft.Maui.Controls.BaseShellItem -Microsoft.Maui.Controls.BaseShellItem.Appearing -> System.EventHandler -Microsoft.Maui.Controls.BaseShellItem.BaseShellItem() -> void -Microsoft.Maui.Controls.BaseShellItem.Disappearing -> System.EventHandler -Microsoft.Maui.Controls.BaseShellItem.FlyoutItemIsVisible.get -> bool -Microsoft.Maui.Controls.BaseShellItem.FlyoutItemIsVisible.set -> void -Microsoft.Maui.Controls.BaseShellItem.IsChecked.get -> bool -Microsoft.Maui.Controls.BaseShellItem.IsEnabled.get -> bool -Microsoft.Maui.Controls.BaseShellItem.IsEnabled.set -> void -Microsoft.Maui.Controls.BaseShellItem.IsVisible.get -> bool -Microsoft.Maui.Controls.BaseShellItem.IsVisible.set -> void -Microsoft.Maui.Controls.BaseSwipeEventArgs -Microsoft.Maui.Controls.BaseSwipeEventArgs.BaseSwipeEventArgs(Microsoft.Maui.SwipeDirection swipeDirection) -> void -Microsoft.Maui.Controls.BaseSwipeEventArgs.SwipeDirection.get -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.Controls.BaseSwipeEventArgs.SwipeDirection.set -> void -Microsoft.Maui.Controls.Behavior -Microsoft.Maui.Controls.Behavior.Behavior() -> void -Microsoft.Maui.Controls.Behavior.Behavior() -> void -Microsoft.Maui.Controls.BindableLayout -Microsoft.Maui.Controls.BindableObject -Microsoft.Maui.Controls.BindableObject.ApplyBindings() -> void -Microsoft.Maui.Controls.BindableObject.BindableObject() -> void -Microsoft.Maui.Controls.BindableObject.BindingContextChanged -> System.EventHandler -Microsoft.Maui.Controls.BindableObject.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler -Microsoft.Maui.Controls.BindableObject.PropertyChanging -> Microsoft.Maui.Controls.PropertyChangingEventHandler -Microsoft.Maui.Controls.BindableObject.UnapplyBindings() -> void -Microsoft.Maui.Controls.BindableObjectExtensions -Microsoft.Maui.Controls.BindableProperty -Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate -Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate -Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate -Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate -Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate -Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate -Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate -Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate -Microsoft.Maui.Controls.BindableProperty.DefaultBindingMode.get -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindableProperty.IsReadOnly.get -> bool -Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate -Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate -Microsoft.Maui.Controls.BindablePropertyConverter -Microsoft.Maui.Controls.BindablePropertyConverter.BindablePropertyConverter() -> void -Microsoft.Maui.Controls.BindablePropertyKey -Microsoft.Maui.Controls.Binding -Microsoft.Maui.Controls.Binding.Binding() -> void -Microsoft.Maui.Controls.BindingBase -Microsoft.Maui.Controls.BindingBase.Mode.get -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindingBase.Mode.set -> void -Microsoft.Maui.Controls.BindingCondition -Microsoft.Maui.Controls.BindingCondition.BindingCondition() -> void -Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindingMode.Default = 0 -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindingMode.OneTime = 4 -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindingMode.OneWay = 2 -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindingMode.OneWayToSource = 3 -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.BindingMode.TwoWay = 1 -> Microsoft.Maui.Controls.BindingMode -Microsoft.Maui.Controls.Border -Microsoft.Maui.Controls.Border.Border() -> void -Microsoft.Maui.Controls.Border.Content.get -> Microsoft.Maui.Controls.View? -Microsoft.Maui.Controls.Border.Content.set -> void -Microsoft.Maui.Controls.Border.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Border.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Border.OnPaddingPropertyChanged(Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue) -> void -Microsoft.Maui.Controls.Border.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Border.Padding.set -> void -Microsoft.Maui.Controls.Border.PaddingDefaultValueCreator() -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Border.Stroke.get -> Microsoft.Maui.Controls.Brush? -Microsoft.Maui.Controls.Border.Stroke.set -> void -Microsoft.Maui.Controls.Border.StrokeDashArray.get -> Microsoft.Maui.Controls.DoubleCollection? -Microsoft.Maui.Controls.Border.StrokeDashArray.set -> void -Microsoft.Maui.Controls.Border.StrokeDashOffset.get -> double -Microsoft.Maui.Controls.Border.StrokeDashOffset.set -> void -Microsoft.Maui.Controls.Border.StrokeDashPattern.get -> float[]? -Microsoft.Maui.Controls.Border.StrokeLineCap.get -> Microsoft.Maui.Controls.Shapes.PenLineCap -Microsoft.Maui.Controls.Border.StrokeLineCap.set -> void -Microsoft.Maui.Controls.Border.StrokeLineJoin.get -> Microsoft.Maui.Controls.Shapes.PenLineJoin -Microsoft.Maui.Controls.Border.StrokeLineJoin.set -> void -Microsoft.Maui.Controls.Border.StrokeMiterLimit.get -> double -Microsoft.Maui.Controls.Border.StrokeMiterLimit.set -> void -Microsoft.Maui.Controls.Border.StrokeShape.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.Controls.Border.StrokeShape.set -> void -Microsoft.Maui.Controls.Border.StrokeThickness.get -> double -Microsoft.Maui.Controls.Border.StrokeThickness.set -> void -Microsoft.Maui.Controls.BoundsConstraint -Microsoft.Maui.Controls.BoundsTypeConverter -Microsoft.Maui.Controls.BoundsTypeConverter.BoundsTypeConverter() -> void -Microsoft.Maui.Controls.BoxView -Microsoft.Maui.Controls.BoxView.BoxView() -> void -Microsoft.Maui.Controls.BoxView.CornerRadius.get -> Microsoft.Maui.CornerRadius -Microsoft.Maui.Controls.BoxView.CornerRadius.set -> void -Microsoft.Maui.Controls.Brush -Microsoft.Maui.Controls.Brush.Brush() -> void -Microsoft.Maui.Controls.BrushTypeConverter -Microsoft.Maui.Controls.BrushTypeConverter.BrushTypeConverter() -> void -Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser -Microsoft.Maui.Controls.Button -Microsoft.Maui.Controls.Button.BorderWidth.get -> double -Microsoft.Maui.Controls.Button.BorderWidth.set -> void -Microsoft.Maui.Controls.Button.Button() -> void -Microsoft.Maui.Controls.Button.ButtonContentLayout -Microsoft.Maui.Controls.Button.ButtonContentLayout.ButtonContentLayout(Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition position, double spacing) -> void -Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition -Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Bottom = 3 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition -Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Left = 0 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition -Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Right = 2 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition -Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Top = 1 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition -Microsoft.Maui.Controls.Button.ButtonContentLayout.Position.get -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition -Microsoft.Maui.Controls.Button.ButtonContentLayout.Spacing.get -> double -Microsoft.Maui.Controls.Button.ButtonContentTypeConverter -Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ButtonContentTypeConverter() -> void -Microsoft.Maui.Controls.Button.CharacterSpacing.get -> double -Microsoft.Maui.Controls.Button.CharacterSpacing.set -> void -Microsoft.Maui.Controls.Button.Clicked -> System.EventHandler -Microsoft.Maui.Controls.Button.CornerRadius.get -> int -Microsoft.Maui.Controls.Button.CornerRadius.set -> void -Microsoft.Maui.Controls.Button.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Button.FontAttributes.set -> void -Microsoft.Maui.Controls.Button.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Button.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.Button.FontSize.get -> double -Microsoft.Maui.Controls.Button.FontSize.set -> void -Microsoft.Maui.Controls.Button.IsPressed.get -> bool -Microsoft.Maui.Controls.Button.LineBreakMode.get -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.Controls.Button.LineBreakMode.set -> void -Microsoft.Maui.Controls.Button.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Button.Padding.set -> void -Microsoft.Maui.Controls.Button.Pressed -> System.EventHandler -Microsoft.Maui.Controls.Button.Released -> System.EventHandler -Microsoft.Maui.Controls.Button.SendClicked() -> void -Microsoft.Maui.Controls.Button.SendPressed() -> void -Microsoft.Maui.Controls.Button.SendReleased() -> void -Microsoft.Maui.Controls.Button.TextTransform.get -> Microsoft.Maui.TextTransform -Microsoft.Maui.Controls.Button.TextTransform.set -> void -Microsoft.Maui.Controls.ButtonsMask -Microsoft.Maui.Controls.ButtonsMask.Primary = 1 -> Microsoft.Maui.Controls.ButtonsMask -Microsoft.Maui.Controls.ButtonsMask.Secondary = 2 -> Microsoft.Maui.Controls.ButtonsMask -Microsoft.Maui.Controls.CarouselLayoutTypeConverter -Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CarouselLayoutTypeConverter() -> void -Microsoft.Maui.Controls.CarouselView -Microsoft.Maui.Controls.CarouselView.CarouselView() -> void -Microsoft.Maui.Controls.CarouselView.CurrentItemChanged -> System.EventHandler -Microsoft.Maui.Controls.CarouselView.IsBounceEnabled.get -> bool -Microsoft.Maui.Controls.CarouselView.IsBounceEnabled.set -> void -Microsoft.Maui.Controls.CarouselView.IsDragging.get -> bool -Microsoft.Maui.Controls.CarouselView.IsScrollAnimated.get -> bool -Microsoft.Maui.Controls.CarouselView.IsScrollAnimated.set -> void -Microsoft.Maui.Controls.CarouselView.IsScrolling.get -> bool -Microsoft.Maui.Controls.CarouselView.IsScrolling.set -> void -Microsoft.Maui.Controls.CarouselView.IsSwipeEnabled.get -> bool -Microsoft.Maui.Controls.CarouselView.IsSwipeEnabled.set -> void -Microsoft.Maui.Controls.CarouselView.Loop.get -> bool -Microsoft.Maui.Controls.CarouselView.Loop.set -> void -Microsoft.Maui.Controls.CarouselView.PeekAreaInsets.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.CarouselView.PeekAreaInsets.set -> void -Microsoft.Maui.Controls.CarouselView.Position.get -> int -Microsoft.Maui.Controls.CarouselView.Position.set -> void -Microsoft.Maui.Controls.CarouselView.PositionChanged -> System.EventHandler -Microsoft.Maui.Controls.CarouselView.SetIsDragging(bool value) -> void -Microsoft.Maui.Controls.Cell -Microsoft.Maui.Controls.Cell.Appearing -> System.EventHandler -Microsoft.Maui.Controls.Cell.Cell() -> void -Microsoft.Maui.Controls.Cell.Disappearing -> System.EventHandler -Microsoft.Maui.Controls.Cell.ForceUpdateSize() -> void -Microsoft.Maui.Controls.Cell.ForceUpdateSizeRequested -> System.EventHandler -Microsoft.Maui.Controls.Cell.HasContextActions.get -> bool -Microsoft.Maui.Controls.Cell.Height.get -> double -Microsoft.Maui.Controls.Cell.Height.set -> void -Microsoft.Maui.Controls.Cell.IsContextActionsLegacyModeEnabled.get -> bool -Microsoft.Maui.Controls.Cell.IsContextActionsLegacyModeEnabled.set -> void -Microsoft.Maui.Controls.Cell.IsEnabled.get -> bool -Microsoft.Maui.Controls.Cell.IsEnabled.set -> void -Microsoft.Maui.Controls.Cell.RenderHeight.get -> double -Microsoft.Maui.Controls.Cell.SendAppearing() -> void -Microsoft.Maui.Controls.Cell.SendDisappearing() -> void -Microsoft.Maui.Controls.Cell.Tapped -> System.EventHandler -Microsoft.Maui.Controls.CheckBox -Microsoft.Maui.Controls.CheckBox.CheckBox() -> void -Microsoft.Maui.Controls.CheckBox.CheckedChanged -> System.EventHandler -Microsoft.Maui.Controls.CheckBox.IsChecked.get -> bool -Microsoft.Maui.Controls.CheckBox.IsChecked.set -> void -Microsoft.Maui.Controls.CheckedChangedEventArgs -Microsoft.Maui.Controls.CheckedChangedEventArgs.CheckedChangedEventArgs(bool value) -> void -Microsoft.Maui.Controls.CheckedChangedEventArgs.Value.get -> bool -Microsoft.Maui.Controls.ChildGestureRecognizer -Microsoft.Maui.Controls.ChildGestureRecognizer.ChildGestureRecognizer() -> void -Microsoft.Maui.Controls.ChildGestureRecognizer.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler -Microsoft.Maui.Controls.ClickedEventArgs -Microsoft.Maui.Controls.ClickedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask -Microsoft.Maui.Controls.ClickGestureRecognizer -Microsoft.Maui.Controls.ClickGestureRecognizer.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask -Microsoft.Maui.Controls.ClickGestureRecognizer.Buttons.set -> void -Microsoft.Maui.Controls.ClickGestureRecognizer.Clicked -> System.EventHandler -Microsoft.Maui.Controls.ClickGestureRecognizer.ClickGestureRecognizer() -> void -Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequired.get -> int -Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequired.set -> void -Microsoft.Maui.Controls.CloseRequestedEventArgs -Microsoft.Maui.Controls.CloseRequestedEventArgs.Animated.get -> bool -Microsoft.Maui.Controls.CloseRequestedEventArgs.Animated.set -> void -Microsoft.Maui.Controls.CloseRequestedEventArgs.CloseRequestedEventArgs(bool animated) -> void -Microsoft.Maui.Controls.CollectionSynchronizationCallback -Microsoft.Maui.Controls.CollectionView -Microsoft.Maui.Controls.CollectionView.CollectionView() -> void -Microsoft.Maui.Controls.ColumnDefinition -Microsoft.Maui.Controls.ColumnDefinition.ColumnDefinition() -> void -Microsoft.Maui.Controls.ColumnDefinition.ColumnDefinition(Microsoft.Maui.GridLength width) -> void -Microsoft.Maui.Controls.ColumnDefinition.SizeChanged -> System.EventHandler -Microsoft.Maui.Controls.ColumnDefinition.Width.get -> Microsoft.Maui.GridLength -Microsoft.Maui.Controls.ColumnDefinition.Width.set -> void -Microsoft.Maui.Controls.ColumnDefinitionCollection -Microsoft.Maui.Controls.ColumnDefinitionCollection.ColumnDefinitionCollection() -> void -Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter -Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ColumnDefinitionCollectionTypeConverter() -> void -Microsoft.Maui.Controls.Command -Microsoft.Maui.Controls.Command.CanExecuteChanged -> System.EventHandler -Microsoft.Maui.Controls.Command.ChangeCanExecute() -> void -Microsoft.Maui.Controls.Command -Microsoft.Maui.Controls.CompareStateTrigger -Microsoft.Maui.Controls.CompareStateTrigger.CompareStateTrigger() -> void -Microsoft.Maui.Controls.Compatibility.AbsoluteLayout -Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.AbsoluteLayout() -> void -Microsoft.Maui.Controls.Compatibility.Constraint -Microsoft.Maui.Controls.Compatibility.Constraint.Constraint() -> void -Microsoft.Maui.Controls.Compatibility.ConstraintExpression -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Constant.get -> double -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Constant.set -> void -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ConstraintExpression() -> void -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Factor.get -> double -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Factor.set -> void -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Type.get -> Microsoft.Maui.Controls.ConstraintType -Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Type.set -> void -Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter -Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConstraintTypeConverter() -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout -Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContent.set -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItems.set -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Controls.Compatibility.FlexLayout.Direction.set -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout.FlexLayout() -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContent.set -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition -Microsoft.Maui.Controls.Compatibility.FlexLayout.Position.set -> void -Microsoft.Maui.Controls.Compatibility.FlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap -Microsoft.Maui.Controls.Compatibility.FlexLayout.Wrap.set -> void -Microsoft.Maui.Controls.Compatibility.Grid -Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacing.get -> double -Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacing.set -> void -Microsoft.Maui.Controls.Compatibility.Grid.Grid() -> void -Microsoft.Maui.Controls.Compatibility.Grid.InvalidateMeasureInernalNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void -Microsoft.Maui.Controls.Compatibility.Grid.RowSpacing.get -> double -Microsoft.Maui.Controls.Compatibility.Grid.RowSpacing.set -> void -Microsoft.Maui.Controls.Compatibility.INativeElementView -Microsoft.Maui.Controls.Compatibility.Layout -Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparent.get -> bool -Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparent.set -> void -Microsoft.Maui.Controls.Compatibility.Layout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Compatibility.Layout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Compatibility.Layout.ForceLayout() -> void -Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBounds.get -> bool -Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBounds.set -> void -Microsoft.Maui.Controls.Compatibility.Layout.Layout() -> void -Microsoft.Maui.Controls.Compatibility.Layout.LayoutChanged -> System.EventHandler -Microsoft.Maui.Controls.Compatibility.Layout.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Compatibility.Layout.Padding.set -> void -Microsoft.Maui.Controls.Compatibility.Layout.UpdateChildrenLayout() -> void -Microsoft.Maui.Controls.Compatibility.Layout.Layout() -> void -Microsoft.Maui.Controls.Compatibility.RelativeLayout -Microsoft.Maui.Controls.Compatibility.RelativeLayout.RelativeLayout() -> void -Microsoft.Maui.Controls.Compatibility.StackLayout -Microsoft.Maui.Controls.Compatibility.StackLayout.Orientation.get -> Microsoft.Maui.Controls.StackOrientation -Microsoft.Maui.Controls.Compatibility.StackLayout.Orientation.set -> void -Microsoft.Maui.Controls.Compatibility.StackLayout.Spacing.get -> double -Microsoft.Maui.Controls.Compatibility.StackLayout.Spacing.set -> void -Microsoft.Maui.Controls.Compatibility.StackLayout.StackLayout() -> void -Microsoft.Maui.Controls.CompressedLayout -Microsoft.Maui.Controls.Condition -Microsoft.Maui.Controls.ConstraintType -Microsoft.Maui.Controls.ConstraintType.Constant = 2 -> Microsoft.Maui.Controls.ConstraintType -Microsoft.Maui.Controls.ConstraintType.RelativeToParent = 0 -> Microsoft.Maui.Controls.ConstraintType -Microsoft.Maui.Controls.ConstraintType.RelativeToView = 1 -> Microsoft.Maui.Controls.ConstraintType -Microsoft.Maui.Controls.ContentPage -Microsoft.Maui.Controls.ContentPage.ContentPage() -> void -Microsoft.Maui.Controls.ContentPresenter -Microsoft.Maui.Controls.ContentPresenter.ContentPresenter() -> void -Microsoft.Maui.Controls.ContentPropertyAttribute -Microsoft.Maui.Controls.ContentView -Microsoft.Maui.Controls.ContentView.ContentView() -> void -Microsoft.Maui.Controls.ControlsColorExtensions -Microsoft.Maui.Controls.ControlTemplate -Microsoft.Maui.Controls.ControlTemplate.ControlTemplate() -> void -Microsoft.Maui.Controls.CurrentItemChangedEventArgs -Microsoft.Maui.Controls.DataPackage -Microsoft.Maui.Controls.DataPackage.DataPackage() -> void -Microsoft.Maui.Controls.DataPackageOperation -Microsoft.Maui.Controls.DataPackageOperation.Copy = 1 -> Microsoft.Maui.Controls.DataPackageOperation -Microsoft.Maui.Controls.DataPackageOperation.None = 0 -> Microsoft.Maui.Controls.DataPackageOperation -Microsoft.Maui.Controls.DataPackagePropertySet -Microsoft.Maui.Controls.DataPackagePropertySet.Count.get -> int -Microsoft.Maui.Controls.DataPackagePropertySet.DataPackagePropertySet() -> void -Microsoft.Maui.Controls.DataPackagePropertySetView -Microsoft.Maui.Controls.DataPackagePropertySetView.Count.get -> int -Microsoft.Maui.Controls.DataPackageView -Microsoft.Maui.Controls.DataTemplate -Microsoft.Maui.Controls.DataTemplate.DataTemplate() -> void -Microsoft.Maui.Controls.DataTemplateSelector -Microsoft.Maui.Controls.DataTemplateSelector.DataTemplateSelector() -> void -Microsoft.Maui.Controls.DataTrigger -Microsoft.Maui.Controls.DateChangedEventArgs -Microsoft.Maui.Controls.DateChangedEventArgs.DateChangedEventArgs(System.DateTime oldDate, System.DateTime newDate) -> void -Microsoft.Maui.Controls.DateChangedEventArgs.NewDate.get -> System.DateTime -Microsoft.Maui.Controls.DateChangedEventArgs.OldDate.get -> System.DateTime -Microsoft.Maui.Controls.DatePicker -Microsoft.Maui.Controls.DatePicker.CharacterSpacing.get -> double -Microsoft.Maui.Controls.DatePicker.CharacterSpacing.set -> void -Microsoft.Maui.Controls.DatePicker.Date.get -> System.DateTime -Microsoft.Maui.Controls.DatePicker.Date.set -> void -Microsoft.Maui.Controls.DatePicker.DatePicker() -> void -Microsoft.Maui.Controls.DatePicker.DateSelected -> System.EventHandler -Microsoft.Maui.Controls.DatePicker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.DatePicker.FontAttributes.set -> void -Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.DatePicker.FontSize.get -> double -Microsoft.Maui.Controls.DatePicker.FontSize.set -> void -Microsoft.Maui.Controls.DatePicker.MaximumDate.get -> System.DateTime -Microsoft.Maui.Controls.DatePicker.MaximumDate.set -> void -Microsoft.Maui.Controls.DatePicker.MinimumDate.get -> System.DateTime -Microsoft.Maui.Controls.DatePicker.MinimumDate.set -> void -Microsoft.Maui.Controls.DefinitionCollection.Add(T item) -> void -Microsoft.Maui.Controls.DefinitionCollection.Clear() -> void -Microsoft.Maui.Controls.DefinitionCollection.Contains(T item) -> bool -Microsoft.Maui.Controls.DefinitionCollection.Count.get -> int -Microsoft.Maui.Controls.DefinitionCollection.IndexOf(T item) -> int -Microsoft.Maui.Controls.DefinitionCollection.Insert(int index, T item) -> void -Microsoft.Maui.Controls.DefinitionCollection.IsReadOnly.get -> bool -Microsoft.Maui.Controls.DefinitionCollection.ItemSizeChanged -> System.EventHandler -Microsoft.Maui.Controls.DefinitionCollection.Remove(T item) -> bool -Microsoft.Maui.Controls.DefinitionCollection.RemoveAt(int index) -> void -Microsoft.Maui.Controls.DefinitionCollection.this[int index].get -> T -Microsoft.Maui.Controls.DefinitionCollection.this[int index].set -> void -Microsoft.Maui.Controls.DependencyAttribute -Microsoft.Maui.Controls.DependencyFetchTarget -Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance = 0 -> Microsoft.Maui.Controls.DependencyFetchTarget -Microsoft.Maui.Controls.DependencyFetchTarget.NewInstance = 1 -> Microsoft.Maui.Controls.DependencyFetchTarget -Microsoft.Maui.Controls.DependencyService -Microsoft.Maui.Controls.DesignMode -Microsoft.Maui.Controls.Device -Microsoft.Maui.Controls.Device.Styles -Microsoft.Maui.Controls.DeviceStateTrigger -Microsoft.Maui.Controls.DeviceStateTrigger.DeviceStateTrigger() -> void -Microsoft.Maui.Controls.DisplayDensityChangedEventArgs -Microsoft.Maui.Controls.DisplayDensityChangedEventArgs.DisplayDensity.get -> float -Microsoft.Maui.Controls.DisplayDensityChangedEventArgs.DisplayDensityChangedEventArgs(float displayDensity) -> void -Microsoft.Maui.Controls.DoubleCollection -Microsoft.Maui.Controls.DoubleCollection.DoubleCollection() -> void -Microsoft.Maui.Controls.DoubleCollectionConverter -Microsoft.Maui.Controls.DoubleCollectionConverter.DoubleCollectionConverter() -> void -Microsoft.Maui.Controls.DragEventArgs -Microsoft.Maui.Controls.DragEventArgs.AcceptedOperation.get -> Microsoft.Maui.Controls.DataPackageOperation -Microsoft.Maui.Controls.DragEventArgs.AcceptedOperation.set -> void -Microsoft.Maui.Controls.DragGestureRecognizer -Microsoft.Maui.Controls.DragGestureRecognizer.CanDrag.get -> bool -Microsoft.Maui.Controls.DragGestureRecognizer.CanDrag.set -> void -Microsoft.Maui.Controls.DragGestureRecognizer.DragGestureRecognizer() -> void -Microsoft.Maui.Controls.DragGestureRecognizer.DragStarting -> System.EventHandler -Microsoft.Maui.Controls.DragGestureRecognizer.DropCompleted -> System.EventHandler -Microsoft.Maui.Controls.DragStartingEventArgs -Microsoft.Maui.Controls.DragStartingEventArgs.Cancel.get -> bool -Microsoft.Maui.Controls.DragStartingEventArgs.Cancel.set -> void -Microsoft.Maui.Controls.DragStartingEventArgs.DragStartingEventArgs() -> void -Microsoft.Maui.Controls.DragStartingEventArgs.Handled.get -> bool -Microsoft.Maui.Controls.DragStartingEventArgs.Handled.set -> void -Microsoft.Maui.Controls.DropCompletedEventArgs -Microsoft.Maui.Controls.DropCompletedEventArgs.DropCompletedEventArgs() -> void -Microsoft.Maui.Controls.DropEventArgs -Microsoft.Maui.Controls.DropEventArgs.Handled.get -> bool -Microsoft.Maui.Controls.DropEventArgs.Handled.set -> void -Microsoft.Maui.Controls.DropGestureRecognizer -Microsoft.Maui.Controls.DropGestureRecognizer.AllowDrop.get -> bool -Microsoft.Maui.Controls.DropGestureRecognizer.AllowDrop.set -> void -Microsoft.Maui.Controls.DropGestureRecognizer.DragLeave -> System.EventHandler -Microsoft.Maui.Controls.DropGestureRecognizer.DragOver -> System.EventHandler -Microsoft.Maui.Controls.DropGestureRecognizer.Drop -> System.EventHandler -Microsoft.Maui.Controls.DropGestureRecognizer.DropGestureRecognizer() -> void -Microsoft.Maui.Controls.Editor -Microsoft.Maui.Controls.Editor.AutoSize.get -> Microsoft.Maui.Controls.EditorAutoSizeOption -Microsoft.Maui.Controls.Editor.AutoSize.set -> void -Microsoft.Maui.Controls.Editor.Completed -> System.EventHandler -Microsoft.Maui.Controls.Editor.CursorPosition.get -> int -Microsoft.Maui.Controls.Editor.CursorPosition.set -> void -Microsoft.Maui.Controls.Editor.Editor() -> void -Microsoft.Maui.Controls.Editor.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Editor.FontAttributes.set -> void -Microsoft.Maui.Controls.Editor.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Editor.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.Editor.FontSize.get -> double -Microsoft.Maui.Controls.Editor.FontSize.set -> void -Microsoft.Maui.Controls.Editor.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Editor.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.Editor.IsTextPredictionEnabled.get -> bool -Microsoft.Maui.Controls.Editor.IsTextPredictionEnabled.set -> void -Microsoft.Maui.Controls.Editor.OnHorizontalTextAlignmentPropertyChanged(Microsoft.Maui.TextAlignment oldValue, Microsoft.Maui.TextAlignment newValue) -> void -Microsoft.Maui.Controls.Editor.SelectionLength.get -> int -Microsoft.Maui.Controls.Editor.SelectionLength.set -> void -Microsoft.Maui.Controls.Editor.SendCompleted() -> void -Microsoft.Maui.Controls.Editor.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Editor.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.EditorAutoSizeOption -Microsoft.Maui.Controls.EditorAutoSizeOption.Disabled = 0 -> Microsoft.Maui.Controls.EditorAutoSizeOption -Microsoft.Maui.Controls.EditorAutoSizeOption.TextChanges = 1 -> Microsoft.Maui.Controls.EditorAutoSizeOption -Microsoft.Maui.Controls.Effect -Microsoft.Maui.Controls.Effect.IsAttached.get -> bool -Microsoft.Maui.Controls.EffectiveFlowDirection -Microsoft.Maui.Controls.EffectiveFlowDirection.Explicit = 2 -> Microsoft.Maui.Controls.EffectiveFlowDirection -Microsoft.Maui.Controls.EffectiveFlowDirection.RightToLeft = 1 -> Microsoft.Maui.Controls.EffectiveFlowDirection -Microsoft.Maui.Controls.EffectiveVisualExtensions -Microsoft.Maui.Controls.Element -Microsoft.Maui.Controls.Element.ChildAdded -> System.EventHandler -Microsoft.Maui.Controls.Element.ChildRemoved -> System.EventHandler -Microsoft.Maui.Controls.Element.DescendantAdded -> System.EventHandler -Microsoft.Maui.Controls.Element.DescendantRemoved -> System.EventHandler -Microsoft.Maui.Controls.Element.Element() -> void -Microsoft.Maui.Controls.Element.HandlerChanged -> System.EventHandler -Microsoft.Maui.Controls.Element.HandlerChanging -> System.EventHandler -Microsoft.Maui.Controls.Element.Id.get -> System.Guid -Microsoft.Maui.Controls.Element.ParentChanged -> System.EventHandler -Microsoft.Maui.Controls.Element.ParentChanging -> System.EventHandler -Microsoft.Maui.Controls.ElementEventArgs -Microsoft.Maui.Controls.ElementTemplate -Microsoft.Maui.Controls.Entry -Microsoft.Maui.Controls.Entry.ClearButtonVisibility.get -> Microsoft.Maui.ClearButtonVisibility -Microsoft.Maui.Controls.Entry.ClearButtonVisibility.set -> void -Microsoft.Maui.Controls.Entry.Completed -> System.EventHandler -Microsoft.Maui.Controls.Entry.CursorPosition.get -> int -Microsoft.Maui.Controls.Entry.CursorPosition.set -> void -Microsoft.Maui.Controls.Entry.Entry() -> void -Microsoft.Maui.Controls.Entry.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Entry.FontAttributes.set -> void -Microsoft.Maui.Controls.Entry.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Entry.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.Entry.FontSize.get -> double -Microsoft.Maui.Controls.Entry.FontSize.set -> void -Microsoft.Maui.Controls.Entry.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Entry.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.Entry.IsPassword.get -> bool -Microsoft.Maui.Controls.Entry.IsPassword.set -> void -Microsoft.Maui.Controls.Entry.IsTextPredictionEnabled.get -> bool -Microsoft.Maui.Controls.Entry.IsTextPredictionEnabled.set -> void -Microsoft.Maui.Controls.Entry.ReturnType.get -> Microsoft.Maui.ReturnType -Microsoft.Maui.Controls.Entry.ReturnType.set -> void -Microsoft.Maui.Controls.Entry.SelectionLength.get -> int -Microsoft.Maui.Controls.Entry.SelectionLength.set -> void -Microsoft.Maui.Controls.Entry.SendCompleted() -> void -Microsoft.Maui.Controls.Entry.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Entry.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.EntryCell -Microsoft.Maui.Controls.EntryCell.Completed -> System.EventHandler -Microsoft.Maui.Controls.EntryCell.EntryCell() -> void -Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.EntryCell.SendCompleted() -> void -Microsoft.Maui.Controls.EntryCell.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.EntryCell.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.EventTrigger -Microsoft.Maui.Controls.EventTrigger.EventTrigger() -> void -Microsoft.Maui.Controls.ExportEffectAttribute -Microsoft.Maui.Controls.ExportFontAttribute -Microsoft.Maui.Controls.FileImageSource -Microsoft.Maui.Controls.FileImageSource.FileImageSource() -> void -Microsoft.Maui.Controls.FileImageSourceConverter -Microsoft.Maui.Controls.FileImageSourceConverter.FileImageSourceConverter() -> void -Microsoft.Maui.Controls.FlexLayout -Microsoft.Maui.Controls.FlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Controls.FlexLayout.AlignContent.set -> void -Microsoft.Maui.Controls.FlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Controls.FlexLayout.AlignItems.set -> void -Microsoft.Maui.Controls.FlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Controls.FlexLayout.Direction.set -> void -Microsoft.Maui.Controls.FlexLayout.FlexLayout() -> void -Microsoft.Maui.Controls.FlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Controls.FlexLayout.JustifyContent.set -> void -Microsoft.Maui.Controls.FlexLayout.Layout(double width, double height) -> void -Microsoft.Maui.Controls.FlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition -Microsoft.Maui.Controls.FlexLayout.Position.set -> void -Microsoft.Maui.Controls.FlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap -Microsoft.Maui.Controls.FlexLayout.Wrap.set -> void -Microsoft.Maui.Controls.FlowDirectionConverter -Microsoft.Maui.Controls.FlowDirectionConverter.FlowDirectionConverter() -> void -Microsoft.Maui.Controls.FlyoutDisplayOptions -Microsoft.Maui.Controls.FlyoutDisplayOptions.AsMultipleItems = 1 -> Microsoft.Maui.Controls.FlyoutDisplayOptions -Microsoft.Maui.Controls.FlyoutDisplayOptions.AsSingleItem = 0 -> Microsoft.Maui.Controls.FlyoutDisplayOptions -Microsoft.Maui.Controls.FlyoutHeaderBehavior -Microsoft.Maui.Controls.FlyoutHeaderBehavior.CollapseOnScroll = 3 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior -Microsoft.Maui.Controls.FlyoutHeaderBehavior.Default = 0 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior -Microsoft.Maui.Controls.FlyoutHeaderBehavior.Fixed = 1 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior -Microsoft.Maui.Controls.FlyoutHeaderBehavior.Scroll = 2 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior -Microsoft.Maui.Controls.FlyoutItem -Microsoft.Maui.Controls.FlyoutItem.FlyoutItem() -> void -Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutLayoutBehavior.Default = 0 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutLayoutBehavior.Popover = 3 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutLayoutBehavior.Split = 2 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutLayoutBehavior.SplitOnLandscape = 1 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutLayoutBehavior.SplitOnPortrait = 4 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutPage -Microsoft.Maui.Controls.FlyoutPage.BackButtonPressed -> System.EventHandler -Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehavior.get -> Microsoft.Maui.Controls.FlyoutLayoutBehavior -Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehavior.set -> void -Microsoft.Maui.Controls.FlyoutPage.FlyoutPage() -> void -Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabled.get -> bool -Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabled.set -> void -Microsoft.Maui.Controls.FlyoutPage.IsPresented.get -> bool -Microsoft.Maui.Controls.FlyoutPage.IsPresented.set -> void -Microsoft.Maui.Controls.FlyoutPage.IsPresentedChanged -> System.EventHandler -Microsoft.Maui.Controls.FlyoutPage.UpdateFlyoutLayoutBehavior() -> void -Microsoft.Maui.Controls.FocusEventArgs -Microsoft.Maui.Controls.FocusEventArgs.IsFocused.get -> bool -Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.FontAttributes.Bold = 1 -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.FontAttributes.Italic = 2 -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.FontAttributes.None = 0 -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.FontAttributesConverter -Microsoft.Maui.Controls.FontAttributesConverter.FontAttributesConverter() -> void -Microsoft.Maui.Controls.FontExtensions -Microsoft.Maui.Controls.FontImageSource -Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.FontImageSource.FontImageSource() -> void -Microsoft.Maui.Controls.FontImageSource.Size.get -> double -Microsoft.Maui.Controls.FontImageSource.Size.set -> void -Microsoft.Maui.Controls.FontSizeConverter -Microsoft.Maui.Controls.FontSizeConverter.FontSizeConverter() -> void -Microsoft.Maui.Controls.FormattedString -Microsoft.Maui.Controls.FormattedString.FormattedString() -> void -Microsoft.Maui.Controls.Frame -Microsoft.Maui.Controls.Frame.CornerRadius.get -> float -Microsoft.Maui.Controls.Frame.CornerRadius.set -> void -Microsoft.Maui.Controls.Frame.Frame() -> void -Microsoft.Maui.Controls.Frame.HasShadow.get -> bool -Microsoft.Maui.Controls.Frame.HasShadow.set -> void -Microsoft.Maui.Controls.GestureElement -Microsoft.Maui.Controls.GestureElement.GestureElement() -> void -Microsoft.Maui.Controls.GestureRecognizer -Microsoft.Maui.Controls.GestureRecognizer.GestureRecognizer() -> void -Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GestureState.Began = 0 -> Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GestureState.Cancelled = 4 -> Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GestureState.Ended = 2 -> Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GestureState.Failed = 3 -> Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GestureState.Possible = 5 -> Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GestureState.Update = 1 -> Microsoft.Maui.Controls.GestureState -Microsoft.Maui.Controls.GradientBrush -Microsoft.Maui.Controls.GradientBrush.GradientBrush() -> void -Microsoft.Maui.Controls.GradientBrush.InvalidateGradientBrushRequested -> System.EventHandler -Microsoft.Maui.Controls.GradientStop -Microsoft.Maui.Controls.GradientStop.GradientStop() -> void -Microsoft.Maui.Controls.GradientStop.Offset.get -> float -Microsoft.Maui.Controls.GradientStop.Offset.set -> void -Microsoft.Maui.Controls.GradientStopCollection -Microsoft.Maui.Controls.GradientStopCollection.GradientStopCollection() -> void -Microsoft.Maui.Controls.GraphicsView -Microsoft.Maui.Controls.GraphicsView.CancelInteraction -> System.EventHandler -Microsoft.Maui.Controls.GraphicsView.DragInteraction -> System.EventHandler -Microsoft.Maui.Controls.GraphicsView.EndHoverInteraction -> System.EventHandler -Microsoft.Maui.Controls.GraphicsView.EndInteraction -> System.EventHandler -Microsoft.Maui.Controls.GraphicsView.GraphicsView() -> void -Microsoft.Maui.Controls.GraphicsView.Invalidate() -> void -Microsoft.Maui.Controls.GraphicsView.MoveHoverInteraction -> System.EventHandler -Microsoft.Maui.Controls.GraphicsView.StartHoverInteraction -> System.EventHandler -Microsoft.Maui.Controls.GraphicsView.StartInteraction -> System.EventHandler -Microsoft.Maui.Controls.Grid -Microsoft.Maui.Controls.Grid.ColumnSpacing.get -> double -Microsoft.Maui.Controls.Grid.ColumnSpacing.set -> void -Microsoft.Maui.Controls.Grid.Grid() -> void -Microsoft.Maui.Controls.Grid.RowSpacing.get -> double -Microsoft.Maui.Controls.Grid.RowSpacing.set -> void -Microsoft.Maui.Controls.GridExtensions -Microsoft.Maui.Controls.GridItemsLayout -Microsoft.Maui.Controls.GridItemsLayout.GridItemsLayout(int span, Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void -Microsoft.Maui.Controls.GridItemsLayout.GridItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void -Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacing.get -> double -Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacing.set -> void -Microsoft.Maui.Controls.GridItemsLayout.Span.get -> int -Microsoft.Maui.Controls.GridItemsLayout.Span.set -> void -Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacing.get -> double -Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacing.set -> void -Microsoft.Maui.Controls.GridLengthTypeConverter -Microsoft.Maui.Controls.GridLengthTypeConverter.GridLengthTypeConverter() -> void -Microsoft.Maui.Controls.GroupableItemsView -Microsoft.Maui.Controls.GroupableItemsView.GroupableItemsView() -> void -Microsoft.Maui.Controls.GroupableItemsView.IsGrouped.get -> bool -Microsoft.Maui.Controls.GroupableItemsView.IsGrouped.set -> void -Microsoft.Maui.Controls.HandlerAttribute -Microsoft.Maui.Controls.HandlerAttribute.Priority.get -> short -Microsoft.Maui.Controls.HandlerAttribute.Priority.set -> void -Microsoft.Maui.Controls.HandlerChangingEventArgs -Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer -Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Element.get -> Microsoft.Maui.Controls.Frame? -Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Element.set -> void -Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer() -> void -Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer -Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.ViewRenderer() -> void -Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer -Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.Control.get -> TPlatformView? -Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.SetNativeControl(TPlatformView! control) -> void -Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.ViewRenderer() -> void -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.AutoPackage.get -> bool -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.AutoPackage.set -> void -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.Element.get -> TElement? -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.ElementChanged -> System.EventHandler!>? -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.ElementPropertyChanged -> System.EventHandler? -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MauiContext.get -> Microsoft.Maui.IMauiContext! -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetElement(Microsoft.Maui.IView! view) -> void -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateLayout() -> void -Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRenderer() -> void -Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler -Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.CarouselViewHandler() -> void -Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor -Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor.CarouselViewItemTemplateAdaptor(Microsoft.Maui.Controls.ItemsView! itemsView) -> void -Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler -Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.CollectionViewHandler() -> void -Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs -Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs.CollectionViewSelectionChangedEventArgs() -> void -Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs.SelectedItems.get -> System.Collections.Generic.IList? -Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs.SelectedItems.set -> void -Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor -Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.EmptyItemAdaptor(Microsoft.Maui.Controls.ItemsView! itemsView, System.Collections.IEnumerable! items, Microsoft.Maui.Controls.DataTemplate! template) -> void -Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewHandler() -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Add(object? value) -> int -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Clear() -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler? -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Contains(object? value) -> bool -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.CopyTo(System.Array! array, int index) -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Count.get -> int -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Dispose() -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GetAbsoluteIndex(int group, int ingroup) -> int -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GetEnumerator() -> System.Collections.IEnumerator! -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GetGroupAndIndex(int index) -> (int, int) -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GroupItemSource(Microsoft.Maui.Controls.GroupableItemsView! itemsView) -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IndexOf(object? value) -> int -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Insert(int index, object? value) -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IsFixedSize.get -> bool -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IsReadOnly.get -> bool -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IsSynchronized.get -> bool -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Remove(object? value) -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.RemoveAt(int index) -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.SyncRoot.get -> object! -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.this[int index].get -> object? -Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.this[int index].set -> void -Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor -Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.GetAbsoluteIndex(int group, int inGroup) -> int -Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.GroupItemTemplateAdaptor(Microsoft.Maui.Controls.GroupableItemsView! itemsView, Microsoft.Maui.Controls.Handlers.Items.GroupItemSource! source) -> void -Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewHandler() -> void -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.Element.get -> Microsoft.Maui.Controls.Element! -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.Element.set -> void -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetData(int index) -> object! -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetTemplatedView(int index) -> Microsoft.Maui.Controls.View? -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetTemplatedView(Tizen.NUI.BaseComponents.View! view) -> Microsoft.Maui.Controls.View? -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate! -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplate.set -> void -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplateAdaptor(Microsoft.Maui.Controls.Element! itemsView, System.Collections.IEnumerable! items, Microsoft.Maui.Controls.DataTemplate! template) -> void -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplateAdaptor(Microsoft.Maui.Controls.ItemsView! itemsView) -> void -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MauiContext.get -> Microsoft.Maui.IMauiContext! -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.SelectionChanged -> System.EventHandler? -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor._footerCache -> Microsoft.Maui.Controls.View? -Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor._headerCache -> Microsoft.Maui.Controls.View? -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.MauiCarouselView() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateCurrentItem() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateCurrentItemFromUI(object! item) -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateIsSwipeEnabled() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdatePosition() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdatePositionFromUI(int position) -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.ItemsLayout.get -> Microsoft.Maui.Controls.IItemsLayout? -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.ItemsView.get -> TItemsView? -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.ItemsView.set -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.MauiCollectionView() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateHorizontalScrollBarVisibility() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateVerticalScrollBarVisibility() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView -Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView.MauiGroupableItemsView() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView -Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.MauiSelectableItemsView() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.UpdateSelection() -> void -Microsoft.Maui.Controls.Handlers.Items.MauiStructuredItemsView -Microsoft.Maui.Controls.Handlers.Items.MauiStructuredItemsView.MauiStructuredItemsView() -> void -Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewHandler() -> void -Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewHandler() -> void -Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewHandler() -> void -Microsoft.Maui.Controls.Handlers.LineHandler -Microsoft.Maui.Controls.Handlers.LineHandler.LineHandler() -> void -Microsoft.Maui.Controls.Handlers.PathHandler -Microsoft.Maui.Controls.Handlers.PathHandler.PathHandler() -> void -Microsoft.Maui.Controls.Handlers.PolygonHandler -Microsoft.Maui.Controls.Handlers.PolygonHandler.PolygonHandler() -> void -Microsoft.Maui.Controls.Handlers.PolylineHandler -Microsoft.Maui.Controls.Handlers.PolylineHandler.PolylineHandler() -> void -Microsoft.Maui.Controls.Handlers.RectangleHandler -Microsoft.Maui.Controls.Handlers.RectangleHandler.RectangleHandler() -> void -Microsoft.Maui.Controls.Handlers.RoundRectangleHandler -Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.RoundRectangleHandler() -> void -Microsoft.Maui.Controls.Handlers.ShellHandler -Microsoft.Maui.Controls.Handlers.ShellHandler.ShellHandler() -> void -Microsoft.Maui.Controls.Handlers.ShellSectionHandler.Dispose() -> void -Microsoft.Maui.Controls.Handlers.ShellSectionHandler.~ShellSectionHandler() -> void -Microsoft.Maui.Controls.Handlers.ShellItemHandler -Microsoft.Maui.Controls.Handlers.ShellItemHandler.Dispose() -> void -Microsoft.Maui.Controls.Handlers.ShellItemHandler.ShellItemHandler() -> void -Microsoft.Maui.Controls.Handlers.ShellSectionHandler -Microsoft.Maui.Controls.Handlers.ShellSectionHandler.ShellSectionHandler() -> void -Microsoft.Maui.Controls.HorizontalStackLayout -Microsoft.Maui.Controls.HorizontalStackLayout.HorizontalStackLayout() -> void -Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions -Microsoft.Maui.Controls.Hosting.IEffectsBuilder -Microsoft.Maui.Controls.HtmlWebViewSource -Microsoft.Maui.Controls.HtmlWebViewSource.HtmlWebViewSource() -> void -Microsoft.Maui.Controls.IAnimatable -Microsoft.Maui.Controls.IAnimatable.BatchBegin() -> void -Microsoft.Maui.Controls.IAnimatable.BatchCommit() -> void -Microsoft.Maui.Controls.IAppearanceObserver -Microsoft.Maui.Controls.IAppIndexingProvider -Microsoft.Maui.Controls.IApplicationController -Microsoft.Maui.Controls.IAppLinkEntry -Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive.get -> bool -Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive.set -> void -Microsoft.Maui.Controls.IAppLinks -Microsoft.Maui.Controls.IBindableLayout -Microsoft.Maui.Controls.IBorderElement -Microsoft.Maui.Controls.IBorderElement.BorderWidth.get -> double -Microsoft.Maui.Controls.IBorderElement.BorderWidthDefaultValue.get -> double -Microsoft.Maui.Controls.IBorderElement.CornerRadius.get -> int -Microsoft.Maui.Controls.IBorderElement.CornerRadiusDefaultValue.get -> int -Microsoft.Maui.Controls.IBorderElement.IsBackgroundColorSet() -> bool -Microsoft.Maui.Controls.IBorderElement.IsBackgroundSet() -> bool -Microsoft.Maui.Controls.IBorderElement.IsBorderColorSet() -> bool -Microsoft.Maui.Controls.IBorderElement.IsBorderWidthSet() -> bool -Microsoft.Maui.Controls.IBorderElement.IsCornerRadiusSet() -> bool -Microsoft.Maui.Controls.IButtonController -Microsoft.Maui.Controls.IButtonController.SendClicked() -> void -Microsoft.Maui.Controls.IButtonController.SendPressed() -> void -Microsoft.Maui.Controls.IButtonController.SendReleased() -> void -Microsoft.Maui.Controls.ICellController -Microsoft.Maui.Controls.ICellController.ForceUpdateSizeRequested -> System.EventHandler -Microsoft.Maui.Controls.ICellController.SendAppearing() -> void -Microsoft.Maui.Controls.ICellController.SendDisappearing() -> void -Microsoft.Maui.Controls.IConfigPlatform -Microsoft.Maui.Controls.IDecorableTextElement -Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations.get -> Microsoft.Maui.TextDecorations -Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations.set -> void -Microsoft.Maui.Controls.IDefinition -Microsoft.Maui.Controls.IDefinition.SizeChanged -> System.EventHandler -Microsoft.Maui.Controls.IEditorController -Microsoft.Maui.Controls.IEditorController.SendCompleted() -> void -Microsoft.Maui.Controls.IEffectControlProvider -Microsoft.Maui.Controls.IElementController -Microsoft.Maui.Controls.IElementExtensions -Microsoft.Maui.Controls.IEntryCellController -Microsoft.Maui.Controls.IEntryCellController.SendCompleted() -> void -Microsoft.Maui.Controls.IEntryController -Microsoft.Maui.Controls.IEntryController.SendCompleted() -> void -Microsoft.Maui.Controls.IExtendedTypeConverter -Microsoft.Maui.Controls.IFlyoutBehaviorObserver -Microsoft.Maui.Controls.IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged(Microsoft.Maui.FlyoutBehavior behavior) -> void -Microsoft.Maui.Controls.IFlyoutPageController -Microsoft.Maui.Controls.IFlyoutPageController.BackButtonPressed -> System.EventHandler -Microsoft.Maui.Controls.IFlyoutPageController.CanChangeIsPresented.get -> bool -Microsoft.Maui.Controls.IFlyoutPageController.CanChangeIsPresented.set -> void -Microsoft.Maui.Controls.IFlyoutPageController.DetailBounds.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.IFlyoutPageController.DetailBounds.set -> void -Microsoft.Maui.Controls.IFlyoutPageController.FlyoutBounds.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.IFlyoutPageController.FlyoutBounds.set -> void -Microsoft.Maui.Controls.IFlyoutPageController.ShouldShowSplitMode.get -> bool -Microsoft.Maui.Controls.IFlyoutPageController.UpdateFlyoutLayoutBehavior() -> void -Microsoft.Maui.Controls.IGestureRecognizer -Microsoft.Maui.Controls.IGestureRecognizers -Microsoft.Maui.Controls.IGridController -Microsoft.Maui.Controls.IGridController.InvalidateMeasureInernalNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void -Microsoft.Maui.Controls.IImageController -Microsoft.Maui.Controls.IImageController.GetLoadAsAnimation() -> bool -Microsoft.Maui.Controls.IImageController.SetIsLoading(bool isLoading) -> void -Microsoft.Maui.Controls.IImageElement -Microsoft.Maui.Controls.IImageElement.Aspect.get -> Microsoft.Maui.Aspect -Microsoft.Maui.Controls.IImageElement.IsAnimationPlaying.get -> bool -Microsoft.Maui.Controls.IImageElement.IsLoading.get -> bool -Microsoft.Maui.Controls.IImageElement.IsOpaque.get -> bool -Microsoft.Maui.Controls.IImageElement.RaiseImageSourcePropertyChanged() -> void -Microsoft.Maui.Controls.IItemsLayout -Microsoft.Maui.Controls.IItemViewController -Microsoft.Maui.Controls.IItemViewController.Count.get -> int -Microsoft.Maui.Controls.ILayout -Microsoft.Maui.Controls.ILayout.LayoutChanged -> System.EventHandler -Microsoft.Maui.Controls.ILayoutController -Microsoft.Maui.Controls.IListProxy -Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.IListViewController -Microsoft.Maui.Controls.IListViewController.CachingStrategy.get -> Microsoft.Maui.Controls.ListViewCachingStrategy -Microsoft.Maui.Controls.IListViewController.RefreshAllowed.get -> bool -Microsoft.Maui.Controls.IListViewController.ScrollToRequested -> System.EventHandler -Microsoft.Maui.Controls.IListViewController.SendRefreshing() -> void -Microsoft.Maui.Controls.Image -Microsoft.Maui.Controls.Image.Aspect.get -> Microsoft.Maui.Aspect -Microsoft.Maui.Controls.Image.Aspect.set -> void -Microsoft.Maui.Controls.Image.Image() -> void -Microsoft.Maui.Controls.Image.IsAnimationPlaying.get -> bool -Microsoft.Maui.Controls.Image.IsAnimationPlaying.set -> void -Microsoft.Maui.Controls.Image.IsLoading.get -> bool -Microsoft.Maui.Controls.Image.IsOpaque.get -> bool -Microsoft.Maui.Controls.Image.IsOpaque.set -> void -Microsoft.Maui.Controls.ImageButton -Microsoft.Maui.Controls.ImageButton.Aspect.get -> Microsoft.Maui.Aspect -Microsoft.Maui.Controls.ImageButton.Aspect.set -> void -Microsoft.Maui.Controls.ImageButton.BorderWidth.get -> double -Microsoft.Maui.Controls.ImageButton.BorderWidth.set -> void -Microsoft.Maui.Controls.ImageButton.Clicked -> System.EventHandler -Microsoft.Maui.Controls.ImageButton.CornerRadius.get -> int -Microsoft.Maui.Controls.ImageButton.CornerRadius.set -> void -Microsoft.Maui.Controls.ImageButton.ImageButton() -> void -Microsoft.Maui.Controls.ImageButton.IsLoading.get -> bool -Microsoft.Maui.Controls.ImageButton.IsOpaque.get -> bool -Microsoft.Maui.Controls.ImageButton.IsOpaque.set -> void -Microsoft.Maui.Controls.ImageButton.IsPressed.get -> bool -Microsoft.Maui.Controls.ImageButton.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.ImageButton.Padding.set -> void -Microsoft.Maui.Controls.ImageButton.Pressed -> System.EventHandler -Microsoft.Maui.Controls.ImageButton.PropagateUpClicked() -> void -Microsoft.Maui.Controls.ImageButton.PropagateUpPressed() -> void -Microsoft.Maui.Controls.ImageButton.PropagateUpReleased() -> void -Microsoft.Maui.Controls.ImageButton.RaiseImageSourcePropertyChanged() -> void -Microsoft.Maui.Controls.ImageButton.Released -> System.EventHandler -Microsoft.Maui.Controls.ImageButton.SendClicked() -> void -Microsoft.Maui.Controls.ImageButton.SendPressed() -> void -Microsoft.Maui.Controls.ImageButton.SendReleased() -> void -Microsoft.Maui.Controls.ImageButton.SetIsLoading(bool isLoading) -> void -Microsoft.Maui.Controls.ImageButton.SetIsPressed(bool isPressed) -> void -Microsoft.Maui.Controls.ImageCell -Microsoft.Maui.Controls.ImageCell.ImageCell() -> void -Microsoft.Maui.Controls.ImageSource -Microsoft.Maui.Controls.ImageSource.ImageSource() -> void -Microsoft.Maui.Controls.ImageSource.OnSourceChanged() -> void -Microsoft.Maui.Controls.ImageSourceConverter -Microsoft.Maui.Controls.ImageSourceConverter.ImageSourceConverter() -> void -Microsoft.Maui.Controls.IMenuItemController -Microsoft.Maui.Controls.IMenuItemController.Activate() -> void -Microsoft.Maui.Controls.IMenuItemController.IsEnabled.get -> bool -Microsoft.Maui.Controls.IMenuItemController.IsEnabled.set -> void -Microsoft.Maui.Controls.IMessagingCenter -Microsoft.Maui.Controls.IMultiPageController -Microsoft.Maui.Controls.IMultiPageController.GetPageByIndex(int index) -> T -Microsoft.Maui.Controls.IMultiValueConverter -Microsoft.Maui.Controls.INavigation -Microsoft.Maui.Controls.INavigationPageController -Microsoft.Maui.Controls.INavigationPageController.InsertPageBeforeRequested -> System.EventHandler -Microsoft.Maui.Controls.INavigationPageController.PopRequested -> System.EventHandler -Microsoft.Maui.Controls.INavigationPageController.PopToRootRequested -> System.EventHandler -Microsoft.Maui.Controls.INavigationPageController.PushRequested -> System.EventHandler -Microsoft.Maui.Controls.INavigationPageController.RemovePageRequested -> System.EventHandler -Microsoft.Maui.Controls.INavigationPageController.StackDepth.get -> int -Microsoft.Maui.Controls.IndicatorShape -Microsoft.Maui.Controls.IndicatorShape.Circle = 0 -> Microsoft.Maui.Controls.IndicatorShape -Microsoft.Maui.Controls.IndicatorShape.Square = 1 -> Microsoft.Maui.Controls.IndicatorShape -Microsoft.Maui.Controls.IndicatorView -Microsoft.Maui.Controls.IndicatorView.Count.get -> int -Microsoft.Maui.Controls.IndicatorView.Count.set -> void -Microsoft.Maui.Controls.IndicatorView.HideSingle.get -> bool -Microsoft.Maui.Controls.IndicatorView.HideSingle.set -> void -Microsoft.Maui.Controls.IndicatorView.IndicatorSize.get -> double -Microsoft.Maui.Controls.IndicatorView.IndicatorSize.set -> void -Microsoft.Maui.Controls.IndicatorView.IndicatorsShape.get -> Microsoft.Maui.Controls.IndicatorShape -Microsoft.Maui.Controls.IndicatorView.IndicatorsShape.set -> void -Microsoft.Maui.Controls.IndicatorView.IndicatorView() -> void -Microsoft.Maui.Controls.IndicatorView.MaximumVisible.get -> int -Microsoft.Maui.Controls.IndicatorView.MaximumVisible.set -> void -Microsoft.Maui.Controls.IndicatorView.Position.get -> int -Microsoft.Maui.Controls.IndicatorView.Position.set -> void -Microsoft.Maui.Controls.InitializationFlags -Microsoft.Maui.Controls.InitializationFlags.DisableCss = 1 -> Microsoft.Maui.Controls.InitializationFlags -Microsoft.Maui.Controls.InitializationFlags.SkipRenderers = 2 -> Microsoft.Maui.Controls.InitializationFlags -Microsoft.Maui.Controls.InputView -Microsoft.Maui.Controls.InputView.CharacterSpacing.get -> double -Microsoft.Maui.Controls.InputView.CharacterSpacing.set -> void -Microsoft.Maui.Controls.InputView.IsReadOnly.get -> bool -Microsoft.Maui.Controls.InputView.IsReadOnly.set -> void -Microsoft.Maui.Controls.InputView.IsSpellCheckEnabled.get -> bool -Microsoft.Maui.Controls.InputView.IsSpellCheckEnabled.set -> void -Microsoft.Maui.Controls.InputView.MaxLength.get -> int -Microsoft.Maui.Controls.InputView.MaxLength.set -> void -Microsoft.Maui.Controls.InputView.OnTextTransformChanged(Microsoft.Maui.TextTransform oldValue, Microsoft.Maui.TextTransform newValue) -> void -Microsoft.Maui.Controls.InputView.TextChanged -> System.EventHandler -Microsoft.Maui.Controls.InputView.TextTransform.get -> Microsoft.Maui.TextTransform -Microsoft.Maui.Controls.InputView.TextTransform.set -> void -Microsoft.Maui.Controls.Internals.ActionSheetArguments -Microsoft.Maui.Controls.Internals.ActionSheetArguments.FlowDirection.get -> Microsoft.Maui.FlowDirection -Microsoft.Maui.Controls.Internals.ActionSheetArguments.FlowDirection.set -> void -Microsoft.Maui.Controls.Internals.AlertArguments -Microsoft.Maui.Controls.Internals.AlertArguments.FlowDirection.get -> Microsoft.Maui.FlowDirection -Microsoft.Maui.Controls.Internals.AlertArguments.FlowDirection.set -> void -Microsoft.Maui.Controls.Internals.AlertArguments.SetResult(bool result) -> void -Microsoft.Maui.Controls.Internals.AsyncValue -Microsoft.Maui.Controls.Internals.AsyncValue.IsRunning.get -> bool -Microsoft.Maui.Controls.Internals.AsyncValue.IsRunning.set -> void -Microsoft.Maui.Controls.Internals.AsyncValue.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler -Microsoft.Maui.Controls.Internals.AsyncValue.Value.get -> T -Microsoft.Maui.Controls.Internals.AsyncValueExtensions -Microsoft.Maui.Controls.Internals.AutoId -Microsoft.Maui.Controls.Internals.AutoId.AutoId() -> void -Microsoft.Maui.Controls.Internals.AutoId.Increment() -> int -Microsoft.Maui.Controls.Internals.AutoId.Value.get -> int -Microsoft.Maui.Controls.Internals.CellExtensions -Microsoft.Maui.Controls.Internals.ContentPageEx -Microsoft.Maui.Controls.Internals.DataTemplateExtensions -Microsoft.Maui.Controls.Internals.DependencyResolver -Microsoft.Maui.Controls.Internals.DynamicResource -Microsoft.Maui.Controls.Internals.EffectUtilities -Microsoft.Maui.Controls.Internals.EvalRequested -Microsoft.Maui.Controls.Internals.EvaluateJavaScriptDelegate -Microsoft.Maui.Controls.Internals.EventArg -Microsoft.Maui.Controls.Internals.EventArg.Data.get -> T -Microsoft.Maui.Controls.Internals.EventArg.EventArg(T data) -> void -Microsoft.Maui.Controls.Internals.ExpressionSearch -Microsoft.Maui.Controls.Internals.ExpressionSearch.ExpressionSearch() -> void -Microsoft.Maui.Controls.Internals.GIFBitmap -Microsoft.Maui.Controls.Internals.GIFBitmap.BackgroundColor.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.DataPosition.get -> long -Microsoft.Maui.Controls.Internals.GIFBitmap.Delay.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.Dispose.get -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod -Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod -Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.LeaveInPlace = 1 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod -Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.NoAction = 0 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod -Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.RestoreToBackground = 2 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod -Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.RestoreToPrevious = 3 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod -Microsoft.Maui.Controls.Internals.GIFBitmap.IsInterlaced.get -> bool -Microsoft.Maui.Controls.Internals.GIFBitmap.IsTransparent.get -> bool -Microsoft.Maui.Controls.Internals.GIFBitmap.LoopCount.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.Rect -Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Height.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Rect(int x, int y, int width, int height) -> void -Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Width.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.X.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Y.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmap.TransparencyIndex.get -> int -Microsoft.Maui.Controls.Internals.GIFBitmapDecoder -Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.GIFBitmapDecoder() -> void -Microsoft.Maui.Controls.Internals.GIFColorTable -Microsoft.Maui.Controls.Internals.GIFColorTable.ResetTransparency() -> void -Microsoft.Maui.Controls.Internals.GIFColorTable.SetTransparency(int transparencyIndex) -> void -Microsoft.Maui.Controls.Internals.GIFDecoderFormatException -Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException() -> void -Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader -Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentBlockSize.get -> int -Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentPosition.get -> long -Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.Read() -> int -Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadShort() -> int -Microsoft.Maui.Controls.Internals.GIFHeader -Microsoft.Maui.Controls.Internals.GIFHeader.BackgroundColor.get -> int -Microsoft.Maui.Controls.Internals.GIFHeader.BackgroundColorIndex.get -> int -Microsoft.Maui.Controls.Internals.GIFHeader.Height.get -> int -Microsoft.Maui.Controls.Internals.GIFHeader.IsGIFHeader.get -> bool -Microsoft.Maui.Controls.Internals.GIFHeader.PixelAspectRatio.get -> int -Microsoft.Maui.Controls.Internals.GIFHeader.Width.get -> int -Microsoft.Maui.Controls.Internals.GIFImageParser -Microsoft.Maui.Controls.Internals.GIFImageParser.GIFImageParser() -> void -Microsoft.Maui.Controls.Internals.IDataTemplateController -Microsoft.Maui.Controls.Internals.IDataTemplateController.Id.get -> int -Microsoft.Maui.Controls.Internals.IDynamicResourceHandler -Microsoft.Maui.Controls.Internals.IExpressionSearch -Microsoft.Maui.Controls.Internals.IFontElement -Microsoft.Maui.Controls.Internals.IFontElement.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Internals.IFontElement.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Internals.IFontElement.FontSize.get -> double -Microsoft.Maui.Controls.Internals.IFontElement.FontSizeDefaultValueCreator() -> double -Microsoft.Maui.Controls.Internals.IFontElement.OnFontAttributesChanged(Microsoft.Maui.Controls.FontAttributes oldValue, Microsoft.Maui.Controls.FontAttributes newValue) -> void -Microsoft.Maui.Controls.Internals.IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) -> void -Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged(double oldValue, double newValue) -> void -Microsoft.Maui.Controls.Internals.IFontNamedSizeService -Microsoft.Maui.Controls.Internals.IGestureController -Microsoft.Maui.Controls.Internals.INameScope -Microsoft.Maui.Controls.Internals.INavigationProxy -Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.HorizontalOptionsChanged = 2 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.MarginChanged = 32 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.MeasureChanged = 1 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.RendererReady = 16 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.SizeRequestChanged = 8 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.Undefined = 0 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.InvalidationTrigger.VerticalOptionsChanged = 4 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger -Microsoft.Maui.Controls.Internals.IPerformanceProvider -Microsoft.Maui.Controls.Internals.IPlatformSizeService -Microsoft.Maui.Controls.Internals.IResourceDictionary -Microsoft.Maui.Controls.Internals.IResourceDictionary.ValuesChanged -> System.EventHandler -Microsoft.Maui.Controls.Internals.ISpatialElement -Microsoft.Maui.Controls.Internals.ISpatialElement.Region.get -> Microsoft.Maui.Controls.Region -Microsoft.Maui.Controls.Internals.ISpatialElement.Region.set -> void -Microsoft.Maui.Controls.Internals.ISystemResourcesProvider -Microsoft.Maui.Controls.Internals.NameScope -Microsoft.Maui.Controls.Internals.NameScope.NameScope() -> void -Microsoft.Maui.Controls.Internals.NavigationProxy -Microsoft.Maui.Controls.Internals.NavigationProxy.NavigationProxy() -> void -Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs -Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Animated.get -> bool -Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Animated.set -> void -Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.RequestType.get -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.RequestType.set -> void -Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestType.Insert = 4 -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestType.Pop = 2 -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestType.PopToRoot = 3 -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestType.Push = 1 -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestType.Remove = 5 -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NavigationRequestType.Unknown = 0 -> Microsoft.Maui.Controls.Internals.NavigationRequestType -Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx -Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.Count.get -> int -Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action) -> void -Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions -Microsoft.Maui.Controls.Internals.PageExtensions -Microsoft.Maui.Controls.Internals.Performance -Microsoft.Maui.Controls.Internals.Performance.Performance() -> void -Microsoft.Maui.Controls.Internals.PreserveAttribute -Microsoft.Maui.Controls.Internals.PreserveAttribute.AllMembers -> bool -Microsoft.Maui.Controls.Internals.PreserveAttribute.Conditional -> bool -Microsoft.Maui.Controls.Internals.PreserveAttribute.PreserveAttribute() -> void -Microsoft.Maui.Controls.Internals.PreserveAttribute.PreserveAttribute(bool allMembers, bool conditional) -> void -Microsoft.Maui.Controls.Internals.Profile -Microsoft.Maui.Controls.Internals.Profile.Datum -Microsoft.Maui.Controls.Internals.Profile.Datum.Datum() -> void -Microsoft.Maui.Controls.Internals.Profile.Datum.Depth -> int -Microsoft.Maui.Controls.Internals.Profile.Datum.Line -> int -Microsoft.Maui.Controls.Internals.Profile.Datum.Ticks -> long -Microsoft.Maui.Controls.Internals.Profile.Dispose() -> void -Microsoft.Maui.Controls.Internals.Profile.Profile() -> void -Microsoft.Maui.Controls.Internals.ProfileDatum -Microsoft.Maui.Controls.Internals.ProfileDatum.Depth -> int -Microsoft.Maui.Controls.Internals.ProfileDatum.Line -> int -Microsoft.Maui.Controls.Internals.ProfileDatum.ProfileDatum() -> void -Microsoft.Maui.Controls.Internals.ProfileDatum.SubTicks -> long -Microsoft.Maui.Controls.Internals.ProfileDatum.Ticks -> long -Microsoft.Maui.Controls.Internals.PromptArguments -Microsoft.Maui.Controls.Internals.PromptArguments.MaxLength.get -> int -Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions -Microsoft.Maui.Controls.Internals.Registrar -Microsoft.Maui.Controls.Internals.Registrar.Registrar() -> void -Microsoft.Maui.Controls.Internals.ResourceLoader -Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery -Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourceLoadingQuery() -> void -Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse -Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceLoadingResponse() -> void -Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.UseDesignProperties.get -> bool -Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.UseDesignProperties.set -> void -Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs -Microsoft.Maui.Controls.Internals.SetValueFlags -Microsoft.Maui.Controls.Internals.SetValueFlags.ClearDynamicResource = 4 -> Microsoft.Maui.Controls.Internals.SetValueFlags -Microsoft.Maui.Controls.Internals.SetValueFlags.ClearOneWayBindings = 1 -> Microsoft.Maui.Controls.Internals.SetValueFlags -Microsoft.Maui.Controls.Internals.SetValueFlags.ClearTwoWayBindings = 2 -> Microsoft.Maui.Controls.Internals.SetValueFlags -Microsoft.Maui.Controls.Internals.SetValueFlags.None = 0 -> Microsoft.Maui.Controls.Internals.SetValueFlags -Microsoft.Maui.Controls.Internals.SetValueFlags.RaiseOnEqual = 8 -> Microsoft.Maui.Controls.Internals.SetValueFlags -Microsoft.Maui.Controls.Internals.TableModel -Microsoft.Maui.Controls.Internals.TableModel.ItemLongPressed -> System.EventHandler> -Microsoft.Maui.Controls.Internals.TableModel.ItemSelected -> System.EventHandler> -Microsoft.Maui.Controls.Internals.TableModel.RowLongPressed(int section, int row) -> void -Microsoft.Maui.Controls.Internals.TableModel.RowSelected(int section, int row) -> void -Microsoft.Maui.Controls.Internals.TableModel.TableModel() -> void -Microsoft.Maui.Controls.Internals.TemplatedItemsList.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.Internals.TemplatedItemsList.Count.get -> int -Microsoft.Maui.Controls.Internals.TemplatedItemsList.Dispose() -> void -Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetDescendantCount() -> int -Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupIndexFromGlobal(int globalIndex, out int leftOver) -> int -Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupedCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabled.get -> bool -Microsoft.Maui.Controls.Internals.TextTransformUtilites -Microsoft.Maui.Controls.Internals.TypedBinding -Microsoft.Maui.Controls.Internals.TypedBindingBase -Microsoft.Maui.Controls.InvalidNavigationException -Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException() -> void -Microsoft.Maui.Controls.IOpenGlViewController -Microsoft.Maui.Controls.IOpenGlViewController.DisplayRequested -> System.EventHandler -Microsoft.Maui.Controls.IPaddingElement -Microsoft.Maui.Controls.IPaddingElement.OnPaddingPropertyChanged(Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue) -> void -Microsoft.Maui.Controls.IPaddingElement.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator() -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.IPageController -Microsoft.Maui.Controls.IPageController.ContainerArea.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.IPageController.ContainerArea.set -> void -Microsoft.Maui.Controls.IPageController.IgnoresContainerArea.get -> bool -Microsoft.Maui.Controls.IPageController.IgnoresContainerArea.set -> void -Microsoft.Maui.Controls.IPageController.SendAppearing() -> void -Microsoft.Maui.Controls.IPageController.SendDisappearing() -> void -Microsoft.Maui.Controls.IPanGestureController -Microsoft.Maui.Controls.IPinchGestureController -Microsoft.Maui.Controls.IPinchGestureController.IsPinching.get -> bool -Microsoft.Maui.Controls.IPinchGestureController.IsPinching.set -> void -Microsoft.Maui.Controls.IQueryAttributable -Microsoft.Maui.Controls.IRegisterable -Microsoft.Maui.Controls.IScrollViewController -Microsoft.Maui.Controls.IScrollViewController.LayoutAreaOverride.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.IScrollViewController.LayoutAreaOverride.set -> void -Microsoft.Maui.Controls.IScrollViewController.ScrollToRequested -> System.EventHandler -Microsoft.Maui.Controls.IScrollViewController.SendScrollFinished() -> void -Microsoft.Maui.Controls.IScrollViewController.SetScrolledPosition(double x, double y) -> void -Microsoft.Maui.Controls.ISearchBarController -Microsoft.Maui.Controls.ISearchBarController.OnSearchButtonPressed() -> void -Microsoft.Maui.Controls.ISearchHandlerController -Microsoft.Maui.Controls.ISearchHandlerController.ClearPlaceholderClicked() -> void -Microsoft.Maui.Controls.ISearchHandlerController.ListProxyChanged -> System.EventHandler -Microsoft.Maui.Controls.ISearchHandlerController.QueryConfirmed() -> void -Microsoft.Maui.Controls.IShellAppearanceElement -Microsoft.Maui.Controls.IShellContentController -Microsoft.Maui.Controls.IShellContentController.IsPageVisibleChanged -> System.EventHandler -Microsoft.Maui.Controls.IShellContentInsetObserver -Microsoft.Maui.Controls.IShellContentInsetObserver.OnInsetChanged(Microsoft.Maui.Thickness inset, double tabThickness) -> void -Microsoft.Maui.Controls.IShellController -Microsoft.Maui.Controls.IShellController.FlyoutItemsChanged -> System.EventHandler -Microsoft.Maui.Controls.IShellController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.IShellController.StructureChanged -> System.EventHandler -Microsoft.Maui.Controls.IShellController.UpdateCurrentState(Microsoft.Maui.Controls.ShellNavigationSource source) -> void -Microsoft.Maui.Controls.IShellItemController -Microsoft.Maui.Controls.IShellItemController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.IShellItemController.ShowTabs.get -> bool -Microsoft.Maui.Controls.IShellSectionController -Microsoft.Maui.Controls.IShellSectionController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.IShellSectionController.NavigationRequested -> System.EventHandler -Microsoft.Maui.Controls.IShellSectionController.SendInsetChanged(Microsoft.Maui.Thickness inset, double tabThickness) -> void -Microsoft.Maui.Controls.IShellSectionController.SendPopped() -> void -Microsoft.Maui.Controls.ISliderController -Microsoft.Maui.Controls.ISliderController.SendDragCompleted() -> void -Microsoft.Maui.Controls.ISliderController.SendDragStarted() -> void -Microsoft.Maui.Controls.ISwipeGestureController -Microsoft.Maui.Controls.ISwipeItem -Microsoft.Maui.Controls.ISwipeItem.Invoked -> System.EventHandler -Microsoft.Maui.Controls.ISwipeItem.IsVisible.get -> bool -Microsoft.Maui.Controls.ISwipeItem.IsVisible.set -> void -Microsoft.Maui.Controls.ISwipeViewController -Microsoft.Maui.Controls.ISwipeViewController.IsOpen.get -> bool -Microsoft.Maui.Controls.ISwipeViewController.IsOpen.set -> void -Microsoft.Maui.Controls.ITableModel -Microsoft.Maui.Controls.ITableModel.GetRowCount(int section) -> int -Microsoft.Maui.Controls.ITableModel.GetSectionCount() -> int -Microsoft.Maui.Controls.ITableModel.RowLongPressed(int section, int row) -> void -Microsoft.Maui.Controls.ITableModel.RowSelected(int section, int row) -> void -Microsoft.Maui.Controls.ITableViewController -Microsoft.Maui.Controls.ITableViewController.ModelChanged -> System.EventHandler -Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupIndexFromGlobal(int globalIndex, out int leftOver) -> int -Microsoft.Maui.Controls.ITemplatedItemsList.GroupedCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.ITemplatedItemsList.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler -Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs -Microsoft.Maui.Controls.ITemplatedItemsView.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler -Microsoft.Maui.Controls.ItemSizingStrategy -Microsoft.Maui.Controls.ItemSizingStrategy.MeasureAllItems = 0 -> Microsoft.Maui.Controls.ItemSizingStrategy -Microsoft.Maui.Controls.ItemSizingStrategy.MeasureFirstItem = 1 -> Microsoft.Maui.Controls.ItemSizingStrategy -Microsoft.Maui.Controls.ItemsLayout -Microsoft.Maui.Controls.ItemsLayout.ItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void -Microsoft.Maui.Controls.ItemsLayout.Orientation.get -> Microsoft.Maui.Controls.ItemsLayoutOrientation -Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignment.get -> Microsoft.Maui.Controls.SnapPointsAlignment -Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignment.set -> void -Microsoft.Maui.Controls.ItemsLayout.SnapPointsType.get -> Microsoft.Maui.Controls.SnapPointsType -Microsoft.Maui.Controls.ItemsLayout.SnapPointsType.set -> void -Microsoft.Maui.Controls.ItemsLayoutOrientation -Microsoft.Maui.Controls.ItemsLayoutOrientation.Horizontal = 1 -> Microsoft.Maui.Controls.ItemsLayoutOrientation -Microsoft.Maui.Controls.ItemsLayoutOrientation.Vertical = 0 -> Microsoft.Maui.Controls.ItemsLayoutOrientation -Microsoft.Maui.Controls.ItemsLayoutTypeConverter -Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ItemsLayoutTypeConverter() -> void -Microsoft.Maui.Controls.ItemsUpdatingScrollMode -Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepItemsInView = 0 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode -Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepLastItemInView = 2 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode -Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepScrollOffset = 1 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode -Microsoft.Maui.Controls.ItemsView -Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibility.set -> void -Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollMode.get -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode -Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollMode.set -> void -Microsoft.Maui.Controls.ItemsView.ItemsView() -> void -Microsoft.Maui.Controls.ItemsView.RemainingItemsThreshold.get -> int -Microsoft.Maui.Controls.ItemsView.RemainingItemsThreshold.set -> void -Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReached -> System.EventHandler -Microsoft.Maui.Controls.ItemsView.Scrolled -> System.EventHandler -Microsoft.Maui.Controls.ItemsView.ScrollTo(int index, int groupIndex = -1, Microsoft.Maui.Controls.ScrollToPosition position = Microsoft.Maui.Controls.ScrollToPosition.MakeVisible, bool animate = true) -> void -Microsoft.Maui.Controls.ItemsView.ScrollToRequested -> System.EventHandler -Microsoft.Maui.Controls.ItemsView.SendRemainingItemsThresholdReached() -> void -Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibility.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.CenterItemIndex.get -> int -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.CenterItemIndex.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.FirstVisibleItemIndex.get -> int -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.FirstVisibleItemIndex.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalDelta.get -> double -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalDelta.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalOffset.get -> double -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalOffset.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.ItemsViewScrolledEventArgs() -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.LastVisibleItemIndex.get -> int -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.LastVisibleItemIndex.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalDelta.get -> double -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalDelta.set -> void -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalOffset.get -> double -Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalOffset.set -> void -Microsoft.Maui.Controls.ItemTappedEventArgs -Microsoft.Maui.Controls.ItemTappedEventArgs.ItemIndex.get -> int -Microsoft.Maui.Controls.ItemVisibilityEventArgs -Microsoft.Maui.Controls.ItemVisibilityEventArgs.ItemIndex.get -> int -Microsoft.Maui.Controls.IValueConverter -Microsoft.Maui.Controls.IViewController -Microsoft.Maui.Controls.IVisual -Microsoft.Maui.Controls.IVisualElementController -Microsoft.Maui.Controls.IVisualElementController.BatchCommitted -> System.EventHandler> -Microsoft.Maui.Controls.IVisualElementController.Batched.get -> bool -Microsoft.Maui.Controls.IVisualElementController.DisableLayout.get -> bool -Microsoft.Maui.Controls.IVisualElementController.DisableLayout.set -> void -Microsoft.Maui.Controls.IVisualElementController.EffectiveFlowDirection.get -> Microsoft.Maui.Controls.EffectiveFlowDirection -Microsoft.Maui.Controls.IVisualElementController.FocusChangeRequested -> System.EventHandler -Microsoft.Maui.Controls.IVisualElementController.InvalidateMeasure(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void -Microsoft.Maui.Controls.IVisualElementController.IsInPlatformLayout.get -> bool -Microsoft.Maui.Controls.IVisualElementController.IsInPlatformLayout.set -> void -Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled.get -> bool -Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled.set -> void -Microsoft.Maui.Controls.IVisualElementController.IsPlatformStateConsistent.get -> bool -Microsoft.Maui.Controls.IVisualElementController.IsPlatformStateConsistent.set -> void -Microsoft.Maui.Controls.IVisualElementController.PlatformSizeChanged() -> void -Microsoft.Maui.Controls.IWebViewController -Microsoft.Maui.Controls.IWebViewController.CanGoBack.get -> bool -Microsoft.Maui.Controls.IWebViewController.CanGoBack.set -> void -Microsoft.Maui.Controls.IWebViewController.CanGoForward.get -> bool -Microsoft.Maui.Controls.IWebViewController.CanGoForward.set -> void -Microsoft.Maui.Controls.IWebViewController.EvalRequested -> System.EventHandler -Microsoft.Maui.Controls.IWebViewController.EvaluateJavaScriptRequested -> Microsoft.Maui.Controls.Internals.EvaluateJavaScriptDelegate -Microsoft.Maui.Controls.IWebViewController.GoBackRequested -> System.EventHandler -Microsoft.Maui.Controls.IWebViewController.GoForwardRequested -> System.EventHandler -Microsoft.Maui.Controls.IWebViewController.ReloadRequested -> System.EventHandler -Microsoft.Maui.Controls.KnownColor -Microsoft.Maui.Controls.Label -Microsoft.Maui.Controls.Label.CharacterSpacing.get -> double -Microsoft.Maui.Controls.Label.CharacterSpacing.set -> void -Microsoft.Maui.Controls.Label.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Label.FontAttributes.set -> void -Microsoft.Maui.Controls.Label.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Label.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.Label.FontSize.get -> double -Microsoft.Maui.Controls.Label.FontSize.set -> void -Microsoft.Maui.Controls.Label.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Label.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.Label.Label() -> void -Microsoft.Maui.Controls.Label.LineBreakMode.get -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.Controls.Label.LineBreakMode.set -> void -Microsoft.Maui.Controls.Label.LineHeight.get -> double -Microsoft.Maui.Controls.Label.LineHeight.set -> void -Microsoft.Maui.Controls.Label.MaxLines.get -> int -Microsoft.Maui.Controls.Label.MaxLines.set -> void -Microsoft.Maui.Controls.Label.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Label.Padding.set -> void -Microsoft.Maui.Controls.Label.TextDecorations.get -> Microsoft.Maui.TextDecorations -Microsoft.Maui.Controls.Label.TextDecorations.set -> void -Microsoft.Maui.Controls.Label.TextTransform.get -> Microsoft.Maui.TextTransform -Microsoft.Maui.Controls.Label.TextTransform.set -> void -Microsoft.Maui.Controls.Label.TextType.get -> Microsoft.Maui.TextType -Microsoft.Maui.Controls.Label.TextType.set -> void -Microsoft.Maui.Controls.Label.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Label.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.Layout -Microsoft.Maui.Controls.Layout.CascadeInputTransparent.get -> bool -Microsoft.Maui.Controls.Layout.CascadeInputTransparent.set -> void -Microsoft.Maui.Controls.Layout.Clear() -> void -Microsoft.Maui.Controls.Layout.Count.get -> int -Microsoft.Maui.Controls.Layout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Layout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Layout.IgnoreSafeArea.get -> bool -Microsoft.Maui.Controls.Layout.IgnoreSafeArea.set -> void -Microsoft.Maui.Controls.Layout.IsClippedToBounds.get -> bool -Microsoft.Maui.Controls.Layout.IsClippedToBounds.set -> void -Microsoft.Maui.Controls.Layout.IsReadOnly.get -> bool -Microsoft.Maui.Controls.Layout.Layout() -> void -Microsoft.Maui.Controls.Layout.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Layout.Padding.set -> void -Microsoft.Maui.Controls.Layout.RemoveAt(int index) -> void -Microsoft.Maui.Controls.LayoutAlignment -Microsoft.Maui.Controls.LayoutAlignment.Center = 1 -> Microsoft.Maui.Controls.LayoutAlignment -Microsoft.Maui.Controls.LayoutAlignment.End = 2 -> Microsoft.Maui.Controls.LayoutAlignment -Microsoft.Maui.Controls.LayoutAlignment.Fill = Microsoft.Maui.Controls.LayoutAlignment.Center | Microsoft.Maui.Controls.LayoutAlignment.End -> Microsoft.Maui.Controls.LayoutAlignment -Microsoft.Maui.Controls.LayoutAlignment.Start = 0 -> Microsoft.Maui.Controls.LayoutAlignment -Microsoft.Maui.Controls.LayoutDirectionExtensions -Microsoft.Maui.Controls.LayoutOptions -Microsoft.Maui.Controls.LayoutOptions.Alignment.get -> Microsoft.Maui.Controls.LayoutAlignment -Microsoft.Maui.Controls.LayoutOptions.Alignment.set -> void -Microsoft.Maui.Controls.LayoutOptions.Expands.get -> bool -Microsoft.Maui.Controls.LayoutOptions.Expands.set -> void -Microsoft.Maui.Controls.LayoutOptions.LayoutOptions() -> void -Microsoft.Maui.Controls.LayoutOptions.LayoutOptions(Microsoft.Maui.Controls.LayoutAlignment alignment, bool expands) -> void -Microsoft.Maui.Controls.LayoutOptionsConverter -Microsoft.Maui.Controls.LayoutOptionsConverter.LayoutOptionsConverter() -> void -Microsoft.Maui.Controls.LinearGradientBrush -Microsoft.Maui.Controls.LinearGradientBrush.EndPoint.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.LinearGradientBrush.EndPoint.set -> void -Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush() -> void -Microsoft.Maui.Controls.LinearGradientBrush.StartPoint.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.LinearGradientBrush.StartPoint.set -> void -Microsoft.Maui.Controls.LinearItemsLayout -Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacing.get -> double -Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacing.set -> void -Microsoft.Maui.Controls.LinearItemsLayout.LinearItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void -Microsoft.Maui.Controls.ListProxyChangedEventArgs -Microsoft.Maui.Controls.ListStringTypeConverter -Microsoft.Maui.Controls.ListStringTypeConverter.ListStringTypeConverter() -> void -Microsoft.Maui.Controls.ListView -Microsoft.Maui.Controls.ListView.BeginRefresh() -> void -Microsoft.Maui.Controls.ListView.CachingStrategy.get -> Microsoft.Maui.Controls.ListViewCachingStrategy -Microsoft.Maui.Controls.ListView.EndRefresh() -> void -Microsoft.Maui.Controls.ListView.HasUnevenRows.get -> bool -Microsoft.Maui.Controls.ListView.HasUnevenRows.set -> void -Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibility.set -> void -Microsoft.Maui.Controls.ListView.IsGroupingEnabled.get -> bool -Microsoft.Maui.Controls.ListView.IsGroupingEnabled.set -> void -Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabled.get -> bool -Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabled.set -> void -Microsoft.Maui.Controls.ListView.IsRefreshing.get -> bool -Microsoft.Maui.Controls.ListView.IsRefreshing.set -> void -Microsoft.Maui.Controls.ListView.ItemAppearing -> System.EventHandler -Microsoft.Maui.Controls.ListView.ItemDisappearing -> System.EventHandler -Microsoft.Maui.Controls.ListView.ItemSelected -> System.EventHandler -Microsoft.Maui.Controls.ListView.ItemTapped -> System.EventHandler -Microsoft.Maui.Controls.ListView.ListView() -> void -Microsoft.Maui.Controls.ListView.ListView(Microsoft.Maui.Controls.ListViewCachingStrategy cachingStrategy) -> void -Microsoft.Maui.Controls.ListView.RefreshAllowed.get -> bool -Microsoft.Maui.Controls.ListView.RefreshAllowed.set -> void -Microsoft.Maui.Controls.ListView.Refreshing -> System.EventHandler -Microsoft.Maui.Controls.ListView.RowHeight.get -> int -Microsoft.Maui.Controls.ListView.RowHeight.set -> void -Microsoft.Maui.Controls.ListView.Scrolled -> System.EventHandler -Microsoft.Maui.Controls.ListView.ScrollToRequested -> System.EventHandler -Microsoft.Maui.Controls.ListView.SelectionMode.get -> Microsoft.Maui.Controls.ListViewSelectionMode -Microsoft.Maui.Controls.ListView.SelectionMode.set -> void -Microsoft.Maui.Controls.ListView.SendRefreshing() -> void -Microsoft.Maui.Controls.ListView.SeparatorVisibility.get -> Microsoft.Maui.Controls.SeparatorVisibility -Microsoft.Maui.Controls.ListView.SeparatorVisibility.set -> void -Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibility.set -> void -Microsoft.Maui.Controls.ListViewCachingStrategy -Microsoft.Maui.Controls.ListViewCachingStrategy.RecycleElement = 1 -> Microsoft.Maui.Controls.ListViewCachingStrategy -Microsoft.Maui.Controls.ListViewCachingStrategy.RecycleElementAndDataTemplate = 3 -> Microsoft.Maui.Controls.ListViewCachingStrategy -Microsoft.Maui.Controls.ListViewCachingStrategy.RetainElement = 0 -> Microsoft.Maui.Controls.ListViewCachingStrategy -Microsoft.Maui.Controls.ListViewSelectionMode -Microsoft.Maui.Controls.ListViewSelectionMode.None = 0 -> Microsoft.Maui.Controls.ListViewSelectionMode -Microsoft.Maui.Controls.ListViewSelectionMode.Single = 1 -> Microsoft.Maui.Controls.ListViewSelectionMode -Microsoft.Maui.Controls.MarshalingObservableCollection -Microsoft.Maui.Controls.MarshalingObservableCollection.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.MeasureFlags -Microsoft.Maui.Controls.MeasureFlags.IncludeMargins = 1 -> Microsoft.Maui.Controls.MeasureFlags -Microsoft.Maui.Controls.MeasureFlags.None = 0 -> Microsoft.Maui.Controls.MeasureFlags -Microsoft.Maui.Controls.MenuBar -Microsoft.Maui.Controls.MenuBar.Clear() -> void -Microsoft.Maui.Controls.MenuBar.Count.get -> int -Microsoft.Maui.Controls.MenuBar.IsEnabled.get -> bool -Microsoft.Maui.Controls.MenuBar.IsEnabled.set -> void -Microsoft.Maui.Controls.MenuBar.IsReadOnly.get -> bool -Microsoft.Maui.Controls.MenuBar.MenuBar() -> void -Microsoft.Maui.Controls.MenuBar.RemoveAt(int index) -> void -Microsoft.Maui.Controls.MenuBarItem -Microsoft.Maui.Controls.MenuBarItem.Clear() -> void -Microsoft.Maui.Controls.MenuBarItem.Count.get -> int -Microsoft.Maui.Controls.MenuBarItem.IsEnabled.get -> bool -Microsoft.Maui.Controls.MenuBarItem.IsEnabled.set -> void -Microsoft.Maui.Controls.MenuBarItem.IsReadOnly.get -> bool -Microsoft.Maui.Controls.MenuBarItem.MenuBarItem() -> void -Microsoft.Maui.Controls.MenuBarItem.Priority.get -> int -Microsoft.Maui.Controls.MenuBarItem.Priority.set -> void -Microsoft.Maui.Controls.MenuBarItem.RemoveAt(int index) -> void -Microsoft.Maui.Controls.MenuFlyoutItem -Microsoft.Maui.Controls.MenuFlyoutItem.MenuFlyoutItem() -> void -Microsoft.Maui.Controls.MenuFlyoutSubItem -Microsoft.Maui.Controls.MenuFlyoutSubItem.Clear() -> void -Microsoft.Maui.Controls.MenuFlyoutSubItem.Count.get -> int -Microsoft.Maui.Controls.MenuFlyoutSubItem.IsReadOnly.get -> bool -Microsoft.Maui.Controls.MenuFlyoutSubItem.MenuFlyoutSubItem() -> void -Microsoft.Maui.Controls.MenuFlyoutSubItem.RemoveAt(int index) -> void -Microsoft.Maui.Controls.MenuItem -Microsoft.Maui.Controls.MenuItem.Clicked -> System.EventHandler -Microsoft.Maui.Controls.MenuItem.IsDestructive.get -> bool -Microsoft.Maui.Controls.MenuItem.IsDestructive.set -> void -Microsoft.Maui.Controls.MenuItem.IsEnabled.get -> bool -Microsoft.Maui.Controls.MenuItem.IsEnabled.set -> void -Microsoft.Maui.Controls.MenuItem.MenuItem() -> void -Microsoft.Maui.Controls.MenuItemCollection -Microsoft.Maui.Controls.MenuItemCollection.Clear() -> void -Microsoft.Maui.Controls.MenuItemCollection.Count.get -> int -Microsoft.Maui.Controls.MenuItemCollection.IsReadOnly.get -> bool -Microsoft.Maui.Controls.MenuItemCollection.MenuItemCollection() -> void -Microsoft.Maui.Controls.MenuItemCollection.RemoveAt(int index) -> void -Microsoft.Maui.Controls.MessagingCenter -Microsoft.Maui.Controls.MessagingCenter.MessagingCenter() -> void -Microsoft.Maui.Controls.ModalEventArgs -Microsoft.Maui.Controls.ModalPoppedEventArgs -Microsoft.Maui.Controls.ModalPoppingEventArgs -Microsoft.Maui.Controls.ModalPoppingEventArgs.Cancel.get -> bool -Microsoft.Maui.Controls.ModalPoppingEventArgs.Cancel.set -> void -Microsoft.Maui.Controls.ModalPushedEventArgs -Microsoft.Maui.Controls.ModalPushingEventArgs -Microsoft.Maui.Controls.MultiBinding -Microsoft.Maui.Controls.MultiBinding.MultiBinding() -> void -Microsoft.Maui.Controls.MultiPage.CurrentPageChanged -> System.EventHandler -Microsoft.Maui.Controls.MultiPage.MultiPage() -> void -Microsoft.Maui.Controls.MultiPage.PagesChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.MultiTrigger -Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Body = 5 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Caption = 9 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Default = 0 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Header = 6 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Large = 4 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Medium = 3 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Micro = 1 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Small = 2 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Subtitle = 8 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NamedSize.Title = 7 -> Microsoft.Maui.Controls.NamedSize -Microsoft.Maui.Controls.NameScopeExtensions -Microsoft.Maui.Controls.NavigableElement -Microsoft.Maui.Controls.NavigatedFromEventArgs -Microsoft.Maui.Controls.NavigatedToEventArgs -Microsoft.Maui.Controls.NavigatingFromEventArgs -Microsoft.Maui.Controls.NavigatingFromEventArgs.NavigatingFromEventArgs() -> void -Microsoft.Maui.Controls.NavigationEventArgs -Microsoft.Maui.Controls.NavigationPage -Microsoft.Maui.Controls.NavigationPage.NavigationPage() -> void -Microsoft.Maui.Controls.NavigationPage.Popped -> System.EventHandler -Microsoft.Maui.Controls.NavigationPage.PoppedToRoot -> System.EventHandler -Microsoft.Maui.Controls.NavigationPage.Pushed -> System.EventHandler -Microsoft.Maui.Controls.NullEffect -Microsoft.Maui.Controls.NullEffect.NullEffect() -> void -Microsoft.Maui.Controls.On -Microsoft.Maui.Controls.On.On() -> void -Microsoft.Maui.Controls.OnIdiom -Microsoft.Maui.Controls.OnIdiom.Default.get -> T -Microsoft.Maui.Controls.OnIdiom.Default.set -> void -Microsoft.Maui.Controls.OnIdiom.Desktop.get -> T -Microsoft.Maui.Controls.OnIdiom.Desktop.set -> void -Microsoft.Maui.Controls.OnIdiom.OnIdiom() -> void -Microsoft.Maui.Controls.OnIdiom.Phone.get -> T -Microsoft.Maui.Controls.OnIdiom.Phone.set -> void -Microsoft.Maui.Controls.OnIdiom.Tablet.get -> T -Microsoft.Maui.Controls.OnIdiom.Tablet.set -> void -Microsoft.Maui.Controls.OnIdiom.TV.get -> T -Microsoft.Maui.Controls.OnIdiom.TV.set -> void -Microsoft.Maui.Controls.OnIdiom.Watch.get -> T -Microsoft.Maui.Controls.OnIdiom.Watch.set -> void -Microsoft.Maui.Controls.OnPlatform -Microsoft.Maui.Controls.OnPlatform.Default.get -> T -Microsoft.Maui.Controls.OnPlatform.Default.set -> void -Microsoft.Maui.Controls.OnPlatform.OnPlatform() -> void -Microsoft.Maui.Controls.OpenGLView -Microsoft.Maui.Controls.OpenGLView.Display() -> void -Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler -Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool -Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void -Microsoft.Maui.Controls.OpenRequestedEventArgs -Microsoft.Maui.Controls.OpenRequestedEventArgs.Animated.get -> bool -Microsoft.Maui.Controls.OpenRequestedEventArgs.Animated.set -> void -Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenRequestedEventArgs(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated) -> void -Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenSwipeItem.get -> Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenSwipeItem.set -> void -Microsoft.Maui.Controls.OrientationStateTrigger -Microsoft.Maui.Controls.OrientationStateTrigger.Orientation.get -> Microsoft.Maui.Devices.DisplayOrientation -Microsoft.Maui.Controls.OrientationStateTrigger.Orientation.set -> void -Microsoft.Maui.Controls.OrientationStateTrigger.OrientationStateTrigger() -> void -Microsoft.Maui.Controls.Page -Microsoft.Maui.Controls.Page.Appearing -> System.EventHandler -Microsoft.Maui.Controls.Page.ContainerArea.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.Page.ContainerArea.set -> void -Microsoft.Maui.Controls.Page.Disappearing -> System.EventHandler -Microsoft.Maui.Controls.Page.ForceLayout() -> void -Microsoft.Maui.Controls.Page.IgnoresContainerArea.get -> bool -Microsoft.Maui.Controls.Page.IgnoresContainerArea.set -> void -Microsoft.Maui.Controls.Page.IsBusy.get -> bool -Microsoft.Maui.Controls.Page.IsBusy.set -> void -Microsoft.Maui.Controls.Page.LayoutChanged -> System.EventHandler -Microsoft.Maui.Controls.Page.NavigatedFrom -> System.EventHandler -Microsoft.Maui.Controls.Page.NavigatedTo -> System.EventHandler -Microsoft.Maui.Controls.Page.NavigatingFrom -> System.EventHandler -Microsoft.Maui.Controls.Page.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.Page.Padding.set -> void -Microsoft.Maui.Controls.Page.Page() -> void -Microsoft.Maui.Controls.Page.SendAppearing() -> void -Microsoft.Maui.Controls.Page.SendBackButtonPressed() -> bool -Microsoft.Maui.Controls.Page.SendDisappearing() -> void -Microsoft.Maui.Controls.Page.UpdateChildrenLayout() -> void -Microsoft.Maui.Controls.PanGestureRecognizer -Microsoft.Maui.Controls.PanGestureRecognizer.PanGestureRecognizer() -> void -Microsoft.Maui.Controls.PanGestureRecognizer.PanUpdated -> System.EventHandler -Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints.get -> int -Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints.set -> void -Microsoft.Maui.Controls.PanUpdatedEventArgs -Microsoft.Maui.Controls.PanUpdatedEventArgs.GestureId.get -> int -Microsoft.Maui.Controls.PanUpdatedEventArgs.PanUpdatedEventArgs(Microsoft.Maui.GestureStatus type, int gestureId) -> void -Microsoft.Maui.Controls.PanUpdatedEventArgs.PanUpdatedEventArgs(Microsoft.Maui.GestureStatus type, int gestureId, double totalx, double totaly) -> void -Microsoft.Maui.Controls.PanUpdatedEventArgs.StatusType.get -> Microsoft.Maui.GestureStatus -Microsoft.Maui.Controls.PanUpdatedEventArgs.TotalX.get -> double -Microsoft.Maui.Controls.PanUpdatedEventArgs.TotalY.get -> double -Microsoft.Maui.Controls.ParentChangingEventArgs -Microsoft.Maui.Controls.Picker -Microsoft.Maui.Controls.Picker.CharacterSpacing.get -> double -Microsoft.Maui.Controls.Picker.CharacterSpacing.set -> void -Microsoft.Maui.Controls.Picker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Picker.FontAttributes.set -> void -Microsoft.Maui.Controls.Picker.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Picker.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.Picker.FontSize.get -> double -Microsoft.Maui.Controls.Picker.FontSize.set -> void -Microsoft.Maui.Controls.Picker.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Picker.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.Picker.Picker() -> void -Microsoft.Maui.Controls.Picker.SelectedIndex.get -> int -Microsoft.Maui.Controls.Picker.SelectedIndex.set -> void -Microsoft.Maui.Controls.Picker.SelectedIndexChanged -> System.EventHandler -Microsoft.Maui.Controls.Picker.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.Picker.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.PinchGestureRecognizer -Microsoft.Maui.Controls.PinchGestureRecognizer.PinchGestureRecognizer() -> void -Microsoft.Maui.Controls.PinchGestureRecognizer.PinchUpdated -> System.EventHandler -Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs -Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.PinchGestureUpdatedEventArgs(Microsoft.Maui.GestureStatus status) -> void -Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.PinchGestureUpdatedEventArgs(Microsoft.Maui.GestureStatus status, double scale, Microsoft.Maui.Graphics.Point origin) -> void -Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.Scale.get -> double -Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.ScaleOrigin.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.Status.get -> Microsoft.Maui.GestureStatus -Microsoft.Maui.Controls.Platform.ButtonExtensions -Microsoft.Maui.Controls.Platform.CollectionViewExtensions -Microsoft.Maui.Controls.Platform.ElementChangedEventArgs -Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.ElementChangedEventArgs(TElement? oldElement, TElement? newElement) -> void -Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.NewElement.get -> TElement? -Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.OldElement.get -> TElement? -Microsoft.Maui.Controls.Platform.FontExtensions -Microsoft.Maui.Controls.Platform.GestureHandler -Microsoft.Maui.Controls.Platform.GestureHandler.Attach(Microsoft.Maui.IViewHandler! handler) -> void -Microsoft.Maui.Controls.Platform.GestureHandler.Detach() -> void -Microsoft.Maui.Controls.Platform.GestureHandler.Dispose() -> void -Microsoft.Maui.Controls.Platform.GestureHandler.GestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void -Microsoft.Maui.Controls.Platform.GestureHandler.NativeDetector.get -> Tizen.NUI.GestureDetector! -Microsoft.Maui.Controls.Platform.GestureHandler.NativeView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.GestureHandler.Recognizer.get -> Microsoft.Maui.Controls.IGestureRecognizer! -Microsoft.Maui.Controls.Platform.GestureHandler.View.get -> Microsoft.Maui.Controls.View? -Microsoft.Maui.Controls.Platform.ImageExtensions -Microsoft.Maui.Controls.Platform.INavigationContentView -Microsoft.Maui.Controls.Platform.INavigationContentView.Content.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.INavigationContentView.Content.set -> void -Microsoft.Maui.Controls.Platform.INavigationContentView.TargetView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.INavigationContentView.TitleView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.INavigationContentView.TitleView.set -> void -Microsoft.Maui.Controls.Platform.NavigationContentView -Microsoft.Maui.Controls.Platform.NavigationContentView.Content.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationContentView.Content.set -> void -Microsoft.Maui.Controls.Platform.NavigationContentView.NavigationContentView() -> void -Microsoft.Maui.Controls.Platform.NavigationContentView.TargetView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationContentView.TitleView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationContentView.TitleView.set -> void -Microsoft.Maui.Controls.Platform.INavigationView -Microsoft.Maui.Controls.Platform.INavigationView.BackgroundColor.get -> Tizen.NUI.Color! -Microsoft.Maui.Controls.Platform.INavigationView.BackgroundColor.set -> void -Microsoft.Maui.Controls.Platform.INavigationView.Content.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.INavigationView.Content.set -> void -Microsoft.Maui.Controls.Platform.INavigationView.Footer.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.INavigationView.Footer.set -> void -Microsoft.Maui.Controls.Platform.INavigationView.Header.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.INavigationView.Header.set -> void -Microsoft.Maui.Controls.Platform.INavigationView.TargetView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationView -Microsoft.Maui.Controls.Platform.NavigationView.Content.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationView.Content.set -> void -Microsoft.Maui.Controls.Platform.NavigationView.Footer.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationView.Footer.set -> void -Microsoft.Maui.Controls.Platform.NavigationView.Header.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.NavigationView.Header.set -> void -Microsoft.Maui.Controls.Platform.NavigationView.NavigationView() -> void -Microsoft.Maui.Controls.Platform.NavigationView.TargetView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Controls.Platform.PageExtensions -Microsoft.Maui.Controls.Platform.PanGestureHandler -Microsoft.Maui.Controls.Platform.PanGestureHandler.PanGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void -Microsoft.Maui.Controls.Platform.PinchGestureHandler -Microsoft.Maui.Controls.Platform.PinchGestureHandler.PinchGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void -Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions -Microsoft.Maui.Controls.Platform.PlatformEffect -Microsoft.Maui.Controls.Platform.PlatformEffect.PlatformEffect() -> void -Microsoft.Maui.Controls.Platform.SearchBarExtensions -Microsoft.Maui.Controls.Platform.SemanticExtensions -Microsoft.Maui.Controls.Platform.ShellDataTemplateSelector -Microsoft.Maui.Controls.Platform.ShellDataTemplateSelector.ShellDataTemplateSelector() -> void -Microsoft.Maui.Controls.Platform.ShellItemView -Microsoft.Maui.Controls.Platform.ShellItemView.DefaultBackgroundColor -> Tizen.NUI.Color! -Microsoft.Maui.Controls.Platform.ShellItemView.MauiContext.get -> Microsoft.Maui.IMauiContext! -Microsoft.Maui.Controls.Platform.ShellItemView.Shell.get -> Microsoft.Maui.Controls.Shell! -Microsoft.Maui.Controls.Platform.ShellItemView.ShellItem.get -> Microsoft.Maui.Controls.ShellItem! -Microsoft.Maui.Controls.Platform.ShellItemView.ShellItemView(Microsoft.Maui.Controls.ShellItem! item, Microsoft.Maui.IMauiContext! context) -> void -Microsoft.Maui.Controls.Platform.ShellItemView.UpdateCurrentItem(Microsoft.Maui.Controls.ShellSection! section) -> void -Microsoft.Maui.Controls.Platform.ShellItemView.UpdateTabBar(bool isVisible) -> void -Microsoft.Maui.Controls.Platform.ShellItemView.UpdateTabbarBackgroundColor(Microsoft.Maui.Graphics.Color? color) -> void -Microsoft.Maui.Controls.Platform.ShellItemView.UpdateTabbarTitleColor(Microsoft.Maui.Graphics.Color? color) -> void -Microsoft.Maui.Controls.Platform.ShellSectionStackManager -Microsoft.Maui.Controls.Platform.ShellSectionStackManager.Connect(Microsoft.Maui.IElement! navigationView) -> void -Microsoft.Maui.Controls.Platform.ShellSectionStackManager.ShellSection.get -> Microsoft.Maui.Controls.ShellSection? -Microsoft.Maui.Controls.Platform.ShellSectionStackManager.ShellSectionStackManager() -> void -Microsoft.Maui.Controls.Platform.ShellSectionView -Microsoft.Maui.Controls.Platform.ShellSectionView.CreateTabBar() -> void -Microsoft.Maui.Controls.Platform.ShellSectionView.DefaultBackgroundColor -> Tizen.NUI.Color! -Microsoft.Maui.Controls.Platform.ShellSectionView.MauiContext.get -> Microsoft.Maui.IMauiContext? -Microsoft.Maui.Controls.Platform.ShellSectionView.MauiContext.set -> void -Microsoft.Maui.Controls.Platform.ShellSectionView.ShellSection.get -> Microsoft.Maui.Controls.ShellSection! -Microsoft.Maui.Controls.Platform.ShellSectionView.ShellSectionView(Microsoft.Maui.Controls.ShellSection! section, Microsoft.Maui.IMauiContext! context) -> void -Microsoft.Maui.Controls.Platform.ShellView -Microsoft.Maui.Controls.Platform.ShellView.DefaultBackgroundCorlor -> Tizen.NUI.Color! -Microsoft.Maui.Controls.Platform.ShellView.Element.get -> Microsoft.Maui.Controls.Shell? -Microsoft.Maui.Controls.Platform.ShellView.Element.set -> void -Microsoft.Maui.Controls.Platform.ShellView.HeaderOnMenu.get -> bool -Microsoft.Maui.Controls.Platform.ShellView.IsOpened.get -> bool -Microsoft.Maui.Controls.Platform.ShellView.IsOpened.set -> void -Microsoft.Maui.Controls.Platform.ShellView.MauiContext.get -> Microsoft.Maui.IMauiContext? -Microsoft.Maui.Controls.Platform.ShellView.SetElement(Microsoft.Maui.Controls.Shell! shell, Microsoft.Maui.IMauiContext! context) -> void -Microsoft.Maui.Controls.Platform.ShellView.SetToolbar(Microsoft.Maui.Platform.MauiToolbar! toolbar) -> void -Microsoft.Maui.Controls.Platform.ShellView.ShellController.get -> Microsoft.Maui.Controls.IShellController! -Microsoft.Maui.Controls.Platform.ShellView.ShellView() -> void -Microsoft.Maui.Controls.Platform.ShellView.Toggled -> System.EventHandler? -Microsoft.Maui.Controls.Platform.ShellView.UpdateBackgroundColor(Microsoft.Maui.Graphics.Color? color) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateCurrentItem(Microsoft.Maui.Controls.ShellItem! newItem, bool animate = true) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateDrawerWidth(double drawerwidth) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyout(Tizen.NUI.BaseComponents.View! flyout) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutBackDrop(Microsoft.Maui.Controls.Brush! backdrop) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutBehavior(Microsoft.Maui.FlyoutBehavior flyoutBehavior) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutFooter(Microsoft.Maui.Controls.Shell! shell) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutHeader(Microsoft.Maui.Controls.Shell! shell) -> void -Microsoft.Maui.Controls.Platform.ShellView.UpdateItems() -> void -Microsoft.Maui.Controls.Platform.SwipeGestureHandler -Microsoft.Maui.Controls.Platform.SwipeGestureHandler.SwipeGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void -Microsoft.Maui.Controls.Platform.TapGestureHandler -Microsoft.Maui.Controls.Platform.TapGestureHandler.TapGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void -Microsoft.Maui.Controls.Platform.TextExtensions -Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs -Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs.VisualElementChangedEventArgs(Microsoft.Maui.Controls.VisualElement? oldElement, Microsoft.Maui.Controls.VisualElement? newElement) -> void -Microsoft.Maui.Controls.PlatformBehavior -Microsoft.Maui.Controls.PlatformBehavior.PlatformBehavior() -> void -Microsoft.Maui.Controls.PlatformBehavior -Microsoft.Maui.Controls.PlatformBehavior.PlatformBehavior() -> void -Microsoft.Maui.Controls.PlatformConfiguration.Android -Microsoft.Maui.Controls.PlatformConfiguration.Android.Android() -> void -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Done = 6 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Go = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.ImeMaskAction = 255 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Next = 5 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoAccessoryAction = 536870912 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoExtractUi = 268435456 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoFullscreen = 33554432 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.None = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoPersonalizedLearning = 16777216 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Previous = 7 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Search = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Send = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.AlwaysAllow = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.CompatibilityMode = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.NeverAllow = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ShellItem -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Pan = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Resize = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Unspecified = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -Microsoft.Maui.Controls.PlatformConfiguration.GTK -Microsoft.Maui.Controls.PlatformConfiguration.GTK.GTK() -> void -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition -Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition -Microsoft.Maui.Controls.PlatformConfiguration.iOS -Microsoft.Maui.Controls.PlatformConfiguration.iOS.iOS() -> void -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.Dark = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.ExtraLight = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.Light = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle.Grouped = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle.Plain = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Always = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Automatic = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Never = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle.FullWidth = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.False = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.True = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode.DoNotAdjust = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode.MatchNavigationBarTextLuminosity = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Opaque = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Translucent = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.Automatic = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FormSheet = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FullScreen = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.OverFullScreen = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.PageSheet = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Minimal = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Prominent = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.Fade = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.Slide = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode.Immediately = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode.WhenFinished = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowEffect -Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowEffect.ShadowEffect() -> void -Microsoft.Maui.Controls.PlatformConfiguration.macOS -Microsoft.Maui.Controls.PlatformConfiguration.macOS.macOS() -> void -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.Crossfade = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideBackward = 7 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideDown = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideForward = 6 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideLeft = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideRight = 5 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideUp = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page -Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage -Microsoft.Maui.Controls.PlatformConfiguration.Tizen -Microsoft.Maui.Controls.PlatformConfiguration.Tizen.Tizen() -> void -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle -Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement -Microsoft.Maui.Controls.PlatformConfiguration.Windows -Microsoft.Maui.Controls.PlatformConfiguration.Windows.Windows() -> void -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle.Full = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle.Partial = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode.Accessible = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode.Inaccessible = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.BottomToTop = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.LeftToRight = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.RightToLeft = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.TopToBottom = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SameThread = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SeparateProcess = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SeparateThread = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -Microsoft.Maui.Controls.PlatformEffect.PlatformEffect() -> void -Microsoft.Maui.Controls.PointCollection -Microsoft.Maui.Controls.PointCollection.PointCollection() -> void -Microsoft.Maui.Controls.PoppedToRootEventArgs -Microsoft.Maui.Controls.PositionChangedEventArgs -Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int -Microsoft.Maui.Controls.PositionChangedEventArgs.PreviousPosition.get -> int -Microsoft.Maui.Controls.PresentationMode -Microsoft.Maui.Controls.PresentationMode.Animated = 2 -> Microsoft.Maui.Controls.PresentationMode -Microsoft.Maui.Controls.PresentationMode.Modal = 4 -> Microsoft.Maui.Controls.PresentationMode -Microsoft.Maui.Controls.PresentationMode.ModalAnimated = Microsoft.Maui.Controls.PresentationMode.Animated | Microsoft.Maui.Controls.PresentationMode.Modal -> Microsoft.Maui.Controls.PresentationMode -Microsoft.Maui.Controls.PresentationMode.ModalNotAnimated = Microsoft.Maui.Controls.PresentationMode.NotAnimated | Microsoft.Maui.Controls.PresentationMode.Modal -> Microsoft.Maui.Controls.PresentationMode -Microsoft.Maui.Controls.PresentationMode.NotAnimated = 1 -> Microsoft.Maui.Controls.PresentationMode -Microsoft.Maui.Controls.ProgressBar -Microsoft.Maui.Controls.ProgressBar.Progress.get -> double -Microsoft.Maui.Controls.ProgressBar.Progress.set -> void -Microsoft.Maui.Controls.ProgressBar.ProgressBar() -> void -Microsoft.Maui.Controls.PropertyChangingEventArgs -Microsoft.Maui.Controls.PropertyChangingEventHandler -Microsoft.Maui.Controls.PropertyCondition -Microsoft.Maui.Controls.PropertyCondition.PropertyCondition() -> void -Microsoft.Maui.Controls.QueryPropertyAttribute -Microsoft.Maui.Controls.RadialGradientBrush -Microsoft.Maui.Controls.RadialGradientBrush.Center.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.RadialGradientBrush.Center.set -> void -Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush() -> void -Microsoft.Maui.Controls.RadialGradientBrush.Radius.get -> double -Microsoft.Maui.Controls.RadialGradientBrush.Radius.set -> void -Microsoft.Maui.Controls.RadioButton -Microsoft.Maui.Controls.RadioButton.BorderWidth.get -> double -Microsoft.Maui.Controls.RadioButton.BorderWidth.set -> void -Microsoft.Maui.Controls.RadioButton.CharacterSpacing.get -> double -Microsoft.Maui.Controls.RadioButton.CharacterSpacing.set -> void -Microsoft.Maui.Controls.RadioButton.CheckedChanged -> System.EventHandler -Microsoft.Maui.Controls.RadioButton.CornerRadius.get -> int -Microsoft.Maui.Controls.RadioButton.CornerRadius.set -> void -Microsoft.Maui.Controls.RadioButton.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.RadioButton.FontAttributes.set -> void -Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.RadioButton.FontSize.get -> double -Microsoft.Maui.Controls.RadioButton.FontSize.set -> void -Microsoft.Maui.Controls.RadioButton.IsChecked.get -> bool -Microsoft.Maui.Controls.RadioButton.IsChecked.set -> void -Microsoft.Maui.Controls.RadioButton.RadioButton() -> void -Microsoft.Maui.Controls.RadioButton.TextTransform.get -> Microsoft.Maui.TextTransform -Microsoft.Maui.Controls.RadioButton.TextTransform.set -> void -Microsoft.Maui.Controls.RadioButtonGroup -Microsoft.Maui.Controls.ReferenceTypeConverter -Microsoft.Maui.Controls.ReferenceTypeConverter.ReferenceTypeConverter() -> void -Microsoft.Maui.Controls.RefreshView -Microsoft.Maui.Controls.RefreshView.IsRefreshing.get -> bool -Microsoft.Maui.Controls.RefreshView.IsRefreshing.set -> void -Microsoft.Maui.Controls.RefreshView.Refreshing -> System.EventHandler -Microsoft.Maui.Controls.RefreshView.RefreshView() -> void -Microsoft.Maui.Controls.Region -Microsoft.Maui.Controls.Region.Contains(double x, double y) -> bool -Microsoft.Maui.Controls.Region.Contains(Microsoft.Maui.Graphics.Point pt) -> bool -Microsoft.Maui.Controls.Region.Deflate() -> Microsoft.Maui.Controls.Region -Microsoft.Maui.Controls.Region.Inflate(double left, double top, double right, double bottom) -> Microsoft.Maui.Controls.Region -Microsoft.Maui.Controls.Region.Inflate(double size) -> Microsoft.Maui.Controls.Region -Microsoft.Maui.Controls.Region.Region() -> void -Microsoft.Maui.Controls.RelativeBindingSource -Microsoft.Maui.Controls.RelativeBindingSource.AncestorLevel.get -> int -Microsoft.Maui.Controls.RelativeBindingSource.Mode.get -> Microsoft.Maui.Controls.RelativeBindingSourceMode -Microsoft.Maui.Controls.RelativeBindingSourceMode -Microsoft.Maui.Controls.RelativeBindingSourceMode.FindAncestor = 3 -> Microsoft.Maui.Controls.RelativeBindingSourceMode -Microsoft.Maui.Controls.RelativeBindingSourceMode.FindAncestorBindingContext = 4 -> Microsoft.Maui.Controls.RelativeBindingSourceMode -Microsoft.Maui.Controls.RelativeBindingSourceMode.Self = 2 -> Microsoft.Maui.Controls.RelativeBindingSourceMode -Microsoft.Maui.Controls.RelativeBindingSourceMode.TemplatedParent = 1 -> Microsoft.Maui.Controls.RelativeBindingSourceMode -Microsoft.Maui.Controls.RenderWithAttribute -Microsoft.Maui.Controls.ReorderableItemsView -Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroups.get -> bool -Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroups.set -> void -Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItems.get -> bool -Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItems.set -> void -Microsoft.Maui.Controls.ReorderableItemsView.ReorderableItemsView() -> void -Microsoft.Maui.Controls.ReorderableItemsView.ReorderCompleted -> System.EventHandler -Microsoft.Maui.Controls.ReorderableItemsView.SendReorderCompleted() -> void -Microsoft.Maui.Controls.ResolutionGroupNameAttribute -Microsoft.Maui.Controls.ResourceDictionary -Microsoft.Maui.Controls.ResourceDictionary.Clear() -> void -Microsoft.Maui.Controls.ResourceDictionary.Count.get -> int -Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter -Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.RDSourceTypeConverter() -> void -Microsoft.Maui.Controls.ResourceDictionary.ResourceDictionary() -> void -Microsoft.Maui.Controls.RouteFactory -Microsoft.Maui.Controls.RouteFactory.RouteFactory() -> void -Microsoft.Maui.Controls.Routing -Microsoft.Maui.Controls.RoutingEffect -Microsoft.Maui.Controls.RoutingEffect.RoutingEffect() -> void -Microsoft.Maui.Controls.RowDefinition -Microsoft.Maui.Controls.RowDefinition.Height.get -> Microsoft.Maui.GridLength -Microsoft.Maui.Controls.RowDefinition.Height.set -> void -Microsoft.Maui.Controls.RowDefinition.RowDefinition() -> void -Microsoft.Maui.Controls.RowDefinition.RowDefinition(Microsoft.Maui.GridLength height) -> void -Microsoft.Maui.Controls.RowDefinition.SizeChanged -> System.EventHandler -Microsoft.Maui.Controls.RowDefinitionCollection -Microsoft.Maui.Controls.RowDefinitionCollection.RowDefinitionCollection() -> void -Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter -Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.RowDefinitionCollectionTypeConverter() -> void -Microsoft.Maui.Controls.ScrolledEventArgs -Microsoft.Maui.Controls.ScrolledEventArgs.ScrolledEventArgs(double x, double y) -> void -Microsoft.Maui.Controls.ScrolledEventArgs.ScrollX.get -> double -Microsoft.Maui.Controls.ScrolledEventArgs.ScrollY.get -> double -Microsoft.Maui.Controls.ScrollMode -Microsoft.Maui.Controls.ScrollMode.Auto = 2 -> Microsoft.Maui.Controls.ScrollMode -Microsoft.Maui.Controls.ScrollMode.Disabled = 0 -> Microsoft.Maui.Controls.ScrollMode -Microsoft.Maui.Controls.ScrollMode.Enabled = 1 -> Microsoft.Maui.Controls.ScrollMode -Microsoft.Maui.Controls.ScrollToMode -Microsoft.Maui.Controls.ScrollToMode.Element = 0 -> Microsoft.Maui.Controls.ScrollToMode -Microsoft.Maui.Controls.ScrollToMode.Position = 1 -> Microsoft.Maui.Controls.ScrollToMode -Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToPosition.Center = 2 -> Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToPosition.End = 3 -> Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToPosition.MakeVisible = 0 -> Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToPosition.Start = 1 -> Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToRequestedEventArgs -Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Mode.get -> Microsoft.Maui.Controls.ScrollToMode -Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Position.get -> Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ScrollX.get -> double -Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ScrollY.get -> double -Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ShouldAnimate.get -> bool -Microsoft.Maui.Controls.ScrollToRequestEventArgs -Microsoft.Maui.Controls.ScrollToRequestEventArgs.GroupIndex.get -> int -Microsoft.Maui.Controls.ScrollToRequestEventArgs.Index.get -> int -Microsoft.Maui.Controls.ScrollToRequestEventArgs.IsAnimated.get -> bool -Microsoft.Maui.Controls.ScrollToRequestEventArgs.Mode.get -> Microsoft.Maui.Controls.ScrollToMode -Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToPosition.get -> Microsoft.Maui.Controls.ScrollToPosition -Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToRequestEventArgs(int index, int groupIndex, Microsoft.Maui.Controls.ScrollToPosition scrollToPosition, bool isAnimated) -> void -Microsoft.Maui.Controls.ScrollView -Microsoft.Maui.Controls.ScrollView.ContentSize.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibility.set -> void -Microsoft.Maui.Controls.ScrollView.LayoutAreaOverride.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.ScrollView.LayoutAreaOverride.set -> void -Microsoft.Maui.Controls.ScrollView.Orientation.get -> Microsoft.Maui.ScrollOrientation -Microsoft.Maui.Controls.ScrollView.Orientation.set -> void -Microsoft.Maui.Controls.ScrollView.Scrolled -> System.EventHandler -Microsoft.Maui.Controls.ScrollView.ScrollToRequested -> System.EventHandler -Microsoft.Maui.Controls.ScrollView.ScrollView() -> void -Microsoft.Maui.Controls.ScrollView.ScrollX.get -> double -Microsoft.Maui.Controls.ScrollView.ScrollY.get -> double -Microsoft.Maui.Controls.ScrollView.SendScrollFinished() -> void -Microsoft.Maui.Controls.ScrollView.SetScrolledPosition(double x, double y) -> void -Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibility.set -> void -Microsoft.Maui.Controls.SearchBar -Microsoft.Maui.Controls.SearchBar.CursorPosition.get -> int -Microsoft.Maui.Controls.SearchBar.CursorPosition.set -> void -Microsoft.Maui.Controls.SearchBar.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.SearchBar.FontAttributes.set -> void -Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.SearchBar.FontSize.get -> double -Microsoft.Maui.Controls.SearchBar.FontSize.set -> void -Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabled.get -> bool -Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabled.set -> void -Microsoft.Maui.Controls.SearchBar.OnSearchButtonPressed() -> void -Microsoft.Maui.Controls.SearchBar.SearchBar() -> void -Microsoft.Maui.Controls.SearchBar.SearchButtonPressed -> System.EventHandler -Microsoft.Maui.Controls.SearchBar.SelectionLength.get -> int -Microsoft.Maui.Controls.SearchBar.SelectionLength.set -> void -Microsoft.Maui.Controls.SearchBar.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.SearchBar.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.SearchBoxVisibility -Microsoft.Maui.Controls.SearchBoxVisibility.Collapsible = 1 -> Microsoft.Maui.Controls.SearchBoxVisibility -Microsoft.Maui.Controls.SearchBoxVisibility.Expanded = 2 -> Microsoft.Maui.Controls.SearchBoxVisibility -Microsoft.Maui.Controls.SearchBoxVisibility.Hidden = 0 -> Microsoft.Maui.Controls.SearchBoxVisibility -Microsoft.Maui.Controls.SearchHandler -Microsoft.Maui.Controls.SearchHandler.CharacterSpacing.get -> double -Microsoft.Maui.Controls.SearchHandler.CharacterSpacing.set -> void -Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabled.get -> bool -Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabled.set -> void -Microsoft.Maui.Controls.SearchHandler.Focus() -> bool -Microsoft.Maui.Controls.SearchHandler.FocusChangeRequested -> System.EventHandler -Microsoft.Maui.Controls.SearchHandler.Focused -> System.EventHandler -Microsoft.Maui.Controls.SearchHandler.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.SearchHandler.FontAttributes.set -> void -Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.SearchHandler.FontSize.get -> double -Microsoft.Maui.Controls.SearchHandler.FontSize.set -> void -Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignment.set -> void -Microsoft.Maui.Controls.SearchHandler.IsFocused.get -> bool -Microsoft.Maui.Controls.SearchHandler.IsSearchEnabled.get -> bool -Microsoft.Maui.Controls.SearchHandler.IsSearchEnabled.set -> void -Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibility.get -> Microsoft.Maui.Controls.SearchBoxVisibility -Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibility.set -> void -Microsoft.Maui.Controls.SearchHandler.SearchHandler() -> void -Microsoft.Maui.Controls.SearchHandler.SetIsFocused(bool value) -> void -Microsoft.Maui.Controls.SearchHandler.ShowsResults.get -> bool -Microsoft.Maui.Controls.SearchHandler.ShowsResults.set -> void -Microsoft.Maui.Controls.SearchHandler.TextTransform.get -> Microsoft.Maui.TextTransform -Microsoft.Maui.Controls.SearchHandler.TextTransform.set -> void -Microsoft.Maui.Controls.SearchHandler.Unfocus() -> void -Microsoft.Maui.Controls.SearchHandler.Unfocused -> System.EventHandler -Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignment.set -> void -Microsoft.Maui.Controls.SelectableItemsView -Microsoft.Maui.Controls.SelectableItemsView.SelectableItemsView() -> void -Microsoft.Maui.Controls.SelectableItemsView.SelectionChanged -> System.EventHandler -Microsoft.Maui.Controls.SelectableItemsView.SelectionMode.get -> Microsoft.Maui.Controls.SelectionMode -Microsoft.Maui.Controls.SelectableItemsView.SelectionMode.set -> void -Microsoft.Maui.Controls.SelectedItemChangedEventArgs -Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItemIndex.get -> int -Microsoft.Maui.Controls.SelectedPositionChangedEventArgs -Microsoft.Maui.Controls.SelectedPositionChangedEventArgs.SelectedPositionChangedEventArgs(int selectedPosition) -> void -Microsoft.Maui.Controls.SelectionChangedEventArgs -Microsoft.Maui.Controls.SelectionMode -Microsoft.Maui.Controls.SelectionMode.Multiple = 2 -> Microsoft.Maui.Controls.SelectionMode -Microsoft.Maui.Controls.SelectionMode.None = 0 -> Microsoft.Maui.Controls.SelectionMode -Microsoft.Maui.Controls.SelectionMode.Single = 1 -> Microsoft.Maui.Controls.SelectionMode -Microsoft.Maui.Controls.SemanticProperties -Microsoft.Maui.Controls.SemanticProperties.SemanticProperties() -> void -Microsoft.Maui.Controls.SeparatorVisibility -Microsoft.Maui.Controls.SeparatorVisibility.Default = 0 -> Microsoft.Maui.Controls.SeparatorVisibility -Microsoft.Maui.Controls.SeparatorVisibility.None = 1 -> Microsoft.Maui.Controls.SeparatorVisibility -Microsoft.Maui.Controls.Setter -Microsoft.Maui.Controls.Setter.Setter() -> void -Microsoft.Maui.Controls.SettersExtensions -Microsoft.Maui.Controls.Shadow -Microsoft.Maui.Controls.Shadow.Offset.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shadow.Offset.set -> void -Microsoft.Maui.Controls.Shadow.Opacity.get -> float -Microsoft.Maui.Controls.Shadow.Opacity.set -> void -Microsoft.Maui.Controls.Shadow.Radius.get -> float -Microsoft.Maui.Controls.Shadow.Radius.set -> void -Microsoft.Maui.Controls.Shadow.Shadow() -> void -Microsoft.Maui.Controls.Shapes.ArcSegment -Microsoft.Maui.Controls.Shapes.ArcSegment.ArcSegment() -> void -Microsoft.Maui.Controls.Shapes.ArcSegment.ArcSegment(Microsoft.Maui.Graphics.Point point, Microsoft.Maui.Graphics.Size size, double rotationAngle, Microsoft.Maui.Controls.SweepDirection sweepDirection, bool isLargeArc) -> void -Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArc.get -> bool -Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArc.set -> void -Microsoft.Maui.Controls.Shapes.ArcSegment.Point.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.ArcSegment.Point.set -> void -Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngle.get -> double -Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngle.set -> void -Microsoft.Maui.Controls.Shapes.ArcSegment.Size.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.Shapes.ArcSegment.Size.set -> void -Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirection.get -> Microsoft.Maui.Controls.SweepDirection -Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirection.set -> void -Microsoft.Maui.Controls.Shapes.BezierSegment -Microsoft.Maui.Controls.Shapes.BezierSegment.BezierSegment() -> void -Microsoft.Maui.Controls.Shapes.BezierSegment.BezierSegment(Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2, Microsoft.Maui.Graphics.Point point3) -> void -Microsoft.Maui.Controls.Shapes.BezierSegment.Point1.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.BezierSegment.Point1.set -> void -Microsoft.Maui.Controls.Shapes.BezierSegment.Point2.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.BezierSegment.Point2.set -> void -Microsoft.Maui.Controls.Shapes.BezierSegment.Point3.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.BezierSegment.Point3.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform -Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterX.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterX.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterY.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterY.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.CompositeTransform() -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.Rotation.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.Rotation.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleX.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleX.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleY.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleY.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewX.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewX.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewY.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewY.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateX.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateX.set -> void -Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateY.get -> double -Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateY.set -> void -Microsoft.Maui.Controls.Shapes.Ellipse -Microsoft.Maui.Controls.Shapes.Ellipse.Ellipse() -> void -Microsoft.Maui.Controls.Shapes.EllipseGeometry -Microsoft.Maui.Controls.Shapes.EllipseGeometry.Center.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.EllipseGeometry.Center.set -> void -Microsoft.Maui.Controls.Shapes.EllipseGeometry.EllipseGeometry() -> void -Microsoft.Maui.Controls.Shapes.EllipseGeometry.EllipseGeometry(Microsoft.Maui.Graphics.Point center, double radiusX, double radiusY) -> void -Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusX.get -> double -Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusX.set -> void -Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusY.get -> double -Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusY.set -> void -Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.FillRule.EvenOdd = 0 -> Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.FillRule.Nonzero = 1 -> Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.Geometry -Microsoft.Maui.Controls.Shapes.Geometry.Geometry() -> void -Microsoft.Maui.Controls.Shapes.GeometryCollection -Microsoft.Maui.Controls.Shapes.GeometryCollection.GeometryCollection() -> void -Microsoft.Maui.Controls.Shapes.GeometryGroup -Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRule.set -> void -Microsoft.Maui.Controls.Shapes.GeometryGroup.GeometryGroup() -> void -Microsoft.Maui.Controls.Shapes.GeometryGroup.InvalidateGeometryRequested -> System.EventHandler -Microsoft.Maui.Controls.Shapes.GeometryHelper -Microsoft.Maui.Controls.Shapes.IGeometry -Microsoft.Maui.Controls.Shapes.Line -Microsoft.Maui.Controls.Shapes.Line.Line() -> void -Microsoft.Maui.Controls.Shapes.Line.Line(double x1, double y1, double x2, double y2) -> void -Microsoft.Maui.Controls.Shapes.Line.X1.get -> double -Microsoft.Maui.Controls.Shapes.Line.X1.set -> void -Microsoft.Maui.Controls.Shapes.Line.X2.get -> double -Microsoft.Maui.Controls.Shapes.Line.X2.set -> void -Microsoft.Maui.Controls.Shapes.Line.Y1.get -> double -Microsoft.Maui.Controls.Shapes.Line.Y1.set -> void -Microsoft.Maui.Controls.Shapes.Line.Y2.get -> double -Microsoft.Maui.Controls.Shapes.Line.Y2.set -> void -Microsoft.Maui.Controls.Shapes.LineGeometry -Microsoft.Maui.Controls.Shapes.LineGeometry.EndPoint.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.LineGeometry.EndPoint.set -> void -Microsoft.Maui.Controls.Shapes.LineGeometry.LineGeometry() -> void -Microsoft.Maui.Controls.Shapes.LineGeometry.LineGeometry(Microsoft.Maui.Graphics.Point startPoint, Microsoft.Maui.Graphics.Point endPoint) -> void -Microsoft.Maui.Controls.Shapes.LineGeometry.StartPoint.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.LineGeometry.StartPoint.set -> void -Microsoft.Maui.Controls.Shapes.LineSegment -Microsoft.Maui.Controls.Shapes.LineSegment.LineSegment() -> void -Microsoft.Maui.Controls.Shapes.LineSegment.LineSegment(Microsoft.Maui.Graphics.Point point) -> void -Microsoft.Maui.Controls.Shapes.LineSegment.Point.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.LineSegment.Point.set -> void -Microsoft.Maui.Controls.Shapes.Matrix -Microsoft.Maui.Controls.Shapes.Matrix.Append(Microsoft.Maui.Controls.Shapes.Matrix matrix) -> void -Microsoft.Maui.Controls.Shapes.Matrix.Determinant.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.HasInverse.get -> bool -Microsoft.Maui.Controls.Shapes.Matrix.Invert() -> void -Microsoft.Maui.Controls.Shapes.Matrix.IsIdentity.get -> bool -Microsoft.Maui.Controls.Shapes.Matrix.M11.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.M11.set -> void -Microsoft.Maui.Controls.Shapes.Matrix.M12.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.M12.set -> void -Microsoft.Maui.Controls.Shapes.Matrix.M21.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.M21.set -> void -Microsoft.Maui.Controls.Shapes.Matrix.M22.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.M22.set -> void -Microsoft.Maui.Controls.Shapes.Matrix.Matrix() -> void -Microsoft.Maui.Controls.Shapes.Matrix.Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.OffsetX.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.OffsetX.set -> void -Microsoft.Maui.Controls.Shapes.Matrix.OffsetY.get -> double -Microsoft.Maui.Controls.Shapes.Matrix.OffsetY.set -> void -Microsoft.Maui.Controls.Shapes.Matrix.Prepend(Microsoft.Maui.Controls.Shapes.Matrix matrix) -> void -Microsoft.Maui.Controls.Shapes.Matrix.Rotate(double angle) -> void -Microsoft.Maui.Controls.Shapes.Matrix.RotateAt(double angle, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.RotateAtPrepend(double angle, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.RotatePrepend(double angle) -> void -Microsoft.Maui.Controls.Shapes.Matrix.Scale(double scaleX, double scaleY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.ScaleAt(double scaleX, double scaleY, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.ScaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.ScalePrepend(double scaleX, double scaleY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.SetIdentity() -> void -Microsoft.Maui.Controls.Shapes.Matrix.Skew(double skewX, double skewY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.SkewPrepend(double skewX, double skewY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.Transform(Microsoft.Maui.Graphics.Point point) -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.Matrix.Translate(double offsetX, double offsetY) -> void -Microsoft.Maui.Controls.Shapes.Matrix.TranslatePrepend(double offsetX, double offsetY) -> void -Microsoft.Maui.Controls.Shapes.MatrixExtensions -Microsoft.Maui.Controls.Shapes.MatrixTransform -Microsoft.Maui.Controls.Shapes.MatrixTransform.Matrix.get -> Microsoft.Maui.Controls.Shapes.Matrix -Microsoft.Maui.Controls.Shapes.MatrixTransform.Matrix.set -> void -Microsoft.Maui.Controls.Shapes.MatrixTransform.MatrixTransform() -> void -Microsoft.Maui.Controls.Shapes.MatrixTypeConverter -Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.MatrixTypeConverter() -> void -Microsoft.Maui.Controls.Shapes.Path -Microsoft.Maui.Controls.Shapes.Path.Path() -> void -Microsoft.Maui.Controls.Shapes.PathFigure -Microsoft.Maui.Controls.Shapes.PathFigure.BatchBegin() -> void -Microsoft.Maui.Controls.Shapes.PathFigure.BatchCommit() -> void -Microsoft.Maui.Controls.Shapes.PathFigure.IsClosed.get -> bool -Microsoft.Maui.Controls.Shapes.PathFigure.IsClosed.set -> void -Microsoft.Maui.Controls.Shapes.PathFigure.IsFilled.get -> bool -Microsoft.Maui.Controls.Shapes.PathFigure.IsFilled.set -> void -Microsoft.Maui.Controls.Shapes.PathFigure.PathFigure() -> void -Microsoft.Maui.Controls.Shapes.PathFigure.StartPoint.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.PathFigure.StartPoint.set -> void -Microsoft.Maui.Controls.Shapes.PathFigureCollection -Microsoft.Maui.Controls.Shapes.PathFigureCollection.PathFigureCollection() -> void -Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter -Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.PathFigureCollectionConverter() -> void -Microsoft.Maui.Controls.Shapes.PathGeometry -Microsoft.Maui.Controls.Shapes.PathGeometry.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.PathGeometry.FillRule.set -> void -Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry() -> void -Microsoft.Maui.Controls.Shapes.PathGeometryConverter -Microsoft.Maui.Controls.Shapes.PathGeometryConverter.PathGeometryConverter() -> void -Microsoft.Maui.Controls.Shapes.PathSegment -Microsoft.Maui.Controls.Shapes.PathSegment.BatchBegin() -> void -Microsoft.Maui.Controls.Shapes.PathSegment.BatchCommit() -> void -Microsoft.Maui.Controls.Shapes.PathSegment.PathSegment() -> void -Microsoft.Maui.Controls.Shapes.PathSegmentCollection -Microsoft.Maui.Controls.Shapes.PathSegmentCollection.PathSegmentCollection() -> void -Microsoft.Maui.Controls.Shapes.PenLineCap -Microsoft.Maui.Controls.Shapes.PenLineCap.Flat = 0 -> Microsoft.Maui.Controls.Shapes.PenLineCap -Microsoft.Maui.Controls.Shapes.PenLineCap.Round = 2 -> Microsoft.Maui.Controls.Shapes.PenLineCap -Microsoft.Maui.Controls.Shapes.PenLineCap.Square = 1 -> Microsoft.Maui.Controls.Shapes.PenLineCap -Microsoft.Maui.Controls.Shapes.PenLineJoin -Microsoft.Maui.Controls.Shapes.PenLineJoin.Bevel = 1 -> Microsoft.Maui.Controls.Shapes.PenLineJoin -Microsoft.Maui.Controls.Shapes.PenLineJoin.Miter = 0 -> Microsoft.Maui.Controls.Shapes.PenLineJoin -Microsoft.Maui.Controls.Shapes.PenLineJoin.Round = 2 -> Microsoft.Maui.Controls.Shapes.PenLineJoin -Microsoft.Maui.Controls.Shapes.PointCollectionConverter -Microsoft.Maui.Controls.Shapes.PointCollectionConverter.PointCollectionConverter() -> void -Microsoft.Maui.Controls.Shapes.PolyBezierSegment -Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PolyBezierSegment() -> void -Microsoft.Maui.Controls.Shapes.Polygon -Microsoft.Maui.Controls.Shapes.Polygon.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.Polygon.FillRule.set -> void -Microsoft.Maui.Controls.Shapes.Polygon.Polygon() -> void -Microsoft.Maui.Controls.Shapes.Polyline -Microsoft.Maui.Controls.Shapes.Polyline.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule -Microsoft.Maui.Controls.Shapes.Polyline.FillRule.set -> void -Microsoft.Maui.Controls.Shapes.Polyline.Polyline() -> void -Microsoft.Maui.Controls.Shapes.PolyLineSegment -Microsoft.Maui.Controls.Shapes.PolyLineSegment.PolyLineSegment() -> void -Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment -Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PolyQuadraticBezierSegment() -> void -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1.set -> void -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2.set -> void -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.QuadraticBezierSegment() -> void -Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.QuadraticBezierSegment(Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2) -> void -Microsoft.Maui.Controls.Shapes.Rectangle -Microsoft.Maui.Controls.Shapes.Rectangle.RadiusX.get -> double -Microsoft.Maui.Controls.Shapes.Rectangle.RadiusX.set -> void -Microsoft.Maui.Controls.Shapes.Rectangle.RadiusY.get -> double -Microsoft.Maui.Controls.Shapes.Rectangle.RadiusY.set -> void -Microsoft.Maui.Controls.Shapes.Rectangle.Rectangle() -> void -Microsoft.Maui.Controls.Shapes.RectangleGeometry -Microsoft.Maui.Controls.Shapes.RectangleGeometry.Rect.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.Shapes.RectangleGeometry.Rect.set -> void -Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectangleGeometry() -> void -Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectangleGeometry(Microsoft.Maui.Graphics.Rect rect) -> void -Microsoft.Maui.Controls.Shapes.RotateTransform -Microsoft.Maui.Controls.Shapes.RotateTransform.Angle.get -> double -Microsoft.Maui.Controls.Shapes.RotateTransform.Angle.set -> void -Microsoft.Maui.Controls.Shapes.RotateTransform.CenterX.get -> double -Microsoft.Maui.Controls.Shapes.RotateTransform.CenterX.set -> void -Microsoft.Maui.Controls.Shapes.RotateTransform.CenterY.get -> double -Microsoft.Maui.Controls.Shapes.RotateTransform.CenterY.set -> void -Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform() -> void -Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform(double angle) -> void -Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform(double angle, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.RoundRectangle -Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadius.get -> Microsoft.Maui.CornerRadius -Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadius.set -> void -Microsoft.Maui.Controls.Shapes.RoundRectangle.RoundRectangle() -> void -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadius.get -> Microsoft.Maui.CornerRadius -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadius.set -> void -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.Rect.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.Rect.set -> void -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RoundRectangleGeometry() -> void -Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RoundRectangleGeometry(Microsoft.Maui.CornerRadius cornerRadius, Microsoft.Maui.Graphics.Rect rect) -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform -Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterX.get -> double -Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterX.set -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterY.get -> double -Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterY.set -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform() -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform(double scaleX, double scaleY) -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform(double scaleX, double scaleY, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleX.get -> double -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleX.set -> void -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleY.get -> double -Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleY.set -> void -Microsoft.Maui.Controls.Shapes.Shape -Microsoft.Maui.Controls.Shapes.Shape.Aspect.get -> Microsoft.Maui.Controls.Stretch -Microsoft.Maui.Controls.Shapes.Shape.Aspect.set -> void -Microsoft.Maui.Controls.Shapes.Shape.Fill.get -> Microsoft.Maui.Controls.Brush! -Microsoft.Maui.Controls.Shapes.Shape.Fill.set -> void -Microsoft.Maui.Controls.Shapes.Shape.Shape() -> void -Microsoft.Maui.Controls.Shapes.Shape.Stroke.get -> Microsoft.Maui.Controls.Brush! -Microsoft.Maui.Controls.Shapes.Shape.Stroke.set -> void -Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArray.get -> Microsoft.Maui.Controls.DoubleCollection! -Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArray.set -> void -Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffset.get -> double -Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffset.set -> void -Microsoft.Maui.Controls.Shapes.Shape.StrokeDashPattern.get -> float[]! -Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCap.get -> Microsoft.Maui.Controls.Shapes.PenLineCap -Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCap.set -> void -Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoin.get -> Microsoft.Maui.Controls.Shapes.PenLineJoin -Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoin.set -> void -Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimit.get -> double -Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimit.set -> void -Microsoft.Maui.Controls.Shapes.Shape.StrokeThickness.get -> double -Microsoft.Maui.Controls.Shapes.Shape.StrokeThickness.set -> void -Microsoft.Maui.Controls.Shapes.SkewTransform -Microsoft.Maui.Controls.Shapes.SkewTransform.AngleX.get -> double -Microsoft.Maui.Controls.Shapes.SkewTransform.AngleX.set -> void -Microsoft.Maui.Controls.Shapes.SkewTransform.AngleY.get -> double -Microsoft.Maui.Controls.Shapes.SkewTransform.AngleY.set -> void -Microsoft.Maui.Controls.Shapes.SkewTransform.CenterX.get -> double -Microsoft.Maui.Controls.Shapes.SkewTransform.CenterX.set -> void -Microsoft.Maui.Controls.Shapes.SkewTransform.CenterY.get -> double -Microsoft.Maui.Controls.Shapes.SkewTransform.CenterY.set -> void -Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform() -> void -Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform(double angleX, double angleY) -> void -Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform(double angleX, double angleY, double centerX, double centerY) -> void -Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter -Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.StrokeShapeTypeConverter() -> void -Microsoft.Maui.Controls.Shapes.Transform -Microsoft.Maui.Controls.Shapes.Transform.Transform() -> void -Microsoft.Maui.Controls.Shapes.Transform.Value.get -> Microsoft.Maui.Controls.Shapes.Matrix -Microsoft.Maui.Controls.Shapes.Transform.Value.set -> void -Microsoft.Maui.Controls.Shapes.TransformCollection -Microsoft.Maui.Controls.Shapes.TransformCollection.TransformCollection() -> void -Microsoft.Maui.Controls.Shapes.TransformGroup -Microsoft.Maui.Controls.Shapes.TransformGroup.TransformGroup() -> void -Microsoft.Maui.Controls.Shapes.TransformTypeConverter -Microsoft.Maui.Controls.Shapes.TransformTypeConverter.TransformTypeConverter() -> void -Microsoft.Maui.Controls.Shapes.TranslateTransform -Microsoft.Maui.Controls.Shapes.TranslateTransform.TranslateTransform() -> void -Microsoft.Maui.Controls.Shapes.TranslateTransform.TranslateTransform(double x, double y) -> void -Microsoft.Maui.Controls.Shapes.TranslateTransform.X.get -> double -Microsoft.Maui.Controls.Shapes.TranslateTransform.X.set -> void -Microsoft.Maui.Controls.Shapes.TranslateTransform.Y.get -> double -Microsoft.Maui.Controls.Shapes.TranslateTransform.Y.set -> void -Microsoft.Maui.Controls.Shell -Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspect.get -> Microsoft.Maui.Aspect -Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspect.set -> void -Microsoft.Maui.Controls.Shell.FlyoutBehavior.get -> Microsoft.Maui.FlyoutBehavior -Microsoft.Maui.Controls.Shell.FlyoutBehavior.set -> void -Microsoft.Maui.Controls.Shell.FlyoutHeaderBehavior.get -> Microsoft.Maui.Controls.FlyoutHeaderBehavior -Microsoft.Maui.Controls.Shell.FlyoutHeaderBehavior.set -> void -Microsoft.Maui.Controls.Shell.FlyoutHeight.get -> double -Microsoft.Maui.Controls.Shell.FlyoutHeight.set -> void -Microsoft.Maui.Controls.Shell.FlyoutIsPresented.get -> bool -Microsoft.Maui.Controls.Shell.FlyoutIsPresented.set -> void -Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollMode.get -> Microsoft.Maui.Controls.ScrollMode -Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollMode.set -> void -Microsoft.Maui.Controls.Shell.FlyoutWidth.get -> double -Microsoft.Maui.Controls.Shell.FlyoutWidth.set -> void -Microsoft.Maui.Controls.Shell.Navigated -> System.EventHandler -Microsoft.Maui.Controls.Shell.Navigating -> System.EventHandler -Microsoft.Maui.Controls.Shell.Shell() -> void -Microsoft.Maui.Controls.ShellAppearance -Microsoft.Maui.Controls.ShellAppearance.FlyoutHeight.get -> double -Microsoft.Maui.Controls.ShellAppearance.FlyoutWidth.get -> double -Microsoft.Maui.Controls.ShellAppearance.MakeComplete() -> void -Microsoft.Maui.Controls.ShellContent -Microsoft.Maui.Controls.ShellContent.ShellContent() -> void -Microsoft.Maui.Controls.ShellGroupItem -Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptions.get -> Microsoft.Maui.Controls.FlyoutDisplayOptions -Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptions.set -> void -Microsoft.Maui.Controls.ShellGroupItem.ShellGroupItem() -> void -Microsoft.Maui.Controls.ShellItem -Microsoft.Maui.Controls.ShellItem.ShellItem() -> void -Microsoft.Maui.Controls.ShellNavigatedEventArgs -Microsoft.Maui.Controls.ShellNavigatedEventArgs.Source.get -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigatingDeferral -Microsoft.Maui.Controls.ShellNavigatingDeferral.Complete() -> void -Microsoft.Maui.Controls.ShellNavigatingEventArgs -Microsoft.Maui.Controls.ShellNavigatingEventArgs.CanCancel.get -> bool -Microsoft.Maui.Controls.ShellNavigatingEventArgs.Cancel() -> bool -Microsoft.Maui.Controls.ShellNavigatingEventArgs.Cancelled.get -> bool -Microsoft.Maui.Controls.ShellNavigatingEventArgs.Source.get -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.Insert = 4 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.Pop = 2 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.PopToRoot = 3 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.Push = 1 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.Remove = 5 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.ShellContentChanged = 8 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.ShellItemChanged = 6 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.ShellSectionChanged = 7 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationSource.Unknown = 0 -> Microsoft.Maui.Controls.ShellNavigationSource -Microsoft.Maui.Controls.ShellNavigationState -Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState() -> void -Microsoft.Maui.Controls.ShellSection -Microsoft.Maui.Controls.ShellSection.ShellSection() -> void -Microsoft.Maui.Controls.ShellTemplatedViewManager -Microsoft.Maui.Controls.Slider -Microsoft.Maui.Controls.Slider.DragCompleted -> System.EventHandler -Microsoft.Maui.Controls.Slider.DragStarted -> System.EventHandler -Microsoft.Maui.Controls.Slider.Maximum.get -> double -Microsoft.Maui.Controls.Slider.Maximum.set -> void -Microsoft.Maui.Controls.Slider.Minimum.get -> double -Microsoft.Maui.Controls.Slider.Minimum.set -> void -Microsoft.Maui.Controls.Slider.Slider() -> void -Microsoft.Maui.Controls.Slider.Slider(double min, double max, double val) -> void -Microsoft.Maui.Controls.Slider.Value.get -> double -Microsoft.Maui.Controls.Slider.Value.set -> void -Microsoft.Maui.Controls.Slider.ValueChanged -> System.EventHandler -Microsoft.Maui.Controls.SnapPointsAlignment -Microsoft.Maui.Controls.SnapPointsAlignment.Center = 1 -> Microsoft.Maui.Controls.SnapPointsAlignment -Microsoft.Maui.Controls.SnapPointsAlignment.End = 2 -> Microsoft.Maui.Controls.SnapPointsAlignment -Microsoft.Maui.Controls.SnapPointsAlignment.Start = 0 -> Microsoft.Maui.Controls.SnapPointsAlignment -Microsoft.Maui.Controls.SnapPointsType -Microsoft.Maui.Controls.SnapPointsType.Mandatory = 1 -> Microsoft.Maui.Controls.SnapPointsType -Microsoft.Maui.Controls.SnapPointsType.MandatorySingle = 2 -> Microsoft.Maui.Controls.SnapPointsType -Microsoft.Maui.Controls.SnapPointsType.None = 0 -> Microsoft.Maui.Controls.SnapPointsType -Microsoft.Maui.Controls.SolidColorBrush -Microsoft.Maui.Controls.SolidColorBrush.SolidColorBrush() -> void -Microsoft.Maui.Controls.Span -Microsoft.Maui.Controls.Span.CharacterSpacing.get -> double -Microsoft.Maui.Controls.Span.CharacterSpacing.set -> void -Microsoft.Maui.Controls.Span.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.Span.FontAttributes.set -> void -Microsoft.Maui.Controls.Span.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.Span.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.Span.FontSize.get -> double -Microsoft.Maui.Controls.Span.FontSize.set -> void -Microsoft.Maui.Controls.Span.LineHeight.get -> double -Microsoft.Maui.Controls.Span.LineHeight.set -> void -Microsoft.Maui.Controls.Span.Span() -> void -Microsoft.Maui.Controls.Span.TextDecorations.get -> Microsoft.Maui.TextDecorations -Microsoft.Maui.Controls.Span.TextDecorations.set -> void -Microsoft.Maui.Controls.Span.TextTransform.get -> Microsoft.Maui.TextTransform -Microsoft.Maui.Controls.Span.TextTransform.set -> void -Microsoft.Maui.Controls.StackBase -Microsoft.Maui.Controls.StackBase.Spacing.get -> double -Microsoft.Maui.Controls.StackBase.Spacing.set -> void -Microsoft.Maui.Controls.StackBase.StackBase() -> void -Microsoft.Maui.Controls.StackLayout -Microsoft.Maui.Controls.StackLayout.Orientation.get -> Microsoft.Maui.Controls.StackOrientation -Microsoft.Maui.Controls.StackLayout.Orientation.set -> void -Microsoft.Maui.Controls.StackLayout.StackLayout() -> void -Microsoft.Maui.Controls.StackLayoutManager -Microsoft.Maui.Controls.StackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.StackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.StackOrientation -Microsoft.Maui.Controls.StackOrientation.Horizontal = 1 -> Microsoft.Maui.Controls.StackOrientation -Microsoft.Maui.Controls.StackOrientation.Vertical = 0 -> Microsoft.Maui.Controls.StackOrientation -Microsoft.Maui.Controls.StateTrigger -Microsoft.Maui.Controls.StateTrigger.IsActive.get -> bool -Microsoft.Maui.Controls.StateTrigger.IsActive.set -> void -Microsoft.Maui.Controls.StateTrigger.StateTrigger() -> void -Microsoft.Maui.Controls.StateTriggerBase -Microsoft.Maui.Controls.StateTriggerBase.IsActive.get -> bool -Microsoft.Maui.Controls.StateTriggerBase.IsActiveChanged -> System.EventHandler -Microsoft.Maui.Controls.StateTriggerBase.IsAttached.get -> bool -Microsoft.Maui.Controls.StateTriggerBase.SetActive(bool active) -> void -Microsoft.Maui.Controls.StateTriggerBase.StateTriggerBase() -> void -Microsoft.Maui.Controls.Stepper -Microsoft.Maui.Controls.Stepper.Increment.get -> double -Microsoft.Maui.Controls.Stepper.Increment.set -> void -Microsoft.Maui.Controls.Stepper.Maximum.get -> double -Microsoft.Maui.Controls.Stepper.Maximum.set -> void -Microsoft.Maui.Controls.Stepper.Minimum.get -> double -Microsoft.Maui.Controls.Stepper.Minimum.set -> void -Microsoft.Maui.Controls.Stepper.Stepper() -> void -Microsoft.Maui.Controls.Stepper.Stepper(double min, double max, double val, double increment) -> void -Microsoft.Maui.Controls.Stepper.Value.get -> double -Microsoft.Maui.Controls.Stepper.Value.set -> void -Microsoft.Maui.Controls.Stepper.ValueChanged -> System.EventHandler -Microsoft.Maui.Controls.StreamImageSource -Microsoft.Maui.Controls.StreamImageSource.StreamImageSource() -> void -Microsoft.Maui.Controls.Stretch -Microsoft.Maui.Controls.Stretch.Fill = 1 -> Microsoft.Maui.Controls.Stretch -Microsoft.Maui.Controls.Stretch.None = 0 -> Microsoft.Maui.Controls.Stretch -Microsoft.Maui.Controls.Stretch.Uniform = 2 -> Microsoft.Maui.Controls.Stretch -Microsoft.Maui.Controls.Stretch.UniformToFill = 3 -> Microsoft.Maui.Controls.Stretch -Microsoft.Maui.Controls.StructuredItemsView -Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategy.get -> Microsoft.Maui.Controls.ItemSizingStrategy -Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategy.set -> void -Microsoft.Maui.Controls.StructuredItemsView.StructuredItemsView() -> void -Microsoft.Maui.Controls.Style -Microsoft.Maui.Controls.Style.ApplyToDerivedTypes.get -> bool -Microsoft.Maui.Controls.Style.ApplyToDerivedTypes.set -> void -Microsoft.Maui.Controls.Style.CanCascade.get -> bool -Microsoft.Maui.Controls.Style.CanCascade.set -> void -Microsoft.Maui.Controls.StyleSheets.StyleSheet -Microsoft.Maui.Controls.SweepDirection -Microsoft.Maui.Controls.SweepDirection.Clockwise = 1 -> Microsoft.Maui.Controls.SweepDirection -Microsoft.Maui.Controls.SweepDirection.CounterClockwise = 0 -> Microsoft.Maui.Controls.SweepDirection -Microsoft.Maui.Controls.SwipeChangingEventArgs -Microsoft.Maui.Controls.SwipeChangingEventArgs.Offset.get -> double -Microsoft.Maui.Controls.SwipeChangingEventArgs.Offset.set -> void -Microsoft.Maui.Controls.SwipeChangingEventArgs.SwipeChangingEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, double offset) -> void -Microsoft.Maui.Controls.SwipedEventArgs -Microsoft.Maui.Controls.SwipedEventArgs.Direction.get -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.Controls.SwipeEndedEventArgs -Microsoft.Maui.Controls.SwipeEndedEventArgs.IsOpen.get -> bool -Microsoft.Maui.Controls.SwipeEndedEventArgs.IsOpen.set -> void -Microsoft.Maui.Controls.SwipeEndedEventArgs.SwipeEndedEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, bool isOpen) -> void -Microsoft.Maui.Controls.SwipeGestureRecognizer -Microsoft.Maui.Controls.SwipeGestureRecognizer.Direction.get -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.Controls.SwipeGestureRecognizer.Direction.set -> void -Microsoft.Maui.Controls.SwipeGestureRecognizer.Swiped -> System.EventHandler -Microsoft.Maui.Controls.SwipeGestureRecognizer.SwipeGestureRecognizer() -> void -Microsoft.Maui.Controls.SwipeGestureRecognizer.Threshold.get -> uint -Microsoft.Maui.Controls.SwipeGestureRecognizer.Threshold.set -> void -Microsoft.Maui.Controls.SwipeItem -Microsoft.Maui.Controls.SwipeItem.Invoked -> System.EventHandler -Microsoft.Maui.Controls.SwipeItem.IsVisible.get -> bool -Microsoft.Maui.Controls.SwipeItem.IsVisible.set -> void -Microsoft.Maui.Controls.SwipeItem.SwipeItem() -> void -Microsoft.Maui.Controls.SwipeItems -Microsoft.Maui.Controls.SwipeItems.Clear() -> void -Microsoft.Maui.Controls.SwipeItems.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.SwipeItems.Count.get -> int -Microsoft.Maui.Controls.SwipeItems.IsReadOnly.get -> bool -Microsoft.Maui.Controls.SwipeItems.Mode.get -> Microsoft.Maui.SwipeMode -Microsoft.Maui.Controls.SwipeItems.Mode.set -> void -Microsoft.Maui.Controls.SwipeItems.RemoveAt(int index) -> void -Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvoked.get -> Microsoft.Maui.SwipeBehaviorOnInvoked -Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvoked.set -> void -Microsoft.Maui.Controls.SwipeItems.SwipeItems() -> void -Microsoft.Maui.Controls.SwipeItemView -Microsoft.Maui.Controls.SwipeItemView.Invoked -> System.EventHandler -Microsoft.Maui.Controls.SwipeItemView.OnInvoked() -> void -Microsoft.Maui.Controls.SwipeItemView.SwipeItemView() -> void -Microsoft.Maui.Controls.SwipeStartedEventArgs -Microsoft.Maui.Controls.SwipeStartedEventArgs.SwipeStartedEventArgs(Microsoft.Maui.SwipeDirection swipeDirection) -> void -Microsoft.Maui.Controls.SwipeView -Microsoft.Maui.Controls.SwipeView.Close(bool animated = true) -> void -Microsoft.Maui.Controls.SwipeView.CloseRequested -> System.EventHandler -Microsoft.Maui.Controls.SwipeView.Open(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated = true) -> void -Microsoft.Maui.Controls.SwipeView.OpenRequested -> System.EventHandler -Microsoft.Maui.Controls.SwipeView.SwipeChanging -> System.EventHandler -Microsoft.Maui.Controls.SwipeView.SwipeEnded -> System.EventHandler -Microsoft.Maui.Controls.SwipeView.SwipeStarted -> System.EventHandler -Microsoft.Maui.Controls.SwipeView.SwipeView() -> void -Microsoft.Maui.Controls.SwipeView.Threshold.get -> double -Microsoft.Maui.Controls.SwipeView.Threshold.set -> void -Microsoft.Maui.Controls.Switch -Microsoft.Maui.Controls.Switch.IsToggled.get -> bool -Microsoft.Maui.Controls.Switch.IsToggled.set -> void -Microsoft.Maui.Controls.Switch.Switch() -> void -Microsoft.Maui.Controls.Switch.Toggled -> System.EventHandler -Microsoft.Maui.Controls.SwitchCell -Microsoft.Maui.Controls.SwitchCell.On.get -> bool -Microsoft.Maui.Controls.SwitchCell.On.set -> void -Microsoft.Maui.Controls.SwitchCell.OnChanged -> System.EventHandler -Microsoft.Maui.Controls.SwitchCell.SwitchCell() -> void -Microsoft.Maui.Controls.Tab -Microsoft.Maui.Controls.Tab.Tab() -> void -Microsoft.Maui.Controls.TabBar -Microsoft.Maui.Controls.TabBar.TabBar() -> void -Microsoft.Maui.Controls.TabbedPage -Microsoft.Maui.Controls.TabbedPage.TabbedPage() -> void -Microsoft.Maui.Controls.TableIntent -Microsoft.Maui.Controls.TableIntent.Data = 3 -> Microsoft.Maui.Controls.TableIntent -Microsoft.Maui.Controls.TableIntent.Form = 2 -> Microsoft.Maui.Controls.TableIntent -Microsoft.Maui.Controls.TableIntent.Menu = 0 -> Microsoft.Maui.Controls.TableIntent -Microsoft.Maui.Controls.TableIntent.Settings = 1 -> Microsoft.Maui.Controls.TableIntent -Microsoft.Maui.Controls.TableRoot -Microsoft.Maui.Controls.TableRoot.TableRoot() -> void -Microsoft.Maui.Controls.TableSection -Microsoft.Maui.Controls.TableSection.TableSection() -> void -Microsoft.Maui.Controls.TableSectionBase -Microsoft.Maui.Controls.TableSectionBase.TableSectionBase() -> void -Microsoft.Maui.Controls.TableSectionBase.Clear() -> void -Microsoft.Maui.Controls.TableSectionBase.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler -Microsoft.Maui.Controls.TableSectionBase.Count.get -> int -Microsoft.Maui.Controls.TableSectionBase.RemoveAt(int index) -> void -Microsoft.Maui.Controls.TableSectionBase.TableSectionBase() -> void -Microsoft.Maui.Controls.TableView -Microsoft.Maui.Controls.TableView.HasUnevenRows.get -> bool -Microsoft.Maui.Controls.TableView.HasUnevenRows.set -> void -Microsoft.Maui.Controls.TableView.Intent.get -> Microsoft.Maui.Controls.TableIntent -Microsoft.Maui.Controls.TableView.Intent.set -> void -Microsoft.Maui.Controls.TableView.ModelChanged -> System.EventHandler -Microsoft.Maui.Controls.TableView.RowHeight.get -> int -Microsoft.Maui.Controls.TableView.RowHeight.set -> void -Microsoft.Maui.Controls.TableView.TableView() -> void -Microsoft.Maui.Controls.TabsStyle -Microsoft.Maui.Controls.TabsStyle.Default = 0 -> Microsoft.Maui.Controls.TabsStyle -Microsoft.Maui.Controls.TabsStyle.Hidden = 1 -> Microsoft.Maui.Controls.TabsStyle -Microsoft.Maui.Controls.TabsStyle.Icons = 2 -> Microsoft.Maui.Controls.TabsStyle -Microsoft.Maui.Controls.TabsStyle.OnBottom = 4 -> Microsoft.Maui.Controls.TabsStyle -Microsoft.Maui.Controls.TabsStyle.OnNavigation = 3 -> Microsoft.Maui.Controls.TabsStyle -Microsoft.Maui.Controls.TapGestureRecognizer -Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequired.get -> int -Microsoft.Maui.Controls.TapGestureRecognizer.NumberOfTapsRequired.set -> void -Microsoft.Maui.Controls.TapGestureRecognizer.TapGestureRecognizer() -> void -Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler -Microsoft.Maui.Controls.TappedEventArgs -Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TargetIdiom.Desktop = 3 -> Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TargetIdiom.Phone = 1 -> Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TargetIdiom.Tablet = 2 -> Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TargetIdiom.TV = 4 -> Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TargetIdiom.Unsupported = 0 -> Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TargetIdiom.Watch = 5 -> Microsoft.Maui.Controls.TargetIdiom -Microsoft.Maui.Controls.TemplateBinding -Microsoft.Maui.Controls.TemplateBinding.TemplateBinding() -> void -Microsoft.Maui.Controls.TemplatedPage -Microsoft.Maui.Controls.TemplatedPage.TemplatedPage() -> void -Microsoft.Maui.Controls.TemplatedView -Microsoft.Maui.Controls.TemplatedView.TemplatedView() -> void -Microsoft.Maui.Controls.TemplateExtensions -Microsoft.Maui.Controls.TextAlignmentConverter -Microsoft.Maui.Controls.TextAlignmentConverter.TextAlignmentConverter() -> void -Microsoft.Maui.Controls.TextCell -Microsoft.Maui.Controls.TextCell.TextCell() -> void -Microsoft.Maui.Controls.TextChangedEventArgs -Microsoft.Maui.Controls.TextDecorationConverter -Microsoft.Maui.Controls.TextDecorationConverter.TextDecorationConverter() -> void -Microsoft.Maui.Controls.TimePicker -Microsoft.Maui.Controls.TimePicker.CharacterSpacing.get -> double -Microsoft.Maui.Controls.TimePicker.CharacterSpacing.set -> void -Microsoft.Maui.Controls.TimePicker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes -Microsoft.Maui.Controls.TimePicker.FontAttributes.set -> void -Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabled.get -> bool -Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabled.set -> void -Microsoft.Maui.Controls.TimePicker.FontSize.get -> double -Microsoft.Maui.Controls.TimePicker.FontSize.set -> void -Microsoft.Maui.Controls.TimePicker.Time.get -> System.TimeSpan -Microsoft.Maui.Controls.TimePicker.Time.set -> void -Microsoft.Maui.Controls.TimePicker.TimePicker() -> void -Microsoft.Maui.Controls.ToggledEventArgs -Microsoft.Maui.Controls.ToggledEventArgs.ToggledEventArgs(bool value) -> void -Microsoft.Maui.Controls.ToggledEventArgs.Value.get -> bool -Microsoft.Maui.Controls.Toolbar -Microsoft.Maui.Controls.Toolbar.BackButtonEnabled.get -> bool -Microsoft.Maui.Controls.Toolbar.BackButtonEnabled.set -> void -Microsoft.Maui.Controls.Toolbar.BarHeight.get -> double? -Microsoft.Maui.Controls.Toolbar.BarHeight.set -> void -Microsoft.Maui.Controls.Toolbar.DynamicOverflowEnabled.get -> bool -Microsoft.Maui.Controls.Toolbar.DynamicOverflowEnabled.set -> void -Microsoft.Maui.Controls.Toolbar.IsVisible.get -> bool -Microsoft.Maui.Controls.Toolbar.IsVisible.set -> void -Microsoft.Maui.Controls.Toolbar.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler -Microsoft.Maui.Controls.ToolbarItem -Microsoft.Maui.Controls.ToolbarItem.Order.get -> Microsoft.Maui.Controls.ToolbarItemOrder -Microsoft.Maui.Controls.ToolbarItem.Order.set -> void -Microsoft.Maui.Controls.ToolbarItem.Priority.get -> int -Microsoft.Maui.Controls.ToolbarItem.Priority.set -> void -Microsoft.Maui.Controls.ToolbarItem.ToolbarItem() -> void -Microsoft.Maui.Controls.ToolbarItemOrder -Microsoft.Maui.Controls.ToolbarItemOrder.Default = 0 -> Microsoft.Maui.Controls.ToolbarItemOrder -Microsoft.Maui.Controls.ToolbarItemOrder.Primary = 1 -> Microsoft.Maui.Controls.ToolbarItemOrder -Microsoft.Maui.Controls.ToolbarItemOrder.Secondary = 2 -> Microsoft.Maui.Controls.ToolbarItemOrder -Microsoft.Maui.Controls.TouchEventArgs -Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool -Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void -Microsoft.Maui.Controls.Trigger -Microsoft.Maui.Controls.TriggerAction -Microsoft.Maui.Controls.TriggerAction.TriggerAction() -> void -Microsoft.Maui.Controls.TriggerBase -Microsoft.Maui.Controls.TriggerBase.IsSealed.get -> bool -Microsoft.Maui.Controls.TypeTypeConverter -Microsoft.Maui.Controls.TypeTypeConverter.TypeTypeConverter() -> void -Microsoft.Maui.Controls.UnsolvableConstraintsException -Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException() -> void -Microsoft.Maui.Controls.UriImageSource -Microsoft.Maui.Controls.UriImageSource.CacheValidity.get -> System.TimeSpan -Microsoft.Maui.Controls.UriImageSource.CacheValidity.set -> void -Microsoft.Maui.Controls.UriImageSource.CachingEnabled.get -> bool -Microsoft.Maui.Controls.UriImageSource.CachingEnabled.set -> void -Microsoft.Maui.Controls.UriImageSource.UriImageSource() -> void -Microsoft.Maui.Controls.UriTypeConverter -Microsoft.Maui.Controls.UriTypeConverter.UriTypeConverter() -> void -Microsoft.Maui.Controls.UrlWebViewSource -Microsoft.Maui.Controls.UrlWebViewSource.UrlWebViewSource() -> void -Microsoft.Maui.Controls.ValueChangedEventArgs -Microsoft.Maui.Controls.ValueChangedEventArgs.NewValue.get -> double -Microsoft.Maui.Controls.ValueChangedEventArgs.OldValue.get -> double -Microsoft.Maui.Controls.ValueChangedEventArgs.ValueChangedEventArgs(double oldValue, double newValue) -> void -Microsoft.Maui.Controls.VerticalStackLayout -Microsoft.Maui.Controls.VerticalStackLayout.VerticalStackLayout() -> void -Microsoft.Maui.Controls.View -Microsoft.Maui.Controls.View.GetRendererOverrides() -> Microsoft.Maui.PropertyMapper! -Microsoft.Maui.Controls.View.HorizontalOptions.get -> Microsoft.Maui.Controls.LayoutOptions -Microsoft.Maui.Controls.View.HorizontalOptions.set -> void -Microsoft.Maui.Controls.View.Margin.get -> Microsoft.Maui.Thickness -Microsoft.Maui.Controls.View.Margin.set -> void -Microsoft.Maui.Controls.View.propertyMapper -> Microsoft.Maui.PropertyMapper! -Microsoft.Maui.Controls.View.VerticalOptions.get -> Microsoft.Maui.Controls.LayoutOptions -Microsoft.Maui.Controls.View.VerticalOptions.set -> void -Microsoft.Maui.Controls.View.View() -> void -Microsoft.Maui.Controls.ViewCell -Microsoft.Maui.Controls.ViewCell.ViewCell() -> void -Microsoft.Maui.Controls.ViewExtensions -Microsoft.Maui.Controls.ViewState -Microsoft.Maui.Controls.ViewState.Default = 0 -> Microsoft.Maui.Controls.ViewState -Microsoft.Maui.Controls.ViewState.Prelight = 1 -> Microsoft.Maui.Controls.ViewState -Microsoft.Maui.Controls.ViewState.Pressed = 2 -> Microsoft.Maui.Controls.ViewState -Microsoft.Maui.Controls.VisibilityExtensions -Microsoft.Maui.Controls.VisualAttribute -Microsoft.Maui.Controls.VisualElement -Microsoft.Maui.Controls.VisualElement.AnchorX.get -> double -Microsoft.Maui.Controls.VisualElement.AnchorX.set -> void -Microsoft.Maui.Controls.VisualElement.AnchorY.get -> double -Microsoft.Maui.Controls.VisualElement.AnchorY.set -> void -Microsoft.Maui.Controls.VisualElement.Arrange(Microsoft.Maui.Graphics.Rect bounds) -> void -Microsoft.Maui.Controls.VisualElement.BatchBegin() -> void -Microsoft.Maui.Controls.VisualElement.BatchCommit() -> void -Microsoft.Maui.Controls.VisualElement.BatchCommitted -> System.EventHandler> -Microsoft.Maui.Controls.VisualElement.Batched.get -> bool -Microsoft.Maui.Controls.VisualElement.Bounds.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.VisualElement.ChildrenReordered -> System.EventHandler -Microsoft.Maui.Controls.VisualElement.DesiredSize.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Controls.VisualElement.DesiredSize.set -> void -Microsoft.Maui.Controls.VisualElement.DisableLayout.get -> bool -Microsoft.Maui.Controls.VisualElement.DisableLayout.set -> void -Microsoft.Maui.Controls.VisualElement.FlowDirection.get -> Microsoft.Maui.FlowDirection -Microsoft.Maui.Controls.VisualElement.FlowDirection.set -> void -Microsoft.Maui.Controls.VisualElement.Focus() -> bool -Microsoft.Maui.Controls.VisualElement.FocusChangeRequested -> System.EventHandler -Microsoft.Maui.Controls.VisualElement.Focused -> System.EventHandler -Microsoft.Maui.Controls.VisualElement.FocusRequestArgs -Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Focus.get -> bool -Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Focus.set -> void -Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.FocusRequestArgs() -> void -Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Result.get -> bool -Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Result.set -> void -Microsoft.Maui.Controls.VisualElement.Frame.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Controls.VisualElement.Frame.set -> void -Microsoft.Maui.Controls.VisualElement.Handler.get -> Microsoft.Maui.IViewHandler? -Microsoft.Maui.Controls.VisualElement.Handler.set -> void -Microsoft.Maui.Controls.VisualElement.Height.get -> double -Microsoft.Maui.Controls.VisualElement.HeightRequest.get -> double -Microsoft.Maui.Controls.VisualElement.HeightRequest.set -> void -Microsoft.Maui.Controls.VisualElement.InputTransparent.get -> bool -Microsoft.Maui.Controls.VisualElement.InputTransparent.set -> void -Microsoft.Maui.Controls.VisualElement.InvalidateMeasureNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void -Microsoft.Maui.Controls.VisualElement.IsEnabled.get -> bool -Microsoft.Maui.Controls.VisualElement.IsEnabled.set -> void -Microsoft.Maui.Controls.VisualElement.IsFocused.get -> bool -Microsoft.Maui.Controls.VisualElement.IsInPlatformLayout.get -> bool -Microsoft.Maui.Controls.VisualElement.IsInPlatformLayout.set -> void -Microsoft.Maui.Controls.VisualElement.IsLoaded.get -> bool -Microsoft.Maui.Controls.VisualElement.IsPlatformEnabled.get -> bool -Microsoft.Maui.Controls.VisualElement.IsPlatformEnabled.set -> void -Microsoft.Maui.Controls.VisualElement.IsPlatformStateConsistent.get -> bool -Microsoft.Maui.Controls.VisualElement.IsPlatformStateConsistent.set -> void -Microsoft.Maui.Controls.VisualElement.IsVisible.get -> bool -Microsoft.Maui.Controls.VisualElement.IsVisible.set -> void -Microsoft.Maui.Controls.VisualElement.Layout(Microsoft.Maui.Graphics.Rect bounds) -> void -Microsoft.Maui.Controls.VisualElement.Loaded -> System.EventHandler? -Microsoft.Maui.Controls.VisualElement.MaximumHeightRequest.get -> double -Microsoft.Maui.Controls.VisualElement.MaximumHeightRequest.set -> void -Microsoft.Maui.Controls.VisualElement.MaximumWidthRequest.get -> double -Microsoft.Maui.Controls.VisualElement.MaximumWidthRequest.set -> void -Microsoft.Maui.Controls.VisualElement.MeasureInvalidated -> System.EventHandler -Microsoft.Maui.Controls.VisualElement.MinimumHeightRequest.get -> double -Microsoft.Maui.Controls.VisualElement.MinimumHeightRequest.set -> void -Microsoft.Maui.Controls.VisualElement.MinimumWidthRequest.get -> double -Microsoft.Maui.Controls.VisualElement.MinimumWidthRequest.set -> void -Microsoft.Maui.Controls.VisualElement.OnChildrenReordered() -> void -Microsoft.Maui.Controls.VisualElement.Opacity.get -> double -Microsoft.Maui.Controls.VisualElement.Opacity.set -> void -Microsoft.Maui.Controls.VisualElement.PlatformSizeChanged() -> void -Microsoft.Maui.Controls.VisualElement.Rotation.get -> double -Microsoft.Maui.Controls.VisualElement.Rotation.set -> void -Microsoft.Maui.Controls.VisualElement.RotationX.get -> double -Microsoft.Maui.Controls.VisualElement.RotationX.set -> void -Microsoft.Maui.Controls.VisualElement.RotationY.get -> double -Microsoft.Maui.Controls.VisualElement.RotationY.set -> void -Microsoft.Maui.Controls.VisualElement.Scale.get -> double -Microsoft.Maui.Controls.VisualElement.Scale.set -> void -Microsoft.Maui.Controls.VisualElement.ScaleX.get -> double -Microsoft.Maui.Controls.VisualElement.ScaleX.set -> void -Microsoft.Maui.Controls.VisualElement.ScaleY.get -> double -Microsoft.Maui.Controls.VisualElement.ScaleY.set -> void -Microsoft.Maui.Controls.VisualElement.Shadow.get -> Microsoft.Maui.Controls.Shadow! -Microsoft.Maui.Controls.VisualElement.Shadow.set -> void -Microsoft.Maui.Controls.VisualElement.SizeAllocated(double width, double height) -> void -Microsoft.Maui.Controls.VisualElement.SizeChanged -> System.EventHandler -Microsoft.Maui.Controls.VisualElement.TranslationX.get -> double -Microsoft.Maui.Controls.VisualElement.TranslationX.set -> void -Microsoft.Maui.Controls.VisualElement.TranslationY.get -> double -Microsoft.Maui.Controls.VisualElement.TranslationY.set -> void -Microsoft.Maui.Controls.VisualElement.Unfocus() -> void -Microsoft.Maui.Controls.VisualElement.Unfocused -> System.EventHandler -Microsoft.Maui.Controls.VisualElement.Unloaded -> System.EventHandler? -Microsoft.Maui.Controls.VisualElement.VisibilityConverter -Microsoft.Maui.Controls.VisualElement.VisibilityConverter.VisibilityConverter() -> void -Microsoft.Maui.Controls.VisualElement.VisualElement() -> void -Microsoft.Maui.Controls.VisualElement.Width.get -> double -Microsoft.Maui.Controls.VisualElement.WidthRequest.get -> double -Microsoft.Maui.Controls.VisualElement.WidthRequest.set -> void -Microsoft.Maui.Controls.VisualElement.X.get -> double -Microsoft.Maui.Controls.VisualElement.Y.get -> double -Microsoft.Maui.Controls.VisualElement.ZIndex.get -> int -Microsoft.Maui.Controls.VisualElement.ZIndex.set -> void -Microsoft.Maui.Controls.VisualMarker -Microsoft.Maui.Controls.VisualMarker.DefaultVisual -Microsoft.Maui.Controls.VisualMarker.DefaultVisual.DefaultVisual() -> void -Microsoft.Maui.Controls.VisualState -Microsoft.Maui.Controls.VisualState.VisualState() -> void -Microsoft.Maui.Controls.VisualStateGroup -Microsoft.Maui.Controls.VisualStateGroup.VisualStateGroup() -> void -Microsoft.Maui.Controls.VisualStateGroupList -Microsoft.Maui.Controls.VisualStateGroupList.Clear() -> void -Microsoft.Maui.Controls.VisualStateGroupList.Count.get -> int -Microsoft.Maui.Controls.VisualStateGroupList.IsReadOnly.get -> bool -Microsoft.Maui.Controls.VisualStateGroupList.RemoveAt(int index) -> void -Microsoft.Maui.Controls.VisualStateGroupList.VisualStateGroupList() -> void -Microsoft.Maui.Controls.VisualStateGroupList.VisualStateGroupList(bool isDefault) -> void -Microsoft.Maui.Controls.VisualStateManager -Microsoft.Maui.Controls.VisualStateManager.CommonStates -Microsoft.Maui.Controls.VisualStateManager.CommonStates.CommonStates() -> void -Microsoft.Maui.Controls.VisualTypeConverter -Microsoft.Maui.Controls.VisualTypeConverter.VisualTypeConverter() -> void -Microsoft.Maui.Controls.WebNavigatedEventArgs -Microsoft.Maui.Controls.WebNavigatedEventArgs.Result.get -> Microsoft.Maui.WebNavigationResult -Microsoft.Maui.Controls.WebNavigatingEventArgs -Microsoft.Maui.Controls.WebNavigatingEventArgs.Cancel.get -> bool -Microsoft.Maui.Controls.WebNavigatingEventArgs.Cancel.set -> void -Microsoft.Maui.Controls.WebNavigationEventArgs -Microsoft.Maui.Controls.WebNavigationEventArgs.NavigationEvent.get -> Microsoft.Maui.WebNavigationEvent -Microsoft.Maui.Controls.WebView -Microsoft.Maui.Controls.WebView.CanGoBack.get -> bool -Microsoft.Maui.Controls.WebView.CanGoForward.get -> bool -Microsoft.Maui.Controls.WebView.GoBack() -> void -Microsoft.Maui.Controls.WebView.GoForward() -> void -Microsoft.Maui.Controls.WebView.Navigated -> System.EventHandler -Microsoft.Maui.Controls.WebView.Navigating -> System.EventHandler -Microsoft.Maui.Controls.WebView.Reload() -> void -Microsoft.Maui.Controls.WebView.WebView() -> void -Microsoft.Maui.Controls.WebViewSource -Microsoft.Maui.Controls.WebViewSource.OnSourceChanged() -> void -Microsoft.Maui.Controls.WebViewSource.WebViewSource() -> void -Microsoft.Maui.Controls.WebViewSourceTypeConverter -Microsoft.Maui.Controls.WebViewSourceTypeConverter.WebViewSourceTypeConverter() -> void -Microsoft.Maui.Controls.Window -Microsoft.Maui.Controls.Window.Activated -> System.EventHandler? -Microsoft.Maui.Controls.Window.AddOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool -Microsoft.Maui.Controls.Window.Backgrounding -> System.EventHandler? -Microsoft.Maui.Controls.Window.Created -> System.EventHandler? -Microsoft.Maui.Controls.Window.Deactivated -> System.EventHandler? -Microsoft.Maui.Controls.Window.Destroying -> System.EventHandler? -Microsoft.Maui.Controls.Window.DisplayDensity.get -> float -Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler? -Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection -Microsoft.Maui.Controls.Window.FlowDirection.set -> void -Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler? -Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler? -Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler? -Microsoft.Maui.Controls.Window.ModalPushing -> System.EventHandler? -Microsoft.Maui.Controls.Window.Overlays.get -> System.Collections.Generic.IReadOnlyCollection! -Microsoft.Maui.Controls.Window.Page.get -> Microsoft.Maui.Controls.Page? -Microsoft.Maui.Controls.Window.Page.set -> void -Microsoft.Maui.Controls.Window.PopCanceled -> System.EventHandler? -Microsoft.Maui.Controls.Window.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool -Microsoft.Maui.Controls.Window.Resumed -> System.EventHandler? -Microsoft.Maui.Controls.Window.Stopped -> System.EventHandler? -Microsoft.Maui.Controls.Window.Title.get -> string? -Microsoft.Maui.Controls.Window.Title.set -> void -Microsoft.Maui.Controls.Window.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay! -Microsoft.Maui.Controls.Window.Window() -> void -Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void -Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute -Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void -Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs -Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics -Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics.BindingDiagnostics() -> void -Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs -Microsoft.Maui.Controls.Xaml.IMarkupExtension -Microsoft.Maui.Controls.Xaml.IMarkupExtension -Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService -Microsoft.Maui.Controls.Xaml.Internals.INativeValueConverterService -Microsoft.Maui.Controls.Xaml.IProvideValueTarget -Microsoft.Maui.Controls.Xaml.IReferenceProvider -Microsoft.Maui.Controls.Xaml.IRootObjectProvider -Microsoft.Maui.Controls.Xaml.IValueProvider -Microsoft.Maui.Controls.Xaml.IXamlTypeResolver -Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider -Microsoft.Maui.Controls.Xaml.XamlParseException -Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException() -> void -Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute -Microsoft.Maui.Controls.Xaml.XmlLineInfo -Microsoft.Maui.Controls.Xaml.XmlLineInfo.HasLineInfo() -> bool -Microsoft.Maui.Controls.Xaml.XmlLineInfo.LineNumber.get -> int -Microsoft.Maui.Controls.Xaml.XmlLineInfo.LinePosition.get -> int -Microsoft.Maui.Controls.Xaml.XmlLineInfo.XmlLineInfo() -> void -Microsoft.Maui.Controls.Xaml.XmlLineInfo.XmlLineInfo(int linenumber, int lineposition) -> void -Microsoft.Maui.Controls.XmlnsDefinitionAttribute -Microsoft.Maui.Controls.XmlnsPrefixAttribute -Microsoft.Maui.Foldable.FoldEventArgs -Microsoft.Maui.Foldable.FoldEventArgs.FoldEventArgs() -> void -Microsoft.Maui.Foldable.FoldEventArgs.FoldingFeatureBounds.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Foldable.FoldEventArgs.FoldingFeatureBounds.set -> void -Microsoft.Maui.Foldable.FoldEventArgs.isSeparating.get -> bool -Microsoft.Maui.Foldable.FoldEventArgs.isSeparating.set -> void -Microsoft.Maui.Foldable.FoldEventArgs.WindowBounds.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.Foldable.FoldEventArgs.WindowBounds.set -> void -override Microsoft.Maui.Controls.AbsoluteLayout.OnClear() -> void -override Microsoft.Maui.Controls.Accelerator.GetHashCode() -> int -override Microsoft.Maui.Controls.Animation.Reset() -> void -override Microsoft.Maui.Controls.Application.OnParentSet() -> void -override Microsoft.Maui.Controls.Border.OnPropertyChanged(string? propertyName = null) -> void -override Microsoft.Maui.Controls.BoxView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.BoxView.OnPropertyChanged(string? propertyName = null) -> void -override Microsoft.Maui.Controls.Button.ChangeVisualState() -> void -override Microsoft.Maui.Controls.Button.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Cell.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Cell.OnParentSet() -> void -override Microsoft.Maui.Controls.CheckBox.ChangeVisualState() -> void -override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Compatibility.FlexLayout.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnParentSet() -> void -override Microsoft.Maui.Controls.Compatibility.Grid.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.Compatibility.Grid.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Compatibility.Grid.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Compatibility.Layout.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.Compatibility.Layout.InvalidateMeasureOverride() -> void -override Microsoft.Maui.Controls.Compatibility.Layout.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Compatibility.Layout.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.Compatibility.Layout.OnSizeAllocated(double width, double height) -> void -override Microsoft.Maui.Controls.Compatibility.RelativeLayout.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Compatibility.StackLayout.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.Compatibility.StackLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.ContentPage.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.ContentPage.InvalidateMeasureOverride() -> void -override Microsoft.Maui.Controls.ContentPage.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.ContentPage.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.ContentPresenter.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.ContentPresenter.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.ContentView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.ContentView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.ContentView.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Editor.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.Editor.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.Element.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.FileImageSource.IsEmpty.get -> bool -override Microsoft.Maui.Controls.FlexLayout.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.FlexLayout.OnClear() -> void -override Microsoft.Maui.Controls.FlexLayout.OnParentSet() -> void -override Microsoft.Maui.Controls.FlyoutPage.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.FlyoutPage.OnAppearing() -> void -override Microsoft.Maui.Controls.FlyoutPage.OnBackButtonPressed() -> bool -override Microsoft.Maui.Controls.FlyoutPage.OnParentSet() -> void -override Microsoft.Maui.Controls.FontImageSource.IsEmpty.get -> bool -override Microsoft.Maui.Controls.FormattedString.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.GradientBrush.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.GradientStop.GetHashCode() -> int -override Microsoft.Maui.Controls.Grid.InvalidateMeasure() -> void -override Microsoft.Maui.Controls.Grid.OnClear() -> void -override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Dispose(bool disposing) -> void -override Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor.MeasureItem(int index, double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.GetFooterView() -> Tizen.NUI.BaseComponents.View? -override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.GetHeaderView() -> Tizen.NUI.BaseComponents.View? -override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.MeasureHeader(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.CreateNativeView(int index) -> Tizen.NUI.BaseComponents.View! -override Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.Dispose(bool disposing) -> void -override Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.GetViewCategory(int index) -> object! -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateNativeView() -> Tizen.NUI.BaseComponents.View! -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateNativeView(int index) -> Tizen.NUI.BaseComponents.View! -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.Dispose(bool disposing) -> void -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetFooterView() -> Tizen.NUI.BaseComponents.View? -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetHeaderView() -> Tizen.NUI.BaseComponents.View? -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetViewCategory(int index) -> object! -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureFooter(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureHeader(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureItem(int index, double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.RemoveNativeView(Tizen.NUI.BaseComponents.View! native) -> void -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.SendItemSelected(System.Collections.Generic.IEnumerable! selected) -> void -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.SetBinding(Tizen.NUI.BaseComponents.View! native, int index) -> void -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.UnBinding(Tizen.NUI.BaseComponents.View! native) -> void -override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.UpdateViewState(Tizen.NUI.BaseComponents.View! view, Tizen.UIExtensions.NUI.ViewHolderState state) -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.CreateItemAdaptor(Microsoft.Maui.Controls.ItemsView! view) -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! -override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.GetItemsLayout() -> Microsoft.Maui.Controls.IItemsLayout! -override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.SetupNewElement(Microsoft.Maui.Controls.CarouselView! newElement) -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.TearDownOldElement(Microsoft.Maui.Controls.CarouselView! oldElement) -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateAdaptor() -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateLayoutManager() -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView.CreateItemAdaptor(Microsoft.Maui.Controls.ItemsView! view) -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! -override Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView.GetIndex(Microsoft.Maui.Controls.ScrollToRequestEventArgs! request) -> int -override Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.OnItemSelectedFromUI(object? sender, Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs! e) -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.UpdateAdaptor() -> void -override Microsoft.Maui.Controls.Handlers.Items.MauiStructuredItemsView.GetItemsLayout() -> Microsoft.Maui.Controls.IItemsLayout! -override Microsoft.Maui.Controls.Handlers.ShellItemHandler.ConnectHandler(Microsoft.Maui.Controls.Platform.ShellItemView! platformView) -> void -override Microsoft.Maui.Controls.Handlers.ShellItemHandler.CreatePlatformElement() -> Microsoft.Maui.Controls.Platform.ShellItemView! -override Microsoft.Maui.Controls.Handlers.ShellItemHandler.DisconnectHandler(Microsoft.Maui.Controls.Platform.ShellItemView! platformView) -> void -override Microsoft.Maui.Controls.Handlers.ShellSectionHandler.ConnectHandler(Microsoft.Maui.Controls.Platform.ShellSectionStackManager! platformView) -> void -override Microsoft.Maui.Controls.Handlers.ShellSectionHandler.CreatePlatformElement() -> Microsoft.Maui.Controls.Platform.ShellSectionStackManager! -override Microsoft.Maui.Controls.Handlers.ShellSectionHandler.DisconnectHandler(Microsoft.Maui.Controls.Platform.ShellSectionStackManager! platformView) -> void -override Microsoft.Maui.Controls.Image.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Image.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.ImageButton.ChangeVisualState() -> void -override Microsoft.Maui.Controls.ImageButton.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.ImageButton.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.ImageCell.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.IndicatorView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.ItemsView.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.ItemsView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Label.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Layout.InvalidateMeasureOverride() -> void -override Microsoft.Maui.Controls.Layout.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.LinearGradientBrush.IsEmpty.get -> bool -override Microsoft.Maui.Controls.ListView.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.ListView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.MultiPage.OnBackButtonPressed() -> bool -override Microsoft.Maui.Controls.NavigationPage.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.NavigationPage.OnBackButtonPressed() -> bool -override Microsoft.Maui.Controls.NullEffect.OnAttached() -> void -override Microsoft.Maui.Controls.NullEffect.OnDetached() -> void -override Microsoft.Maui.Controls.Page.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Page.OnParentSet() -> void -override Microsoft.Maui.Controls.Page.OnSizeAllocated(double width, double height) -> void -override Microsoft.Maui.Controls.Platform.PanGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! -override Microsoft.Maui.Controls.Platform.PinchGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! -override Microsoft.Maui.Controls.Platform.SwipeGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! -override Microsoft.Maui.Controls.Platform.TapGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! -override Microsoft.Maui.Controls.Platform.ShellDataTemplateSelector.OnSelectTemplate(object! item, Microsoft.Maui.Controls.BindableObject! container) -> Microsoft.Maui.Controls.DataTemplate! -override Microsoft.Maui.Controls.Platform.ShellSectionStackManager.Disconnect() -> void -override Microsoft.Maui.Controls.Platform.ShellSectionStackManager.InitializeStack(System.Collections.Generic.IReadOnlyList! newStack, bool animated) -> System.Threading.Tasks.Task! -override Microsoft.Maui.Controls.RadialGradientBrush.IsEmpty.get -> bool -override Microsoft.Maui.Controls.RadioButton.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.RadioButton.ChangeVisualState() -> void -override Microsoft.Maui.Controls.RadioButton.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.RadioButton.OnApplyTemplate() -> void -override Microsoft.Maui.Controls.RadioButton.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.RefreshView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.RoutingEffect.OnAttached() -> void -override Microsoft.Maui.Controls.RoutingEffect.OnDetached() -> void -override Microsoft.Maui.Controls.ScrollView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.ScrollView.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.ScrollView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.ScrollView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.Shapes.Shape.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Controls.Shell.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.Shell.OnBackButtonPressed() -> bool -override Microsoft.Maui.Controls.Shell.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.ShellAppearance.GetHashCode() -> int -override Microsoft.Maui.Controls.ShellItem.OnParentSet() -> void -override Microsoft.Maui.Controls.ShellSection.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.ShellSection.OnParentSet() -> void -override Microsoft.Maui.Controls.SolidColorBrush.GetHashCode() -> int -override Microsoft.Maui.Controls.SolidColorBrush.IsEmpty.get -> bool -override Microsoft.Maui.Controls.Span.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.StreamImageSource.IsEmpty.get -> bool -override Microsoft.Maui.Controls.SwipeItems.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.SwipeView.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.SwipeView.OnChildAdded(Microsoft.Maui.Controls.Element! child) -> void -override Microsoft.Maui.Controls.SwipeView.OnChildRemoved(Microsoft.Maui.Controls.Element! child, int oldLogicalIndex) -> void -override Microsoft.Maui.Controls.Switch.ChangeVisualState() -> void -override Microsoft.Maui.Controls.TabbedPage.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.TableSectionBase.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.TableView.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.TableView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.TemplatedView.LayoutChildren(double x, double y, double width, double height) -> void -override Microsoft.Maui.Controls.TemplatedView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -override Microsoft.Maui.Controls.TextCell.OnTapped() -> void -override Microsoft.Maui.Controls.UriImageSource.IsEmpty.get -> bool -override Microsoft.Maui.Controls.View.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.VisualElement.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.VisualState.GetHashCode() -> int -override Microsoft.Maui.Controls.VisualStateGroup.GetHashCode() -> int -override Microsoft.Maui.Controls.VisualStateGroupList.GetHashCode() -> int -override Microsoft.Maui.Controls.WebView.OnBindingContextChanged() -> void -override Microsoft.Maui.Controls.Window.OnPropertyChanged(string? propertyName = null) -> void -override sealed Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject! bindable) -> void -override sealed Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(TView! bindable) -> void -override sealed Microsoft.Maui.Controls.PlatformBehavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject! bindable) -> void -override sealed Microsoft.Maui.Controls.PlatformBehavior.OnDetachingFrom(TView! bindable) -> void -static Microsoft.Maui.Controls.AbsoluteLayout.AutoSize -> double -static Microsoft.Maui.Controls.Application.AccentColor.get -> Microsoft.Maui.Graphics.Color? -static Microsoft.Maui.Controls.Application.AccentColor.set -> void -static Microsoft.Maui.Controls.Application.Current.get -> Microsoft.Maui.Controls.Application? -static Microsoft.Maui.Controls.Application.Current.set -> void -static Microsoft.Maui.Controls.Application.SetCurrentApplication(Microsoft.Maui.Controls.Application! value) -> void -static Microsoft.Maui.Controls.Border.ContentChanged(Microsoft.Maui.Controls.BindableObject! bindable, object! oldValue, object! newValue) -> void -static Microsoft.Maui.Controls.Border.StrokeThicknessChanged(Microsoft.Maui.Controls.BindableObject! bindable, object! oldValue, object! newValue) -> void -static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.AutoSize.get -> double -static Microsoft.Maui.Controls.DesignMode.IsDesignModeEnabled.get -> bool -static Microsoft.Maui.Controls.Device.FlowDirection.get -> Microsoft.Maui.FlowDirection -static Microsoft.Maui.Controls.Device.Idiom.get -> Microsoft.Maui.Controls.TargetIdiom -static Microsoft.Maui.Controls.Device.IsInvokeRequired.get -> bool -static Microsoft.Maui.Controls.Element.MapAutomationPropertiesExcludedWithChildren(Microsoft.Maui.IElementHandler! handler, Microsoft.Maui.Controls.Element! element) -> void -static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler! handler, Microsoft.Maui.Controls.Element! element) -> void -static Microsoft.Maui.Controls.FlyoutPage.ControlsFlyoutPageMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Controls.FontExtensions.GetFontAttributes(this Microsoft.Maui.Font font) -> Microsoft.Maui.Controls.FontAttributes -static Microsoft.Maui.Controls.FontExtensions.ToFont(this Microsoft.Maui.Controls.Internals.IFontElement! element, double? defaultSize = null) -> Microsoft.Maui.Font -static Microsoft.Maui.Controls.FontExtensions.WithAttributes(this Microsoft.Maui.Font font, Microsoft.Maui.Controls.FontAttributes attributes) -> Microsoft.Maui.Font -static Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapAutomationId(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapBackground(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapBackgroundColor(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapIsEnabled(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRendererCommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRendererMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.Create(Microsoft.Maui.Controls.ItemsView! itemsView) -> Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor! -static Microsoft.Maui.Controls.Handlers.ShellItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Controls.Handlers.ShellItemHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.ShellItemHandler! handler, Microsoft.Maui.Controls.ShellItem! item) -> void -static Microsoft.Maui.Controls.Handlers.ShellItemHandler.Mapper -> Microsoft.Maui.PropertyMapper! -static Microsoft.Maui.Controls.Handlers.ShellItemHandler.MapTabBarIsVisible(Microsoft.Maui.Controls.Handlers.ShellItemHandler! handler, Microsoft.Maui.Controls.ShellItem! item) -> void -static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.ShellSectionHandler! handler, Microsoft.Maui.Controls.ShellSection! item) -> void -static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.Mapper -> Microsoft.Maui.PropertyMapper! -static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.RequestNavigation(Microsoft.Maui.Controls.Handlers.ShellSectionHandler! handler, Microsoft.Maui.IStackNavigation! view, object? arg3) -> void -static Microsoft.Maui.Controls.Internals.Profile.Enable() -> void -static Microsoft.Maui.Controls.Internals.Profile.IsEnabled.get -> bool -static Microsoft.Maui.Controls.Internals.Profile.Start() -> void -static Microsoft.Maui.Controls.Internals.Profile.Stop() -> void -static Microsoft.Maui.Controls.Internals.Registrar.RegisterStylesheets(Microsoft.Maui.Controls.InitializationFlags flags) -> void -static Microsoft.Maui.Controls.LayoutDirectionExtensions.ToFlowDirection(this Microsoft.Maui.ApplicationModel.LayoutDirection layoutDirection) -> Microsoft.Maui.FlowDirection -static Microsoft.Maui.Controls.Platform.CollectionViewExtensions.ToNative(this Microsoft.Maui.Controls.SelectionMode selectionMode) -> Tizen.UIExtensions.NUI.CollectionViewSelectionMode -static Microsoft.Maui.Controls.Platform.ImageExtensions.IsNullOrEmpty(this Microsoft.Maui.Controls.ImageSource? imageSource) -> bool -static Microsoft.Maui.Controls.Platform.SearchBarExtensions.ToPlatform(this Microsoft.Maui.Controls.FontAttributes fontAttribute) -> Tizen.UIExtensions.Common.FontAttributes -static Microsoft.Maui.Controls.Shapes.Matrix.Identity.get -> Microsoft.Maui.Controls.Shapes.Matrix -static Microsoft.Maui.Controls.Shapes.Matrix.Multiply(Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2) -> Microsoft.Maui.Controls.Shapes.Matrix -static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2) -> Microsoft.Maui.Controls.Shapes.Matrix -static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix(this System.Numerics.Matrix3x2 matrix3x2) -> Microsoft.Maui.Controls.Shapes.Matrix -static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix3X2(this Microsoft.Maui.Controls.Shapes.Matrix matrix) -> System.Numerics.Matrix3x2 -static Microsoft.Maui.Controls.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper! -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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.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! -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! -static Microsoft.Maui.Controls.ViewExtensions.RelRotateTo(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Controls.ViewExtensions.RelScaleTo(this Microsoft.Maui.Controls.VisualElement! view, double dscale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Controls.ViewExtensions.RotateTo(this Microsoft.Maui.Controls.VisualElement! view, double rotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Controls.ViewExtensions.RotateXTo(this Microsoft.Maui.Controls.VisualElement! view, double rotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Controls.ViewExtensions.RotateYTo(this Microsoft.Maui.Controls.VisualElement! view, double rotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Controls.ViewExtensions.ScaleTo(this Microsoft.Maui.Controls.VisualElement! view, double scale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Controls.ViewExtensions.ScaleXTo(this Microsoft.Maui.Controls.VisualElement! view, double scale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! -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! -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! -static Microsoft.Maui.Controls.VisibilityExtensions.ToVisibility(this bool isVisible) -> Microsoft.Maui.Visibility -static Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics.BindingFailed -> System.EventHandler -static readonly Microsoft.Maui.Controls.Border.ContentProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeDashOffsetProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeLineCapProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeLineJoinProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeShapeProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Border.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.LayoutOptions.Center -> Microsoft.Maui.Controls.LayoutOptions -static readonly Microsoft.Maui.Controls.LayoutOptions.CenterAndExpand -> Microsoft.Maui.Controls.LayoutOptions -static readonly Microsoft.Maui.Controls.LayoutOptions.End -> Microsoft.Maui.Controls.LayoutOptions -static readonly Microsoft.Maui.Controls.LayoutOptions.EndAndExpand -> Microsoft.Maui.Controls.LayoutOptions -static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Controls.LayoutOptions -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.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! -static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffsetProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCapProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> Microsoft.Maui.Controls.BindableProperty! -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.VisualElement.ShadowProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.Window.FlowDirectionProperty -> 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! -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! -virtual Microsoft.Maui.Controls.Application.OnAppLinkRequestReceived(System.Uri! uri) -> void -virtual Microsoft.Maui.Controls.Application.OnResume() -> void -virtual Microsoft.Maui.Controls.Application.OnSleep() -> void -virtual Microsoft.Maui.Controls.Application.OnStart() -> void -virtual Microsoft.Maui.Controls.Application.OpenWindow(Microsoft.Maui.Controls.Window! window) -> void -virtual Microsoft.Maui.Controls.BaseShellItem.OnAppearing() -> void -virtual Microsoft.Maui.Controls.BaseShellItem.OnDisappearing() -> void -virtual Microsoft.Maui.Controls.BindableObject.OnBindingContextChanged() -> void -virtual Microsoft.Maui.Controls.CarouselView.AnimateCurrentItemChanges.get -> bool -virtual Microsoft.Maui.Controls.CarouselView.AnimatePositionChanges.get -> bool -virtual Microsoft.Maui.Controls.Cell.OnAppearing() -> void -virtual Microsoft.Maui.Controls.Cell.OnDisappearing() -> void -virtual Microsoft.Maui.Controls.Cell.OnTapped() -> void -virtual Microsoft.Maui.Controls.Compatibility.Layout.InvalidateLayout() -> void -virtual Microsoft.Maui.Controls.Compatibility.Layout.OnChildMeasureInvalidated() -> void -virtual Microsoft.Maui.Controls.Element.OnHandlerChanged() -> void -virtual Microsoft.Maui.Controls.Element.OnParentChanged() -> void -virtual Microsoft.Maui.Controls.Element.OnParentSet() -> void -virtual Microsoft.Maui.Controls.FlyoutPage.ShouldShowToolbarButton() -> bool -virtual Microsoft.Maui.Controls.HandlerAttribute.ShouldRegister() -> bool -virtual Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs! e) -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnElementPropertyChanged(object? sender, System.ComponentModel.PropertyChangedEventArgs! e) -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.CreateNativeControl() -> TPlatformView! -virtual Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.DisconnectHandler(TPlatformView! oldPlatformView) -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MinimumSize() -> Microsoft.Maui.Graphics.Size -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs! e) -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.OnElementPropertyChanged(object! sender, System.ComponentModel.PropertyChangedEventArgs! e) -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetAutomationId(string! id) -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetImportantForAccessibility() -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetIsEnabled() -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateBackground() -> void -virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateBackgroundColor() -> void -virtual Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateFooterView() -> Microsoft.Maui.Controls.View? -virtual Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateHeaderView() -> Microsoft.Maui.Controls.View? -virtual Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.IsSelectable.get -> bool -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.CreateItemAdaptor(Microsoft.Maui.Controls.ItemsView! view) -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.GetIndex(Microsoft.Maui.Controls.ScrollToRequestEventArgs! request) -> int -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.OnItemSelectedFromUI(object? sender, Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs! e) -> void -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.SetupNewElement(TItemsView! newElement) -> void -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.TearDownOldElement(TItemsView! oldElement) -> void -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateAdaptor() -> void -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateItemsSource() -> void -virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateLayoutManager() -> void -virtual Microsoft.Maui.Controls.Handlers.ShellSectionHandler.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Controls.Handlers.ShellItemHandler.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Controls.Platform.ShellItemView.CreateItemAdaptor() -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! -virtual Microsoft.Maui.Controls.Platform.ShellSectionView.CreateItemAdaptor() -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! -virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationContentView() -> Microsoft.Maui.Controls.Platform.INavigationContentView! -virtual Microsoft.Maui.Controls.ImageSource.IsEmpty.get -> bool -virtual Microsoft.Maui.Controls.ItemsView.OnRemainingItemsThresholdReached() -> void -virtual Microsoft.Maui.Controls.Layout.OnClear() -> void -virtual Microsoft.Maui.Controls.MenuItem.OnClicked() -> void -virtual Microsoft.Maui.Controls.MultiPage.OnCurrentPageChanged() -> void -virtual Microsoft.Maui.Controls.Page.LayoutChildren(double x, double y, double width, double height) -> void -virtual Microsoft.Maui.Controls.Page.OnAppearing() -> void -virtual Microsoft.Maui.Controls.Page.OnBackButtonPressed() -> bool -virtual Microsoft.Maui.Controls.Page.OnDisappearing() -> void -virtual Microsoft.Maui.Controls.Platform.GestureHandler.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Controls.Platform.GestureHandler.Element.get -> Microsoft.Maui.Controls.VisualElement? -virtual Microsoft.Maui.Controls.Platform.ShellView.CreateItemAdaptor() -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! -virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationDrawer() -> Tizen.UIExtensions.NUI.INavigationDrawer! -virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationView() -> Microsoft.Maui.Controls.Platform.INavigationView! -virtual Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void -virtual Microsoft.Maui.Controls.PlatformBehavior.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void -virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void -virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void -virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void -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.TemplatedPage.OnApplyTemplate() -> void -virtual Microsoft.Maui.Controls.TemplatedView.OnApplyTemplate() -> void -virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.get -> bool -virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.set -> void -virtual Microsoft.Maui.Controls.Toolbar.DrawerToggleVisible.get -> bool -virtual Microsoft.Maui.Controls.Toolbar.DrawerToggleVisible.set -> void -virtual Microsoft.Maui.Controls.VisualElement.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -virtual Microsoft.Maui.Controls.VisualElement.ChangeVisualState() -> void -virtual Microsoft.Maui.Controls.VisualElement.InvalidateMeasure() -> void -virtual Microsoft.Maui.Controls.VisualElement.InvalidateMeasureOverride() -> void -virtual Microsoft.Maui.Controls.VisualElement.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest -virtual Microsoft.Maui.Controls.VisualElement.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -virtual Microsoft.Maui.Controls.VisualElement.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -virtual Microsoft.Maui.Controls.VisualElement.OnSizeAllocated(double width, double height) -> void -virtual Microsoft.Maui.Controls.Window.OnActivated() -> void -virtual Microsoft.Maui.Controls.Window.OnBackgrounding(Microsoft.Maui.IPersistedState! state) -> void -virtual Microsoft.Maui.Controls.Window.OnCreated() -> void -virtual Microsoft.Maui.Controls.Window.OnDeactivated() -> void -virtual Microsoft.Maui.Controls.Window.OnDestroying() -> void -virtual Microsoft.Maui.Controls.Window.OnDisplayDensityChanged(float displayDensity) -> void -virtual Microsoft.Maui.Controls.Window.OnResumed() -> void -virtual Microsoft.Maui.Controls.Window.OnStopped() -> void -~abstract Microsoft.Maui.Controls.DataTemplateSelector.OnSelectTemplate(object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate -~abstract Microsoft.Maui.Controls.Internals.GIFImageParser.AddBitmap(Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmap bitmap, bool ignoreImageData) -> void -~abstract Microsoft.Maui.Controls.Internals.TableModel.GetItem(int section, int row) -> object -~abstract Microsoft.Maui.Controls.Layout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~abstract Microsoft.Maui.Controls.MultiPage.CreateDefault(object item) -> T -~abstract Microsoft.Maui.Controls.RouteFactory.GetOrCreate() -> Microsoft.Maui.Controls.Element -~abstract Microsoft.Maui.Controls.RouteFactory.GetOrCreate(System.IServiceProvider services) -> Microsoft.Maui.Controls.Element -~abstract Microsoft.Maui.Controls.Shapes.Geometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~abstract Microsoft.Maui.Controls.TriggerAction.Invoke(T sender) -> void -~abstract Microsoft.Maui.Controls.WebViewSource.Load(Microsoft.Maui.IWebViewDelegate renderer) -> void -~const Microsoft.Maui.Controls.Binding.SelfPath = "." -> string -~const Microsoft.Maui.Controls.BrushTypeConverter.Hsl = "hsl" -> string -~const Microsoft.Maui.Controls.BrushTypeConverter.Hsla = "hsla" -> string -~const Microsoft.Maui.Controls.BrushTypeConverter.LinearGradient = "linear-gradient" -> string -~const Microsoft.Maui.Controls.BrushTypeConverter.RadialGradient = "radial-gradient" -> string -~const Microsoft.Maui.Controls.BrushTypeConverter.Rgb = "rgb" -> string -~const Microsoft.Maui.Controls.BrushTypeConverter.Rgba = "rgba" -> string -~const Microsoft.Maui.Controls.CarouselView.CurrentItemVisualState = "CurrentItem" -> string -~const Microsoft.Maui.Controls.CarouselView.DefaultItemVisualState = "DefaultItem" -> string -~const Microsoft.Maui.Controls.CarouselView.NextItemVisualState = "NextItem" -> string -~const Microsoft.Maui.Controls.CarouselView.PreviousItemVisualState = "PreviousItem" -> string -~const Microsoft.Maui.Controls.CheckBox.IsCheckedVisualState = "IsChecked" -> string -~const Microsoft.Maui.Controls.Device.Android = "Android" -> string -~const Microsoft.Maui.Controls.Device.iOS = "iOS" -> string -~const Microsoft.Maui.Controls.Device.MacCatalyst = "MacCatalyst" -> string -~const Microsoft.Maui.Controls.Device.Tizen = "Tizen" -> string -~const Microsoft.Maui.Controls.Device.tvOS = "tvOS" -> string -~const Microsoft.Maui.Controls.Device.UWP = "WinUI" -> string -~const Microsoft.Maui.Controls.Device.WinUI = "WinUI" -> string -~const Microsoft.Maui.Controls.FlyoutItem.ImageStyle = "FlyoutItemImageStyle" -> string -~const Microsoft.Maui.Controls.FlyoutItem.LabelStyle = "FlyoutItemLabelStyle" -> string -~const Microsoft.Maui.Controls.FlyoutItem.LayoutStyle = "FlyoutItemLayoutStyle" -> string -~const Microsoft.Maui.Controls.Page.ActionSheetSignalName = "Microsoft.Maui.Controls.ShowActionSheet" -> string -~const Microsoft.Maui.Controls.Page.AlertSignalName = "Microsoft.Maui.Controls.SendAlert" -> string -~const Microsoft.Maui.Controls.Page.BusySetSignalName = "Microsoft.Maui.Controls.BusySet" -> string -~const Microsoft.Maui.Controls.Page.PromptSignalName = "Microsoft.Maui.Controls.SendPrompt" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Bottom = "bottom" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Circle = "circle" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Default = "default" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.SelectMode = "select_mode" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Text = "textbutton" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Back = "Back" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Down = "Down" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Forward = "Forward" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Left = "Left" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.None = "None" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Right = "Right" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Up = "Up" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Black = "Black" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Bold = "Bold" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Book = "Book" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.ExtraBlack = "ExtraBlack" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Light = "Light" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Medium = "Medium" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.None = "None" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Normal = "Normal" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.SemiBold = "SemiBold" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Thin = "Thin" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.UltraBold = "UltraBold" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.UltraLight = "UltraLight" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle.Default = "default" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle.Pending = "pending" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.CheckBox = "default" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.Favorite = "favorite" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.OnOff = "on&off" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.Small = "small" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.Toggle = "toggle" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle.Default = "default" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle.Tabbar = "tabbar" -> string -~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle.TabbarWithTitle = "tabbar_with_title" -> string -~const Microsoft.Maui.Controls.RadioButton.CheckedIndicator = "CheckedIndicator" -> string -~const Microsoft.Maui.Controls.RadioButton.CheckedVisualState = "Checked" -> string -~const Microsoft.Maui.Controls.RadioButton.TemplateRootName = "Root" -> string -~const Microsoft.Maui.Controls.RadioButton.UncheckedButton = "Button" -> string -~const Microsoft.Maui.Controls.RadioButton.UncheckedVisualState = "Unchecked" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Ellipse = "Ellipse" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Line = "Line" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Path = "Path" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Polygon = "Polygon" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Polyline = "Polyline" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Rectangle = "Rectangle" -> string -~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.RoundRectangle = "RoundRectangle" -> string -~const Microsoft.Maui.Controls.Switch.SwitchOffVisualState = "Off" -> string -~const Microsoft.Maui.Controls.Switch.SwitchOnVisualState = "On" -> string -~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.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 -~Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.IView view, Microsoft.Maui.Graphics.Rect bounds) -> void -~Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutFlags(Microsoft.Maui.IView view, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags) -> void -~Microsoft.Maui.Controls.Accelerator.Keys.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.Accelerator.Keys.set -> void -~Microsoft.Maui.Controls.Accelerator.Modifiers.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.Accelerator.Modifiers.set -> void -~Microsoft.Maui.Controls.ActivityIndicator.Color.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ActivityIndicator.Color.set -> void -~Microsoft.Maui.Controls.ActivityIndicator.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.AndExpandLayoutManager.AndExpandLayoutManager(Microsoft.Maui.Controls.StackLayout stackLayout) -> void -~Microsoft.Maui.Controls.Animation.Add(double beginAt, double finishAt, Microsoft.Maui.Controls.Animation animation) -> void -~Microsoft.Maui.Controls.Animation.Animation(System.Action callback, double start = 0, double end = 1, Microsoft.Maui.Easing easing = null, System.Action finished = null) -> void -~Microsoft.Maui.Controls.Animation.Commit(Microsoft.Maui.Controls.IAnimatable owner, string name, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void -~Microsoft.Maui.Controls.Animation.GetCallback() -> System.Action -~Microsoft.Maui.Controls.Animation.Insert(double beginAt, double finishAt, Microsoft.Maui.Controls.Animation animation) -> Microsoft.Maui.Controls.Animation -~Microsoft.Maui.Controls.Animation.WithConcurrent(Microsoft.Maui.Controls.Animation animation, double beginAt = 0, double finishAt = 1) -> Microsoft.Maui.Controls.Animation -~Microsoft.Maui.Controls.Animation.WithConcurrent(System.Action callback, double start = 0, double end = 1, Microsoft.Maui.Easing easing = null, double beginAt = 0, double finishAt = 1) -> Microsoft.Maui.Controls.Animation -~Microsoft.Maui.Controls.AppLinkEntry.AppLinkUri.get -> System.Uri -~Microsoft.Maui.Controls.AppLinkEntry.AppLinkUri.set -> void -~Microsoft.Maui.Controls.AppLinkEntry.Description.get -> string -~Microsoft.Maui.Controls.AppLinkEntry.Description.set -> void -~Microsoft.Maui.Controls.AppLinkEntry.KeyValues.get -> System.Collections.Generic.IDictionary -~Microsoft.Maui.Controls.AppLinkEntry.Thumbnail.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.AppLinkEntry.Thumbnail.set -> void -~Microsoft.Maui.Controls.AppLinkEntry.Title.get -> string -~Microsoft.Maui.Controls.AppLinkEntry.Title.set -> void -~Microsoft.Maui.Controls.BackButtonBehavior.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.BackButtonBehavior.Command.set -> void -~Microsoft.Maui.Controls.BackButtonBehavior.CommandParameter.get -> object -~Microsoft.Maui.Controls.BackButtonBehavior.CommandParameter.set -> void -~Microsoft.Maui.Controls.BackButtonBehavior.IconOverride.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.BackButtonBehavior.IconOverride.set -> void -~Microsoft.Maui.Controls.BackButtonBehavior.TextOverride.get -> string -~Microsoft.Maui.Controls.BackButtonBehavior.TextOverride.set -> void -~Microsoft.Maui.Controls.BackgroundingEventArgs.BackgroundingEventArgs(Microsoft.Maui.IPersistedState state) -> void -~Microsoft.Maui.Controls.BackgroundingEventArgs.State.get -> Microsoft.Maui.IPersistedState -~Microsoft.Maui.Controls.BackgroundingEventArgs.State.set -> void -~Microsoft.Maui.Controls.BaseShellItem.FlyoutIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.BaseShellItem.FlyoutIcon.set -> void -~Microsoft.Maui.Controls.BaseShellItem.Icon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.BaseShellItem.Icon.set -> void -~Microsoft.Maui.Controls.BaseShellItem.Route.get -> string -~Microsoft.Maui.Controls.BaseShellItem.Route.set -> void -~Microsoft.Maui.Controls.BaseShellItem.Title.get -> string -~Microsoft.Maui.Controls.BaseShellItem.Title.set -> void -~Microsoft.Maui.Controls.BaseShellItem.Window.get -> Microsoft.Maui.Controls.Window -~Microsoft.Maui.Controls.Behavior.AssociatedType.get -> System.Type -~Microsoft.Maui.Controls.Behavior -~Microsoft.Maui.Controls.BindableObject.BindingContext.get -> object -~Microsoft.Maui.Controls.BindableObject.BindingContext.set -> void -~Microsoft.Maui.Controls.BindableObject.ClearValue(Microsoft.Maui.Controls.BindableProperty property) -> void -~Microsoft.Maui.Controls.BindableObject.ClearValue(Microsoft.Maui.Controls.BindablePropertyKey propertyKey) -> void -~Microsoft.Maui.Controls.BindableObject.CoerceValue(Microsoft.Maui.Controls.BindableProperty property) -> void -~Microsoft.Maui.Controls.BindableObject.CoerceValue(Microsoft.Maui.Controls.BindablePropertyKey propertyKey) -> void -~Microsoft.Maui.Controls.BindableObject.Dispatcher.get -> Microsoft.Maui.Dispatching.IDispatcher -~Microsoft.Maui.Controls.BindableObject.GetValue(Microsoft.Maui.Controls.BindableProperty property) -> object -~Microsoft.Maui.Controls.BindableObject.IsSet(Microsoft.Maui.Controls.BindableProperty targetProperty) -> bool -~Microsoft.Maui.Controls.BindableObject.RemoveBinding(Microsoft.Maui.Controls.BindableProperty property) -> void -~Microsoft.Maui.Controls.BindableObject.SetBinding(Microsoft.Maui.Controls.BindableProperty targetProperty, Microsoft.Maui.Controls.BindingBase binding) -> void -~Microsoft.Maui.Controls.BindableObject.SetValue(Microsoft.Maui.Controls.BindableProperty property, object value) -> void -~Microsoft.Maui.Controls.BindableObject.SetValue(Microsoft.Maui.Controls.BindablePropertyKey propertyKey, object value) -> void -~Microsoft.Maui.Controls.BindableObject.SetValueCore(Microsoft.Maui.Controls.BindableProperty property, object value, Microsoft.Maui.Controls.Internals.SetValueFlags attributes = Microsoft.Maui.Controls.Internals.SetValueFlags.None) -> void -~Microsoft.Maui.Controls.BindableProperty.DeclaringType.get -> System.Type -~Microsoft.Maui.Controls.BindableProperty.DefaultValue.get -> object -~Microsoft.Maui.Controls.BindableProperty.PropertyName.get -> string -~Microsoft.Maui.Controls.BindableProperty.ReturnType.get -> System.Type -~Microsoft.Maui.Controls.BindablePropertyKey.BindableProperty.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Binding.Binding(string path, Microsoft.Maui.Controls.BindingMode mode = Microsoft.Maui.Controls.BindingMode.Default, Microsoft.Maui.Controls.IValueConverter converter = null, object converterParameter = null, string stringFormat = null, object source = null) -> void -~Microsoft.Maui.Controls.Binding.Converter.get -> Microsoft.Maui.Controls.IValueConverter -~Microsoft.Maui.Controls.Binding.Converter.set -> void -~Microsoft.Maui.Controls.Binding.ConverterParameter.get -> object -~Microsoft.Maui.Controls.Binding.ConverterParameter.set -> void -~Microsoft.Maui.Controls.Binding.Path.get -> string -~Microsoft.Maui.Controls.Binding.Path.set -> void -~Microsoft.Maui.Controls.Binding.Source.get -> object -~Microsoft.Maui.Controls.Binding.Source.set -> void -~Microsoft.Maui.Controls.Binding.UpdateSourceEventName.get -> string -~Microsoft.Maui.Controls.Binding.UpdateSourceEventName.set -> void -~Microsoft.Maui.Controls.BindingBase.FallbackValue.get -> object -~Microsoft.Maui.Controls.BindingBase.FallbackValue.set -> void -~Microsoft.Maui.Controls.BindingBase.StringFormat.get -> string -~Microsoft.Maui.Controls.BindingBase.StringFormat.set -> void -~Microsoft.Maui.Controls.BindingBase.TargetNullValue.get -> object -~Microsoft.Maui.Controls.BindingBase.TargetNullValue.set -> void -~Microsoft.Maui.Controls.BindingCondition.Binding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.BindingCondition.Binding.set -> void -~Microsoft.Maui.Controls.BindingCondition.Value.get -> object -~Microsoft.Maui.Controls.BindingCondition.Value.set -> void -~Microsoft.Maui.Controls.BoxView.Color.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.BoxView.Color.set -> void -~Microsoft.Maui.Controls.BoxView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser.GradientBrushParser(Microsoft.Maui.Graphics.Converters.ColorTypeConverter colorConverter = null) -> void -~Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser.Parse(string css) -> Microsoft.Maui.Controls.GradientBrush -~Microsoft.Maui.Controls.Button.BorderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Button.BorderColor.set -> void -~Microsoft.Maui.Controls.Button.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.Button.Command.set -> void -~Microsoft.Maui.Controls.Button.CommandParameter.get -> object -~Microsoft.Maui.Controls.Button.CommandParameter.set -> void -~Microsoft.Maui.Controls.Button.ContentLayout.get -> Microsoft.Maui.Controls.Button.ButtonContentLayout -~Microsoft.Maui.Controls.Button.ContentLayout.set -> void -~Microsoft.Maui.Controls.Button.FontFamily.get -> string -~Microsoft.Maui.Controls.Button.FontFamily.set -> void -~Microsoft.Maui.Controls.Button.ImageSource.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Button.ImageSource.set -> void -~Microsoft.Maui.Controls.Button.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Button.Text.get -> string -~Microsoft.Maui.Controls.Button.Text.set -> void -~Microsoft.Maui.Controls.Button.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Button.TextColor.set -> void -~Microsoft.Maui.Controls.CarouselView.CurrentItem.get -> object -~Microsoft.Maui.Controls.CarouselView.CurrentItem.set -> void -~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommand.set -> void -~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandParameter.get -> object -~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandParameter.set -> void -~Microsoft.Maui.Controls.CarouselView.IndicatorView.set -> void -~Microsoft.Maui.Controls.CarouselView.ItemsLayout.get -> Microsoft.Maui.Controls.LinearItemsLayout -~Microsoft.Maui.Controls.CarouselView.ItemsLayout.set -> void -~Microsoft.Maui.Controls.CarouselView.PositionChangedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.CarouselView.PositionChangedCommand.set -> void -~Microsoft.Maui.Controls.CarouselView.PositionChangedCommandParameter.get -> object -~Microsoft.Maui.Controls.CarouselView.PositionChangedCommandParameter.set -> void -~Microsoft.Maui.Controls.CarouselView.VisibleViews.get -> System.Collections.ObjectModel.ObservableCollection -~Microsoft.Maui.Controls.Cell.ContextActions.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Cell.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.CheckBox.Color.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.CheckBox.Color.set -> void -~Microsoft.Maui.Controls.CheckBox.Foreground.get -> Microsoft.Maui.Graphics.Paint -~Microsoft.Maui.Controls.CheckBox.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.ChildGestureRecognizer.GestureRecognizer.get -> Microsoft.Maui.Controls.IGestureRecognizer -~Microsoft.Maui.Controls.ChildGestureRecognizer.GestureRecognizer.set -> void -~Microsoft.Maui.Controls.ChildGestureRecognizer.OnPropertyChanged(string propertyName = "") -> void -~Microsoft.Maui.Controls.ClickedEventArgs.ClickedEventArgs(Microsoft.Maui.Controls.ButtonsMask buttons, object commandParameter) -> void -~Microsoft.Maui.Controls.ClickedEventArgs.Parameter.get -> object -~Microsoft.Maui.Controls.ClickGestureRecognizer.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.ClickGestureRecognizer.Command.set -> void -~Microsoft.Maui.Controls.ClickGestureRecognizer.CommandParameter.get -> object -~Microsoft.Maui.Controls.ClickGestureRecognizer.CommandParameter.set -> void -~Microsoft.Maui.Controls.ClickGestureRecognizer.SendClicked(Microsoft.Maui.Controls.View sender, Microsoft.Maui.Controls.ButtonsMask buttons) -> void -~Microsoft.Maui.Controls.ColumnDefinitionCollection.ColumnDefinitionCollection(params Microsoft.Maui.Controls.ColumnDefinition[] definitions) -> void -~Microsoft.Maui.Controls.Command.CanExecute(object parameter) -> bool -~Microsoft.Maui.Controls.Command.Command(System.Action execute) -> void -~Microsoft.Maui.Controls.Command.Command(System.Action execute, System.Func canExecute) -> void -~Microsoft.Maui.Controls.Command.Command(System.Action execute) -> void -~Microsoft.Maui.Controls.Command.Command(System.Action execute, System.Func canExecute) -> void -~Microsoft.Maui.Controls.Command.Execute(object parameter) -> void -~Microsoft.Maui.Controls.Command.Command(System.Action execute) -> void -~Microsoft.Maui.Controls.Command.Command(System.Action execute, System.Func canExecute) -> void -~Microsoft.Maui.Controls.CompareStateTrigger.Property.get -> object -~Microsoft.Maui.Controls.CompareStateTrigger.Property.set -> void -~Microsoft.Maui.Controls.CompareStateTrigger.Value.get -> object -~Microsoft.Maui.Controls.CompareStateTrigger.Value.set -> void -~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.Children.get -> Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList -~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList -~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList.Add(Microsoft.Maui.Controls.View view, Microsoft.Maui.Graphics.Point position) -> void -~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList.Add(Microsoft.Maui.Controls.View view, Microsoft.Maui.Graphics.Rect bounds, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.None) -> void -~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ElementName.get -> string -~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ElementName.set -> void -~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Property.get -> string -~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Property.set -> void -~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ProvideValue(System.IServiceProvider serviceProvider) -> Microsoft.Maui.Controls.Compatibility.Constraint -~Microsoft.Maui.Controls.Compatibility.Grid.Children.get -> Microsoft.Maui.Controls.Compatibility.Grid.IGridList -~Microsoft.Maui.Controls.Compatibility.Grid.ColumnDefinitions.get -> Microsoft.Maui.Controls.ColumnDefinitionCollection -~Microsoft.Maui.Controls.Compatibility.Grid.ColumnDefinitions.set -> void -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.Add(Microsoft.Maui.Controls.View view, int left, int right, int top, int bottom) -> void -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.Add(Microsoft.Maui.Controls.View view, int left, int top) -> void -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddHorizontal(Microsoft.Maui.Controls.View view) -> void -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddHorizontal(System.Collections.Generic.IEnumerable views) -> void -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddVertical(Microsoft.Maui.Controls.View view) -> void -~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddVertical(System.Collections.Generic.IEnumerable views) -> void -~Microsoft.Maui.Controls.Compatibility.Grid.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Compatibility.Grid.RowDefinitions.get -> Microsoft.Maui.Controls.RowDefinitionCollection -~Microsoft.Maui.Controls.Compatibility.Grid.RowDefinitions.set -> void -~Microsoft.Maui.Controls.Compatibility.INativeElementView.Element.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.Compatibility.Layout.Children.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Compatibility.Layout.LowerChild(Microsoft.Maui.Controls.View view) -> void -~Microsoft.Maui.Controls.Compatibility.Layout.OnChildMeasureInvalidated(object sender, System.EventArgs e) -> void -~Microsoft.Maui.Controls.Compatibility.Layout.RaiseChild(Microsoft.Maui.Controls.View view) -> void -~Microsoft.Maui.Controls.Compatibility.Layout -~Microsoft.Maui.Controls.Compatibility.Layout.Children.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Compatibility.Layout.LayoutHandler.get -> Microsoft.Maui.ILayoutHandler -~Microsoft.Maui.Controls.Compatibility.Layout.this[int index].get -> Microsoft.Maui.IView -~Microsoft.Maui.Controls.Compatibility.Layout.this[int index].set -> void -~Microsoft.Maui.Controls.Compatibility.RelativeLayout.Children.get -> Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList -~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList -~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList.Add(T view, Microsoft.Maui.Controls.Compatibility.Constraint xConstraint = null, Microsoft.Maui.Controls.Compatibility.Constraint yConstraint = null, Microsoft.Maui.Controls.Compatibility.Constraint widthConstraint = null, Microsoft.Maui.Controls.Compatibility.Constraint heightConstraint = null) -> void -~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList.Add(T view, System.Linq.Expressions.Expression> x = null, System.Linq.Expressions.Expression> y = null, System.Linq.Expressions.Expression> width = null, System.Linq.Expressions.Expression> height = null) -> void -~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList.Add(T view, System.Linq.Expressions.Expression> bounds) -> void -~Microsoft.Maui.Controls.Compatibility.RelativeLayout.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Compatibility.StackLayout.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Configuration -~Microsoft.Maui.Controls.Configuration.Configuration(TElement element) -> void -~Microsoft.Maui.Controls.Configuration.Element.get -> TElement -~Microsoft.Maui.Controls.ContentPage.Content.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.ContentPage.Content.set -> void -~Microsoft.Maui.Controls.ContentPresenter.Content.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.ContentPresenter.Content.set -> void -~Microsoft.Maui.Controls.ContentPropertyAttribute.ContentPropertyAttribute(string name) -> void -~Microsoft.Maui.Controls.ContentPropertyAttribute.Name.get -> string -~Microsoft.Maui.Controls.ContentView.Content.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.ContentView.Content.set -> void -~Microsoft.Maui.Controls.ControlTemplate.ControlTemplate(System.Func createTemplate) -> void -~Microsoft.Maui.Controls.ControlTemplate.ControlTemplate(System.Type type) -> void -~Microsoft.Maui.Controls.CurrentItemChangedEventArgs.CurrentItem.get -> object -~Microsoft.Maui.Controls.CurrentItemChangedEventArgs.PreviousItem.get -> object -~Microsoft.Maui.Controls.DataPackage.Image.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.DataPackage.Image.set -> void -~Microsoft.Maui.Controls.DataPackage.Properties.get -> Microsoft.Maui.Controls.DataPackagePropertySet -~Microsoft.Maui.Controls.DataPackage.Text.get -> string -~Microsoft.Maui.Controls.DataPackage.Text.set -> void -~Microsoft.Maui.Controls.DataPackage.View.get -> Microsoft.Maui.Controls.DataPackageView -~Microsoft.Maui.Controls.DataPackagePropertySet.Add(string key, object value) -> void -~Microsoft.Maui.Controls.DataPackagePropertySet.ContainsKey(string key) -> bool -~Microsoft.Maui.Controls.DataPackagePropertySet.GetEnumerator() -> System.Collections.Generic.IEnumerator> -~Microsoft.Maui.Controls.DataPackagePropertySet.Keys.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.DataPackagePropertySet.this[string key].get -> object -~Microsoft.Maui.Controls.DataPackagePropertySet.this[string key].set -> void -~Microsoft.Maui.Controls.DataPackagePropertySet.TryGetValue(string key, out object value) -> bool -~Microsoft.Maui.Controls.DataPackagePropertySet.Values.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.DataPackagePropertySetView.ContainsKey(string key) -> bool -~Microsoft.Maui.Controls.DataPackagePropertySetView.DataPackagePropertySetView(Microsoft.Maui.Controls.DataPackagePropertySet dataPackagePropertySet) -> void -~Microsoft.Maui.Controls.DataPackagePropertySetView.GetEnumerator() -> System.Collections.Generic.IEnumerator> -~Microsoft.Maui.Controls.DataPackagePropertySetView.Keys.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.DataPackagePropertySetView.this[string key].get -> object -~Microsoft.Maui.Controls.DataPackagePropertySetView.TryGetValue(string key, out object value) -> bool -~Microsoft.Maui.Controls.DataPackagePropertySetView.Values.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.DataPackagePropertySetView._dataPackagePropertySet -> Microsoft.Maui.Controls.DataPackagePropertySet -~Microsoft.Maui.Controls.DataPackageView.GetImageAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.DataPackageView.GetTextAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.DataPackageView.Properties.get -> Microsoft.Maui.Controls.DataPackagePropertySetView -~Microsoft.Maui.Controls.DataTemplate.Bindings.get -> System.Collections.Generic.IDictionary -~Microsoft.Maui.Controls.DataTemplate.DataTemplate(System.Func loadTemplate) -> void -~Microsoft.Maui.Controls.DataTemplate.DataTemplate(System.Type type) -> void -~Microsoft.Maui.Controls.DataTemplate.SetBinding(Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.BindingBase binding) -> void -~Microsoft.Maui.Controls.DataTemplate.SetValue(Microsoft.Maui.Controls.BindableProperty property, object value) -> void -~Microsoft.Maui.Controls.DataTemplate.Values.get -> System.Collections.Generic.IDictionary -~Microsoft.Maui.Controls.DataTemplateSelector.SelectTemplate(object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.DataTrigger.Binding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.DataTrigger.Binding.set -> void -~Microsoft.Maui.Controls.DataTrigger.DataTrigger(System.Type targetType) -> void -~Microsoft.Maui.Controls.DataTrigger.Setters.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.DataTrigger.Value.get -> object -~Microsoft.Maui.Controls.DataTrigger.Value.set -> void -~Microsoft.Maui.Controls.DatePicker.FontFamily.get -> string -~Microsoft.Maui.Controls.DatePicker.FontFamily.set -> void -~Microsoft.Maui.Controls.DatePicker.Format.get -> string -~Microsoft.Maui.Controls.DatePicker.Format.set -> void -~Microsoft.Maui.Controls.DatePicker.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.DatePicker.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.DatePicker.TextColor.set -> void -~Microsoft.Maui.Controls.DefinitionCollection -~Microsoft.Maui.Controls.DefinitionCollection.CopyTo(T[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.DefinitionCollection.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.DependencyAttribute.DependencyAttribute(System.Type implementorType) -> void -~Microsoft.Maui.Controls.DeviceStateTrigger.Device.get -> string -~Microsoft.Maui.Controls.DeviceStateTrigger.Device.set -> void -~Microsoft.Maui.Controls.DoubleCollection.DoubleCollection(double[] values) -> void -~Microsoft.Maui.Controls.DragEventArgs.Data.get -> Microsoft.Maui.Controls.DataPackage -~Microsoft.Maui.Controls.DragEventArgs.DragEventArgs(Microsoft.Maui.Controls.DataPackage dataPackage) -> void -~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommand.set -> void -~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandParameter.get -> object -~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandParameter.set -> void -~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommand.set -> void -~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandParameter.get -> object -~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandParameter.set -> void -~Microsoft.Maui.Controls.DragStartingEventArgs.Data.get -> Microsoft.Maui.Controls.DataPackage -~Microsoft.Maui.Controls.DropEventArgs.Data.get -> Microsoft.Maui.Controls.DataPackageView -~Microsoft.Maui.Controls.DropEventArgs.DropEventArgs(Microsoft.Maui.Controls.DataPackageView view) -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommand.set -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandParameter.get -> object -~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandParameter.set -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommand.set -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandParameter.get -> object -~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandParameter.set -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommand.set -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandParameter.get -> object -~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandParameter.set -> void -~Microsoft.Maui.Controls.DropGestureRecognizer.SendDragOver(Microsoft.Maui.Controls.DragEventArgs args) -> void -~Microsoft.Maui.Controls.Editor.FontFamily.get -> string -~Microsoft.Maui.Controls.Editor.FontFamily.set -> void -~Microsoft.Maui.Controls.Editor.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Effect.Element.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.Effect.ResolveId.get -> string -~Microsoft.Maui.Controls.Element.AutomationId.get -> string -~Microsoft.Maui.Controls.Element.AutomationId.set -> void -~Microsoft.Maui.Controls.Element.ClassId.get -> string -~Microsoft.Maui.Controls.Element.ClassId.set -> void -~Microsoft.Maui.Controls.Element.EffectControlProvider.get -> Microsoft.Maui.Controls.IEffectControlProvider -~Microsoft.Maui.Controls.Element.EffectControlProvider.set -> void -~Microsoft.Maui.Controls.Element.EffectIsAttached(string name) -> bool -~Microsoft.Maui.Controls.Element.Effects.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Element.FindByName(string name) -> object -~Microsoft.Maui.Controls.Element.Handler.get -> Microsoft.Maui.IElementHandler -~Microsoft.Maui.Controls.Element.Handler.set -> void -~Microsoft.Maui.Controls.Element.LogicalChildren.get -> System.Collections.ObjectModel.ReadOnlyCollection -~Microsoft.Maui.Controls.Element.Parent.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.Element.Parent.set -> void -~Microsoft.Maui.Controls.Element.RealParent.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.Element.RemoveDynamicResource(Microsoft.Maui.Controls.BindableProperty property) -> void -~Microsoft.Maui.Controls.Element.SetDynamicResource(Microsoft.Maui.Controls.BindableProperty property, string key) -> void -~Microsoft.Maui.Controls.Element.SetValueFromRenderer(Microsoft.Maui.Controls.BindableProperty property, object value) -> void -~Microsoft.Maui.Controls.Element.SetValueFromRenderer(Microsoft.Maui.Controls.BindablePropertyKey property, object value) -> void -~Microsoft.Maui.Controls.Element.StyleId.get -> string -~Microsoft.Maui.Controls.Element.StyleId.set -> void -~Microsoft.Maui.Controls.ElementEventArgs.Element.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.ElementEventArgs.ElementEventArgs(Microsoft.Maui.Controls.Element element) -> void -~Microsoft.Maui.Controls.ElementTemplate.CreateContent() -> object -~Microsoft.Maui.Controls.ElementTemplate.LoadTemplate.get -> System.Func -~Microsoft.Maui.Controls.ElementTemplate.LoadTemplate.set -> void -~Microsoft.Maui.Controls.Entry.FontFamily.get -> string -~Microsoft.Maui.Controls.Entry.FontFamily.set -> void -~Microsoft.Maui.Controls.Entry.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Entry.ReturnCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.Entry.ReturnCommand.set -> void -~Microsoft.Maui.Controls.Entry.ReturnCommandParameter.get -> object -~Microsoft.Maui.Controls.Entry.ReturnCommandParameter.set -> void -~Microsoft.Maui.Controls.EntryCell.Keyboard.get -> Microsoft.Maui.Keyboard -~Microsoft.Maui.Controls.EntryCell.Keyboard.set -> void -~Microsoft.Maui.Controls.EntryCell.Label.get -> string -~Microsoft.Maui.Controls.EntryCell.Label.set -> void -~Microsoft.Maui.Controls.EntryCell.LabelColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.EntryCell.LabelColor.set -> void -~Microsoft.Maui.Controls.EntryCell.Placeholder.get -> string -~Microsoft.Maui.Controls.EntryCell.Placeholder.set -> void -~Microsoft.Maui.Controls.EntryCell.Text.get -> string -~Microsoft.Maui.Controls.EntryCell.Text.set -> void -~Microsoft.Maui.Controls.EventTrigger.Actions.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.EventTrigger.Event.get -> string -~Microsoft.Maui.Controls.EventTrigger.Event.set -> void -~Microsoft.Maui.Controls.ExportEffectAttribute.ExportEffectAttribute(System.Type effectType, string uniqueName) -> void -~Microsoft.Maui.Controls.ExportFontAttribute.Alias.get -> string -~Microsoft.Maui.Controls.ExportFontAttribute.Alias.set -> void -~Microsoft.Maui.Controls.ExportFontAttribute.ExportFontAttribute(string fontFileName) -> void -~Microsoft.Maui.Controls.ExportFontAttribute.FontFileName.get -> string -~Microsoft.Maui.Controls.FileImageSource.File.get -> string -~Microsoft.Maui.Controls.FileImageSource.File.set -> void -~Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.FlexAlignSelf -~Microsoft.Maui.Controls.FlexLayout.GetBasis(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.FlexBasis -~Microsoft.Maui.Controls.FlexLayout.GetFlexFrame(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect -~Microsoft.Maui.Controls.FlexLayout.GetGrow(Microsoft.Maui.IView view) -> float -~Microsoft.Maui.Controls.FlexLayout.GetOrder(Microsoft.Maui.IView view) -> int -~Microsoft.Maui.Controls.FlexLayout.GetShrink(Microsoft.Maui.IView view) -> float -~Microsoft.Maui.Controls.FlexLayout.SetAlignSelf(Microsoft.Maui.IView view, Microsoft.Maui.Layouts.FlexAlignSelf alignSelf) -> void -~Microsoft.Maui.Controls.FlexLayout.SetBasis(Microsoft.Maui.IView view, Microsoft.Maui.Layouts.FlexBasis basis) -> void -~Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.IView view, float grow) -> void -~Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.IView view, int order) -> void -~Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.IView view, float shrink) -> void -~Microsoft.Maui.Controls.FlyoutPage.Detail.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.FlyoutPage.Detail.set -> void -~Microsoft.Maui.Controls.FlyoutPage.Flyout.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.FlyoutPage.Flyout.set -> void -~Microsoft.Maui.Controls.FlyoutPage.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.FocusEventArgs.FocusEventArgs(Microsoft.Maui.Controls.VisualElement visualElement, bool isFocused) -> void -~Microsoft.Maui.Controls.FocusEventArgs.VisualElement.get -> Microsoft.Maui.Controls.VisualElement -~Microsoft.Maui.Controls.FontImageSource.Color.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.FontImageSource.Color.set -> void -~Microsoft.Maui.Controls.FontImageSource.FontFamily.get -> string -~Microsoft.Maui.Controls.FontImageSource.FontFamily.set -> void -~Microsoft.Maui.Controls.FontImageSource.Glyph.get -> string -~Microsoft.Maui.Controls.FontImageSource.Glyph.set -> void -~Microsoft.Maui.Controls.FormattedString.Spans.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Frame.BorderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Frame.BorderColor.set -> void -~Microsoft.Maui.Controls.Frame.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.GestureElement.GestureRecognizers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.GradientBrush.GradientStops.get -> Microsoft.Maui.Controls.GradientStopCollection -~Microsoft.Maui.Controls.GradientBrush.GradientStops.set -> void -~Microsoft.Maui.Controls.GradientStop.Color.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.GradientStop.Color.set -> void -~Microsoft.Maui.Controls.GradientStop.GradientStop(Microsoft.Maui.Graphics.Color color, float offset) -> void -~Microsoft.Maui.Controls.GraphicsView.Drawable.get -> Microsoft.Maui.Graphics.IDrawable -~Microsoft.Maui.Controls.GraphicsView.Drawable.set -> void -~Microsoft.Maui.Controls.Grid.AddColumnDefinition(Microsoft.Maui.Controls.ColumnDefinition gridColumnDefinition) -> void -~Microsoft.Maui.Controls.Grid.AddRowDefinition(Microsoft.Maui.Controls.RowDefinition gridRowDefinition) -> void -~Microsoft.Maui.Controls.Grid.ColumnDefinitions.get -> Microsoft.Maui.Controls.ColumnDefinitionCollection -~Microsoft.Maui.Controls.Grid.ColumnDefinitions.set -> void -~Microsoft.Maui.Controls.Grid.GetColumn(Microsoft.Maui.IView view) -> int -~Microsoft.Maui.Controls.Grid.GetColumnSpan(Microsoft.Maui.IView view) -> int -~Microsoft.Maui.Controls.Grid.GetRow(Microsoft.Maui.IView view) -> int -~Microsoft.Maui.Controls.Grid.GetRowSpan(Microsoft.Maui.IView view) -> int -~Microsoft.Maui.Controls.Grid.RowDefinitions.get -> Microsoft.Maui.Controls.RowDefinitionCollection -~Microsoft.Maui.Controls.Grid.RowDefinitions.set -> void -~Microsoft.Maui.Controls.Grid.SetColumn(Microsoft.Maui.IView view, int col) -> void -~Microsoft.Maui.Controls.Grid.SetColumnSpan(Microsoft.Maui.IView view, int span) -> void -~Microsoft.Maui.Controls.Grid.SetRow(Microsoft.Maui.IView view, int row) -> void -~Microsoft.Maui.Controls.Grid.SetRowSpan(Microsoft.Maui.IView view, int span) -> void -~Microsoft.Maui.Controls.GroupableItemsView.GroupFooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.GroupableItemsView.GroupFooterTemplate.set -> void -~Microsoft.Maui.Controls.GroupableItemsView.GroupHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.GroupableItemsView.GroupHeaderTemplate.set -> void -~Microsoft.Maui.Controls.HandlerAttribute.HandlerAttribute(System.Type handler, System.Type target) -> void -~Microsoft.Maui.Controls.HandlerAttribute.HandlerAttribute(System.Type handler, System.Type target, System.Type[] supportedVisuals) -> void -~Microsoft.Maui.Controls.HandlerChangingEventArgs.HandlerChangingEventArgs(Microsoft.Maui.IElementHandler oldHandler, Microsoft.Maui.IElementHandler newHandler) -> void -~Microsoft.Maui.Controls.HandlerChangingEventArgs.NewHandler.get -> Microsoft.Maui.IElementHandler -~Microsoft.Maui.Controls.HandlerChangingEventArgs.OldHandler.get -> Microsoft.Maui.IElementHandler -~Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.CarouselViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.CollectionViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler -~Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler -~Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler -~Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler -~Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler -~Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void -~Microsoft.Maui.Controls.Handlers.LineHandler.LineHandler(Microsoft.Maui.IPropertyMapper mapper) -> void -~Microsoft.Maui.Controls.Handlers.PathHandler.PathHandler(Microsoft.Maui.IPropertyMapper mapper) -> void -~Microsoft.Maui.Controls.Handlers.PolygonHandler.PolygonHandler(Microsoft.Maui.IPropertyMapper mapper) -> void -~Microsoft.Maui.Controls.Handlers.PolylineHandler.PolylineHandler(Microsoft.Maui.IPropertyMapper mapper) -> void -~Microsoft.Maui.Controls.Handlers.RectangleHandler.RectangleHandler(Microsoft.Maui.IPropertyMapper mapper) -> void -~Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.RoundRectangleHandler(Microsoft.Maui.IPropertyMapper mapper) -> void -~Microsoft.Maui.Controls.Hosting.IEffectsBuilder.Add(System.Type TEffect, System.Type TPlatformEffect) -> Microsoft.Maui.Controls.Hosting.IEffectsBuilder -~Microsoft.Maui.Controls.Hosting.IEffectsBuilder.Add() -> Microsoft.Maui.Controls.Hosting.IEffectsBuilder -~Microsoft.Maui.Controls.HtmlWebViewSource.BaseUrl.get -> string -~Microsoft.Maui.Controls.HtmlWebViewSource.BaseUrl.set -> void -~Microsoft.Maui.Controls.HtmlWebViewSource.Html.get -> string -~Microsoft.Maui.Controls.HtmlWebViewSource.Html.set -> void -~Microsoft.Maui.Controls.IAppearanceObserver.OnAppearanceChanged(Microsoft.Maui.Controls.ShellAppearance appearance) -> void -~Microsoft.Maui.Controls.IAppIndexingProvider.AppLinks.get -> Microsoft.Maui.Controls.IAppLinks -~Microsoft.Maui.Controls.IApplicationController.SetAppIndexingProvider(Microsoft.Maui.Controls.IAppIndexingProvider appIndexing) -> void -~Microsoft.Maui.Controls.IAppLinkEntry.AppLinkUri.get -> System.Uri -~Microsoft.Maui.Controls.IAppLinkEntry.AppLinkUri.set -> void -~Microsoft.Maui.Controls.IAppLinkEntry.Description.get -> string -~Microsoft.Maui.Controls.IAppLinkEntry.Description.set -> void -~Microsoft.Maui.Controls.IAppLinkEntry.KeyValues.get -> System.Collections.Generic.IDictionary -~Microsoft.Maui.Controls.IAppLinkEntry.Thumbnail.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.IAppLinkEntry.Thumbnail.set -> void -~Microsoft.Maui.Controls.IAppLinkEntry.Title.get -> string -~Microsoft.Maui.Controls.IAppLinkEntry.Title.set -> void -~Microsoft.Maui.Controls.IAppLinks.DeregisterLink(Microsoft.Maui.Controls.IAppLinkEntry appLink) -> void -~Microsoft.Maui.Controls.IAppLinks.DeregisterLink(System.Uri appLinkUri) -> void -~Microsoft.Maui.Controls.IAppLinks.RegisterLink(Microsoft.Maui.Controls.IAppLinkEntry appLink) -> void -~Microsoft.Maui.Controls.IBindableLayout.Children.get -> System.Collections.IList -~Microsoft.Maui.Controls.IBorderElement.Background.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.IBorderElement.BackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IBorderElement.BorderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IBorderElement.BorderColorDefaultValue.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IBorderElement.OnBorderColorPropertyChanged(Microsoft.Maui.Graphics.Color oldValue, Microsoft.Maui.Graphics.Color newValue) -> void -~Microsoft.Maui.Controls.IConfigElement -~Microsoft.Maui.Controls.IConfigElement.Element.get -> T -~Microsoft.Maui.Controls.IEffectControlProvider.RegisterEffect(Microsoft.Maui.Controls.Effect effect) -> void -~Microsoft.Maui.Controls.IElementConfiguration -~Microsoft.Maui.Controls.IElementConfiguration.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.IElementController.Descendants() -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.IElementController.EffectControlProvider.get -> Microsoft.Maui.Controls.IEffectControlProvider -~Microsoft.Maui.Controls.IElementController.EffectControlProvider.set -> void -~Microsoft.Maui.Controls.IElementController.EffectIsAttached(string name) -> bool -~Microsoft.Maui.Controls.IElementController.LogicalChildren.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.IElementController.RealParent.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.IElementController.SetValueFromRenderer(Microsoft.Maui.Controls.BindableProperty property, object value) -> void -~Microsoft.Maui.Controls.IElementController.SetValueFromRenderer(Microsoft.Maui.Controls.BindablePropertyKey propertyKey, object value) -> void -~Microsoft.Maui.Controls.IExtendedTypeConverter.ConvertFromInvariantString(string value, System.IServiceProvider serviceProvider) -> object -~Microsoft.Maui.Controls.IGestureRecognizers.GestureRecognizers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.IImageElement.OnImageSourceSourceChanged(object sender, System.EventArgs e) -> void -~Microsoft.Maui.Controls.IImageElement.Source.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.IItemsView -~Microsoft.Maui.Controls.IItemsView.CreateDefault(object item) -> T -~Microsoft.Maui.Controls.IItemsView.SetupContent(T content, int index) -> void -~Microsoft.Maui.Controls.IItemsView.UnhookContent(T content) -> void -~Microsoft.Maui.Controls.IItemViewController.BindView(Microsoft.Maui.Controls.View view, object item) -> void -~Microsoft.Maui.Controls.IItemViewController.CreateView(object itemType) -> Microsoft.Maui.Controls.View -~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.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 -~Microsoft.Maui.Controls.IListViewController.FooterElement.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.IListViewController.GetDisplayTextFromGroup(object cell) -> string -~Microsoft.Maui.Controls.IListViewController.HeaderElement.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, int inGroupIndex, Microsoft.Maui.Controls.Cell cell) -> void -~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, int inGroupIndex, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested) -> void -~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell) -> void -~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested) -> void -~Microsoft.Maui.Controls.IListViewController.SendCellAppearing(Microsoft.Maui.Controls.Cell cell) -> void -~Microsoft.Maui.Controls.IListViewController.SendCellDisappearing(Microsoft.Maui.Controls.Cell cell) -> void -~Microsoft.Maui.Controls.Image.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Image.Source.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Image.Source.set -> void -~Microsoft.Maui.Controls.ImageButton.BorderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ImageButton.BorderColor.set -> void -~Microsoft.Maui.Controls.ImageButton.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.ImageButton.Command.set -> void -~Microsoft.Maui.Controls.ImageButton.CommandParameter.get -> object -~Microsoft.Maui.Controls.ImageButton.CommandParameter.set -> void -~Microsoft.Maui.Controls.ImageButton.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.ImageButton.Source.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.ImageButton.Source.set -> void -~Microsoft.Maui.Controls.ImageCell.ImageSource.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.ImageCell.ImageSource.set -> void -~Microsoft.Maui.Controls.IMessagingCenter.Send(TSender sender, string message, TArgs args) -> void -~Microsoft.Maui.Controls.IMessagingCenter.Send(TSender sender, string message) -> void -~Microsoft.Maui.Controls.IMessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void -~Microsoft.Maui.Controls.IMessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void -~Microsoft.Maui.Controls.IMessagingCenter.Unsubscribe(object subscriber, string message) -> void -~Microsoft.Maui.Controls.IMessagingCenter.Unsubscribe(object subscriber, string message) -> void -~Microsoft.Maui.Controls.IMultiValueConverter.Convert(object[] values, System.Type targetType, object parameter, System.Globalization.CultureInfo culture) -> object -~Microsoft.Maui.Controls.IMultiValueConverter.ConvertBack(object value, System.Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture) -> object[] -~Microsoft.Maui.Controls.INavigation.InsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void -~Microsoft.Maui.Controls.INavigation.ModalStack.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.INavigation.NavigationStack.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.INavigation.PopAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PopAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PopModalAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PopModalAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PopToRootAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PopToRootAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PushAsync(Microsoft.Maui.Controls.Page page) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PushModalAsync(Microsoft.Maui.Controls.Page page) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.PushModalAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigation.RemovePage(Microsoft.Maui.Controls.Page page) -> void -~Microsoft.Maui.Controls.INavigationPageController.Pages.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.INavigationPageController.Peek(int depth = 0) -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.INavigationPageController.PopAsyncInner(bool animated, bool fast = false) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.INavigationPageController.RemoveAsyncInner(Microsoft.Maui.Controls.Page page, bool animated, bool fast) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.IndicatorView.IndicatorColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IndicatorView.IndicatorColor.set -> void -~Microsoft.Maui.Controls.IndicatorView.IndicatorLayout.get -> Microsoft.Maui.Controls.IBindableLayout -~Microsoft.Maui.Controls.IndicatorView.IndicatorLayout.set -> void -~Microsoft.Maui.Controls.IndicatorView.IndicatorTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.IndicatorView.IndicatorTemplate.set -> void -~Microsoft.Maui.Controls.IndicatorView.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.IndicatorView.ItemsSource.set -> void -~Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColor.set -> void -~Microsoft.Maui.Controls.InputView.Keyboard.get -> Microsoft.Maui.Keyboard -~Microsoft.Maui.Controls.InputView.Keyboard.set -> void -~Microsoft.Maui.Controls.InputView.Placeholder.get -> string -~Microsoft.Maui.Controls.InputView.Placeholder.set -> void -~Microsoft.Maui.Controls.InputView.PlaceholderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.InputView.PlaceholderColor.set -> void -~Microsoft.Maui.Controls.InputView.Text.get -> string -~Microsoft.Maui.Controls.InputView.Text.set -> void -~Microsoft.Maui.Controls.InputView.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.InputView.TextColor.set -> void -~Microsoft.Maui.Controls.InputView.UpdateFormsText(string original, Microsoft.Maui.TextTransform transform) -> string -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.ActionSheetArguments(string title, string cancel, string destruction, System.Collections.Generic.IEnumerable buttons) -> void -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Buttons.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Cancel.get -> string -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Destruction.get -> string -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Result.get -> System.Threading.Tasks.TaskCompletionSource -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.SetResult(string result) -> void -~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Title.get -> string -~Microsoft.Maui.Controls.Internals.AlertArguments.Accept.get -> string -~Microsoft.Maui.Controls.Internals.AlertArguments.AlertArguments(string title, string message, string accept, string cancel) -> void -~Microsoft.Maui.Controls.Internals.AlertArguments.Cancel.get -> string -~Microsoft.Maui.Controls.Internals.AlertArguments.Message.get -> string -~Microsoft.Maui.Controls.Internals.AlertArguments.Result.get -> System.Threading.Tasks.TaskCompletionSource -~Microsoft.Maui.Controls.Internals.AlertArguments.Title.get -> string -~Microsoft.Maui.Controls.Internals.AsyncValue.AsyncValue(System.Threading.Tasks.Task valueTask, T defaultValue = default(T)) -> void -~Microsoft.Maui.Controls.Internals.DynamicResource.DynamicResource(string key) -> void -~Microsoft.Maui.Controls.Internals.DynamicResource.Key.get -> string -~Microsoft.Maui.Controls.Internals.EvalRequested.EvalRequested(string script) -> void -~Microsoft.Maui.Controls.Internals.EvalRequested.Script.get -> string -~Microsoft.Maui.Controls.Internals.GIFBitmap.Bounds.get -> Microsoft.Maui.Controls.Internals.GIFBitmap.Rect -~Microsoft.Maui.Controls.Internals.GIFBitmap.ColorTable.get -> Microsoft.Maui.Controls.Internals.GIFColorTable -~Microsoft.Maui.Controls.Internals.GIFBitmap.Data.get -> int[] -~Microsoft.Maui.Controls.Internals.GIFBitmap.Data.set -> void -~Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.Compose(Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmap currentBitmap, Microsoft.Maui.Controls.Internals.GIFBitmap previousBitmap) -> void -~Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.DecodeAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, int width, int height) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.GIFColorTable.Data.get -> int[] -~Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException(string message) -> void -~Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException(string message, System.Exception innerException) -> void -~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentBlockBuffer.get -> byte[] -~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.GIFDecoderStreamReader(System.IO.Stream stream) -> void -~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadAsync(byte[] buffer, int toRead) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadBlockAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadString(int length) -> string -~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.SkipBlockAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.GIFHeader.GlobalColorTable.get -> Microsoft.Maui.Controls.Internals.GIFColorTable -~Microsoft.Maui.Controls.Internals.GIFHeader.TypeIdentifier.get -> string -~Microsoft.Maui.Controls.Internals.GIFHeader.Version.get -> string -~Microsoft.Maui.Controls.Internals.GIFImageParser.ParseAsync(System.IO.Stream stream, bool skipTypeIdentifier = false, bool ignoreImageData = false) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.IDataTemplateController.IdString.get -> string -~Microsoft.Maui.Controls.Internals.IDynamicResourceHandler.SetDynamicResource(Microsoft.Maui.Controls.BindableProperty property, string key) -> void -~Microsoft.Maui.Controls.Internals.IExpressionSearch.FindObjects(System.Linq.Expressions.Expression expression) -> System.Collections.Generic.List -~Microsoft.Maui.Controls.Internals.IFontElement.FontFamily.get -> string -~Microsoft.Maui.Controls.Internals.IFontElement.OnFontFamilyChanged(string oldValue, string newValue) -> void -~Microsoft.Maui.Controls.Internals.IFontNamedSizeService.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, System.Type targetElementType, bool useOldSizes) -> double -~Microsoft.Maui.Controls.Internals.IGestureController.CompositeGestureRecognizers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Internals.IGestureController.GetChildElements(Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Internals.INameScope.FindByName(string name) -> object -~Microsoft.Maui.Controls.Internals.INameScope.RegisterName(string name, object scopedElement) -> void -~Microsoft.Maui.Controls.Internals.INameScope.UnregisterName(string name) -> void -~Microsoft.Maui.Controls.Internals.INavigationProxy.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy -~Microsoft.Maui.Controls.Internals.IPerformanceProvider.Start(string reference, string tag, string path, string member) -> void -~Microsoft.Maui.Controls.Internals.IPerformanceProvider.Stop(string reference, string tag, string path, string member) -> void -~Microsoft.Maui.Controls.Internals.IPlatformSizeService.GetPlatformSize(Microsoft.Maui.Controls.VisualElement view, double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest -~Microsoft.Maui.Controls.Internals.IResourceDictionary.TryGetValue(string key, out object value) -> bool -~Microsoft.Maui.Controls.Internals.ISystemResourcesProvider.GetSystemResources() -> Microsoft.Maui.Controls.Internals.IResourceDictionary -~Microsoft.Maui.Controls.Internals.NavigationProxy.Inner.get -> Microsoft.Maui.Controls.INavigation -~Microsoft.Maui.Controls.Internals.NavigationProxy.Inner.set -> void -~Microsoft.Maui.Controls.Internals.NavigationProxy.InsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void -~Microsoft.Maui.Controls.Internals.NavigationProxy.ModalStack.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Internals.NavigationProxy.NavigationStack.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Internals.NavigationProxy.PopAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PopAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PopModalAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PopModalAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PopToRootAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PopToRootAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PushAsync(Microsoft.Maui.Controls.Page root) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PushAsync(Microsoft.Maui.Controls.Page root, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PushModalAsync(Microsoft.Maui.Controls.Page modal) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.PushModalAsync(Microsoft.Maui.Controls.Page modal, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationProxy.RemovePage(Microsoft.Maui.Controls.Page page) -> void -~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.BeforePage.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.BeforePage.set -> void -~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.NavigationRequestedEventArgs(Microsoft.Maui.Controls.Page page, bool animated) -> void -~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.NavigationRequestedEventArgs(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before, bool animated) -> void -~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Task.get -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Task.set -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems) -> void -~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex) -> void -~Microsoft.Maui.Controls.Internals.Profile.Datum.Id -> string -~Microsoft.Maui.Controls.Internals.Profile.Datum.Name -> string -~Microsoft.Maui.Controls.Internals.ProfileDatum.Id -> string -~Microsoft.Maui.Controls.Internals.ProfileDatum.Name -> string -~Microsoft.Maui.Controls.Internals.ProfileDatum.Path -> string -~Microsoft.Maui.Controls.Internals.PromptArguments.Accept.get -> string -~Microsoft.Maui.Controls.Internals.PromptArguments.Cancel.get -> string -~Microsoft.Maui.Controls.Internals.PromptArguments.InitialValue.get -> string -~Microsoft.Maui.Controls.Internals.PromptArguments.Keyboard.get -> Microsoft.Maui.Keyboard -~Microsoft.Maui.Controls.Internals.PromptArguments.Message.get -> string -~Microsoft.Maui.Controls.Internals.PromptArguments.Placeholder.get -> string -~Microsoft.Maui.Controls.Internals.PromptArguments.PromptArguments(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Microsoft.Maui.Keyboard keyboard = null, string initialValue = "") -> void -~Microsoft.Maui.Controls.Internals.PromptArguments.Result.get -> System.Threading.Tasks.TaskCompletionSource -~Microsoft.Maui.Controls.Internals.PromptArguments.SetResult(string text) -> void -~Microsoft.Maui.Controls.Internals.PromptArguments.Title.get -> string -~Microsoft.Maui.Controls.Internals.Registrar -~Microsoft.Maui.Controls.Internals.Registrar.GetHandler(System.Type type) -> TOut -~Microsoft.Maui.Controls.Internals.Registrar.GetHandler(System.Type type, params object[] args) -> TOut -~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerForObject(object obj) -> TOut -~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerForObject(object obj, params object[] args) -> TOut -~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerType(System.Type viewType) -> System.Type -~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerType(System.Type viewType, System.Type visualType) -> System.Type -~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerTypeForObject(object obj) -> System.Type -~Microsoft.Maui.Controls.Internals.Registrar.Register(System.Type tview, System.Type trender) -> void -~Microsoft.Maui.Controls.Internals.Registrar.Register(System.Type tview, System.Type trender, System.Type[] supportedVisual) -> void -~Microsoft.Maui.Controls.Internals.Registrar.Register(System.Type tview, System.Type trender, System.Type[] supportedVisuals, short priority) -> void -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.AssemblyName.get -> System.Reflection.AssemblyName -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.AssemblyName.set -> void -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.Instance.get -> object -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.Instance.set -> void -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourcePath.get -> string -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourcePath.set -> void -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceContent.get -> string -~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceContent.set -> void -~Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs.ResourcesChangedEventArgs(System.Collections.Generic.IEnumerable> values) -> void -~Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs.Values.get -> System.Collections.Generic.IEnumerable> -~Microsoft.Maui.Controls.Internals.TableModel.RowLongPressed(object item) -> void -~Microsoft.Maui.Controls.Internals.TableModel.RowSelected(object item) -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ActivateContent(int index, object item) -> TItem -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.CreateContent(int index, object item, bool insert = false) -> TItem -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexForGroup(Microsoft.Maui.Controls.ITemplatedItemsList group) -> int -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexOfGroup(object item) -> int -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexOfItem(object group, object item) -> int -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexOfItem(object item) -> int -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupAndIndexOfItem(object group, object item) -> System.Tuple -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupAndIndexOfItem(object item) -> System.Tuple -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupDisplayBinding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupDisplayBinding.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplate.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplateProperty.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplateProperty.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupShortNameBinding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupShortNameBinding.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.HeaderContent.get -> TItem -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.IndexOf(TItem item) -> int -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabledProperty.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabledProperty.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.Name.get -> string -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.Name.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.Parent.get -> Microsoft.Maui.Controls.Internals.TemplatedItemsList -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ProgressiveLoadingProperty.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ProgressiveLoadingProperty.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.SelectDataTemplate(object item) -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortName.get -> string -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortName.set -> void -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortNames.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Internals.TemplatedItemsList.this[int index].get -> TItem -~Microsoft.Maui.Controls.Internals.TypedBinding.TypedBinding(System.Func getter, System.Action setter, System.Tuple, string>[] handlers) -> void -~Microsoft.Maui.Controls.Internals.TypedBindingBase.Converter.get -> Microsoft.Maui.Controls.IValueConverter -~Microsoft.Maui.Controls.Internals.TypedBindingBase.Converter.set -> void -~Microsoft.Maui.Controls.Internals.TypedBindingBase.ConverterParameter.get -> object -~Microsoft.Maui.Controls.Internals.TypedBindingBase.ConverterParameter.set -> void -~Microsoft.Maui.Controls.Internals.TypedBindingBase.Source.get -> object -~Microsoft.Maui.Controls.Internals.TypedBindingBase.Source.set -> void -~Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException(string message) -> void -~Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException(string message, System.Exception innerException) -> void -~Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void -~Microsoft.Maui.Controls.IPageContainer -~Microsoft.Maui.Controls.IPageContainer.CurrentPage.get -> T -~Microsoft.Maui.Controls.IPageController.InternalChildren.get -> System.Collections.ObjectModel.ObservableCollection -~Microsoft.Maui.Controls.IPanGestureController.SendPan(Microsoft.Maui.Controls.Element sender, double totalX, double totalY, int gestureId) -> void -~Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled(Microsoft.Maui.Controls.Element sender, int gestureId) -> void -~Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted(Microsoft.Maui.Controls.Element sender, int gestureId) -> void -~Microsoft.Maui.Controls.IPanGestureController.SendPanStarted(Microsoft.Maui.Controls.Element sender, int gestureId) -> void -~Microsoft.Maui.Controls.IPinchGestureController.SendPinch(Microsoft.Maui.Controls.Element sender, double scale, Microsoft.Maui.Graphics.Point currentScalePoint) -> void -~Microsoft.Maui.Controls.IPinchGestureController.SendPinchCanceled(Microsoft.Maui.Controls.Element sender) -> void -~Microsoft.Maui.Controls.IPinchGestureController.SendPinchEnded(Microsoft.Maui.Controls.Element sender) -> void -~Microsoft.Maui.Controls.IPinchGestureController.SendPinchStarted(Microsoft.Maui.Controls.Element sender, Microsoft.Maui.Graphics.Point intialScalePoint) -> void -~Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.IQueryAttributable.ApplyQueryAttributes(System.Collections.Generic.IDictionary query) -> void -~Microsoft.Maui.Controls.IScrollViewController.GetScrollPositionForElement(Microsoft.Maui.Controls.VisualElement item, Microsoft.Maui.Controls.ScrollToPosition position) -> Microsoft.Maui.Graphics.Point -~Microsoft.Maui.Controls.ISearchHandlerController.ItemSelected(object obj) -> void -~Microsoft.Maui.Controls.ISearchHandlerController.ListProxy.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarBackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarDisabledColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarForegroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarTitleColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarUnselectedColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.IShellContentController.GetOrCreateContent() -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.IShellContentController.Page.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.IShellContentController.RecyclePage(Microsoft.Maui.Controls.Page page) -> void -~Microsoft.Maui.Controls.IShellController.AddAppearanceObserver(Microsoft.Maui.Controls.IAppearanceObserver observer, Microsoft.Maui.Controls.Element pivot) -> void -~Microsoft.Maui.Controls.IShellController.AddFlyoutBehaviorObserver(Microsoft.Maui.Controls.IFlyoutBehaviorObserver observer) -> void -~Microsoft.Maui.Controls.IShellController.AppearanceChanged(Microsoft.Maui.Controls.Element source, bool appearanceSet) -> void -~Microsoft.Maui.Controls.IShellController.FlyoutContent.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.IShellController.FlyoutFooter.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.IShellController.FlyoutHeader.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.IShellController.FlyoutIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.IShellController.GenerateFlyoutGrouping() -> System.Collections.Generic.List> -~Microsoft.Maui.Controls.IShellController.GetFlyoutItemDataTemplate(Microsoft.Maui.Controls.BindableObject bo) -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.IShellController.GetItems() -> System.Collections.ObjectModel.ReadOnlyCollection -~Microsoft.Maui.Controls.IShellController.GetNavigationState(Microsoft.Maui.Controls.ShellItem shellItem, Microsoft.Maui.Controls.ShellSection shellSection, Microsoft.Maui.Controls.ShellContent shellContent, bool includeStack = true) -> Microsoft.Maui.Controls.ShellNavigationState -~Microsoft.Maui.Controls.IShellController.OnFlyoutItemSelected(Microsoft.Maui.Controls.Element element) -> void -~Microsoft.Maui.Controls.IShellController.OnFlyoutItemSelectedAsync(Microsoft.Maui.Controls.Element element) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.IShellController.ProposeNavigation(Microsoft.Maui.Controls.ShellNavigationSource source, Microsoft.Maui.Controls.ShellItem item, Microsoft.Maui.Controls.ShellSection shellSection, Microsoft.Maui.Controls.ShellContent shellContent, System.Collections.Generic.IReadOnlyList stack, bool canCancel) -> bool -~Microsoft.Maui.Controls.IShellController.RemoveAppearanceObserver(Microsoft.Maui.Controls.IAppearanceObserver observer) -> bool -~Microsoft.Maui.Controls.IShellController.RemoveFlyoutBehaviorObserver(Microsoft.Maui.Controls.IFlyoutBehaviorObserver observer) -> bool -~Microsoft.Maui.Controls.IShellItemController.GetItems() -> System.Collections.ObjectModel.ReadOnlyCollection -~Microsoft.Maui.Controls.IShellItemController.ProposeSection(Microsoft.Maui.Controls.ShellSection shellSection, bool setValue = true) -> bool -~Microsoft.Maui.Controls.IShellSectionController.AddContentInsetObserver(Microsoft.Maui.Controls.IShellContentInsetObserver observer) -> void -~Microsoft.Maui.Controls.IShellSectionController.AddDisplayedPageObserver(object observer, System.Action callback) -> void -~Microsoft.Maui.Controls.IShellSectionController.GetItems() -> System.Collections.ObjectModel.ReadOnlyCollection -~Microsoft.Maui.Controls.IShellSectionController.PresentedPage.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.IShellSectionController.RemoveContentInsetObserver(Microsoft.Maui.Controls.IShellContentInsetObserver observer) -> bool -~Microsoft.Maui.Controls.IShellSectionController.RemoveDisplayedPageObserver(object observer) -> bool -~Microsoft.Maui.Controls.IShellSectionController.SendPopped(Microsoft.Maui.Controls.Page page) -> void -~Microsoft.Maui.Controls.IShellSectionController.SendPopping(Microsoft.Maui.Controls.Page page) -> void -~Microsoft.Maui.Controls.IShellSectionController.SendPopping(System.Threading.Tasks.Task poppingCompleted) -> void -~Microsoft.Maui.Controls.IShellSectionController.SendPoppingToRoot(System.Threading.Tasks.Task finishedPopping) -> void -~Microsoft.Maui.Controls.ISwipeGestureController.DetectSwipe(Microsoft.Maui.Controls.View sender, Microsoft.Maui.SwipeDirection direction) -> bool -~Microsoft.Maui.Controls.ISwipeGestureController.SendSwipe(Microsoft.Maui.Controls.Element sender, double totalX, double totalY) -> void -~Microsoft.Maui.Controls.ISwipeItem.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.ISwipeItem.Command.set -> void -~Microsoft.Maui.Controls.ISwipeItem.CommandParameter.get -> object -~Microsoft.Maui.Controls.ISwipeItem.CommandParameter.set -> void -~Microsoft.Maui.Controls.ISwipeViewController.SendSwipeChanging(Microsoft.Maui.Controls.SwipeChangingEventArgs args) -> void -~Microsoft.Maui.Controls.ISwipeViewController.SendSwipeEnded(Microsoft.Maui.Controls.SwipeEndedEventArgs args) -> void -~Microsoft.Maui.Controls.ISwipeViewController.SendSwipeStarted(Microsoft.Maui.Controls.SwipeStartedEventArgs args) -> void -~Microsoft.Maui.Controls.ITableModel.GetCell(int section, int row) -> Microsoft.Maui.Controls.Cell -~Microsoft.Maui.Controls.ITableModel.GetHeaderCell(int section) -> Microsoft.Maui.Controls.Cell -~Microsoft.Maui.Controls.ITableModel.GetItem(int section, int row) -> object -~Microsoft.Maui.Controls.ITableModel.GetSectionIndexTitles() -> string[] -~Microsoft.Maui.Controls.ITableModel.GetSectionTextColor(int section) -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ITableModel.GetSectionTitle(int section) -> string -~Microsoft.Maui.Controls.ITableModel.RowSelected(object item) -> void -~Microsoft.Maui.Controls.ITableViewController.Model.get -> Microsoft.Maui.Controls.ITableModel -~Microsoft.Maui.Controls.ITemplatedItemsList -~Microsoft.Maui.Controls.ITemplatedItemsList.ActivateContent(int index, object item = null) -> TItem -~Microsoft.Maui.Controls.ITemplatedItemsList.BindingContext.get -> object -~Microsoft.Maui.Controls.ITemplatedItemsList.GetGlobalIndexForGroup(Microsoft.Maui.Controls.ITemplatedItemsList group) -> int -~Microsoft.Maui.Controls.ITemplatedItemsList.GetGlobalIndexOfItem(object item) -> int -~Microsoft.Maui.Controls.ITemplatedItemsList.GetGroup(int index) -> Microsoft.Maui.Controls.ITemplatedItemsList -~Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupAndIndexOfItem(object group, object item) -> System.Tuple -~Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupAndIndexOfItem(object item) -> System.Tuple -~Microsoft.Maui.Controls.ITemplatedItemsList.HeaderContent.get -> TItem -~Microsoft.Maui.Controls.ITemplatedItemsList.IndexOf(TItem item) -> int -~Microsoft.Maui.Controls.ITemplatedItemsList.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.ITemplatedItemsList.ListProxy.get -> Microsoft.Maui.Controls.IListProxy -~Microsoft.Maui.Controls.ITemplatedItemsList.Name.get -> string -~Microsoft.Maui.Controls.ITemplatedItemsList.Name.set -> void -~Microsoft.Maui.Controls.ITemplatedItemsList.SelectDataTemplate(object item) -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ITemplatedItemsList.ShortNames.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.ITemplatedItemsList.UpdateContent(TItem content, int index) -> TItem -~Microsoft.Maui.Controls.ITemplatedItemsList.UpdateHeader(TItem content, int groupIndex) -> TItem -~Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs.Group.get -> object -~Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs.Item.get -> object -~Microsoft.Maui.Controls.ITemplatedItemsView -~Microsoft.Maui.Controls.ITemplatedItemsView.ListProxy.get -> Microsoft.Maui.Controls.IListProxy -~Microsoft.Maui.Controls.ITemplatedItemsView.TemplatedItems.get -> Microsoft.Maui.Controls.ITemplatedItemsList -~Microsoft.Maui.Controls.ItemsView.AddLogicalChild(Microsoft.Maui.Controls.Element element) -> void -~Microsoft.Maui.Controls.ItemsView.EmptyView.get -> object -~Microsoft.Maui.Controls.ItemsView.EmptyView.set -> void -~Microsoft.Maui.Controls.ItemsView.EmptyViewTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ItemsView.EmptyViewTemplate.set -> void -~Microsoft.Maui.Controls.ItemsView.InternalItemsLayout.get -> Microsoft.Maui.Controls.IItemsLayout -~Microsoft.Maui.Controls.ItemsView.InternalItemsLayout.set -> void -~Microsoft.Maui.Controls.ItemsView.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.ItemsView.ItemsSource.set -> void -~Microsoft.Maui.Controls.ItemsView.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ItemsView.ItemTemplate.set -> void -~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommand.set -> void -~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandParameter.get -> object -~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandParameter.set -> void -~Microsoft.Maui.Controls.ItemsView.RemoveLogicalChild(Microsoft.Maui.Controls.Element element) -> void -~Microsoft.Maui.Controls.ItemsView.ScrollTo(object item, object group = null, Microsoft.Maui.Controls.ScrollToPosition position = Microsoft.Maui.Controls.ScrollToPosition.MakeVisible, bool animate = true) -> void -~Microsoft.Maui.Controls.ItemsView.SendScrolled(Microsoft.Maui.Controls.ItemsViewScrolledEventArgs e) -> void -~Microsoft.Maui.Controls.ItemsView -~Microsoft.Maui.Controls.ItemsView.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.ItemsView.ItemsSource.set -> void -~Microsoft.Maui.Controls.ItemsView.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ItemsView.ItemTemplate.set -> void -~Microsoft.Maui.Controls.ItemsView.TemplatedItems.get -> Microsoft.Maui.Controls.Internals.TemplatedItemsList, TVisual> -~Microsoft.Maui.Controls.ItemTappedEventArgs.Group.get -> object -~Microsoft.Maui.Controls.ItemTappedEventArgs.Item.get -> object -~Microsoft.Maui.Controls.ItemTappedEventArgs.ItemTappedEventArgs(object group, object item, int itemIndex) -> void -~Microsoft.Maui.Controls.ItemVisibilityEventArgs.Item.get -> object -~Microsoft.Maui.Controls.ItemVisibilityEventArgs.ItemVisibilityEventArgs(object item, int itemIndex) -> void -~Microsoft.Maui.Controls.IValueConverter.Convert(object value, System.Type targetType, object parameter, System.Globalization.CultureInfo culture) -> object -~Microsoft.Maui.Controls.IValueConverter.ConvertBack(object value, System.Type targetType, object parameter, System.Globalization.CultureInfo culture) -> object -~Microsoft.Maui.Controls.IViewContainer -~Microsoft.Maui.Controls.IViewContainer.Children.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.IVisualElementController.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy -~Microsoft.Maui.Controls.IWebViewController.SendNavigated(Microsoft.Maui.Controls.WebNavigatedEventArgs args) -> void -~Microsoft.Maui.Controls.IWebViewController.SendNavigating(Microsoft.Maui.Controls.WebNavigatingEventArgs args) -> void -~Microsoft.Maui.Controls.Label.FontFamily.get -> string -~Microsoft.Maui.Controls.Label.FontFamily.set -> void -~Microsoft.Maui.Controls.Label.FormattedText.get -> Microsoft.Maui.Controls.FormattedString -~Microsoft.Maui.Controls.Label.FormattedText.set -> void -~Microsoft.Maui.Controls.Label.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Label.Text.get -> string -~Microsoft.Maui.Controls.Label.Text.set -> void -~Microsoft.Maui.Controls.Label.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Label.TextColor.set -> void -~Microsoft.Maui.Controls.Layout.Add(Microsoft.Maui.IView child) -> void -~Microsoft.Maui.Controls.Layout.Children.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Layout.Contains(Microsoft.Maui.IView item) -> bool -~Microsoft.Maui.Controls.Layout.CopyTo(Microsoft.Maui.IView[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.Layout.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.Layout.IndexOf(Microsoft.Maui.IView item) -> int -~Microsoft.Maui.Controls.Layout.Insert(int index, Microsoft.Maui.IView child) -> void -~Microsoft.Maui.Controls.Layout.Remove(Microsoft.Maui.IView child) -> bool -~Microsoft.Maui.Controls.Layout.this[int index].get -> Microsoft.Maui.IView -~Microsoft.Maui.Controls.Layout.this[int index].set -> void -~Microsoft.Maui.Controls.Layout._layoutManager -> Microsoft.Maui.Layouts.ILayoutManager -~Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops) -> void -~Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops, Microsoft.Maui.Graphics.Point startPoint, Microsoft.Maui.Graphics.Point endPoint) -> void -~Microsoft.Maui.Controls.ListProxyChangedEventArgs.ListProxyChangedEventArgs(System.Collections.Generic.IReadOnlyCollection oldList, System.Collections.Generic.IReadOnlyCollection newList) -> void -~Microsoft.Maui.Controls.ListProxyChangedEventArgs.NewList.get -> System.Collections.Generic.IReadOnlyCollection -~Microsoft.Maui.Controls.ListProxyChangedEventArgs.OldList.get -> System.Collections.Generic.IReadOnlyCollection -~Microsoft.Maui.Controls.ListView.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell -~Microsoft.Maui.Controls.ListView.Footer.get -> object -~Microsoft.Maui.Controls.ListView.Footer.set -> void -~Microsoft.Maui.Controls.ListView.FooterElement.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.ListView.FooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ListView.FooterTemplate.set -> void -~Microsoft.Maui.Controls.ListView.GetDisplayTextFromGroup(object cell) -> string -~Microsoft.Maui.Controls.ListView.GroupDisplayBinding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.ListView.GroupDisplayBinding.set -> void -~Microsoft.Maui.Controls.ListView.GroupHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ListView.GroupHeaderTemplate.set -> void -~Microsoft.Maui.Controls.ListView.GroupShortNameBinding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.ListView.GroupShortNameBinding.set -> void -~Microsoft.Maui.Controls.ListView.Header.get -> object -~Microsoft.Maui.Controls.ListView.Header.set -> void -~Microsoft.Maui.Controls.ListView.HeaderElement.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.ListView.HeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ListView.HeaderTemplate.set -> void -~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int groupIndex, int inGroupIndex, Microsoft.Maui.Controls.Cell cell = null) -> void -~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int groupIndex, int inGroupIndex, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested) -> void -~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell = null) -> void -~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell, bool isContextmenuRequested) -> void -~Microsoft.Maui.Controls.ListView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.ListView.RefreshCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.ListView.RefreshCommand.set -> void -~Microsoft.Maui.Controls.ListView.RefreshControlColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ListView.RefreshControlColor.set -> void -~Microsoft.Maui.Controls.ListView.ScrollTo(object item, Microsoft.Maui.Controls.ScrollToPosition position, bool animated) -> void -~Microsoft.Maui.Controls.ListView.ScrollTo(object item, object group, Microsoft.Maui.Controls.ScrollToPosition position, bool animated) -> void -~Microsoft.Maui.Controls.ListView.SelectedItem.get -> object -~Microsoft.Maui.Controls.ListView.SelectedItem.set -> void -~Microsoft.Maui.Controls.ListView.SendCellAppearing(Microsoft.Maui.Controls.Cell cell) -> void -~Microsoft.Maui.Controls.ListView.SendCellDisappearing(Microsoft.Maui.Controls.Cell cell) -> void -~Microsoft.Maui.Controls.ListView.SendScrolled(Microsoft.Maui.Controls.ScrolledEventArgs args) -> void -~Microsoft.Maui.Controls.ListView.SeparatorColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ListView.SeparatorColor.set -> void -~Microsoft.Maui.Controls.MarshalingObservableCollection.MarshalingObservableCollection(System.Collections.IList list) -> void -~Microsoft.Maui.Controls.MenuBar.Add(Microsoft.Maui.IMenuBarItem item) -> void -~Microsoft.Maui.Controls.MenuBar.Contains(Microsoft.Maui.IMenuBarItem item) -> bool -~Microsoft.Maui.Controls.MenuBar.CopyTo(Microsoft.Maui.IMenuBarItem[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.MenuBar.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.MenuBar.IndexOf(Microsoft.Maui.IMenuBarItem item) -> int -~Microsoft.Maui.Controls.MenuBar.Insert(int index, Microsoft.Maui.IMenuBarItem item) -> void -~Microsoft.Maui.Controls.MenuBar.Remove(Microsoft.Maui.IMenuBarItem item) -> bool -~Microsoft.Maui.Controls.MenuBar.this[int index].get -> Microsoft.Maui.IMenuBarItem -~Microsoft.Maui.Controls.MenuBar.this[int index].set -> void -~Microsoft.Maui.Controls.MenuBarItem.Add(Microsoft.Maui.IMenuElement item) -> void -~Microsoft.Maui.Controls.MenuBarItem.Contains(Microsoft.Maui.IMenuElement item) -> bool -~Microsoft.Maui.Controls.MenuBarItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.MenuBarItem.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.MenuBarItem.IndexOf(Microsoft.Maui.IMenuElement item) -> int -~Microsoft.Maui.Controls.MenuBarItem.Insert(int index, Microsoft.Maui.IMenuElement item) -> void -~Microsoft.Maui.Controls.MenuBarItem.Remove(Microsoft.Maui.IMenuElement item) -> bool -~Microsoft.Maui.Controls.MenuBarItem.Text.get -> string -~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.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 -~Microsoft.Maui.Controls.MenuFlyoutSubItem.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.MenuFlyoutSubItem.IndexOf(Microsoft.Maui.IMenuElement item) -> int -~Microsoft.Maui.Controls.MenuFlyoutSubItem.Insert(int index, Microsoft.Maui.IMenuElement item) -> void -~Microsoft.Maui.Controls.MenuFlyoutSubItem.Remove(Microsoft.Maui.IMenuElement item) -> bool -~Microsoft.Maui.Controls.MenuFlyoutSubItem.this[int index].get -> Microsoft.Maui.IMenuElement -~Microsoft.Maui.Controls.MenuFlyoutSubItem.this[int index].set -> void -~Microsoft.Maui.Controls.MenuItem.class.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.MenuItem.class.set -> void -~Microsoft.Maui.Controls.MenuItem.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.MenuItem.Command.set -> void -~Microsoft.Maui.Controls.MenuItem.CommandParameter.get -> object -~Microsoft.Maui.Controls.MenuItem.CommandParameter.set -> void -~Microsoft.Maui.Controls.MenuItem.IconImageSource.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.MenuItem.IconImageSource.set -> void -~Microsoft.Maui.Controls.MenuItem.StyleClass.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.MenuItem.StyleClass.set -> void -~Microsoft.Maui.Controls.MenuItem.Text.get -> string -~Microsoft.Maui.Controls.MenuItem.Text.set -> void -~Microsoft.Maui.Controls.MenuItemCollection.Add(Microsoft.Maui.Controls.MenuItem item) -> void -~Microsoft.Maui.Controls.MenuItemCollection.Contains(Microsoft.Maui.Controls.MenuItem item) -> bool -~Microsoft.Maui.Controls.MenuItemCollection.CopyTo(Microsoft.Maui.Controls.MenuItem[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.MenuItemCollection.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.MenuItemCollection.IndexOf(Microsoft.Maui.Controls.MenuItem item) -> int -~Microsoft.Maui.Controls.MenuItemCollection.Insert(int index, Microsoft.Maui.Controls.MenuItem item) -> void -~Microsoft.Maui.Controls.MenuItemCollection.Remove(Microsoft.Maui.Controls.MenuItem item) -> bool -~Microsoft.Maui.Controls.MenuItemCollection.this[int index].get -> Microsoft.Maui.Controls.MenuItem -~Microsoft.Maui.Controls.MenuItemCollection.this[int index].set -> void -~Microsoft.Maui.Controls.ModalEventArgs.Modal.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.ModalEventArgs.ModalEventArgs(Microsoft.Maui.Controls.Page modal) -> void -~Microsoft.Maui.Controls.ModalPoppedEventArgs.ModalPoppedEventArgs(Microsoft.Maui.Controls.Page modal) -> void -~Microsoft.Maui.Controls.ModalPoppingEventArgs.ModalPoppingEventArgs(Microsoft.Maui.Controls.Page modal) -> void -~Microsoft.Maui.Controls.ModalPushedEventArgs.ModalPushedEventArgs(Microsoft.Maui.Controls.Page modal) -> void -~Microsoft.Maui.Controls.ModalPushingEventArgs.ModalPushingEventArgs(Microsoft.Maui.Controls.Page modal) -> void -~Microsoft.Maui.Controls.MultiBinding.Bindings.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.MultiBinding.Bindings.set -> void -~Microsoft.Maui.Controls.MultiBinding.Converter.get -> Microsoft.Maui.Controls.IMultiValueConverter -~Microsoft.Maui.Controls.MultiBinding.Converter.set -> void -~Microsoft.Maui.Controls.MultiBinding.ConverterParameter.get -> object -~Microsoft.Maui.Controls.MultiBinding.ConverterParameter.set -> void -~Microsoft.Maui.Controls.MultiPage -~Microsoft.Maui.Controls.MultiPage.Children.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.MultiPage.CurrentPage.get -> T -~Microsoft.Maui.Controls.MultiPage.CurrentPage.set -> void -~Microsoft.Maui.Controls.MultiPage.GetPageByIndex(int index) -> T -~Microsoft.Maui.Controls.MultiPage.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.MultiPage.ItemsSource.set -> void -~Microsoft.Maui.Controls.MultiPage.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.MultiPage.ItemTemplate.set -> void -~Microsoft.Maui.Controls.MultiPage.SelectedItem.get -> object -~Microsoft.Maui.Controls.MultiPage.SelectedItem.set -> void -~Microsoft.Maui.Controls.MultiTrigger.Conditions.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.MultiTrigger.MultiTrigger(System.Type targetType) -> void -~Microsoft.Maui.Controls.MultiTrigger.Setters.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.NavigableElement.class.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.NavigableElement.class.set -> void -~Microsoft.Maui.Controls.NavigableElement.Navigation.get -> Microsoft.Maui.Controls.INavigation -~Microsoft.Maui.Controls.NavigableElement.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy -~Microsoft.Maui.Controls.NavigableElement.Style.get -> Microsoft.Maui.Controls.Style -~Microsoft.Maui.Controls.NavigableElement.Style.set -> void -~Microsoft.Maui.Controls.NavigableElement.StyleClass.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.NavigableElement.StyleClass.set -> void -~Microsoft.Maui.Controls.NavigationEventArgs.NavigationEventArgs(Microsoft.Maui.Controls.Page page) -> void -~Microsoft.Maui.Controls.NavigationEventArgs.Page.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.NavigationPage.BarBackground.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.NavigationPage.BarBackground.set -> void -~Microsoft.Maui.Controls.NavigationPage.BarBackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.NavigationPage.BarBackgroundColor.set -> void -~Microsoft.Maui.Controls.NavigationPage.BarTextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.NavigationPage.BarTextColor.set -> void -~Microsoft.Maui.Controls.NavigationPage.CurrentPage.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.NavigationPage.NavigationPage(Microsoft.Maui.Controls.Page root) -> void -~Microsoft.Maui.Controls.NavigationPage.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.NavigationPage.Peek(int depth) -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.NavigationPage.PopAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.NavigationPage.PopAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.NavigationPage.PopToRootAsync() -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.NavigationPage.PopToRootAsync(bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.NavigationPage.PushAsync(Microsoft.Maui.Controls.Page page) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.NavigationPage.PushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.NavigationPage.RootPage.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.On.Platform.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.On.Platform.set -> void -~Microsoft.Maui.Controls.On.Value.get -> object -~Microsoft.Maui.Controls.On.Value.set -> void -~Microsoft.Maui.Controls.OnPlatform.Platforms.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.OpenGLView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.OpenGLView.OnDisplay.get -> System.Action -~Microsoft.Maui.Controls.OpenGLView.OnDisplay.set -> void -~Microsoft.Maui.Controls.Page.BackgroundImageSource.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Page.BackgroundImageSource.set -> void -~Microsoft.Maui.Controls.Page.DisplayActionSheet(string title, string cancel, string destruction, Microsoft.Maui.FlowDirection flowDirection, params string[] buttons) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.DisplayActionSheet(string title, string cancel, string destruction, params string[] buttons) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string accept, string cancel) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string accept, string cancel, Microsoft.Maui.FlowDirection flowDirection) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string cancel) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string cancel, Microsoft.Maui.FlowDirection flowDirection) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.DisplayPromptAsync(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Microsoft.Maui.Keyboard keyboard = null, string initialValue = "") -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Page.IconImageSource.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Page.IconImageSource.set -> void -~Microsoft.Maui.Controls.Page.InternalChildren.get -> System.Collections.ObjectModel.ObservableCollection -~Microsoft.Maui.Controls.Page.MenuBarItems.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Page.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Page.Title.get -> string -~Microsoft.Maui.Controls.Page.Title.set -> void -~Microsoft.Maui.Controls.Page.ToolbarItems.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.ParentChangingEventArgs.NewParent.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.ParentChangingEventArgs.OldParent.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.ParentChangingEventArgs.ParentChangingEventArgs(Microsoft.Maui.Controls.Element oldParent, Microsoft.Maui.Controls.Element newParent) -> void -~Microsoft.Maui.Controls.Picker.FontFamily.get -> string -~Microsoft.Maui.Controls.Picker.FontFamily.set -> void -~Microsoft.Maui.Controls.Picker.ItemDisplayBinding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.Picker.ItemDisplayBinding.set -> void -~Microsoft.Maui.Controls.Picker.Items.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Picker.ItemsSource.get -> System.Collections.IList -~Microsoft.Maui.Controls.Picker.ItemsSource.set -> void -~Microsoft.Maui.Controls.Picker.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Picker.SelectedItem.get -> object -~Microsoft.Maui.Controls.Picker.SelectedItem.set -> void -~Microsoft.Maui.Controls.Picker.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Picker.TextColor.set -> void -~Microsoft.Maui.Controls.Picker.Title.get -> string -~Microsoft.Maui.Controls.Picker.Title.set -> void -~Microsoft.Maui.Controls.Picker.TitleColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Picker.TitleColor.set -> void -~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomDragStateData.DataPackage.get -> Microsoft.Maui.Controls.DataPackage -~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomDragStateData.DataPackage.set -> void -~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CustomWindow(ElmSharp.EvasObject handle) -> void -~Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CustomWindow(ElmSharp.EvasObject parent, nint handle) -> void -~Microsoft.Maui.Controls.Platform.DragGestureHandler.DragGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer, Microsoft.Maui.IViewHandler handler) -> void -~Microsoft.Maui.Controls.Platform.DragGestureHandler.Handler.get -> Microsoft.Maui.IViewHandler -~Microsoft.Maui.Controls.Platform.DropGestureHandler.DropGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer, Microsoft.Maui.IViewHandler handler) -> void -~Microsoft.Maui.Controls.Platform.DropGestureHandler.Handler.get -> Microsoft.Maui.IViewHandler -~Microsoft.Maui.Controls.Platform.GestureHandler.GestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer) -> void -~Microsoft.Maui.Controls.Platform.GestureHandler.Recognizer.get -> Microsoft.Maui.Controls.IGestureRecognizer -~Microsoft.Maui.Controls.Platform.IGestureController.SendCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~Microsoft.Maui.Controls.Platform.IGestureController.SendCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~Microsoft.Maui.Controls.Platform.IGestureController.SendMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~Microsoft.Maui.Controls.Platform.IGestureController.SendStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~Microsoft.Maui.Controls.Platform.PanGestureHandler.PanGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer) -> void -~Microsoft.Maui.Controls.Platform.PinchGestureHandler.PinchGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer, Microsoft.Maui.IViewHandler handler) -> void -~Microsoft.Maui.Controls.Platform.ShellMoreTabs.AddItem(Microsoft.Maui.Controls.ShellSection section) -> void -~Microsoft.Maui.Controls.Platform.ShellMoreTabs.NativeParent.get -> ElmSharp.EvasObject -~Microsoft.Maui.Controls.Platform.ShellMoreTabs.ShellMoreTabs(ElmSharp.EvasObject parent) -> void -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.ItemsSource.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.ItemsSource.set -> void -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.ItemTemplate.set -> void -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.MauiContext.get -> Microsoft.Maui.IMauiContext -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.PlatformParent.get -> ElmSharp.EvasObject -~Microsoft.Maui.Controls.Platform.ShellSearchResultList.ShellSearchResultList(Microsoft.Maui.IMauiContext context) -> void -~Microsoft.Maui.Controls.Platform.SimpleViewStack.Insert(ElmSharp.EvasObject before, ElmSharp.EvasObject view) -> void -~Microsoft.Maui.Controls.Platform.SimpleViewStack.Push(ElmSharp.EvasObject view) -> void -~Microsoft.Maui.Controls.Platform.SimpleViewStack.Remove(ElmSharp.EvasObject view) -> void -~Microsoft.Maui.Controls.Platform.SimpleViewStack.SimpleViewStack(ElmSharp.EvasObject parent) -> void -~Microsoft.Maui.Controls.Platform.SimpleViewStack.Stack.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Platform.SwipeGestureHandler.SwipeGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer) -> void -~Microsoft.Maui.Controls.Platform.TapGestureHandler.TapGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer recognizer) -> void -~Microsoft.Maui.Controls.Platform.TVShellItemView.TVShellItemView(Microsoft.Maui.Controls.ShellItem item, Microsoft.Maui.IMauiContext context) -> void -~Microsoft.Maui.Controls.Platform.TVShellSectionStack.TVShellSectionStack(Microsoft.Maui.Controls.ShellSection section, Microsoft.Maui.IMauiContext context) -> void -~Microsoft.Maui.Controls.Platform.TVShellView.TVShellView(ElmSharp.EvasObject parent) -> void -~Microsoft.Maui.Controls.PlatformConfigurationRegistry -~Microsoft.Maui.Controls.PlatformConfigurationRegistry.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.PlatformConfigurationRegistry.PlatformConfigurationRegistry(TElement element) -> void -~Microsoft.Maui.Controls.PlatformEffect -~Microsoft.Maui.Controls.PlatformEffect.Container.get -> TContainer -~Microsoft.Maui.Controls.PlatformEffect.Control.get -> TControl -~Microsoft.Maui.Controls.PointCollection.PointCollection(Microsoft.Maui.Graphics.Point[] p) -> void -~Microsoft.Maui.Controls.PoppedToRootEventArgs.PoppedPages.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.PoppedToRootEventArgs.PoppedToRootEventArgs(Microsoft.Maui.Controls.Page page, System.Collections.Generic.IEnumerable poppedPages) -> void -~Microsoft.Maui.Controls.ProgressBar.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.ProgressBar.ProgressColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ProgressBar.ProgressColor.set -> void -~Microsoft.Maui.Controls.ProgressBar.ProgressTo(double value, uint length, Microsoft.Maui.Easing easing) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.PropertyChangingEventArgs.PropertyChangingEventArgs(string propertyName) -> void -~Microsoft.Maui.Controls.PropertyCondition.Property.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.PropertyCondition.Property.set -> void -~Microsoft.Maui.Controls.PropertyCondition.Value.get -> object -~Microsoft.Maui.Controls.PropertyCondition.Value.set -> void -~Microsoft.Maui.Controls.QueryPropertyAttribute.Name.get -> string -~Microsoft.Maui.Controls.QueryPropertyAttribute.QueryId.get -> string -~Microsoft.Maui.Controls.QueryPropertyAttribute.QueryPropertyAttribute(string name, string queryId) -> void -~Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops) -> void -~Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops, double radius) -> void -~Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops, Microsoft.Maui.Graphics.Point center, double radius) -> void -~Microsoft.Maui.Controls.RadioButton.BorderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.RadioButton.BorderColor.set -> void -~Microsoft.Maui.Controls.RadioButton.Content.get -> object -~Microsoft.Maui.Controls.RadioButton.Content.set -> void -~Microsoft.Maui.Controls.RadioButton.ContentAsString() -> string -~Microsoft.Maui.Controls.RadioButton.FontFamily.get -> string -~Microsoft.Maui.Controls.RadioButton.FontFamily.set -> void -~Microsoft.Maui.Controls.RadioButton.GroupName.get -> string -~Microsoft.Maui.Controls.RadioButton.GroupName.set -> void -~Microsoft.Maui.Controls.RadioButton.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.RadioButton.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.RadioButton.TextColor.set -> void -~Microsoft.Maui.Controls.RadioButton.Value.get -> object -~Microsoft.Maui.Controls.RadioButton.Value.set -> void -~Microsoft.Maui.Controls.RefreshView.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.RefreshView.Command.set -> void -~Microsoft.Maui.Controls.RefreshView.CommandParameter.get -> object -~Microsoft.Maui.Controls.RefreshView.CommandParameter.set -> void -~Microsoft.Maui.Controls.RefreshView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.RefreshView.RefreshColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.RefreshView.RefreshColor.set -> void -~Microsoft.Maui.Controls.RelativeBindingSource.AncestorType.get -> System.Type -~Microsoft.Maui.Controls.RelativeBindingSource.RelativeBindingSource(Microsoft.Maui.Controls.RelativeBindingSourceMode mode, System.Type ancestorType = null, int ancestorLevel = 1) -> void -~Microsoft.Maui.Controls.RenderWithAttribute.RenderWithAttribute(System.Type type) -> void -~Microsoft.Maui.Controls.RenderWithAttribute.RenderWithAttribute(System.Type type, System.Type[] supportedVisuals) -> void -~Microsoft.Maui.Controls.RenderWithAttribute.SupportedVisuals.get -> System.Type[] -~Microsoft.Maui.Controls.RenderWithAttribute.Type.get -> System.Type -~Microsoft.Maui.Controls.ResolutionGroupNameAttribute.ResolutionGroupNameAttribute(string name) -> void -~Microsoft.Maui.Controls.ResourceDictionary.Add(Microsoft.Maui.Controls.ResourceDictionary mergedResourceDictionary) -> void -~Microsoft.Maui.Controls.ResourceDictionary.Add(Microsoft.Maui.Controls.Style style) -> void -~Microsoft.Maui.Controls.ResourceDictionary.Add(Microsoft.Maui.Controls.StyleSheets.StyleSheet styleSheet) -> void -~Microsoft.Maui.Controls.ResourceDictionary.Add(string key, object value) -> void -~Microsoft.Maui.Controls.ResourceDictionary.ContainsKey(string key) -> bool -~Microsoft.Maui.Controls.ResourceDictionary.GetEnumerator() -> System.Collections.Generic.IEnumerator> -~Microsoft.Maui.Controls.ResourceDictionary.Keys.get -> System.Collections.Generic.ICollection -~Microsoft.Maui.Controls.ResourceDictionary.MergedDictionaries.get -> System.Collections.Generic.ICollection -~Microsoft.Maui.Controls.ResourceDictionary.Remove(string key) -> bool -~Microsoft.Maui.Controls.ResourceDictionary.SetAndLoadSource(System.Uri value, string resourcePath, System.Reflection.Assembly assembly, System.Xml.IXmlLineInfo lineInfo) -> void -~Microsoft.Maui.Controls.ResourceDictionary.Source.get -> System.Uri -~Microsoft.Maui.Controls.ResourceDictionary.Source.set -> void -~Microsoft.Maui.Controls.ResourceDictionary.this[string index].get -> object -~Microsoft.Maui.Controls.ResourceDictionary.this[string index].set -> void -~Microsoft.Maui.Controls.ResourceDictionary.TryGetValue(string key, out object value) -> bool -~Microsoft.Maui.Controls.ResourceDictionary.Values.get -> System.Collections.Generic.ICollection -~Microsoft.Maui.Controls.RoutingEffect.RoutingEffect(string effectId) -> void -~Microsoft.Maui.Controls.RowDefinitionCollection.RowDefinitionCollection(params Microsoft.Maui.Controls.RowDefinition[] definitions) -> void -~Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Element.get -> Microsoft.Maui.Controls.Element -~Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ToRequest() -> Microsoft.Maui.ScrollToRequest -~Microsoft.Maui.Controls.ScrollToRequestEventArgs.Group.get -> object -~Microsoft.Maui.Controls.ScrollToRequestEventArgs.Item.get -> object -~Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToRequestEventArgs(object item, object group, Microsoft.Maui.Controls.ScrollToPosition scrollToPosition, bool isAnimated) -> void -~Microsoft.Maui.Controls.ScrollView.Content.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.ScrollView.Content.set -> void -~Microsoft.Maui.Controls.ScrollView.GetScrollPositionForElement(Microsoft.Maui.Controls.VisualElement item, Microsoft.Maui.Controls.ScrollToPosition pos) -> Microsoft.Maui.Graphics.Point -~Microsoft.Maui.Controls.ScrollView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.ScrollView.ScrollToAsync(double x, double y, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.ScrollView.ScrollToAsync(Microsoft.Maui.Controls.Element element, Microsoft.Maui.Controls.ScrollToPosition position, bool animated) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.SearchBar.CancelButtonColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SearchBar.CancelButtonColor.set -> void -~Microsoft.Maui.Controls.SearchBar.FontFamily.get -> string -~Microsoft.Maui.Controls.SearchBar.FontFamily.set -> void -~Microsoft.Maui.Controls.SearchBar.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.SearchBar.SearchCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.SearchBar.SearchCommand.set -> void -~Microsoft.Maui.Controls.SearchBar.SearchCommandParameter.get -> object -~Microsoft.Maui.Controls.SearchBar.SearchCommandParameter.set -> void -~Microsoft.Maui.Controls.SearchHandler.AutomationId.get -> string -~Microsoft.Maui.Controls.SearchHandler.AutomationId.set -> void -~Microsoft.Maui.Controls.SearchHandler.BackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SearchHandler.BackgroundColor.set -> void -~Microsoft.Maui.Controls.SearchHandler.CancelButtonColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SearchHandler.CancelButtonColor.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.SearchHandler.ClearIcon.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearIconHelpText.get -> string -~Microsoft.Maui.Controls.SearchHandler.ClearIconHelpText.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearIconName.get -> string -~Microsoft.Maui.Controls.SearchHandler.ClearIconName.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommand.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandParameter.get -> object -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandParameter.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderHelpText.get -> string -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderHelpText.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderIcon.set -> void -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderName.get -> string -~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderName.set -> void -~Microsoft.Maui.Controls.SearchHandler.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.SearchHandler.Command.set -> void -~Microsoft.Maui.Controls.SearchHandler.CommandParameter.get -> object -~Microsoft.Maui.Controls.SearchHandler.CommandParameter.set -> void -~Microsoft.Maui.Controls.SearchHandler.DisplayMemberName.get -> string -~Microsoft.Maui.Controls.SearchHandler.DisplayMemberName.set -> void -~Microsoft.Maui.Controls.SearchHandler.FontFamily.get -> string -~Microsoft.Maui.Controls.SearchHandler.FontFamily.set -> void -~Microsoft.Maui.Controls.SearchHandler.ItemsSource.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.SearchHandler.ItemsSource.set -> void -~Microsoft.Maui.Controls.SearchHandler.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.SearchHandler.ItemTemplate.set -> void -~Microsoft.Maui.Controls.SearchHandler.Keyboard.get -> Microsoft.Maui.Keyboard -~Microsoft.Maui.Controls.SearchHandler.Keyboard.set -> void -~Microsoft.Maui.Controls.SearchHandler.Placeholder.get -> string -~Microsoft.Maui.Controls.SearchHandler.Placeholder.set -> void -~Microsoft.Maui.Controls.SearchHandler.PlaceholderColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SearchHandler.PlaceholderColor.set -> void -~Microsoft.Maui.Controls.SearchHandler.Query.get -> string -~Microsoft.Maui.Controls.SearchHandler.Query.set -> void -~Microsoft.Maui.Controls.SearchHandler.QueryIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.SearchHandler.QueryIcon.set -> void -~Microsoft.Maui.Controls.SearchHandler.QueryIconHelpText.get -> string -~Microsoft.Maui.Controls.SearchHandler.QueryIconHelpText.set -> void -~Microsoft.Maui.Controls.SearchHandler.QueryIconName.get -> string -~Microsoft.Maui.Controls.SearchHandler.QueryIconName.set -> void -~Microsoft.Maui.Controls.SearchHandler.SelectedItem.get -> object -~Microsoft.Maui.Controls.SearchHandler.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SearchHandler.TextColor.set -> void -~Microsoft.Maui.Controls.SelectableItemsView.SelectedItem.get -> object -~Microsoft.Maui.Controls.SelectableItemsView.SelectedItem.set -> void -~Microsoft.Maui.Controls.SelectableItemsView.SelectedItems.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.SelectableItemsView.SelectedItems.set -> void -~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommand.set -> void -~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandParameter.get -> object -~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandParameter.set -> void -~Microsoft.Maui.Controls.SelectableItemsView.UpdateSelectedItems(System.Collections.Generic.IList newSelection) -> void -~Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItem.get -> object -~Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItemChangedEventArgs(object selectedItem, int selectedItemIndex) -> void -~Microsoft.Maui.Controls.SelectedPositionChangedEventArgs.SelectedPosition.get -> object -~Microsoft.Maui.Controls.SelectionChangedEventArgs.CurrentSelection.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.SelectionChangedEventArgs.PreviousSelection.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Setter.Property.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Setter.Property.set -> void -~Microsoft.Maui.Controls.Setter.TargetName.get -> string -~Microsoft.Maui.Controls.Setter.TargetName.set -> void -~Microsoft.Maui.Controls.Setter.Value.get -> object -~Microsoft.Maui.Controls.Setter.Value.set -> void -~Microsoft.Maui.Controls.Shadow.Brush.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.Shadow.Brush.set -> void -~Microsoft.Maui.Controls.Shapes.GeometryGroup.Children.get -> Microsoft.Maui.Controls.Shapes.GeometryCollection -~Microsoft.Maui.Controls.Shapes.GeometryGroup.Children.set -> void -~Microsoft.Maui.Controls.Shapes.Matrix.Transform(Microsoft.Maui.Graphics.Point[] points) -> void -~Microsoft.Maui.Controls.Shapes.Path.Data.get -> Microsoft.Maui.Controls.Shapes.Geometry -~Microsoft.Maui.Controls.Shapes.Path.Data.set -> void -~Microsoft.Maui.Controls.Shapes.Path.Path(Microsoft.Maui.Controls.Shapes.Geometry data) -> void -~Microsoft.Maui.Controls.Shapes.Path.RenderTransform.get -> Microsoft.Maui.Controls.Shapes.Transform -~Microsoft.Maui.Controls.Shapes.Path.RenderTransform.set -> void -~Microsoft.Maui.Controls.Shapes.PathFigure.Segments.get -> Microsoft.Maui.Controls.Shapes.PathSegmentCollection -~Microsoft.Maui.Controls.Shapes.PathFigure.Segments.set -> void -~Microsoft.Maui.Controls.Shapes.PathGeometry.Figures.get -> Microsoft.Maui.Controls.Shapes.PathFigureCollection -~Microsoft.Maui.Controls.Shapes.PathGeometry.Figures.set -> void -~Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry(Microsoft.Maui.Controls.Shapes.PathFigureCollection figures) -> void -~Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry(Microsoft.Maui.Controls.Shapes.PathFigureCollection figures, Microsoft.Maui.Controls.Shapes.FillRule fillRule) -> void -~Microsoft.Maui.Controls.Shapes.PolyBezierSegment.Points.get -> Microsoft.Maui.Controls.PointCollection -~Microsoft.Maui.Controls.Shapes.PolyBezierSegment.Points.set -> void -~Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PolyBezierSegment(Microsoft.Maui.Controls.PointCollection points) -> void -~Microsoft.Maui.Controls.Shapes.Polygon.Points.get -> Microsoft.Maui.Controls.PointCollection -~Microsoft.Maui.Controls.Shapes.Polygon.Points.set -> void -~Microsoft.Maui.Controls.Shapes.Polygon.Polygon(Microsoft.Maui.Controls.PointCollection points) -> void -~Microsoft.Maui.Controls.Shapes.Polyline.Points.get -> Microsoft.Maui.Controls.PointCollection -~Microsoft.Maui.Controls.Shapes.Polyline.Points.set -> void -~Microsoft.Maui.Controls.Shapes.Polyline.Polyline(Microsoft.Maui.Controls.PointCollection points) -> void -~Microsoft.Maui.Controls.Shapes.PolyLineSegment.Points.get -> Microsoft.Maui.Controls.PointCollection -~Microsoft.Maui.Controls.Shapes.PolyLineSegment.Points.set -> void -~Microsoft.Maui.Controls.Shapes.PolyLineSegment.PolyLineSegment(Microsoft.Maui.Controls.PointCollection points) -> void -~Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.Points.get -> Microsoft.Maui.Controls.PointCollection -~Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.Points.set -> void -~Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PolyQuadraticBezierSegment(Microsoft.Maui.Controls.PointCollection points) -> void -~Microsoft.Maui.Controls.Shapes.TransformGroup.Children.get -> Microsoft.Maui.Controls.Shapes.TransformCollection -~Microsoft.Maui.Controls.Shapes.TransformGroup.Children.set -> void -~Microsoft.Maui.Controls.Shell.AddLogicalChild(Microsoft.Maui.Controls.Element element) -> void -~Microsoft.Maui.Controls.Shell.CurrentItem.get -> Microsoft.Maui.Controls.ShellItem -~Microsoft.Maui.Controls.Shell.CurrentItem.set -> void -~Microsoft.Maui.Controls.Shell.CurrentPage.get -> Microsoft.Maui.Controls.Page -~Microsoft.Maui.Controls.Shell.CurrentState.get -> Microsoft.Maui.Controls.ShellNavigationState -~Microsoft.Maui.Controls.Shell.FlyoutBackdrop.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.Shell.FlyoutBackdrop.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutBackground.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.Shell.FlyoutBackground.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutBackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Shell.FlyoutBackgroundColor.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutBackgroundImage.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Shell.FlyoutBackgroundImage.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutContent.get -> object -~Microsoft.Maui.Controls.Shell.FlyoutContent.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutContentTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Shell.FlyoutContentTemplate.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutFooter.get -> object -~Microsoft.Maui.Controls.Shell.FlyoutFooter.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutFooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Shell.FlyoutFooterTemplate.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutHeader.get -> object -~Microsoft.Maui.Controls.Shell.FlyoutHeader.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Shell.FlyoutHeaderTemplate.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Shell.FlyoutIcon.set -> void -~Microsoft.Maui.Controls.Shell.FlyoutItems.get -> System.Collections.IEnumerable -~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state, bool animate) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state, bool animate, System.Collections.Generic.IDictionary parameters) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state, System.Collections.Generic.IDictionary parameters) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.Shell.Items.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Shell.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Shell.ItemTemplate.set -> void -~Microsoft.Maui.Controls.Shell.MenuItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.Shell.MenuItemTemplate.set -> void -~Microsoft.Maui.Controls.Shell.RemoveLogicalChild(Microsoft.Maui.Controls.Element element) -> void -~Microsoft.Maui.Controls.ShellAppearance.BackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.DisabledColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.FlyoutBackdrop.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.ShellAppearance.ForegroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.Ingest(Microsoft.Maui.Controls.Element pivot) -> bool -~Microsoft.Maui.Controls.ShellAppearance.TabBarBackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.TabBarDisabledColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.TabBarForegroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.TabBarTitleColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.TabBarUnselectedColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.TitleColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellAppearance.UnselectedColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.ShellContent.Content.get -> object -~Microsoft.Maui.Controls.ShellContent.Content.set -> void -~Microsoft.Maui.Controls.ShellContent.ContentTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.ShellContent.ContentTemplate.set -> void -~Microsoft.Maui.Controls.ShellContent.MenuItems.get -> Microsoft.Maui.Controls.MenuItemCollection -~Microsoft.Maui.Controls.ShellItem.CurrentItem.get -> Microsoft.Maui.Controls.ShellSection -~Microsoft.Maui.Controls.ShellItem.CurrentItem.set -> void -~Microsoft.Maui.Controls.ShellItem.Items.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.ShellItem.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.ShellNavigatedEventArgs.Current.get -> Microsoft.Maui.Controls.ShellNavigationState -~Microsoft.Maui.Controls.ShellNavigatedEventArgs.Previous.get -> Microsoft.Maui.Controls.ShellNavigationState -~Microsoft.Maui.Controls.ShellNavigatedEventArgs.ShellNavigatedEventArgs(Microsoft.Maui.Controls.ShellNavigationState previous, Microsoft.Maui.Controls.ShellNavigationState current, Microsoft.Maui.Controls.ShellNavigationSource source) -> void -~Microsoft.Maui.Controls.ShellNavigatingEventArgs.Current.get -> Microsoft.Maui.Controls.ShellNavigationState -~Microsoft.Maui.Controls.ShellNavigatingEventArgs.GetDeferral() -> Microsoft.Maui.Controls.ShellNavigatingDeferral -~Microsoft.Maui.Controls.ShellNavigatingEventArgs.ShellNavigatingEventArgs(Microsoft.Maui.Controls.ShellNavigationState current, Microsoft.Maui.Controls.ShellNavigationState target, Microsoft.Maui.Controls.ShellNavigationSource source, bool canCancel) -> void -~Microsoft.Maui.Controls.ShellNavigatingEventArgs.Target.get -> Microsoft.Maui.Controls.ShellNavigationState -~Microsoft.Maui.Controls.ShellNavigationState.Location.get -> System.Uri -~Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState(string location) -> void -~Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState(System.Uri location) -> void -~Microsoft.Maui.Controls.ShellSection.CurrentItem.get -> Microsoft.Maui.Controls.ShellContent -~Microsoft.Maui.Controls.ShellSection.CurrentItem.set -> void -~Microsoft.Maui.Controls.ShellSection.Items.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.ShellSection.Stack.get -> System.Collections.Generic.IReadOnlyList -~Microsoft.Maui.Controls.Slider.DragCompletedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.Slider.DragCompletedCommand.set -> void -~Microsoft.Maui.Controls.Slider.DragStartedCommand.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.Slider.DragStartedCommand.set -> void -~Microsoft.Maui.Controls.Slider.MaximumTrackColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Slider.MaximumTrackColor.set -> void -~Microsoft.Maui.Controls.Slider.MinimumTrackColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Slider.MinimumTrackColor.set -> void -~Microsoft.Maui.Controls.Slider.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Slider.ThumbColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Slider.ThumbColor.set -> void -~Microsoft.Maui.Controls.Slider.ThumbImageSource.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Slider.ThumbImageSource.set -> void -~Microsoft.Maui.Controls.SolidColorBrush.SolidColorBrush(Microsoft.Maui.Graphics.Color color) -> void -~Microsoft.Maui.Controls.Span.BackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Span.BackgroundColor.set -> void -~Microsoft.Maui.Controls.Span.FontFamily.get -> string -~Microsoft.Maui.Controls.Span.FontFamily.set -> void -~Microsoft.Maui.Controls.Span.Style.get -> Microsoft.Maui.Controls.Style -~Microsoft.Maui.Controls.Span.Style.set -> void -~Microsoft.Maui.Controls.Span.Text.get -> string -~Microsoft.Maui.Controls.Span.Text.set -> void -~Microsoft.Maui.Controls.Span.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Span.TextColor.set -> void -~Microsoft.Maui.Controls.StackLayoutManager.StackLayoutManager(Microsoft.Maui.Controls.StackLayout stackLayout) -> void -~Microsoft.Maui.Controls.Stepper.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.StructuredItemsView.Footer.get -> object -~Microsoft.Maui.Controls.StructuredItemsView.Footer.set -> void -~Microsoft.Maui.Controls.StructuredItemsView.FooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.StructuredItemsView.FooterTemplate.set -> void -~Microsoft.Maui.Controls.StructuredItemsView.Header.get -> object -~Microsoft.Maui.Controls.StructuredItemsView.Header.set -> void -~Microsoft.Maui.Controls.StructuredItemsView.HeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate -~Microsoft.Maui.Controls.StructuredItemsView.HeaderTemplate.set -> void -~Microsoft.Maui.Controls.StructuredItemsView.ItemsLayout.get -> Microsoft.Maui.Controls.IItemsLayout -~Microsoft.Maui.Controls.StructuredItemsView.ItemsLayout.set -> void -~Microsoft.Maui.Controls.Style.BasedOn.get -> Microsoft.Maui.Controls.Style -~Microsoft.Maui.Controls.Style.BasedOn.set -> void -~Microsoft.Maui.Controls.Style.BaseResourceKey.get -> string -~Microsoft.Maui.Controls.Style.BaseResourceKey.set -> void -~Microsoft.Maui.Controls.Style.Behaviors.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Style.Class.get -> string -~Microsoft.Maui.Controls.Style.Class.set -> void -~Microsoft.Maui.Controls.Style.Setters.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Style.Style(System.Type targetType) -> void -~Microsoft.Maui.Controls.Style.TargetType.get -> System.Type -~Microsoft.Maui.Controls.Style.Triggers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.SwipedEventArgs.Parameter.get -> object -~Microsoft.Maui.Controls.SwipedEventArgs.SwipedEventArgs(object parameter, Microsoft.Maui.SwipeDirection direction) -> void -~Microsoft.Maui.Controls.SwipeGestureRecognizer.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.SwipeGestureRecognizer.Command.set -> void -~Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandParameter.get -> object -~Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandParameter.set -> void -~Microsoft.Maui.Controls.SwipeGestureRecognizer.SendSwiped(Microsoft.Maui.Controls.View sender, Microsoft.Maui.SwipeDirection direction) -> void -~Microsoft.Maui.Controls.SwipeItem.BackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SwipeItem.BackgroundColor.set -> void -~Microsoft.Maui.Controls.SwipeItems.Add(Microsoft.Maui.Controls.ISwipeItem item) -> void -~Microsoft.Maui.Controls.SwipeItems.Contains(Microsoft.Maui.Controls.ISwipeItem item) -> bool -~Microsoft.Maui.Controls.SwipeItems.CopyTo(Microsoft.Maui.Controls.ISwipeItem[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.SwipeItems.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.SwipeItems.IndexOf(Microsoft.Maui.Controls.ISwipeItem item) -> int -~Microsoft.Maui.Controls.SwipeItems.Insert(int index, Microsoft.Maui.Controls.ISwipeItem item) -> void -~Microsoft.Maui.Controls.SwipeItems.Remove(Microsoft.Maui.Controls.ISwipeItem item) -> bool -~Microsoft.Maui.Controls.SwipeItems.SwipeItems(System.Collections.Generic.IEnumerable swipeItems) -> void -~Microsoft.Maui.Controls.SwipeItems.this[int index].get -> Microsoft.Maui.Controls.ISwipeItem -~Microsoft.Maui.Controls.SwipeItems.this[int index].set -> void -~Microsoft.Maui.Controls.SwipeItemView.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.SwipeItemView.Command.set -> void -~Microsoft.Maui.Controls.SwipeItemView.CommandParameter.get -> object -~Microsoft.Maui.Controls.SwipeItemView.CommandParameter.set -> void -~Microsoft.Maui.Controls.SwipeView.BottomItems.get -> Microsoft.Maui.Controls.SwipeItems -~Microsoft.Maui.Controls.SwipeView.BottomItems.set -> void -~Microsoft.Maui.Controls.SwipeView.LeftItems.get -> Microsoft.Maui.Controls.SwipeItems -~Microsoft.Maui.Controls.SwipeView.LeftItems.set -> void -~Microsoft.Maui.Controls.SwipeView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.SwipeView.RightItems.get -> Microsoft.Maui.Controls.SwipeItems -~Microsoft.Maui.Controls.SwipeView.RightItems.set -> void -~Microsoft.Maui.Controls.SwipeView.TopItems.get -> Microsoft.Maui.Controls.SwipeItems -~Microsoft.Maui.Controls.SwipeView.TopItems.set -> void -~Microsoft.Maui.Controls.Switch.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.Switch.OnColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Switch.OnColor.set -> void -~Microsoft.Maui.Controls.Switch.ThumbColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.Switch.ThumbColor.set -> void -~Microsoft.Maui.Controls.SwitchCell.OnColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.SwitchCell.OnColor.set -> void -~Microsoft.Maui.Controls.SwitchCell.Text.get -> string -~Microsoft.Maui.Controls.SwitchCell.Text.set -> void -~Microsoft.Maui.Controls.TabbedPage.BarBackground.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.TabbedPage.BarBackground.set -> void -~Microsoft.Maui.Controls.TabbedPage.BarBackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TabbedPage.BarBackgroundColor.set -> void -~Microsoft.Maui.Controls.TabbedPage.BarTextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TabbedPage.BarTextColor.set -> void -~Microsoft.Maui.Controls.TabbedPage.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.TabbedPage.SelectedTabColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TabbedPage.SelectedTabColor.set -> void -~Microsoft.Maui.Controls.TabbedPage.UnselectedTabColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TabbedPage.UnselectedTabColor.set -> void -~Microsoft.Maui.Controls.TableRoot.TableRoot(string title) -> void -~Microsoft.Maui.Controls.TableSection.TableSection(string title) -> void -~Microsoft.Maui.Controls.TableSectionBase.TableSectionBase(string title) -> void -~Microsoft.Maui.Controls.TableSectionBase.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TableSectionBase.TextColor.set -> void -~Microsoft.Maui.Controls.TableSectionBase.Title.get -> string -~Microsoft.Maui.Controls.TableSectionBase.Title.set -> void -~Microsoft.Maui.Controls.TableSectionBase -~Microsoft.Maui.Controls.TableSectionBase.Add(System.Collections.Generic.IEnumerable items) -> void -~Microsoft.Maui.Controls.TableSectionBase.Add(T item) -> void -~Microsoft.Maui.Controls.TableSectionBase.Contains(T item) -> bool -~Microsoft.Maui.Controls.TableSectionBase.CopyTo(T[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.TableSectionBase.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.TableSectionBase.IndexOf(T item) -> int -~Microsoft.Maui.Controls.TableSectionBase.Insert(int index, T item) -> void -~Microsoft.Maui.Controls.TableSectionBase.Remove(T item) -> bool -~Microsoft.Maui.Controls.TableSectionBase.TableSectionBase(string title) -> void -~Microsoft.Maui.Controls.TableSectionBase.this[int index].get -> T -~Microsoft.Maui.Controls.TableSectionBase.this[int index].set -> void -~Microsoft.Maui.Controls.TableView.Model.get -> Microsoft.Maui.Controls.Internals.TableModel -~Microsoft.Maui.Controls.TableView.Model.set -> void -~Microsoft.Maui.Controls.TableView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~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 -~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.set -> void -~Microsoft.Maui.Controls.TemplateBinding.Path.get -> string -~Microsoft.Maui.Controls.TemplateBinding.Path.set -> void -~Microsoft.Maui.Controls.TemplateBinding.TemplateBinding(string path, Microsoft.Maui.Controls.BindingMode mode = Microsoft.Maui.Controls.BindingMode.Default, Microsoft.Maui.Controls.IValueConverter converter = null, object converterParameter = null, string stringFormat = null) -> void -~Microsoft.Maui.Controls.TemplatedPage.ControlTemplate.get -> Microsoft.Maui.Controls.ControlTemplate -~Microsoft.Maui.Controls.TemplatedPage.ControlTemplate.set -> void -~Microsoft.Maui.Controls.TemplatedPage.GetTemplateChild(string name) -> object -~Microsoft.Maui.Controls.TemplatedView.ControlTemplate.get -> Microsoft.Maui.Controls.ControlTemplate -~Microsoft.Maui.Controls.TemplatedView.ControlTemplate.set -> void -~Microsoft.Maui.Controls.TemplatedView.GetTemplateChild(string name) -> object -~Microsoft.Maui.Controls.TextCell.Command.get -> System.Windows.Input.ICommand -~Microsoft.Maui.Controls.TextCell.Command.set -> void -~Microsoft.Maui.Controls.TextCell.CommandParameter.get -> object -~Microsoft.Maui.Controls.TextCell.CommandParameter.set -> void -~Microsoft.Maui.Controls.TextCell.Detail.get -> string -~Microsoft.Maui.Controls.TextCell.Detail.set -> void -~Microsoft.Maui.Controls.TextCell.DetailColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TextCell.DetailColor.set -> void -~Microsoft.Maui.Controls.TextCell.Text.get -> string -~Microsoft.Maui.Controls.TextCell.Text.set -> void -~Microsoft.Maui.Controls.TextCell.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TextCell.TextColor.set -> void -~Microsoft.Maui.Controls.TextChangedEventArgs.NewTextValue.get -> string -~Microsoft.Maui.Controls.TextChangedEventArgs.OldTextValue.get -> string -~Microsoft.Maui.Controls.TextChangedEventArgs.TextChangedEventArgs(string oldTextValue, string newTextValue) -> void -~Microsoft.Maui.Controls.TimePicker.FontFamily.get -> string -~Microsoft.Maui.Controls.TimePicker.FontFamily.set -> void -~Microsoft.Maui.Controls.TimePicker.Format.get -> string -~Microsoft.Maui.Controls.TimePicker.Format.set -> void -~Microsoft.Maui.Controls.TimePicker.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.TimePicker.TextColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.TimePicker.TextColor.set -> void -~Microsoft.Maui.Controls.Toolbar.BackButtonTitle.get -> string -~Microsoft.Maui.Controls.Toolbar.BackButtonTitle.set -> void -~Microsoft.Maui.Controls.Toolbar.BarBackground.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.Toolbar.BarBackground.set -> void -~Microsoft.Maui.Controls.Toolbar.Handler.get -> Microsoft.Maui.IElementHandler -~Microsoft.Maui.Controls.Toolbar.Handler.set -> void -~Microsoft.Maui.Controls.Toolbar.Parent.get -> Microsoft.Maui.IElement -~Microsoft.Maui.Controls.Toolbar.TitleIcon.get -> Microsoft.Maui.Controls.ImageSource -~Microsoft.Maui.Controls.Toolbar.TitleIcon.set -> void -~Microsoft.Maui.Controls.Toolbar.Toolbar(Microsoft.Maui.IElement parent) -> void -~Microsoft.Maui.Controls.Toolbar.ToolbarItems.get -> System.Collections.Generic.IEnumerable -~Microsoft.Maui.Controls.Toolbar.ToolbarItems.set -> void -~Microsoft.Maui.Controls.ToolbarItem.ToolbarItem(string name, string icon, System.Action activated, Microsoft.Maui.Controls.ToolbarItemOrder order = Microsoft.Maui.Controls.ToolbarItemOrder.Default, int priority = 0) -> void -~Microsoft.Maui.Controls.TouchEventArgs.Touches.get -> Microsoft.Maui.Graphics.PointF[] -~Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs(Microsoft.Maui.Graphics.PointF[] points, bool isInsideBounds) -> void -~Microsoft.Maui.Controls.Trigger.Property.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Trigger.Property.set -> void -~Microsoft.Maui.Controls.Trigger.Setters.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.Trigger.Trigger(System.Type targetType) -> void -~Microsoft.Maui.Controls.Trigger.Value.get -> object -~Microsoft.Maui.Controls.Trigger.Value.set -> void -~Microsoft.Maui.Controls.TriggerAction -~Microsoft.Maui.Controls.TriggerBase.EnterActions.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.TriggerBase.ExitActions.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.TriggerBase.TargetType.get -> System.Type -~Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException(string message) -> void -~Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException(string message, System.Exception innerException) -> void -~Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void -~Microsoft.Maui.Controls.UriImageSource.Uri.get -> System.Uri -~Microsoft.Maui.Controls.UriImageSource.Uri.set -> void -~Microsoft.Maui.Controls.UrlWebViewSource.Url.get -> string -~Microsoft.Maui.Controls.UrlWebViewSource.Url.set -> void -~Microsoft.Maui.Controls.View.GestureController.get -> Microsoft.Maui.Controls.Internals.IGestureController -~Microsoft.Maui.Controls.View.GestureRecognizers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.ViewCell.View.get -> Microsoft.Maui.Controls.View -~Microsoft.Maui.Controls.ViewCell.View.set -> void -~Microsoft.Maui.Controls.VisualAttribute.VisualAttribute(string key, System.Type visual) -> void -~Microsoft.Maui.Controls.VisualElement.Background.get -> Microsoft.Maui.Controls.Brush -~Microsoft.Maui.Controls.VisualElement.Background.set -> void -~Microsoft.Maui.Controls.VisualElement.BackgroundColor.get -> Microsoft.Maui.Graphics.Color -~Microsoft.Maui.Controls.VisualElement.BackgroundColor.set -> void -~Microsoft.Maui.Controls.VisualElement.Behaviors.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.VisualElement.Clip.get -> Microsoft.Maui.Controls.Shapes.Geometry -~Microsoft.Maui.Controls.VisualElement.Clip.set -> void -~Microsoft.Maui.Controls.VisualElement.Resources.get -> Microsoft.Maui.Controls.ResourceDictionary -~Microsoft.Maui.Controls.VisualElement.Resources.set -> void -~Microsoft.Maui.Controls.VisualElement.Triggers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.VisualElement.Visual.get -> Microsoft.Maui.Controls.IVisual -~Microsoft.Maui.Controls.VisualElement.Visual.set -> void -~Microsoft.Maui.Controls.VisualElement.Window.get -> Microsoft.Maui.Controls.Window -~Microsoft.Maui.Controls.VisualState.Name.get -> string -~Microsoft.Maui.Controls.VisualState.Name.set -> void -~Microsoft.Maui.Controls.VisualState.Setters.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.VisualState.StateTriggers.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.VisualState.TargetType.get -> System.Type -~Microsoft.Maui.Controls.VisualState.TargetType.set -> void -~Microsoft.Maui.Controls.VisualStateGroup.CurrentState.get -> Microsoft.Maui.Controls.VisualState -~Microsoft.Maui.Controls.VisualStateGroup.Name.get -> string -~Microsoft.Maui.Controls.VisualStateGroup.Name.set -> void -~Microsoft.Maui.Controls.VisualStateGroup.States.get -> System.Collections.Generic.IList -~Microsoft.Maui.Controls.VisualStateGroup.TargetType.get -> System.Type -~Microsoft.Maui.Controls.VisualStateGroup.TargetType.set -> void -~Microsoft.Maui.Controls.VisualStateGroupList.Add(Microsoft.Maui.Controls.VisualStateGroup item) -> void -~Microsoft.Maui.Controls.VisualStateGroupList.Contains(Microsoft.Maui.Controls.VisualStateGroup item) -> bool -~Microsoft.Maui.Controls.VisualStateGroupList.CopyTo(Microsoft.Maui.Controls.VisualStateGroup[] array, int arrayIndex) -> void -~Microsoft.Maui.Controls.VisualStateGroupList.GetEnumerator() -> System.Collections.Generic.IEnumerator -~Microsoft.Maui.Controls.VisualStateGroupList.IndexOf(Microsoft.Maui.Controls.VisualStateGroup item) -> int -~Microsoft.Maui.Controls.VisualStateGroupList.Insert(int index, Microsoft.Maui.Controls.VisualStateGroup item) -> void -~Microsoft.Maui.Controls.VisualStateGroupList.Remove(Microsoft.Maui.Controls.VisualStateGroup item) -> bool -~Microsoft.Maui.Controls.VisualStateGroupList.this[int index].get -> Microsoft.Maui.Controls.VisualStateGroup -~Microsoft.Maui.Controls.VisualStateGroupList.this[int index].set -> void -~Microsoft.Maui.Controls.WebNavigatedEventArgs.WebNavigatedEventArgs(Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url, Microsoft.Maui.WebNavigationResult result) -> void -~Microsoft.Maui.Controls.WebNavigatingEventArgs.WebNavigatingEventArgs(Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url) -> void -~Microsoft.Maui.Controls.WebNavigationEventArgs.Source.get -> Microsoft.Maui.Controls.WebViewSource -~Microsoft.Maui.Controls.WebNavigationEventArgs.Url.get -> string -~Microsoft.Maui.Controls.WebNavigationEventArgs.WebNavigationEventArgs(Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url) -> void -~Microsoft.Maui.Controls.WebView.Cookies.get -> System.Net.CookieContainer -~Microsoft.Maui.Controls.WebView.Cookies.set -> void -~Microsoft.Maui.Controls.WebView.Eval(string script) -> void -~Microsoft.Maui.Controls.WebView.EvaluateJavaScriptAsync(string script) -> System.Threading.Tasks.Task -~Microsoft.Maui.Controls.WebView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~Microsoft.Maui.Controls.WebView.OnSourceChanged(object sender, System.EventArgs e) -> void -~Microsoft.Maui.Controls.WebView.Source.get -> Microsoft.Maui.Controls.WebViewSource -~Microsoft.Maui.Controls.WebView.Source.set -> void -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.Binding.get -> Microsoft.Maui.Controls.BindingBase -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.ErrorCode.get -> string -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.Message.get -> string -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.MessageArgs.get -> object[] -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.XamlSourceInfo.get -> Microsoft.Maui.SourceInfo -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs.Source.get -> object -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs.Target.get -> Microsoft.Maui.Controls.BindableObject -~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs.TargetProperty.get -> Microsoft.Maui.Controls.BindableProperty -~Microsoft.Maui.Controls.Xaml.IMarkupExtension.ProvideValue(System.IServiceProvider serviceProvider) -> object -~Microsoft.Maui.Controls.Xaml.IMarkupExtension.ProvideValue(System.IServiceProvider serviceProvider) -> T -~Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService.TrySetBinding(object target, Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.BindingBase binding) -> bool -~Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService.TrySetBinding(object target, string propertyName, Microsoft.Maui.Controls.BindingBase binding) -> bool -~Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService.TrySetValue(object target, Microsoft.Maui.Controls.BindableProperty property, object value) -> bool -~Microsoft.Maui.Controls.Xaml.Internals.INativeValueConverterService.ConvertTo(object value, System.Type toType, out object platformValue) -> bool -~Microsoft.Maui.Controls.Xaml.IProvideValueTarget.TargetObject.get -> object -~Microsoft.Maui.Controls.Xaml.IProvideValueTarget.TargetProperty.get -> object -~Microsoft.Maui.Controls.Xaml.IReferenceProvider.FindByName(string name) -> object -~Microsoft.Maui.Controls.Xaml.IRootObjectProvider.RootObject.get -> object -~Microsoft.Maui.Controls.Xaml.IValueProvider.ProvideValue(System.IServiceProvider serviceProvider) -> object -~Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.Resolve(string qualifiedTypeName, System.IServiceProvider serviceProvider = null) -> System.Type -~Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.TryResolve(string qualifiedTypeName, out System.Type type) -> bool -~Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider.XmlLineInfo.get -> System.Xml.IXmlLineInfo -~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(string message) -> void -~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(string message, System.Exception innerException) -> void -~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(string message, System.Xml.IXmlLineInfo xmlInfo, System.Exception innerException = null) -> void -~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void -~Microsoft.Maui.Controls.Xaml.XamlParseException.XmlInfo.get -> System.Xml.IXmlLineInfo -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Path.get -> string -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Path.set -> void -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.ResourceId.get -> string -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.ResourceId.set -> void -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Type.get -> System.Type -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Type.set -> void -~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.XamlResourceIdAttribute(string resourceId, string path, System.Type type) -> void -~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.AssemblyName.get -> string -~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.AssemblyName.set -> void -~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.ClrNamespace.get -> string -~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.XmlNamespace.get -> string -~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace) -> void -~Microsoft.Maui.Controls.XmlnsPrefixAttribute.Prefix.get -> string -~Microsoft.Maui.Controls.XmlnsPrefixAttribute.XmlNamespace.get -> string -~Microsoft.Maui.Controls.XmlnsPrefixAttribute.XmlnsPrefixAttribute(string xmlNamespace, string prefix) -> void -~override Microsoft.Maui.Controls.AbsoluteLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~override Microsoft.Maui.Controls.AbsoluteLayout.OnAdd(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.AbsoluteLayout.OnInsert(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.AbsoluteLayout.OnRemove(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.AbsoluteLayout.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void -~override Microsoft.Maui.Controls.Accelerator.Equals(object obj) -> bool -~override Microsoft.Maui.Controls.Accelerator.ToString() -> string -~override Microsoft.Maui.Controls.AcceleratorTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.AcceleratorTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.AcceleratorTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.AcceleratorTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.AppLinkEntry.ToString() -> string -~override Microsoft.Maui.Controls.BaseShellItem.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.Behavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject bindable) -> void -~override Microsoft.Maui.Controls.Behavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject bindable) -> void -~override Microsoft.Maui.Controls.BindablePropertyConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.BindablePropertyConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.BindablePropertyConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.BindablePropertyConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.BoundsTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.BoundsTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.BoundsTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.BoundsTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.BrushTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.BrushTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.BrushTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.BrushTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Button.ButtonContentLayout.ToString() -> string -~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Button.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Cell.OnPropertyChanging(string propertyName = null) -> void -~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnAdded(Microsoft.Maui.Controls.View view) -> void -~override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnRemoved(Microsoft.Maui.Controls.View view) -> void -~override Microsoft.Maui.Controls.Compatibility.Grid.OnAdded(Microsoft.Maui.Controls.View view) -> void -~override Microsoft.Maui.Controls.Compatibility.Grid.OnRemoved(Microsoft.Maui.Controls.View view) -> void -~override Microsoft.Maui.Controls.Compatibility.Layout.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~override Microsoft.Maui.Controls.Compatibility.Layout.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnAdded(Microsoft.Maui.Controls.View view) -> void -~override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnRemoved(Microsoft.Maui.Controls.View view) -> void -~override Microsoft.Maui.Controls.DoubleCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.DoubleCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.DoubleCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.DoubleCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Editor.OnTextChanged(string oldValue, string newValue) -> void -~override Microsoft.Maui.Controls.Element.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.FileImageSource.Cancel() -> System.Threading.Tasks.Task -~override Microsoft.Maui.Controls.FileImageSource.ToString() -> string -~override Microsoft.Maui.Controls.FileImageSourceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.FileImageSourceConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.FileImageSourceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.FileImageSourceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.FlexLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~override Microsoft.Maui.Controls.FlexLayout.OnAdd(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.FlexLayout.OnInsert(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.FlexLayout.OnRemove(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.FlexLayout.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void -~override Microsoft.Maui.Controls.FlowDirectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.FlowDirectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.FlowDirectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.FlowDirectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.FontAttributesConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.FontAttributesConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.FontAttributesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.FontAttributesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.FontSizeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.FontSizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.FontSizeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.FontSizeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.FormattedString.ToString() -> string -~override Microsoft.Maui.Controls.GradientStop.Equals(object obj) -> bool -~override Microsoft.Maui.Controls.Grid.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~override Microsoft.Maui.Controls.Grid.OnAdd(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.Grid.OnInsert(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.Grid.OnRemove(int index, Microsoft.Maui.IView view) -> void -~override Microsoft.Maui.Controls.Grid.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void -~override Microsoft.Maui.Controls.GridLengthTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.GridLengthTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.GridLengthTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~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.Items.CarouselViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView -~override Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView -~override Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ConnectHandler(Tizen.UIExtensions.NUI.CollectionView nativeView) -> void -~override Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.DisconnectHandler(Tizen.UIExtensions.NUI.CollectionView nativeView) -> void -~override Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView -~override Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView -~override Microsoft.Maui.Controls.Handlers.PolygonHandler.ConnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void -~override Microsoft.Maui.Controls.Handlers.PolygonHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void -~override Microsoft.Maui.Controls.Handlers.PolylineHandler.ConnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void -~override Microsoft.Maui.Controls.Handlers.PolylineHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void -override Microsoft.Maui.Controls.Handlers.ShellHandler.ConnectHandler(Microsoft.Maui.Controls.Platform.ShellView! platformView) -> void -override Microsoft.Maui.Controls.Handlers.ShellHandler.CreatePlatformView() -> Microsoft.Maui.Controls.Platform.ShellView! -override Microsoft.Maui.Controls.Handlers.ShellHandler.DisconnectHandler(Microsoft.Maui.Controls.Platform.ShellView! platformView) -> void -~override Microsoft.Maui.Controls.HorizontalStackLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~override Microsoft.Maui.Controls.HtmlWebViewSource.Load(Microsoft.Maui.IWebViewDelegate renderer) -> void -~override Microsoft.Maui.Controls.ImageSourceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.ImageSourceConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.ImageSourceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.ImageSourceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Label.GetChildElements(Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IList -~override Microsoft.Maui.Controls.LayoutOptionsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.LayoutOptionsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.LayoutOptionsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.LayoutOptionsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.LayoutOptionsConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) -> System.ComponentModel.TypeConverter.StandardValuesCollection -~override Microsoft.Maui.Controls.LayoutOptionsConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) -> bool -~override Microsoft.Maui.Controls.LayoutOptionsConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -~override Microsoft.Maui.Controls.ListStringTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.ListStringTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.ListStringTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.ListStringTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.ListView.CreateDefault(object item) -> Microsoft.Maui.Controls.Cell -~override Microsoft.Maui.Controls.ListView.SetupContent(Microsoft.Maui.Controls.Cell content, int index) -> void -~override Microsoft.Maui.Controls.ListView.UnhookContent(Microsoft.Maui.Controls.Cell content) -> void -~override Microsoft.Maui.Controls.ListView.ValidateItemTemplate(Microsoft.Maui.Controls.DataTemplate template) -> bool -~override Microsoft.Maui.Controls.MultiPage.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~override Microsoft.Maui.Controls.MultiPage.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.Platform.DragGestureHandler.CustomWindow.CreateHandle(ElmSharp.EvasObject parent) -> nint -~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DragGestureHandler.OnStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DropGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DropGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DropGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.DropGestureHandler.OnStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PanGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PanGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PanGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PanGestureHandler.OnStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PinchGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PinchGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PinchGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.PinchGestureHandler.OnStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.SwipeGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.SwipeGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.SwipeGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.SwipeGestureHandler.OnStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.TapGestureHandler.OnCanceled(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.TapGestureHandler.OnCompleted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.TapGestureHandler.OnMoved(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.TapGestureHandler.OnStarted(Microsoft.Maui.Controls.View sender, object data) -> void -~override Microsoft.Maui.Controls.Platform.TVShellItemView.CreateShellSectionStack(Microsoft.Maui.Controls.ShellSection section) -> Microsoft.Maui.Controls.Platform.ShellSectionStack -~override Microsoft.Maui.Controls.Platform.TVShellSectionStack.CreateShellSectionView(Microsoft.Maui.Controls.ShellSection section) -> Microsoft.Maui.Controls.Platform.IShellSectionHandler -~override Microsoft.Maui.Controls.Platform.TVShellView.CreateNavigationDrawer() -> Tizen.UIExtensions.ElmSharp.INavigationDrawer -~override Microsoft.Maui.Controls.Platform.TVShellView.CreateNavigationView() -> Tizen.UIExtensions.ElmSharp.INavigationView -~override Microsoft.Maui.Controls.Platform.TVShellView.CreateShellItemView(Microsoft.Maui.Controls.ShellItem item) -> Microsoft.Maui.Controls.Platform.ShellItemView -~override Microsoft.Maui.Controls.Platform.TVShellView.GetItemAdaptor(System.Collections.IEnumerable items) -> Tizen.UIExtensions.ElmSharp.ItemAdaptor -~override Microsoft.Maui.Controls.Platform.TVShellView.SetElement(Microsoft.Maui.Controls.Shell shell, Microsoft.Maui.IMauiContext context) -> void -~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 -~override Microsoft.Maui.Controls.ReferenceTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.RefreshView.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Shapes.Ellipse.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.EllipseGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~override Microsoft.Maui.Controls.Shapes.GeometryGroup.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~override Microsoft.Maui.Controls.Shapes.Line.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.LineGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Shapes.Path.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Shapes.PathGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.Shapes.Polygon.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.Polyline.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.Rectangle.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.RectangleGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~override Microsoft.Maui.Controls.Shapes.RoundRectangle.GetPath() -> Microsoft.Maui.Graphics.PathF -~override Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void -~override Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.Shapes.TransformTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~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.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 -~override Microsoft.Maui.Controls.ShellContent.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.ShellItem.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~override Microsoft.Maui.Controls.ShellItem.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.ShellSection.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~override Microsoft.Maui.Controls.ShellSection.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.SolidColorBrush.Equals(object obj) -> bool -~override Microsoft.Maui.Controls.StackLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~override Microsoft.Maui.Controls.StreamImageSource.OnPropertyChanged(string propertyName) -> void -~override Microsoft.Maui.Controls.Switch.OnPropertyChanged(string propertyName = null) -> void -~override Microsoft.Maui.Controls.TabbedPage.CreateDefault(object item) -> Microsoft.Maui.Controls.Page -~override Microsoft.Maui.Controls.TemplatedPage.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.TemplatedView.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.TextAlignmentConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.TextAlignmentConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.TextAlignmentConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.TextAlignmentConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.TextDecorationConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.TextDecorationConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.TextDecorationConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.TextDecorationConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.TriggerAction.Invoke(object sender) -> void -~override Microsoft.Maui.Controls.TypeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.TypeTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.TypeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.TypeTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.UriImageSource.ToString() -> string -~override Microsoft.Maui.Controls.UriTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.UriTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.UriTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.UrlWebViewSource.Load(Microsoft.Maui.IWebViewDelegate renderer) -> void -~override Microsoft.Maui.Controls.VerticalStackLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager -~override Microsoft.Maui.Controls.VisualElement.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~override Microsoft.Maui.Controls.VisualElement.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.VisualState.Equals(object obj) -> bool -~override Microsoft.Maui.Controls.VisualStateGroup.Equals(object obj) -> bool -~override Microsoft.Maui.Controls.VisualStateGroupList.Equals(object obj) -> bool -~override Microsoft.Maui.Controls.VisualTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.VisualTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.VisualTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.VisualTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Controls.VisualTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) -> System.ComponentModel.TypeConverter.StandardValuesCollection -~override Microsoft.Maui.Controls.VisualTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) -> bool -~override Microsoft.Maui.Controls.VisualTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -~override Microsoft.Maui.Controls.WebView.OnPropertyChanged(string propertyName) -> void -~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Foldable.FoldEventArgs.ToString() -> string -~static Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect -~static Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -~static Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void -~static Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags) -> void -~static Microsoft.Maui.Controls.Accelerator.FromString(string text) -> Microsoft.Maui.Controls.Accelerator -~static Microsoft.Maui.Controls.Accelerator.implicit operator Microsoft.Maui.Controls.Accelerator(string accelerator) -> Microsoft.Maui.Controls.Accelerator -~static Microsoft.Maui.Controls.AnimationExtensions.AbortAnimation(this Microsoft.Maui.Controls.IAnimatable self, string handle) -> bool -~static Microsoft.Maui.Controls.AnimationExtensions.Add(this Microsoft.Maui.Animations.IAnimationManager animationManager, System.Action step) -> int -~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, Microsoft.Maui.Controls.Animation animation, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void -~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Action callback, double start, double end, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void -~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Action callback, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void -~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Func transform, System.Action callback, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null, Microsoft.Maui.Animations.IAnimationManager animationManager = null) -> void -~static Microsoft.Maui.Controls.AnimationExtensions.AnimateKinetic(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Func callback, double velocity, double drag, System.Action finished = null, Microsoft.Maui.Animations.IAnimationManager animationManager = null) -> void -~static Microsoft.Maui.Controls.AnimationExtensions.AnimationIsRunning(this Microsoft.Maui.Controls.IAnimatable self, string handle) -> bool -~static Microsoft.Maui.Controls.AnimationExtensions.Batch(this Microsoft.Maui.Controls.IAnimatable self) -> System.IDisposable -~static Microsoft.Maui.Controls.AnimationExtensions.Insert(this Microsoft.Maui.Animations.IAnimationManager animationManager, System.Func step) -> int -~static Microsoft.Maui.Controls.AnimationExtensions.Interpolate(double start, double end = 1, double reverseVal = 0, bool reverse = false) -> System.Func -~static Microsoft.Maui.Controls.AnimationExtensions.Remove(this Microsoft.Maui.Animations.IAnimationManager animationManager, int tickerId) -> void -~static Microsoft.Maui.Controls.Application.ControlsApplicationMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.AppLinkEntry.FromUri(System.Uri uri) -> Microsoft.Maui.Controls.AppLinkEntry -~static Microsoft.Maui.Controls.AutomationProperties.GetExcludedWithChildren(Microsoft.Maui.Controls.BindableObject bindable) -> bool? -~static Microsoft.Maui.Controls.AutomationProperties.GetHelpText(Microsoft.Maui.Controls.BindableObject bindable) -> string -~static Microsoft.Maui.Controls.AutomationProperties.GetIsInAccessibleTree(Microsoft.Maui.Controls.BindableObject bindable) -> bool? -~static Microsoft.Maui.Controls.AutomationProperties.GetLabeledBy(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.VisualElement -~static Microsoft.Maui.Controls.AutomationProperties.GetName(Microsoft.Maui.Controls.BindableObject bindable) -> string -~static Microsoft.Maui.Controls.AutomationProperties.SetExcludedWithChildren(Microsoft.Maui.Controls.BindableObject bindable, bool? value) -> void -~static Microsoft.Maui.Controls.AutomationProperties.SetHelpText(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void -~static Microsoft.Maui.Controls.AutomationProperties.SetIsInAccessibleTree(Microsoft.Maui.Controls.BindableObject bindable, bool? value) -> void -~static Microsoft.Maui.Controls.AutomationProperties.SetLabeledBy(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.VisualElement value) -> void -~static Microsoft.Maui.Controls.AutomationProperties.SetName(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void -~static Microsoft.Maui.Controls.BindableLayout.GetEmptyView(Microsoft.Maui.Controls.BindableObject b) -> object -~static Microsoft.Maui.Controls.BindableLayout.GetEmptyViewTemplate(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.DataTemplate -~static Microsoft.Maui.Controls.BindableLayout.GetItemsSource(Microsoft.Maui.Controls.BindableObject b) -> System.Collections.IEnumerable -~static Microsoft.Maui.Controls.BindableLayout.GetItemTemplate(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.DataTemplate -~static Microsoft.Maui.Controls.BindableLayout.GetItemTemplateSelector(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.DataTemplateSelector -~static Microsoft.Maui.Controls.BindableLayout.SetEmptyView(Microsoft.Maui.Controls.BindableObject b, object value) -> void -~static Microsoft.Maui.Controls.BindableLayout.SetEmptyViewTemplate(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.DataTemplate value) -> void -~static Microsoft.Maui.Controls.BindableLayout.SetItemsSource(Microsoft.Maui.Controls.BindableObject b, System.Collections.IEnumerable value) -> void -~static Microsoft.Maui.Controls.BindableLayout.SetItemTemplate(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.DataTemplate value) -> void -~static Microsoft.Maui.Controls.BindableLayout.SetItemTemplateSelector(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.DataTemplateSelector value) -> void -~static Microsoft.Maui.Controls.BindableObject.SetInheritedBindingContext(Microsoft.Maui.Controls.BindableObject bindable, object value) -> void -~static Microsoft.Maui.Controls.BindableObjectExtensions.GetPropertyIfSet(this Microsoft.Maui.Controls.BindableObject bindableObject, Microsoft.Maui.Controls.BindableProperty bindableProperty, T returnIfNotSet) -> T -~static Microsoft.Maui.Controls.BindableObjectExtensions.SetAppTheme(this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, T light, T dark) -> void -~static Microsoft.Maui.Controls.BindableObjectExtensions.SetAppThemeColor(this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, Microsoft.Maui.Graphics.Color light, Microsoft.Maui.Graphics.Color dark) -> void -~static Microsoft.Maui.Controls.BindableObjectExtensions.SetBinding(this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, string path, Microsoft.Maui.Controls.BindingMode mode = Microsoft.Maui.Controls.BindingMode.Default, Microsoft.Maui.Controls.IValueConverter converter = null, string stringFormat = null) -> void -~static Microsoft.Maui.Controls.BindableProperty.Create(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue = null, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWay, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindableProperty -~static Microsoft.Maui.Controls.BindableProperty.CreateAttached(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWay, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindableProperty -~static Microsoft.Maui.Controls.BindableProperty.CreateAttachedReadOnly(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWayToSource, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindablePropertyKey -~static Microsoft.Maui.Controls.BindableProperty.CreateReadOnly(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWayToSource, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindablePropertyKey -~static Microsoft.Maui.Controls.BindingBase.DisableCollectionSynchronization(System.Collections.IEnumerable collection) -> void -~static Microsoft.Maui.Controls.BindingBase.EnableCollectionSynchronization(System.Collections.IEnumerable collection, object context, Microsoft.Maui.Controls.CollectionSynchronizationCallback callback) -> void -~static Microsoft.Maui.Controls.BoundsConstraint.FromExpression(System.Linq.Expressions.Expression> expression, System.Collections.Generic.IEnumerable parents = null) -> Microsoft.Maui.Controls.BoundsConstraint -~static Microsoft.Maui.Controls.Brush.AliceBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.AntiqueWhite.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Aqua.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Aquamarine.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Azure.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Beige.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Bisque.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Black.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.BlanchedAlmond.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Blue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.BlueViolet.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Brown.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.BurlyWood.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.CadetBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Chartreuse.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Chocolate.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Coral.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.CornflowerBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Cornsilk.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Crimson.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Cyan.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkCyan.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkGoldenrod.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkGray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkKhaki.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkMagenta.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkOliveGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkOrange.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkOrchid.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkRed.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkSalmon.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkSeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkSlateBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkSlateGray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkTurquoise.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DarkViolet.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DeepPink.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DeepSkyBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Default.get -> Microsoft.Maui.Controls.Brush -~static Microsoft.Maui.Controls.Brush.DimGray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.DodgerBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Firebrick.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.FloralWhite.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.ForestGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Fuchsia.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Gainsboro.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.GhostWhite.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Gold.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Goldenrod.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Gray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Green.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.GreenYellow.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Honeydew.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.HotPink.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.implicit operator Microsoft.Maui.Controls.Brush(Microsoft.Maui.Graphics.Color color) -> Microsoft.Maui.Controls.Brush -~static Microsoft.Maui.Controls.Brush.implicit operator Microsoft.Maui.Controls.Brush(Microsoft.Maui.Graphics.Paint paint) -> Microsoft.Maui.Controls.Brush -~static Microsoft.Maui.Controls.Brush.implicit operator Microsoft.Maui.Graphics.Paint(Microsoft.Maui.Controls.Brush brush) -> Microsoft.Maui.Graphics.Paint -~static Microsoft.Maui.Controls.Brush.IndianRed.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Indigo.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.IsNullOrEmpty(Microsoft.Maui.Controls.Brush brush) -> bool -~static Microsoft.Maui.Controls.Brush.Ivory.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Khaki.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Lavender.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LavenderBlush.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LawnGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LemonChiffon.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightCoral.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightCyan.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightGoldenrodYellow.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightGray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightPink.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightSalmon.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightSeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightSkyBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightSlateGray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightSteelBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LightYellow.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Lime.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.LimeGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Linen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Magenta.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Maroon.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumAquamarine.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumOrchid.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumPurple.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumSeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumSlateBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumSpringGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumTurquoise.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MediumVioletRed.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MidnightBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MintCream.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.MistyRose.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Moccasin.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.NavajoWhite.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Navy.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.OldLace.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Olive.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.OliveDrab.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Orange.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.OrangeRed.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Orchid.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PaleGoldenrod.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PaleGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PaleTurquoise.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PaleVioletRed.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PapayaWhip.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PeachPuff.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Peru.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Pink.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Plum.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.PowderBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Purple.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Red.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.RosyBrown.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.RoyalBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SaddleBrown.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Salmon.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SandyBrown.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SeaShell.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Sienna.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Silver.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SkyBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SlateBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SlateGray.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Snow.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SpringGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.SteelBlue.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Tan.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Teal.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Thistle.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Tomato.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Transparent.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Turquoise.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Violet.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Wheat.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.White.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.WhiteSmoke.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.Yellow.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush -~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Button.MapContentLayout(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.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 -~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags) -> void -~static Microsoft.Maui.Controls.Compatibility.Constraint.Constant(double size) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.Constraint.FromExpression(System.Linq.Expressions.Expression> expression) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.Constraint.RelativeToParent(System.Func measure) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.Constraint.RelativeToView(Microsoft.Maui.Controls.View view, System.Func measure) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetBasis(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexBasis -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetGrow(Microsoft.Maui.Controls.BindableObject bindable) -> float -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetOrder(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetShrink(Microsoft.Maui.Controls.BindableObject bindable) -> float -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexAlignSelf value) -> void -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetBasis(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexBasis value) -> void -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void -~static Microsoft.Maui.Controls.Compatibility.Grid.GetColumn(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Compatibility.Grid.GetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Compatibility.Grid.GetRow(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Compatibility.Grid.GetRowSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Compatibility.Grid.SetColumn(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Compatibility.Grid.SetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Compatibility.Grid.SetRow(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Compatibility.Grid.SetRowSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(Microsoft.Maui.Controls.VisualElement child, Microsoft.Maui.Graphics.Rect region) -> void -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetBoundsConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.BoundsConstraint -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetHeightConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetWidthConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetXConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetYConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetBoundsConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.BoundsConstraint value) -> void -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetHeightConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetWidthConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetXConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void -~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetYConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void -~static Microsoft.Maui.Controls.CompressedLayout.GetHeadlessOffset(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Point -~static Microsoft.Maui.Controls.CompressedLayout.GetIsHeadless(Microsoft.Maui.Controls.BindableObject bindable) -> bool -~static Microsoft.Maui.Controls.CompressedLayout.SetIsHeadless(Microsoft.Maui.Controls.BindableObject bindable, bool value) -> void -~static Microsoft.Maui.Controls.Configuration.Create(TElement element) -> Microsoft.Maui.Controls.Configuration -~static Microsoft.Maui.Controls.ContentPresenter.ContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static Microsoft.Maui.Controls.ControlsColorExtensions.IsDefault(this Microsoft.Maui.Graphics.Color color) -> bool -~static Microsoft.Maui.Controls.ControlsColorExtensions.IsNotDefault(this Microsoft.Maui.Graphics.Color color) -> bool -~static Microsoft.Maui.Controls.DatePicker.ControlsDatePickerMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.DependencyService.Get(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() -> void -~static Microsoft.Maui.Controls.DependencyService.Register() -> void -~static Microsoft.Maui.Controls.DependencyService.RegisterSingleton(T instance) -> void -~static Microsoft.Maui.Controls.DependencyService.Resolve(Microsoft.Maui.Controls.DependencyFetchTarget fallbackFetchTarget = Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance) -> T -~static Microsoft.Maui.Controls.Device.BeginInvokeOnMainThread(System.Action action) -> void -~static Microsoft.Maui.Controls.Device.DefaultRendererAssembly.get -> System.Reflection.Assembly -~static Microsoft.Maui.Controls.Device.DefaultRendererAssembly.set -> void -~static Microsoft.Maui.Controls.Device.GetMainThreadSynchronizationContextAsync() -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Device.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, Microsoft.Maui.Controls.Element targetElement) -> double -~static Microsoft.Maui.Controls.Device.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, System.Type targetElementType) -> double -~static Microsoft.Maui.Controls.Device.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, System.Type targetElementType, bool useOldSizes) -> double -~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Action action) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Func funcTask) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Func> funcTask) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Func func) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Device.RuntimePlatform.get -> string -~static Microsoft.Maui.Controls.Device.StartTimer(System.TimeSpan interval, System.Func callback) -> void -~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(double[] d) -> Microsoft.Maui.Controls.DoubleCollection -~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 -~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler 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 -~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMaterial(this Microsoft.Maui.Controls.IVisual visual) -> bool -~static Microsoft.Maui.Controls.Element.ControlsElementMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler 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 -~static Microsoft.Maui.Controls.FlexLayout.GetBasis(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexBasis -~static Microsoft.Maui.Controls.FlexLayout.GetGrow(Microsoft.Maui.Controls.BindableObject bindable) -> float -~static Microsoft.Maui.Controls.FlexLayout.GetOrder(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.FlexLayout.GetShrink(Microsoft.Maui.Controls.BindableObject bindable) -> float -~static Microsoft.Maui.Controls.FlexLayout.SetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexAlignSelf value) -> void -~static Microsoft.Maui.Controls.FlexLayout.SetBasis(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexBasis value) -> void -~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.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 -~static Microsoft.Maui.Controls.FormattedString.implicit operator Microsoft.Maui.Controls.FormattedString(string text) -> Microsoft.Maui.Controls.FormattedString -~static Microsoft.Maui.Controls.Grid.GetColumn(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Grid.GetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Grid.GetRow(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Grid.GetRowSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int -~static Microsoft.Maui.Controls.Grid.SetColumn(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Grid.SetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Grid.SetRow(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.Grid.SetRowSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void -~static Microsoft.Maui.Controls.GridExtensions.Add(this Microsoft.Maui.Controls.Grid grid, Microsoft.Maui.IView view, int column = 0, int row = 0) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapIsBounceEnabled(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapIsSwipeEnabled(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapItemsLayout(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapLoop(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapPeekAreaInsets(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.Mapper -> Microsoft.Maui.PropertyMapper -~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapPosition(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.Mapper -> Microsoft.Maui.PropertyMapper -~static Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewMapper -> Microsoft.Maui.PropertyMapper> -~static Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.MapIsGrouped(Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler handler, Microsoft.Maui.Controls.GroupableItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewMapper -> Microsoft.Maui.PropertyMapper> -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapEmptyView(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapEmptyViewTemplate(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapFlowDirection(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapHorizontalScrollBarVisibility(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapIsVisible(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapItemsSource(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapItemsUpdatingScrollMode(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapItemTemplate(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapVerticalScrollBarVisibility(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.MapCanReorderItems(Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler handler, Microsoft.Maui.Controls.ReorderableItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewMapper -> Microsoft.Maui.PropertyMapper> -~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.MapSelectedItem(Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler handler, Microsoft.Maui.Controls.SelectableItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.MapSelectedItems(Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler handler, Microsoft.Maui.Controls.SelectableItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.MapSelectionMode(Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler handler, Microsoft.Maui.Controls.SelectableItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewMapper -> Microsoft.Maui.PropertyMapper> -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapFooter(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapFooterTemplate(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapHeader(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapHeaderTemplate(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapItemSizingStrategy(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapItemsLayout(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void -~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewMapper -> Microsoft.Maui.PropertyMapper> -~static Microsoft.Maui.Controls.Handlers.LineHandler.Mapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Handlers.LineHandler.MapX1(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void -~static Microsoft.Maui.Controls.Handlers.LineHandler.MapX2(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void -~static Microsoft.Maui.Controls.Handlers.LineHandler.MapY1(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void -~static Microsoft.Maui.Controls.Handlers.LineHandler.MapY2(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void -~static Microsoft.Maui.Controls.Handlers.PathHandler.MapData(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Path path) -> void -~static Microsoft.Maui.Controls.Handlers.PathHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Path path) -> void -~static Microsoft.Maui.Controls.Handlers.PathHandler.Mapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Handlers.PathHandler.MapRenderTransform(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Path path) -> void -~static Microsoft.Maui.Controls.Handlers.PolygonHandler.MapFillRule(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polygon polygon) -> void -~static Microsoft.Maui.Controls.Handlers.PolygonHandler.Mapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Handlers.PolygonHandler.MapPoints(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polygon polygon) -> void -~static Microsoft.Maui.Controls.Handlers.PolygonHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polygon polygon) -> void -~static Microsoft.Maui.Controls.Handlers.PolylineHandler.MapFillRule(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polyline polyline) -> void -~static Microsoft.Maui.Controls.Handlers.PolylineHandler.Mapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Handlers.PolylineHandler.MapPoints(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polyline polyline) -> void -~static Microsoft.Maui.Controls.Handlers.PolylineHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polyline polyline) -> void -~static Microsoft.Maui.Controls.Handlers.RectangleHandler.Mapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Handlers.RectangleHandler.MapRadiusX(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Rectangle rectangle) -> void -~static Microsoft.Maui.Controls.Handlers.RectangleHandler.MapRadiusY(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Rectangle rectangle) -> void -~static Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.MapCornerRadius(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.RoundRectangle roundRectangle) -> void -~static Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.Mapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Handlers.ShellHandler.CommandMapper -> Microsoft.Maui.CommandMapper -~static Microsoft.Maui.Controls.Handlers.ShellHandler.Mapper -> Microsoft.Maui.PropertyMapper -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyout(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutBackdrop(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutBackground(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutBehavior(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutFooter(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutHeader(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutHeaderBehavior(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutItems(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutWidth(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapIsPresented(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Controls.Handlers.ShellHandler.MapItems(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -~static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.ConfigureEffects(this Microsoft.Maui.Hosting.MauiAppBuilder builder, System.Action configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder -~static Microsoft.Maui.Controls.ImageSource.FromFile(string file) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.FromResource(string resource, System.Reflection.Assembly sourceAssembly = null) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.FromResource(string resource, System.Type resolvingType) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.FromStream(System.Func stream) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.FromStream(System.Func> stream) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.FromUri(System.Uri uri) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.implicit operator Microsoft.Maui.Controls.ImageSource(string source) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.implicit operator Microsoft.Maui.Controls.ImageSource(System.Uri uri) -> Microsoft.Maui.Controls.ImageSource -~static Microsoft.Maui.Controls.ImageSource.IsNullOrEmpty(Microsoft.Maui.Controls.ImageSource imageSource) -> bool -~static Microsoft.Maui.Controls.Internals.AsyncValue.Null.get -> Microsoft.Maui.Controls.Internals.AsyncValue -~static Microsoft.Maui.Controls.Internals.AsyncValueExtensions.AsAsyncValue(this System.Threading.Tasks.Task valueTask, T defaultValue = default(T)) -> Microsoft.Maui.Controls.Internals.AsyncValue -~static Microsoft.Maui.Controls.Internals.CellExtensions.GetGroup(this TItem cell) -> Microsoft.Maui.Controls.ITemplatedItemsList -~static Microsoft.Maui.Controls.Internals.CellExtensions.GetGroupHeaderContent(this TItem cell) -> TItem -~static Microsoft.Maui.Controls.Internals.CellExtensions.GetIndex(this TItem cell) -> int -~static Microsoft.Maui.Controls.Internals.CellExtensions.GetIsGroupHeader(this TItem cell) -> bool -~static Microsoft.Maui.Controls.Internals.CellExtensions.GetPath(this Microsoft.Maui.Controls.Cell cell) -> System.Tuple -~static Microsoft.Maui.Controls.Internals.CellExtensions.SetIsGroupHeader(this TItem cell, bool value) -> void -~static Microsoft.Maui.Controls.Internals.ContentPageEx.Data -> System.Collections.Generic.List -~static Microsoft.Maui.Controls.Internals.ContentPageEx.LoadProfile(this Microsoft.Maui.Controls.ContentPage page) -> void -~static Microsoft.Maui.Controls.Internals.DataTemplateExtensions.CreateContent(this Microsoft.Maui.Controls.DataTemplate self, object item, Microsoft.Maui.Controls.BindableObject container) -> object -~static Microsoft.Maui.Controls.Internals.DataTemplateExtensions.SelectDataTemplate(this Microsoft.Maui.Controls.DataTemplate self, object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate -~static Microsoft.Maui.Controls.Internals.DependencyResolver.ResolveUsing(System.Func resolver) -> void -~static Microsoft.Maui.Controls.Internals.DependencyResolver.ResolveUsing(System.Func resolver) -> void -~static Microsoft.Maui.Controls.Internals.EffectUtilities.RegisterEffectControlProvider(Microsoft.Maui.Controls.IEffectControlProvider self, Microsoft.Maui.Controls.IElementController oldElement, Microsoft.Maui.Controls.IElementController newElement) -> void -~static Microsoft.Maui.Controls.Internals.EffectUtilities.UnregisterEffectControlProvider(Microsoft.Maui.Controls.IEffectControlProvider self, Microsoft.Maui.Controls.IElementController element) -> void -~static Microsoft.Maui.Controls.Internals.ExpressionSearch.Default.get -> Microsoft.Maui.Controls.Internals.IExpressionSearch -~static Microsoft.Maui.Controls.Internals.ExpressionSearch.Default.set -> void -~static Microsoft.Maui.Controls.Internals.GIFBitmap.CreateBitmapAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmapDecoder decoder, Microsoft.Maui.Controls.Internals.GIFBitmap previousBitmap, bool ignoreImageData = false) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Internals.GIFColorTable.CreateColorTableAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, short size) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Internals.GIFHeader.CreateHeaderAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, bool skipTypeIdentifier = false) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Internals.NameScope.GetNameScope(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Internals.INameScope -~static Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Internals.INameScope value) -> void -~static Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions.Apply(this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Action insert, System.Action removeAt, System.Action reset) -> System.Collections.Specialized.NotifyCollectionChangedAction -~static Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions.Apply(this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Collections.Generic.IList from, System.Collections.Generic.IList to) -> void -~static Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions.WithCount(this System.Collections.Specialized.NotifyCollectionChangedEventArgs e, int count) -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx -~static Microsoft.Maui.Controls.Internals.PageExtensions.AncestorToRoot(this Microsoft.Maui.Controls.Page page) -> Microsoft.Maui.Controls.Page -~static Microsoft.Maui.Controls.Internals.Performance.Provider.get -> Microsoft.Maui.Controls.Internals.IPerformanceProvider -~static Microsoft.Maui.Controls.Internals.Performance.SetProvider(Microsoft.Maui.Controls.Internals.IPerformanceProvider instance) -> void -~static Microsoft.Maui.Controls.Internals.Performance.Start(out string reference, string tag = null, string path = null, string member = null) -> void -~static Microsoft.Maui.Controls.Internals.Performance.Start(string reference, string tag = null, string path = null, string member = null) -> void -~static Microsoft.Maui.Controls.Internals.Performance.Stop(string reference, string tag = null, string path = null, string member = null) -> void -~static Microsoft.Maui.Controls.Internals.Profile.Data -> System.Collections.Generic.List -~static Microsoft.Maui.Controls.Internals.Profile.FrameBegin(string name = "", int line = 0) -> void -~static Microsoft.Maui.Controls.Internals.Profile.FrameEnd(string name = "") -> void -~static Microsoft.Maui.Controls.Internals.Profile.FramePartition(string id, int line = 0) -> void -~static Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions.PropagatePropertyChanged(string propertyName, Microsoft.Maui.Controls.Element target, Microsoft.Maui.Controls.Element source) -> void -~static Microsoft.Maui.Controls.Internals.Registrar.ExtraAssemblies.get -> System.Collections.Generic.IEnumerable -~static Microsoft.Maui.Controls.Internals.Registrar.ExtraAssemblies.set -> void -~static Microsoft.Maui.Controls.Internals.Registrar.RegisterAll(System.Type[] attrTypes, Microsoft.Maui.Controls.InitializationFlags flags, Microsoft.Maui.IFontRegistrar fontRegistrar = null) -> void -~static Microsoft.Maui.Controls.Internals.Registrar.RegisterAll(System.Type[] attrTypes, Microsoft.Maui.IFontRegistrar fontRegistrar = null) -> void -~static Microsoft.Maui.Controls.Internals.Registrar.Registered.get -> Microsoft.Maui.Controls.Internals.Registrar -~static Microsoft.Maui.Controls.Internals.Registrar.RegisterEffect(string resolutionName, string id, System.Type effectType) -> void -~static Microsoft.Maui.Controls.Internals.Registrar.RegisterEffects(string resolutionName, Microsoft.Maui.Controls.ExportEffectAttribute[] effectAttributes) -> void -~static Microsoft.Maui.Controls.Internals.Registrar.RegisterRenderers(Microsoft.Maui.Controls.HandlerAttribute[] attributes) -> void -~static Microsoft.Maui.Controls.Internals.Registrar.RegisterRendererToHandlerShim(System.Func handlerShim) -> void -~static Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceProvider2.get -> System.Func -~static Microsoft.Maui.Controls.Internals.TextTransformUtilites.GetTransformedText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~static Microsoft.Maui.Controls.Internals.TextTransformUtilites.SetPlainText(Microsoft.Maui.Controls.InputView inputView, string platformText) -> void -~static Microsoft.Maui.Controls.KnownColor.Accent.get -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.KnownColor.Default.get -> Microsoft.Maui.Graphics.Color -~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 -~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.LabelHandler 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 -~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler 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 -~static Microsoft.Maui.Controls.MessagingCenter.Send(TSender sender, string message, TArgs args) -> void -~static Microsoft.Maui.Controls.MessagingCenter.Send(TSender sender, string message) -> void -~static Microsoft.Maui.Controls.MessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void -~static Microsoft.Maui.Controls.MessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void -~static Microsoft.Maui.Controls.MessagingCenter.Unsubscribe(object subscriber, string message) -> void -~static Microsoft.Maui.Controls.MessagingCenter.Unsubscribe(object subscriber, string message) -> void -~static Microsoft.Maui.Controls.MultiPage.GetIndex(T page) -> int -~static Microsoft.Maui.Controls.MultiPage.SetIndex(Microsoft.Maui.Controls.Page page, int index) -> void -~static Microsoft.Maui.Controls.NameScopeExtensions.FindByName(this Microsoft.Maui.Controls.Element element, string name) -> T -~static Microsoft.Maui.Controls.NavigationPage.ControlsNavigationPageMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.NavigationPage.GetBackButtonTitle(Microsoft.Maui.Controls.BindableObject page) -> string -~static Microsoft.Maui.Controls.NavigationPage.GetHasBackButton(Microsoft.Maui.Controls.Page page) -> bool -~static Microsoft.Maui.Controls.NavigationPage.GetHasNavigationBar(Microsoft.Maui.Controls.BindableObject page) -> bool -~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.SetBackButtonTitle(Microsoft.Maui.Controls.BindableObject page, string value) -> void -~static Microsoft.Maui.Controls.NavigationPage.SetHasBackButton(Microsoft.Maui.Controls.Page page, bool value) -> void -~static Microsoft.Maui.Controls.NavigationPage.SetHasNavigationBar(Microsoft.Maui.Controls.BindableObject page, bool value) -> void -~static Microsoft.Maui.Controls.NavigationPage.SetIconColor(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.NavigationPage.SetTitleIconImageSource(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.ImageSource value) -> void -~static Microsoft.Maui.Controls.NavigationPage.SetTitleView(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.OnIdiom.implicit operator T(Microsoft.Maui.Controls.OnIdiom onIdiom) -> T -~static Microsoft.Maui.Controls.OnPlatform.implicit operator T(Microsoft.Maui.Controls.OnPlatform onPlatform) -> T -~static Microsoft.Maui.Controls.PanGestureRecognizer.CurrentId.get -> Microsoft.Maui.Controls.Internals.AutoId -~static Microsoft.Maui.Controls.Picker.ControlsPickerMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Platform.ButtonExtensions.UpdateContentLayout(this Tizen.UIExtensions.NUI.Button nativeButton, Microsoft.Maui.Controls.Button button) -> void -~static Microsoft.Maui.Controls.Platform.ButtonExtensions.UpdateText(this Tizen.UIExtensions.NUI.Button platformButton, Microsoft.Maui.Controls.Button button) -> void -~static Microsoft.Maui.Controls.Platform.CollectionViewExtensions.ToLayoutManager(this Microsoft.Maui.Controls.IItemsLayout layout, Microsoft.Maui.Controls.ItemSizingStrategy sizing = Microsoft.Maui.Controls.ItemSizingStrategy.MeasureFirstItem) -> Tizen.UIExtensions.NUI.ICollectionViewLayoutManager -~static Microsoft.Maui.Controls.Platform.FontExtensions.ToNativeFontFamily(this string self, Microsoft.Maui.IFontManager fontManager) -> string -~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImage(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.ImageSource source) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImageAsync(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.FileImageSource imageSource) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImageAsync(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.StreamImageSource imageSource) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImageAsync(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.UriImageSource imageSource) -> System.Threading.Tasks.Task -~static Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions.OnThisPlatform(this T element) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateLineBreakMode(this Tizen.UIExtensions.NUI.Label platformLabel, Microsoft.Maui.Controls.Label label) -> void -~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateText(this Tizen.UIExtensions.NUI.Editor editor, Microsoft.Maui.Controls.InputView inputView) -> void -~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateText(this Tizen.UIExtensions.NUI.Entry entry, Microsoft.Maui.Controls.InputView inputView) -> void -~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateText(this Tizen.UIExtensions.NUI.Label platformLabel, Microsoft.Maui.Controls.Label label) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendAppearingEventOnResume(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendAppearingEventOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendDisappearingEventOnPause(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendDisappearingEventOnPause(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetShouldPreserveKeyboardOnResume(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetShouldPreserveKeyboardOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendAppearingEventOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendDisappearingEventOnPause(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SetSendAppearingEventOnResume(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SetSendDisappearingEventOnPause(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SetShouldPreserveKeyboardOnResume(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.ShouldPreserveKeyboardOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.GetBarHeight(Microsoft.Maui.Controls.BindableObject element) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.GetBarHeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.SetBarHeight(Microsoft.Maui.Controls.BindableObject element, int value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.SetBarHeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.GetWindowSoftInputModeAdjust(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.GetWindowSoftInputModeAdjust(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.SetWindowSoftInputModeAdjust(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.UseWindowSoftInputModeAdjust(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.GetUseDefaultPadding(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.GetUseDefaultShadow(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultPadding(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultPadding(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultShadow(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultPadding(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.GetImeOptions(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.ImeOptions(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.SetImeOptions(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.SetImeOptions(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowOffset(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Size -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Size -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowRadius(Microsoft.Maui.Controls.BindableObject element) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowOffset(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Size value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowRadius(Microsoft.Maui.Controls.BindableObject element, double value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.GetIsFastScrollEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.IsFastScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.SetIsFastScrollEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.SetIsFastScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.GetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.SwipeTransitionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.GetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.SwipeTransitionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.SetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.SwipeTransitionMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.SetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.SwipeTransitionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.DisableSmoothScroll(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.DisableSwipePaging(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.EnableSmoothScroll(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.EnableSwipePaging(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetIsSmoothScrollEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetIsSwipePagingEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetMaxItemCount(Microsoft.Maui.Controls.BindableObject element) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetMaxItemCount(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetOffscreenPageLimit(Microsoft.Maui.Controls.BindableObject element) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSmoothScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSwipePagingEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.OffscreenPageLimit(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSmoothScrollEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSmoothScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSwipePagingEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSwipePagingEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetOffscreenPageLimit(Microsoft.Maui.Controls.BindableObject element, int value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetOffscreenPageLimit(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.GetIsContextActionsLegacyModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.GetIsContextActionsLegacyModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.SetIsContextActionsLegacyModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.SetIsContextActionsLegacyModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetElevation(Microsoft.Maui.Controls.VisualElement element) -> float? -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetElevation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> float? -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetElevation(Microsoft.Maui.Controls.VisualElement element, float? value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetElevation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, float? value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.DisplayZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.EnableZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.GetDisplayZoomControls(Microsoft.Maui.Controls.WebView element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.GetEnableZoomControls(Microsoft.Maui.Controls.WebView element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.GetMixedContentMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.MixedContentMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetDisplayZoomControls(Microsoft.Maui.Controls.WebView element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetDisplayZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetEnableZoomControls(Microsoft.Maui.Controls.WebView element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetEnableZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetMixedContentMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetMixedContentMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.ZoomControlsDisplayed(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.ZoomControlsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.GetHasCornerRadius(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.GetHasCornerRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.SetHasCornerRadius(Microsoft.Maui.Controls.BindableObject element, bool tabPosition) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.SetHasCornerRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.GetBackButtonIcon(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.GetBackButtonIcon(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.SetBackButtonIcon(Microsoft.Maui.Controls.BindableObject element, string backButtonIcon) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.SetBackButtonIcon(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.GetTabPosition(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.GetTabPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.SetTabPosition(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition tabPosition) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.SetTabPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetEnableAccessibilityScalingForNamedFontSizes(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetEnableAccessibilityScalingForNamedFontSizes(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetHandleControlUpdatesOnMainThread(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetHandleControlUpdatesOnMainThread(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetPanGestureRecognizerShouldRecognizeSimultaneously(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetPanGestureRecognizerShouldRecognizeSimultaneously(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetEnableAccessibilityScalingForNamedFontSizes(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetEnableAccessibilityScalingForNamedFontSizes(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetHandleControlUpdatesOnMainThread(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetHandleControlUpdatesOnMainThread(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetPanGestureRecognizerShouldRecognizeSimultaneously(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetPanGestureRecognizerShouldRecognizeSimultaneously(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.DefaultBackgroundColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.GetDefaultBackgroundColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.SetDefaultBackgroundColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.SetDefaultBackgroundColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.GetUpdateMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.SetUpdateMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.SetUpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.UpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.AdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.DisableAdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.EnableAdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.GetAdjustsFontSizeToFitWidth(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.GetCursorColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.GetCursorColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetAdjustsFontSizeToFitWidth(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetAdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetCursorColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetCursorColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.GetApplyShadow(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.GetApplyShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.SetApplyShadow(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.SetApplyShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetGroupHeaderStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetGroupHeaderStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetRowAnimationsEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetSeparatorStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetSeparatorStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.RowAnimationsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetGroupHeaderStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetGroupHeaderStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetRowAnimationsEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetRowAnimationsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetSeparatorStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetSeparatorStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.DisableTranslucentNavigationBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.EnableTranslucentNavigationBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetHideNavigationBarSeparator(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetIsNavigationBarTranslucent(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetPrefersLargeTitles(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetStatusBarTextColorMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetStatusBarTextColorMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.HideNavigationBarSeparator(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.IsNavigationBarTranslucent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.PrefersLargeTitles(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetHideNavigationBarSeparator(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetHideNavigationBarSeparator(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetIsNavigationBarTranslucent(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetIsNavigationBarTranslucent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetPrefersLargeTitles(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetPrefersLargeTitles(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetStatusBarTextColorMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetStatusBarTextColorMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetLargeTitleDisplay(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetModalPresentationStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetPreferredStatusBarUpdateAnimation(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetPrefersHomeIndicatorAutoHidden(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetPrefersStatusBarHidden(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetSafeAreaInsets(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Thickness -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetUseSafeArea(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.LargeTitleDisplay(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.ModalPresentationStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersStatusBarHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SafeAreaInsets(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Thickness -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetLargeTitleDisplay(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetLargeTitleDisplay(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetModalPresentationStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersHomeIndicatorAutoHidden(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersHomeIndicatorAutoHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersStatusBarHidden(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersStatusBarHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetSafeAreaInsets(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Thickness value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetUseSafeArea(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetUseSafeArea(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.UsingSafeArea(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.GetUpdateMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.SetUpdateMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.SetUpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.UpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.GetShouldDelayContentTouches(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.SetShouldDelayContentTouches(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.SetShouldDelayContentTouches(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.ShouldDelayContentTouches(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.GetSearchBarStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.GetSearchBarStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.SetSearchBarStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle style) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.SetSearchBarStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle style) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.GetUpdateOnTap(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.GetUpdateOnTap(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.SetUpdateOnTap(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.SetUpdateOnTap(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.GetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.SwipeTransitionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.GetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.SwipeTransitionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.SetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.SwipeTransitionMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.SetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.SwipeTransitionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.GetTranslucencyMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.GetTranslucencyMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.SetTranslucencyMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.SetTranslucencyMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.GetUpdateMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.SetUpdateMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.SetUpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.UpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.CanBecomeFirstResponder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetBlurEffect(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetBlurEffect(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetCanBecomeFirstResponder(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOffset(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Size -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Size -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOpacity(Microsoft.Maui.Controls.BindableObject element) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOpacity(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowRadius(Microsoft.Maui.Controls.BindableObject element) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetBlurEffect(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetCanBecomeFirstResponder(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetCanBecomeFirstResponder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOffset(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Size value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOpacity(Microsoft.Maui.Controls.BindableObject element, double value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOpacity(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowRadius(Microsoft.Maui.Controls.BindableObject element, double value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.UseBlurEffect(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPopStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPopStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPushStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPushStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionPopStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionPushStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle pushStyle, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle popStyle) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle pushStyle, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle popStyle) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.GetTabOrder(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.VisualElement[] -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.GetTabOrder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.VisualElement[] -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.SetTabOrder(Microsoft.Maui.Controls.BindableObject element, params Microsoft.Maui.Controls.VisualElement[] value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.SetTabOrder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, params Microsoft.Maui.Controls.VisualElement[] value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.GetTabsStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.TabsStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.GetTabsStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.TabsStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.HideTabs(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.SetShowTabs(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.TabsStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.SetTabsStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.TabsStyle value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.ShowTabs(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.ShowTabsOnNavigation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetActiveBezelInteractionElement(Microsoft.Maui.Controls.BindableObject application) -> Microsoft.Maui.Controls.Element -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetActiveBezelInteractionElement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.Element -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetOverlayContent(Microsoft.Maui.Controls.BindableObject application) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetOverlayContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetUseBezelInteraction(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetUseBezelInteraction(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetActiveBezelInteractionElement(Microsoft.Maui.Controls.BindableObject application, Microsoft.Maui.Controls.Element value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetActiveBezelInteractionElement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.Element value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetOverlayContent(Microsoft.Maui.Controls.BindableObject application, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetOverlayContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetUseBezelInteraction(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetUseBezelInteraction(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.GetFontWeight(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.GetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.SetFontWeight(Microsoft.Maui.Controls.BindableObject element, string weight) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.SetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string weight) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetBlendColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetBlendColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetFile(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetFile(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetBlendColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color color) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetBlendColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color color) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetFile(Microsoft.Maui.Controls.BindableObject element, string file) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetFile(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string file) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.GetFocusedItemScrollPosition(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.ScrollToPosition -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.GetFocusedItemScrollPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.ScrollToPosition -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.SetFocusedItemScrollPosition(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.ScrollToPosition position) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.SetFocusedItemScrollPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.ScrollToPosition position) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.GetFontWeight(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.GetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.SetFontWeight(Microsoft.Maui.Controls.BindableObject element, string weight) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.SetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string weight) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.GetHasBreadCrumbsBar(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.HasBreadCrumbsBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.SetHasBreadCrumbsBar(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.SetHasBreadCrumbsBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.GetBreadCrumb(Microsoft.Maui.Controls.BindableObject page) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.GetBreadCrumb(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.SetBreadCrumb(Microsoft.Maui.Controls.BindableObject page, string value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.SetBreadCrumb(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.GetPulsingStatus(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.GetPulsingStatus(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.SetPulsingStatus(Microsoft.Maui.Controls.BindableObject element, bool isPulsing) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.SetPulsingStatus(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool isPulsing) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetHorizontalScrollStep(Microsoft.Maui.Controls.BindableObject element) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetHorizontalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetVerticalScrollStep(Microsoft.Maui.Controls.BindableObject element) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetVerticalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetHorizontalScrollStep(Microsoft.Maui.Controls.BindableObject element, int scrollStep) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetHorizontalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int scrollStep) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetVerticalScrollStep(Microsoft.Maui.Controls.BindableObject element, int scrollStep) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetVerticalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int scrollStep) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.GetColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.GetColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.SetColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color color) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.SetColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color color) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusBackView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusBackView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDirection(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDownView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDownView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusForwardView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusForwardView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusLeftView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusLeftView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusRightView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusRightView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusUpView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusUpView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetStyle(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetToolTip(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetToolTip(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.IsFocusAllowed(Microsoft.Maui.Controls.BindableObject element) -> bool? -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.IsFocusAllowed(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool? -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusBack(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusDown(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusForward(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusLeft(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusRight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusUp(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetFocusAllowed(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetFocusAllowed(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusBackView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusBackView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDirection(Microsoft.Maui.Controls.BindableObject element, string value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDownView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDownView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusForwardView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusForwardView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusLeftView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusLeftView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusRightView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusRightView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusUpView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusUpView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetStyle(Microsoft.Maui.Controls.BindableObject element, string value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetToolTip(Microsoft.Maui.Controls.BindableObject element, string value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetToolTip(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.GetImageDirectory(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.GetImageDirectory(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.SetImageDirectory(Microsoft.Maui.Controls.BindableObject element, string value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.SetImageDirectory(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapsedPaneWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapsedPaneWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.GetCollapsedPaneWidth(Microsoft.Maui.Controls.BindableObject element) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.GetCollapseStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.GetCollapseStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.SetCollapsedPaneWidth(Microsoft.Maui.Controls.BindableObject element, double collapsedPaneWidth) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.SetCollapseStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle collapseStyle) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.SetCollapseStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.UsePartialCollapse(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.GetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.GetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.SetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.SetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.GetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.GetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.SetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.SetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.GetSelectionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.GetSelectionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.SetSelectionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.SetSelectionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarDynamicOverflowEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarDynamicOverflowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarDynamicOverflowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarDynamicOverflowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement toolbarPlacement) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.GetRefreshPullDirection(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.GetRefreshPullDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.SetRefreshPullDirection(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.SetRefreshPullDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.DisableSpellCheck(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.EnableSpellCheck(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.GetIsSpellCheckEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.GetIsSpellCheckEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.IsSpellCheckEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.SetIsSpellCheckEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.SetIsSpellCheckEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.DisableHeaderIcons(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.EnableHeaderIcons(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsSize(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Size -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsSize(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Size -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.IsHeaderIconsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsSize(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsSize(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Size value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKey(Microsoft.Maui.Controls.BindableObject element) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKey(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyHorizontalOffset(Microsoft.Maui.Controls.BindableObject element) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyHorizontalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyPlacement(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.AccessKeyPlacement -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.AccessKeyPlacement -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyVerticalOffset(Microsoft.Maui.Controls.BindableObject element) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyVerticalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKey(Microsoft.Maui.Controls.BindableObject element, string value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKey(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyHorizontalOffset(Microsoft.Maui.Controls.BindableObject element, double value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyHorizontalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyPlacement(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.AccessKeyPlacement value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.AccessKeyPlacement value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyVerticalOffset(Microsoft.Maui.Controls.BindableObject element, double value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyVerticalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.GetExecutionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.GetExecutionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.GetIsJavaScriptAlertEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.IsJavaScriptAlertEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetExecutionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetExecutionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetIsJavaScriptAlertEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void -~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetIsJavaScriptAlertEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration -~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 -~static Microsoft.Maui.Controls.RadioButton.DefaultTemplate.get -> Microsoft.Maui.Controls.ControlTemplate -~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 -~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 -~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 -~static Microsoft.Maui.Controls.RelativeBindingSource.TemplatedParent.get -> Microsoft.Maui.Controls.RelativeBindingSource -~static Microsoft.Maui.Controls.Routing.FormatRoute(string route) -> string -~static Microsoft.Maui.Controls.Routing.FormatRoute(System.Collections.Generic.List segments) -> string -~static Microsoft.Maui.Controls.Routing.GetOrCreateContent(string route, System.IServiceProvider services = null) -> Microsoft.Maui.Controls.Element -~static Microsoft.Maui.Controls.Routing.GetRoute(Microsoft.Maui.Controls.BindableObject obj) -> string -~static Microsoft.Maui.Controls.Routing.RegisterRoute(string route, Microsoft.Maui.Controls.RouteFactory factory) -> void -~static Microsoft.Maui.Controls.Routing.RegisterRoute(string route, System.Type type) -> void -~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 -~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper -~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 -~static Microsoft.Maui.Controls.SemanticProperties.GetHeadingLevel(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.SemanticHeadingLevel -~static Microsoft.Maui.Controls.SemanticProperties.GetHint(Microsoft.Maui.Controls.BindableObject bindable) -> string -~static Microsoft.Maui.Controls.SemanticProperties.SetDescription(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void -~static Microsoft.Maui.Controls.SemanticProperties.SetHeadingLevel(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.SemanticHeadingLevel value) -> void -~static Microsoft.Maui.Controls.SemanticProperties.SetHint(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void -~static Microsoft.Maui.Controls.SettersExtensions.Add(this System.Collections.Generic.IList setters, Microsoft.Maui.Controls.BindableProperty property, object value) -> void -~static Microsoft.Maui.Controls.SettersExtensions.AddBinding(this System.Collections.Generic.IList setters, Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.Binding binding) -> void -~static Microsoft.Maui.Controls.SettersExtensions.AddDynamicResource(this System.Collections.Generic.IList setters, Microsoft.Maui.Controls.BindableProperty property, string key) -> void -~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenArc(System.Collections.Generic.List points, Microsoft.Maui.Graphics.Point pt1, Microsoft.Maui.Graphics.Point pt2, double radiusX, double radiusY, double angleRotation, bool isLargeArc, bool isCounterclockwise, double tolerance) -> void -~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenCubicBezier(System.Collections.Generic.List points, Microsoft.Maui.Graphics.Point ptStart, Microsoft.Maui.Graphics.Point ptCtrl1, Microsoft.Maui.Graphics.Point ptCtrl2, Microsoft.Maui.Graphics.Point ptEnd, double tolerance) -> void -~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenGeometry(Microsoft.Maui.Controls.Shapes.Geometry geoSrc, double tolerance) -> Microsoft.Maui.Controls.Shapes.PathGeometry -~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenGeometry(Microsoft.Maui.Controls.Shapes.PathGeometry pathGeoDst, Microsoft.Maui.Controls.Shapes.Geometry geoSrc, double tolerance, Microsoft.Maui.Controls.Shapes.Matrix matxPrevious) -> void -~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenQuadraticBezier(System.Collections.Generic.List points, Microsoft.Maui.Graphics.Point ptStart, Microsoft.Maui.Graphics.Point ptCtrl, Microsoft.Maui.Graphics.Point ptEnd, double tolerance) -> void -~static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection pathFigureCollection, string pathString) -> void -~static Microsoft.Maui.Controls.Shapes.Shape.ControlsShapeViewMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.Shapes.Shape.MapStrokeDashArray(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.IShapeView shapeView) -> void -~static Microsoft.Maui.Controls.Shell.Current.get -> Microsoft.Maui.Controls.Shell -~static Microsoft.Maui.Controls.Shell.GetBackButtonBehavior(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.BackButtonBehavior -~static Microsoft.Maui.Controls.Shell.GetBackgroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetDisabledColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetFlyoutBackdrop(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.Brush -~static Microsoft.Maui.Controls.Shell.GetFlyoutBehavior(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.FlyoutBehavior -~static Microsoft.Maui.Controls.Shell.GetFlyoutHeight(Microsoft.Maui.Controls.BindableObject obj) -> double -~static Microsoft.Maui.Controls.Shell.GetFlyoutItemIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool -~static Microsoft.Maui.Controls.Shell.GetFlyoutWidth(Microsoft.Maui.Controls.BindableObject obj) -> double -~static Microsoft.Maui.Controls.Shell.GetForegroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetItemTemplate(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.DataTemplate -~static Microsoft.Maui.Controls.Shell.GetMenuItemTemplate(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.DataTemplate -~static Microsoft.Maui.Controls.Shell.GetNavBarHasShadow(Microsoft.Maui.Controls.BindableObject obj) -> bool -~static Microsoft.Maui.Controls.Shell.GetNavBarIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool -~static Microsoft.Maui.Controls.Shell.GetPresentationMode(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.PresentationMode -~static Microsoft.Maui.Controls.Shell.GetSearchHandler(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.SearchHandler -~static Microsoft.Maui.Controls.Shell.GetTabBarBackgroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetTabBarDisabledColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetTabBarForegroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetTabBarIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool -~static Microsoft.Maui.Controls.Shell.GetTabBarTitleColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetTabBarUnselectedColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetTitleColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.GetTitleView(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.View -~static Microsoft.Maui.Controls.Shell.GetUnselectedColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color -~static Microsoft.Maui.Controls.Shell.SetBackButtonBehavior(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.BackButtonBehavior behavior) -> void -~static Microsoft.Maui.Controls.Shell.SetBackgroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetDisabledColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetFlyoutBackdrop(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.Brush value) -> void -~static Microsoft.Maui.Controls.Shell.SetFlyoutBehavior(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.FlyoutBehavior value) -> void -~static Microsoft.Maui.Controls.Shell.SetFlyoutHeight(Microsoft.Maui.Controls.BindableObject obj, double value) -> void -~static Microsoft.Maui.Controls.Shell.SetFlyoutItemIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void -~static Microsoft.Maui.Controls.Shell.SetFlyoutWidth(Microsoft.Maui.Controls.BindableObject obj, double value) -> void -~static Microsoft.Maui.Controls.Shell.SetForegroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetItemTemplate(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.DataTemplate itemTemplate) -> void -~static Microsoft.Maui.Controls.Shell.SetMenuItemTemplate(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.DataTemplate menuItemTemplate) -> void -~static Microsoft.Maui.Controls.Shell.SetNavBarHasShadow(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void -~static Microsoft.Maui.Controls.Shell.SetNavBarIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void -~static Microsoft.Maui.Controls.Shell.SetPresentationMode(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.PresentationMode presentationMode) -> void -~static Microsoft.Maui.Controls.Shell.SetSearchHandler(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.SearchHandler handler) -> void -~static Microsoft.Maui.Controls.Shell.SetTabBarBackgroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetTabBarDisabledColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetTabBarForegroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetTabBarIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void -~static Microsoft.Maui.Controls.Shell.SetTabBarTitleColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetTabBarUnselectedColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetTitleColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.Shell.SetTitleView(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.View value) -> void -~static Microsoft.Maui.Controls.Shell.SetUnselectedColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void -~static Microsoft.Maui.Controls.ShellAppearance.operator !=(Microsoft.Maui.Controls.ShellAppearance appearance1, Microsoft.Maui.Controls.ShellAppearance appearance2) -> bool -~static Microsoft.Maui.Controls.ShellAppearance.operator ==(Microsoft.Maui.Controls.ShellAppearance appearance1, Microsoft.Maui.Controls.ShellAppearance appearance2) -> bool -~static Microsoft.Maui.Controls.ShellContent.implicit operator Microsoft.Maui.Controls.ShellContent(Microsoft.Maui.Controls.TemplatedPage page) -> Microsoft.Maui.Controls.ShellContent -~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.MenuItem menuItem) -> Microsoft.Maui.Controls.ShellItem -~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.ShellContent shellContent) -> Microsoft.Maui.Controls.ShellItem -~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.ShellSection shellSection) -> Microsoft.Maui.Controls.ShellItem -~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.TemplatedPage page) -> Microsoft.Maui.Controls.ShellItem -~static Microsoft.Maui.Controls.ShellNavigationState.implicit operator Microsoft.Maui.Controls.ShellNavigationState(string value) -> Microsoft.Maui.Controls.ShellNavigationState -~static Microsoft.Maui.Controls.ShellNavigationState.implicit operator Microsoft.Maui.Controls.ShellNavigationState(System.Uri uri) -> Microsoft.Maui.Controls.ShellNavigationState -~static Microsoft.Maui.Controls.ShellSection.implicit operator Microsoft.Maui.Controls.ShellSection(Microsoft.Maui.Controls.ShellContent shellContent) -> Microsoft.Maui.Controls.ShellSection -~static Microsoft.Maui.Controls.ShellSection.implicit operator Microsoft.Maui.Controls.ShellSection(Microsoft.Maui.Controls.TemplatedPage page) -> Microsoft.Maui.Controls.ShellSection -~static Microsoft.Maui.Controls.ShellTemplatedViewManager.OnViewDataChanged(Microsoft.Maui.Controls.DataTemplate currentViewTemplate, ref Microsoft.Maui.Controls.View localViewRef, object newViewData, System.Action OnChildRemoved, System.Action OnChildAdded) -> void -~static Microsoft.Maui.Controls.ShellTemplatedViewManager.OnViewTemplateChanged(Microsoft.Maui.Controls.DataTemplate newViewTemplate, ref Microsoft.Maui.Controls.View localViewRef, object currentViewData, System.Action OnChildRemoved, System.Action OnChildAdded, Microsoft.Maui.Controls.Shell shell) -> void -~static Microsoft.Maui.Controls.ShellTemplatedViewManager.SetView(ref Microsoft.Maui.Controls.View localView, Microsoft.Maui.Controls.View newView, System.Action OnChildRemoved, System.Action OnChildAdded) -> void -~static Microsoft.Maui.Controls.StyleSheets.StyleSheet.FromReader(System.IO.TextReader reader) -> Microsoft.Maui.Controls.StyleSheets.StyleSheet -~static Microsoft.Maui.Controls.StyleSheets.StyleSheet.FromResource(string resourcePath, System.Reflection.Assembly assembly, System.Xml.IXmlLineInfo lineInfo = null) -> Microsoft.Maui.Controls.StyleSheets.StyleSheet -~static Microsoft.Maui.Controls.StyleSheets.StyleSheet.FromString(string stylesheet) -> Microsoft.Maui.Controls.StyleSheets.StyleSheet -~static Microsoft.Maui.Controls.TabbedPage.ControlsTabbedPageMapper -> Microsoft.Maui.IPropertyMapper -~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 -~static Microsoft.Maui.Controls.VisualElement.ControlsVisualElementMapper -> Microsoft.Maui.IPropertyMapper -~static Microsoft.Maui.Controls.VisualElement.MapBackgroundColor(Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view) -> void -~static Microsoft.Maui.Controls.VisualElement.MapBackgroundImageSource(Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view) -> void -~static Microsoft.Maui.Controls.VisualMarker.Default.get -> Microsoft.Maui.Controls.IVisual -~static Microsoft.Maui.Controls.VisualMarker.MatchParent.get -> Microsoft.Maui.Controls.IVisual -~static Microsoft.Maui.Controls.VisualStateManager.GetVisualStateGroups(Microsoft.Maui.Controls.VisualElement visualElement) -> System.Collections.Generic.IList -~static Microsoft.Maui.Controls.VisualStateManager.GoToState(Microsoft.Maui.Controls.VisualElement visualElement, string name) -> bool -~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 -~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 -~static Microsoft.Maui.Controls.Window.ControlsWindowMapper -> Microsoft.Maui.IPropertyMapper -~static readonly Microsoft.Maui.Controls.AbsoluteLayout.LayoutBoundsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AbsoluteLayout.LayoutFlagsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ActivityIndicator.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ActivityIndicator.IsRunningProperty -> Microsoft.Maui.Controls.BindableProperty -static readonly Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeightProperty -> Microsoft.Maui.Controls.BindableProperty! -static readonly Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidthProperty -> Microsoft.Maui.Controls.BindableProperty! -~static readonly Microsoft.Maui.Controls.AppLinkEntry.AppLinkUriProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AppLinkEntry.DescriptionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AppLinkEntry.IsLinkActiveProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AppLinkEntry.ThumbnailProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AppLinkEntry.TitleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AutomationProperties.ExcludedWithChildrenProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AutomationProperties.HelpTextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AutomationProperties.IsInAccessibleTreeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AutomationProperties.LabeledByProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.AutomationProperties.NameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BackButtonBehavior.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BackButtonBehavior.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BackButtonBehavior.IconOverrideProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BackButtonBehavior.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BackButtonBehavior.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BackButtonBehavior.TextOverrideProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.FlyoutIconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.IconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.IsCheckedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.TitleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BaseShellItem.WindowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableLayout.EmptyViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableLayout.EmptyViewTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableLayout.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableLayout.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableLayout.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableObject.BindingContextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BindableProperty.UnsetValue -> object -~static readonly Microsoft.Maui.Controls.Binding.DoNothing -> object -~static readonly Microsoft.Maui.Controls.BoxView.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.BoxView.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.BorderWidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.ContentLayoutProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.ImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.IsPressedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.LineBreakModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Button.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.IsBounceEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.IsDraggingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.IsScrollAnimatedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.IsSwipeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.ItemsLayoutProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.LoopProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.PeekAreaInsetsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.PositionChangedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.PositionChangedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.PositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CarouselView.VisibleViewsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Cell.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CheckBox.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CheckBox.IsCheckedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequiredProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ColumnDefinition.WidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CompareStateTrigger.PropertyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CompareStateTrigger.ValueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutBoundsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutFlagsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignSelfProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.BasisProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.DirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.GrowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.OrderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpanProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowSpanProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.Layout.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.BoundsConstraintProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.HeightConstraintProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.WidthConstraintProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.XConstraintProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.YConstraintProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.StackLayout.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Compatibility.StackLayout.SpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CompressedLayout.HeadlessOffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.CompressedLayout.IsHeadlessProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ContentPage.ContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ContentView.ContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.DateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.FormatProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.MaximumDateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.MinimumDateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DatePicker.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Device.Styles.BodyStyle -> Microsoft.Maui.Controls.Style -~static readonly Microsoft.Maui.Controls.Device.Styles.BodyStyleKey -> string -~static readonly Microsoft.Maui.Controls.Device.Styles.CaptionStyle -> Microsoft.Maui.Controls.Style -~static readonly Microsoft.Maui.Controls.Device.Styles.CaptionStyleKey -> string -~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemDetailTextStyle -> Microsoft.Maui.Controls.Style -~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemDetailTextStyleKey -> string -~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemTextStyle -> Microsoft.Maui.Controls.Style -~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemTextStyleKey -> string -~static readonly Microsoft.Maui.Controls.Device.Styles.SubtitleStyle -> Microsoft.Maui.Controls.Style -~static readonly Microsoft.Maui.Controls.Device.Styles.SubtitleStyleKey -> string -~static readonly Microsoft.Maui.Controls.Device.Styles.TitleStyle -> Microsoft.Maui.Controls.Style -~static readonly Microsoft.Maui.Controls.Device.Styles.TitleStyleKey -> string -~static readonly Microsoft.Maui.Controls.DeviceStateTrigger.DeviceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.CanDragProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.AllowDropProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.AutoSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.IsTextPredictionEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.SelectionLengthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Editor.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Element.AutomationIdProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Element.ClassIdProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.ClearButtonVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.IsPasswordProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.IsTextPredictionEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.ReturnCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.ReturnCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.ReturnTypeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.SelectionLengthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Entry.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.LabelColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.LabelProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.EntryCell.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FileImageSource.FileProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.AlignContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.AlignItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.AlignSelfProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.BasisProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.DirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.GrowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.JustifyContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FlexLayout.OrderProperty -> Microsoft.Maui.Controls.BindableProperty -~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.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 -~static readonly Microsoft.Maui.Controls.FlyoutPage.IsPresentedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FontImageSource.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FontImageSource.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FontImageSource.GlyphProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.FontImageSource.SizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Frame.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Frame.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Frame.HasShadowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GradientBrush.GradientStopsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GradientStop.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GradientStop.OffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GraphicsView.DrawableProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.ColumnDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.ColumnProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.ColumnSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.ColumnSpanProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.RowDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.RowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.RowSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Grid.RowSpanProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GridItemsLayout.SpanProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GroupableItemsView.GroupFooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GroupableItemsView.GroupHeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.GroupableItemsView.IsGroupedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.HtmlWebViewSource.BaseUrlProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.HtmlWebViewSource.HtmlProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Image.AspectProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Image.IsAnimationPlayingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Image.IsLoadingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Image.IsOpaqueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Image.SourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.AspectProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.BorderWidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.IsLoadingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.IsOpaqueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.IsPressedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageButton.SourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ImageCell.ImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.CountProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.HideSingleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorsShapeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.MaximumVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.PositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.IsReadOnlyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.MaxLengthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.InputView.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Internals.NameScope.NameScopeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs.StyleSheets -> Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs -~static readonly Microsoft.Maui.Controls.Internals.TemplatedItemsList.NameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsLayout.SnapPointsTypeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.EmptyViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.EmptyViewTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ItemsView.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.FormattedTextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.LineBreakModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.LineHeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.MaxLinesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.TextDecorationsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.TextTypeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Label.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Layout.CascadeInputTransparentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Layout.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Layout.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.LinearGradientBrush.EndPointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.LinearGradientBrush.StartPointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.LinearItemsLayout.CarouselVertical -> Microsoft.Maui.Controls.IItemsLayout -~static readonly Microsoft.Maui.Controls.LinearItemsLayout.Horizontal -> Microsoft.Maui.Controls.IItemsLayout -~static readonly Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.LinearItemsLayout.Vertical -> Microsoft.Maui.Controls.IItemsLayout -~static readonly Microsoft.Maui.Controls.ListView.FooterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.FooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.GroupHeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.HeaderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.HeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.IsGroupingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.IsRefreshingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.RefreshCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.RefreshControlColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.SelectionModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.SeparatorColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.SeparatorVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuBar.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuBarItem.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuBarItem.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.AcceleratorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.IconImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.IsDestructiveProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MenuItem.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MultiPage.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MultiPage.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.MultiPage.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigableElement.NavigationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigableElement.StyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.BackButtonTitleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.BarBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.BarBackgroundProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.BarTextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.CurrentPageProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.HasBackButtonProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.HasNavigationBarProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.IconColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.RootPageProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.TitleIconImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.NavigationPage.TitleViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.OpenGLView.HasRenderLoopProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.OrientationStateTrigger.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Page.BackgroundImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Page.IconImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Page.IsBusyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Page.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Page.TitleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PanGestureRecognizer.TouchPointsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.SelectedIndexProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.TitleColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.TitleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Picker.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendAppearingEventOnResumeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendDisappearingEventOnPauseProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.ShouldPreserveKeyboardOnResumeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.BarHeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.WindowSoftInputModeAdjustProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultPaddingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultShadowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.ImeOptionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.IsShadowEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.ShadowColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.ShadowOffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.ShadowRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.IsFastScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.SwipeTransitionModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSmoothScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSwipePagingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.OffscreenPageLimitProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.ToolbarPlacementProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.IsContextActionsLegacyModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.ElevationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.IsLegacyColorModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.DisplayZoomControlsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.EnableZoomControlsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.MixedContentModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.HasCornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.BackButtonIconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.TabPositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.EnableAccessibilityScalingForNamedFontSizesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.HandleControlUpdatesOnMainThreadProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.PanGestureRecognizerShouldRecognizeSimultaneouslyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.DefaultBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.UpdateModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.AdjustsFontSizeToFitWidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.CursorColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.ApplyShadowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GroupHeaderStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.RowAnimationsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SeparatorStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.HideNavigationBarSeparatorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.IsNavigationBarTranslucentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.PrefersLargeTitlesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.StatusBarTextColorModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.LargeTitleDisplayProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.ModalPresentationStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersStatusBarHiddenProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SafeAreaInsetsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.UseSafeAreaProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.UpdateModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.ShouldDelayContentTouchesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.SearchBarStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.UpdateOnTapProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.SwipeTransitionModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.TranslucencyModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.UpdateModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.BlurEffectProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.CanBecomeFirstResponderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.IsLegacyColorModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.IsShadowEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowOffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowOpacityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.NavigationTransitionPopStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.NavigationTransitionPushStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.TabOrderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.TabsStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.ActiveBezelInteractionElementPropertyKey -> Microsoft.Maui.Controls.BindablePropertyKey -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.OverlayContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.UseBezelInteractionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.FontWeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.BlendColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.FileProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.FocusedItemScrollPositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.FontWeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.HasBreadCrumbsBarProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.BreadCrumbProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.ProgressBarPulsingStatusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.HorizontalScrollStepProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.VerticalScrollStepProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.IsFocusAllowedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusBackViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusDirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusDownViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusForwardViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusLeftViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusRightViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusUpViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.StyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.ToolTipProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.ImageDirectoryProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapsedPaneWidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapseStyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.DetectReadingOrderFromContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.DetectReadingOrderFromContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.SelectionModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.ToolbarDynamicOverflowEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.ToolbarPlacementProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.IsSpellCheckEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.HeaderIconsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.HeaderIconsSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyHorizontalOffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyPlacementProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyVerticalOffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.IsLegacyColorModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.ExecutionModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.IsJavaScriptAlertEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ProgressBar.ProgressColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ProgressBar.ProgressProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadialGradientBrush.CenterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadialGradientBrush.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.BorderWidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.ContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.GroupNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.IsCheckedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButton.ValueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButtonGroup.GroupNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RadioButtonGroup.SelectedValueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RefreshView.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RefreshView.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RefreshView.IsRefreshingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RefreshView.RefreshColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroupsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Routing.RouteProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.RowDefinition.HeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ScrollView.ContentSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ScrollView.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ScrollView.ScrollXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ScrollView.ScrollYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.CancelButtonColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.SearchCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.SearchCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.SelectionLengthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchBar.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.AutomationIdProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.CancelButtonColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearIconHelpTextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearIconNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearIconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderHelpTextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderIconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.DisplayMemberNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.IsFocusedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.IsFocusedPropertyKey -> Microsoft.Maui.Controls.BindablePropertyKey -~static readonly Microsoft.Maui.Controls.SearchHandler.IsSearchEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.QueryIconHelpTextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.QueryIconNameProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.QueryIconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.QueryProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.ShowsResultsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectedItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectionModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SemanticProperties.DescriptionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SemanticProperties.HeadingLevelProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SemanticProperties.HintProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shadow.BrushProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shadow.OffsetProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shadow.OpacityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shadow.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArcProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.PointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.SizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.BezierSegment.Point1Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.BezierSegment.Point2Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.BezierSegment.Point3Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.RotationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.EllipseGeometry.CenterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.GeometryGroup.ChildrenProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Line.X1Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Line.X2Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Line.Y1Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Line.Y2Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.LineGeometry.EndPointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.LineGeometry.StartPointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.LineSegment.PointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.MatrixTransform.MatrixProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Path.DataProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Path.RenderTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.IsClosedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.IsFilledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.SegmentsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.StartPointProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PathGeometry.FiguresProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PathGeometry.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PointsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Polygon.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Polygon.PointsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Polyline.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Polyline.PointsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PolyLineSegment.PointsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PointsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2Property -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Rectangle.RadiusXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Rectangle.RadiusYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RotateTransform.AngleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RotateTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RotateTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RectProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.AngleXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.AngleYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.Transform.ValueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.TransformGroup.ChildrenProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.TranslateTransform.XProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shapes.TranslateTransform.YProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.BackButtonBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.CurrentStateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.DisabledColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackdropProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspectProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutContentTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutFooterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutFooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeaderBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeaderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutIconProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutIsPresentedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutItemIsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.FlyoutWidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.ForegroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.ItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.MenuItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.NavBarHasShadowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.NavBarIsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.PresentationModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.SearchHandlerProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TabBarBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TabBarDisabledColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TabBarForegroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TabBarIsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TabBarTitleColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TabBarUnselectedColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TitleColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.TitleViewProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Shell.UnselectedColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellContent.ContentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellContent.ContentTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellContent.MenuItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellItem.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellItem.ItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellSection.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.ShellSection.ItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.DragCompletedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.DragStartedCommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.MaximumProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.MaximumTrackColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.MinimumProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.MinimumTrackColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.ThumbColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.ThumbImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Slider.ValueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SolidColorBrush.ColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.LineHeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.StyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.TextDecorationsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Span.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StackBase.SpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StackLayout.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StateTrigger.IsActiveProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Stepper.IncrementProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Stepper.MaximumProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Stepper.MinimumProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Stepper.ValueProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StreamImageSource.StreamProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StructuredItemsView.FooterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StructuredItemsView.FooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StructuredItemsView.HeaderProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StructuredItemsView.HeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.StructuredItemsView.ItemsLayoutProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.DirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.ThresholdProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeItem.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeItems.ModeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvokedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeItemView.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeItemView.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeView.BottomItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeView.LeftItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeView.RightItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeView.ThresholdProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwipeView.TopItemsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Switch.IsToggledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Switch.OnColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.Switch.ThumbColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwitchCell.OnColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwitchCell.OnProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.SwitchCell.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TabbedPage.BarBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TabbedPage.BarBackgroundProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TabbedPage.BarTextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TabbedPage.SelectedTabColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TabbedPage.UnselectedTabColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TableSectionBase.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~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 -~static readonly Microsoft.Maui.Controls.TextCell.CommandProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TextCell.DetailColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TextCell.DetailProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TextCell.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TextCell.TextProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.FormatProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.TimePicker.TimeProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.UriImageSource.CacheValidityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.UriImageSource.CachingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.UriImageSource.UriProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.UrlWebViewSource.UrlProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.View.HorizontalOptionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.View.MarginProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.View.VerticalOptionsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.AnchorXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.AnchorYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.BackgroundProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.BehaviorsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.ClipProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.HeightProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.HeightRequestProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.InputTransparentProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.IsFocusedProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.IsFocusedPropertyKey -> Microsoft.Maui.Controls.BindablePropertyKey -~static readonly Microsoft.Maui.Controls.VisualElement.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.MaximumHeightRequestProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.MaximumWidthRequestProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.NavigationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.OpacityProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.RotationProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.RotationXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.RotationYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.ScaleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.ScaleXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.ScaleYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.StyleProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.TranslationXProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.TranslationYProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.TriggersProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.VisualProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.WidthProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.WidthRequestProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.WindowProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.XProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualElement.YProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.WebView.CanGoBackProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.WebView.CanGoForwardProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.WebView.CookiesProperty -> Microsoft.Maui.Controls.BindableProperty -~static readonly Microsoft.Maui.Controls.WebView.SourceProperty -> Microsoft.Maui.Controls.BindableProperty -~virtual Microsoft.Maui.Controls.Behavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject bindable) -> void -~virtual Microsoft.Maui.Controls.Behavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject bindable) -> void -~virtual Microsoft.Maui.Controls.Behavior.OnAttachedTo(T bindable) -> void -~virtual Microsoft.Maui.Controls.Behavior.OnDetachingFrom(T bindable) -> void -~virtual Microsoft.Maui.Controls.BindableObject.OnPropertyChanged(string propertyName = null) -> void -~virtual Microsoft.Maui.Controls.BindableObject.OnPropertyChanging(string propertyName = null) -> void -~virtual Microsoft.Maui.Controls.Button.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.CarouselView.OnCurrentItemChanged(System.EventArgs args) -> void -~virtual Microsoft.Maui.Controls.CarouselView.OnPositionChanged(Microsoft.Maui.Controls.PositionChangedEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Compatibility.Layout.ShouldInvalidateOnChildAdded(Microsoft.Maui.Controls.View child) -> bool -~virtual Microsoft.Maui.Controls.Compatibility.Layout.ShouldInvalidateOnChildRemoved(Microsoft.Maui.Controls.View child) -> bool -~virtual Microsoft.Maui.Controls.Compatibility.Layout.OnAdded(T view) -> void -~virtual Microsoft.Maui.Controls.Compatibility.Layout.OnRemoved(T view) -> void -~virtual Microsoft.Maui.Controls.DatePicker.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.Element.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void -~virtual Microsoft.Maui.Controls.Element.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void -~virtual Microsoft.Maui.Controls.Element.OnHandlerChanging(Microsoft.Maui.Controls.HandlerChangingEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Element.OnParentChanging(Microsoft.Maui.Controls.ParentChangingEventArgs args) -> void -~virtual Microsoft.Maui.Controls.ImageSource.Cancel() -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.GetModalStack() -> System.Collections.Generic.IReadOnlyList -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.GetNavigationStack() -> System.Collections.Generic.IReadOnlyList -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnInsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPopAsync(bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPopModal(bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPopToRootAsync(bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPushModal(Microsoft.Maui.Controls.Page modal, bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnRemovePage(Microsoft.Maui.Controls.Page page) -> void -~virtual Microsoft.Maui.Controls.Internals.TableModel.GetCell(int section, int row) -> Microsoft.Maui.Controls.Cell -~virtual Microsoft.Maui.Controls.Internals.TableModel.GetHeaderCell(int section) -> Microsoft.Maui.Controls.Cell -~virtual Microsoft.Maui.Controls.Internals.TableModel.GetSectionIndexTitles() -> string[] -~virtual Microsoft.Maui.Controls.Internals.TableModel.GetSectionTextColor(int section) -> Microsoft.Maui.Graphics.Color -~virtual Microsoft.Maui.Controls.Internals.TableModel.GetSectionTitle(int section) -> string -~virtual Microsoft.Maui.Controls.Internals.TableModel.OnRowLongPressed(object item) -> void -~virtual Microsoft.Maui.Controls.Internals.TableModel.OnRowSelected(object item) -> void -~virtual Microsoft.Maui.Controls.ItemsView.OnScrolled(Microsoft.Maui.Controls.ItemsViewScrolledEventArgs e) -> void -~virtual Microsoft.Maui.Controls.ItemsView.OnScrollToRequested(Microsoft.Maui.Controls.ScrollToRequestEventArgs e) -> void -~virtual Microsoft.Maui.Controls.Label.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.Layout.OnAdd(int index, Microsoft.Maui.IView view) -> void -~virtual Microsoft.Maui.Controls.Layout.OnInsert(int index, Microsoft.Maui.IView view) -> void -~virtual Microsoft.Maui.Controls.Layout.OnRemove(int index, Microsoft.Maui.IView view) -> void -~virtual Microsoft.Maui.Controls.Layout.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void -~virtual Microsoft.Maui.Controls.MultiPage.OnPagesChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) -> void -~virtual Microsoft.Maui.Controls.MultiPage.SetupContent(T content, int index) -> void -~virtual Microsoft.Maui.Controls.MultiPage.UnhookContent(T content) -> void -~virtual Microsoft.Maui.Controls.Page.GetParentWindow() -> Microsoft.Maui.Controls.Window -~virtual Microsoft.Maui.Controls.Page.OnChildMeasureInvalidated(object sender, System.EventArgs e) -> void -~virtual Microsoft.Maui.Controls.Page.OnNavigatedFrom(Microsoft.Maui.Controls.NavigatedFromEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Page.OnNavigatedTo(Microsoft.Maui.Controls.NavigatedToEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Page.OnNavigatingFrom(Microsoft.Maui.Controls.NavigatingFromEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Picker.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.PlatformEffect.OnElementPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) -> void -~virtual Microsoft.Maui.Controls.PropertyChangingEventArgs.PropertyName.get -> string -~virtual Microsoft.Maui.Controls.RadioButton.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.SearchHandler.OnItemSelected(object item) -> void -~virtual Microsoft.Maui.Controls.SearchHandler.OnQueryChanged(string oldValue, string newValue) -> void -~virtual Microsoft.Maui.Controls.SearchHandler.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.SelectableItemsView.OnSelectionChanged(Microsoft.Maui.Controls.SelectionChangedEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Shell.OnNavigated(Microsoft.Maui.Controls.ShellNavigatedEventArgs args) -> void -~virtual Microsoft.Maui.Controls.Shell.OnNavigating(Microsoft.Maui.Controls.ShellNavigatingEventArgs args) -> void -~virtual Microsoft.Maui.Controls.ShellSection.GetNavigationStack() -> System.Collections.Generic.IReadOnlyList -~virtual Microsoft.Maui.Controls.ShellSection.OnInsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void -~virtual Microsoft.Maui.Controls.ShellSection.OnPopAsync(bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.ShellSection.OnPopToRootAsync(bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.ShellSection.OnPushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task -~virtual Microsoft.Maui.Controls.ShellSection.OnRemovePage(Microsoft.Maui.Controls.Page page) -> void -~virtual Microsoft.Maui.Controls.SolidColorBrush.Color.get -> Microsoft.Maui.Graphics.Color -~virtual Microsoft.Maui.Controls.SolidColorBrush.Color.set -> void -~virtual Microsoft.Maui.Controls.Span.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.StreamImageSource.Stream.get -> System.Func> -~virtual Microsoft.Maui.Controls.StreamImageSource.Stream.set -> void -~virtual Microsoft.Maui.Controls.TemplatedView.ResolveControlTemplate() -> Microsoft.Maui.Controls.ControlTemplate -~virtual Microsoft.Maui.Controls.TimePicker.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string -~virtual Microsoft.Maui.Controls.Toolbar.BarTextColor.get -> Microsoft.Maui.Graphics.Color -~virtual Microsoft.Maui.Controls.Toolbar.BarTextColor.set -> void -~virtual Microsoft.Maui.Controls.Toolbar.IconColor.get -> Microsoft.Maui.Graphics.Color -~virtual Microsoft.Maui.Controls.Toolbar.IconColor.set -> void -~virtual Microsoft.Maui.Controls.Toolbar.Title.get -> string -~virtual Microsoft.Maui.Controls.Toolbar.Title.set -> void -~virtual Microsoft.Maui.Controls.Toolbar.TitleView.get -> Microsoft.Maui.Controls.VisualElement -~virtual Microsoft.Maui.Controls.Toolbar.TitleView.set -> void -~virtual Microsoft.Maui.Controls.View.GetChildElements(Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IList \ No newline at end of file +#nullable enable \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index 3c9da897aa3d..da8534053643 100644 --- a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -1,16 +1,699 @@ #nullable enable +abstract Microsoft.Maui.Controls.Brush.IsEmpty.get -> bool +abstract Microsoft.Maui.Controls.Compatibility.Layout.LayoutChildren(double x, double y, double width, double height) -> void +abstract Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.GetItemsLayout() -> Microsoft.Maui.Controls.IItemsLayout! +abstract Microsoft.Maui.Controls.Internals.GIFImageParser.FinishedParsing() -> void +abstract Microsoft.Maui.Controls.Internals.GIFImageParser.StartParsing() -> void +abstract Microsoft.Maui.Controls.Internals.TableModel.GetRowCount(int section) -> int +abstract Microsoft.Maui.Controls.Internals.TableModel.GetSectionCount() -> int +abstract Microsoft.Maui.Controls.Platform.GestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! +abstract Microsoft.Maui.Controls.Shapes.Shape.GetPath() -> Microsoft.Maui.Graphics.PathF! +const Microsoft.Maui.Controls.Cell.DefaultCellHeight = 40 -> int +Microsoft.Maui.Controls.AbsoluteLayout +Microsoft.Maui.Controls.AbsoluteLayout.AbsoluteLayout() -> void +Microsoft.Maui.Controls.Accelerator +Microsoft.Maui.Controls.AcceleratorTypeConverter +Microsoft.Maui.Controls.AcceleratorTypeConverter.AcceleratorTypeConverter() -> void +Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.AccessKeyPlacement.Auto = 0 -> Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.AccessKeyPlacement.Bottom = 2 -> Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.AccessKeyPlacement.Center = 5 -> Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.AccessKeyPlacement.Left = 4 -> Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.AccessKeyPlacement.Right = 3 -> Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.AccessKeyPlacement.Top = 1 -> Microsoft.Maui.Controls.AccessKeyPlacement +Microsoft.Maui.Controls.ActivityIndicator +Microsoft.Maui.Controls.ActivityIndicator.ActivityIndicator() -> void +Microsoft.Maui.Controls.ActivityIndicator.IsRunning.get -> bool +Microsoft.Maui.Controls.ActivityIndicator.IsRunning.set -> void +Microsoft.Maui.Controls.AdaptiveTrigger +Microsoft.Maui.Controls.AdaptiveTrigger.AdaptiveTrigger() -> void +Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeight.get -> double +Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeight.set -> void +Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidth.get -> double +Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidth.set -> void +Microsoft.Maui.Controls.AndExpandLayoutManager +Microsoft.Maui.Controls.AndExpandLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.AndExpandLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Animation +Microsoft.Maui.Controls.Animation.Animation() -> void +Microsoft.Maui.Controls.Animation.IsEnabled.get -> bool +Microsoft.Maui.Controls.AnimationExtensions +Microsoft.Maui.Controls.Application +Microsoft.Maui.Controls.Application.Application() -> void +Microsoft.Maui.Controls.Application.AppLinks.get -> Microsoft.Maui.Controls.IAppLinks! +Microsoft.Maui.Controls.Application.MainPage.get -> Microsoft.Maui.Controls.Page? +Microsoft.Maui.Controls.Application.MainPage.set -> void +Microsoft.Maui.Controls.Application.ModalPopped -> System.EventHandler? +Microsoft.Maui.Controls.Application.ModalPopping -> System.EventHandler? +Microsoft.Maui.Controls.Application.ModalPushed -> System.EventHandler? +Microsoft.Maui.Controls.Application.ModalPushing -> System.EventHandler? +Microsoft.Maui.Controls.Application.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy? +Microsoft.Maui.Controls.Application.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration! +Microsoft.Maui.Controls.Application.PageAppearing -> System.EventHandler? +Microsoft.Maui.Controls.Application.PageDisappearing -> System.EventHandler? +Microsoft.Maui.Controls.Application.PlatformAppTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme +Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! +Microsoft.Maui.Controls.Application.Quit() -> void +Microsoft.Maui.Controls.Application.RequestedTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme +Microsoft.Maui.Controls.Application.RequestedThemeChanged -> System.EventHandler! +Microsoft.Maui.Controls.Application.Resources.get -> Microsoft.Maui.Controls.ResourceDictionary! +Microsoft.Maui.Controls.Application.Resources.set -> void +Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +Microsoft.Maui.Controls.Application.SendOnAppLinkRequestReceived(System.Uri! uri) -> void +Microsoft.Maui.Controls.Application.SetAppIndexingProvider(Microsoft.Maui.Controls.IAppIndexingProvider! provider) -> void +Microsoft.Maui.Controls.Application.UserAppTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme +Microsoft.Maui.Controls.Application.UserAppTheme.set -> void +Microsoft.Maui.Controls.Application.Windows.get -> System.Collections.Generic.IReadOnlyList! +Microsoft.Maui.Controls.AppLinkEntry +Microsoft.Maui.Controls.AppLinkEntry.AppLinkEntry() -> void +Microsoft.Maui.Controls.AppLinkEntry.IsLinkActive.get -> bool +Microsoft.Maui.Controls.AppLinkEntry.IsLinkActive.set -> void +Microsoft.Maui.Controls.AppThemeChangedEventArgs +Microsoft.Maui.Controls.AppThemeChangedEventArgs.AppThemeChangedEventArgs(Microsoft.Maui.ApplicationModel.AppTheme appTheme) -> void +Microsoft.Maui.Controls.AppThemeChangedEventArgs.RequestedTheme.get -> Microsoft.Maui.ApplicationModel.AppTheme +Microsoft.Maui.Controls.AutomationProperties +Microsoft.Maui.Controls.AutomationProperties.AutomationProperties() -> void +Microsoft.Maui.Controls.BackButtonBehavior +Microsoft.Maui.Controls.BackButtonBehavior.BackButtonBehavior() -> void +Microsoft.Maui.Controls.BackButtonBehavior.IsEnabled.get -> bool +Microsoft.Maui.Controls.BackButtonBehavior.IsEnabled.set -> void +Microsoft.Maui.Controls.BackButtonBehavior.IsVisible.get -> bool +Microsoft.Maui.Controls.BackButtonBehavior.IsVisible.set -> void +Microsoft.Maui.Controls.BackButtonPressedEventArgs +Microsoft.Maui.Controls.BackButtonPressedEventArgs.BackButtonPressedEventArgs() -> void +Microsoft.Maui.Controls.BackButtonPressedEventArgs.Handled.get -> bool +Microsoft.Maui.Controls.BackButtonPressedEventArgs.Handled.set -> void +Microsoft.Maui.Controls.BackgroundingEventArgs +Microsoft.Maui.Controls.BaseMenuItem +Microsoft.Maui.Controls.BaseMenuItem.BaseMenuItem() -> void +Microsoft.Maui.Controls.BaseShellItem +Microsoft.Maui.Controls.BaseShellItem.Appearing -> System.EventHandler +Microsoft.Maui.Controls.BaseShellItem.BaseShellItem() -> void +Microsoft.Maui.Controls.BaseShellItem.Disappearing -> System.EventHandler +Microsoft.Maui.Controls.BaseShellItem.FlyoutItemIsVisible.get -> bool +Microsoft.Maui.Controls.BaseShellItem.FlyoutItemIsVisible.set -> void +Microsoft.Maui.Controls.BaseShellItem.IsChecked.get -> bool +Microsoft.Maui.Controls.BaseShellItem.IsEnabled.get -> bool +Microsoft.Maui.Controls.BaseShellItem.IsEnabled.set -> void +Microsoft.Maui.Controls.BaseShellItem.IsVisible.get -> bool +Microsoft.Maui.Controls.BaseShellItem.IsVisible.set -> void +Microsoft.Maui.Controls.BaseSwipeEventArgs +Microsoft.Maui.Controls.BaseSwipeEventArgs.BaseSwipeEventArgs(Microsoft.Maui.SwipeDirection swipeDirection) -> void +Microsoft.Maui.Controls.BaseSwipeEventArgs.SwipeDirection.get -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.Controls.BaseSwipeEventArgs.SwipeDirection.set -> void +Microsoft.Maui.Controls.Behavior +Microsoft.Maui.Controls.Behavior.Behavior() -> void +Microsoft.Maui.Controls.Behavior.Behavior() -> void +Microsoft.Maui.Controls.BindableLayout +Microsoft.Maui.Controls.BindableObject +Microsoft.Maui.Controls.BindableObject.ApplyBindings() -> void +Microsoft.Maui.Controls.BindableObject.BindableObject() -> void +Microsoft.Maui.Controls.BindableObject.BindingContextChanged -> System.EventHandler +Microsoft.Maui.Controls.BindableObject.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler +Microsoft.Maui.Controls.BindableObject.PropertyChanging -> Microsoft.Maui.Controls.PropertyChangingEventHandler +Microsoft.Maui.Controls.BindableObject.UnapplyBindings() -> void +Microsoft.Maui.Controls.BindableObjectExtensions +Microsoft.Maui.Controls.BindableProperty +Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate +Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate +Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate +Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate +Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate +Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate +Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate +Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate +Microsoft.Maui.Controls.BindableProperty.DefaultBindingMode.get -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindableProperty.IsReadOnly.get -> bool +Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate +Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate +Microsoft.Maui.Controls.BindablePropertyConverter +Microsoft.Maui.Controls.BindablePropertyConverter.BindablePropertyConverter() -> void +Microsoft.Maui.Controls.BindablePropertyKey +Microsoft.Maui.Controls.Binding +Microsoft.Maui.Controls.Binding.Binding() -> void +Microsoft.Maui.Controls.BindingBase +Microsoft.Maui.Controls.BindingBase.Mode.get -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindingBase.Mode.set -> void +Microsoft.Maui.Controls.BindingCondition +Microsoft.Maui.Controls.BindingCondition.BindingCondition() -> void +Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindingMode.Default = 0 -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindingMode.OneTime = 4 -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindingMode.OneWay = 2 -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindingMode.OneWayToSource = 3 -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.BindingMode.TwoWay = 1 -> Microsoft.Maui.Controls.BindingMode +Microsoft.Maui.Controls.Border +Microsoft.Maui.Controls.Border.Border() -> void +Microsoft.Maui.Controls.Border.Content.get -> Microsoft.Maui.Controls.View? +Microsoft.Maui.Controls.Border.Content.set -> void +Microsoft.Maui.Controls.Border.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Border.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Border.OnPaddingPropertyChanged(Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue) -> void +Microsoft.Maui.Controls.Border.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Border.Padding.set -> void +Microsoft.Maui.Controls.Border.PaddingDefaultValueCreator() -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Border.Stroke.get -> Microsoft.Maui.Controls.Brush? +Microsoft.Maui.Controls.Border.Stroke.set -> void +Microsoft.Maui.Controls.Border.StrokeDashArray.get -> Microsoft.Maui.Controls.DoubleCollection? +Microsoft.Maui.Controls.Border.StrokeDashArray.set -> void +Microsoft.Maui.Controls.Border.StrokeDashOffset.get -> double +Microsoft.Maui.Controls.Border.StrokeDashOffset.set -> void +Microsoft.Maui.Controls.Border.StrokeDashPattern.get -> float[]? +Microsoft.Maui.Controls.Border.StrokeLineCap.get -> Microsoft.Maui.Controls.Shapes.PenLineCap +Microsoft.Maui.Controls.Border.StrokeLineCap.set -> void +Microsoft.Maui.Controls.Border.StrokeLineJoin.get -> Microsoft.Maui.Controls.Shapes.PenLineJoin +Microsoft.Maui.Controls.Border.StrokeLineJoin.set -> void +Microsoft.Maui.Controls.Border.StrokeMiterLimit.get -> double +Microsoft.Maui.Controls.Border.StrokeMiterLimit.set -> void +Microsoft.Maui.Controls.Border.StrokeShape.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.Controls.Border.StrokeShape.set -> void +Microsoft.Maui.Controls.Border.StrokeThickness.get -> double +Microsoft.Maui.Controls.Border.StrokeThickness.set -> void +Microsoft.Maui.Controls.BoundsConstraint +Microsoft.Maui.Controls.BoundsTypeConverter +Microsoft.Maui.Controls.BoundsTypeConverter.BoundsTypeConverter() -> void +Microsoft.Maui.Controls.BoxView +Microsoft.Maui.Controls.BoxView.BoxView() -> void +Microsoft.Maui.Controls.BoxView.CornerRadius.get -> Microsoft.Maui.CornerRadius +Microsoft.Maui.Controls.BoxView.CornerRadius.set -> void +Microsoft.Maui.Controls.Brush +Microsoft.Maui.Controls.Brush.Brush() -> void +Microsoft.Maui.Controls.BrushTypeConverter +Microsoft.Maui.Controls.BrushTypeConverter.BrushTypeConverter() -> void +Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser +Microsoft.Maui.Controls.Button +Microsoft.Maui.Controls.Button.BorderWidth.get -> double +Microsoft.Maui.Controls.Button.BorderWidth.set -> void +Microsoft.Maui.Controls.Button.Button() -> void +Microsoft.Maui.Controls.Button.ButtonContentLayout +Microsoft.Maui.Controls.Button.ButtonContentLayout.ButtonContentLayout(Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition position, double spacing) -> void +Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition +Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Bottom = 3 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition +Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Left = 0 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition +Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Right = 2 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition +Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition.Top = 1 -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition +Microsoft.Maui.Controls.Button.ButtonContentLayout.Position.get -> Microsoft.Maui.Controls.Button.ButtonContentLayout.ImagePosition +Microsoft.Maui.Controls.Button.ButtonContentLayout.Spacing.get -> double +Microsoft.Maui.Controls.Button.ButtonContentTypeConverter +Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ButtonContentTypeConverter() -> void +Microsoft.Maui.Controls.Button.CharacterSpacing.get -> double +Microsoft.Maui.Controls.Button.CharacterSpacing.set -> void +Microsoft.Maui.Controls.Button.Clicked -> System.EventHandler +Microsoft.Maui.Controls.Button.CornerRadius.get -> int +Microsoft.Maui.Controls.Button.CornerRadius.set -> void +Microsoft.Maui.Controls.Button.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Button.FontAttributes.set -> void +Microsoft.Maui.Controls.Button.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Button.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.Button.FontSize.get -> double +Microsoft.Maui.Controls.Button.FontSize.set -> void +Microsoft.Maui.Controls.Button.IsPressed.get -> bool +Microsoft.Maui.Controls.Button.LineBreakMode.get -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.Controls.Button.LineBreakMode.set -> void +Microsoft.Maui.Controls.Button.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Button.Padding.set -> void +Microsoft.Maui.Controls.Button.Pressed -> System.EventHandler +Microsoft.Maui.Controls.Button.Released -> System.EventHandler +Microsoft.Maui.Controls.Button.SendClicked() -> void +Microsoft.Maui.Controls.Button.SendPressed() -> void +Microsoft.Maui.Controls.Button.SendReleased() -> void +Microsoft.Maui.Controls.Button.TextTransform.get -> Microsoft.Maui.TextTransform +Microsoft.Maui.Controls.Button.TextTransform.set -> void +Microsoft.Maui.Controls.ButtonsMask +Microsoft.Maui.Controls.ButtonsMask.Primary = 1 -> Microsoft.Maui.Controls.ButtonsMask +Microsoft.Maui.Controls.ButtonsMask.Secondary = 2 -> Microsoft.Maui.Controls.ButtonsMask +Microsoft.Maui.Controls.CarouselLayoutTypeConverter +Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CarouselLayoutTypeConverter() -> void +Microsoft.Maui.Controls.CarouselView +Microsoft.Maui.Controls.CarouselView.CarouselView() -> void +Microsoft.Maui.Controls.CarouselView.CurrentItemChanged -> System.EventHandler +Microsoft.Maui.Controls.CarouselView.IsBounceEnabled.get -> bool +Microsoft.Maui.Controls.CarouselView.IsBounceEnabled.set -> void +Microsoft.Maui.Controls.CarouselView.IsDragging.get -> bool +Microsoft.Maui.Controls.CarouselView.IsScrollAnimated.get -> bool +Microsoft.Maui.Controls.CarouselView.IsScrollAnimated.set -> void +Microsoft.Maui.Controls.CarouselView.IsScrolling.get -> bool +Microsoft.Maui.Controls.CarouselView.IsScrolling.set -> void +Microsoft.Maui.Controls.CarouselView.IsSwipeEnabled.get -> bool +Microsoft.Maui.Controls.CarouselView.IsSwipeEnabled.set -> void +Microsoft.Maui.Controls.CarouselView.Loop.get -> bool +Microsoft.Maui.Controls.CarouselView.Loop.set -> void +Microsoft.Maui.Controls.CarouselView.PeekAreaInsets.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.CarouselView.PeekAreaInsets.set -> void +Microsoft.Maui.Controls.CarouselView.Position.get -> int +Microsoft.Maui.Controls.CarouselView.Position.set -> void +Microsoft.Maui.Controls.CarouselView.PositionChanged -> System.EventHandler +Microsoft.Maui.Controls.CarouselView.SetIsDragging(bool value) -> void +Microsoft.Maui.Controls.Cell +Microsoft.Maui.Controls.Cell.Appearing -> System.EventHandler +Microsoft.Maui.Controls.Cell.Cell() -> void +Microsoft.Maui.Controls.Cell.Disappearing -> System.EventHandler +Microsoft.Maui.Controls.Cell.ForceUpdateSize() -> void +Microsoft.Maui.Controls.Cell.ForceUpdateSizeRequested -> System.EventHandler +Microsoft.Maui.Controls.Cell.HasContextActions.get -> bool +Microsoft.Maui.Controls.Cell.Height.get -> double +Microsoft.Maui.Controls.Cell.Height.set -> void +Microsoft.Maui.Controls.Cell.IsContextActionsLegacyModeEnabled.get -> bool +Microsoft.Maui.Controls.Cell.IsContextActionsLegacyModeEnabled.set -> void +Microsoft.Maui.Controls.Cell.IsEnabled.get -> bool +Microsoft.Maui.Controls.Cell.IsEnabled.set -> void +Microsoft.Maui.Controls.Cell.RenderHeight.get -> double +Microsoft.Maui.Controls.Cell.SendAppearing() -> void +Microsoft.Maui.Controls.Cell.SendDisappearing() -> void +Microsoft.Maui.Controls.Cell.Tapped -> System.EventHandler +Microsoft.Maui.Controls.CheckBox +Microsoft.Maui.Controls.CheckBox.CheckBox() -> void +Microsoft.Maui.Controls.CheckBox.CheckedChanged -> System.EventHandler +Microsoft.Maui.Controls.CheckBox.IsChecked.get -> bool +Microsoft.Maui.Controls.CheckBox.IsChecked.set -> void +Microsoft.Maui.Controls.CheckedChangedEventArgs +Microsoft.Maui.Controls.CheckedChangedEventArgs.CheckedChangedEventArgs(bool value) -> void +Microsoft.Maui.Controls.CheckedChangedEventArgs.Value.get -> bool +Microsoft.Maui.Controls.ChildGestureRecognizer +Microsoft.Maui.Controls.ChildGestureRecognizer.ChildGestureRecognizer() -> void +Microsoft.Maui.Controls.ChildGestureRecognizer.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler +Microsoft.Maui.Controls.ClickedEventArgs +Microsoft.Maui.Controls.ClickedEventArgs.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask +Microsoft.Maui.Controls.ClickGestureRecognizer +Microsoft.Maui.Controls.ClickGestureRecognizer.Buttons.get -> Microsoft.Maui.Controls.ButtonsMask +Microsoft.Maui.Controls.ClickGestureRecognizer.Buttons.set -> void +Microsoft.Maui.Controls.ClickGestureRecognizer.Clicked -> System.EventHandler +Microsoft.Maui.Controls.ClickGestureRecognizer.ClickGestureRecognizer() -> void +Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequired.get -> int +Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequired.set -> void +Microsoft.Maui.Controls.CloseRequestedEventArgs +Microsoft.Maui.Controls.CloseRequestedEventArgs.Animated.get -> bool +Microsoft.Maui.Controls.CloseRequestedEventArgs.Animated.set -> void +Microsoft.Maui.Controls.CloseRequestedEventArgs.CloseRequestedEventArgs(bool animated) -> void +Microsoft.Maui.Controls.CollectionSynchronizationCallback +Microsoft.Maui.Controls.CollectionView +Microsoft.Maui.Controls.CollectionView.CollectionView() -> void +Microsoft.Maui.Controls.ColumnDefinition +Microsoft.Maui.Controls.ColumnDefinition.ColumnDefinition() -> void +Microsoft.Maui.Controls.ColumnDefinition.ColumnDefinition(Microsoft.Maui.GridLength width) -> void +Microsoft.Maui.Controls.ColumnDefinition.SizeChanged -> System.EventHandler +Microsoft.Maui.Controls.ColumnDefinition.Width.get -> Microsoft.Maui.GridLength +Microsoft.Maui.Controls.ColumnDefinition.Width.set -> void +Microsoft.Maui.Controls.ColumnDefinitionCollection +Microsoft.Maui.Controls.ColumnDefinitionCollection.ColumnDefinitionCollection() -> void +Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter +Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ColumnDefinitionCollectionTypeConverter() -> void +Microsoft.Maui.Controls.Command +Microsoft.Maui.Controls.Command.CanExecuteChanged -> System.EventHandler +Microsoft.Maui.Controls.Command.ChangeCanExecute() -> void +Microsoft.Maui.Controls.Command +Microsoft.Maui.Controls.CompareStateTrigger +Microsoft.Maui.Controls.CompareStateTrigger.CompareStateTrigger() -> void +Microsoft.Maui.Controls.Compatibility.AbsoluteLayout +Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.AbsoluteLayout() -> void +Microsoft.Maui.Controls.Compatibility.Constraint +Microsoft.Maui.Controls.Compatibility.Constraint.Constraint() -> void +Microsoft.Maui.Controls.Compatibility.ConstraintExpression +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Constant.get -> double +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Constant.set -> void +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ConstraintExpression() -> void +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Factor.get -> double +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Factor.set -> void +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Type.get -> Microsoft.Maui.Controls.ConstraintType +Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Type.set -> void +Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter +Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConstraintTypeConverter() -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout +Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContent.set -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItems.set -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Controls.Compatibility.FlexLayout.Direction.set -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout.FlexLayout() -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContent.set -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition +Microsoft.Maui.Controls.Compatibility.FlexLayout.Position.set -> void +Microsoft.Maui.Controls.Compatibility.FlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap +Microsoft.Maui.Controls.Compatibility.FlexLayout.Wrap.set -> void +Microsoft.Maui.Controls.Compatibility.Grid +Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacing.get -> double +Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacing.set -> void +Microsoft.Maui.Controls.Compatibility.Grid.Grid() -> void +Microsoft.Maui.Controls.Compatibility.Grid.InvalidateMeasureInernalNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void +Microsoft.Maui.Controls.Compatibility.Grid.RowSpacing.get -> double +Microsoft.Maui.Controls.Compatibility.Grid.RowSpacing.set -> void +Microsoft.Maui.Controls.Compatibility.INativeElementView +Microsoft.Maui.Controls.Compatibility.Layout +Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparent.get -> bool +Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparent.set -> void +Microsoft.Maui.Controls.Compatibility.Layout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Compatibility.Layout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Compatibility.Layout.ForceLayout() -> void +Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBounds.get -> bool +Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBounds.set -> void +Microsoft.Maui.Controls.Compatibility.Layout.Layout() -> void +Microsoft.Maui.Controls.Compatibility.Layout.LayoutChanged -> System.EventHandler +Microsoft.Maui.Controls.Compatibility.Layout.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Compatibility.Layout.Padding.set -> void +Microsoft.Maui.Controls.Compatibility.Layout.UpdateChildrenLayout() -> void +Microsoft.Maui.Controls.Compatibility.Layout.Layout() -> void +Microsoft.Maui.Controls.Compatibility.RelativeLayout +Microsoft.Maui.Controls.Compatibility.RelativeLayout.RelativeLayout() -> void +Microsoft.Maui.Controls.Compatibility.StackLayout +Microsoft.Maui.Controls.Compatibility.StackLayout.Orientation.get -> Microsoft.Maui.Controls.StackOrientation +Microsoft.Maui.Controls.Compatibility.StackLayout.Orientation.set -> void +Microsoft.Maui.Controls.Compatibility.StackLayout.Spacing.get -> double +Microsoft.Maui.Controls.Compatibility.StackLayout.Spacing.set -> void +Microsoft.Maui.Controls.Compatibility.StackLayout.StackLayout() -> void +Microsoft.Maui.Controls.CompressedLayout +Microsoft.Maui.Controls.Condition +Microsoft.Maui.Controls.ConstraintType +Microsoft.Maui.Controls.ConstraintType.Constant = 2 -> Microsoft.Maui.Controls.ConstraintType +Microsoft.Maui.Controls.ConstraintType.RelativeToParent = 0 -> Microsoft.Maui.Controls.ConstraintType +Microsoft.Maui.Controls.ConstraintType.RelativeToView = 1 -> Microsoft.Maui.Controls.ConstraintType +Microsoft.Maui.Controls.ContentPage +Microsoft.Maui.Controls.ContentPage.ContentPage() -> void +Microsoft.Maui.Controls.ContentPresenter +Microsoft.Maui.Controls.ContentPresenter.ContentPresenter() -> void +Microsoft.Maui.Controls.ContentPropertyAttribute +Microsoft.Maui.Controls.ContentView +Microsoft.Maui.Controls.ContentView.ContentView() -> void +Microsoft.Maui.Controls.ControlsColorExtensions +Microsoft.Maui.Controls.ControlTemplate +Microsoft.Maui.Controls.ControlTemplate.ControlTemplate() -> void +Microsoft.Maui.Controls.CurrentItemChangedEventArgs +Microsoft.Maui.Controls.DataPackage +Microsoft.Maui.Controls.DataPackage.DataPackage() -> void +Microsoft.Maui.Controls.DataPackageOperation +Microsoft.Maui.Controls.DataPackageOperation.Copy = 1 -> Microsoft.Maui.Controls.DataPackageOperation +Microsoft.Maui.Controls.DataPackageOperation.None = 0 -> Microsoft.Maui.Controls.DataPackageOperation +Microsoft.Maui.Controls.DataPackagePropertySet +Microsoft.Maui.Controls.DataPackagePropertySet.Count.get -> int +Microsoft.Maui.Controls.DataPackagePropertySet.DataPackagePropertySet() -> void +Microsoft.Maui.Controls.DataPackagePropertySetView +Microsoft.Maui.Controls.DataPackagePropertySetView.Count.get -> int +Microsoft.Maui.Controls.DataPackageView +Microsoft.Maui.Controls.DataTemplate +Microsoft.Maui.Controls.DataTemplate.DataTemplate() -> void +Microsoft.Maui.Controls.DataTemplateSelector +Microsoft.Maui.Controls.DataTemplateSelector.DataTemplateSelector() -> void +Microsoft.Maui.Controls.DataTrigger +Microsoft.Maui.Controls.DateChangedEventArgs +Microsoft.Maui.Controls.DateChangedEventArgs.DateChangedEventArgs(System.DateTime oldDate, System.DateTime newDate) -> void +Microsoft.Maui.Controls.DateChangedEventArgs.NewDate.get -> System.DateTime +Microsoft.Maui.Controls.DateChangedEventArgs.OldDate.get -> System.DateTime +Microsoft.Maui.Controls.DatePicker +Microsoft.Maui.Controls.DatePicker.CharacterSpacing.get -> double +Microsoft.Maui.Controls.DatePicker.CharacterSpacing.set -> void +Microsoft.Maui.Controls.DatePicker.Date.get -> System.DateTime +Microsoft.Maui.Controls.DatePicker.Date.set -> void +Microsoft.Maui.Controls.DatePicker.DatePicker() -> void +Microsoft.Maui.Controls.DatePicker.DateSelected -> System.EventHandler +Microsoft.Maui.Controls.DatePicker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.DatePicker.FontAttributes.set -> void +Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.DatePicker.FontSize.get -> double +Microsoft.Maui.Controls.DatePicker.FontSize.set -> void +Microsoft.Maui.Controls.DatePicker.MaximumDate.get -> System.DateTime +Microsoft.Maui.Controls.DatePicker.MaximumDate.set -> void +Microsoft.Maui.Controls.DatePicker.MinimumDate.get -> System.DateTime +Microsoft.Maui.Controls.DatePicker.MinimumDate.set -> void +Microsoft.Maui.Controls.DefinitionCollection.Add(T item) -> void +Microsoft.Maui.Controls.DefinitionCollection.Clear() -> void +Microsoft.Maui.Controls.DefinitionCollection.Contains(T item) -> bool +Microsoft.Maui.Controls.DefinitionCollection.Count.get -> int +Microsoft.Maui.Controls.DefinitionCollection.IndexOf(T item) -> int +Microsoft.Maui.Controls.DefinitionCollection.Insert(int index, T item) -> void +Microsoft.Maui.Controls.DefinitionCollection.IsReadOnly.get -> bool +Microsoft.Maui.Controls.DefinitionCollection.ItemSizeChanged -> System.EventHandler +Microsoft.Maui.Controls.DefinitionCollection.Remove(T item) -> bool +Microsoft.Maui.Controls.DefinitionCollection.RemoveAt(int index) -> void +Microsoft.Maui.Controls.DefinitionCollection.this[int index].get -> T +Microsoft.Maui.Controls.DefinitionCollection.this[int index].set -> void +Microsoft.Maui.Controls.DependencyAttribute +Microsoft.Maui.Controls.DependencyFetchTarget +Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance = 0 -> Microsoft.Maui.Controls.DependencyFetchTarget +Microsoft.Maui.Controls.DependencyFetchTarget.NewInstance = 1 -> Microsoft.Maui.Controls.DependencyFetchTarget +Microsoft.Maui.Controls.DependencyService +Microsoft.Maui.Controls.DesignMode +Microsoft.Maui.Controls.Device +Microsoft.Maui.Controls.Device.Styles +Microsoft.Maui.Controls.DeviceStateTrigger +Microsoft.Maui.Controls.DeviceStateTrigger.DeviceStateTrigger() -> void +Microsoft.Maui.Controls.DisplayDensityChangedEventArgs +Microsoft.Maui.Controls.DisplayDensityChangedEventArgs.DisplayDensity.get -> float +Microsoft.Maui.Controls.DisplayDensityChangedEventArgs.DisplayDensityChangedEventArgs(float displayDensity) -> void +Microsoft.Maui.Controls.DoubleCollection +Microsoft.Maui.Controls.DoubleCollection.DoubleCollection() -> void +Microsoft.Maui.Controls.DoubleCollectionConverter +Microsoft.Maui.Controls.DoubleCollectionConverter.DoubleCollectionConverter() -> void +Microsoft.Maui.Controls.DragEventArgs +Microsoft.Maui.Controls.DragEventArgs.AcceptedOperation.get -> Microsoft.Maui.Controls.DataPackageOperation +Microsoft.Maui.Controls.DragEventArgs.AcceptedOperation.set -> void +Microsoft.Maui.Controls.DragGestureRecognizer +Microsoft.Maui.Controls.DragGestureRecognizer.CanDrag.get -> bool +Microsoft.Maui.Controls.DragGestureRecognizer.CanDrag.set -> void +Microsoft.Maui.Controls.DragGestureRecognizer.DragGestureRecognizer() -> void +Microsoft.Maui.Controls.DragGestureRecognizer.DragStarting -> System.EventHandler +Microsoft.Maui.Controls.DragGestureRecognizer.DropCompleted -> System.EventHandler +Microsoft.Maui.Controls.DragStartingEventArgs +Microsoft.Maui.Controls.DragStartingEventArgs.Cancel.get -> bool +Microsoft.Maui.Controls.DragStartingEventArgs.Cancel.set -> void +Microsoft.Maui.Controls.DragStartingEventArgs.DragStartingEventArgs() -> void +Microsoft.Maui.Controls.DragStartingEventArgs.Handled.get -> bool +Microsoft.Maui.Controls.DragStartingEventArgs.Handled.set -> void +Microsoft.Maui.Controls.DropCompletedEventArgs +Microsoft.Maui.Controls.DropCompletedEventArgs.DropCompletedEventArgs() -> void +Microsoft.Maui.Controls.DropEventArgs +Microsoft.Maui.Controls.DropEventArgs.Handled.get -> bool +Microsoft.Maui.Controls.DropEventArgs.Handled.set -> void +Microsoft.Maui.Controls.DropGestureRecognizer +Microsoft.Maui.Controls.DropGestureRecognizer.AllowDrop.get -> bool +Microsoft.Maui.Controls.DropGestureRecognizer.AllowDrop.set -> void +Microsoft.Maui.Controls.DropGestureRecognizer.DragLeave -> System.EventHandler +Microsoft.Maui.Controls.DropGestureRecognizer.DragOver -> System.EventHandler +Microsoft.Maui.Controls.DropGestureRecognizer.Drop -> System.EventHandler +Microsoft.Maui.Controls.DropGestureRecognizer.DropGestureRecognizer() -> void +Microsoft.Maui.Controls.Editor +Microsoft.Maui.Controls.Editor.AutoSize.get -> Microsoft.Maui.Controls.EditorAutoSizeOption +Microsoft.Maui.Controls.Editor.AutoSize.set -> void +Microsoft.Maui.Controls.Editor.Completed -> System.EventHandler +Microsoft.Maui.Controls.Editor.CursorPosition.get -> int +Microsoft.Maui.Controls.Editor.CursorPosition.set -> void +Microsoft.Maui.Controls.Editor.Editor() -> void +Microsoft.Maui.Controls.Editor.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Editor.FontAttributes.set -> void +Microsoft.Maui.Controls.Editor.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Editor.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.Editor.FontSize.get -> double +Microsoft.Maui.Controls.Editor.FontSize.set -> void +Microsoft.Maui.Controls.Editor.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Editor.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.Editor.IsTextPredictionEnabled.get -> bool +Microsoft.Maui.Controls.Editor.IsTextPredictionEnabled.set -> void +Microsoft.Maui.Controls.Editor.OnHorizontalTextAlignmentPropertyChanged(Microsoft.Maui.TextAlignment oldValue, Microsoft.Maui.TextAlignment newValue) -> void +Microsoft.Maui.Controls.Editor.SelectionLength.get -> int +Microsoft.Maui.Controls.Editor.SelectionLength.set -> void +Microsoft.Maui.Controls.Editor.SendCompleted() -> void +Microsoft.Maui.Controls.Editor.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Editor.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.EditorAutoSizeOption +Microsoft.Maui.Controls.EditorAutoSizeOption.Disabled = 0 -> Microsoft.Maui.Controls.EditorAutoSizeOption +Microsoft.Maui.Controls.EditorAutoSizeOption.TextChanges = 1 -> Microsoft.Maui.Controls.EditorAutoSizeOption +Microsoft.Maui.Controls.Effect +Microsoft.Maui.Controls.Effect.IsAttached.get -> bool +Microsoft.Maui.Controls.EffectiveFlowDirection +Microsoft.Maui.Controls.EffectiveFlowDirection.Explicit = 2 -> Microsoft.Maui.Controls.EffectiveFlowDirection +Microsoft.Maui.Controls.EffectiveFlowDirection.RightToLeft = 1 -> Microsoft.Maui.Controls.EffectiveFlowDirection +Microsoft.Maui.Controls.EffectiveVisualExtensions +Microsoft.Maui.Controls.Element +Microsoft.Maui.Controls.Element.ChildAdded -> System.EventHandler +Microsoft.Maui.Controls.Element.ChildRemoved -> System.EventHandler +Microsoft.Maui.Controls.Element.DescendantAdded -> System.EventHandler +Microsoft.Maui.Controls.Element.DescendantRemoved -> System.EventHandler +Microsoft.Maui.Controls.Element.Element() -> void +Microsoft.Maui.Controls.Element.HandlerChanged -> System.EventHandler +Microsoft.Maui.Controls.Element.HandlerChanging -> System.EventHandler +Microsoft.Maui.Controls.Element.Id.get -> System.Guid +Microsoft.Maui.Controls.Element.ParentChanged -> System.EventHandler +Microsoft.Maui.Controls.Element.ParentChanging -> System.EventHandler +Microsoft.Maui.Controls.ElementEventArgs +Microsoft.Maui.Controls.ElementTemplate +Microsoft.Maui.Controls.Entry +Microsoft.Maui.Controls.Entry.ClearButtonVisibility.get -> Microsoft.Maui.ClearButtonVisibility +Microsoft.Maui.Controls.Entry.ClearButtonVisibility.set -> void +Microsoft.Maui.Controls.Entry.Completed -> System.EventHandler +Microsoft.Maui.Controls.Entry.CursorPosition.get -> int +Microsoft.Maui.Controls.Entry.CursorPosition.set -> void +Microsoft.Maui.Controls.Entry.Entry() -> void +Microsoft.Maui.Controls.Entry.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Entry.FontAttributes.set -> void +Microsoft.Maui.Controls.Entry.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Entry.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.Entry.FontSize.get -> double +Microsoft.Maui.Controls.Entry.FontSize.set -> void +Microsoft.Maui.Controls.Entry.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Entry.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.Entry.IsPassword.get -> bool +Microsoft.Maui.Controls.Entry.IsPassword.set -> void +Microsoft.Maui.Controls.Entry.IsTextPredictionEnabled.get -> bool +Microsoft.Maui.Controls.Entry.IsTextPredictionEnabled.set -> void +Microsoft.Maui.Controls.Entry.ReturnType.get -> Microsoft.Maui.ReturnType +Microsoft.Maui.Controls.Entry.ReturnType.set -> void +Microsoft.Maui.Controls.Entry.SelectionLength.get -> int +Microsoft.Maui.Controls.Entry.SelectionLength.set -> void +Microsoft.Maui.Controls.Entry.SendCompleted() -> void +Microsoft.Maui.Controls.Entry.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Entry.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.EntryCell +Microsoft.Maui.Controls.EntryCell.Completed -> System.EventHandler +Microsoft.Maui.Controls.EntryCell.EntryCell() -> void +Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.EntryCell.SendCompleted() -> void +Microsoft.Maui.Controls.EntryCell.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.EntryCell.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.EventTrigger +Microsoft.Maui.Controls.EventTrigger.EventTrigger() -> void +Microsoft.Maui.Controls.ExportEffectAttribute +Microsoft.Maui.Controls.ExportFontAttribute +Microsoft.Maui.Controls.FileImageSource +Microsoft.Maui.Controls.FileImageSource.FileImageSource() -> void +Microsoft.Maui.Controls.FileImageSourceConverter +Microsoft.Maui.Controls.FileImageSourceConverter.FileImageSourceConverter() -> void +Microsoft.Maui.Controls.FlexLayout +Microsoft.Maui.Controls.FlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Controls.FlexLayout.AlignContent.set -> void +Microsoft.Maui.Controls.FlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Controls.FlexLayout.AlignItems.set -> void +Microsoft.Maui.Controls.FlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Controls.FlexLayout.Direction.set -> void +Microsoft.Maui.Controls.FlexLayout.FlexLayout() -> void +Microsoft.Maui.Controls.FlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Controls.FlexLayout.JustifyContent.set -> void +Microsoft.Maui.Controls.FlexLayout.Layout(double width, double height) -> void +Microsoft.Maui.Controls.FlexLayout.Position.get -> Microsoft.Maui.Layouts.FlexPosition +Microsoft.Maui.Controls.FlexLayout.Position.set -> void +Microsoft.Maui.Controls.FlexLayout.Wrap.get -> Microsoft.Maui.Layouts.FlexWrap +Microsoft.Maui.Controls.FlexLayout.Wrap.set -> void +Microsoft.Maui.Controls.FlowDirectionConverter +Microsoft.Maui.Controls.FlowDirectionConverter.FlowDirectionConverter() -> void Microsoft.Maui.Controls.FlyoutBase Microsoft.Maui.Controls.FlyoutBase.FlyoutBase() -> void -Microsoft.Maui.Controls.MenuFlyout -Microsoft.Maui.Controls.MenuFlyout.Clear() -> void -Microsoft.Maui.Controls.MenuFlyout.MenuFlyout() -> void -Microsoft.Maui.Controls.MenuFlyout.Count.get -> int -Microsoft.Maui.Controls.MenuFlyout.IsReadOnly.get -> bool -Microsoft.Maui.Controls.MenuFlyout.RemoveAt(int index) -> void +Microsoft.Maui.Controls.FlyoutDisplayOptions +Microsoft.Maui.Controls.FlyoutDisplayOptions.AsMultipleItems = 1 -> Microsoft.Maui.Controls.FlyoutDisplayOptions +Microsoft.Maui.Controls.FlyoutDisplayOptions.AsSingleItem = 0 -> Microsoft.Maui.Controls.FlyoutDisplayOptions +Microsoft.Maui.Controls.FlyoutHeaderBehavior +Microsoft.Maui.Controls.FlyoutHeaderBehavior.CollapseOnScroll = 3 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior +Microsoft.Maui.Controls.FlyoutHeaderBehavior.Default = 0 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior +Microsoft.Maui.Controls.FlyoutHeaderBehavior.Fixed = 1 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior +Microsoft.Maui.Controls.FlyoutHeaderBehavior.Scroll = 2 -> Microsoft.Maui.Controls.FlyoutHeaderBehavior +Microsoft.Maui.Controls.FlyoutItem +Microsoft.Maui.Controls.FlyoutItem.FlyoutItem() -> void +Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutLayoutBehavior.Default = 0 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutLayoutBehavior.Popover = 3 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutLayoutBehavior.Split = 2 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutLayoutBehavior.SplitOnLandscape = 1 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutLayoutBehavior.SplitOnPortrait = 4 -> Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutPage +Microsoft.Maui.Controls.FlyoutPage.BackButtonPressed -> System.EventHandler +Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehavior.get -> Microsoft.Maui.Controls.FlyoutLayoutBehavior +Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehavior.set -> void +Microsoft.Maui.Controls.FlyoutPage.FlyoutPage() -> void +Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabled.get -> bool +Microsoft.Maui.Controls.FlyoutPage.IsGestureEnabled.set -> void +Microsoft.Maui.Controls.FlyoutPage.IsPresented.get -> bool +Microsoft.Maui.Controls.FlyoutPage.IsPresented.set -> void +Microsoft.Maui.Controls.FlyoutPage.IsPresentedChanged -> System.EventHandler +Microsoft.Maui.Controls.FlyoutPage.UpdateFlyoutLayoutBehavior() -> void +Microsoft.Maui.Controls.FocusEventArgs +Microsoft.Maui.Controls.FocusEventArgs.IsFocused.get -> bool +Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.FontAttributes.Bold = 1 -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.FontAttributes.Italic = 2 -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.FontAttributes.None = 0 -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.FontAttributesConverter +Microsoft.Maui.Controls.FontAttributesConverter.FontAttributesConverter() -> void +Microsoft.Maui.Controls.FontExtensions +Microsoft.Maui.Controls.FontImageSource +Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.FontImageSource.FontImageSource() -> void +Microsoft.Maui.Controls.FontImageSource.Size.get -> double +Microsoft.Maui.Controls.FontImageSource.Size.set -> void +Microsoft.Maui.Controls.FontSizeConverter +Microsoft.Maui.Controls.FontSizeConverter.FontSizeConverter() -> void +Microsoft.Maui.Controls.FormattedString +Microsoft.Maui.Controls.FormattedString.FormattedString() -> void +Microsoft.Maui.Controls.Frame +Microsoft.Maui.Controls.Frame.CornerRadius.get -> float +Microsoft.Maui.Controls.Frame.CornerRadius.set -> void +Microsoft.Maui.Controls.Frame.Frame() -> void +Microsoft.Maui.Controls.Frame.HasShadow.get -> bool +Microsoft.Maui.Controls.Frame.HasShadow.set -> void +Microsoft.Maui.Controls.GestureElement +Microsoft.Maui.Controls.GestureElement.GestureElement() -> void +Microsoft.Maui.Controls.GestureRecognizer +Microsoft.Maui.Controls.GestureRecognizer.GestureRecognizer() -> void +Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GestureState.Began = 0 -> Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GestureState.Cancelled = 4 -> Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GestureState.Ended = 2 -> Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GestureState.Failed = 3 -> Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GestureState.Possible = 5 -> Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GestureState.Update = 1 -> Microsoft.Maui.Controls.GestureState +Microsoft.Maui.Controls.GradientBrush +Microsoft.Maui.Controls.GradientBrush.GradientBrush() -> void +Microsoft.Maui.Controls.GradientBrush.InvalidateGradientBrushRequested -> System.EventHandler +Microsoft.Maui.Controls.GradientStop +Microsoft.Maui.Controls.GradientStop.GradientStop() -> void +Microsoft.Maui.Controls.GradientStop.Offset.get -> float +Microsoft.Maui.Controls.GradientStop.Offset.set -> void +Microsoft.Maui.Controls.GradientStopCollection +Microsoft.Maui.Controls.GradientStopCollection.GradientStopCollection() -> void +Microsoft.Maui.Controls.GraphicsView +Microsoft.Maui.Controls.GraphicsView.CancelInteraction -> System.EventHandler +Microsoft.Maui.Controls.GraphicsView.DragInteraction -> System.EventHandler +Microsoft.Maui.Controls.GraphicsView.EndHoverInteraction -> System.EventHandler +Microsoft.Maui.Controls.GraphicsView.EndInteraction -> System.EventHandler +Microsoft.Maui.Controls.GraphicsView.GraphicsView() -> void +Microsoft.Maui.Controls.GraphicsView.Invalidate() -> void +Microsoft.Maui.Controls.GraphicsView.MoveHoverInteraction -> System.EventHandler +Microsoft.Maui.Controls.GraphicsView.StartHoverInteraction -> System.EventHandler +Microsoft.Maui.Controls.GraphicsView.StartInteraction -> System.EventHandler +Microsoft.Maui.Controls.Grid +Microsoft.Maui.Controls.Grid.ColumnSpacing.get -> double +Microsoft.Maui.Controls.Grid.ColumnSpacing.set -> void +Microsoft.Maui.Controls.Grid.Grid() -> void +Microsoft.Maui.Controls.Grid.RowSpacing.get -> double +Microsoft.Maui.Controls.Grid.RowSpacing.set -> void +Microsoft.Maui.Controls.GridExtensions +Microsoft.Maui.Controls.GridItemsLayout +Microsoft.Maui.Controls.GridItemsLayout.GridItemsLayout(int span, Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void +Microsoft.Maui.Controls.GridItemsLayout.GridItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void +Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacing.get -> double +Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacing.set -> void +Microsoft.Maui.Controls.GridItemsLayout.Span.get -> int +Microsoft.Maui.Controls.GridItemsLayout.Span.set -> void +Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacing.get -> double +Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacing.set -> void +Microsoft.Maui.Controls.GridLengthTypeConverter +Microsoft.Maui.Controls.GridLengthTypeConverter.GridLengthTypeConverter() -> void +Microsoft.Maui.Controls.GroupableItemsView +Microsoft.Maui.Controls.GroupableItemsView.GroupableItemsView() -> void +Microsoft.Maui.Controls.GroupableItemsView.IsGrouped.get -> bool +Microsoft.Maui.Controls.GroupableItemsView.IsGrouped.set -> void +Microsoft.Maui.Controls.HandlerAttribute +Microsoft.Maui.Controls.HandlerAttribute.Priority.get -> short +Microsoft.Maui.Controls.HandlerAttribute.Priority.set -> void +Microsoft.Maui.Controls.HandlerChangingEventArgs Microsoft.Maui.Controls.Handlers.Compatibility.CellContentFactory Microsoft.Maui.Controls.Handlers.Compatibility.CellContentFactory.CellContentFactory() -> void Microsoft.Maui.Controls.Handlers.Compatibility.CellWrapperTemplate Microsoft.Maui.Controls.Handlers.Compatibility.CellWrapperTemplateSelector +Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer +Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Element.get -> Microsoft.Maui.Controls.Frame? +Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Element.set -> void +Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer() -> void Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.ListViewRenderer() -> void @@ -20,18 +703,2371 @@ Microsoft.Maui.Controls.Handlers.Compatibility.SectionCell.SectionCell() -> void Microsoft.Maui.Controls.Handlers.Compatibility.TableViewAdaptor Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.TableViewRenderer() -> void +Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer +Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.ViewRenderer() -> void +Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer +Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.Control.get -> TPlatformView? +Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.SetNativeControl(TPlatformView! control) -> void +Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.ViewRenderer() -> void +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.AutoPackage.get -> bool +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.AutoPackage.set -> void +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.Element.get -> TElement? +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.ElementChanged -> System.EventHandler!>? +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.ElementPropertyChanged -> System.EventHandler? +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MauiContext.get -> Microsoft.Maui.IMauiContext! +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetElement(Microsoft.Maui.IView! view) -> void +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateLayout() -> void +Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRenderer() -> void +Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler +Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.CarouselViewHandler() -> void +Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor +Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor.CarouselViewItemTemplateAdaptor(Microsoft.Maui.Controls.ItemsView! itemsView) -> void +Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler +Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.CollectionViewHandler() -> void +Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs +Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs.CollectionViewSelectionChangedEventArgs() -> void +Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs.SelectedItems.get -> System.Collections.Generic.IList? +Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs.SelectedItems.set -> void +Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor +Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.EmptyItemAdaptor(Microsoft.Maui.Controls.ItemsView! itemsView, System.Collections.IEnumerable! items, Microsoft.Maui.Controls.DataTemplate! template) -> void +Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewHandler() -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Add(object? value) -> int +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Clear() -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler? +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Contains(object? value) -> bool +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.CopyTo(System.Array! array, int index) -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Count.get -> int +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Dispose() -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GetAbsoluteIndex(int group, int ingroup) -> int +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GetEnumerator() -> System.Collections.IEnumerator! +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GetGroupAndIndex(int index) -> (int, int) +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.GroupItemSource(Microsoft.Maui.Controls.GroupableItemsView! itemsView) -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IndexOf(object? value) -> int +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Insert(int index, object? value) -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IsFixedSize.get -> bool +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IsReadOnly.get -> bool +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.IsSynchronized.get -> bool +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Remove(object? value) -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.RemoveAt(int index) -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.SyncRoot.get -> object! +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.this[int index].get -> object? +Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.this[int index].set -> void +Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor +Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.GetAbsoluteIndex(int group, int inGroup) -> int +Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.GroupItemTemplateAdaptor(Microsoft.Maui.Controls.GroupableItemsView! itemsView, Microsoft.Maui.Controls.Handlers.Items.GroupItemSource! source) -> void +Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewHandler() -> void +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.Element.get -> Microsoft.Maui.Controls.Element! +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.Element.set -> void +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetData(int index) -> object! +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetTemplatedView(int index) -> Microsoft.Maui.Controls.View? +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetTemplatedView(Tizen.NUI.BaseComponents.View! view) -> Microsoft.Maui.Controls.View? +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate! +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplate.set -> void +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplateAdaptor(Microsoft.Maui.Controls.Element! itemsView, System.Collections.IEnumerable! items, Microsoft.Maui.Controls.DataTemplate! template) -> void +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.ItemTemplateAdaptor(Microsoft.Maui.Controls.ItemsView! itemsView) -> void +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MauiContext.get -> Microsoft.Maui.IMauiContext! +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.SelectionChanged -> System.EventHandler? +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor._footerCache -> Microsoft.Maui.Controls.View? +Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor._headerCache -> Microsoft.Maui.Controls.View? +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.MauiCarouselView() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateCurrentItem() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateCurrentItemFromUI(object! item) -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateIsSwipeEnabled() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdatePosition() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdatePositionFromUI(int position) -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.ItemsLayout.get -> Microsoft.Maui.Controls.IItemsLayout? +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.ItemsView.get -> TItemsView? +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.ItemsView.set -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.MauiCollectionView() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateHorizontalScrollBarVisibility() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateVerticalScrollBarVisibility() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView +Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView.MauiGroupableItemsView() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView +Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.MauiSelectableItemsView() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.UpdateSelection() -> void +Microsoft.Maui.Controls.Handlers.Items.MauiStructuredItemsView +Microsoft.Maui.Controls.Handlers.Items.MauiStructuredItemsView.MauiStructuredItemsView() -> void +Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewHandler() -> void +Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewHandler() -> void +Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewHandler() -> void +Microsoft.Maui.Controls.Handlers.LineHandler +Microsoft.Maui.Controls.Handlers.LineHandler.LineHandler() -> void +Microsoft.Maui.Controls.Handlers.PathHandler +Microsoft.Maui.Controls.Handlers.PathHandler.PathHandler() -> void +Microsoft.Maui.Controls.Handlers.PolygonHandler +Microsoft.Maui.Controls.Handlers.PolygonHandler.PolygonHandler() -> void +Microsoft.Maui.Controls.Handlers.PolylineHandler +Microsoft.Maui.Controls.Handlers.PolylineHandler.PolylineHandler() -> void +Microsoft.Maui.Controls.Handlers.RectangleHandler +Microsoft.Maui.Controls.Handlers.RectangleHandler.RectangleHandler() -> void +Microsoft.Maui.Controls.Handlers.RoundRectangleHandler +Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.RoundRectangleHandler() -> void +Microsoft.Maui.Controls.Handlers.ShellHandler +Microsoft.Maui.Controls.Handlers.ShellHandler.ShellHandler() -> void +Microsoft.Maui.Controls.Handlers.ShellItemHandler +Microsoft.Maui.Controls.Handlers.ShellItemHandler.Dispose() -> void +Microsoft.Maui.Controls.Handlers.ShellItemHandler.ShellItemHandler() -> void +Microsoft.Maui.Controls.Handlers.ShellSectionHandler +Microsoft.Maui.Controls.Handlers.ShellSectionHandler.Dispose() -> void +Microsoft.Maui.Controls.Handlers.ShellSectionHandler.ShellSectionHandler() -> void +Microsoft.Maui.Controls.Handlers.ShellSectionHandler.~ShellSectionHandler() -> void +Microsoft.Maui.Controls.HorizontalStackLayout +Microsoft.Maui.Controls.HorizontalStackLayout.HorizontalStackLayout() -> void +Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions +Microsoft.Maui.Controls.Hosting.IEffectsBuilder +Microsoft.Maui.Controls.HtmlWebViewSource +Microsoft.Maui.Controls.HtmlWebViewSource.HtmlWebViewSource() -> void +Microsoft.Maui.Controls.IAnimatable +Microsoft.Maui.Controls.IAnimatable.BatchBegin() -> void +Microsoft.Maui.Controls.IAnimatable.BatchCommit() -> void +Microsoft.Maui.Controls.IAppearanceObserver +Microsoft.Maui.Controls.IAppIndexingProvider +Microsoft.Maui.Controls.IApplicationController +Microsoft.Maui.Controls.IAppLinkEntry +Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive.get -> bool +Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive.set -> void +Microsoft.Maui.Controls.IAppLinks +Microsoft.Maui.Controls.IBindableLayout +Microsoft.Maui.Controls.IBorderElement +Microsoft.Maui.Controls.IBorderElement.BorderWidth.get -> double +Microsoft.Maui.Controls.IBorderElement.BorderWidthDefaultValue.get -> double +Microsoft.Maui.Controls.IBorderElement.CornerRadius.get -> int +Microsoft.Maui.Controls.IBorderElement.CornerRadiusDefaultValue.get -> int +Microsoft.Maui.Controls.IBorderElement.IsBackgroundColorSet() -> bool +Microsoft.Maui.Controls.IBorderElement.IsBackgroundSet() -> bool +Microsoft.Maui.Controls.IBorderElement.IsBorderColorSet() -> bool +Microsoft.Maui.Controls.IBorderElement.IsBorderWidthSet() -> bool +Microsoft.Maui.Controls.IBorderElement.IsCornerRadiusSet() -> bool +Microsoft.Maui.Controls.IButtonController +Microsoft.Maui.Controls.IButtonController.SendClicked() -> void +Microsoft.Maui.Controls.IButtonController.SendPressed() -> void +Microsoft.Maui.Controls.IButtonController.SendReleased() -> void +Microsoft.Maui.Controls.ICellController +Microsoft.Maui.Controls.ICellController.ForceUpdateSizeRequested -> System.EventHandler +Microsoft.Maui.Controls.ICellController.SendAppearing() -> void +Microsoft.Maui.Controls.ICellController.SendDisappearing() -> void +Microsoft.Maui.Controls.IConfigPlatform +Microsoft.Maui.Controls.IDecorableTextElement +Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations.get -> Microsoft.Maui.TextDecorations +Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations.set -> void +Microsoft.Maui.Controls.IDefinition +Microsoft.Maui.Controls.IDefinition.SizeChanged -> System.EventHandler +Microsoft.Maui.Controls.IEditorController +Microsoft.Maui.Controls.IEditorController.SendCompleted() -> void +Microsoft.Maui.Controls.IEffectControlProvider +Microsoft.Maui.Controls.IElementController +Microsoft.Maui.Controls.IElementExtensions +Microsoft.Maui.Controls.IEntryCellController +Microsoft.Maui.Controls.IEntryCellController.SendCompleted() -> void +Microsoft.Maui.Controls.IEntryController +Microsoft.Maui.Controls.IEntryController.SendCompleted() -> void +Microsoft.Maui.Controls.IExtendedTypeConverter +Microsoft.Maui.Controls.IFlyoutBehaviorObserver +Microsoft.Maui.Controls.IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged(Microsoft.Maui.FlyoutBehavior behavior) -> void +Microsoft.Maui.Controls.IFlyoutPageController +Microsoft.Maui.Controls.IFlyoutPageController.BackButtonPressed -> System.EventHandler +Microsoft.Maui.Controls.IFlyoutPageController.CanChangeIsPresented.get -> bool +Microsoft.Maui.Controls.IFlyoutPageController.CanChangeIsPresented.set -> void +Microsoft.Maui.Controls.IFlyoutPageController.DetailBounds.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.IFlyoutPageController.DetailBounds.set -> void +Microsoft.Maui.Controls.IFlyoutPageController.FlyoutBounds.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.IFlyoutPageController.FlyoutBounds.set -> void +Microsoft.Maui.Controls.IFlyoutPageController.ShouldShowSplitMode.get -> bool +Microsoft.Maui.Controls.IFlyoutPageController.UpdateFlyoutLayoutBehavior() -> void +Microsoft.Maui.Controls.IGestureRecognizer +Microsoft.Maui.Controls.IGestureRecognizers +Microsoft.Maui.Controls.IGridController +Microsoft.Maui.Controls.IGridController.InvalidateMeasureInernalNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void +Microsoft.Maui.Controls.IImageController +Microsoft.Maui.Controls.IImageController.GetLoadAsAnimation() -> bool +Microsoft.Maui.Controls.IImageController.SetIsLoading(bool isLoading) -> void +Microsoft.Maui.Controls.IImageElement +Microsoft.Maui.Controls.IImageElement.Aspect.get -> Microsoft.Maui.Aspect +Microsoft.Maui.Controls.IImageElement.IsAnimationPlaying.get -> bool +Microsoft.Maui.Controls.IImageElement.IsLoading.get -> bool +Microsoft.Maui.Controls.IImageElement.IsOpaque.get -> bool +Microsoft.Maui.Controls.IImageElement.RaiseImageSourcePropertyChanged() -> void +Microsoft.Maui.Controls.IItemsLayout +Microsoft.Maui.Controls.IItemViewController +Microsoft.Maui.Controls.IItemViewController.Count.get -> int +Microsoft.Maui.Controls.ILayout +Microsoft.Maui.Controls.ILayout.LayoutChanged -> System.EventHandler +Microsoft.Maui.Controls.ILayoutController +Microsoft.Maui.Controls.IListProxy +Microsoft.Maui.Controls.IListProxy.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.IListViewController +Microsoft.Maui.Controls.IListViewController.CachingStrategy.get -> Microsoft.Maui.Controls.ListViewCachingStrategy +Microsoft.Maui.Controls.IListViewController.RefreshAllowed.get -> bool +Microsoft.Maui.Controls.IListViewController.ScrollToRequested -> System.EventHandler +Microsoft.Maui.Controls.IListViewController.SendRefreshing() -> void +Microsoft.Maui.Controls.Image +Microsoft.Maui.Controls.Image.Aspect.get -> Microsoft.Maui.Aspect +Microsoft.Maui.Controls.Image.Aspect.set -> void +Microsoft.Maui.Controls.Image.Image() -> void +Microsoft.Maui.Controls.Image.IsAnimationPlaying.get -> bool +Microsoft.Maui.Controls.Image.IsAnimationPlaying.set -> void +Microsoft.Maui.Controls.Image.IsLoading.get -> bool +Microsoft.Maui.Controls.Image.IsOpaque.get -> bool +Microsoft.Maui.Controls.Image.IsOpaque.set -> void +Microsoft.Maui.Controls.ImageButton +Microsoft.Maui.Controls.ImageButton.Aspect.get -> Microsoft.Maui.Aspect +Microsoft.Maui.Controls.ImageButton.Aspect.set -> void +Microsoft.Maui.Controls.ImageButton.BorderWidth.get -> double +Microsoft.Maui.Controls.ImageButton.BorderWidth.set -> void +Microsoft.Maui.Controls.ImageButton.Clicked -> System.EventHandler +Microsoft.Maui.Controls.ImageButton.CornerRadius.get -> int +Microsoft.Maui.Controls.ImageButton.CornerRadius.set -> void +Microsoft.Maui.Controls.ImageButton.ImageButton() -> void +Microsoft.Maui.Controls.ImageButton.IsLoading.get -> bool +Microsoft.Maui.Controls.ImageButton.IsOpaque.get -> bool +Microsoft.Maui.Controls.ImageButton.IsOpaque.set -> void +Microsoft.Maui.Controls.ImageButton.IsPressed.get -> bool +Microsoft.Maui.Controls.ImageButton.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.ImageButton.Padding.set -> void +Microsoft.Maui.Controls.ImageButton.Pressed -> System.EventHandler +Microsoft.Maui.Controls.ImageButton.PropagateUpClicked() -> void +Microsoft.Maui.Controls.ImageButton.PropagateUpPressed() -> void +Microsoft.Maui.Controls.ImageButton.PropagateUpReleased() -> void +Microsoft.Maui.Controls.ImageButton.RaiseImageSourcePropertyChanged() -> void +Microsoft.Maui.Controls.ImageButton.Released -> System.EventHandler +Microsoft.Maui.Controls.ImageButton.SendClicked() -> void +Microsoft.Maui.Controls.ImageButton.SendPressed() -> void +Microsoft.Maui.Controls.ImageButton.SendReleased() -> void +Microsoft.Maui.Controls.ImageButton.SetIsLoading(bool isLoading) -> void +Microsoft.Maui.Controls.ImageButton.SetIsPressed(bool isPressed) -> void +Microsoft.Maui.Controls.ImageCell +Microsoft.Maui.Controls.ImageCell.ImageCell() -> void +Microsoft.Maui.Controls.ImageSource +Microsoft.Maui.Controls.ImageSource.ImageSource() -> void +Microsoft.Maui.Controls.ImageSource.OnSourceChanged() -> void +Microsoft.Maui.Controls.ImageSourceConverter +Microsoft.Maui.Controls.ImageSourceConverter.ImageSourceConverter() -> void +Microsoft.Maui.Controls.IMenuItemController +Microsoft.Maui.Controls.IMenuItemController.Activate() -> void +Microsoft.Maui.Controls.IMenuItemController.IsEnabled.get -> bool +Microsoft.Maui.Controls.IMenuItemController.IsEnabled.set -> void +Microsoft.Maui.Controls.IMessagingCenter +Microsoft.Maui.Controls.IMultiPageController +Microsoft.Maui.Controls.IMultiPageController.GetPageByIndex(int index) -> T +Microsoft.Maui.Controls.IMultiValueConverter +Microsoft.Maui.Controls.INavigation +Microsoft.Maui.Controls.INavigationPageController +Microsoft.Maui.Controls.INavigationPageController.InsertPageBeforeRequested -> System.EventHandler +Microsoft.Maui.Controls.INavigationPageController.PopRequested -> System.EventHandler +Microsoft.Maui.Controls.INavigationPageController.PopToRootRequested -> System.EventHandler +Microsoft.Maui.Controls.INavigationPageController.PushRequested -> System.EventHandler +Microsoft.Maui.Controls.INavigationPageController.RemovePageRequested -> System.EventHandler +Microsoft.Maui.Controls.INavigationPageController.StackDepth.get -> int +Microsoft.Maui.Controls.IndicatorShape +Microsoft.Maui.Controls.IndicatorShape.Circle = 0 -> Microsoft.Maui.Controls.IndicatorShape +Microsoft.Maui.Controls.IndicatorShape.Square = 1 -> Microsoft.Maui.Controls.IndicatorShape +Microsoft.Maui.Controls.IndicatorView +Microsoft.Maui.Controls.IndicatorView.Count.get -> int +Microsoft.Maui.Controls.IndicatorView.Count.set -> void +Microsoft.Maui.Controls.IndicatorView.HideSingle.get -> bool +Microsoft.Maui.Controls.IndicatorView.HideSingle.set -> void +Microsoft.Maui.Controls.IndicatorView.IndicatorSize.get -> double +Microsoft.Maui.Controls.IndicatorView.IndicatorSize.set -> void +Microsoft.Maui.Controls.IndicatorView.IndicatorsShape.get -> Microsoft.Maui.Controls.IndicatorShape +Microsoft.Maui.Controls.IndicatorView.IndicatorsShape.set -> void +Microsoft.Maui.Controls.IndicatorView.IndicatorView() -> void +Microsoft.Maui.Controls.IndicatorView.MaximumVisible.get -> int +Microsoft.Maui.Controls.IndicatorView.MaximumVisible.set -> void +Microsoft.Maui.Controls.IndicatorView.Position.get -> int +Microsoft.Maui.Controls.IndicatorView.Position.set -> void +Microsoft.Maui.Controls.InitializationFlags +Microsoft.Maui.Controls.InitializationFlags.DisableCss = 1 -> Microsoft.Maui.Controls.InitializationFlags +Microsoft.Maui.Controls.InitializationFlags.SkipRenderers = 2 -> Microsoft.Maui.Controls.InitializationFlags +Microsoft.Maui.Controls.InputView +Microsoft.Maui.Controls.InputView.CharacterSpacing.get -> double +Microsoft.Maui.Controls.InputView.CharacterSpacing.set -> void +Microsoft.Maui.Controls.InputView.IsReadOnly.get -> bool +Microsoft.Maui.Controls.InputView.IsReadOnly.set -> void +Microsoft.Maui.Controls.InputView.IsSpellCheckEnabled.get -> bool +Microsoft.Maui.Controls.InputView.IsSpellCheckEnabled.set -> void +Microsoft.Maui.Controls.InputView.MaxLength.get -> int +Microsoft.Maui.Controls.InputView.MaxLength.set -> void +Microsoft.Maui.Controls.InputView.OnTextTransformChanged(Microsoft.Maui.TextTransform oldValue, Microsoft.Maui.TextTransform newValue) -> void +Microsoft.Maui.Controls.InputView.TextChanged -> System.EventHandler +Microsoft.Maui.Controls.InputView.TextTransform.get -> Microsoft.Maui.TextTransform +Microsoft.Maui.Controls.InputView.TextTransform.set -> void +Microsoft.Maui.Controls.Internals.ActionSheetArguments +Microsoft.Maui.Controls.Internals.ActionSheetArguments.FlowDirection.get -> Microsoft.Maui.FlowDirection +Microsoft.Maui.Controls.Internals.ActionSheetArguments.FlowDirection.set -> void +Microsoft.Maui.Controls.Internals.AlertArguments +Microsoft.Maui.Controls.Internals.AlertArguments.FlowDirection.get -> Microsoft.Maui.FlowDirection +Microsoft.Maui.Controls.Internals.AlertArguments.FlowDirection.set -> void +Microsoft.Maui.Controls.Internals.AlertArguments.SetResult(bool result) -> void +Microsoft.Maui.Controls.Internals.AsyncValue +Microsoft.Maui.Controls.Internals.AsyncValue.IsRunning.get -> bool +Microsoft.Maui.Controls.Internals.AsyncValue.IsRunning.set -> void +Microsoft.Maui.Controls.Internals.AsyncValue.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler +Microsoft.Maui.Controls.Internals.AsyncValue.Value.get -> T +Microsoft.Maui.Controls.Internals.AsyncValueExtensions +Microsoft.Maui.Controls.Internals.AutoId +Microsoft.Maui.Controls.Internals.AutoId.AutoId() -> void +Microsoft.Maui.Controls.Internals.AutoId.Increment() -> int +Microsoft.Maui.Controls.Internals.AutoId.Value.get -> int +Microsoft.Maui.Controls.Internals.CellExtensions +Microsoft.Maui.Controls.Internals.ContentPageEx +Microsoft.Maui.Controls.Internals.DataTemplateExtensions +Microsoft.Maui.Controls.Internals.DependencyResolver +Microsoft.Maui.Controls.Internals.DynamicResource +Microsoft.Maui.Controls.Internals.EffectUtilities +Microsoft.Maui.Controls.Internals.EvalRequested +Microsoft.Maui.Controls.Internals.EvaluateJavaScriptDelegate +Microsoft.Maui.Controls.Internals.EventArg +Microsoft.Maui.Controls.Internals.EventArg.Data.get -> T +Microsoft.Maui.Controls.Internals.EventArg.EventArg(T data) -> void +Microsoft.Maui.Controls.Internals.ExpressionSearch +Microsoft.Maui.Controls.Internals.ExpressionSearch.ExpressionSearch() -> void +Microsoft.Maui.Controls.Internals.GIFBitmap +Microsoft.Maui.Controls.Internals.GIFBitmap.BackgroundColor.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.DataPosition.get -> long +Microsoft.Maui.Controls.Internals.GIFBitmap.Delay.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.Dispose.get -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod +Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod +Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.LeaveInPlace = 1 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod +Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.NoAction = 0 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod +Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.RestoreToBackground = 2 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod +Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod.RestoreToPrevious = 3 -> Microsoft.Maui.Controls.Internals.GIFBitmap.DisposeMethod +Microsoft.Maui.Controls.Internals.GIFBitmap.IsInterlaced.get -> bool +Microsoft.Maui.Controls.Internals.GIFBitmap.IsTransparent.get -> bool +Microsoft.Maui.Controls.Internals.GIFBitmap.LoopCount.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.Rect +Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Height.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Rect(int x, int y, int width, int height) -> void +Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Width.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.X.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.Rect.Y.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmap.TransparencyIndex.get -> int +Microsoft.Maui.Controls.Internals.GIFBitmapDecoder +Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.GIFBitmapDecoder() -> void +Microsoft.Maui.Controls.Internals.GIFColorTable +Microsoft.Maui.Controls.Internals.GIFColorTable.ResetTransparency() -> void +Microsoft.Maui.Controls.Internals.GIFColorTable.SetTransparency(int transparencyIndex) -> void +Microsoft.Maui.Controls.Internals.GIFDecoderFormatException +Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException() -> void +Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader +Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentBlockSize.get -> int +Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentPosition.get -> long +Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.Read() -> int +Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadShort() -> int +Microsoft.Maui.Controls.Internals.GIFHeader +Microsoft.Maui.Controls.Internals.GIFHeader.BackgroundColor.get -> int +Microsoft.Maui.Controls.Internals.GIFHeader.BackgroundColorIndex.get -> int +Microsoft.Maui.Controls.Internals.GIFHeader.Height.get -> int +Microsoft.Maui.Controls.Internals.GIFHeader.IsGIFHeader.get -> bool +Microsoft.Maui.Controls.Internals.GIFHeader.PixelAspectRatio.get -> int +Microsoft.Maui.Controls.Internals.GIFHeader.Width.get -> int +Microsoft.Maui.Controls.Internals.GIFImageParser +Microsoft.Maui.Controls.Internals.GIFImageParser.GIFImageParser() -> void +Microsoft.Maui.Controls.Internals.IDataTemplateController +Microsoft.Maui.Controls.Internals.IDataTemplateController.Id.get -> int +Microsoft.Maui.Controls.Internals.IDynamicResourceHandler +Microsoft.Maui.Controls.Internals.IExpressionSearch +Microsoft.Maui.Controls.Internals.IFontElement +Microsoft.Maui.Controls.Internals.IFontElement.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Internals.IFontElement.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Internals.IFontElement.FontSize.get -> double +Microsoft.Maui.Controls.Internals.IFontElement.FontSizeDefaultValueCreator() -> double +Microsoft.Maui.Controls.Internals.IFontElement.OnFontAttributesChanged(Microsoft.Maui.Controls.FontAttributes oldValue, Microsoft.Maui.Controls.FontAttributes newValue) -> void +Microsoft.Maui.Controls.Internals.IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) -> void +Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged(double oldValue, double newValue) -> void +Microsoft.Maui.Controls.Internals.IFontNamedSizeService +Microsoft.Maui.Controls.Internals.IGestureController +Microsoft.Maui.Controls.Internals.INameScope +Microsoft.Maui.Controls.Internals.INavigationProxy +Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.HorizontalOptionsChanged = 2 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.MarginChanged = 32 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.MeasureChanged = 1 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.RendererReady = 16 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.SizeRequestChanged = 8 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.Undefined = 0 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.InvalidationTrigger.VerticalOptionsChanged = 4 -> Microsoft.Maui.Controls.Internals.InvalidationTrigger +Microsoft.Maui.Controls.Internals.IPerformanceProvider +Microsoft.Maui.Controls.Internals.IPlatformSizeService +Microsoft.Maui.Controls.Internals.IResourceDictionary +Microsoft.Maui.Controls.Internals.IResourceDictionary.ValuesChanged -> System.EventHandler +Microsoft.Maui.Controls.Internals.ISpatialElement +Microsoft.Maui.Controls.Internals.ISpatialElement.Region.get -> Microsoft.Maui.Controls.Region +Microsoft.Maui.Controls.Internals.ISpatialElement.Region.set -> void +Microsoft.Maui.Controls.Internals.ISystemResourcesProvider +Microsoft.Maui.Controls.Internals.NameScope +Microsoft.Maui.Controls.Internals.NameScope.NameScope() -> void +Microsoft.Maui.Controls.Internals.NavigationProxy +Microsoft.Maui.Controls.Internals.NavigationProxy.NavigationProxy() -> void +Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs +Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Animated.get -> bool +Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Animated.set -> void +Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.RequestType.get -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.RequestType.set -> void +Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestType.Insert = 4 -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestType.Pop = 2 -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestType.PopToRoot = 3 -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestType.Push = 1 -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestType.Remove = 5 -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NavigationRequestType.Unknown = 0 -> Microsoft.Maui.Controls.Internals.NavigationRequestType +Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx +Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.Count.get -> int +Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action) -> void +Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions +Microsoft.Maui.Controls.Internals.PageExtensions +Microsoft.Maui.Controls.Internals.Performance +Microsoft.Maui.Controls.Internals.Performance.Performance() -> void +Microsoft.Maui.Controls.Internals.PreserveAttribute +Microsoft.Maui.Controls.Internals.PreserveAttribute.AllMembers -> bool +Microsoft.Maui.Controls.Internals.PreserveAttribute.Conditional -> bool +Microsoft.Maui.Controls.Internals.PreserveAttribute.PreserveAttribute() -> void +Microsoft.Maui.Controls.Internals.PreserveAttribute.PreserveAttribute(bool allMembers, bool conditional) -> void +Microsoft.Maui.Controls.Internals.Profile +Microsoft.Maui.Controls.Internals.Profile.Datum +Microsoft.Maui.Controls.Internals.Profile.Datum.Datum() -> void +Microsoft.Maui.Controls.Internals.Profile.Datum.Depth -> int +Microsoft.Maui.Controls.Internals.Profile.Datum.Line -> int +Microsoft.Maui.Controls.Internals.Profile.Datum.Ticks -> long +Microsoft.Maui.Controls.Internals.Profile.Dispose() -> void +Microsoft.Maui.Controls.Internals.Profile.Profile() -> void +Microsoft.Maui.Controls.Internals.ProfileDatum +Microsoft.Maui.Controls.Internals.ProfileDatum.Depth -> int +Microsoft.Maui.Controls.Internals.ProfileDatum.Line -> int +Microsoft.Maui.Controls.Internals.ProfileDatum.ProfileDatum() -> void +Microsoft.Maui.Controls.Internals.ProfileDatum.SubTicks -> long +Microsoft.Maui.Controls.Internals.ProfileDatum.Ticks -> long +Microsoft.Maui.Controls.Internals.PromptArguments +Microsoft.Maui.Controls.Internals.PromptArguments.MaxLength.get -> int +Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions +Microsoft.Maui.Controls.Internals.Registrar +Microsoft.Maui.Controls.Internals.Registrar.Registrar() -> void +Microsoft.Maui.Controls.Internals.ResourceLoader +Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery +Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourceLoadingQuery() -> void +Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse +Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceLoadingResponse() -> void +Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.UseDesignProperties.get -> bool +Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.UseDesignProperties.set -> void +Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs +Microsoft.Maui.Controls.Internals.SetValueFlags +Microsoft.Maui.Controls.Internals.SetValueFlags.ClearDynamicResource = 4 -> Microsoft.Maui.Controls.Internals.SetValueFlags +Microsoft.Maui.Controls.Internals.SetValueFlags.ClearOneWayBindings = 1 -> Microsoft.Maui.Controls.Internals.SetValueFlags +Microsoft.Maui.Controls.Internals.SetValueFlags.ClearTwoWayBindings = 2 -> Microsoft.Maui.Controls.Internals.SetValueFlags +Microsoft.Maui.Controls.Internals.SetValueFlags.None = 0 -> Microsoft.Maui.Controls.Internals.SetValueFlags +Microsoft.Maui.Controls.Internals.SetValueFlags.RaiseOnEqual = 8 -> Microsoft.Maui.Controls.Internals.SetValueFlags +Microsoft.Maui.Controls.Internals.TableModel +Microsoft.Maui.Controls.Internals.TableModel.ItemLongPressed -> System.EventHandler> +Microsoft.Maui.Controls.Internals.TableModel.ItemSelected -> System.EventHandler> +Microsoft.Maui.Controls.Internals.TableModel.RowLongPressed(int section, int row) -> void +Microsoft.Maui.Controls.Internals.TableModel.RowSelected(int section, int row) -> void +Microsoft.Maui.Controls.Internals.TableModel.TableModel() -> void +Microsoft.Maui.Controls.Internals.TemplatedItemsList.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.Internals.TemplatedItemsList.Count.get -> int +Microsoft.Maui.Controls.Internals.TemplatedItemsList.Dispose() -> void +Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetDescendantCount() -> int +Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupIndexFromGlobal(int globalIndex, out int leftOver) -> int +Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupedCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabled.get -> bool +Microsoft.Maui.Controls.Internals.TextTransformUtilites +Microsoft.Maui.Controls.Internals.TypedBinding +Microsoft.Maui.Controls.Internals.TypedBindingBase +Microsoft.Maui.Controls.InvalidNavigationException +Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException() -> void +Microsoft.Maui.Controls.IOpenGlViewController +Microsoft.Maui.Controls.IOpenGlViewController.DisplayRequested -> System.EventHandler +Microsoft.Maui.Controls.IPaddingElement +Microsoft.Maui.Controls.IPaddingElement.OnPaddingPropertyChanged(Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue) -> void +Microsoft.Maui.Controls.IPaddingElement.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator() -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.IPageController +Microsoft.Maui.Controls.IPageController.ContainerArea.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.IPageController.ContainerArea.set -> void +Microsoft.Maui.Controls.IPageController.IgnoresContainerArea.get -> bool +Microsoft.Maui.Controls.IPageController.IgnoresContainerArea.set -> void +Microsoft.Maui.Controls.IPageController.SendAppearing() -> void +Microsoft.Maui.Controls.IPageController.SendDisappearing() -> void +Microsoft.Maui.Controls.IPanGestureController +Microsoft.Maui.Controls.IPinchGestureController +Microsoft.Maui.Controls.IPinchGestureController.IsPinching.get -> bool +Microsoft.Maui.Controls.IPinchGestureController.IsPinching.set -> void +Microsoft.Maui.Controls.IQueryAttributable +Microsoft.Maui.Controls.IRegisterable +Microsoft.Maui.Controls.IScrollViewController +Microsoft.Maui.Controls.IScrollViewController.LayoutAreaOverride.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.IScrollViewController.LayoutAreaOverride.set -> void +Microsoft.Maui.Controls.IScrollViewController.ScrollToRequested -> System.EventHandler +Microsoft.Maui.Controls.IScrollViewController.SendScrollFinished() -> void +Microsoft.Maui.Controls.IScrollViewController.SetScrolledPosition(double x, double y) -> void +Microsoft.Maui.Controls.ISearchBarController +Microsoft.Maui.Controls.ISearchBarController.OnSearchButtonPressed() -> void +Microsoft.Maui.Controls.ISearchHandlerController +Microsoft.Maui.Controls.ISearchHandlerController.ClearPlaceholderClicked() -> void +Microsoft.Maui.Controls.ISearchHandlerController.ListProxyChanged -> System.EventHandler +Microsoft.Maui.Controls.ISearchHandlerController.QueryConfirmed() -> void +Microsoft.Maui.Controls.IShellAppearanceElement +Microsoft.Maui.Controls.IShellContentController +Microsoft.Maui.Controls.IShellContentController.IsPageVisibleChanged -> System.EventHandler +Microsoft.Maui.Controls.IShellContentInsetObserver +Microsoft.Maui.Controls.IShellContentInsetObserver.OnInsetChanged(Microsoft.Maui.Thickness inset, double tabThickness) -> void +Microsoft.Maui.Controls.IShellController +Microsoft.Maui.Controls.IShellController.FlyoutItemsChanged -> System.EventHandler +Microsoft.Maui.Controls.IShellController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.IShellController.StructureChanged -> System.EventHandler +Microsoft.Maui.Controls.IShellController.UpdateCurrentState(Microsoft.Maui.Controls.ShellNavigationSource source) -> void +Microsoft.Maui.Controls.IShellItemController +Microsoft.Maui.Controls.IShellItemController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.IShellItemController.ShowTabs.get -> bool +Microsoft.Maui.Controls.IShellSectionController +Microsoft.Maui.Controls.IShellSectionController.ItemsCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.IShellSectionController.NavigationRequested -> System.EventHandler +Microsoft.Maui.Controls.IShellSectionController.SendInsetChanged(Microsoft.Maui.Thickness inset, double tabThickness) -> void +Microsoft.Maui.Controls.IShellSectionController.SendPopped() -> void +Microsoft.Maui.Controls.ISliderController +Microsoft.Maui.Controls.ISliderController.SendDragCompleted() -> void +Microsoft.Maui.Controls.ISliderController.SendDragStarted() -> void +Microsoft.Maui.Controls.ISwipeGestureController +Microsoft.Maui.Controls.ISwipeItem +Microsoft.Maui.Controls.ISwipeItem.Invoked -> System.EventHandler +Microsoft.Maui.Controls.ISwipeItem.IsVisible.get -> bool +Microsoft.Maui.Controls.ISwipeItem.IsVisible.set -> void +Microsoft.Maui.Controls.ISwipeViewController +Microsoft.Maui.Controls.ISwipeViewController.IsOpen.get -> bool +Microsoft.Maui.Controls.ISwipeViewController.IsOpen.set -> void +Microsoft.Maui.Controls.ITableModel +Microsoft.Maui.Controls.ITableModel.GetRowCount(int section) -> int +Microsoft.Maui.Controls.ITableModel.GetSectionCount() -> int +Microsoft.Maui.Controls.ITableModel.RowLongPressed(int section, int row) -> void +Microsoft.Maui.Controls.ITableModel.RowSelected(int section, int row) -> void +Microsoft.Maui.Controls.ITableViewController +Microsoft.Maui.Controls.ITableViewController.ModelChanged -> System.EventHandler +Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupIndexFromGlobal(int globalIndex, out int leftOver) -> int +Microsoft.Maui.Controls.ITemplatedItemsList.GroupedCollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.ITemplatedItemsList.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler +Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs +Microsoft.Maui.Controls.ITemplatedItemsView.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler +Microsoft.Maui.Controls.ItemSizingStrategy +Microsoft.Maui.Controls.ItemSizingStrategy.MeasureAllItems = 0 -> Microsoft.Maui.Controls.ItemSizingStrategy +Microsoft.Maui.Controls.ItemSizingStrategy.MeasureFirstItem = 1 -> Microsoft.Maui.Controls.ItemSizingStrategy +Microsoft.Maui.Controls.ItemsLayout +Microsoft.Maui.Controls.ItemsLayout.ItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void +Microsoft.Maui.Controls.ItemsLayout.Orientation.get -> Microsoft.Maui.Controls.ItemsLayoutOrientation +Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignment.get -> Microsoft.Maui.Controls.SnapPointsAlignment +Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignment.set -> void +Microsoft.Maui.Controls.ItemsLayout.SnapPointsType.get -> Microsoft.Maui.Controls.SnapPointsType +Microsoft.Maui.Controls.ItemsLayout.SnapPointsType.set -> void +Microsoft.Maui.Controls.ItemsLayoutOrientation +Microsoft.Maui.Controls.ItemsLayoutOrientation.Horizontal = 1 -> Microsoft.Maui.Controls.ItemsLayoutOrientation +Microsoft.Maui.Controls.ItemsLayoutOrientation.Vertical = 0 -> Microsoft.Maui.Controls.ItemsLayoutOrientation +Microsoft.Maui.Controls.ItemsLayoutTypeConverter +Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ItemsLayoutTypeConverter() -> void +Microsoft.Maui.Controls.ItemsUpdatingScrollMode +Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepItemsInView = 0 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode +Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepLastItemInView = 2 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode +Microsoft.Maui.Controls.ItemsUpdatingScrollMode.KeepScrollOffset = 1 -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode +Microsoft.Maui.Controls.ItemsView +Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibility.set -> void +Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollMode.get -> Microsoft.Maui.Controls.ItemsUpdatingScrollMode +Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollMode.set -> void +Microsoft.Maui.Controls.ItemsView.ItemsView() -> void +Microsoft.Maui.Controls.ItemsView.RemainingItemsThreshold.get -> int +Microsoft.Maui.Controls.ItemsView.RemainingItemsThreshold.set -> void +Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReached -> System.EventHandler +Microsoft.Maui.Controls.ItemsView.Scrolled -> System.EventHandler +Microsoft.Maui.Controls.ItemsView.ScrollTo(int index, int groupIndex = -1, Microsoft.Maui.Controls.ScrollToPosition position = Microsoft.Maui.Controls.ScrollToPosition.MakeVisible, bool animate = true) -> void +Microsoft.Maui.Controls.ItemsView.ScrollToRequested -> System.EventHandler +Microsoft.Maui.Controls.ItemsView.SendRemainingItemsThresholdReached() -> void +Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibility.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.CenterItemIndex.get -> int +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.CenterItemIndex.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.FirstVisibleItemIndex.get -> int +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.FirstVisibleItemIndex.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalDelta.get -> double +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalDelta.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalOffset.get -> double +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.HorizontalOffset.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.ItemsViewScrolledEventArgs() -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.LastVisibleItemIndex.get -> int +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.LastVisibleItemIndex.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalDelta.get -> double +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalDelta.set -> void +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalOffset.get -> double +Microsoft.Maui.Controls.ItemsViewScrolledEventArgs.VerticalOffset.set -> void +Microsoft.Maui.Controls.ItemTappedEventArgs +Microsoft.Maui.Controls.ItemTappedEventArgs.ItemIndex.get -> int +Microsoft.Maui.Controls.ItemVisibilityEventArgs +Microsoft.Maui.Controls.ItemVisibilityEventArgs.ItemIndex.get -> int +Microsoft.Maui.Controls.IValueConverter +Microsoft.Maui.Controls.IViewController +Microsoft.Maui.Controls.IVisual +Microsoft.Maui.Controls.IVisualElementController +Microsoft.Maui.Controls.IVisualElementController.BatchCommitted -> System.EventHandler> +Microsoft.Maui.Controls.IVisualElementController.Batched.get -> bool +Microsoft.Maui.Controls.IVisualElementController.DisableLayout.get -> bool +Microsoft.Maui.Controls.IVisualElementController.DisableLayout.set -> void +Microsoft.Maui.Controls.IVisualElementController.EffectiveFlowDirection.get -> Microsoft.Maui.Controls.EffectiveFlowDirection +Microsoft.Maui.Controls.IVisualElementController.FocusChangeRequested -> System.EventHandler +Microsoft.Maui.Controls.IVisualElementController.InvalidateMeasure(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void +Microsoft.Maui.Controls.IVisualElementController.IsInPlatformLayout.get -> bool +Microsoft.Maui.Controls.IVisualElementController.IsInPlatformLayout.set -> void +Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled.get -> bool +Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled.set -> void +Microsoft.Maui.Controls.IVisualElementController.IsPlatformStateConsistent.get -> bool +Microsoft.Maui.Controls.IVisualElementController.IsPlatformStateConsistent.set -> void +Microsoft.Maui.Controls.IVisualElementController.PlatformSizeChanged() -> void +Microsoft.Maui.Controls.IWebViewController +Microsoft.Maui.Controls.IWebViewController.CanGoBack.get -> bool +Microsoft.Maui.Controls.IWebViewController.CanGoBack.set -> void +Microsoft.Maui.Controls.IWebViewController.CanGoForward.get -> bool +Microsoft.Maui.Controls.IWebViewController.CanGoForward.set -> void +Microsoft.Maui.Controls.IWebViewController.EvalRequested -> System.EventHandler +Microsoft.Maui.Controls.IWebViewController.EvaluateJavaScriptRequested -> Microsoft.Maui.Controls.Internals.EvaluateJavaScriptDelegate +Microsoft.Maui.Controls.IWebViewController.GoBackRequested -> System.EventHandler +Microsoft.Maui.Controls.IWebViewController.GoForwardRequested -> System.EventHandler +Microsoft.Maui.Controls.IWebViewController.ReloadRequested -> System.EventHandler +Microsoft.Maui.Controls.KnownColor +Microsoft.Maui.Controls.Label +Microsoft.Maui.Controls.Label.CharacterSpacing.get -> double +Microsoft.Maui.Controls.Label.CharacterSpacing.set -> void +Microsoft.Maui.Controls.Label.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Label.FontAttributes.set -> void +Microsoft.Maui.Controls.Label.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Label.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.Label.FontSize.get -> double +Microsoft.Maui.Controls.Label.FontSize.set -> void +Microsoft.Maui.Controls.Label.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Label.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.Label.Label() -> void +Microsoft.Maui.Controls.Label.LineBreakMode.get -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.Controls.Label.LineBreakMode.set -> void +Microsoft.Maui.Controls.Label.LineHeight.get -> double +Microsoft.Maui.Controls.Label.LineHeight.set -> void +Microsoft.Maui.Controls.Label.MaxLines.get -> int +Microsoft.Maui.Controls.Label.MaxLines.set -> void +Microsoft.Maui.Controls.Label.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Label.Padding.set -> void +Microsoft.Maui.Controls.Label.TextDecorations.get -> Microsoft.Maui.TextDecorations +Microsoft.Maui.Controls.Label.TextDecorations.set -> void +Microsoft.Maui.Controls.Label.TextTransform.get -> Microsoft.Maui.TextTransform +Microsoft.Maui.Controls.Label.TextTransform.set -> void +Microsoft.Maui.Controls.Label.TextType.get -> Microsoft.Maui.TextType +Microsoft.Maui.Controls.Label.TextType.set -> void +Microsoft.Maui.Controls.Label.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Label.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.Layout +Microsoft.Maui.Controls.Layout.CascadeInputTransparent.get -> bool +Microsoft.Maui.Controls.Layout.CascadeInputTransparent.set -> void +Microsoft.Maui.Controls.Layout.Clear() -> void +Microsoft.Maui.Controls.Layout.Count.get -> int +Microsoft.Maui.Controls.Layout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Layout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Layout.IgnoreSafeArea.get -> bool +Microsoft.Maui.Controls.Layout.IgnoreSafeArea.set -> void +Microsoft.Maui.Controls.Layout.IsClippedToBounds.get -> bool +Microsoft.Maui.Controls.Layout.IsClippedToBounds.set -> void +Microsoft.Maui.Controls.Layout.IsReadOnly.get -> bool +Microsoft.Maui.Controls.Layout.Layout() -> void +Microsoft.Maui.Controls.Layout.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Layout.Padding.set -> void +Microsoft.Maui.Controls.Layout.RemoveAt(int index) -> void +Microsoft.Maui.Controls.LayoutAlignment +Microsoft.Maui.Controls.LayoutAlignment.Center = 1 -> Microsoft.Maui.Controls.LayoutAlignment +Microsoft.Maui.Controls.LayoutAlignment.End = 2 -> Microsoft.Maui.Controls.LayoutAlignment +Microsoft.Maui.Controls.LayoutAlignment.Fill = Microsoft.Maui.Controls.LayoutAlignment.Center | Microsoft.Maui.Controls.LayoutAlignment.End -> Microsoft.Maui.Controls.LayoutAlignment +Microsoft.Maui.Controls.LayoutAlignment.Start = 0 -> Microsoft.Maui.Controls.LayoutAlignment +Microsoft.Maui.Controls.LayoutDirectionExtensions +Microsoft.Maui.Controls.LayoutOptions +Microsoft.Maui.Controls.LayoutOptions.Alignment.get -> Microsoft.Maui.Controls.LayoutAlignment +Microsoft.Maui.Controls.LayoutOptions.Alignment.set -> void +Microsoft.Maui.Controls.LayoutOptions.Expands.get -> bool +Microsoft.Maui.Controls.LayoutOptions.Expands.set -> void +Microsoft.Maui.Controls.LayoutOptions.LayoutOptions() -> void +Microsoft.Maui.Controls.LayoutOptions.LayoutOptions(Microsoft.Maui.Controls.LayoutAlignment alignment, bool expands) -> void +Microsoft.Maui.Controls.LayoutOptionsConverter +Microsoft.Maui.Controls.LayoutOptionsConverter.LayoutOptionsConverter() -> void +Microsoft.Maui.Controls.LinearGradientBrush +Microsoft.Maui.Controls.LinearGradientBrush.EndPoint.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.LinearGradientBrush.EndPoint.set -> void +Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush() -> void +Microsoft.Maui.Controls.LinearGradientBrush.StartPoint.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.LinearGradientBrush.StartPoint.set -> void +Microsoft.Maui.Controls.LinearItemsLayout +Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacing.get -> double +Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacing.set -> void +Microsoft.Maui.Controls.LinearItemsLayout.LinearItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation) -> void +Microsoft.Maui.Controls.ListProxyChangedEventArgs +Microsoft.Maui.Controls.ListStringTypeConverter +Microsoft.Maui.Controls.ListStringTypeConverter.ListStringTypeConverter() -> void +Microsoft.Maui.Controls.ListView +Microsoft.Maui.Controls.ListView.BeginRefresh() -> void +Microsoft.Maui.Controls.ListView.CachingStrategy.get -> Microsoft.Maui.Controls.ListViewCachingStrategy +Microsoft.Maui.Controls.ListView.EndRefresh() -> void +Microsoft.Maui.Controls.ListView.HasUnevenRows.get -> bool +Microsoft.Maui.Controls.ListView.HasUnevenRows.set -> void +Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibility.set -> void +Microsoft.Maui.Controls.ListView.IsGroupingEnabled.get -> bool +Microsoft.Maui.Controls.ListView.IsGroupingEnabled.set -> void +Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabled.get -> bool +Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabled.set -> void +Microsoft.Maui.Controls.ListView.IsRefreshing.get -> bool +Microsoft.Maui.Controls.ListView.IsRefreshing.set -> void +Microsoft.Maui.Controls.ListView.ItemAppearing -> System.EventHandler +Microsoft.Maui.Controls.ListView.ItemDisappearing -> System.EventHandler +Microsoft.Maui.Controls.ListView.ItemSelected -> System.EventHandler +Microsoft.Maui.Controls.ListView.ItemTapped -> System.EventHandler +Microsoft.Maui.Controls.ListView.ListView() -> void +Microsoft.Maui.Controls.ListView.ListView(Microsoft.Maui.Controls.ListViewCachingStrategy cachingStrategy) -> void +Microsoft.Maui.Controls.ListView.RefreshAllowed.get -> bool +Microsoft.Maui.Controls.ListView.RefreshAllowed.set -> void +Microsoft.Maui.Controls.ListView.Refreshing -> System.EventHandler +Microsoft.Maui.Controls.ListView.RowHeight.get -> int +Microsoft.Maui.Controls.ListView.RowHeight.set -> void +Microsoft.Maui.Controls.ListView.Scrolled -> System.EventHandler +Microsoft.Maui.Controls.ListView.ScrollToRequested -> System.EventHandler +Microsoft.Maui.Controls.ListView.SelectionMode.get -> Microsoft.Maui.Controls.ListViewSelectionMode +Microsoft.Maui.Controls.ListView.SelectionMode.set -> void +Microsoft.Maui.Controls.ListView.SendRefreshing() -> void +Microsoft.Maui.Controls.ListView.SeparatorVisibility.get -> Microsoft.Maui.Controls.SeparatorVisibility +Microsoft.Maui.Controls.ListView.SeparatorVisibility.set -> void +Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibility.set -> void +Microsoft.Maui.Controls.ListViewCachingStrategy +Microsoft.Maui.Controls.ListViewCachingStrategy.RecycleElement = 1 -> Microsoft.Maui.Controls.ListViewCachingStrategy +Microsoft.Maui.Controls.ListViewCachingStrategy.RecycleElementAndDataTemplate = 3 -> Microsoft.Maui.Controls.ListViewCachingStrategy +Microsoft.Maui.Controls.ListViewCachingStrategy.RetainElement = 0 -> Microsoft.Maui.Controls.ListViewCachingStrategy +Microsoft.Maui.Controls.ListViewSelectionMode +Microsoft.Maui.Controls.ListViewSelectionMode.None = 0 -> Microsoft.Maui.Controls.ListViewSelectionMode +Microsoft.Maui.Controls.ListViewSelectionMode.Single = 1 -> Microsoft.Maui.Controls.ListViewSelectionMode +Microsoft.Maui.Controls.MarshalingObservableCollection +Microsoft.Maui.Controls.MarshalingObservableCollection.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.MeasureFlags +Microsoft.Maui.Controls.MeasureFlags.IncludeMargins = 1 -> Microsoft.Maui.Controls.MeasureFlags +Microsoft.Maui.Controls.MeasureFlags.None = 0 -> Microsoft.Maui.Controls.MeasureFlags +Microsoft.Maui.Controls.MenuBar +Microsoft.Maui.Controls.MenuBar.Clear() -> void +Microsoft.Maui.Controls.MenuBar.Count.get -> int +Microsoft.Maui.Controls.MenuBar.IsEnabled.get -> bool +Microsoft.Maui.Controls.MenuBar.IsEnabled.set -> void +Microsoft.Maui.Controls.MenuBar.IsReadOnly.get -> bool +Microsoft.Maui.Controls.MenuBar.MenuBar() -> void +Microsoft.Maui.Controls.MenuBar.RemoveAt(int index) -> void +Microsoft.Maui.Controls.MenuBarItem +Microsoft.Maui.Controls.MenuBarItem.Clear() -> void +Microsoft.Maui.Controls.MenuBarItem.Count.get -> int +Microsoft.Maui.Controls.MenuBarItem.IsEnabled.get -> bool +Microsoft.Maui.Controls.MenuBarItem.IsEnabled.set -> void +Microsoft.Maui.Controls.MenuBarItem.IsReadOnly.get -> bool +Microsoft.Maui.Controls.MenuBarItem.MenuBarItem() -> void +Microsoft.Maui.Controls.MenuBarItem.Priority.get -> int +Microsoft.Maui.Controls.MenuBarItem.Priority.set -> void +Microsoft.Maui.Controls.MenuBarItem.RemoveAt(int index) -> void +Microsoft.Maui.Controls.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 +Microsoft.Maui.Controls.MenuFlyoutSubItem.IsReadOnly.get -> bool +Microsoft.Maui.Controls.MenuFlyoutSubItem.MenuFlyoutSubItem() -> void +Microsoft.Maui.Controls.MenuFlyoutSubItem.RemoveAt(int index) -> void +Microsoft.Maui.Controls.MenuItem +Microsoft.Maui.Controls.MenuItem.Clicked -> System.EventHandler +Microsoft.Maui.Controls.MenuItem.IsDestructive.get -> bool +Microsoft.Maui.Controls.MenuItem.IsDestructive.set -> void +Microsoft.Maui.Controls.MenuItem.IsEnabled.get -> bool +Microsoft.Maui.Controls.MenuItem.IsEnabled.set -> void +Microsoft.Maui.Controls.MenuItem.MenuItem() -> void +Microsoft.Maui.Controls.MenuItemCollection +Microsoft.Maui.Controls.MenuItemCollection.Clear() -> void +Microsoft.Maui.Controls.MenuItemCollection.Count.get -> int +Microsoft.Maui.Controls.MenuItemCollection.IsReadOnly.get -> bool +Microsoft.Maui.Controls.MenuItemCollection.MenuItemCollection() -> void +Microsoft.Maui.Controls.MenuItemCollection.RemoveAt(int index) -> void +Microsoft.Maui.Controls.MessagingCenter +Microsoft.Maui.Controls.MessagingCenter.MessagingCenter() -> void +Microsoft.Maui.Controls.ModalEventArgs +Microsoft.Maui.Controls.ModalPoppedEventArgs +Microsoft.Maui.Controls.ModalPoppingEventArgs +Microsoft.Maui.Controls.ModalPoppingEventArgs.Cancel.get -> bool +Microsoft.Maui.Controls.ModalPoppingEventArgs.Cancel.set -> void +Microsoft.Maui.Controls.ModalPushedEventArgs +Microsoft.Maui.Controls.ModalPushingEventArgs +Microsoft.Maui.Controls.MultiBinding +Microsoft.Maui.Controls.MultiBinding.MultiBinding() -> void +Microsoft.Maui.Controls.MultiPage.CurrentPageChanged -> System.EventHandler +Microsoft.Maui.Controls.MultiPage.MultiPage() -> void +Microsoft.Maui.Controls.MultiPage.PagesChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.MultiTrigger +Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Body = 5 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Caption = 9 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Default = 0 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Header = 6 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Large = 4 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Medium = 3 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Micro = 1 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Small = 2 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Subtitle = 8 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NamedSize.Title = 7 -> Microsoft.Maui.Controls.NamedSize +Microsoft.Maui.Controls.NameScopeExtensions +Microsoft.Maui.Controls.NavigableElement +Microsoft.Maui.Controls.NavigatedFromEventArgs +Microsoft.Maui.Controls.NavigatedToEventArgs +Microsoft.Maui.Controls.NavigatingFromEventArgs +Microsoft.Maui.Controls.NavigatingFromEventArgs.NavigatingFromEventArgs() -> void +Microsoft.Maui.Controls.NavigationEventArgs +Microsoft.Maui.Controls.NavigationPage +Microsoft.Maui.Controls.NavigationPage.NavigationPage() -> void +Microsoft.Maui.Controls.NavigationPage.Popped -> System.EventHandler +Microsoft.Maui.Controls.NavigationPage.PoppedToRoot -> System.EventHandler +Microsoft.Maui.Controls.NavigationPage.Pushed -> System.EventHandler +Microsoft.Maui.Controls.NullEffect +Microsoft.Maui.Controls.NullEffect.NullEffect() -> void +Microsoft.Maui.Controls.On +Microsoft.Maui.Controls.On.On() -> void +Microsoft.Maui.Controls.OnIdiom +Microsoft.Maui.Controls.OnIdiom.Default.get -> T +Microsoft.Maui.Controls.OnIdiom.Default.set -> void +Microsoft.Maui.Controls.OnIdiom.Desktop.get -> T +Microsoft.Maui.Controls.OnIdiom.Desktop.set -> void +Microsoft.Maui.Controls.OnIdiom.OnIdiom() -> void +Microsoft.Maui.Controls.OnIdiom.Phone.get -> T +Microsoft.Maui.Controls.OnIdiom.Phone.set -> void +Microsoft.Maui.Controls.OnIdiom.Tablet.get -> T +Microsoft.Maui.Controls.OnIdiom.Tablet.set -> void +Microsoft.Maui.Controls.OnIdiom.TV.get -> T +Microsoft.Maui.Controls.OnIdiom.TV.set -> void +Microsoft.Maui.Controls.OnIdiom.Watch.get -> T +Microsoft.Maui.Controls.OnIdiom.Watch.set -> void +Microsoft.Maui.Controls.OnPlatform +Microsoft.Maui.Controls.OnPlatform.Default.get -> T +Microsoft.Maui.Controls.OnPlatform.Default.set -> void +Microsoft.Maui.Controls.OnPlatform.OnPlatform() -> void +Microsoft.Maui.Controls.OpenGLView +Microsoft.Maui.Controls.OpenGLView.Display() -> void +Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler +Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool +Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void +Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +Microsoft.Maui.Controls.OpenRequestedEventArgs +Microsoft.Maui.Controls.OpenRequestedEventArgs.Animated.get -> bool +Microsoft.Maui.Controls.OpenRequestedEventArgs.Animated.set -> void +Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenRequestedEventArgs(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated) -> void +Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenSwipeItem.get -> Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.Controls.OpenRequestedEventArgs.OpenSwipeItem.set -> void +Microsoft.Maui.Controls.OrientationStateTrigger +Microsoft.Maui.Controls.OrientationStateTrigger.Orientation.get -> Microsoft.Maui.Devices.DisplayOrientation +Microsoft.Maui.Controls.OrientationStateTrigger.Orientation.set -> void +Microsoft.Maui.Controls.OrientationStateTrigger.OrientationStateTrigger() -> void +Microsoft.Maui.Controls.Page +Microsoft.Maui.Controls.Page.Appearing -> System.EventHandler +Microsoft.Maui.Controls.Page.ContainerArea.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.Page.ContainerArea.set -> void +Microsoft.Maui.Controls.Page.Disappearing -> System.EventHandler +Microsoft.Maui.Controls.Page.ForceLayout() -> void +Microsoft.Maui.Controls.Page.IgnoresContainerArea.get -> bool +Microsoft.Maui.Controls.Page.IgnoresContainerArea.set -> void +Microsoft.Maui.Controls.Page.IsBusy.get -> bool +Microsoft.Maui.Controls.Page.IsBusy.set -> void +Microsoft.Maui.Controls.Page.LayoutChanged -> System.EventHandler +Microsoft.Maui.Controls.Page.NavigatedFrom -> System.EventHandler +Microsoft.Maui.Controls.Page.NavigatedTo -> System.EventHandler +Microsoft.Maui.Controls.Page.NavigatingFrom -> System.EventHandler +Microsoft.Maui.Controls.Page.Padding.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.Page.Padding.set -> void +Microsoft.Maui.Controls.Page.Page() -> void +Microsoft.Maui.Controls.Page.SendAppearing() -> void +Microsoft.Maui.Controls.Page.SendBackButtonPressed() -> bool +Microsoft.Maui.Controls.Page.SendDisappearing() -> void +Microsoft.Maui.Controls.Page.UpdateChildrenLayout() -> void +Microsoft.Maui.Controls.PanGestureRecognizer +Microsoft.Maui.Controls.PanGestureRecognizer.PanGestureRecognizer() -> void +Microsoft.Maui.Controls.PanGestureRecognizer.PanUpdated -> System.EventHandler +Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints.get -> int +Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints.set -> void +Microsoft.Maui.Controls.PanUpdatedEventArgs +Microsoft.Maui.Controls.PanUpdatedEventArgs.GestureId.get -> int +Microsoft.Maui.Controls.PanUpdatedEventArgs.PanUpdatedEventArgs(Microsoft.Maui.GestureStatus type, int gestureId) -> void +Microsoft.Maui.Controls.PanUpdatedEventArgs.PanUpdatedEventArgs(Microsoft.Maui.GestureStatus type, int gestureId, double totalx, double totaly) -> void +Microsoft.Maui.Controls.PanUpdatedEventArgs.StatusType.get -> Microsoft.Maui.GestureStatus +Microsoft.Maui.Controls.PanUpdatedEventArgs.TotalX.get -> double +Microsoft.Maui.Controls.PanUpdatedEventArgs.TotalY.get -> double +Microsoft.Maui.Controls.ParentChangingEventArgs +Microsoft.Maui.Controls.Picker +Microsoft.Maui.Controls.Picker.CharacterSpacing.get -> double +Microsoft.Maui.Controls.Picker.CharacterSpacing.set -> void +Microsoft.Maui.Controls.Picker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Picker.FontAttributes.set -> void +Microsoft.Maui.Controls.Picker.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Picker.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.Picker.FontSize.get -> double +Microsoft.Maui.Controls.Picker.FontSize.set -> void +Microsoft.Maui.Controls.Picker.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Picker.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.Picker.Picker() -> void +Microsoft.Maui.Controls.Picker.SelectedIndex.get -> int +Microsoft.Maui.Controls.Picker.SelectedIndex.set -> void +Microsoft.Maui.Controls.Picker.SelectedIndexChanged -> System.EventHandler +Microsoft.Maui.Controls.Picker.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.Picker.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.PinchGestureRecognizer +Microsoft.Maui.Controls.PinchGestureRecognizer.PinchGestureRecognizer() -> void +Microsoft.Maui.Controls.PinchGestureRecognizer.PinchUpdated -> System.EventHandler +Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs +Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.PinchGestureUpdatedEventArgs(Microsoft.Maui.GestureStatus status) -> void +Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.PinchGestureUpdatedEventArgs(Microsoft.Maui.GestureStatus status, double scale, Microsoft.Maui.Graphics.Point origin) -> void +Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.Scale.get -> double +Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.ScaleOrigin.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs.Status.get -> Microsoft.Maui.GestureStatus +Microsoft.Maui.Controls.Platform.ButtonExtensions +Microsoft.Maui.Controls.Platform.CollectionViewExtensions +Microsoft.Maui.Controls.Platform.ElementChangedEventArgs +Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.ElementChangedEventArgs(TElement? oldElement, TElement? newElement) -> void +Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.NewElement.get -> TElement? +Microsoft.Maui.Controls.Platform.ElementChangedEventArgs.OldElement.get -> TElement? +Microsoft.Maui.Controls.Platform.FontExtensions +Microsoft.Maui.Controls.Platform.GestureHandler +Microsoft.Maui.Controls.Platform.GestureHandler.Attach(Microsoft.Maui.IViewHandler! handler) -> void +Microsoft.Maui.Controls.Platform.GestureHandler.Detach() -> void +Microsoft.Maui.Controls.Platform.GestureHandler.Dispose() -> void +Microsoft.Maui.Controls.Platform.GestureHandler.GestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void +Microsoft.Maui.Controls.Platform.GestureHandler.NativeDetector.get -> Tizen.NUI.GestureDetector! +Microsoft.Maui.Controls.Platform.GestureHandler.NativeView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.GestureHandler.Recognizer.get -> Microsoft.Maui.Controls.IGestureRecognizer! +Microsoft.Maui.Controls.Platform.GestureHandler.View.get -> Microsoft.Maui.Controls.View? +Microsoft.Maui.Controls.Platform.ImageExtensions +Microsoft.Maui.Controls.Platform.INavigationContentView +Microsoft.Maui.Controls.Platform.INavigationContentView.Content.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.INavigationContentView.Content.set -> void +Microsoft.Maui.Controls.Platform.INavigationContentView.TargetView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.INavigationContentView.TitleView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.INavigationContentView.TitleView.set -> void +Microsoft.Maui.Controls.Platform.INavigationView +Microsoft.Maui.Controls.Platform.INavigationView.BackgroundColor.get -> Tizen.NUI.Color! +Microsoft.Maui.Controls.Platform.INavigationView.BackgroundColor.set -> void +Microsoft.Maui.Controls.Platform.INavigationView.Content.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.INavigationView.Content.set -> void +Microsoft.Maui.Controls.Platform.INavigationView.Footer.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.INavigationView.Footer.set -> void +Microsoft.Maui.Controls.Platform.INavigationView.Header.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.INavigationView.Header.set -> void +Microsoft.Maui.Controls.Platform.INavigationView.TargetView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationContentView +Microsoft.Maui.Controls.Platform.NavigationContentView.Content.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationContentView.Content.set -> void +Microsoft.Maui.Controls.Platform.NavigationContentView.NavigationContentView() -> void +Microsoft.Maui.Controls.Platform.NavigationContentView.TargetView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationContentView.TitleView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationContentView.TitleView.set -> void +Microsoft.Maui.Controls.Platform.NavigationView +Microsoft.Maui.Controls.Platform.NavigationView.Content.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationView.Content.set -> void +Microsoft.Maui.Controls.Platform.NavigationView.Footer.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationView.Footer.set -> void +Microsoft.Maui.Controls.Platform.NavigationView.Header.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.NavigationView.Header.set -> void +Microsoft.Maui.Controls.Platform.NavigationView.NavigationView() -> void +Microsoft.Maui.Controls.Platform.NavigationView.TargetView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Controls.Platform.PageExtensions +Microsoft.Maui.Controls.Platform.PanGestureHandler +Microsoft.Maui.Controls.Platform.PanGestureHandler.PanGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void +Microsoft.Maui.Controls.Platform.PinchGestureHandler +Microsoft.Maui.Controls.Platform.PinchGestureHandler.PinchGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void +Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions +Microsoft.Maui.Controls.Platform.PlatformEffect +Microsoft.Maui.Controls.Platform.PlatformEffect.PlatformEffect() -> void +Microsoft.Maui.Controls.Platform.SearchBarExtensions +Microsoft.Maui.Controls.Platform.SemanticExtensions +Microsoft.Maui.Controls.Platform.ShellDataTemplateSelector +Microsoft.Maui.Controls.Platform.ShellDataTemplateSelector.ShellDataTemplateSelector() -> void +Microsoft.Maui.Controls.Platform.ShellItemView +Microsoft.Maui.Controls.Platform.ShellItemView.DefaultBackgroundColor -> Tizen.NUI.Color! +Microsoft.Maui.Controls.Platform.ShellItemView.MauiContext.get -> Microsoft.Maui.IMauiContext! +Microsoft.Maui.Controls.Platform.ShellItemView.Shell.get -> Microsoft.Maui.Controls.Shell! +Microsoft.Maui.Controls.Platform.ShellItemView.ShellItem.get -> Microsoft.Maui.Controls.ShellItem! +Microsoft.Maui.Controls.Platform.ShellItemView.ShellItemView(Microsoft.Maui.Controls.ShellItem! item, Microsoft.Maui.IMauiContext! context) -> void +Microsoft.Maui.Controls.Platform.ShellItemView.UpdateCurrentItem(Microsoft.Maui.Controls.ShellSection! section) -> void +Microsoft.Maui.Controls.Platform.ShellItemView.UpdateTabBar(bool isVisible) -> void +Microsoft.Maui.Controls.Platform.ShellItemView.UpdateTabbarBackgroundColor(Microsoft.Maui.Graphics.Color? color) -> void +Microsoft.Maui.Controls.Platform.ShellItemView.UpdateTabbarTitleColor(Microsoft.Maui.Graphics.Color? color) -> void +Microsoft.Maui.Controls.Platform.ShellSectionStackManager +Microsoft.Maui.Controls.Platform.ShellSectionStackManager.Connect(Microsoft.Maui.IElement! navigationView) -> void +Microsoft.Maui.Controls.Platform.ShellSectionStackManager.ShellSection.get -> Microsoft.Maui.Controls.ShellSection? +Microsoft.Maui.Controls.Platform.ShellSectionStackManager.ShellSectionStackManager() -> void +Microsoft.Maui.Controls.Platform.ShellSectionView +Microsoft.Maui.Controls.Platform.ShellSectionView.CreateTabBar() -> void +Microsoft.Maui.Controls.Platform.ShellSectionView.DefaultBackgroundColor -> Tizen.NUI.Color! +Microsoft.Maui.Controls.Platform.ShellSectionView.MauiContext.get -> Microsoft.Maui.IMauiContext? +Microsoft.Maui.Controls.Platform.ShellSectionView.MauiContext.set -> void +Microsoft.Maui.Controls.Platform.ShellSectionView.ShellSection.get -> Microsoft.Maui.Controls.ShellSection! +Microsoft.Maui.Controls.Platform.ShellSectionView.ShellSectionView(Microsoft.Maui.Controls.ShellSection! section, Microsoft.Maui.IMauiContext! context) -> void +Microsoft.Maui.Controls.Platform.ShellView +Microsoft.Maui.Controls.Platform.ShellView.DefaultBackgroundCorlor -> Tizen.NUI.Color! +Microsoft.Maui.Controls.Platform.ShellView.Element.get -> Microsoft.Maui.Controls.Shell? +Microsoft.Maui.Controls.Platform.ShellView.Element.set -> void +Microsoft.Maui.Controls.Platform.ShellView.HeaderOnMenu.get -> bool +Microsoft.Maui.Controls.Platform.ShellView.IsOpened.get -> bool +Microsoft.Maui.Controls.Platform.ShellView.IsOpened.set -> void +Microsoft.Maui.Controls.Platform.ShellView.MauiContext.get -> Microsoft.Maui.IMauiContext? +Microsoft.Maui.Controls.Platform.ShellView.SetElement(Microsoft.Maui.Controls.Shell! shell, Microsoft.Maui.IMauiContext! context) -> void +Microsoft.Maui.Controls.Platform.ShellView.SetToolbar(Microsoft.Maui.Platform.MauiToolbar! toolbar) -> void +Microsoft.Maui.Controls.Platform.ShellView.ShellController.get -> Microsoft.Maui.Controls.IShellController! +Microsoft.Maui.Controls.Platform.ShellView.ShellView() -> void +Microsoft.Maui.Controls.Platform.ShellView.Toggled -> System.EventHandler? +Microsoft.Maui.Controls.Platform.ShellView.UpdateBackgroundColor(Microsoft.Maui.Graphics.Color? color) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateCurrentItem(Microsoft.Maui.Controls.ShellItem! newItem, bool animate = true) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateDrawerWidth(double drawerwidth) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyout(Tizen.NUI.BaseComponents.View! flyout) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutBackDrop(Microsoft.Maui.Controls.Brush! backdrop) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutBehavior(Microsoft.Maui.FlyoutBehavior flyoutBehavior) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutFooter(Microsoft.Maui.Controls.Shell! shell) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateFlyoutHeader(Microsoft.Maui.Controls.Shell! shell) -> void +Microsoft.Maui.Controls.Platform.ShellView.UpdateItems() -> void +Microsoft.Maui.Controls.Platform.SwipeGestureHandler +Microsoft.Maui.Controls.Platform.SwipeGestureHandler.SwipeGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void +Microsoft.Maui.Controls.Platform.TapGestureHandler +Microsoft.Maui.Controls.Platform.TapGestureHandler.TapGestureHandler(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> void +Microsoft.Maui.Controls.Platform.TextExtensions +Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs +Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs.VisualElementChangedEventArgs(Microsoft.Maui.Controls.VisualElement? oldElement, Microsoft.Maui.Controls.VisualElement? newElement) -> void +Microsoft.Maui.Controls.PlatformBehavior +Microsoft.Maui.Controls.PlatformBehavior.PlatformBehavior() -> void +Microsoft.Maui.Controls.PlatformBehavior +Microsoft.Maui.Controls.PlatformBehavior.PlatformBehavior() -> void +Microsoft.Maui.Controls.PlatformConfiguration.Android +Microsoft.Maui.Controls.PlatformConfiguration.Android.Android() -> void +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Done = 6 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Go = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.ImeMaskAction = 255 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Next = 5 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoAccessoryAction = 536870912 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoExtractUi = 268435456 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoFullscreen = 33554432 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.None = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.NoPersonalizedLearning = 16777216 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Previous = 7 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Search = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags.Send = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.AlwaysAllow = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.CompatibilityMode = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling.NeverAllow = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ShellItem +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Pan = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Resize = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust +Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Unspecified = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust +Microsoft.Maui.Controls.PlatformConfiguration.GTK +Microsoft.Maui.Controls.PlatformConfiguration.GTK.GTK() -> void +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition +Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition +Microsoft.Maui.Controls.PlatformConfiguration.iOS +Microsoft.Maui.Controls.PlatformConfiguration.iOS.iOS() -> void +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.Dark = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.ExtraLight = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.Light = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle.Grouped = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle.Plain = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Always = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Automatic = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode.Never = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle.FullWidth = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.False = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode.True = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode.DoNotAdjust = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode.MatchNavigationBarTextLuminosity = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Opaque = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode.Translucent = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.Automatic = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FormSheet = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FullScreen = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.OverFullScreen = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.PageSheet = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Minimal = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle.Prominent = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.Fade = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation.Slide = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode.Immediately = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode.WhenFinished = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowEffect +Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowEffect.ShadowEffect() -> void +Microsoft.Maui.Controls.PlatformConfiguration.macOS +Microsoft.Maui.Controls.PlatformConfiguration.macOS.macOS() -> void +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.Crossfade = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.None = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideBackward = 7 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideDown = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideForward = 6 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideLeft = 4 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideRight = 5 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle.SlideUp = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page +Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage +Microsoft.Maui.Controls.PlatformConfiguration.Tizen +Microsoft.Maui.Controls.PlatformConfiguration.Tizen.Tizen() -> void +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle +Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement +Microsoft.Maui.Controls.PlatformConfiguration.Windows +Microsoft.Maui.Controls.PlatformConfiguration.Windows.Windows() -> void +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle.Full = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle.Partial = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode.Accessible = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode.Inaccessible = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.BottomToTop = 3 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.LeftToRight = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.RightToLeft = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection.TopToBottom = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Bottom = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Default = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement.Top = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SameThread = 0 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SeparateProcess = 2 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode +Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode.SeparateThread = 1 -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode +Microsoft.Maui.Controls.PlatformEffect.PlatformEffect() -> void +Microsoft.Maui.Controls.PointCollection +Microsoft.Maui.Controls.PointCollection.PointCollection() -> void +Microsoft.Maui.Controls.PoppedToRootEventArgs +Microsoft.Maui.Controls.PositionChangedEventArgs +Microsoft.Maui.Controls.PositionChangedEventArgs.CurrentPosition.get -> int +Microsoft.Maui.Controls.PositionChangedEventArgs.PreviousPosition.get -> int +Microsoft.Maui.Controls.PresentationMode +Microsoft.Maui.Controls.PresentationMode.Animated = 2 -> Microsoft.Maui.Controls.PresentationMode +Microsoft.Maui.Controls.PresentationMode.Modal = 4 -> Microsoft.Maui.Controls.PresentationMode +Microsoft.Maui.Controls.PresentationMode.ModalAnimated = Microsoft.Maui.Controls.PresentationMode.Animated | Microsoft.Maui.Controls.PresentationMode.Modal -> Microsoft.Maui.Controls.PresentationMode +Microsoft.Maui.Controls.PresentationMode.ModalNotAnimated = Microsoft.Maui.Controls.PresentationMode.NotAnimated | Microsoft.Maui.Controls.PresentationMode.Modal -> Microsoft.Maui.Controls.PresentationMode +Microsoft.Maui.Controls.PresentationMode.NotAnimated = 1 -> Microsoft.Maui.Controls.PresentationMode +Microsoft.Maui.Controls.ProgressBar +Microsoft.Maui.Controls.ProgressBar.Progress.get -> double +Microsoft.Maui.Controls.ProgressBar.Progress.set -> void +Microsoft.Maui.Controls.ProgressBar.ProgressBar() -> void +Microsoft.Maui.Controls.PropertyChangingEventArgs +Microsoft.Maui.Controls.PropertyChangingEventHandler +Microsoft.Maui.Controls.PropertyCondition +Microsoft.Maui.Controls.PropertyCondition.PropertyCondition() -> void +Microsoft.Maui.Controls.QueryPropertyAttribute +Microsoft.Maui.Controls.RadialGradientBrush +Microsoft.Maui.Controls.RadialGradientBrush.Center.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.RadialGradientBrush.Center.set -> void +Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush() -> void +Microsoft.Maui.Controls.RadialGradientBrush.Radius.get -> double +Microsoft.Maui.Controls.RadialGradientBrush.Radius.set -> void +Microsoft.Maui.Controls.RadioButton +Microsoft.Maui.Controls.RadioButton.BorderWidth.get -> double +Microsoft.Maui.Controls.RadioButton.BorderWidth.set -> void +Microsoft.Maui.Controls.RadioButton.CharacterSpacing.get -> double +Microsoft.Maui.Controls.RadioButton.CharacterSpacing.set -> void +Microsoft.Maui.Controls.RadioButton.CheckedChanged -> System.EventHandler +Microsoft.Maui.Controls.RadioButton.CornerRadius.get -> int +Microsoft.Maui.Controls.RadioButton.CornerRadius.set -> void +Microsoft.Maui.Controls.RadioButton.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.RadioButton.FontAttributes.set -> void +Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.RadioButton.FontSize.get -> double +Microsoft.Maui.Controls.RadioButton.FontSize.set -> void +Microsoft.Maui.Controls.RadioButton.IsChecked.get -> bool +Microsoft.Maui.Controls.RadioButton.IsChecked.set -> void +Microsoft.Maui.Controls.RadioButton.RadioButton() -> void +Microsoft.Maui.Controls.RadioButton.TextTransform.get -> Microsoft.Maui.TextTransform +Microsoft.Maui.Controls.RadioButton.TextTransform.set -> void +Microsoft.Maui.Controls.RadioButtonGroup +Microsoft.Maui.Controls.ReferenceTypeConverter +Microsoft.Maui.Controls.ReferenceTypeConverter.ReferenceTypeConverter() -> void +Microsoft.Maui.Controls.RefreshView +Microsoft.Maui.Controls.RefreshView.IsRefreshing.get -> bool +Microsoft.Maui.Controls.RefreshView.IsRefreshing.set -> void +Microsoft.Maui.Controls.RefreshView.Refreshing -> System.EventHandler +Microsoft.Maui.Controls.RefreshView.RefreshView() -> void +Microsoft.Maui.Controls.Region +Microsoft.Maui.Controls.Region.Contains(double x, double y) -> bool +Microsoft.Maui.Controls.Region.Contains(Microsoft.Maui.Graphics.Point pt) -> bool +Microsoft.Maui.Controls.Region.Deflate() -> Microsoft.Maui.Controls.Region +Microsoft.Maui.Controls.Region.Inflate(double left, double top, double right, double bottom) -> Microsoft.Maui.Controls.Region +Microsoft.Maui.Controls.Region.Inflate(double size) -> Microsoft.Maui.Controls.Region +Microsoft.Maui.Controls.Region.Region() -> void +Microsoft.Maui.Controls.RelativeBindingSource +Microsoft.Maui.Controls.RelativeBindingSource.AncestorLevel.get -> int +Microsoft.Maui.Controls.RelativeBindingSource.Mode.get -> Microsoft.Maui.Controls.RelativeBindingSourceMode +Microsoft.Maui.Controls.RelativeBindingSourceMode +Microsoft.Maui.Controls.RelativeBindingSourceMode.FindAncestor = 3 -> Microsoft.Maui.Controls.RelativeBindingSourceMode +Microsoft.Maui.Controls.RelativeBindingSourceMode.FindAncestorBindingContext = 4 -> Microsoft.Maui.Controls.RelativeBindingSourceMode +Microsoft.Maui.Controls.RelativeBindingSourceMode.Self = 2 -> Microsoft.Maui.Controls.RelativeBindingSourceMode +Microsoft.Maui.Controls.RelativeBindingSourceMode.TemplatedParent = 1 -> Microsoft.Maui.Controls.RelativeBindingSourceMode +Microsoft.Maui.Controls.RenderWithAttribute +Microsoft.Maui.Controls.ReorderableItemsView +Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroups.get -> bool +Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroups.set -> void +Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItems.get -> bool +Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItems.set -> void +Microsoft.Maui.Controls.ReorderableItemsView.ReorderableItemsView() -> void +Microsoft.Maui.Controls.ReorderableItemsView.ReorderCompleted -> System.EventHandler +Microsoft.Maui.Controls.ReorderableItemsView.SendReorderCompleted() -> void +Microsoft.Maui.Controls.ResolutionGroupNameAttribute +Microsoft.Maui.Controls.ResourceDictionary +Microsoft.Maui.Controls.ResourceDictionary.Clear() -> void +Microsoft.Maui.Controls.ResourceDictionary.Count.get -> int +Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter +Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.RDSourceTypeConverter() -> void +Microsoft.Maui.Controls.ResourceDictionary.ResourceDictionary() -> void +Microsoft.Maui.Controls.RouteFactory +Microsoft.Maui.Controls.RouteFactory.RouteFactory() -> void +Microsoft.Maui.Controls.Routing +Microsoft.Maui.Controls.RoutingEffect +Microsoft.Maui.Controls.RoutingEffect.RoutingEffect() -> void +Microsoft.Maui.Controls.RowDefinition +Microsoft.Maui.Controls.RowDefinition.Height.get -> Microsoft.Maui.GridLength +Microsoft.Maui.Controls.RowDefinition.Height.set -> void +Microsoft.Maui.Controls.RowDefinition.RowDefinition() -> void +Microsoft.Maui.Controls.RowDefinition.RowDefinition(Microsoft.Maui.GridLength height) -> void +Microsoft.Maui.Controls.RowDefinition.SizeChanged -> System.EventHandler +Microsoft.Maui.Controls.RowDefinitionCollection +Microsoft.Maui.Controls.RowDefinitionCollection.RowDefinitionCollection() -> void +Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter +Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.RowDefinitionCollectionTypeConverter() -> void +Microsoft.Maui.Controls.ScrolledEventArgs +Microsoft.Maui.Controls.ScrolledEventArgs.ScrolledEventArgs(double x, double y) -> void +Microsoft.Maui.Controls.ScrolledEventArgs.ScrollX.get -> double +Microsoft.Maui.Controls.ScrolledEventArgs.ScrollY.get -> double +Microsoft.Maui.Controls.ScrollMode +Microsoft.Maui.Controls.ScrollMode.Auto = 2 -> Microsoft.Maui.Controls.ScrollMode +Microsoft.Maui.Controls.ScrollMode.Disabled = 0 -> Microsoft.Maui.Controls.ScrollMode +Microsoft.Maui.Controls.ScrollMode.Enabled = 1 -> Microsoft.Maui.Controls.ScrollMode +Microsoft.Maui.Controls.ScrollToMode +Microsoft.Maui.Controls.ScrollToMode.Element = 0 -> Microsoft.Maui.Controls.ScrollToMode +Microsoft.Maui.Controls.ScrollToMode.Position = 1 -> Microsoft.Maui.Controls.ScrollToMode +Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToPosition.Center = 2 -> Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToPosition.End = 3 -> Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToPosition.MakeVisible = 0 -> Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToPosition.Start = 1 -> Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToRequestedEventArgs +Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Mode.get -> Microsoft.Maui.Controls.ScrollToMode +Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Position.get -> Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ScrollX.get -> double +Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ScrollY.get -> double +Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ShouldAnimate.get -> bool +Microsoft.Maui.Controls.ScrollToRequestEventArgs +Microsoft.Maui.Controls.ScrollToRequestEventArgs.GroupIndex.get -> int +Microsoft.Maui.Controls.ScrollToRequestEventArgs.Index.get -> int +Microsoft.Maui.Controls.ScrollToRequestEventArgs.IsAnimated.get -> bool +Microsoft.Maui.Controls.ScrollToRequestEventArgs.Mode.get -> Microsoft.Maui.Controls.ScrollToMode +Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToPosition.get -> Microsoft.Maui.Controls.ScrollToPosition +Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToRequestEventArgs(int index, int groupIndex, Microsoft.Maui.Controls.ScrollToPosition scrollToPosition, bool isAnimated) -> void +Microsoft.Maui.Controls.ScrollView +Microsoft.Maui.Controls.ScrollView.ContentSize.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibility.set -> void +Microsoft.Maui.Controls.ScrollView.LayoutAreaOverride.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.ScrollView.LayoutAreaOverride.set -> void +Microsoft.Maui.Controls.ScrollView.Orientation.get -> Microsoft.Maui.ScrollOrientation +Microsoft.Maui.Controls.ScrollView.Orientation.set -> void +Microsoft.Maui.Controls.ScrollView.Scrolled -> System.EventHandler +Microsoft.Maui.Controls.ScrollView.ScrollToRequested -> System.EventHandler +Microsoft.Maui.Controls.ScrollView.ScrollView() -> void +Microsoft.Maui.Controls.ScrollView.ScrollX.get -> double +Microsoft.Maui.Controls.ScrollView.ScrollY.get -> double +Microsoft.Maui.Controls.ScrollView.SendScrollFinished() -> void +Microsoft.Maui.Controls.ScrollView.SetScrolledPosition(double x, double y) -> void +Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibility.set -> void +Microsoft.Maui.Controls.SearchBar +Microsoft.Maui.Controls.SearchBar.CursorPosition.get -> int +Microsoft.Maui.Controls.SearchBar.CursorPosition.set -> void +Microsoft.Maui.Controls.SearchBar.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.SearchBar.FontAttributes.set -> void +Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.SearchBar.FontSize.get -> double +Microsoft.Maui.Controls.SearchBar.FontSize.set -> void +Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabled.get -> bool +Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabled.set -> void +Microsoft.Maui.Controls.SearchBar.OnSearchButtonPressed() -> void +Microsoft.Maui.Controls.SearchBar.SearchBar() -> void +Microsoft.Maui.Controls.SearchBar.SearchButtonPressed -> System.EventHandler +Microsoft.Maui.Controls.SearchBar.SelectionLength.get -> int +Microsoft.Maui.Controls.SearchBar.SelectionLength.set -> void +Microsoft.Maui.Controls.SearchBar.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.SearchBar.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.SearchBoxVisibility +Microsoft.Maui.Controls.SearchBoxVisibility.Collapsible = 1 -> Microsoft.Maui.Controls.SearchBoxVisibility +Microsoft.Maui.Controls.SearchBoxVisibility.Expanded = 2 -> Microsoft.Maui.Controls.SearchBoxVisibility +Microsoft.Maui.Controls.SearchBoxVisibility.Hidden = 0 -> Microsoft.Maui.Controls.SearchBoxVisibility +Microsoft.Maui.Controls.SearchHandler +Microsoft.Maui.Controls.SearchHandler.CharacterSpacing.get -> double +Microsoft.Maui.Controls.SearchHandler.CharacterSpacing.set -> void +Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabled.get -> bool +Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabled.set -> void +Microsoft.Maui.Controls.SearchHandler.Focus() -> bool +Microsoft.Maui.Controls.SearchHandler.FocusChangeRequested -> System.EventHandler +Microsoft.Maui.Controls.SearchHandler.Focused -> System.EventHandler +Microsoft.Maui.Controls.SearchHandler.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.SearchHandler.FontAttributes.set -> void +Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.SearchHandler.FontSize.get -> double +Microsoft.Maui.Controls.SearchHandler.FontSize.set -> void +Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignment.set -> void +Microsoft.Maui.Controls.SearchHandler.IsFocused.get -> bool +Microsoft.Maui.Controls.SearchHandler.IsSearchEnabled.get -> bool +Microsoft.Maui.Controls.SearchHandler.IsSearchEnabled.set -> void +Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibility.get -> Microsoft.Maui.Controls.SearchBoxVisibility +Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibility.set -> void +Microsoft.Maui.Controls.SearchHandler.SearchHandler() -> void +Microsoft.Maui.Controls.SearchHandler.SetIsFocused(bool value) -> void +Microsoft.Maui.Controls.SearchHandler.ShowsResults.get -> bool +Microsoft.Maui.Controls.SearchHandler.ShowsResults.set -> void +Microsoft.Maui.Controls.SearchHandler.TextTransform.get -> Microsoft.Maui.TextTransform +Microsoft.Maui.Controls.SearchHandler.TextTransform.set -> void +Microsoft.Maui.Controls.SearchHandler.Unfocus() -> void +Microsoft.Maui.Controls.SearchHandler.Unfocused -> System.EventHandler +Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignment.set -> void +Microsoft.Maui.Controls.SelectableItemsView +Microsoft.Maui.Controls.SelectableItemsView.SelectableItemsView() -> void +Microsoft.Maui.Controls.SelectableItemsView.SelectionChanged -> System.EventHandler +Microsoft.Maui.Controls.SelectableItemsView.SelectionMode.get -> Microsoft.Maui.Controls.SelectionMode +Microsoft.Maui.Controls.SelectableItemsView.SelectionMode.set -> void +Microsoft.Maui.Controls.SelectedItemChangedEventArgs +Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItemIndex.get -> int +Microsoft.Maui.Controls.SelectedPositionChangedEventArgs +Microsoft.Maui.Controls.SelectedPositionChangedEventArgs.SelectedPositionChangedEventArgs(int selectedPosition) -> void +Microsoft.Maui.Controls.SelectionChangedEventArgs +Microsoft.Maui.Controls.SelectionMode +Microsoft.Maui.Controls.SelectionMode.Multiple = 2 -> Microsoft.Maui.Controls.SelectionMode +Microsoft.Maui.Controls.SelectionMode.None = 0 -> Microsoft.Maui.Controls.SelectionMode +Microsoft.Maui.Controls.SelectionMode.Single = 1 -> Microsoft.Maui.Controls.SelectionMode +Microsoft.Maui.Controls.SemanticProperties +Microsoft.Maui.Controls.SemanticProperties.SemanticProperties() -> void +Microsoft.Maui.Controls.SeparatorVisibility +Microsoft.Maui.Controls.SeparatorVisibility.Default = 0 -> Microsoft.Maui.Controls.SeparatorVisibility +Microsoft.Maui.Controls.SeparatorVisibility.None = 1 -> Microsoft.Maui.Controls.SeparatorVisibility +Microsoft.Maui.Controls.Setter +Microsoft.Maui.Controls.Setter.Setter() -> void +Microsoft.Maui.Controls.SettersExtensions +Microsoft.Maui.Controls.Shadow +Microsoft.Maui.Controls.Shadow.Offset.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shadow.Offset.set -> void +Microsoft.Maui.Controls.Shadow.Opacity.get -> float +Microsoft.Maui.Controls.Shadow.Opacity.set -> void +Microsoft.Maui.Controls.Shadow.Radius.get -> float +Microsoft.Maui.Controls.Shadow.Radius.set -> void +Microsoft.Maui.Controls.Shadow.Shadow() -> void +Microsoft.Maui.Controls.Shapes.ArcSegment +Microsoft.Maui.Controls.Shapes.ArcSegment.ArcSegment() -> void +Microsoft.Maui.Controls.Shapes.ArcSegment.ArcSegment(Microsoft.Maui.Graphics.Point point, Microsoft.Maui.Graphics.Size size, double rotationAngle, Microsoft.Maui.Controls.SweepDirection sweepDirection, bool isLargeArc) -> void +Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArc.get -> bool +Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArc.set -> void +Microsoft.Maui.Controls.Shapes.ArcSegment.Point.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.ArcSegment.Point.set -> void +Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngle.get -> double +Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngle.set -> void +Microsoft.Maui.Controls.Shapes.ArcSegment.Size.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.Shapes.ArcSegment.Size.set -> void +Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirection.get -> Microsoft.Maui.Controls.SweepDirection +Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirection.set -> void +Microsoft.Maui.Controls.Shapes.BezierSegment +Microsoft.Maui.Controls.Shapes.BezierSegment.BezierSegment() -> void +Microsoft.Maui.Controls.Shapes.BezierSegment.BezierSegment(Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2, Microsoft.Maui.Graphics.Point point3) -> void +Microsoft.Maui.Controls.Shapes.BezierSegment.Point1.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.BezierSegment.Point1.set -> void +Microsoft.Maui.Controls.Shapes.BezierSegment.Point2.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.BezierSegment.Point2.set -> void +Microsoft.Maui.Controls.Shapes.BezierSegment.Point3.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.BezierSegment.Point3.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform +Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterX.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterX.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterY.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterY.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.CompositeTransform() -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.Rotation.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.Rotation.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleX.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleX.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleY.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleY.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewX.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewX.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewY.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewY.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateX.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateX.set -> void +Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateY.get -> double +Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateY.set -> void +Microsoft.Maui.Controls.Shapes.Ellipse +Microsoft.Maui.Controls.Shapes.Ellipse.Ellipse() -> void +Microsoft.Maui.Controls.Shapes.EllipseGeometry +Microsoft.Maui.Controls.Shapes.EllipseGeometry.Center.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.EllipseGeometry.Center.set -> void +Microsoft.Maui.Controls.Shapes.EllipseGeometry.EllipseGeometry() -> void +Microsoft.Maui.Controls.Shapes.EllipseGeometry.EllipseGeometry(Microsoft.Maui.Graphics.Point center, double radiusX, double radiusY) -> void +Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusX.get -> double +Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusX.set -> void +Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusY.get -> double +Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusY.set -> void +Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.FillRule.EvenOdd = 0 -> Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.FillRule.Nonzero = 1 -> Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.Geometry +Microsoft.Maui.Controls.Shapes.Geometry.Geometry() -> void +Microsoft.Maui.Controls.Shapes.GeometryCollection +Microsoft.Maui.Controls.Shapes.GeometryCollection.GeometryCollection() -> void +Microsoft.Maui.Controls.Shapes.GeometryGroup +Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRule.set -> void +Microsoft.Maui.Controls.Shapes.GeometryGroup.GeometryGroup() -> void +Microsoft.Maui.Controls.Shapes.GeometryGroup.InvalidateGeometryRequested -> System.EventHandler +Microsoft.Maui.Controls.Shapes.GeometryHelper +Microsoft.Maui.Controls.Shapes.IGeometry +Microsoft.Maui.Controls.Shapes.Line +Microsoft.Maui.Controls.Shapes.Line.Line() -> void +Microsoft.Maui.Controls.Shapes.Line.Line(double x1, double y1, double x2, double y2) -> void +Microsoft.Maui.Controls.Shapes.Line.X1.get -> double +Microsoft.Maui.Controls.Shapes.Line.X1.set -> void +Microsoft.Maui.Controls.Shapes.Line.X2.get -> double +Microsoft.Maui.Controls.Shapes.Line.X2.set -> void +Microsoft.Maui.Controls.Shapes.Line.Y1.get -> double +Microsoft.Maui.Controls.Shapes.Line.Y1.set -> void +Microsoft.Maui.Controls.Shapes.Line.Y2.get -> double +Microsoft.Maui.Controls.Shapes.Line.Y2.set -> void +Microsoft.Maui.Controls.Shapes.LineGeometry +Microsoft.Maui.Controls.Shapes.LineGeometry.EndPoint.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.LineGeometry.EndPoint.set -> void +Microsoft.Maui.Controls.Shapes.LineGeometry.LineGeometry() -> void +Microsoft.Maui.Controls.Shapes.LineGeometry.LineGeometry(Microsoft.Maui.Graphics.Point startPoint, Microsoft.Maui.Graphics.Point endPoint) -> void +Microsoft.Maui.Controls.Shapes.LineGeometry.StartPoint.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.LineGeometry.StartPoint.set -> void +Microsoft.Maui.Controls.Shapes.LineSegment +Microsoft.Maui.Controls.Shapes.LineSegment.LineSegment() -> void +Microsoft.Maui.Controls.Shapes.LineSegment.LineSegment(Microsoft.Maui.Graphics.Point point) -> void +Microsoft.Maui.Controls.Shapes.LineSegment.Point.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.LineSegment.Point.set -> void +Microsoft.Maui.Controls.Shapes.Matrix +Microsoft.Maui.Controls.Shapes.Matrix.Append(Microsoft.Maui.Controls.Shapes.Matrix matrix) -> void +Microsoft.Maui.Controls.Shapes.Matrix.Determinant.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.HasInverse.get -> bool +Microsoft.Maui.Controls.Shapes.Matrix.Invert() -> void +Microsoft.Maui.Controls.Shapes.Matrix.IsIdentity.get -> bool +Microsoft.Maui.Controls.Shapes.Matrix.M11.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.M11.set -> void +Microsoft.Maui.Controls.Shapes.Matrix.M12.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.M12.set -> void +Microsoft.Maui.Controls.Shapes.Matrix.M21.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.M21.set -> void +Microsoft.Maui.Controls.Shapes.Matrix.M22.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.M22.set -> void +Microsoft.Maui.Controls.Shapes.Matrix.Matrix() -> void +Microsoft.Maui.Controls.Shapes.Matrix.Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.OffsetX.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.OffsetX.set -> void +Microsoft.Maui.Controls.Shapes.Matrix.OffsetY.get -> double +Microsoft.Maui.Controls.Shapes.Matrix.OffsetY.set -> void +Microsoft.Maui.Controls.Shapes.Matrix.Prepend(Microsoft.Maui.Controls.Shapes.Matrix matrix) -> void +Microsoft.Maui.Controls.Shapes.Matrix.Rotate(double angle) -> void +Microsoft.Maui.Controls.Shapes.Matrix.RotateAt(double angle, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.RotateAtPrepend(double angle, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.RotatePrepend(double angle) -> void +Microsoft.Maui.Controls.Shapes.Matrix.Scale(double scaleX, double scaleY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.ScaleAt(double scaleX, double scaleY, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.ScaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.ScalePrepend(double scaleX, double scaleY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.SetIdentity() -> void +Microsoft.Maui.Controls.Shapes.Matrix.Skew(double skewX, double skewY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.SkewPrepend(double skewX, double skewY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.Transform(Microsoft.Maui.Graphics.Point point) -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.Matrix.Translate(double offsetX, double offsetY) -> void +Microsoft.Maui.Controls.Shapes.Matrix.TranslatePrepend(double offsetX, double offsetY) -> void +Microsoft.Maui.Controls.Shapes.MatrixExtensions +Microsoft.Maui.Controls.Shapes.MatrixTransform +Microsoft.Maui.Controls.Shapes.MatrixTransform.Matrix.get -> Microsoft.Maui.Controls.Shapes.Matrix +Microsoft.Maui.Controls.Shapes.MatrixTransform.Matrix.set -> void +Microsoft.Maui.Controls.Shapes.MatrixTransform.MatrixTransform() -> void +Microsoft.Maui.Controls.Shapes.MatrixTypeConverter +Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.MatrixTypeConverter() -> void +Microsoft.Maui.Controls.Shapes.Path +Microsoft.Maui.Controls.Shapes.Path.Path() -> void +Microsoft.Maui.Controls.Shapes.PathFigure +Microsoft.Maui.Controls.Shapes.PathFigure.BatchBegin() -> void +Microsoft.Maui.Controls.Shapes.PathFigure.BatchCommit() -> void +Microsoft.Maui.Controls.Shapes.PathFigure.IsClosed.get -> bool +Microsoft.Maui.Controls.Shapes.PathFigure.IsClosed.set -> void +Microsoft.Maui.Controls.Shapes.PathFigure.IsFilled.get -> bool +Microsoft.Maui.Controls.Shapes.PathFigure.IsFilled.set -> void +Microsoft.Maui.Controls.Shapes.PathFigure.PathFigure() -> void +Microsoft.Maui.Controls.Shapes.PathFigure.StartPoint.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.PathFigure.StartPoint.set -> void +Microsoft.Maui.Controls.Shapes.PathFigureCollection +Microsoft.Maui.Controls.Shapes.PathFigureCollection.PathFigureCollection() -> void +Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter +Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.PathFigureCollectionConverter() -> void +Microsoft.Maui.Controls.Shapes.PathGeometry +Microsoft.Maui.Controls.Shapes.PathGeometry.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.PathGeometry.FillRule.set -> void +Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry() -> void +Microsoft.Maui.Controls.Shapes.PathGeometryConverter +Microsoft.Maui.Controls.Shapes.PathGeometryConverter.PathGeometryConverter() -> void +Microsoft.Maui.Controls.Shapes.PathSegment +Microsoft.Maui.Controls.Shapes.PathSegment.BatchBegin() -> void +Microsoft.Maui.Controls.Shapes.PathSegment.BatchCommit() -> void +Microsoft.Maui.Controls.Shapes.PathSegment.PathSegment() -> void +Microsoft.Maui.Controls.Shapes.PathSegmentCollection +Microsoft.Maui.Controls.Shapes.PathSegmentCollection.PathSegmentCollection() -> void +Microsoft.Maui.Controls.Shapes.PenLineCap +Microsoft.Maui.Controls.Shapes.PenLineCap.Flat = 0 -> Microsoft.Maui.Controls.Shapes.PenLineCap +Microsoft.Maui.Controls.Shapes.PenLineCap.Round = 2 -> Microsoft.Maui.Controls.Shapes.PenLineCap +Microsoft.Maui.Controls.Shapes.PenLineCap.Square = 1 -> Microsoft.Maui.Controls.Shapes.PenLineCap +Microsoft.Maui.Controls.Shapes.PenLineJoin +Microsoft.Maui.Controls.Shapes.PenLineJoin.Bevel = 1 -> Microsoft.Maui.Controls.Shapes.PenLineJoin +Microsoft.Maui.Controls.Shapes.PenLineJoin.Miter = 0 -> Microsoft.Maui.Controls.Shapes.PenLineJoin +Microsoft.Maui.Controls.Shapes.PenLineJoin.Round = 2 -> Microsoft.Maui.Controls.Shapes.PenLineJoin +Microsoft.Maui.Controls.Shapes.PointCollectionConverter +Microsoft.Maui.Controls.Shapes.PointCollectionConverter.PointCollectionConverter() -> void +Microsoft.Maui.Controls.Shapes.PolyBezierSegment +Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PolyBezierSegment() -> void +Microsoft.Maui.Controls.Shapes.Polygon +Microsoft.Maui.Controls.Shapes.Polygon.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.Polygon.FillRule.set -> void +Microsoft.Maui.Controls.Shapes.Polygon.Polygon() -> void +Microsoft.Maui.Controls.Shapes.Polyline +Microsoft.Maui.Controls.Shapes.Polyline.FillRule.get -> Microsoft.Maui.Controls.Shapes.FillRule +Microsoft.Maui.Controls.Shapes.Polyline.FillRule.set -> void +Microsoft.Maui.Controls.Shapes.Polyline.Polyline() -> void +Microsoft.Maui.Controls.Shapes.PolyLineSegment +Microsoft.Maui.Controls.Shapes.PolyLineSegment.PolyLineSegment() -> void +Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment +Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PolyQuadraticBezierSegment() -> void +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1.set -> void +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2.set -> void +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.QuadraticBezierSegment() -> void +Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.QuadraticBezierSegment(Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2) -> void +Microsoft.Maui.Controls.Shapes.Rectangle +Microsoft.Maui.Controls.Shapes.Rectangle.RadiusX.get -> double +Microsoft.Maui.Controls.Shapes.Rectangle.RadiusX.set -> void +Microsoft.Maui.Controls.Shapes.Rectangle.RadiusY.get -> double +Microsoft.Maui.Controls.Shapes.Rectangle.RadiusY.set -> void +Microsoft.Maui.Controls.Shapes.Rectangle.Rectangle() -> void +Microsoft.Maui.Controls.Shapes.RectangleGeometry +Microsoft.Maui.Controls.Shapes.RectangleGeometry.Rect.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.Shapes.RectangleGeometry.Rect.set -> void +Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectangleGeometry() -> void +Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectangleGeometry(Microsoft.Maui.Graphics.Rect rect) -> void +Microsoft.Maui.Controls.Shapes.RotateTransform +Microsoft.Maui.Controls.Shapes.RotateTransform.Angle.get -> double +Microsoft.Maui.Controls.Shapes.RotateTransform.Angle.set -> void +Microsoft.Maui.Controls.Shapes.RotateTransform.CenterX.get -> double +Microsoft.Maui.Controls.Shapes.RotateTransform.CenterX.set -> void +Microsoft.Maui.Controls.Shapes.RotateTransform.CenterY.get -> double +Microsoft.Maui.Controls.Shapes.RotateTransform.CenterY.set -> void +Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform() -> void +Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform(double angle) -> void +Microsoft.Maui.Controls.Shapes.RotateTransform.RotateTransform(double angle, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.RoundRectangle +Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadius.get -> Microsoft.Maui.CornerRadius +Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadius.set -> void +Microsoft.Maui.Controls.Shapes.RoundRectangle.RoundRectangle() -> void +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadius.get -> Microsoft.Maui.CornerRadius +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadius.set -> void +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.Rect.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.Rect.set -> void +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RoundRectangleGeometry() -> void +Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RoundRectangleGeometry(Microsoft.Maui.CornerRadius cornerRadius, Microsoft.Maui.Graphics.Rect rect) -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform +Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterX.get -> double +Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterX.set -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterY.get -> double +Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterY.set -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform() -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform(double scaleX, double scaleY) -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleTransform(double scaleX, double scaleY, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleX.get -> double +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleX.set -> void +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleY.get -> double +Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleY.set -> void +Microsoft.Maui.Controls.Shapes.Shape +Microsoft.Maui.Controls.Shapes.Shape.Aspect.get -> Microsoft.Maui.Controls.Stretch +Microsoft.Maui.Controls.Shapes.Shape.Aspect.set -> void +Microsoft.Maui.Controls.Shapes.Shape.Fill.get -> Microsoft.Maui.Controls.Brush! +Microsoft.Maui.Controls.Shapes.Shape.Fill.set -> void +Microsoft.Maui.Controls.Shapes.Shape.Shape() -> void +Microsoft.Maui.Controls.Shapes.Shape.Stroke.get -> Microsoft.Maui.Controls.Brush! +Microsoft.Maui.Controls.Shapes.Shape.Stroke.set -> void +Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArray.get -> Microsoft.Maui.Controls.DoubleCollection! +Microsoft.Maui.Controls.Shapes.Shape.StrokeDashArray.set -> void +Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffset.get -> double +Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffset.set -> void +Microsoft.Maui.Controls.Shapes.Shape.StrokeDashPattern.get -> float[]! +Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCap.get -> Microsoft.Maui.Controls.Shapes.PenLineCap +Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCap.set -> void +Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoin.get -> Microsoft.Maui.Controls.Shapes.PenLineJoin +Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoin.set -> void +Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimit.get -> double +Microsoft.Maui.Controls.Shapes.Shape.StrokeMiterLimit.set -> void +Microsoft.Maui.Controls.Shapes.Shape.StrokeThickness.get -> double +Microsoft.Maui.Controls.Shapes.Shape.StrokeThickness.set -> void +Microsoft.Maui.Controls.Shapes.SkewTransform +Microsoft.Maui.Controls.Shapes.SkewTransform.AngleX.get -> double +Microsoft.Maui.Controls.Shapes.SkewTransform.AngleX.set -> void +Microsoft.Maui.Controls.Shapes.SkewTransform.AngleY.get -> double +Microsoft.Maui.Controls.Shapes.SkewTransform.AngleY.set -> void +Microsoft.Maui.Controls.Shapes.SkewTransform.CenterX.get -> double +Microsoft.Maui.Controls.Shapes.SkewTransform.CenterX.set -> void +Microsoft.Maui.Controls.Shapes.SkewTransform.CenterY.get -> double +Microsoft.Maui.Controls.Shapes.SkewTransform.CenterY.set -> void +Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform() -> void +Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform(double angleX, double angleY) -> void +Microsoft.Maui.Controls.Shapes.SkewTransform.SkewTransform(double angleX, double angleY, double centerX, double centerY) -> void +Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter +Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.StrokeShapeTypeConverter() -> void +Microsoft.Maui.Controls.Shapes.Transform +Microsoft.Maui.Controls.Shapes.Transform.Transform() -> void +Microsoft.Maui.Controls.Shapes.Transform.Value.get -> Microsoft.Maui.Controls.Shapes.Matrix +Microsoft.Maui.Controls.Shapes.Transform.Value.set -> void +Microsoft.Maui.Controls.Shapes.TransformCollection +Microsoft.Maui.Controls.Shapes.TransformCollection.TransformCollection() -> void +Microsoft.Maui.Controls.Shapes.TransformGroup +Microsoft.Maui.Controls.Shapes.TransformGroup.TransformGroup() -> void +Microsoft.Maui.Controls.Shapes.TransformTypeConverter +Microsoft.Maui.Controls.Shapes.TransformTypeConverter.TransformTypeConverter() -> void +Microsoft.Maui.Controls.Shapes.TranslateTransform +Microsoft.Maui.Controls.Shapes.TranslateTransform.TranslateTransform() -> void +Microsoft.Maui.Controls.Shapes.TranslateTransform.TranslateTransform(double x, double y) -> void +Microsoft.Maui.Controls.Shapes.TranslateTransform.X.get -> double +Microsoft.Maui.Controls.Shapes.TranslateTransform.X.set -> void +Microsoft.Maui.Controls.Shapes.TranslateTransform.Y.get -> double +Microsoft.Maui.Controls.Shapes.TranslateTransform.Y.set -> void +Microsoft.Maui.Controls.Shell +Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspect.get -> Microsoft.Maui.Aspect +Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspect.set -> void +Microsoft.Maui.Controls.Shell.FlyoutBehavior.get -> Microsoft.Maui.FlyoutBehavior +Microsoft.Maui.Controls.Shell.FlyoutBehavior.set -> void +Microsoft.Maui.Controls.Shell.FlyoutHeaderBehavior.get -> Microsoft.Maui.Controls.FlyoutHeaderBehavior +Microsoft.Maui.Controls.Shell.FlyoutHeaderBehavior.set -> void +Microsoft.Maui.Controls.Shell.FlyoutHeight.get -> double +Microsoft.Maui.Controls.Shell.FlyoutHeight.set -> void +Microsoft.Maui.Controls.Shell.FlyoutIsPresented.get -> bool +Microsoft.Maui.Controls.Shell.FlyoutIsPresented.set -> void +Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollMode.get -> Microsoft.Maui.Controls.ScrollMode +Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollMode.set -> void +Microsoft.Maui.Controls.Shell.FlyoutWidth.get -> double +Microsoft.Maui.Controls.Shell.FlyoutWidth.set -> void +Microsoft.Maui.Controls.Shell.Navigated -> System.EventHandler +Microsoft.Maui.Controls.Shell.Navigating -> System.EventHandler +Microsoft.Maui.Controls.Shell.Shell() -> void +Microsoft.Maui.Controls.ShellAppearance +Microsoft.Maui.Controls.ShellAppearance.FlyoutHeight.get -> double +Microsoft.Maui.Controls.ShellAppearance.FlyoutWidth.get -> double +Microsoft.Maui.Controls.ShellAppearance.MakeComplete() -> void +Microsoft.Maui.Controls.ShellContent +Microsoft.Maui.Controls.ShellContent.ShellContent() -> void +Microsoft.Maui.Controls.ShellGroupItem +Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptions.get -> Microsoft.Maui.Controls.FlyoutDisplayOptions +Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptions.set -> void +Microsoft.Maui.Controls.ShellGroupItem.ShellGroupItem() -> void +Microsoft.Maui.Controls.ShellItem +Microsoft.Maui.Controls.ShellItem.ShellItem() -> void +Microsoft.Maui.Controls.ShellNavigatedEventArgs +Microsoft.Maui.Controls.ShellNavigatedEventArgs.Source.get -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigatingDeferral +Microsoft.Maui.Controls.ShellNavigatingDeferral.Complete() -> void +Microsoft.Maui.Controls.ShellNavigatingEventArgs +Microsoft.Maui.Controls.ShellNavigatingEventArgs.CanCancel.get -> bool +Microsoft.Maui.Controls.ShellNavigatingEventArgs.Cancel() -> bool +Microsoft.Maui.Controls.ShellNavigatingEventArgs.Cancelled.get -> bool +Microsoft.Maui.Controls.ShellNavigatingEventArgs.Source.get -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.Insert = 4 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.Pop = 2 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.PopToRoot = 3 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.Push = 1 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.Remove = 5 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.ShellContentChanged = 8 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.ShellItemChanged = 6 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.ShellSectionChanged = 7 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationSource.Unknown = 0 -> Microsoft.Maui.Controls.ShellNavigationSource +Microsoft.Maui.Controls.ShellNavigationState +Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState() -> void +Microsoft.Maui.Controls.ShellSection +Microsoft.Maui.Controls.ShellSection.ShellSection() -> void +Microsoft.Maui.Controls.ShellTemplatedViewManager +Microsoft.Maui.Controls.Slider +Microsoft.Maui.Controls.Slider.DragCompleted -> System.EventHandler +Microsoft.Maui.Controls.Slider.DragStarted -> System.EventHandler +Microsoft.Maui.Controls.Slider.Maximum.get -> double +Microsoft.Maui.Controls.Slider.Maximum.set -> void +Microsoft.Maui.Controls.Slider.Minimum.get -> double +Microsoft.Maui.Controls.Slider.Minimum.set -> void +Microsoft.Maui.Controls.Slider.Slider() -> void +Microsoft.Maui.Controls.Slider.Slider(double min, double max, double val) -> void +Microsoft.Maui.Controls.Slider.Value.get -> double +Microsoft.Maui.Controls.Slider.Value.set -> void +Microsoft.Maui.Controls.Slider.ValueChanged -> System.EventHandler +Microsoft.Maui.Controls.SnapPointsAlignment +Microsoft.Maui.Controls.SnapPointsAlignment.Center = 1 -> Microsoft.Maui.Controls.SnapPointsAlignment +Microsoft.Maui.Controls.SnapPointsAlignment.End = 2 -> Microsoft.Maui.Controls.SnapPointsAlignment +Microsoft.Maui.Controls.SnapPointsAlignment.Start = 0 -> Microsoft.Maui.Controls.SnapPointsAlignment +Microsoft.Maui.Controls.SnapPointsType +Microsoft.Maui.Controls.SnapPointsType.Mandatory = 1 -> Microsoft.Maui.Controls.SnapPointsType +Microsoft.Maui.Controls.SnapPointsType.MandatorySingle = 2 -> Microsoft.Maui.Controls.SnapPointsType +Microsoft.Maui.Controls.SnapPointsType.None = 0 -> Microsoft.Maui.Controls.SnapPointsType +Microsoft.Maui.Controls.SolidColorBrush +Microsoft.Maui.Controls.SolidColorBrush.SolidColorBrush() -> void +Microsoft.Maui.Controls.Span +Microsoft.Maui.Controls.Span.CharacterSpacing.get -> double +Microsoft.Maui.Controls.Span.CharacterSpacing.set -> void +Microsoft.Maui.Controls.Span.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.Span.FontAttributes.set -> void +Microsoft.Maui.Controls.Span.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.Span.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.Span.FontSize.get -> double +Microsoft.Maui.Controls.Span.FontSize.set -> void +Microsoft.Maui.Controls.Span.LineHeight.get -> double +Microsoft.Maui.Controls.Span.LineHeight.set -> void +Microsoft.Maui.Controls.Span.Span() -> void +Microsoft.Maui.Controls.Span.TextDecorations.get -> Microsoft.Maui.TextDecorations +Microsoft.Maui.Controls.Span.TextDecorations.set -> void +Microsoft.Maui.Controls.Span.TextTransform.get -> Microsoft.Maui.TextTransform +Microsoft.Maui.Controls.Span.TextTransform.set -> void +Microsoft.Maui.Controls.StackBase +Microsoft.Maui.Controls.StackBase.Spacing.get -> double +Microsoft.Maui.Controls.StackBase.Spacing.set -> void +Microsoft.Maui.Controls.StackBase.StackBase() -> void +Microsoft.Maui.Controls.StackLayout +Microsoft.Maui.Controls.StackLayout.Orientation.get -> Microsoft.Maui.Controls.StackOrientation +Microsoft.Maui.Controls.StackLayout.Orientation.set -> void +Microsoft.Maui.Controls.StackLayout.StackLayout() -> void +Microsoft.Maui.Controls.StackLayoutManager +Microsoft.Maui.Controls.StackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.StackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.StackOrientation +Microsoft.Maui.Controls.StackOrientation.Horizontal = 1 -> Microsoft.Maui.Controls.StackOrientation +Microsoft.Maui.Controls.StackOrientation.Vertical = 0 -> Microsoft.Maui.Controls.StackOrientation +Microsoft.Maui.Controls.StateTrigger +Microsoft.Maui.Controls.StateTrigger.IsActive.get -> bool +Microsoft.Maui.Controls.StateTrigger.IsActive.set -> void +Microsoft.Maui.Controls.StateTrigger.StateTrigger() -> void +Microsoft.Maui.Controls.StateTriggerBase +Microsoft.Maui.Controls.StateTriggerBase.IsActive.get -> bool +Microsoft.Maui.Controls.StateTriggerBase.IsActiveChanged -> System.EventHandler +Microsoft.Maui.Controls.StateTriggerBase.IsAttached.get -> bool +Microsoft.Maui.Controls.StateTriggerBase.SetActive(bool active) -> void +Microsoft.Maui.Controls.StateTriggerBase.StateTriggerBase() -> void +Microsoft.Maui.Controls.Stepper +Microsoft.Maui.Controls.Stepper.Increment.get -> double +Microsoft.Maui.Controls.Stepper.Increment.set -> void +Microsoft.Maui.Controls.Stepper.Maximum.get -> double +Microsoft.Maui.Controls.Stepper.Maximum.set -> void +Microsoft.Maui.Controls.Stepper.Minimum.get -> double +Microsoft.Maui.Controls.Stepper.Minimum.set -> void +Microsoft.Maui.Controls.Stepper.Stepper() -> void +Microsoft.Maui.Controls.Stepper.Stepper(double min, double max, double val, double increment) -> void +Microsoft.Maui.Controls.Stepper.Value.get -> double +Microsoft.Maui.Controls.Stepper.Value.set -> void +Microsoft.Maui.Controls.Stepper.ValueChanged -> System.EventHandler +Microsoft.Maui.Controls.StreamImageSource +Microsoft.Maui.Controls.StreamImageSource.StreamImageSource() -> void +Microsoft.Maui.Controls.Stretch +Microsoft.Maui.Controls.Stretch.Fill = 1 -> Microsoft.Maui.Controls.Stretch +Microsoft.Maui.Controls.Stretch.None = 0 -> Microsoft.Maui.Controls.Stretch +Microsoft.Maui.Controls.Stretch.Uniform = 2 -> Microsoft.Maui.Controls.Stretch +Microsoft.Maui.Controls.Stretch.UniformToFill = 3 -> Microsoft.Maui.Controls.Stretch +Microsoft.Maui.Controls.StructuredItemsView +Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategy.get -> Microsoft.Maui.Controls.ItemSizingStrategy +Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategy.set -> void +Microsoft.Maui.Controls.StructuredItemsView.StructuredItemsView() -> void +Microsoft.Maui.Controls.Style +Microsoft.Maui.Controls.Style.ApplyToDerivedTypes.get -> bool +Microsoft.Maui.Controls.Style.ApplyToDerivedTypes.set -> void +Microsoft.Maui.Controls.Style.CanCascade.get -> bool +Microsoft.Maui.Controls.Style.CanCascade.set -> void +Microsoft.Maui.Controls.StyleSheets.StyleSheet +Microsoft.Maui.Controls.SweepDirection +Microsoft.Maui.Controls.SweepDirection.Clockwise = 1 -> Microsoft.Maui.Controls.SweepDirection +Microsoft.Maui.Controls.SweepDirection.CounterClockwise = 0 -> Microsoft.Maui.Controls.SweepDirection +Microsoft.Maui.Controls.SwipeChangingEventArgs +Microsoft.Maui.Controls.SwipeChangingEventArgs.Offset.get -> double +Microsoft.Maui.Controls.SwipeChangingEventArgs.Offset.set -> void +Microsoft.Maui.Controls.SwipeChangingEventArgs.SwipeChangingEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, double offset) -> void +Microsoft.Maui.Controls.SwipedEventArgs +Microsoft.Maui.Controls.SwipedEventArgs.Direction.get -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.Controls.SwipeEndedEventArgs +Microsoft.Maui.Controls.SwipeEndedEventArgs.IsOpen.get -> bool +Microsoft.Maui.Controls.SwipeEndedEventArgs.IsOpen.set -> void +Microsoft.Maui.Controls.SwipeEndedEventArgs.SwipeEndedEventArgs(Microsoft.Maui.SwipeDirection swipeDirection, bool isOpen) -> void +Microsoft.Maui.Controls.SwipeGestureRecognizer +Microsoft.Maui.Controls.SwipeGestureRecognizer.Direction.get -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.Controls.SwipeGestureRecognizer.Direction.set -> void +Microsoft.Maui.Controls.SwipeGestureRecognizer.Swiped -> System.EventHandler +Microsoft.Maui.Controls.SwipeGestureRecognizer.SwipeGestureRecognizer() -> void +Microsoft.Maui.Controls.SwipeGestureRecognizer.Threshold.get -> uint +Microsoft.Maui.Controls.SwipeGestureRecognizer.Threshold.set -> void +Microsoft.Maui.Controls.SwipeItem +Microsoft.Maui.Controls.SwipeItem.Invoked -> System.EventHandler +Microsoft.Maui.Controls.SwipeItem.IsVisible.get -> bool +Microsoft.Maui.Controls.SwipeItem.IsVisible.set -> void +Microsoft.Maui.Controls.SwipeItem.SwipeItem() -> void +Microsoft.Maui.Controls.SwipeItems +Microsoft.Maui.Controls.SwipeItems.Clear() -> void +Microsoft.Maui.Controls.SwipeItems.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.SwipeItems.Count.get -> int +Microsoft.Maui.Controls.SwipeItems.IsReadOnly.get -> bool +Microsoft.Maui.Controls.SwipeItems.Mode.get -> Microsoft.Maui.SwipeMode +Microsoft.Maui.Controls.SwipeItems.Mode.set -> void +Microsoft.Maui.Controls.SwipeItems.RemoveAt(int index) -> void +Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvoked.get -> Microsoft.Maui.SwipeBehaviorOnInvoked +Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvoked.set -> void +Microsoft.Maui.Controls.SwipeItems.SwipeItems() -> void +Microsoft.Maui.Controls.SwipeItemView +Microsoft.Maui.Controls.SwipeItemView.Invoked -> System.EventHandler +Microsoft.Maui.Controls.SwipeItemView.OnInvoked() -> void +Microsoft.Maui.Controls.SwipeItemView.SwipeItemView() -> void +Microsoft.Maui.Controls.SwipeStartedEventArgs +Microsoft.Maui.Controls.SwipeStartedEventArgs.SwipeStartedEventArgs(Microsoft.Maui.SwipeDirection swipeDirection) -> void +Microsoft.Maui.Controls.SwipeView +Microsoft.Maui.Controls.SwipeView.Close(bool animated = true) -> void +Microsoft.Maui.Controls.SwipeView.CloseRequested -> System.EventHandler +Microsoft.Maui.Controls.SwipeView.Open(Microsoft.Maui.OpenSwipeItem openSwipeItem, bool animated = true) -> void +Microsoft.Maui.Controls.SwipeView.OpenRequested -> System.EventHandler +Microsoft.Maui.Controls.SwipeView.SwipeChanging -> System.EventHandler +Microsoft.Maui.Controls.SwipeView.SwipeEnded -> System.EventHandler +Microsoft.Maui.Controls.SwipeView.SwipeStarted -> System.EventHandler +Microsoft.Maui.Controls.SwipeView.SwipeView() -> void +Microsoft.Maui.Controls.SwipeView.Threshold.get -> double +Microsoft.Maui.Controls.SwipeView.Threshold.set -> void +Microsoft.Maui.Controls.Switch +Microsoft.Maui.Controls.Switch.IsToggled.get -> bool +Microsoft.Maui.Controls.Switch.IsToggled.set -> void +Microsoft.Maui.Controls.Switch.Switch() -> void +Microsoft.Maui.Controls.Switch.Toggled -> System.EventHandler +Microsoft.Maui.Controls.SwitchCell +Microsoft.Maui.Controls.SwitchCell.On.get -> bool +Microsoft.Maui.Controls.SwitchCell.On.set -> void +Microsoft.Maui.Controls.SwitchCell.OnChanged -> System.EventHandler +Microsoft.Maui.Controls.SwitchCell.SwitchCell() -> void +Microsoft.Maui.Controls.Tab +Microsoft.Maui.Controls.Tab.Tab() -> void +Microsoft.Maui.Controls.TabBar +Microsoft.Maui.Controls.TabBar.TabBar() -> void +Microsoft.Maui.Controls.TabbedPage +Microsoft.Maui.Controls.TabbedPage.TabbedPage() -> void +Microsoft.Maui.Controls.TableIntent +Microsoft.Maui.Controls.TableIntent.Data = 3 -> Microsoft.Maui.Controls.TableIntent +Microsoft.Maui.Controls.TableIntent.Form = 2 -> Microsoft.Maui.Controls.TableIntent +Microsoft.Maui.Controls.TableIntent.Menu = 0 -> Microsoft.Maui.Controls.TableIntent +Microsoft.Maui.Controls.TableIntent.Settings = 1 -> Microsoft.Maui.Controls.TableIntent +Microsoft.Maui.Controls.TableRoot +Microsoft.Maui.Controls.TableRoot.TableRoot() -> void +Microsoft.Maui.Controls.TableSection +Microsoft.Maui.Controls.TableSection.TableSection() -> void +Microsoft.Maui.Controls.TableSectionBase +Microsoft.Maui.Controls.TableSectionBase.TableSectionBase() -> void +Microsoft.Maui.Controls.TableSectionBase.Clear() -> void +Microsoft.Maui.Controls.TableSectionBase.CollectionChanged -> System.Collections.Specialized.NotifyCollectionChangedEventHandler +Microsoft.Maui.Controls.TableSectionBase.Count.get -> int +Microsoft.Maui.Controls.TableSectionBase.RemoveAt(int index) -> void +Microsoft.Maui.Controls.TableSectionBase.TableSectionBase() -> void +Microsoft.Maui.Controls.TableView +Microsoft.Maui.Controls.TableView.HasUnevenRows.get -> bool +Microsoft.Maui.Controls.TableView.HasUnevenRows.set -> void +Microsoft.Maui.Controls.TableView.Intent.get -> Microsoft.Maui.Controls.TableIntent +Microsoft.Maui.Controls.TableView.Intent.set -> void +Microsoft.Maui.Controls.TableView.ModelChanged -> System.EventHandler +Microsoft.Maui.Controls.TableView.RowHeight.get -> int +Microsoft.Maui.Controls.TableView.RowHeight.set -> void +Microsoft.Maui.Controls.TableView.TableView() -> void +Microsoft.Maui.Controls.TabsStyle +Microsoft.Maui.Controls.TabsStyle.Default = 0 -> Microsoft.Maui.Controls.TabsStyle +Microsoft.Maui.Controls.TabsStyle.Hidden = 1 -> Microsoft.Maui.Controls.TabsStyle +Microsoft.Maui.Controls.TabsStyle.Icons = 2 -> Microsoft.Maui.Controls.TabsStyle +Microsoft.Maui.Controls.TabsStyle.OnBottom = 4 -> Microsoft.Maui.Controls.TabsStyle +Microsoft.Maui.Controls.TabsStyle.OnNavigation = 3 -> Microsoft.Maui.Controls.TabsStyle +Microsoft.Maui.Controls.TapGestureRecognizer Microsoft.Maui.Controls.TapGestureRecognizer.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.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 +Microsoft.Maui.Controls.TargetIdiom.Tablet = 2 -> Microsoft.Maui.Controls.TargetIdiom +Microsoft.Maui.Controls.TargetIdiom.TV = 4 -> Microsoft.Maui.Controls.TargetIdiom +Microsoft.Maui.Controls.TargetIdiom.Unsupported = 0 -> Microsoft.Maui.Controls.TargetIdiom +Microsoft.Maui.Controls.TargetIdiom.Watch = 5 -> Microsoft.Maui.Controls.TargetIdiom +Microsoft.Maui.Controls.TemplateBinding +Microsoft.Maui.Controls.TemplateBinding.TemplateBinding() -> void +Microsoft.Maui.Controls.TemplatedPage +Microsoft.Maui.Controls.TemplatedPage.TemplatedPage() -> void +Microsoft.Maui.Controls.TemplatedView +Microsoft.Maui.Controls.TemplatedView.TemplatedView() -> void +Microsoft.Maui.Controls.TemplateExtensions +Microsoft.Maui.Controls.TextAlignmentConverter +Microsoft.Maui.Controls.TextAlignmentConverter.TextAlignmentConverter() -> void +Microsoft.Maui.Controls.TextCell +Microsoft.Maui.Controls.TextCell.TextCell() -> void +Microsoft.Maui.Controls.TextChangedEventArgs +Microsoft.Maui.Controls.TextDecorationConverter +Microsoft.Maui.Controls.TextDecorationConverter.TextDecorationConverter() -> void +Microsoft.Maui.Controls.TimePicker +Microsoft.Maui.Controls.TimePicker.CharacterSpacing.get -> double +Microsoft.Maui.Controls.TimePicker.CharacterSpacing.set -> void +Microsoft.Maui.Controls.TimePicker.FontAttributes.get -> Microsoft.Maui.Controls.FontAttributes +Microsoft.Maui.Controls.TimePicker.FontAttributes.set -> void +Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabled.get -> bool +Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabled.set -> void +Microsoft.Maui.Controls.TimePicker.FontSize.get -> double +Microsoft.Maui.Controls.TimePicker.FontSize.set -> void +Microsoft.Maui.Controls.TimePicker.Time.get -> System.TimeSpan +Microsoft.Maui.Controls.TimePicker.Time.set -> void +Microsoft.Maui.Controls.TimePicker.TimePicker() -> void +Microsoft.Maui.Controls.ToggledEventArgs +Microsoft.Maui.Controls.ToggledEventArgs.ToggledEventArgs(bool value) -> void +Microsoft.Maui.Controls.ToggledEventArgs.Value.get -> bool +Microsoft.Maui.Controls.Toolbar +Microsoft.Maui.Controls.Toolbar.BackButtonEnabled.get -> bool +Microsoft.Maui.Controls.Toolbar.BackButtonEnabled.set -> void +Microsoft.Maui.Controls.Toolbar.BarHeight.get -> double? +Microsoft.Maui.Controls.Toolbar.BarHeight.set -> void +Microsoft.Maui.Controls.Toolbar.DynamicOverflowEnabled.get -> bool +Microsoft.Maui.Controls.Toolbar.DynamicOverflowEnabled.set -> void +Microsoft.Maui.Controls.Toolbar.IsVisible.get -> bool +Microsoft.Maui.Controls.Toolbar.IsVisible.set -> void +Microsoft.Maui.Controls.Toolbar.PropertyChanged -> System.ComponentModel.PropertyChangedEventHandler +Microsoft.Maui.Controls.ToolbarItem +Microsoft.Maui.Controls.ToolbarItem.Order.get -> Microsoft.Maui.Controls.ToolbarItemOrder +Microsoft.Maui.Controls.ToolbarItem.Order.set -> void +Microsoft.Maui.Controls.ToolbarItem.Priority.get -> int +Microsoft.Maui.Controls.ToolbarItem.Priority.set -> void +Microsoft.Maui.Controls.ToolbarItem.ToolbarItem() -> void +Microsoft.Maui.Controls.ToolbarItemOrder +Microsoft.Maui.Controls.ToolbarItemOrder.Default = 0 -> Microsoft.Maui.Controls.ToolbarItemOrder +Microsoft.Maui.Controls.ToolbarItemOrder.Primary = 1 -> Microsoft.Maui.Controls.ToolbarItemOrder +Microsoft.Maui.Controls.ToolbarItemOrder.Secondary = 2 -> Microsoft.Maui.Controls.ToolbarItemOrder Microsoft.Maui.Controls.ToolTipProperties Microsoft.Maui.Controls.ToolTipProperties.ToolTipProperties() -> void +Microsoft.Maui.Controls.TouchEventArgs +Microsoft.Maui.Controls.TouchEventArgs.IsInsideBounds.get -> bool +Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs() -> void +Microsoft.Maui.Controls.Trigger +Microsoft.Maui.Controls.TriggerAction +Microsoft.Maui.Controls.TriggerAction.TriggerAction() -> void +Microsoft.Maui.Controls.TriggerBase +Microsoft.Maui.Controls.TriggerBase.IsSealed.get -> bool +Microsoft.Maui.Controls.TypeTypeConverter +Microsoft.Maui.Controls.TypeTypeConverter.TypeTypeConverter() -> void +Microsoft.Maui.Controls.UnsolvableConstraintsException +Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException() -> void +Microsoft.Maui.Controls.UriImageSource +Microsoft.Maui.Controls.UriImageSource.CacheValidity.get -> System.TimeSpan +Microsoft.Maui.Controls.UriImageSource.CacheValidity.set -> void +Microsoft.Maui.Controls.UriImageSource.CachingEnabled.get -> bool +Microsoft.Maui.Controls.UriImageSource.CachingEnabled.set -> void +Microsoft.Maui.Controls.UriImageSource.UriImageSource() -> void +Microsoft.Maui.Controls.UriTypeConverter +Microsoft.Maui.Controls.UriTypeConverter.UriTypeConverter() -> void +Microsoft.Maui.Controls.UrlWebViewSource +Microsoft.Maui.Controls.UrlWebViewSource.UrlWebViewSource() -> void +Microsoft.Maui.Controls.ValueChangedEventArgs +Microsoft.Maui.Controls.ValueChangedEventArgs.NewValue.get -> double +Microsoft.Maui.Controls.ValueChangedEventArgs.OldValue.get -> double +Microsoft.Maui.Controls.ValueChangedEventArgs.ValueChangedEventArgs(double oldValue, double newValue) -> void +Microsoft.Maui.Controls.VerticalStackLayout +Microsoft.Maui.Controls.VerticalStackLayout.VerticalStackLayout() -> void +Microsoft.Maui.Controls.View +Microsoft.Maui.Controls.View.GetRendererOverrides() -> Microsoft.Maui.PropertyMapper! +Microsoft.Maui.Controls.View.HorizontalOptions.get -> Microsoft.Maui.Controls.LayoutOptions +Microsoft.Maui.Controls.View.HorizontalOptions.set -> void +Microsoft.Maui.Controls.View.Margin.get -> Microsoft.Maui.Thickness +Microsoft.Maui.Controls.View.Margin.set -> void +Microsoft.Maui.Controls.View.propertyMapper -> Microsoft.Maui.PropertyMapper! +Microsoft.Maui.Controls.View.VerticalOptions.get -> Microsoft.Maui.Controls.LayoutOptions +Microsoft.Maui.Controls.View.VerticalOptions.set -> void +Microsoft.Maui.Controls.View.View() -> void +Microsoft.Maui.Controls.ViewCell +Microsoft.Maui.Controls.ViewCell.ViewCell() -> void +Microsoft.Maui.Controls.ViewExtensions +Microsoft.Maui.Controls.ViewState +Microsoft.Maui.Controls.ViewState.Default = 0 -> Microsoft.Maui.Controls.ViewState +Microsoft.Maui.Controls.ViewState.Prelight = 1 -> Microsoft.Maui.Controls.ViewState +Microsoft.Maui.Controls.ViewState.Pressed = 2 -> Microsoft.Maui.Controls.ViewState +Microsoft.Maui.Controls.VisibilityExtensions +Microsoft.Maui.Controls.VisualAttribute +Microsoft.Maui.Controls.VisualElement +Microsoft.Maui.Controls.VisualElement.AnchorX.get -> double +Microsoft.Maui.Controls.VisualElement.AnchorX.set -> void +Microsoft.Maui.Controls.VisualElement.AnchorY.get -> double +Microsoft.Maui.Controls.VisualElement.AnchorY.set -> void +Microsoft.Maui.Controls.VisualElement.Arrange(Microsoft.Maui.Graphics.Rect bounds) -> void +Microsoft.Maui.Controls.VisualElement.BatchBegin() -> void +Microsoft.Maui.Controls.VisualElement.BatchCommit() -> void +Microsoft.Maui.Controls.VisualElement.BatchCommitted -> System.EventHandler> +Microsoft.Maui.Controls.VisualElement.Batched.get -> bool +Microsoft.Maui.Controls.VisualElement.Bounds.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.VisualElement.ChildrenReordered -> System.EventHandler +Microsoft.Maui.Controls.VisualElement.DesiredSize.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Controls.VisualElement.DesiredSize.set -> void +Microsoft.Maui.Controls.VisualElement.DisableLayout.get -> bool +Microsoft.Maui.Controls.VisualElement.DisableLayout.set -> void +Microsoft.Maui.Controls.VisualElement.FlowDirection.get -> Microsoft.Maui.FlowDirection +Microsoft.Maui.Controls.VisualElement.FlowDirection.set -> void +Microsoft.Maui.Controls.VisualElement.Focus() -> bool +Microsoft.Maui.Controls.VisualElement.FocusChangeRequested -> System.EventHandler +Microsoft.Maui.Controls.VisualElement.Focused -> System.EventHandler +Microsoft.Maui.Controls.VisualElement.FocusRequestArgs +Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Focus.get -> bool +Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Focus.set -> void +Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.FocusRequestArgs() -> void +Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Result.get -> bool +Microsoft.Maui.Controls.VisualElement.FocusRequestArgs.Result.set -> void +Microsoft.Maui.Controls.VisualElement.Frame.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Controls.VisualElement.Frame.set -> void +Microsoft.Maui.Controls.VisualElement.Handler.get -> Microsoft.Maui.IViewHandler? +Microsoft.Maui.Controls.VisualElement.Handler.set -> void +Microsoft.Maui.Controls.VisualElement.Height.get -> double +Microsoft.Maui.Controls.VisualElement.HeightRequest.get -> double +Microsoft.Maui.Controls.VisualElement.HeightRequest.set -> void +Microsoft.Maui.Controls.VisualElement.InputTransparent.get -> bool +Microsoft.Maui.Controls.VisualElement.InputTransparent.set -> void +Microsoft.Maui.Controls.VisualElement.InvalidateMeasureNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger trigger) -> void +Microsoft.Maui.Controls.VisualElement.IsEnabled.get -> bool +Microsoft.Maui.Controls.VisualElement.IsEnabled.set -> void +Microsoft.Maui.Controls.VisualElement.IsFocused.get -> bool +Microsoft.Maui.Controls.VisualElement.IsInPlatformLayout.get -> bool +Microsoft.Maui.Controls.VisualElement.IsInPlatformLayout.set -> void +Microsoft.Maui.Controls.VisualElement.IsLoaded.get -> bool +Microsoft.Maui.Controls.VisualElement.IsPlatformEnabled.get -> bool +Microsoft.Maui.Controls.VisualElement.IsPlatformEnabled.set -> void +Microsoft.Maui.Controls.VisualElement.IsPlatformStateConsistent.get -> bool +Microsoft.Maui.Controls.VisualElement.IsPlatformStateConsistent.set -> void +Microsoft.Maui.Controls.VisualElement.IsVisible.get -> bool +Microsoft.Maui.Controls.VisualElement.IsVisible.set -> void +Microsoft.Maui.Controls.VisualElement.Layout(Microsoft.Maui.Graphics.Rect bounds) -> void +Microsoft.Maui.Controls.VisualElement.Loaded -> System.EventHandler? +Microsoft.Maui.Controls.VisualElement.MaximumHeightRequest.get -> double +Microsoft.Maui.Controls.VisualElement.MaximumHeightRequest.set -> void +Microsoft.Maui.Controls.VisualElement.MaximumWidthRequest.get -> double +Microsoft.Maui.Controls.VisualElement.MaximumWidthRequest.set -> void +Microsoft.Maui.Controls.VisualElement.MeasureInvalidated -> System.EventHandler +Microsoft.Maui.Controls.VisualElement.MinimumHeightRequest.get -> double +Microsoft.Maui.Controls.VisualElement.MinimumHeightRequest.set -> void +Microsoft.Maui.Controls.VisualElement.MinimumWidthRequest.get -> double +Microsoft.Maui.Controls.VisualElement.MinimumWidthRequest.set -> void +Microsoft.Maui.Controls.VisualElement.OnChildrenReordered() -> void +Microsoft.Maui.Controls.VisualElement.Opacity.get -> double +Microsoft.Maui.Controls.VisualElement.Opacity.set -> void +Microsoft.Maui.Controls.VisualElement.PlatformSizeChanged() -> void +Microsoft.Maui.Controls.VisualElement.Rotation.get -> double +Microsoft.Maui.Controls.VisualElement.Rotation.set -> void +Microsoft.Maui.Controls.VisualElement.RotationX.get -> double +Microsoft.Maui.Controls.VisualElement.RotationX.set -> void +Microsoft.Maui.Controls.VisualElement.RotationY.get -> double +Microsoft.Maui.Controls.VisualElement.RotationY.set -> void +Microsoft.Maui.Controls.VisualElement.Scale.get -> double +Microsoft.Maui.Controls.VisualElement.Scale.set -> void +Microsoft.Maui.Controls.VisualElement.ScaleX.get -> double +Microsoft.Maui.Controls.VisualElement.ScaleX.set -> void +Microsoft.Maui.Controls.VisualElement.ScaleY.get -> double +Microsoft.Maui.Controls.VisualElement.ScaleY.set -> void +Microsoft.Maui.Controls.VisualElement.Shadow.get -> Microsoft.Maui.Controls.Shadow! +Microsoft.Maui.Controls.VisualElement.Shadow.set -> void +Microsoft.Maui.Controls.VisualElement.SizeAllocated(double width, double height) -> void +Microsoft.Maui.Controls.VisualElement.SizeChanged -> System.EventHandler +Microsoft.Maui.Controls.VisualElement.TranslationX.get -> double +Microsoft.Maui.Controls.VisualElement.TranslationX.set -> void +Microsoft.Maui.Controls.VisualElement.TranslationY.get -> double +Microsoft.Maui.Controls.VisualElement.TranslationY.set -> void +Microsoft.Maui.Controls.VisualElement.Unfocus() -> void +Microsoft.Maui.Controls.VisualElement.Unfocused -> System.EventHandler +Microsoft.Maui.Controls.VisualElement.Unloaded -> System.EventHandler? +Microsoft.Maui.Controls.VisualElement.VisibilityConverter +Microsoft.Maui.Controls.VisualElement.VisibilityConverter.VisibilityConverter() -> void +Microsoft.Maui.Controls.VisualElement.VisualElement() -> void +Microsoft.Maui.Controls.VisualElement.Width.get -> double +Microsoft.Maui.Controls.VisualElement.WidthRequest.get -> double +Microsoft.Maui.Controls.VisualElement.WidthRequest.set -> void +Microsoft.Maui.Controls.VisualElement.X.get -> double +Microsoft.Maui.Controls.VisualElement.Y.get -> double +Microsoft.Maui.Controls.VisualElement.ZIndex.get -> int +Microsoft.Maui.Controls.VisualElement.ZIndex.set -> void +Microsoft.Maui.Controls.VisualMarker +Microsoft.Maui.Controls.VisualMarker.DefaultVisual +Microsoft.Maui.Controls.VisualMarker.DefaultVisual.DefaultVisual() -> void +Microsoft.Maui.Controls.VisualState +Microsoft.Maui.Controls.VisualState.VisualState() -> void +Microsoft.Maui.Controls.VisualStateGroup +Microsoft.Maui.Controls.VisualStateGroup.VisualStateGroup() -> void +Microsoft.Maui.Controls.VisualStateGroupList +Microsoft.Maui.Controls.VisualStateGroupList.Clear() -> void +Microsoft.Maui.Controls.VisualStateGroupList.Count.get -> int +Microsoft.Maui.Controls.VisualStateGroupList.IsReadOnly.get -> bool +Microsoft.Maui.Controls.VisualStateGroupList.RemoveAt(int index) -> void +Microsoft.Maui.Controls.VisualStateGroupList.VisualStateGroupList() -> void +Microsoft.Maui.Controls.VisualStateGroupList.VisualStateGroupList(bool isDefault) -> void +Microsoft.Maui.Controls.VisualStateManager +Microsoft.Maui.Controls.VisualStateManager.CommonStates +Microsoft.Maui.Controls.VisualStateManager.CommonStates.CommonStates() -> void +Microsoft.Maui.Controls.VisualTypeConverter +Microsoft.Maui.Controls.VisualTypeConverter.VisualTypeConverter() -> void +Microsoft.Maui.Controls.WebNavigatedEventArgs +Microsoft.Maui.Controls.WebNavigatedEventArgs.Result.get -> Microsoft.Maui.WebNavigationResult +Microsoft.Maui.Controls.WebNavigatingEventArgs +Microsoft.Maui.Controls.WebNavigatingEventArgs.Cancel.get -> bool +Microsoft.Maui.Controls.WebNavigatingEventArgs.Cancel.set -> void +Microsoft.Maui.Controls.WebNavigationEventArgs +Microsoft.Maui.Controls.WebNavigationEventArgs.NavigationEvent.get -> Microsoft.Maui.WebNavigationEvent +Microsoft.Maui.Controls.WebView +Microsoft.Maui.Controls.WebView.CanGoBack.get -> bool +Microsoft.Maui.Controls.WebView.CanGoForward.get -> bool +Microsoft.Maui.Controls.WebView.GoBack() -> void +Microsoft.Maui.Controls.WebView.GoForward() -> void +Microsoft.Maui.Controls.WebView.Navigated -> System.EventHandler +Microsoft.Maui.Controls.WebView.Navigating -> System.EventHandler +Microsoft.Maui.Controls.WebView.Reload() -> void +Microsoft.Maui.Controls.WebView.WebView() -> void +Microsoft.Maui.Controls.WebViewSource +Microsoft.Maui.Controls.WebViewSource.OnSourceChanged() -> void +Microsoft.Maui.Controls.WebViewSource.WebViewSource() -> void +Microsoft.Maui.Controls.WebViewSourceTypeConverter +Microsoft.Maui.Controls.WebViewSourceTypeConverter.WebViewSourceTypeConverter() -> void +Microsoft.Maui.Controls.Window +Microsoft.Maui.Controls.Window.Activated -> System.EventHandler? +Microsoft.Maui.Controls.Window.AddOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool +Microsoft.Maui.Controls.Window.Backgrounding -> System.EventHandler? +Microsoft.Maui.Controls.Window.Created -> System.EventHandler? +Microsoft.Maui.Controls.Window.Deactivated -> System.EventHandler? +Microsoft.Maui.Controls.Window.Destroying -> System.EventHandler? +Microsoft.Maui.Controls.Window.DisplayDensity.get -> float +Microsoft.Maui.Controls.Window.DisplayDensityChanged -> System.EventHandler? +Microsoft.Maui.Controls.Window.FlowDirection.get -> Microsoft.Maui.FlowDirection +Microsoft.Maui.Controls.Window.FlowDirection.set -> void +Microsoft.Maui.Controls.Window.ModalPopped -> System.EventHandler? +Microsoft.Maui.Controls.Window.ModalPopping -> System.EventHandler? +Microsoft.Maui.Controls.Window.ModalPushed -> System.EventHandler? +Microsoft.Maui.Controls.Window.ModalPushing -> System.EventHandler? +Microsoft.Maui.Controls.Window.Overlays.get -> System.Collections.Generic.IReadOnlyCollection! +Microsoft.Maui.Controls.Window.Page.get -> Microsoft.Maui.Controls.Page? +Microsoft.Maui.Controls.Window.Page.set -> void +Microsoft.Maui.Controls.Window.PopCanceled -> System.EventHandler? +Microsoft.Maui.Controls.Window.RemoveOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool +Microsoft.Maui.Controls.Window.Resumed -> System.EventHandler? +Microsoft.Maui.Controls.Window.Stopped -> System.EventHandler? +Microsoft.Maui.Controls.Window.Title.get -> string? +Microsoft.Maui.Controls.Window.Title.set -> void +Microsoft.Maui.Controls.Window.VisualDiagnosticsOverlay.get -> Microsoft.Maui.IVisualDiagnosticsOverlay! +Microsoft.Maui.Controls.Window.Window() -> void +Microsoft.Maui.Controls.Window.Window(Microsoft.Maui.Controls.Page! page) -> void +Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute +Microsoft.Maui.Controls.Xaml.AcceptEmptyServiceProviderAttribute.AcceptEmptyServiceProviderAttribute() -> void +Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs +Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics +Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics.BindingDiagnostics() -> void +Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs +Microsoft.Maui.Controls.Xaml.IMarkupExtension +Microsoft.Maui.Controls.Xaml.IMarkupExtension +Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService +Microsoft.Maui.Controls.Xaml.Internals.INativeValueConverterService +Microsoft.Maui.Controls.Xaml.IProvideValueTarget +Microsoft.Maui.Controls.Xaml.IReferenceProvider +Microsoft.Maui.Controls.Xaml.IRootObjectProvider +Microsoft.Maui.Controls.Xaml.IValueProvider +Microsoft.Maui.Controls.Xaml.IXamlTypeResolver +Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider +Microsoft.Maui.Controls.Xaml.XamlParseException +Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException() -> void +Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute +Microsoft.Maui.Controls.Xaml.XmlLineInfo +Microsoft.Maui.Controls.Xaml.XmlLineInfo.HasLineInfo() -> bool +Microsoft.Maui.Controls.Xaml.XmlLineInfo.LineNumber.get -> int +Microsoft.Maui.Controls.Xaml.XmlLineInfo.LinePosition.get -> int +Microsoft.Maui.Controls.Xaml.XmlLineInfo.XmlLineInfo() -> void +Microsoft.Maui.Controls.Xaml.XmlLineInfo.XmlLineInfo(int linenumber, int lineposition) -> void +Microsoft.Maui.Controls.XmlnsDefinitionAttribute +Microsoft.Maui.Controls.XmlnsPrefixAttribute +Microsoft.Maui.Foldable.FoldEventArgs +Microsoft.Maui.Foldable.FoldEventArgs.FoldEventArgs() -> void +Microsoft.Maui.Foldable.FoldEventArgs.FoldingFeatureBounds.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Foldable.FoldEventArgs.FoldingFeatureBounds.set -> void +Microsoft.Maui.Foldable.FoldEventArgs.isSeparating.get -> bool +Microsoft.Maui.Foldable.FoldEventArgs.isSeparating.set -> void +Microsoft.Maui.Foldable.FoldEventArgs.WindowBounds.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.Foldable.FoldEventArgs.WindowBounds.set -> void +override Microsoft.Maui.Controls.AbsoluteLayout.OnClear() -> void +override Microsoft.Maui.Controls.Accelerator.GetHashCode() -> int +override Microsoft.Maui.Controls.Animation.Reset() -> void +override Microsoft.Maui.Controls.Application.OnParentSet() -> void +override Microsoft.Maui.Controls.Border.OnPropertyChanged(string? propertyName = null) -> void +override Microsoft.Maui.Controls.BoxView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.BoxView.OnPropertyChanged(string? propertyName = null) -> void +override Microsoft.Maui.Controls.Button.ChangeVisualState() -> void +override Microsoft.Maui.Controls.Button.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Cell.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Cell.OnParentSet() -> void +override Microsoft.Maui.Controls.CheckBox.ChangeVisualState() -> void +override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Compatibility.FlexLayout.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnParentSet() -> void +override Microsoft.Maui.Controls.Compatibility.Grid.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.Compatibility.Grid.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Compatibility.Grid.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Compatibility.Layout.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.Compatibility.Layout.InvalidateMeasureOverride() -> void +override Microsoft.Maui.Controls.Compatibility.Layout.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Compatibility.Layout.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.Compatibility.Layout.OnSizeAllocated(double width, double height) -> void +override Microsoft.Maui.Controls.Compatibility.RelativeLayout.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Compatibility.StackLayout.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.Compatibility.StackLayout.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.ContentPage.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.ContentPage.InvalidateMeasureOverride() -> void +override Microsoft.Maui.Controls.ContentPage.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.ContentPage.OnBindingContextChanged() -> void override Microsoft.Maui.Controls.ContentPresenter.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.ContentPresenter.LayoutChildren(double x, double y, double width, double height) -> void override Microsoft.Maui.Controls.ContentPresenter.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.ContentPresenter.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.ContentView.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Editor.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.Editor.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.Element.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.FileImageSource.IsEmpty.get -> bool +override Microsoft.Maui.Controls.FlexLayout.OnClear() -> void +override Microsoft.Maui.Controls.FlexLayout.OnParentSet() -> void +override Microsoft.Maui.Controls.FlyoutPage.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.FlyoutPage.OnAppearing() -> void +override Microsoft.Maui.Controls.FlyoutPage.OnBackButtonPressed() -> bool override Microsoft.Maui.Controls.FlyoutPage.OnDisappearing() -> void +override Microsoft.Maui.Controls.FlyoutPage.OnParentSet() -> void +override Microsoft.Maui.Controls.FontImageSource.IsEmpty.get -> bool +override Microsoft.Maui.Controls.FormattedString.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.GradientBrush.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.GradientStop.GetHashCode() -> int +override Microsoft.Maui.Controls.Grid.InvalidateMeasure() -> void override Microsoft.Maui.Controls.Grid.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Grid.OnClear() -> void +override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Dispose(bool disposing) -> void override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.IsSelectable.get -> bool override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.MeasureItem(int index, double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size @@ -40,18 +3076,1376 @@ override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewAdaptor.IsSelec override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewAdaptor.MeasureItem(int index, double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.Dispose(bool disposing) -> void +override Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.CarouselViewItemTemplateAdaptor.MeasureItem(int index, double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.GetFooterView() -> Tizen.NUI.BaseComponents.View? +override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.GetHeaderView() -> Tizen.NUI.BaseComponents.View? +override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.MeasureHeader(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.CreateNativeView(int index) -> Tizen.NUI.BaseComponents.View! +override Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.Dispose(bool disposing) -> void +override Microsoft.Maui.Controls.Handlers.Items.GroupItemTemplateAdaptor.GetViewCategory(int index) -> object! +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateNativeView() -> Tizen.NUI.BaseComponents.View! +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateNativeView(int index) -> Tizen.NUI.BaseComponents.View! +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.Dispose(bool disposing) -> void +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetFooterView() -> Tizen.NUI.BaseComponents.View? +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetHeaderView() -> Tizen.NUI.BaseComponents.View? +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.GetViewCategory(int index) -> object! +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureFooter(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureHeader(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureItem(double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.MeasureItem(int index, double widthConstraint, double heightConstraint) -> Tizen.UIExtensions.Common.Size +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.RemoveNativeView(Tizen.NUI.BaseComponents.View! native) -> void +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.SendItemSelected(System.Collections.Generic.IEnumerable! selected) -> void +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.SetBinding(Tizen.NUI.BaseComponents.View! native, int index) -> void +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.UnBinding(Tizen.NUI.BaseComponents.View! native) -> void +override Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.UpdateViewState(Tizen.NUI.BaseComponents.View! view, Tizen.UIExtensions.NUI.ViewHolderState state) -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.CreateItemAdaptor(Microsoft.Maui.Controls.ItemsView! view) -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! +override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.GetItemsLayout() -> Microsoft.Maui.Controls.IItemsLayout! +override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.SetupNewElement(Microsoft.Maui.Controls.CarouselView! newElement) -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.TearDownOldElement(Microsoft.Maui.Controls.CarouselView! oldElement) -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateAdaptor() -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselView.UpdateLayoutManager() -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView.CreateItemAdaptor(Microsoft.Maui.Controls.ItemsView! view) -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! +override Microsoft.Maui.Controls.Handlers.Items.MauiGroupableItemsView.GetIndex(Microsoft.Maui.Controls.ScrollToRequestEventArgs! request) -> int +override Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.OnItemSelectedFromUI(object? sender, Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs! e) -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiSelectableItemsView.UpdateAdaptor() -> void +override Microsoft.Maui.Controls.Handlers.Items.MauiStructuredItemsView.GetItemsLayout() -> Microsoft.Maui.Controls.IItemsLayout! +override Microsoft.Maui.Controls.Handlers.ShellHandler.ConnectHandler(Microsoft.Maui.Controls.Platform.ShellView! platformView) -> void +override Microsoft.Maui.Controls.Handlers.ShellHandler.CreatePlatformView() -> Microsoft.Maui.Controls.Platform.ShellView! +override Microsoft.Maui.Controls.Handlers.ShellHandler.DisconnectHandler(Microsoft.Maui.Controls.Platform.ShellView! platformView) -> void +override Microsoft.Maui.Controls.Handlers.ShellItemHandler.ConnectHandler(Microsoft.Maui.Controls.Platform.ShellItemView! platformView) -> void +override Microsoft.Maui.Controls.Handlers.ShellItemHandler.CreatePlatformElement() -> Microsoft.Maui.Controls.Platform.ShellItemView! +override Microsoft.Maui.Controls.Handlers.ShellItemHandler.DisconnectHandler(Microsoft.Maui.Controls.Platform.ShellItemView! platformView) -> void +override Microsoft.Maui.Controls.Handlers.ShellSectionHandler.ConnectHandler(Microsoft.Maui.Controls.Platform.ShellSectionStackManager! platformView) -> void +override Microsoft.Maui.Controls.Handlers.ShellSectionHandler.CreatePlatformElement() -> Microsoft.Maui.Controls.Platform.ShellSectionStackManager! +override Microsoft.Maui.Controls.Handlers.ShellSectionHandler.DisconnectHandler(Microsoft.Maui.Controls.Platform.ShellSectionStackManager! platformView) -> void +override Microsoft.Maui.Controls.Image.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Image.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.ImageButton.ChangeVisualState() -> void +override Microsoft.Maui.Controls.ImageButton.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.ImageButton.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.ImageCell.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.IndicatorView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.ItemsView.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.ItemsView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Label.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Layout.InvalidateMeasureOverride() -> void +override Microsoft.Maui.Controls.Layout.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.LinearGradientBrush.IsEmpty.get -> bool +override Microsoft.Maui.Controls.ListView.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.ListView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.MultiPage.OnBackButtonPressed() -> bool +override Microsoft.Maui.Controls.NavigationPage.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.NavigationPage.OnBackButtonPressed() -> bool +override Microsoft.Maui.Controls.NullEffect.OnAttached() -> void +override Microsoft.Maui.Controls.NullEffect.OnDetached() -> void +override Microsoft.Maui.Controls.Page.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Page.OnParentSet() -> void +override Microsoft.Maui.Controls.Page.OnSizeAllocated(double width, double height) -> void +override Microsoft.Maui.Controls.Platform.PanGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! +override Microsoft.Maui.Controls.Platform.PinchGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! +override Microsoft.Maui.Controls.Platform.ShellDataTemplateSelector.OnSelectTemplate(object! item, Microsoft.Maui.Controls.BindableObject! container) -> Microsoft.Maui.Controls.DataTemplate! +override Microsoft.Maui.Controls.Platform.ShellSectionStackManager.Disconnect() -> void +override Microsoft.Maui.Controls.Platform.ShellSectionStackManager.InitializeStack(System.Collections.Generic.IReadOnlyList! newStack, bool animated) -> System.Threading.Tasks.Task! +override Microsoft.Maui.Controls.Platform.SwipeGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! +override Microsoft.Maui.Controls.Platform.TapGestureHandler.CreateNativeDetector(Microsoft.Maui.Controls.IGestureRecognizer! recognizer) -> Tizen.NUI.GestureDetector! +override Microsoft.Maui.Controls.RadialGradientBrush.IsEmpty.get -> bool +override Microsoft.Maui.Controls.RadioButton.ChangeVisualState() -> void +override Microsoft.Maui.Controls.RadioButton.OnApplyTemplate() -> void +override Microsoft.Maui.Controls.RadioButton.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.RefreshView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.RoutingEffect.OnAttached() -> void +override Microsoft.Maui.Controls.RoutingEffect.OnDetached() -> void +override Microsoft.Maui.Controls.ScrollView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.ScrollView.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.ScrollView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.ScrollView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.Shapes.Shape.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.Shell.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.Shell.OnBackButtonPressed() -> bool +override Microsoft.Maui.Controls.Shell.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.ShellAppearance.GetHashCode() -> int +override Microsoft.Maui.Controls.ShellItem.OnParentSet() -> void +override Microsoft.Maui.Controls.ShellSection.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.ShellSection.OnParentSet() -> void +override Microsoft.Maui.Controls.SolidColorBrush.GetHashCode() -> int +override Microsoft.Maui.Controls.SolidColorBrush.IsEmpty.get -> bool +override Microsoft.Maui.Controls.Span.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.StreamImageSource.IsEmpty.get -> bool +override Microsoft.Maui.Controls.SwipeItems.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.SwipeView.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.SwipeView.OnChildAdded(Microsoft.Maui.Controls.Element! child) -> void +override Microsoft.Maui.Controls.SwipeView.OnChildRemoved(Microsoft.Maui.Controls.Element! child, int oldLogicalIndex) -> void +override Microsoft.Maui.Controls.Switch.ChangeVisualState() -> void +override Microsoft.Maui.Controls.TabbedPage.LayoutChildren(double x, double y, double width, double height) -> void +override Microsoft.Maui.Controls.TableSectionBase.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.TableView.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.TableView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest override Microsoft.Maui.Controls.TemplatedView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.TemplatedView.LayoutChildren(double x, double y, double width, double height) -> void override Microsoft.Maui.Controls.TemplatedView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -*REMOVED*override Microsoft.Maui.Controls.ContentView.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -*REMOVED*override Microsoft.Maui.Controls.ContentView.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -*REMOVED*override Microsoft.Maui.Controls.RadioButton.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -*REMOVED*override Microsoft.Maui.Controls.RadioButton.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -*REMOVED*override Microsoft.Maui.Controls.FlexLayout.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Controls.TemplatedView.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +override Microsoft.Maui.Controls.TextCell.OnTapped() -> void +override Microsoft.Maui.Controls.UriImageSource.IsEmpty.get -> bool +override Microsoft.Maui.Controls.View.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.VisualElement.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.VisualState.GetHashCode() -> int +override Microsoft.Maui.Controls.VisualStateGroup.GetHashCode() -> int +override Microsoft.Maui.Controls.VisualStateGroupList.GetHashCode() -> int +override Microsoft.Maui.Controls.WebView.OnBindingContextChanged() -> void +override Microsoft.Maui.Controls.Window.OnPropertyChanged(string? propertyName = null) -> void +override sealed Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject! bindable) -> void +override sealed Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(TView! bindable) -> void +override sealed Microsoft.Maui.Controls.PlatformBehavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject! bindable) -> void +override sealed Microsoft.Maui.Controls.PlatformBehavior.OnDetachingFrom(TView! bindable) -> void +static Microsoft.Maui.Controls.AbsoluteLayout.AutoSize -> double +static Microsoft.Maui.Controls.Application.AccentColor.get -> Microsoft.Maui.Graphics.Color? +static Microsoft.Maui.Controls.Application.AccentColor.set -> void +static Microsoft.Maui.Controls.Application.Current.get -> Microsoft.Maui.Controls.Application? +static Microsoft.Maui.Controls.Application.Current.set -> void +static Microsoft.Maui.Controls.Application.SetCurrentApplication(Microsoft.Maui.Controls.Application! value) -> void +static Microsoft.Maui.Controls.Border.ContentChanged(Microsoft.Maui.Controls.BindableObject! bindable, object! oldValue, object! newValue) -> void +static Microsoft.Maui.Controls.Border.StrokeThicknessChanged(Microsoft.Maui.Controls.BindableObject! bindable, object! oldValue, object! newValue) -> void +static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.AutoSize.get -> double +static Microsoft.Maui.Controls.DesignMode.IsDesignModeEnabled.get -> bool +static Microsoft.Maui.Controls.Device.FlowDirection.get -> Microsoft.Maui.FlowDirection +static Microsoft.Maui.Controls.Device.Idiom.get -> Microsoft.Maui.Controls.TargetIdiom +static Microsoft.Maui.Controls.Device.IsInvokeRequired.get -> bool +static Microsoft.Maui.Controls.Element.MapAutomationPropertiesExcludedWithChildren(Microsoft.Maui.IElementHandler! handler, Microsoft.Maui.Controls.Element! element) -> void +static Microsoft.Maui.Controls.Element.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IElementHandler! handler, Microsoft.Maui.Controls.Element! element) -> void +static Microsoft.Maui.Controls.FlyoutPage.ControlsFlyoutPageMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Controls.FontExtensions.GetFontAttributes(this Microsoft.Maui.Font font) -> Microsoft.Maui.Controls.FontAttributes +static Microsoft.Maui.Controls.FontExtensions.ToFont(this Microsoft.Maui.Controls.Internals.IFontElement! element, double? defaultSize = null) -> Microsoft.Maui.Font +static Microsoft.Maui.Controls.FontExtensions.WithAttributes(this Microsoft.Maui.Font font, Microsoft.Maui.Controls.FontAttributes attributes) -> Microsoft.Maui.Font +static Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapAutomationId(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapAutomationPropertiesIsInAccessibleTree(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapBackground(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapBackgroundColor(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MapIsEnabled(Microsoft.Maui.IPlatformViewHandler! handler, TElement! view) -> void +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRendererCommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.VisualElementRendererMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor.Create(Microsoft.Maui.Controls.ItemsView! itemsView) -> Microsoft.Maui.Controls.Handlers.Items.EmptyItemAdaptor! +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyout(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutBackdrop(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutBackground(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutBehavior(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutFooter(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutHeader(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutHeaderBehavior(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutItems(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.Controls.Shell! view) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutWidth(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapIsPresented(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Controls.Handlers.ShellHandler.MapItems(Microsoft.Maui.Controls.Handlers.ShellHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Controls.Handlers.ShellItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Controls.Handlers.ShellItemHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.ShellItemHandler! handler, Microsoft.Maui.Controls.ShellItem! item) -> void +static Microsoft.Maui.Controls.Handlers.ShellItemHandler.Mapper -> Microsoft.Maui.PropertyMapper! +static Microsoft.Maui.Controls.Handlers.ShellItemHandler.MapTabBarIsVisible(Microsoft.Maui.Controls.Handlers.ShellItemHandler! handler, Microsoft.Maui.Controls.ShellItem! item) -> void +static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.ShellSectionHandler! handler, Microsoft.Maui.Controls.ShellSection! item) -> void +static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.Mapper -> Microsoft.Maui.PropertyMapper! +static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.RequestNavigation(Microsoft.Maui.Controls.Handlers.ShellSectionHandler! handler, Microsoft.Maui.IStackNavigation! view, object? arg3) -> void +static Microsoft.Maui.Controls.Internals.Profile.Enable() -> void +static Microsoft.Maui.Controls.Internals.Profile.IsEnabled.get -> bool +static Microsoft.Maui.Controls.Internals.Profile.Start() -> void +static Microsoft.Maui.Controls.Internals.Profile.Stop() -> void +static Microsoft.Maui.Controls.Internals.Registrar.RegisterStylesheets(Microsoft.Maui.Controls.InitializationFlags flags) -> void +static Microsoft.Maui.Controls.LayoutDirectionExtensions.ToFlowDirection(this Microsoft.Maui.ApplicationModel.LayoutDirection layoutDirection) -> Microsoft.Maui.FlowDirection +static Microsoft.Maui.Controls.Platform.CollectionViewExtensions.ToNative(this Microsoft.Maui.Controls.SelectionMode selectionMode) -> Tizen.UIExtensions.NUI.CollectionViewSelectionMode +static Microsoft.Maui.Controls.Platform.ImageExtensions.IsNullOrEmpty(this Microsoft.Maui.Controls.ImageSource? imageSource) -> bool +static Microsoft.Maui.Controls.Platform.SearchBarExtensions.ToPlatform(this Microsoft.Maui.Controls.FontAttributes fontAttribute) -> Tizen.UIExtensions.Common.FontAttributes +static Microsoft.Maui.Controls.Shapes.Matrix.Identity.get -> Microsoft.Maui.Controls.Shapes.Matrix +static Microsoft.Maui.Controls.Shapes.Matrix.Multiply(Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2) -> Microsoft.Maui.Controls.Shapes.Matrix +static Microsoft.Maui.Controls.Shapes.Matrix.operator *(Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2) -> Microsoft.Maui.Controls.Shapes.Matrix +static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix(this System.Numerics.Matrix3x2 matrix3x2) -> Microsoft.Maui.Controls.Shapes.Matrix +static Microsoft.Maui.Controls.Shapes.MatrixExtensions.ToMatrix3X2(this Microsoft.Maui.Controls.Shapes.Matrix matrix) -> System.Numerics.Matrix3x2 +static Microsoft.Maui.Controls.Toolbar.ControlsToolbarMapper -> Microsoft.Maui.IPropertyMapper! +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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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! +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! +static Microsoft.Maui.Controls.ViewExtensions.RelRotateTo(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Controls.ViewExtensions.RelScaleTo(this Microsoft.Maui.Controls.VisualElement! view, double dscale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Controls.ViewExtensions.RotateTo(this Microsoft.Maui.Controls.VisualElement! view, double rotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Controls.ViewExtensions.RotateXTo(this Microsoft.Maui.Controls.VisualElement! view, double rotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Controls.ViewExtensions.RotateYTo(this Microsoft.Maui.Controls.VisualElement! view, double rotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Controls.ViewExtensions.ScaleTo(this Microsoft.Maui.Controls.VisualElement! view, double scale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Controls.ViewExtensions.ScaleXTo(this Microsoft.Maui.Controls.VisualElement! view, double scale, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task! +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! +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! +static Microsoft.Maui.Controls.VisibilityExtensions.ToVisibility(this bool isVisible) -> Microsoft.Maui.Visibility +static Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics.BindingFailed -> System.EventHandler +static readonly Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowHeightProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.AdaptiveTrigger.MinWindowWidthProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.ContentProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeDashArrayProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeDashOffsetProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeLineCapProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeLineJoinProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeMiterLimitProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeShapeProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Border.StrokeThicknessProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.LayoutOptions.Center -> Microsoft.Maui.Controls.LayoutOptions +static readonly Microsoft.Maui.Controls.LayoutOptions.CenterAndExpand -> Microsoft.Maui.Controls.LayoutOptions +static readonly Microsoft.Maui.Controls.LayoutOptions.End -> Microsoft.Maui.Controls.LayoutOptions +static readonly Microsoft.Maui.Controls.LayoutOptions.EndAndExpand -> Microsoft.Maui.Controls.LayoutOptions +static readonly Microsoft.Maui.Controls.LayoutOptions.Fill -> Microsoft.Maui.Controls.LayoutOptions +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.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! +static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeDashOffsetProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineCapProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Shapes.Shape.StrokeLineJoinProperty -> Microsoft.Maui.Controls.BindableProperty! +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.PageProperty -> Microsoft.Maui.Controls.BindableProperty! +static readonly Microsoft.Maui.Controls.Window.TitleProperty -> 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! +virtual Microsoft.Maui.Controls.Application.OnAppLinkRequestReceived(System.Uri! uri) -> void +virtual Microsoft.Maui.Controls.Application.OnResume() -> void +virtual Microsoft.Maui.Controls.Application.OnSleep() -> void +virtual Microsoft.Maui.Controls.Application.OnStart() -> void +virtual Microsoft.Maui.Controls.Application.OpenWindow(Microsoft.Maui.Controls.Window! window) -> void +virtual Microsoft.Maui.Controls.BaseShellItem.OnAppearing() -> void +virtual Microsoft.Maui.Controls.BaseShellItem.OnDisappearing() -> void +virtual Microsoft.Maui.Controls.BindableObject.OnBindingContextChanged() -> void +virtual Microsoft.Maui.Controls.CarouselView.AnimateCurrentItemChanges.get -> bool +virtual Microsoft.Maui.Controls.CarouselView.AnimatePositionChanges.get -> bool +virtual Microsoft.Maui.Controls.Cell.OnAppearing() -> void +virtual Microsoft.Maui.Controls.Cell.OnDisappearing() -> void +virtual Microsoft.Maui.Controls.Cell.OnTapped() -> void +virtual Microsoft.Maui.Controls.Compatibility.Layout.InvalidateLayout() -> void +virtual Microsoft.Maui.Controls.Compatibility.Layout.OnChildMeasureInvalidated() -> void +virtual Microsoft.Maui.Controls.Element.OnHandlerChanged() -> void +virtual Microsoft.Maui.Controls.Element.OnParentChanged() -> void +virtual Microsoft.Maui.Controls.Element.OnParentSet() -> void +virtual Microsoft.Maui.Controls.FlyoutPage.ShouldShowToolbarButton() -> bool +virtual Microsoft.Maui.Controls.HandlerAttribute.ShouldRegister() -> bool +virtual Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs! e) -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnElementPropertyChanged(object? sender, System.ComponentModel.PropertyChangedEventArgs! e) -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.CreateNativeControl() -> TPlatformView! +virtual Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer.DisconnectHandler(TPlatformView! oldPlatformView) -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.MinimumSize() -> Microsoft.Maui.Graphics.Size +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs! e) -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.OnElementPropertyChanged(object! sender, System.ComponentModel.PropertyChangedEventArgs! e) -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetAutomationId(string! id) -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetImportantForAccessibility() -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.SetIsEnabled() -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateBackground() -> void +virtual Microsoft.Maui.Controls.Handlers.Compatibility.VisualElementRenderer.UpdateBackgroundColor() -> void +virtual Microsoft.Maui.Controls.Handlers.Items.GroupItemSource.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateFooterView() -> Microsoft.Maui.Controls.View? +virtual Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.CreateHeaderView() -> Microsoft.Maui.Controls.View? +virtual Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor.IsSelectable.get -> bool +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.CreateItemAdaptor(Microsoft.Maui.Controls.ItemsView! view) -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.GetIndex(Microsoft.Maui.Controls.ScrollToRequestEventArgs! request) -> int +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.OnItemSelectedFromUI(object? sender, Microsoft.Maui.Controls.Handlers.Items.CollectionViewSelectionChangedEventArgs! e) -> void +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.SetupNewElement(TItemsView! newElement) -> void +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.TearDownOldElement(TItemsView! oldElement) -> void +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateAdaptor() -> void +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateItemsSource() -> void +virtual Microsoft.Maui.Controls.Handlers.Items.MauiCollectionView.UpdateLayoutManager() -> void +virtual Microsoft.Maui.Controls.Handlers.ShellItemHandler.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Controls.Handlers.ShellSectionHandler.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Controls.ImageSource.IsEmpty.get -> bool +virtual Microsoft.Maui.Controls.ItemsView.OnRemainingItemsThresholdReached() -> void +virtual Microsoft.Maui.Controls.Layout.OnClear() -> void +virtual Microsoft.Maui.Controls.MenuItem.OnClicked() -> void +virtual Microsoft.Maui.Controls.MultiPage.OnCurrentPageChanged() -> void +virtual Microsoft.Maui.Controls.Page.LayoutChildren(double x, double y, double width, double height) -> void +virtual Microsoft.Maui.Controls.Page.OnAppearing() -> void +virtual Microsoft.Maui.Controls.Page.OnBackButtonPressed() -> bool +virtual Microsoft.Maui.Controls.Page.OnDisappearing() -> void +virtual Microsoft.Maui.Controls.Platform.GestureHandler.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Controls.Platform.GestureHandler.Element.get -> Microsoft.Maui.Controls.VisualElement? +virtual Microsoft.Maui.Controls.Platform.ShellItemView.CreateItemAdaptor() -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! +virtual Microsoft.Maui.Controls.Platform.ShellSectionView.CreateItemAdaptor() -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! +virtual Microsoft.Maui.Controls.Platform.ShellView.CreateItemAdaptor() -> Microsoft.Maui.Controls.Handlers.Items.ItemTemplateAdaptor! +virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationContentView() -> Microsoft.Maui.Controls.Platform.INavigationContentView! +virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationDrawer() -> Tizen.UIExtensions.NUI.INavigationDrawer! +virtual Microsoft.Maui.Controls.Platform.ShellView.CreateNavigationView() -> Microsoft.Maui.Controls.Platform.INavigationView! +virtual Microsoft.Maui.Controls.PlatformBehavior.OnAttachedTo(TView! bindable, TPlatformView! platformView) -> void +virtual Microsoft.Maui.Controls.PlatformBehavior.OnDetachedFrom(TView! bindable, TPlatformView! platformView) -> void +virtual Microsoft.Maui.Controls.SearchHandler.OnClearPlaceholderClicked() -> void +virtual Microsoft.Maui.Controls.SearchHandler.OnFocused() -> void +virtual Microsoft.Maui.Controls.SearchHandler.OnQueryConfirmed() -> void +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 +virtual Microsoft.Maui.Controls.Toolbar.BackButtonVisible.set -> void +virtual Microsoft.Maui.Controls.Toolbar.DrawerToggleVisible.get -> bool +virtual Microsoft.Maui.Controls.Toolbar.DrawerToggleVisible.set -> void +virtual Microsoft.Maui.Controls.VisualElement.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +virtual Microsoft.Maui.Controls.VisualElement.ChangeVisualState() -> void +virtual Microsoft.Maui.Controls.VisualElement.InvalidateMeasure() -> void +virtual Microsoft.Maui.Controls.VisualElement.InvalidateMeasureOverride() -> void +virtual Microsoft.Maui.Controls.VisualElement.Measure(double widthConstraint, double heightConstraint, Microsoft.Maui.Controls.MeasureFlags flags = Microsoft.Maui.Controls.MeasureFlags.None) -> Microsoft.Maui.SizeRequest +virtual Microsoft.Maui.Controls.VisualElement.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +virtual Microsoft.Maui.Controls.VisualElement.OnMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +virtual Microsoft.Maui.Controls.VisualElement.OnSizeAllocated(double width, double height) -> void +virtual Microsoft.Maui.Controls.Window.OnActivated() -> void +virtual Microsoft.Maui.Controls.Window.OnBackgrounding(Microsoft.Maui.IPersistedState! state) -> void +virtual Microsoft.Maui.Controls.Window.OnCreated() -> void +virtual Microsoft.Maui.Controls.Window.OnDeactivated() -> void +virtual Microsoft.Maui.Controls.Window.OnDestroying() -> void +virtual Microsoft.Maui.Controls.Window.OnDisplayDensityChanged(float displayDensity) -> void +virtual Microsoft.Maui.Controls.Window.OnResumed() -> void +virtual Microsoft.Maui.Controls.Window.OnStopped() -> void +~abstract Microsoft.Maui.Controls.DataTemplateSelector.OnSelectTemplate(object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate +~abstract Microsoft.Maui.Controls.Internals.GIFImageParser.AddBitmap(Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmap bitmap, bool ignoreImageData) -> void +~abstract Microsoft.Maui.Controls.Internals.TableModel.GetItem(int section, int row) -> object +~abstract Microsoft.Maui.Controls.Layout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~abstract Microsoft.Maui.Controls.MultiPage.CreateDefault(object item) -> T +~abstract Microsoft.Maui.Controls.RouteFactory.GetOrCreate() -> Microsoft.Maui.Controls.Element +~abstract Microsoft.Maui.Controls.RouteFactory.GetOrCreate(System.IServiceProvider services) -> Microsoft.Maui.Controls.Element +~abstract Microsoft.Maui.Controls.Shapes.Geometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~abstract Microsoft.Maui.Controls.TriggerAction.Invoke(T sender) -> void +~abstract Microsoft.Maui.Controls.WebViewSource.Load(Microsoft.Maui.IWebViewDelegate renderer) -> void +~const Microsoft.Maui.Controls.Binding.SelfPath = "." -> string +~const Microsoft.Maui.Controls.BrushTypeConverter.Hsl = "hsl" -> string +~const Microsoft.Maui.Controls.BrushTypeConverter.Hsla = "hsla" -> string +~const Microsoft.Maui.Controls.BrushTypeConverter.LinearGradient = "linear-gradient" -> string +~const Microsoft.Maui.Controls.BrushTypeConverter.RadialGradient = "radial-gradient" -> string +~const Microsoft.Maui.Controls.BrushTypeConverter.Rgb = "rgb" -> string +~const Microsoft.Maui.Controls.BrushTypeConverter.Rgba = "rgba" -> string +~const Microsoft.Maui.Controls.CarouselView.CurrentItemVisualState = "CurrentItem" -> string +~const Microsoft.Maui.Controls.CarouselView.DefaultItemVisualState = "DefaultItem" -> string +~const Microsoft.Maui.Controls.CarouselView.NextItemVisualState = "NextItem" -> string +~const Microsoft.Maui.Controls.CarouselView.PreviousItemVisualState = "PreviousItem" -> string +~const Microsoft.Maui.Controls.CheckBox.IsCheckedVisualState = "IsChecked" -> string +~const Microsoft.Maui.Controls.Device.Android = "Android" -> string +~const Microsoft.Maui.Controls.Device.iOS = "iOS" -> string +~const Microsoft.Maui.Controls.Device.MacCatalyst = "MacCatalyst" -> string +~const Microsoft.Maui.Controls.Device.Tizen = "Tizen" -> string +~const Microsoft.Maui.Controls.Device.tvOS = "tvOS" -> string +~const Microsoft.Maui.Controls.Device.UWP = "WinUI" -> string +~const Microsoft.Maui.Controls.Device.WinUI = "WinUI" -> string +~const Microsoft.Maui.Controls.FlyoutItem.ImageStyle = "FlyoutItemImageStyle" -> string +~const Microsoft.Maui.Controls.FlyoutItem.LabelStyle = "FlyoutItemLabelStyle" -> string +~const Microsoft.Maui.Controls.FlyoutItem.LayoutStyle = "FlyoutItemLayoutStyle" -> string +~const Microsoft.Maui.Controls.Page.ActionSheetSignalName = "Microsoft.Maui.Controls.ShowActionSheet" -> string +~const Microsoft.Maui.Controls.Page.AlertSignalName = "Microsoft.Maui.Controls.SendAlert" -> string +~const Microsoft.Maui.Controls.Page.BusySetSignalName = "Microsoft.Maui.Controls.BusySet" -> string +~const Microsoft.Maui.Controls.Page.PromptSignalName = "Microsoft.Maui.Controls.SendPrompt" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Bottom = "bottom" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Circle = "circle" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Default = "default" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.SelectMode = "select_mode" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ButtonStyle.Text = "textbutton" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Back = "Back" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Down = "Down" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Forward = "Forward" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Left = "Left" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.None = "None" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Right = "Right" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FocusDirection.Up = "Up" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Black = "Black" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Bold = "Bold" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Book = "Book" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.ExtraBlack = "ExtraBlack" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Light = "Light" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Medium = "Medium" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.None = "None" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Normal = "Normal" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.SemiBold = "SemiBold" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.Thin = "Thin" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.UltraBold = "UltraBold" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight.UltraLight = "UltraLight" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle.Default = "default" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBarStyle.Pending = "pending" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.CheckBox = "default" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.Favorite = "favorite" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.OnOff = "on&off" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.Small = "small" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.SwitchStyle.Toggle = "toggle" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle.Default = "default" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle.Tabbar = "tabbar" -> string +~const Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.TabbedPageStyle.TabbarWithTitle = "tabbar_with_title" -> string +~const Microsoft.Maui.Controls.RadioButton.CheckedIndicator = "CheckedIndicator" -> string +~const Microsoft.Maui.Controls.RadioButton.CheckedVisualState = "Checked" -> string +~const Microsoft.Maui.Controls.RadioButton.TemplateRootName = "Root" -> string +~const Microsoft.Maui.Controls.RadioButton.UncheckedButton = "Button" -> string +~const Microsoft.Maui.Controls.RadioButton.UncheckedVisualState = "Unchecked" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Ellipse = "Ellipse" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Line = "Line" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Path = "Path" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Polygon = "Polygon" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Polyline = "Polyline" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.Rectangle = "Rectangle" -> string +~const Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.RoundRectangle = "RoundRectangle" -> string +~const Microsoft.Maui.Controls.Switch.SwitchOffVisualState = "Off" -> string +~const Microsoft.Maui.Controls.Switch.SwitchOnVisualState = "On" -> string +~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.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 +~Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.IView view, Microsoft.Maui.Graphics.Rect bounds) -> void +~Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutFlags(Microsoft.Maui.IView view, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags) -> void +~Microsoft.Maui.Controls.Accelerator.Keys.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.Accelerator.Keys.set -> void +~Microsoft.Maui.Controls.Accelerator.Modifiers.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.Accelerator.Modifiers.set -> void +~Microsoft.Maui.Controls.ActivityIndicator.Color.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ActivityIndicator.Color.set -> void +~Microsoft.Maui.Controls.ActivityIndicator.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.AndExpandLayoutManager.AndExpandLayoutManager(Microsoft.Maui.Controls.StackLayout stackLayout) -> void +~Microsoft.Maui.Controls.Animation.Add(double beginAt, double finishAt, Microsoft.Maui.Controls.Animation animation) -> void +~Microsoft.Maui.Controls.Animation.Animation(System.Action callback, double start = 0, double end = 1, Microsoft.Maui.Easing easing = null, System.Action finished = null) -> void +~Microsoft.Maui.Controls.Animation.Commit(Microsoft.Maui.Controls.IAnimatable owner, string name, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void +~Microsoft.Maui.Controls.Animation.GetCallback() -> System.Action +~Microsoft.Maui.Controls.Animation.Insert(double beginAt, double finishAt, Microsoft.Maui.Controls.Animation animation) -> Microsoft.Maui.Controls.Animation +~Microsoft.Maui.Controls.Animation.WithConcurrent(Microsoft.Maui.Controls.Animation animation, double beginAt = 0, double finishAt = 1) -> Microsoft.Maui.Controls.Animation +~Microsoft.Maui.Controls.Animation.WithConcurrent(System.Action callback, double start = 0, double end = 1, Microsoft.Maui.Easing easing = null, double beginAt = 0, double finishAt = 1) -> Microsoft.Maui.Controls.Animation +~Microsoft.Maui.Controls.AppLinkEntry.AppLinkUri.get -> System.Uri +~Microsoft.Maui.Controls.AppLinkEntry.AppLinkUri.set -> void +~Microsoft.Maui.Controls.AppLinkEntry.Description.get -> string +~Microsoft.Maui.Controls.AppLinkEntry.Description.set -> void +~Microsoft.Maui.Controls.AppLinkEntry.KeyValues.get -> System.Collections.Generic.IDictionary +~Microsoft.Maui.Controls.AppLinkEntry.Thumbnail.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.AppLinkEntry.Thumbnail.set -> void +~Microsoft.Maui.Controls.AppLinkEntry.Title.get -> string +~Microsoft.Maui.Controls.AppLinkEntry.Title.set -> void +~Microsoft.Maui.Controls.BackButtonBehavior.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.BackButtonBehavior.Command.set -> void +~Microsoft.Maui.Controls.BackButtonBehavior.CommandParameter.get -> object +~Microsoft.Maui.Controls.BackButtonBehavior.CommandParameter.set -> void +~Microsoft.Maui.Controls.BackButtonBehavior.IconOverride.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.BackButtonBehavior.IconOverride.set -> void +~Microsoft.Maui.Controls.BackButtonBehavior.TextOverride.get -> string +~Microsoft.Maui.Controls.BackButtonBehavior.TextOverride.set -> void +~Microsoft.Maui.Controls.BackgroundingEventArgs.BackgroundingEventArgs(Microsoft.Maui.IPersistedState state) -> void +~Microsoft.Maui.Controls.BackgroundingEventArgs.State.get -> Microsoft.Maui.IPersistedState +~Microsoft.Maui.Controls.BackgroundingEventArgs.State.set -> void +~Microsoft.Maui.Controls.BaseShellItem.FlyoutIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.BaseShellItem.FlyoutIcon.set -> void +~Microsoft.Maui.Controls.BaseShellItem.Icon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.BaseShellItem.Icon.set -> void +~Microsoft.Maui.Controls.BaseShellItem.Route.get -> string +~Microsoft.Maui.Controls.BaseShellItem.Route.set -> void +~Microsoft.Maui.Controls.BaseShellItem.Title.get -> string +~Microsoft.Maui.Controls.BaseShellItem.Title.set -> void +~Microsoft.Maui.Controls.BaseShellItem.Window.get -> Microsoft.Maui.Controls.Window +~Microsoft.Maui.Controls.Behavior.AssociatedType.get -> System.Type +~Microsoft.Maui.Controls.Behavior +~Microsoft.Maui.Controls.BindableObject.BindingContext.get -> object +~Microsoft.Maui.Controls.BindableObject.BindingContext.set -> void +~Microsoft.Maui.Controls.BindableObject.ClearValue(Microsoft.Maui.Controls.BindableProperty property) -> void +~Microsoft.Maui.Controls.BindableObject.ClearValue(Microsoft.Maui.Controls.BindablePropertyKey propertyKey) -> void +~Microsoft.Maui.Controls.BindableObject.CoerceValue(Microsoft.Maui.Controls.BindableProperty property) -> void +~Microsoft.Maui.Controls.BindableObject.CoerceValue(Microsoft.Maui.Controls.BindablePropertyKey propertyKey) -> void +~Microsoft.Maui.Controls.BindableObject.Dispatcher.get -> Microsoft.Maui.Dispatching.IDispatcher +~Microsoft.Maui.Controls.BindableObject.GetValue(Microsoft.Maui.Controls.BindableProperty property) -> object +~Microsoft.Maui.Controls.BindableObject.IsSet(Microsoft.Maui.Controls.BindableProperty targetProperty) -> bool +~Microsoft.Maui.Controls.BindableObject.RemoveBinding(Microsoft.Maui.Controls.BindableProperty property) -> void +~Microsoft.Maui.Controls.BindableObject.SetBinding(Microsoft.Maui.Controls.BindableProperty targetProperty, Microsoft.Maui.Controls.BindingBase binding) -> void +~Microsoft.Maui.Controls.BindableObject.SetValue(Microsoft.Maui.Controls.BindableProperty property, object value) -> void +~Microsoft.Maui.Controls.BindableObject.SetValue(Microsoft.Maui.Controls.BindablePropertyKey propertyKey, object value) -> void +~Microsoft.Maui.Controls.BindableObject.SetValueCore(Microsoft.Maui.Controls.BindableProperty property, object value, Microsoft.Maui.Controls.Internals.SetValueFlags attributes = Microsoft.Maui.Controls.Internals.SetValueFlags.None) -> void +~Microsoft.Maui.Controls.BindableProperty.DeclaringType.get -> System.Type +~Microsoft.Maui.Controls.BindableProperty.DefaultValue.get -> object +~Microsoft.Maui.Controls.BindableProperty.PropertyName.get -> string +~Microsoft.Maui.Controls.BindableProperty.ReturnType.get -> System.Type +~Microsoft.Maui.Controls.BindablePropertyKey.BindableProperty.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Binding.Binding(string path, Microsoft.Maui.Controls.BindingMode mode = Microsoft.Maui.Controls.BindingMode.Default, Microsoft.Maui.Controls.IValueConverter converter = null, object converterParameter = null, string stringFormat = null, object source = null) -> void +~Microsoft.Maui.Controls.Binding.Converter.get -> Microsoft.Maui.Controls.IValueConverter +~Microsoft.Maui.Controls.Binding.Converter.set -> void +~Microsoft.Maui.Controls.Binding.ConverterParameter.get -> object +~Microsoft.Maui.Controls.Binding.ConverterParameter.set -> void +~Microsoft.Maui.Controls.Binding.Path.get -> string +~Microsoft.Maui.Controls.Binding.Path.set -> void +~Microsoft.Maui.Controls.Binding.Source.get -> object +~Microsoft.Maui.Controls.Binding.Source.set -> void +~Microsoft.Maui.Controls.Binding.UpdateSourceEventName.get -> string +~Microsoft.Maui.Controls.Binding.UpdateSourceEventName.set -> void +~Microsoft.Maui.Controls.BindingBase.FallbackValue.get -> object +~Microsoft.Maui.Controls.BindingBase.FallbackValue.set -> void +~Microsoft.Maui.Controls.BindingBase.StringFormat.get -> string +~Microsoft.Maui.Controls.BindingBase.StringFormat.set -> void +~Microsoft.Maui.Controls.BindingBase.TargetNullValue.get -> object +~Microsoft.Maui.Controls.BindingBase.TargetNullValue.set -> void +~Microsoft.Maui.Controls.BindingCondition.Binding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.BindingCondition.Binding.set -> void +~Microsoft.Maui.Controls.BindingCondition.Value.get -> object +~Microsoft.Maui.Controls.BindingCondition.Value.set -> void +~Microsoft.Maui.Controls.BoxView.Color.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.BoxView.Color.set -> void +~Microsoft.Maui.Controls.BoxView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser.GradientBrushParser(Microsoft.Maui.Graphics.Converters.ColorTypeConverter colorConverter = null) -> void +~Microsoft.Maui.Controls.BrushTypeConverter.GradientBrushParser.Parse(string css) -> Microsoft.Maui.Controls.GradientBrush +~Microsoft.Maui.Controls.Button.BorderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Button.BorderColor.set -> void +~Microsoft.Maui.Controls.Button.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.Button.Command.set -> void +~Microsoft.Maui.Controls.Button.CommandParameter.get -> object +~Microsoft.Maui.Controls.Button.CommandParameter.set -> void +~Microsoft.Maui.Controls.Button.ContentLayout.get -> Microsoft.Maui.Controls.Button.ButtonContentLayout +~Microsoft.Maui.Controls.Button.ContentLayout.set -> void +~Microsoft.Maui.Controls.Button.FontFamily.get -> string +~Microsoft.Maui.Controls.Button.FontFamily.set -> void +~Microsoft.Maui.Controls.Button.ImageSource.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Button.ImageSource.set -> void +~Microsoft.Maui.Controls.Button.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Button.Text.get -> string +~Microsoft.Maui.Controls.Button.Text.set -> void +~Microsoft.Maui.Controls.Button.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Button.TextColor.set -> void +~Microsoft.Maui.Controls.CarouselView.CurrentItem.get -> object +~Microsoft.Maui.Controls.CarouselView.CurrentItem.set -> void +~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommand.set -> void +~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandParameter.get -> object +~Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandParameter.set -> void +~Microsoft.Maui.Controls.CarouselView.IndicatorView.set -> void +~Microsoft.Maui.Controls.CarouselView.ItemsLayout.get -> Microsoft.Maui.Controls.LinearItemsLayout +~Microsoft.Maui.Controls.CarouselView.ItemsLayout.set -> void +~Microsoft.Maui.Controls.CarouselView.PositionChangedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.CarouselView.PositionChangedCommand.set -> void +~Microsoft.Maui.Controls.CarouselView.PositionChangedCommandParameter.get -> object +~Microsoft.Maui.Controls.CarouselView.PositionChangedCommandParameter.set -> void +~Microsoft.Maui.Controls.CarouselView.VisibleViews.get -> System.Collections.ObjectModel.ObservableCollection +~Microsoft.Maui.Controls.Cell.ContextActions.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Cell.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.CheckBox.Color.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.CheckBox.Color.set -> void +~Microsoft.Maui.Controls.CheckBox.Foreground.get -> Microsoft.Maui.Graphics.Paint +~Microsoft.Maui.Controls.CheckBox.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.ChildGestureRecognizer.GestureRecognizer.get -> Microsoft.Maui.Controls.IGestureRecognizer +~Microsoft.Maui.Controls.ChildGestureRecognizer.GestureRecognizer.set -> void +~Microsoft.Maui.Controls.ChildGestureRecognizer.OnPropertyChanged(string propertyName = "") -> void +~Microsoft.Maui.Controls.ClickedEventArgs.ClickedEventArgs(Microsoft.Maui.Controls.ButtonsMask buttons, object commandParameter) -> void +~Microsoft.Maui.Controls.ClickedEventArgs.Parameter.get -> object +~Microsoft.Maui.Controls.ClickGestureRecognizer.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.ClickGestureRecognizer.Command.set -> void +~Microsoft.Maui.Controls.ClickGestureRecognizer.CommandParameter.get -> object +~Microsoft.Maui.Controls.ClickGestureRecognizer.CommandParameter.set -> void +~Microsoft.Maui.Controls.ClickGestureRecognizer.SendClicked(Microsoft.Maui.Controls.View sender, Microsoft.Maui.Controls.ButtonsMask buttons) -> void +~Microsoft.Maui.Controls.ColumnDefinitionCollection.ColumnDefinitionCollection(params Microsoft.Maui.Controls.ColumnDefinition[] definitions) -> void +~Microsoft.Maui.Controls.Command.CanExecute(object parameter) -> bool +~Microsoft.Maui.Controls.Command.Command(System.Action execute) -> void +~Microsoft.Maui.Controls.Command.Command(System.Action execute, System.Func canExecute) -> void +~Microsoft.Maui.Controls.Command.Command(System.Action execute) -> void +~Microsoft.Maui.Controls.Command.Command(System.Action execute, System.Func canExecute) -> void +~Microsoft.Maui.Controls.Command.Execute(object parameter) -> void +~Microsoft.Maui.Controls.Command.Command(System.Action execute) -> void +~Microsoft.Maui.Controls.Command.Command(System.Action execute, System.Func canExecute) -> void +~Microsoft.Maui.Controls.CompareStateTrigger.Property.get -> object +~Microsoft.Maui.Controls.CompareStateTrigger.Property.set -> void +~Microsoft.Maui.Controls.CompareStateTrigger.Value.get -> object +~Microsoft.Maui.Controls.CompareStateTrigger.Value.set -> void +~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.Children.get -> Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList +~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList +~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList.Add(Microsoft.Maui.Controls.View view, Microsoft.Maui.Graphics.Point position) -> void +~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.IAbsoluteList.Add(Microsoft.Maui.Controls.View view, Microsoft.Maui.Graphics.Rect bounds, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.None) -> void +~Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ElementName.get -> string +~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ElementName.set -> void +~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Property.get -> string +~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.Property.set -> void +~Microsoft.Maui.Controls.Compatibility.ConstraintExpression.ProvideValue(System.IServiceProvider serviceProvider) -> Microsoft.Maui.Controls.Compatibility.Constraint +~Microsoft.Maui.Controls.Compatibility.Grid.Children.get -> Microsoft.Maui.Controls.Compatibility.Grid.IGridList +~Microsoft.Maui.Controls.Compatibility.Grid.ColumnDefinitions.get -> Microsoft.Maui.Controls.ColumnDefinitionCollection +~Microsoft.Maui.Controls.Compatibility.Grid.ColumnDefinitions.set -> void +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.Add(Microsoft.Maui.Controls.View view, int left, int right, int top, int bottom) -> void +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.Add(Microsoft.Maui.Controls.View view, int left, int top) -> void +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddHorizontal(Microsoft.Maui.Controls.View view) -> void +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddHorizontal(System.Collections.Generic.IEnumerable views) -> void +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddVertical(Microsoft.Maui.Controls.View view) -> void +~Microsoft.Maui.Controls.Compatibility.Grid.IGridList.AddVertical(System.Collections.Generic.IEnumerable views) -> void +~Microsoft.Maui.Controls.Compatibility.Grid.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Compatibility.Grid.RowDefinitions.get -> Microsoft.Maui.Controls.RowDefinitionCollection +~Microsoft.Maui.Controls.Compatibility.Grid.RowDefinitions.set -> void +~Microsoft.Maui.Controls.Compatibility.INativeElementView.Element.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.Compatibility.Layout.Children.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.Compatibility.Layout.LowerChild(Microsoft.Maui.Controls.View view) -> void +~Microsoft.Maui.Controls.Compatibility.Layout.OnChildMeasureInvalidated(object sender, System.EventArgs e) -> void +~Microsoft.Maui.Controls.Compatibility.Layout.RaiseChild(Microsoft.Maui.Controls.View view) -> void +~Microsoft.Maui.Controls.Compatibility.Layout +~Microsoft.Maui.Controls.Compatibility.Layout.Children.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Compatibility.Layout.LayoutHandler.get -> Microsoft.Maui.ILayoutHandler +~Microsoft.Maui.Controls.Compatibility.Layout.this[int index].get -> Microsoft.Maui.IView +~Microsoft.Maui.Controls.Compatibility.Layout.this[int index].set -> void +~Microsoft.Maui.Controls.Compatibility.RelativeLayout.Children.get -> Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList +~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList +~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList.Add(T view, Microsoft.Maui.Controls.Compatibility.Constraint xConstraint = null, Microsoft.Maui.Controls.Compatibility.Constraint yConstraint = null, Microsoft.Maui.Controls.Compatibility.Constraint widthConstraint = null, Microsoft.Maui.Controls.Compatibility.Constraint heightConstraint = null) -> void +~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList.Add(T view, System.Linq.Expressions.Expression> x = null, System.Linq.Expressions.Expression> y = null, System.Linq.Expressions.Expression> width = null, System.Linq.Expressions.Expression> height = null) -> void +~Microsoft.Maui.Controls.Compatibility.RelativeLayout.IRelativeList.Add(T view, System.Linq.Expressions.Expression> bounds) -> void +~Microsoft.Maui.Controls.Compatibility.RelativeLayout.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Compatibility.StackLayout.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Configuration +~Microsoft.Maui.Controls.Configuration.Configuration(TElement element) -> void +~Microsoft.Maui.Controls.Configuration.Element.get -> TElement +~Microsoft.Maui.Controls.ContentPage.Content.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.ContentPage.Content.set -> void +~Microsoft.Maui.Controls.ContentPresenter.Content.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.ContentPresenter.Content.set -> void +~Microsoft.Maui.Controls.ContentPropertyAttribute.ContentPropertyAttribute(string name) -> void +~Microsoft.Maui.Controls.ContentPropertyAttribute.Name.get -> string +~Microsoft.Maui.Controls.ContentView.Content.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.ContentView.Content.set -> void +~Microsoft.Maui.Controls.ControlTemplate.ControlTemplate(System.Func createTemplate) -> void +~Microsoft.Maui.Controls.ControlTemplate.ControlTemplate(System.Type type) -> void +~Microsoft.Maui.Controls.CurrentItemChangedEventArgs.CurrentItem.get -> object +~Microsoft.Maui.Controls.CurrentItemChangedEventArgs.PreviousItem.get -> object +~Microsoft.Maui.Controls.DataPackage.Image.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.DataPackage.Image.set -> void +~Microsoft.Maui.Controls.DataPackage.Properties.get -> Microsoft.Maui.Controls.DataPackagePropertySet +~Microsoft.Maui.Controls.DataPackage.Text.get -> string +~Microsoft.Maui.Controls.DataPackage.Text.set -> void +~Microsoft.Maui.Controls.DataPackage.View.get -> Microsoft.Maui.Controls.DataPackageView +~Microsoft.Maui.Controls.DataPackagePropertySet.Add(string key, object value) -> void +~Microsoft.Maui.Controls.DataPackagePropertySet.ContainsKey(string key) -> bool +~Microsoft.Maui.Controls.DataPackagePropertySet.GetEnumerator() -> System.Collections.Generic.IEnumerator> +~Microsoft.Maui.Controls.DataPackagePropertySet.Keys.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.DataPackagePropertySet.this[string key].get -> object +~Microsoft.Maui.Controls.DataPackagePropertySet.this[string key].set -> void +~Microsoft.Maui.Controls.DataPackagePropertySet.TryGetValue(string key, out object value) -> bool +~Microsoft.Maui.Controls.DataPackagePropertySet.Values.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.DataPackagePropertySetView.ContainsKey(string key) -> bool +~Microsoft.Maui.Controls.DataPackagePropertySetView.DataPackagePropertySetView(Microsoft.Maui.Controls.DataPackagePropertySet dataPackagePropertySet) -> void +~Microsoft.Maui.Controls.DataPackagePropertySetView.GetEnumerator() -> System.Collections.Generic.IEnumerator> +~Microsoft.Maui.Controls.DataPackagePropertySetView.Keys.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.DataPackagePropertySetView.this[string key].get -> object +~Microsoft.Maui.Controls.DataPackagePropertySetView.TryGetValue(string key, out object value) -> bool +~Microsoft.Maui.Controls.DataPackagePropertySetView.Values.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.DataPackagePropertySetView._dataPackagePropertySet -> Microsoft.Maui.Controls.DataPackagePropertySet +~Microsoft.Maui.Controls.DataPackageView.GetImageAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.DataPackageView.GetTextAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.DataPackageView.Properties.get -> Microsoft.Maui.Controls.DataPackagePropertySetView +~Microsoft.Maui.Controls.DataTemplate.Bindings.get -> System.Collections.Generic.IDictionary +~Microsoft.Maui.Controls.DataTemplate.DataTemplate(System.Func loadTemplate) -> void +~Microsoft.Maui.Controls.DataTemplate.DataTemplate(System.Type type) -> void +~Microsoft.Maui.Controls.DataTemplate.SetBinding(Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.BindingBase binding) -> void +~Microsoft.Maui.Controls.DataTemplate.SetValue(Microsoft.Maui.Controls.BindableProperty property, object value) -> void +~Microsoft.Maui.Controls.DataTemplate.Values.get -> System.Collections.Generic.IDictionary +~Microsoft.Maui.Controls.DataTemplateSelector.SelectTemplate(object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.DataTrigger.Binding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.DataTrigger.Binding.set -> void +~Microsoft.Maui.Controls.DataTrigger.DataTrigger(System.Type targetType) -> void +~Microsoft.Maui.Controls.DataTrigger.Setters.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.DataTrigger.Value.get -> object +~Microsoft.Maui.Controls.DataTrigger.Value.set -> void +~Microsoft.Maui.Controls.DatePicker.FontFamily.get -> string +~Microsoft.Maui.Controls.DatePicker.FontFamily.set -> void +~Microsoft.Maui.Controls.DatePicker.Format.get -> string +~Microsoft.Maui.Controls.DatePicker.Format.set -> void +~Microsoft.Maui.Controls.DatePicker.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.DatePicker.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.DatePicker.TextColor.set -> void +~Microsoft.Maui.Controls.DefinitionCollection +~Microsoft.Maui.Controls.DefinitionCollection.CopyTo(T[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.DefinitionCollection.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.DependencyAttribute.DependencyAttribute(System.Type implementorType) -> void +~Microsoft.Maui.Controls.DeviceStateTrigger.Device.get -> string +~Microsoft.Maui.Controls.DeviceStateTrigger.Device.set -> void +~Microsoft.Maui.Controls.DoubleCollection.DoubleCollection(double[] values) -> void +~Microsoft.Maui.Controls.DragEventArgs.Data.get -> Microsoft.Maui.Controls.DataPackage +~Microsoft.Maui.Controls.DragEventArgs.DragEventArgs(Microsoft.Maui.Controls.DataPackage dataPackage) -> void +~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommand.set -> void +~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandParameter.get -> object +~Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandParameter.set -> void +~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommand.set -> void +~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandParameter.get -> object +~Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandParameter.set -> void +~Microsoft.Maui.Controls.DragStartingEventArgs.Data.get -> Microsoft.Maui.Controls.DataPackage +~Microsoft.Maui.Controls.DropEventArgs.Data.get -> Microsoft.Maui.Controls.DataPackageView +~Microsoft.Maui.Controls.DropEventArgs.DropEventArgs(Microsoft.Maui.Controls.DataPackageView view) -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommand.set -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandParameter.get -> object +~Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandParameter.set -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommand.set -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandParameter.get -> object +~Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandParameter.set -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommand.set -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandParameter.get -> object +~Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandParameter.set -> void +~Microsoft.Maui.Controls.DropGestureRecognizer.SendDragOver(Microsoft.Maui.Controls.DragEventArgs args) -> void +~Microsoft.Maui.Controls.Editor.FontFamily.get -> string +~Microsoft.Maui.Controls.Editor.FontFamily.set -> void +~Microsoft.Maui.Controls.Editor.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Effect.Element.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.Effect.ResolveId.get -> string +~Microsoft.Maui.Controls.Element.AutomationId.get -> string +~Microsoft.Maui.Controls.Element.AutomationId.set -> void +~Microsoft.Maui.Controls.Element.ClassId.get -> string +~Microsoft.Maui.Controls.Element.ClassId.set -> void +~Microsoft.Maui.Controls.Element.EffectControlProvider.get -> Microsoft.Maui.Controls.IEffectControlProvider +~Microsoft.Maui.Controls.Element.EffectControlProvider.set -> void +~Microsoft.Maui.Controls.Element.EffectIsAttached(string name) -> bool +~Microsoft.Maui.Controls.Element.Effects.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Element.FindByName(string name) -> object +~Microsoft.Maui.Controls.Element.Handler.get -> Microsoft.Maui.IElementHandler +~Microsoft.Maui.Controls.Element.Handler.set -> void +~Microsoft.Maui.Controls.Element.LogicalChildren.get -> System.Collections.ObjectModel.ReadOnlyCollection +~Microsoft.Maui.Controls.Element.Parent.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.Element.Parent.set -> void +~Microsoft.Maui.Controls.Element.RealParent.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.Element.RemoveDynamicResource(Microsoft.Maui.Controls.BindableProperty property) -> void +~Microsoft.Maui.Controls.Element.SetDynamicResource(Microsoft.Maui.Controls.BindableProperty property, string key) -> void +~Microsoft.Maui.Controls.Element.SetValueFromRenderer(Microsoft.Maui.Controls.BindableProperty property, object value) -> void +~Microsoft.Maui.Controls.Element.SetValueFromRenderer(Microsoft.Maui.Controls.BindablePropertyKey property, object value) -> void +~Microsoft.Maui.Controls.Element.StyleId.get -> string +~Microsoft.Maui.Controls.Element.StyleId.set -> void +~Microsoft.Maui.Controls.ElementEventArgs.Element.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.ElementEventArgs.ElementEventArgs(Microsoft.Maui.Controls.Element element) -> void +~Microsoft.Maui.Controls.ElementTemplate.CreateContent() -> object +~Microsoft.Maui.Controls.ElementTemplate.LoadTemplate.get -> System.Func +~Microsoft.Maui.Controls.ElementTemplate.LoadTemplate.set -> void +~Microsoft.Maui.Controls.Entry.FontFamily.get -> string +~Microsoft.Maui.Controls.Entry.FontFamily.set -> void +~Microsoft.Maui.Controls.Entry.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Entry.ReturnCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.Entry.ReturnCommand.set -> void +~Microsoft.Maui.Controls.Entry.ReturnCommandParameter.get -> object +~Microsoft.Maui.Controls.Entry.ReturnCommandParameter.set -> void +~Microsoft.Maui.Controls.EntryCell.Keyboard.get -> Microsoft.Maui.Keyboard +~Microsoft.Maui.Controls.EntryCell.Keyboard.set -> void +~Microsoft.Maui.Controls.EntryCell.Label.get -> string +~Microsoft.Maui.Controls.EntryCell.Label.set -> void +~Microsoft.Maui.Controls.EntryCell.LabelColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.EntryCell.LabelColor.set -> void +~Microsoft.Maui.Controls.EntryCell.Placeholder.get -> string +~Microsoft.Maui.Controls.EntryCell.Placeholder.set -> void +~Microsoft.Maui.Controls.EntryCell.Text.get -> string +~Microsoft.Maui.Controls.EntryCell.Text.set -> void +~Microsoft.Maui.Controls.EventTrigger.Actions.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.EventTrigger.Event.get -> string +~Microsoft.Maui.Controls.EventTrigger.Event.set -> void +~Microsoft.Maui.Controls.ExportEffectAttribute.ExportEffectAttribute(System.Type effectType, string uniqueName) -> void +~Microsoft.Maui.Controls.ExportFontAttribute.Alias.get -> string +~Microsoft.Maui.Controls.ExportFontAttribute.Alias.set -> void +~Microsoft.Maui.Controls.ExportFontAttribute.ExportFontAttribute(string fontFileName) -> void +~Microsoft.Maui.Controls.ExportFontAttribute.FontFileName.get -> string +~Microsoft.Maui.Controls.FileImageSource.File.get -> string +~Microsoft.Maui.Controls.FileImageSource.File.set -> void +~Microsoft.Maui.Controls.FlexLayout.GetAlignSelf(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.FlexAlignSelf +~Microsoft.Maui.Controls.FlexLayout.GetBasis(Microsoft.Maui.IView view) -> Microsoft.Maui.Layouts.FlexBasis +~Microsoft.Maui.Controls.FlexLayout.GetFlexFrame(Microsoft.Maui.IView view) -> Microsoft.Maui.Graphics.Rect +~Microsoft.Maui.Controls.FlexLayout.GetGrow(Microsoft.Maui.IView view) -> float +~Microsoft.Maui.Controls.FlexLayout.GetOrder(Microsoft.Maui.IView view) -> int +~Microsoft.Maui.Controls.FlexLayout.GetShrink(Microsoft.Maui.IView view) -> float +~Microsoft.Maui.Controls.FlexLayout.SetAlignSelf(Microsoft.Maui.IView view, Microsoft.Maui.Layouts.FlexAlignSelf alignSelf) -> void +~Microsoft.Maui.Controls.FlexLayout.SetBasis(Microsoft.Maui.IView view, Microsoft.Maui.Layouts.FlexBasis basis) -> void +~Microsoft.Maui.Controls.FlexLayout.SetGrow(Microsoft.Maui.IView view, float grow) -> void +~Microsoft.Maui.Controls.FlexLayout.SetOrder(Microsoft.Maui.IView view, int order) -> void +~Microsoft.Maui.Controls.FlexLayout.SetShrink(Microsoft.Maui.IView view, float shrink) -> void +~Microsoft.Maui.Controls.FlyoutPage.Detail.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.FlyoutPage.Detail.set -> void +~Microsoft.Maui.Controls.FlyoutPage.Flyout.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.FlyoutPage.Flyout.set -> void +~Microsoft.Maui.Controls.FlyoutPage.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.FocusEventArgs.FocusEventArgs(Microsoft.Maui.Controls.VisualElement visualElement, bool isFocused) -> void +~Microsoft.Maui.Controls.FocusEventArgs.VisualElement.get -> Microsoft.Maui.Controls.VisualElement +~Microsoft.Maui.Controls.FontImageSource.Color.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.FontImageSource.Color.set -> void +~Microsoft.Maui.Controls.FontImageSource.FontFamily.get -> string +~Microsoft.Maui.Controls.FontImageSource.FontFamily.set -> void +~Microsoft.Maui.Controls.FontImageSource.Glyph.get -> string +~Microsoft.Maui.Controls.FontImageSource.Glyph.set -> void +~Microsoft.Maui.Controls.FormattedString.Spans.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Frame.BorderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Frame.BorderColor.set -> void +~Microsoft.Maui.Controls.Frame.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.GestureElement.GestureRecognizers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.GradientBrush.GradientStops.get -> Microsoft.Maui.Controls.GradientStopCollection +~Microsoft.Maui.Controls.GradientBrush.GradientStops.set -> void +~Microsoft.Maui.Controls.GradientStop.Color.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.GradientStop.Color.set -> void +~Microsoft.Maui.Controls.GradientStop.GradientStop(Microsoft.Maui.Graphics.Color color, float offset) -> void +~Microsoft.Maui.Controls.GraphicsView.Drawable.get -> Microsoft.Maui.Graphics.IDrawable +~Microsoft.Maui.Controls.GraphicsView.Drawable.set -> void +~Microsoft.Maui.Controls.Grid.AddColumnDefinition(Microsoft.Maui.Controls.ColumnDefinition gridColumnDefinition) -> void +~Microsoft.Maui.Controls.Grid.AddRowDefinition(Microsoft.Maui.Controls.RowDefinition gridRowDefinition) -> void +~Microsoft.Maui.Controls.Grid.ColumnDefinitions.get -> Microsoft.Maui.Controls.ColumnDefinitionCollection +~Microsoft.Maui.Controls.Grid.ColumnDefinitions.set -> void +~Microsoft.Maui.Controls.Grid.GetColumn(Microsoft.Maui.IView view) -> int +~Microsoft.Maui.Controls.Grid.GetColumnSpan(Microsoft.Maui.IView view) -> int +~Microsoft.Maui.Controls.Grid.GetRow(Microsoft.Maui.IView view) -> int +~Microsoft.Maui.Controls.Grid.GetRowSpan(Microsoft.Maui.IView view) -> int +~Microsoft.Maui.Controls.Grid.RowDefinitions.get -> Microsoft.Maui.Controls.RowDefinitionCollection +~Microsoft.Maui.Controls.Grid.RowDefinitions.set -> void +~Microsoft.Maui.Controls.Grid.SetColumn(Microsoft.Maui.IView view, int col) -> void +~Microsoft.Maui.Controls.Grid.SetColumnSpan(Microsoft.Maui.IView view, int span) -> void +~Microsoft.Maui.Controls.Grid.SetRow(Microsoft.Maui.IView view, int row) -> void +~Microsoft.Maui.Controls.Grid.SetRowSpan(Microsoft.Maui.IView view, int span) -> void +~Microsoft.Maui.Controls.GroupableItemsView.GroupFooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.GroupableItemsView.GroupFooterTemplate.set -> void +~Microsoft.Maui.Controls.GroupableItemsView.GroupHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.GroupableItemsView.GroupHeaderTemplate.set -> void +~Microsoft.Maui.Controls.HandlerAttribute.HandlerAttribute(System.Type handler, System.Type target) -> void +~Microsoft.Maui.Controls.HandlerAttribute.HandlerAttribute(System.Type handler, System.Type target, System.Type[] supportedVisuals) -> void +~Microsoft.Maui.Controls.HandlerChangingEventArgs.HandlerChangingEventArgs(Microsoft.Maui.IElementHandler oldHandler, Microsoft.Maui.IElementHandler newHandler) -> void +~Microsoft.Maui.Controls.HandlerChangingEventArgs.NewHandler.get -> Microsoft.Maui.IElementHandler +~Microsoft.Maui.Controls.HandlerChangingEventArgs.OldHandler.get -> Microsoft.Maui.IElementHandler +~Microsoft.Maui.Controls.Handlers.Compatibility.CellWrapperTemplate.CellWrapperTemplate(Microsoft.Maui.Controls.DataTemplate source, Microsoft.Maui.Controls.BindableObject container = null) -> void +~Microsoft.Maui.Controls.Handlers.Compatibility.CellWrapperTemplateSelector.CellWrapperTemplateSelector(Microsoft.Maui.Controls.DataTemplateSelector selector) -> void +~Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.ListViewAdaptor(Microsoft.Maui.Controls.ListView listview, System.Collections.IEnumerable items, Microsoft.Maui.Controls.DataTemplate template) -> void +~Microsoft.Maui.Controls.Handlers.Compatibility.TableViewAdaptor.TableViewAdaptor(Microsoft.Maui.Controls.TableView tableView, System.Collections.IEnumerable items, Microsoft.Maui.Controls.DataTemplate template) -> void +~Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.CarouselViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.CollectionViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler +~Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler +~Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler +~Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler +~Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler +~Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewHandler(Microsoft.Maui.PropertyMapper mapper = null) -> void +~Microsoft.Maui.Controls.Handlers.LineHandler.LineHandler(Microsoft.Maui.IPropertyMapper mapper) -> void +~Microsoft.Maui.Controls.Handlers.PathHandler.PathHandler(Microsoft.Maui.IPropertyMapper mapper) -> void +~Microsoft.Maui.Controls.Handlers.PolygonHandler.PolygonHandler(Microsoft.Maui.IPropertyMapper mapper) -> void +~Microsoft.Maui.Controls.Handlers.PolylineHandler.PolylineHandler(Microsoft.Maui.IPropertyMapper mapper) -> void +~Microsoft.Maui.Controls.Handlers.RectangleHandler.RectangleHandler(Microsoft.Maui.IPropertyMapper mapper) -> void +~Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.RoundRectangleHandler(Microsoft.Maui.IPropertyMapper mapper) -> void +~Microsoft.Maui.Controls.Hosting.IEffectsBuilder.Add(System.Type TEffect, System.Type TPlatformEffect) -> Microsoft.Maui.Controls.Hosting.IEffectsBuilder +~Microsoft.Maui.Controls.Hosting.IEffectsBuilder.Add() -> Microsoft.Maui.Controls.Hosting.IEffectsBuilder +~Microsoft.Maui.Controls.HtmlWebViewSource.BaseUrl.get -> string +~Microsoft.Maui.Controls.HtmlWebViewSource.BaseUrl.set -> void +~Microsoft.Maui.Controls.HtmlWebViewSource.Html.get -> string +~Microsoft.Maui.Controls.HtmlWebViewSource.Html.set -> void +~Microsoft.Maui.Controls.IAppearanceObserver.OnAppearanceChanged(Microsoft.Maui.Controls.ShellAppearance appearance) -> void +~Microsoft.Maui.Controls.IAppIndexingProvider.AppLinks.get -> Microsoft.Maui.Controls.IAppLinks +~Microsoft.Maui.Controls.IApplicationController.SetAppIndexingProvider(Microsoft.Maui.Controls.IAppIndexingProvider appIndexing) -> void +~Microsoft.Maui.Controls.IAppLinkEntry.AppLinkUri.get -> System.Uri +~Microsoft.Maui.Controls.IAppLinkEntry.AppLinkUri.set -> void +~Microsoft.Maui.Controls.IAppLinkEntry.Description.get -> string +~Microsoft.Maui.Controls.IAppLinkEntry.Description.set -> void +~Microsoft.Maui.Controls.IAppLinkEntry.KeyValues.get -> System.Collections.Generic.IDictionary +~Microsoft.Maui.Controls.IAppLinkEntry.Thumbnail.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.IAppLinkEntry.Thumbnail.set -> void +~Microsoft.Maui.Controls.IAppLinkEntry.Title.get -> string +~Microsoft.Maui.Controls.IAppLinkEntry.Title.set -> void +~Microsoft.Maui.Controls.IAppLinks.DeregisterLink(Microsoft.Maui.Controls.IAppLinkEntry appLink) -> void +~Microsoft.Maui.Controls.IAppLinks.DeregisterLink(System.Uri appLinkUri) -> void +~Microsoft.Maui.Controls.IAppLinks.RegisterLink(Microsoft.Maui.Controls.IAppLinkEntry appLink) -> void +~Microsoft.Maui.Controls.IBindableLayout.Children.get -> System.Collections.IList +~Microsoft.Maui.Controls.IBorderElement.Background.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.IBorderElement.BackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IBorderElement.BorderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IBorderElement.BorderColorDefaultValue.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IBorderElement.OnBorderColorPropertyChanged(Microsoft.Maui.Graphics.Color oldValue, Microsoft.Maui.Graphics.Color newValue) -> void +~Microsoft.Maui.Controls.IConfigElement +~Microsoft.Maui.Controls.IConfigElement.Element.get -> T +~Microsoft.Maui.Controls.IEffectControlProvider.RegisterEffect(Microsoft.Maui.Controls.Effect effect) -> void +~Microsoft.Maui.Controls.IElementConfiguration +~Microsoft.Maui.Controls.IElementConfiguration.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.IElementController.Descendants() -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.IElementController.EffectControlProvider.get -> Microsoft.Maui.Controls.IEffectControlProvider +~Microsoft.Maui.Controls.IElementController.EffectControlProvider.set -> void +~Microsoft.Maui.Controls.IElementController.EffectIsAttached(string name) -> bool +~Microsoft.Maui.Controls.IElementController.LogicalChildren.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.IElementController.RealParent.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.IElementController.SetValueFromRenderer(Microsoft.Maui.Controls.BindableProperty property, object value) -> void +~Microsoft.Maui.Controls.IElementController.SetValueFromRenderer(Microsoft.Maui.Controls.BindablePropertyKey propertyKey, object value) -> void +~Microsoft.Maui.Controls.IExtendedTypeConverter.ConvertFromInvariantString(string value, System.IServiceProvider serviceProvider) -> object +~Microsoft.Maui.Controls.IGestureRecognizers.GestureRecognizers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.IImageElement.OnImageSourceSourceChanged(object sender, System.EventArgs e) -> void +~Microsoft.Maui.Controls.IImageElement.Source.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.IItemsView +~Microsoft.Maui.Controls.IItemsView.CreateDefault(object item) -> T +~Microsoft.Maui.Controls.IItemsView.SetupContent(T content, int index) -> void +~Microsoft.Maui.Controls.IItemsView.UnhookContent(T content) -> void +~Microsoft.Maui.Controls.IItemViewController.BindView(Microsoft.Maui.Controls.View view, object item) -> void +~Microsoft.Maui.Controls.IItemViewController.CreateView(object itemType) -> Microsoft.Maui.Controls.View +~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.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 +~Microsoft.Maui.Controls.IListViewController.FooterElement.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.IListViewController.GetDisplayTextFromGroup(object cell) -> string +~Microsoft.Maui.Controls.IListViewController.HeaderElement.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, int inGroupIndex, Microsoft.Maui.Controls.Cell cell) -> void +~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, int inGroupIndex, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested) -> void +~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell) -> void +~Microsoft.Maui.Controls.IListViewController.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested) -> void +~Microsoft.Maui.Controls.IListViewController.SendCellAppearing(Microsoft.Maui.Controls.Cell cell) -> void +~Microsoft.Maui.Controls.IListViewController.SendCellDisappearing(Microsoft.Maui.Controls.Cell cell) -> void +~Microsoft.Maui.Controls.Image.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Image.Source.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Image.Source.set -> void +~Microsoft.Maui.Controls.ImageButton.BorderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ImageButton.BorderColor.set -> void +~Microsoft.Maui.Controls.ImageButton.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.ImageButton.Command.set -> void +~Microsoft.Maui.Controls.ImageButton.CommandParameter.get -> object +~Microsoft.Maui.Controls.ImageButton.CommandParameter.set -> void +~Microsoft.Maui.Controls.ImageButton.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.ImageButton.Source.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.ImageButton.Source.set -> void +~Microsoft.Maui.Controls.ImageCell.ImageSource.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.ImageCell.ImageSource.set -> void +~Microsoft.Maui.Controls.IMessagingCenter.Send(TSender sender, string message, TArgs args) -> void +~Microsoft.Maui.Controls.IMessagingCenter.Send(TSender sender, string message) -> void +~Microsoft.Maui.Controls.IMessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void +~Microsoft.Maui.Controls.IMessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void +~Microsoft.Maui.Controls.IMessagingCenter.Unsubscribe(object subscriber, string message) -> void +~Microsoft.Maui.Controls.IMessagingCenter.Unsubscribe(object subscriber, string message) -> void +~Microsoft.Maui.Controls.IMultiValueConverter.Convert(object[] values, System.Type targetType, object parameter, System.Globalization.CultureInfo culture) -> object +~Microsoft.Maui.Controls.IMultiValueConverter.ConvertBack(object value, System.Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture) -> object[] +~Microsoft.Maui.Controls.INavigation.InsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void +~Microsoft.Maui.Controls.INavigation.ModalStack.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.INavigation.NavigationStack.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.INavigation.PopAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PopAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PopModalAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PopModalAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PopToRootAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PopToRootAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PushAsync(Microsoft.Maui.Controls.Page page) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PushModalAsync(Microsoft.Maui.Controls.Page page) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.PushModalAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigation.RemovePage(Microsoft.Maui.Controls.Page page) -> void +~Microsoft.Maui.Controls.INavigationPageController.Pages.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.INavigationPageController.Peek(int depth = 0) -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.INavigationPageController.PopAsyncInner(bool animated, bool fast = false) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.INavigationPageController.RemoveAsyncInner(Microsoft.Maui.Controls.Page page, bool animated, bool fast) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.IndicatorView.IndicatorColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IndicatorView.IndicatorColor.set -> void +~Microsoft.Maui.Controls.IndicatorView.IndicatorLayout.get -> Microsoft.Maui.Controls.IBindableLayout +~Microsoft.Maui.Controls.IndicatorView.IndicatorLayout.set -> void +~Microsoft.Maui.Controls.IndicatorView.IndicatorTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.IndicatorView.IndicatorTemplate.set -> void +~Microsoft.Maui.Controls.IndicatorView.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.IndicatorView.ItemsSource.set -> void +~Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColor.set -> void +~Microsoft.Maui.Controls.InputView.Keyboard.get -> Microsoft.Maui.Keyboard +~Microsoft.Maui.Controls.InputView.Keyboard.set -> void +~Microsoft.Maui.Controls.InputView.Placeholder.get -> string +~Microsoft.Maui.Controls.InputView.Placeholder.set -> void +~Microsoft.Maui.Controls.InputView.PlaceholderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.InputView.PlaceholderColor.set -> void +~Microsoft.Maui.Controls.InputView.Text.get -> string +~Microsoft.Maui.Controls.InputView.Text.set -> void +~Microsoft.Maui.Controls.InputView.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.InputView.TextColor.set -> void +~Microsoft.Maui.Controls.InputView.UpdateFormsText(string original, Microsoft.Maui.TextTransform transform) -> string +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.ActionSheetArguments(string title, string cancel, string destruction, System.Collections.Generic.IEnumerable buttons) -> void +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Buttons.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Cancel.get -> string +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Destruction.get -> string +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Result.get -> System.Threading.Tasks.TaskCompletionSource +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.SetResult(string result) -> void +~Microsoft.Maui.Controls.Internals.ActionSheetArguments.Title.get -> string +~Microsoft.Maui.Controls.Internals.AlertArguments.Accept.get -> string +~Microsoft.Maui.Controls.Internals.AlertArguments.AlertArguments(string title, string message, string accept, string cancel) -> void +~Microsoft.Maui.Controls.Internals.AlertArguments.Cancel.get -> string +~Microsoft.Maui.Controls.Internals.AlertArguments.Message.get -> string +~Microsoft.Maui.Controls.Internals.AlertArguments.Result.get -> System.Threading.Tasks.TaskCompletionSource +~Microsoft.Maui.Controls.Internals.AlertArguments.Title.get -> string +~Microsoft.Maui.Controls.Internals.AsyncValue.AsyncValue(System.Threading.Tasks.Task valueTask, T defaultValue = default(T)) -> void +~Microsoft.Maui.Controls.Internals.DynamicResource.DynamicResource(string key) -> void +~Microsoft.Maui.Controls.Internals.DynamicResource.Key.get -> string +~Microsoft.Maui.Controls.Internals.EvalRequested.EvalRequested(string script) -> void +~Microsoft.Maui.Controls.Internals.EvalRequested.Script.get -> string +~Microsoft.Maui.Controls.Internals.GIFBitmap.Bounds.get -> Microsoft.Maui.Controls.Internals.GIFBitmap.Rect +~Microsoft.Maui.Controls.Internals.GIFBitmap.ColorTable.get -> Microsoft.Maui.Controls.Internals.GIFColorTable +~Microsoft.Maui.Controls.Internals.GIFBitmap.Data.get -> int[] +~Microsoft.Maui.Controls.Internals.GIFBitmap.Data.set -> void +~Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.Compose(Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmap currentBitmap, Microsoft.Maui.Controls.Internals.GIFBitmap previousBitmap) -> void +~Microsoft.Maui.Controls.Internals.GIFBitmapDecoder.DecodeAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, int width, int height) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.GIFColorTable.Data.get -> int[] +~Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException(string message) -> void +~Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.GIFDecoderFormatException(string message, System.Exception innerException) -> void +~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.CurrentBlockBuffer.get -> byte[] +~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.GIFDecoderStreamReader(System.IO.Stream stream) -> void +~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadAsync(byte[] buffer, int toRead) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadBlockAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.ReadString(int length) -> string +~Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader.SkipBlockAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.GIFHeader.GlobalColorTable.get -> Microsoft.Maui.Controls.Internals.GIFColorTable +~Microsoft.Maui.Controls.Internals.GIFHeader.TypeIdentifier.get -> string +~Microsoft.Maui.Controls.Internals.GIFHeader.Version.get -> string +~Microsoft.Maui.Controls.Internals.GIFImageParser.ParseAsync(System.IO.Stream stream, bool skipTypeIdentifier = false, bool ignoreImageData = false) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.IDataTemplateController.IdString.get -> string +~Microsoft.Maui.Controls.Internals.IDynamicResourceHandler.SetDynamicResource(Microsoft.Maui.Controls.BindableProperty property, string key) -> void +~Microsoft.Maui.Controls.Internals.IExpressionSearch.FindObjects(System.Linq.Expressions.Expression expression) -> System.Collections.Generic.List +~Microsoft.Maui.Controls.Internals.IFontElement.FontFamily.get -> string +~Microsoft.Maui.Controls.Internals.IFontElement.OnFontFamilyChanged(string oldValue, string newValue) -> void +~Microsoft.Maui.Controls.Internals.IFontNamedSizeService.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, System.Type targetElementType, bool useOldSizes) -> double +~Microsoft.Maui.Controls.Internals.IGestureController.CompositeGestureRecognizers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Internals.IGestureController.GetChildElements(Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Internals.INameScope.FindByName(string name) -> object +~Microsoft.Maui.Controls.Internals.INameScope.RegisterName(string name, object scopedElement) -> void +~Microsoft.Maui.Controls.Internals.INameScope.UnregisterName(string name) -> void +~Microsoft.Maui.Controls.Internals.INavigationProxy.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy +~Microsoft.Maui.Controls.Internals.IPerformanceProvider.Start(string reference, string tag, string path, string member) -> void +~Microsoft.Maui.Controls.Internals.IPerformanceProvider.Stop(string reference, string tag, string path, string member) -> void +~Microsoft.Maui.Controls.Internals.IPlatformSizeService.GetPlatformSize(Microsoft.Maui.Controls.VisualElement view, double widthConstraint, double heightConstraint) -> Microsoft.Maui.SizeRequest +~Microsoft.Maui.Controls.Internals.IResourceDictionary.TryGetValue(string key, out object value) -> bool +~Microsoft.Maui.Controls.Internals.ISystemResourcesProvider.GetSystemResources() -> Microsoft.Maui.Controls.Internals.IResourceDictionary +~Microsoft.Maui.Controls.Internals.NavigationProxy.Inner.get -> Microsoft.Maui.Controls.INavigation +~Microsoft.Maui.Controls.Internals.NavigationProxy.Inner.set -> void +~Microsoft.Maui.Controls.Internals.NavigationProxy.InsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void +~Microsoft.Maui.Controls.Internals.NavigationProxy.ModalStack.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.Internals.NavigationProxy.NavigationStack.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.Internals.NavigationProxy.PopAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PopAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PopModalAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PopModalAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PopToRootAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PopToRootAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PushAsync(Microsoft.Maui.Controls.Page root) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PushAsync(Microsoft.Maui.Controls.Page root, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PushModalAsync(Microsoft.Maui.Controls.Page modal) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.PushModalAsync(Microsoft.Maui.Controls.Page modal, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationProxy.RemovePage(Microsoft.Maui.Controls.Page page) -> void +~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.BeforePage.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.BeforePage.set -> void +~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.NavigationRequestedEventArgs(Microsoft.Maui.Controls.Page page, bool animated) -> void +~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.NavigationRequestedEventArgs(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before, bool animated) -> void +~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Task.get -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs.Task.set -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems) -> void +~Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx.NotifyCollectionChangedEventArgsEx(int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex) -> void +~Microsoft.Maui.Controls.Internals.Profile.Datum.Id -> string +~Microsoft.Maui.Controls.Internals.Profile.Datum.Name -> string +~Microsoft.Maui.Controls.Internals.ProfileDatum.Id -> string +~Microsoft.Maui.Controls.Internals.ProfileDatum.Name -> string +~Microsoft.Maui.Controls.Internals.ProfileDatum.Path -> string +~Microsoft.Maui.Controls.Internals.PromptArguments.Accept.get -> string +~Microsoft.Maui.Controls.Internals.PromptArguments.Cancel.get -> string +~Microsoft.Maui.Controls.Internals.PromptArguments.InitialValue.get -> string +~Microsoft.Maui.Controls.Internals.PromptArguments.Keyboard.get -> Microsoft.Maui.Keyboard +~Microsoft.Maui.Controls.Internals.PromptArguments.Message.get -> string +~Microsoft.Maui.Controls.Internals.PromptArguments.Placeholder.get -> string +~Microsoft.Maui.Controls.Internals.PromptArguments.PromptArguments(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Microsoft.Maui.Keyboard keyboard = null, string initialValue = "") -> void +~Microsoft.Maui.Controls.Internals.PromptArguments.Result.get -> System.Threading.Tasks.TaskCompletionSource +~Microsoft.Maui.Controls.Internals.PromptArguments.SetResult(string text) -> void +~Microsoft.Maui.Controls.Internals.PromptArguments.Title.get -> string +~Microsoft.Maui.Controls.Internals.Registrar +~Microsoft.Maui.Controls.Internals.Registrar.GetHandler(System.Type type) -> TOut +~Microsoft.Maui.Controls.Internals.Registrar.GetHandler(System.Type type, params object[] args) -> TOut +~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerForObject(object obj) -> TOut +~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerForObject(object obj, params object[] args) -> TOut +~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerType(System.Type viewType) -> System.Type +~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerType(System.Type viewType, System.Type visualType) -> System.Type +~Microsoft.Maui.Controls.Internals.Registrar.GetHandlerTypeForObject(object obj) -> System.Type +~Microsoft.Maui.Controls.Internals.Registrar.Register(System.Type tview, System.Type trender) -> void +~Microsoft.Maui.Controls.Internals.Registrar.Register(System.Type tview, System.Type trender, System.Type[] supportedVisual) -> void +~Microsoft.Maui.Controls.Internals.Registrar.Register(System.Type tview, System.Type trender, System.Type[] supportedVisuals, short priority) -> void +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.AssemblyName.get -> System.Reflection.AssemblyName +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.AssemblyName.set -> void +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.Instance.get -> object +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.Instance.set -> void +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourcePath.get -> string +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery.ResourcePath.set -> void +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceContent.get -> string +~Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingResponse.ResourceContent.set -> void +~Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs.ResourcesChangedEventArgs(System.Collections.Generic.IEnumerable> values) -> void +~Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs.Values.get -> System.Collections.Generic.IEnumerable> +~Microsoft.Maui.Controls.Internals.TableModel.RowLongPressed(object item) -> void +~Microsoft.Maui.Controls.Internals.TableModel.RowSelected(object item) -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ActivateContent(int index, object item) -> TItem +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.CreateContent(int index, object item, bool insert = false) -> TItem +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexForGroup(Microsoft.Maui.Controls.ITemplatedItemsList group) -> int +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexOfGroup(object item) -> int +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexOfItem(object group, object item) -> int +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGlobalIndexOfItem(object item) -> int +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupAndIndexOfItem(object group, object item) -> System.Tuple +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GetGroupAndIndexOfItem(object item) -> System.Tuple +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupDisplayBinding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupDisplayBinding.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplate.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplateProperty.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupHeaderTemplateProperty.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupShortNameBinding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.GroupShortNameBinding.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.HeaderContent.get -> TItem +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.IndexOf(TItem item) -> int +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabledProperty.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.IsGroupingEnabledProperty.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.Name.get -> string +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.Name.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.Parent.get -> Microsoft.Maui.Controls.Internals.TemplatedItemsList +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ProgressiveLoadingProperty.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ProgressiveLoadingProperty.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.SelectDataTemplate(object item) -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortName.get -> string +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortName.set -> void +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortNames.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.Internals.TemplatedItemsList.this[int index].get -> TItem +~Microsoft.Maui.Controls.Internals.TypedBinding.TypedBinding(System.Func getter, System.Action setter, System.Tuple, string>[] handlers) -> void +~Microsoft.Maui.Controls.Internals.TypedBindingBase.Converter.get -> Microsoft.Maui.Controls.IValueConverter +~Microsoft.Maui.Controls.Internals.TypedBindingBase.Converter.set -> void +~Microsoft.Maui.Controls.Internals.TypedBindingBase.ConverterParameter.get -> object +~Microsoft.Maui.Controls.Internals.TypedBindingBase.ConverterParameter.set -> void +~Microsoft.Maui.Controls.Internals.TypedBindingBase.Source.get -> object +~Microsoft.Maui.Controls.Internals.TypedBindingBase.Source.set -> void +~Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException(string message) -> void +~Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException(string message, System.Exception innerException) -> void +~Microsoft.Maui.Controls.InvalidNavigationException.InvalidNavigationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void +~Microsoft.Maui.Controls.IPageContainer +~Microsoft.Maui.Controls.IPageContainer.CurrentPage.get -> T +~Microsoft.Maui.Controls.IPageController.InternalChildren.get -> System.Collections.ObjectModel.ObservableCollection +~Microsoft.Maui.Controls.IPanGestureController.SendPan(Microsoft.Maui.Controls.Element sender, double totalX, double totalY, int gestureId) -> void +~Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled(Microsoft.Maui.Controls.Element sender, int gestureId) -> void +~Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted(Microsoft.Maui.Controls.Element sender, int gestureId) -> void +~Microsoft.Maui.Controls.IPanGestureController.SendPanStarted(Microsoft.Maui.Controls.Element sender, int gestureId) -> void +~Microsoft.Maui.Controls.IPinchGestureController.SendPinch(Microsoft.Maui.Controls.Element sender, double scale, Microsoft.Maui.Graphics.Point currentScalePoint) -> void +~Microsoft.Maui.Controls.IPinchGestureController.SendPinchCanceled(Microsoft.Maui.Controls.Element sender) -> void +~Microsoft.Maui.Controls.IPinchGestureController.SendPinchEnded(Microsoft.Maui.Controls.Element sender) -> void +~Microsoft.Maui.Controls.IPinchGestureController.SendPinchStarted(Microsoft.Maui.Controls.Element sender, Microsoft.Maui.Graphics.Point intialScalePoint) -> void +~Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.IQueryAttributable.ApplyQueryAttributes(System.Collections.Generic.IDictionary query) -> void +~Microsoft.Maui.Controls.IScrollViewController.GetScrollPositionForElement(Microsoft.Maui.Controls.VisualElement item, Microsoft.Maui.Controls.ScrollToPosition position) -> Microsoft.Maui.Graphics.Point +~Microsoft.Maui.Controls.ISearchHandlerController.ItemSelected(object obj) -> void +~Microsoft.Maui.Controls.ISearchHandlerController.ListProxy.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarBackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarDisabledColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarForegroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarTitleColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarUnselectedColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.IShellContentController.GetOrCreateContent() -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.IShellContentController.Page.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.IShellContentController.RecyclePage(Microsoft.Maui.Controls.Page page) -> void +~Microsoft.Maui.Controls.IShellController.AddAppearanceObserver(Microsoft.Maui.Controls.IAppearanceObserver observer, Microsoft.Maui.Controls.Element pivot) -> void +~Microsoft.Maui.Controls.IShellController.AddFlyoutBehaviorObserver(Microsoft.Maui.Controls.IFlyoutBehaviorObserver observer) -> void +~Microsoft.Maui.Controls.IShellController.AppearanceChanged(Microsoft.Maui.Controls.Element source, bool appearanceSet) -> void +~Microsoft.Maui.Controls.IShellController.FlyoutContent.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.IShellController.FlyoutFooter.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.IShellController.FlyoutHeader.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.IShellController.FlyoutIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.IShellController.GenerateFlyoutGrouping() -> System.Collections.Generic.List> +~Microsoft.Maui.Controls.IShellController.GetFlyoutItemDataTemplate(Microsoft.Maui.Controls.BindableObject bo) -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.IShellController.GetItems() -> System.Collections.ObjectModel.ReadOnlyCollection +~Microsoft.Maui.Controls.IShellController.GetNavigationState(Microsoft.Maui.Controls.ShellItem shellItem, Microsoft.Maui.Controls.ShellSection shellSection, Microsoft.Maui.Controls.ShellContent shellContent, bool includeStack = true) -> Microsoft.Maui.Controls.ShellNavigationState +~Microsoft.Maui.Controls.IShellController.OnFlyoutItemSelected(Microsoft.Maui.Controls.Element element) -> void +~Microsoft.Maui.Controls.IShellController.OnFlyoutItemSelectedAsync(Microsoft.Maui.Controls.Element element) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.IShellController.ProposeNavigation(Microsoft.Maui.Controls.ShellNavigationSource source, Microsoft.Maui.Controls.ShellItem item, Microsoft.Maui.Controls.ShellSection shellSection, Microsoft.Maui.Controls.ShellContent shellContent, System.Collections.Generic.IReadOnlyList stack, bool canCancel) -> bool +~Microsoft.Maui.Controls.IShellController.RemoveAppearanceObserver(Microsoft.Maui.Controls.IAppearanceObserver observer) -> bool +~Microsoft.Maui.Controls.IShellController.RemoveFlyoutBehaviorObserver(Microsoft.Maui.Controls.IFlyoutBehaviorObserver observer) -> bool +~Microsoft.Maui.Controls.IShellItemController.GetItems() -> System.Collections.ObjectModel.ReadOnlyCollection +~Microsoft.Maui.Controls.IShellItemController.ProposeSection(Microsoft.Maui.Controls.ShellSection shellSection, bool setValue = true) -> bool +~Microsoft.Maui.Controls.IShellSectionController.AddContentInsetObserver(Microsoft.Maui.Controls.IShellContentInsetObserver observer) -> void +~Microsoft.Maui.Controls.IShellSectionController.AddDisplayedPageObserver(object observer, System.Action callback) -> void +~Microsoft.Maui.Controls.IShellSectionController.GetItems() -> System.Collections.ObjectModel.ReadOnlyCollection +~Microsoft.Maui.Controls.IShellSectionController.PresentedPage.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.IShellSectionController.RemoveContentInsetObserver(Microsoft.Maui.Controls.IShellContentInsetObserver observer) -> bool +~Microsoft.Maui.Controls.IShellSectionController.RemoveDisplayedPageObserver(object observer) -> bool +~Microsoft.Maui.Controls.IShellSectionController.SendPopped(Microsoft.Maui.Controls.Page page) -> void +~Microsoft.Maui.Controls.IShellSectionController.SendPopping(Microsoft.Maui.Controls.Page page) -> void +~Microsoft.Maui.Controls.IShellSectionController.SendPopping(System.Threading.Tasks.Task poppingCompleted) -> void +~Microsoft.Maui.Controls.IShellSectionController.SendPoppingToRoot(System.Threading.Tasks.Task finishedPopping) -> void +~Microsoft.Maui.Controls.ISwipeGestureController.DetectSwipe(Microsoft.Maui.Controls.View sender, Microsoft.Maui.SwipeDirection direction) -> bool +~Microsoft.Maui.Controls.ISwipeGestureController.SendSwipe(Microsoft.Maui.Controls.Element sender, double totalX, double totalY) -> void +~Microsoft.Maui.Controls.ISwipeItem.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.ISwipeItem.Command.set -> void +~Microsoft.Maui.Controls.ISwipeItem.CommandParameter.get -> object +~Microsoft.Maui.Controls.ISwipeItem.CommandParameter.set -> void +~Microsoft.Maui.Controls.ISwipeViewController.SendSwipeChanging(Microsoft.Maui.Controls.SwipeChangingEventArgs args) -> void +~Microsoft.Maui.Controls.ISwipeViewController.SendSwipeEnded(Microsoft.Maui.Controls.SwipeEndedEventArgs args) -> void +~Microsoft.Maui.Controls.ISwipeViewController.SendSwipeStarted(Microsoft.Maui.Controls.SwipeStartedEventArgs args) -> void +~Microsoft.Maui.Controls.ITableModel.GetCell(int section, int row) -> Microsoft.Maui.Controls.Cell +~Microsoft.Maui.Controls.ITableModel.GetHeaderCell(int section) -> Microsoft.Maui.Controls.Cell +~Microsoft.Maui.Controls.ITableModel.GetItem(int section, int row) -> object +~Microsoft.Maui.Controls.ITableModel.GetSectionIndexTitles() -> string[] +~Microsoft.Maui.Controls.ITableModel.GetSectionTextColor(int section) -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ITableModel.GetSectionTitle(int section) -> string +~Microsoft.Maui.Controls.ITableModel.RowSelected(object item) -> void +~Microsoft.Maui.Controls.ITableViewController.Model.get -> Microsoft.Maui.Controls.ITableModel +~Microsoft.Maui.Controls.ITemplatedItemsList +~Microsoft.Maui.Controls.ITemplatedItemsList.ActivateContent(int index, object item = null) -> TItem +~Microsoft.Maui.Controls.ITemplatedItemsList.BindingContext.get -> object +~Microsoft.Maui.Controls.ITemplatedItemsList.GetGlobalIndexForGroup(Microsoft.Maui.Controls.ITemplatedItemsList group) -> int +~Microsoft.Maui.Controls.ITemplatedItemsList.GetGlobalIndexOfItem(object item) -> int +~Microsoft.Maui.Controls.ITemplatedItemsList.GetGroup(int index) -> Microsoft.Maui.Controls.ITemplatedItemsList +~Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupAndIndexOfItem(object group, object item) -> System.Tuple +~Microsoft.Maui.Controls.ITemplatedItemsList.GetGroupAndIndexOfItem(object item) -> System.Tuple +~Microsoft.Maui.Controls.ITemplatedItemsList.HeaderContent.get -> TItem +~Microsoft.Maui.Controls.ITemplatedItemsList.IndexOf(TItem item) -> int +~Microsoft.Maui.Controls.ITemplatedItemsList.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.ITemplatedItemsList.ListProxy.get -> Microsoft.Maui.Controls.IListProxy +~Microsoft.Maui.Controls.ITemplatedItemsList.Name.get -> string +~Microsoft.Maui.Controls.ITemplatedItemsList.Name.set -> void +~Microsoft.Maui.Controls.ITemplatedItemsList.SelectDataTemplate(object item) -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ITemplatedItemsList.ShortNames.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.ITemplatedItemsList.UpdateContent(TItem content, int index) -> TItem +~Microsoft.Maui.Controls.ITemplatedItemsList.UpdateHeader(TItem content, int groupIndex) -> TItem +~Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs.Group.get -> object +~Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs.Item.get -> object +~Microsoft.Maui.Controls.ITemplatedItemsView +~Microsoft.Maui.Controls.ITemplatedItemsView.ListProxy.get -> Microsoft.Maui.Controls.IListProxy +~Microsoft.Maui.Controls.ITemplatedItemsView.TemplatedItems.get -> Microsoft.Maui.Controls.ITemplatedItemsList +~Microsoft.Maui.Controls.ItemsView.AddLogicalChild(Microsoft.Maui.Controls.Element element) -> void +~Microsoft.Maui.Controls.ItemsView.EmptyView.get -> object +~Microsoft.Maui.Controls.ItemsView.EmptyView.set -> void +~Microsoft.Maui.Controls.ItemsView.EmptyViewTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ItemsView.EmptyViewTemplate.set -> void +~Microsoft.Maui.Controls.ItemsView.InternalItemsLayout.get -> Microsoft.Maui.Controls.IItemsLayout +~Microsoft.Maui.Controls.ItemsView.InternalItemsLayout.set -> void +~Microsoft.Maui.Controls.ItemsView.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.ItemsView.ItemsSource.set -> void +~Microsoft.Maui.Controls.ItemsView.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ItemsView.ItemTemplate.set -> void +~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommand.set -> void +~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandParameter.get -> object +~Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandParameter.set -> void +~Microsoft.Maui.Controls.ItemsView.RemoveLogicalChild(Microsoft.Maui.Controls.Element element) -> void +~Microsoft.Maui.Controls.ItemsView.ScrollTo(object item, object group = null, Microsoft.Maui.Controls.ScrollToPosition position = Microsoft.Maui.Controls.ScrollToPosition.MakeVisible, bool animate = true) -> void +~Microsoft.Maui.Controls.ItemsView.SendScrolled(Microsoft.Maui.Controls.ItemsViewScrolledEventArgs e) -> void +~Microsoft.Maui.Controls.ItemsView +~Microsoft.Maui.Controls.ItemsView.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.ItemsView.ItemsSource.set -> void +~Microsoft.Maui.Controls.ItemsView.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ItemsView.ItemTemplate.set -> void +~Microsoft.Maui.Controls.ItemsView.TemplatedItems.get -> Microsoft.Maui.Controls.Internals.TemplatedItemsList, TVisual> +~Microsoft.Maui.Controls.ItemTappedEventArgs.Group.get -> object +~Microsoft.Maui.Controls.ItemTappedEventArgs.Item.get -> object +~Microsoft.Maui.Controls.ItemTappedEventArgs.ItemTappedEventArgs(object group, object item, int itemIndex) -> void +~Microsoft.Maui.Controls.ItemVisibilityEventArgs.Item.get -> object +~Microsoft.Maui.Controls.ItemVisibilityEventArgs.ItemVisibilityEventArgs(object item, int itemIndex) -> void +~Microsoft.Maui.Controls.IValueConverter.Convert(object value, System.Type targetType, object parameter, System.Globalization.CultureInfo culture) -> object +~Microsoft.Maui.Controls.IValueConverter.ConvertBack(object value, System.Type targetType, object parameter, System.Globalization.CultureInfo culture) -> object +~Microsoft.Maui.Controls.IViewContainer +~Microsoft.Maui.Controls.IViewContainer.Children.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.IVisualElementController.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy +~Microsoft.Maui.Controls.IWebViewController.SendNavigated(Microsoft.Maui.Controls.WebNavigatedEventArgs args) -> void +~Microsoft.Maui.Controls.IWebViewController.SendNavigating(Microsoft.Maui.Controls.WebNavigatingEventArgs args) -> void +~Microsoft.Maui.Controls.Label.FontFamily.get -> string +~Microsoft.Maui.Controls.Label.FontFamily.set -> void +~Microsoft.Maui.Controls.Label.FormattedText.get -> Microsoft.Maui.Controls.FormattedString +~Microsoft.Maui.Controls.Label.FormattedText.set -> void +~Microsoft.Maui.Controls.Label.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Label.Text.get -> string +~Microsoft.Maui.Controls.Label.Text.set -> void +~Microsoft.Maui.Controls.Label.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Label.TextColor.set -> void +~Microsoft.Maui.Controls.Layout.Add(Microsoft.Maui.IView child) -> void +~Microsoft.Maui.Controls.Layout.Children.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Layout.Contains(Microsoft.Maui.IView item) -> bool +~Microsoft.Maui.Controls.Layout.CopyTo(Microsoft.Maui.IView[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.Layout.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.Layout.IndexOf(Microsoft.Maui.IView item) -> int +~Microsoft.Maui.Controls.Layout.Insert(int index, Microsoft.Maui.IView child) -> void +~Microsoft.Maui.Controls.Layout.Remove(Microsoft.Maui.IView child) -> bool +~Microsoft.Maui.Controls.Layout.this[int index].get -> Microsoft.Maui.IView +~Microsoft.Maui.Controls.Layout.this[int index].set -> void +~Microsoft.Maui.Controls.Layout._layoutManager -> Microsoft.Maui.Layouts.ILayoutManager +~Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops) -> void +~Microsoft.Maui.Controls.LinearGradientBrush.LinearGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops, Microsoft.Maui.Graphics.Point startPoint, Microsoft.Maui.Graphics.Point endPoint) -> void +~Microsoft.Maui.Controls.ListProxyChangedEventArgs.ListProxyChangedEventArgs(System.Collections.Generic.IReadOnlyCollection oldList, System.Collections.Generic.IReadOnlyCollection newList) -> void +~Microsoft.Maui.Controls.ListProxyChangedEventArgs.NewList.get -> System.Collections.Generic.IReadOnlyCollection +~Microsoft.Maui.Controls.ListProxyChangedEventArgs.OldList.get -> System.Collections.Generic.IReadOnlyCollection +~Microsoft.Maui.Controls.ListView.CreateDefaultCell(object item) -> Microsoft.Maui.Controls.Cell +~Microsoft.Maui.Controls.ListView.Footer.get -> object +~Microsoft.Maui.Controls.ListView.Footer.set -> void +~Microsoft.Maui.Controls.ListView.FooterElement.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.ListView.FooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ListView.FooterTemplate.set -> void +~Microsoft.Maui.Controls.ListView.GetDisplayTextFromGroup(object cell) -> string +~Microsoft.Maui.Controls.ListView.GroupDisplayBinding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.ListView.GroupDisplayBinding.set -> void +~Microsoft.Maui.Controls.ListView.GroupHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ListView.GroupHeaderTemplate.set -> void +~Microsoft.Maui.Controls.ListView.GroupShortNameBinding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.ListView.GroupShortNameBinding.set -> void +~Microsoft.Maui.Controls.ListView.Header.get -> object +~Microsoft.Maui.Controls.ListView.Header.set -> void +~Microsoft.Maui.Controls.ListView.HeaderElement.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.ListView.HeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ListView.HeaderTemplate.set -> void +~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int groupIndex, int inGroupIndex, Microsoft.Maui.Controls.Cell cell = null) -> void +~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int groupIndex, int inGroupIndex, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested) -> void +~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell = null) -> void +~Microsoft.Maui.Controls.ListView.NotifyRowTapped(int index, Microsoft.Maui.Controls.Cell cell, bool isContextmenuRequested) -> void +~Microsoft.Maui.Controls.ListView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.ListView.RefreshCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.ListView.RefreshCommand.set -> void +~Microsoft.Maui.Controls.ListView.RefreshControlColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ListView.RefreshControlColor.set -> void +~Microsoft.Maui.Controls.ListView.ScrollTo(object item, Microsoft.Maui.Controls.ScrollToPosition position, bool animated) -> void +~Microsoft.Maui.Controls.ListView.ScrollTo(object item, object group, Microsoft.Maui.Controls.ScrollToPosition position, bool animated) -> void +~Microsoft.Maui.Controls.ListView.SelectedItem.get -> object +~Microsoft.Maui.Controls.ListView.SelectedItem.set -> void +~Microsoft.Maui.Controls.ListView.SendCellAppearing(Microsoft.Maui.Controls.Cell cell) -> void +~Microsoft.Maui.Controls.ListView.SendCellDisappearing(Microsoft.Maui.Controls.Cell cell) -> void +~Microsoft.Maui.Controls.ListView.SendScrolled(Microsoft.Maui.Controls.ScrolledEventArgs args) -> void +~Microsoft.Maui.Controls.ListView.SeparatorColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ListView.SeparatorColor.set -> void +~Microsoft.Maui.Controls.MarshalingObservableCollection.MarshalingObservableCollection(System.Collections.IList list) -> void +~Microsoft.Maui.Controls.MenuBar.Add(Microsoft.Maui.IMenuBarItem item) -> void +~Microsoft.Maui.Controls.MenuBar.Contains(Microsoft.Maui.IMenuBarItem item) -> bool +~Microsoft.Maui.Controls.MenuBar.CopyTo(Microsoft.Maui.IMenuBarItem[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.MenuBar.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.MenuBar.IndexOf(Microsoft.Maui.IMenuBarItem item) -> int +~Microsoft.Maui.Controls.MenuBar.Insert(int index, Microsoft.Maui.IMenuBarItem item) -> void +~Microsoft.Maui.Controls.MenuBar.Remove(Microsoft.Maui.IMenuBarItem item) -> bool +~Microsoft.Maui.Controls.MenuBar.this[int index].get -> Microsoft.Maui.IMenuBarItem +~Microsoft.Maui.Controls.MenuBar.this[int index].set -> void +~Microsoft.Maui.Controls.MenuBarItem.Add(Microsoft.Maui.IMenuElement item) -> void +~Microsoft.Maui.Controls.MenuBarItem.Contains(Microsoft.Maui.IMenuElement item) -> bool +~Microsoft.Maui.Controls.MenuBarItem.CopyTo(Microsoft.Maui.IMenuElement[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.MenuBarItem.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.MenuBarItem.IndexOf(Microsoft.Maui.IMenuElement item) -> int +~Microsoft.Maui.Controls.MenuBarItem.Insert(int index, Microsoft.Maui.IMenuElement item) -> void +~Microsoft.Maui.Controls.MenuBarItem.Remove(Microsoft.Maui.IMenuElement item) -> bool +~Microsoft.Maui.Controls.MenuBarItem.Text.get -> string +~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 @@ -61,21 +4455,2922 @@ virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Contr ~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 -~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 readonly Microsoft.Maui.Controls.FlyoutBase.ContextFlyoutProperty -> Microsoft.Maui.Controls.BindableProperty -static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty! -*REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler -~Microsoft.Maui.Controls.Handlers.Compatibility.CellWrapperTemplate.CellWrapperTemplate(Microsoft.Maui.Controls.DataTemplate source, Microsoft.Maui.Controls.BindableObject container = null) -> void -~Microsoft.Maui.Controls.Handlers.Compatibility.CellWrapperTemplateSelector.CellWrapperTemplateSelector(Microsoft.Maui.Controls.DataTemplateSelector selector) -> void -~Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.ListViewAdaptor(Microsoft.Maui.Controls.ListView listview, System.Collections.IEnumerable items, Microsoft.Maui.Controls.DataTemplate template) -> void -~Microsoft.Maui.Controls.Handlers.Compatibility.TableViewAdaptor.TableViewAdaptor(Microsoft.Maui.Controls.TableView tableView, System.Collections.IEnumerable items, Microsoft.Maui.Controls.DataTemplate template) -> 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 +~Microsoft.Maui.Controls.MenuFlyoutSubItem.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.MenuFlyoutSubItem.IndexOf(Microsoft.Maui.IMenuElement item) -> int +~Microsoft.Maui.Controls.MenuFlyoutSubItem.Insert(int index, Microsoft.Maui.IMenuElement item) -> void +~Microsoft.Maui.Controls.MenuFlyoutSubItem.Remove(Microsoft.Maui.IMenuElement item) -> bool +~Microsoft.Maui.Controls.MenuFlyoutSubItem.this[int index].get -> Microsoft.Maui.IMenuElement +~Microsoft.Maui.Controls.MenuFlyoutSubItem.this[int index].set -> void +~Microsoft.Maui.Controls.MenuItem.class.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.MenuItem.class.set -> void +~Microsoft.Maui.Controls.MenuItem.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.MenuItem.Command.set -> void +~Microsoft.Maui.Controls.MenuItem.CommandParameter.get -> object +~Microsoft.Maui.Controls.MenuItem.CommandParameter.set -> void +~Microsoft.Maui.Controls.MenuItem.IconImageSource.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.MenuItem.IconImageSource.set -> void +~Microsoft.Maui.Controls.MenuItem.StyleClass.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.MenuItem.StyleClass.set -> void +~Microsoft.Maui.Controls.MenuItem.Text.get -> string +~Microsoft.Maui.Controls.MenuItem.Text.set -> void +~Microsoft.Maui.Controls.MenuItemCollection.Add(Microsoft.Maui.Controls.MenuItem item) -> void +~Microsoft.Maui.Controls.MenuItemCollection.Contains(Microsoft.Maui.Controls.MenuItem item) -> bool +~Microsoft.Maui.Controls.MenuItemCollection.CopyTo(Microsoft.Maui.Controls.MenuItem[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.MenuItemCollection.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.MenuItemCollection.IndexOf(Microsoft.Maui.Controls.MenuItem item) -> int +~Microsoft.Maui.Controls.MenuItemCollection.Insert(int index, Microsoft.Maui.Controls.MenuItem item) -> void +~Microsoft.Maui.Controls.MenuItemCollection.Remove(Microsoft.Maui.Controls.MenuItem item) -> bool +~Microsoft.Maui.Controls.MenuItemCollection.this[int index].get -> Microsoft.Maui.Controls.MenuItem +~Microsoft.Maui.Controls.MenuItemCollection.this[int index].set -> void +~Microsoft.Maui.Controls.ModalEventArgs.Modal.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.ModalEventArgs.ModalEventArgs(Microsoft.Maui.Controls.Page modal) -> void +~Microsoft.Maui.Controls.ModalPoppedEventArgs.ModalPoppedEventArgs(Microsoft.Maui.Controls.Page modal) -> void +~Microsoft.Maui.Controls.ModalPoppingEventArgs.ModalPoppingEventArgs(Microsoft.Maui.Controls.Page modal) -> void +~Microsoft.Maui.Controls.ModalPushedEventArgs.ModalPushedEventArgs(Microsoft.Maui.Controls.Page modal) -> void +~Microsoft.Maui.Controls.ModalPushingEventArgs.ModalPushingEventArgs(Microsoft.Maui.Controls.Page modal) -> void +~Microsoft.Maui.Controls.MultiBinding.Bindings.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.MultiBinding.Bindings.set -> void +~Microsoft.Maui.Controls.MultiBinding.Converter.get -> Microsoft.Maui.Controls.IMultiValueConverter +~Microsoft.Maui.Controls.MultiBinding.Converter.set -> void +~Microsoft.Maui.Controls.MultiBinding.ConverterParameter.get -> object +~Microsoft.Maui.Controls.MultiBinding.ConverterParameter.set -> void +~Microsoft.Maui.Controls.MultiPage +~Microsoft.Maui.Controls.MultiPage.Children.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.MultiPage.CurrentPage.get -> T +~Microsoft.Maui.Controls.MultiPage.CurrentPage.set -> void +~Microsoft.Maui.Controls.MultiPage.GetPageByIndex(int index) -> T +~Microsoft.Maui.Controls.MultiPage.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.MultiPage.ItemsSource.set -> void +~Microsoft.Maui.Controls.MultiPage.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.MultiPage.ItemTemplate.set -> void +~Microsoft.Maui.Controls.MultiPage.SelectedItem.get -> object +~Microsoft.Maui.Controls.MultiPage.SelectedItem.set -> void +~Microsoft.Maui.Controls.MultiTrigger.Conditions.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.MultiTrigger.MultiTrigger(System.Type targetType) -> void +~Microsoft.Maui.Controls.MultiTrigger.Setters.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.NavigableElement.class.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.NavigableElement.class.set -> void +~Microsoft.Maui.Controls.NavigableElement.Navigation.get -> Microsoft.Maui.Controls.INavigation +~Microsoft.Maui.Controls.NavigableElement.NavigationProxy.get -> Microsoft.Maui.Controls.Internals.NavigationProxy +~Microsoft.Maui.Controls.NavigableElement.Style.get -> Microsoft.Maui.Controls.Style +~Microsoft.Maui.Controls.NavigableElement.Style.set -> void +~Microsoft.Maui.Controls.NavigableElement.StyleClass.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.NavigableElement.StyleClass.set -> void +~Microsoft.Maui.Controls.NavigationEventArgs.NavigationEventArgs(Microsoft.Maui.Controls.Page page) -> void +~Microsoft.Maui.Controls.NavigationEventArgs.Page.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.NavigationPage.BarBackground.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.NavigationPage.BarBackground.set -> void +~Microsoft.Maui.Controls.NavigationPage.BarBackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.NavigationPage.BarBackgroundColor.set -> void +~Microsoft.Maui.Controls.NavigationPage.BarTextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.NavigationPage.BarTextColor.set -> void +~Microsoft.Maui.Controls.NavigationPage.CurrentPage.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.NavigationPage.NavigationPage(Microsoft.Maui.Controls.Page root) -> void +~Microsoft.Maui.Controls.NavigationPage.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.NavigationPage.Peek(int depth) -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.NavigationPage.PopAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.NavigationPage.PopAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.NavigationPage.PopToRootAsync() -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.NavigationPage.PopToRootAsync(bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.NavigationPage.PushAsync(Microsoft.Maui.Controls.Page page) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.NavigationPage.PushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.NavigationPage.RootPage.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.On.Platform.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.On.Platform.set -> void +~Microsoft.Maui.Controls.On.Value.get -> object +~Microsoft.Maui.Controls.On.Value.set -> void +~Microsoft.Maui.Controls.OnPlatform.Platforms.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.OpenGLView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.OpenGLView.OnDisplay.get -> System.Action +~Microsoft.Maui.Controls.OpenGLView.OnDisplay.set -> void +~Microsoft.Maui.Controls.Page.BackgroundImageSource.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Page.BackgroundImageSource.set -> void +~Microsoft.Maui.Controls.Page.DisplayActionSheet(string title, string cancel, string destruction, Microsoft.Maui.FlowDirection flowDirection, params string[] buttons) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.DisplayActionSheet(string title, string cancel, string destruction, params string[] buttons) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string accept, string cancel) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string accept, string cancel, Microsoft.Maui.FlowDirection flowDirection) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string cancel) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.DisplayAlert(string title, string message, string cancel, Microsoft.Maui.FlowDirection flowDirection) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.DisplayPromptAsync(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Microsoft.Maui.Keyboard keyboard = null, string initialValue = "") -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Page.IconImageSource.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Page.IconImageSource.set -> void +~Microsoft.Maui.Controls.Page.InternalChildren.get -> System.Collections.ObjectModel.ObservableCollection +~Microsoft.Maui.Controls.Page.MenuBarItems.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Page.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Page.Title.get -> string +~Microsoft.Maui.Controls.Page.Title.set -> void +~Microsoft.Maui.Controls.Page.ToolbarItems.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.ParentChangingEventArgs.NewParent.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.ParentChangingEventArgs.OldParent.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.ParentChangingEventArgs.ParentChangingEventArgs(Microsoft.Maui.Controls.Element oldParent, Microsoft.Maui.Controls.Element newParent) -> void +~Microsoft.Maui.Controls.Picker.FontFamily.get -> string +~Microsoft.Maui.Controls.Picker.FontFamily.set -> void +~Microsoft.Maui.Controls.Picker.ItemDisplayBinding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.Picker.ItemDisplayBinding.set -> void +~Microsoft.Maui.Controls.Picker.Items.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Picker.ItemsSource.get -> System.Collections.IList +~Microsoft.Maui.Controls.Picker.ItemsSource.set -> void +~Microsoft.Maui.Controls.Picker.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Picker.SelectedItem.get -> object +~Microsoft.Maui.Controls.Picker.SelectedItem.set -> void +~Microsoft.Maui.Controls.Picker.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Picker.TextColor.set -> void +~Microsoft.Maui.Controls.Picker.Title.get -> string +~Microsoft.Maui.Controls.Picker.Title.set -> void +~Microsoft.Maui.Controls.Picker.TitleColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Picker.TitleColor.set -> void +~Microsoft.Maui.Controls.PlatformConfigurationRegistry +~Microsoft.Maui.Controls.PlatformConfigurationRegistry.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.PlatformConfigurationRegistry.PlatformConfigurationRegistry(TElement element) -> void +~Microsoft.Maui.Controls.PlatformEffect +~Microsoft.Maui.Controls.PlatformEffect.Container.get -> TContainer +~Microsoft.Maui.Controls.PlatformEffect.Control.get -> TControl +~Microsoft.Maui.Controls.PointCollection.PointCollection(Microsoft.Maui.Graphics.Point[] p) -> void +~Microsoft.Maui.Controls.PoppedToRootEventArgs.PoppedPages.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.PoppedToRootEventArgs.PoppedToRootEventArgs(Microsoft.Maui.Controls.Page page, System.Collections.Generic.IEnumerable poppedPages) -> void +~Microsoft.Maui.Controls.ProgressBar.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.ProgressBar.ProgressColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ProgressBar.ProgressColor.set -> void +~Microsoft.Maui.Controls.ProgressBar.ProgressTo(double value, uint length, Microsoft.Maui.Easing easing) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.PropertyChangingEventArgs.PropertyChangingEventArgs(string propertyName) -> void +~Microsoft.Maui.Controls.PropertyCondition.Property.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.PropertyCondition.Property.set -> void +~Microsoft.Maui.Controls.PropertyCondition.Value.get -> object +~Microsoft.Maui.Controls.PropertyCondition.Value.set -> void +~Microsoft.Maui.Controls.QueryPropertyAttribute.Name.get -> string +~Microsoft.Maui.Controls.QueryPropertyAttribute.QueryId.get -> string +~Microsoft.Maui.Controls.QueryPropertyAttribute.QueryPropertyAttribute(string name, string queryId) -> void +~Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops) -> void +~Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops, double radius) -> void +~Microsoft.Maui.Controls.RadialGradientBrush.RadialGradientBrush(Microsoft.Maui.Controls.GradientStopCollection gradientStops, Microsoft.Maui.Graphics.Point center, double radius) -> void +~Microsoft.Maui.Controls.RadioButton.BorderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.RadioButton.BorderColor.set -> void +~Microsoft.Maui.Controls.RadioButton.Content.get -> object +~Microsoft.Maui.Controls.RadioButton.Content.set -> void +~Microsoft.Maui.Controls.RadioButton.ContentAsString() -> string +~Microsoft.Maui.Controls.RadioButton.FontFamily.get -> string +~Microsoft.Maui.Controls.RadioButton.FontFamily.set -> void +~Microsoft.Maui.Controls.RadioButton.GroupName.get -> string +~Microsoft.Maui.Controls.RadioButton.GroupName.set -> void +~Microsoft.Maui.Controls.RadioButton.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.RadioButton.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.RadioButton.TextColor.set -> void +~Microsoft.Maui.Controls.RadioButton.Value.get -> object +~Microsoft.Maui.Controls.RadioButton.Value.set -> void +~Microsoft.Maui.Controls.RefreshView.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.RefreshView.Command.set -> void +~Microsoft.Maui.Controls.RefreshView.CommandParameter.get -> object +~Microsoft.Maui.Controls.RefreshView.CommandParameter.set -> void +~Microsoft.Maui.Controls.RefreshView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.RefreshView.RefreshColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.RefreshView.RefreshColor.set -> void +~Microsoft.Maui.Controls.RelativeBindingSource.AncestorType.get -> System.Type +~Microsoft.Maui.Controls.RelativeBindingSource.RelativeBindingSource(Microsoft.Maui.Controls.RelativeBindingSourceMode mode, System.Type ancestorType = null, int ancestorLevel = 1) -> void +~Microsoft.Maui.Controls.RenderWithAttribute.RenderWithAttribute(System.Type type) -> void +~Microsoft.Maui.Controls.RenderWithAttribute.RenderWithAttribute(System.Type type, System.Type[] supportedVisuals) -> void +~Microsoft.Maui.Controls.RenderWithAttribute.SupportedVisuals.get -> System.Type[] +~Microsoft.Maui.Controls.RenderWithAttribute.Type.get -> System.Type +~Microsoft.Maui.Controls.ResolutionGroupNameAttribute.ResolutionGroupNameAttribute(string name) -> void +~Microsoft.Maui.Controls.ResourceDictionary.Add(Microsoft.Maui.Controls.ResourceDictionary mergedResourceDictionary) -> void +~Microsoft.Maui.Controls.ResourceDictionary.Add(Microsoft.Maui.Controls.Style style) -> void +~Microsoft.Maui.Controls.ResourceDictionary.Add(Microsoft.Maui.Controls.StyleSheets.StyleSheet styleSheet) -> void +~Microsoft.Maui.Controls.ResourceDictionary.Add(string key, object value) -> void +~Microsoft.Maui.Controls.ResourceDictionary.ContainsKey(string key) -> bool +~Microsoft.Maui.Controls.ResourceDictionary.GetEnumerator() -> System.Collections.Generic.IEnumerator> +~Microsoft.Maui.Controls.ResourceDictionary.Keys.get -> System.Collections.Generic.ICollection +~Microsoft.Maui.Controls.ResourceDictionary.MergedDictionaries.get -> System.Collections.Generic.ICollection +~Microsoft.Maui.Controls.ResourceDictionary.Remove(string key) -> bool +~Microsoft.Maui.Controls.ResourceDictionary.SetAndLoadSource(System.Uri value, string resourcePath, System.Reflection.Assembly assembly, System.Xml.IXmlLineInfo lineInfo) -> void +~Microsoft.Maui.Controls.ResourceDictionary.Source.get -> System.Uri +~Microsoft.Maui.Controls.ResourceDictionary.Source.set -> void +~Microsoft.Maui.Controls.ResourceDictionary.this[string index].get -> object +~Microsoft.Maui.Controls.ResourceDictionary.this[string index].set -> void +~Microsoft.Maui.Controls.ResourceDictionary.TryGetValue(string key, out object value) -> bool +~Microsoft.Maui.Controls.ResourceDictionary.Values.get -> System.Collections.Generic.ICollection +~Microsoft.Maui.Controls.RoutingEffect.RoutingEffect(string effectId) -> void +~Microsoft.Maui.Controls.RowDefinitionCollection.RowDefinitionCollection(params Microsoft.Maui.Controls.RowDefinition[] definitions) -> void +~Microsoft.Maui.Controls.ScrollToRequestedEventArgs.Element.get -> Microsoft.Maui.Controls.Element +~Microsoft.Maui.Controls.ScrollToRequestedEventArgs.ToRequest() -> Microsoft.Maui.ScrollToRequest +~Microsoft.Maui.Controls.ScrollToRequestEventArgs.Group.get -> object +~Microsoft.Maui.Controls.ScrollToRequestEventArgs.Item.get -> object +~Microsoft.Maui.Controls.ScrollToRequestEventArgs.ScrollToRequestEventArgs(object item, object group, Microsoft.Maui.Controls.ScrollToPosition scrollToPosition, bool isAnimated) -> void +~Microsoft.Maui.Controls.ScrollView.Content.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.ScrollView.Content.set -> void +~Microsoft.Maui.Controls.ScrollView.GetScrollPositionForElement(Microsoft.Maui.Controls.VisualElement item, Microsoft.Maui.Controls.ScrollToPosition pos) -> Microsoft.Maui.Graphics.Point +~Microsoft.Maui.Controls.ScrollView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.ScrollView.ScrollToAsync(double x, double y, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.ScrollView.ScrollToAsync(Microsoft.Maui.Controls.Element element, Microsoft.Maui.Controls.ScrollToPosition position, bool animated) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.SearchBar.CancelButtonColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SearchBar.CancelButtonColor.set -> void +~Microsoft.Maui.Controls.SearchBar.FontFamily.get -> string +~Microsoft.Maui.Controls.SearchBar.FontFamily.set -> void +~Microsoft.Maui.Controls.SearchBar.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.SearchBar.SearchCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.SearchBar.SearchCommand.set -> void +~Microsoft.Maui.Controls.SearchBar.SearchCommandParameter.get -> object +~Microsoft.Maui.Controls.SearchBar.SearchCommandParameter.set -> void +~Microsoft.Maui.Controls.SearchHandler.AutomationId.get -> string +~Microsoft.Maui.Controls.SearchHandler.AutomationId.set -> void +~Microsoft.Maui.Controls.SearchHandler.BackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SearchHandler.BackgroundColor.set -> void +~Microsoft.Maui.Controls.SearchHandler.CancelButtonColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SearchHandler.CancelButtonColor.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.SearchHandler.ClearIcon.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearIconHelpText.get -> string +~Microsoft.Maui.Controls.SearchHandler.ClearIconHelpText.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearIconName.get -> string +~Microsoft.Maui.Controls.SearchHandler.ClearIconName.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommand.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandParameter.get -> object +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandParameter.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderHelpText.get -> string +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderHelpText.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderIcon.set -> void +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderName.get -> string +~Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderName.set -> void +~Microsoft.Maui.Controls.SearchHandler.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.SearchHandler.Command.set -> void +~Microsoft.Maui.Controls.SearchHandler.CommandParameter.get -> object +~Microsoft.Maui.Controls.SearchHandler.CommandParameter.set -> void +~Microsoft.Maui.Controls.SearchHandler.DisplayMemberName.get -> string +~Microsoft.Maui.Controls.SearchHandler.DisplayMemberName.set -> void +~Microsoft.Maui.Controls.SearchHandler.FontFamily.get -> string +~Microsoft.Maui.Controls.SearchHandler.FontFamily.set -> void +~Microsoft.Maui.Controls.SearchHandler.ItemsSource.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.SearchHandler.ItemsSource.set -> void +~Microsoft.Maui.Controls.SearchHandler.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.SearchHandler.ItemTemplate.set -> void +~Microsoft.Maui.Controls.SearchHandler.Keyboard.get -> Microsoft.Maui.Keyboard +~Microsoft.Maui.Controls.SearchHandler.Keyboard.set -> void +~Microsoft.Maui.Controls.SearchHandler.Placeholder.get -> string +~Microsoft.Maui.Controls.SearchHandler.Placeholder.set -> void +~Microsoft.Maui.Controls.SearchHandler.PlaceholderColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SearchHandler.PlaceholderColor.set -> void +~Microsoft.Maui.Controls.SearchHandler.Query.get -> string +~Microsoft.Maui.Controls.SearchHandler.Query.set -> void +~Microsoft.Maui.Controls.SearchHandler.QueryIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.SearchHandler.QueryIcon.set -> void +~Microsoft.Maui.Controls.SearchHandler.QueryIconHelpText.get -> string +~Microsoft.Maui.Controls.SearchHandler.QueryIconHelpText.set -> void +~Microsoft.Maui.Controls.SearchHandler.QueryIconName.get -> string +~Microsoft.Maui.Controls.SearchHandler.QueryIconName.set -> void +~Microsoft.Maui.Controls.SearchHandler.SelectedItem.get -> object +~Microsoft.Maui.Controls.SearchHandler.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SearchHandler.TextColor.set -> void +~Microsoft.Maui.Controls.SelectableItemsView.SelectedItem.get -> object +~Microsoft.Maui.Controls.SelectableItemsView.SelectedItem.set -> void +~Microsoft.Maui.Controls.SelectableItemsView.SelectedItems.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.SelectableItemsView.SelectedItems.set -> void +~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommand.set -> void +~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandParameter.get -> object +~Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandParameter.set -> void +~Microsoft.Maui.Controls.SelectableItemsView.UpdateSelectedItems(System.Collections.Generic.IList newSelection) -> void +~Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItem.get -> object +~Microsoft.Maui.Controls.SelectedItemChangedEventArgs.SelectedItemChangedEventArgs(object selectedItem, int selectedItemIndex) -> void +~Microsoft.Maui.Controls.SelectedPositionChangedEventArgs.SelectedPosition.get -> object +~Microsoft.Maui.Controls.SelectionChangedEventArgs.CurrentSelection.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.SelectionChangedEventArgs.PreviousSelection.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.Setter.Property.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Setter.Property.set -> void +~Microsoft.Maui.Controls.Setter.TargetName.get -> string +~Microsoft.Maui.Controls.Setter.TargetName.set -> void +~Microsoft.Maui.Controls.Setter.Value.get -> object +~Microsoft.Maui.Controls.Setter.Value.set -> void +~Microsoft.Maui.Controls.Shadow.Brush.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.Shadow.Brush.set -> void +~Microsoft.Maui.Controls.Shapes.GeometryGroup.Children.get -> Microsoft.Maui.Controls.Shapes.GeometryCollection +~Microsoft.Maui.Controls.Shapes.GeometryGroup.Children.set -> void +~Microsoft.Maui.Controls.Shapes.Matrix.Transform(Microsoft.Maui.Graphics.Point[] points) -> void +~Microsoft.Maui.Controls.Shapes.Path.Data.get -> Microsoft.Maui.Controls.Shapes.Geometry +~Microsoft.Maui.Controls.Shapes.Path.Data.set -> void +~Microsoft.Maui.Controls.Shapes.Path.Path(Microsoft.Maui.Controls.Shapes.Geometry data) -> void +~Microsoft.Maui.Controls.Shapes.Path.RenderTransform.get -> Microsoft.Maui.Controls.Shapes.Transform +~Microsoft.Maui.Controls.Shapes.Path.RenderTransform.set -> void +~Microsoft.Maui.Controls.Shapes.PathFigure.Segments.get -> Microsoft.Maui.Controls.Shapes.PathSegmentCollection +~Microsoft.Maui.Controls.Shapes.PathFigure.Segments.set -> void +~Microsoft.Maui.Controls.Shapes.PathGeometry.Figures.get -> Microsoft.Maui.Controls.Shapes.PathFigureCollection +~Microsoft.Maui.Controls.Shapes.PathGeometry.Figures.set -> void +~Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry(Microsoft.Maui.Controls.Shapes.PathFigureCollection figures) -> void +~Microsoft.Maui.Controls.Shapes.PathGeometry.PathGeometry(Microsoft.Maui.Controls.Shapes.PathFigureCollection figures, Microsoft.Maui.Controls.Shapes.FillRule fillRule) -> void +~Microsoft.Maui.Controls.Shapes.PolyBezierSegment.Points.get -> Microsoft.Maui.Controls.PointCollection +~Microsoft.Maui.Controls.Shapes.PolyBezierSegment.Points.set -> void +~Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PolyBezierSegment(Microsoft.Maui.Controls.PointCollection points) -> void +~Microsoft.Maui.Controls.Shapes.Polygon.Points.get -> Microsoft.Maui.Controls.PointCollection +~Microsoft.Maui.Controls.Shapes.Polygon.Points.set -> void +~Microsoft.Maui.Controls.Shapes.Polygon.Polygon(Microsoft.Maui.Controls.PointCollection points) -> void +~Microsoft.Maui.Controls.Shapes.Polyline.Points.get -> Microsoft.Maui.Controls.PointCollection +~Microsoft.Maui.Controls.Shapes.Polyline.Points.set -> void +~Microsoft.Maui.Controls.Shapes.Polyline.Polyline(Microsoft.Maui.Controls.PointCollection points) -> void +~Microsoft.Maui.Controls.Shapes.PolyLineSegment.Points.get -> Microsoft.Maui.Controls.PointCollection +~Microsoft.Maui.Controls.Shapes.PolyLineSegment.Points.set -> void +~Microsoft.Maui.Controls.Shapes.PolyLineSegment.PolyLineSegment(Microsoft.Maui.Controls.PointCollection points) -> void +~Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.Points.get -> Microsoft.Maui.Controls.PointCollection +~Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.Points.set -> void +~Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PolyQuadraticBezierSegment(Microsoft.Maui.Controls.PointCollection points) -> void +~Microsoft.Maui.Controls.Shapes.TransformGroup.Children.get -> Microsoft.Maui.Controls.Shapes.TransformCollection +~Microsoft.Maui.Controls.Shapes.TransformGroup.Children.set -> void +~Microsoft.Maui.Controls.Shell.AddLogicalChild(Microsoft.Maui.Controls.Element element) -> void +~Microsoft.Maui.Controls.Shell.CurrentItem.get -> Microsoft.Maui.Controls.ShellItem +~Microsoft.Maui.Controls.Shell.CurrentItem.set -> void +~Microsoft.Maui.Controls.Shell.CurrentPage.get -> Microsoft.Maui.Controls.Page +~Microsoft.Maui.Controls.Shell.CurrentState.get -> Microsoft.Maui.Controls.ShellNavigationState +~Microsoft.Maui.Controls.Shell.FlyoutBackdrop.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.Shell.FlyoutBackdrop.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutBackground.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.Shell.FlyoutBackground.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutBackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Shell.FlyoutBackgroundColor.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutBackgroundImage.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Shell.FlyoutBackgroundImage.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutContent.get -> object +~Microsoft.Maui.Controls.Shell.FlyoutContent.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutContentTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Shell.FlyoutContentTemplate.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutFooter.get -> object +~Microsoft.Maui.Controls.Shell.FlyoutFooter.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutFooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Shell.FlyoutFooterTemplate.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutHeader.get -> object +~Microsoft.Maui.Controls.Shell.FlyoutHeader.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutHeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Shell.FlyoutHeaderTemplate.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Shell.FlyoutIcon.set -> void +~Microsoft.Maui.Controls.Shell.FlyoutItems.get -> System.Collections.IEnumerable +~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state, bool animate) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state, bool animate, System.Collections.Generic.IDictionary parameters) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Shell.GoToAsync(Microsoft.Maui.Controls.ShellNavigationState state, System.Collections.Generic.IDictionary parameters) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.Shell.Items.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Shell.ItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Shell.ItemTemplate.set -> void +~Microsoft.Maui.Controls.Shell.MenuItemTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.Shell.MenuItemTemplate.set -> void +~Microsoft.Maui.Controls.Shell.RemoveLogicalChild(Microsoft.Maui.Controls.Element element) -> void +~Microsoft.Maui.Controls.ShellAppearance.BackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.DisabledColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.FlyoutBackdrop.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.ShellAppearance.ForegroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.Ingest(Microsoft.Maui.Controls.Element pivot) -> bool +~Microsoft.Maui.Controls.ShellAppearance.TabBarBackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.TabBarDisabledColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.TabBarForegroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.TabBarTitleColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.TabBarUnselectedColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.TitleColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellAppearance.UnselectedColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.ShellContent.Content.get -> object +~Microsoft.Maui.Controls.ShellContent.Content.set -> void +~Microsoft.Maui.Controls.ShellContent.ContentTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.ShellContent.ContentTemplate.set -> void +~Microsoft.Maui.Controls.ShellContent.MenuItems.get -> Microsoft.Maui.Controls.MenuItemCollection +~Microsoft.Maui.Controls.ShellItem.CurrentItem.get -> Microsoft.Maui.Controls.ShellSection +~Microsoft.Maui.Controls.ShellItem.CurrentItem.set -> void +~Microsoft.Maui.Controls.ShellItem.Items.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.ShellItem.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.ShellNavigatedEventArgs.Current.get -> Microsoft.Maui.Controls.ShellNavigationState +~Microsoft.Maui.Controls.ShellNavigatedEventArgs.Previous.get -> Microsoft.Maui.Controls.ShellNavigationState +~Microsoft.Maui.Controls.ShellNavigatedEventArgs.ShellNavigatedEventArgs(Microsoft.Maui.Controls.ShellNavigationState previous, Microsoft.Maui.Controls.ShellNavigationState current, Microsoft.Maui.Controls.ShellNavigationSource source) -> void +~Microsoft.Maui.Controls.ShellNavigatingEventArgs.Current.get -> Microsoft.Maui.Controls.ShellNavigationState +~Microsoft.Maui.Controls.ShellNavigatingEventArgs.GetDeferral() -> Microsoft.Maui.Controls.ShellNavigatingDeferral +~Microsoft.Maui.Controls.ShellNavigatingEventArgs.ShellNavigatingEventArgs(Microsoft.Maui.Controls.ShellNavigationState current, Microsoft.Maui.Controls.ShellNavigationState target, Microsoft.Maui.Controls.ShellNavigationSource source, bool canCancel) -> void +~Microsoft.Maui.Controls.ShellNavigatingEventArgs.Target.get -> Microsoft.Maui.Controls.ShellNavigationState +~Microsoft.Maui.Controls.ShellNavigationState.Location.get -> System.Uri +~Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState(string location) -> void +~Microsoft.Maui.Controls.ShellNavigationState.ShellNavigationState(System.Uri location) -> void +~Microsoft.Maui.Controls.ShellSection.CurrentItem.get -> Microsoft.Maui.Controls.ShellContent +~Microsoft.Maui.Controls.ShellSection.CurrentItem.set -> void +~Microsoft.Maui.Controls.ShellSection.Items.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.ShellSection.Stack.get -> System.Collections.Generic.IReadOnlyList +~Microsoft.Maui.Controls.Slider.DragCompletedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.Slider.DragCompletedCommand.set -> void +~Microsoft.Maui.Controls.Slider.DragStartedCommand.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.Slider.DragStartedCommand.set -> void +~Microsoft.Maui.Controls.Slider.MaximumTrackColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Slider.MaximumTrackColor.set -> void +~Microsoft.Maui.Controls.Slider.MinimumTrackColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Slider.MinimumTrackColor.set -> void +~Microsoft.Maui.Controls.Slider.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Slider.ThumbColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Slider.ThumbColor.set -> void +~Microsoft.Maui.Controls.Slider.ThumbImageSource.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Slider.ThumbImageSource.set -> void +~Microsoft.Maui.Controls.SolidColorBrush.SolidColorBrush(Microsoft.Maui.Graphics.Color color) -> void +~Microsoft.Maui.Controls.Span.BackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Span.BackgroundColor.set -> void +~Microsoft.Maui.Controls.Span.FontFamily.get -> string +~Microsoft.Maui.Controls.Span.FontFamily.set -> void +~Microsoft.Maui.Controls.Span.Style.get -> Microsoft.Maui.Controls.Style +~Microsoft.Maui.Controls.Span.Style.set -> void +~Microsoft.Maui.Controls.Span.Text.get -> string +~Microsoft.Maui.Controls.Span.Text.set -> void +~Microsoft.Maui.Controls.Span.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Span.TextColor.set -> void +~Microsoft.Maui.Controls.StackLayoutManager.StackLayoutManager(Microsoft.Maui.Controls.StackLayout stackLayout) -> void +~Microsoft.Maui.Controls.Stepper.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.StructuredItemsView.Footer.get -> object +~Microsoft.Maui.Controls.StructuredItemsView.Footer.set -> void +~Microsoft.Maui.Controls.StructuredItemsView.FooterTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.StructuredItemsView.FooterTemplate.set -> void +~Microsoft.Maui.Controls.StructuredItemsView.Header.get -> object +~Microsoft.Maui.Controls.StructuredItemsView.Header.set -> void +~Microsoft.Maui.Controls.StructuredItemsView.HeaderTemplate.get -> Microsoft.Maui.Controls.DataTemplate +~Microsoft.Maui.Controls.StructuredItemsView.HeaderTemplate.set -> void +~Microsoft.Maui.Controls.StructuredItemsView.ItemsLayout.get -> Microsoft.Maui.Controls.IItemsLayout +~Microsoft.Maui.Controls.StructuredItemsView.ItemsLayout.set -> void +~Microsoft.Maui.Controls.Style.BasedOn.get -> Microsoft.Maui.Controls.Style +~Microsoft.Maui.Controls.Style.BasedOn.set -> void +~Microsoft.Maui.Controls.Style.BaseResourceKey.get -> string +~Microsoft.Maui.Controls.Style.BaseResourceKey.set -> void +~Microsoft.Maui.Controls.Style.Behaviors.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Style.Class.get -> string +~Microsoft.Maui.Controls.Style.Class.set -> void +~Microsoft.Maui.Controls.Style.Setters.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Style.Style(System.Type targetType) -> void +~Microsoft.Maui.Controls.Style.TargetType.get -> System.Type +~Microsoft.Maui.Controls.Style.Triggers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.SwipedEventArgs.Parameter.get -> object +~Microsoft.Maui.Controls.SwipedEventArgs.SwipedEventArgs(object parameter, Microsoft.Maui.SwipeDirection direction) -> void +~Microsoft.Maui.Controls.SwipeGestureRecognizer.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.SwipeGestureRecognizer.Command.set -> void +~Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandParameter.get -> object +~Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandParameter.set -> void +~Microsoft.Maui.Controls.SwipeGestureRecognizer.SendSwiped(Microsoft.Maui.Controls.View sender, Microsoft.Maui.SwipeDirection direction) -> void +~Microsoft.Maui.Controls.SwipeItem.BackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SwipeItem.BackgroundColor.set -> void +~Microsoft.Maui.Controls.SwipeItems.Add(Microsoft.Maui.Controls.ISwipeItem item) -> void +~Microsoft.Maui.Controls.SwipeItems.Contains(Microsoft.Maui.Controls.ISwipeItem item) -> bool +~Microsoft.Maui.Controls.SwipeItems.CopyTo(Microsoft.Maui.Controls.ISwipeItem[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.SwipeItems.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.SwipeItems.IndexOf(Microsoft.Maui.Controls.ISwipeItem item) -> int +~Microsoft.Maui.Controls.SwipeItems.Insert(int index, Microsoft.Maui.Controls.ISwipeItem item) -> void +~Microsoft.Maui.Controls.SwipeItems.Remove(Microsoft.Maui.Controls.ISwipeItem item) -> bool +~Microsoft.Maui.Controls.SwipeItems.SwipeItems(System.Collections.Generic.IEnumerable swipeItems) -> void +~Microsoft.Maui.Controls.SwipeItems.this[int index].get -> Microsoft.Maui.Controls.ISwipeItem +~Microsoft.Maui.Controls.SwipeItems.this[int index].set -> void +~Microsoft.Maui.Controls.SwipeItemView.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.SwipeItemView.Command.set -> void +~Microsoft.Maui.Controls.SwipeItemView.CommandParameter.get -> object +~Microsoft.Maui.Controls.SwipeItemView.CommandParameter.set -> void +~Microsoft.Maui.Controls.SwipeView.BottomItems.get -> Microsoft.Maui.Controls.SwipeItems +~Microsoft.Maui.Controls.SwipeView.BottomItems.set -> void +~Microsoft.Maui.Controls.SwipeView.LeftItems.get -> Microsoft.Maui.Controls.SwipeItems +~Microsoft.Maui.Controls.SwipeView.LeftItems.set -> void +~Microsoft.Maui.Controls.SwipeView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.SwipeView.RightItems.get -> Microsoft.Maui.Controls.SwipeItems +~Microsoft.Maui.Controls.SwipeView.RightItems.set -> void +~Microsoft.Maui.Controls.SwipeView.TopItems.get -> Microsoft.Maui.Controls.SwipeItems +~Microsoft.Maui.Controls.SwipeView.TopItems.set -> void +~Microsoft.Maui.Controls.Switch.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.Switch.OnColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Switch.OnColor.set -> void +~Microsoft.Maui.Controls.Switch.ThumbColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.Switch.ThumbColor.set -> void +~Microsoft.Maui.Controls.SwitchCell.OnColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.SwitchCell.OnColor.set -> void +~Microsoft.Maui.Controls.SwitchCell.Text.get -> string +~Microsoft.Maui.Controls.SwitchCell.Text.set -> void +~Microsoft.Maui.Controls.TabbedPage.BarBackground.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.TabbedPage.BarBackground.set -> void +~Microsoft.Maui.Controls.TabbedPage.BarBackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TabbedPage.BarBackgroundColor.set -> void +~Microsoft.Maui.Controls.TabbedPage.BarTextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TabbedPage.BarTextColor.set -> void +~Microsoft.Maui.Controls.TabbedPage.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.TabbedPage.SelectedTabColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TabbedPage.SelectedTabColor.set -> void +~Microsoft.Maui.Controls.TabbedPage.UnselectedTabColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TabbedPage.UnselectedTabColor.set -> void +~Microsoft.Maui.Controls.TableRoot.TableRoot(string title) -> void +~Microsoft.Maui.Controls.TableSection.TableSection(string title) -> void +~Microsoft.Maui.Controls.TableSectionBase.TableSectionBase(string title) -> void +~Microsoft.Maui.Controls.TableSectionBase.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TableSectionBase.TextColor.set -> void +~Microsoft.Maui.Controls.TableSectionBase.Title.get -> string +~Microsoft.Maui.Controls.TableSectionBase.Title.set -> void +~Microsoft.Maui.Controls.TableSectionBase +~Microsoft.Maui.Controls.TableSectionBase.Add(System.Collections.Generic.IEnumerable items) -> void +~Microsoft.Maui.Controls.TableSectionBase.Add(T item) -> void +~Microsoft.Maui.Controls.TableSectionBase.Contains(T item) -> bool +~Microsoft.Maui.Controls.TableSectionBase.CopyTo(T[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.TableSectionBase.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.TableSectionBase.IndexOf(T item) -> int +~Microsoft.Maui.Controls.TableSectionBase.Insert(int index, T item) -> void +~Microsoft.Maui.Controls.TableSectionBase.Remove(T item) -> bool +~Microsoft.Maui.Controls.TableSectionBase.TableSectionBase(string title) -> void +~Microsoft.Maui.Controls.TableSectionBase.this[int index].get -> T +~Microsoft.Maui.Controls.TableSectionBase.this[int index].set -> void +~Microsoft.Maui.Controls.TableView.Model.get -> Microsoft.Maui.Controls.Internals.TableModel +~Microsoft.Maui.Controls.TableView.Model.set -> void +~Microsoft.Maui.Controls.TableView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~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.TemplateBinding.Converter.get -> Microsoft.Maui.Controls.IValueConverter +~Microsoft.Maui.Controls.TemplateBinding.Converter.set -> void +~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.get -> object +~Microsoft.Maui.Controls.TemplateBinding.ConverterParameter.set -> void +~Microsoft.Maui.Controls.TemplateBinding.Path.get -> string +~Microsoft.Maui.Controls.TemplateBinding.Path.set -> void +~Microsoft.Maui.Controls.TemplateBinding.TemplateBinding(string path, Microsoft.Maui.Controls.BindingMode mode = Microsoft.Maui.Controls.BindingMode.Default, Microsoft.Maui.Controls.IValueConverter converter = null, object converterParameter = null, string stringFormat = null) -> void +~Microsoft.Maui.Controls.TemplatedPage.ControlTemplate.get -> Microsoft.Maui.Controls.ControlTemplate +~Microsoft.Maui.Controls.TemplatedPage.ControlTemplate.set -> void +~Microsoft.Maui.Controls.TemplatedPage.GetTemplateChild(string name) -> object +~Microsoft.Maui.Controls.TemplatedView.ControlTemplate.get -> Microsoft.Maui.Controls.ControlTemplate +~Microsoft.Maui.Controls.TemplatedView.ControlTemplate.set -> void +~Microsoft.Maui.Controls.TemplatedView.GetTemplateChild(string name) -> object +~Microsoft.Maui.Controls.TextCell.Command.get -> System.Windows.Input.ICommand +~Microsoft.Maui.Controls.TextCell.Command.set -> void +~Microsoft.Maui.Controls.TextCell.CommandParameter.get -> object +~Microsoft.Maui.Controls.TextCell.CommandParameter.set -> void +~Microsoft.Maui.Controls.TextCell.Detail.get -> string +~Microsoft.Maui.Controls.TextCell.Detail.set -> void +~Microsoft.Maui.Controls.TextCell.DetailColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TextCell.DetailColor.set -> void +~Microsoft.Maui.Controls.TextCell.Text.get -> string +~Microsoft.Maui.Controls.TextCell.Text.set -> void +~Microsoft.Maui.Controls.TextCell.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TextCell.TextColor.set -> void +~Microsoft.Maui.Controls.TextChangedEventArgs.NewTextValue.get -> string +~Microsoft.Maui.Controls.TextChangedEventArgs.OldTextValue.get -> string +~Microsoft.Maui.Controls.TextChangedEventArgs.TextChangedEventArgs(string oldTextValue, string newTextValue) -> void +~Microsoft.Maui.Controls.TimePicker.FontFamily.get -> string +~Microsoft.Maui.Controls.TimePicker.FontFamily.set -> void +~Microsoft.Maui.Controls.TimePicker.Format.get -> string +~Microsoft.Maui.Controls.TimePicker.Format.set -> void +~Microsoft.Maui.Controls.TimePicker.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.TimePicker.TextColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.TimePicker.TextColor.set -> void +~Microsoft.Maui.Controls.Toolbar.BackButtonTitle.get -> string +~Microsoft.Maui.Controls.Toolbar.BackButtonTitle.set -> void +~Microsoft.Maui.Controls.Toolbar.BarBackground.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.Toolbar.BarBackground.set -> void +~Microsoft.Maui.Controls.Toolbar.Handler.get -> Microsoft.Maui.IElementHandler +~Microsoft.Maui.Controls.Toolbar.Handler.set -> void +~Microsoft.Maui.Controls.Toolbar.Parent.get -> Microsoft.Maui.IElement +~Microsoft.Maui.Controls.Toolbar.TitleIcon.get -> Microsoft.Maui.Controls.ImageSource +~Microsoft.Maui.Controls.Toolbar.TitleIcon.set -> void +~Microsoft.Maui.Controls.Toolbar.Toolbar(Microsoft.Maui.IElement parent) -> void +~Microsoft.Maui.Controls.Toolbar.ToolbarItems.get -> System.Collections.Generic.IEnumerable +~Microsoft.Maui.Controls.Toolbar.ToolbarItems.set -> void +~Microsoft.Maui.Controls.ToolbarItem.ToolbarItem(string name, string icon, System.Action activated, Microsoft.Maui.Controls.ToolbarItemOrder order = Microsoft.Maui.Controls.ToolbarItemOrder.Default, int priority = 0) -> void +~Microsoft.Maui.Controls.TouchEventArgs.Touches.get -> Microsoft.Maui.Graphics.PointF[] +~Microsoft.Maui.Controls.TouchEventArgs.TouchEventArgs(Microsoft.Maui.Graphics.PointF[] points, bool isInsideBounds) -> void +~Microsoft.Maui.Controls.Trigger.Property.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Trigger.Property.set -> void +~Microsoft.Maui.Controls.Trigger.Setters.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.Trigger.Trigger(System.Type targetType) -> void +~Microsoft.Maui.Controls.Trigger.Value.get -> object +~Microsoft.Maui.Controls.Trigger.Value.set -> void +~Microsoft.Maui.Controls.TriggerAction +~Microsoft.Maui.Controls.TriggerBase.EnterActions.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.TriggerBase.ExitActions.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.TriggerBase.TargetType.get -> System.Type +~Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException(string message) -> void +~Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException(string message, System.Exception innerException) -> void +~Microsoft.Maui.Controls.UnsolvableConstraintsException.UnsolvableConstraintsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void +~Microsoft.Maui.Controls.UriImageSource.Uri.get -> System.Uri +~Microsoft.Maui.Controls.UriImageSource.Uri.set -> void +~Microsoft.Maui.Controls.UrlWebViewSource.Url.get -> string +~Microsoft.Maui.Controls.UrlWebViewSource.Url.set -> void +~Microsoft.Maui.Controls.View.GestureController.get -> Microsoft.Maui.Controls.Internals.IGestureController +~Microsoft.Maui.Controls.View.GestureRecognizers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.ViewCell.View.get -> Microsoft.Maui.Controls.View +~Microsoft.Maui.Controls.ViewCell.View.set -> void +~Microsoft.Maui.Controls.VisualAttribute.VisualAttribute(string key, System.Type visual) -> void +~Microsoft.Maui.Controls.VisualElement.Background.get -> Microsoft.Maui.Controls.Brush +~Microsoft.Maui.Controls.VisualElement.Background.set -> void +~Microsoft.Maui.Controls.VisualElement.BackgroundColor.get -> Microsoft.Maui.Graphics.Color +~Microsoft.Maui.Controls.VisualElement.BackgroundColor.set -> void +~Microsoft.Maui.Controls.VisualElement.Behaviors.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.VisualElement.Clip.get -> Microsoft.Maui.Controls.Shapes.Geometry +~Microsoft.Maui.Controls.VisualElement.Clip.set -> void +~Microsoft.Maui.Controls.VisualElement.Resources.get -> Microsoft.Maui.Controls.ResourceDictionary +~Microsoft.Maui.Controls.VisualElement.Resources.set -> void +~Microsoft.Maui.Controls.VisualElement.Triggers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.VisualElement.Visual.get -> Microsoft.Maui.Controls.IVisual +~Microsoft.Maui.Controls.VisualElement.Visual.set -> void +~Microsoft.Maui.Controls.VisualElement.Window.get -> Microsoft.Maui.Controls.Window +~Microsoft.Maui.Controls.VisualState.Name.get -> string +~Microsoft.Maui.Controls.VisualState.Name.set -> void +~Microsoft.Maui.Controls.VisualState.Setters.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.VisualState.StateTriggers.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.VisualState.TargetType.get -> System.Type +~Microsoft.Maui.Controls.VisualState.TargetType.set -> void +~Microsoft.Maui.Controls.VisualStateGroup.CurrentState.get -> Microsoft.Maui.Controls.VisualState +~Microsoft.Maui.Controls.VisualStateGroup.Name.get -> string +~Microsoft.Maui.Controls.VisualStateGroup.Name.set -> void +~Microsoft.Maui.Controls.VisualStateGroup.States.get -> System.Collections.Generic.IList +~Microsoft.Maui.Controls.VisualStateGroup.TargetType.get -> System.Type +~Microsoft.Maui.Controls.VisualStateGroup.TargetType.set -> void +~Microsoft.Maui.Controls.VisualStateGroupList.Add(Microsoft.Maui.Controls.VisualStateGroup item) -> void +~Microsoft.Maui.Controls.VisualStateGroupList.Contains(Microsoft.Maui.Controls.VisualStateGroup item) -> bool +~Microsoft.Maui.Controls.VisualStateGroupList.CopyTo(Microsoft.Maui.Controls.VisualStateGroup[] array, int arrayIndex) -> void +~Microsoft.Maui.Controls.VisualStateGroupList.GetEnumerator() -> System.Collections.Generic.IEnumerator +~Microsoft.Maui.Controls.VisualStateGroupList.IndexOf(Microsoft.Maui.Controls.VisualStateGroup item) -> int +~Microsoft.Maui.Controls.VisualStateGroupList.Insert(int index, Microsoft.Maui.Controls.VisualStateGroup item) -> void +~Microsoft.Maui.Controls.VisualStateGroupList.Remove(Microsoft.Maui.Controls.VisualStateGroup item) -> bool +~Microsoft.Maui.Controls.VisualStateGroupList.this[int index].get -> Microsoft.Maui.Controls.VisualStateGroup +~Microsoft.Maui.Controls.VisualStateGroupList.this[int index].set -> void +~Microsoft.Maui.Controls.WebNavigatedEventArgs.WebNavigatedEventArgs(Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url, Microsoft.Maui.WebNavigationResult result) -> void +~Microsoft.Maui.Controls.WebNavigatingEventArgs.WebNavigatingEventArgs(Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url) -> void +~Microsoft.Maui.Controls.WebNavigationEventArgs.Source.get -> Microsoft.Maui.Controls.WebViewSource +~Microsoft.Maui.Controls.WebNavigationEventArgs.Url.get -> string +~Microsoft.Maui.Controls.WebNavigationEventArgs.WebNavigationEventArgs(Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url) -> void +~Microsoft.Maui.Controls.WebView.Cookies.get -> System.Net.CookieContainer +~Microsoft.Maui.Controls.WebView.Cookies.set -> void +~Microsoft.Maui.Controls.WebView.Eval(string script) -> void +~Microsoft.Maui.Controls.WebView.EvaluateJavaScriptAsync(string script) -> System.Threading.Tasks.Task +~Microsoft.Maui.Controls.WebView.On() -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~Microsoft.Maui.Controls.WebView.OnSourceChanged(object sender, System.EventArgs e) -> void +~Microsoft.Maui.Controls.WebView.Source.get -> Microsoft.Maui.Controls.WebViewSource +~Microsoft.Maui.Controls.WebView.Source.set -> void +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.Binding.get -> Microsoft.Maui.Controls.BindingBase +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.ErrorCode.get -> string +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.Message.get -> string +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.MessageArgs.get -> object[] +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingBaseErrorEventArgs.XamlSourceInfo.get -> Microsoft.Maui.SourceInfo +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs.Source.get -> object +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs.Target.get -> Microsoft.Maui.Controls.BindableObject +~Microsoft.Maui.Controls.Xaml.Diagnostics.BindingErrorEventArgs.TargetProperty.get -> Microsoft.Maui.Controls.BindableProperty +~Microsoft.Maui.Controls.Xaml.IMarkupExtension.ProvideValue(System.IServiceProvider serviceProvider) -> object +~Microsoft.Maui.Controls.Xaml.IMarkupExtension.ProvideValue(System.IServiceProvider serviceProvider) -> T +~Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService.TrySetBinding(object target, Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.BindingBase binding) -> bool +~Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService.TrySetBinding(object target, string propertyName, Microsoft.Maui.Controls.BindingBase binding) -> bool +~Microsoft.Maui.Controls.Xaml.Internals.INativeBindingService.TrySetValue(object target, Microsoft.Maui.Controls.BindableProperty property, object value) -> bool +~Microsoft.Maui.Controls.Xaml.Internals.INativeValueConverterService.ConvertTo(object value, System.Type toType, out object platformValue) -> bool +~Microsoft.Maui.Controls.Xaml.IProvideValueTarget.TargetObject.get -> object +~Microsoft.Maui.Controls.Xaml.IProvideValueTarget.TargetProperty.get -> object +~Microsoft.Maui.Controls.Xaml.IReferenceProvider.FindByName(string name) -> object +~Microsoft.Maui.Controls.Xaml.IRootObjectProvider.RootObject.get -> object +~Microsoft.Maui.Controls.Xaml.IValueProvider.ProvideValue(System.IServiceProvider serviceProvider) -> object +~Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.Resolve(string qualifiedTypeName, System.IServiceProvider serviceProvider = null) -> System.Type +~Microsoft.Maui.Controls.Xaml.IXamlTypeResolver.TryResolve(string qualifiedTypeName, out System.Type type) -> bool +~Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider.XmlLineInfo.get -> System.Xml.IXmlLineInfo +~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(string message) -> void +~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(string message, System.Exception innerException) -> void +~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(string message, System.Xml.IXmlLineInfo xmlInfo, System.Exception innerException = null) -> void +~Microsoft.Maui.Controls.Xaml.XamlParseException.XamlParseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void +~Microsoft.Maui.Controls.Xaml.XamlParseException.XmlInfo.get -> System.Xml.IXmlLineInfo +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Path.get -> string +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Path.set -> void +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.ResourceId.get -> string +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.ResourceId.set -> void +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Type.get -> System.Type +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.Type.set -> void +~Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute.XamlResourceIdAttribute(string resourceId, string path, System.Type type) -> void +~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.AssemblyName.get -> string +~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.AssemblyName.set -> void +~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.ClrNamespace.get -> string +~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.XmlNamespace.get -> string +~Microsoft.Maui.Controls.XmlnsDefinitionAttribute.XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace) -> void +~Microsoft.Maui.Controls.XmlnsPrefixAttribute.Prefix.get -> string +~Microsoft.Maui.Controls.XmlnsPrefixAttribute.XmlNamespace.get -> string +~Microsoft.Maui.Controls.XmlnsPrefixAttribute.XmlnsPrefixAttribute(string xmlNamespace, string prefix) -> void +~override Microsoft.Maui.Controls.AbsoluteLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~override Microsoft.Maui.Controls.AbsoluteLayout.OnAdd(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.AbsoluteLayout.OnInsert(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.AbsoluteLayout.OnRemove(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.AbsoluteLayout.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void +~override Microsoft.Maui.Controls.Accelerator.Equals(object obj) -> bool +~override Microsoft.Maui.Controls.Accelerator.ToString() -> string +~override Microsoft.Maui.Controls.AcceleratorTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.AcceleratorTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.AcceleratorTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.AcceleratorTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.AppLinkEntry.ToString() -> string +~override Microsoft.Maui.Controls.BaseShellItem.OnPropertyChanged(string propertyName = null) -> void +~override Microsoft.Maui.Controls.Behavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject bindable) -> void +~override Microsoft.Maui.Controls.Behavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject bindable) -> void +~override Microsoft.Maui.Controls.BindablePropertyConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.BindablePropertyConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.BindablePropertyConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.BindablePropertyConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.BoundsTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.BoundsTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.BoundsTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.BoundsTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.BrushTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.BrushTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.BrushTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.BrushTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Button.ButtonContentLayout.ToString() -> string +~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Button.ButtonContentTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Button.OnPropertyChanged(string propertyName = null) -> void +~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.CarouselLayoutTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Cell.OnPropertyChanging(string propertyName = null) -> void +~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.ColumnDefinitionCollectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~override Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Compatibility.ConstraintTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnAdded(Microsoft.Maui.Controls.View view) -> void +~override Microsoft.Maui.Controls.Compatibility.FlexLayout.OnRemoved(Microsoft.Maui.Controls.View view) -> void +~override Microsoft.Maui.Controls.Compatibility.Grid.OnAdded(Microsoft.Maui.Controls.View view) -> void +~override Microsoft.Maui.Controls.Compatibility.Grid.OnRemoved(Microsoft.Maui.Controls.View view) -> void +~override Microsoft.Maui.Controls.Compatibility.Layout.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~override Microsoft.Maui.Controls.Compatibility.Layout.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnAdded(Microsoft.Maui.Controls.View view) -> void +~override Microsoft.Maui.Controls.Compatibility.RelativeLayout.OnRemoved(Microsoft.Maui.Controls.View view) -> void +~override Microsoft.Maui.Controls.DoubleCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.DoubleCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.DoubleCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.DoubleCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Editor.OnTextChanged(string oldValue, string newValue) -> void +~override Microsoft.Maui.Controls.Element.OnPropertyChanged(string propertyName = null) -> void +~override Microsoft.Maui.Controls.FileImageSource.Cancel() -> System.Threading.Tasks.Task +~override Microsoft.Maui.Controls.FileImageSource.ToString() -> string +~override Microsoft.Maui.Controls.FileImageSourceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.FileImageSourceConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.FileImageSourceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.FileImageSourceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.FlexLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~override Microsoft.Maui.Controls.FlexLayout.OnAdd(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.FlexLayout.OnInsert(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.FlexLayout.OnRemove(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.FlexLayout.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void +~override Microsoft.Maui.Controls.FlowDirectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.FlowDirectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.FlowDirectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.FlowDirectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.FontAttributesConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.FontAttributesConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.FontAttributesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.FontAttributesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.FontSizeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.FontSizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.FontSizeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.FontSizeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.FormattedString.ToString() -> string +~override Microsoft.Maui.Controls.GradientStop.Equals(object obj) -> bool +~override Microsoft.Maui.Controls.Grid.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~override Microsoft.Maui.Controls.Grid.OnAdd(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.Grid.OnInsert(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.Grid.OnRemove(int index, Microsoft.Maui.IView view) -> void +~override Microsoft.Maui.Controls.Grid.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void +~override Microsoft.Maui.Controls.GridLengthTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.GridLengthTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.GridLengthTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~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.CellWrapperTemplateSelector.OnSelectTemplate(object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate ~override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.CreateFooterView() -> Microsoft.Maui.Controls.View ~override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewAdaptor.CreateHeaderView() -> Microsoft.Maui.Controls.View ~override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs e) -> void ~override Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.OnElementPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) -> void ~override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.OnElementChanged(Microsoft.Maui.Controls.Platform.ElementChangedEventArgs e) -> void +~override Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView +~override Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView +~override Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ConnectHandler(Tizen.UIExtensions.NUI.CollectionView nativeView) -> void +~override Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.DisconnectHandler(Tizen.UIExtensions.NUI.CollectionView nativeView) -> void +~override Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView +~override Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.CollectionView +~override Microsoft.Maui.Controls.Handlers.PolygonHandler.ConnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void +~override Microsoft.Maui.Controls.Handlers.PolygonHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void +~override Microsoft.Maui.Controls.Handlers.PolylineHandler.ConnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void +~override Microsoft.Maui.Controls.Handlers.PolylineHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiShapeView nativeView) -> void +~override Microsoft.Maui.Controls.HorizontalStackLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~override Microsoft.Maui.Controls.HtmlWebViewSource.Load(Microsoft.Maui.IWebViewDelegate renderer) -> void +~override Microsoft.Maui.Controls.ImageSourceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.ImageSourceConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.ImageSourceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.ImageSourceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.ItemsLayoutTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Label.GetChildElements(Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IList +~override Microsoft.Maui.Controls.LayoutOptionsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.LayoutOptionsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.LayoutOptionsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.LayoutOptionsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.LayoutOptionsConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) -> System.ComponentModel.TypeConverter.StandardValuesCollection +~override Microsoft.Maui.Controls.LayoutOptionsConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) -> bool +~override Microsoft.Maui.Controls.LayoutOptionsConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +~override Microsoft.Maui.Controls.ListStringTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.ListStringTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.ListStringTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.ListStringTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.ListView.CreateDefault(object item) -> Microsoft.Maui.Controls.Cell +~override Microsoft.Maui.Controls.ListView.SetupContent(Microsoft.Maui.Controls.Cell content, int index) -> void +~override Microsoft.Maui.Controls.ListView.UnhookContent(Microsoft.Maui.Controls.Cell content) -> void +~override Microsoft.Maui.Controls.ListView.ValidateItemTemplate(Microsoft.Maui.Controls.DataTemplate template) -> bool +~override Microsoft.Maui.Controls.MultiPage.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~override Microsoft.Maui.Controls.MultiPage.OnPropertyChanged(string propertyName = null) -> void +~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 +~override Microsoft.Maui.Controls.ReferenceTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.RefreshView.OnPropertyChanged(string propertyName = null) -> void +~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.ResourceDictionary.RDSourceTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Shapes.Ellipse.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.EllipseGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~override Microsoft.Maui.Controls.Shapes.GeometryGroup.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~override Microsoft.Maui.Controls.Shapes.Line.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.LineGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Shapes.MatrixTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Shapes.Path.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Shapes.PathGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Shapes.PathGeometryConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Shapes.PointCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.Shapes.Polygon.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.Polyline.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.Rectangle.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.RectangleGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~override Microsoft.Maui.Controls.Shapes.RoundRectangle.GetPath() -> Microsoft.Maui.Graphics.PathF +~override Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.AppendPath(Microsoft.Maui.Graphics.PathF path) -> void +~override Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.Shapes.TransformTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~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.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 +~override Microsoft.Maui.Controls.ShellContent.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.ShellItem.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~override Microsoft.Maui.Controls.ShellItem.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.ShellSection.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~override Microsoft.Maui.Controls.ShellSection.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.SolidColorBrush.Equals(object obj) -> bool +~override Microsoft.Maui.Controls.StackLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~override Microsoft.Maui.Controls.StreamImageSource.OnPropertyChanged(string propertyName) -> void +~override Microsoft.Maui.Controls.Switch.OnPropertyChanged(string propertyName = null) -> void +~override Microsoft.Maui.Controls.TabbedPage.CreateDefault(object item) -> Microsoft.Maui.Controls.Page +~override Microsoft.Maui.Controls.TemplatedPage.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.TemplatedView.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.TextAlignmentConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.TextAlignmentConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.TextAlignmentConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.TextAlignmentConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.TextDecorationConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.TextDecorationConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.TextDecorationConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.TextDecorationConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.TriggerAction.Invoke(object sender) -> void +~override Microsoft.Maui.Controls.TypeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.TypeTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.TypeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.TypeTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.UriImageSource.ToString() -> string +~override Microsoft.Maui.Controls.UriTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.UriTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.UriTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.UrlWebViewSource.Load(Microsoft.Maui.IWebViewDelegate renderer) -> void +~override Microsoft.Maui.Controls.VerticalStackLayout.CreateLayoutManager() -> Microsoft.Maui.Layouts.ILayoutManager +~override Microsoft.Maui.Controls.VisualElement.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~override Microsoft.Maui.Controls.VisualElement.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.VisualElement.VisibilityConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.VisualState.Equals(object obj) -> bool +~override Microsoft.Maui.Controls.VisualStateGroup.Equals(object obj) -> bool +~override Microsoft.Maui.Controls.VisualStateGroupList.Equals(object obj) -> bool +~override Microsoft.Maui.Controls.VisualTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.VisualTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.VisualTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.VisualTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Controls.VisualTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) -> System.ComponentModel.TypeConverter.StandardValuesCollection +~override Microsoft.Maui.Controls.VisualTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) -> bool +~override Microsoft.Maui.Controls.VisualTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +~override Microsoft.Maui.Controls.WebView.OnPropertyChanged(string propertyName) -> void +~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Controls.WebViewSourceTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Foldable.FoldEventArgs.ToString() -> string +~static Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Rect +~static Microsoft.Maui.Controls.AbsoluteLayout.GetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +~static Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutBounds(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Rect bounds) -> void +~static Microsoft.Maui.Controls.AbsoluteLayout.SetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags) -> void +~static Microsoft.Maui.Controls.Accelerator.FromString(string text) -> Microsoft.Maui.Controls.Accelerator +~static Microsoft.Maui.Controls.Accelerator.implicit operator Microsoft.Maui.Controls.Accelerator(string accelerator) -> Microsoft.Maui.Controls.Accelerator +~static Microsoft.Maui.Controls.AnimationExtensions.AbortAnimation(this Microsoft.Maui.Controls.IAnimatable self, string handle) -> bool +~static Microsoft.Maui.Controls.AnimationExtensions.Add(this Microsoft.Maui.Animations.IAnimationManager animationManager, System.Action step) -> int +~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, Microsoft.Maui.Controls.Animation animation, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void +~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Action callback, double start, double end, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void +~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Action callback, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null) -> void +~static Microsoft.Maui.Controls.AnimationExtensions.Animate(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Func transform, System.Action callback, uint rate = 16, uint length = 250, Microsoft.Maui.Easing easing = null, System.Action finished = null, System.Func repeat = null, Microsoft.Maui.Animations.IAnimationManager animationManager = null) -> void +~static Microsoft.Maui.Controls.AnimationExtensions.AnimateKinetic(this Microsoft.Maui.Controls.IAnimatable self, string name, System.Func callback, double velocity, double drag, System.Action finished = null, Microsoft.Maui.Animations.IAnimationManager animationManager = null) -> void +~static Microsoft.Maui.Controls.AnimationExtensions.AnimationIsRunning(this Microsoft.Maui.Controls.IAnimatable self, string handle) -> bool +~static Microsoft.Maui.Controls.AnimationExtensions.Batch(this Microsoft.Maui.Controls.IAnimatable self) -> System.IDisposable +~static Microsoft.Maui.Controls.AnimationExtensions.Insert(this Microsoft.Maui.Animations.IAnimationManager animationManager, System.Func step) -> int +~static Microsoft.Maui.Controls.AnimationExtensions.Interpolate(double start, double end = 1, double reverseVal = 0, bool reverse = false) -> System.Func +~static Microsoft.Maui.Controls.AnimationExtensions.Remove(this Microsoft.Maui.Animations.IAnimationManager animationManager, int tickerId) -> void +~static Microsoft.Maui.Controls.Application.ControlsApplicationMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.AppLinkEntry.FromUri(System.Uri uri) -> Microsoft.Maui.Controls.AppLinkEntry +~static Microsoft.Maui.Controls.AutomationProperties.GetExcludedWithChildren(Microsoft.Maui.Controls.BindableObject bindable) -> bool? +~static Microsoft.Maui.Controls.AutomationProperties.GetHelpText(Microsoft.Maui.Controls.BindableObject bindable) -> string +~static Microsoft.Maui.Controls.AutomationProperties.GetIsInAccessibleTree(Microsoft.Maui.Controls.BindableObject bindable) -> bool? +~static Microsoft.Maui.Controls.AutomationProperties.GetLabeledBy(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.VisualElement +~static Microsoft.Maui.Controls.AutomationProperties.GetName(Microsoft.Maui.Controls.BindableObject bindable) -> string +~static Microsoft.Maui.Controls.AutomationProperties.SetExcludedWithChildren(Microsoft.Maui.Controls.BindableObject bindable, bool? value) -> void +~static Microsoft.Maui.Controls.AutomationProperties.SetHelpText(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void +~static Microsoft.Maui.Controls.AutomationProperties.SetIsInAccessibleTree(Microsoft.Maui.Controls.BindableObject bindable, bool? value) -> void +~static Microsoft.Maui.Controls.AutomationProperties.SetLabeledBy(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.VisualElement value) -> void +~static Microsoft.Maui.Controls.AutomationProperties.SetName(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void +~static Microsoft.Maui.Controls.BindableLayout.GetEmptyView(Microsoft.Maui.Controls.BindableObject b) -> object +~static Microsoft.Maui.Controls.BindableLayout.GetEmptyViewTemplate(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.DataTemplate +~static Microsoft.Maui.Controls.BindableLayout.GetItemsSource(Microsoft.Maui.Controls.BindableObject b) -> System.Collections.IEnumerable +~static Microsoft.Maui.Controls.BindableLayout.GetItemTemplate(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.DataTemplate +~static Microsoft.Maui.Controls.BindableLayout.GetItemTemplateSelector(Microsoft.Maui.Controls.BindableObject b) -> Microsoft.Maui.Controls.DataTemplateSelector +~static Microsoft.Maui.Controls.BindableLayout.SetEmptyView(Microsoft.Maui.Controls.BindableObject b, object value) -> void +~static Microsoft.Maui.Controls.BindableLayout.SetEmptyViewTemplate(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.DataTemplate value) -> void +~static Microsoft.Maui.Controls.BindableLayout.SetItemsSource(Microsoft.Maui.Controls.BindableObject b, System.Collections.IEnumerable value) -> void +~static Microsoft.Maui.Controls.BindableLayout.SetItemTemplate(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.DataTemplate value) -> void +~static Microsoft.Maui.Controls.BindableLayout.SetItemTemplateSelector(Microsoft.Maui.Controls.BindableObject b, Microsoft.Maui.Controls.DataTemplateSelector value) -> void +~static Microsoft.Maui.Controls.BindableObject.SetInheritedBindingContext(Microsoft.Maui.Controls.BindableObject bindable, object value) -> void +~static Microsoft.Maui.Controls.BindableObjectExtensions.GetPropertyIfSet(this Microsoft.Maui.Controls.BindableObject bindableObject, Microsoft.Maui.Controls.BindableProperty bindableProperty, T returnIfNotSet) -> T +~static Microsoft.Maui.Controls.BindableObjectExtensions.SetAppTheme(this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, T light, T dark) -> void +~static Microsoft.Maui.Controls.BindableObjectExtensions.SetAppThemeColor(this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, Microsoft.Maui.Graphics.Color light, Microsoft.Maui.Graphics.Color dark) -> void +~static Microsoft.Maui.Controls.BindableObjectExtensions.SetBinding(this Microsoft.Maui.Controls.BindableObject self, Microsoft.Maui.Controls.BindableProperty targetProperty, string path, Microsoft.Maui.Controls.BindingMode mode = Microsoft.Maui.Controls.BindingMode.Default, Microsoft.Maui.Controls.IValueConverter converter = null, string stringFormat = null) -> void +~static Microsoft.Maui.Controls.BindableProperty.Create(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue = null, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWay, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindableProperty +~static Microsoft.Maui.Controls.BindableProperty.CreateAttached(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWay, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindableProperty +~static Microsoft.Maui.Controls.BindableProperty.CreateAttachedReadOnly(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWayToSource, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindablePropertyKey +~static Microsoft.Maui.Controls.BindableProperty.CreateReadOnly(string propertyName, System.Type returnType, System.Type declaringType, object defaultValue, Microsoft.Maui.Controls.BindingMode defaultBindingMode = Microsoft.Maui.Controls.BindingMode.OneWayToSource, Microsoft.Maui.Controls.BindableProperty.ValidateValueDelegate validateValue = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate propertyChanged = null, Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangingDelegate propertyChanging = null, Microsoft.Maui.Controls.BindableProperty.CoerceValueDelegate coerceValue = null, Microsoft.Maui.Controls.BindableProperty.CreateDefaultValueDelegate defaultValueCreator = null) -> Microsoft.Maui.Controls.BindablePropertyKey +~static Microsoft.Maui.Controls.BindingBase.DisableCollectionSynchronization(System.Collections.IEnumerable collection) -> void +~static Microsoft.Maui.Controls.BindingBase.EnableCollectionSynchronization(System.Collections.IEnumerable collection, object context, Microsoft.Maui.Controls.CollectionSynchronizationCallback callback) -> void +~static Microsoft.Maui.Controls.BoundsConstraint.FromExpression(System.Linq.Expressions.Expression> expression, System.Collections.Generic.IEnumerable parents = null) -> Microsoft.Maui.Controls.BoundsConstraint +~static Microsoft.Maui.Controls.Brush.AliceBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.AntiqueWhite.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Aqua.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Aquamarine.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Azure.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Beige.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Bisque.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Black.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.BlanchedAlmond.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Blue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.BlueViolet.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Brown.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.BurlyWood.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.CadetBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Chartreuse.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Chocolate.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Coral.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.CornflowerBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Cornsilk.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Crimson.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Cyan.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkCyan.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkGoldenrod.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkGray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkKhaki.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkMagenta.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkOliveGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkOrange.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkOrchid.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkRed.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkSalmon.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkSeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkSlateBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkSlateGray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkTurquoise.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DarkViolet.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DeepPink.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DeepSkyBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Default.get -> Microsoft.Maui.Controls.Brush +~static Microsoft.Maui.Controls.Brush.DimGray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.DodgerBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Firebrick.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.FloralWhite.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.ForestGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Fuchsia.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Gainsboro.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.GhostWhite.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Gold.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Goldenrod.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Gray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Green.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.GreenYellow.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Honeydew.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.HotPink.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.implicit operator Microsoft.Maui.Controls.Brush(Microsoft.Maui.Graphics.Color color) -> Microsoft.Maui.Controls.Brush +~static Microsoft.Maui.Controls.Brush.implicit operator Microsoft.Maui.Controls.Brush(Microsoft.Maui.Graphics.Paint paint) -> Microsoft.Maui.Controls.Brush +~static Microsoft.Maui.Controls.Brush.implicit operator Microsoft.Maui.Graphics.Paint(Microsoft.Maui.Controls.Brush brush) -> Microsoft.Maui.Graphics.Paint +~static Microsoft.Maui.Controls.Brush.IndianRed.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Indigo.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.IsNullOrEmpty(Microsoft.Maui.Controls.Brush brush) -> bool +~static Microsoft.Maui.Controls.Brush.Ivory.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Khaki.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Lavender.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LavenderBlush.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LawnGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LemonChiffon.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightCoral.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightCyan.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightGoldenrodYellow.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightGray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightPink.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightSalmon.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightSeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightSkyBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightSlateGray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightSteelBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LightYellow.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Lime.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.LimeGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Linen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Magenta.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Maroon.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumAquamarine.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumOrchid.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumPurple.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumSeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumSlateBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumSpringGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumTurquoise.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MediumVioletRed.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MidnightBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MintCream.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.MistyRose.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Moccasin.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.NavajoWhite.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Navy.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.OldLace.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Olive.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.OliveDrab.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Orange.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.OrangeRed.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Orchid.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PaleGoldenrod.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PaleGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PaleTurquoise.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PaleVioletRed.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PapayaWhip.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PeachPuff.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Peru.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Pink.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Plum.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.PowderBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Purple.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Red.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.RosyBrown.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.RoyalBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SaddleBrown.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Salmon.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SandyBrown.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SeaGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SeaShell.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Sienna.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Silver.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SkyBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SlateBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SlateGray.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Snow.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SpringGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.SteelBlue.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Tan.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Teal.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Thistle.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Tomato.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Transparent.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Turquoise.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Violet.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Wheat.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.White.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.WhiteSmoke.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.Yellow.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Brush.YellowGreen.get -> Microsoft.Maui.Controls.SolidColorBrush +~static Microsoft.Maui.Controls.Button.ControlsButtonMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Button.MapContentLayout(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.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 +~static Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.SetLayoutFlags(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags) -> void +~static Microsoft.Maui.Controls.Compatibility.Constraint.Constant(double size) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.Constraint.FromExpression(System.Linq.Expressions.Expression> expression) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.Constraint.RelativeToParent(System.Func measure) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.Constraint.RelativeToView(Microsoft.Maui.Controls.View view, System.Func measure) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexAlignSelf +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetBasis(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexBasis +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetGrow(Microsoft.Maui.Controls.BindableObject bindable) -> float +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetOrder(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.GetShrink(Microsoft.Maui.Controls.BindableObject bindable) -> float +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexAlignSelf value) -> void +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetBasis(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexBasis value) -> void +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetGrow(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetOrder(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Compatibility.FlexLayout.SetShrink(Microsoft.Maui.Controls.BindableObject bindable, float value) -> void +~static Microsoft.Maui.Controls.Compatibility.Grid.GetColumn(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Compatibility.Grid.GetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Compatibility.Grid.GetRow(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Compatibility.Grid.GetRowSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Compatibility.Grid.SetColumn(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Compatibility.Grid.SetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Compatibility.Grid.SetRow(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Compatibility.Grid.SetRowSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(Microsoft.Maui.Controls.VisualElement child, Microsoft.Maui.Graphics.Rect region) -> void +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetBoundsConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.BoundsConstraint +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetHeightConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetWidthConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetXConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.GetYConstraint(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Compatibility.Constraint +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetBoundsConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.BoundsConstraint value) -> void +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetHeightConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetWidthConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetXConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void +~static Microsoft.Maui.Controls.Compatibility.RelativeLayout.SetYConstraint(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Compatibility.Constraint value) -> void +~static Microsoft.Maui.Controls.CompressedLayout.GetHeadlessOffset(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Graphics.Point +~static Microsoft.Maui.Controls.CompressedLayout.GetIsHeadless(Microsoft.Maui.Controls.BindableObject bindable) -> bool +~static Microsoft.Maui.Controls.CompressedLayout.SetIsHeadless(Microsoft.Maui.Controls.BindableObject bindable, bool value) -> void +~static Microsoft.Maui.Controls.Configuration.Create(TElement element) -> Microsoft.Maui.Controls.Configuration +~static Microsoft.Maui.Controls.ContentPresenter.ContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static Microsoft.Maui.Controls.ControlsColorExtensions.IsDefault(this Microsoft.Maui.Graphics.Color color) -> bool +~static Microsoft.Maui.Controls.ControlsColorExtensions.IsNotDefault(this Microsoft.Maui.Graphics.Color color) -> bool +~static Microsoft.Maui.Controls.DatePicker.ControlsDatePickerMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.DependencyService.Get(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() -> void +~static Microsoft.Maui.Controls.DependencyService.Register() -> void +~static Microsoft.Maui.Controls.DependencyService.RegisterSingleton(T instance) -> void +~static Microsoft.Maui.Controls.DependencyService.Resolve(Microsoft.Maui.Controls.DependencyFetchTarget fallbackFetchTarget = Microsoft.Maui.Controls.DependencyFetchTarget.GlobalInstance) -> T +~static Microsoft.Maui.Controls.Device.BeginInvokeOnMainThread(System.Action action) -> void +~static Microsoft.Maui.Controls.Device.DefaultRendererAssembly.get -> System.Reflection.Assembly +~static Microsoft.Maui.Controls.Device.DefaultRendererAssembly.set -> void +~static Microsoft.Maui.Controls.Device.GetMainThreadSynchronizationContextAsync() -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Device.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, Microsoft.Maui.Controls.Element targetElement) -> double +~static Microsoft.Maui.Controls.Device.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, System.Type targetElementType) -> double +~static Microsoft.Maui.Controls.Device.GetNamedSize(Microsoft.Maui.Controls.NamedSize size, System.Type targetElementType, bool useOldSizes) -> double +~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Action action) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Func funcTask) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Func> funcTask) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Device.InvokeOnMainThreadAsync(System.Func func) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Device.RuntimePlatform.get -> string +~static Microsoft.Maui.Controls.Device.StartTimer(System.TimeSpan interval, System.Func callback) -> void +~static Microsoft.Maui.Controls.DoubleCollection.implicit operator Microsoft.Maui.Controls.DoubleCollection(double[] d) -> Microsoft.Maui.Controls.DoubleCollection +~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 +~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler 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 +~static Microsoft.Maui.Controls.EffectiveVisualExtensions.IsMaterial(this Microsoft.Maui.Controls.IVisual visual) -> bool +~static Microsoft.Maui.Controls.Element.ControlsElementMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Entry.ControlsEntryMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler 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 +~static Microsoft.Maui.Controls.FlexLayout.GetBasis(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Layouts.FlexBasis +~static Microsoft.Maui.Controls.FlexLayout.GetGrow(Microsoft.Maui.Controls.BindableObject bindable) -> float +~static Microsoft.Maui.Controls.FlexLayout.GetOrder(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.FlexLayout.GetShrink(Microsoft.Maui.Controls.BindableObject bindable) -> float +~static Microsoft.Maui.Controls.FlexLayout.SetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexAlignSelf value) -> void +~static Microsoft.Maui.Controls.FlexLayout.SetBasis(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Layouts.FlexBasis value) -> void +~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 +~static Microsoft.Maui.Controls.FormattedString.implicit operator Microsoft.Maui.Controls.FormattedString(string text) -> Microsoft.Maui.Controls.FormattedString +~static Microsoft.Maui.Controls.Grid.GetColumn(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Grid.GetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Grid.GetRow(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Grid.GetRowSpan(Microsoft.Maui.Controls.BindableObject bindable) -> int +~static Microsoft.Maui.Controls.Grid.SetColumn(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Grid.SetColumnSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Grid.SetRow(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.Grid.SetRowSpan(Microsoft.Maui.Controls.BindableObject bindable, int value) -> void +~static Microsoft.Maui.Controls.GridExtensions.Add(this Microsoft.Maui.Controls.Grid grid, Microsoft.Maui.IView view, int column = 0, int row = 0) -> void ~static Microsoft.Maui.Controls.Handlers.Compatibility.CellContentFactory.CreateContent(object data, Microsoft.Maui.Controls.BindableObject container = null) -> Microsoft.Maui.Controls.View ~static Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.CommandMapper -> Microsoft.Maui.CommandMapper ~static Microsoft.Maui.Controls.Handlers.Compatibility.ListViewRenderer.Mapper -> Microsoft.Maui.PropertyMapper +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapCurrentItem(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapIsBounceEnabled(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapIsSwipeEnabled(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapItemsLayout(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapLoop(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapPeekAreaInsets(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.Mapper -> Microsoft.Maui.PropertyMapper +~static Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler.MapPosition(Microsoft.Maui.Controls.Handlers.Items.CarouselViewHandler handler, Microsoft.Maui.Controls.CarouselView carouselView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.Mapper -> Microsoft.Maui.PropertyMapper +~static Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.GroupableItemsViewMapper -> Microsoft.Maui.PropertyMapper> +~static Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler.MapIsGrouped(Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler handler, Microsoft.Maui.Controls.GroupableItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.ItemsViewMapper -> Microsoft.Maui.PropertyMapper> +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapEmptyView(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapEmptyViewTemplate(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapFlowDirection(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapHorizontalScrollBarVisibility(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapIsVisible(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapItemsSource(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapItemsUpdatingScrollMode(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapItemTemplate(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler.MapVerticalScrollBarVisibility(Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler handler, Microsoft.Maui.Controls.ItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.MapCanReorderItems(Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler handler, Microsoft.Maui.Controls.ReorderableItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler.ReorderableItemsViewMapper -> Microsoft.Maui.PropertyMapper> +~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.MapSelectedItem(Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler handler, Microsoft.Maui.Controls.SelectableItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.MapSelectedItems(Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler handler, Microsoft.Maui.Controls.SelectableItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.MapSelectionMode(Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler handler, Microsoft.Maui.Controls.SelectableItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.SelectableItemsViewHandler.SelectableItemsViewMapper -> Microsoft.Maui.PropertyMapper> +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapFooter(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapFooterTemplate(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapHeader(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapHeaderTemplate(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapItemSizingStrategy(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.MapItemsLayout(Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler handler, Microsoft.Maui.Controls.StructuredItemsView itemsView) -> void +~static Microsoft.Maui.Controls.Handlers.Items.StructuredItemsViewHandler.StructuredItemsViewMapper -> Microsoft.Maui.PropertyMapper> +~static Microsoft.Maui.Controls.Handlers.LineHandler.Mapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Handlers.LineHandler.MapX1(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void +~static Microsoft.Maui.Controls.Handlers.LineHandler.MapX2(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void +~static Microsoft.Maui.Controls.Handlers.LineHandler.MapY1(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void +~static Microsoft.Maui.Controls.Handlers.LineHandler.MapY2(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Line line) -> void +~static Microsoft.Maui.Controls.Handlers.PathHandler.MapData(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Path path) -> void +~static Microsoft.Maui.Controls.Handlers.PathHandler.Mapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Handlers.PathHandler.MapRenderTransform(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Path path) -> void +~static Microsoft.Maui.Controls.Handlers.PathHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Path path) -> void +~static Microsoft.Maui.Controls.Handlers.PolygonHandler.MapFillRule(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polygon polygon) -> void +~static Microsoft.Maui.Controls.Handlers.PolygonHandler.Mapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Handlers.PolygonHandler.MapPoints(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polygon polygon) -> void +~static Microsoft.Maui.Controls.Handlers.PolygonHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polygon polygon) -> void +~static Microsoft.Maui.Controls.Handlers.PolylineHandler.MapFillRule(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polyline polyline) -> void +~static Microsoft.Maui.Controls.Handlers.PolylineHandler.Mapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Handlers.PolylineHandler.MapPoints(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polyline polyline) -> void +~static Microsoft.Maui.Controls.Handlers.PolylineHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Polyline polyline) -> void +~static Microsoft.Maui.Controls.Handlers.RectangleHandler.Mapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Handlers.RectangleHandler.MapRadiusX(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Rectangle rectangle) -> void +~static Microsoft.Maui.Controls.Handlers.RectangleHandler.MapRadiusY(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.Rectangle rectangle) -> void +~static Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.MapCornerRadius(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.Controls.Shapes.RoundRectangle roundRectangle) -> void +~static Microsoft.Maui.Controls.Handlers.RoundRectangleHandler.Mapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Handlers.ShellHandler.CommandMapper -> Microsoft.Maui.CommandMapper +~static Microsoft.Maui.Controls.Handlers.ShellHandler.Mapper -> Microsoft.Maui.PropertyMapper +~static Microsoft.Maui.Controls.Hosting.AppHostBuilderExtensions.ConfigureEffects(this Microsoft.Maui.Hosting.MauiAppBuilder builder, System.Action configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder +~static Microsoft.Maui.Controls.ImageSource.FromFile(string file) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.FromResource(string resource, System.Reflection.Assembly sourceAssembly = null) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.FromResource(string resource, System.Type resolvingType) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.FromStream(System.Func stream) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.FromStream(System.Func> stream) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.FromUri(System.Uri uri) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.implicit operator Microsoft.Maui.Controls.ImageSource(string source) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.implicit operator Microsoft.Maui.Controls.ImageSource(System.Uri uri) -> Microsoft.Maui.Controls.ImageSource +~static Microsoft.Maui.Controls.ImageSource.IsNullOrEmpty(Microsoft.Maui.Controls.ImageSource imageSource) -> bool +~static Microsoft.Maui.Controls.Internals.AsyncValue.Null.get -> Microsoft.Maui.Controls.Internals.AsyncValue +~static Microsoft.Maui.Controls.Internals.AsyncValueExtensions.AsAsyncValue(this System.Threading.Tasks.Task valueTask, T defaultValue = default(T)) -> Microsoft.Maui.Controls.Internals.AsyncValue +~static Microsoft.Maui.Controls.Internals.CellExtensions.GetGroup(this TItem cell) -> Microsoft.Maui.Controls.ITemplatedItemsList +~static Microsoft.Maui.Controls.Internals.CellExtensions.GetGroupHeaderContent(this TItem cell) -> TItem +~static Microsoft.Maui.Controls.Internals.CellExtensions.GetIndex(this TItem cell) -> int +~static Microsoft.Maui.Controls.Internals.CellExtensions.GetIsGroupHeader(this TItem cell) -> bool +~static Microsoft.Maui.Controls.Internals.CellExtensions.GetPath(this Microsoft.Maui.Controls.Cell cell) -> System.Tuple +~static Microsoft.Maui.Controls.Internals.CellExtensions.SetIsGroupHeader(this TItem cell, bool value) -> void +~static Microsoft.Maui.Controls.Internals.ContentPageEx.Data -> System.Collections.Generic.List +~static Microsoft.Maui.Controls.Internals.ContentPageEx.LoadProfile(this Microsoft.Maui.Controls.ContentPage page) -> void +~static Microsoft.Maui.Controls.Internals.DataTemplateExtensions.CreateContent(this Microsoft.Maui.Controls.DataTemplate self, object item, Microsoft.Maui.Controls.BindableObject container) -> object +~static Microsoft.Maui.Controls.Internals.DataTemplateExtensions.SelectDataTemplate(this Microsoft.Maui.Controls.DataTemplate self, object item, Microsoft.Maui.Controls.BindableObject container) -> Microsoft.Maui.Controls.DataTemplate +~static Microsoft.Maui.Controls.Internals.DependencyResolver.ResolveUsing(System.Func resolver) -> void +~static Microsoft.Maui.Controls.Internals.DependencyResolver.ResolveUsing(System.Func resolver) -> void +~static Microsoft.Maui.Controls.Internals.EffectUtilities.RegisterEffectControlProvider(Microsoft.Maui.Controls.IEffectControlProvider self, Microsoft.Maui.Controls.IElementController oldElement, Microsoft.Maui.Controls.IElementController newElement) -> void +~static Microsoft.Maui.Controls.Internals.EffectUtilities.UnregisterEffectControlProvider(Microsoft.Maui.Controls.IEffectControlProvider self, Microsoft.Maui.Controls.IElementController element) -> void +~static Microsoft.Maui.Controls.Internals.ExpressionSearch.Default.get -> Microsoft.Maui.Controls.Internals.IExpressionSearch +~static Microsoft.Maui.Controls.Internals.ExpressionSearch.Default.set -> void +~static Microsoft.Maui.Controls.Internals.GIFBitmap.CreateBitmapAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmapDecoder decoder, Microsoft.Maui.Controls.Internals.GIFBitmap previousBitmap, bool ignoreImageData = false) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Internals.GIFColorTable.CreateColorTableAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, short size) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Internals.GIFHeader.CreateHeaderAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, bool skipTypeIdentifier = false) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Internals.NameScope.GetNameScope(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.Controls.Internals.INameScope +~static Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.Internals.INameScope value) -> void +~static Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions.Apply(this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Action insert, System.Action removeAt, System.Action reset) -> System.Collections.Specialized.NotifyCollectionChangedAction +~static Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions.Apply(this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Collections.Generic.IList from, System.Collections.Generic.IList to) -> void +~static Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions.WithCount(this System.Collections.Specialized.NotifyCollectionChangedEventArgs e, int count) -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx +~static Microsoft.Maui.Controls.Internals.PageExtensions.AncestorToRoot(this Microsoft.Maui.Controls.Page page) -> Microsoft.Maui.Controls.Page +~static Microsoft.Maui.Controls.Internals.Performance.Provider.get -> Microsoft.Maui.Controls.Internals.IPerformanceProvider +~static Microsoft.Maui.Controls.Internals.Performance.SetProvider(Microsoft.Maui.Controls.Internals.IPerformanceProvider instance) -> void +~static Microsoft.Maui.Controls.Internals.Performance.Start(out string reference, string tag = null, string path = null, string member = null) -> void +~static Microsoft.Maui.Controls.Internals.Performance.Start(string reference, string tag = null, string path = null, string member = null) -> void +~static Microsoft.Maui.Controls.Internals.Performance.Stop(string reference, string tag = null, string path = null, string member = null) -> void +~static Microsoft.Maui.Controls.Internals.Profile.Data -> System.Collections.Generic.List +~static Microsoft.Maui.Controls.Internals.Profile.FrameBegin(string name = "", int line = 0) -> void +~static Microsoft.Maui.Controls.Internals.Profile.FrameEnd(string name = "") -> void +~static Microsoft.Maui.Controls.Internals.Profile.FramePartition(string id, int line = 0) -> void +~static Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions.PropagatePropertyChanged(string propertyName, Microsoft.Maui.Controls.Element target, Microsoft.Maui.Controls.Element source) -> void +~static Microsoft.Maui.Controls.Internals.Registrar.ExtraAssemblies.get -> System.Collections.Generic.IEnumerable +~static Microsoft.Maui.Controls.Internals.Registrar.ExtraAssemblies.set -> void +~static Microsoft.Maui.Controls.Internals.Registrar.RegisterAll(System.Type[] attrTypes, Microsoft.Maui.Controls.InitializationFlags flags, Microsoft.Maui.IFontRegistrar fontRegistrar = null) -> void +~static Microsoft.Maui.Controls.Internals.Registrar.RegisterAll(System.Type[] attrTypes, Microsoft.Maui.IFontRegistrar fontRegistrar = null) -> void +~static Microsoft.Maui.Controls.Internals.Registrar.Registered.get -> Microsoft.Maui.Controls.Internals.Registrar +~static Microsoft.Maui.Controls.Internals.Registrar.RegisterEffect(string resolutionName, string id, System.Type effectType) -> void +~static Microsoft.Maui.Controls.Internals.Registrar.RegisterEffects(string resolutionName, Microsoft.Maui.Controls.ExportEffectAttribute[] effectAttributes) -> void +~static Microsoft.Maui.Controls.Internals.Registrar.RegisterRenderers(Microsoft.Maui.Controls.HandlerAttribute[] attributes) -> void +~static Microsoft.Maui.Controls.Internals.Registrar.RegisterRendererToHandlerShim(System.Func handlerShim) -> void +~static Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceProvider2.get -> System.Func +~static Microsoft.Maui.Controls.Internals.TextTransformUtilites.GetTransformedText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~static Microsoft.Maui.Controls.Internals.TextTransformUtilites.SetPlainText(Microsoft.Maui.Controls.InputView inputView, string platformText) -> void +~static Microsoft.Maui.Controls.KnownColor.Accent.get -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.KnownColor.Default.get -> Microsoft.Maui.Graphics.Color +~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 +~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.LabelHandler 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 +~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler 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 +~static Microsoft.Maui.Controls.MessagingCenter.Send(TSender sender, string message, TArgs args) -> void +~static Microsoft.Maui.Controls.MessagingCenter.Send(TSender sender, string message) -> void +~static Microsoft.Maui.Controls.MessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void +~static Microsoft.Maui.Controls.MessagingCenter.Subscribe(object subscriber, string message, System.Action callback, TSender source = null) -> void +~static Microsoft.Maui.Controls.MessagingCenter.Unsubscribe(object subscriber, string message) -> void +~static Microsoft.Maui.Controls.MessagingCenter.Unsubscribe(object subscriber, string message) -> void +~static Microsoft.Maui.Controls.MultiPage.GetIndex(T page) -> int +~static Microsoft.Maui.Controls.MultiPage.SetIndex(Microsoft.Maui.Controls.Page page, int index) -> void +~static Microsoft.Maui.Controls.NameScopeExtensions.FindByName(this Microsoft.Maui.Controls.Element element, string name) -> T +~static Microsoft.Maui.Controls.NavigationPage.ControlsNavigationPageMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.NavigationPage.GetBackButtonTitle(Microsoft.Maui.Controls.BindableObject page) -> string +~static Microsoft.Maui.Controls.NavigationPage.GetHasBackButton(Microsoft.Maui.Controls.Page page) -> bool +~static Microsoft.Maui.Controls.NavigationPage.GetHasNavigationBar(Microsoft.Maui.Controls.BindableObject page) -> bool +~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.SetBackButtonTitle(Microsoft.Maui.Controls.BindableObject page, string value) -> void +~static Microsoft.Maui.Controls.NavigationPage.SetHasBackButton(Microsoft.Maui.Controls.Page page, bool value) -> void +~static Microsoft.Maui.Controls.NavigationPage.SetHasNavigationBar(Microsoft.Maui.Controls.BindableObject page, bool value) -> void +~static Microsoft.Maui.Controls.NavigationPage.SetIconColor(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.NavigationPage.SetTitleIconImageSource(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.ImageSource value) -> void +~static Microsoft.Maui.Controls.NavigationPage.SetTitleView(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.OnIdiom.implicit operator T(Microsoft.Maui.Controls.OnIdiom onIdiom) -> T +~static Microsoft.Maui.Controls.OnPlatform.implicit operator T(Microsoft.Maui.Controls.OnPlatform onPlatform) -> T +~static Microsoft.Maui.Controls.PanGestureRecognizer.CurrentId.get -> Microsoft.Maui.Controls.Internals.AutoId +~static Microsoft.Maui.Controls.Picker.ControlsPickerMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Platform.ButtonExtensions.UpdateContentLayout(this Tizen.UIExtensions.NUI.Button nativeButton, Microsoft.Maui.Controls.Button button) -> void +~static Microsoft.Maui.Controls.Platform.ButtonExtensions.UpdateText(this Tizen.UIExtensions.NUI.Button platformButton, Microsoft.Maui.Controls.Button button) -> void +~static Microsoft.Maui.Controls.Platform.CollectionViewExtensions.ToLayoutManager(this Microsoft.Maui.Controls.IItemsLayout layout, Microsoft.Maui.Controls.ItemSizingStrategy sizing = Microsoft.Maui.Controls.ItemSizingStrategy.MeasureFirstItem) -> Tizen.UIExtensions.NUI.ICollectionViewLayoutManager +~static Microsoft.Maui.Controls.Platform.FontExtensions.ToNativeFontFamily(this string self, Microsoft.Maui.IFontManager fontManager) -> string +~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImage(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.ImageSource source) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImageAsync(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.FileImageSource imageSource) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImageAsync(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.StreamImageSource imageSource) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Platform.ImageExtensions.LoadImageAsync(this Tizen.NUI.BaseComponents.ImageView image, Microsoft.Maui.Controls.UriImageSource imageSource) -> System.Threading.Tasks.Task +~static Microsoft.Maui.Controls.Platform.PlatformConfigurationExtensions.OnThisPlatform(this T element) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateLineBreakMode(this Tizen.UIExtensions.NUI.Label platformLabel, Microsoft.Maui.Controls.Label label) -> void +~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateText(this Tizen.UIExtensions.NUI.Editor editor, Microsoft.Maui.Controls.InputView inputView) -> void +~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateText(this Tizen.UIExtensions.NUI.Entry entry, Microsoft.Maui.Controls.InputView inputView) -> void +~static Microsoft.Maui.Controls.Platform.TextExtensions.UpdateText(this Tizen.UIExtensions.NUI.Label platformLabel, Microsoft.Maui.Controls.Label label) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendAppearingEventOnResume(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendAppearingEventOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendDisappearingEventOnPause(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetSendDisappearingEventOnPause(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetShouldPreserveKeyboardOnResume(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.GetShouldPreserveKeyboardOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendAppearingEventOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendDisappearingEventOnPause(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SetSendAppearingEventOnResume(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SetSendDisappearingEventOnPause(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SetShouldPreserveKeyboardOnResume(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.ShouldPreserveKeyboardOnResume(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.GetBarHeight(Microsoft.Maui.Controls.BindableObject element) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.GetBarHeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.SetBarHeight(Microsoft.Maui.Controls.BindableObject element, int value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.SetBarHeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.GetWindowSoftInputModeAdjust(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.GetWindowSoftInputModeAdjust(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.SetWindowSoftInputModeAdjust(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.UseWindowSoftInputModeAdjust(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.GetUseDefaultPadding(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.GetUseDefaultShadow(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultPadding(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultPadding(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultShadow(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.SetUseDefaultShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultPadding(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.GetImeOptions(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.ImeOptions(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.SetImeOptions(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.SetImeOptions(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImeFlags value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowOffset(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Size +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Size +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowRadius(Microsoft.Maui.Controls.BindableObject element) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowOffset(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Size value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowRadius(Microsoft.Maui.Controls.BindableObject element, double value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.GetIsFastScrollEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.IsFastScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.SetIsFastScrollEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.SetIsFastScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.GetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.SwipeTransitionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.GetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.SwipeTransitionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.SetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.SwipeTransitionMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.SetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.SwipeTransitionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.DisableSmoothScroll(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.DisableSwipePaging(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.EnableSmoothScroll(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.EnableSwipePaging(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetIsSmoothScrollEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetIsSwipePagingEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetMaxItemCount(Microsoft.Maui.Controls.BindableObject element) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetMaxItemCount(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetOffscreenPageLimit(Microsoft.Maui.Controls.BindableObject element) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.GetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSmoothScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSwipePagingEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.OffscreenPageLimit(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSmoothScrollEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSmoothScrollEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSwipePagingEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetIsSwipePagingEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetOffscreenPageLimit(Microsoft.Maui.Controls.BindableObject element, int value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetOffscreenPageLimit(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.SetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ToolbarPlacement value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.GetIsContextActionsLegacyModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.GetIsContextActionsLegacyModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.SetIsContextActionsLegacyModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.SetIsContextActionsLegacyModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetElevation(Microsoft.Maui.Controls.VisualElement element) -> float? +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetElevation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> float? +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.GetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetElevation(Microsoft.Maui.Controls.VisualElement element, float? value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetElevation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, float? value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.SetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.DisplayZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.EnableZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.GetDisplayZoomControls(Microsoft.Maui.Controls.WebView element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.GetEnableZoomControls(Microsoft.Maui.Controls.WebView element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.GetMixedContentMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.MixedContentMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetDisplayZoomControls(Microsoft.Maui.Controls.WebView element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetDisplayZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetEnableZoomControls(Microsoft.Maui.Controls.WebView element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetEnableZoomControls(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetMixedContentMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.SetMixedContentMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.ZoomControlsDisplayed(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.ZoomControlsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.GetHasCornerRadius(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.GetHasCornerRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.SetHasCornerRadius(Microsoft.Maui.Controls.BindableObject element, bool tabPosition) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.SetHasCornerRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.GetBackButtonIcon(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.GetBackButtonIcon(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.SetBackButtonIcon(Microsoft.Maui.Controls.BindableObject element, string backButtonIcon) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.SetBackButtonIcon(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.GetTabPosition(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.GetTabPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.SetTabPosition(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition tabPosition) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.SetTabPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabPosition value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetEnableAccessibilityScalingForNamedFontSizes(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetEnableAccessibilityScalingForNamedFontSizes(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetHandleControlUpdatesOnMainThread(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetHandleControlUpdatesOnMainThread(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetPanGestureRecognizerShouldRecognizeSimultaneously(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.GetPanGestureRecognizerShouldRecognizeSimultaneously(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetEnableAccessibilityScalingForNamedFontSizes(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetEnableAccessibilityScalingForNamedFontSizes(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetHandleControlUpdatesOnMainThread(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetHandleControlUpdatesOnMainThread(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetPanGestureRecognizerShouldRecognizeSimultaneously(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.SetPanGestureRecognizerShouldRecognizeSimultaneously(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.DefaultBackgroundColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.GetDefaultBackgroundColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.SetDefaultBackgroundColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.SetDefaultBackgroundColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.GetUpdateMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.SetUpdateMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.SetUpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.UpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.AdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.DisableAdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.EnableAdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.GetAdjustsFontSizeToFitWidth(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.GetCursorColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.GetCursorColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetAdjustsFontSizeToFitWidth(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetAdjustsFontSizeToFitWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetCursorColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.SetCursorColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.GetApplyShadow(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.GetApplyShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.SetApplyShadow(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.SetApplyShadow(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetGroupHeaderStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetGroupHeaderStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetRowAnimationsEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetSeparatorStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GetSeparatorStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.RowAnimationsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetGroupHeaderStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetGroupHeaderStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.GroupHeaderStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetRowAnimationsEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetRowAnimationsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetSeparatorStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SetSeparatorStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SeparatorStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.DisableTranslucentNavigationBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.EnableTranslucentNavigationBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetHideNavigationBarSeparator(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetIsNavigationBarTranslucent(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetPrefersLargeTitles(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetStatusBarTextColorMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.GetStatusBarTextColorMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.HideNavigationBarSeparator(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.IsNavigationBarTranslucent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.PrefersLargeTitles(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetHideNavigationBarSeparator(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetHideNavigationBarSeparator(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetIsNavigationBarTranslucent(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetIsNavigationBarTranslucent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetPrefersLargeTitles(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetPrefersLargeTitles(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetStatusBarTextColorMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.SetStatusBarTextColorMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetLargeTitleDisplay(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetModalPresentationStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetPreferredStatusBarUpdateAnimation(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetPrefersHomeIndicatorAutoHidden(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetPrefersStatusBarHidden(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetSafeAreaInsets(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Thickness +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.GetUseSafeArea(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.LargeTitleDisplay(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.ModalPresentationStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersStatusBarHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SafeAreaInsets(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Thickness +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetLargeTitleDisplay(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetLargeTitleDisplay(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.LargeTitleDisplayMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetModalPresentationStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIModalPresentationStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPreferredStatusBarUpdateAnimation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersHomeIndicatorAutoHidden(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersHomeIndicatorAutoHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersStatusBarHidden(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetPrefersStatusBarHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetSafeAreaInsets(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Thickness value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetUseSafeArea(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SetUseSafeArea(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.UsingSafeArea(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.GetUpdateMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.SetUpdateMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.SetUpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.UpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.GetShouldDelayContentTouches(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.SetShouldDelayContentTouches(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.SetShouldDelayContentTouches(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.ShouldDelayContentTouches(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.GetSearchBarStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.GetSearchBarStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.SetSearchBarStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle style) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.SetSearchBarStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UISearchBarStyle style) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.GetUpdateOnTap(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.GetUpdateOnTap(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.SetUpdateOnTap(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.SetUpdateOnTap(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.GetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.SwipeTransitionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.GetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.SwipeTransitionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.SetSwipeTransitionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.SwipeTransitionMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.SetSwipeTransitionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.SwipeTransitionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.GetTranslucencyMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.GetTranslucencyMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.SetTranslucencyMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.SetTranslucencyMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.GetUpdateMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.SetUpdateMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.SetUpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.UpdateMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.UpdateMode +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.CanBecomeFirstResponder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetBlurEffect(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetBlurEffect(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetCanBecomeFirstResponder(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOffset(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Size +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Size +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOpacity(Microsoft.Maui.Controls.BindableObject element) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowOpacity(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowRadius(Microsoft.Maui.Controls.BindableObject element) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.GetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetBlurEffect(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetCanBecomeFirstResponder(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetCanBecomeFirstResponder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOffset(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Size value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOpacity(Microsoft.Maui.Controls.BindableObject element, double value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowOpacity(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowRadius(Microsoft.Maui.Controls.BindableObject element, double value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.SetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.UseBlurEffect(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPopStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPopStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPushStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.GetNavigationTransitionPushStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionPopStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionPushStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle pushStyle, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle popStyle) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.SetNavigationTransitionStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle pushStyle, Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle popStyle) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.GetTabOrder(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.VisualElement[] +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.GetTabOrder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.VisualElement[] +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.SetTabOrder(Microsoft.Maui.Controls.BindableObject element, params Microsoft.Maui.Controls.VisualElement[] value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.SetTabOrder(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, params Microsoft.Maui.Controls.VisualElement[] value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.GetTabsStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.TabsStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.GetTabsStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.TabsStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.HideTabs(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.SetShowTabs(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.TabsStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.SetTabsStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.TabsStyle value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.ShowTabs(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.ShowTabsOnNavigation(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetActiveBezelInteractionElement(Microsoft.Maui.Controls.BindableObject application) -> Microsoft.Maui.Controls.Element +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetActiveBezelInteractionElement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.Element +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetOverlayContent(Microsoft.Maui.Controls.BindableObject application) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetOverlayContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetUseBezelInteraction(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.GetUseBezelInteraction(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetActiveBezelInteractionElement(Microsoft.Maui.Controls.BindableObject application, Microsoft.Maui.Controls.Element value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetActiveBezelInteractionElement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.Element value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetOverlayContent(Microsoft.Maui.Controls.BindableObject application, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetOverlayContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetUseBezelInteraction(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.SetUseBezelInteraction(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.GetFontWeight(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.GetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.SetFontWeight(Microsoft.Maui.Controls.BindableObject element, string weight) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.SetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string weight) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetBlendColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetBlendColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetFile(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.GetFile(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetBlendColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color color) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetBlendColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color color) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetFile(Microsoft.Maui.Controls.BindableObject element, string file) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.SetFile(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string file) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.GetFocusedItemScrollPosition(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.ScrollToPosition +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.GetFocusedItemScrollPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.ScrollToPosition +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.SetFocusedItemScrollPosition(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.ScrollToPosition position) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.SetFocusedItemScrollPosition(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.ScrollToPosition position) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.GetFontWeight(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.GetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.SetFontWeight(Microsoft.Maui.Controls.BindableObject element, string weight) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.SetFontWeight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string weight) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.GetHasBreadCrumbsBar(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.HasBreadCrumbsBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.SetHasBreadCrumbsBar(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.SetHasBreadCrumbsBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.GetBreadCrumb(Microsoft.Maui.Controls.BindableObject page) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.GetBreadCrumb(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.SetBreadCrumb(Microsoft.Maui.Controls.BindableObject page, string value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.SetBreadCrumb(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.GetPulsingStatus(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.GetPulsingStatus(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.SetPulsingStatus(Microsoft.Maui.Controls.BindableObject element, bool isPulsing) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.SetPulsingStatus(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool isPulsing) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetHorizontalScrollStep(Microsoft.Maui.Controls.BindableObject element) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetHorizontalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetVerticalScrollStep(Microsoft.Maui.Controls.BindableObject element) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.GetVerticalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> int +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetHorizontalScrollStep(Microsoft.Maui.Controls.BindableObject element, int scrollStep) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetHorizontalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int scrollStep) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetVerticalScrollStep(Microsoft.Maui.Controls.BindableObject element, int scrollStep) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.SetVerticalScrollStep(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, int scrollStep) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.GetColor(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.GetColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.SetColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color color) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.SetColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Color color) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusBackView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusBackView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDirection(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDownView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusDownView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusForwardView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusForwardView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusLeftView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusLeftView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusRightView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusRightView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusUpView(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetNextFocusUpView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetStyle(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetToolTip(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.GetToolTip(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.IsFocusAllowed(Microsoft.Maui.Controls.BindableObject element) -> bool? +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.IsFocusAllowed(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool? +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusBack(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusDown(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusForward(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusLeft(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusRight(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.MoveFocusUp(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetFocusAllowed(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetFocusAllowed(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusBackView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusBackView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDirection(Microsoft.Maui.Controls.BindableObject element, string value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDownView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusDownView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusForwardView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusForwardView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusLeftView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusLeftView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusRightView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusRightView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusUpView(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetNextFocusUpView(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.View value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetStyle(Microsoft.Maui.Controls.BindableObject element, string value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetToolTip(Microsoft.Maui.Controls.BindableObject element, string value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.SetToolTip(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.GetImageDirectory(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.GetImageDirectory(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.SetImageDirectory(Microsoft.Maui.Controls.BindableObject element, string value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.SetImageDirectory(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapsedPaneWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapsedPaneWidth(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.GetCollapsedPaneWidth(Microsoft.Maui.Controls.BindableObject element) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.GetCollapseStyle(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.GetCollapseStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.SetCollapsedPaneWidth(Microsoft.Maui.Controls.BindableObject element, double collapsedPaneWidth) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.SetCollapseStyle(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle collapseStyle) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.SetCollapseStyle(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.CollapseStyle value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.UsePartialCollapse(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.GetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.GetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.SetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.SetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.GetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.GetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.SetDetectReadingOrderFromContent(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.SetDetectReadingOrderFromContent(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.GetSelectionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.GetSelectionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.SetSelectionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.SetSelectionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarDynamicOverflowEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarDynamicOverflowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.GetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarDynamicOverflowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarDynamicOverflowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarPlacement(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement toolbarPlacement) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.SetToolbarPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ToolbarPlacement value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.GetRefreshPullDirection(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.GetRefreshPullDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.SetRefreshPullDirection(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.SetRefreshPullDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.DisableSpellCheck(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.EnableSpellCheck(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.GetIsSpellCheckEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.GetIsSpellCheckEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.IsSpellCheckEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.SetIsSpellCheckEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.SetIsSpellCheckEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.DisableHeaderIcons(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.EnableHeaderIcons(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsSize(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Graphics.Size +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.GetHeaderIconsSize(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Graphics.Size +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.IsHeaderIconsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsSize(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.SetHeaderIconsSize(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Graphics.Size value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKey(Microsoft.Maui.Controls.BindableObject element) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKey(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> string +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyHorizontalOffset(Microsoft.Maui.Controls.BindableObject element) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyHorizontalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyPlacement(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.AccessKeyPlacement +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.AccessKeyPlacement +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyVerticalOffset(Microsoft.Maui.Controls.BindableObject element) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetAccessKeyVerticalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> double +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.GetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKey(Microsoft.Maui.Controls.BindableObject element, string value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKey(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, string value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyHorizontalOffset(Microsoft.Maui.Controls.BindableObject element, double value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyHorizontalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyPlacement(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.AccessKeyPlacement value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyPlacement(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.AccessKeyPlacement value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyVerticalOffset(Microsoft.Maui.Controls.BindableObject element, double value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetAccessKeyVerticalOffset(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, double value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetIsLegacyColorModeEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.SetIsLegacyColorModeEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.GetExecutionMode(Microsoft.Maui.Controls.BindableObject element) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.GetExecutionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.GetIsJavaScriptAlertEnabled(Microsoft.Maui.Controls.BindableObject element) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.IsJavaScriptAlertEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config) -> bool +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetExecutionMode(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetExecutionMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetIsJavaScriptAlertEnabled(Microsoft.Maui.Controls.BindableObject element, bool value) -> void +~static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.SetIsJavaScriptAlertEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration config, bool value) -> Microsoft.Maui.Controls.IPlatformElementConfiguration +~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 +~static Microsoft.Maui.Controls.RadioButton.DefaultTemplate.get -> Microsoft.Maui.Controls.ControlTemplate +~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 +~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 +~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 +~static Microsoft.Maui.Controls.RelativeBindingSource.TemplatedParent.get -> Microsoft.Maui.Controls.RelativeBindingSource +~static Microsoft.Maui.Controls.Routing.FormatRoute(string route) -> string +~static Microsoft.Maui.Controls.Routing.FormatRoute(System.Collections.Generic.List segments) -> string +~static Microsoft.Maui.Controls.Routing.GetOrCreateContent(string route, System.IServiceProvider services = null) -> Microsoft.Maui.Controls.Element +~static Microsoft.Maui.Controls.Routing.GetRoute(Microsoft.Maui.Controls.BindableObject obj) -> string +~static Microsoft.Maui.Controls.Routing.RegisterRoute(string route, Microsoft.Maui.Controls.RouteFactory factory) -> void +~static Microsoft.Maui.Controls.Routing.RegisterRoute(string route, System.Type type) -> void +~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 +~static Microsoft.Maui.Controls.SearchBar.ControlsSearchBarMapper -> Microsoft.Maui.IPropertyMapper +~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 +~static Microsoft.Maui.Controls.SemanticProperties.GetHeadingLevel(Microsoft.Maui.Controls.BindableObject bindable) -> Microsoft.Maui.SemanticHeadingLevel +~static Microsoft.Maui.Controls.SemanticProperties.GetHint(Microsoft.Maui.Controls.BindableObject bindable) -> string +~static Microsoft.Maui.Controls.SemanticProperties.SetDescription(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void +~static Microsoft.Maui.Controls.SemanticProperties.SetHeadingLevel(Microsoft.Maui.Controls.BindableObject bindable, Microsoft.Maui.SemanticHeadingLevel value) -> void +~static Microsoft.Maui.Controls.SemanticProperties.SetHint(Microsoft.Maui.Controls.BindableObject bindable, string value) -> void +~static Microsoft.Maui.Controls.SettersExtensions.Add(this System.Collections.Generic.IList setters, Microsoft.Maui.Controls.BindableProperty property, object value) -> void +~static Microsoft.Maui.Controls.SettersExtensions.AddBinding(this System.Collections.Generic.IList setters, Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.Binding binding) -> void +~static Microsoft.Maui.Controls.SettersExtensions.AddDynamicResource(this System.Collections.Generic.IList setters, Microsoft.Maui.Controls.BindableProperty property, string key) -> void +~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenArc(System.Collections.Generic.List points, Microsoft.Maui.Graphics.Point pt1, Microsoft.Maui.Graphics.Point pt2, double radiusX, double radiusY, double angleRotation, bool isLargeArc, bool isCounterclockwise, double tolerance) -> void +~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenCubicBezier(System.Collections.Generic.List points, Microsoft.Maui.Graphics.Point ptStart, Microsoft.Maui.Graphics.Point ptCtrl1, Microsoft.Maui.Graphics.Point ptCtrl2, Microsoft.Maui.Graphics.Point ptEnd, double tolerance) -> void +~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenGeometry(Microsoft.Maui.Controls.Shapes.Geometry geoSrc, double tolerance) -> Microsoft.Maui.Controls.Shapes.PathGeometry +~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenGeometry(Microsoft.Maui.Controls.Shapes.PathGeometry pathGeoDst, Microsoft.Maui.Controls.Shapes.Geometry geoSrc, double tolerance, Microsoft.Maui.Controls.Shapes.Matrix matxPrevious) -> void +~static Microsoft.Maui.Controls.Shapes.GeometryHelper.FlattenQuadraticBezier(System.Collections.Generic.List points, Microsoft.Maui.Graphics.Point ptStart, Microsoft.Maui.Graphics.Point ptCtrl, Microsoft.Maui.Graphics.Point ptEnd, double tolerance) -> void +~static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection pathFigureCollection, string pathString) -> void +~static Microsoft.Maui.Controls.Shapes.Shape.ControlsShapeViewMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.Shapes.Shape.MapStrokeDashArray(Microsoft.Maui.Handlers.IShapeViewHandler handler, Microsoft.Maui.IShapeView shapeView) -> void +~static Microsoft.Maui.Controls.Shell.Current.get -> Microsoft.Maui.Controls.Shell +~static Microsoft.Maui.Controls.Shell.GetBackButtonBehavior(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.BackButtonBehavior +~static Microsoft.Maui.Controls.Shell.GetBackgroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetDisabledColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetFlyoutBackdrop(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.Brush +~static Microsoft.Maui.Controls.Shell.GetFlyoutBehavior(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.FlyoutBehavior +~static Microsoft.Maui.Controls.Shell.GetFlyoutHeight(Microsoft.Maui.Controls.BindableObject obj) -> double +~static Microsoft.Maui.Controls.Shell.GetFlyoutItemIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool +~static Microsoft.Maui.Controls.Shell.GetFlyoutWidth(Microsoft.Maui.Controls.BindableObject obj) -> double +~static Microsoft.Maui.Controls.Shell.GetForegroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetItemTemplate(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.DataTemplate +~static Microsoft.Maui.Controls.Shell.GetMenuItemTemplate(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.DataTemplate +~static Microsoft.Maui.Controls.Shell.GetNavBarHasShadow(Microsoft.Maui.Controls.BindableObject obj) -> bool +~static Microsoft.Maui.Controls.Shell.GetNavBarIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool +~static Microsoft.Maui.Controls.Shell.GetPresentationMode(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.PresentationMode +~static Microsoft.Maui.Controls.Shell.GetSearchHandler(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.SearchHandler +~static Microsoft.Maui.Controls.Shell.GetTabBarBackgroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetTabBarDisabledColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetTabBarForegroundColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetTabBarIsVisible(Microsoft.Maui.Controls.BindableObject obj) -> bool +~static Microsoft.Maui.Controls.Shell.GetTabBarTitleColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetTabBarUnselectedColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetTitleColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.GetTitleView(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Controls.View +~static Microsoft.Maui.Controls.Shell.GetUnselectedColor(Microsoft.Maui.Controls.BindableObject obj) -> Microsoft.Maui.Graphics.Color +~static Microsoft.Maui.Controls.Shell.SetBackButtonBehavior(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.BackButtonBehavior behavior) -> void +~static Microsoft.Maui.Controls.Shell.SetBackgroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetDisabledColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetFlyoutBackdrop(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.Brush value) -> void +~static Microsoft.Maui.Controls.Shell.SetFlyoutBehavior(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.FlyoutBehavior value) -> void +~static Microsoft.Maui.Controls.Shell.SetFlyoutHeight(Microsoft.Maui.Controls.BindableObject obj, double value) -> void +~static Microsoft.Maui.Controls.Shell.SetFlyoutItemIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool isVisible) -> void +~static Microsoft.Maui.Controls.Shell.SetFlyoutWidth(Microsoft.Maui.Controls.BindableObject obj, double value) -> void +~static Microsoft.Maui.Controls.Shell.SetForegroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetItemTemplate(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.DataTemplate itemTemplate) -> void +~static Microsoft.Maui.Controls.Shell.SetMenuItemTemplate(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.DataTemplate menuItemTemplate) -> void +~static Microsoft.Maui.Controls.Shell.SetNavBarHasShadow(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void +~static Microsoft.Maui.Controls.Shell.SetNavBarIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void +~static Microsoft.Maui.Controls.Shell.SetPresentationMode(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.PresentationMode presentationMode) -> void +~static Microsoft.Maui.Controls.Shell.SetSearchHandler(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.SearchHandler handler) -> void +~static Microsoft.Maui.Controls.Shell.SetTabBarBackgroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetTabBarDisabledColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetTabBarForegroundColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetTabBarIsVisible(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void +~static Microsoft.Maui.Controls.Shell.SetTabBarTitleColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetTabBarUnselectedColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetTitleColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.Shell.SetTitleView(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.View value) -> void +~static Microsoft.Maui.Controls.Shell.SetUnselectedColor(Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value) -> void +~static Microsoft.Maui.Controls.ShellAppearance.operator !=(Microsoft.Maui.Controls.ShellAppearance appearance1, Microsoft.Maui.Controls.ShellAppearance appearance2) -> bool +~static Microsoft.Maui.Controls.ShellAppearance.operator ==(Microsoft.Maui.Controls.ShellAppearance appearance1, Microsoft.Maui.Controls.ShellAppearance appearance2) -> bool +~static Microsoft.Maui.Controls.ShellContent.implicit operator Microsoft.Maui.Controls.ShellContent(Microsoft.Maui.Controls.TemplatedPage page) -> Microsoft.Maui.Controls.ShellContent +~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.MenuItem menuItem) -> Microsoft.Maui.Controls.ShellItem +~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.ShellContent shellContent) -> Microsoft.Maui.Controls.ShellItem +~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.ShellSection shellSection) -> Microsoft.Maui.Controls.ShellItem +~static Microsoft.Maui.Controls.ShellItem.implicit operator Microsoft.Maui.Controls.ShellItem(Microsoft.Maui.Controls.TemplatedPage page) -> Microsoft.Maui.Controls.ShellItem +~static Microsoft.Maui.Controls.ShellNavigationState.implicit operator Microsoft.Maui.Controls.ShellNavigationState(string value) -> Microsoft.Maui.Controls.ShellNavigationState +~static Microsoft.Maui.Controls.ShellNavigationState.implicit operator Microsoft.Maui.Controls.ShellNavigationState(System.Uri uri) -> Microsoft.Maui.Controls.ShellNavigationState +~static Microsoft.Maui.Controls.ShellSection.implicit operator Microsoft.Maui.Controls.ShellSection(Microsoft.Maui.Controls.ShellContent shellContent) -> Microsoft.Maui.Controls.ShellSection +~static Microsoft.Maui.Controls.ShellSection.implicit operator Microsoft.Maui.Controls.ShellSection(Microsoft.Maui.Controls.TemplatedPage page) -> Microsoft.Maui.Controls.ShellSection +~static Microsoft.Maui.Controls.ShellTemplatedViewManager.OnViewDataChanged(Microsoft.Maui.Controls.DataTemplate currentViewTemplate, ref Microsoft.Maui.Controls.View localViewRef, object newViewData, System.Action OnChildRemoved, System.Action OnChildAdded) -> void +~static Microsoft.Maui.Controls.ShellTemplatedViewManager.OnViewTemplateChanged(Microsoft.Maui.Controls.DataTemplate newViewTemplate, ref Microsoft.Maui.Controls.View localViewRef, object currentViewData, System.Action OnChildRemoved, System.Action OnChildAdded, Microsoft.Maui.Controls.Shell shell) -> void +~static Microsoft.Maui.Controls.ShellTemplatedViewManager.SetView(ref Microsoft.Maui.Controls.View localView, Microsoft.Maui.Controls.View newView, System.Action OnChildRemoved, System.Action OnChildAdded) -> void +~static Microsoft.Maui.Controls.StyleSheets.StyleSheet.FromReader(System.IO.TextReader reader) -> Microsoft.Maui.Controls.StyleSheets.StyleSheet +~static Microsoft.Maui.Controls.StyleSheets.StyleSheet.FromResource(string resourcePath, System.Reflection.Assembly assembly, System.Xml.IXmlLineInfo lineInfo = null) -> Microsoft.Maui.Controls.StyleSheets.StyleSheet +~static Microsoft.Maui.Controls.StyleSheets.StyleSheet.FromString(string stylesheet) -> Microsoft.Maui.Controls.StyleSheets.StyleSheet +~static Microsoft.Maui.Controls.TabbedPage.ControlsTabbedPageMapper -> Microsoft.Maui.IPropertyMapper +~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 +~static Microsoft.Maui.Controls.VisualElement.ControlsVisualElementMapper -> Microsoft.Maui.IPropertyMapper +~static Microsoft.Maui.Controls.VisualElement.MapBackgroundColor(Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view) -> void +~static Microsoft.Maui.Controls.VisualElement.MapBackgroundImageSource(Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view) -> void +~static Microsoft.Maui.Controls.VisualMarker.Default.get -> Microsoft.Maui.Controls.IVisual +~static Microsoft.Maui.Controls.VisualMarker.MatchParent.get -> Microsoft.Maui.Controls.IVisual +~static Microsoft.Maui.Controls.VisualStateManager.GetVisualStateGroups(Microsoft.Maui.Controls.VisualElement visualElement) -> System.Collections.Generic.IList +~static Microsoft.Maui.Controls.VisualStateManager.GoToState(Microsoft.Maui.Controls.VisualElement visualElement, string name) -> bool +~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 +~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 +~static Microsoft.Maui.Controls.Window.ControlsWindowMapper -> Microsoft.Maui.IPropertyMapper +~static readonly Microsoft.Maui.Controls.AbsoluteLayout.LayoutBoundsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AbsoluteLayout.LayoutFlagsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ActivityIndicator.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ActivityIndicator.IsRunningProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AppLinkEntry.AppLinkUriProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AppLinkEntry.DescriptionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AppLinkEntry.IsLinkActiveProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AppLinkEntry.ThumbnailProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AppLinkEntry.TitleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AutomationProperties.ExcludedWithChildrenProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AutomationProperties.HelpTextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AutomationProperties.IsInAccessibleTreeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AutomationProperties.LabeledByProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.AutomationProperties.NameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BackButtonBehavior.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BackButtonBehavior.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BackButtonBehavior.IconOverrideProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BackButtonBehavior.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BackButtonBehavior.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BackButtonBehavior.TextOverrideProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.FlyoutIconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.IconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.IsCheckedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.TitleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BaseShellItem.WindowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableLayout.EmptyViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableLayout.EmptyViewTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableLayout.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableLayout.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableLayout.ItemTemplateSelectorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableObject.BindingContextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BindableProperty.UnsetValue -> object +~static readonly Microsoft.Maui.Controls.Binding.DoNothing -> object +~static readonly Microsoft.Maui.Controls.BoxView.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.BoxView.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.BorderWidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.ContentLayoutProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.ImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.IsPressedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.LineBreakModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Button.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.CurrentItemChangedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.IsBounceEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.IsDraggingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.IsScrollAnimatedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.IsSwipeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.ItemsLayoutProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.LoopProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.PeekAreaInsetsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.PositionChangedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.PositionChangedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.PositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CarouselView.VisibleViewsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Cell.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CheckBox.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CheckBox.IsCheckedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ClickGestureRecognizer.NumberOfClicksRequiredProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ColumnDefinition.WidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CompareStateTrigger.PropertyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CompareStateTrigger.ValueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutBoundsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.AbsoluteLayout.LayoutFlagsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.AlignSelfProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.BasisProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.DirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.GrowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.JustifyContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.OrderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.PositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.ShrinkProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.FlexLayout.WrapProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.ColumnSpanProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Grid.RowSpanProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Layout.CascadeInputTransparentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Layout.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.Layout.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.BoundsConstraintProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.HeightConstraintProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.WidthConstraintProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.XConstraintProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.RelativeLayout.YConstraintProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.StackLayout.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Compatibility.StackLayout.SpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CompressedLayout.HeadlessOffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.CompressedLayout.IsHeadlessProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ContentPage.ContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ContentView.ContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.DateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.FormatProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.MaximumDateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.MinimumDateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DatePicker.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Device.Styles.BodyStyle -> Microsoft.Maui.Controls.Style +~static readonly Microsoft.Maui.Controls.Device.Styles.BodyStyleKey -> string +~static readonly Microsoft.Maui.Controls.Device.Styles.CaptionStyle -> Microsoft.Maui.Controls.Style +~static readonly Microsoft.Maui.Controls.Device.Styles.CaptionStyleKey -> string +~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemDetailTextStyle -> Microsoft.Maui.Controls.Style +~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemDetailTextStyleKey -> string +~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemTextStyle -> Microsoft.Maui.Controls.Style +~static readonly Microsoft.Maui.Controls.Device.Styles.ListItemTextStyleKey -> string +~static readonly Microsoft.Maui.Controls.Device.Styles.SubtitleStyle -> Microsoft.Maui.Controls.Style +~static readonly Microsoft.Maui.Controls.Device.Styles.SubtitleStyleKey -> string +~static readonly Microsoft.Maui.Controls.Device.Styles.TitleStyle -> Microsoft.Maui.Controls.Style +~static readonly Microsoft.Maui.Controls.Device.Styles.TitleStyleKey -> string +~static readonly Microsoft.Maui.Controls.DeviceStateTrigger.DeviceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.CanDragProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DragStartingCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DragGestureRecognizer.DropCompletedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.AllowDropProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragLeaveCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DragOverCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.DropGestureRecognizer.DropCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.AutoSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.IsTextPredictionEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.SelectionLengthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Editor.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Element.AutomationIdProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Element.ClassIdProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.ClearButtonVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.IsPasswordProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.IsTextPredictionEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.ReturnCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.ReturnCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.ReturnTypeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.SelectionLengthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Entry.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.LabelColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.LabelProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.EntryCell.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FileImageSource.FileProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.AlignContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.AlignItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.AlignSelfProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.BasisProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.DirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.GrowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.JustifyContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FlexLayout.OrderProperty -> Microsoft.Maui.Controls.BindableProperty +~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 +~static readonly Microsoft.Maui.Controls.FlyoutPage.IsPresentedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FontImageSource.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FontImageSource.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FontImageSource.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FontImageSource.GlyphProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.FontImageSource.SizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Frame.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Frame.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Frame.HasShadowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GradientBrush.GradientStopsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GradientStop.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GradientStop.OffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GraphicsView.DrawableProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.ColumnDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.ColumnProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.ColumnSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.ColumnSpanProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.RowDefinitionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.RowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.RowSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Grid.RowSpanProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GridItemsLayout.HorizontalItemSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GridItemsLayout.SpanProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GridItemsLayout.VerticalItemSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GroupableItemsView.GroupFooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GroupableItemsView.GroupHeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.GroupableItemsView.IsGroupedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.HtmlWebViewSource.BaseUrlProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.HtmlWebViewSource.HtmlProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Image.AspectProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Image.IsAnimationPlayingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Image.IsLoadingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Image.IsOpaqueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Image.SourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.AspectProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.BorderWidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.IsLoadingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.IsOpaqueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.IsPressedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageButton.SourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ImageCell.ImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.CountProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.HideSingleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorsShapeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.IndicatorTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.MaximumVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.PositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.IsReadOnlyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.MaxLengthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.InputView.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Internals.NameScope.NameScopeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs.StyleSheets -> Microsoft.Maui.Controls.Internals.ResourcesChangedEventArgs +~static readonly Microsoft.Maui.Controls.Internals.TemplatedItemsList.NameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Internals.TemplatedItemsList.ShortNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsLayout.SnapPointsAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsLayout.SnapPointsTypeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.EmptyViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.EmptyViewTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.RemainingItemsThresholdReachedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ItemsView.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.FormattedTextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.LineBreakModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.LineHeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.MaxLinesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.TextDecorationsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.TextTypeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Label.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Layout.CascadeInputTransparentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Layout.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Layout.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.LinearGradientBrush.EndPointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.LinearGradientBrush.StartPointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.LinearItemsLayout.CarouselVertical -> Microsoft.Maui.Controls.IItemsLayout +~static readonly Microsoft.Maui.Controls.LinearItemsLayout.Horizontal -> Microsoft.Maui.Controls.IItemsLayout +~static readonly Microsoft.Maui.Controls.LinearItemsLayout.ItemSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.LinearItemsLayout.Vertical -> Microsoft.Maui.Controls.IItemsLayout +~static readonly Microsoft.Maui.Controls.ListView.FooterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.FooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.GroupHeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.HasUnevenRowsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.HeaderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.HeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.HorizontalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.IsGroupingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.IsPullToRefreshEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.IsRefreshingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.RefreshCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.RefreshControlColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.RowHeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.SelectionModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.SeparatorColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.SeparatorVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ListView.VerticalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuBar.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuBarItem.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuBarItem.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.AcceleratorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.IconImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.IsDestructiveProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MenuItem.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MultiPage.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MultiPage.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.MultiPage.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigableElement.NavigationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigableElement.StyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.BackButtonTitleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.BarBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.BarBackgroundProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.BarTextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.CurrentPageProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.HasBackButtonProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.HasNavigationBarProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.IconColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.RootPageProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.TitleIconImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.NavigationPage.TitleViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.OpenGLView.HasRenderLoopProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.OrientationStateTrigger.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Page.BackgroundImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Page.IconImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Page.IsBusyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Page.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Page.TitleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PanGestureRecognizer.TouchPointsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.SelectedIndexProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.TitleColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.TitleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Picker.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendAppearingEventOnResumeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.SendDisappearingEventOnPauseProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.Application.ShouldPreserveKeyboardOnResumeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.BarHeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Application.WindowSoftInputModeAdjustProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultPaddingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Button.UseDefaultShadowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.Entry.ImeOptionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.IsShadowEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.ShadowColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.ShadowOffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.ShadowRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ListView.IsFastScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.SwipeView.SwipeTransitionModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSmoothScrollEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.IsSwipePagingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.OffscreenPageLimitProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.TabbedPage.ToolbarPlacementProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ViewCell.IsContextActionsLegacyModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.ElevationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.VisualElement.IsLegacyColorModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.DisplayZoomControlsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.EnableZoomControlsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WebView.MixedContentModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.BoxView.HasCornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.NavigationPage.BackButtonIconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.GTKSpecific.TabbedPage.TabPositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.EnableAccessibilityScalingForNamedFontSizesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.HandleControlUpdatesOnMainThreadProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Application.PanGestureRecognizerShouldRecognizeSimultaneouslyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Cell.DefaultBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.DatePicker.UpdateModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.AdjustsFontSizeToFitWidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry.CursorColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.FlyoutPage.ApplyShadowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.GroupHeaderStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.RowAnimationsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ListView.SeparatorStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.HideNavigationBarSeparatorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.IsNavigationBarTranslucentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.PrefersLargeTitlesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.NavigationPage.StatusBarTextColorModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.LargeTitleDisplayProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.ModalPresentationStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.PrefersStatusBarHiddenProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.SafeAreaInsetsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Page.UseSafeAreaProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Picker.UpdateModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.ScrollView.ShouldDelayContentTouchesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SearchBar.SearchBarStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Slider.UpdateOnTapProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.SwipeTransitionModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TabbedPage.TranslucencyModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TimePicker.UpdateModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.BlurEffectProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.CanBecomeFirstResponderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.IsLegacyColorModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.IsShadowEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowOffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowOpacityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.VisualElement.ShadowRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.NavigationTransitionPopStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationPage.NavigationTransitionPushStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.Page.TabOrderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.TabbedPage.TabsStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.ActiveBezelInteractionElementPropertyKey -> Microsoft.Maui.Controls.BindablePropertyKey +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.OverlayContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application.UseBezelInteractionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry.FontWeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.BlendColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image.FileProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView.FocusedItemScrollPositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label.FontWeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.NavigationPage.HasBreadCrumbsBarProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Page.BreadCrumbProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar.ProgressBarPulsingStatusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.HorizontalScrollStepProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ScrollView.VerticalScrollStepProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Switch.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.IsFocusAllowedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusBackViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusDirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusDownViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusForwardViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusLeftViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusRightViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.NextFocusUpViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.StyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement.ToolTipProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Application.ImageDirectoryProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapsedPaneWidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.FlyoutPage.CollapseStyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.InputView.DetectReadingOrderFromContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Label.DetectReadingOrderFromContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.ListView.SelectionModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.ToolbarDynamicOverflowEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.Page.ToolbarPlacementProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.SearchBar.IsSpellCheckEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.HeaderIconsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.TabbedPage.HeaderIconsSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyHorizontalOffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyPlacementProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.AccessKeyVerticalOffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.VisualElement.IsLegacyColorModeEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.ExecutionModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebView.IsJavaScriptAlertEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ProgressBar.ProgressColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ProgressBar.ProgressProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadialGradientBrush.CenterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadialGradientBrush.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.BorderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.BorderWidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.ContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.GroupNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.IsCheckedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButton.ValueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButtonGroup.GroupNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RadioButtonGroup.SelectedValueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RefreshView.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RefreshView.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RefreshView.IsRefreshingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RefreshView.RefreshColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ReorderableItemsView.CanMixGroupsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ReorderableItemsView.CanReorderItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Routing.RouteProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.RowDefinition.HeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ScrollView.ContentSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ScrollView.HorizontalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ScrollView.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ScrollView.ScrollXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ScrollView.ScrollYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ScrollView.VerticalScrollBarVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.CancelButtonColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.IsTextPredictionEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.SearchCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.SearchCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.SelectionLengthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchBar.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.AutomationIdProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.CancelButtonColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearIconHelpTextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearIconNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearIconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderHelpTextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderIconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ClearPlaceholderNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.DisplayMemberNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.HorizontalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.IsFocusedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.IsFocusedPropertyKey -> Microsoft.Maui.Controls.BindablePropertyKey +~static readonly Microsoft.Maui.Controls.SearchHandler.IsSearchEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ItemsSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.KeyboardProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.PlaceholderColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.PlaceholderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.QueryIconHelpTextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.QueryIconNameProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.QueryIconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.QueryProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.SearchBoxVisibilityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.ShowsResultsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SearchHandler.VerticalTextAlignmentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectedItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectedItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectionChangedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SelectableItemsView.SelectionModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SemanticProperties.DescriptionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SemanticProperties.HeadingLevelProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SemanticProperties.HintProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shadow.BrushProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shadow.OffsetProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shadow.OpacityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shadow.RadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.IsLargeArcProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.PointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.RotationAngleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.SizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ArcSegment.SweepDirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.BezierSegment.Point1Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.BezierSegment.Point2Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.BezierSegment.Point3Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.RotationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.ScaleYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.SkewYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.CompositeTransform.TranslateYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.EllipseGeometry.CenterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.EllipseGeometry.RadiusYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.GeometryGroup.ChildrenProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.GeometryGroup.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Line.X1Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Line.X2Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Line.Y1Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Line.Y2Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.LineGeometry.EndPointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.LineGeometry.StartPointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.LineSegment.PointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.MatrixTransform.MatrixProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Path.DataProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Path.RenderTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.IsClosedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.IsFilledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.SegmentsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PathFigure.StartPointProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PathGeometry.FiguresProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PathGeometry.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PolyBezierSegment.PointsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Polygon.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Polygon.PointsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Polyline.FillRuleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Polyline.PointsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PolyLineSegment.PointsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.PolyQuadraticBezierSegment.PointsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point1Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.QuadraticBezierSegment.Point2Property -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Rectangle.RadiusXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Rectangle.RadiusYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RectangleGeometry.RectProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RotateTransform.AngleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RotateTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RotateTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RoundRectangle.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.CornerRadiusProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.RoundRectangleGeometry.RectProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.ScaleTransform.ScaleYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.AngleXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.AngleYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.CenterXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.SkewTransform.CenterYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.Transform.ValueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.TransformGroup.ChildrenProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.TranslateTransform.XProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shapes.TranslateTransform.YProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.BackButtonBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.CurrentStateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.DisabledColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackdropProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageAspectProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundImageProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutBackgroundProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutContentTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutFooterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutFooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeaderBehaviorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeaderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutHeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutIconProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutIsPresentedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutItemIsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutVerticalScrollModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.FlyoutWidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.ForegroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.ItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.ItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.MenuItemTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.NavBarHasShadowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.NavBarIsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.PresentationModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.SearchHandlerProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TabBarBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TabBarDisabledColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TabBarForegroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TabBarIsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TabBarTitleColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TabBarUnselectedColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TitleColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.TitleViewProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Shell.UnselectedColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellContent.ContentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellContent.ContentTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellContent.MenuItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellGroupItem.FlyoutDisplayOptionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellItem.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellItem.ItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellSection.CurrentItemProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.ShellSection.ItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.DragCompletedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.DragStartedCommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.MaximumProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.MaximumTrackColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.MinimumProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.MinimumTrackColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.ThumbColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.ThumbImageSourceProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Slider.ValueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SolidColorBrush.ColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.LineHeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.StyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.TextDecorationsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Span.TextTransformProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StackBase.SpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StackLayout.OrientationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StateTrigger.IsActiveProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Stepper.IncrementProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Stepper.MaximumProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Stepper.MinimumProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Stepper.ValueProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StreamImageSource.StreamProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StructuredItemsView.FooterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StructuredItemsView.FooterTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StructuredItemsView.HeaderProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StructuredItemsView.HeaderTemplateProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StructuredItemsView.ItemSizingStrategyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.StructuredItemsView.ItemsLayoutProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.DirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeGestureRecognizer.ThresholdProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeItem.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeItem.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeItems.ModeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeItems.SwipeBehaviorOnInvokedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeItemView.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeItemView.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeView.BottomItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeView.LeftItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeView.RightItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeView.ThresholdProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwipeView.TopItemsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Switch.IsToggledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Switch.OnColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.Switch.ThumbColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwitchCell.OnColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwitchCell.OnProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.SwitchCell.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TabbedPage.BarBackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TabbedPage.BarBackgroundProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TabbedPage.BarTextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TabbedPage.SelectedTabColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TabbedPage.UnselectedTabColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TableSectionBase.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~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.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 +~static readonly Microsoft.Maui.Controls.TextCell.CommandProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TextCell.DetailColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TextCell.DetailProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TextCell.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TextCell.TextProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.CharacterSpacingProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.FontFamilyProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.FontSizeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.FormatProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.TextColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.TimePicker.TimeProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.UriImageSource.CacheValidityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.UriImageSource.CachingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.UriImageSource.UriProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.UrlWebViewSource.UrlProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.View.HorizontalOptionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.View.MarginProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.View.VerticalOptionsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.AnchorXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.AnchorYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.BackgroundProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.BehaviorsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.ClipProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.FlowDirectionProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.HeightProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.HeightRequestProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.InputTransparentProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.IsEnabledProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.IsFocusedProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.IsFocusedPropertyKey -> Microsoft.Maui.Controls.BindablePropertyKey +~static readonly Microsoft.Maui.Controls.VisualElement.IsVisibleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.MaximumHeightRequestProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.MaximumWidthRequestProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.NavigationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.OpacityProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.RotationProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.RotationXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.RotationYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.ScaleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.ScaleXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.ScaleYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.StyleProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.TranslationXProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.TranslationYProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.TriggersProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.VisualProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.WidthProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.WidthRequestProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.WindowProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.XProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualElement.YProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.WebView.CanGoBackProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.WebView.CanGoForwardProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.WebView.CookiesProperty -> Microsoft.Maui.Controls.BindableProperty +~static readonly Microsoft.Maui.Controls.WebView.SourceProperty -> Microsoft.Maui.Controls.BindableProperty +~virtual Microsoft.Maui.Controls.Behavior.OnAttachedTo(Microsoft.Maui.Controls.BindableObject bindable) -> void +~virtual Microsoft.Maui.Controls.Behavior.OnDetachingFrom(Microsoft.Maui.Controls.BindableObject bindable) -> void +~virtual Microsoft.Maui.Controls.Behavior.OnAttachedTo(T bindable) -> void +~virtual Microsoft.Maui.Controls.Behavior.OnDetachingFrom(T bindable) -> void +~virtual Microsoft.Maui.Controls.BindableObject.OnPropertyChanged(string propertyName = null) -> void +~virtual Microsoft.Maui.Controls.BindableObject.OnPropertyChanging(string propertyName = null) -> void +~virtual Microsoft.Maui.Controls.Button.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.CarouselView.OnCurrentItemChanged(System.EventArgs args) -> void +~virtual Microsoft.Maui.Controls.CarouselView.OnPositionChanged(Microsoft.Maui.Controls.PositionChangedEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Compatibility.Layout.ShouldInvalidateOnChildAdded(Microsoft.Maui.Controls.View child) -> bool +~virtual Microsoft.Maui.Controls.Compatibility.Layout.ShouldInvalidateOnChildRemoved(Microsoft.Maui.Controls.View child) -> bool +~virtual Microsoft.Maui.Controls.Compatibility.Layout.OnAdded(T view) -> void +~virtual Microsoft.Maui.Controls.Compatibility.Layout.OnRemoved(T view) -> void +~virtual Microsoft.Maui.Controls.DatePicker.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.Element.OnChildAdded(Microsoft.Maui.Controls.Element child) -> void +~virtual Microsoft.Maui.Controls.Element.OnChildRemoved(Microsoft.Maui.Controls.Element child, int oldLogicalIndex) -> void +~virtual Microsoft.Maui.Controls.Element.OnHandlerChanging(Microsoft.Maui.Controls.HandlerChangingEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Element.OnParentChanging(Microsoft.Maui.Controls.ParentChangingEventArgs args) -> void +~virtual Microsoft.Maui.Controls.ImageSource.Cancel() -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.GetModalStack() -> System.Collections.Generic.IReadOnlyList +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.GetNavigationStack() -> System.Collections.Generic.IReadOnlyList +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnInsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPopAsync(bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPopModal(bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPopToRootAsync(bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnPushModal(Microsoft.Maui.Controls.Page modal, bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.Internals.NavigationProxy.OnRemovePage(Microsoft.Maui.Controls.Page page) -> void +~virtual Microsoft.Maui.Controls.Internals.TableModel.GetCell(int section, int row) -> Microsoft.Maui.Controls.Cell +~virtual Microsoft.Maui.Controls.Internals.TableModel.GetHeaderCell(int section) -> Microsoft.Maui.Controls.Cell +~virtual Microsoft.Maui.Controls.Internals.TableModel.GetSectionIndexTitles() -> string[] +~virtual Microsoft.Maui.Controls.Internals.TableModel.GetSectionTextColor(int section) -> Microsoft.Maui.Graphics.Color +~virtual Microsoft.Maui.Controls.Internals.TableModel.GetSectionTitle(int section) -> string +~virtual Microsoft.Maui.Controls.Internals.TableModel.OnRowLongPressed(object item) -> void +~virtual Microsoft.Maui.Controls.Internals.TableModel.OnRowSelected(object item) -> void +~virtual Microsoft.Maui.Controls.ItemsView.OnScrolled(Microsoft.Maui.Controls.ItemsViewScrolledEventArgs e) -> void +~virtual Microsoft.Maui.Controls.ItemsView.OnScrollToRequested(Microsoft.Maui.Controls.ScrollToRequestEventArgs e) -> void +~virtual Microsoft.Maui.Controls.Label.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.Layout.OnAdd(int index, Microsoft.Maui.IView view) -> void +~virtual Microsoft.Maui.Controls.Layout.OnInsert(int index, Microsoft.Maui.IView view) -> void +~virtual Microsoft.Maui.Controls.Layout.OnRemove(int index, Microsoft.Maui.IView view) -> void +~virtual Microsoft.Maui.Controls.Layout.OnUpdate(int index, Microsoft.Maui.IView view, Microsoft.Maui.IView oldView) -> void +~virtual Microsoft.Maui.Controls.MultiPage.OnPagesChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) -> void +~virtual Microsoft.Maui.Controls.MultiPage.SetupContent(T content, int index) -> void +~virtual Microsoft.Maui.Controls.MultiPage.UnhookContent(T content) -> void +~virtual Microsoft.Maui.Controls.Page.GetParentWindow() -> Microsoft.Maui.Controls.Window +~virtual Microsoft.Maui.Controls.Page.OnChildMeasureInvalidated(object sender, System.EventArgs e) -> void +~virtual Microsoft.Maui.Controls.Page.OnNavigatedFrom(Microsoft.Maui.Controls.NavigatedFromEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Page.OnNavigatedTo(Microsoft.Maui.Controls.NavigatedToEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Page.OnNavigatingFrom(Microsoft.Maui.Controls.NavigatingFromEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Picker.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.PlatformEffect.OnElementPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) -> void +~virtual Microsoft.Maui.Controls.PropertyChangingEventArgs.PropertyName.get -> string +~virtual Microsoft.Maui.Controls.RadioButton.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.SearchHandler.OnItemSelected(object item) -> void +~virtual Microsoft.Maui.Controls.SearchHandler.OnQueryChanged(string oldValue, string newValue) -> void +~virtual Microsoft.Maui.Controls.SearchHandler.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.SelectableItemsView.OnSelectionChanged(Microsoft.Maui.Controls.SelectionChangedEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Shell.OnNavigated(Microsoft.Maui.Controls.ShellNavigatedEventArgs args) -> void +~virtual Microsoft.Maui.Controls.Shell.OnNavigating(Microsoft.Maui.Controls.ShellNavigatingEventArgs args) -> void +~virtual Microsoft.Maui.Controls.ShellSection.GetNavigationStack() -> System.Collections.Generic.IReadOnlyList +~virtual Microsoft.Maui.Controls.ShellSection.OnInsertPageBefore(Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before) -> void +~virtual Microsoft.Maui.Controls.ShellSection.OnPopAsync(bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.ShellSection.OnPopToRootAsync(bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.ShellSection.OnPushAsync(Microsoft.Maui.Controls.Page page, bool animated) -> System.Threading.Tasks.Task +~virtual Microsoft.Maui.Controls.ShellSection.OnRemovePage(Microsoft.Maui.Controls.Page page) -> void +~virtual Microsoft.Maui.Controls.SolidColorBrush.Color.get -> Microsoft.Maui.Graphics.Color +~virtual Microsoft.Maui.Controls.SolidColorBrush.Color.set -> void +~virtual Microsoft.Maui.Controls.Span.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.StreamImageSource.Stream.get -> System.Func> +~virtual Microsoft.Maui.Controls.StreamImageSource.Stream.set -> void +~virtual Microsoft.Maui.Controls.TemplatedView.ResolveControlTemplate() -> Microsoft.Maui.Controls.ControlTemplate +~virtual Microsoft.Maui.Controls.TimePicker.UpdateFormsText(string source, Microsoft.Maui.TextTransform textTransform) -> string +~virtual Microsoft.Maui.Controls.Toolbar.BarTextColor.get -> Microsoft.Maui.Graphics.Color +~virtual Microsoft.Maui.Controls.Toolbar.BarTextColor.set -> void +~virtual Microsoft.Maui.Controls.Toolbar.IconColor.get -> Microsoft.Maui.Graphics.Color +~virtual Microsoft.Maui.Controls.Toolbar.IconColor.set -> void +~virtual Microsoft.Maui.Controls.Toolbar.Title.get -> string +~virtual Microsoft.Maui.Controls.Toolbar.Title.set -> void +~virtual Microsoft.Maui.Controls.Toolbar.TitleView.get -> Microsoft.Maui.Controls.VisualElement +~virtual Microsoft.Maui.Controls.Toolbar.TitleView.set -> void +~virtual Microsoft.Maui.Controls.View.GetChildElements(Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IList \ No newline at end of file diff --git a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt index 3a48da174c98..91b0e1a43b98 100644 --- a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt +++ b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Shipped.txt @@ -1,2817 +1 @@ -#nullable enable -abstract Microsoft.Maui.Handlers.ElementHandler.CreatePlatformElement() -> TPlatformView! -abstract Microsoft.Maui.Handlers.ViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -abstract Microsoft.Maui.Handlers.ViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void -abstract Microsoft.Maui.Handlers.ViewHandler.RemoveContainer() -> void -abstract Microsoft.Maui.Handlers.ViewHandler.SetupContainer() -> void -abstract Microsoft.Maui.Handlers.ViewHandler.CreatePlatformView() -> TPlatformView! -abstract Microsoft.Maui.ImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -abstract Microsoft.Maui.Layouts.LayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -abstract Microsoft.Maui.Layouts.LayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -abstract Microsoft.Maui.MauiApplication.CreateMauiApp() -> Microsoft.Maui.Hosting.MauiApp! -const Microsoft.Maui.Primitives.Dimension.Maximum = Infinity -> double -const Microsoft.Maui.Primitives.Dimension.Minimum = 0 -> double -const Microsoft.Maui.Primitives.Dimension.Unset = NaN -> double -Microsoft.Maui.ActivationState -Microsoft.Maui.ActivationState.ActivationState(Microsoft.Maui.IMauiContext! context) -> void -Microsoft.Maui.ActivationState.ActivationState(Microsoft.Maui.IMauiContext! context, Microsoft.Maui.IPersistedState! state) -> void -Microsoft.Maui.ActivationState.ActivationState(Microsoft.Maui.IMauiContext! context, Tizen.Applications.Bundle? savedInstance) -> void -Microsoft.Maui.ActivationState.Context.get -> Microsoft.Maui.IMauiContext! -Microsoft.Maui.ActivationState.SavedInstance.get -> Tizen.Applications.Bundle? -Microsoft.Maui.ActivationState.State.get -> Microsoft.Maui.IPersistedState! -Microsoft.Maui.Animations.Animation -Microsoft.Maui.Animations.Animation.Add(double beginAt, double duration, Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.Animation.Animation() -> void -Microsoft.Maui.Animations.Animation.Animation(System.Action! callback, double start = 0, double duration = 1, Microsoft.Maui.Easing? easing = null, System.Action? finished = null) -> void -Microsoft.Maui.Animations.Animation.Animation(System.Collections.Generic.List! animations) -> void -Microsoft.Maui.Animations.Animation.AnimationManager.get -> Microsoft.Maui.Animations.IAnimationManager? -Microsoft.Maui.Animations.Animation.animationManger -> Microsoft.Maui.Animations.IAnimationManager? -Microsoft.Maui.Animations.Animation.childrenAnimations -> System.Collections.Generic.List! -Microsoft.Maui.Animations.Animation.Commit(Microsoft.Maui.Animations.IAnimationManager! animationManger) -> void -Microsoft.Maui.Animations.Animation.CreateAutoReversing() -> Microsoft.Maui.Animations.Animation! -Microsoft.Maui.Animations.Animation.CurrentTime.get -> double -Microsoft.Maui.Animations.Animation.CurrentTime.set -> void -Microsoft.Maui.Animations.Animation.Dispose() -> void -Microsoft.Maui.Animations.Animation.Duration.get -> double -Microsoft.Maui.Animations.Animation.Duration.set -> void -Microsoft.Maui.Animations.Animation.Easing.get -> Microsoft.Maui.Easing! -Microsoft.Maui.Animations.Animation.Easing.set -> void -Microsoft.Maui.Animations.Animation.Finished.get -> System.Action? -Microsoft.Maui.Animations.Animation.Finished.set -> void -Microsoft.Maui.Animations.Animation.GetEnumerator() -> System.Collections.IEnumerator! -Microsoft.Maui.Animations.Animation.HasFinished.get -> bool -Microsoft.Maui.Animations.Animation.HasFinished.set -> void -Microsoft.Maui.Animations.Animation.IsDisposed.get -> bool -Microsoft.Maui.Animations.Animation.IsPaused.get -> bool -Microsoft.Maui.Animations.Animation.Name.get -> string? -Microsoft.Maui.Animations.Animation.Name.set -> void -Microsoft.Maui.Animations.Animation.Pause() -> void -Microsoft.Maui.Animations.Animation.Progress.get -> double -Microsoft.Maui.Animations.Animation.Progress.set -> void -Microsoft.Maui.Animations.Animation.RemoveFromParent() -> void -Microsoft.Maui.Animations.Animation.Repeats.get -> bool -Microsoft.Maui.Animations.Animation.Repeats.set -> void -Microsoft.Maui.Animations.Animation.Resume() -> void -Microsoft.Maui.Animations.Animation.StartDelay.get -> double -Microsoft.Maui.Animations.Animation.StartDelay.set -> void -Microsoft.Maui.Animations.Animation.Step.get -> System.Action? -Microsoft.Maui.Animations.Animation.Step.set -> void -Microsoft.Maui.Animations.Animation.Tick(double milliseconds) -> void -Microsoft.Maui.Animations.AnimationLerpingExtensions -Microsoft.Maui.Animations.AnimationManager -Microsoft.Maui.Animations.AnimationManager.Add(Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.AnimationManager.AnimationManager(Microsoft.Maui.Animations.ITicker! ticker) -> void -Microsoft.Maui.Animations.AnimationManager.AutoStartTicker.get -> bool -Microsoft.Maui.Animations.AnimationManager.AutoStartTicker.set -> void -Microsoft.Maui.Animations.AnimationManager.Dispose() -> void -Microsoft.Maui.Animations.AnimationManager.Remove(Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.AnimationManager.SpeedModifier.get -> double -Microsoft.Maui.Animations.AnimationManager.SpeedModifier.set -> void -Microsoft.Maui.Animations.AnimationManager.Ticker.get -> Microsoft.Maui.Animations.ITicker! -Microsoft.Maui.Animations.IAnimationManager -Microsoft.Maui.Animations.IAnimationManager.Add(Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.IAnimationManager.AutoStartTicker.get -> bool -Microsoft.Maui.Animations.IAnimationManager.AutoStartTicker.set -> void -Microsoft.Maui.Animations.IAnimationManager.Remove(Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.IAnimationManager.SpeedModifier.get -> double -Microsoft.Maui.Animations.IAnimationManager.SpeedModifier.set -> void -Microsoft.Maui.Animations.IAnimationManager.Ticker.get -> Microsoft.Maui.Animations.ITicker! -Microsoft.Maui.Animations.IAnimator -Microsoft.Maui.Animations.IAnimator.AddAnimation(Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.IAnimator.RemoveAnimation(Microsoft.Maui.Animations.Animation! animation) -> void -Microsoft.Maui.Animations.ITicker -Microsoft.Maui.Animations.ITicker.Fire.get -> System.Action? -Microsoft.Maui.Animations.ITicker.Fire.set -> void -Microsoft.Maui.Animations.ITicker.IsRunning.get -> bool -Microsoft.Maui.Animations.ITicker.MaxFps.get -> int -Microsoft.Maui.Animations.ITicker.MaxFps.set -> void -Microsoft.Maui.Animations.ITicker.Start() -> void -Microsoft.Maui.Animations.ITicker.Stop() -> void -Microsoft.Maui.Animations.ITicker.SystemEnabled.get -> bool -Microsoft.Maui.Animations.Lerp -Microsoft.Maui.Animations.Lerp.Calculate.get -> Microsoft.Maui.Animations.Lerp.LerpDelegate? -Microsoft.Maui.Animations.Lerp.Calculate.set -> void -Microsoft.Maui.Animations.Lerp.Lerp() -> void -Microsoft.Maui.Animations.Lerp.LerpDelegate -Microsoft.Maui.Animations.LerpingAnimation -Microsoft.Maui.Animations.LerpingAnimation.CurrentValue.get -> object? -Microsoft.Maui.Animations.LerpingAnimation.CurrentValue.set -> void -Microsoft.Maui.Animations.LerpingAnimation.EndValue.get -> object? -Microsoft.Maui.Animations.LerpingAnimation.EndValue.set -> void -Microsoft.Maui.Animations.LerpingAnimation.Lerp.get -> Microsoft.Maui.Animations.Lerp? -Microsoft.Maui.Animations.LerpingAnimation.Lerp.set -> void -Microsoft.Maui.Animations.LerpingAnimation.LerpingAnimation() -> void -Microsoft.Maui.Animations.LerpingAnimation.LerpingAnimation(System.Action! callback, double start = 0, double end = 1, Microsoft.Maui.Easing? easing = null, System.Action? finished = null) -> void -Microsoft.Maui.Animations.LerpingAnimation.LerpingAnimation(System.Collections.Generic.List! animations) -> void -Microsoft.Maui.Animations.LerpingAnimation.StartValue.get -> object? -Microsoft.Maui.Animations.LerpingAnimation.StartValue.set -> void -Microsoft.Maui.Animations.LerpingAnimation.ValueChanged.get -> System.Action? -Microsoft.Maui.Animations.LerpingAnimation.ValueChanged.set -> void -Microsoft.Maui.Animations.PlatformTicker -Microsoft.Maui.Animations.PlatformTicker.PlatformTicker() -> void -Microsoft.Maui.Animations.Ticker -Microsoft.Maui.Animations.Ticker.Fire.get -> System.Action? -Microsoft.Maui.Animations.Ticker.Fire.set -> void -Microsoft.Maui.Animations.Ticker.Ticker() -> void -Microsoft.Maui.Aspect -Microsoft.Maui.Aspect.AspectFill = 1 -> Microsoft.Maui.Aspect -Microsoft.Maui.Aspect.AspectFit = 0 -> Microsoft.Maui.Aspect -Microsoft.Maui.Aspect.Center = 3 -> Microsoft.Maui.Aspect -Microsoft.Maui.Aspect.Fill = 2 -> Microsoft.Maui.Aspect -Microsoft.Maui.ClearButtonVisibility -Microsoft.Maui.ClearButtonVisibility.Never = 0 -> Microsoft.Maui.ClearButtonVisibility -Microsoft.Maui.ClearButtonVisibility.WhileEditing = 1 -> Microsoft.Maui.ClearButtonVisibility -Microsoft.Maui.CommandMapper -Microsoft.Maui.CommandMapper.Chained.get -> Microsoft.Maui.CommandMapper? -Microsoft.Maui.CommandMapper.Chained.set -> void -Microsoft.Maui.CommandMapper.CommandMapper() -> void -Microsoft.Maui.CommandMapper.CommandMapper(Microsoft.Maui.CommandMapper! chained) -> void -Microsoft.Maui.CommandMapper -Microsoft.Maui.CommandMapper.Add(string! key, System.Action! action) -> void -Microsoft.Maui.CommandMapper.Add(string! key, System.Action! action) -> void -Microsoft.Maui.CommandMapper.CommandMapper() -> void -Microsoft.Maui.CommandMapper.CommandMapper(Microsoft.Maui.CommandMapper! chained) -> void -Microsoft.Maui.CommandMapper.this[string! key].get -> System.Action! -Microsoft.Maui.CommandMapper.this[string! key].set -> void -Microsoft.Maui.CommandMapper -Microsoft.Maui.CommandMapper.CommandMapper() -> void -Microsoft.Maui.CommandMapper.CommandMapper(Microsoft.Maui.CommandMapper! chained) -> void -Microsoft.Maui.CommandMapperExtensions -Microsoft.Maui.Converters.CornerRadiusTypeConverter -Microsoft.Maui.Converters.CornerRadiusTypeConverter.CornerRadiusTypeConverter() -> void -Microsoft.Maui.Converters.EasingTypeConverter -Microsoft.Maui.Converters.EasingTypeConverter.EasingTypeConverter() -> void -Microsoft.Maui.Converters.FlexAlignContentTypeConverter -Microsoft.Maui.Converters.FlexAlignContentTypeConverter.FlexAlignContentTypeConverter() -> void -Microsoft.Maui.Converters.FlexAlignItemsTypeConverter -Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.FlexAlignItemsTypeConverter() -> void -Microsoft.Maui.Converters.FlexAlignSelfTypeConverter -Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.FlexAlignSelfTypeConverter() -> void -Microsoft.Maui.Converters.FlexBasisTypeConverter -Microsoft.Maui.Converters.FlexBasisTypeConverter.FlexBasisTypeConverter() -> void -Microsoft.Maui.Converters.FlexDirectionTypeConverter -Microsoft.Maui.Converters.FlexDirectionTypeConverter.FlexDirectionTypeConverter() -> void -Microsoft.Maui.Converters.FlexJustifyTypeConverter -Microsoft.Maui.Converters.FlexJustifyTypeConverter.FlexJustifyTypeConverter() -> void -Microsoft.Maui.Converters.FlexWrapTypeConverter -Microsoft.Maui.Converters.FlexWrapTypeConverter.FlexWrapTypeConverter() -> void -Microsoft.Maui.Converters.KeyboardTypeConverter -Microsoft.Maui.Converters.KeyboardTypeConverter.KeyboardTypeConverter() -> void -Microsoft.Maui.Converters.ThicknessTypeConverter -Microsoft.Maui.Converters.ThicknessTypeConverter.ThicknessTypeConverter() -> void -Microsoft.Maui.CornerRadius -Microsoft.Maui.CornerRadius.BottomLeft.get -> double -Microsoft.Maui.CornerRadius.BottomRight.get -> double -Microsoft.Maui.CornerRadius.CornerRadius() -> void -Microsoft.Maui.CornerRadius.CornerRadius(double topLeft, double topRight, double bottomLeft, double bottomRight) -> void -Microsoft.Maui.CornerRadius.CornerRadius(double uniformRadius) -> void -Microsoft.Maui.CornerRadius.Deconstruct(out double topLeft, out double topRight, out double bottomLeft, out double bottomRight) -> void -Microsoft.Maui.CornerRadius.TopLeft.get -> double -Microsoft.Maui.CornerRadius.TopRight.get -> double -Microsoft.Maui.Crc64 -Microsoft.Maui.CustomKeyboard -Microsoft.Maui.CustomKeyboard.Flags.get -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.Dispatching.Dispatcher -Microsoft.Maui.Dispatching.Dispatcher.CreateTimer() -> Microsoft.Maui.Dispatching.IDispatcherTimer! -Microsoft.Maui.Dispatching.Dispatcher.Dispatch(System.Action! action) -> bool -Microsoft.Maui.Dispatching.Dispatcher.DispatchDelayed(System.TimeSpan delay, System.Action! action) -> bool -Microsoft.Maui.Dispatching.Dispatcher.IsDispatchRequired.get -> bool -Microsoft.Maui.Dispatching.DispatcherExtensions -Microsoft.Maui.Dispatching.DispatcherProvider -Microsoft.Maui.Dispatching.DispatcherProvider.DispatcherProvider() -> void -Microsoft.Maui.Dispatching.DispatcherProvider.GetForCurrentThread() -> Microsoft.Maui.Dispatching.IDispatcher? -Microsoft.Maui.Dispatching.IDispatcher -Microsoft.Maui.Dispatching.IDispatcher.CreateTimer() -> Microsoft.Maui.Dispatching.IDispatcherTimer! -Microsoft.Maui.Dispatching.IDispatcher.Dispatch(System.Action! action) -> bool -Microsoft.Maui.Dispatching.IDispatcher.DispatchDelayed(System.TimeSpan delay, System.Action! action) -> bool -Microsoft.Maui.Dispatching.IDispatcher.IsDispatchRequired.get -> bool -Microsoft.Maui.Dispatching.IDispatcherProvider -Microsoft.Maui.Dispatching.IDispatcherProvider.GetForCurrentThread() -> Microsoft.Maui.Dispatching.IDispatcher? -Microsoft.Maui.Dispatching.IDispatcherTimer -Microsoft.Maui.Dispatching.IDispatcherTimer.Interval.get -> System.TimeSpan -Microsoft.Maui.Dispatching.IDispatcherTimer.Interval.set -> void -Microsoft.Maui.Dispatching.IDispatcherTimer.IsRepeating.get -> bool -Microsoft.Maui.Dispatching.IDispatcherTimer.IsRepeating.set -> void -Microsoft.Maui.Dispatching.IDispatcherTimer.IsRunning.get -> bool -Microsoft.Maui.Dispatching.IDispatcherTimer.Start() -> void -Microsoft.Maui.Dispatching.IDispatcherTimer.Stop() -> void -Microsoft.Maui.Dispatching.IDispatcherTimer.Tick -> System.EventHandler! -Microsoft.Maui.DisplayDensityRequest -Microsoft.Maui.DisplayDensityRequest.DisplayDensityRequest() -> void -Microsoft.Maui.Easing -Microsoft.Maui.Easing.Ease(double v) -> double -Microsoft.Maui.Easing.Easing(System.Func! easingFunc) -> void -Microsoft.Maui.EmbeddedFont -Microsoft.Maui.EmbeddedFont.EmbeddedFont() -> void -Microsoft.Maui.EmbeddedFont.FontName.get -> string? -Microsoft.Maui.EmbeddedFont.FontName.set -> void -Microsoft.Maui.EmbeddedFont.ResourceStream.get -> System.IO.Stream? -Microsoft.Maui.EmbeddedFont.ResourceStream.set -> void -Microsoft.Maui.EmbeddedFontLoader -Microsoft.Maui.EmbeddedFontLoader.EmbeddedFontLoader() -> void -Microsoft.Maui.EmbeddedFontLoader.EmbeddedFontLoader(System.IServiceProvider? serviceProvider = null) -> void -Microsoft.Maui.EmbeddedFontLoader.FontCacheDirectory.get -> System.IO.DirectoryInfo? -Microsoft.Maui.EmbeddedFontLoader.LoadFont(Microsoft.Maui.EmbeddedFont! font) -> string? -Microsoft.Maui.EvaluateJavaScriptAsyncRequest -Microsoft.Maui.EvaluateJavaScriptAsyncRequest.EvaluateJavaScriptAsyncRequest(string! script) -> void -Microsoft.Maui.EvaluateJavaScriptAsyncRequest.Script.get -> string! -Microsoft.Maui.FileImageSourceService -Microsoft.Maui.FileImageSourceService.FileImageSourceService() -> void -Microsoft.Maui.FileImageSourceService.FileImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void -Microsoft.Maui.FileImageSourceService.GetImageAsync(Microsoft.Maui.IFileImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -Microsoft.Maui.FileSystemEmbeddedFontLoader -Microsoft.Maui.FileSystemEmbeddedFontLoader.FileSystemEmbeddedFontLoader(string! rootPath, System.IServiceProvider? serviceProvider = null) -> void -Microsoft.Maui.FileSystemEmbeddedFontLoader.LoadFont(Microsoft.Maui.EmbeddedFont! font) -> string? -Microsoft.Maui.FilterMode -Microsoft.Maui.FilterMode.Multiply = 1 -> Microsoft.Maui.FilterMode -Microsoft.Maui.FilterMode.SrcAtop = 2 -> Microsoft.Maui.FilterMode -Microsoft.Maui.FilterMode.SrcIn = 0 -> Microsoft.Maui.FilterMode -Microsoft.Maui.FlowDirection -Microsoft.Maui.FlowDirection.LeftToRight = 1 -> Microsoft.Maui.FlowDirection -Microsoft.Maui.FlowDirection.MatchParent = 0 -> Microsoft.Maui.FlowDirection -Microsoft.Maui.FlowDirection.RightToLeft = 2 -> Microsoft.Maui.FlowDirection -Microsoft.Maui.FlyoutBehavior -Microsoft.Maui.FlyoutBehavior.Disabled = 0 -> Microsoft.Maui.FlyoutBehavior -Microsoft.Maui.FlyoutBehavior.Flyout = 1 -> Microsoft.Maui.FlyoutBehavior -Microsoft.Maui.FlyoutBehavior.Locked = 2 -> Microsoft.Maui.FlyoutBehavior -Microsoft.Maui.FocusRequest -Microsoft.Maui.FocusRequest.FocusRequest(bool isFocused) -> void -Microsoft.Maui.FocusRequest.IsFocused.get -> bool -Microsoft.Maui.FocusRequest.IsFocused.set -> void -Microsoft.Maui.Font -Microsoft.Maui.Font.AutoScalingEnabled.get -> bool -Microsoft.Maui.Font.Family.get -> string? -Microsoft.Maui.Font.Font() -> void -Microsoft.Maui.Font.IsDefault.get -> bool -Microsoft.Maui.Font.Size.get -> double -Microsoft.Maui.Font.Slant.get -> Microsoft.Maui.FontSlant -Microsoft.Maui.Font.Weight.get -> Microsoft.Maui.FontWeight -Microsoft.Maui.Font.WithAutoScaling(bool enabled) -> Microsoft.Maui.Font -Microsoft.Maui.Font.WithSize(double size) -> Microsoft.Maui.Font -Microsoft.Maui.Font.WithSlant(Microsoft.Maui.FontSlant fontSlant) -> Microsoft.Maui.Font -Microsoft.Maui.Font.WithWeight(Microsoft.Maui.FontWeight weight) -> Microsoft.Maui.Font -Microsoft.Maui.Font.WithWeight(Microsoft.Maui.FontWeight weight, Microsoft.Maui.FontSlant fontSlant) -> Microsoft.Maui.Font -Microsoft.Maui.FontFile -Microsoft.Maui.FontFile.Extension.get -> string? -Microsoft.Maui.FontFile.Extension.set -> void -Microsoft.Maui.FontFile.FileName.get -> string? -Microsoft.Maui.FontFile.FileName.set -> void -Microsoft.Maui.FontFile.FileNameWithExtension() -> string! -Microsoft.Maui.FontFile.FileNameWithExtension(string? extension) -> string! -Microsoft.Maui.FontFile.FontFile() -> void -Microsoft.Maui.FontFile.GetPostScriptNameWithSpaces() -> string! -Microsoft.Maui.FontFile.PostScriptName.get -> string? -Microsoft.Maui.FontFile.PostScriptName.set -> void -Microsoft.Maui.FontImageSourceService -Microsoft.Maui.FontImageSourceService.FontImageSourceService(Microsoft.Maui.IFontManager! fontManager) -> void -Microsoft.Maui.FontImageSourceService.FontImageSourceService(Microsoft.Maui.IFontManager! fontManager, Microsoft.Extensions.Logging.ILogger? logger = null) -> void -Microsoft.Maui.FontImageSourceService.FontManager.get -> Microsoft.Maui.IFontManager! -Microsoft.Maui.FontImageSourceService.GetImageAsync(Microsoft.Maui.IFontImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -Microsoft.Maui.FontManager -Microsoft.Maui.FontManager.DefaultFontSize.get -> double -Microsoft.Maui.FontManager.FontManager(Microsoft.Maui.IFontRegistrar! fontRegistrar, System.IServiceProvider? serviceProvider = null) -> void -Microsoft.Maui.FontManager.GetFont(Microsoft.Maui.Font font) -> string! -Microsoft.Maui.FontManager.GetFontFamily(string? fontFamliy) -> string! -Microsoft.Maui.FontRegistrar -Microsoft.Maui.FontRegistrar.FontRegistrar(Microsoft.Maui.IEmbeddedFontLoader! fontLoader, System.IServiceProvider? serviceProvider = null) -> void -Microsoft.Maui.FontRegistrar.GetFont(string! font) -> string? -Microsoft.Maui.FontRegistrar.Register(string! filename, string? alias) -> void -Microsoft.Maui.FontRegistrar.Register(string! filename, string? alias, System.Reflection.Assembly! assembly) -> void -Microsoft.Maui.FontSlant -Microsoft.Maui.FontSlant.Default = 0 -> Microsoft.Maui.FontSlant -Microsoft.Maui.FontSlant.Italic = 1 -> Microsoft.Maui.FontSlant -Microsoft.Maui.FontSlant.Oblique = 2 -> Microsoft.Maui.FontSlant -Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Black = 900 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Bold = 700 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Heavy = 800 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Light = 300 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Medium = 500 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Regular = 400 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Semibold = 600 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Thin = 100 -> Microsoft.Maui.FontWeight -Microsoft.Maui.FontWeight.Ultralight = 200 -> Microsoft.Maui.FontWeight -Microsoft.Maui.GestureStatus -Microsoft.Maui.GestureStatus.Canceled = 3 -> Microsoft.Maui.GestureStatus -Microsoft.Maui.GestureStatus.Completed = 2 -> Microsoft.Maui.GestureStatus -Microsoft.Maui.GestureStatus.Running = 1 -> Microsoft.Maui.GestureStatus -Microsoft.Maui.GestureStatus.Started = 0 -> Microsoft.Maui.GestureStatus -Microsoft.Maui.Graphics.IShape -Microsoft.Maui.Graphics.IShape.PathForBounds(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.PathF! -Microsoft.Maui.Graphics.PaintExtensions -Microsoft.Maui.Graphics.ShapeDrawable -Microsoft.Maui.Graphics.ShapeDrawable.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void -Microsoft.Maui.Graphics.ShapeDrawable.ShapeDrawable() -> void -Microsoft.Maui.Graphics.ShapeDrawable.ShapeDrawable(Microsoft.Maui.IShapeView? shape) -> void -Microsoft.Maui.Graphics.ShapeDrawable.UpdateRenderTransform(System.Numerics.Matrix3x2? renderTransform) -> void -Microsoft.Maui.Graphics.ShapeDrawable.UpdateShapeView(Microsoft.Maui.IShapeView? shape) -> void -Microsoft.Maui.Graphics.ShapeDrawable.UpdateWindingMode(Microsoft.Maui.Graphics.WindingMode windingMode) -> void -Microsoft.Maui.GridLength -Microsoft.Maui.GridLength.GridLength() -> void -Microsoft.Maui.GridLength.GridLength(double value) -> void -Microsoft.Maui.GridLength.GridLength(double value, Microsoft.Maui.GridUnitType type) -> void -Microsoft.Maui.GridLength.GridUnitType.get -> Microsoft.Maui.GridUnitType -Microsoft.Maui.GridLength.IsAbsolute.get -> bool -Microsoft.Maui.GridLength.IsAuto.get -> bool -Microsoft.Maui.GridLength.IsStar.get -> bool -Microsoft.Maui.GridLength.Value.get -> double -Microsoft.Maui.GridUnitType -Microsoft.Maui.GridUnitType.Absolute = 0 -> Microsoft.Maui.GridUnitType -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.ApplicationHandler -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> 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.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.DatePickerHandler -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler() -> 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.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? -Microsoft.Maui.Handlers.ElementHandler.PlatformView.get -> object? -Microsoft.Maui.Handlers.ElementHandler.Services.get -> System.IServiceProvider? -Microsoft.Maui.Handlers.ElementHandler.VirtualView.get -> Microsoft.Maui.IElement? -Microsoft.Maui.Handlers.ElementHandler -Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ElementHandler.PlatformView.get -> TPlatformView! -Microsoft.Maui.Handlers.ElementHandler.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.FlyoutViewHandler -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> 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.IActivityIndicatorHandler -Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator! -Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator! -Microsoft.Maui.Handlers.IBorderHandler -Microsoft.Maui.Handlers.IBorderHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! -Microsoft.Maui.Handlers.IBorderHandler.VirtualView.get -> Microsoft.Maui.IBorderView! -Microsoft.Maui.Handlers.IButtonHandler -Microsoft.Maui.Handlers.IButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader! -Microsoft.Maui.Handlers.IButtonHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Button! -Microsoft.Maui.Handlers.IButtonHandler.VirtualView.get -> Microsoft.Maui.IButton! -Microsoft.Maui.Handlers.ICheckBoxHandler -Microsoft.Maui.Handlers.ICheckBoxHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.CheckBox! -Microsoft.Maui.Handlers.ICheckBoxHandler.VirtualView.get -> Microsoft.Maui.ICheckBox! -Microsoft.Maui.Handlers.IContentViewHandler -Microsoft.Maui.Handlers.IContentViewHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! -Microsoft.Maui.Handlers.IContentViewHandler.VirtualView.get -> Microsoft.Maui.IContentView! -Microsoft.Maui.Handlers.IDatePickerHandler -Microsoft.Maui.Handlers.IDatePickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! -Microsoft.Maui.Handlers.IDatePickerHandler.VirtualView.get -> Microsoft.Maui.IDatePicker! -Microsoft.Maui.Handlers.IEditorHandler -Microsoft.Maui.Handlers.IEditorHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Editor! -Microsoft.Maui.Handlers.IEditorHandler.VirtualView.get -> Microsoft.Maui.IEditor! -Microsoft.Maui.Handlers.IEntryHandler -Microsoft.Maui.Handlers.IEntryHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! -Microsoft.Maui.Handlers.IEntryHandler.VirtualView.get -> Microsoft.Maui.IEntry! -Microsoft.Maui.Handlers.IFlyoutViewHandler -Microsoft.Maui.Handlers.IFlyoutViewHandler.PlatformView.get -> Tizen.UIExtensions.NUI.DrawerView! -Microsoft.Maui.Handlers.IFlyoutViewHandler.VirtualView.get -> Microsoft.Maui.IFlyoutView! -Microsoft.Maui.Handlers.IGraphicsViewHandler -Microsoft.Maui.Handlers.IGraphicsViewHandler.PlatformView.get -> Microsoft.Maui.Platform.PlatformTouchGraphicsView! -Microsoft.Maui.Handlers.IGraphicsViewHandler.VirtualView.get -> Microsoft.Maui.IGraphicsView! -Microsoft.Maui.Handlers.IImageButtonHandler -Microsoft.Maui.Handlers.IImageButtonHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiImageButton! -Microsoft.Maui.Handlers.IImageButtonHandler.VirtualView.get -> Microsoft.Maui.IImageButton! -Microsoft.Maui.Handlers.IImageHandler -Microsoft.Maui.Handlers.IImageHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Image! -Microsoft.Maui.Handlers.IImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader! -Microsoft.Maui.Handlers.IImageHandler.VirtualView.get -> Microsoft.Maui.IImage! -Microsoft.Maui.Handlers.IIndicatorViewHandler -Microsoft.Maui.Handlers.IIndicatorViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiPageControl! -Microsoft.Maui.Handlers.IIndicatorViewHandler.VirtualView.get -> Microsoft.Maui.IIndicatorView! -Microsoft.Maui.Handlers.ILabelHandler -Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Label! -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.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.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader! -Microsoft.Maui.Handlers.IMenuBarHandler -Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void -Microsoft.Maui.Handlers.IMenuBarHandler.Clear() -> void -Microsoft.Maui.Handlers.IMenuBarHandler.Insert(int index, Microsoft.Maui.IMenuBarItem! view) -> void -Microsoft.Maui.Handlers.IMenuBarHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View! -Microsoft.Maui.Handlers.IMenuBarHandler.Remove(Microsoft.Maui.IMenuBarItem! view) -> void -Microsoft.Maui.Handlers.IMenuBarHandler.VirtualView.get -> Microsoft.Maui.IMenuBar! -Microsoft.Maui.Handlers.IMenuBarItemHandler -Microsoft.Maui.Handlers.IMenuBarItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.IMenuBarItemHandler.Clear() -> void -Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void -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.IMenuFlyoutItemHandler -Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View! -Microsoft.Maui.Handlers.IMenuFlyoutItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutItem! -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Clear() -> void -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View! -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSubItem! -Microsoft.Maui.Handlers.INavigationViewHandler -Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> Microsoft.Maui.Platform.StackNavigationManager! -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.IPageHandler -Microsoft.Maui.Handlers.IPickerHandler -Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! -Microsoft.Maui.Handlers.IPickerHandler.VirtualView.get -> Microsoft.Maui.IPicker! -Microsoft.Maui.Handlers.IProgressBarHandler -Microsoft.Maui.Handlers.IProgressBarHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! -Microsoft.Maui.Handlers.IProgressBarHandler.VirtualView.get -> Microsoft.Maui.IProgress! -Microsoft.Maui.Handlers.IRadioButtonHandler -Microsoft.Maui.Handlers.IRadioButtonHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! -Microsoft.Maui.Handlers.IRadioButtonHandler.VirtualView.get -> Microsoft.Maui.IRadioButton! -Microsoft.Maui.Handlers.IRefreshViewHandler -Microsoft.Maui.Handlers.IRefreshViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiRefreshLayout! -Microsoft.Maui.Handlers.IRefreshViewHandler.VirtualView.get -> Microsoft.Maui.IRefreshView! -Microsoft.Maui.Handlers.IScrollViewHandler -Microsoft.Maui.Handlers.IScrollViewHandler.PlatformView.get -> Tizen.UIExtensions.NUI.ScrollView! -Microsoft.Maui.Handlers.IScrollViewHandler.VirtualView.get -> Microsoft.Maui.IScrollView! -Microsoft.Maui.Handlers.ISearchBarHandler -Microsoft.Maui.Handlers.ISearchBarHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiSearchBar! -Microsoft.Maui.Handlers.ISearchBarHandler.QueryEditor.get -> Tizen.UIExtensions.NUI.Entry? -Microsoft.Maui.Handlers.ISearchBarHandler.VirtualView.get -> Microsoft.Maui.ISearchBar! -Microsoft.Maui.Handlers.IShapeViewHandler -Microsoft.Maui.Handlers.IShapeViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiShapeView! -Microsoft.Maui.Handlers.IShapeViewHandler.VirtualView.get -> Microsoft.Maui.IShapeView! -Microsoft.Maui.Handlers.ISliderHandler -Microsoft.Maui.Handlers.ISliderHandler.PlatformView.get -> Tizen.NUI.Components.Slider! -Microsoft.Maui.Handlers.ISliderHandler.VirtualView.get -> Microsoft.Maui.ISlider! -Microsoft.Maui.Handlers.IStepperHandler -Microsoft.Maui.Handlers.IStepperHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiStepper! -Microsoft.Maui.Handlers.IStepperHandler.VirtualView.get -> Microsoft.Maui.IStepper! -Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler -Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Button! -Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler.VirtualView.get -> Microsoft.Maui.ISwipeItemMenuItem! -Microsoft.Maui.Handlers.ISwipeItemViewHandler -Microsoft.Maui.Handlers.ISwipeItemViewHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! -Microsoft.Maui.Handlers.ISwipeItemViewHandler.VirtualView.get -> Microsoft.Maui.ISwipeItemView! -Microsoft.Maui.Handlers.ISwipeViewHandler -Microsoft.Maui.Handlers.ISwipeViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiSwipeView! -Microsoft.Maui.Handlers.ISwipeViewHandler.VirtualView.get -> Microsoft.Maui.ISwipeView! -Microsoft.Maui.Handlers.ISwitchHandler -Microsoft.Maui.Handlers.ISwitchHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.Switch! -Microsoft.Maui.Handlers.ISwitchHandler.VirtualView.get -> Microsoft.Maui.ISwitch! -Microsoft.Maui.Handlers.ITabbedViewHandler -Microsoft.Maui.Handlers.ITabbedViewHandler.VirtualView.get -> Microsoft.Maui.ITabbedView! -Microsoft.Maui.Handlers.ITimePickerHandler -Microsoft.Maui.Handlers.ITimePickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! -Microsoft.Maui.Handlers.ITimePickerHandler.VirtualView.get -> Microsoft.Maui.ITimePicker! -Microsoft.Maui.Handlers.IToolbarHandler -Microsoft.Maui.Handlers.IToolbarHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiToolbar! -Microsoft.Maui.Handlers.IToolbarHandler.VirtualView.get -> Microsoft.Maui.IToolbar! -Microsoft.Maui.Handlers.IWebViewHandler -Microsoft.Maui.Handlers.IWebViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiWebView! -Microsoft.Maui.Handlers.IWebViewHandler.VirtualView.get -> Microsoft.Maui.IWebView! -Microsoft.Maui.Handlers.IWindowHandler -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.LayoutHandler -Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void -Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void -Microsoft.Maui.Handlers.LayoutHandler.Insert(int index, Microsoft.Maui.IView! child) -> void -Microsoft.Maui.Handlers.LayoutHandler.LayoutHandler() -> void -Microsoft.Maui.Handlers.LayoutHandler.LayoutHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LayoutHandler.Remove(Microsoft.Maui.IView! child) -> void -Microsoft.Maui.Handlers.LayoutHandler.Update(int index, Microsoft.Maui.IView! child) -> void -Microsoft.Maui.Handlers.LayoutHandler.UpdateZIndex(Microsoft.Maui.IView! child) -> void -Microsoft.Maui.Handlers.LayoutHandlerUpdate -Microsoft.Maui.Handlers.LayoutHandlerUpdate.Index.get -> int -Microsoft.Maui.Handlers.LayoutHandlerUpdate.Index.init -> void -Microsoft.Maui.Handlers.LayoutHandlerUpdate.LayoutHandlerUpdate(int Index, Microsoft.Maui.IView! View) -> void -Microsoft.Maui.Handlers.LayoutHandlerUpdate.View.get -> Microsoft.Maui.IView! -Microsoft.Maui.Handlers.LayoutHandlerUpdate.View.init -> void -Microsoft.Maui.Handlers.MenuBarHandler -Microsoft.Maui.Handlers.MenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void -Microsoft.Maui.Handlers.MenuBarHandler.Clear() -> void -Microsoft.Maui.Handlers.MenuBarHandler.Insert(int index, Microsoft.Maui.IMenuBarItem! view) -> void -Microsoft.Maui.Handlers.MenuBarHandler.MenuBarHandler() -> void -Microsoft.Maui.Handlers.MenuBarHandler.MenuBarHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.MenuBarHandler.Remove(Microsoft.Maui.IMenuBarItem! view) -> void -Microsoft.Maui.Handlers.MenuBarHandlerUpdate -Microsoft.Maui.Handlers.MenuBarHandlerUpdate.Index.get -> int -Microsoft.Maui.Handlers.MenuBarHandlerUpdate.Index.init -> void -Microsoft.Maui.Handlers.MenuBarHandlerUpdate.MenuBarHandlerUpdate(int Index, Microsoft.Maui.IMenuBarItem! MenuBarItem) -> void -Microsoft.Maui.Handlers.MenuBarHandlerUpdate.MenuBarItem.get -> Microsoft.Maui.IMenuBarItem! -Microsoft.Maui.Handlers.MenuBarHandlerUpdate.MenuBarItem.init -> void -Microsoft.Maui.Handlers.MenuBarItemHandler -Microsoft.Maui.Handlers.MenuBarItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuBarItemHandler.Clear() -> void -Microsoft.Maui.Handlers.MenuBarItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuBarItemHandler.MenuBarItemHandler() -> void -Microsoft.Maui.Handlers.MenuBarItemHandler.MenuBarItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.MenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate -Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.get -> int -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.MenuFlyoutItemHandler -Microsoft.Maui.Handlers.MenuFlyoutItemHandler.MenuFlyoutItemHandler() -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MenuFlyoutSubItemHandler() -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MenuFlyoutSubItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.Index.get -> int -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.Index.init -> void -Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement! -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.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.PickerHandler -Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> 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.RadioButtonHandler -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> 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 -static Microsoft.Maui.Handlers.RefreshViewHandler.MapBackground(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! view) -> 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.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.ShapeViewHandler -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> 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.StepperHandler -Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> 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.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.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.SwitchHandler -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void -Microsoft.Maui.Handlers.TimePickerHandler -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -Microsoft.Maui.Handlers.ToolbarHandler -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void -Microsoft.Maui.Handlers.ViewHandler -Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool -Microsoft.Maui.Handlers.ViewHandler.HasContainer.set -> void -Microsoft.Maui.Handlers.ViewHandler.OnFocused(object? sender, System.EventArgs! e) -> void -Microsoft.Maui.Handlers.ViewHandler.OnUnfocused(object? sender, System.EventArgs! e) -> void -Microsoft.Maui.Handlers.ViewHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Handlers.ViewHandler.ViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ViewHandler.VirtualView.get -> Microsoft.Maui.IView? -Microsoft.Maui.Handlers.ViewHandler -Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Microsoft.Maui.Platform.WrapperView? -Microsoft.Maui.Handlers.ViewHandler.ContainerView.set -> void -Microsoft.Maui.Handlers.ViewHandler.Dispose() -> void -Microsoft.Maui.Handlers.ViewHandler.PlatformView.get -> TPlatformView! -Microsoft.Maui.Handlers.ViewHandler.ViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ViewHandler.VirtualView.get -> TVirtualView! -Microsoft.Maui.Handlers.ViewHandler.~ViewHandler() -> void -Microsoft.Maui.Handlers.WebViewHandler -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) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Hosting.AppHostBuilderExtensions -Microsoft.Maui.Hosting.EssentialsExtensions -Microsoft.Maui.Hosting.FontCollectionExtensions -Microsoft.Maui.Hosting.FontDescriptor -Microsoft.Maui.Hosting.FontDescriptor.Alias.get -> string? -Microsoft.Maui.Hosting.FontDescriptor.Assembly.get -> System.Reflection.Assembly? -Microsoft.Maui.Hosting.FontDescriptor.Filename.get -> string! -Microsoft.Maui.Hosting.FontDescriptor.FontDescriptor(string! filename, string? alias, System.Reflection.Assembly? assembly) -> void -Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions -Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions -Microsoft.Maui.Hosting.IEssentialsBuilder -Microsoft.Maui.Hosting.IEssentialsBuilder.AddAppAction(Microsoft.Maui.ApplicationModel.AppAction! appAction) -> Microsoft.Maui.Hosting.IEssentialsBuilder! -Microsoft.Maui.Hosting.IEssentialsBuilder.OnAppAction(System.Action! action) -> Microsoft.Maui.Hosting.IEssentialsBuilder! -Microsoft.Maui.Hosting.IEssentialsBuilder.UseMapServiceToken(string! token) -> Microsoft.Maui.Hosting.IEssentialsBuilder! -Microsoft.Maui.Hosting.IEssentialsBuilder.UseVersionTracking() -> Microsoft.Maui.Hosting.IEssentialsBuilder! -Microsoft.Maui.Hosting.IFontCollection -Microsoft.Maui.Hosting.IImageSourceServiceCollection -Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions -Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions -Microsoft.Maui.Hosting.IMauiHandlersCollection -Microsoft.Maui.Hosting.IMauiInitializeScopedService -Microsoft.Maui.Hosting.IMauiInitializeScopedService.Initialize(System.IServiceProvider! services) -> void -Microsoft.Maui.Hosting.IMauiInitializeService -Microsoft.Maui.Hosting.IMauiInitializeService.Initialize(System.IServiceProvider! services) -> void -Microsoft.Maui.Hosting.IMauiServiceCollection -Microsoft.Maui.Hosting.IMauiServiceCollection.TryGetService(System.Type! serviceType, out Microsoft.Extensions.DependencyInjection.ServiceDescriptor? descriptor) -> bool -Microsoft.Maui.Hosting.MauiApp -Microsoft.Maui.Hosting.MauiApp.Configuration.get -> Microsoft.Extensions.Configuration.IConfiguration! -Microsoft.Maui.Hosting.MauiApp.Dispose() -> void -Microsoft.Maui.Hosting.MauiApp.Services.get -> System.IServiceProvider! -Microsoft.Maui.Hosting.MauiAppBuilder -Microsoft.Maui.Hosting.MauiAppBuilder.Build() -> Microsoft.Maui.Hosting.MauiApp! -Microsoft.Maui.Hosting.MauiAppBuilder.Configuration.get -> Microsoft.Extensions.Configuration.ConfigurationManager! -Microsoft.Maui.Hosting.MauiAppBuilder.ConfigureContainer(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory! factory, System.Action? configure = null) -> void -Microsoft.Maui.Hosting.MauiAppBuilder.Logging.get -> Microsoft.Extensions.Logging.ILoggingBuilder! -Microsoft.Maui.Hosting.MauiAppBuilder.Services.get -> Microsoft.Extensions.DependencyInjection.IServiceCollection! -Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions -Microsoft.Maui.HotReload.HotReloadExtensions -Microsoft.Maui.HotReload.IHotReloadableView -Microsoft.Maui.HotReload.IHotReloadableView.Reload() -> void -Microsoft.Maui.HotReload.IHotReloadableView.ReloadHandler.get -> Microsoft.Maui.HotReload.IReloadHandler! -Microsoft.Maui.HotReload.IHotReloadableView.ReloadHandler.set -> void -Microsoft.Maui.HotReload.IHotReloadableView.TransferState(Microsoft.Maui.IView! newView) -> void -Microsoft.Maui.HotReload.IReloadHandler -Microsoft.Maui.HotReload.IReloadHandler.Reload() -> void -Microsoft.Maui.HotReload.MauiHotReloadHelper -Microsoft.Maui.HotReload.OnHotReloadAttribute -Microsoft.Maui.HotReload.OnHotReloadAttribute.OnHotReloadAttribute() -> void -Microsoft.Maui.IAbsoluteLayout -Microsoft.Maui.IAbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView! view) -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.IAbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView! view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.IActivationState -Microsoft.Maui.IActivationState.Context.get -> Microsoft.Maui.IMauiContext! -Microsoft.Maui.IActivationState.State.get -> Microsoft.Maui.IPersistedState! -Microsoft.Maui.IActivityIndicator -Microsoft.Maui.IActivityIndicator.Color.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.IActivityIndicator.IsRunning.get -> bool -Microsoft.Maui.IAdorner -Microsoft.Maui.IAdorner.Density.get -> float -Microsoft.Maui.IAdorner.VisualView.get -> Microsoft.Maui.IView! -Microsoft.Maui.IApplication -Microsoft.Maui.IApplication.CloseWindow(Microsoft.Maui.IWindow! window) -> void -Microsoft.Maui.IApplication.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.IWindow! -Microsoft.Maui.IApplication.OpenWindow(Microsoft.Maui.IWindow! window) -> void -Microsoft.Maui.IApplication.ThemeChanged() -> void -Microsoft.Maui.IApplication.Windows.get -> System.Collections.Generic.IReadOnlyList! -Microsoft.Maui.IBorder -Microsoft.Maui.IBorder.Border.get -> Microsoft.Maui.IBorderStroke! -Microsoft.Maui.IBorderStroke -Microsoft.Maui.IBorderStroke.Shape.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.IBorderView -Microsoft.Maui.IButton -Microsoft.Maui.IButton.Clicked() -> void -Microsoft.Maui.IButton.Pressed() -> void -Microsoft.Maui.IButton.Released() -> void -Microsoft.Maui.IButtonStroke -Microsoft.Maui.IButtonStroke.CornerRadius.get -> int -Microsoft.Maui.IButtonStroke.StrokeColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.IButtonStroke.StrokeThickness.get -> double -Microsoft.Maui.ICheckBox -Microsoft.Maui.ICheckBox.Foreground.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.ICheckBox.IsChecked.get -> bool -Microsoft.Maui.ICheckBox.IsChecked.set -> void -Microsoft.Maui.IContainer -Microsoft.Maui.IContentView -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.IDatePicker -Microsoft.Maui.IDatePicker.Date.get -> System.DateTime -Microsoft.Maui.IDatePicker.Date.set -> void -Microsoft.Maui.IDatePicker.Format.get -> string! -Microsoft.Maui.IDatePicker.Format.set -> void -Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime -Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime -Microsoft.Maui.IEditor -Microsoft.Maui.IEditor.Completed() -> void -Microsoft.Maui.IElement -Microsoft.Maui.IElement.Handler.get -> Microsoft.Maui.IElementHandler? -Microsoft.Maui.IElement.Handler.set -> void -Microsoft.Maui.IElement.Parent.get -> Microsoft.Maui.IElement? -Microsoft.Maui.IElementHandler -Microsoft.Maui.IElementHandler.DisconnectHandler() -> void -Microsoft.Maui.IElementHandler.Invoke(string! command, object? args = null) -> void -Microsoft.Maui.IElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext? -Microsoft.Maui.IElementHandler.PlatformView.get -> object? -Microsoft.Maui.IElementHandler.SetMauiContext(Microsoft.Maui.IMauiContext! mauiContext) -> void -Microsoft.Maui.IElementHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void -Microsoft.Maui.IElementHandler.UpdateValue(string! property) -> void -Microsoft.Maui.IElementHandler.VirtualView.get -> Microsoft.Maui.IElement? -Microsoft.Maui.IEmbeddedFontLoader -Microsoft.Maui.IEmbeddedFontLoader.LoadFont(Microsoft.Maui.EmbeddedFont! font) -> string? -Microsoft.Maui.IEntry -Microsoft.Maui.IEntry.ClearButtonVisibility.get -> Microsoft.Maui.ClearButtonVisibility -Microsoft.Maui.IEntry.Completed() -> void -Microsoft.Maui.IEntry.IsPassword.get -> bool -Microsoft.Maui.IEntry.ReturnType.get -> Microsoft.Maui.ReturnType -Microsoft.Maui.IFileImageSource -Microsoft.Maui.IFileImageSource.File.get -> string! -Microsoft.Maui.IFlexLayout -Microsoft.Maui.IFlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.IFlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.IFlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.IFlexLayout.GetAlignSelf(Microsoft.Maui.IView! view) -> Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.IFlexLayout.GetBasis(Microsoft.Maui.IView! view) -> Microsoft.Maui.Layouts.FlexBasis -Microsoft.Maui.IFlexLayout.GetFlexFrame(Microsoft.Maui.IView! view) -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.IFlexLayout.GetGrow(Microsoft.Maui.IView! view) -> float -Microsoft.Maui.IFlexLayout.GetOrder(Microsoft.Maui.IView! view) -> int -Microsoft.Maui.IFlexLayout.GetShrink(Microsoft.Maui.IView! view) -> float -Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify -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.IFlyoutView -Microsoft.Maui.IFlyoutView.Detail.get -> Microsoft.Maui.IView! -Microsoft.Maui.IFlyoutView.Flyout.get -> Microsoft.Maui.IView! -Microsoft.Maui.IFlyoutView.FlyoutBehavior.get -> Microsoft.Maui.FlyoutBehavior -Microsoft.Maui.IFlyoutView.FlyoutWidth.get -> double -Microsoft.Maui.IFlyoutView.IsGestureEnabled.get -> bool -Microsoft.Maui.IFlyoutView.IsPresented.get -> bool -Microsoft.Maui.IFlyoutView.IsPresented.set -> void -Microsoft.Maui.IFontImageSource -Microsoft.Maui.IFontImageSource.Color.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.IFontImageSource.Font.get -> Microsoft.Maui.Font -Microsoft.Maui.IFontImageSource.Glyph.get -> string! -Microsoft.Maui.IFontManager -Microsoft.Maui.IFontManager.DefaultFontSize.get -> double -Microsoft.Maui.IFontManager.GetFont(Microsoft.Maui.Font font) -> string! -Microsoft.Maui.IFontManager.GetFontFamily(string? font) -> string! -Microsoft.Maui.IFontRegistrar -Microsoft.Maui.IFontRegistrar.GetFont(string! font) -> string? -Microsoft.Maui.IFontRegistrar.Register(string! filename, string? alias) -> void -Microsoft.Maui.IFontRegistrar.Register(string! filename, string? alias, System.Reflection.Assembly! assembly) -> void -Microsoft.Maui.IGraphicsView -Microsoft.Maui.IGraphicsView.CancelInteraction() -> void -Microsoft.Maui.IGraphicsView.DragInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void -Microsoft.Maui.IGraphicsView.Drawable.get -> Microsoft.Maui.Graphics.IDrawable! -Microsoft.Maui.IGraphicsView.EndHoverInteraction() -> void -Microsoft.Maui.IGraphicsView.EndInteraction(Microsoft.Maui.Graphics.PointF[]! points, bool isInsideBounds) -> void -Microsoft.Maui.IGraphicsView.Invalidate() -> void -Microsoft.Maui.IGraphicsView.MoveHoverInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void -Microsoft.Maui.IGraphicsView.StartHoverInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void -Microsoft.Maui.IGraphicsView.StartInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void -Microsoft.Maui.IGridColumnDefinition -Microsoft.Maui.IGridColumnDefinition.Width.get -> Microsoft.Maui.GridLength -Microsoft.Maui.IGridLayout -Microsoft.Maui.IGridLayout.ColumnDefinitions.get -> System.Collections.Generic.IReadOnlyList! -Microsoft.Maui.IGridLayout.ColumnSpacing.get -> double -Microsoft.Maui.IGridLayout.GetColumn(Microsoft.Maui.IView! view) -> int -Microsoft.Maui.IGridLayout.GetColumnSpan(Microsoft.Maui.IView! view) -> int -Microsoft.Maui.IGridLayout.GetRow(Microsoft.Maui.IView! view) -> int -Microsoft.Maui.IGridLayout.GetRowSpan(Microsoft.Maui.IView! view) -> int -Microsoft.Maui.IGridLayout.RowDefinitions.get -> System.Collections.Generic.IReadOnlyList! -Microsoft.Maui.IGridLayout.RowSpacing.get -> double -Microsoft.Maui.IGridRowDefinition -Microsoft.Maui.IGridRowDefinition.Height.get -> Microsoft.Maui.GridLength -Microsoft.Maui.IImage -Microsoft.Maui.IImage.Aspect.get -> Microsoft.Maui.Aspect -Microsoft.Maui.IImage.IsOpaque.get -> bool -Microsoft.Maui.IImageButton -Microsoft.Maui.IImageSource -Microsoft.Maui.IImageSource.IsEmpty.get -> bool -Microsoft.Maui.IImageSourcePart -Microsoft.Maui.IImageSourcePart.IsAnimationPlaying.get -> bool -Microsoft.Maui.IImageSourcePart.Source.get -> Microsoft.Maui.IImageSource? -Microsoft.Maui.IImageSourcePart.UpdateIsLoading(bool isLoading) -> void -Microsoft.Maui.IImageSourcePartEvents -Microsoft.Maui.IImageSourcePartEvents.LoadingCompleted(bool successful) -> void -Microsoft.Maui.IImageSourcePartEvents.LoadingFailed(System.Exception! exception) -> void -Microsoft.Maui.IImageSourcePartEvents.LoadingStarted() -> void -Microsoft.Maui.IImageSourceService -Microsoft.Maui.IImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -Microsoft.Maui.IImageSourceService -Microsoft.Maui.IImageSourceServiceProvider -Microsoft.Maui.IImageSourceServiceProvider.GetImageSourceService(System.Type! imageSource) -> Microsoft.Maui.IImageSourceService? -Microsoft.Maui.IImageSourceServiceProvider.GetImageSourceServiceType(System.Type! imageSource) -> System.Type! -Microsoft.Maui.IImageSourceServiceProvider.GetImageSourceType(System.Type! imageSource) -> System.Type! -Microsoft.Maui.IImageSourceServiceProvider.HostServiceProvider.get -> System.IServiceProvider! -Microsoft.Maui.IImageSourceServiceResult -Microsoft.Maui.IImageSourceServiceResult.IsDisposed.get -> bool -Microsoft.Maui.IImageSourceServiceResult.IsResolutionDependent.get -> bool -Microsoft.Maui.IImageSourceServiceResult -Microsoft.Maui.IImageSourceServiceResult.Value.get -> T -Microsoft.Maui.IIndicatorView -Microsoft.Maui.IIndicatorView.Count.get -> int -Microsoft.Maui.IIndicatorView.HideSingle.get -> bool -Microsoft.Maui.IIndicatorView.IndicatorColor.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.IIndicatorView.IndicatorSize.get -> double -Microsoft.Maui.IIndicatorView.IndicatorsShape.get -> Microsoft.Maui.Graphics.IShape! -Microsoft.Maui.IIndicatorView.MaximumVisible.get -> int -Microsoft.Maui.IIndicatorView.Position.get -> int -Microsoft.Maui.IIndicatorView.Position.set -> void -Microsoft.Maui.IIndicatorView.SelectedIndicatorColor.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.IItemDelegate -Microsoft.Maui.IItemDelegate.GetCount() -> int -Microsoft.Maui.IItemDelegate.GetItem(int index) -> T -Microsoft.Maui.ILabel -Microsoft.Maui.ILabel.LineHeight.get -> double -Microsoft.Maui.ILabel.TextDecorations.get -> Microsoft.Maui.TextDecorations -Microsoft.Maui.ILayout -Microsoft.Maui.ILayout.ClipsToBounds.get -> bool -Microsoft.Maui.ILayout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.ILayout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.ILayoutHandler -Microsoft.Maui.ILayoutHandler.Add(Microsoft.Maui.IView! view) -> void -Microsoft.Maui.ILayoutHandler.Clear() -> void -Microsoft.Maui.ILayoutHandler.Insert(int index, Microsoft.Maui.IView! view) -> void -Microsoft.Maui.ILayoutHandler.PlatformView.get -> Microsoft.Maui.Platform.LayoutViewGroup! -Microsoft.Maui.ILayoutHandler.Remove(Microsoft.Maui.IView! view) -> void -Microsoft.Maui.ILayoutHandler.Update(int index, Microsoft.Maui.IView! view) -> void -Microsoft.Maui.ILayoutHandler.UpdateZIndex(Microsoft.Maui.IView! view) -> void -Microsoft.Maui.ILayoutHandler.VirtualView.get -> Microsoft.Maui.ILayout! -Microsoft.Maui.ImageSourceExtensions -Microsoft.Maui.ImageSourceService -Microsoft.Maui.ImageSourceService.ImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void -Microsoft.Maui.ImageSourceService.Logger.get -> Microsoft.Extensions.Logging.ILogger? -Microsoft.Maui.ImageSourceServiceLoadResult -Microsoft.Maui.ImageSourceServiceLoadResult.Dispose() -> void -Microsoft.Maui.ImageSourceServiceLoadResult.ImageSourceServiceLoadResult() -> void -Microsoft.Maui.ImageSourceServiceLoadResult.ImageSourceServiceLoadResult(bool resolutionDependent, System.Action? dispose = null) -> void -Microsoft.Maui.ImageSourceServiceLoadResult.ImageSourceServiceLoadResult(System.Action? dispose = null) -> void -Microsoft.Maui.ImageSourceServiceLoadResult.IsDisposed.get -> bool -Microsoft.Maui.ImageSourceServiceLoadResult.IsResolutionDependent.get -> bool -Microsoft.Maui.ImageSourceServiceProviderExtensions -Microsoft.Maui.ImageSourceServiceResult -Microsoft.Maui.ImageSourceServiceResult.Dispose() -> void -Microsoft.Maui.ImageSourceServiceResult.ImageSourceServiceResult(Microsoft.Maui.Platform.MauiImageSource! image, bool resolutionDependent, System.Action? dispose = null) -> void -Microsoft.Maui.ImageSourceServiceResult.ImageSourceServiceResult(Microsoft.Maui.Platform.MauiImageSource! image, System.Action? dispose = null) -> void -Microsoft.Maui.ImageSourceServiceResult.IsDisposed.get -> bool -Microsoft.Maui.ImageSourceServiceResult.IsResolutionDependent.get -> bool -Microsoft.Maui.ImageSourceServiceResult.Value.get -> Microsoft.Maui.Platform.MauiImageSource! -Microsoft.Maui.IMauiContext -Microsoft.Maui.IMauiContext.Handlers.get -> Microsoft.Maui.IMauiHandlersFactory! -Microsoft.Maui.IMauiContext.Services.get -> System.IServiceProvider! -Microsoft.Maui.IMauiFactory -Microsoft.Maui.IMauiHandlersFactory -Microsoft.Maui.IMauiHandlersFactory.GetCollection() -> Microsoft.Maui.Hosting.IMauiHandlersCollection! -Microsoft.Maui.IMauiHandlersFactory.GetHandler(System.Type! type) -> Microsoft.Maui.IElementHandler? -Microsoft.Maui.IMauiHandlersFactory.GetHandler() -> Microsoft.Maui.IElementHandler? -Microsoft.Maui.IMauiHandlersFactory.GetHandlerType(System.Type! iview) -> System.Type? -Microsoft.Maui.IMenuBar -Microsoft.Maui.IMenuBar.IsEnabled.get -> bool -Microsoft.Maui.IMenuBarElement -Microsoft.Maui.IMenuBarElement.MenuBar.get -> Microsoft.Maui.IMenuBar? -Microsoft.Maui.IMenuBarItem -Microsoft.Maui.IMenuBarItem.IsEnabled.get -> bool -Microsoft.Maui.IMenuBarItem.Text.get -> string! -Microsoft.Maui.IMenuElement -Microsoft.Maui.IMenuElement.Clicked() -> void -Microsoft.Maui.IMenuElement.IsEnabled.get -> bool -Microsoft.Maui.IMenuFlyoutItem -Microsoft.Maui.IMenuFlyoutSubItem -Microsoft.Maui.IPadding -Microsoft.Maui.IPadding.Padding.get -> Microsoft.Maui.Thickness -Microsoft.Maui.IPersistedState -Microsoft.Maui.IPicker -Microsoft.Maui.IPicker.Items.get -> System.Collections.Generic.IList! -Microsoft.Maui.IPicker.SelectedIndex.get -> int -Microsoft.Maui.IPicker.SelectedIndex.set -> void -Microsoft.Maui.IPicker.Title.get -> string! -Microsoft.Maui.IPicker.TitleColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.IPickerExtension -Microsoft.Maui.IPlaceholder -Microsoft.Maui.IPlaceholder.Placeholder.get -> string! -Microsoft.Maui.IPlaceholder.PlaceholderColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.IPlaceholder.PlaceholderColor.set -> void -Microsoft.Maui.IPlatformApplication -Microsoft.Maui.IPlatformApplication.Application.get -> Microsoft.Maui.IApplication! -Microsoft.Maui.IPlatformApplication.Current.get -> Microsoft.Maui.IPlatformApplication? -Microsoft.Maui.IPlatformApplication.Current.set -> void -Microsoft.Maui.IPlatformApplication.Services.get -> System.IServiceProvider! -Microsoft.Maui.IPlatformViewHandler -Microsoft.Maui.IPlatformViewHandler.ContainerView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.IPlatformViewHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.IProgress -Microsoft.Maui.IProgress.Progress.get -> double -Microsoft.Maui.IProgress.ProgressColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.IPropertyMapper -Microsoft.Maui.IPropertyMapper.GetKeys() -> System.Collections.Generic.IEnumerable! -Microsoft.Maui.IPropertyMapper.GetProperty(string! key) -> System.Action? -Microsoft.Maui.IPropertyMapper.UpdateProperties(Microsoft.Maui.IElementHandler! elementHandler, Microsoft.Maui.IElement! virtualView) -> void -Microsoft.Maui.IPropertyMapper.UpdateProperty(Microsoft.Maui.IElementHandler! elementHandler, Microsoft.Maui.IElement! virtualView, string! property) -> void -Microsoft.Maui.IPropertyMapper -Microsoft.Maui.IPropertyMapper.Add(string! key, System.Action! action) -> void -Microsoft.Maui.IPropertyMapperView -Microsoft.Maui.IPropertyMapperView.GetPropertyMapperOverrides() -> Microsoft.Maui.PropertyMapper! -Microsoft.Maui.IRadioButton -Microsoft.Maui.IRadioButton.IsChecked.get -> bool -Microsoft.Maui.IRadioButton.IsChecked.set -> void -Microsoft.Maui.IRange -Microsoft.Maui.IRange.Maximum.get -> double -Microsoft.Maui.IRange.Minimum.get -> double -Microsoft.Maui.IRange.Value.get -> double -Microsoft.Maui.IRange.Value.set -> void -Microsoft.Maui.IRefreshView -Microsoft.Maui.IRefreshView.Content.get -> Microsoft.Maui.IView! -Microsoft.Maui.IRefreshView.IsRefreshing.get -> bool -Microsoft.Maui.IRefreshView.IsRefreshing.set -> void -Microsoft.Maui.IRefreshView.RefreshColor.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.IReplaceableView -Microsoft.Maui.IReplaceableView.ReplacedView.get -> Microsoft.Maui.IView! -Microsoft.Maui.ISafeAreaView -Microsoft.Maui.ISafeAreaView.IgnoreSafeArea.get -> bool -Microsoft.Maui.IScrollView -Microsoft.Maui.IScrollView.ContentSize.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.IScrollView.HorizontalOffset.get -> double -Microsoft.Maui.IScrollView.HorizontalOffset.set -> void -Microsoft.Maui.IScrollView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.IScrollView.Orientation.get -> Microsoft.Maui.ScrollOrientation -Microsoft.Maui.IScrollView.RequestScrollTo(double horizontalOffset, double verticalOffset, bool instant) -> void -Microsoft.Maui.IScrollView.ScrollFinished() -> void -Microsoft.Maui.IScrollView.VerticalOffset.get -> double -Microsoft.Maui.IScrollView.VerticalOffset.set -> void -Microsoft.Maui.IScrollView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.ISearchBar -Microsoft.Maui.ISearchBar.CancelButtonColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ISearchBar.SearchButtonPressed() -> void -Microsoft.Maui.IShadow -Microsoft.Maui.IShadow.Offset.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.IShadow.Opacity.get -> float -Microsoft.Maui.IShadow.Paint.get -> Microsoft.Maui.Graphics.Paint! -Microsoft.Maui.IShadow.Radius.get -> float -Microsoft.Maui.IShapeView -Microsoft.Maui.IShapeView.Aspect.get -> Microsoft.Maui.PathAspect -Microsoft.Maui.IShapeView.Fill.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.IShapeView.Shape.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.ISlider -Microsoft.Maui.ISlider.DragCompleted() -> void -Microsoft.Maui.ISlider.DragStarted() -> void -Microsoft.Maui.ISlider.MaximumTrackColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ISlider.MinimumTrackColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ISlider.ThumbColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ISlider.ThumbImageSource.get -> Microsoft.Maui.IImageSource! -Microsoft.Maui.IStackLayout -Microsoft.Maui.IStackLayout.Spacing.get -> double -Microsoft.Maui.IStackNavigation -Microsoft.Maui.IStackNavigation.NavigationFinished(System.Collections.Generic.IReadOnlyList! newStack) -> void -Microsoft.Maui.IStackNavigation.RequestNavigation(Microsoft.Maui.NavigationRequest! eventArgs) -> void -Microsoft.Maui.IStackNavigationView -Microsoft.Maui.IStepper -Microsoft.Maui.IStepper.Interval.get -> double -Microsoft.Maui.IStreamImageSource -Microsoft.Maui.IStreamImageSource.GetStreamAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task! -Microsoft.Maui.IStroke -Microsoft.Maui.IStroke.Stroke.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.IStroke.StrokeDashOffset.get -> float -Microsoft.Maui.IStroke.StrokeDashPattern.get -> float[]? -Microsoft.Maui.IStroke.StrokeLineCap.get -> Microsoft.Maui.Graphics.LineCap -Microsoft.Maui.IStroke.StrokeLineJoin.get -> Microsoft.Maui.Graphics.LineJoin -Microsoft.Maui.IStroke.StrokeMiterLimit.get -> float -Microsoft.Maui.IStroke.StrokeThickness.get -> double -Microsoft.Maui.ISwipeItem -Microsoft.Maui.ISwipeItem.AutomationId.get -> string! -Microsoft.Maui.ISwipeItem.OnInvoked() -> void -Microsoft.Maui.ISwipeItemMenuItem -Microsoft.Maui.ISwipeItemMenuItem.Background.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.ISwipeItemMenuItem.Visibility.get -> Microsoft.Maui.Visibility -Microsoft.Maui.ISwipeItems -Microsoft.Maui.ISwipeItems.Mode.get -> Microsoft.Maui.SwipeMode -Microsoft.Maui.ISwipeItems.SwipeBehaviorOnInvoked.get -> Microsoft.Maui.SwipeBehaviorOnInvoked -Microsoft.Maui.ISwipeItemView -Microsoft.Maui.ISwipeView -Microsoft.Maui.ISwipeView.BottomItems.get -> Microsoft.Maui.ISwipeItems! -Microsoft.Maui.ISwipeView.IsOpen.get -> bool -Microsoft.Maui.ISwipeView.IsOpen.set -> void -Microsoft.Maui.ISwipeView.LeftItems.get -> Microsoft.Maui.ISwipeItems! -Microsoft.Maui.ISwipeView.RequestClose(Microsoft.Maui.SwipeViewCloseRequest! swipeCloseRequest) -> void -Microsoft.Maui.ISwipeView.RequestOpen(Microsoft.Maui.SwipeViewOpenRequest! swipeOpenRequest) -> void -Microsoft.Maui.ISwipeView.RightItems.get -> Microsoft.Maui.ISwipeItems! -Microsoft.Maui.ISwipeView.SwipeChanging(Microsoft.Maui.SwipeViewSwipeChanging! swipeChanging) -> void -Microsoft.Maui.ISwipeView.SwipeEnded(Microsoft.Maui.SwipeViewSwipeEnded! swipeEnded) -> void -Microsoft.Maui.ISwipeView.SwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! swipeStarted) -> void -Microsoft.Maui.ISwipeView.SwipeTransitionMode.get -> Microsoft.Maui.SwipeTransitionMode -Microsoft.Maui.ISwipeView.Threshold.get -> double -Microsoft.Maui.ISwipeView.TopItems.get -> Microsoft.Maui.ISwipeItems! -Microsoft.Maui.ISwitch -Microsoft.Maui.ISwitch.IsOn.get -> bool -Microsoft.Maui.ISwitch.IsOn.set -> void -Microsoft.Maui.ISwitch.ThumbColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ISwitch.TrackColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ITabbedView -Microsoft.Maui.ItemDelegateList -Microsoft.Maui.ItemDelegateList.Count.get -> int -Microsoft.Maui.ItemDelegateList.GetEnumerator() -> System.Collections.Generic.IEnumerator! -Microsoft.Maui.ItemDelegateList.ItemDelegate.get -> Microsoft.Maui.IItemDelegate! -Microsoft.Maui.ItemDelegateList.ItemDelegateList(Microsoft.Maui.IItemDelegate! itemDelegate) -> void -Microsoft.Maui.ItemDelegateList.this[int index].get -> T -Microsoft.Maui.ITemplatedIndicatorView -Microsoft.Maui.ITemplatedIndicatorView.IndicatorsLayoutOverride.get -> Microsoft.Maui.ILayout? -Microsoft.Maui.IText -Microsoft.Maui.IText.Text.get -> string! -Microsoft.Maui.ITextAlignment -Microsoft.Maui.ITextAlignment.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.ITextAlignment.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment -Microsoft.Maui.ITextButton -Microsoft.Maui.ITextInput -Microsoft.Maui.ITextInput.CursorPosition.get -> int -Microsoft.Maui.ITextInput.CursorPosition.set -> void -Microsoft.Maui.ITextInput.IsReadOnly.get -> bool -Microsoft.Maui.ITextInput.IsTextPredictionEnabled.get -> bool -Microsoft.Maui.ITextInput.Keyboard.get -> Microsoft.Maui.Keyboard! -Microsoft.Maui.ITextInput.MaxLength.get -> int -Microsoft.Maui.ITextInput.SelectionLength.get -> int -Microsoft.Maui.ITextInput.SelectionLength.set -> void -Microsoft.Maui.ITextInput.Text.get -> string! -Microsoft.Maui.ITextInput.Text.set -> void -Microsoft.Maui.ITextInputExtensions -Microsoft.Maui.ITextStyle -Microsoft.Maui.ITextStyle.CharacterSpacing.get -> double -Microsoft.Maui.ITextStyle.Font.get -> Microsoft.Maui.Font -Microsoft.Maui.ITextStyle.TextColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.ITimePicker -Microsoft.Maui.ITimePicker.Format.get -> string! -Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan -Microsoft.Maui.ITimePicker.Time.set -> void -Microsoft.Maui.ITitledElement -Microsoft.Maui.ITitledElement.Title.get -> string? -Microsoft.Maui.IToolbar -Microsoft.Maui.IToolbar.BackButtonVisible.get -> bool -Microsoft.Maui.IToolbar.BackButtonVisible.set -> void -Microsoft.Maui.IToolbar.IsVisible.get -> bool -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.ITransform -Microsoft.Maui.ITransform.AnchorX.get -> double -Microsoft.Maui.ITransform.AnchorY.get -> double -Microsoft.Maui.ITransform.Rotation.get -> double -Microsoft.Maui.ITransform.RotationX.get -> double -Microsoft.Maui.ITransform.RotationY.get -> double -Microsoft.Maui.ITransform.Scale.get -> double -Microsoft.Maui.ITransform.ScaleX.get -> double -Microsoft.Maui.ITransform.ScaleY.get -> double -Microsoft.Maui.ITransform.TranslationX.get -> double -Microsoft.Maui.ITransform.TranslationY.get -> double -Microsoft.Maui.IUriImageSource -Microsoft.Maui.IUriImageSource.CacheValidity.get -> System.TimeSpan -Microsoft.Maui.IUriImageSource.CachingEnabled.get -> bool -Microsoft.Maui.IUriImageSource.Uri.get -> System.Uri! -Microsoft.Maui.IView -Microsoft.Maui.IView.Arrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.IView.AutomationId.get -> string! -Microsoft.Maui.IView.Background.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.IView.Clip.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.IView.DesiredSize.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.IView.FlowDirection.get -> Microsoft.Maui.FlowDirection -Microsoft.Maui.IView.Focus() -> bool -Microsoft.Maui.IView.Frame.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.IView.Frame.set -> void -Microsoft.Maui.IView.Handler.get -> Microsoft.Maui.IViewHandler? -Microsoft.Maui.IView.Handler.set -> void -Microsoft.Maui.IView.Height.get -> double -Microsoft.Maui.IView.HorizontalLayoutAlignment.get -> Microsoft.Maui.Primitives.LayoutAlignment -Microsoft.Maui.IView.InputTransparent.get -> bool -Microsoft.Maui.IView.InvalidateArrange() -> void -Microsoft.Maui.IView.InvalidateMeasure() -> void -Microsoft.Maui.IView.IsEnabled.get -> bool -Microsoft.Maui.IView.IsFocused.get -> bool -Microsoft.Maui.IView.IsFocused.set -> void -Microsoft.Maui.IView.Margin.get -> Microsoft.Maui.Thickness -Microsoft.Maui.IView.MaximumHeight.get -> double -Microsoft.Maui.IView.MaximumWidth.get -> double -Microsoft.Maui.IView.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.IView.MinimumHeight.get -> double -Microsoft.Maui.IView.MinimumWidth.get -> double -Microsoft.Maui.IView.Opacity.get -> double -Microsoft.Maui.IView.Semantics.get -> Microsoft.Maui.Semantics? -Microsoft.Maui.IView.Shadow.get -> Microsoft.Maui.IShadow? -Microsoft.Maui.IView.Unfocus() -> void -Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.LayoutAlignment -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 -Microsoft.Maui.IViewHandler.HasContainer.get -> bool -Microsoft.Maui.IViewHandler.HasContainer.set -> void -Microsoft.Maui.IViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void -Microsoft.Maui.IViewHandler.VirtualView.get -> Microsoft.Maui.IView? -Microsoft.Maui.IVisualDiagnosticsOverlay -Microsoft.Maui.IVisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IAdorner! adorner, bool scrollToElement) -> bool -Microsoft.Maui.IVisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IVisualTreeElement! visualElement, bool scrollToElement) -> bool -Microsoft.Maui.IVisualDiagnosticsOverlay.AddScrollableElementHandler(Microsoft.Maui.IScrollView! view) -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.AddScrollableElementHandlers() -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.EnableElementSelector.get -> bool -Microsoft.Maui.IVisualDiagnosticsOverlay.EnableElementSelector.set -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.Offset.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveAdorner(Microsoft.Maui.IAdorner! adorner) -> bool -Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveAdorners() -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveAdorners(Microsoft.Maui.IVisualTreeElement! visualElement) -> bool -Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveScrollableElementHandler() -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollToElement.get -> bool -Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollToElement.set -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollToView(Microsoft.Maui.IVisualTreeElement! element) -> void -Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollViews.get -> System.Collections.Generic.IReadOnlyCollection! -Microsoft.Maui.IVisualTreeElement -Microsoft.Maui.IVisualTreeElement.GetVisualChildren() -> System.Collections.Generic.IReadOnlyList! -Microsoft.Maui.IVisualTreeElement.GetVisualParent() -> Microsoft.Maui.IVisualTreeElement? -Microsoft.Maui.IWebView -Microsoft.Maui.IWebView.CanGoBack.get -> bool -Microsoft.Maui.IWebView.CanGoBack.set -> void -Microsoft.Maui.IWebView.CanGoForward.get -> bool -Microsoft.Maui.IWebView.CanGoForward.set -> void -Microsoft.Maui.IWebView.Cookies.get -> System.Net.CookieContainer! -Microsoft.Maui.IWebView.Eval(string! script) -> void -Microsoft.Maui.IWebView.EvaluateJavaScriptAsync(string! script) -> System.Threading.Tasks.Task! -Microsoft.Maui.IWebView.GoBack() -> void -Microsoft.Maui.IWebView.GoForward() -> void -Microsoft.Maui.IWebView.Navigated(Microsoft.Maui.WebNavigationEvent evnt, string! url, Microsoft.Maui.WebNavigationResult result) -> void -Microsoft.Maui.IWebView.Navigating(Microsoft.Maui.WebNavigationEvent evnt, string! url) -> bool -Microsoft.Maui.IWebView.Reload() -> void -Microsoft.Maui.IWebView.Source.get -> Microsoft.Maui.IWebViewSource! -Microsoft.Maui.IWebViewDelegate -Microsoft.Maui.IWebViewDelegate.LoadHtml(string? html, string? baseUrl) -> void -Microsoft.Maui.IWebViewDelegate.LoadUrl(string? url) -> void -Microsoft.Maui.IWebViewSource -Microsoft.Maui.IWebViewSource.Load(Microsoft.Maui.IWebViewDelegate! webViewDelegate) -> void -Microsoft.Maui.IWindow -Microsoft.Maui.IWindow.Activated() -> void -Microsoft.Maui.IWindow.AddOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool -Microsoft.Maui.IWindow.BackButtonClicked() -> bool -Microsoft.Maui.IWindow.Backgrounding(Microsoft.Maui.IPersistedState! state) -> void -Microsoft.Maui.IWindow.Content.get -> Microsoft.Maui.IView! -Microsoft.Maui.IWindow.Created() -> void -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.Overlays.get -> System.Collections.Generic.IReadOnlyCollection! -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.IWindowOverlay -Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool -Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool -Microsoft.Maui.IWindowOverlay.Density.get -> float -Microsoft.Maui.IWindowOverlay.DisableUITouchEventPassthrough.get -> bool -Microsoft.Maui.IWindowOverlay.DisableUITouchEventPassthrough.set -> void -Microsoft.Maui.IWindowOverlay.EnableDrawableTouchHandling.get -> bool -Microsoft.Maui.IWindowOverlay.EnableDrawableTouchHandling.set -> void -Microsoft.Maui.IWindowOverlay.HandleUIChange() -> void -Microsoft.Maui.IWindowOverlay.Initialize() -> bool -Microsoft.Maui.IWindowOverlay.Invalidate() -> void -Microsoft.Maui.IWindowOverlay.IsPlatformViewInitialized.get -> bool -Microsoft.Maui.IWindowOverlay.IsVisible.get -> bool -Microsoft.Maui.IWindowOverlay.IsVisible.set -> void -Microsoft.Maui.IWindowOverlay.RemoveWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool -Microsoft.Maui.IWindowOverlay.RemoveWindowElements() -> void -Microsoft.Maui.IWindowOverlay.Tapped -> System.EventHandler! -Microsoft.Maui.IWindowOverlay.Window.get -> Microsoft.Maui.IWindow! -Microsoft.Maui.IWindowOverlay.WindowElements.get -> System.Collections.Generic.IReadOnlyCollection! -Microsoft.Maui.IWindowOverlayElement -Microsoft.Maui.IWindowOverlayElement.Contains(Microsoft.Maui.Graphics.Point point) -> bool -Microsoft.Maui.Keyboard -Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.All = -1 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.CapitalizeCharacter = 16 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.CapitalizeNone = 32 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.CapitalizeSentence = 1 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.CapitalizeWord = 8 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.None = 0 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.Spellcheck = 2 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.KeyboardFlags.Suggestions = 4 -> Microsoft.Maui.KeyboardFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.All = -1 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.HeightProportional = 8 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.None = 0 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.PositionProportional = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.XProportional | Microsoft.Maui.Layouts.AbsoluteLayoutFlags.YProportional -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.SizeProportional = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.WidthProportional | Microsoft.Maui.Layouts.AbsoluteLayoutFlags.HeightProportional -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.WidthProportional = 4 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.XProportional = 1 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutFlags.YProportional = 2 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags -Microsoft.Maui.Layouts.AbsoluteLayoutManager -Microsoft.Maui.Layouts.AbsoluteLayoutManager.AbsoluteLayout.get -> Microsoft.Maui.IAbsoluteLayout! -Microsoft.Maui.Layouts.AbsoluteLayoutManager.AbsoluteLayoutManager(Microsoft.Maui.IAbsoluteLayout! absoluteLayout) -> void -Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.Center = 2 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.End = 4 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.SpaceAround = 6 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.SpaceBetween = 5 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.SpaceEvenly = 7 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.Start = 3 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignContent.Stretch = 1 -> Microsoft.Maui.Layouts.FlexAlignContent -Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Layouts.FlexAlignItems.Center = 2 -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Layouts.FlexAlignItems.End = 4 -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Layouts.FlexAlignItems.Start = 3 -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Layouts.FlexAlignItems.Stretch = 1 -> Microsoft.Maui.Layouts.FlexAlignItems -Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.Layouts.FlexAlignSelf.Auto = 0 -> Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.Layouts.FlexAlignSelf.Center = 2 -> Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.Layouts.FlexAlignSelf.End = 4 -> Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.Layouts.FlexAlignSelf.Start = 3 -> Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.Layouts.FlexAlignSelf.Stretch = 1 -> Microsoft.Maui.Layouts.FlexAlignSelf -Microsoft.Maui.Layouts.FlexBasis -Microsoft.Maui.Layouts.FlexBasis.FlexBasis() -> void -Microsoft.Maui.Layouts.FlexBasis.FlexBasis(float length, bool isRelative = false) -> void -Microsoft.Maui.Layouts.FlexBasis.Length.get -> float -Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Layouts.FlexDirection.Column = 2 -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Layouts.FlexDirection.ColumnReverse = 3 -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Layouts.FlexDirection.Row = 0 -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Layouts.FlexDirection.RowReverse = 1 -> Microsoft.Maui.Layouts.FlexDirection -Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexJustify.Center = 2 -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexJustify.End = 4 -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexJustify.SpaceAround = 6 -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexJustify.SpaceBetween = 5 -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexJustify.SpaceEvenly = 7 -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexJustify.Start = 3 -> Microsoft.Maui.Layouts.FlexJustify -Microsoft.Maui.Layouts.FlexLayoutManager -Microsoft.Maui.Layouts.FlexLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Layouts.FlexLayoutManager.FlexLayoutManager(Microsoft.Maui.IFlexLayout! flexLayout) -> void -Microsoft.Maui.Layouts.FlexLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Layouts.FlexPosition -Microsoft.Maui.Layouts.FlexPosition.Absolute = 1 -> Microsoft.Maui.Layouts.FlexPosition -Microsoft.Maui.Layouts.FlexPosition.Relative = 0 -> Microsoft.Maui.Layouts.FlexPosition -Microsoft.Maui.Layouts.FlexWrap -Microsoft.Maui.Layouts.FlexWrap.NoWrap = 0 -> Microsoft.Maui.Layouts.FlexWrap -Microsoft.Maui.Layouts.FlexWrap.Reverse = 2 -> Microsoft.Maui.Layouts.FlexWrap -Microsoft.Maui.Layouts.FlexWrap.Wrap = 1 -> Microsoft.Maui.Layouts.FlexWrap -Microsoft.Maui.Layouts.GridLayoutManager -Microsoft.Maui.Layouts.GridLayoutManager.Grid.get -> Microsoft.Maui.IGridLayout! -Microsoft.Maui.Layouts.GridLayoutManager.GridLayoutManager(Microsoft.Maui.IGridLayout! layout) -> void -Microsoft.Maui.Layouts.HorizontalStackLayoutManager -Microsoft.Maui.Layouts.HorizontalStackLayoutManager.HorizontalStackLayoutManager(Microsoft.Maui.IStackLayout! layout) -> void -Microsoft.Maui.Layouts.ILayoutManager -Microsoft.Maui.Layouts.ILayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Layouts.ILayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Layouts.LayoutExtensions -Microsoft.Maui.Layouts.LayoutManager -Microsoft.Maui.Layouts.LayoutManager.Layout.get -> Microsoft.Maui.ILayout! -Microsoft.Maui.Layouts.LayoutManager.LayoutManager(Microsoft.Maui.ILayout! layout) -> void -Microsoft.Maui.Layouts.StackLayoutManager -Microsoft.Maui.Layouts.StackLayoutManager.Stack.get -> Microsoft.Maui.IStackLayout! -Microsoft.Maui.Layouts.StackLayoutManager.StackLayoutManager(Microsoft.Maui.IStackLayout! stack) -> void -Microsoft.Maui.Layouts.VerticalStackLayoutManager -Microsoft.Maui.Layouts.VerticalStackLayoutManager.VerticalStackLayoutManager(Microsoft.Maui.IStackLayout! stackLayout) -> void -Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions -Microsoft.Maui.LifecycleEvents.ILifecycleBuilder -Microsoft.Maui.LifecycleEvents.ILifecycleBuilder.AddEvent(string! eventName, TDelegate! action) -> void -Microsoft.Maui.LifecycleEvents.ILifecycleEventService -Microsoft.Maui.LifecycleEvents.ILifecycleEventService.ContainsEvent(string! eventName) -> bool -Microsoft.Maui.LifecycleEvents.ILifecycleEventService.GetEventDelegates(string! eventName) -> System.Collections.Generic.IEnumerable! -Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder -Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions -Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration -Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration.LifecycleEventRegistration(System.Action! registerAction) -> void -Microsoft.Maui.LifecycleEvents.LifecycleEventService -Microsoft.Maui.LifecycleEvents.LifecycleEventService.AddEvent(string! eventName, TDelegate! action) -> void -Microsoft.Maui.LifecycleEvents.LifecycleEventService.ContainsEvent(string! eventName) -> bool -Microsoft.Maui.LifecycleEvents.LifecycleEventService.GetEventDelegates(string! eventName) -> System.Collections.Generic.IEnumerable! -Microsoft.Maui.LifecycleEvents.LifecycleEventService.LifecycleEventService(System.Collections.Generic.IEnumerable! registrations) -> void -Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions -Microsoft.Maui.LifecycleEvents.MauiAppHostBuilderExtensions -Microsoft.Maui.LifecycleEvents.TizenLifecycle -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnAppControlReceived -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnCreate -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnDeviceOrientationChanged -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLocaleChanged -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowBattery -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowMemory -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPause -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPreCreate -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnRegionFormatChanged -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnResume -Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnTerminate -Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions -Microsoft.Maui.LifecycleEvents.TizenLifecycleExtensions -Microsoft.Maui.LineBreakMode -Microsoft.Maui.LineBreakMode.CharacterWrap = 2 -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.LineBreakMode.HeadTruncation = 3 -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.LineBreakMode.MiddleTruncation = 5 -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.LineBreakMode.NoWrap = 0 -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.LineBreakMode.TailTruncation = 4 -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.LineBreakMode.WordWrap = 1 -> Microsoft.Maui.LineBreakMode -Microsoft.Maui.LockableObservableListWrapper -Microsoft.Maui.LockableObservableListWrapper.Add(string! item) -> void -Microsoft.Maui.LockableObservableListWrapper.Clear() -> void -Microsoft.Maui.LockableObservableListWrapper.Contains(string! item) -> bool -Microsoft.Maui.LockableObservableListWrapper.CopyTo(string![]! array, int arrayIndex) -> void -Microsoft.Maui.LockableObservableListWrapper.Count.get -> int -Microsoft.Maui.LockableObservableListWrapper.GetEnumerator() -> System.Collections.Generic.IEnumerator! -Microsoft.Maui.LockableObservableListWrapper.IndexOf(string! item) -> int -Microsoft.Maui.LockableObservableListWrapper.Insert(int index, string! item) -> void -Microsoft.Maui.LockableObservableListWrapper.InternalAdd(string! item) -> void -Microsoft.Maui.LockableObservableListWrapper.InternalClear() -> void -Microsoft.Maui.LockableObservableListWrapper.InternalInsert(int index, string! item) -> void -Microsoft.Maui.LockableObservableListWrapper.InternalRemove(string! item) -> bool -Microsoft.Maui.LockableObservableListWrapper.InternalRemoveAt(int index) -> void -Microsoft.Maui.LockableObservableListWrapper.IsLocked.get -> bool -Microsoft.Maui.LockableObservableListWrapper.IsLocked.set -> void -Microsoft.Maui.LockableObservableListWrapper.IsReadOnly.get -> bool -Microsoft.Maui.LockableObservableListWrapper.LockableObservableListWrapper() -> void -Microsoft.Maui.LockableObservableListWrapper.Remove(string! item) -> bool -Microsoft.Maui.LockableObservableListWrapper.RemoveAt(int index) -> void -Microsoft.Maui.LockableObservableListWrapper.this[int index].get -> string! -Microsoft.Maui.LockableObservableListWrapper.this[int index].set -> void -Microsoft.Maui.MauiApplication -Microsoft.Maui.MauiApplication.Application.get -> Microsoft.Maui.IApplication! -Microsoft.Maui.MauiApplication.Application.set -> void -Microsoft.Maui.MauiApplication.MauiApplication() -> void -Microsoft.Maui.MauiApplication.Services.get -> System.IServiceProvider! -Microsoft.Maui.MauiApplication.Services.set -> void -Microsoft.Maui.MauiApplication.SetBackButtonPressedHandler(System.Func! handler) -> void -Microsoft.Maui.MauiContext -Microsoft.Maui.MauiContext.Handlers.get -> Microsoft.Maui.IMauiHandlersFactory! -Microsoft.Maui.MauiContext.MauiContext(System.IServiceProvider! services) -> void -Microsoft.Maui.MauiContext.Services.get -> System.IServiceProvider! -Microsoft.Maui.MauiDrawable -Microsoft.Maui.MauiDrawable.Background.get -> Microsoft.Maui.Graphics.Paint? -Microsoft.Maui.MauiDrawable.Background.set -> void -Microsoft.Maui.MauiDrawable.Border.get -> Microsoft.Maui.IBorderStroke? -Microsoft.Maui.MauiDrawable.Border.set -> void -Microsoft.Maui.MauiDrawable.Clip.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.MauiDrawable.Clip.set -> void -Microsoft.Maui.MauiDrawable.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void -Microsoft.Maui.MauiDrawable.MauiDrawable() -> void -Microsoft.Maui.MauiDrawable.Shadow.get -> Microsoft.Maui.IShadow? -Microsoft.Maui.MauiDrawable.Shadow.set -> void -Microsoft.Maui.MauiDrawable.ShadowThickness.get -> Microsoft.Maui.Thickness -Microsoft.Maui.MauiDrawable.ShadowThickness.set -> void -Microsoft.Maui.MauiDrawable.Shape.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.MauiDrawable.Shape.set -> void -Microsoft.Maui.MauiIndicatorViewExtensions -Microsoft.Maui.MissingMapperAttribute -Microsoft.Maui.MissingMapperAttribute.Description.get -> string? -Microsoft.Maui.MissingMapperAttribute.Description.set -> void -Microsoft.Maui.MissingMapperAttribute.MissingMapperAttribute() -> void -Microsoft.Maui.MissingMapperAttribute.MissingMapperAttribute(string! description) -> void -Microsoft.Maui.NavigationRequest -Microsoft.Maui.NavigationRequest.Animated.get -> bool -Microsoft.Maui.NavigationRequest.NavigationRequest(System.Collections.Generic.IReadOnlyList! newNavigationStack, bool animated) -> void -Microsoft.Maui.NavigationRequest.NavigationStack.get -> System.Collections.Generic.IReadOnlyList! -Microsoft.Maui.NaviPage -Microsoft.Maui.NaviPage.Content.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.NaviPage.Content.set -> void -Microsoft.Maui.NaviPage.NaviPage() -> void -Microsoft.Maui.NaviPage.TitleView.get -> Tizen.UIExtensions.NUI.TitleView? -Microsoft.Maui.NaviPage.TitleView.set -> void -Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.OpenSwipeItem.BottomItems = 3 -> Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.OpenSwipeItem.LeftItems = 0 -> Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.OpenSwipeItem.RightItems = 2 -> Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.OpenSwipeItem.TopItems = 1 -> Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.PathAspect -Microsoft.Maui.PathAspect.AspectFill = 4 -> Microsoft.Maui.PathAspect -Microsoft.Maui.PathAspect.AspectFit = 3 -> Microsoft.Maui.PathAspect -Microsoft.Maui.PathAspect.Center = 1 -> Microsoft.Maui.PathAspect -Microsoft.Maui.PathAspect.None = 0 -> Microsoft.Maui.PathAspect -Microsoft.Maui.PathAspect.Stretch = 2 -> Microsoft.Maui.PathAspect -Microsoft.Maui.PersistedState -Microsoft.Maui.PersistedState.PersistedState() -> void -Microsoft.Maui.Platform.ActivityIndicatorExtensions -Microsoft.Maui.Platform.AspectExtensions -Microsoft.Maui.Platform.ButtonExtensions -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.CurrentPlatformView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Platform.ContainerView.CurrentView.get -> Microsoft.Maui.IElement? -Microsoft.Maui.Platform.ContainerView.CurrentView.set -> void -Microsoft.Maui.Platform.ContainerView.Reload() -> void -Microsoft.Maui.Platform.ContentViewGroup -Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Microsoft.Maui.IView? view) -> void -Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformArrange.get -> System.Func? -Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformArrange.set -> void -Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformMeasure.get -> System.Func? -Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformMeasure.set -> void -Microsoft.Maui.Platform.ContentViewGroup.ClearNeedMeasureUpdate() -> void -Microsoft.Maui.Platform.ContentViewGroup.InvokeCrossPlatformMeasure(double availableWidth, double availableHeight) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Platform.ContentViewGroup.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size -Microsoft.Maui.Platform.ContentViewGroup.SetNeedMeasureUpdate() -> void -Microsoft.Maui.Platform.DatePickerExtensions -Microsoft.Maui.Platform.DPExtensions -Microsoft.Maui.Platform.EditorExtensions -Microsoft.Maui.Platform.ElementExtensions -Microsoft.Maui.Platform.EntryExtensions -Microsoft.Maui.Platform.FlyoutViewExtensions -Microsoft.Maui.Platform.GraphicsViewExtensions -Microsoft.Maui.Platform.ImageExtensions -Microsoft.Maui.Platform.ImageSourcePartExtensions -Microsoft.Maui.Platform.ImageSourcePartLoader -Microsoft.Maui.Platform.ImageSourcePartLoader.ImageSourcePartLoader(Microsoft.Maui.IElementHandler! handler, System.Func! imageSourcePart, System.Action! setImage) -> void -Microsoft.Maui.Platform.ImageSourcePartLoader.Reset() -> void -Microsoft.Maui.Platform.ImageSourcePartLoader.UpdateImageSourceAsync() -> System.Threading.Tasks.Task! -Microsoft.Maui.Platform.IToolbarContainer -Microsoft.Maui.Platform.IToolbarContainer.SetToolbar(Microsoft.Maui.Platform.MauiToolbar! toolbar) -> void -Microsoft.Maui.Platform.KeyboardExtensions -Microsoft.Maui.Platform.LabelExtensions -Microsoft.Maui.Platform.LayoutCanvasExtensions -Microsoft.Maui.Platform.LayoutViewGroup -Microsoft.Maui.Platform.LayoutViewGroup.ClearNeedMeasureUpdate() -> void -Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformArrange.get -> System.Func? -Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformArrange.set -> void -Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformMeasure.get -> System.Func? -Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformMeasure.set -> void -Microsoft.Maui.Platform.LayoutViewGroup.InputTransparent.get -> bool -Microsoft.Maui.Platform.LayoutViewGroup.InputTransparent.set -> void -Microsoft.Maui.Platform.LayoutViewGroup.InvokeCrossPlatformMeasure(double availableWidth, double availableHeight) -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Microsoft.Maui.IView! view) -> void -Microsoft.Maui.Platform.LayoutViewGroup.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size -Microsoft.Maui.Platform.LayoutViewGroup.SetNeedMeasureUpdate() -> void -Microsoft.Maui.Platform.MauiClipperView -Microsoft.Maui.Platform.MauiClipperView.Clip.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.Platform.MauiClipperView.Clip.set -> void -Microsoft.Maui.Platform.MauiClipperView.MauiClipperView() -> void -Microsoft.Maui.Platform.MauiDateTimePicker -Microsoft.Maui.Platform.MauiDateTimePicker.MauiDateTimePicker(System.DateTime dateTime, bool isTimePicker) -> void -Microsoft.Maui.Platform.MauiImageButton -Microsoft.Maui.Platform.MauiImageButton.Clicked -> System.EventHandler? -Microsoft.Maui.Platform.MauiImageButton.MauiImageButton() -> void -Microsoft.Maui.Platform.MauiImageButton.Pressed -> System.EventHandler? -Microsoft.Maui.Platform.MauiImageButton.Released -> System.EventHandler? -Microsoft.Maui.Platform.MauiImageButton.UpdateCornerRadius(Microsoft.Maui.IButtonStroke! button) -> void -Microsoft.Maui.Platform.MauiImageButton.UpdateStrokeColor(Microsoft.Maui.IButtonStroke! button) -> void -Microsoft.Maui.Platform.MauiImageButton.UpdateStrokeThickness(Microsoft.Maui.IButtonStroke! button) -> void -Microsoft.Maui.Platform.MauiImageSource -Microsoft.Maui.Platform.MauiImageSource.Dispose() -> void -Microsoft.Maui.Platform.MauiImageSource.LoadSource(System.IO.Stream! stream) -> System.Threading.Tasks.Task! -Microsoft.Maui.Platform.MauiImageSource.MauiImageSource() -> void -Microsoft.Maui.Platform.MauiImageSource.ResourceUrl.get -> string? -Microsoft.Maui.Platform.MauiImageSource.ResourceUrl.set -> void -Microsoft.Maui.Platform.MauiPageControl -Microsoft.Maui.Platform.MauiPageControl.MauiPageControl(Microsoft.Maui.IIndicatorView! view) -> void -Microsoft.Maui.Platform.MauiPageControl.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size -Microsoft.Maui.Platform.MauiPageControl.ResetIndicators() -> void -Microsoft.Maui.Platform.MauiPageControl.UpdateCount() -> void -Microsoft.Maui.Platform.MauiPageControl.UpdatePosition() -> void -Microsoft.Maui.Platform.MauiScrollView -Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Microsoft.Maui.IScrollView! virtualView) -> void -Microsoft.Maui.Platform.MauiScrollView.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size -Microsoft.Maui.Platform.MauiRefreshLayout -Microsoft.Maui.Platform.MauiRefreshLayout.MauiRefreshLayout() -> void -Microsoft.Maui.Platform.MauiRefreshLayout.UpdateBackground(Microsoft.Maui.IRefreshView! view) -> void -Microsoft.Maui.Platform.MauiRefreshLayout.UpdateContent(Microsoft.Maui.IView? content, Microsoft.Maui.IMauiContext? mauiContext) -> void -Microsoft.Maui.Platform.MauiRefreshLayout.UpdateIsRefreshing(Microsoft.Maui.IRefreshView! view) -> void -Microsoft.Maui.Platform.MauiRefreshLayout.UpdateRefreshColor(Microsoft.Maui.IRefreshView! view) -> void -Microsoft.Maui.Platform.MauiSearchBar -Microsoft.Maui.Platform.MauiSearchBar.Entry.get -> Tizen.UIExtensions.NUI.Entry! -Microsoft.Maui.Platform.MauiSearchBar.MauiSearchBar() -> void -Microsoft.Maui.Platform.MauiSearchBar.SearchButtonPressed -> System.EventHandler? -Microsoft.Maui.Platform.MauiShapeView -Microsoft.Maui.Platform.MauiShapeView.MauiShapeView() -> void -Microsoft.Maui.Platform.MauiStepper -Microsoft.Maui.Platform.MauiStepper.Increment.get -> double -Microsoft.Maui.Platform.MauiStepper.Increment.set -> void -Microsoft.Maui.Platform.MauiStepper.MauiStepper() -> void -Microsoft.Maui.Platform.MauiStepper.Maximum.get -> double -Microsoft.Maui.Platform.MauiStepper.Maximum.set -> void -Microsoft.Maui.Platform.MauiStepper.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size -Microsoft.Maui.Platform.MauiStepper.Minimum.get -> double -Microsoft.Maui.Platform.MauiStepper.Minimum.set -> void -Microsoft.Maui.Platform.MauiStepper.Value.get -> double -Microsoft.Maui.Platform.MauiStepper.Value.set -> void -Microsoft.Maui.Platform.MauiStepper.ValueChanged -> System.EventHandler? -Microsoft.Maui.Platform.MauiStepper.UpdateIncrement(Microsoft.Maui.IStepper! stepper) -> void -Microsoft.Maui.Platform.MauiStepper.UpdateMaximum(Microsoft.Maui.IStepper! stepper) -> void -Microsoft.Maui.Platform.MauiStepper.UpdateMinimum(Microsoft.Maui.IStepper! stepper) -> void -Microsoft.Maui.Platform.MauiStepper.UpdateValue(Microsoft.Maui.IStepper! stepper) -> void -Microsoft.Maui.Platform.MauiSwipeView -Microsoft.Maui.Platform.MauiSwipeView.BatchBegin() -> void -Microsoft.Maui.Platform.MauiSwipeView.BatchCommit() -> void -Microsoft.Maui.Platform.MauiSwipeView.MauiSwipeView(Microsoft.Maui.ISwipeView! view) -> void -Microsoft.Maui.Platform.MauiSwipeView.OnCloseRequested(Microsoft.Maui.SwipeViewCloseRequest! e) -> void -Microsoft.Maui.Platform.MauiSwipeView.OnOpenRequested(Microsoft.Maui.SwipeViewOpenRequest! e) -> void -Microsoft.Maui.Platform.MauiSwipeView.UpdateContent() -> void -Microsoft.Maui.Platform.MauiSwipeView.UpdateIsSwipeEnabled(bool isEnabled) -> void -Microsoft.Maui.Platform.MauiSwipeView.UpdateIsVisibleSwipeItem(Microsoft.Maui.ISwipeItem! item) -> void -Microsoft.Maui.Platform.MauiSwipeView.UpdateSwipeTransitionMode(Microsoft.Maui.SwipeTransitionMode swipeTransitionMode) -> void -Microsoft.Maui.Platform.MauiToolbar -Microsoft.Maui.Platform.MauiToolbar.IconPressed -> System.EventHandler? -Microsoft.Maui.Platform.MauiToolbar.Collapse() -> void -Microsoft.Maui.Platform.MauiToolbar.Expand() -> void -Microsoft.Maui.Platform.MauiToolbar.MauiToolbar() -> void -Microsoft.Maui.Platform.MauiToolbar.SendIconPressed() -> void -Microsoft.Maui.Platform.MauiWebView -Microsoft.Maui.Platform.MauiWebView.MauiWebView() -> void -Microsoft.Maui.Platform.NavigationStackExtensions -Microsoft.Maui.Platform.PickerExtensions -Microsoft.Maui.Platform.PlatformTouchGraphicsView -Microsoft.Maui.Platform.PlatformTouchGraphicsView.Connect(Microsoft.Maui.IGraphicsView! graphicsView) -> void -Microsoft.Maui.Platform.PlatformTouchGraphicsView.Disconnect() -> void -Microsoft.Maui.Platform.PlatformTouchGraphicsView.PlatformTouchGraphicsView(Microsoft.Maui.Graphics.IDrawable? drawable = null) -> void -Microsoft.Maui.Platform.ProgressBarExtensions -Microsoft.Maui.Platform.ScrollViewExtensions -Microsoft.Maui.Platform.ShapeViewExtensions -Microsoft.Maui.Platform.SliderExtensions -Microsoft.Maui.Platform.StackNavigationManager -Microsoft.Maui.Platform.StackNavigationManager.SetToolbar(Microsoft.Maui.Platform.MauiToolbar! toolbar) -> void -Microsoft.Maui.Platform.StackNavigationManager.StackNavigationManager() -> void -Microsoft.Maui.Platform.StackNavigationManager.MauiContext.get -> Microsoft.Maui.IMauiContext? -Microsoft.Maui.Platform.StackNavigationManager.MauiContext.set -> void -Microsoft.Maui.Platform.StackNavigationManager.NavigationView.get -> Microsoft.Maui.IStackNavigation? -Microsoft.Maui.Platform.StackNavigationManager.NavigationView.set -> void -Microsoft.Maui.Platform.StackNavigationManager.PlatformNavigation.get -> Tizen.UIExtensions.NUI.NavigationStack! -Microsoft.Maui.Platform.StrokeExtensions -Microsoft.Maui.Platform.SwipeViewExtensions -Microsoft.Maui.Platform.SwitchExtensions -Microsoft.Maui.Platform.TimeExtensions -Microsoft.Maui.Platform.TimePickerExtensions -Microsoft.Maui.Platform.ToolbarExtensions -Microsoft.Maui.Platform.TransformationExtensions -Microsoft.Maui.Platform.ViewExtensions -Microsoft.Maui.Platform.WebViewExtensions -Microsoft.Maui.Platform.WindowExtensions -Microsoft.Maui.Platform.WrapperView -Microsoft.Maui.Platform.WrapperView.Border.get -> Microsoft.Maui.IBorderStroke? -Microsoft.Maui.Platform.WrapperView.Border.set -> void -Microsoft.Maui.Platform.WrapperView.Clip.get -> Microsoft.Maui.Graphics.IShape? -Microsoft.Maui.Platform.WrapperView.Clip.set -> void -Microsoft.Maui.Platform.WrapperView.Content.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.Platform.WrapperView.Content.set -> void -Microsoft.Maui.Platform.WrapperView.Shadow.get -> Microsoft.Maui.IShadow? -Microsoft.Maui.Platform.WrapperView.Shadow.set -> void -Microsoft.Maui.Platform.WrapperView.UpdateBackground(Microsoft.Maui.Graphics.Paint? paint) -> void -Microsoft.Maui.Platform.WrapperView.UpdateBorder(Microsoft.Maui.IBorderStroke? border) -> void -Microsoft.Maui.Platform.WrapperView.UpdateShape(Microsoft.Maui.Graphics.IShape? shape) -> void -Microsoft.Maui.Platform.WrapperView.WrapperView() -> void -Microsoft.Maui.PortHandlerAttribute -Microsoft.Maui.PortHandlerAttribute.Description.get -> string? -Microsoft.Maui.PortHandlerAttribute.Description.set -> void -Microsoft.Maui.PortHandlerAttribute.PortHandlerAttribute() -> void -Microsoft.Maui.PortHandlerAttribute.PortHandlerAttribute(string! description) -> void -Microsoft.Maui.Primitives.Dimension -Microsoft.Maui.Primitives.LayoutAlignment -Microsoft.Maui.Primitives.LayoutAlignment.Center = 2 -> Microsoft.Maui.Primitives.LayoutAlignment -Microsoft.Maui.Primitives.LayoutAlignment.End = 3 -> Microsoft.Maui.Primitives.LayoutAlignment -Microsoft.Maui.Primitives.LayoutAlignment.Fill = 0 -> Microsoft.Maui.Primitives.LayoutAlignment -Microsoft.Maui.Primitives.LayoutAlignment.Start = 1 -> Microsoft.Maui.Primitives.LayoutAlignment -Microsoft.Maui.PropertyMapper -Microsoft.Maui.PropertyMapper.Chained.get -> Microsoft.Maui.IPropertyMapper![]? -Microsoft.Maui.PropertyMapper.Chained.set -> void -Microsoft.Maui.PropertyMapper.PropertyMapper() -> void -Microsoft.Maui.PropertyMapper.PropertyMapper(params Microsoft.Maui.IPropertyMapper![]? chained) -> void -Microsoft.Maui.PropertyMapper.UpdateProperties(Microsoft.Maui.IElementHandler! viewHandler, Microsoft.Maui.IElement? virtualView) -> void -Microsoft.Maui.PropertyMapper.UpdateProperty(Microsoft.Maui.IElementHandler! viewHandler, Microsoft.Maui.IElement? virtualView, string! property) -> void -Microsoft.Maui.PropertyMapper -Microsoft.Maui.PropertyMapper.Add(string! key, System.Action! action) -> void -Microsoft.Maui.PropertyMapper.PropertyMapper() -> void -Microsoft.Maui.PropertyMapper.PropertyMapper(params Microsoft.Maui.IPropertyMapper![]! chained) -> void -Microsoft.Maui.PropertyMapper.this[string! key].get -> System.Action! -Microsoft.Maui.PropertyMapper.this[string! key].set -> void -Microsoft.Maui.PropertyMapper -Microsoft.Maui.PropertyMapper.PropertyMapper() -> void -Microsoft.Maui.PropertyMapper.PropertyMapper(params Microsoft.Maui.PropertyMapper![]! chained) -> void -Microsoft.Maui.PropertyMapperExtensions -Microsoft.Maui.RectangleAdorner -Microsoft.Maui.RectangleAdorner.Density.get -> float -Microsoft.Maui.RectangleAdorner.DrawnRectangle.get -> Microsoft.Maui.Graphics.Rect -Microsoft.Maui.RectangleAdorner.FillColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.RectangleAdorner.Offset.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.RectangleAdorner.RectangleAdorner(Microsoft.Maui.IView! view, float density = 1, Microsoft.Maui.Graphics.Point? offset = null, Microsoft.Maui.Graphics.Color? fillColor = null, Microsoft.Maui.Graphics.Color? strokeColor = null) -> void -Microsoft.Maui.RectangleAdorner.StrokeColor.get -> Microsoft.Maui.Graphics.Color! -Microsoft.Maui.RectangleAdorner.VisualView.get -> Microsoft.Maui.IView! -Microsoft.Maui.RectangleGridAdorner -Microsoft.Maui.RectangleGridAdorner.RectangleGridAdorner(Microsoft.Maui.IView! view, float density = 1, Microsoft.Maui.Graphics.Point? offset = null, Microsoft.Maui.Graphics.Color? fillColor = null, Microsoft.Maui.Graphics.Color? strokeColor = null) -> void -Microsoft.Maui.RetrievePlatformValueRequest -Microsoft.Maui.RetrievePlatformValueRequest.Result.get -> T -Microsoft.Maui.RetrievePlatformValueRequest.RetrievePlatformValueRequest() -> void -Microsoft.Maui.RetrievePlatformValueRequest.SetResult(T result) -> void -Microsoft.Maui.RetrievePlatformValueRequest.TrySetResult(T result) -> bool -Microsoft.Maui.ReturnType -Microsoft.Maui.ReturnType.Default = 0 -> Microsoft.Maui.ReturnType -Microsoft.Maui.ReturnType.Done = 1 -> Microsoft.Maui.ReturnType -Microsoft.Maui.ReturnType.Go = 2 -> Microsoft.Maui.ReturnType -Microsoft.Maui.ReturnType.Next = 3 -> Microsoft.Maui.ReturnType -Microsoft.Maui.ReturnType.Search = 4 -> Microsoft.Maui.ReturnType -Microsoft.Maui.ReturnType.Send = 5 -> Microsoft.Maui.ReturnType -Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.ScrollBarVisibility.Always = 1 -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.ScrollBarVisibility.Default = 0 -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.ScrollBarVisibility.Never = 2 -> Microsoft.Maui.ScrollBarVisibility -Microsoft.Maui.ScrollOrientation -Microsoft.Maui.ScrollOrientation.Both = 2 -> Microsoft.Maui.ScrollOrientation -Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientation -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.Instant.get -> bool -Microsoft.Maui.ScrollToRequest.Instant.init -> void -Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void -Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double -Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void -Microsoft.Maui.SemanticExtensions -Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level1 = 1 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level2 = 2 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level3 = 3 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level4 = 4 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level5 = 5 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level6 = 6 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level7 = 7 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level8 = 8 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.Level9 = 9 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.SemanticHeadingLevel.None = 0 -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.Semantics -Microsoft.Maui.Semantics.Description.get -> string? -Microsoft.Maui.Semantics.Description.set -> void -Microsoft.Maui.Semantics.HeadingLevel.get -> Microsoft.Maui.SemanticHeadingLevel -Microsoft.Maui.Semantics.HeadingLevel.set -> void -Microsoft.Maui.Semantics.Hint.get -> string? -Microsoft.Maui.Semantics.Hint.set -> void -Microsoft.Maui.Semantics.IsHeading.get -> bool -Microsoft.Maui.Semantics.Semantics() -> void -Microsoft.Maui.SizeRequest -Microsoft.Maui.SizeRequest.Minimum.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.SizeRequest.Minimum.set -> void -Microsoft.Maui.SizeRequest.Request.get -> Microsoft.Maui.Graphics.Size -Microsoft.Maui.SizeRequest.Request.set -> void -Microsoft.Maui.SizeRequest.SizeRequest() -> void -Microsoft.Maui.SizeRequest.SizeRequest(Microsoft.Maui.Graphics.Size request) -> void -Microsoft.Maui.SizeRequest.SizeRequest(Microsoft.Maui.Graphics.Size request, Microsoft.Maui.Graphics.Size minimum) -> void -Microsoft.Maui.SourceInfo -Microsoft.Maui.SourceInfo.Deconstruct(out System.Uri! sourceUri, out int lineNumber, out int linePosition) -> void -Microsoft.Maui.SourceInfo.LineNumber.get -> int -Microsoft.Maui.SourceInfo.LinePosition.get -> int -Microsoft.Maui.SourceInfo.SourceInfo(System.Uri! sourceUri, int lineNumber, int linePosition) -> void -Microsoft.Maui.SourceInfo.SourceUri.get -> System.Uri! -Microsoft.Maui.StreamImageSourceService -Microsoft.Maui.StreamImageSourceService.GetImageAsync(Microsoft.Maui.IStreamImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -Microsoft.Maui.StreamImageSourceService.StreamImageSourceService() -> void -Microsoft.Maui.StreamImageSourceService.StreamImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void -Microsoft.Maui.SwipeBehaviorOnInvoked -Microsoft.Maui.SwipeBehaviorOnInvoked.Auto = 0 -> Microsoft.Maui.SwipeBehaviorOnInvoked -Microsoft.Maui.SwipeBehaviorOnInvoked.Close = 1 -> Microsoft.Maui.SwipeBehaviorOnInvoked -Microsoft.Maui.SwipeBehaviorOnInvoked.RemainOpen = 2 -> Microsoft.Maui.SwipeBehaviorOnInvoked -Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeDirection.Down = 8 -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeDirection.Left = 2 -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeDirection.Right = 1 -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeDirection.Up = 4 -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeMode -Microsoft.Maui.SwipeMode.Execute = 1 -> Microsoft.Maui.SwipeMode -Microsoft.Maui.SwipeMode.Reveal = 0 -> Microsoft.Maui.SwipeMode -Microsoft.Maui.SwipeTransitionMode -Microsoft.Maui.SwipeTransitionMode.Drag = 1 -> Microsoft.Maui.SwipeTransitionMode -Microsoft.Maui.SwipeTransitionMode.Reveal = 0 -> Microsoft.Maui.SwipeTransitionMode -Microsoft.Maui.SwipeViewCloseRequest -Microsoft.Maui.SwipeViewCloseRequest.Animated.get -> bool -Microsoft.Maui.SwipeViewCloseRequest.Animated.init -> void -Microsoft.Maui.SwipeViewCloseRequest.SwipeViewCloseRequest(bool Animated) -> void -Microsoft.Maui.SwipeViewOpenRequest -Microsoft.Maui.SwipeViewOpenRequest.Animated.get -> bool -Microsoft.Maui.SwipeViewOpenRequest.Animated.init -> void -Microsoft.Maui.SwipeViewOpenRequest.OpenSwipeItem.get -> Microsoft.Maui.OpenSwipeItem -Microsoft.Maui.SwipeViewOpenRequest.OpenSwipeItem.init -> void -Microsoft.Maui.SwipeViewOpenRequest.SwipeViewOpenRequest(Microsoft.Maui.OpenSwipeItem OpenSwipeItem, bool Animated) -> void -Microsoft.Maui.SwipeViewSwipeChanging -Microsoft.Maui.SwipeViewSwipeChanging.Offset.get -> double -Microsoft.Maui.SwipeViewSwipeChanging.Offset.init -> void -Microsoft.Maui.SwipeViewSwipeChanging.SwipeDirection.get -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeViewSwipeChanging.SwipeDirection.init -> void -Microsoft.Maui.SwipeViewSwipeChanging.SwipeViewSwipeChanging(Microsoft.Maui.SwipeDirection SwipeDirection, double Offset) -> void -Microsoft.Maui.SwipeViewSwipeEnded -Microsoft.Maui.SwipeViewSwipeEnded.IsOpen.get -> bool -Microsoft.Maui.SwipeViewSwipeEnded.IsOpen.init -> void -Microsoft.Maui.SwipeViewSwipeEnded.SwipeDirection.get -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeViewSwipeEnded.SwipeDirection.init -> void -Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeDirection SwipeDirection, bool IsOpen) -> void -Microsoft.Maui.SwipeViewSwipeStarted -Microsoft.Maui.SwipeViewSwipeStarted.SwipeDirection.get -> Microsoft.Maui.SwipeDirection -Microsoft.Maui.SwipeViewSwipeStarted.SwipeDirection.init -> void -Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeDirection SwipeDirection) -> void -Microsoft.Maui.TextAlignment -Microsoft.Maui.TextAlignment.Center = 1 -> Microsoft.Maui.TextAlignment -Microsoft.Maui.TextAlignment.End = 2 -> Microsoft.Maui.TextAlignment -Microsoft.Maui.TextAlignment.Start = 0 -> Microsoft.Maui.TextAlignment -Microsoft.Maui.TextDecorations -Microsoft.Maui.TextDecorations.None = 0 -> Microsoft.Maui.TextDecorations -Microsoft.Maui.TextDecorations.Strikethrough = 2 -> Microsoft.Maui.TextDecorations -Microsoft.Maui.TextDecorations.Underline = 1 -> Microsoft.Maui.TextDecorations -Microsoft.Maui.TextTransform -Microsoft.Maui.TextTransform.Default = 1 -> Microsoft.Maui.TextTransform -Microsoft.Maui.TextTransform.Lowercase = 2 -> Microsoft.Maui.TextTransform -Microsoft.Maui.TextTransform.None = 0 -> Microsoft.Maui.TextTransform -Microsoft.Maui.TextTransform.Uppercase = 3 -> Microsoft.Maui.TextTransform -Microsoft.Maui.TextType -Microsoft.Maui.TextType.Html = 1 -> Microsoft.Maui.TextType -Microsoft.Maui.TextType.Text = 0 -> Microsoft.Maui.TextType -Microsoft.Maui.Thickness -Microsoft.Maui.Thickness.Bottom.get -> double -Microsoft.Maui.Thickness.Bottom.set -> void -Microsoft.Maui.Thickness.Deconstruct(out double left, out double top, out double right, out double bottom) -> void -Microsoft.Maui.Thickness.HorizontalThickness.get -> double -Microsoft.Maui.Thickness.IsEmpty.get -> bool -Microsoft.Maui.Thickness.IsNaN.get -> bool -Microsoft.Maui.Thickness.Left.get -> double -Microsoft.Maui.Thickness.Left.set -> void -Microsoft.Maui.Thickness.Right.get -> double -Microsoft.Maui.Thickness.Right.set -> void -Microsoft.Maui.Thickness.Thickness() -> void -Microsoft.Maui.Thickness.Thickness(double horizontalSize, double verticalSize) -> void -Microsoft.Maui.Thickness.Thickness(double left, double top, double right, double bottom) -> void -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.UriImageSourceService -Microsoft.Maui.UriImageSourceService.GetImageAsync(Microsoft.Maui.IUriImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -Microsoft.Maui.UriImageSourceService.UriImageSourceService() -> void -Microsoft.Maui.UriImageSourceService.UriImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void -Microsoft.Maui.ViewExtensions -Microsoft.Maui.Visibility -Microsoft.Maui.Visibility.Collapsed = 2 -> Microsoft.Maui.Visibility -Microsoft.Maui.Visibility.Hidden = 1 -> Microsoft.Maui.Visibility -Microsoft.Maui.Visibility.Visible = 0 -> Microsoft.Maui.Visibility -Microsoft.Maui.VisualDiagnostics -Microsoft.Maui.VisualDiagnosticsOverlay -Microsoft.Maui.VisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IAdorner! adorner, bool scrollToView = false) -> bool -Microsoft.Maui.VisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IVisualTreeElement! visualElement, bool scrollToView = false) -> bool -Microsoft.Maui.VisualDiagnosticsOverlay.AddScrollableElementHandler(Microsoft.Maui.IScrollView! scrollBar) -> void -Microsoft.Maui.VisualDiagnosticsOverlay.AddScrollableElementHandlers() -> void -Microsoft.Maui.VisualDiagnosticsOverlay.EnableElementSelector.get -> bool -Microsoft.Maui.VisualDiagnosticsOverlay.EnableElementSelector.set -> void -Microsoft.Maui.VisualDiagnosticsOverlay.Offset.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.VisualDiagnosticsOverlay.RemoveAdorner(Microsoft.Maui.IAdorner! adorner) -> bool -Microsoft.Maui.VisualDiagnosticsOverlay.RemoveAdorners() -> void -Microsoft.Maui.VisualDiagnosticsOverlay.RemoveAdorners(Microsoft.Maui.IVisualTreeElement! visualElement) -> bool -Microsoft.Maui.VisualDiagnosticsOverlay.RemoveScrollableElementHandler() -> void -Microsoft.Maui.VisualDiagnosticsOverlay.ScrollToElement.get -> bool -Microsoft.Maui.VisualDiagnosticsOverlay.ScrollToElement.set -> void -Microsoft.Maui.VisualDiagnosticsOverlay.ScrollToView(Microsoft.Maui.IVisualTreeElement! element) -> void -Microsoft.Maui.VisualDiagnosticsOverlay.ScrollViews.get -> System.Collections.Generic.IReadOnlyCollection! -Microsoft.Maui.VisualDiagnosticsOverlay.VisualDiagnosticsOverlay(Microsoft.Maui.IWindow! window) -> void -Microsoft.Maui.VisualTreeChangeEventArgs -Microsoft.Maui.VisualTreeChangeEventArgs.ChangeType.get -> Microsoft.Maui.VisualTreeChangeType -Microsoft.Maui.VisualTreeChangeEventArgs.Child.get -> object! -Microsoft.Maui.VisualTreeChangeEventArgs.ChildIndex.get -> int -Microsoft.Maui.VisualTreeChangeEventArgs.Parent.get -> object? -Microsoft.Maui.VisualTreeChangeEventArgs.VisualTreeChangeEventArgs(object? parent, object! child, int childIndex, Microsoft.Maui.VisualTreeChangeType changeType) -> void -Microsoft.Maui.VisualTreeChangeType -Microsoft.Maui.VisualTreeChangeType.Add = 0 -> Microsoft.Maui.VisualTreeChangeType -Microsoft.Maui.VisualTreeChangeType.Remove = 1 -> Microsoft.Maui.VisualTreeChangeType -Microsoft.Maui.VisualTreeElementExtensions -Microsoft.Maui.WeakEventManager -Microsoft.Maui.WeakEventManager.AddEventHandler(System.Delegate? handler, string! eventName = "") -> void -Microsoft.Maui.WeakEventManager.AddEventHandler(System.EventHandler! handler, string! eventName = "") -> void -Microsoft.Maui.WeakEventManager.HandleEvent(object! sender, object! args, string! eventName) -> void -Microsoft.Maui.WeakEventManager.RemoveEventHandler(System.Delegate? handler, string! eventName = "") -> void -Microsoft.Maui.WeakEventManager.RemoveEventHandler(System.EventHandler! handler, string! eventName = "") -> void -Microsoft.Maui.WeakEventManager.WeakEventManager() -> void -Microsoft.Maui.WebNavigationEvent -Microsoft.Maui.WebNavigationEvent.Back = 1 -> Microsoft.Maui.WebNavigationEvent -Microsoft.Maui.WebNavigationEvent.Forward = 2 -> Microsoft.Maui.WebNavigationEvent -Microsoft.Maui.WebNavigationEvent.NewPage = 3 -> Microsoft.Maui.WebNavigationEvent -Microsoft.Maui.WebNavigationEvent.Refresh = 4 -> Microsoft.Maui.WebNavigationEvent -Microsoft.Maui.WebNavigationResult -Microsoft.Maui.WebNavigationResult.Cancel = 2 -> Microsoft.Maui.WebNavigationResult -Microsoft.Maui.WebNavigationResult.Failure = 4 -> Microsoft.Maui.WebNavigationResult -Microsoft.Maui.WebNavigationResult.Success = 1 -> Microsoft.Maui.WebNavigationResult -Microsoft.Maui.WebNavigationResult.Timeout = 3 -> Microsoft.Maui.WebNavigationResult -Microsoft.Maui.WindowExtensions -Microsoft.Maui.WindowOverlay -Microsoft.Maui.WindowOverlay.Density.get -> float -Microsoft.Maui.WindowOverlay.DisableUITouchEventPassthrough.get -> bool -Microsoft.Maui.WindowOverlay.DisableUITouchEventPassthrough.set -> void -Microsoft.Maui.WindowOverlay.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void -Microsoft.Maui.WindowOverlay.EnableDrawableTouchHandling.get -> bool -Microsoft.Maui.WindowOverlay.EnableDrawableTouchHandling.set -> void -Microsoft.Maui.WindowOverlay.GraphicsView.get -> Tizen.NUI.BaseComponents.View? -Microsoft.Maui.WindowOverlay.Invalidate() -> void -Microsoft.Maui.WindowOverlay.IsPlatformViewInitialized.get -> bool -Microsoft.Maui.WindowOverlay.IsVisible.get -> bool -Microsoft.Maui.WindowOverlay.IsVisible.set -> void -Microsoft.Maui.WindowOverlay.Tapped -> System.EventHandler? -Microsoft.Maui.WindowOverlay.Window.get -> Microsoft.Maui.IWindow! -Microsoft.Maui.WindowOverlay.WindowElements.get -> System.Collections.Generic.IReadOnlyCollection! -Microsoft.Maui.WindowOverlay.WindowOverlay(Microsoft.Maui.IWindow! window) -> void -Microsoft.Maui.WindowOverlayTappedEventArgs -Microsoft.Maui.WindowOverlayTappedEventArgs.Point.get -> Microsoft.Maui.Graphics.Point -Microsoft.Maui.WindowOverlayTappedEventArgs.VisualTreeElements.get -> System.Collections.Generic.IList! -Microsoft.Maui.WindowOverlayTappedEventArgs.WindowOverlayElements.get -> System.Collections.Generic.IList! -Microsoft.Maui.WindowOverlayTappedEventArgs.WindowOverlayTappedEventArgs(Microsoft.Maui.Graphics.Point point, System.Collections.Generic.IList! elements, System.Collections.Generic.IList! overlayElements) -> void -override Microsoft.Maui.Animations.LerpingAnimation.Update(double percent) -> void -override Microsoft.Maui.Animations.PlatformTicker.IsRunning.get -> bool -override Microsoft.Maui.Animations.PlatformTicker.Start() -> void -override Microsoft.Maui.Animations.PlatformTicker.Stop() -> void -override Microsoft.Maui.Converters.CornerRadiusTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool -override Microsoft.Maui.Converters.CornerRadiusTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool -override Microsoft.Maui.Converters.CornerRadiusTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value) -> object! -override Microsoft.Maui.Converters.CornerRadiusTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value, System.Type! destinationType) -> object! -override Microsoft.Maui.Converters.KeyboardTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool -override Microsoft.Maui.Converters.KeyboardTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool -override Microsoft.Maui.Converters.KeyboardTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value) -> object! -override Microsoft.Maui.Converters.KeyboardTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value, System.Type! destinationType) -> object! -override Microsoft.Maui.CornerRadius.Equals(object? obj) -> bool -override Microsoft.Maui.CornerRadius.GetHashCode() -> int -override Microsoft.Maui.FileImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -override Microsoft.Maui.Font.Equals(object? obj) -> bool -override Microsoft.Maui.Font.GetHashCode() -> int -override Microsoft.Maui.Font.ToString() -> string! -override Microsoft.Maui.FontImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -override Microsoft.Maui.GridLength.Equals(object? obj) -> bool -override Microsoft.Maui.GridLength.GetHashCode() -> int -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 -override Microsoft.Maui.Handlers.ButtonHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Button! -override Microsoft.Maui.Handlers.ButtonHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Button! platformView) -> void -override Microsoft.Maui.Handlers.CheckBoxHandler.ConnectHandler(Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformView) -> void -override Microsoft.Maui.Handlers.CheckBoxHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.CheckBox! -override Microsoft.Maui.Handlers.CheckBoxHandler.DisconnectHandler(Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformView) -> void -override Microsoft.Maui.Handlers.ContentViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! -override Microsoft.Maui.Handlers.ContentViewHandler.Dispose(bool disposing) -> void -override Microsoft.Maui.Handlers.ContentViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void - -override Microsoft.Maui.Handlers.EditorHandler.ConnectHandler(Tizen.UIExtensions.NUI.Editor! platformView) -> void -override Microsoft.Maui.Handlers.EditorHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Editor! -override Microsoft.Maui.Handlers.EditorHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Editor! platformView) -> void -override Microsoft.Maui.Handlers.EntryHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.EntryHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! -override Microsoft.Maui.Handlers.EntryHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.FlyoutViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.DrawerView! -override Microsoft.Maui.Handlers.FlyoutViewHandler.ConnectHandler(Tizen.UIExtensions.NUI.DrawerView! platformView) -> void -override Microsoft.Maui.Handlers.FlyoutViewHandler.DisconnectHandler(Tizen.UIExtensions.NUI.DrawerView! platformView) -> void -override Microsoft.Maui.Handlers.GraphicsViewHandler.ConnectHandler(Microsoft.Maui.Platform.PlatformTouchGraphicsView! platformView) -> void -override Microsoft.Maui.Handlers.GraphicsViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.PlatformTouchGraphicsView! -override Microsoft.Maui.Handlers.GraphicsViewHandler.DisconnectHandler(Microsoft.Maui.Platform.PlatformTouchGraphicsView! platformView) -> void -override Microsoft.Maui.Handlers.ImageButtonHandler.ConnectHandler(Microsoft.Maui.Platform.MauiImageButton! platformView) -> void -override Microsoft.Maui.Handlers.ImageButtonHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiImageButton! -override Microsoft.Maui.Handlers.ImageButtonHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiImageButton! platformView) -> void -override Microsoft.Maui.Handlers.ImageButtonHandler.NeedsContainer.get -> bool -override Microsoft.Maui.Handlers.ImageHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Image! -override Microsoft.Maui.Handlers.ImageHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Image! platformView) -> void -override Microsoft.Maui.Handlers.ImageHandler.NeedsContainer.get -> bool -override Microsoft.Maui.Handlers.IndicatorViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiPageControl! -override Microsoft.Maui.Handlers.LabelHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Label! -override Microsoft.Maui.Handlers.LayoutHandler.CreatePlatformView() -> Microsoft.Maui.Platform.LayoutViewGroup! -override Microsoft.Maui.Handlers.LayoutHandler.Dispose(bool disposing) -> void -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.MenuFlyoutItemHandler.CreatePlatformElement() -> Tizen.NUI.BaseComponents.View! -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! -override Microsoft.Maui.Handlers.NavigationViewHandler.DisconnectHandler(Microsoft.Maui.Platform.StackNavigationManager! platformView) -> void -override Microsoft.Maui.Handlers.PageHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! -override Microsoft.Maui.Handlers.PageHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void -override Microsoft.Maui.Handlers.PickerHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.PickerHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! -override Microsoft.Maui.Handlers.PickerHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.ProgressBarHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! -override Microsoft.Maui.Handlers.RadioButtonHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! -override Microsoft.Maui.Handlers.RadioButtonHandler.ConnectHandler(Microsoft.Maui.Platform.ContentViewGroup! platformView) -> void -override Microsoft.Maui.Handlers.RadioButtonHandler.DisconnectHandler(Microsoft.Maui.Platform.ContentViewGroup! platformView) -> void -override Microsoft.Maui.Handlers.RefreshViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiRefreshLayout! -override Microsoft.Maui.Handlers.RefreshViewHandler.ConnectHandler(Microsoft.Maui.Platform.MauiRefreshLayout! platformView) -> void -override Microsoft.Maui.Handlers.RefreshViewHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiRefreshLayout! platformView) -> void -override Microsoft.Maui.Handlers.ScrollViewHandler.ConnectHandler(Tizen.UIExtensions.NUI.ScrollView! platformView) -> void -override Microsoft.Maui.Handlers.ScrollViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.ScrollView! -override Microsoft.Maui.Handlers.ScrollViewHandler.DisconnectHandler(Tizen.UIExtensions.NUI.ScrollView! platformView) -> void -override Microsoft.Maui.Handlers.SearchBarHandler.ConnectHandler(Microsoft.Maui.Platform.MauiSearchBar! platformView) -> void -override Microsoft.Maui.Handlers.SearchBarHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiSearchBar! -override Microsoft.Maui.Handlers.SearchBarHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiSearchBar! platformView) -> void -override Microsoft.Maui.Handlers.ShapeViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiShapeView! -override Microsoft.Maui.Handlers.ShapeViewHandler.SetupContainer() -> void -override Microsoft.Maui.Handlers.SliderHandler.ConnectHandler(Tizen.NUI.Components.Slider! platformView) -> void -override Microsoft.Maui.Handlers.SliderHandler.CreatePlatformView() -> Tizen.NUI.Components.Slider! -override Microsoft.Maui.Handlers.SliderHandler.DisconnectHandler(Tizen.NUI.Components.Slider! platformView) -> void -override Microsoft.Maui.Handlers.StepperHandler.ConnectHandler(Microsoft.Maui.Platform.MauiStepper! platformView) -> void -override Microsoft.Maui.Handlers.StepperHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiStepper! -override Microsoft.Maui.Handlers.StepperHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiStepper! platformView) -> void -override Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CreatePlatformElement() -> Tizen.UIExtensions.NUI.Button! -override Microsoft.Maui.Handlers.SwipeItemViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! -override Microsoft.Maui.Handlers.SwipeItemViewHandler.Dispose(bool disposing) -> void -override Microsoft.Maui.Handlers.SwipeItemViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void -override Microsoft.Maui.Handlers.SwipeViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiSwipeView! -override Microsoft.Maui.Handlers.SwipeViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void -override Microsoft.Maui.Handlers.SwitchHandler.ConnectHandler(Tizen.UIExtensions.NUI.GraphicsView.Switch! platformView) -> void -override Microsoft.Maui.Handlers.SwitchHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.Switch! -override Microsoft.Maui.Handlers.SwitchHandler.DisconnectHandler(Tizen.UIExtensions.NUI.GraphicsView.Switch! platformView) -> void -override Microsoft.Maui.Handlers.TabbedViewHandler.CreatePlatformView() -> Tizen.NUI.BaseComponents.View! -override Microsoft.Maui.Handlers.TimePickerHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.TimePickerHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! -override Microsoft.Maui.Handlers.TimePickerHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.ToolbarHandler.CreatePlatformElement() -> Microsoft.Maui.Platform.MauiToolbar! -override Microsoft.Maui.Handlers.ViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Handlers.ViewHandler.NeedsContainer.get -> bool -override Microsoft.Maui.Handlers.ViewHandler.OnPlatformViewDeleted() -> void -override Microsoft.Maui.Handlers.ViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void -override Microsoft.Maui.Handlers.ViewHandler.RemoveContainer() -> void -override Microsoft.Maui.Handlers.ViewHandler.SetupContainer() -> void -override Microsoft.Maui.Handlers.WebViewHandler.ConnectHandler(Microsoft.Maui.Platform.MauiWebView! platformView) -> void -override Microsoft.Maui.Handlers.WebViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiWebView! -override Microsoft.Maui.Handlers.WebViewHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiWebView! platformView) -> void -override Microsoft.Maui.Handlers.WindowHandler.CreatePlatformElement() -> Tizen.NUI.Window! -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 -override Microsoft.Maui.Layouts.GridLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Layouts.GridLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Layouts.HorizontalStackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Layouts.HorizontalStackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Layouts.VerticalStackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.Layouts.VerticalStackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -override Microsoft.Maui.MauiApplication.OnAppControlReceived(Tizen.Applications.AppControlReceivedEventArgs! e) -> void -override Microsoft.Maui.MauiApplication.OnCreate() -> void -override Microsoft.Maui.MauiApplication.OnDeviceOrientationChanged(Tizen.Applications.DeviceOrientationEventArgs! e) -> void -override Microsoft.Maui.MauiApplication.OnLocaleChanged(Tizen.Applications.LocaleChangedEventArgs! e) -> void -override Microsoft.Maui.MauiApplication.OnLowBattery(Tizen.Applications.LowBatteryEventArgs! e) -> void -override Microsoft.Maui.MauiApplication.OnLowMemory(Tizen.Applications.LowMemoryEventArgs! e) -> void -override Microsoft.Maui.MauiApplication.OnPause() -> void -override Microsoft.Maui.MauiApplication.OnPreCreate() -> void -override Microsoft.Maui.MauiApplication.OnRegionFormatChanged(Tizen.Applications.RegionFormatChangedEventArgs! e) -> void -override Microsoft.Maui.MauiApplication.OnResume() -> void -override Microsoft.Maui.MauiApplication.OnTerminate() -> void -override Microsoft.Maui.Platform.LayoutViewGroup.HitTest(Tizen.NUI.Touch! touch) -> bool -override Microsoft.Maui.Platform.MauiSearchBar.OnEnabled(bool enabled) -> void -override Microsoft.Maui.Platform.MauiDateTimePicker.CreateContent() -> Tizen.NUI.BaseComponents.View! -override Microsoft.Maui.Handlers.DatePickerHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Handlers.DatePickerHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! -override Microsoft.Maui.Handlers.DatePickerHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void -override Microsoft.Maui.Platform.PlatformTouchGraphicsView.OnResized() -> void -override Microsoft.Maui.RectangleGridAdorner.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void -override Microsoft.Maui.Semantics.ToString() -> string! -override Microsoft.Maui.SizeRequest.ToString() -> string! -override Microsoft.Maui.StreamImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -override Microsoft.Maui.Thickness.Equals(object? obj) -> bool -override Microsoft.Maui.Thickness.GetHashCode() -> int -override Microsoft.Maui.UriImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -override Microsoft.Maui.VisualDiagnosticsOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool -override Microsoft.Maui.VisualDiagnosticsOverlay.Deinitialize() -> bool -override Microsoft.Maui.VisualDiagnosticsOverlay.HandleUIChange() -> void -override Microsoft.Maui.VisualDiagnosticsOverlay.RemoveWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool -override Microsoft.Maui.VisualDiagnosticsOverlay.RemoveWindowElements() -> void -override sealed Microsoft.Maui.Handlers.ViewHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void -readonly Microsoft.Maui.LockableObservableListWrapper._list -> System.Collections.ObjectModel.ObservableCollection! -readonly Microsoft.Maui.PropertyMapper._mapper -> System.Collections.Generic.Dictionary!>! -static Microsoft.Maui.Animations.AnimationLerpingExtensions.GenericLerp(this T start, T end, double progress, double toggleThreshold = 0.5) -> T -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this double start, double end, double progress) -> double -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this float start, float end, double progress) -> float -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this float? start, float? end, double progress) -> float? -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Color! color, Microsoft.Maui.Graphics.Color! endColor, double progress) -> Microsoft.Maui.Graphics.Color! -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Point start, Microsoft.Maui.Graphics.Point end, double progress) -> Microsoft.Maui.Graphics.Point -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.PointF start, Microsoft.Maui.Graphics.PointF end, double progress) -> Microsoft.Maui.Graphics.PointF -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Rect start, Microsoft.Maui.Graphics.Rect end, double progress) -> Microsoft.Maui.Graphics.Rect -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.RectF start, Microsoft.Maui.Graphics.RectF end, double progress) -> Microsoft.Maui.Graphics.RectF -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Size start, Microsoft.Maui.Graphics.Size end, double progress) -> Microsoft.Maui.Graphics.Size -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.SizeF start, Microsoft.Maui.Graphics.SizeF end, double progress) -> Microsoft.Maui.Graphics.SizeF -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.SolidPaint! paint, Microsoft.Maui.Graphics.SolidPaint! endPaint, double progress) -> Microsoft.Maui.Graphics.SolidPaint! -static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Thickness start, Microsoft.Maui.Thickness end, double progress) -> Microsoft.Maui.Thickness -static Microsoft.Maui.Animations.Lerp.GetLerp(System.Type! type) -> Microsoft.Maui.Animations.Lerp? -static Microsoft.Maui.CommandMapperExtensions.AppendToMapping(this Microsoft.Maui.CommandMapper! commandMapper, string! key, System.Action! method) -> void -static Microsoft.Maui.CommandMapperExtensions.ModifyMapping(this Microsoft.Maui.CommandMapper! commandMapper, string! key, System.Action?>! method) -> void -static Microsoft.Maui.CommandMapperExtensions.PrependToMapping(this Microsoft.Maui.CommandMapper! commandMapper, string! key, System.Action! method) -> void -static Microsoft.Maui.CornerRadius.implicit operator Microsoft.Maui.CornerRadius(double uniformRadius) -> Microsoft.Maui.CornerRadius -static Microsoft.Maui.CornerRadius.operator !=(Microsoft.Maui.CornerRadius left, Microsoft.Maui.CornerRadius right) -> bool -static Microsoft.Maui.CornerRadius.operator ==(Microsoft.Maui.CornerRadius left, Microsoft.Maui.CornerRadius right) -> bool -static Microsoft.Maui.Crc64.ComputeHash(byte[]! input) -> byte[]! -static Microsoft.Maui.Crc64.ComputeHash(System.IO.Stream! inputStream) -> byte[]! -static Microsoft.Maui.Crc64.ComputeHashString(string! input) -> string! -static Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() -> Microsoft.Maui.Dispatching.IDispatcher? -static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Action! action) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Func! funcTask) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Func!>! funcTask) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Func! func) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Dispatching.DispatcherExtensions.GetSynchronizationContextAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Dispatching.DispatcherExtensions.StartTimer(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.TimeSpan interval, System.Func! callback) -> void -static Microsoft.Maui.Dispatching.DispatcherProvider.Current.get -> Microsoft.Maui.Dispatching.IDispatcherProvider! -static Microsoft.Maui.Dispatching.DispatcherProvider.SetCurrent(Microsoft.Maui.Dispatching.IDispatcherProvider? provider) -> bool -static Microsoft.Maui.Easing.Default.get -> Microsoft.Maui.Easing! -static Microsoft.Maui.Easing.implicit operator Microsoft.Maui.Easing!(System.Func! func) -> Microsoft.Maui.Easing! -static Microsoft.Maui.Font.Default.get -> Microsoft.Maui.Font -static Microsoft.Maui.Font.OfSize(string? name, double size, Microsoft.Maui.FontWeight weight = Microsoft.Maui.FontWeight.Regular, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true) -> Microsoft.Maui.Font -static Microsoft.Maui.Font.operator !=(Microsoft.Maui.Font left, Microsoft.Maui.Font right) -> bool -static Microsoft.Maui.Font.operator ==(Microsoft.Maui.Font left, Microsoft.Maui.Font right) -> bool -static Microsoft.Maui.Font.SystemFontOfSize(double size, Microsoft.Maui.FontWeight weight = Microsoft.Maui.FontWeight.Regular, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true) -> Microsoft.Maui.Font -static Microsoft.Maui.Font.SystemFontOfWeight(Microsoft.Maui.FontWeight weight, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true) -> Microsoft.Maui.Font -static Microsoft.Maui.FontFile.FromString(string! input) -> Microsoft.Maui.FontFile! -static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.ImagePaint! imagePaint) -> Microsoft.Maui.MauiDrawable? -static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.LinearGradientPaint! linearGradientPaint) -> Microsoft.Maui.MauiDrawable? -static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.PatternPaint! patternPaint) -> Microsoft.Maui.MauiDrawable? -static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.RadialGradientPaint! radialGradientPaint) -> Microsoft.Maui.MauiDrawable? -static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.SolidPaint! solidPaint) -> Microsoft.Maui.MauiDrawable? -static Microsoft.Maui.Graphics.PaintExtensions.IsNullOrEmpty(this Microsoft.Maui.Graphics.Paint? paint) -> bool -static Microsoft.Maui.Graphics.PaintExtensions.ToColor(this Microsoft.Maui.Graphics.Paint? paint) -> Microsoft.Maui.Graphics.Color? -static Microsoft.Maui.Graphics.PaintExtensions.ToDrawable(this Microsoft.Maui.Graphics.Paint! paint) -> Microsoft.Maui.MauiDrawable? -static Microsoft.Maui.Graphics.PaintExtensions.ToPlatform(this Microsoft.Maui.Graphics.Paint! paint) -> Tizen.UIExtensions.Common.Color -static Microsoft.Maui.GridLength.implicit operator Microsoft.Maui.GridLength(double absoluteValue) -> Microsoft.Maui.GridLength -static Microsoft.Maui.Handlers.ActivityIndicatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ActivityIndicatorHandler.MapColor(Microsoft.Maui.Handlers.IActivityIndicatorHandler! handler, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void -static Microsoft.Maui.Handlers.ActivityIndicatorHandler.MapIsRunning(Microsoft.Maui.Handlers.IActivityIndicatorHandler! handler, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void -static Microsoft.Maui.Handlers.ActivityIndicatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ApplicationHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ApplicationHandler.MapCloseWindow(Microsoft.Maui.Handlers.ApplicationHandler! handler, Microsoft.Maui.IApplication! application, object? args) -> void -static Microsoft.Maui.Handlers.ApplicationHandler.MapOpenWindow(Microsoft.Maui.Handlers.ApplicationHandler! handler, Microsoft.Maui.IApplication! application, object? args) -> void -static Microsoft.Maui.Handlers.ApplicationHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ApplicationHandler.MapTerminate(Microsoft.Maui.Handlers.ApplicationHandler! handler, Microsoft.Maui.IApplication! application, object? args) -> void -static Microsoft.Maui.Handlers.BorderHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.BorderHandler.MapBackground(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapContent(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.BorderHandler.MapStroke(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeDashOffset(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeDashPattern(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeLineCap(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeLineJoin(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeMiterLimit(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeShape(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.BorderHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Handlers.ButtonHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ButtonHandler.ImageButtonMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ButtonHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.ITextStyle! button) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapCornerRadius(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapFont(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.ITextStyle! button) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapImageSource(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IImage! image) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapImageSourceAsync(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IImage! image) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Handlers.ButtonHandler.MapPadding(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButton! button) -> void -static Microsoft.Maui.Handlers.ButtonHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ButtonHandler.MapStrokeColor(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapText(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IText! button) -> void -static Microsoft.Maui.Handlers.ButtonHandler.MapTextColor(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.ITextStyle! button) -> void -static Microsoft.Maui.Handlers.ButtonHandler.TextButtonMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.CheckBoxHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.CheckBoxHandler.MapForeground(Microsoft.Maui.Handlers.ICheckBoxHandler! handler, Microsoft.Maui.ICheckBox! check) -> void -static Microsoft.Maui.Handlers.CheckBoxHandler.MapIsChecked(Microsoft.Maui.Handlers.ICheckBoxHandler! handler, Microsoft.Maui.ICheckBox! check) -> void -static Microsoft.Maui.Handlers.CheckBoxHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ContentViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ContentViewHandler.MapBackground(Microsoft.Maui.Handlers.IContentViewHandler! handler, Microsoft.Maui.IContentView! view) -> void -static Microsoft.Maui.Handlers.ContentViewHandler.MapContent(Microsoft.Maui.Handlers.IContentViewHandler! handler, Microsoft.Maui.IContentView! page) -> void -static Microsoft.Maui.Handlers.ContentViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.DatePickerHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.DatePickerHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.DatePickerHandler.MapDate(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.DatePickerHandler.MapFont(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.DatePickerHandler.MapFormat(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.DatePickerHandler.MapMaximumDate(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.DatePickerHandler.MapMinimumDate(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.DatePickerHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.DatePickerHandler.MapTextColor(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Handlers.EditorHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.EditorHandler.MapBackground(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapCursorPosition(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapFont(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.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 -static Microsoft.Maui.Handlers.EditorHandler.MapMaxLength(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.EditorHandler.MapPlaceholder(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapPlaceholderColor(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapSelectionLength(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapText(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapTextColor(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.EditorHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void -static Microsoft.Maui.Handlers.ElementHandler.ElementCommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ElementHandler.ElementMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.EntryHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.EntryHandler.MapBackground(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapClearButtonVisibility(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapCursorPosition(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapFont(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapIsPassword(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapIsReadOnly(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapIsTextPredictionEnabled(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapKeyboard(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapMaxLength(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.EntryHandler.MapPlaceholder(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapPlaceholderColor(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapReturnType(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapSelectionLength(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapText(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapTextColor(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.EntryHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.FlyoutViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapDetail(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapFlyout(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapFlyoutBehavior(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapFlyoutWidth(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapIsGestureEnabled(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapIsPresented(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.FlyoutViewHandler.MapToolbar(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Handlers.GraphicsViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.GraphicsViewHandler.MapDrawable(Microsoft.Maui.Handlers.IGraphicsViewHandler! handler, Microsoft.Maui.IGraphicsView! graphicsView) -> void -static Microsoft.Maui.Handlers.GraphicsViewHandler.MapFlowDirection(Microsoft.Maui.Handlers.IGraphicsViewHandler! handler, Microsoft.Maui.IGraphicsView! graphicsView) -> void -static Microsoft.Maui.Handlers.GraphicsViewHandler.MapInvalidate(Microsoft.Maui.Handlers.IGraphicsViewHandler! handler, Microsoft.Maui.IGraphicsView! graphicsView, object? arg) -> void -static Microsoft.Maui.Handlers.GraphicsViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ImageButtonHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ImageButtonHandler.ImageMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ImageButtonHandler.MapCornerRadius(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void -static Microsoft.Maui.Handlers.ImageButtonHandler.MapPadding(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IImageButton! imageButton) -> void -static Microsoft.Maui.Handlers.ImageButtonHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ImageButtonHandler.MapStrokeColor(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void -static Microsoft.Maui.Handlers.ImageButtonHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void -static Microsoft.Maui.Handlers.ImageHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ImageHandler.MapAspect(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void -static Microsoft.Maui.Handlers.ImageHandler.MapBackground(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void -static Microsoft.Maui.Handlers.ImageHandler.MapIsAnimationPlaying(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void -static Microsoft.Maui.Handlers.ImageHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ImageHandler.MapSource(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void -static Microsoft.Maui.Handlers.ImageHandler.MapSourceAsync(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Handlers.IndicatorViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapCount(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapHideSingle(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapIndicatorColor(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapIndicatorShape(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapIndicatorSize(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapMaximumVisible(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapPosition(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.IndicatorViewHandler.MapSelectedIndicatorColor(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void -static Microsoft.Maui.Handlers.LabelHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.LabelHandler.MapBackground(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapFont(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapLineHeight(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapPadding(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.LabelHandler.MapShadow(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapText(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapTextColor(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapTextDecorations(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LabelHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Handlers.LayoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.LayoutHandler.MapAdd(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void -static Microsoft.Maui.Handlers.LayoutHandler.MapBackground(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout) -> void -static Microsoft.Maui.Handlers.LayoutHandler.MapClear(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void -static Microsoft.Maui.Handlers.LayoutHandler.MapClipsToBounds(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout) -> void -static Microsoft.Maui.Handlers.LayoutHandler.MapInsert(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void -static Microsoft.Maui.Handlers.LayoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.LayoutHandler.MapRemove(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuBarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.MenuBarHandler.MapAdd(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuBarHandler.MapClear(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuBarHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuBarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.MenuBarHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuBarItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.MenuBarItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void -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! -static Microsoft.Maui.Handlers.MenuBarItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -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 -static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void -static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void -static Microsoft.Maui.Handlers.NavigationViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.NavigationViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.NavigationViewHandler.RequestNavigation(Microsoft.Maui.Handlers.INavigationViewHandler! arg1, Microsoft.Maui.IStackNavigation! arg2, object? arg3) -> void -static Microsoft.Maui.Handlers.PageHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.PageHandler.MapBackground(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void -static Microsoft.Maui.Handlers.PageHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.PageHandler.MapTitle(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void -static Microsoft.Maui.Handlers.PickerHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.PickerHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapFont(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.PickerHandler.MapReload(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker, object? args) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapSelectedIndex(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapTextColor(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapTitle(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapTitleColor(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.PickerHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Handlers.ProgressBarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ProgressBarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ProgressBarHandler.MapProgress(Microsoft.Maui.Handlers.IProgressBarHandler! handler, Microsoft.Maui.IProgress! progress) -> void -static Microsoft.Maui.Handlers.ProgressBarHandler.MapProgressColor(Microsoft.Maui.Handlers.IProgressBarHandler! handler, Microsoft.Maui.IProgress! progress) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.RadioButtonHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.ITextStyle! textStyle) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IContentView! page) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.MapCornerRadius(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.MapFont(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.ITextStyle! textStyle) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.MapIsChecked(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.RadioButtonHandler.MapStrokeColor(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void -static Microsoft.Maui.Handlers.RadioButtonHandler.MapTextColor(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.ITextStyle! textStyle) -> void -static Microsoft.Maui.Handlers.RefreshViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.RefreshViewHandler.MapContent(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! refreshView) -> void -static Microsoft.Maui.Handlers.RefreshViewHandler.MapIsRefreshing(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! refreshView) -> void -static Microsoft.Maui.Handlers.RefreshViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.RefreshViewHandler.MapRefreshColor(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! refreshView) -> void -static Microsoft.Maui.Handlers.ScrollViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ScrollViewHandler.MapContent(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void -static Microsoft.Maui.Handlers.ScrollViewHandler.MapHorizontalScrollBarVisibility(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void -static Microsoft.Maui.Handlers.ScrollViewHandler.MapOrientation(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void -static Microsoft.Maui.Handlers.ScrollViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ScrollViewHandler.MapRequestScrollTo(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView, object? args) -> void -static Microsoft.Maui.Handlers.ScrollViewHandler.MapVerticalScrollBarVisibility(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.SearchBarHandler.MapCancelButtonColor(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapFont(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapIsReadOnly(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapIsTextPredictionEnabled(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapKeyboard(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapMaxLength(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.SearchBarHandler.MapPlaceholder(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapPlaceholderColor(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapText(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapTextColor(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.SearchBarHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ShapeViewHandler.MapAspect(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapFill(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ShapeViewHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStroke(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeDashOffset(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeDashPattern(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeLineCap(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeLineJoin(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeMiterLimit(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Handlers.SliderHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.SliderHandler.MapMaximum(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.SliderHandler.MapMaximumTrackColor(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.SliderHandler.MapMinimum(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.SliderHandler.MapMinimumTrackColor(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.SliderHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.SliderHandler.MapThumbColor(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.SliderHandler.MapThumbImageSource(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.SliderHandler.MapValue(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Handlers.StepperHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.StepperHandler.MapIncrement(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void -static Microsoft.Maui.Handlers.StepperHandler.MapMaximum(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void -static Microsoft.Maui.Handlers.StepperHandler.MapMinimum(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void -static Microsoft.Maui.Handlers.StepperHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.StepperHandler.MapValue(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapBackground(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! view) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ITextStyle! view) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapFont(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ITextStyle! view) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapSource(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! image) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapSourceAsync(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! image) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapText(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! view) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapTextColor(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ITextStyle! view) -> void -static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapVisibility(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! view) -> void -static Microsoft.Maui.Handlers.SwipeItemViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.SwipeItemViewHandler.MapContent(Microsoft.Maui.Handlers.ISwipeItemViewHandler! handler, Microsoft.Maui.ISwipeItemView! page) -> void -static Microsoft.Maui.Handlers.SwipeItemViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.SwipeItemViewHandler.MapVisibility(Microsoft.Maui.Handlers.ISwipeItemViewHandler! handler, Microsoft.Maui.ISwipeItemView! view) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.SwipeViewHandler.MapBottomItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapContent(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapIsEnabled(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapLeftItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.SwipeViewHandler.MapRequestClose(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView, object? args) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapRequestOpen(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView, object? args) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapRightItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapSwipeTransitionMode(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView) -> void -static Microsoft.Maui.Handlers.SwipeViewHandler.MapTopItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void -static Microsoft.Maui.Handlers.SwitchHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.SwitchHandler.MapIsOn(Microsoft.Maui.Handlers.ISwitchHandler! handler, Microsoft.Maui.ISwitch! view) -> void -static Microsoft.Maui.Handlers.SwitchHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.SwitchHandler.MapThumbColor(Microsoft.Maui.Handlers.ISwitchHandler! handler, Microsoft.Maui.ISwitch! view) -> void -static Microsoft.Maui.Handlers.SwitchHandler.MapTrackColor(Microsoft.Maui.Handlers.ISwitchHandler! handler, Microsoft.Maui.ISwitch! view) -> void -static Microsoft.Maui.Handlers.TabbedViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.TabbedViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.TimePickerHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.TimePickerHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Handlers.TimePickerHandler.MapFont(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Handlers.TimePickerHandler.MapFormat(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Handlers.TimePickerHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.TimePickerHandler.MapTextColor(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Handlers.TimePickerHandler.MapTime(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Handlers.ToolbarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ToolbarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ToolbarHandler.MapTitle(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.IToolbar! arg2) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapAnchorX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapAnchorY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapAutomationId(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -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.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 -static Microsoft.Maui.Handlers.ViewHandler.MapHeight(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapInputTransparent(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapInvalidateMeasure(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapIsEnabled(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapMaximumHeight(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapMaximumWidth(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapMinimumHeight(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapMinimumWidth(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapOpacity(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapRotation(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapRotationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapRotationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapScale(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -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.MapToolbar(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 -static Microsoft.Maui.Handlers.ViewHandler.MapVisibility(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapWidth(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Handlers.ViewHandler.MapZIndex(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void -static Microsoft.Maui.Handlers.ViewHandler.ViewCommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.ViewHandler.ViewMapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.ViewHandler.PlatformViewFactory.get -> System.Func!, TPlatformView!>? -static Microsoft.Maui.Handlers.ViewHandler.PlatformViewFactory.set -> void -static Microsoft.Maui.Handlers.WebViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! -static Microsoft.Maui.Handlers.WebViewHandler.MapEval(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void -static Microsoft.Maui.Handlers.WebViewHandler.MapEvaluateJavaScriptAsync(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void -static Microsoft.Maui.Handlers.WebViewHandler.MapGoBack(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void -static Microsoft.Maui.Handlers.WebViewHandler.MapGoForward(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void -static Microsoft.Maui.Handlers.WebViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -static Microsoft.Maui.Handlers.WebViewHandler.MapReload(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void -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! -static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void -static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -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.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! -static Microsoft.Maui.Hosting.EssentialsExtensions.ConfigureEssentials(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate = null) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.FontCollectionExtensions.AddEmbeddedResourceFont(this Microsoft.Maui.Hosting.IFontCollection! fontCollection, System.Reflection.Assembly! assembly, string! filename, string? alias = null) -> Microsoft.Maui.Hosting.IFontCollection! -static Microsoft.Maui.Hosting.FontCollectionExtensions.AddFont(this Microsoft.Maui.Hosting.IFontCollection! fontCollection, string! filename, string? alias = null) -> Microsoft.Maui.Hosting.IFontCollection! -static Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions.ConfigureFonts(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions.ConfigureFonts(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions.ConfigureMauiHandlers(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action? configureDelegate) -> Microsoft.Extensions.DependencyInjection.IServiceCollection! -static Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions.ConfigureMauiHandlers(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions.AddService(this Microsoft.Maui.Hosting.IImageSourceServiceCollection! services) -> Microsoft.Maui.Hosting.IImageSourceServiceCollection! -static Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions.AddService(this Microsoft.Maui.Hosting.IImageSourceServiceCollection! services, System.Func!>! implementationFactory) -> Microsoft.Maui.Hosting.IImageSourceServiceCollection! -static Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions.ConfigureImageSources(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions.ConfigureImageSources(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.MauiApp.CreateBuilder(bool useDefaults = true) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.AddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection, System.Type! viewType, System.Type! handlerType) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! -static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.AddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! -static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.TryAddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection, System.Type! viewType, System.Type! handlerType) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! -static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.TryAddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! -static Microsoft.Maui.HotReload.HotReloadExtensions.CheckHandlers(this Microsoft.Maui.IView? view) -> void -static Microsoft.Maui.HotReload.HotReloadExtensions.GetOnHotReloadMethods(this System.Type! type) -> System.Collections.Generic.List! -static Microsoft.Maui.HotReload.MauiHotReloadHelper.AddActiveView(Microsoft.Maui.HotReload.IHotReloadableView! view) -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.ClearCache(System.Type![]! types) -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.GetReplacedView(Microsoft.Maui.HotReload.IHotReloadableView! view) -> Microsoft.Maui.IView! -static Microsoft.Maui.HotReload.MauiHotReloadHelper.IsEnabled.get -> bool -static Microsoft.Maui.HotReload.MauiHotReloadHelper.IsEnabled.set -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.IsReplacedView(Microsoft.Maui.HotReload.IHotReloadableView! view, Microsoft.Maui.IView! newView) -> bool -static Microsoft.Maui.HotReload.MauiHotReloadHelper.Register(Microsoft.Maui.HotReload.IHotReloadableView! view, params object![]! parameters) -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.RegisterHandlers(Microsoft.Maui.Hosting.IMauiHandlersCollection! handlerService) -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.RegisterReplacedView(string! oldViewType, System.Type! newViewType) -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.Reset() -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.TriggerReload() -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.UnRegister(Microsoft.Maui.HotReload.IHotReloadableView! view) -> void -static Microsoft.Maui.HotReload.MauiHotReloadHelper.UpdateApplication(System.Type![]! types) -> void -static Microsoft.Maui.ImageSourceExtensions.GetPlatformImageAsync(this Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IMauiContext! mauiContext) -> System.Threading.Tasks.Task?>! -static Microsoft.Maui.ImageSourceExtensions.GetPlatformImageAsync(this Microsoft.Maui.IImageSourceService! imageSourceService, Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IMauiContext! mauiContext) -> System.Threading.Tasks.Task?>! -static Microsoft.Maui.ImageSourceExtensions.LoadImage(this Microsoft.Maui.IImageSource? source, Microsoft.Maui.IMauiContext! mauiContext, System.Action?>? finished = null) -> void -static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider, Microsoft.Maui.IImageSource! imageSource) -> Microsoft.Maui.IImageSourceService? -static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider) -> Microsoft.Maui.IImageSourceService? -static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider, Microsoft.Maui.IImageSource! imageSource) -> Microsoft.Maui.IImageSourceService! -static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider, System.Type! imageSourceType) -> Microsoft.Maui.IImageSourceService! -static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider) -> Microsoft.Maui.IImageSourceService! -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! -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! -static Microsoft.Maui.Keyboard.Email.get -> Microsoft.Maui.Keyboard! -static Microsoft.Maui.Keyboard.Numeric.get -> Microsoft.Maui.Keyboard! -static Microsoft.Maui.Keyboard.Plain.get -> Microsoft.Maui.Keyboard! -static Microsoft.Maui.Keyboard.Telephone.get -> Microsoft.Maui.Keyboard! -static Microsoft.Maui.Keyboard.Text.get -> Microsoft.Maui.Keyboard! -static Microsoft.Maui.Keyboard.Url.get -> Microsoft.Maui.Keyboard! -static Microsoft.Maui.Layouts.FlexBasis.implicit operator Microsoft.Maui.Layouts.FlexBasis(float length) -> Microsoft.Maui.Layouts.FlexBasis -static Microsoft.Maui.Layouts.LayoutExtensions.AdjustForFill(this Microsoft.Maui.Graphics.Size size, Microsoft.Maui.Graphics.Rect bounds, Microsoft.Maui.IView! view) -> Microsoft.Maui.Graphics.Size -static Microsoft.Maui.Layouts.LayoutExtensions.ArrangeContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Graphics.Rect bounds) -> void -static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft.Maui.IView! view, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size -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! -static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, TDelegate! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions.InvokeEvents(this Microsoft.Maui.LifecycleEvents.ILifecycleEventService! lifecycleService, string! eventName) -> void -static Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions.InvokeEvents(this Microsoft.Maui.LifecycleEvents.ILifecycleEventService! lifecycleService, string! eventName, System.Action! action) -> void -static Microsoft.Maui.LifecycleEvents.MauiAppHostBuilderExtensions.ConfigureLifecycleEvents(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnAppControlReceived(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnAppControlReceived! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnCreate(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnCreate! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnDeviceOrientationChanged(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnDeviceOrientationChanged! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnLocaleChanged(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLocaleChanged! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnLowBattery(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowBattery! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnLowMemory(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowMemory! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnPause(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPause! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnPreCreate(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPreCreate! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnRegionFormatChanged(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnRegionFormatChanged! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnResume(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnResume! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnTerminate(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnTerminate! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! -static Microsoft.Maui.LifecycleEvents.TizenLifecycleExtensions.AddTizen(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, System.Action! configureDelegate) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! -static Microsoft.Maui.MauiApplication.Current.get -> Microsoft.Maui.MauiApplication! -static Microsoft.Maui.Platform.ActivityIndicatorExtensions.UpdateColor(this Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator! platformView, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void -static Microsoft.Maui.Platform.ActivityIndicatorExtensions.UpdateIsRunning(this Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator! platformView, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void -static Microsoft.Maui.Platform.AspectExtensions.ToPlatform(this Microsoft.Maui.Aspect aspect) -> Tizen.UIExtensions.Common.Aspect -static Microsoft.Maui.Platform.ButtonExtensions.UpdateText(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IText! button) -> void -static Microsoft.Maui.Platform.ButtonExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.ITextStyle! button) -> void -static Microsoft.Maui.Platform.ButtonExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.ITextStyle! button) -> void -static Microsoft.Maui.Platform.ButtonExtensions.UpdateCornerRadius(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IButtonStroke! button) -> void -static Microsoft.Maui.Platform.ButtonExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.ITextStyle! label, Microsoft.Maui.IFontManager! fontManager) -> void -static Microsoft.Maui.Platform.ButtonExtensions.UpdateStrokeColor(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IButtonStroke! button) -> void -static Microsoft.Maui.Platform.ButtonExtensions.UpdateStrokeThickness(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IButtonStroke! button) -> void -static Microsoft.Maui.Platform.CheckBoxExtensions.UpdateForeground(this Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformCheck, Microsoft.Maui.ICheckBox! check) -> void -static Microsoft.Maui.Platform.CheckBoxExtensions.UpdateIsChecked(this Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformCheck, Microsoft.Maui.ICheckBox! check) -> void -static Microsoft.Maui.Platform.ColorExtensions.ToNUIColor(this Microsoft.Maui.Graphics.Color! c) -> Tizen.NUI.Color? -static Microsoft.Maui.Platform.ColorExtensions.ToPlatform(this Microsoft.Maui.Graphics.Color! c) -> Tizen.UIExtensions.Common.Color -static Microsoft.Maui.Platform.ColorExtensions.WithAlpha(this Microsoft.Maui.Graphics.Color! color, double alpha) -> Microsoft.Maui.Graphics.Color! -static Microsoft.Maui.Platform.ColorExtensions.WithPremultiplied(this Microsoft.Maui.Graphics.Color! color, double alpha) -> Microsoft.Maui.Graphics.Color! -static Microsoft.Maui.Platform.DatePickerExtensions.UpdateDate(this Tizen.UIExtensions.NUI.Entry! platformDatePicker, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Platform.DatePickerExtensions.UpdateFormat(this Tizen.UIExtensions.NUI.Entry! platformDatePicker, Microsoft.Maui.IDatePicker! datePicker) -> void -static Microsoft.Maui.Platform.DPExtensions.ConvertToDPFont(int pt) -> double -static Microsoft.Maui.Platform.DPExtensions.ConvertToPixel(double dp) -> int -static Microsoft.Maui.Platform.DPExtensions.ConvertToScaledDP(double pixel) -> double -static Microsoft.Maui.Platform.DPExtensions.ConvertToScaledDP(int pixel) -> double -static Microsoft.Maui.Platform.DPExtensions.ConvertToScaledPixel(double dp) -> int -static Microsoft.Maui.Platform.DPExtensions.ToDP(this Tizen.UIExtensions.Common.Rect rect) -> Microsoft.Maui.Graphics.Rect -static Microsoft.Maui.Platform.DPExtensions.ToDP(this Tizen.UIExtensions.Common.Size size) -> Microsoft.Maui.Graphics.Size -static Microsoft.Maui.Platform.DPExtensions.ToPixel(this double dp) -> int -static Microsoft.Maui.Platform.DPExtensions.ToPixel(this Microsoft.Maui.Graphics.Point point) -> Tizen.UIExtensions.Common.Point -static Microsoft.Maui.Platform.DPExtensions.ToPixel(this Microsoft.Maui.Graphics.Rect rect) -> Tizen.UIExtensions.Common.Rect -static Microsoft.Maui.Platform.DPExtensions.ToPixel(this Microsoft.Maui.Graphics.Size size) -> Tizen.UIExtensions.Common.Size -static Microsoft.Maui.Platform.DPExtensions.ToPoint(this double dp) -> double -static Microsoft.Maui.Platform.DPExtensions.ToScaledDP(this double pixel) -> double -static Microsoft.Maui.Platform.DPExtensions.ToScaledDP(this float pixel) -> float -static Microsoft.Maui.Platform.DPExtensions.ToScaledDP(this int pixel) -> double -static Microsoft.Maui.Platform.DPExtensions.ToScaledPixel(this double dp) -> int -static Microsoft.Maui.Platform.DPExtensions.ToScaledPoint(this double dp) -> double -static Microsoft.Maui.Platform.EditorExtensions.UpdateCursorPosition(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextStyle! textStyle, Microsoft.Maui.IFontManager! fontManager) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateHorizontalTextAlignment(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextAlignment! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateVerticalTextAlignment(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextAlignment! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateIsReadOnly(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateIsTextPredictionEnabled(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateKeyboard(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateMaxLength(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Editor! platformEditor, string! placeholder) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.Graphics.Color! color) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateSelectionLength(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateText(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.IText! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextStyle! editor) -> void -static Microsoft.Maui.Platform.EditorExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void -static Microsoft.Maui.Platform.ElementExtensions.SetApplicationHandler(this Tizen.Applications.CoreApplication! platformApplication, Microsoft.Maui.IApplication! application, Microsoft.Maui.IMauiContext! context) -> void -static Microsoft.Maui.Platform.ElementExtensions.SetWindowHandler(this Tizen.NUI.Window! platformWindow, Microsoft.Maui.IWindow! window, Microsoft.Maui.IMauiContext! context) -> void -static Microsoft.Maui.Platform.ElementExtensions.ToContainerView(this Microsoft.Maui.IElement! view, Microsoft.Maui.IMauiContext! context) -> Tizen.NUI.BaseComponents.View! -static Microsoft.Maui.Platform.ElementExtensions.ToHandler(this Microsoft.Maui.IElement! view, Microsoft.Maui.IMauiContext! context) -> Microsoft.Maui.IElementHandler! -static Microsoft.Maui.Platform.ElementExtensions.ToPlatform(this Microsoft.Maui.IElement! view, Microsoft.Maui.IMauiContext! context) -> Tizen.NUI.BaseComponents.View! -static Microsoft.Maui.Platform.EntryExtensions.ToPlatform(this Microsoft.Maui.ReturnType returnType) -> Tizen.UIExtensions.Common.ReturnType -static Microsoft.Maui.Platform.EntryExtensions.ToPlatform(this Microsoft.Maui.TextAlignment alignment) -> Tizen.UIExtensions.Common.TextAlignment -static Microsoft.Maui.Platform.EntryExtensions.UpdateCursorPosition(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextStyle! textStyle, Microsoft.Maui.IFontManager! fontManager) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateHorizontalTextAlignment(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextAlignment! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateIsPassword(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateIsReadOnly(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateIsTextPredictionEnabled(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateKeyboard(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateMaxLength(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Entry! platformEntry, string! placeholder) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.Graphics.Color! color) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateReturnType(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateSelectionLength(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateText(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IText! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextStyle! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateVerticalTextAlignment(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextAlignment! entry) -> void -static Microsoft.Maui.Platform.EntryExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextStyle! entry) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateDetail(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView, Microsoft.Maui.IMauiContext! context) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateFlyout(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView, Microsoft.Maui.IMauiContext! context) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateFlyoutBehavior(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateFlyoutWidth(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateIsGestureEnabled(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateIsPresented(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void -static Microsoft.Maui.Platform.FlyoutViewExtensions.ToPlatform(this Microsoft.Maui.FlyoutBehavior behavior) -> Tizen.UIExtensions.Common.DrawerBehavior -static Microsoft.Maui.Platform.GraphicsViewExtensions.UpdateDrawable(this Tizen.UIExtensions.NUI.GraphicsView.SkiaGraphicsView! platformGraphicsView, Microsoft.Maui.IGraphicsView! graphicsView) -> void -static Microsoft.Maui.Platform.ImageExtensions.Clear(this Tizen.UIExtensions.NUI.Image! platformImage) -> void -static Microsoft.Maui.Platform.ImageExtensions.UpdateAspect(this Tizen.UIExtensions.NUI.Image! platformImage, Microsoft.Maui.IImage! image) -> void -static Microsoft.Maui.Platform.ImageExtensions.UpdateIsAnimationPlaying(this Tizen.UIExtensions.NUI.Image! platformImage, Microsoft.Maui.IImageSourcePart! image) -> void -static Microsoft.Maui.Platform.ImageSourcePartExtensions.UpdateSourceAsync(this Microsoft.Maui.IImageSourcePart! image, Tizen.NUI.BaseComponents.View! destinationContext, Microsoft.Maui.IImageSourceServiceProvider! services, System.Action! setImage, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! -static Microsoft.Maui.Platform.KeyboardExtensions.ToAutoCapital(this Microsoft.Maui.KeyboardFlags keyboardFlags) -> Tizen.NUI.InputMethod.AutoCapitalType -static Microsoft.Maui.Platform.KeyboardExtensions.ToPlatform(this Microsoft.Maui.Keyboard! keyboard) -> Tizen.UIExtensions.Common.Keyboard -static Microsoft.Maui.Platform.LabelExtensions.GetFontAttributes(this Microsoft.Maui.Font font) -> Tizen.UIExtensions.Common.FontAttributes -static Microsoft.Maui.Platform.LabelExtensions.ToPlatform(this Microsoft.Maui.LineBreakMode mode) -> Tizen.UIExtensions.Common.LineBreakMode -static Microsoft.Maui.Platform.LabelExtensions.ToPlatform(this Microsoft.Maui.TextDecorations td) -> Tizen.UIExtensions.Common.TextDecorations -static Microsoft.Maui.Platform.LabelExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label, Microsoft.Maui.IFontManager! fontManager) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateHorizontalTextAlignment(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateShadow(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateText(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateTextDecorations(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateVerticalTextAlignment(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LabelExtensions.UpdateLineHeight(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void -static Microsoft.Maui.Platform.LayoutCanvasExtensions.UpdateClipsToBounds(this Microsoft.Maui.Platform.LayoutViewGroup! layoutViewGroup, Microsoft.Maui.ILayout! layout) -> void -static Microsoft.Maui.Platform.NavigationStackExtensions.PushDummyPopupPage(this Tizen.UIExtensions.NUI.NavigationStack! stack, System.Func! openPopup) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Platform.PickerExtensions.UpdateSelectedIndex(this Tizen.UIExtensions.NUI.Entry! platformPicker, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Platform.PickerExtensions.UpdateTitle(this Tizen.UIExtensions.NUI.Entry! platformPicker, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Platform.PickerExtensions.UpdateTitleColor(this Tizen.UIExtensions.NUI.Entry! platformPicker, Microsoft.Maui.IPicker! picker) -> void -static Microsoft.Maui.Platform.ProgressBarExtensions.UpdateProgress(this Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! platformProgressBar, Microsoft.Maui.IProgress! progress) -> void -static Microsoft.Maui.Platform.ProgressBarExtensions.UpdateProgressColor(this Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! platformProgressBar, Microsoft.Maui.IProgress! progress) -> void -static Microsoft.Maui.Platform.ScrollViewExtensions.ToNative(this Microsoft.Maui.ScrollOrientation scrollOrientation) -> Tizen.UIExtensions.Common.ScrollOrientation -static Microsoft.Maui.Platform.ScrollViewExtensions.ToPlatform(this Microsoft.Maui.ScrollBarVisibility visibility) -> Tizen.UIExtensions.Common.ScrollBarVisibility -static Microsoft.Maui.Platform.ScrollViewExtensions.UpdateHorizontalScrollBarVisibility(this Tizen.UIExtensions.NUI.ScrollView! scrollView, Microsoft.Maui.ScrollBarVisibility scrollBarVisibility) -> void -static Microsoft.Maui.Platform.ScrollViewExtensions.UpdateOrientation(this Tizen.UIExtensions.NUI.ScrollView! scrollView, Microsoft.Maui.ScrollOrientation scrollOrientation) -> void -static Microsoft.Maui.Platform.ScrollViewExtensions.UpdateVerticalScrollBarVisibility(this Tizen.UIExtensions.NUI.ScrollView! scrollView, Microsoft.Maui.ScrollBarVisibility scrollBarVisibility) -> void -static Microsoft.Maui.Platform.ShapeViewExtensions.InvalidateShape(this Microsoft.Maui.Platform.MauiShapeView! platformView, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Platform.ShapeViewExtensions.UpdateShape(this Microsoft.Maui.Platform.MauiShapeView! platformView, Microsoft.Maui.IShapeView! shapeView) -> void -static Microsoft.Maui.Platform.SliderExtensions.UpdateMaximum(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Platform.SliderExtensions.UpdateMaximumTrackColor(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Platform.SliderExtensions.UpdateMinimum(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Platform.SliderExtensions.UpdateMinimumTrackColor(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Platform.SliderExtensions.UpdateThumbColor(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Platform.SliderExtensions.UpdateThumbImageSourceAsync(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider, Microsoft.Maui.IImageSourceServiceProvider! provider) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Platform.SliderExtensions.UpdateValue(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStroke(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeDashOffset(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeDashPattern(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeLineCap(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeLineJoin(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeMiterLimit(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeShape(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void -static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeThickness(this Tizen.NUI.BaseComponents.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.UpdateIsOn(this Tizen.UIExtensions.NUI.GraphicsView.Switch! platformCheck, Microsoft.Maui.ISwitch! view) -> void -static Microsoft.Maui.Platform.SwitchExtensions.UpdateThumbColor(this Tizen.UIExtensions.NUI.GraphicsView.Switch! platformCheck, Microsoft.Maui.ISwitch! view) -> void -static Microsoft.Maui.Platform.SwitchExtensions.UpdateTrackColor(this Tizen.UIExtensions.NUI.GraphicsView.Switch! platformCheck, Microsoft.Maui.ISwitch! view) -> void -static Microsoft.Maui.Platform.TimeExtensions.ToFormattedString(this Microsoft.Maui.ITimePicker! timePicker) -> string! -static Microsoft.Maui.Platform.TimeExtensions.ToFormattedString(this System.TimeSpan time, string! format, System.Globalization.CultureInfo? cultureInfo = null) -> string! -static Microsoft.Maui.Platform.TimePickerExtensions.UpdateFormat(this Tizen.UIExtensions.NUI.Entry! platformTimePicker, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Platform.TimePickerExtensions.UpdateTime(this Tizen.UIExtensions.NUI.Entry! platformTimePicker, Microsoft.Maui.ITimePicker! timePicker) -> void -static Microsoft.Maui.Platform.ToolbarExtensions.UpdateTitle(this Microsoft.Maui.Platform.MauiToolbar! platformView, Microsoft.Maui.IToolbar! toolbar) -> void -static Microsoft.Maui.Platform.ToolbarExtensions.UpdateMenuButton(this Microsoft.Maui.Platform.MauiToolbar! platformToolbar, Microsoft.Maui.IToolbar! toolbar) -> void -static Microsoft.Maui.Platform.TransformationExtensions.UpdateRotation(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.TransformationExtensions.UpdateScale(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.TransformationExtensions.UpdateTransformation(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView? view) -> void -static Microsoft.Maui.Platform.TransformationExtensions.UpdateTranslate(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.Focus(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.FocusRequest! request) -> void -static Microsoft.Maui.Platform.ViewExtensions.InvalidateMeasure(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.ToHandler(this Microsoft.Maui.IView! view, Microsoft.Maui.IMauiContext! context) -> Microsoft.Maui.IPlatformViewHandler! -static Microsoft.Maui.Platform.ViewExtensions.ToPlatformVisibility(this Microsoft.Maui.Visibility visibility) -> bool -static Microsoft.Maui.Platform.ViewExtensions.Unfocus(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateAutomationId(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Microsoft.Maui.Platform.ContentViewGroup! platformView, Microsoft.Maui.IBorderView! border) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.Graphics.Paint? paint) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateBackgroundImageSourceAsync(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IImageSourceServiceProvider? provider) -> System.Threading.Tasks.Task! -static Microsoft.Maui.Platform.ViewExtensions.UpdateBorder(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateClip(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateHeight(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateInputTransparent(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateIsEnabled(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateMaximumHeight(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateMaximumWidth(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumHeight(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumWidth(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void -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.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 -static Microsoft.Maui.Platform.WebViewExtensions.UpdateGoBack(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void -static Microsoft.Maui.Platform.WebViewExtensions.UpdateGoForward(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void -static Microsoft.Maui.Platform.WebViewExtensions.UpdateReload(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void -static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void -static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView, Microsoft.Maui.IWebViewDelegate? webViewDelegate) -> 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 -static Microsoft.Maui.Primitives.Dimension.ResolveMinimum(double value) -> double -static Microsoft.Maui.PropertyMapperExtensions.AppendToMapping(this Microsoft.Maui.IPropertyMapper! propertyMapper, string! key, System.Action! method) -> void -static Microsoft.Maui.PropertyMapperExtensions.ModifyMapping(this Microsoft.Maui.IPropertyMapper! propertyMapper, string! key, System.Action?>! method) -> void -static Microsoft.Maui.PropertyMapperExtensions.PrependToMapping(this Microsoft.Maui.IPropertyMapper! propertyMapper, string! key, System.Action! method) -> void -static Microsoft.Maui.SemanticExtensions.SetSemanticFocus(this Microsoft.Maui.IView! element) -> void -static Microsoft.Maui.SizeRequest.implicit operator Microsoft.Maui.Graphics.Size(Microsoft.Maui.SizeRequest size) -> Microsoft.Maui.Graphics.Size -static Microsoft.Maui.SizeRequest.implicit operator Microsoft.Maui.SizeRequest(Microsoft.Maui.Graphics.Size size) -> Microsoft.Maui.SizeRequest -static Microsoft.Maui.Thickness.implicit operator Microsoft.Maui.Thickness(double uniformSize) -> Microsoft.Maui.Thickness -static Microsoft.Maui.Thickness.implicit operator Microsoft.Maui.Thickness(Microsoft.Maui.Graphics.Size size) -> Microsoft.Maui.Thickness -static Microsoft.Maui.Thickness.operator !=(Microsoft.Maui.Thickness left, Microsoft.Maui.Thickness right) -> bool -static Microsoft.Maui.Thickness.operator +(Microsoft.Maui.Thickness left, double addend) -> Microsoft.Maui.Thickness -static Microsoft.Maui.Thickness.operator +(Microsoft.Maui.Thickness left, Microsoft.Maui.Thickness right) -> Microsoft.Maui.Thickness -static Microsoft.Maui.Thickness.operator -(Microsoft.Maui.Thickness left, double addend) -> Microsoft.Maui.Thickness -static Microsoft.Maui.Thickness.operator ==(Microsoft.Maui.Thickness left, Microsoft.Maui.Thickness right) -> bool -static Microsoft.Maui.Thickness.Zero -> Microsoft.Maui.Thickness -static Microsoft.Maui.ViewExtensions.CaptureAsync(this Microsoft.Maui.IView! view) -> System.Threading.Tasks.Task! -static Microsoft.Maui.VisualDiagnostics.CaptureAsJpegAsync(Microsoft.Maui.IView! view, int quality = 80) -> System.Threading.Tasks.Task! -static Microsoft.Maui.VisualDiagnostics.CaptureAsJpegAsync(Microsoft.Maui.IWindow! window, int quality = 80) -> System.Threading.Tasks.Task! -static Microsoft.Maui.VisualDiagnostics.CaptureAsPngAsync(Microsoft.Maui.IView! view) -> System.Threading.Tasks.Task! -static Microsoft.Maui.VisualDiagnostics.CaptureAsPngAsync(Microsoft.Maui.IWindow! window) -> System.Threading.Tasks.Task! -static Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object! obj) -> Microsoft.Maui.SourceInfo? -static Microsoft.Maui.VisualDiagnostics.OnChildAdded(Microsoft.Maui.IVisualTreeElement! parent, Microsoft.Maui.IVisualTreeElement! child) -> void -static Microsoft.Maui.VisualDiagnostics.OnChildAdded(Microsoft.Maui.IVisualTreeElement? parent, Microsoft.Maui.IVisualTreeElement! child, int newLogicalIndex) -> void -static Microsoft.Maui.VisualDiagnostics.OnChildRemoved(Microsoft.Maui.IVisualTreeElement! parent, Microsoft.Maui.IVisualTreeElement! child, int oldLogicalIndex) -> void -static Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object! target, System.Uri! uri, int lineNumber, int linePosition) -> void -static Microsoft.Maui.VisualDiagnostics.VisualTreeChanged -> System.EventHandler? -static Microsoft.Maui.VisualTreeElementExtensions.GetVisualElementWindow(this Microsoft.Maui.IVisualTreeElement! element) -> Microsoft.Maui.IWindow? -static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeDescendants(this Microsoft.Maui.IVisualTreeElement! visualElement) -> System.Collections.Generic.IReadOnlyList! -static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, double x, double y) -> System.Collections.Generic.IReadOnlyList! -static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, double x1, double y1, double x2, double y2) -> System.Collections.Generic.IReadOnlyList! -static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IReadOnlyList! -static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, Microsoft.Maui.Graphics.Rect rectangle) -> System.Collections.Generic.IReadOnlyList! -static Microsoft.Maui.WindowExtensions.CaptureAsync(this Microsoft.Maui.IWindow! window) -> System.Threading.Tasks.Task! -static Microsoft.Maui.WindowExtensions.GetDisplayDensity(this Tizen.NUI.Window! platformWindow) -> float -static Microsoft.Maui.WindowExtensions.GetModalStack(this Tizen.NUI.Window! platformWindow) -> Tizen.UIExtensions.NUI.NavigationStack? -static Microsoft.Maui.WindowExtensions.Initialize(this Tizen.NUI.Window! platformWindow) -> void -static Microsoft.Maui.WindowExtensions.SetBackButtonPressedHandler(this Tizen.NUI.Window! platformWindow, System.Func! handler) -> void -static Microsoft.Maui.WindowExtensions.SetContent(this Tizen.NUI.Window! platformWindow, Tizen.NUI.BaseComponents.View! content) -> void -static Microsoft.Maui.WindowExtensions.SetWindowCloseRequestHandler(this Tizen.NUI.Window! platformWindow, System.Action! handler) -> void -static readonly Microsoft.Maui.Animations.Lerp.Lerps -> System.Collections.Generic.Dictionary! -static readonly Microsoft.Maui.Easing.BounceIn -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.BounceOut -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.CubicIn -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.CubicInOut -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.CubicOut -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.Linear -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.SinIn -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.SinInOut -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.SinOut -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.SpringIn -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.Easing.SpringOut -> Microsoft.Maui.Easing! -static readonly Microsoft.Maui.FontFile.Extensions -> string![]! -static readonly Microsoft.Maui.GridLength.Auto -> Microsoft.Maui.GridLength -static readonly Microsoft.Maui.GridLength.Star -> Microsoft.Maui.GridLength -static readonly Microsoft.Maui.Layouts.FlexBasis.Auto -> Microsoft.Maui.Layouts.FlexBasis -virtual Microsoft.Maui.Animations.Animation.CreateReverse() -> Microsoft.Maui.Animations.Animation! -virtual Microsoft.Maui.Animations.Animation.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Animations.Animation.OnTick(double millisecondsSinceLastUpdate) -> void -virtual Microsoft.Maui.Animations.Animation.Reset() -> void -virtual Microsoft.Maui.Animations.Animation.Update(double percent) -> void -virtual Microsoft.Maui.Animations.AnimationManager.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Animations.Ticker.IsRunning.get -> bool -virtual Microsoft.Maui.Animations.Ticker.MaxFps.get -> int -virtual Microsoft.Maui.Animations.Ticker.MaxFps.set -> void -virtual Microsoft.Maui.Animations.Ticker.Start() -> void -virtual Microsoft.Maui.Animations.Ticker.Stop() -> void -virtual Microsoft.Maui.Animations.Ticker.SystemEnabled.get -> bool -virtual Microsoft.Maui.CommandMapper.GetCommand(string! key) -> System.Action? -virtual Microsoft.Maui.Handlers.ElementHandler.Invoke(string! command, object? args) -> void -virtual Microsoft.Maui.Handlers.ElementHandler.SetMauiContext(Microsoft.Maui.IMauiContext! mauiContext) -> void -virtual Microsoft.Maui.Handlers.ElementHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void -virtual Microsoft.Maui.Handlers.ElementHandler.UpdateValue(string! property) -> void -virtual Microsoft.Maui.Handlers.ElementHandler.ConnectHandler(TPlatformView! platformView) -> void -virtual Microsoft.Maui.Handlers.ElementHandler.DisconnectHandler(TPlatformView! platformView) -> void -virtual Microsoft.Maui.Handlers.ViewHandler.NeedsContainer.get -> bool -virtual Microsoft.Maui.Handlers.ViewHandler.OnFocused() -> void -virtual Microsoft.Maui.Handlers.ViewHandler.OnPlatformViewDeleted() -> void -virtual Microsoft.Maui.Handlers.ViewHandler.OnUnfocused() -> void -virtual Microsoft.Maui.Handlers.ViewHandler.ConnectHandler(TPlatformView! platformView) -> void -virtual Microsoft.Maui.Handlers.ViewHandler.DisconnectHandler(TPlatformView! platformView) -> void -virtual Microsoft.Maui.Handlers.ViewHandler.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Handlers.ViewHandler.Measure(double availableWidth, double availableHeight) -> Microsoft.Maui.Graphics.Size -virtual Microsoft.Maui.Handlers.ViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void -virtual Microsoft.Maui.Handlers.WebViewHandler.MinimumSize.get -> double -virtual Microsoft.Maui.Platform.MauiImageSource.Dispose(bool disposing) -> void -virtual Microsoft.Maui.Platform.StackNavigationManager.Connect(Microsoft.Maui.IView! navigationView) -> void -virtual Microsoft.Maui.Platform.StackNavigationManager.Disconnect() -> void -virtual Microsoft.Maui.Platform.StackNavigationManager.RequestNavigation(Microsoft.Maui.NavigationRequest! e) -> void -virtual Microsoft.Maui.Platform.StackNavigationManager.InitializeStack(System.Collections.Generic.IReadOnlyList! newStack, bool animated) -> System.Threading.Tasks.Task! -virtual Microsoft.Maui.PropertyMapper.ClearKeyCache() -> void -virtual Microsoft.Maui.PropertyMapper.GetKeys() -> System.Collections.Generic.IEnumerable! -virtual Microsoft.Maui.PropertyMapper.GetProperty(string! key) -> System.Action? -virtual Microsoft.Maui.PropertyMapper.SetPropertyCore(string! key, System.Action! action) -> void -virtual Microsoft.Maui.PropertyMapper.UpdateKeys.get -> System.Collections.Generic.IReadOnlyCollection! -virtual Microsoft.Maui.PropertyMapper.UpdatePropertyCore(string! key, Microsoft.Maui.IElementHandler! viewHandler, Microsoft.Maui.IElement! virtualView) -> void -virtual Microsoft.Maui.RectangleAdorner.Contains(Microsoft.Maui.Graphics.Point point) -> bool -virtual Microsoft.Maui.RectangleAdorner.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void -virtual Microsoft.Maui.WindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool -virtual Microsoft.Maui.WindowOverlay.Deinitialize() -> bool -virtual Microsoft.Maui.WindowOverlay.HandleUIChange() -> void -virtual Microsoft.Maui.WindowOverlay.Initialize() -> bool -virtual Microsoft.Maui.WindowOverlay.RemoveWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool -virtual Microsoft.Maui.WindowOverlay.RemoveWindowElements() -> 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 -~override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.EasingTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.EasingTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) -> System.ComponentModel.TypeConverter.StandardValuesCollection -~override Microsoft.Maui.Converters.EasingTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) -> bool -~override Microsoft.Maui.Converters.EasingTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.FlexBasisTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexBasisTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexBasisTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexBasisTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.FlexWrapTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.FlexWrapTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.FlexWrapTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.FlexWrapTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object -~override Microsoft.Maui.Converters.ThicknessTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool -~override Microsoft.Maui.Converters.ThicknessTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool -~override Microsoft.Maui.Converters.ThicknessTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object -~override Microsoft.Maui.Converters.ThicknessTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +#nullable enable \ No newline at end of file diff --git a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index b4d60269a31f..78c62602d970 100644 --- a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -1,17 +1,441 @@ #nullable enable -Microsoft.Maui.Handlers.MenuFlyoutHandler -Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> 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.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void -Microsoft.Maui.Handlers.MenuFlyoutHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void +abstract Microsoft.Maui.Handlers.ElementHandler.CreatePlatformElement() -> TPlatformView! +abstract Microsoft.Maui.Handlers.ViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +abstract Microsoft.Maui.Handlers.ViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void +abstract Microsoft.Maui.Handlers.ViewHandler.RemoveContainer() -> void +abstract Microsoft.Maui.Handlers.ViewHandler.SetupContainer() -> void +abstract Microsoft.Maui.Handlers.ViewHandler.CreatePlatformView() -> TPlatformView! +abstract Microsoft.Maui.ImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +abstract Microsoft.Maui.Layouts.LayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +abstract Microsoft.Maui.Layouts.LayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +abstract Microsoft.Maui.MauiApplication.CreateMauiApp() -> Microsoft.Maui.Hosting.MauiApp! +const Microsoft.Maui.Primitives.Dimension.Maximum = Infinity -> double +const Microsoft.Maui.Primitives.Dimension.Minimum = 0 -> double +const Microsoft.Maui.Primitives.Dimension.Unset = NaN -> double +Microsoft.Maui.ActivationState +Microsoft.Maui.ActivationState.ActivationState(Microsoft.Maui.IMauiContext! context) -> void +Microsoft.Maui.ActivationState.ActivationState(Microsoft.Maui.IMauiContext! context, Microsoft.Maui.IPersistedState! state) -> void +Microsoft.Maui.ActivationState.ActivationState(Microsoft.Maui.IMauiContext! context, Tizen.Applications.Bundle? savedInstance) -> void +Microsoft.Maui.ActivationState.Context.get -> Microsoft.Maui.IMauiContext! +Microsoft.Maui.ActivationState.SavedInstance.get -> Tizen.Applications.Bundle? +Microsoft.Maui.ActivationState.State.get -> Microsoft.Maui.IPersistedState! +Microsoft.Maui.Animations.Animation +Microsoft.Maui.Animations.Animation.Add(double beginAt, double duration, Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.Animation.Animation() -> void +Microsoft.Maui.Animations.Animation.Animation(System.Action! callback, double start = 0, double duration = 1, Microsoft.Maui.Easing? easing = null, System.Action? finished = null) -> void +Microsoft.Maui.Animations.Animation.Animation(System.Collections.Generic.List! animations) -> void +Microsoft.Maui.Animations.Animation.AnimationManager.get -> Microsoft.Maui.Animations.IAnimationManager? +Microsoft.Maui.Animations.Animation.animationManger -> Microsoft.Maui.Animations.IAnimationManager? +Microsoft.Maui.Animations.Animation.childrenAnimations -> System.Collections.Generic.List! +Microsoft.Maui.Animations.Animation.Commit(Microsoft.Maui.Animations.IAnimationManager! animationManger) -> void +Microsoft.Maui.Animations.Animation.CreateAutoReversing() -> Microsoft.Maui.Animations.Animation! +Microsoft.Maui.Animations.Animation.CurrentTime.get -> double +Microsoft.Maui.Animations.Animation.CurrentTime.set -> void +Microsoft.Maui.Animations.Animation.Dispose() -> void +Microsoft.Maui.Animations.Animation.Duration.get -> double +Microsoft.Maui.Animations.Animation.Duration.set -> void +Microsoft.Maui.Animations.Animation.Easing.get -> Microsoft.Maui.Easing! +Microsoft.Maui.Animations.Animation.Easing.set -> void +Microsoft.Maui.Animations.Animation.Finished.get -> System.Action? +Microsoft.Maui.Animations.Animation.Finished.set -> void +Microsoft.Maui.Animations.Animation.GetEnumerator() -> System.Collections.IEnumerator! +Microsoft.Maui.Animations.Animation.HasFinished.get -> bool +Microsoft.Maui.Animations.Animation.HasFinished.set -> void +Microsoft.Maui.Animations.Animation.IsDisposed.get -> bool +Microsoft.Maui.Animations.Animation.IsPaused.get -> bool +Microsoft.Maui.Animations.Animation.Name.get -> string? +Microsoft.Maui.Animations.Animation.Name.set -> void +Microsoft.Maui.Animations.Animation.Pause() -> void +Microsoft.Maui.Animations.Animation.Progress.get -> double +Microsoft.Maui.Animations.Animation.Progress.set -> void +Microsoft.Maui.Animations.Animation.RemoveFromParent() -> void +Microsoft.Maui.Animations.Animation.Repeats.get -> bool +Microsoft.Maui.Animations.Animation.Repeats.set -> void +Microsoft.Maui.Animations.Animation.Resume() -> void +Microsoft.Maui.Animations.Animation.StartDelay.get -> double +Microsoft.Maui.Animations.Animation.StartDelay.set -> void +Microsoft.Maui.Animations.Animation.Step.get -> System.Action? +Microsoft.Maui.Animations.Animation.Step.set -> void +Microsoft.Maui.Animations.Animation.Tick(double milliseconds) -> void +Microsoft.Maui.Animations.AnimationLerpingExtensions +Microsoft.Maui.Animations.AnimationManager +Microsoft.Maui.Animations.AnimationManager.Add(Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.AnimationManager.AnimationManager(Microsoft.Maui.Animations.ITicker! ticker) -> void +Microsoft.Maui.Animations.AnimationManager.AutoStartTicker.get -> bool +Microsoft.Maui.Animations.AnimationManager.AutoStartTicker.set -> void +Microsoft.Maui.Animations.AnimationManager.Dispose() -> void +Microsoft.Maui.Animations.AnimationManager.Remove(Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.AnimationManager.SpeedModifier.get -> double +Microsoft.Maui.Animations.AnimationManager.SpeedModifier.set -> void +Microsoft.Maui.Animations.AnimationManager.Ticker.get -> Microsoft.Maui.Animations.ITicker! +Microsoft.Maui.Animations.IAnimationManager +Microsoft.Maui.Animations.IAnimationManager.Add(Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.IAnimationManager.AutoStartTicker.get -> bool +Microsoft.Maui.Animations.IAnimationManager.AutoStartTicker.set -> void +Microsoft.Maui.Animations.IAnimationManager.Remove(Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.IAnimationManager.SpeedModifier.get -> double +Microsoft.Maui.Animations.IAnimationManager.SpeedModifier.set -> void +Microsoft.Maui.Animations.IAnimationManager.Ticker.get -> Microsoft.Maui.Animations.ITicker! +Microsoft.Maui.Animations.IAnimator +Microsoft.Maui.Animations.IAnimator.AddAnimation(Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.IAnimator.RemoveAnimation(Microsoft.Maui.Animations.Animation! animation) -> void +Microsoft.Maui.Animations.ITicker +Microsoft.Maui.Animations.ITicker.Fire.get -> System.Action? +Microsoft.Maui.Animations.ITicker.Fire.set -> void +Microsoft.Maui.Animations.ITicker.IsRunning.get -> bool +Microsoft.Maui.Animations.ITicker.MaxFps.get -> int +Microsoft.Maui.Animations.ITicker.MaxFps.set -> void +Microsoft.Maui.Animations.ITicker.Start() -> void +Microsoft.Maui.Animations.ITicker.Stop() -> void +Microsoft.Maui.Animations.ITicker.SystemEnabled.get -> bool +Microsoft.Maui.Animations.Lerp +Microsoft.Maui.Animations.Lerp.Calculate.get -> Microsoft.Maui.Animations.Lerp.LerpDelegate? +Microsoft.Maui.Animations.Lerp.Calculate.set -> void +Microsoft.Maui.Animations.Lerp.Lerp() -> void +Microsoft.Maui.Animations.Lerp.LerpDelegate +Microsoft.Maui.Animations.LerpingAnimation +Microsoft.Maui.Animations.LerpingAnimation.CurrentValue.get -> object? +Microsoft.Maui.Animations.LerpingAnimation.CurrentValue.set -> void +Microsoft.Maui.Animations.LerpingAnimation.EndValue.get -> object? +Microsoft.Maui.Animations.LerpingAnimation.EndValue.set -> void +Microsoft.Maui.Animations.LerpingAnimation.Lerp.get -> Microsoft.Maui.Animations.Lerp? +Microsoft.Maui.Animations.LerpingAnimation.Lerp.set -> void +Microsoft.Maui.Animations.LerpingAnimation.LerpingAnimation() -> void +Microsoft.Maui.Animations.LerpingAnimation.LerpingAnimation(System.Action! callback, double start = 0, double end = 1, Microsoft.Maui.Easing? easing = null, System.Action? finished = null) -> void +Microsoft.Maui.Animations.LerpingAnimation.LerpingAnimation(System.Collections.Generic.List! animations) -> void +Microsoft.Maui.Animations.LerpingAnimation.StartValue.get -> object? +Microsoft.Maui.Animations.LerpingAnimation.StartValue.set -> void +Microsoft.Maui.Animations.LerpingAnimation.ValueChanged.get -> System.Action? +Microsoft.Maui.Animations.LerpingAnimation.ValueChanged.set -> void +Microsoft.Maui.Animations.PlatformTicker +Microsoft.Maui.Animations.PlatformTicker.PlatformTicker() -> void +Microsoft.Maui.Animations.Ticker +Microsoft.Maui.Animations.Ticker.Fire.get -> System.Action? +Microsoft.Maui.Animations.Ticker.Fire.set -> void +Microsoft.Maui.Animations.Ticker.Ticker() -> void +Microsoft.Maui.Aspect +Microsoft.Maui.Aspect.AspectFill = 1 -> Microsoft.Maui.Aspect +Microsoft.Maui.Aspect.AspectFit = 0 -> Microsoft.Maui.Aspect +Microsoft.Maui.Aspect.Center = 3 -> Microsoft.Maui.Aspect +Microsoft.Maui.Aspect.Fill = 2 -> Microsoft.Maui.Aspect +Microsoft.Maui.ClearButtonVisibility +Microsoft.Maui.ClearButtonVisibility.Never = 0 -> Microsoft.Maui.ClearButtonVisibility +Microsoft.Maui.ClearButtonVisibility.WhileEditing = 1 -> Microsoft.Maui.ClearButtonVisibility +Microsoft.Maui.CommandMapper +Microsoft.Maui.CommandMapper.Chained.get -> Microsoft.Maui.CommandMapper? +Microsoft.Maui.CommandMapper.Chained.set -> void +Microsoft.Maui.CommandMapper.CommandMapper() -> void +Microsoft.Maui.CommandMapper.CommandMapper(Microsoft.Maui.CommandMapper! chained) -> void +Microsoft.Maui.CommandMapper +Microsoft.Maui.CommandMapper.Add(string! key, System.Action! action) -> void +Microsoft.Maui.CommandMapper.Add(string! key, System.Action! action) -> void +Microsoft.Maui.CommandMapper.CommandMapper() -> void +Microsoft.Maui.CommandMapper.CommandMapper(Microsoft.Maui.CommandMapper! chained) -> void +Microsoft.Maui.CommandMapper.this[string! key].get -> System.Action! +Microsoft.Maui.CommandMapper.this[string! key].set -> void +Microsoft.Maui.CommandMapper +Microsoft.Maui.CommandMapper.CommandMapper() -> void +Microsoft.Maui.CommandMapper.CommandMapper(Microsoft.Maui.CommandMapper! chained) -> void +Microsoft.Maui.CommandMapperExtensions +Microsoft.Maui.Converters.CornerRadiusTypeConverter +Microsoft.Maui.Converters.CornerRadiusTypeConverter.CornerRadiusTypeConverter() -> void +Microsoft.Maui.Converters.EasingTypeConverter +Microsoft.Maui.Converters.EasingTypeConverter.EasingTypeConverter() -> void +Microsoft.Maui.Converters.FlexAlignContentTypeConverter +Microsoft.Maui.Converters.FlexAlignContentTypeConverter.FlexAlignContentTypeConverter() -> void +Microsoft.Maui.Converters.FlexAlignItemsTypeConverter +Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.FlexAlignItemsTypeConverter() -> void +Microsoft.Maui.Converters.FlexAlignSelfTypeConverter +Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.FlexAlignSelfTypeConverter() -> void +Microsoft.Maui.Converters.FlexBasisTypeConverter +Microsoft.Maui.Converters.FlexBasisTypeConverter.FlexBasisTypeConverter() -> void +Microsoft.Maui.Converters.FlexDirectionTypeConverter +Microsoft.Maui.Converters.FlexDirectionTypeConverter.FlexDirectionTypeConverter() -> void +Microsoft.Maui.Converters.FlexJustifyTypeConverter +Microsoft.Maui.Converters.FlexJustifyTypeConverter.FlexJustifyTypeConverter() -> void +Microsoft.Maui.Converters.FlexWrapTypeConverter +Microsoft.Maui.Converters.FlexWrapTypeConverter.FlexWrapTypeConverter() -> void +Microsoft.Maui.Converters.KeyboardTypeConverter +Microsoft.Maui.Converters.KeyboardTypeConverter.KeyboardTypeConverter() -> void +Microsoft.Maui.Converters.ThicknessTypeConverter +Microsoft.Maui.Converters.ThicknessTypeConverter.ThicknessTypeConverter() -> void +Microsoft.Maui.CornerRadius +Microsoft.Maui.CornerRadius.BottomLeft.get -> double +Microsoft.Maui.CornerRadius.BottomRight.get -> double +Microsoft.Maui.CornerRadius.CornerRadius() -> void +Microsoft.Maui.CornerRadius.CornerRadius(double topLeft, double topRight, double bottomLeft, double bottomRight) -> void +Microsoft.Maui.CornerRadius.CornerRadius(double uniformRadius) -> void +Microsoft.Maui.CornerRadius.Deconstruct(out double topLeft, out double topRight, out double bottomLeft, out double bottomRight) -> void +Microsoft.Maui.CornerRadius.TopLeft.get -> double +Microsoft.Maui.CornerRadius.TopRight.get -> double +Microsoft.Maui.Crc64 +Microsoft.Maui.CustomKeyboard +Microsoft.Maui.CustomKeyboard.Flags.get -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.Dispatching.Dispatcher +Microsoft.Maui.Dispatching.Dispatcher.CreateTimer() -> Microsoft.Maui.Dispatching.IDispatcherTimer! +Microsoft.Maui.Dispatching.Dispatcher.Dispatch(System.Action! action) -> bool +Microsoft.Maui.Dispatching.Dispatcher.DispatchDelayed(System.TimeSpan delay, System.Action! action) -> bool +Microsoft.Maui.Dispatching.Dispatcher.IsDispatchRequired.get -> bool +Microsoft.Maui.Dispatching.DispatcherExtensions +Microsoft.Maui.Dispatching.DispatcherProvider +Microsoft.Maui.Dispatching.DispatcherProvider.DispatcherProvider() -> void +Microsoft.Maui.Dispatching.DispatcherProvider.GetForCurrentThread() -> Microsoft.Maui.Dispatching.IDispatcher? +Microsoft.Maui.Dispatching.IDispatcher +Microsoft.Maui.Dispatching.IDispatcher.CreateTimer() -> Microsoft.Maui.Dispatching.IDispatcherTimer! +Microsoft.Maui.Dispatching.IDispatcher.Dispatch(System.Action! action) -> bool +Microsoft.Maui.Dispatching.IDispatcher.DispatchDelayed(System.TimeSpan delay, System.Action! action) -> bool +Microsoft.Maui.Dispatching.IDispatcher.IsDispatchRequired.get -> bool +Microsoft.Maui.Dispatching.IDispatcherProvider +Microsoft.Maui.Dispatching.IDispatcherProvider.GetForCurrentThread() -> Microsoft.Maui.Dispatching.IDispatcher? +Microsoft.Maui.Dispatching.IDispatcherTimer +Microsoft.Maui.Dispatching.IDispatcherTimer.Interval.get -> System.TimeSpan +Microsoft.Maui.Dispatching.IDispatcherTimer.Interval.set -> void +Microsoft.Maui.Dispatching.IDispatcherTimer.IsRepeating.get -> bool +Microsoft.Maui.Dispatching.IDispatcherTimer.IsRepeating.set -> void +Microsoft.Maui.Dispatching.IDispatcherTimer.IsRunning.get -> bool +Microsoft.Maui.Dispatching.IDispatcherTimer.Start() -> void +Microsoft.Maui.Dispatching.IDispatcherTimer.Stop() -> void +Microsoft.Maui.Dispatching.IDispatcherTimer.Tick -> System.EventHandler! +Microsoft.Maui.DisplayDensityRequest +Microsoft.Maui.DisplayDensityRequest.DisplayDensityRequest() -> void +Microsoft.Maui.Easing +Microsoft.Maui.Easing.Ease(double v) -> double +Microsoft.Maui.Easing.Easing(System.Func! easingFunc) -> void +Microsoft.Maui.EmbeddedFont +Microsoft.Maui.EmbeddedFont.EmbeddedFont() -> void +Microsoft.Maui.EmbeddedFont.FontName.get -> string? +Microsoft.Maui.EmbeddedFont.FontName.set -> void +Microsoft.Maui.EmbeddedFont.ResourceStream.get -> System.IO.Stream? +Microsoft.Maui.EmbeddedFont.ResourceStream.set -> void +Microsoft.Maui.EmbeddedFontLoader +Microsoft.Maui.EmbeddedFontLoader.EmbeddedFontLoader() -> void +Microsoft.Maui.EmbeddedFontLoader.EmbeddedFontLoader(System.IServiceProvider? serviceProvider = null) -> void +Microsoft.Maui.EmbeddedFontLoader.FontCacheDirectory.get -> System.IO.DirectoryInfo? +Microsoft.Maui.EmbeddedFontLoader.LoadFont(Microsoft.Maui.EmbeddedFont! font) -> string? +Microsoft.Maui.EvaluateJavaScriptAsyncRequest +Microsoft.Maui.EvaluateJavaScriptAsyncRequest.EvaluateJavaScriptAsyncRequest(string! script) -> void +Microsoft.Maui.EvaluateJavaScriptAsyncRequest.Script.get -> string! +Microsoft.Maui.FileImageSourceService +Microsoft.Maui.FileImageSourceService.FileImageSourceService() -> void +Microsoft.Maui.FileImageSourceService.FileImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void +Microsoft.Maui.FileImageSourceService.GetImageAsync(Microsoft.Maui.IFileImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +Microsoft.Maui.FileSystemEmbeddedFontLoader +Microsoft.Maui.FileSystemEmbeddedFontLoader.FileSystemEmbeddedFontLoader(string! rootPath, System.IServiceProvider? serviceProvider = null) -> void +Microsoft.Maui.FileSystemEmbeddedFontLoader.LoadFont(Microsoft.Maui.EmbeddedFont! font) -> string? +Microsoft.Maui.FilterMode +Microsoft.Maui.FilterMode.Multiply = 1 -> Microsoft.Maui.FilterMode +Microsoft.Maui.FilterMode.SrcAtop = 2 -> Microsoft.Maui.FilterMode +Microsoft.Maui.FilterMode.SrcIn = 0 -> Microsoft.Maui.FilterMode +Microsoft.Maui.FlowDirection +Microsoft.Maui.FlowDirection.LeftToRight = 1 -> Microsoft.Maui.FlowDirection +Microsoft.Maui.FlowDirection.MatchParent = 0 -> Microsoft.Maui.FlowDirection +Microsoft.Maui.FlowDirection.RightToLeft = 2 -> Microsoft.Maui.FlowDirection +Microsoft.Maui.FlyoutBehavior +Microsoft.Maui.FlyoutBehavior.Disabled = 0 -> Microsoft.Maui.FlyoutBehavior +Microsoft.Maui.FlyoutBehavior.Flyout = 1 -> Microsoft.Maui.FlyoutBehavior +Microsoft.Maui.FlyoutBehavior.Locked = 2 -> Microsoft.Maui.FlyoutBehavior +Microsoft.Maui.FocusRequest +Microsoft.Maui.FocusRequest.FocusRequest(bool isFocused) -> void +Microsoft.Maui.FocusRequest.IsFocused.get -> bool +Microsoft.Maui.FocusRequest.IsFocused.set -> void +Microsoft.Maui.Font +Microsoft.Maui.Font.AutoScalingEnabled.get -> bool +Microsoft.Maui.Font.Family.get -> string? +Microsoft.Maui.Font.Font() -> void +Microsoft.Maui.Font.IsDefault.get -> bool +Microsoft.Maui.Font.Size.get -> double +Microsoft.Maui.Font.Slant.get -> Microsoft.Maui.FontSlant +Microsoft.Maui.Font.Weight.get -> Microsoft.Maui.FontWeight +Microsoft.Maui.Font.WithAutoScaling(bool enabled) -> Microsoft.Maui.Font +Microsoft.Maui.Font.WithSize(double size) -> Microsoft.Maui.Font +Microsoft.Maui.Font.WithSlant(Microsoft.Maui.FontSlant fontSlant) -> Microsoft.Maui.Font +Microsoft.Maui.Font.WithWeight(Microsoft.Maui.FontWeight weight) -> Microsoft.Maui.Font +Microsoft.Maui.Font.WithWeight(Microsoft.Maui.FontWeight weight, Microsoft.Maui.FontSlant fontSlant) -> Microsoft.Maui.Font +Microsoft.Maui.FontFile +Microsoft.Maui.FontFile.Extension.get -> string? +Microsoft.Maui.FontFile.Extension.set -> void +Microsoft.Maui.FontFile.FileName.get -> string? +Microsoft.Maui.FontFile.FileName.set -> void +Microsoft.Maui.FontFile.FileNameWithExtension() -> string! +Microsoft.Maui.FontFile.FileNameWithExtension(string? extension) -> string! +Microsoft.Maui.FontFile.FontFile() -> void +Microsoft.Maui.FontFile.GetPostScriptNameWithSpaces() -> string! +Microsoft.Maui.FontFile.PostScriptName.get -> string? +Microsoft.Maui.FontFile.PostScriptName.set -> void +Microsoft.Maui.FontImageSourceService +Microsoft.Maui.FontImageSourceService.FontImageSourceService(Microsoft.Maui.IFontManager! fontManager) -> void +Microsoft.Maui.FontImageSourceService.FontImageSourceService(Microsoft.Maui.IFontManager! fontManager, Microsoft.Extensions.Logging.ILogger? logger = null) -> void +Microsoft.Maui.FontImageSourceService.FontManager.get -> Microsoft.Maui.IFontManager! +Microsoft.Maui.FontImageSourceService.GetImageAsync(Microsoft.Maui.IFontImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +Microsoft.Maui.FontManager +Microsoft.Maui.FontManager.DefaultFontSize.get -> double +Microsoft.Maui.FontManager.FontManager(Microsoft.Maui.IFontRegistrar! fontRegistrar, System.IServiceProvider? serviceProvider = null) -> void +Microsoft.Maui.FontManager.GetFont(Microsoft.Maui.Font font) -> string! +Microsoft.Maui.FontManager.GetFontFamily(string? fontFamliy) -> string! +Microsoft.Maui.FontRegistrar +Microsoft.Maui.FontRegistrar.FontRegistrar(Microsoft.Maui.IEmbeddedFontLoader! fontLoader, System.IServiceProvider? serviceProvider = null) -> void +Microsoft.Maui.FontRegistrar.GetFont(string! font) -> string? +Microsoft.Maui.FontRegistrar.Register(string! filename, string? alias) -> void +Microsoft.Maui.FontRegistrar.Register(string! filename, string? alias, System.Reflection.Assembly! assembly) -> void +Microsoft.Maui.FontSlant +Microsoft.Maui.FontSlant.Default = 0 -> Microsoft.Maui.FontSlant +Microsoft.Maui.FontSlant.Italic = 1 -> Microsoft.Maui.FontSlant +Microsoft.Maui.FontSlant.Oblique = 2 -> Microsoft.Maui.FontSlant +Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Black = 900 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Bold = 700 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Heavy = 800 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Light = 300 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Medium = 500 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Regular = 400 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Semibold = 600 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Thin = 100 -> Microsoft.Maui.FontWeight +Microsoft.Maui.FontWeight.Ultralight = 200 -> Microsoft.Maui.FontWeight +Microsoft.Maui.GestureStatus +Microsoft.Maui.GestureStatus.Canceled = 3 -> Microsoft.Maui.GestureStatus +Microsoft.Maui.GestureStatus.Completed = 2 -> Microsoft.Maui.GestureStatus +Microsoft.Maui.GestureStatus.Running = 1 -> Microsoft.Maui.GestureStatus +Microsoft.Maui.GestureStatus.Started = 0 -> Microsoft.Maui.GestureStatus +Microsoft.Maui.Graphics.IShape +Microsoft.Maui.Graphics.IShape.PathForBounds(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.PathF! +Microsoft.Maui.Graphics.PaintExtensions +Microsoft.Maui.Graphics.ShapeDrawable +Microsoft.Maui.Graphics.ShapeDrawable.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void +Microsoft.Maui.Graphics.ShapeDrawable.ShapeDrawable() -> void +Microsoft.Maui.Graphics.ShapeDrawable.ShapeDrawable(Microsoft.Maui.IShapeView? shape) -> void +Microsoft.Maui.Graphics.ShapeDrawable.UpdateRenderTransform(System.Numerics.Matrix3x2? renderTransform) -> void +Microsoft.Maui.Graphics.ShapeDrawable.UpdateShapeView(Microsoft.Maui.IShapeView? shape) -> void +Microsoft.Maui.Graphics.ShapeDrawable.UpdateWindingMode(Microsoft.Maui.Graphics.WindingMode windingMode) -> void +Microsoft.Maui.GridLength +Microsoft.Maui.GridLength.GridLength() -> void +Microsoft.Maui.GridLength.GridLength(double value) -> void +Microsoft.Maui.GridLength.GridLength(double value, Microsoft.Maui.GridUnitType type) -> void +Microsoft.Maui.GridLength.GridUnitType.get -> Microsoft.Maui.GridUnitType +Microsoft.Maui.GridLength.IsAbsolute.get -> bool +Microsoft.Maui.GridLength.IsAuto.get -> bool +Microsoft.Maui.GridLength.IsStar.get -> bool +Microsoft.Maui.GridLength.Value.get -> double +Microsoft.Maui.GridUnitType +Microsoft.Maui.GridUnitType.Absolute = 0 -> Microsoft.Maui.GridUnitType +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.ApplicationHandler +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler() -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler() -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> 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.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.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.EditorHandler +Microsoft.Maui.Handlers.EditorHandler.EditorHandler() -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> 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? +Microsoft.Maui.Handlers.ElementHandler.PlatformView.get -> object? +Microsoft.Maui.Handlers.ElementHandler.Services.get -> System.IServiceProvider? +Microsoft.Maui.Handlers.ElementHandler.VirtualView.get -> Microsoft.Maui.IElement? +Microsoft.Maui.Handlers.ElementHandler +Microsoft.Maui.Handlers.ElementHandler.ElementHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ElementHandler.PlatformView.get -> TPlatformView! +Microsoft.Maui.Handlers.ElementHandler.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.FlyoutViewHandler +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler() -> 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.IActivityIndicatorHandler +Microsoft.Maui.Handlers.IActivityIndicatorHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator! +Microsoft.Maui.Handlers.IActivityIndicatorHandler.VirtualView.get -> Microsoft.Maui.IActivityIndicator! +Microsoft.Maui.Handlers.IBorderHandler +Microsoft.Maui.Handlers.IBorderHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! +Microsoft.Maui.Handlers.IBorderHandler.VirtualView.get -> Microsoft.Maui.IBorderView! +Microsoft.Maui.Handlers.IButtonHandler +Microsoft.Maui.Handlers.IButtonHandler.ImageSourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader! +Microsoft.Maui.Handlers.IButtonHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Button! +Microsoft.Maui.Handlers.IButtonHandler.VirtualView.get -> Microsoft.Maui.IButton! +Microsoft.Maui.Handlers.ICheckBoxHandler +Microsoft.Maui.Handlers.ICheckBoxHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.CheckBox! +Microsoft.Maui.Handlers.ICheckBoxHandler.VirtualView.get -> Microsoft.Maui.ICheckBox! +Microsoft.Maui.Handlers.IContentViewHandler +Microsoft.Maui.Handlers.IContentViewHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! +Microsoft.Maui.Handlers.IContentViewHandler.VirtualView.get -> Microsoft.Maui.IContentView! +Microsoft.Maui.Handlers.IDatePickerHandler +Microsoft.Maui.Handlers.IDatePickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! +Microsoft.Maui.Handlers.IDatePickerHandler.VirtualView.get -> Microsoft.Maui.IDatePicker! +Microsoft.Maui.Handlers.IEditorHandler +Microsoft.Maui.Handlers.IEditorHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Editor! +Microsoft.Maui.Handlers.IEditorHandler.VirtualView.get -> Microsoft.Maui.IEditor! +Microsoft.Maui.Handlers.IEntryHandler +Microsoft.Maui.Handlers.IEntryHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! +Microsoft.Maui.Handlers.IEntryHandler.VirtualView.get -> Microsoft.Maui.IEntry! +Microsoft.Maui.Handlers.IFlyoutViewHandler +Microsoft.Maui.Handlers.IFlyoutViewHandler.PlatformView.get -> Tizen.UIExtensions.NUI.DrawerView! +Microsoft.Maui.Handlers.IFlyoutViewHandler.VirtualView.get -> Microsoft.Maui.IFlyoutView! +Microsoft.Maui.Handlers.IGraphicsViewHandler +Microsoft.Maui.Handlers.IGraphicsViewHandler.PlatformView.get -> Microsoft.Maui.Platform.PlatformTouchGraphicsView! +Microsoft.Maui.Handlers.IGraphicsViewHandler.VirtualView.get -> Microsoft.Maui.IGraphicsView! +Microsoft.Maui.Handlers.IImageButtonHandler +Microsoft.Maui.Handlers.IImageButtonHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiImageButton! +Microsoft.Maui.Handlers.IImageButtonHandler.VirtualView.get -> Microsoft.Maui.IImageButton! +Microsoft.Maui.Handlers.IImageHandler +Microsoft.Maui.Handlers.IImageHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Image! +Microsoft.Maui.Handlers.IImageHandler.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader! +Microsoft.Maui.Handlers.IImageHandler.VirtualView.get -> Microsoft.Maui.IImage! +Microsoft.Maui.Handlers.IIndicatorViewHandler +Microsoft.Maui.Handlers.IIndicatorViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiPageControl! +Microsoft.Maui.Handlers.IIndicatorViewHandler.VirtualView.get -> Microsoft.Maui.IIndicatorView! +Microsoft.Maui.Handlers.ILabelHandler +Microsoft.Maui.Handlers.ILabelHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Label! +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.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.SourceLoader.get -> Microsoft.Maui.Platform.ImageSourcePartLoader! +Microsoft.Maui.Handlers.IMenuBarHandler +Microsoft.Maui.Handlers.IMenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void +Microsoft.Maui.Handlers.IMenuBarHandler.Clear() -> void +Microsoft.Maui.Handlers.IMenuBarHandler.Insert(int index, Microsoft.Maui.IMenuBarItem! view) -> void +Microsoft.Maui.Handlers.IMenuBarHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View! +Microsoft.Maui.Handlers.IMenuBarHandler.Remove(Microsoft.Maui.IMenuBarItem! view) -> void +Microsoft.Maui.Handlers.IMenuBarHandler.VirtualView.get -> Microsoft.Maui.IMenuBar! +Microsoft.Maui.Handlers.IMenuBarItemHandler +Microsoft.Maui.Handlers.IMenuBarItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.IMenuBarItemHandler.Clear() -> void +Microsoft.Maui.Handlers.IMenuBarItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void +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 @@ -19,43 +443,2428 @@ Microsoft.Maui.Handlers.IMenuFlyoutHandler.Insert(int index, Microsoft.Maui.IMen 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 +Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View! +Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler.VirtualView.get -> Microsoft.Maui.IMenuFlyoutSubItem! +Microsoft.Maui.Handlers.INavigationViewHandler +Microsoft.Maui.Handlers.INavigationViewHandler.PlatformView.get -> Microsoft.Maui.Platform.StackNavigationManager! +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.IPageHandler +Microsoft.Maui.Handlers.IPickerHandler +Microsoft.Maui.Handlers.IPickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! +Microsoft.Maui.Handlers.IPickerHandler.VirtualView.get -> Microsoft.Maui.IPicker! +Microsoft.Maui.Handlers.IProgressBarHandler +Microsoft.Maui.Handlers.IProgressBarHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! +Microsoft.Maui.Handlers.IProgressBarHandler.VirtualView.get -> Microsoft.Maui.IProgress! +Microsoft.Maui.Handlers.IRadioButtonHandler +Microsoft.Maui.Handlers.IRadioButtonHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! +Microsoft.Maui.Handlers.IRadioButtonHandler.VirtualView.get -> Microsoft.Maui.IRadioButton! +Microsoft.Maui.Handlers.IRefreshViewHandler +Microsoft.Maui.Handlers.IRefreshViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiRefreshLayout! +Microsoft.Maui.Handlers.IRefreshViewHandler.VirtualView.get -> Microsoft.Maui.IRefreshView! +Microsoft.Maui.Handlers.IScrollViewHandler +Microsoft.Maui.Handlers.IScrollViewHandler.PlatformView.get -> Tizen.UIExtensions.NUI.ScrollView! +Microsoft.Maui.Handlers.IScrollViewHandler.VirtualView.get -> Microsoft.Maui.IScrollView! +Microsoft.Maui.Handlers.ISearchBarHandler +Microsoft.Maui.Handlers.ISearchBarHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiSearchBar! +Microsoft.Maui.Handlers.ISearchBarHandler.QueryEditor.get -> Tizen.UIExtensions.NUI.Entry? +Microsoft.Maui.Handlers.ISearchBarHandler.VirtualView.get -> Microsoft.Maui.ISearchBar! +Microsoft.Maui.Handlers.IShapeViewHandler +Microsoft.Maui.Handlers.IShapeViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiShapeView! +Microsoft.Maui.Handlers.IShapeViewHandler.VirtualView.get -> Microsoft.Maui.IShapeView! +Microsoft.Maui.Handlers.ISliderHandler +Microsoft.Maui.Handlers.ISliderHandler.PlatformView.get -> Tizen.NUI.Components.Slider! +Microsoft.Maui.Handlers.ISliderHandler.VirtualView.get -> Microsoft.Maui.ISlider! +Microsoft.Maui.Handlers.IStepperHandler +Microsoft.Maui.Handlers.IStepperHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiStepper! +Microsoft.Maui.Handlers.IStepperHandler.VirtualView.get -> Microsoft.Maui.IStepper! +Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler +Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Button! +Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler.VirtualView.get -> Microsoft.Maui.ISwipeItemMenuItem! +Microsoft.Maui.Handlers.ISwipeItemViewHandler +Microsoft.Maui.Handlers.ISwipeItemViewHandler.PlatformView.get -> Microsoft.Maui.Platform.ContentViewGroup! +Microsoft.Maui.Handlers.ISwipeItemViewHandler.VirtualView.get -> Microsoft.Maui.ISwipeItemView! +Microsoft.Maui.Handlers.ISwipeViewHandler +Microsoft.Maui.Handlers.ISwipeViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiSwipeView! +Microsoft.Maui.Handlers.ISwipeViewHandler.VirtualView.get -> Microsoft.Maui.ISwipeView! +Microsoft.Maui.Handlers.ISwitchHandler +Microsoft.Maui.Handlers.ISwitchHandler.PlatformView.get -> Tizen.UIExtensions.NUI.GraphicsView.Switch! +Microsoft.Maui.Handlers.ISwitchHandler.VirtualView.get -> Microsoft.Maui.ISwitch! +Microsoft.Maui.Handlers.ITabbedViewHandler +Microsoft.Maui.Handlers.ITabbedViewHandler.VirtualView.get -> Microsoft.Maui.ITabbedView! +Microsoft.Maui.Handlers.ITimePickerHandler +Microsoft.Maui.Handlers.ITimePickerHandler.PlatformView.get -> Tizen.UIExtensions.NUI.Entry! +Microsoft.Maui.Handlers.ITimePickerHandler.VirtualView.get -> Microsoft.Maui.ITimePicker! +Microsoft.Maui.Handlers.IToolbarHandler +Microsoft.Maui.Handlers.IToolbarHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiToolbar! +Microsoft.Maui.Handlers.IToolbarHandler.VirtualView.get -> Microsoft.Maui.IToolbar! +Microsoft.Maui.Handlers.IWebViewHandler +Microsoft.Maui.Handlers.IWebViewHandler.PlatformView.get -> Microsoft.Maui.Platform.MauiWebView! +Microsoft.Maui.Handlers.IWebViewHandler.VirtualView.get -> Microsoft.Maui.IWebView! +Microsoft.Maui.Handlers.IWindowHandler +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.LayoutHandler +Microsoft.Maui.Handlers.LayoutHandler.Add(Microsoft.Maui.IView! child) -> void +Microsoft.Maui.Handlers.LayoutHandler.Clear() -> void +Microsoft.Maui.Handlers.LayoutHandler.Insert(int index, Microsoft.Maui.IView! child) -> void +Microsoft.Maui.Handlers.LayoutHandler.LayoutHandler() -> void +Microsoft.Maui.Handlers.LayoutHandler.LayoutHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.LayoutHandler.Remove(Microsoft.Maui.IView! child) -> void +Microsoft.Maui.Handlers.LayoutHandler.Update(int index, Microsoft.Maui.IView! child) -> void +Microsoft.Maui.Handlers.LayoutHandler.UpdateZIndex(Microsoft.Maui.IView! child) -> void +Microsoft.Maui.Handlers.LayoutHandlerUpdate +Microsoft.Maui.Handlers.LayoutHandlerUpdate.Index.get -> int +Microsoft.Maui.Handlers.LayoutHandlerUpdate.Index.init -> void +Microsoft.Maui.Handlers.LayoutHandlerUpdate.LayoutHandlerUpdate(int Index, Microsoft.Maui.IView! View) -> void +Microsoft.Maui.Handlers.LayoutHandlerUpdate.View.get -> Microsoft.Maui.IView! +Microsoft.Maui.Handlers.LayoutHandlerUpdate.View.init -> void +Microsoft.Maui.Handlers.MenuBarHandler +Microsoft.Maui.Handlers.MenuBarHandler.Add(Microsoft.Maui.IMenuBarItem! view) -> void +Microsoft.Maui.Handlers.MenuBarHandler.Clear() -> void +Microsoft.Maui.Handlers.MenuBarHandler.Insert(int index, Microsoft.Maui.IMenuBarItem! view) -> void +Microsoft.Maui.Handlers.MenuBarHandler.MenuBarHandler() -> void +Microsoft.Maui.Handlers.MenuBarHandler.MenuBarHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.MenuBarHandler.Remove(Microsoft.Maui.IMenuBarItem! view) -> void +Microsoft.Maui.Handlers.MenuBarHandlerUpdate +Microsoft.Maui.Handlers.MenuBarHandlerUpdate.Index.get -> int +Microsoft.Maui.Handlers.MenuBarHandlerUpdate.Index.init -> void +Microsoft.Maui.Handlers.MenuBarHandlerUpdate.MenuBarHandlerUpdate(int Index, Microsoft.Maui.IMenuBarItem! MenuBarItem) -> void +Microsoft.Maui.Handlers.MenuBarHandlerUpdate.MenuBarItem.get -> Microsoft.Maui.IMenuBarItem! +Microsoft.Maui.Handlers.MenuBarHandlerUpdate.MenuBarItem.init -> void +Microsoft.Maui.Handlers.MenuBarItemHandler +Microsoft.Maui.Handlers.MenuBarItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.MenuBarItemHandler.Clear() -> void +Microsoft.Maui.Handlers.MenuBarItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.MenuBarItemHandler.MenuBarItemHandler() -> void +Microsoft.Maui.Handlers.MenuBarItemHandler.MenuBarItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.MenuBarItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate +Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate.Index.get -> int +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.IMenuFlyout -Microsoft.Maui.IFlyout +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Add(Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Clear() -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Insert(int index, Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MenuFlyoutSubItemHandler() -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MenuFlyoutSubItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Remove(Microsoft.Maui.IMenuElement! view) -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.Index.get -> int +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.Index.init -> void +Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate.MenuElement.get -> Microsoft.Maui.IMenuElement! +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.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.PickerHandler +Microsoft.Maui.Handlers.PickerHandler.PickerHandler() -> 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.RadioButtonHandler +Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler() -> 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.ScrollViewHandler +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler() -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> 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.ShapeViewHandler +Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler() -> 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.StepperHandler +Microsoft.Maui.Handlers.StepperHandler.StepperHandler() -> 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.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.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.SwitchHandler +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler() -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +Microsoft.Maui.Handlers.TabbedViewHandler +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler() -> void +Microsoft.Maui.Handlers.TimePickerHandler +Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler() -> void +Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler() -> void +Microsoft.Maui.Handlers.ViewHandler +Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Handlers.ViewHandler.HasContainer.get -> bool +Microsoft.Maui.Handlers.ViewHandler.HasContainer.set -> void +Microsoft.Maui.Handlers.ViewHandler.OnFocused(object? sender, System.EventArgs! e) -> void +Microsoft.Maui.Handlers.ViewHandler.OnUnfocused(object? sender, System.EventArgs! e) -> void +Microsoft.Maui.Handlers.ViewHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Handlers.ViewHandler.ViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ViewHandler.VirtualView.get -> Microsoft.Maui.IView? +Microsoft.Maui.Handlers.ViewHandler +Microsoft.Maui.Handlers.ViewHandler.ContainerView.get -> Microsoft.Maui.Platform.WrapperView? +Microsoft.Maui.Handlers.ViewHandler.ContainerView.set -> void +Microsoft.Maui.Handlers.ViewHandler.Dispose() -> void +Microsoft.Maui.Handlers.ViewHandler.PlatformView.get -> TPlatformView! +Microsoft.Maui.Handlers.ViewHandler.ViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ViewHandler.VirtualView.get -> TVirtualView! +Microsoft.Maui.Handlers.ViewHandler.~ViewHandler() -> void +Microsoft.Maui.Handlers.WebViewHandler +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) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Hosting.AppHostBuilderExtensions +Microsoft.Maui.Hosting.EssentialsExtensions +Microsoft.Maui.Hosting.FontCollectionExtensions +Microsoft.Maui.Hosting.FontDescriptor +Microsoft.Maui.Hosting.FontDescriptor.Alias.get -> string? +Microsoft.Maui.Hosting.FontDescriptor.Assembly.get -> System.Reflection.Assembly? +Microsoft.Maui.Hosting.FontDescriptor.Filename.get -> string! +Microsoft.Maui.Hosting.FontDescriptor.FontDescriptor(string! filename, string? alias, System.Reflection.Assembly? assembly) -> void +Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions +Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions +Microsoft.Maui.Hosting.IEssentialsBuilder +Microsoft.Maui.Hosting.IEssentialsBuilder.AddAppAction(Microsoft.Maui.ApplicationModel.AppAction! appAction) -> Microsoft.Maui.Hosting.IEssentialsBuilder! +Microsoft.Maui.Hosting.IEssentialsBuilder.OnAppAction(System.Action! action) -> Microsoft.Maui.Hosting.IEssentialsBuilder! +Microsoft.Maui.Hosting.IEssentialsBuilder.UseMapServiceToken(string! token) -> Microsoft.Maui.Hosting.IEssentialsBuilder! +Microsoft.Maui.Hosting.IEssentialsBuilder.UseVersionTracking() -> Microsoft.Maui.Hosting.IEssentialsBuilder! +Microsoft.Maui.Hosting.IFontCollection +Microsoft.Maui.Hosting.IImageSourceServiceCollection +Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions +Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions +Microsoft.Maui.Hosting.IMauiHandlersCollection +Microsoft.Maui.Hosting.IMauiInitializeScopedService +Microsoft.Maui.Hosting.IMauiInitializeScopedService.Initialize(System.IServiceProvider! services) -> void +Microsoft.Maui.Hosting.IMauiInitializeService +Microsoft.Maui.Hosting.IMauiInitializeService.Initialize(System.IServiceProvider! services) -> void +Microsoft.Maui.Hosting.IMauiServiceCollection +Microsoft.Maui.Hosting.IMauiServiceCollection.TryGetService(System.Type! serviceType, out Microsoft.Extensions.DependencyInjection.ServiceDescriptor? descriptor) -> bool +Microsoft.Maui.Hosting.MauiApp +Microsoft.Maui.Hosting.MauiApp.Configuration.get -> Microsoft.Extensions.Configuration.IConfiguration! +Microsoft.Maui.Hosting.MauiApp.Dispose() -> void +Microsoft.Maui.Hosting.MauiApp.Services.get -> System.IServiceProvider! +Microsoft.Maui.Hosting.MauiAppBuilder +Microsoft.Maui.Hosting.MauiAppBuilder.Build() -> Microsoft.Maui.Hosting.MauiApp! +Microsoft.Maui.Hosting.MauiAppBuilder.Configuration.get -> Microsoft.Extensions.Configuration.ConfigurationManager! +Microsoft.Maui.Hosting.MauiAppBuilder.ConfigureContainer(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory! factory, System.Action? configure = null) -> void +Microsoft.Maui.Hosting.MauiAppBuilder.Logging.get -> Microsoft.Extensions.Logging.ILoggingBuilder! +Microsoft.Maui.Hosting.MauiAppBuilder.Services.get -> Microsoft.Extensions.DependencyInjection.IServiceCollection! +Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions +Microsoft.Maui.HotReload.HotReloadExtensions +Microsoft.Maui.HotReload.IHotReloadableView +Microsoft.Maui.HotReload.IHotReloadableView.Reload() -> void +Microsoft.Maui.HotReload.IHotReloadableView.ReloadHandler.get -> Microsoft.Maui.HotReload.IReloadHandler! +Microsoft.Maui.HotReload.IHotReloadableView.ReloadHandler.set -> void +Microsoft.Maui.HotReload.IHotReloadableView.TransferState(Microsoft.Maui.IView! newView) -> void +Microsoft.Maui.HotReload.IReloadHandler +Microsoft.Maui.HotReload.IReloadHandler.Reload() -> void +Microsoft.Maui.HotReload.MauiHotReloadHelper +Microsoft.Maui.HotReload.OnHotReloadAttribute +Microsoft.Maui.HotReload.OnHotReloadAttribute.OnHotReloadAttribute() -> void +Microsoft.Maui.IAbsoluteLayout +Microsoft.Maui.IAbsoluteLayout.GetLayoutBounds(Microsoft.Maui.IView! view) -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.IAbsoluteLayout.GetLayoutFlags(Microsoft.Maui.IView! view) -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.IActivationState +Microsoft.Maui.IActivationState.Context.get -> Microsoft.Maui.IMauiContext! +Microsoft.Maui.IActivationState.State.get -> Microsoft.Maui.IPersistedState! +Microsoft.Maui.IActivityIndicator +Microsoft.Maui.IActivityIndicator.Color.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.IActivityIndicator.IsRunning.get -> bool +Microsoft.Maui.IAdorner +Microsoft.Maui.IAdorner.Density.get -> float +Microsoft.Maui.IAdorner.VisualView.get -> Microsoft.Maui.IView! +Microsoft.Maui.IApplication +Microsoft.Maui.IApplication.CloseWindow(Microsoft.Maui.IWindow! window) -> void +Microsoft.Maui.IApplication.CreateWindow(Microsoft.Maui.IActivationState? activationState) -> Microsoft.Maui.IWindow! +Microsoft.Maui.IApplication.OpenWindow(Microsoft.Maui.IWindow! window) -> void +Microsoft.Maui.IApplication.ThemeChanged() -> void +Microsoft.Maui.IApplication.Windows.get -> System.Collections.Generic.IReadOnlyList! +Microsoft.Maui.IBorder +Microsoft.Maui.IBorder.Border.get -> Microsoft.Maui.IBorderStroke! +Microsoft.Maui.IBorderStroke +Microsoft.Maui.IBorderStroke.Shape.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.IBorderView +Microsoft.Maui.IButton +Microsoft.Maui.IButton.Clicked() -> void +Microsoft.Maui.IButton.Pressed() -> void +Microsoft.Maui.IButton.Released() -> void +Microsoft.Maui.IButtonStroke +Microsoft.Maui.IButtonStroke.CornerRadius.get -> int +Microsoft.Maui.IButtonStroke.StrokeColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.IButtonStroke.StrokeThickness.get -> double +Microsoft.Maui.ICheckBox +Microsoft.Maui.ICheckBox.Foreground.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.ICheckBox.IsChecked.get -> bool +Microsoft.Maui.ICheckBox.IsChecked.set -> void +Microsoft.Maui.IContainer +Microsoft.Maui.IContentView +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 +Microsoft.Maui.IDatePicker.Format.get -> string! +Microsoft.Maui.IDatePicker.Format.set -> void +Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime +Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime +Microsoft.Maui.IEditor +Microsoft.Maui.IEditor.Completed() -> void +Microsoft.Maui.IElement +Microsoft.Maui.IElement.Handler.get -> Microsoft.Maui.IElementHandler? +Microsoft.Maui.IElement.Handler.set -> void +Microsoft.Maui.IElement.Parent.get -> Microsoft.Maui.IElement? +Microsoft.Maui.IElementHandler +Microsoft.Maui.IElementHandler.DisconnectHandler() -> void +Microsoft.Maui.IElementHandler.Invoke(string! command, object? args = null) -> void +Microsoft.Maui.IElementHandler.MauiContext.get -> Microsoft.Maui.IMauiContext? +Microsoft.Maui.IElementHandler.PlatformView.get -> object? +Microsoft.Maui.IElementHandler.SetMauiContext(Microsoft.Maui.IMauiContext! mauiContext) -> void +Microsoft.Maui.IElementHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void +Microsoft.Maui.IElementHandler.UpdateValue(string! property) -> void +Microsoft.Maui.IElementHandler.VirtualView.get -> Microsoft.Maui.IElement? +Microsoft.Maui.IEmbeddedFontLoader +Microsoft.Maui.IEmbeddedFontLoader.LoadFont(Microsoft.Maui.EmbeddedFont! font) -> string? +Microsoft.Maui.IEntry +Microsoft.Maui.IEntry.ClearButtonVisibility.get -> Microsoft.Maui.ClearButtonVisibility +Microsoft.Maui.IEntry.Completed() -> void +Microsoft.Maui.IEntry.IsPassword.get -> bool +Microsoft.Maui.IEntry.ReturnType.get -> Microsoft.Maui.ReturnType +Microsoft.Maui.IFileImageSource +Microsoft.Maui.IFileImageSource.File.get -> string! +Microsoft.Maui.IFlexLayout +Microsoft.Maui.IFlexLayout.AlignContent.get -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.IFlexLayout.AlignItems.get -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.IFlexLayout.Direction.get -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.IFlexLayout.GetAlignSelf(Microsoft.Maui.IView! view) -> Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.IFlexLayout.GetBasis(Microsoft.Maui.IView! view) -> Microsoft.Maui.Layouts.FlexBasis +Microsoft.Maui.IFlexLayout.GetFlexFrame(Microsoft.Maui.IView! view) -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.IFlexLayout.GetGrow(Microsoft.Maui.IView! view) -> float +Microsoft.Maui.IFlexLayout.GetOrder(Microsoft.Maui.IView! view) -> int +Microsoft.Maui.IFlexLayout.GetShrink(Microsoft.Maui.IView! view) -> float +Microsoft.Maui.IFlexLayout.JustifyContent.get -> Microsoft.Maui.Layouts.FlexJustify +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! +Microsoft.Maui.IFlyoutView.FlyoutBehavior.get -> Microsoft.Maui.FlyoutBehavior +Microsoft.Maui.IFlyoutView.FlyoutWidth.get -> double +Microsoft.Maui.IFlyoutView.IsGestureEnabled.get -> bool +Microsoft.Maui.IFlyoutView.IsPresented.get -> bool +Microsoft.Maui.IFlyoutView.IsPresented.set -> void +Microsoft.Maui.IFontImageSource +Microsoft.Maui.IFontImageSource.Color.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.IFontImageSource.Font.get -> Microsoft.Maui.Font +Microsoft.Maui.IFontImageSource.Glyph.get -> string! +Microsoft.Maui.IFontManager +Microsoft.Maui.IFontManager.DefaultFontSize.get -> double +Microsoft.Maui.IFontManager.GetFont(Microsoft.Maui.Font font) -> string! +Microsoft.Maui.IFontManager.GetFontFamily(string? font) -> string! +Microsoft.Maui.IFontRegistrar +Microsoft.Maui.IFontRegistrar.GetFont(string! font) -> string? +Microsoft.Maui.IFontRegistrar.Register(string! filename, string? alias) -> void +Microsoft.Maui.IFontRegistrar.Register(string! filename, string? alias, System.Reflection.Assembly! assembly) -> void +Microsoft.Maui.IGraphicsView +Microsoft.Maui.IGraphicsView.CancelInteraction() -> void +Microsoft.Maui.IGraphicsView.DragInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void +Microsoft.Maui.IGraphicsView.Drawable.get -> Microsoft.Maui.Graphics.IDrawable! +Microsoft.Maui.IGraphicsView.EndHoverInteraction() -> void +Microsoft.Maui.IGraphicsView.EndInteraction(Microsoft.Maui.Graphics.PointF[]! points, bool isInsideBounds) -> void +Microsoft.Maui.IGraphicsView.Invalidate() -> void +Microsoft.Maui.IGraphicsView.MoveHoverInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void +Microsoft.Maui.IGraphicsView.StartHoverInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void +Microsoft.Maui.IGraphicsView.StartInteraction(Microsoft.Maui.Graphics.PointF[]! points) -> void +Microsoft.Maui.IGridColumnDefinition +Microsoft.Maui.IGridColumnDefinition.Width.get -> Microsoft.Maui.GridLength +Microsoft.Maui.IGridLayout +Microsoft.Maui.IGridLayout.ColumnDefinitions.get -> System.Collections.Generic.IReadOnlyList! +Microsoft.Maui.IGridLayout.ColumnSpacing.get -> double +Microsoft.Maui.IGridLayout.GetColumn(Microsoft.Maui.IView! view) -> int +Microsoft.Maui.IGridLayout.GetColumnSpan(Microsoft.Maui.IView! view) -> int +Microsoft.Maui.IGridLayout.GetRow(Microsoft.Maui.IView! view) -> int +Microsoft.Maui.IGridLayout.GetRowSpan(Microsoft.Maui.IView! view) -> int +Microsoft.Maui.IGridLayout.RowDefinitions.get -> System.Collections.Generic.IReadOnlyList! +Microsoft.Maui.IGridLayout.RowSpacing.get -> double +Microsoft.Maui.IGridRowDefinition +Microsoft.Maui.IGridRowDefinition.Height.get -> Microsoft.Maui.GridLength +Microsoft.Maui.IImage +Microsoft.Maui.IImage.Aspect.get -> Microsoft.Maui.Aspect +Microsoft.Maui.IImage.IsOpaque.get -> bool +Microsoft.Maui.IImageButton +Microsoft.Maui.IImageSource +Microsoft.Maui.IImageSource.IsEmpty.get -> bool +Microsoft.Maui.IImageSourcePart +Microsoft.Maui.IImageSourcePart.IsAnimationPlaying.get -> bool +Microsoft.Maui.IImageSourcePart.Source.get -> Microsoft.Maui.IImageSource? +Microsoft.Maui.IImageSourcePart.UpdateIsLoading(bool isLoading) -> void +Microsoft.Maui.IImageSourcePartEvents +Microsoft.Maui.IImageSourcePartEvents.LoadingCompleted(bool successful) -> void +Microsoft.Maui.IImageSourcePartEvents.LoadingFailed(System.Exception! exception) -> void +Microsoft.Maui.IImageSourcePartEvents.LoadingStarted() -> void +Microsoft.Maui.IImageSourceService +Microsoft.Maui.IImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +Microsoft.Maui.IImageSourceService +Microsoft.Maui.IImageSourceServiceProvider +Microsoft.Maui.IImageSourceServiceProvider.GetImageSourceService(System.Type! imageSource) -> Microsoft.Maui.IImageSourceService? +Microsoft.Maui.IImageSourceServiceProvider.GetImageSourceServiceType(System.Type! imageSource) -> System.Type! +Microsoft.Maui.IImageSourceServiceProvider.GetImageSourceType(System.Type! imageSource) -> System.Type! +Microsoft.Maui.IImageSourceServiceProvider.HostServiceProvider.get -> System.IServiceProvider! +Microsoft.Maui.IImageSourceServiceResult +Microsoft.Maui.IImageSourceServiceResult.IsDisposed.get -> bool +Microsoft.Maui.IImageSourceServiceResult.IsResolutionDependent.get -> bool +Microsoft.Maui.IImageSourceServiceResult +Microsoft.Maui.IImageSourceServiceResult.Value.get -> T +Microsoft.Maui.IIndicatorView +Microsoft.Maui.IIndicatorView.Count.get -> int +Microsoft.Maui.IIndicatorView.HideSingle.get -> bool +Microsoft.Maui.IIndicatorView.IndicatorColor.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.IIndicatorView.IndicatorSize.get -> double +Microsoft.Maui.IIndicatorView.IndicatorsShape.get -> Microsoft.Maui.Graphics.IShape! +Microsoft.Maui.IIndicatorView.MaximumVisible.get -> int +Microsoft.Maui.IIndicatorView.Position.get -> int +Microsoft.Maui.IIndicatorView.Position.set -> void +Microsoft.Maui.IIndicatorView.SelectedIndicatorColor.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.IItemDelegate +Microsoft.Maui.IItemDelegate.GetCount() -> int +Microsoft.Maui.IItemDelegate.GetItem(int index) -> T +Microsoft.Maui.ILabel +Microsoft.Maui.ILabel.LineHeight.get -> double +Microsoft.Maui.ILabel.TextDecorations.get -> Microsoft.Maui.TextDecorations +Microsoft.Maui.ILayout +Microsoft.Maui.ILayout.ClipsToBounds.get -> bool +Microsoft.Maui.ILayout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.ILayout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.ILayoutHandler +Microsoft.Maui.ILayoutHandler.Add(Microsoft.Maui.IView! view) -> void +Microsoft.Maui.ILayoutHandler.Clear() -> void +Microsoft.Maui.ILayoutHandler.Insert(int index, Microsoft.Maui.IView! view) -> void +Microsoft.Maui.ILayoutHandler.PlatformView.get -> Microsoft.Maui.Platform.LayoutViewGroup! +Microsoft.Maui.ILayoutHandler.Remove(Microsoft.Maui.IView! view) -> void +Microsoft.Maui.ILayoutHandler.Update(int index, Microsoft.Maui.IView! view) -> void +Microsoft.Maui.ILayoutHandler.UpdateZIndex(Microsoft.Maui.IView! view) -> void +Microsoft.Maui.ILayoutHandler.VirtualView.get -> Microsoft.Maui.ILayout! +Microsoft.Maui.ImageSourceExtensions +Microsoft.Maui.ImageSourceService +Microsoft.Maui.ImageSourceService.ImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void +Microsoft.Maui.ImageSourceService.Logger.get -> Microsoft.Extensions.Logging.ILogger? +Microsoft.Maui.ImageSourceServiceLoadResult +Microsoft.Maui.ImageSourceServiceLoadResult.Dispose() -> void +Microsoft.Maui.ImageSourceServiceLoadResult.ImageSourceServiceLoadResult() -> void +Microsoft.Maui.ImageSourceServiceLoadResult.ImageSourceServiceLoadResult(bool resolutionDependent, System.Action? dispose = null) -> void +Microsoft.Maui.ImageSourceServiceLoadResult.ImageSourceServiceLoadResult(System.Action? dispose = null) -> void +Microsoft.Maui.ImageSourceServiceLoadResult.IsDisposed.get -> bool +Microsoft.Maui.ImageSourceServiceLoadResult.IsResolutionDependent.get -> bool +Microsoft.Maui.ImageSourceServiceProviderExtensions +Microsoft.Maui.ImageSourceServiceResult +Microsoft.Maui.ImageSourceServiceResult.Dispose() -> void +Microsoft.Maui.ImageSourceServiceResult.ImageSourceServiceResult(Microsoft.Maui.Platform.MauiImageSource! image, bool resolutionDependent, System.Action? dispose = null) -> void +Microsoft.Maui.ImageSourceServiceResult.ImageSourceServiceResult(Microsoft.Maui.Platform.MauiImageSource! image, System.Action? dispose = null) -> void +Microsoft.Maui.ImageSourceServiceResult.IsDisposed.get -> bool +Microsoft.Maui.ImageSourceServiceResult.IsResolutionDependent.get -> bool +Microsoft.Maui.ImageSourceServiceResult.Value.get -> Microsoft.Maui.Platform.MauiImageSource! +Microsoft.Maui.IMauiContext +Microsoft.Maui.IMauiContext.Handlers.get -> Microsoft.Maui.IMauiHandlersFactory! +Microsoft.Maui.IMauiContext.Services.get -> System.IServiceProvider! +Microsoft.Maui.IMauiFactory +Microsoft.Maui.IMauiHandlersFactory +Microsoft.Maui.IMauiHandlersFactory.GetCollection() -> Microsoft.Maui.Hosting.IMauiHandlersCollection! +Microsoft.Maui.IMauiHandlersFactory.GetHandler(System.Type! type) -> Microsoft.Maui.IElementHandler? +Microsoft.Maui.IMauiHandlersFactory.GetHandler() -> Microsoft.Maui.IElementHandler? +Microsoft.Maui.IMauiHandlersFactory.GetHandlerType(System.Type! iview) -> System.Type? +Microsoft.Maui.IMenuBar +Microsoft.Maui.IMenuBar.IsEnabled.get -> bool +Microsoft.Maui.IMenuBarElement +Microsoft.Maui.IMenuBarElement.MenuBar.get -> Microsoft.Maui.IMenuBar? +Microsoft.Maui.IMenuBarItem +Microsoft.Maui.IMenuBarItem.IsEnabled.get -> bool +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 +Microsoft.Maui.IPersistedState +Microsoft.Maui.IPicker +Microsoft.Maui.IPicker.Items.get -> System.Collections.Generic.IList! +Microsoft.Maui.IPicker.SelectedIndex.get -> int +Microsoft.Maui.IPicker.SelectedIndex.set -> void +Microsoft.Maui.IPicker.Title.get -> string! +Microsoft.Maui.IPicker.TitleColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.IPickerExtension +Microsoft.Maui.IPlaceholder +Microsoft.Maui.IPlaceholder.Placeholder.get -> string! +Microsoft.Maui.IPlaceholder.PlaceholderColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.IPlaceholder.PlaceholderColor.set -> void +Microsoft.Maui.IPlatformApplication +Microsoft.Maui.IPlatformApplication.Application.get -> Microsoft.Maui.IApplication! +Microsoft.Maui.IPlatformApplication.Current.get -> Microsoft.Maui.IPlatformApplication? +Microsoft.Maui.IPlatformApplication.Current.set -> void +Microsoft.Maui.IPlatformApplication.Services.get -> System.IServiceProvider! +Microsoft.Maui.IPlatformViewHandler +Microsoft.Maui.IPlatformViewHandler.ContainerView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.IPlatformViewHandler.PlatformView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.IProgress +Microsoft.Maui.IProgress.Progress.get -> double +Microsoft.Maui.IProgress.ProgressColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.IPropertyMapper +Microsoft.Maui.IPropertyMapper.GetKeys() -> System.Collections.Generic.IEnumerable! +Microsoft.Maui.IPropertyMapper.GetProperty(string! key) -> System.Action? +Microsoft.Maui.IPropertyMapper.UpdateProperties(Microsoft.Maui.IElementHandler! elementHandler, Microsoft.Maui.IElement! virtualView) -> void +Microsoft.Maui.IPropertyMapper.UpdateProperty(Microsoft.Maui.IElementHandler! elementHandler, Microsoft.Maui.IElement! virtualView, string! property) -> void +Microsoft.Maui.IPropertyMapper +Microsoft.Maui.IPropertyMapper.Add(string! key, System.Action! action) -> void +Microsoft.Maui.IPropertyMapperView +Microsoft.Maui.IPropertyMapperView.GetPropertyMapperOverrides() -> Microsoft.Maui.PropertyMapper! +Microsoft.Maui.IRadioButton +Microsoft.Maui.IRadioButton.IsChecked.get -> bool +Microsoft.Maui.IRadioButton.IsChecked.set -> void +Microsoft.Maui.IRange +Microsoft.Maui.IRange.Maximum.get -> double +Microsoft.Maui.IRange.Minimum.get -> double +Microsoft.Maui.IRange.Value.get -> double +Microsoft.Maui.IRange.Value.set -> void +Microsoft.Maui.IRefreshView +Microsoft.Maui.IRefreshView.Content.get -> Microsoft.Maui.IView! +Microsoft.Maui.IRefreshView.IsRefreshing.get -> bool +Microsoft.Maui.IRefreshView.IsRefreshing.set -> void +Microsoft.Maui.IRefreshView.RefreshColor.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.IReplaceableView +Microsoft.Maui.IReplaceableView.ReplacedView.get -> Microsoft.Maui.IView! +Microsoft.Maui.ISafeAreaView +Microsoft.Maui.ISafeAreaView.IgnoreSafeArea.get -> bool +Microsoft.Maui.IScrollView +Microsoft.Maui.IScrollView.ContentSize.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.IScrollView.HorizontalOffset.get -> double +Microsoft.Maui.IScrollView.HorizontalOffset.set -> void +Microsoft.Maui.IScrollView.HorizontalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.IScrollView.Orientation.get -> Microsoft.Maui.ScrollOrientation +Microsoft.Maui.IScrollView.RequestScrollTo(double horizontalOffset, double verticalOffset, bool instant) -> void +Microsoft.Maui.IScrollView.ScrollFinished() -> void +Microsoft.Maui.IScrollView.VerticalOffset.get -> double +Microsoft.Maui.IScrollView.VerticalOffset.set -> void +Microsoft.Maui.IScrollView.VerticalScrollBarVisibility.get -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.ISearchBar +Microsoft.Maui.ISearchBar.CancelButtonColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ISearchBar.SearchButtonPressed() -> void +Microsoft.Maui.IShadow +Microsoft.Maui.IShadow.Offset.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.IShadow.Opacity.get -> float +Microsoft.Maui.IShadow.Paint.get -> Microsoft.Maui.Graphics.Paint! +Microsoft.Maui.IShadow.Radius.get -> float +Microsoft.Maui.IShapeView +Microsoft.Maui.IShapeView.Aspect.get -> Microsoft.Maui.PathAspect +Microsoft.Maui.IShapeView.Fill.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.IShapeView.Shape.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.ISlider +Microsoft.Maui.ISlider.DragCompleted() -> void +Microsoft.Maui.ISlider.DragStarted() -> void +Microsoft.Maui.ISlider.MaximumTrackColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ISlider.MinimumTrackColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ISlider.ThumbColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ISlider.ThumbImageSource.get -> Microsoft.Maui.IImageSource! +Microsoft.Maui.IStackLayout +Microsoft.Maui.IStackLayout.Spacing.get -> double +Microsoft.Maui.IStackNavigation +Microsoft.Maui.IStackNavigation.NavigationFinished(System.Collections.Generic.IReadOnlyList! newStack) -> void +Microsoft.Maui.IStackNavigation.RequestNavigation(Microsoft.Maui.NavigationRequest! eventArgs) -> void +Microsoft.Maui.IStackNavigationView +Microsoft.Maui.IStepper +Microsoft.Maui.IStepper.Interval.get -> double +Microsoft.Maui.IStreamImageSource +Microsoft.Maui.IStreamImageSource.GetStreamAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task! +Microsoft.Maui.IStroke +Microsoft.Maui.IStroke.Stroke.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.IStroke.StrokeDashOffset.get -> float +Microsoft.Maui.IStroke.StrokeDashPattern.get -> float[]? +Microsoft.Maui.IStroke.StrokeLineCap.get -> Microsoft.Maui.Graphics.LineCap +Microsoft.Maui.IStroke.StrokeLineJoin.get -> Microsoft.Maui.Graphics.LineJoin +Microsoft.Maui.IStroke.StrokeMiterLimit.get -> float +Microsoft.Maui.IStroke.StrokeThickness.get -> double +Microsoft.Maui.ISwipeItem +Microsoft.Maui.ISwipeItem.AutomationId.get -> string! +Microsoft.Maui.ISwipeItem.OnInvoked() -> void +Microsoft.Maui.ISwipeItemMenuItem +Microsoft.Maui.ISwipeItemMenuItem.Background.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.ISwipeItemMenuItem.Visibility.get -> Microsoft.Maui.Visibility +Microsoft.Maui.ISwipeItems +Microsoft.Maui.ISwipeItems.Mode.get -> Microsoft.Maui.SwipeMode +Microsoft.Maui.ISwipeItems.SwipeBehaviorOnInvoked.get -> Microsoft.Maui.SwipeBehaviorOnInvoked +Microsoft.Maui.ISwipeItemView +Microsoft.Maui.ISwipeView +Microsoft.Maui.ISwipeView.BottomItems.get -> Microsoft.Maui.ISwipeItems! +Microsoft.Maui.ISwipeView.IsOpen.get -> bool +Microsoft.Maui.ISwipeView.IsOpen.set -> void +Microsoft.Maui.ISwipeView.LeftItems.get -> Microsoft.Maui.ISwipeItems! +Microsoft.Maui.ISwipeView.RequestClose(Microsoft.Maui.SwipeViewCloseRequest! swipeCloseRequest) -> void +Microsoft.Maui.ISwipeView.RequestOpen(Microsoft.Maui.SwipeViewOpenRequest! swipeOpenRequest) -> void +Microsoft.Maui.ISwipeView.RightItems.get -> Microsoft.Maui.ISwipeItems! +Microsoft.Maui.ISwipeView.SwipeChanging(Microsoft.Maui.SwipeViewSwipeChanging! swipeChanging) -> void +Microsoft.Maui.ISwipeView.SwipeEnded(Microsoft.Maui.SwipeViewSwipeEnded! swipeEnded) -> void +Microsoft.Maui.ISwipeView.SwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! swipeStarted) -> void +Microsoft.Maui.ISwipeView.SwipeTransitionMode.get -> Microsoft.Maui.SwipeTransitionMode +Microsoft.Maui.ISwipeView.Threshold.get -> double +Microsoft.Maui.ISwipeView.TopItems.get -> Microsoft.Maui.ISwipeItems! +Microsoft.Maui.ISwitch +Microsoft.Maui.ISwitch.IsOn.get -> bool +Microsoft.Maui.ISwitch.IsOn.set -> void +Microsoft.Maui.ISwitch.ThumbColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ISwitch.TrackColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ITabbedView +Microsoft.Maui.ItemDelegateList +Microsoft.Maui.ItemDelegateList.Count.get -> int +Microsoft.Maui.ItemDelegateList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +Microsoft.Maui.ItemDelegateList.ItemDelegate.get -> Microsoft.Maui.IItemDelegate! +Microsoft.Maui.ItemDelegateList.ItemDelegateList(Microsoft.Maui.IItemDelegate! itemDelegate) -> void +Microsoft.Maui.ItemDelegateList.this[int index].get -> T +Microsoft.Maui.ITemplatedIndicatorView +Microsoft.Maui.ITemplatedIndicatorView.IndicatorsLayoutOverride.get -> Microsoft.Maui.ILayout? +Microsoft.Maui.IText +Microsoft.Maui.IText.Text.get -> string! +Microsoft.Maui.ITextAlignment +Microsoft.Maui.ITextAlignment.HorizontalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.ITextAlignment.VerticalTextAlignment.get -> Microsoft.Maui.TextAlignment +Microsoft.Maui.ITextButton +Microsoft.Maui.ITextInput +Microsoft.Maui.ITextInput.CursorPosition.get -> int +Microsoft.Maui.ITextInput.CursorPosition.set -> void +Microsoft.Maui.ITextInput.IsReadOnly.get -> bool +Microsoft.Maui.ITextInput.IsTextPredictionEnabled.get -> bool +Microsoft.Maui.ITextInput.Keyboard.get -> Microsoft.Maui.Keyboard! +Microsoft.Maui.ITextInput.MaxLength.get -> int +Microsoft.Maui.ITextInput.SelectionLength.get -> int +Microsoft.Maui.ITextInput.SelectionLength.set -> void +Microsoft.Maui.ITextInput.Text.get -> string! +Microsoft.Maui.ITextInput.Text.set -> void +Microsoft.Maui.ITextInputExtensions +Microsoft.Maui.ITextStyle +Microsoft.Maui.ITextStyle.CharacterSpacing.get -> double +Microsoft.Maui.ITextStyle.Font.get -> Microsoft.Maui.Font +Microsoft.Maui.ITextStyle.TextColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.ITimePicker +Microsoft.Maui.ITimePicker.Format.get -> string! +Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan +Microsoft.Maui.ITimePicker.Time.set -> void +Microsoft.Maui.ITitledElement +Microsoft.Maui.ITitledElement.Title.get -> string? +Microsoft.Maui.IToolbar +Microsoft.Maui.IToolbar.BackButtonVisible.get -> bool +Microsoft.Maui.IToolbar.BackButtonVisible.set -> void +Microsoft.Maui.IToolbar.IsVisible.get -> bool +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 +Microsoft.Maui.ITransform.Rotation.get -> double +Microsoft.Maui.ITransform.RotationX.get -> double +Microsoft.Maui.ITransform.RotationY.get -> double +Microsoft.Maui.ITransform.Scale.get -> double +Microsoft.Maui.ITransform.ScaleX.get -> double +Microsoft.Maui.ITransform.ScaleY.get -> double +Microsoft.Maui.ITransform.TranslationX.get -> double +Microsoft.Maui.ITransform.TranslationY.get -> double +Microsoft.Maui.IUriImageSource +Microsoft.Maui.IUriImageSource.CacheValidity.get -> System.TimeSpan +Microsoft.Maui.IUriImageSource.CachingEnabled.get -> bool +Microsoft.Maui.IUriImageSource.Uri.get -> System.Uri! +Microsoft.Maui.IView +Microsoft.Maui.IView.Arrange(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.IView.AutomationId.get -> string! +Microsoft.Maui.IView.Background.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.IView.Clip.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.IView.DesiredSize.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.IView.FlowDirection.get -> Microsoft.Maui.FlowDirection +Microsoft.Maui.IView.Focus() -> bool +Microsoft.Maui.IView.Frame.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.IView.Frame.set -> void +Microsoft.Maui.IView.Handler.get -> Microsoft.Maui.IViewHandler? +Microsoft.Maui.IView.Handler.set -> void +Microsoft.Maui.IView.Height.get -> double +Microsoft.Maui.IView.HorizontalLayoutAlignment.get -> Microsoft.Maui.Primitives.LayoutAlignment +Microsoft.Maui.IView.InputTransparent.get -> bool +Microsoft.Maui.IView.InvalidateArrange() -> void +Microsoft.Maui.IView.InvalidateMeasure() -> void +Microsoft.Maui.IView.IsEnabled.get -> bool +Microsoft.Maui.IView.IsFocused.get -> bool +Microsoft.Maui.IView.IsFocused.set -> void +Microsoft.Maui.IView.Margin.get -> Microsoft.Maui.Thickness +Microsoft.Maui.IView.MaximumHeight.get -> double +Microsoft.Maui.IView.MaximumWidth.get -> double +Microsoft.Maui.IView.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.IView.MinimumHeight.get -> double +Microsoft.Maui.IView.MinimumWidth.get -> double +Microsoft.Maui.IView.Opacity.get -> double +Microsoft.Maui.IView.Semantics.get -> Microsoft.Maui.Semantics? +Microsoft.Maui.IView.Shadow.get -> Microsoft.Maui.IShadow? +Microsoft.Maui.IView.Unfocus() -> void +Microsoft.Maui.IView.VerticalLayoutAlignment.get -> Microsoft.Maui.Primitives.LayoutAlignment +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 +Microsoft.Maui.IViewHandler.HasContainer.get -> bool +Microsoft.Maui.IViewHandler.HasContainer.set -> void +Microsoft.Maui.IViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void +Microsoft.Maui.IViewHandler.VirtualView.get -> Microsoft.Maui.IView? +Microsoft.Maui.IVisualDiagnosticsOverlay +Microsoft.Maui.IVisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IAdorner! adorner, bool scrollToElement) -> bool +Microsoft.Maui.IVisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IVisualTreeElement! visualElement, bool scrollToElement) -> bool +Microsoft.Maui.IVisualDiagnosticsOverlay.AddScrollableElementHandler(Microsoft.Maui.IScrollView! view) -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.AddScrollableElementHandlers() -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.EnableElementSelector.get -> bool +Microsoft.Maui.IVisualDiagnosticsOverlay.EnableElementSelector.set -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.Offset.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveAdorner(Microsoft.Maui.IAdorner! adorner) -> bool +Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveAdorners() -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveAdorners(Microsoft.Maui.IVisualTreeElement! visualElement) -> bool +Microsoft.Maui.IVisualDiagnosticsOverlay.RemoveScrollableElementHandler() -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollToElement.get -> bool +Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollToElement.set -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollToView(Microsoft.Maui.IVisualTreeElement! element) -> void +Microsoft.Maui.IVisualDiagnosticsOverlay.ScrollViews.get -> System.Collections.Generic.IReadOnlyCollection! +Microsoft.Maui.IVisualTreeElement +Microsoft.Maui.IVisualTreeElement.GetVisualChildren() -> System.Collections.Generic.IReadOnlyList! +Microsoft.Maui.IVisualTreeElement.GetVisualParent() -> Microsoft.Maui.IVisualTreeElement? +Microsoft.Maui.IWebView +Microsoft.Maui.IWebView.CanGoBack.get -> bool +Microsoft.Maui.IWebView.CanGoBack.set -> void +Microsoft.Maui.IWebView.CanGoForward.get -> bool +Microsoft.Maui.IWebView.CanGoForward.set -> void +Microsoft.Maui.IWebView.Cookies.get -> System.Net.CookieContainer! +Microsoft.Maui.IWebView.Eval(string! script) -> void +Microsoft.Maui.IWebView.EvaluateJavaScriptAsync(string! script) -> System.Threading.Tasks.Task! +Microsoft.Maui.IWebView.GoBack() -> void +Microsoft.Maui.IWebView.GoForward() -> void +Microsoft.Maui.IWebView.Navigated(Microsoft.Maui.WebNavigationEvent evnt, string! url, Microsoft.Maui.WebNavigationResult result) -> void +Microsoft.Maui.IWebView.Navigating(Microsoft.Maui.WebNavigationEvent evnt, string! url) -> bool +Microsoft.Maui.IWebView.Reload() -> void +Microsoft.Maui.IWebView.Source.get -> Microsoft.Maui.IWebViewSource! +Microsoft.Maui.IWebViewDelegate +Microsoft.Maui.IWebViewDelegate.LoadHtml(string? html, string? baseUrl) -> void +Microsoft.Maui.IWebViewDelegate.LoadUrl(string? url) -> void +Microsoft.Maui.IWebViewSource +Microsoft.Maui.IWebViewSource.Load(Microsoft.Maui.IWebViewDelegate! webViewDelegate) -> void +Microsoft.Maui.IWindow +Microsoft.Maui.IWindow.Activated() -> void +Microsoft.Maui.IWindow.AddOverlay(Microsoft.Maui.IWindowOverlay! overlay) -> bool +Microsoft.Maui.IWindow.BackButtonClicked() -> bool +Microsoft.Maui.IWindow.Backgrounding(Microsoft.Maui.IPersistedState! state) -> void +Microsoft.Maui.IWindow.Content.get -> Microsoft.Maui.IView! +Microsoft.Maui.IWindow.Created() -> void +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.Overlays.get -> System.Collections.Generic.IReadOnlyCollection! +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.IWindowOverlay +Microsoft.Maui.IWindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool +Microsoft.Maui.IWindowOverlay.Deinitialize() -> bool +Microsoft.Maui.IWindowOverlay.Density.get -> float +Microsoft.Maui.IWindowOverlay.DisableUITouchEventPassthrough.get -> bool +Microsoft.Maui.IWindowOverlay.DisableUITouchEventPassthrough.set -> void +Microsoft.Maui.IWindowOverlay.EnableDrawableTouchHandling.get -> bool +Microsoft.Maui.IWindowOverlay.EnableDrawableTouchHandling.set -> void +Microsoft.Maui.IWindowOverlay.HandleUIChange() -> void +Microsoft.Maui.IWindowOverlay.Initialize() -> bool +Microsoft.Maui.IWindowOverlay.Invalidate() -> void +Microsoft.Maui.IWindowOverlay.IsPlatformViewInitialized.get -> bool +Microsoft.Maui.IWindowOverlay.IsVisible.get -> bool +Microsoft.Maui.IWindowOverlay.IsVisible.set -> void +Microsoft.Maui.IWindowOverlay.RemoveWindowElement(Microsoft.Maui.IWindowOverlayElement! element) -> bool +Microsoft.Maui.IWindowOverlay.RemoveWindowElements() -> void +Microsoft.Maui.IWindowOverlay.Tapped -> System.EventHandler! +Microsoft.Maui.IWindowOverlay.Window.get -> Microsoft.Maui.IWindow! +Microsoft.Maui.IWindowOverlay.WindowElements.get -> System.Collections.Generic.IReadOnlyCollection! +Microsoft.Maui.IWindowOverlayElement +Microsoft.Maui.IWindowOverlayElement.Contains(Microsoft.Maui.Graphics.Point point) -> bool +Microsoft.Maui.Keyboard +Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.All = -1 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.CapitalizeCharacter = 16 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.CapitalizeNone = 32 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.CapitalizeSentence = 1 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.CapitalizeWord = 8 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.None = 0 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.Spellcheck = 2 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.KeyboardFlags.Suggestions = 4 -> Microsoft.Maui.KeyboardFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.All = -1 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.HeightProportional = 8 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.None = 0 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.PositionProportional = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.XProportional | Microsoft.Maui.Layouts.AbsoluteLayoutFlags.YProportional -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.SizeProportional = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.WidthProportional | Microsoft.Maui.Layouts.AbsoluteLayoutFlags.HeightProportional -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.WidthProportional = 4 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.XProportional = 1 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutFlags.YProportional = 2 -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags +Microsoft.Maui.Layouts.AbsoluteLayoutManager +Microsoft.Maui.Layouts.AbsoluteLayoutManager.AbsoluteLayout.get -> Microsoft.Maui.IAbsoluteLayout! +Microsoft.Maui.Layouts.AbsoluteLayoutManager.AbsoluteLayoutManager(Microsoft.Maui.IAbsoluteLayout! absoluteLayout) -> void +Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.Center = 2 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.End = 4 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.SpaceAround = 6 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.SpaceBetween = 5 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.SpaceEvenly = 7 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.Start = 3 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignContent.Stretch = 1 -> Microsoft.Maui.Layouts.FlexAlignContent +Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Layouts.FlexAlignItems.Center = 2 -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Layouts.FlexAlignItems.End = 4 -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Layouts.FlexAlignItems.Start = 3 -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Layouts.FlexAlignItems.Stretch = 1 -> Microsoft.Maui.Layouts.FlexAlignItems +Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.Layouts.FlexAlignSelf.Auto = 0 -> Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.Layouts.FlexAlignSelf.Center = 2 -> Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.Layouts.FlexAlignSelf.End = 4 -> Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.Layouts.FlexAlignSelf.Start = 3 -> Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.Layouts.FlexAlignSelf.Stretch = 1 -> Microsoft.Maui.Layouts.FlexAlignSelf +Microsoft.Maui.Layouts.FlexBasis +Microsoft.Maui.Layouts.FlexBasis.FlexBasis() -> void +Microsoft.Maui.Layouts.FlexBasis.FlexBasis(float length, bool isRelative = false) -> void +Microsoft.Maui.Layouts.FlexBasis.Length.get -> float +Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Layouts.FlexDirection.Column = 2 -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Layouts.FlexDirection.ColumnReverse = 3 -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Layouts.FlexDirection.Row = 0 -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Layouts.FlexDirection.RowReverse = 1 -> Microsoft.Maui.Layouts.FlexDirection +Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexJustify.Center = 2 -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexJustify.End = 4 -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexJustify.SpaceAround = 6 -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexJustify.SpaceBetween = 5 -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexJustify.SpaceEvenly = 7 -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexJustify.Start = 3 -> Microsoft.Maui.Layouts.FlexJustify +Microsoft.Maui.Layouts.FlexLayoutManager +Microsoft.Maui.Layouts.FlexLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Layouts.FlexLayoutManager.FlexLayoutManager(Microsoft.Maui.IFlexLayout! flexLayout) -> void +Microsoft.Maui.Layouts.FlexLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Layouts.FlexPosition +Microsoft.Maui.Layouts.FlexPosition.Absolute = 1 -> Microsoft.Maui.Layouts.FlexPosition +Microsoft.Maui.Layouts.FlexPosition.Relative = 0 -> Microsoft.Maui.Layouts.FlexPosition +Microsoft.Maui.Layouts.FlexWrap +Microsoft.Maui.Layouts.FlexWrap.NoWrap = 0 -> Microsoft.Maui.Layouts.FlexWrap +Microsoft.Maui.Layouts.FlexWrap.Reverse = 2 -> Microsoft.Maui.Layouts.FlexWrap +Microsoft.Maui.Layouts.FlexWrap.Wrap = 1 -> Microsoft.Maui.Layouts.FlexWrap +Microsoft.Maui.Layouts.GridLayoutManager +Microsoft.Maui.Layouts.GridLayoutManager.Grid.get -> Microsoft.Maui.IGridLayout! +Microsoft.Maui.Layouts.GridLayoutManager.GridLayoutManager(Microsoft.Maui.IGridLayout! layout) -> void +Microsoft.Maui.Layouts.HorizontalStackLayoutManager +Microsoft.Maui.Layouts.HorizontalStackLayoutManager.HorizontalStackLayoutManager(Microsoft.Maui.IStackLayout! layout) -> void +Microsoft.Maui.Layouts.ILayoutManager +Microsoft.Maui.Layouts.ILayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Layouts.ILayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Layouts.LayoutExtensions +Microsoft.Maui.Layouts.LayoutManager +Microsoft.Maui.Layouts.LayoutManager.Layout.get -> Microsoft.Maui.ILayout! +Microsoft.Maui.Layouts.LayoutManager.LayoutManager(Microsoft.Maui.ILayout! layout) -> void +Microsoft.Maui.Layouts.StackLayoutManager +Microsoft.Maui.Layouts.StackLayoutManager.Stack.get -> Microsoft.Maui.IStackLayout! +Microsoft.Maui.Layouts.StackLayoutManager.StackLayoutManager(Microsoft.Maui.IStackLayout! stack) -> void +Microsoft.Maui.Layouts.VerticalStackLayoutManager +Microsoft.Maui.Layouts.VerticalStackLayoutManager.VerticalStackLayoutManager(Microsoft.Maui.IStackLayout! stackLayout) -> void +Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions +Microsoft.Maui.LifecycleEvents.ILifecycleBuilder +Microsoft.Maui.LifecycleEvents.ILifecycleBuilder.AddEvent(string! eventName, TDelegate! action) -> void +Microsoft.Maui.LifecycleEvents.ILifecycleEventService +Microsoft.Maui.LifecycleEvents.ILifecycleEventService.ContainsEvent(string! eventName) -> bool +Microsoft.Maui.LifecycleEvents.ILifecycleEventService.GetEventDelegates(string! eventName) -> System.Collections.Generic.IEnumerable! +Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder +Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions +Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration +Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration.LifecycleEventRegistration(System.Action! registerAction) -> void +Microsoft.Maui.LifecycleEvents.LifecycleEventService +Microsoft.Maui.LifecycleEvents.LifecycleEventService.AddEvent(string! eventName, TDelegate! action) -> void +Microsoft.Maui.LifecycleEvents.LifecycleEventService.ContainsEvent(string! eventName) -> bool +Microsoft.Maui.LifecycleEvents.LifecycleEventService.GetEventDelegates(string! eventName) -> System.Collections.Generic.IEnumerable! +Microsoft.Maui.LifecycleEvents.LifecycleEventService.LifecycleEventService(System.Collections.Generic.IEnumerable! registrations) -> void +Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions +Microsoft.Maui.LifecycleEvents.MauiAppHostBuilderExtensions +Microsoft.Maui.LifecycleEvents.TizenLifecycle +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnAppControlReceived +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnCreate +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnDeviceOrientationChanged +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLocaleChanged +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowBattery +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowMemory +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPause +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPreCreate +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnRegionFormatChanged +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnResume +Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnTerminate +Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions +Microsoft.Maui.LifecycleEvents.TizenLifecycleExtensions +Microsoft.Maui.LineBreakMode +Microsoft.Maui.LineBreakMode.CharacterWrap = 2 -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.LineBreakMode.HeadTruncation = 3 -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.LineBreakMode.MiddleTruncation = 5 -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.LineBreakMode.NoWrap = 0 -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.LineBreakMode.TailTruncation = 4 -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.LineBreakMode.WordWrap = 1 -> Microsoft.Maui.LineBreakMode +Microsoft.Maui.LockableObservableListWrapper +Microsoft.Maui.LockableObservableListWrapper.Add(string! item) -> void +Microsoft.Maui.LockableObservableListWrapper.Clear() -> void +Microsoft.Maui.LockableObservableListWrapper.Contains(string! item) -> bool +Microsoft.Maui.LockableObservableListWrapper.CopyTo(string![]! array, int arrayIndex) -> void +Microsoft.Maui.LockableObservableListWrapper.Count.get -> int +Microsoft.Maui.LockableObservableListWrapper.GetEnumerator() -> System.Collections.Generic.IEnumerator! +Microsoft.Maui.LockableObservableListWrapper.IndexOf(string! item) -> int +Microsoft.Maui.LockableObservableListWrapper.Insert(int index, string! item) -> void +Microsoft.Maui.LockableObservableListWrapper.InternalAdd(string! item) -> void +Microsoft.Maui.LockableObservableListWrapper.InternalClear() -> void +Microsoft.Maui.LockableObservableListWrapper.InternalInsert(int index, string! item) -> void +Microsoft.Maui.LockableObservableListWrapper.InternalRemove(string! item) -> bool +Microsoft.Maui.LockableObservableListWrapper.InternalRemoveAt(int index) -> void +Microsoft.Maui.LockableObservableListWrapper.IsLocked.get -> bool +Microsoft.Maui.LockableObservableListWrapper.IsLocked.set -> void +Microsoft.Maui.LockableObservableListWrapper.IsReadOnly.get -> bool +Microsoft.Maui.LockableObservableListWrapper.LockableObservableListWrapper() -> void +Microsoft.Maui.LockableObservableListWrapper.Remove(string! item) -> bool +Microsoft.Maui.LockableObservableListWrapper.RemoveAt(int index) -> void +Microsoft.Maui.LockableObservableListWrapper.this[int index].get -> string! +Microsoft.Maui.LockableObservableListWrapper.this[int index].set -> void +Microsoft.Maui.MauiApplication +Microsoft.Maui.MauiApplication.Application.get -> Microsoft.Maui.IApplication! +Microsoft.Maui.MauiApplication.Application.set -> void +Microsoft.Maui.MauiApplication.MauiApplication() -> void +Microsoft.Maui.MauiApplication.Services.get -> System.IServiceProvider! +Microsoft.Maui.MauiApplication.Services.set -> void +Microsoft.Maui.MauiApplication.SetBackButtonPressedHandler(System.Func! handler) -> void +Microsoft.Maui.MauiContext +Microsoft.Maui.MauiContext.Handlers.get -> Microsoft.Maui.IMauiHandlersFactory! +Microsoft.Maui.MauiContext.MauiContext(System.IServiceProvider! services) -> void +Microsoft.Maui.MauiContext.Services.get -> System.IServiceProvider! +Microsoft.Maui.MauiDrawable +Microsoft.Maui.MauiDrawable.Background.get -> Microsoft.Maui.Graphics.Paint? +Microsoft.Maui.MauiDrawable.Background.set -> void +Microsoft.Maui.MauiDrawable.Border.get -> Microsoft.Maui.IBorderStroke? +Microsoft.Maui.MauiDrawable.Border.set -> void +Microsoft.Maui.MauiDrawable.Clip.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.MauiDrawable.Clip.set -> void +Microsoft.Maui.MauiDrawable.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void +Microsoft.Maui.MauiDrawable.MauiDrawable() -> void +Microsoft.Maui.MauiDrawable.Shadow.get -> Microsoft.Maui.IShadow? +Microsoft.Maui.MauiDrawable.Shadow.set -> void +Microsoft.Maui.MauiDrawable.ShadowThickness.get -> Microsoft.Maui.Thickness +Microsoft.Maui.MauiDrawable.ShadowThickness.set -> void +Microsoft.Maui.MauiDrawable.Shape.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.MauiDrawable.Shape.set -> void +Microsoft.Maui.MauiIndicatorViewExtensions +Microsoft.Maui.MissingMapperAttribute +Microsoft.Maui.MissingMapperAttribute.Description.get -> string? +Microsoft.Maui.MissingMapperAttribute.Description.set -> void +Microsoft.Maui.MissingMapperAttribute.MissingMapperAttribute() -> void +Microsoft.Maui.MissingMapperAttribute.MissingMapperAttribute(string! description) -> void +Microsoft.Maui.NavigationRequest +Microsoft.Maui.NavigationRequest.Animated.get -> bool +Microsoft.Maui.NavigationRequest.NavigationRequest(System.Collections.Generic.IReadOnlyList! newNavigationStack, bool animated) -> void +Microsoft.Maui.NavigationRequest.NavigationStack.get -> System.Collections.Generic.IReadOnlyList! +Microsoft.Maui.NaviPage +Microsoft.Maui.NaviPage.Content.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.NaviPage.Content.set -> void +Microsoft.Maui.NaviPage.NaviPage() -> void +Microsoft.Maui.NaviPage.TitleView.get -> Tizen.UIExtensions.NUI.TitleView? +Microsoft.Maui.NaviPage.TitleView.set -> void +Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.OpenSwipeItem.BottomItems = 3 -> Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.OpenSwipeItem.LeftItems = 0 -> Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.OpenSwipeItem.RightItems = 2 -> Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.OpenSwipeItem.TopItems = 1 -> Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.PathAspect +Microsoft.Maui.PathAspect.AspectFill = 4 -> Microsoft.Maui.PathAspect +Microsoft.Maui.PathAspect.AspectFit = 3 -> Microsoft.Maui.PathAspect +Microsoft.Maui.PathAspect.Center = 1 -> Microsoft.Maui.PathAspect +Microsoft.Maui.PathAspect.None = 0 -> Microsoft.Maui.PathAspect +Microsoft.Maui.PathAspect.Stretch = 2 -> Microsoft.Maui.PathAspect +Microsoft.Maui.PersistedState +Microsoft.Maui.PersistedState.PersistedState() -> void +Microsoft.Maui.Platform.ActivityIndicatorExtensions +Microsoft.Maui.Platform.AspectExtensions +Microsoft.Maui.Platform.ButtonExtensions +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.CurrentPlatformView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Platform.ContainerView.CurrentView.get -> Microsoft.Maui.IElement? +Microsoft.Maui.Platform.ContainerView.CurrentView.set -> void +Microsoft.Maui.Platform.ContainerView.Reload() -> void +Microsoft.Maui.Platform.ContentViewGroup +Microsoft.Maui.Platform.ContentViewGroup.ClearNeedMeasureUpdate() -> void +Microsoft.Maui.Platform.ContentViewGroup.ContentViewGroup(Microsoft.Maui.IView? view) -> void +Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformArrange.get -> System.Func? +Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformArrange.set -> void +Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformMeasure.get -> System.Func? +Microsoft.Maui.Platform.ContentViewGroup.CrossPlatformMeasure.set -> void +Microsoft.Maui.Platform.ContentViewGroup.InvokeCrossPlatformMeasure(double availableWidth, double availableHeight) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Platform.ContentViewGroup.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size +Microsoft.Maui.Platform.ContentViewGroup.SetNeedMeasureUpdate() -> void +Microsoft.Maui.Platform.DatePickerExtensions +Microsoft.Maui.Platform.DPExtensions +Microsoft.Maui.Platform.EditorExtensions +Microsoft.Maui.Platform.ElementExtensions +Microsoft.Maui.Platform.EntryExtensions +Microsoft.Maui.Platform.FlyoutViewExtensions +Microsoft.Maui.Platform.GraphicsViewExtensions +Microsoft.Maui.Platform.ImageExtensions +Microsoft.Maui.Platform.ImageSourcePartExtensions +Microsoft.Maui.Platform.ImageSourcePartLoader +Microsoft.Maui.Platform.ImageSourcePartLoader.ImageSourcePartLoader(Microsoft.Maui.IElementHandler! handler, System.Func! imageSourcePart, System.Action! setImage) -> void +Microsoft.Maui.Platform.ImageSourcePartLoader.Reset() -> void +Microsoft.Maui.Platform.ImageSourcePartLoader.UpdateImageSourceAsync() -> System.Threading.Tasks.Task! +Microsoft.Maui.Platform.IToolbarContainer +Microsoft.Maui.Platform.IToolbarContainer.SetToolbar(Microsoft.Maui.Platform.MauiToolbar! toolbar) -> void +Microsoft.Maui.Platform.KeyboardExtensions +Microsoft.Maui.Platform.LabelExtensions +Microsoft.Maui.Platform.LayoutCanvasExtensions +Microsoft.Maui.Platform.LayoutViewGroup +Microsoft.Maui.Platform.LayoutViewGroup.ClearNeedMeasureUpdate() -> void +Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformArrange.get -> System.Func? +Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformArrange.set -> void +Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformMeasure.get -> System.Func? +Microsoft.Maui.Platform.LayoutViewGroup.CrossPlatformMeasure.set -> void +Microsoft.Maui.Platform.LayoutViewGroup.InputTransparent.get -> bool +Microsoft.Maui.Platform.LayoutViewGroup.InputTransparent.set -> void +Microsoft.Maui.Platform.LayoutViewGroup.InvokeCrossPlatformMeasure(double availableWidth, double availableHeight) -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.Platform.LayoutViewGroup.LayoutViewGroup(Microsoft.Maui.IView! view) -> void +Microsoft.Maui.Platform.LayoutViewGroup.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size +Microsoft.Maui.Platform.LayoutViewGroup.SetNeedMeasureUpdate() -> void +Microsoft.Maui.Platform.MauiClipperView +Microsoft.Maui.Platform.MauiClipperView.Clip.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.Platform.MauiClipperView.Clip.set -> void +Microsoft.Maui.Platform.MauiClipperView.MauiClipperView() -> void +Microsoft.Maui.Platform.MauiDateTimePicker +Microsoft.Maui.Platform.MauiDateTimePicker.MauiDateTimePicker(System.DateTime dateTime, bool isTimePicker) -> void +Microsoft.Maui.Platform.MauiImageButton +Microsoft.Maui.Platform.MauiImageButton.Clicked -> System.EventHandler? +Microsoft.Maui.Platform.MauiImageButton.MauiImageButton() -> void +Microsoft.Maui.Platform.MauiImageButton.Pressed -> System.EventHandler? +Microsoft.Maui.Platform.MauiImageButton.Released -> System.EventHandler? +Microsoft.Maui.Platform.MauiImageButton.UpdateCornerRadius(Microsoft.Maui.IButtonStroke! button) -> void +Microsoft.Maui.Platform.MauiImageButton.UpdateStrokeColor(Microsoft.Maui.IButtonStroke! button) -> void +Microsoft.Maui.Platform.MauiImageButton.UpdateStrokeThickness(Microsoft.Maui.IButtonStroke! button) -> void +Microsoft.Maui.Platform.MauiImageSource +Microsoft.Maui.Platform.MauiImageSource.Dispose() -> void +Microsoft.Maui.Platform.MauiImageSource.LoadSource(System.IO.Stream! stream) -> System.Threading.Tasks.Task! +Microsoft.Maui.Platform.MauiImageSource.MauiImageSource() -> void +Microsoft.Maui.Platform.MauiImageSource.ResourceUrl.get -> string? +Microsoft.Maui.Platform.MauiImageSource.ResourceUrl.set -> void +Microsoft.Maui.Platform.MauiPageControl +Microsoft.Maui.Platform.MauiPageControl.MauiPageControl(Microsoft.Maui.IIndicatorView! view) -> void +Microsoft.Maui.Platform.MauiPageControl.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size +Microsoft.Maui.Platform.MauiPageControl.ResetIndicators() -> void +Microsoft.Maui.Platform.MauiPageControl.UpdateCount() -> void +Microsoft.Maui.Platform.MauiPageControl.UpdatePosition() -> void +Microsoft.Maui.Platform.MauiPicker +Microsoft.Maui.Platform.MauiPicker.MauiPicker() -> void +Microsoft.Maui.Platform.MauiRefreshLayout +Microsoft.Maui.Platform.MauiRefreshLayout.MauiRefreshLayout() -> void +Microsoft.Maui.Platform.MauiRefreshLayout.UpdateBackground(Microsoft.Maui.IRefreshView! view) -> void +Microsoft.Maui.Platform.MauiRefreshLayout.UpdateContent(Microsoft.Maui.IView? content, Microsoft.Maui.IMauiContext? mauiContext) -> void +Microsoft.Maui.Platform.MauiRefreshLayout.UpdateIsRefreshing(Microsoft.Maui.IRefreshView! view) -> void +Microsoft.Maui.Platform.MauiRefreshLayout.UpdateRefreshColor(Microsoft.Maui.IRefreshView! view) -> void +Microsoft.Maui.Platform.MauiScrollView +Microsoft.Maui.Platform.MauiScrollView.MauiScrollView(Microsoft.Maui.IScrollView! virtualView) -> void +Microsoft.Maui.Platform.MauiScrollView.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size +Microsoft.Maui.Platform.MauiSearchBar +Microsoft.Maui.Platform.MauiSearchBar.Entry.get -> Tizen.UIExtensions.NUI.Entry! +Microsoft.Maui.Platform.MauiSearchBar.MauiSearchBar() -> void +Microsoft.Maui.Platform.MauiSearchBar.SearchButtonPressed -> System.EventHandler? +Microsoft.Maui.Platform.MauiShapeView +Microsoft.Maui.Platform.MauiShapeView.MauiShapeView() -> void +Microsoft.Maui.Platform.MauiStepper +Microsoft.Maui.Platform.MauiStepper.Increment.get -> double +Microsoft.Maui.Platform.MauiStepper.Increment.set -> void +Microsoft.Maui.Platform.MauiStepper.MauiStepper() -> void +Microsoft.Maui.Platform.MauiStepper.Maximum.get -> double +Microsoft.Maui.Platform.MauiStepper.Maximum.set -> void +Microsoft.Maui.Platform.MauiStepper.Measure(double availableWidth, double availableHeight) -> Tizen.UIExtensions.Common.Size +Microsoft.Maui.Platform.MauiStepper.Minimum.get -> double +Microsoft.Maui.Platform.MauiStepper.Minimum.set -> void +Microsoft.Maui.Platform.MauiStepper.UpdateIncrement(Microsoft.Maui.IStepper! stepper) -> void +Microsoft.Maui.Platform.MauiStepper.UpdateMaximum(Microsoft.Maui.IStepper! stepper) -> void +Microsoft.Maui.Platform.MauiStepper.UpdateMinimum(Microsoft.Maui.IStepper! stepper) -> void +Microsoft.Maui.Platform.MauiStepper.UpdateValue(Microsoft.Maui.IStepper! stepper) -> void +Microsoft.Maui.Platform.MauiStepper.Value.get -> double +Microsoft.Maui.Platform.MauiStepper.Value.set -> void +Microsoft.Maui.Platform.MauiStepper.ValueChanged -> System.EventHandler? +Microsoft.Maui.Platform.MauiSwipeView +Microsoft.Maui.Platform.MauiSwipeView.BatchBegin() -> void +Microsoft.Maui.Platform.MauiSwipeView.BatchCommit() -> void +Microsoft.Maui.Platform.MauiSwipeView.MauiSwipeView(Microsoft.Maui.ISwipeView! view) -> void +Microsoft.Maui.Platform.MauiSwipeView.OnCloseRequested(Microsoft.Maui.SwipeViewCloseRequest! e) -> void +Microsoft.Maui.Platform.MauiSwipeView.OnOpenRequested(Microsoft.Maui.SwipeViewOpenRequest! e) -> void +Microsoft.Maui.Platform.MauiSwipeView.UpdateContent() -> void +Microsoft.Maui.Platform.MauiSwipeView.UpdateIsSwipeEnabled(bool isEnabled) -> void +Microsoft.Maui.Platform.MauiSwipeView.UpdateIsVisibleSwipeItem(Microsoft.Maui.ISwipeItem! item) -> void +Microsoft.Maui.Platform.MauiSwipeView.UpdateSwipeTransitionMode(Microsoft.Maui.SwipeTransitionMode swipeTransitionMode) -> void +Microsoft.Maui.Platform.MauiToolbar +Microsoft.Maui.Platform.MauiToolbar.Collapse() -> void +Microsoft.Maui.Platform.MauiToolbar.Expand() -> void +Microsoft.Maui.Platform.MauiToolbar.IconPressed -> System.EventHandler? +Microsoft.Maui.Platform.MauiToolbar.MauiToolbar() -> void +Microsoft.Maui.Platform.MauiToolbar.SendIconPressed() -> void +Microsoft.Maui.Platform.MauiWebView +Microsoft.Maui.Platform.MauiWebView.MauiWebView() -> void +Microsoft.Maui.Platform.NavigationStackExtensions +Microsoft.Maui.Platform.PickerExtensions +Microsoft.Maui.Platform.PlatformTouchGraphicsView +Microsoft.Maui.Platform.PlatformTouchGraphicsView.Connect(Microsoft.Maui.IGraphicsView! graphicsView) -> void +Microsoft.Maui.Platform.PlatformTouchGraphicsView.Disconnect() -> void +Microsoft.Maui.Platform.PlatformTouchGraphicsView.PlatformTouchGraphicsView(Microsoft.Maui.Graphics.IDrawable? drawable = null) -> void +Microsoft.Maui.Platform.ProgressBarExtensions +Microsoft.Maui.Platform.ScrollViewExtensions +Microsoft.Maui.Platform.ShapeViewExtensions +Microsoft.Maui.Platform.SliderExtensions +Microsoft.Maui.Platform.StackNavigationManager +Microsoft.Maui.Platform.StackNavigationManager.MauiContext.get -> Microsoft.Maui.IMauiContext? +Microsoft.Maui.Platform.StackNavigationManager.MauiContext.set -> void +Microsoft.Maui.Platform.StackNavigationManager.NavigationView.get -> Microsoft.Maui.IStackNavigation? +Microsoft.Maui.Platform.StackNavigationManager.NavigationView.set -> void +Microsoft.Maui.Platform.StackNavigationManager.PlatformNavigation.get -> Tizen.UIExtensions.NUI.NavigationStack! +Microsoft.Maui.Platform.StackNavigationManager.SetToolbar(Microsoft.Maui.Platform.MauiToolbar! toolbar) -> void +Microsoft.Maui.Platform.StackNavigationManager.StackNavigationManager() -> void +Microsoft.Maui.Platform.StrokeExtensions +Microsoft.Maui.Platform.SwipeViewExtensions +Microsoft.Maui.Platform.SwitchExtensions +Microsoft.Maui.Platform.TimeExtensions +Microsoft.Maui.Platform.TimePickerExtensions +Microsoft.Maui.Platform.ToolbarExtensions +Microsoft.Maui.Platform.TransformationExtensions +Microsoft.Maui.Platform.ViewExtensions +Microsoft.Maui.Platform.WebViewExtensions +Microsoft.Maui.Platform.WindowExtensions +Microsoft.Maui.Platform.WrapperView +Microsoft.Maui.Platform.WrapperView.Border.get -> Microsoft.Maui.IBorderStroke? +Microsoft.Maui.Platform.WrapperView.Border.set -> void +Microsoft.Maui.Platform.WrapperView.Clip.get -> Microsoft.Maui.Graphics.IShape? +Microsoft.Maui.Platform.WrapperView.Clip.set -> void +Microsoft.Maui.Platform.WrapperView.Content.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.Platform.WrapperView.Content.set -> void +Microsoft.Maui.Platform.WrapperView.Shadow.get -> Microsoft.Maui.IShadow? +Microsoft.Maui.Platform.WrapperView.Shadow.set -> void +Microsoft.Maui.Platform.WrapperView.UpdateBackground(Microsoft.Maui.Graphics.Paint? paint) -> void +Microsoft.Maui.Platform.WrapperView.UpdateBorder(Microsoft.Maui.IBorderStroke? border) -> void +Microsoft.Maui.Platform.WrapperView.UpdateShape(Microsoft.Maui.Graphics.IShape? shape) -> void +Microsoft.Maui.Platform.WrapperView.WrapperView() -> void +Microsoft.Maui.PortHandlerAttribute +Microsoft.Maui.PortHandlerAttribute.Description.get -> string? +Microsoft.Maui.PortHandlerAttribute.Description.set -> void +Microsoft.Maui.PortHandlerAttribute.PortHandlerAttribute() -> void +Microsoft.Maui.PortHandlerAttribute.PortHandlerAttribute(string! description) -> void +Microsoft.Maui.Primitives.Dimension +Microsoft.Maui.Primitives.LayoutAlignment +Microsoft.Maui.Primitives.LayoutAlignment.Center = 2 -> Microsoft.Maui.Primitives.LayoutAlignment +Microsoft.Maui.Primitives.LayoutAlignment.End = 3 -> Microsoft.Maui.Primitives.LayoutAlignment +Microsoft.Maui.Primitives.LayoutAlignment.Fill = 0 -> Microsoft.Maui.Primitives.LayoutAlignment +Microsoft.Maui.Primitives.LayoutAlignment.Start = 1 -> Microsoft.Maui.Primitives.LayoutAlignment +Microsoft.Maui.PropertyMapper +Microsoft.Maui.PropertyMapper.Chained.get -> Microsoft.Maui.IPropertyMapper![]? +Microsoft.Maui.PropertyMapper.Chained.set -> void +Microsoft.Maui.PropertyMapper.PropertyMapper() -> void +Microsoft.Maui.PropertyMapper.PropertyMapper(params Microsoft.Maui.IPropertyMapper![]? chained) -> void +Microsoft.Maui.PropertyMapper.UpdateProperties(Microsoft.Maui.IElementHandler! viewHandler, Microsoft.Maui.IElement? virtualView) -> void +Microsoft.Maui.PropertyMapper.UpdateProperty(Microsoft.Maui.IElementHandler! viewHandler, Microsoft.Maui.IElement? virtualView, string! property) -> void +Microsoft.Maui.PropertyMapper +Microsoft.Maui.PropertyMapper.Add(string! key, System.Action! action) -> void +Microsoft.Maui.PropertyMapper.PropertyMapper() -> void +Microsoft.Maui.PropertyMapper.PropertyMapper(params Microsoft.Maui.IPropertyMapper![]! chained) -> void +Microsoft.Maui.PropertyMapper.this[string! key].get -> System.Action! +Microsoft.Maui.PropertyMapper.this[string! key].set -> void +Microsoft.Maui.PropertyMapper +Microsoft.Maui.PropertyMapper.PropertyMapper() -> void +Microsoft.Maui.PropertyMapper.PropertyMapper(params Microsoft.Maui.PropertyMapper![]! chained) -> void +Microsoft.Maui.PropertyMapperExtensions +Microsoft.Maui.RectangleAdorner +Microsoft.Maui.RectangleAdorner.Density.get -> float +Microsoft.Maui.RectangleAdorner.DrawnRectangle.get -> Microsoft.Maui.Graphics.Rect +Microsoft.Maui.RectangleAdorner.FillColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.RectangleAdorner.Offset.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.RectangleAdorner.RectangleAdorner(Microsoft.Maui.IView! view, float density = 1, Microsoft.Maui.Graphics.Point? offset = null, Microsoft.Maui.Graphics.Color? fillColor = null, Microsoft.Maui.Graphics.Color? strokeColor = null) -> void +Microsoft.Maui.RectangleAdorner.StrokeColor.get -> Microsoft.Maui.Graphics.Color! +Microsoft.Maui.RectangleAdorner.VisualView.get -> Microsoft.Maui.IView! +Microsoft.Maui.RectangleGridAdorner +Microsoft.Maui.RectangleGridAdorner.RectangleGridAdorner(Microsoft.Maui.IView! view, float density = 1, Microsoft.Maui.Graphics.Point? offset = null, Microsoft.Maui.Graphics.Color? fillColor = null, Microsoft.Maui.Graphics.Color? strokeColor = null) -> void +Microsoft.Maui.RetrievePlatformValueRequest +Microsoft.Maui.RetrievePlatformValueRequest.Result.get -> T +Microsoft.Maui.RetrievePlatformValueRequest.RetrievePlatformValueRequest() -> void +Microsoft.Maui.RetrievePlatformValueRequest.SetResult(T result) -> void +Microsoft.Maui.RetrievePlatformValueRequest.TrySetResult(T result) -> bool +Microsoft.Maui.ReturnType +Microsoft.Maui.ReturnType.Default = 0 -> Microsoft.Maui.ReturnType +Microsoft.Maui.ReturnType.Done = 1 -> Microsoft.Maui.ReturnType +Microsoft.Maui.ReturnType.Go = 2 -> Microsoft.Maui.ReturnType +Microsoft.Maui.ReturnType.Next = 3 -> Microsoft.Maui.ReturnType +Microsoft.Maui.ReturnType.Search = 4 -> Microsoft.Maui.ReturnType +Microsoft.Maui.ReturnType.Send = 5 -> Microsoft.Maui.ReturnType +Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.ScrollBarVisibility.Always = 1 -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.ScrollBarVisibility.Default = 0 -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.ScrollBarVisibility.Never = 2 -> Microsoft.Maui.ScrollBarVisibility +Microsoft.Maui.ScrollOrientation +Microsoft.Maui.ScrollOrientation.Both = 2 -> Microsoft.Maui.ScrollOrientation +Microsoft.Maui.ScrollOrientation.Horizontal = 1 -> Microsoft.Maui.ScrollOrientation +Microsoft.Maui.ScrollOrientation.Neither = 3 -> Microsoft.Maui.ScrollOrientation +Microsoft.Maui.ScrollOrientation.Vertical = 0 -> Microsoft.Maui.ScrollOrientation +Microsoft.Maui.ScrollToRequest +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 HorizontalOffset, double VerticalOffset, bool Instant) -> void +Microsoft.Maui.ScrollToRequest.VerticalOffset.get -> double +Microsoft.Maui.ScrollToRequest.VerticalOffset.init -> void +Microsoft.Maui.SemanticExtensions +Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level1 = 1 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level2 = 2 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level3 = 3 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level4 = 4 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level5 = 5 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level6 = 6 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level7 = 7 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level8 = 8 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.Level9 = 9 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.SemanticHeadingLevel.None = 0 -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.Semantics +Microsoft.Maui.Semantics.Description.get -> string? +Microsoft.Maui.Semantics.Description.set -> void +Microsoft.Maui.Semantics.HeadingLevel.get -> Microsoft.Maui.SemanticHeadingLevel +Microsoft.Maui.Semantics.HeadingLevel.set -> void +Microsoft.Maui.Semantics.Hint.get -> string? +Microsoft.Maui.Semantics.Hint.set -> void +Microsoft.Maui.Semantics.IsHeading.get -> bool +Microsoft.Maui.Semantics.Semantics() -> void +Microsoft.Maui.SizeRequest +Microsoft.Maui.SizeRequest.Minimum.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.SizeRequest.Minimum.set -> void +Microsoft.Maui.SizeRequest.Request.get -> Microsoft.Maui.Graphics.Size +Microsoft.Maui.SizeRequest.Request.set -> void +Microsoft.Maui.SizeRequest.SizeRequest() -> void +Microsoft.Maui.SizeRequest.SizeRequest(Microsoft.Maui.Graphics.Size request) -> void +Microsoft.Maui.SizeRequest.SizeRequest(Microsoft.Maui.Graphics.Size request, Microsoft.Maui.Graphics.Size minimum) -> void +Microsoft.Maui.SourceInfo +Microsoft.Maui.SourceInfo.Deconstruct(out System.Uri! sourceUri, out int lineNumber, out int linePosition) -> void +Microsoft.Maui.SourceInfo.LineNumber.get -> int +Microsoft.Maui.SourceInfo.LinePosition.get -> int +Microsoft.Maui.SourceInfo.SourceInfo(System.Uri! sourceUri, int lineNumber, int linePosition) -> void +Microsoft.Maui.SourceInfo.SourceUri.get -> System.Uri! +Microsoft.Maui.StreamImageSourceService +Microsoft.Maui.StreamImageSourceService.GetImageAsync(Microsoft.Maui.IStreamImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +Microsoft.Maui.StreamImageSourceService.StreamImageSourceService() -> void +Microsoft.Maui.StreamImageSourceService.StreamImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void +Microsoft.Maui.SwipeBehaviorOnInvoked +Microsoft.Maui.SwipeBehaviorOnInvoked.Auto = 0 -> Microsoft.Maui.SwipeBehaviorOnInvoked +Microsoft.Maui.SwipeBehaviorOnInvoked.Close = 1 -> Microsoft.Maui.SwipeBehaviorOnInvoked +Microsoft.Maui.SwipeBehaviorOnInvoked.RemainOpen = 2 -> Microsoft.Maui.SwipeBehaviorOnInvoked +Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeDirection.Down = 8 -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeDirection.Left = 2 -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeDirection.Right = 1 -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeDirection.Up = 4 -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeMode +Microsoft.Maui.SwipeMode.Execute = 1 -> Microsoft.Maui.SwipeMode +Microsoft.Maui.SwipeMode.Reveal = 0 -> Microsoft.Maui.SwipeMode +Microsoft.Maui.SwipeTransitionMode +Microsoft.Maui.SwipeTransitionMode.Drag = 1 -> Microsoft.Maui.SwipeTransitionMode +Microsoft.Maui.SwipeTransitionMode.Reveal = 0 -> Microsoft.Maui.SwipeTransitionMode +Microsoft.Maui.SwipeViewCloseRequest +Microsoft.Maui.SwipeViewCloseRequest.Animated.get -> bool +Microsoft.Maui.SwipeViewCloseRequest.Animated.init -> void +Microsoft.Maui.SwipeViewCloseRequest.SwipeViewCloseRequest(bool Animated) -> void +Microsoft.Maui.SwipeViewOpenRequest +Microsoft.Maui.SwipeViewOpenRequest.Animated.get -> bool +Microsoft.Maui.SwipeViewOpenRequest.Animated.init -> void +Microsoft.Maui.SwipeViewOpenRequest.OpenSwipeItem.get -> Microsoft.Maui.OpenSwipeItem +Microsoft.Maui.SwipeViewOpenRequest.OpenSwipeItem.init -> void +Microsoft.Maui.SwipeViewOpenRequest.SwipeViewOpenRequest(Microsoft.Maui.OpenSwipeItem OpenSwipeItem, bool Animated) -> void +Microsoft.Maui.SwipeViewSwipeChanging +Microsoft.Maui.SwipeViewSwipeChanging.Offset.get -> double +Microsoft.Maui.SwipeViewSwipeChanging.Offset.init -> void +Microsoft.Maui.SwipeViewSwipeChanging.SwipeDirection.get -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeViewSwipeChanging.SwipeDirection.init -> void +Microsoft.Maui.SwipeViewSwipeChanging.SwipeViewSwipeChanging(Microsoft.Maui.SwipeDirection SwipeDirection, double Offset) -> void +Microsoft.Maui.SwipeViewSwipeEnded +Microsoft.Maui.SwipeViewSwipeEnded.IsOpen.get -> bool +Microsoft.Maui.SwipeViewSwipeEnded.IsOpen.init -> void +Microsoft.Maui.SwipeViewSwipeEnded.SwipeDirection.get -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeViewSwipeEnded.SwipeDirection.init -> void +Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeDirection SwipeDirection, bool IsOpen) -> void +Microsoft.Maui.SwipeViewSwipeStarted +Microsoft.Maui.SwipeViewSwipeStarted.SwipeDirection.get -> Microsoft.Maui.SwipeDirection +Microsoft.Maui.SwipeViewSwipeStarted.SwipeDirection.init -> void +Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeDirection SwipeDirection) -> void +Microsoft.Maui.TextAlignment +Microsoft.Maui.TextAlignment.Center = 1 -> Microsoft.Maui.TextAlignment +Microsoft.Maui.TextAlignment.End = 2 -> Microsoft.Maui.TextAlignment +Microsoft.Maui.TextAlignment.Start = 0 -> Microsoft.Maui.TextAlignment +Microsoft.Maui.TextDecorations +Microsoft.Maui.TextDecorations.None = 0 -> Microsoft.Maui.TextDecorations +Microsoft.Maui.TextDecorations.Strikethrough = 2 -> Microsoft.Maui.TextDecorations +Microsoft.Maui.TextDecorations.Underline = 1 -> Microsoft.Maui.TextDecorations +Microsoft.Maui.TextTransform +Microsoft.Maui.TextTransform.Default = 1 -> Microsoft.Maui.TextTransform +Microsoft.Maui.TextTransform.Lowercase = 2 -> Microsoft.Maui.TextTransform +Microsoft.Maui.TextTransform.None = 0 -> Microsoft.Maui.TextTransform +Microsoft.Maui.TextTransform.Uppercase = 3 -> Microsoft.Maui.TextTransform +Microsoft.Maui.TextType +Microsoft.Maui.TextType.Html = 1 -> Microsoft.Maui.TextType +Microsoft.Maui.TextType.Text = 0 -> Microsoft.Maui.TextType +Microsoft.Maui.Thickness +Microsoft.Maui.Thickness.Bottom.get -> double +Microsoft.Maui.Thickness.Bottom.set -> void +Microsoft.Maui.Thickness.Deconstruct(out double left, out double top, out double right, out double bottom) -> void +Microsoft.Maui.Thickness.HorizontalThickness.get -> double +Microsoft.Maui.Thickness.IsEmpty.get -> bool +Microsoft.Maui.Thickness.IsNaN.get -> bool +Microsoft.Maui.Thickness.Left.get -> double +Microsoft.Maui.Thickness.Left.set -> void +Microsoft.Maui.Thickness.Right.get -> double +Microsoft.Maui.Thickness.Right.set -> void +Microsoft.Maui.Thickness.Thickness() -> void +Microsoft.Maui.Thickness.Thickness(double horizontalSize, double verticalSize) -> void +Microsoft.Maui.Thickness.Thickness(double left, double top, double right, double bottom) -> void +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.UriImageSourceService.UriImageSourceService() -> void +Microsoft.Maui.UriImageSourceService.UriImageSourceService(Microsoft.Extensions.Logging.ILogger? logger = null) -> void +Microsoft.Maui.ViewExtensions +Microsoft.Maui.Visibility +Microsoft.Maui.Visibility.Collapsed = 2 -> Microsoft.Maui.Visibility +Microsoft.Maui.Visibility.Hidden = 1 -> Microsoft.Maui.Visibility +Microsoft.Maui.Visibility.Visible = 0 -> Microsoft.Maui.Visibility +Microsoft.Maui.VisualDiagnostics +Microsoft.Maui.VisualDiagnosticsOverlay +Microsoft.Maui.VisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IAdorner! adorner, bool scrollToView = false) -> bool +Microsoft.Maui.VisualDiagnosticsOverlay.AddAdorner(Microsoft.Maui.IVisualTreeElement! visualElement, bool scrollToView = false) -> bool +Microsoft.Maui.VisualDiagnosticsOverlay.AddScrollableElementHandler(Microsoft.Maui.IScrollView! scrollBar) -> void +Microsoft.Maui.VisualDiagnosticsOverlay.AddScrollableElementHandlers() -> void +Microsoft.Maui.VisualDiagnosticsOverlay.EnableElementSelector.get -> bool +Microsoft.Maui.VisualDiagnosticsOverlay.EnableElementSelector.set -> void +Microsoft.Maui.VisualDiagnosticsOverlay.Offset.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.VisualDiagnosticsOverlay.RemoveAdorner(Microsoft.Maui.IAdorner! adorner) -> bool +Microsoft.Maui.VisualDiagnosticsOverlay.RemoveAdorners() -> void +Microsoft.Maui.VisualDiagnosticsOverlay.RemoveAdorners(Microsoft.Maui.IVisualTreeElement! visualElement) -> bool +Microsoft.Maui.VisualDiagnosticsOverlay.RemoveScrollableElementHandler() -> void +Microsoft.Maui.VisualDiagnosticsOverlay.ScrollToElement.get -> bool +Microsoft.Maui.VisualDiagnosticsOverlay.ScrollToElement.set -> void +Microsoft.Maui.VisualDiagnosticsOverlay.ScrollToView(Microsoft.Maui.IVisualTreeElement! element) -> void +Microsoft.Maui.VisualDiagnosticsOverlay.ScrollViews.get -> System.Collections.Generic.IReadOnlyCollection! +Microsoft.Maui.VisualDiagnosticsOverlay.VisualDiagnosticsOverlay(Microsoft.Maui.IWindow! window) -> void +Microsoft.Maui.VisualTreeChangeEventArgs +Microsoft.Maui.VisualTreeChangeEventArgs.ChangeType.get -> Microsoft.Maui.VisualTreeChangeType +Microsoft.Maui.VisualTreeChangeEventArgs.Child.get -> object! +Microsoft.Maui.VisualTreeChangeEventArgs.ChildIndex.get -> int +Microsoft.Maui.VisualTreeChangeEventArgs.Parent.get -> object? +Microsoft.Maui.VisualTreeChangeEventArgs.VisualTreeChangeEventArgs(object? parent, object! child, int childIndex, Microsoft.Maui.VisualTreeChangeType changeType) -> void +Microsoft.Maui.VisualTreeChangeType +Microsoft.Maui.VisualTreeChangeType.Add = 0 -> Microsoft.Maui.VisualTreeChangeType +Microsoft.Maui.VisualTreeChangeType.Remove = 1 -> Microsoft.Maui.VisualTreeChangeType +Microsoft.Maui.VisualTreeElementExtensions +Microsoft.Maui.WeakEventManager +Microsoft.Maui.WeakEventManager.AddEventHandler(System.Delegate? handler, string! eventName = "") -> void +Microsoft.Maui.WeakEventManager.AddEventHandler(System.EventHandler! handler, string! eventName = "") -> void +Microsoft.Maui.WeakEventManager.HandleEvent(object! sender, object! args, string! eventName) -> void +Microsoft.Maui.WeakEventManager.RemoveEventHandler(System.Delegate? handler, string! eventName = "") -> void +Microsoft.Maui.WeakEventManager.RemoveEventHandler(System.EventHandler! handler, string! eventName = "") -> void +Microsoft.Maui.WeakEventManager.WeakEventManager() -> void +Microsoft.Maui.WebNavigationEvent +Microsoft.Maui.WebNavigationEvent.Back = 1 -> Microsoft.Maui.WebNavigationEvent +Microsoft.Maui.WebNavigationEvent.Forward = 2 -> Microsoft.Maui.WebNavigationEvent +Microsoft.Maui.WebNavigationEvent.NewPage = 3 -> Microsoft.Maui.WebNavigationEvent +Microsoft.Maui.WebNavigationEvent.Refresh = 4 -> Microsoft.Maui.WebNavigationEvent +Microsoft.Maui.WebNavigationResult +Microsoft.Maui.WebNavigationResult.Cancel = 2 -> Microsoft.Maui.WebNavigationResult +Microsoft.Maui.WebNavigationResult.Failure = 4 -> Microsoft.Maui.WebNavigationResult +Microsoft.Maui.WebNavigationResult.Success = 1 -> Microsoft.Maui.WebNavigationResult +Microsoft.Maui.WebNavigationResult.Timeout = 3 -> Microsoft.Maui.WebNavigationResult +Microsoft.Maui.WindowExtensions +Microsoft.Maui.WindowOverlay +Microsoft.Maui.WindowOverlay.Density.get -> float +Microsoft.Maui.WindowOverlay.DisableUITouchEventPassthrough.get -> bool +Microsoft.Maui.WindowOverlay.DisableUITouchEventPassthrough.set -> void +Microsoft.Maui.WindowOverlay.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void +Microsoft.Maui.WindowOverlay.EnableDrawableTouchHandling.get -> bool +Microsoft.Maui.WindowOverlay.EnableDrawableTouchHandling.set -> void +Microsoft.Maui.WindowOverlay.GraphicsView.get -> Tizen.NUI.BaseComponents.View? +Microsoft.Maui.WindowOverlay.Invalidate() -> void +Microsoft.Maui.WindowOverlay.IsPlatformViewInitialized.get -> bool +Microsoft.Maui.WindowOverlay.IsVisible.get -> bool +Microsoft.Maui.WindowOverlay.IsVisible.set -> void +Microsoft.Maui.WindowOverlay.Tapped -> System.EventHandler? +Microsoft.Maui.WindowOverlay.Window.get -> Microsoft.Maui.IWindow! +Microsoft.Maui.WindowOverlay.WindowElements.get -> System.Collections.Generic.IReadOnlyCollection! +Microsoft.Maui.WindowOverlay.WindowOverlay(Microsoft.Maui.IWindow! window) -> void +Microsoft.Maui.WindowOverlayTappedEventArgs +Microsoft.Maui.WindowOverlayTappedEventArgs.Point.get -> Microsoft.Maui.Graphics.Point +Microsoft.Maui.WindowOverlayTappedEventArgs.VisualTreeElements.get -> System.Collections.Generic.IList! +Microsoft.Maui.WindowOverlayTappedEventArgs.WindowOverlayElements.get -> System.Collections.Generic.IList! +Microsoft.Maui.WindowOverlayTappedEventArgs.WindowOverlayTappedEventArgs(Microsoft.Maui.Graphics.Point point, System.Collections.Generic.IList! elements, System.Collections.Generic.IList! overlayElements) -> void +override Microsoft.Maui.Animations.LerpingAnimation.Update(double percent) -> void +override Microsoft.Maui.Animations.PlatformTicker.IsRunning.get -> bool +override Microsoft.Maui.Animations.PlatformTicker.Start() -> void +override Microsoft.Maui.Animations.PlatformTicker.Stop() -> void +override Microsoft.Maui.Converters.CornerRadiusTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool +override Microsoft.Maui.Converters.CornerRadiusTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool +override Microsoft.Maui.Converters.CornerRadiusTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value) -> object! +override Microsoft.Maui.Converters.CornerRadiusTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value, System.Type! destinationType) -> object! +override Microsoft.Maui.Converters.KeyboardTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool +override Microsoft.Maui.Converters.KeyboardTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool +override Microsoft.Maui.Converters.KeyboardTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value) -> object! +override Microsoft.Maui.Converters.KeyboardTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value, System.Type! destinationType) -> object! +override Microsoft.Maui.CornerRadius.Equals(object? obj) -> bool +override Microsoft.Maui.CornerRadius.GetHashCode() -> int +override Microsoft.Maui.FileImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +override Microsoft.Maui.Font.Equals(object? obj) -> bool +override Microsoft.Maui.Font.GetHashCode() -> int +override Microsoft.Maui.Font.ToString() -> string! +override Microsoft.Maui.FontImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +override Microsoft.Maui.GridLength.Equals(object? obj) -> bool +override Microsoft.Maui.GridLength.GetHashCode() -> int +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 +override Microsoft.Maui.Handlers.ButtonHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Button! +override Microsoft.Maui.Handlers.ButtonHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Button! platformView) -> void +override Microsoft.Maui.Handlers.CheckBoxHandler.ConnectHandler(Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformView) -> void +override Microsoft.Maui.Handlers.CheckBoxHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.CheckBox! +override Microsoft.Maui.Handlers.CheckBoxHandler.DisconnectHandler(Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformView) -> void +override Microsoft.Maui.Handlers.ContentViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! +override Microsoft.Maui.Handlers.ContentViewHandler.Dispose(bool disposing) -> void +override Microsoft.Maui.Handlers.ContentViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void +override Microsoft.Maui.Handlers.DatePickerHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.DatePickerHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! +override Microsoft.Maui.Handlers.DatePickerHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.EditorHandler.ConnectHandler(Tizen.UIExtensions.NUI.Editor! platformView) -> void +override Microsoft.Maui.Handlers.EditorHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Editor! +override Microsoft.Maui.Handlers.EditorHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Editor! platformView) -> void +override Microsoft.Maui.Handlers.EntryHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.EntryHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! +override Microsoft.Maui.Handlers.EntryHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.FlyoutViewHandler.ConnectHandler(Tizen.UIExtensions.NUI.DrawerView! platformView) -> void +override Microsoft.Maui.Handlers.FlyoutViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.DrawerView! +override Microsoft.Maui.Handlers.FlyoutViewHandler.DisconnectHandler(Tizen.UIExtensions.NUI.DrawerView! platformView) -> void +override Microsoft.Maui.Handlers.GraphicsViewHandler.ConnectHandler(Microsoft.Maui.Platform.PlatformTouchGraphicsView! platformView) -> void +override Microsoft.Maui.Handlers.GraphicsViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.PlatformTouchGraphicsView! +override Microsoft.Maui.Handlers.GraphicsViewHandler.DisconnectHandler(Microsoft.Maui.Platform.PlatformTouchGraphicsView! platformView) -> void +override Microsoft.Maui.Handlers.ImageButtonHandler.ConnectHandler(Microsoft.Maui.Platform.MauiImageButton! platformView) -> void +override Microsoft.Maui.Handlers.ImageButtonHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiImageButton! +override Microsoft.Maui.Handlers.ImageButtonHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiImageButton! platformView) -> void +override Microsoft.Maui.Handlers.ImageButtonHandler.NeedsContainer.get -> bool +override Microsoft.Maui.Handlers.ImageHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Image! +override Microsoft.Maui.Handlers.ImageHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Image! platformView) -> void +override Microsoft.Maui.Handlers.ImageHandler.NeedsContainer.get -> bool +override Microsoft.Maui.Handlers.IndicatorViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiPageControl! +override Microsoft.Maui.Handlers.LabelHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Label! +override Microsoft.Maui.Handlers.LayoutHandler.CreatePlatformView() -> Microsoft.Maui.Platform.LayoutViewGroup! +override Microsoft.Maui.Handlers.LayoutHandler.Dispose(bool disposing) -> void +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! +override Microsoft.Maui.Handlers.NavigationViewHandler.DisconnectHandler(Microsoft.Maui.Platform.StackNavigationManager! platformView) -> void +override Microsoft.Maui.Handlers.PageHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! +override Microsoft.Maui.Handlers.PageHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void +override Microsoft.Maui.Handlers.PickerHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.PickerHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! +override Microsoft.Maui.Handlers.PickerHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.ProgressBarHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! +override Microsoft.Maui.Handlers.RadioButtonHandler.ConnectHandler(Microsoft.Maui.Platform.ContentViewGroup! platformView) -> void +override Microsoft.Maui.Handlers.RadioButtonHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! +override Microsoft.Maui.Handlers.RadioButtonHandler.DisconnectHandler(Microsoft.Maui.Platform.ContentViewGroup! platformView) -> void +override Microsoft.Maui.Handlers.RefreshViewHandler.ConnectHandler(Microsoft.Maui.Platform.MauiRefreshLayout! platformView) -> void +override Microsoft.Maui.Handlers.RefreshViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiRefreshLayout! +override Microsoft.Maui.Handlers.RefreshViewHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiRefreshLayout! platformView) -> void +override Microsoft.Maui.Handlers.ScrollViewHandler.ConnectHandler(Tizen.UIExtensions.NUI.ScrollView! platformView) -> void +override Microsoft.Maui.Handlers.ScrollViewHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.ScrollView! +override Microsoft.Maui.Handlers.ScrollViewHandler.DisconnectHandler(Tizen.UIExtensions.NUI.ScrollView! platformView) -> void +override Microsoft.Maui.Handlers.SearchBarHandler.ConnectHandler(Microsoft.Maui.Platform.MauiSearchBar! platformView) -> void +override Microsoft.Maui.Handlers.SearchBarHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiSearchBar! +override Microsoft.Maui.Handlers.SearchBarHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiSearchBar! platformView) -> void +override Microsoft.Maui.Handlers.ShapeViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiShapeView! +override Microsoft.Maui.Handlers.ShapeViewHandler.SetupContainer() -> void +override Microsoft.Maui.Handlers.SliderHandler.ConnectHandler(Tizen.NUI.Components.Slider! platformView) -> void +override Microsoft.Maui.Handlers.SliderHandler.CreatePlatformView() -> Tizen.NUI.Components.Slider! +override Microsoft.Maui.Handlers.SliderHandler.DisconnectHandler(Tizen.NUI.Components.Slider! platformView) -> void +override Microsoft.Maui.Handlers.StepperHandler.ConnectHandler(Microsoft.Maui.Platform.MauiStepper! platformView) -> void +override Microsoft.Maui.Handlers.StepperHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiStepper! +override Microsoft.Maui.Handlers.StepperHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiStepper! platformView) -> void +override Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CreatePlatformElement() -> Tizen.UIExtensions.NUI.Button! +override Microsoft.Maui.Handlers.SwipeItemViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.ContentViewGroup! +override Microsoft.Maui.Handlers.SwipeItemViewHandler.Dispose(bool disposing) -> void +override Microsoft.Maui.Handlers.SwipeItemViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void +override Microsoft.Maui.Handlers.SwipeViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiSwipeView! +override Microsoft.Maui.Handlers.SwipeViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void +override Microsoft.Maui.Handlers.SwitchHandler.ConnectHandler(Tizen.UIExtensions.NUI.GraphicsView.Switch! platformView) -> void +override Microsoft.Maui.Handlers.SwitchHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.GraphicsView.Switch! +override Microsoft.Maui.Handlers.SwitchHandler.DisconnectHandler(Tizen.UIExtensions.NUI.GraphicsView.Switch! platformView) -> void +override Microsoft.Maui.Handlers.TabbedViewHandler.CreatePlatformView() -> Tizen.NUI.BaseComponents.View! +override Microsoft.Maui.Handlers.TimePickerHandler.ConnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.TimePickerHandler.CreatePlatformView() -> Tizen.UIExtensions.NUI.Entry! +override Microsoft.Maui.Handlers.TimePickerHandler.DisconnectHandler(Tizen.UIExtensions.NUI.Entry! platformView) -> void +override Microsoft.Maui.Handlers.ToolbarHandler.CreatePlatformElement() -> Microsoft.Maui.Platform.MauiToolbar! +override Microsoft.Maui.Handlers.ViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Handlers.ViewHandler.NeedsContainer.get -> bool +override Microsoft.Maui.Handlers.ViewHandler.OnPlatformViewDeleted() -> void +override Microsoft.Maui.Handlers.ViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void +override Microsoft.Maui.Handlers.ViewHandler.RemoveContainer() -> void +override Microsoft.Maui.Handlers.ViewHandler.SetupContainer() -> void +override Microsoft.Maui.Handlers.WebViewHandler.ConnectHandler(Microsoft.Maui.Platform.MauiWebView! platformView) -> void +override Microsoft.Maui.Handlers.WebViewHandler.CreatePlatformView() -> Microsoft.Maui.Platform.MauiWebView! +override Microsoft.Maui.Handlers.WebViewHandler.DisconnectHandler(Microsoft.Maui.Platform.MauiWebView! platformView) -> void +override Microsoft.Maui.Handlers.WindowHandler.CreatePlatformElement() -> Tizen.NUI.Window! +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 +override Microsoft.Maui.Layouts.GridLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Layouts.GridLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Layouts.HorizontalStackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Layouts.HorizontalStackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Layouts.VerticalStackLayoutManager.ArrangeChildren(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.Layouts.VerticalStackLayoutManager.Measure(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +override Microsoft.Maui.MauiApplication.OnAppControlReceived(Tizen.Applications.AppControlReceivedEventArgs! e) -> void +override Microsoft.Maui.MauiApplication.OnCreate() -> void +override Microsoft.Maui.MauiApplication.OnDeviceOrientationChanged(Tizen.Applications.DeviceOrientationEventArgs! e) -> void +override Microsoft.Maui.MauiApplication.OnLocaleChanged(Tizen.Applications.LocaleChangedEventArgs! e) -> void +override Microsoft.Maui.MauiApplication.OnLowBattery(Tizen.Applications.LowBatteryEventArgs! e) -> void +override Microsoft.Maui.MauiApplication.OnLowMemory(Tizen.Applications.LowMemoryEventArgs! e) -> void +override Microsoft.Maui.MauiApplication.OnPause() -> void +override Microsoft.Maui.MauiApplication.OnPreCreate() -> void +override Microsoft.Maui.MauiApplication.OnRegionFormatChanged(Tizen.Applications.RegionFormatChangedEventArgs! e) -> void +override Microsoft.Maui.MauiApplication.OnResume() -> void +override Microsoft.Maui.MauiApplication.OnTerminate() -> void +override Microsoft.Maui.Platform.LayoutViewGroup.HitTest(Tizen.NUI.Touch! touch) -> bool +override Microsoft.Maui.Platform.MauiDateTimePicker.CreateContent() -> Tizen.NUI.BaseComponents.View! +override Microsoft.Maui.Platform.MauiPicker.OnEnabled(bool enabled) -> void +override Microsoft.Maui.Platform.MauiSearchBar.OnEnabled(bool enabled) -> void +override Microsoft.Maui.Platform.MauiStepper.OnEnabled(bool enabled) -> void +override Microsoft.Maui.Platform.PlatformTouchGraphicsView.OnResized() -> void +override Microsoft.Maui.RectangleGridAdorner.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void +override Microsoft.Maui.Semantics.ToString() -> string! +override Microsoft.Maui.SizeRequest.ToString() -> string! +override Microsoft.Maui.StreamImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +override Microsoft.Maui.Thickness.Equals(object? obj) -> bool +override Microsoft.Maui.Thickness.GetHashCode() -> int +override Microsoft.Maui.UriImageSourceService.GetImageAsync(Microsoft.Maui.IImageSource! imageSource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +override Microsoft.Maui.VisualDiagnosticsOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool +override Microsoft.Maui.VisualDiagnosticsOverlay.Deinitialize() -> bool +override Microsoft.Maui.VisualDiagnosticsOverlay.HandleUIChange() -> void +override Microsoft.Maui.VisualDiagnosticsOverlay.RemoveWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool +override Microsoft.Maui.VisualDiagnosticsOverlay.RemoveWindowElements() -> void +override sealed Microsoft.Maui.Handlers.ViewHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void +readonly Microsoft.Maui.LockableObservableListWrapper._list -> System.Collections.ObjectModel.ObservableCollection! +readonly Microsoft.Maui.PropertyMapper._mapper -> System.Collections.Generic.Dictionary!>! +static Microsoft.Maui.Animations.AnimationLerpingExtensions.GenericLerp(this T start, T end, double progress, double toggleThreshold = 0.5) -> T +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this double start, double end, double progress) -> double +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this float start, float end, double progress) -> float +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this float? start, float? end, double progress) -> float? +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Color! color, Microsoft.Maui.Graphics.Color! endColor, double progress) -> Microsoft.Maui.Graphics.Color! +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Point start, Microsoft.Maui.Graphics.Point end, double progress) -> Microsoft.Maui.Graphics.Point +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.PointF start, Microsoft.Maui.Graphics.PointF end, double progress) -> Microsoft.Maui.Graphics.PointF +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Rect start, Microsoft.Maui.Graphics.Rect end, double progress) -> Microsoft.Maui.Graphics.Rect +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.RectF start, Microsoft.Maui.Graphics.RectF end, double progress) -> Microsoft.Maui.Graphics.RectF +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.Size start, Microsoft.Maui.Graphics.Size end, double progress) -> Microsoft.Maui.Graphics.Size +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.SizeF start, Microsoft.Maui.Graphics.SizeF end, double progress) -> Microsoft.Maui.Graphics.SizeF +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Graphics.SolidPaint! paint, Microsoft.Maui.Graphics.SolidPaint! endPaint, double progress) -> Microsoft.Maui.Graphics.SolidPaint! +static Microsoft.Maui.Animations.AnimationLerpingExtensions.Lerp(this Microsoft.Maui.Thickness start, Microsoft.Maui.Thickness end, double progress) -> Microsoft.Maui.Thickness +static Microsoft.Maui.Animations.Lerp.GetLerp(System.Type! type) -> Microsoft.Maui.Animations.Lerp? +static Microsoft.Maui.CommandMapperExtensions.AppendToMapping(this Microsoft.Maui.CommandMapper! commandMapper, string! key, System.Action! method) -> void +static Microsoft.Maui.CommandMapperExtensions.ModifyMapping(this Microsoft.Maui.CommandMapper! commandMapper, string! key, System.Action?>! method) -> void +static Microsoft.Maui.CommandMapperExtensions.PrependToMapping(this Microsoft.Maui.CommandMapper! commandMapper, string! key, System.Action! method) -> void +static Microsoft.Maui.CornerRadius.implicit operator Microsoft.Maui.CornerRadius(double uniformRadius) -> Microsoft.Maui.CornerRadius +static Microsoft.Maui.CornerRadius.operator !=(Microsoft.Maui.CornerRadius left, Microsoft.Maui.CornerRadius right) -> bool +static Microsoft.Maui.CornerRadius.operator ==(Microsoft.Maui.CornerRadius left, Microsoft.Maui.CornerRadius right) -> bool +static Microsoft.Maui.Crc64.ComputeHash(byte[]! input) -> byte[]! +static Microsoft.Maui.Crc64.ComputeHash(System.IO.Stream! inputStream) -> byte[]! +static Microsoft.Maui.Crc64.ComputeHashString(string! input) -> string! +static Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() -> Microsoft.Maui.Dispatching.IDispatcher? +static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Action! action) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Func! funcTask) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Func!>! funcTask) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Dispatching.DispatcherExtensions.DispatchAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.Func! func) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Dispatching.DispatcherExtensions.GetSynchronizationContextAsync(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Dispatching.DispatcherExtensions.StartTimer(this Microsoft.Maui.Dispatching.IDispatcher! dispatcher, System.TimeSpan interval, System.Func! callback) -> void +static Microsoft.Maui.Dispatching.DispatcherProvider.Current.get -> Microsoft.Maui.Dispatching.IDispatcherProvider! +static Microsoft.Maui.Dispatching.DispatcherProvider.SetCurrent(Microsoft.Maui.Dispatching.IDispatcherProvider? provider) -> bool +static Microsoft.Maui.Easing.Default.get -> Microsoft.Maui.Easing! +static Microsoft.Maui.Easing.implicit operator Microsoft.Maui.Easing!(System.Func! func) -> Microsoft.Maui.Easing! +static Microsoft.Maui.Font.Default.get -> Microsoft.Maui.Font +static Microsoft.Maui.Font.OfSize(string? name, double size, Microsoft.Maui.FontWeight weight = Microsoft.Maui.FontWeight.Regular, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true) -> Microsoft.Maui.Font +static Microsoft.Maui.Font.operator !=(Microsoft.Maui.Font left, Microsoft.Maui.Font right) -> bool +static Microsoft.Maui.Font.operator ==(Microsoft.Maui.Font left, Microsoft.Maui.Font right) -> bool +static Microsoft.Maui.Font.SystemFontOfSize(double size, Microsoft.Maui.FontWeight weight = Microsoft.Maui.FontWeight.Regular, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true) -> Microsoft.Maui.Font +static Microsoft.Maui.Font.SystemFontOfWeight(Microsoft.Maui.FontWeight weight, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true) -> Microsoft.Maui.Font +static Microsoft.Maui.FontFile.FromString(string! input) -> Microsoft.Maui.FontFile! +static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.ImagePaint! imagePaint) -> Microsoft.Maui.MauiDrawable? +static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.LinearGradientPaint! linearGradientPaint) -> Microsoft.Maui.MauiDrawable? +static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.PatternPaint! patternPaint) -> Microsoft.Maui.MauiDrawable? +static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.RadialGradientPaint! radialGradientPaint) -> Microsoft.Maui.MauiDrawable? +static Microsoft.Maui.Graphics.PaintExtensions.CreateDrawable(this Microsoft.Maui.Graphics.SolidPaint! solidPaint) -> Microsoft.Maui.MauiDrawable? +static Microsoft.Maui.Graphics.PaintExtensions.IsNullOrEmpty(this Microsoft.Maui.Graphics.Paint? paint) -> bool +static Microsoft.Maui.Graphics.PaintExtensions.ToColor(this Microsoft.Maui.Graphics.Paint? paint) -> Microsoft.Maui.Graphics.Color? +static Microsoft.Maui.Graphics.PaintExtensions.ToDrawable(this Microsoft.Maui.Graphics.Paint! paint) -> Microsoft.Maui.MauiDrawable? +static Microsoft.Maui.Graphics.PaintExtensions.ToPlatform(this Microsoft.Maui.Graphics.Paint! paint) -> Tizen.UIExtensions.Common.Color +static Microsoft.Maui.GridLength.implicit operator Microsoft.Maui.GridLength(double absoluteValue) -> Microsoft.Maui.GridLength +static Microsoft.Maui.Handlers.ActivityIndicatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ActivityIndicatorHandler.MapColor(Microsoft.Maui.Handlers.IActivityIndicatorHandler! handler, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void +static Microsoft.Maui.Handlers.ActivityIndicatorHandler.MapIsRunning(Microsoft.Maui.Handlers.IActivityIndicatorHandler! handler, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void +static Microsoft.Maui.Handlers.ActivityIndicatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ApplicationHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ApplicationHandler.MapCloseWindow(Microsoft.Maui.Handlers.ApplicationHandler! handler, Microsoft.Maui.IApplication! application, object? args) -> void +static Microsoft.Maui.Handlers.ApplicationHandler.MapOpenWindow(Microsoft.Maui.Handlers.ApplicationHandler! handler, Microsoft.Maui.IApplication! application, object? args) -> void +static Microsoft.Maui.Handlers.ApplicationHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ApplicationHandler.MapTerminate(Microsoft.Maui.Handlers.ApplicationHandler! handler, Microsoft.Maui.IApplication! application, object? args) -> void +static Microsoft.Maui.Handlers.BorderHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.BorderHandler.MapBackground(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapContent(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.BorderHandler.MapStroke(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeDashOffset(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeDashPattern(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeLineCap(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeLineJoin(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeMiterLimit(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeShape(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.BorderHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IBorderHandler! handler, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Handlers.ButtonHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ButtonHandler.ImageButtonMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ButtonHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.ITextStyle! button) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapCornerRadius(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapFont(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.ITextStyle! button) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapImageSource(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IImage! image) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapImageSourceAsync(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IImage! image) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Handlers.ButtonHandler.MapPadding(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButton! button) -> void +static Microsoft.Maui.Handlers.ButtonHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ButtonHandler.MapStrokeColor(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapText(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.IText! button) -> void +static Microsoft.Maui.Handlers.ButtonHandler.MapTextColor(Microsoft.Maui.Handlers.IButtonHandler! handler, Microsoft.Maui.ITextStyle! button) -> void +static Microsoft.Maui.Handlers.ButtonHandler.TextButtonMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.CheckBoxHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.CheckBoxHandler.MapForeground(Microsoft.Maui.Handlers.ICheckBoxHandler! handler, Microsoft.Maui.ICheckBox! check) -> void +static Microsoft.Maui.Handlers.CheckBoxHandler.MapIsChecked(Microsoft.Maui.Handlers.ICheckBoxHandler! handler, Microsoft.Maui.ICheckBox! check) -> void +static Microsoft.Maui.Handlers.CheckBoxHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ContentViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ContentViewHandler.MapBackground(Microsoft.Maui.Handlers.IContentViewHandler! handler, Microsoft.Maui.IContentView! view) -> void +static Microsoft.Maui.Handlers.ContentViewHandler.MapContent(Microsoft.Maui.Handlers.IContentViewHandler! handler, Microsoft.Maui.IContentView! page) -> void +static Microsoft.Maui.Handlers.ContentViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.DatePickerHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.DatePickerHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.DatePickerHandler.MapDate(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.DatePickerHandler.MapFont(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.DatePickerHandler.MapFormat(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.DatePickerHandler.MapMaximumDate(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.DatePickerHandler.MapMinimumDate(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.DatePickerHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.DatePickerHandler.MapTextColor(Microsoft.Maui.Handlers.IDatePickerHandler! handler, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Handlers.EditorHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.EditorHandler.MapBackground(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapCursorPosition(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapFont(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.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 +static Microsoft.Maui.Handlers.EditorHandler.MapMaxLength(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.EditorHandler.MapPlaceholder(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapPlaceholderColor(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapSelectionLength(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapText(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapTextColor(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.EditorHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.IEditorHandler! handler, Microsoft.Maui.IEditor! editor) -> void +static Microsoft.Maui.Handlers.ElementHandler.ElementCommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ElementHandler.ElementMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.EntryHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.EntryHandler.MapBackground(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapClearButtonVisibility(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapCursorPosition(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapFont(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapIsPassword(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapIsReadOnly(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapIsTextPredictionEnabled(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapKeyboard(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapMaxLength(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.EntryHandler.MapPlaceholder(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapPlaceholderColor(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapReturnType(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapSelectionLength(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapText(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapTextColor(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.EntryHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.IEntryHandler! handler, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapDetail(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapFlyout(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapFlyoutBehavior(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapFlyoutWidth(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapIsGestureEnabled(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapIsPresented(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.FlyoutViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.FlyoutViewHandler.MapToolbar(Microsoft.Maui.Handlers.IFlyoutViewHandler! handler, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Handlers.GraphicsViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.GraphicsViewHandler.MapDrawable(Microsoft.Maui.Handlers.IGraphicsViewHandler! handler, Microsoft.Maui.IGraphicsView! graphicsView) -> void +static Microsoft.Maui.Handlers.GraphicsViewHandler.MapFlowDirection(Microsoft.Maui.Handlers.IGraphicsViewHandler! handler, Microsoft.Maui.IGraphicsView! graphicsView) -> void +static Microsoft.Maui.Handlers.GraphicsViewHandler.MapInvalidate(Microsoft.Maui.Handlers.IGraphicsViewHandler! handler, Microsoft.Maui.IGraphicsView! graphicsView, object? arg) -> void +static Microsoft.Maui.Handlers.GraphicsViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ImageButtonHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ImageButtonHandler.ImageMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ImageButtonHandler.MapCornerRadius(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void +static Microsoft.Maui.Handlers.ImageButtonHandler.MapPadding(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IImageButton! imageButton) -> void +static Microsoft.Maui.Handlers.ImageButtonHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ImageButtonHandler.MapStrokeColor(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void +static Microsoft.Maui.Handlers.ImageButtonHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IImageButtonHandler! handler, Microsoft.Maui.IButtonStroke! buttonStroke) -> void +static Microsoft.Maui.Handlers.ImageHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ImageHandler.MapAspect(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void +static Microsoft.Maui.Handlers.ImageHandler.MapBackground(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void +static Microsoft.Maui.Handlers.ImageHandler.MapIsAnimationPlaying(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void +static Microsoft.Maui.Handlers.ImageHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ImageHandler.MapSource(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> void +static Microsoft.Maui.Handlers.ImageHandler.MapSourceAsync(Microsoft.Maui.Handlers.IImageHandler! handler, Microsoft.Maui.IImage! image) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Handlers.IndicatorViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapCount(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapHideSingle(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapIndicatorColor(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapIndicatorShape(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapIndicatorSize(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapMaximumVisible(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapPosition(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.IndicatorViewHandler.MapSelectedIndicatorColor(Microsoft.Maui.Handlers.IIndicatorViewHandler! handler, Microsoft.Maui.IIndicatorView! indicator) -> void +static Microsoft.Maui.Handlers.LabelHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.LabelHandler.MapBackground(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapFont(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapLineHeight(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapPadding(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.LabelHandler.MapShadow(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapText(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapTextColor(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapTextDecorations(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LabelHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.ILabelHandler! handler, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Handlers.LayoutHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.LayoutHandler.MapAdd(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void +static Microsoft.Maui.Handlers.LayoutHandler.MapBackground(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout) -> void +static Microsoft.Maui.Handlers.LayoutHandler.MapClear(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void +static Microsoft.Maui.Handlers.LayoutHandler.MapClipsToBounds(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout) -> void +static Microsoft.Maui.Handlers.LayoutHandler.MapInsert(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void +static Microsoft.Maui.Handlers.LayoutHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.LayoutHandler.MapRemove(Microsoft.Maui.ILayoutHandler! handler, Microsoft.Maui.ILayout! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuBarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.MenuBarHandler.MapAdd(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuBarHandler.MapClear(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuBarHandler.MapInsert(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuBarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.MenuBarHandler.MapRemove(Microsoft.Maui.Handlers.IMenuBarHandler! handler, Microsoft.Maui.IMenuBar! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuBarItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.MenuBarItemHandler.MapAdd(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuBarItemHandler.MapClear(Microsoft.Maui.Handlers.IMenuBarItemHandler! handler, Microsoft.Maui.IMenuBarItem! layout, object? arg) -> void +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! +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! 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! 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! +static Microsoft.Maui.Handlers.MenuFlyoutItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper! static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.CommandMapper -> Microsoft.Maui.CommandMapper! static Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler.Mapper -> Microsoft.Maui.IPropertyMapper! -*REMOVED*Microsoft.Maui.ScrollToRequest.HoriztonalOffset.get -> double -*REMOVED*Microsoft.Maui.ScrollToRequest.HoriztonalOffset.init -> void -*REMOVED*Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HoriztonalOffset, double VerticalOffset, bool Instant) -> void -Microsoft.Maui.ScrollToRequest.HorizontalOffset.get -> double -Microsoft.Maui.ScrollToRequest.HorizontalOffset.init -> void -Microsoft.Maui.ScrollToRequest.ScrollToRequest(double HorizontalOffset, double VerticalOffset, bool Instant) -> void +static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +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 +static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapInsert(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void +static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler.MapRemove(Microsoft.Maui.Handlers.IMenuFlyoutSubItemHandler! handler, Microsoft.Maui.IMenuElement! layout, object? arg) -> void +static Microsoft.Maui.Handlers.NavigationViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.NavigationViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.NavigationViewHandler.RequestNavigation(Microsoft.Maui.Handlers.INavigationViewHandler! arg1, Microsoft.Maui.IStackNavigation! arg2, object? arg3) -> void +static Microsoft.Maui.Handlers.PageHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.PageHandler.MapBackground(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void +static Microsoft.Maui.Handlers.PageHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.PageHandler.MapTitle(Microsoft.Maui.Handlers.IPageHandler! handler, Microsoft.Maui.IContentView! page) -> void +static Microsoft.Maui.Handlers.PickerHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.PickerHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapFont(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.PickerHandler.MapReload(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker, object? args) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapSelectedIndex(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapTextColor(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapTitle(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapTitleColor(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.PickerHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.IPickerHandler! handler, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Handlers.ProgressBarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ProgressBarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ProgressBarHandler.MapProgress(Microsoft.Maui.Handlers.IProgressBarHandler! handler, Microsoft.Maui.IProgress! progress) -> void +static Microsoft.Maui.Handlers.ProgressBarHandler.MapProgressColor(Microsoft.Maui.Handlers.IProgressBarHandler! handler, Microsoft.Maui.IProgress! progress) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.RadioButtonHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.ITextStyle! textStyle) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IContentView! page) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.MapCornerRadius(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.MapFont(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.ITextStyle! textStyle) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.MapIsChecked(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.RadioButtonHandler.MapStrokeColor(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.IRadioButton! radioButton) -> void +static Microsoft.Maui.Handlers.RadioButtonHandler.MapTextColor(Microsoft.Maui.Handlers.IRadioButtonHandler! handler, Microsoft.Maui.ITextStyle! textStyle) -> void +static Microsoft.Maui.Handlers.RefreshViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.RefreshViewHandler.MapBackground(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! view) -> void +static Microsoft.Maui.Handlers.RefreshViewHandler.MapContent(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! refreshView) -> void +static Microsoft.Maui.Handlers.RefreshViewHandler.MapIsRefreshing(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! refreshView) -> void +static Microsoft.Maui.Handlers.RefreshViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.RefreshViewHandler.MapRefreshColor(Microsoft.Maui.Handlers.IRefreshViewHandler! handler, Microsoft.Maui.IRefreshView! refreshView) -> void +static Microsoft.Maui.Handlers.ScrollViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ScrollViewHandler.MapContent(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void +static Microsoft.Maui.Handlers.ScrollViewHandler.MapHorizontalScrollBarVisibility(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void +static Microsoft.Maui.Handlers.ScrollViewHandler.MapOrientation(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void +static Microsoft.Maui.Handlers.ScrollViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ScrollViewHandler.MapRequestScrollTo(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView, object? args) -> void +static Microsoft.Maui.Handlers.ScrollViewHandler.MapVerticalScrollBarVisibility(Microsoft.Maui.Handlers.IScrollViewHandler! handler, Microsoft.Maui.IScrollView! scrollView) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.SearchBarHandler.MapCancelButtonColor(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapFont(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapHorizontalTextAlignment(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapIsReadOnly(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapIsTextPredictionEnabled(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapKeyboard(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapMaxLength(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.SearchBarHandler.MapPlaceholder(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapPlaceholderColor(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapText(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapTextColor(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.SearchBarHandler.MapVerticalTextAlignment(Microsoft.Maui.Handlers.ISearchBarHandler! handler, Microsoft.Maui.ISearchBar! searchBar) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ShapeViewHandler.MapAspect(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapFill(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ShapeViewHandler.MapShape(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStroke(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeDashOffset(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeDashPattern(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeLineCap(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeLineJoin(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeMiterLimit(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.ShapeViewHandler.MapStrokeThickness(Microsoft.Maui.Handlers.IShapeViewHandler! handler, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Handlers.SliderHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.SliderHandler.MapMaximum(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.SliderHandler.MapMaximumTrackColor(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.SliderHandler.MapMinimum(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.SliderHandler.MapMinimumTrackColor(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.SliderHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.SliderHandler.MapThumbColor(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.SliderHandler.MapThumbImageSource(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.SliderHandler.MapValue(Microsoft.Maui.Handlers.ISliderHandler! handler, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Handlers.StepperHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.StepperHandler.MapIncrement(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void +static Microsoft.Maui.Handlers.StepperHandler.MapMaximum(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void +static Microsoft.Maui.Handlers.StepperHandler.MapMinimum(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void +static Microsoft.Maui.Handlers.StepperHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.StepperHandler.MapValue(Microsoft.Maui.Handlers.StepperHandler! handler, Microsoft.Maui.IStepper! stepper) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapBackground(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! view) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ITextStyle! view) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapFont(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ITextStyle! view) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapSource(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! image) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapSourceAsync(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! image) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapText(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! view) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapTextColor(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ITextStyle! view) -> void +static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.MapVisibility(Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler! handler, Microsoft.Maui.ISwipeItemMenuItem! view) -> void +static Microsoft.Maui.Handlers.SwipeItemViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.SwipeItemViewHandler.MapContent(Microsoft.Maui.Handlers.ISwipeItemViewHandler! handler, Microsoft.Maui.ISwipeItemView! page) -> void +static Microsoft.Maui.Handlers.SwipeItemViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.SwipeItemViewHandler.MapVisibility(Microsoft.Maui.Handlers.ISwipeItemViewHandler! handler, Microsoft.Maui.ISwipeItemView! view) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.SwipeViewHandler.MapBottomItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapContent(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapIsEnabled(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapLeftItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.SwipeViewHandler.MapRequestClose(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView, object? args) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapRequestOpen(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView, object? args) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapRightItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapSwipeTransitionMode(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! swipeView) -> void +static Microsoft.Maui.Handlers.SwipeViewHandler.MapTopItems(Microsoft.Maui.Handlers.ISwipeViewHandler! handler, Microsoft.Maui.ISwipeView! view) -> void +static Microsoft.Maui.Handlers.SwitchHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.SwitchHandler.MapIsOn(Microsoft.Maui.Handlers.ISwitchHandler! handler, Microsoft.Maui.ISwitch! view) -> void +static Microsoft.Maui.Handlers.SwitchHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.SwitchHandler.MapThumbColor(Microsoft.Maui.Handlers.ISwitchHandler! handler, Microsoft.Maui.ISwitch! view) -> void +static Microsoft.Maui.Handlers.SwitchHandler.MapTrackColor(Microsoft.Maui.Handlers.ISwitchHandler! handler, Microsoft.Maui.ISwitch! view) -> void +static Microsoft.Maui.Handlers.TabbedViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.TabbedViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.TimePickerHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.TimePickerHandler.MapCharacterSpacing(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Handlers.TimePickerHandler.MapFont(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Handlers.TimePickerHandler.MapFormat(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Handlers.TimePickerHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.TimePickerHandler.MapTextColor(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Handlers.TimePickerHandler.MapTime(Microsoft.Maui.Handlers.ITimePickerHandler! handler, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Handlers.ToolbarHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ToolbarHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ToolbarHandler.MapTitle(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.IToolbar! arg2) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapAnchorX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapAnchorY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapAutomationId(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapBackground(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +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 +static Microsoft.Maui.Handlers.ViewHandler.MapHeight(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapInputTransparent(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapInvalidateMeasure(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapIsEnabled(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapMaximumHeight(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapMaximumWidth(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapMinimumHeight(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapMinimumWidth(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapOpacity(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapRotation(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapRotationX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapRotationY(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapScale(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapScaleX(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +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.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 +static Microsoft.Maui.Handlers.ViewHandler.MapVisibility(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapWidth(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Handlers.ViewHandler.MapZIndex(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view, object? args) -> void +static Microsoft.Maui.Handlers.ViewHandler.ViewCommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.ViewHandler.ViewMapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.ViewHandler.PlatformViewFactory.get -> System.Func!, TPlatformView!>? +static Microsoft.Maui.Handlers.ViewHandler.PlatformViewFactory.set -> void +static Microsoft.Maui.Handlers.WebViewHandler.CommandMapper -> Microsoft.Maui.CommandMapper! +static Microsoft.Maui.Handlers.WebViewHandler.MapEval(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void +static Microsoft.Maui.Handlers.WebViewHandler.MapEvaluateJavaScriptAsync(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void +static Microsoft.Maui.Handlers.WebViewHandler.MapGoBack(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void +static Microsoft.Maui.Handlers.WebViewHandler.MapGoForward(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void +static Microsoft.Maui.Handlers.WebViewHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +static Microsoft.Maui.Handlers.WebViewHandler.MapReload(Microsoft.Maui.Handlers.IWebViewHandler! handler, Microsoft.Maui.IWebView! webView, object? arg) -> void +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! +static Microsoft.Maui.Handlers.WindowHandler.MapContent(Microsoft.Maui.Handlers.IWindowHandler! handler, Microsoft.Maui.IWindow! window) -> void +static Microsoft.Maui.Handlers.WindowHandler.Mapper -> Microsoft.Maui.IPropertyMapper! +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.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! +static Microsoft.Maui.Hosting.EssentialsExtensions.ConfigureEssentials(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate = null) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.FontCollectionExtensions.AddEmbeddedResourceFont(this Microsoft.Maui.Hosting.IFontCollection! fontCollection, System.Reflection.Assembly! assembly, string! filename, string? alias = null) -> Microsoft.Maui.Hosting.IFontCollection! +static Microsoft.Maui.Hosting.FontCollectionExtensions.AddFont(this Microsoft.Maui.Hosting.IFontCollection! fontCollection, string! filename, string? alias = null) -> Microsoft.Maui.Hosting.IFontCollection! +static Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions.ConfigureFonts(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.FontsMauiAppBuilderExtensions.ConfigureFonts(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions.ConfigureMauiHandlers(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services, System.Action? configureDelegate) -> Microsoft.Extensions.DependencyInjection.IServiceCollection! +static Microsoft.Maui.Hosting.HandlerMauiAppBuilderExtensions.ConfigureMauiHandlers(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions.AddService(this Microsoft.Maui.Hosting.IImageSourceServiceCollection! services) -> Microsoft.Maui.Hosting.IImageSourceServiceCollection! +static Microsoft.Maui.Hosting.ImageSourceServiceCollectionExtensions.AddService(this Microsoft.Maui.Hosting.IImageSourceServiceCollection! services, System.Func!>! implementationFactory) -> Microsoft.Maui.Hosting.IImageSourceServiceCollection! +static Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions.ConfigureImageSources(this Microsoft.Maui.Hosting.MauiAppBuilder! builder) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.ImageSourcesMauiAppBuilderExtensions.ConfigureImageSources(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.MauiApp.CreateBuilder(bool useDefaults = true) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.AddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection, System.Type! viewType, System.Type! handlerType) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! +static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.AddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! +static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.TryAddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection, System.Type! viewType, System.Type! handlerType) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! +static Microsoft.Maui.Hosting.MauiHandlersCollectionExtensions.TryAddHandler(this Microsoft.Maui.Hosting.IMauiHandlersCollection! handlersCollection) -> Microsoft.Maui.Hosting.IMauiHandlersCollection! +static Microsoft.Maui.HotReload.HotReloadExtensions.CheckHandlers(this Microsoft.Maui.IView? view) -> void +static Microsoft.Maui.HotReload.HotReloadExtensions.GetOnHotReloadMethods(this System.Type! type) -> System.Collections.Generic.List! +static Microsoft.Maui.HotReload.MauiHotReloadHelper.AddActiveView(Microsoft.Maui.HotReload.IHotReloadableView! view) -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.ClearCache(System.Type![]! types) -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.GetReplacedView(Microsoft.Maui.HotReload.IHotReloadableView! view) -> Microsoft.Maui.IView! +static Microsoft.Maui.HotReload.MauiHotReloadHelper.IsEnabled.get -> bool +static Microsoft.Maui.HotReload.MauiHotReloadHelper.IsEnabled.set -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.IsReplacedView(Microsoft.Maui.HotReload.IHotReloadableView! view, Microsoft.Maui.IView! newView) -> bool +static Microsoft.Maui.HotReload.MauiHotReloadHelper.Register(Microsoft.Maui.HotReload.IHotReloadableView! view, params object![]! parameters) -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.RegisterHandlers(Microsoft.Maui.Hosting.IMauiHandlersCollection! handlerService) -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.RegisterReplacedView(string! oldViewType, System.Type! newViewType) -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.Reset() -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.TriggerReload() -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.UnRegister(Microsoft.Maui.HotReload.IHotReloadableView! view) -> void +static Microsoft.Maui.HotReload.MauiHotReloadHelper.UpdateApplication(System.Type![]! types) -> void +static Microsoft.Maui.ImageSourceExtensions.GetPlatformImageAsync(this Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IMauiContext! mauiContext) -> System.Threading.Tasks.Task?>! +static Microsoft.Maui.ImageSourceExtensions.GetPlatformImageAsync(this Microsoft.Maui.IImageSourceService! imageSourceService, Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IMauiContext! mauiContext) -> System.Threading.Tasks.Task?>! +static Microsoft.Maui.ImageSourceExtensions.LoadImage(this Microsoft.Maui.IImageSource? source, Microsoft.Maui.IMauiContext! mauiContext, System.Action?>? finished = null) -> void +static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider, Microsoft.Maui.IImageSource! imageSource) -> Microsoft.Maui.IImageSourceService? +static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider) -> Microsoft.Maui.IImageSourceService? +static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider, Microsoft.Maui.IImageSource! imageSource) -> Microsoft.Maui.IImageSourceService! +static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider, System.Type! imageSourceType) -> Microsoft.Maui.IImageSourceService! +static Microsoft.Maui.ImageSourceServiceProviderExtensions.GetRequiredImageSourceService(this Microsoft.Maui.IImageSourceServiceProvider! provider) -> Microsoft.Maui.IImageSourceService! +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! +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! +static Microsoft.Maui.Keyboard.Email.get -> Microsoft.Maui.Keyboard! +static Microsoft.Maui.Keyboard.Numeric.get -> Microsoft.Maui.Keyboard! +static Microsoft.Maui.Keyboard.Plain.get -> Microsoft.Maui.Keyboard! +static Microsoft.Maui.Keyboard.Telephone.get -> Microsoft.Maui.Keyboard! +static Microsoft.Maui.Keyboard.Text.get -> Microsoft.Maui.Keyboard! +static Microsoft.Maui.Keyboard.Url.get -> Microsoft.Maui.Keyboard! +static Microsoft.Maui.Layouts.FlexBasis.implicit operator Microsoft.Maui.Layouts.FlexBasis(float length) -> Microsoft.Maui.Layouts.FlexBasis +static Microsoft.Maui.Layouts.LayoutExtensions.AdjustForFill(this Microsoft.Maui.Graphics.Size size, Microsoft.Maui.Graphics.Rect bounds, Microsoft.Maui.IView! view) -> Microsoft.Maui.Graphics.Size +static Microsoft.Maui.Layouts.LayoutExtensions.ArrangeContent(this Microsoft.Maui.IContentView! contentView, Microsoft.Maui.Graphics.Rect bounds) -> void +static Microsoft.Maui.Layouts.LayoutExtensions.ComputeDesiredSize(this Microsoft.Maui.IView! view, double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size +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! +static Microsoft.Maui.LifecycleEvents.LifecycleBuilderExtensions.AddEvent(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, string! eventName, TDelegate! action) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions.InvokeEvents(this Microsoft.Maui.LifecycleEvents.ILifecycleEventService! lifecycleService, string! eventName) -> void +static Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions.InvokeEvents(this Microsoft.Maui.LifecycleEvents.ILifecycleEventService! lifecycleService, string! eventName, System.Action! action) -> void +static Microsoft.Maui.LifecycleEvents.MauiAppHostBuilderExtensions.ConfigureLifecycleEvents(this Microsoft.Maui.Hosting.MauiAppBuilder! builder, System.Action? configureDelegate) -> Microsoft.Maui.Hosting.MauiAppBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnAppControlReceived(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnAppControlReceived! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnCreate(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnCreate! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnDeviceOrientationChanged(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnDeviceOrientationChanged! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnLocaleChanged(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLocaleChanged! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnLowBattery(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowBattery! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnLowMemory(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnLowMemory! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnPause(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPause! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnPreCreate(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnPreCreate! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnRegionFormatChanged(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnRegionFormatChanged! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnResume(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnResume! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleBuilderExtensions.OnTerminate(this Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! lifecycle, Microsoft.Maui.LifecycleEvents.TizenLifecycle.OnTerminate! del) -> Microsoft.Maui.LifecycleEvents.ITizenLifecycleBuilder! +static Microsoft.Maui.LifecycleEvents.TizenLifecycleExtensions.AddTizen(this Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! builder, System.Action! configureDelegate) -> Microsoft.Maui.LifecycleEvents.ILifecycleBuilder! +static Microsoft.Maui.MauiApplication.Current.get -> Microsoft.Maui.MauiApplication! +static Microsoft.Maui.Platform.ActivityIndicatorExtensions.UpdateColor(this Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator! platformView, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void +static Microsoft.Maui.Platform.ActivityIndicatorExtensions.UpdateIsRunning(this Tizen.UIExtensions.NUI.GraphicsView.ActivityIndicator! platformView, Microsoft.Maui.IActivityIndicator! activityIndicator) -> void +static Microsoft.Maui.Platform.AspectExtensions.ToPlatform(this Microsoft.Maui.Aspect aspect) -> Tizen.UIExtensions.Common.Aspect +static Microsoft.Maui.Platform.ButtonExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.ITextStyle! button) -> void +static Microsoft.Maui.Platform.ButtonExtensions.UpdateCornerRadius(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IButtonStroke! button) -> void +static Microsoft.Maui.Platform.ButtonExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.ITextStyle! label, Microsoft.Maui.IFontManager! fontManager) -> void +static Microsoft.Maui.Platform.ButtonExtensions.UpdateStrokeColor(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IButtonStroke! button) -> void +static Microsoft.Maui.Platform.ButtonExtensions.UpdateStrokeThickness(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IButtonStroke! button) -> void +static Microsoft.Maui.Platform.ButtonExtensions.UpdateText(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.IText! button) -> void +static Microsoft.Maui.Platform.ButtonExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Button! platformButton, Microsoft.Maui.ITextStyle! button) -> void +static Microsoft.Maui.Platform.CheckBoxExtensions.UpdateForeground(this Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformCheck, Microsoft.Maui.ICheckBox! check) -> void +static Microsoft.Maui.Platform.CheckBoxExtensions.UpdateIsChecked(this Tizen.UIExtensions.NUI.GraphicsView.CheckBox! platformCheck, Microsoft.Maui.ICheckBox! check) -> void +static Microsoft.Maui.Platform.ColorExtensions.ToNUIColor(this Microsoft.Maui.Graphics.Color! c) -> Tizen.NUI.Color? +static Microsoft.Maui.Platform.ColorExtensions.ToPlatform(this Microsoft.Maui.Graphics.Color! c) -> Tizen.UIExtensions.Common.Color +static Microsoft.Maui.Platform.ColorExtensions.WithAlpha(this Microsoft.Maui.Graphics.Color! color, double alpha) -> Microsoft.Maui.Graphics.Color! +static Microsoft.Maui.Platform.ColorExtensions.WithPremultiplied(this Microsoft.Maui.Graphics.Color! color, double alpha) -> Microsoft.Maui.Graphics.Color! +static Microsoft.Maui.Platform.DatePickerExtensions.UpdateDate(this Tizen.UIExtensions.NUI.Entry! platformDatePicker, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Platform.DatePickerExtensions.UpdateFormat(this Tizen.UIExtensions.NUI.Entry! platformDatePicker, Microsoft.Maui.IDatePicker! datePicker) -> void +static Microsoft.Maui.Platform.DPExtensions.ConvertToDPFont(int pt) -> double +static Microsoft.Maui.Platform.DPExtensions.ConvertToPixel(double dp) -> int +static Microsoft.Maui.Platform.DPExtensions.ConvertToScaledDP(double pixel) -> double +static Microsoft.Maui.Platform.DPExtensions.ConvertToScaledDP(int pixel) -> double +static Microsoft.Maui.Platform.DPExtensions.ConvertToScaledPixel(double dp) -> int +static Microsoft.Maui.Platform.DPExtensions.ToDP(this Tizen.UIExtensions.Common.Rect rect) -> Microsoft.Maui.Graphics.Rect +static Microsoft.Maui.Platform.DPExtensions.ToDP(this Tizen.UIExtensions.Common.Size size) -> Microsoft.Maui.Graphics.Size +static Microsoft.Maui.Platform.DPExtensions.ToPixel(this double dp) -> int +static Microsoft.Maui.Platform.DPExtensions.ToPixel(this Microsoft.Maui.Graphics.Point point) -> Tizen.UIExtensions.Common.Point +static Microsoft.Maui.Platform.DPExtensions.ToPixel(this Microsoft.Maui.Graphics.Rect rect) -> Tizen.UIExtensions.Common.Rect +static Microsoft.Maui.Platform.DPExtensions.ToPixel(this Microsoft.Maui.Graphics.Size size) -> Tizen.UIExtensions.Common.Size +static Microsoft.Maui.Platform.DPExtensions.ToPoint(this double dp) -> double +static Microsoft.Maui.Platform.DPExtensions.ToScaledDP(this double pixel) -> double +static Microsoft.Maui.Platform.DPExtensions.ToScaledDP(this float pixel) -> float +static Microsoft.Maui.Platform.DPExtensions.ToScaledDP(this int pixel) -> double +static Microsoft.Maui.Platform.DPExtensions.ToScaledPixel(this double dp) -> int +static Microsoft.Maui.Platform.DPExtensions.ToScaledPoint(this double dp) -> double +static Microsoft.Maui.Platform.EditorExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateCursorPosition(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextStyle! textStyle, Microsoft.Maui.IFontManager! fontManager) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateHorizontalTextAlignment(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextAlignment! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateIsReadOnly(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateIsTextPredictionEnabled(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateKeyboard(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateMaxLength(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Editor! platformEditor, string! placeholder) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.Graphics.Color! color) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateSelectionLength(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateText(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.IText! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextStyle! editor) -> void +static Microsoft.Maui.Platform.EditorExtensions.UpdateVerticalTextAlignment(this Tizen.UIExtensions.NUI.Editor! platformEditor, Microsoft.Maui.ITextAlignment! editor) -> void +static Microsoft.Maui.Platform.ElementExtensions.SetApplicationHandler(this Tizen.Applications.CoreApplication! platformApplication, Microsoft.Maui.IApplication! application, Microsoft.Maui.IMauiContext! context) -> void +static Microsoft.Maui.Platform.ElementExtensions.SetWindowHandler(this Tizen.NUI.Window! platformWindow, Microsoft.Maui.IWindow! window, Microsoft.Maui.IMauiContext! context) -> void +static Microsoft.Maui.Platform.ElementExtensions.ToContainerView(this Microsoft.Maui.IElement! view, Microsoft.Maui.IMauiContext! context) -> Tizen.NUI.BaseComponents.View! +static Microsoft.Maui.Platform.ElementExtensions.ToHandler(this Microsoft.Maui.IElement! view, Microsoft.Maui.IMauiContext! context) -> Microsoft.Maui.IElementHandler! +static Microsoft.Maui.Platform.ElementExtensions.ToPlatform(this Microsoft.Maui.IElement! view, Microsoft.Maui.IMauiContext! context) -> Tizen.NUI.BaseComponents.View! +static Microsoft.Maui.Platform.EntryExtensions.ToPlatform(this Microsoft.Maui.ReturnType returnType) -> Tizen.UIExtensions.Common.ReturnType +static Microsoft.Maui.Platform.EntryExtensions.ToPlatform(this Microsoft.Maui.TextAlignment alignment) -> Tizen.UIExtensions.Common.TextAlignment +static Microsoft.Maui.Platform.EntryExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextStyle! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateCursorPosition(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextStyle! textStyle, Microsoft.Maui.IFontManager! fontManager) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateHorizontalTextAlignment(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextAlignment! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateIsPassword(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateIsReadOnly(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateIsTextPredictionEnabled(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateKeyboard(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateMaxLength(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholder(this Tizen.UIExtensions.NUI.Entry! platformEntry, string! placeholder) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.Graphics.Color! color) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdatePlaceholderColor(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextInput! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateReturnType(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateSelectionLength(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IEntry! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateText(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.IText! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextStyle! entry) -> void +static Microsoft.Maui.Platform.EntryExtensions.UpdateVerticalTextAlignment(this Tizen.UIExtensions.NUI.Entry! platformEntry, Microsoft.Maui.ITextAlignment! entry) -> void +static Microsoft.Maui.Platform.FlyoutViewExtensions.ToPlatform(this Microsoft.Maui.FlyoutBehavior behavior) -> Tizen.UIExtensions.Common.DrawerBehavior +static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateDetail(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView, Microsoft.Maui.IMauiContext! context) -> void +static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateFlyout(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView, Microsoft.Maui.IMauiContext! context) -> void +static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateFlyoutBehavior(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateFlyoutWidth(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateIsGestureEnabled(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Platform.FlyoutViewExtensions.UpdateIsPresented(this Tizen.UIExtensions.NUI.DrawerView! platformDrawerView, Microsoft.Maui.IFlyoutView! flyoutView) -> void +static Microsoft.Maui.Platform.GraphicsViewExtensions.UpdateDrawable(this Tizen.UIExtensions.NUI.GraphicsView.SkiaGraphicsView! platformGraphicsView, Microsoft.Maui.IGraphicsView! graphicsView) -> void +static Microsoft.Maui.Platform.ImageExtensions.Clear(this Tizen.UIExtensions.NUI.Image! platformImage) -> void +static Microsoft.Maui.Platform.ImageExtensions.UpdateAspect(this Tizen.UIExtensions.NUI.Image! platformImage, Microsoft.Maui.IImage! image) -> void +static Microsoft.Maui.Platform.ImageExtensions.UpdateIsAnimationPlaying(this Tizen.UIExtensions.NUI.Image! platformImage, Microsoft.Maui.IImageSourcePart! image) -> void +static Microsoft.Maui.Platform.ImageSourcePartExtensions.UpdateSourceAsync(this Microsoft.Maui.IImageSourcePart! image, Tizen.NUI.BaseComponents.View! destinationContext, Microsoft.Maui.IImageSourceServiceProvider! services, System.Action! setImage, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task?>! +static Microsoft.Maui.Platform.KeyboardExtensions.ToAutoCapital(this Microsoft.Maui.KeyboardFlags keyboardFlags) -> Tizen.NUI.InputMethod.AutoCapitalType +static Microsoft.Maui.Platform.KeyboardExtensions.ToPlatform(this Microsoft.Maui.Keyboard! keyboard) -> Tizen.UIExtensions.Common.Keyboard +static Microsoft.Maui.Platform.LabelExtensions.GetFontAttributes(this Microsoft.Maui.Font font) -> Tizen.UIExtensions.Common.FontAttributes +static Microsoft.Maui.Platform.LabelExtensions.ToPlatform(this Microsoft.Maui.LineBreakMode mode) -> Tizen.UIExtensions.Common.LineBreakMode +static Microsoft.Maui.Platform.LabelExtensions.ToPlatform(this Microsoft.Maui.TextDecorations td) -> Tizen.UIExtensions.Common.TextDecorations +static Microsoft.Maui.Platform.LabelExtensions.UpdateCharacterSpacing(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateFont(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label, Microsoft.Maui.IFontManager! fontManager) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateHorizontalTextAlignment(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateLineHeight(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateShadow(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateText(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateTextColor(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateTextDecorations(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LabelExtensions.UpdateVerticalTextAlignment(this Tizen.UIExtensions.NUI.Label! platformLabel, Microsoft.Maui.ILabel! label) -> void +static Microsoft.Maui.Platform.LayoutCanvasExtensions.UpdateClipsToBounds(this Microsoft.Maui.Platform.LayoutViewGroup! layoutViewGroup, Microsoft.Maui.ILayout! layout) -> void +static Microsoft.Maui.Platform.NavigationStackExtensions.PushDummyPopupPage(this Tizen.UIExtensions.NUI.NavigationStack! stack, System.Func! openPopup) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Platform.PickerExtensions.UpdateSelectedIndex(this Tizen.UIExtensions.NUI.Entry! platformPicker, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Platform.PickerExtensions.UpdateTitle(this Tizen.UIExtensions.NUI.Entry! platformPicker, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Platform.PickerExtensions.UpdateTitleColor(this Tizen.UIExtensions.NUI.Entry! platformPicker, Microsoft.Maui.IPicker! picker) -> void +static Microsoft.Maui.Platform.ProgressBarExtensions.UpdateProgress(this Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! platformProgressBar, Microsoft.Maui.IProgress! progress) -> void +static Microsoft.Maui.Platform.ProgressBarExtensions.UpdateProgressColor(this Tizen.UIExtensions.NUI.GraphicsView.ProgressBar! platformProgressBar, Microsoft.Maui.IProgress! progress) -> void +static Microsoft.Maui.Platform.ScrollViewExtensions.ToNative(this Microsoft.Maui.ScrollOrientation scrollOrientation) -> Tizen.UIExtensions.Common.ScrollOrientation +static Microsoft.Maui.Platform.ScrollViewExtensions.ToPlatform(this Microsoft.Maui.ScrollBarVisibility visibility) -> Tizen.UIExtensions.Common.ScrollBarVisibility +static Microsoft.Maui.Platform.ScrollViewExtensions.UpdateHorizontalScrollBarVisibility(this Tizen.UIExtensions.NUI.ScrollView! scrollView, Microsoft.Maui.ScrollBarVisibility scrollBarVisibility) -> void +static Microsoft.Maui.Platform.ScrollViewExtensions.UpdateOrientation(this Tizen.UIExtensions.NUI.ScrollView! scrollView, Microsoft.Maui.ScrollOrientation scrollOrientation) -> void +static Microsoft.Maui.Platform.ScrollViewExtensions.UpdateVerticalScrollBarVisibility(this Tizen.UIExtensions.NUI.ScrollView! scrollView, Microsoft.Maui.ScrollBarVisibility scrollBarVisibility) -> void +static Microsoft.Maui.Platform.ShapeViewExtensions.InvalidateShape(this Microsoft.Maui.Platform.MauiShapeView! platformView, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Platform.ShapeViewExtensions.UpdateShape(this Microsoft.Maui.Platform.MauiShapeView! platformView, Microsoft.Maui.IShapeView! shapeView) -> void +static Microsoft.Maui.Platform.SliderExtensions.UpdateMaximum(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Platform.SliderExtensions.UpdateMaximumTrackColor(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Platform.SliderExtensions.UpdateMinimum(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Platform.SliderExtensions.UpdateMinimumTrackColor(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Platform.SliderExtensions.UpdateThumbColor(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Platform.SliderExtensions.UpdateThumbImageSourceAsync(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider, Microsoft.Maui.IImageSourceServiceProvider! provider) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Platform.SliderExtensions.UpdateValue(this Tizen.NUI.Components.Slider! platformSlider, Microsoft.Maui.ISlider! slider) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStroke(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeDashOffset(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeDashPattern(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeLineCap(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeLineJoin(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeMiterLimit(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeShape(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IBorderStroke! border) -> void +static Microsoft.Maui.Platform.StrokeExtensions.UpdateStrokeThickness(this Tizen.NUI.BaseComponents.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.UpdateIsOn(this Tizen.UIExtensions.NUI.GraphicsView.Switch! platformCheck, Microsoft.Maui.ISwitch! view) -> void +static Microsoft.Maui.Platform.SwitchExtensions.UpdateThumbColor(this Tizen.UIExtensions.NUI.GraphicsView.Switch! platformCheck, Microsoft.Maui.ISwitch! view) -> void +static Microsoft.Maui.Platform.SwitchExtensions.UpdateTrackColor(this Tizen.UIExtensions.NUI.GraphicsView.Switch! platformCheck, Microsoft.Maui.ISwitch! view) -> void +static Microsoft.Maui.Platform.TimeExtensions.ToFormattedString(this Microsoft.Maui.ITimePicker! timePicker) -> string! +static Microsoft.Maui.Platform.TimeExtensions.ToFormattedString(this System.TimeSpan time, string! format, System.Globalization.CultureInfo? cultureInfo = null) -> string! +static Microsoft.Maui.Platform.TimePickerExtensions.UpdateFormat(this Tizen.UIExtensions.NUI.Entry! platformTimePicker, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Platform.TimePickerExtensions.UpdateTime(this Tizen.UIExtensions.NUI.Entry! platformTimePicker, Microsoft.Maui.ITimePicker! timePicker) -> void +static Microsoft.Maui.Platform.ToolbarExtensions.UpdateMenuButton(this Microsoft.Maui.Platform.MauiToolbar! platformToolbar, Microsoft.Maui.IToolbar! toolbar) -> void +static Microsoft.Maui.Platform.ToolbarExtensions.UpdateTitle(this Microsoft.Maui.Platform.MauiToolbar! platformView, Microsoft.Maui.IToolbar! toolbar) -> void +static Microsoft.Maui.Platform.TransformationExtensions.UpdateRotation(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.TransformationExtensions.UpdateScale(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.TransformationExtensions.UpdateTransformation(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView? view) -> void +static Microsoft.Maui.Platform.TransformationExtensions.UpdateTranslate(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.Focus(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.FocusRequest! request) -> void +static Microsoft.Maui.Platform.ViewExtensions.InvalidateMeasure(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.ToHandler(this Microsoft.Maui.IView! view, Microsoft.Maui.IMauiContext! context) -> Microsoft.Maui.IPlatformViewHandler! +static Microsoft.Maui.Platform.ViewExtensions.ToPlatformVisibility(this Microsoft.Maui.Visibility visibility) -> bool +static Microsoft.Maui.Platform.ViewExtensions.Unfocus(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateAutomationId(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Microsoft.Maui.Platform.ContentViewGroup! platformView, Microsoft.Maui.IBorderView! border) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.Graphics.Paint? paint) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateBackground(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateBackgroundImageSourceAsync(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IImageSource? imageSource, Microsoft.Maui.IImageSourceServiceProvider? provider) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Platform.ViewExtensions.UpdateBorder(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateClip(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateHeight(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateInputTransparent(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateIsEnabled(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateMaximumHeight(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateMaximumWidth(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumHeight(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateMinimumWidth(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +static Microsoft.Maui.Platform.ViewExtensions.UpdateOpacity(this Tizen.NUI.BaseComponents.View! platformView, Microsoft.Maui.IView! view) -> void +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.Handlers.ViewHandler.MapContextFlyout(Microsoft.Maui.IViewHandler! handler, Microsoft.Maui.IView! view) -> void -Microsoft.Maui.Platform.MauiPicker -Microsoft.Maui.Platform.MauiPicker.MauiPicker() -> void -override Microsoft.Maui.Platform.MauiPicker.OnEnabled(bool enabled) -> void -override Microsoft.Maui.Platform.MauiStepper.OnEnabled(bool enabled) -> 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 +static Microsoft.Maui.Platform.WebViewExtensions.UpdateGoBack(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void +static Microsoft.Maui.Platform.WebViewExtensions.UpdateGoForward(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void +static Microsoft.Maui.Platform.WebViewExtensions.UpdateReload(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void +static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView) -> void +static Microsoft.Maui.Platform.WebViewExtensions.UpdateSource(this Microsoft.Maui.Platform.MauiWebView! platformWebView, Microsoft.Maui.IWebView! webView, Microsoft.Maui.IWebViewDelegate? webViewDelegate) -> 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 +static Microsoft.Maui.Primitives.Dimension.ResolveMinimum(double value) -> double +static Microsoft.Maui.PropertyMapperExtensions.AppendToMapping(this Microsoft.Maui.IPropertyMapper! propertyMapper, string! key, System.Action! method) -> void +static Microsoft.Maui.PropertyMapperExtensions.ModifyMapping(this Microsoft.Maui.IPropertyMapper! propertyMapper, string! key, System.Action?>! method) -> void +static Microsoft.Maui.PropertyMapperExtensions.PrependToMapping(this Microsoft.Maui.IPropertyMapper! propertyMapper, string! key, System.Action! method) -> void +static Microsoft.Maui.SemanticExtensions.SetSemanticFocus(this Microsoft.Maui.IView! element) -> void +static Microsoft.Maui.SizeRequest.implicit operator Microsoft.Maui.Graphics.Size(Microsoft.Maui.SizeRequest size) -> Microsoft.Maui.Graphics.Size +static Microsoft.Maui.SizeRequest.implicit operator Microsoft.Maui.SizeRequest(Microsoft.Maui.Graphics.Size size) -> Microsoft.Maui.SizeRequest +static Microsoft.Maui.Thickness.implicit operator Microsoft.Maui.Thickness(double uniformSize) -> Microsoft.Maui.Thickness +static Microsoft.Maui.Thickness.implicit operator Microsoft.Maui.Thickness(Microsoft.Maui.Graphics.Size size) -> Microsoft.Maui.Thickness +static Microsoft.Maui.Thickness.operator !=(Microsoft.Maui.Thickness left, Microsoft.Maui.Thickness right) -> bool +static Microsoft.Maui.Thickness.operator +(Microsoft.Maui.Thickness left, double addend) -> Microsoft.Maui.Thickness +static Microsoft.Maui.Thickness.operator +(Microsoft.Maui.Thickness left, Microsoft.Maui.Thickness right) -> Microsoft.Maui.Thickness +static Microsoft.Maui.Thickness.operator -(Microsoft.Maui.Thickness left, double addend) -> Microsoft.Maui.Thickness +static Microsoft.Maui.Thickness.operator ==(Microsoft.Maui.Thickness left, Microsoft.Maui.Thickness right) -> bool +static Microsoft.Maui.Thickness.Zero -> Microsoft.Maui.Thickness +static Microsoft.Maui.ViewExtensions.CaptureAsync(this Microsoft.Maui.IView! view) -> System.Threading.Tasks.Task! +static Microsoft.Maui.VisualDiagnostics.CaptureAsJpegAsync(Microsoft.Maui.IView! view, int quality = 80) -> System.Threading.Tasks.Task! +static Microsoft.Maui.VisualDiagnostics.CaptureAsJpegAsync(Microsoft.Maui.IWindow! window, int quality = 80) -> System.Threading.Tasks.Task! +static Microsoft.Maui.VisualDiagnostics.CaptureAsPngAsync(Microsoft.Maui.IView! view) -> System.Threading.Tasks.Task! +static Microsoft.Maui.VisualDiagnostics.CaptureAsPngAsync(Microsoft.Maui.IWindow! window) -> System.Threading.Tasks.Task! +static Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object! obj) -> Microsoft.Maui.SourceInfo? +static Microsoft.Maui.VisualDiagnostics.OnChildAdded(Microsoft.Maui.IVisualTreeElement! parent, Microsoft.Maui.IVisualTreeElement! child) -> void +static Microsoft.Maui.VisualDiagnostics.OnChildAdded(Microsoft.Maui.IVisualTreeElement? parent, Microsoft.Maui.IVisualTreeElement! child, int newLogicalIndex) -> void +static Microsoft.Maui.VisualDiagnostics.OnChildRemoved(Microsoft.Maui.IVisualTreeElement! parent, Microsoft.Maui.IVisualTreeElement! child, int oldLogicalIndex) -> void +static Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object! target, System.Uri! uri, int lineNumber, int linePosition) -> void +static Microsoft.Maui.VisualDiagnostics.VisualTreeChanged -> System.EventHandler? +static Microsoft.Maui.VisualTreeElementExtensions.GetVisualElementWindow(this Microsoft.Maui.IVisualTreeElement! element) -> Microsoft.Maui.IWindow? +static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeDescendants(this Microsoft.Maui.IVisualTreeElement! visualElement) -> System.Collections.Generic.IReadOnlyList! +static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, double x, double y) -> System.Collections.Generic.IReadOnlyList! +static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, double x1, double y1, double x2, double y2) -> System.Collections.Generic.IReadOnlyList! +static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, Microsoft.Maui.Graphics.Point point) -> System.Collections.Generic.IReadOnlyList! +static Microsoft.Maui.VisualTreeElementExtensions.GetVisualTreeElements(this Microsoft.Maui.IVisualTreeElement! visualElement, Microsoft.Maui.Graphics.Rect rectangle) -> System.Collections.Generic.IReadOnlyList! +static Microsoft.Maui.WindowExtensions.CaptureAsync(this Microsoft.Maui.IWindow! window) -> System.Threading.Tasks.Task! +static Microsoft.Maui.WindowExtensions.GetDisplayDensity(this Tizen.NUI.Window! platformWindow) -> float +static Microsoft.Maui.WindowExtensions.GetModalStack(this Tizen.NUI.Window! platformWindow) -> Tizen.UIExtensions.NUI.NavigationStack? +static Microsoft.Maui.WindowExtensions.Initialize(this Tizen.NUI.Window! platformWindow) -> void +static Microsoft.Maui.WindowExtensions.SetBackButtonPressedHandler(this Tizen.NUI.Window! platformWindow, System.Func! handler) -> void +static Microsoft.Maui.WindowExtensions.SetContent(this Tizen.NUI.Window! platformWindow, Tizen.NUI.BaseComponents.View! content) -> void +static Microsoft.Maui.WindowExtensions.SetWindowCloseRequestHandler(this Tizen.NUI.Window! platformWindow, System.Action! handler) -> void +static readonly Microsoft.Maui.Animations.Lerp.Lerps -> System.Collections.Generic.Dictionary! +static readonly Microsoft.Maui.Easing.BounceIn -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.BounceOut -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.CubicIn -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.CubicInOut -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.CubicOut -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.Linear -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.SinIn -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.SinInOut -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.SinOut -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.SpringIn -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.Easing.SpringOut -> Microsoft.Maui.Easing! +static readonly Microsoft.Maui.FontFile.Extensions -> string![]! +static readonly Microsoft.Maui.GridLength.Auto -> Microsoft.Maui.GridLength +static readonly Microsoft.Maui.GridLength.Star -> Microsoft.Maui.GridLength +static readonly Microsoft.Maui.Layouts.FlexBasis.Auto -> Microsoft.Maui.Layouts.FlexBasis +virtual Microsoft.Maui.Animations.Animation.CreateReverse() -> Microsoft.Maui.Animations.Animation! +virtual Microsoft.Maui.Animations.Animation.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Animations.Animation.OnTick(double millisecondsSinceLastUpdate) -> void +virtual Microsoft.Maui.Animations.Animation.Reset() -> void +virtual Microsoft.Maui.Animations.Animation.Update(double percent) -> void +virtual Microsoft.Maui.Animations.AnimationManager.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Animations.Ticker.IsRunning.get -> bool +virtual Microsoft.Maui.Animations.Ticker.MaxFps.get -> int +virtual Microsoft.Maui.Animations.Ticker.MaxFps.set -> void +virtual Microsoft.Maui.Animations.Ticker.Start() -> void +virtual Microsoft.Maui.Animations.Ticker.Stop() -> void +virtual Microsoft.Maui.Animations.Ticker.SystemEnabled.get -> bool +virtual Microsoft.Maui.CommandMapper.GetCommand(string! key) -> System.Action? +virtual Microsoft.Maui.Handlers.ElementHandler.Invoke(string! command, object? args) -> void +virtual Microsoft.Maui.Handlers.ElementHandler.SetMauiContext(Microsoft.Maui.IMauiContext! mauiContext) -> void +virtual Microsoft.Maui.Handlers.ElementHandler.SetVirtualView(Microsoft.Maui.IElement! view) -> void +virtual Microsoft.Maui.Handlers.ElementHandler.UpdateValue(string! property) -> void +virtual Microsoft.Maui.Handlers.ElementHandler.ConnectHandler(TPlatformView! platformView) -> void +virtual Microsoft.Maui.Handlers.ElementHandler.DisconnectHandler(TPlatformView! platformView) -> void +virtual Microsoft.Maui.Handlers.ViewHandler.NeedsContainer.get -> bool +virtual Microsoft.Maui.Handlers.ViewHandler.OnFocused() -> void +virtual Microsoft.Maui.Handlers.ViewHandler.OnPlatformViewDeleted() -> void +virtual Microsoft.Maui.Handlers.ViewHandler.OnUnfocused() -> void +virtual Microsoft.Maui.Handlers.ViewHandler.ConnectHandler(TPlatformView! platformView) -> void +virtual Microsoft.Maui.Handlers.ViewHandler.DisconnectHandler(TPlatformView! platformView) -> void +virtual Microsoft.Maui.Handlers.ViewHandler.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Handlers.ViewHandler.Measure(double availableWidth, double availableHeight) -> Microsoft.Maui.Graphics.Size +virtual Microsoft.Maui.Handlers.ViewHandler.SetVirtualView(Microsoft.Maui.IView! view) -> void +virtual Microsoft.Maui.Handlers.WebViewHandler.MinimumSize.get -> double +virtual Microsoft.Maui.Platform.MauiImageSource.Dispose(bool disposing) -> void +virtual Microsoft.Maui.Platform.StackNavigationManager.Connect(Microsoft.Maui.IView! navigationView) -> void +virtual Microsoft.Maui.Platform.StackNavigationManager.Disconnect() -> void +virtual Microsoft.Maui.Platform.StackNavigationManager.InitializeStack(System.Collections.Generic.IReadOnlyList! newStack, bool animated) -> System.Threading.Tasks.Task! +virtual Microsoft.Maui.Platform.StackNavigationManager.RequestNavigation(Microsoft.Maui.NavigationRequest! e) -> void +virtual Microsoft.Maui.PropertyMapper.ClearKeyCache() -> void +virtual Microsoft.Maui.PropertyMapper.GetKeys() -> System.Collections.Generic.IEnumerable! +virtual Microsoft.Maui.PropertyMapper.GetProperty(string! key) -> System.Action? +virtual Microsoft.Maui.PropertyMapper.SetPropertyCore(string! key, System.Action! action) -> void +virtual Microsoft.Maui.PropertyMapper.UpdateKeys.get -> System.Collections.Generic.IReadOnlyCollection! +virtual Microsoft.Maui.PropertyMapper.UpdatePropertyCore(string! key, Microsoft.Maui.IElementHandler! viewHandler, Microsoft.Maui.IElement! virtualView) -> void +virtual Microsoft.Maui.RectangleAdorner.Contains(Microsoft.Maui.Graphics.Point point) -> bool +virtual Microsoft.Maui.RectangleAdorner.Draw(Microsoft.Maui.Graphics.ICanvas! canvas, Microsoft.Maui.Graphics.RectF dirtyRect) -> void +virtual Microsoft.Maui.WindowOverlay.AddWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool +virtual Microsoft.Maui.WindowOverlay.Deinitialize() -> bool +virtual Microsoft.Maui.WindowOverlay.HandleUIChange() -> void +virtual Microsoft.Maui.WindowOverlay.Initialize() -> bool +virtual Microsoft.Maui.WindowOverlay.RemoveWindowElement(Microsoft.Maui.IWindowOverlayElement! drawable) -> bool +virtual Microsoft.Maui.WindowOverlay.RemoveWindowElements() -> 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 +~override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.EasingTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.EasingTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) -> System.ComponentModel.TypeConverter.StandardValuesCollection +~override Microsoft.Maui.Converters.EasingTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) -> bool +~override Microsoft.Maui.Converters.EasingTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexAlignContentTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexAlignItemsTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexAlignSelfTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.FlexBasisTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexBasisTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexBasisTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexBasisTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexDirectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexJustifyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.FlexWrapTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.FlexWrapTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.FlexWrapTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.FlexWrapTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object +~override Microsoft.Maui.Converters.ThicknessTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) -> bool +~override Microsoft.Maui.Converters.ThicknessTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) -> bool +~override Microsoft.Maui.Converters.ThicknessTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) -> object +~override Microsoft.Maui.Converters.ThicknessTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) -> object \ No newline at end of file From adf5f73b404b8e6ed29c7e96fa7ca99b650b1431 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 26 Aug 2022 22:51:11 +0200 Subject: [PATCH 072/158] IntPtr on net6, nint on net7 --- .../src/PublicAPI/net-windows/PublicAPI.Unshipped.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt index d593804388c9..f1f07df82466 100644 --- a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt +++ b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt @@ -1,7 +1,7 @@ #nullable enable *REMOVED*Microsoft.Maui.ApplicationModel.IWindowStateManager.ActiveWindowDisplayChanged -> System.EventHandler! -*REMOVED*Microsoft.Maui.ApplicationModel.IWindowStateManager.OnWindowMessage(System.IntPtr hWnd, uint msg, System.IntPtr wParam, System.IntPtr lParam) -> void -*REMOVED*static Microsoft.Maui.ApplicationModel.Platform.OnWindowMessage(System.IntPtr hWnd, uint msg, System.IntPtr wParam, System.IntPtr lParam) -> void +*REMOVED*Microsoft.Maui.ApplicationModel.IWindowStateManager.OnWindowMessage(nint hWnd, uint msg, nint wParam, nint lParam) -> void +*REMOVED*static Microsoft.Maui.ApplicationModel.Platform.OnWindowMessage(nint hWnd, uint msg, nint wParam, nint lParam) -> void override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int ~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> bool ~static Microsoft.Maui.Devices.Sensors.Location.operator !=(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool From 0c08b733aeee95669a185a23098ba3bff5c66ac3 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 29 Aug 2022 04:19:45 +0200 Subject: [PATCH 073/158] Use the correct Tizen package --- src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets b/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets index b3adbf932e8d..420aa6daa5c0 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets +++ b/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets @@ -115,7 +115,7 @@ - + all From e5468dc023c58ddee9bc7f8e7c622b3541bf7a19 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Mon, 29 Aug 2022 14:11:52 -0400 Subject: [PATCH 074/158] [ci] Add support to net7.0 for multi-targeting in VS (#9643) Context: https://github.com/xamarin/yaml-templates/pull/180 Context: https://github.com/xamarin/yaml-templates/pull/195 Context: https://github.com/xamarin/yaml-templates/pull/199 Updates the build to use the latest MSI generation template. The v3 template uses the latest changes from arcade which include a large refactoring, support for multi-targeting, and support for workload pack group MSIs. The build will now produce two different VS Drop artifacts. The MSI and VSMAN files generated for SDK packs have been split out into a new `vsdrop-multitarget-signed` artifact, allowing us to include multiple versions of the SDK packs in VS. The `Microsoft.Maui.Sdk` pack has been renamed to `Microsoft.Maui.Sdk.net7` to allow it to be imported by the .NET 8 workload manifest when the time comes. --- eng/Versions.props | 2 +- eng/automation/vs-workload.template.props | 1 + eng/pipelines/common/sdk-insertion.yml | 15 ++++++++++++++- eng/pipelines/common/sign.yml | 2 +- .../Microsoft.NET.Sdk.Maui.csproj | 2 ++ .../WorkloadManifest.in.json | 13 ++++++++----- .../WorkloadManifest.in.targets | 4 ++-- 7 files changed, 29 insertions(+), 10 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6c19a62a0c5e..d959d1712c7c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.511 + 6.0.514 7.0.100-rc.1.22424.4 diff --git a/eng/automation/vs-workload.template.props b/eng/automation/vs-workload.template.props index b0e4ba24b9de..27619c8f0233 100644 --- a/eng/automation/vs-workload.template.props +++ b/eng/automation/vs-workload.template.props @@ -22,5 +22,6 @@ + diff --git a/eng/pipelines/common/sdk-insertion.yml b/eng/pipelines/common/sdk-insertion.yml index 63f7f6e320c1..4868bd49f45a 100644 --- a/eng/pipelines/common/sdk-insertion.yml +++ b/eng/pipelines/common/sdk-insertion.yml @@ -48,4 +48,17 @@ jobs: - task: DownloadPipelineArtifact@2 inputs: artifactName: vsdrop-signed - downloadPath: $(Build.StagingDirectory)/$(VSDropCommitStatusName) \ No newline at end of file + downloadPath: $(Build.StagingDirectory)/$(VSDropCommitStatusName) + - template: templates\common\upload-vs-insertion-artifacts.yml@sdk-insertions + parameters: + githubToken: $(github--pat--vs-mobiletools-engineering-service2) + githubContext: $(MultiTargetVSDropCommitStatusName) + blobName: $(MultiTargetVSDropCommitStatusName) + packagePrefix: maui + artifactsPath: $(Build.StagingDirectory)/$(MultiTargetVSDropCommitStatusName) + yamlResourceName: xamarin-templates + downloadSteps: + - task: DownloadPipelineArtifact@2 + inputs: + artifactName: vsdrop-multitarget-signed + downloadPath: $(Build.StagingDirectory)/$(MultiTargetVSDropCommitStatusName) diff --git a/eng/pipelines/common/sign.yml b/eng/pipelines/common/sign.yml index f415e11dcffd..e4b89be06182 100644 --- a/eng/pipelines/common/sign.yml +++ b/eng/pipelines/common/sign.yml @@ -14,7 +14,7 @@ stages: displayName: Sign Phase condition: and(succeeded(), eq(variables.signingCondition, true)) - - template: nuget-msi-convert/job/v2.yml@xamarin-templates + - template: nuget-msi-convert/job/v3.yml@xamarin-templates parameters: yamlResourceName: xamarin-templates artifactName: nuget diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj index cc245fadef43..e7b7f570f103 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj +++ b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj @@ -57,7 +57,9 @@ <_VersionsToReplace Include="MicrosoftMauiGraphicsWin2DWinUIDesktopPackageVersion" PropertyName="MicrosoftMauiGraphicsVersion" /> <_VersionsToReplace Include="MAUI_GRAPHICS_VERSION" PropertyName="MicrosoftMauiGraphicsVersion" /> <_VersionsToReplace Include="VERSION" PropertyName="PackageReferenceVersion" /> + <_VersionsToReplace Include="MAUI_DOTNET_TFM" PropertyName="_MauiDotNetTfm" /> <_VersionsToReplace Include="MAUI_DOTNET_VERSION" PropertyName="_MauiDotNetVersion" /> + <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_TFM" PropertyName="_MauiPreviousDotNetTfm" /> <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION" PropertyName="_MauiPreviousDotNetVersion" /> <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_NO_DOT" PropertyName="_MauiPreviousDotNetVersionNoDot" /> <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION" PropertyName="MicrosoftMauiPreviousDotNetReleasedVersion" /> diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json index c5ef92d6e25f..ebbcf0b84fac 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json @@ -27,8 +27,8 @@ "abstract": true, "description": ".NET MAUI SDK Core Packages", "packs": [ - "Microsoft.Maui.Sdk", - "Microsoft.Maui.Sdk-@MAUI_PREVIOUS_DOTNET_VERSION@", + "Microsoft.Maui.Sdk.@MAUI_DOTNET_TFM@", + "Microsoft.Maui.Sdk.@MAUI_PREVIOUS_DOTNET_TFM@", "Microsoft.Maui.Graphics", "Microsoft.Maui.Resizetizer.Sdk", "Microsoft.Maui.Templates-@MAUI_PREVIOUS_DOTNET_VERSION@", @@ -279,11 +279,14 @@ "kind": "library", "version": "@MAUI_GRAPHICS_VERSION@" }, - "Microsoft.Maui.Sdk": { + "Microsoft.Maui.Sdk.@MAUI_DOTNET_TFM@": { "kind": "sdk", - "version": "@VERSION@" + "version": "@VERSION@", + "alias-to": { + "any": "Microsoft.Maui.Sdk" + } }, - "Microsoft.Maui.Sdk-@MAUI_PREVIOUS_DOTNET_VERSION@": { + "Microsoft.Maui.Sdk.@MAUI_PREVIOUS_DOTNET_TFM@": { "kind": "sdk", "version": "@MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION@", "alias-to": { diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets index 75fc5c4fb874..2044985ccbcf 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets @@ -7,11 +7,11 @@ Date: Mon, 29 Aug 2022 20:44:35 +0200 Subject: [PATCH 075/158] Build the net6 templates in net7 --- eng/cake/dotnet.cake | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/eng/cake/dotnet.cake b/eng/cake/dotnet.cake index 8b63fc4a0bcf..d55b77058923 100644 --- a/eng/cake/dotnet.cake +++ b/eng/cake/dotnet.cake @@ -188,21 +188,6 @@ Task("dotnet-templates") " -->", ""); - // TODO: remove this once issues are fixed - if (TestTFM.StartsWith("net6")) - { - // Mac Catalyst/iOS does not yet support net6 from the net7 SDK. - ReplaceTextInFiles($"{projectName}/*.csproj", - ";net6.0-ios;net6.0-maccatalyst", - ""); - - // Android does not yet support net6 from the net7 SDK in Release builds - if (configuration == "Release") - ReplaceTextInFiles($"{projectName}/*.csproj", - "net6.0-android", - ""); - } - // Build RunMSBuildWithDotNet(projectName, properties, warningsAsError: true, forceDotNetBuild: forceDotNetBuild); From 76d436d32d1a920ccf38ebd0ef1d97c6d03f341a Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 30 Aug 2022 01:01:17 +0200 Subject: [PATCH 076/158] Update Rollback.in.json (#9763) --- src/Workload/Microsoft.NET.Sdk.Maui/Rollback.in.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/Rollback.in.json b/src/Workload/Microsoft.NET.Sdk.Maui/Rollback.in.json index e2756890411b..5b58828478b3 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/Rollback.in.json +++ b/src/Workload/Microsoft.NET.Sdk.Maui/Rollback.in.json @@ -5,6 +5,8 @@ "microsoft.net.sdk.macos": "@MicrosoftmacOSSdkPackageVersion@/@DotNetMaciOSManifestVersionBand@", "microsoft.net.sdk.maui": "@VERSION@/@DotNetMauiManifestVersionBand@", "microsoft.net.sdk.tvos": "@MicrosofttvOSSdkPackageVersion@/@DotNetMaciOSManifestVersionBand@", - "microsoft.net.workload.mono.toolchain": "@MicrosoftNETCoreAppRefPackageVersion@/@DotNetMonoManifestVersionBand@", - "microsoft.net.workload.emscripten": "@MicrosoftNETWorkloadEmscriptenPackageVersion@/@DotNetEmscriptenManifestVersionBand@" + "microsoft.net.workload.mono.toolchain.net6": "@MicrosoftNETCoreAppRefPackageVersion@/@DotNetMonoManifestVersionBand@", + "microsoft.net.workload.mono.toolchain.net7": "@MicrosoftNETCoreAppRefPackageVersion@/@DotNetMonoManifestVersionBand@", + "microsoft.net.workload.emscripten.net6": "@MicrosoftNETWorkloadEmscriptenPackageVersion@/@DotNetEmscriptenManifestVersionBand@", + "microsoft.net.workload.emscripten.net7": "@MicrosoftNETWorkloadEmscriptenPackageVersion@/@DotNetEmscriptenManifestVersionBand@" } From 451d997d3f6e34070c5d7d8130a67eba3a1188a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 05:37:51 +0200 Subject: [PATCH 077/158] Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-rc1-ad187d8f158e1dfe903daae2e5b2c1607f7571ac-1 (#9799) Microsoft.Android.Sdk.Windows From Version 33.0.0-rc.1.144 -> To Version 33.0.0-rc.1.150 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22424.4 -> To Version 7.0.100-rc.1.22425.9 (parent: Microsoft.Android.Sdk.Windows Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f8a7a37a4c71..3ce2d1ee71e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - bcf1c82b2c5aa3a9bbfea49b62e214826e59fff2 + cd7df40ff129744cc664ea5c83c113ccf2763829 https://github.com/dotnet/runtime 430c42acb0eb0481f58d1acb172af346363e2edc - + https://github.com/xamarin/xamarin-android - 2bf5153313128b4705c117dbdf9b83c04650c841 + ad187d8f158e1dfe903daae2e5b2c1607f7571ac https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index 73eb955994b5..2c59c91061a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ 6.0.514 - 7.0.100-rc.1.22424.4 + 7.0.100-rc.1.22425.9 7.0.0-rc.1.22423.16 @@ -11,7 +11,7 @@ 7.0.0-rc.1.22402.10 6.0.0 - 33.0.0-rc.1.144 + 33.0.0-rc.1.150 15.4.1009-rc.1 15.4.1009-rc.1 From 1e74b6ddf5c31da11f2595b526131442541239ee Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 31 Aug 2022 13:40:53 +0200 Subject: [PATCH 078/158] Fix unit tests (#9802) --- .../tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs b/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs index aca191d76048..349a960ef938 100644 --- a/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs +++ b/src/Controls/tests/Xaml.UnitTests/OnPlatformOptimization.xaml.cs @@ -31,7 +31,7 @@ public void OnPlatformExtensionsAreSimplified([Values("net7.0-ios", "net7.0-andr MockCompiler.Compile(typeof(OnPlatformOptimization), out var methodDef, targetFramework); Assert.That(!methodDef.Body.Instructions.Any(instr => InstructionIsOnPlatformExtensionCtor(methodDef, instr)), "This Xaml still generates a new OnPlatformExtension()"); - var expected = targetFramework == "net6.0-ios" ? "bar" : "foo"; + var expected = targetFramework.EndsWith("-ios") ? "bar" : "foo"; Assert.That(methodDef.Body.Instructions.Any(instr => instr.Operand as string == expected), $"Did not find instruction containing '{expected}'"); } From c783bad93cf7f446aa3fe7efa60cc971d43196ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 21:02:44 +0200 Subject: [PATCH 079/158] [net7.0] Update dependencies from xamarin/xamarin-android (#9821) * Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-rc1-b9389dc0168e184758c226962a0b270d300c17eb-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-rc.1.150 -> To Version 33.0.0-rc.1.151 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220831.5 (#9820) Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1009-rc.1 -> To Version 15.4.1024-rc.1 Co-authored-by: dotnet-maestro[bot] * Bump directly to a newer dotnet/runtime Adjusted the parent dependency of: Then I ran: darc update-dependencies --coherency-only * Revert "Only enable UseInterpreter for Android?" This reverts commit 659e8d5eb21a10b7332b974d80bf35f3e845e137. Co-authored-by: dotnet-maestro[bot] Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jonathan Peppers --- .nuspec/Microsoft.Maui.Controls.props | 3 +-- eng/Version.Details.xml | 32 +++++++++++++-------------- eng/Versions.props | 14 ++++++------ 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/.nuspec/Microsoft.Maui.Controls.props b/.nuspec/Microsoft.Maui.Controls.props index 785e1b515d00..79ed0e9a0e40 100644 --- a/.nuspec/Microsoft.Maui.Controls.props +++ b/.nuspec/Microsoft.Maui.Controls.props @@ -5,8 +5,7 @@ <_IsHotRestartDefined>$([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants.Trim())', '(^|;)HOTRESTART($|;)')) HOTRESTART;$(DefineConstants) - - True + True None diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7399d812e21d..bea3129f01f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,37 +4,37 @@ https://github.com/dotnet/installer cd7df40ff129744cc664ea5c83c113ccf2763829 - + https://github.com/dotnet/runtime - 430c42acb0eb0481f58d1acb172af346363e2edc + 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/xamarin/xamarin-android - ad187d8f158e1dfe903daae2e5b2c1607f7571ac + b9389dc0168e184758c226962a0b270d300c17eb - + https://github.com/xamarin/xamarin-macios - 3198941d450cfc98491cc71c322b1c86b3d6a5fa + fca8b10f73d022d649b8985f046fb927adbdedac - + https://github.com/xamarin/xamarin-macios - 3198941d450cfc98491cc71c322b1c86b3d6a5fa + fca8b10f73d022d649b8985f046fb927adbdedac - + https://github.com/xamarin/xamarin-macios - 3198941d450cfc98491cc71c322b1c86b3d6a5fa + fca8b10f73d022d649b8985f046fb927adbdedac - + https://github.com/xamarin/xamarin-macios - 3198941d450cfc98491cc71c322b1c86b3d6a5fa + fca8b10f73d022d649b8985f046fb927adbdedac - + https://github.com/dotnet/emsdk - 321399ab3ab4853fbf861b2eaed2113447a6d7e4 + 5ef661392ae7b1595b683df83d63e3a0365fc126 - + https://github.com/dotnet/emsdk - 321399ab3ab4853fbf861b2eaed2113447a6d7e4 + 5ef661392ae7b1595b683df83d63e3a0365fc126 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index 7aa9cb42b16b..bc537687ab70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -5,22 +5,22 @@ 7.0.100-rc.1.22425.9 - 7.0.0-rc.1.22423.16 + 7.0.0-rc.1.22426.10 7.0.0-rc.1.22402.10 7.0.0-rc.1.22402.10 6.0.0 - 33.0.0-rc.1.150 + 33.0.0-rc.1.151 - 15.4.1009-rc.1 - 15.4.1009-rc.1 - 12.3.1009-rc.1 - 15.4.1009-rc.1 + 15.4.1024-rc.1 + 15.4.1024-rc.1 + 12.3.1024-rc.1 + 15.4.1024-rc.1 7.0.100-rc.1.22 - 7.0.0-rc.1.22423.3 + 7.0.0-rc.1.22424.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest70100PackageVersion) 1.1.4 From ee40f555dcf4a33ea233f243c8cd6cefb783c3ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 21:03:19 +0200 Subject: [PATCH 080/158] [net7.0] Update dependencies from dotnet/aspnetcore (#9637) * Update dependencies from https://github.com/dotnet/aspnetcore build 20220823.7 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22408.3 -> To Version 7.0.0-rc.1.22423.7 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220824.8 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22408.3 -> To Version 7.0.0-rc.1.22424.8 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220825.10 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22408.3 -> To Version 7.0.0-rc.1.22425.10 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220826.1 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22408.3 -> To Version 7.0.0-rc.1.22426.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220827.1 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22408.3 -> To Version 7.0.0-rc.1.22427.1 * Try bump extensions Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 26 ++++++++++++------------ 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bea3129f01f0..6984ceae4fb8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -39,49 +39,49 @@ https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 - + https://github.com/dotnet/aspnetcore - 51ccce6d743dddf995b3661f07b0e1990b68dc7d + bb73604ba94681c058daac23b71544b1773328b8 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index bc537687ab70..26d9d459b36f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,8 +7,8 @@ 7.0.0-rc.1.22426.10 - 7.0.0-rc.1.22402.10 - 7.0.0-rc.1.22402.10 + 7.0.0-rc.1.22426.10 + 7.0.0-rc.1.22426.10 6.0.0 33.0.0-rc.1.151 @@ -27,17 +27,17 @@ 10.0.22621.1 1.0.3.1 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 - 7.0.0-rc.1.22408.3 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22427.1 7.0.0-preview1.22274.2 3.3.3 From 681fc1cb7f7b07ef4d6101ea58e19fd308df1476 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 31 Aug 2022 21:13:56 +0200 Subject: [PATCH 081/158] revert false --- .../tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj | 1 - src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj | 1 - src/Core/tests/DeviceTests/Core.DeviceTests.csproj | 1 - src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj | 1 - 4 files changed, 4 deletions(-) diff --git a/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj b/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj index c730eef56a6e..ac8def535eba 100644 --- a/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj +++ b/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj @@ -7,7 +7,6 @@ Microsoft.Maui.MauiBlazorWebView.DeviceTests Microsoft.Maui.MauiBlazorWebView.DeviceTests $(NoWarn),CA1416 - false diff --git a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj index 8c8d19fe2dd5..22525ba645ad 100644 --- a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj +++ b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj @@ -7,7 +7,6 @@ Microsoft.Maui.DeviceTests Microsoft.Maui.Controls.DeviceTests $(NoWarn),CA1416 - false diff --git a/src/Core/tests/DeviceTests/Core.DeviceTests.csproj b/src/Core/tests/DeviceTests/Core.DeviceTests.csproj index 936a617c9d89..36dd2e12dbc4 100644 --- a/src/Core/tests/DeviceTests/Core.DeviceTests.csproj +++ b/src/Core/tests/DeviceTests/Core.DeviceTests.csproj @@ -7,7 +7,6 @@ Microsoft.Maui.DeviceTests Microsoft.Maui.Core.DeviceTests $(NoWarn),CA1416 - false diff --git a/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj b/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj index 744253ede254..04620193cd70 100644 --- a/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj +++ b/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj @@ -6,7 +6,6 @@ true Microsoft.Maui.Essentials.DeviceTests Microsoft.Maui.Essentials.DeviceTests - false From 1818d0c79a4ea81096ad31eff8e7d843ca61264f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 31 Aug 2022 21:14:12 +0200 Subject: [PATCH 082/158] Revert "revert false" This reverts commit 681fc1cb7f7b07ef4d6101ea58e19fd308df1476. --- .../tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj | 1 + src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj | 1 + src/Core/tests/DeviceTests/Core.DeviceTests.csproj | 1 + src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj b/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj index ac8def535eba..c730eef56a6e 100644 --- a/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj +++ b/src/BlazorWebView/tests/MauiDeviceTests/MauiBlazorWebView.DeviceTests.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.MauiBlazorWebView.DeviceTests Microsoft.Maui.MauiBlazorWebView.DeviceTests $(NoWarn),CA1416 + false diff --git a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj index 22525ba645ad..8c8d19fe2dd5 100644 --- a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj +++ b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.DeviceTests Microsoft.Maui.Controls.DeviceTests $(NoWarn),CA1416 + false diff --git a/src/Core/tests/DeviceTests/Core.DeviceTests.csproj b/src/Core/tests/DeviceTests/Core.DeviceTests.csproj index 36dd2e12dbc4..936a617c9d89 100644 --- a/src/Core/tests/DeviceTests/Core.DeviceTests.csproj +++ b/src/Core/tests/DeviceTests/Core.DeviceTests.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.DeviceTests Microsoft.Maui.Core.DeviceTests $(NoWarn),CA1416 + false diff --git a/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj b/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj index 04620193cd70..744253ede254 100644 --- a/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj +++ b/src/Essentials/test/DeviceTests/Essentials.DeviceTests.csproj @@ -6,6 +6,7 @@ true Microsoft.Maui.Essentials.DeviceTests Microsoft.Maui.Essentials.DeviceTests + false From 30e9a2b841158075b2a31ca16b6afe7bb2c3d2ac Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 31 Aug 2022 21:37:35 +0200 Subject: [PATCH 083/158] net7.0 branch is now RC 2 --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index 4cb512d25efd..2a4cbd3ed2eb 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-rc.1 +7.0.0-rc.2 From 74247c84dfbf3e07256f371241804d40028f36e7 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 1 Sep 2022 04:10:10 +0200 Subject: [PATCH 084/158] Revert "Build the net6 templates in net7" This reverts commit 77cff38d4e98bbd8b31771de33a5b97117c8bf81. --- eng/cake/dotnet.cake | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/eng/cake/dotnet.cake b/eng/cake/dotnet.cake index d55b77058923..8b63fc4a0bcf 100644 --- a/eng/cake/dotnet.cake +++ b/eng/cake/dotnet.cake @@ -188,6 +188,21 @@ Task("dotnet-templates") " -->", ""); + // TODO: remove this once issues are fixed + if (TestTFM.StartsWith("net6")) + { + // Mac Catalyst/iOS does not yet support net6 from the net7 SDK. + ReplaceTextInFiles($"{projectName}/*.csproj", + ";net6.0-ios;net6.0-maccatalyst", + ""); + + // Android does not yet support net6 from the net7 SDK in Release builds + if (configuration == "Release") + ReplaceTextInFiles($"{projectName}/*.csproj", + "net6.0-android", + ""); + } + // Build RunMSBuildWithDotNet(projectName, properties, warningsAsError: true, forceDotNetBuild: forceDotNetBuild); From 07e48fbb7c1e858747297773a8270dd285c28a7f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 1 Sep 2022 13:55:15 +0200 Subject: [PATCH 085/158] Maui.Graphics uses the same version as MAUI (#9828) * Maui.Graphics uses the same version as MAUI * Fix this * MauiVersion --- eng/Version.Details.xml | 4 ---- eng/Versions.props | 1 - src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj | 1 - .../Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets | 6 +++--- .../Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj | 3 --- .../Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json | 4 ++-- 6 files changed, 5 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6984ceae4fb8..956a4157f621 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,10 +87,6 @@ https://github.com/dotnet/templating 3f4da9ced34942d83054e647f3b1d9d7dde281e8 - - https://github.com/dotnet/Microsoft.Maui.Graphics - 691c654ff69df33f16f43b390ad6ef9b4ec03e6e - https://github.com/dotnet/xharness a340408609224b6875881005ad1418416b54cf4e diff --git a/eng/Versions.props b/eng/Versions.props index 26d9d459b36f..88f2ea932d77 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,6 @@ 7.0.0-preview1.22274.2 3.3.3 3.3.3 - 6.0.403 4.5.0 <_MicrosoftWebWebView2Version>1.0.1293.44 diff --git a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj index ce1bb904a0a1..2c140788bee4 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj +++ b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj @@ -67,7 +67,6 @@ <_ValuesToReplace Include="MicrosoftWindowsSDKBuildToolsPackageVersion" PropertyName="MicrosoftWindowsSDKBuildToolsPackageVersion" /> <_ValuesToReplace Include="MicrosoftExtensionsPackageVersion" PropertyName="MicrosoftExtensionsPackageVersion" /> <_ValuesToReplace Include="MicrosoftExtensionsServicingPackageVersion" PropertyName="MicrosoftExtensionsServicingPackageVersion" /> - <_ValuesToReplace Include="MicrosoftMauiGraphicsVersion" PropertyName="MicrosoftMauiGraphicsVersion" /> <_ValuesToReplace Include="TizenUIExtensionsVersion" PropertyName="TizenUIExtensionsVersion" /> <_ValuesToReplace Include="_XamarinAndroidGlideVersion" PropertyName="_XamarinAndroidGlideVersion" /> <_ValuesToReplace Include="_XamarinAndroidXSecurityVersion" PropertyName="_XamarinAndroidXSecurityVersion" /> diff --git a/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets b/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets index 420aa6daa5c0..ef49e14c0a19 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets +++ b/src/Workload/Microsoft.Maui.Sdk/Sdk/BundledVersions.in.targets @@ -75,7 +75,7 @@ - + all @@ -118,7 +118,7 @@ all - + all @@ -128,7 +128,7 @@ - + all diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj index e7b7f570f103..6bb942fb6c8c 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj +++ b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj @@ -52,10 +52,7 @@ <_VersionsToReplace Include="MicrosoftAspNetCoreComponentsWebViewPackageVersion" /> <_VersionsToReplace Include="MicrosoftAspNetCoreMetadataPackageVersion" /> <_VersionsToReplace Include="MicrosoftJSInteropPackageVersion" /> - <_VersionsToReplace Include="MicrosoftMauiGraphicsVersion" /> <_VersionsToReplace Update="@(_VersionsToReplace)" PropertyName="%(Identity)" /> - <_VersionsToReplace Include="MicrosoftMauiGraphicsWin2DWinUIDesktopPackageVersion" PropertyName="MicrosoftMauiGraphicsVersion" /> - <_VersionsToReplace Include="MAUI_GRAPHICS_VERSION" PropertyName="MicrosoftMauiGraphicsVersion" /> <_VersionsToReplace Include="VERSION" PropertyName="PackageReferenceVersion" /> <_VersionsToReplace Include="MAUI_DOTNET_TFM" PropertyName="_MauiDotNetTfm" /> <_VersionsToReplace Include="MAUI_DOTNET_VERSION" PropertyName="_MauiDotNetVersion" /> diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json index ebbcf0b84fac..5ac189346209 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json @@ -273,11 +273,11 @@ }, "Microsoft.Maui.Graphics": { "kind": "library", - "version": "@MAUI_GRAPHICS_VERSION@" + "version": "@VERSION@" }, "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": { "kind": "library", - "version": "@MAUI_GRAPHICS_VERSION@" + "version": "@VERSION@" }, "Microsoft.Maui.Sdk.@MAUI_DOTNET_TFM@": { "kind": "sdk", From f803ebe59d8286114423cae20b767c7ebe540ac9 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Thu, 1 Sep 2022 10:26:51 -0400 Subject: [PATCH 086/158] [workload] Trim dot from pack names and alias (#9830) * [workload] Trim dot from pack names and alias Improve naming consistency across products by renaming SDK and template pack and alias suffixes to `.net7` instead of `.net7.0`. * Update the "previous" maui version (#9826) * Update the "previous" maui version * Update Versions.props Co-authored-by: Rui Marinho Co-authored-by: Matthew Leibowitz Co-authored-by: Rui Marinho --- eng/Versions.props | 2 +- eng/automation/vs-workload.template.props | 2 +- .../src/Microsoft.Maui.Templates.csproj | 2 +- .../Microsoft.NET.Sdk.Maui.csproj | 4 ++-- .../WorkloadManifest.in.json | 16 ++++++++-------- .../WorkloadManifest.in.targets | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 74682b41a183..4979c0a27637 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.514 + 6.0.526 7.0.100-rc.1.22425.9 diff --git a/eng/automation/vs-workload.template.props b/eng/automation/vs-workload.template.props index 27619c8f0233..c9141fb6ca41 100644 --- a/eng/automation/vs-workload.template.props +++ b/eng/automation/vs-workload.template.props @@ -22,6 +22,6 @@ - + diff --git a/src/Templates/src/Microsoft.Maui.Templates.csproj b/src/Templates/src/Microsoft.Maui.Templates.csproj index d7fff9cb220e..db859471b58d 100644 --- a/src/Templates/src/Microsoft.Maui.Templates.csproj +++ b/src/Templates/src/Microsoft.Maui.Templates.csproj @@ -31,7 +31,7 @@ $(_MauiDotNetTfm) Template - Microsoft.Maui.Templates-$(_MauiDotNetVersion) + Microsoft.Maui.Templates.net$(_MauiDotNetVersionMajor) .NET MAUI Templates Microsoft Templates for .NET MAUI. diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj index 6bb942fb6c8c..65263cb44ca8 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj +++ b/src/Workload/Microsoft.NET.Sdk.Maui/Microsoft.NET.Sdk.Maui.csproj @@ -54,9 +54,9 @@ <_VersionsToReplace Include="MicrosoftJSInteropPackageVersion" /> <_VersionsToReplace Update="@(_VersionsToReplace)" PropertyName="%(Identity)" /> <_VersionsToReplace Include="VERSION" PropertyName="PackageReferenceVersion" /> - <_VersionsToReplace Include="MAUI_DOTNET_TFM" PropertyName="_MauiDotNetTfm" /> + <_VersionsToReplace Include="MAUI_DOTNET_VERSION_MAJOR" PropertyName="_MauiDotNetVersionMajor" /> <_VersionsToReplace Include="MAUI_DOTNET_VERSION" PropertyName="_MauiDotNetVersion" /> - <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_TFM" PropertyName="_MauiPreviousDotNetTfm" /> + <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_MAJOR" PropertyName="_MauiPreviousDotNetVersionMajor" /> <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION" PropertyName="_MauiPreviousDotNetVersion" /> <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_NO_DOT" PropertyName="_MauiPreviousDotNetVersionNoDot" /> <_VersionsToReplace Include="MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION" PropertyName="MicrosoftMauiPreviousDotNetReleasedVersion" /> diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json index 5ac189346209..98ed601837b0 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json @@ -27,12 +27,12 @@ "abstract": true, "description": ".NET MAUI SDK Core Packages", "packs": [ - "Microsoft.Maui.Sdk.@MAUI_DOTNET_TFM@", - "Microsoft.Maui.Sdk.@MAUI_PREVIOUS_DOTNET_TFM@", + "Microsoft.Maui.Sdk.net@MAUI_DOTNET_VERSION_MAJOR@", + "Microsoft.Maui.Sdk.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@", "Microsoft.Maui.Graphics", "Microsoft.Maui.Resizetizer.Sdk", - "Microsoft.Maui.Templates-@MAUI_PREVIOUS_DOTNET_VERSION@", - "Microsoft.Maui.Templates-@MAUI_DOTNET_VERSION@", + "Microsoft.Maui.Templates.net@MAUI_DOTNET_VERSION_MAJOR@", + "Microsoft.Maui.Templates.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@", "Microsoft.Maui.Core.Ref.any", "Microsoft.Maui.Core.Runtime.any", "Microsoft.Maui.Controls.Ref.any", @@ -279,14 +279,14 @@ "kind": "library", "version": "@VERSION@" }, - "Microsoft.Maui.Sdk.@MAUI_DOTNET_TFM@": { + "Microsoft.Maui.Sdk.net@MAUI_DOTNET_VERSION_MAJOR@": { "kind": "sdk", "version": "@VERSION@", "alias-to": { "any": "Microsoft.Maui.Sdk" } }, - "Microsoft.Maui.Sdk.@MAUI_PREVIOUS_DOTNET_TFM@": { + "Microsoft.Maui.Sdk.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@": { "kind": "sdk", "version": "@MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION@", "alias-to": { @@ -297,11 +297,11 @@ "kind": "sdk", "version": "@VERSION@" }, - "Microsoft.Maui.Templates-@MAUI_DOTNET_VERSION@": { + "Microsoft.Maui.Templates.net@MAUI_DOTNET_VERSION_MAJOR@": { "kind": "template", "version": "@VERSION@" }, - "Microsoft.Maui.Templates-@MAUI_PREVIOUS_DOTNET_VERSION@": { + "Microsoft.Maui.Templates.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@": { "kind": "template", "version": "@MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION@" } diff --git a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets index 2044985ccbcf..17443674906d 100644 --- a/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets +++ b/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.targets @@ -7,11 +7,11 @@ Date: Thu, 1 Sep 2022 20:24:06 +0200 Subject: [PATCH 087/158] Use the latest net6.0 build --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 4979c0a27637..daa652bd8aac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.526 + 6.0.532 7.0.100-rc.1.22425.9 From 80e4352ab90eefdf0960eb5c6b68e437fad97cfe Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 2 Sep 2022 06:02:38 +0200 Subject: [PATCH 088/158] Back to RC 2 --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index 4cb512d25efd..2a4cbd3ed2eb 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-rc.1 +7.0.0-rc.2 From 71ee17071114872fc01a82a2cee2124f9d08deab Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Sat, 3 Sep 2022 12:58:56 -0500 Subject: [PATCH 089/158] [MacCatalyst] PointerGestureRecognizer Catalyst and iPad implementation (#9861) (#9881) * Implement PointerGestureRecognizer for macios * Add API comments to everything * Move CustomHoverGestureRecognizer to separate file * Retrieve window from element instead of globally Co-authored-by: Rachel Kang --- .../GestureManager/GestureManager.iOS.cs | 38 ++++++++++++ .../iOS/CustomHoverGestureRecognizer.cs | 34 +++++++++++ .../src/Core/PointerGestureRecognizer.cs | 61 +++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 src/Controls/src/Core/Platform/iOS/CustomHoverGestureRecognizer.cs diff --git a/src/Controls/src/Core/Platform/GestureManager/GestureManager.iOS.cs b/src/Controls/src/Core/Platform/GestureManager/GestureManager.iOS.cs index 71ec5bae4244..7eba57455c0c 100644 --- a/src/Controls/src/Core/Platform/GestureManager/GestureManager.iOS.cs +++ b/src/Controls/src/Core/Platform/GestureManager/GestureManager.iOS.cs @@ -9,6 +9,7 @@ using CoreGraphics; using Foundation; using Microsoft.Maui.Controls.Internals; +using Microsoft.Maui.Controls.Platform.iOS; using Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific; using Microsoft.Maui.Graphics; using ObjCRuntime; @@ -230,6 +231,37 @@ static void ProcessRecognizerHandlerTap( return tapGestureRecognizer; } + var pointerGestureRecognizer = recognizer as PointerGestureRecognizer; + if (pointerGestureRecognizer != null) + { + var uiRecognizer = CreatePointerRecognizer(r => + { + if (weakRecognizer.Target is PointerGestureRecognizer pointerGestureRecognizer && + weakEventTracker.Target is GestureManager eventTracker && + eventTracker._handler?.VirtualView is View view && + eventTracker._handler?.MauiContext?.GetPlatformWindow() is UIWindow window) + { + var originPoint = r.LocationInView(eventTracker?._handler?.PlatformView); + + switch (r.State) + { + case UIGestureRecognizerState.Began: + pointerGestureRecognizer.SendPointerEntered(view, (relativeTo) => CalculatePosition(relativeTo, originPoint, weakRecognizer, weakEventTracker)); + break; + case UIGestureRecognizerState.Changed: + pointerGestureRecognizer.SendPointerMoved(view, (relativeTo) => CalculatePosition(relativeTo, originPoint, weakRecognizer, weakEventTracker)); + break; + case UIGestureRecognizerState.Cancelled: + case UIGestureRecognizerState.Failed: + case UIGestureRecognizerState.Ended: + pointerGestureRecognizer.SendPointerExited(view, (relativeTo) => CalculatePosition(relativeTo, originPoint, weakRecognizer, weakEventTracker)); + break; + } + } + }); + return uiRecognizer; + } + var swipeRecognizer = recognizer as SwipeGestureRecognizer; if (swipeRecognizer != null) { @@ -382,6 +414,12 @@ UISwipeGestureRecognizer CreateSwipeRecognizer(SwipeDirection direction, Action< return result; } + CustomHoverGestureRecognizer CreatePointerRecognizer(Action action) + { + var result = new CustomHoverGestureRecognizer(action); + return result; + } + UITapGestureRecognizer? CreateTapRecognizer( WeakReference weakEventTracker, WeakReference weakRecognizer) diff --git a/src/Controls/src/Core/Platform/iOS/CustomHoverGestureRecognizer.cs b/src/Controls/src/Core/Platform/iOS/CustomHoverGestureRecognizer.cs new file mode 100644 index 000000000000..f7c636720640 --- /dev/null +++ b/src/Controls/src/Core/Platform/iOS/CustomHoverGestureRecognizer.cs @@ -0,0 +1,34 @@ +using System; +using Foundation; +using ObjCRuntime; +using UIKit; +using PreserveAttribute = Microsoft.Maui.Controls.Internals.PreserveAttribute; + +namespace Microsoft.Maui.Controls.Platform.iOS; + +internal class CustomHoverGestureRecognizer : UIHoverGestureRecognizer +{ +#pragma warning disable CA1416 + internal CustomHoverGestureRecognizer(Action action) + : base(new Callback(action), Selector.FromHandle(Selector.GetHandle("target:"))!) { } +#pragma warning restore CA1416 + + [Register("__UIHoverGestureRecognizer")] + class Callback : Token + { + Action action; + + internal Callback(Action action) + { + this.action = action; + } + + [Export("target:")] + [Preserve(Conditional = true)] + public void Activated(UIHoverGestureRecognizer sender) + { + if (OperatingSystem.IsIOSVersionAtLeast(13)) + action(sender); + } + } +} diff --git a/src/Controls/src/Core/PointerGestureRecognizer.cs b/src/Controls/src/Core/PointerGestureRecognizer.cs index a6904107ed88..69e1f6633c90 100644 --- a/src/Controls/src/Core/PointerGestureRecognizer.cs +++ b/src/Controls/src/Core/PointerGestureRecognizer.cs @@ -10,60 +10,115 @@ namespace Microsoft.Maui.Controls /// public sealed class PointerGestureRecognizer : GestureRecognizer { + /// + /// The command to invoke when the pointer has entered the view. This is a bindable property. + /// public static readonly BindableProperty PointerEnteredCommandProperty = BindableProperty.Create(nameof(PointerEnteredCommand), typeof(ICommand), typeof(PointerGestureRecognizer), null); + /// + /// An object to be passed to PointerEnteredCommand. This is a bindable property. + /// public static readonly BindableProperty PointerEnteredCommandParameterProperty = BindableProperty.Create(nameof(PointerEnteredCommandParameter), typeof(object), typeof(PointerGestureRecognizer), null); + /// + /// The command to invoke when the pointer has exited the view. This is a bindable property. + /// public static readonly BindableProperty PointerExitedCommandProperty = BindableProperty.Create(nameof(PointerExitedCommand), typeof(ICommand), typeof(PointerGestureRecognizer), null); + /// + /// An object to be passed to PointerExitedCommand. This is a bindable property. + /// public static readonly BindableProperty PointerExitedCommandParameterProperty = BindableProperty.Create(nameof(PointerExitedCommandParameter), typeof(object), typeof(PointerGestureRecognizer), null); + /// + /// The command to invoke when the pointer has moved within the view. This is a bindable property. + /// public static readonly BindableProperty PointerMovedCommandProperty = BindableProperty.Create(nameof(PointerMovedCommand), typeof(ICommand), typeof(PointerGestureRecognizer), null); + /// + /// An object to be passed to the PointerMovedCommand. This is a bindable property. + /// public static readonly BindableProperty PointerMovedCommandParameterProperty = BindableProperty.Create(nameof(PointerMovedCommandParameter), typeof(object), typeof(PointerGestureRecognizer), null); + /// + /// Initializes a new instance of PointerGestureRecognizer. + /// public PointerGestureRecognizer() { } + /// + /// Event that is raised when the pointer enters the view. + /// public event EventHandler? PointerEntered; + + /// + /// Event that is raised when the pointer exits the view. + /// public event EventHandler? PointerExited; + + /// + /// Event that is raised when the pointer moves within the view. + /// public event EventHandler? PointerMoved; + /// + /// Identifies the PointerEnteredCommand bindable property. + /// public ICommand PointerEnteredCommand { get { return (ICommand)GetValue(PointerEnteredCommandProperty); } set { SetValue(PointerEnteredCommandProperty, value); } } + /// + /// Identifies the PointerEnteredCommandParameter bindable property. + /// public ICommand PointerEnteredCommandParameter { get { return (ICommand)GetValue(PointerEnteredCommandParameterProperty); } set { SetValue(PointerEnteredCommandParameterProperty, value); } } + + /// + /// Identifies the PointerExitedCommand bindable property. + /// public ICommand PointerExitedCommand { get { return (ICommand)GetValue(PointerExitedCommandProperty); } set { SetValue(PointerExitedCommandProperty, value); } } + + /// + /// Identifies the PointerExitedCommandParameter bindable property. + /// public ICommand PointerExitedCommandParameter { get { return (ICommand)GetValue(PointerExitedCommandParameterProperty); } set { SetValue(PointerExitedCommandParameterProperty, value); } } + /// + /// Identifies the PointerMovedCommand bindable property. + /// public ICommand PointerMovedCommand { get { return (ICommand)GetValue(PointerMovedCommandProperty); } set { SetValue(PointerMovedCommandProperty, value); } } + /// + /// Identifies the PointerMovedCommandParameter bindable property. + /// public ICommand PointerMovedCommandParameter { get { return (ICommand)GetValue(PointerMovedCommandParameterProperty); } set { SetValue(PointerMovedCommandParameterProperty, value); } } + /// + /// For internal use by the .NET MAUI platform. + /// internal void SendPointerEntered(View sender, Func? getPosition) { ICommand cmd = PointerEnteredCommand; @@ -74,6 +129,9 @@ internal void SendPointerEntered(View sender, Func? getPositi handler?.Invoke(sender, new PointerEventArgs(getPosition)); } + /// + /// For internal use by the .NET MAUI platform. + /// internal void SendPointerExited(View sender, Func? getPosition) { ICommand cmd = PointerExitedCommand; @@ -84,6 +142,9 @@ internal void SendPointerExited(View sender, Func? getPositio handler?.Invoke(sender, new PointerEventArgs(getPosition)); } + /// + /// For internal use by the .NET MAUI platform. + /// internal void SendPointerMoved(View sender, Func? getPosition) { ICommand cmd = PointerMovedCommand; From b01e35aca47d9f698d54a4e1f5bb3c8979976476 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sun, 4 Sep 2022 00:53:23 +0200 Subject: [PATCH 090/158] Use the released System.Text.Json version (#9880) --- .../Resizetizer/src/ResizetizerPackages.projitems | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SingleProject/Resizetizer/src/ResizetizerPackages.projitems b/src/SingleProject/Resizetizer/src/ResizetizerPackages.projitems index ed27fdf164ca..8041459c8de8 100644 --- a/src/SingleProject/Resizetizer/src/ResizetizerPackages.projitems +++ b/src/SingleProject/Resizetizer/src/ResizetizerPackages.projitems @@ -20,7 +20,7 @@ - + @@ -67,4 +67,4 @@ <_ResizetizerFiles Include="$(PkgHarfBuzzSharp_NativeAssets_Linux)\runtimes\linux-x64\native\libHarfBuzzSharp.so" Link="x64\libHarfBuzzSharp.so" Arch="x64/" /> - \ No newline at end of file + From 038cfe8557b52f6349788855511147e2d57b4258 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:29:58 +0100 Subject: [PATCH 091/158] [net7.0] Update dependencies from dotnet/aspnetcore (#9849) * Update dependencies from https://github.com/dotnet/aspnetcore build 20220831.34 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22427.1 -> To Version 7.0.0-rc.2.22431.34 * Bum MicrosoftExtensionsPackageVersion * Update Extensions version * Update dependencies from https://github.com/dotnet/aspnetcore build 20220901.19 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22427.1 -> To Version 7.0.0-rc.2.22451.19 * Update dependencies from https://github.com/dotnet/aspnetcore build 20220902.11 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0-rc.1.22427.1 -> To Version 7.0.0-rc.2.22452.11 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 26 ++++++++++++------------ 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75b218fd265a..b0196947cad4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -39,49 +39,49 @@ https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 - + https://github.com/dotnet/aspnetcore - bb73604ba94681c058daac23b71544b1773328b8 + 59a0a28436a4a8785302e71d40ac7fd58890a967 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 9bfa1b607f9d..537d79d490ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,8 +7,8 @@ 7.0.0-rc.1.22426.10 - 7.0.0-rc.1.22426.10 - 7.0.0-rc.1.22426.10 + 7.0.0-rc.2.22430.11 + 7.0.0-rc.2.22430.11 6.0.0 33.0.0-rc.1.151 @@ -27,17 +27,17 @@ 10.0.22621.1 1.0.3.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 - 7.0.0-rc.1.22427.1 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 + 7.0.0-rc.2.22452.11 7.0.0-preview1.22274.2 3.3.3 From 6633c6efe43a79255b7a31aa4b5853b5b465e29a Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 7 Sep 2022 19:48:01 +0200 Subject: [PATCH 092/158] Use later maui net6 build --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index daa652bd8aac..cd87d20ec8a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.532 + 6.0.533 7.0.100-rc.1.22425.9 From b460ee4d2f79521bf1d00e00c5cd2ea3326f9ea8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 21:33:21 +0200 Subject: [PATCH 093/158] [release/7.0.1xx-rc1] Update dependencies from xamarin/xamarin-macios (#9858) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220901.5 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1024-rc.1 -> To Version 15.4.1026-rc.1 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220901.16 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1024-rc.1 -> To Version 15.4.1028-rc.1 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220908.5 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1024-rc.1 -> To Version 15.4.1029-rc.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 956a4157f621..83536da26cec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android b9389dc0168e184758c226962a0b270d300c17eb - + https://github.com/xamarin/xamarin-macios - fca8b10f73d022d649b8985f046fb927adbdedac + e7aa824644021c2ff80d5948f089f399bf7568aa - + https://github.com/xamarin/xamarin-macios - fca8b10f73d022d649b8985f046fb927adbdedac + e7aa824644021c2ff80d5948f089f399bf7568aa - + https://github.com/xamarin/xamarin-macios - fca8b10f73d022d649b8985f046fb927adbdedac + e7aa824644021c2ff80d5948f089f399bf7568aa - + https://github.com/xamarin/xamarin-macios - fca8b10f73d022d649b8985f046fb927adbdedac + e7aa824644021c2ff80d5948f089f399bf7568aa https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index cd87d20ec8a7..d766585fe5ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.1.151 - 15.4.1024-rc.1 - 15.4.1024-rc.1 - 12.3.1024-rc.1 - 15.4.1024-rc.1 + 15.4.1029-rc.1 + 15.4.1029-rc.1 + 12.3.1029-rc.1 + 15.4.1029-rc.1 7.0.100-rc.1.22 From f480fa97d91f1c672ffb270c98ced8c31088777d Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 9 Sep 2022 12:20:33 +0200 Subject: [PATCH 094/158] Enable Graphics API docs generation (#9675) * Update Graphics.csproj * Update Graphics.csproj --- src/Graphics/src/Graphics/Graphics.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Graphics/src/Graphics/Graphics.csproj b/src/Graphics/src/Graphics/Graphics.csproj index b14f729645bf..6e3ac054d336 100644 --- a/src/Graphics/src/Graphics/Graphics.csproj +++ b/src/Graphics/src/Graphics/Graphics.csproj @@ -11,7 +11,8 @@ Microsoft.Maui.Graphics Microsoft.Maui.Graphics Microsoft.Maui.Graphics - $(NoWarn);CA1307;CA1309 + true + $(NoWarn);CA1307;CA1309;CS1591 From 4d508be23e616243a9802a03f7bfffb6e4d841fb Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 13 Sep 2022 17:13:40 -0500 Subject: [PATCH 095/158] [android] update AOT profiles for .NET 7 RC 2 (#10095) I updated the profile based on the branch from: https://github.com/dotnet/maui/pull/9968 Testing `dotnet new maui` on a Pixel 5, prior to updating the AOT profile, an average of 10 runs: Average(ms): 547.8 Std Err(ms): 2.34662878757307 Std Dev(ms): 7.42069179165034 After updating the AOT profile: Average(ms): 533.9 Std Err(ms): 3.16385840391127 Std Dev(ms): 10.0049987506246 For perspective, I was getting ~568.1ms in .NET 6. The .NET Podcast sample, I get: Average(ms): 755.6 Std Err(ms): 4.42769064461875 Std Dev(ms): 14.0015872116144 Which we saw ~814.2ms in .NET 6. .NET 6 numbers are from: https://github.com/jonathanpeppers/maui-profiling --- .nuspec/maui-blazor.aotprofile | Bin 700862 -> 701106 bytes .nuspec/maui-blazor.aotprofile.txt | 616 ++++++++++++++--------------- .nuspec/maui.aotprofile | Bin 720565 -> 714068 bytes .nuspec/maui.aotprofile.txt | 390 +++++++----------- 4 files changed, 449 insertions(+), 557 deletions(-) diff --git a/.nuspec/maui-blazor.aotprofile b/.nuspec/maui-blazor.aotprofile index cb56835f8f07c7c2a6ea34fabd667cf3d6b7d804..02970c10ef5a3c4b32116d25e210f1f79c386744 100644 GIT binary patch delta 143491 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 z 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 delta 142587 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 aDVAApJ((+$4TK((jf!ECV&MMDl=(knX1%=t diff --git a/.nuspec/maui-blazor.aotprofile.txt b/.nuspec/maui-blazor.aotprofile.txt index 09ad2fd99c38..4e783093498c 100644 --- a/.nuspec/maui-blazor.aotprofile.txt +++ b/.nuspec/maui-blazor.aotprofile.txt @@ -34,6 +34,7 @@ Methods: Android.Graphics.Color Microsoft.Maui.Graphics.Platform.GraphicsExtensions:AsColor (Microsoft.Maui.Graphics.Color) Android.Graphics.Color Microsoft.Maui.Platform.ColorExtensions:ToPlatform (Microsoft.Maui.Graphics.Color) Android.Graphics.Drawables.Drawable Android.Views.View:get_Background () + Android.Graphics.Paint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_StrokePaint () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Fill () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Stroke () Android.Graphics.Typeface Android.Graphics.Paint:SetTypeface (Android.Graphics.Typeface) @@ -51,10 +52,13 @@ Methods: Android.OS.Looper Android.OS.Looper:MyLooper () Android.Runtime.IdentityHashTargets& System.Collections.Generic.Dictionary`2:FindValue (intptr) Android.Runtime.JavaArray`1 Android.Runtime.JavaArray`1:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) + Android.Text.TextPaint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_FontPaint () Android.Util.DisplayMetrics Android.Content.Res.Resources:get_DisplayMetrics () Android.Views.Display Android.Views.IWindowManagerInvoker:get_DefaultDisplay () + Android.Views.IViewParent Android.Views.View:get_Parent () Android.Views.IWindowManager Android.App.Activity:get_WindowManager () Android.Views.LayoutDirection Android.Content.Res.Configuration:get_LayoutDirection () + Android.Views.LayoutDirection Android.Views.View:get_LayoutDirection () Android.Views.LayoutDirection Microsoft.Maui.Platform.ViewExtensions:GetLayoutDirection (Microsoft.Maui.IView) Android.Views.LayoutInflater Android.Views.LayoutInflater:From (Android.Content.Context) Android.Views.LayoutInflater Microsoft.Maui.Platform.MauiContextExtensions:GetLayoutInflater (Microsoft.Maui.IMauiContext) @@ -63,6 +67,7 @@ Methods: Android.Views.MeasureSpecMode Microsoft.Maui.Platform.MeasureSpecExtensions:GetMode (int) Android.Views.View Android.Views.LayoutInflater:Inflate (int,Android.Views.ViewGroup) Android.Views.View Android.Views.View:FindViewById (int) + Android.Views.View Android.Views.ViewGroup:GetChildAt (int) Android.Views.View Android.Views.WindowInvoker:get_DecorView () Android.Views.View Microsoft.Maui.Controls.Platform.GestureManager:get_Control () Android.Views.View Microsoft.Maui.ElementHandlerExtensions:ToPlatform (Microsoft.Maui.IElementHandler) @@ -83,6 +88,7 @@ Methods: Android.Webkit.WebResourceResponse Microsoft.AspNetCore.Components.WebView.Maui.WebKitWebViewClient:ShouldInterceptRequest (Android.Webkit.WebView,Android.Webkit.IWebResourceRequest) Android.Webkit.WebSettings Android.Webkit.WebView:get_Settings () Android.Webkit.WebView Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler:CreatePlatformView () + AndroidX.CoordinatorLayout.Widget.CoordinatorLayout Microsoft.Maui.Platform.ViewGroupExtensions:GetFirstChildOfType (Android.Views.ViewGroup) AndroidX.Core.View.AccessibilityDelegateCompat AndroidX.Core.View.ViewCompat:GetAccessibilityDelegate (Android.Views.View) AndroidX.Fragment.App.FragmentManager AndroidX.Fragment.App.FragmentActivity:get_SupportFragmentManager () AndroidX.Fragment.App.FragmentManager Microsoft.Maui.Platform.ContextExtensions:GetFragmentManager (Android.Content.Context) @@ -91,7 +97,6 @@ Methods: AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentManager:BeginTransaction () AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:Replace (int,AndroidX.Fragment.App.Fragment) AndroidX.Fragment.App.FragmentTransaction AndroidX.Fragment.App.FragmentTransaction:SetReorderingAllowed (bool) - bool Android.App.Activity:get_IsFinishing () bool Android.App.SyncContext:EnsureLooper (Android.OS.Looper,System.Threading.SendOrPostCallback) bool Android.Content.Res.Resources/Theme:ResolveAttribute (int,Android.Util.TypedValue,bool) bool Android.Net.NetworkCapabilities:HasCapability (Android.Net.NetCapability) @@ -99,7 +104,9 @@ Methods: bool Android.Net.NetworkInfo:get_IsConnected () bool Android.OS.Handler:Post (Java.Lang.IRunnable) bool Android.OS.Handler:Post (System.Action) + bool Android.Runtime.AndroidEnvironment:Extends (System.Type,string) bool Android.Runtime.AndroidEnvironment:InitializeVSAndroidDesignerIsEnabled () + bool Android.Runtime.AndroidEnvironment:IsAcceptableHttpMessageHandlerType (System.Type) bool Android.Runtime.AndroidTypeManager:FastRegisterNativeMembers (Java.Interop.JniType,System.Type,System.ReadOnlySpan`1) bool Android.Runtime.AndroidTypeManager/MagicRegistrationMap:get_Filled () bool Android.Runtime.InputStreamInvoker:get_CanRead () @@ -211,8 +218,6 @@ Methods: bool Microsoft.Maui.Controls.Page:get_IsBusy () bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () bool Microsoft.Maui.Controls.Page/d__84:MoveNext () - bool Microsoft.Maui.Controls.Platform.AlertManager/<>c__DisplayClass1_0:b__0 (Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper) - bool Microsoft.Maui.Controls.Platform.AlertManager/<>c__DisplayClass2_0:b__0 (Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:ControlsAccessibilityDelegateNeeded (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.Platform.SemanticExtensions:TapGestureRecognizerNeedsDelegate (Microsoft.Maui.Controls.View) bool Microsoft.Maui.Controls.ResourceDictionary:ContainsKey (string) @@ -240,27 +245,24 @@ Methods: bool Microsoft.Maui.Dispatching.Dispatcher:IsDispatchRequiredImplementation () bool Microsoft.Maui.Dispatching.DispatcherExtensions/<>c__DisplayClass1_0:b__0 () bool Microsoft.Maui.Dispatching.DispatcherProvider:SetCurrent (Microsoft.Maui.Dispatching.IDispatcherProvider) + bool Microsoft.Maui.ElementHandlerExtensions:CanInvokeMappers (Microsoft.Maui.IElementHandler) bool Microsoft.Maui.Graphics.Color:TryParse (string,Microsoft.Maui.Graphics.Color&) bool Microsoft.Maui.Graphics.Color:TryParse (System.ReadOnlySpan`1,Microsoft.Maui.Graphics.Color&) bool Microsoft.Maui.Graphics.PaintExtensions:IsNullOrEmpty (Microsoft.Maui.Graphics.Paint) - bool Microsoft.Maui.Graphics.Point:op_Equality (Microsoft.Maui.Graphics.Point,Microsoft.Maui.Graphics.Point) + bool Microsoft.Maui.Graphics.Rect:Equals (Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Equality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Rect:op_Inequality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) - bool Microsoft.Maui.Graphics.Size:op_Equality (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Size) bool Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:MoveNext () bool Microsoft.Maui.Handlers.ViewHandler:get_NeedsContainer () bool Microsoft.Maui.Hosting.Internal.MauiFactory:TryGetServiceDescriptors (System.Type&,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&,System.Collections.Generic.IEnumerable`1&) bool Microsoft.Maui.Hosting.Internal.MauiServiceCollection:TryGetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceDescriptor&) - bool Microsoft.Maui.Internal.WeakList`1/<>c:b__19_0 (System.WeakReference) bool Microsoft.Maui.Internal.WeakList`1:Contains (Microsoft.Maui.HotReload.IHotReloadableView) bool Microsoft.Maui.JavaObjectExtensions:IsAlive (Java.Lang.Object) bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Java.Lang.Object) bool Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ShouldTreatStarsAsAuto (double,double,Microsoft.Maui.Primitives.LayoutAlignment) - bool Microsoft.Maui.Layouts.LayoutExtensions:ShouldArrangeLeftToRight (Microsoft.Maui.IView) bool Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:MoveNext () bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () bool Microsoft.Maui.Platform.ThemeExtensions:TryResolveAttribute (Android.Content.Res.Resources/Theme,int) - bool Microsoft.Maui.PropertyMapper:CanUpdateProperty (Microsoft.Maui.IElementHandler) bool Microsoft.Maui.PropertyMapper/d__17:MoveNext () bool Microsoft.Maui.WindowOverlay:Initialize () bool Microsoft.Win32.SafeHandles.SafeFileHandle:CanLockTheFile (Interop/Sys/LockOperations,System.IO.FileAccess) @@ -368,7 +370,6 @@ Methods: bool System.Collections.Generic.Dictionary`2:TryGetValue (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem&) bool System.Collections.Generic.Dictionary`2:TryInsert (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/ServiceDescriptorCacheItem,System.Collections.Generic.InsertionBehavior) bool System.Collections.Generic.Dictionary`2:TryInsert (ulong,Microsoft.AspNetCore.Components.EventCallback,System.Collections.Generic.InsertionBehavior) - bool System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.Equals (object,object) bool System.Collections.Generic.GenericEqualityComparer`1:Equals (long,long) bool System.Collections.Generic.GenericEqualityComparer`1:Equals (string,string) bool System.Collections.Generic.HashSet`1/Enumerator:MoveNext () @@ -403,6 +404,7 @@ Methods: bool System.Diagnostics.Debugger:IsAttached_internal () bool System.Diagnostics.Tracing.EventSource:InitializeIsSupported () bool System.DomainNameHelper:IsValidByIri (char*,int,int&,bool&,bool) + bool System.Double:Equals (double) bool System.Double:Equals (object) bool System.Enum:Equals (object) bool System.Enum:GetEnumValuesAndNames (System.Runtime.CompilerServices.QCallTypeHandle,ulong[]&,string[]&) @@ -522,6 +524,7 @@ Methods: bool System.Number:TryFormatUInt32 (uint,System.ReadOnlySpan`1,System.IFormatProvider,System.Span`1,int&) bool System.Number:TryInt32ToHexStr (int,char,int,System.Span`1,int&) bool System.Number:TryUInt32ToDecStr (uint,int,System.Span`1,int&) + bool System.Numerics.Matrix3x2:op_Equality (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) bool System.Object:Equals (object,object) bool System.Object:Equals (object) bool System.OrdinalIgnoreCaseComparer:Equals (string,string) @@ -549,7 +552,6 @@ Methods: bool System.Reflection.Emit.ILGenerator:get_InExceptionBlock () bool System.Reflection.FieldInfo:get_IsLiteral () bool System.Reflection.FieldInfo:get_IsStatic () - bool System.Reflection.Metadata.MetadataUpdater:get_IsSupported () bool System.Reflection.MethodBase:get_IsPublic () bool System.Reflection.MethodBase:get_IsStatic () bool System.Reflection.MethodBase:get_IsVirtual () @@ -576,6 +578,7 @@ Methods: bool System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) bool System.RuntimeType:FilterApplyMethodInfo (System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) bool System.RuntimeType:get_ContainsGenericParameters () + bool System.RuntimeType:get_IsActualEnum () bool System.RuntimeType:get_IsByRefLike () bool System.RuntimeType:get_IsConstructedGenericType () bool System.RuntimeType:get_IsEnum () @@ -615,7 +618,7 @@ Methods: bool System.RuntimeTypeHandle:IsValueType (System.RuntimeType) bool System.RuntimeTypeHandle:type_is_assignable_from (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.QCallTypeHandle) bool System.Span`1:TryCopyTo (System.Span`1) - bool System.SpanHelpers:Contains (char&,char,int) + bool System.SpanHelpers:ContainsValueType (int16&,int16,int) bool System.SpanHelpers:SequenceEqual (byte&,byte&,uintptr) bool System.String:Contains (char) bool System.String:Contains (string) @@ -639,10 +642,11 @@ Methods: bool System.Text.Encoding:get_IsUTF8CodePage () bool System.Text.Json.JsonDocument:TryGetValue (int,long&) bool System.Text.Json.JsonDocument:TryParseValue (System.Text.Json.Utf8JsonReader&,System.Text.Json.JsonDocument&,bool,bool) - bool System.Text.Json.JsonElement:GetBoolean () bool System.Text.Json.JsonElement:TryGetInt64 (long&) bool System.Text.Json.JsonHelpers:IsDigit (byte) bool System.Text.Json.JsonWriterHelper:NeedsEscapingNoBoundsCheck (char) + bool System.Text.Json.Reflection.ReflectionExtensions:HasCustomAttributeWithName (System.Reflection.ICustomAttributeProvider,string,bool) + bool System.Text.Json.Reflection.ReflectionExtensions:HasRequiredMemberAttribute (System.Reflection.ICustomAttributeProvider) bool System.Text.Json.Reflection.ReflectionExtensions:IsAssignableFromInternal (System.Type,System.Type) bool System.Text.Json.Reflection.ReflectionExtensions:IsImmutableDictionaryType (System.Type,bool) bool System.Text.Json.Reflection.ReflectionExtensions:IsImmutableEnumerableType (System.Type,bool) @@ -653,13 +657,16 @@ Methods: bool System.Text.Json.Serialization.Converters.FSharpTypeConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.Converters.IEnumerableConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2, System.Object>:OnWriteResume (System.Text.Json.Utf8JsonWriter,System.Collections.Generic.IEnumerable`1,System.Text.Json.JsonSerializerOptions,System.Text.Json.WriteStack&) + bool System.Text.Json.Serialization.Converters.IEnumerableOfTConverter`2, System.Object>:get_SupportsCreateObjectDelegate () bool System.Text.Json.Serialization.Converters.JsonNodeConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.Converters.NullableConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.Converters.ObjectConverterFactory:CanConvert (System.Type) + bool System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1:get_SupportsCreateObjectDelegate () bool System.Text.Json.Serialization.Converters.UnsupportedTypeConverterFactory:CanConvert (System.Type) bool System.Text.Json.Serialization.IAsyncEnumerableConverterFactory:CanConvert (System.Type) + bool System.Text.Json.Serialization.JsonCollectionConverter`2, System.String>:get_SupportsCreateObjectDelegate () bool System.Text.Json.Serialization.JsonConverter:get_ConstructorIsParameterized () - bool System.Text.Json.Serialization.JsonConverter:get_UsesDefaultConstructor () + bool System.Text.Json.Serialization.JsonConverter:get_SupportsCreateObjectDelegate () bool System.Text.Json.Serialization.JsonConverter:ShouldFlush (System.Text.Json.Utf8JsonWriter,System.Text.Json.WriteStack&) bool System.Text.Json.Serialization.JsonConverter`1:CanConvert (System.Type) bool System.Text.Json.Serialization.JsonConverter`1:get_HandleNull () @@ -715,7 +722,7 @@ Methods: bool System.Text.RegularExpressions.RegexCharClass:IsSingleton (string) bool System.Text.RegularExpressions.RegexCharClass:IsSingletonInverse (string) bool System.Text.RegularExpressions.RegexCharClass:IsSubtraction (string) - bool System.Text.RegularExpressions.RegexCharClass/<>c:b__140_0 (System.Collections.Generic.KeyValuePair`2) + bool System.Text.RegularExpressions.RegexCharClass/<>c:b__141_0 (System.Collections.Generic.KeyValuePair`2) bool System.Text.RegularExpressions.RegexInterpreterCode:OpcodeBacktracks (System.Text.RegularExpressions.RegexOpcode) bool System.Text.RegularExpressions.RegexNode:CanBeMadeAtomic (System.Text.RegularExpressions.RegexNode,System.Text.RegularExpressions.RegexNode,bool,bool) bool System.Text.RegularExpressions.RegexParser:IsCaptureName (string) @@ -731,12 +738,9 @@ Methods: bool System.Threading.LowLevelLifoSemaphore:Wait (int,bool) bool System.Threading.LowLevelLifoSemaphore:WaitCore (int) bool System.Threading.LowLevelLifoSemaphore:WaitForSignal (int) - bool System.Threading.LowLevelLock:SpinWaitTryAcquireCallback (object) bool System.Threading.LowLevelLock:TryAcquire () - bool System.Threading.LowLevelLock:TryAcquire_NoFastPath (int) bool System.Threading.LowLevelMonitor:Wait (int) bool System.Threading.LowLevelMonitor:WaitCore (int) - bool System.Threading.LowLevelSpinWaiter:SpinWaitForCondition (System.Func`2,object,int,int) bool System.Threading.PortableThreadPool:get_HasForcedMaxThreads () bool System.Threading.PortableThreadPool:get_HasForcedMinThreads () bool System.Threading.PortableThreadPool:NotifyWorkItemComplete (object,int) @@ -776,7 +780,6 @@ Methods: bool System.Threading.WaitSubsystem/WaitableObject:get_IsAbandonedMutex () bool System.TimeSpan:TryFormat (System.Span`1,int&,System.ReadOnlySpan`1,System.IFormatProvider) bool System.TimeZoneInfo:CheckIsDst (System.DateTime,System.DateTime,System.DateTime,bool,System.TimeZoneInfo/AdjustmentRule) - bool System.TimeZoneInfo:get_HasIanaId () bool System.TimeZoneInfo:GetIsDaylightSavingsFromUtc (System.DateTime,int,System.TimeSpan,System.TimeZoneInfo/AdjustmentRule,System.Nullable`1,bool&,System.TimeZoneInfo) bool System.TimeZoneInfo:IsValidAdjustmentRuleOffset (System.TimeSpan,System.TimeZoneInfo/AdjustmentRule) bool System.TimeZoneInfo:StringArrayContains (string,string[],System.StringComparison) @@ -793,8 +796,6 @@ Methods: bool System.TimeZoneInfo/AndroidTzData:LoadData (string,string) bool System.TimeZoneInfo/TransitionTime:Equals (System.TimeZoneInfo/TransitionTime) bool System.TimeZoneInfo/TransitionTime:op_Inequality (System.TimeZoneInfo/TransitionTime,System.TimeZoneInfo/TransitionTime) - bool System.Tuple`3:Equals (object,System.Collections.IEqualityComparer) - bool System.Tuple`3:Equals (object) bool System.Type:get_HasElementType () bool System.Type:get_IsAbstract () bool System.Type:get_IsArray () @@ -820,7 +821,6 @@ Methods: bool System.UriHelper:IsLWS (char) bool System.UriHelper:TestForSubPath (char*,int,char*,int,bool) bool System.ValueTuple`3:Equals (System.ValueTuple`3) - bool System.WeakReference:get_IsAlive () bool System.Xml.Linq.XContainer/d__39:MoveNext () bool System.Xml.Linq.XContainer/d__18:MoveNext () bool System.Xml.Linq.XContainer/ContentReader:ReadContentFrom (System.Xml.Linq.XContainer,System.Xml.XmlReader) @@ -928,11 +928,18 @@ Methods: double Microsoft.Maui.Platform.ContextExtensions:FromPixels (Android.Content.Context,double) double Microsoft.Maui.Platform.MeasureSpecExtensions:ToDouble (int,Android.Content.Context) double System.Math:Ceiling (double) + double System.Math:ModF (double,double*) double System.Math:Pow (double,double) + double System.Math:Sqrt (double) + double System.Math:Truncate (double) + double System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (Interop/Sys/ProcessCpuInformation*) + double System.Private.CoreLib.Interop/Sys:GetCpuUtilization (Interop/Sys/ProcessCpuInformation&) + double System.Threading.PortableThreadPool/CpuUtilizationReader:get_CurrentUtilization () double System.TimeSpan:get_TotalMilliseconds () int Android.Content.Res.Configuration:get_SmallestScreenWidthDp () int Android.Content.Res.TypedArray:GetDimensionPixelSize (int,int) int Android.Graphics.Color:FromArgb (int,int,int,int) + int Android.Graphics.Rect:get_Top () int Android.Runtime.AndroidObjectReferenceManager:_monodroid_gref_get () int Android.Runtime.AndroidObjectReferenceManager:get_GlobalReferenceCount () int Android.Runtime.AndroidTypeManager:CountMethods (System.ReadOnlySpan`1) @@ -946,6 +953,7 @@ Methods: int Android.Views.View:get_MeasuredHeight () int Android.Views.View:get_MinimumHeight () int Android.Views.View:get_MinimumWidth () + int Android.Views.ViewGroup:get_ChildCount () int AndroidX.Fragment.App.FragmentTransactionInvoker:Commit () int Java.Interop.JniEnvironment/Arrays:GetArrayLength (Java.Interop.JniObjectReference) int Java.Interop.JniEnvironment/InstanceFields:GetIntField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) @@ -977,6 +985,7 @@ Methods: int Java.IO.InputStream:Read (byte[],int,int) int Microsoft.AspNetCore.Components.Rendering.SimplifiedStringHashComparer:GetHashCode (string) int Microsoft.AspNetCore.Components.RenderTree.ArrayBuilder`1:Append (Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame[],int,int) + int Microsoft.AspNetCore.Components.RenderTree.ArrayBuilder`1:Append (System.ReadOnlySpan`1) int Microsoft.AspNetCore.Components.RenderTree.Renderer:AssignRootComponentId (Microsoft.AspNetCore.Components.IComponent) int Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:NextSiblingIndex (Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame&,int) int Microsoft.AspNetCore.Components.RenderTree.WebRenderer:AddRootComponent (System.Type,string) @@ -984,6 +993,7 @@ Methods: int Microsoft.AspNetCore.Components.RouteTableFactory:RouteComparison (Microsoft.AspNetCore.Components.Routing.RouteEntry,Microsoft.AspNetCore.Components.Routing.RouteEntry) int Microsoft.AspNetCore.Components.Routing.RouteKey:GetHashCode () int Microsoft.AspNetCore.Components.WebView.ArrayBuilder`1:Append (byte[],int,int) + int Microsoft.AspNetCore.Components.WebView.ArrayBuilder`1:Append (System.ReadOnlySpan`1) int Microsoft.AspNetCore.Components.WebView.ArrayBuilder`1:get_Count () int Microsoft.AspNetCore.Components.WebView.RenderBatchWriter:Write (Microsoft.AspNetCore.Components.RenderTree.ArrayRange`1&) int Microsoft.AspNetCore.Components.WebView.RenderBatchWriter:Write (Microsoft.AspNetCore.Components.RenderTree.ArrayRange`1&) @@ -1014,8 +1024,6 @@ Methods: int System.Array:IndexOf (char[],char,int,int) int System.Array:IndexOf (char[],char) int System.Array:IndexOf (System.Type[],System.Type,int,int) - int System.Array:LastIndexOf (System.Delegate[],System.Delegate,int,int) - int System.Array:LastIndexOf (System.Delegate[],System.Delegate) int System.Collections.ArrayList:Add (object) int System.Collections.ArrayList:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () @@ -1029,9 +1037,7 @@ Methods: int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2>:get_DefaultConcurrencyLevel () int System.Collections.Concurrent.ConcurrentDictionary`2>>:get_DefaultConcurrencyLevel () - int System.Collections.Concurrent.ConcurrentDictionary`2:get_Count () int System.Collections.Concurrent.ConcurrentDictionary`2:get_DefaultConcurrencyLevel () - int System.Collections.Concurrent.ConcurrentDictionary`2:GetCountInternal () int System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:get_DefaultConcurrencyLevel () int System.Collections.Generic.ArraySortHelper`1>:PickPivotAndPartition (System.Span`1>,System.Comparison`1>) int System.Collections.Generic.ArraySortHelper`1:InternalBinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) @@ -1054,7 +1060,6 @@ Methods: int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) int System.Collections.Generic.Dictionary`2:Initialize (int) - int System.Collections.Generic.EqualityComparer`1:LastIndexOf (System.Delegate[],System.Delegate,int,int) int System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.GetHashCode (object) int System.Collections.Generic.EqualityComparer`1:IndexOf (System.Type[],System.Type,int,int) int System.Collections.Generic.GenericArraySortHelper`1:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) @@ -1082,10 +1087,8 @@ Methods: int System.Collections.SortedList:IndexOfKey (object) int System.Collections.SortedList/SyncSortedList:get_Count () int System.Collections.SortedList/ValueList:get_Count () - int System.Convert:ConvertToBase64Array (char*,byte*,int,int,bool) int System.Convert:ToBase64_CalculateAndValidateOutputLength (int,bool) int System.DateTime:get_Year () - int System.DateTime:GetDatePart (int) int System.DateTimeFormat:ParseNextChar (System.ReadOnlySpan`1,int) int System.DateTimeFormat:ParseRepeatPattern (System.ReadOnlySpan`1,int,char) int System.Delegate:GetHashCode () @@ -1178,32 +1181,30 @@ Methods: int System.Object:GetHashCode () int System.OrdinalCaseSensitiveComparer:Compare (string,string) int System.OrdinalIgnoreCaseComparer:Compare (string,string) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|3_0 (intptr,void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|0_0 (void*,byte*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|3_0 (intptr,uint16*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|0_0 (uint16*,System.Globalization.CalendarId*,int) int System.Private.CoreLib.Interop/Globalization:g____PInvoke|31_0 (char*,int) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|35_0 (void*,uint,int*,int*) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|34_0 (void*,uint,int*) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|30_0 (void*,uint,char*,int,void*) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|29_0 (void*,char*,int) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|33_0 (void*,int,char*,int) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|43_0 (void*,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|35_0 (uint16*,uint,int*,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|34_0 (uint16*,uint,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|30_0 (uint16*,uint,char*,int,uint16*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|29_0 (uint16*,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|33_0 (uint16*,int,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|43_0 (uint16*,char*,int) int System.Private.CoreLib.Interop/Globalization:GetCalendars (string,System.Globalization.CalendarId[],int) int System.Private.CoreLib.Interop/Globalization:IanaIdToWindowsId (string,char*,int) int System.Private.CoreLib.Interop/Globalization:LoadICU () - int System.Private.CoreLib.Interop/Sys:g____PInvoke|13_0 (intptr) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|14_0 (intptr) int System.Private.CoreLib.Interop/Sys:g____PInvoke|28_0 (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:g____PInvoke|29_0 (intptr,Interop/Sys/LockOperations) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|110_0 (intptr,Interop/Sys/FileStatus*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (Interop/Sys/ProcessCpuInformation*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|66_0 (intptr,int) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|115_0 (byte*,Interop/Sys/FileStatus*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|90_0 (intptr,byte*,int,long) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|113_0 (intptr,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|67_0 (intptr,int) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|118_0 (byte*,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|93_0 (intptr,byte*,int,long) int System.Private.CoreLib.Interop/Sys:CanGetHiddenFlag () int System.Private.CoreLib.Interop/Sys:Close (intptr) int System.Private.CoreLib.Interop/Sys:FLock (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FLock (Microsoft.Win32.SafeHandles.SafeFileHandle,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FStat (System.Runtime.InteropServices.SafeHandle,Interop/Sys/FileStatus&) - int System.Private.CoreLib.Interop/Sys:GetCpuUtilization (Interop/Sys/ProcessCpuInformation&) int System.Private.CoreLib.Interop/Sys:GetErrNo () int System.Private.CoreLib.Interop/Sys:LChflagsCanSetHiddenFlag () int System.Private.CoreLib.Interop/Sys:LStat (byte&,Interop/Sys/FileStatus&) @@ -1216,9 +1217,7 @@ Methods: int System.Reflection.Emit.ILExceptionInfo:LastClauseType () int System.Reflection.Emit.ILGenerator:get_ILOffset () int System.Reflection.Emit.Int32Stack:Pop () - int System.Reflection.Emit.LocalBuilder:get_LocalIndex () int System.Reflection.MemberInfo:GetHashCode () - int System.Reflection.Metadata.MetadataUpdater:ApplyUpdateEnabled (int) int System.Reflection.MethodBase:GetHashCode () int System.Reflection.MethodInfo:GetHashCode () int System.Reflection.MonoMethodInfo:get_method_attributes (intptr) @@ -1240,15 +1239,17 @@ Methods: int System.RuntimeType:GetHashCode () int System.RuntimeTypeHandle:GetArrayRank (System.Runtime.CompilerServices.QCallTypeHandle) int System.RuntimeTypeHandle:GetArrayRank (System.RuntimeType) - int System.SpanHelpers:IndexOf (byte&,byte,int) - int System.SpanHelpers:IndexOf (char&,char,int) int System.SpanHelpers:IndexOf (char&,int,char&,int) - int System.SpanHelpers:IndexOf (ulong&,ulong,int) - int System.SpanHelpers:IndexOfAny (char&,char,char,char,char,char,int) - int System.SpanHelpers:IndexOfAny (char&,char,char,char,int) - int System.SpanHelpers:IndexOfAny (char&,char,char,int) - int System.SpanHelpers:LastIndexOf (char&,char,int) + int System.SpanHelpers:IndexOfAnyValueType (int16&,int16,int16,int) + int System.SpanHelpers:IndexOfAnyValueType (int16&,int16,int16,int16,int) + int System.SpanHelpers:IndexOfAnyValueType (int16&,int16,int16,int16,int16,int16,int) + int System.SpanHelpers:IndexOfNullByte (byte&) + int System.SpanHelpers:IndexOfNullCharacter (char&) + int System.SpanHelpers:IndexOfValueType (byte&,byte,int) + int System.SpanHelpers:IndexOfValueType (int16&,int16,int) + int System.SpanHelpers:IndexOfValueType (long&,long,int) int System.SpanHelpers:LastIndexOf (char&,int,char&,int) + int System.SpanHelpers:LastIndexOfValueType (int16&,int16,int) int System.SpanHelpers:SequenceCompareTo (byte&,int,byte&,int) int System.SpanHelpers:SequenceCompareTo (char&,int,char&,int) int System.String:Compare (string,int,string,int,int,System.StringComparison) @@ -1262,7 +1263,6 @@ Methods: int System.String:IndexOf (char,int,int) int System.String:IndexOf (char,int) int System.String:IndexOf (char,System.StringComparison) - int System.String:IndexOf (char) int System.String:IndexOf (string,int,int,System.StringComparison) int System.String:IndexOf (string,System.StringComparison) int System.String:IndexOfAny (char[],int,int) @@ -1270,6 +1270,8 @@ Methods: int System.String:LastIndexOf (char) int System.String:LastIndexOf (string,int,int,System.StringComparison) int System.String:LastIndexOf (string,System.StringComparison) + int System.String:strlen (byte*) + int System.String:wcslen (char*) int System.Text.ASCIIEncoding:GetBytes (System.ReadOnlySpan`1,System.Span`1) int System.Text.ASCIIEncoding:GetBytesFast (char*,int,byte*,int,int&) int System.Text.DecoderExceptionFallbackBuffer:get_Remaining () @@ -1294,7 +1296,7 @@ Methods: int System.Text.Json.JsonWriterHelper:NeedsEscaping (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) int System.Text.Json.JsonWriterHelper:NeedsEscaping (System.ReadOnlySpan`1,System.Text.Encodings.Web.JavaScriptEncoder) int System.Text.Json.Serialization.ConfigurationList`1:get_Count () - int System.Text.RegularExpressions.RegexCharClass/<>c:b__140_1 (System.Collections.Generic.KeyValuePair`2,System.Collections.Generic.KeyValuePair`2) + int System.Text.RegularExpressions.RegexCharClass/<>c:b__141_1 (System.Collections.Generic.KeyValuePair`2,System.Collections.Generic.KeyValuePair`2) int System.Text.RegularExpressions.RegexNode:ChildCount () int System.Text.RegularExpressions.RegexNode:ComputeMinLength () int System.Text.RegularExpressions.RegexParser:CaptureSlotFromName (string) @@ -1314,7 +1316,6 @@ Methods: int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxByteCount (int) int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxCharCount (int) int System.Threading.LowLevelLifoSemaphore:TimedWaitInternal (intptr,int) - int System.Threading.PortableThreadPool/CpuUtilizationReader:get_CurrentUtilization () int System.Threading.PortableThreadPool/GateThread:GetRunningStateForNumRuns (int) int System.Threading.SemaphoreSlim:Release () int System.Threading.SemaphoreSlim:Release (int) @@ -1370,14 +1371,15 @@ Methods: Interop/Error System.Private.CoreLib.Interop/Sys:ConvertErrorPlatformToPal (int) Interop/ErrorInfo System.Private.CoreLib.Interop/Sys:GetLastErrorInfo () Interop/Globalization/ResultCode System.Globalization.CalendarData/<>c:b__33_0 (System.Span`1,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType) - Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|1_0 (void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|1_0 (uint16*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|10_0 (byte*,intptr*) - Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|41_0 (void*,void*,Interop/Globalization/TimeZoneDisplayNameType,char*,int) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|41_0 (uint16*,uint16*,Interop/Globalization/TimeZoneDisplayNameType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetCalendarInfo (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetSortHandle (string,intptr&) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetTimeZoneDisplayName (string,string,Interop/Globalization/TimeZoneDisplayNameType,char*,int) Interop/Globalization/ResultCode System.TimeZoneInfo/<>c:b__179_0 (System.Span`1,string,string,Interop/Globalization/TimeZoneDisplayNameType) Interop/Sys/OpenFlags Microsoft.Win32.SafeHandles.SafeFileHandle:PreOpenConfigurationFromOptions (System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions) + intptr Android.Runtime.CharSequence:ToLocalJniHandle (Java.Lang.ICharSequence) intptr Android.Runtime.InputStreamAdapter:ToLocalJniHandle (System.IO.Stream) intptr Android.Runtime.JavaDictionary:GetKeys () intptr Android.Runtime.JavaDictionary`2/<>c__DisplayClass4_0:b__0 (intptr) @@ -1414,7 +1416,7 @@ Methods: intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue[]) intptr Android.Runtime.JNIEnv:StartCreateInstance (string,string,Android.Runtime.JValue*) intptr Android.Runtime.JNIEnv:ToLocalJniHandle (Android.Runtime.IJavaObject) - intptr Android.Runtime.JNIEnv/<>c:b__156_9 (System.Array) + intptr Android.Runtime.JNIEnv/<>c:b__157_9 (System.Array) intptr Android.Runtime.JNIEnv/<>c:b__29_0 (intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLL_L (_JniMarshal_PPLL_L,intptr,intptr,intptr,intptr) intptr Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLL_L (_JniMarshal_PPLLL_L,intptr,intptr,intptr,intptr,intptr) @@ -1464,7 +1466,7 @@ Methods: intptr System.Array:GetFlattenedIndex (int) intptr System.Globalization.CompareInfo/SortHandleCache:GetCachedSortHandle (string) intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|0_0 (byte*) - intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|83_0 (byte*,Interop/Sys/OpenFlags,int) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|86_0 (byte*,Interop/Sys/OpenFlags,int) intptr System.Private.CoreLib.Interop/Sys:GetEnv (string) intptr System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Create () intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (System.Runtime.CompilerServices.QCallAssembly,string,int&,System.Runtime.CompilerServices.ObjectHandleOnStack) @@ -1579,7 +1581,7 @@ Methods: Java.Net.URL Java.Net.URLConnection:get_URL () Java.Net.URLConnection Java.Net.URL:OpenConnection () Java.Security.KeyStore Java.Security.KeyStore:GetInstance (string) - Java.Security.KeyStore Xamarin.Android.Net.AndroidMessageHandler:g__InitializeKeyStore|149_0 (bool&) + Java.Security.KeyStore Xamarin.Android.Net.AndroidMessageHandler:g__InitializeKeyStore|153_0 (bool&) Java.Security.KeyStore Xamarin.Android.Net.AndroidMessageHandler:ConfigureKeyStore (Java.Security.KeyStore) Java.Util.IIterator Android.Runtime.JavaList:Iterator () Java.Util.IIterator Android.Runtime.JavaSet:Iterator () @@ -1591,9 +1593,9 @@ Methods: long Java.Interop.JniPeerMembers/JniStaticMethods:InvokeInt64Method (string,Java.Interop.JniArgumentValue*) long Java.Interop.NativeMethods:java_interop_jnienv_call_static_long_method_a (intptr,intptr&,intptr,intptr,intptr) long Microsoft.AspNetCore.Components.WebView.ArrayBuilderMemoryStream:get_Position () - long Microsoft.JSInterop.DotNetObjectReference`1:get_ObjectId () long Microsoft.JSInterop.JSRuntime:TrackObjectReference (Microsoft.JSInterop.DotNetObjectReference`1) long Microsoft.Maui.PlatformInterop:MeasureAndGetWidthAndHeight (Android.Views.View,int,int) + long System.BitConverter:DoubleToInt64Bits (double) long System.Diagnostics.Stopwatch:GetTimestamp () long System.Diagnostics.Stopwatch:QueryPerformanceCounter () long System.Environment:get_TickCount64 () @@ -1742,6 +1744,8 @@ Methods: Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestEntry Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestEntry:get_Parent () Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestEntry Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestParser:BuildEntry (System.Xml.Linq.XElement) Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestRootDirectory Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestDirectory:CreateRootDirectory (Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestEntry[]) + Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestSinkDirectory[] System.GC:AllocateArray (int,bool) + Microsoft.Extensions.FileProviders.Embedded.Manifest.ManifestSinkDirectory[] System.GC:AllocateUninitializedArray (int,bool) Microsoft.Extensions.FileProviders.IFileInfo Microsoft.AspNetCore.Components.WebView.Maui.AndroidMauiAssetFileProvider:GetFileInfo (string) Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider:GetFileInfo (string) Microsoft.Extensions.FileProviders.IFileProvider Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView:CreateFileProvider (string) @@ -1752,8 +1756,8 @@ Methods: Microsoft.Extensions.Logging.LoggerFactoryOptions Microsoft.Extensions.Options.OptionsFactory`1:Create (string) Microsoft.Extensions.Logging.LoggerFactoryOptions Microsoft.Extensions.Options.OptionsFactory`1:CreateInstance (string) Microsoft.Extensions.Logging.LoggerFactoryOptions Microsoft.Extensions.Options.UnnamedOptionsManager`1:get_Value () - Microsoft.Extensions.Logging.LoggerFilterOptions Microsoft.Extensions.Options.OptionsCache`1:GetOrAdd (string,System.Func`1) - Microsoft.Extensions.Logging.LoggerFilterOptions Microsoft.Extensions.Options.OptionsMonitor`1/<>c__DisplayClass10_0:b__0 () + Microsoft.Extensions.Logging.LoggerFilterOptions Microsoft.Extensions.Options.OptionsCache`1:GetOrAdd (string,System.Func`3, Microsoft.Extensions.Logging.LoggerFilterOptions>,Microsoft.Extensions.Options.IOptionsFactory`1) + Microsoft.Extensions.Logging.LoggerFilterOptions Microsoft.Extensions.Options.OptionsMonitor`1/<>c:b__10_0 (string,Microsoft.Extensions.Options.IOptionsFactory`1) Microsoft.Extensions.Logging.LoggerFilterOptions Microsoft.Extensions.Options.OptionsMonitor`1:Get (string) Microsoft.Extensions.Logging.LoggerFilterOptions Microsoft.Extensions.Options.OptionsMonitor`1:get_CurrentValue () Microsoft.Extensions.Logging.LoggerInformation[] Microsoft.Extensions.Logging.LoggerFactory:CreateLoggers (string) @@ -1769,7 +1773,6 @@ Methods: Microsoft.JSInterop.Infrastructure.TaskGenericsUtil/ITcsResultSetter Microsoft.JSInterop.Infrastructure.TaskGenericsUtil/<>c:b__12_0 (System.Type) Microsoft.JSInterop.JSCallResultType Microsoft.JSInterop.JSCallResultTypeHelper:FromGeneric () Microsoft.JSInterop.JSCallResultType[] System.Enum:GetValues () - Microsoft.JSInterop.JSRuntime Microsoft.JSInterop.DotNetObjectReference`1:get_JSRuntime () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfo:get_RequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:get_RequestedTheme () Microsoft.Maui.ApplicationModel.AppTheme Microsoft.Maui.ApplicationModel.AppInfoImplementation:GetRequestedTheme () @@ -1867,8 +1870,6 @@ Methods: Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.VisualElement:get_FlowDirection () Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_FlowDirection () Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.Window:get_FlowDirection () - Microsoft.Maui.FlowDirection Microsoft.Maui.Handlers.LayoutHandler:GetLayoutFlowDirection (Microsoft.Maui.FlowDirection) - Microsoft.Maui.FlowDirection Microsoft.Maui.IViewExtensions:GetEffectiveFlowDirection (Microsoft.Maui.IView) Microsoft.Maui.FlowDirection Microsoft.Maui.MauiContextExtensions:GetFlowDirection (Microsoft.Maui.IMauiContext) Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.KnownColor:get_Default () Microsoft.Maui.Graphics.Color Microsoft.Maui.Controls.SolidColorBrush:get_Color () @@ -1884,7 +1885,7 @@ Methods: Microsoft.Maui.Graphics.Paint Microsoft.Maui.Controls.Page:Microsoft.Maui.IView.get_Background () Microsoft.Maui.Graphics.Paint Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Background () Microsoft.Maui.Graphics.Platform.PlatformCanvasState Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:CreateNew (object) - Microsoft.Maui.Graphics.Point Microsoft.Maui.Graphics.Rect:get_Location () + Microsoft.Maui.Graphics.Point Microsoft.Maui.VisualDiagnosticsOverlay:GenerateAdornerOffset (Android.Views.View) Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Bounds () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Frame () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Graphics.Rect:FromLTRB (double,double,double,double) @@ -1931,7 +1932,6 @@ Methods: Microsoft.Maui.Hosting.MauiAppBuilder Microsoft.Maui.LifecycleEvents.MauiAppHostBuilderExtensions:ConfigureLifecycleEvents (Microsoft.Maui.Hosting.MauiAppBuilder,System.Action`1) Microsoft.Maui.IContentView Microsoft.Maui.Handlers.ContentViewHandler:Microsoft.Maui.Handlers.IContentViewHandler.get_VirtualView () Microsoft.Maui.IContentView Microsoft.Maui.Handlers.ViewHandler`2:get_VirtualView () - Microsoft.Maui.IElement Microsoft.Maui.Controls.Element:Microsoft.Maui.IElement.get_Parent () Microsoft.Maui.IElement Microsoft.Maui.Handlers.ElementHandler`2:Microsoft.Maui.IElementHandler.get_VirtualView () Microsoft.Maui.IElement Microsoft.Maui.Handlers.ViewHandler`2:Microsoft.Maui.IElementHandler.get_VirtualView () Microsoft.Maui.IElementHandler Microsoft.Maui.Controls.Element:get_Handler () @@ -2004,6 +2004,8 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.Page:Microsoft.Maui.Controls.IPaddingElement.PaddingDefaultValueCreator () Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () + Microsoft.Maui.ToolTip Microsoft.Maui.Controls.Element:Microsoft.Maui.IToolTipElement.get_ToolTip () + Microsoft.Maui.ToolTip Microsoft.Maui.Controls.ToolTipProperties:GetToolTip (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int,System.Func`4) Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,long,System.IO.UnixFileMode,long&,System.IO.UnixFileMode&,System.Func`4) @@ -2015,12 +2017,12 @@ Methods: Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitSubsystem:NewHandle (System.Threading.WaitSubsystem/WaitableObject) Mono.MonoAssemblyName* System.Reflection.AssemblyName:GetNativeName (intptr) object Android.Runtime.AndroidEnvironment:GetHttpMessageHandler () - object Android.Runtime.JNIEnv/<>c:b__107_8 (System.Type,intptr,int) - object Android.Runtime.JNIEnv/<>c:b__107_9 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__108_8 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__108_9 (System.Type,intptr,int) object Java.Interop.JavaConvert/<>c:<.cctor>b__20_9 (intptr,Android.Runtime.JniHandleOwnership) object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership) object Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:KeyValue (Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame&) - object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/<>c:b__16_1 (System.Type) + object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/<>c:b__16_0 (System.Type) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver:Resolve (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver:VisitCache (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.RuntimeResolverContext,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope,Microsoft.Extensions.DependencyInjection.ServiceLookup.RuntimeResolverLock) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver:VisitConstant (Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstantCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.RuntimeResolverContext) @@ -2040,12 +2042,13 @@ Methods: object Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:VisitConstant (Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstantCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext) object Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:VisitConstructor (Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstructorCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext) object Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:VisitFactory (Microsoft.Extensions.DependencyInjection.ServiceLookup.FactoryCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext) + object Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:VisitRootCache (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite,Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext) object Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope:CaptureDisposable (object) object Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope:GetService (System.Type) object Microsoft.Extensions.DependencyInjection.ServiceProvider:GetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceProvider:GetService (System.Type) - object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c__DisplayClass23_0:b__1 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) - object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c:b__23_0 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) + object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c__DisplayClass25_0:b__1 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) + object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c:b__25_0 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider,System.Type) object Microsoft.Maui.Controls.BindableObject:get_BindingContext () object Microsoft.Maui.Controls.BindableObject:GetValue (Microsoft.Maui.Controls.BindableProperty) @@ -2128,7 +2131,7 @@ Methods: object System.Text.Json.JsonSerializer:Deserialize (System.ReadOnlySpan`1,System.Type,System.Text.Json.JsonSerializerOptions) object System.Text.Json.JsonSerializer:Deserialize (System.Text.Json.Utf8JsonReader&,System.Type,System.Text.Json.JsonSerializerOptions) object System.Text.Json.JsonSerializer:Read (System.Text.Json.Utf8JsonReader&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - object System.Text.Json.JsonSerializer:ReadCore (System.Text.Json.Serialization.JsonConverter,System.Text.Json.Utf8JsonReader&,System.Text.Json.JsonSerializerOptions,System.Text.Json.ReadStack&) + object System.Text.Json.JsonSerializer:ReadCore (System.Text.Json.Utf8JsonReader&,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.ReadStack&) object System.Text.Json.JsonSerializer:ReadFromSpan (System.ReadOnlySpan`1,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Nullable`1) object System.Text.Json.JsonSerializer:ReadFromSpan (System.ReadOnlySpan`1,System.Text.Json.Serialization.Metadata.JsonTypeInfo) object System.Threading.PortableThreadPool:CreateThreadLocalCompletionCountObject () @@ -2156,8 +2159,11 @@ Methods: single Java.Interop.JniEnvironment/InstanceFields:GetFloatField (Java.Interop.JniObjectReference,Java.Interop.JniFieldInfo) single Java.Interop.JniPeerMembers/JniInstanceFields:GetSingleValue (string,Java.Interop.IJavaPeerable) single Java.Interop.NativeMethods:java_interop_jnienv_get_float_field (intptr,intptr,intptr) + single Microsoft.Maui.Graphics.RectF:get_Height () + single Microsoft.Maui.Graphics.RectF:get_Width () single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,double) single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Views.View,double) + single System.Numerics.Matrix3x2:GetDeterminant () string Android.Content.ContextWrapper:get_PackageName () string Android.Content.Res.TypedArray:GetString (int) string Android.Net.UriInvoker:ToString () @@ -2192,7 +2198,7 @@ Methods: string Microsoft.AspNetCore.Components.NavigationManager:NormalizeBaseUri (string) string Microsoft.AspNetCore.Components.NavigationManager:ToBaseRelativePath (string) string Microsoft.AspNetCore.Components.Routing.NavLink:CombineWithSpace (string,string) - string Microsoft.AspNetCore.Components.Routing.Router:StringUntilAny (string,char[]) + string Microsoft.AspNetCore.Components.Routing.Router:TrimQueryOrHash (string) string Microsoft.AspNetCore.Components.WebView.FileExtensionContentTypeProvider:GetExtension (string) string Microsoft.AspNetCore.Components.WebView.IpcCommon:Serialize (Microsoft.AspNetCore.Components.WebView.IpcCommon/OutgoingMessageType,object[]) string Microsoft.AspNetCore.Components.WebView.IpcCommon:Serialize (string,object[]) @@ -2315,8 +2321,7 @@ Methods: string System.Resources.RuntimeResourceSet:GetString (string,bool) string System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () string System.Runtime.InteropServices.Marshal:PtrToStringUTF8 (intptr) - string System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:ToManaged () - string System.RuntimeType:get_AssemblyQualifiedName () + string System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:ConvertToManaged (byte*) string System.RuntimeType:get_FullName () string System.RuntimeType:get_Name () string System.RuntimeType:getFullName (bool,bool) @@ -2352,7 +2357,6 @@ Methods: string System.String:TrimWhiteSpaceHelper (System.Text.TrimType) string System.StringExtensions:SubstringTrim (string,int,int) string System.Text.Encoding:get_WebName () - string System.Text.Encoding:GetString (byte*,int) string System.Text.Encoding:GetString (System.ReadOnlySpan`1) string System.Text.EncodingTable:GetDisplayName (int,int) string System.Text.Json.JsonDocument:GetString (int,System.Text.Json.JsonTokenType) @@ -2360,9 +2364,10 @@ Methods: string System.Text.Json.JsonReaderHelper:GetTextFromUtf8 (System.ReadOnlySpan`1) string System.Text.Json.JsonReaderHelper:TranscodeHelper (System.ReadOnlySpan`1) string System.Text.Json.JsonSerializer:Serialize (object[],System.Text.Json.JsonSerializerOptions) - string System.Text.Json.JsonSerializer:WriteStringUsingSerializer (object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) + string System.Text.Json.JsonSerializer:WriteString (object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo`1) + string System.Text.Json.Serialization.Converters.EnumConverter`1:FormatJsonName (string,System.Text.Json.JsonNamingPolicy) string System.Text.RegularExpressions.RegexCharClass:ToStringClass () - string System.Text.RegularExpressions.RegexCharClass/<>c:b__140_2 (System.Collections.Generic.KeyValuePair`2) + string System.Text.RegularExpressions.RegexCharClass/<>c:b__141_2 (System.Collections.Generic.KeyValuePair`2) string System.Text.RegularExpressions.RegexParser:ScanCapname () string System.Text.StringBuilder:ToString () string System.Text.StringBuilderCache:GetStringAndRelease (System.Text.StringBuilder) @@ -2419,8 +2424,6 @@ Methods: string[] System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Rent (int) string[] System.Enum:GetNames () string[] System.Enum:InternalGetNames (System.RuntimeType) - string[] System.GC:AllocateArray (int,bool) - string[] System.GC:AllocateUninitializedArray (int,bool) string[] System.Globalization.CultureData:AbbreviatedDayNames (System.Globalization.CalendarId) string[] System.Globalization.CultureData:AbbreviatedMonthNames (System.Globalization.CalendarId) string[] System.Globalization.CultureData:get_LongTimes () @@ -2438,34 +2441,31 @@ Methods: string[] System.Globalization.DateTimeFormatInfo:InternalGetAbbreviatedMonthNamesCore () string[] System.Net.Http.Headers.HttpHeaders:GetStoreValuesAsStringArray (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) string[] System.ReadOnlySpan`1:ToArray () + string[] System.String:CreateSplitArrayOfThisAsSoleValue (System.StringSplitOptions,int) string[] System.String:Split (char,System.StringSplitOptions) - string[] System.String:Split (char[],System.StringSplitOptions) string[] System.String:SplitInternal (System.ReadOnlySpan`1,int,System.StringSplitOptions) string[] System.String:SplitWithoutPostProcessing (System.ReadOnlySpan`1,System.ReadOnlySpan`1,int,int) string[] System.Text.RegularExpressions.RegexCharClass:PopulateCategoryIdToName () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__16`1>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:get_MoveNextAction () - System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:get_MoveNextAction () - System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__61>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__71>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__15>:get_MoveNextAction () - System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass11_0/<g__AwaitAndNotify|0>d>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass13_0/<g__AwaitAndNotify|0>d>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:get_MoveNextAction () System.Action`2 Microsoft.Maui.PropertyMapper:GetProperty (string) System.Action`2 Microsoft.AspNetCore.Components.ComponentFactory:CreateInitializer (System.Type) System.Action`3 Microsoft.Maui.CommandMapper:GetCommand (string) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) - System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) - System.Action`4 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) System.Action`5 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) - System.Action`5 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string) System.Action`6 Microsoft.Extensions.Logging.LoggerMessage:Define (Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,string,Microsoft.Extensions.Logging.LogDefineOptions) System.AppDomain System.AppDomain:get_CurrentDomain () System.Array Android.Runtime.JNIEnv:_GetArray (intptr,System.Type) System.Array Android.Runtime.JNIEnv:GetArray (intptr,Android.Runtime.JniHandleOwnership,System.Type) - System.Array Android.Runtime.JNIEnv/<>c:b__133_1 (System.Type,intptr,int) - System.Array Android.Runtime.JNIEnv/<>c:b__133_12 (System.Type,intptr,int) + System.Array Android.Runtime.JNIEnv/<>c:b__134_1 (System.Type,intptr,int) + System.Array Android.Runtime.JNIEnv/<>c:b__134_12 (System.Type,intptr,int) System.Array System.Array:CreateInstance (System.Type,int) System.Array System.Array:InternalCreate (System.RuntimeType,int,int*,int*) System.Array System.Enum:GetValues (System.Type) @@ -2489,6 +2489,7 @@ Methods: System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1:get_Shared () System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1:get_Shared () System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1:get_Shared () + System.Buffers.OperationStatus System.Buffers.Text.Base64:EncodeToUtf8 (System.ReadOnlySpan`1,System.Span`1,int&,int&,bool) System.Buffers.OperationStatus System.Text.Json.JsonWriterHelper:ToUtf8 (System.ReadOnlySpan`1,System.Span`1,int&,int&) System.Buffers.OperationStatus System.Text.Rune:DecodeFromUtf8 (System.ReadOnlySpan`1,System.Text.Rune&,int&) System.Buffers.OperationStatus System.Text.Unicode.Utf8Utility:TranscodeToUtf16 (byte*,int,char*,int,byte*&,char*&) @@ -2610,7 +2611,6 @@ Methods: System.Collections.Generic.IList`1 Android.Runtime.JavaDictionary`2>:get_Item (string) System.Collections.Generic.IList`1 Android.Runtime.JavaList`1:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) System.Collections.Generic.IReadOnlyCollection`1 Microsoft.Maui.PropertyMapper:get_UpdateKeys () - System.Collections.Generic.IReadOnlyDictionary`2 Microsoft.AspNetCore.Components.Routing.RouteContext:get_Parameters () System.Collections.Generic.IReadOnlyList`1 Microsoft.AspNetCore.Components.CascadingParameterState:FindCascadingParameters (Microsoft.AspNetCore.Components.Rendering.ComponentState) System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Element:get_LogicalChildrenInternal () System.Collections.Generic.IReadOnlyList`1 Microsoft.Maui.Controls.Element:Microsoft.Maui.Controls.IElementController.get_LogicalChildren () @@ -2646,7 +2646,6 @@ Methods: System.Collections.IList System.Collections.SortedList/SyncSortedList:GetValueList () System.Collections.ObjectModel.ObservableCollection`1 Microsoft.Maui.Controls.Page:get_InternalChildren () System.Collections.SortedList System.Collections.SortedList:Synchronized (System.Collections.SortedList) - System.DateTime System.DateTime:Add (double,int) System.DateTime System.DateTime:AddMilliseconds (double) System.DateTime System.DateTime:AddTicks (long) System.DateTime System.DateTime:FromFileTimeUtc (long) @@ -2669,6 +2668,7 @@ Methods: System.DateTimeOffset System.DateTimeOffset:FromUnixTimeSeconds (long) System.DateTimeOffset System.DateTimeOffset:get_UtcNow () System.DateTimeOffset System.DateTimeOffset:op_Implicit (System.DateTime) + System.DateTimeOffset System.IO.FileStatus:GetLastWriteTime (Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlySpan`1,bool) System.DateTimeOffset System.IO.FileStatus:GetLastWriteTime (System.ReadOnlySpan`1,bool) System.DateTimeOffset System.IO.FileSystem:GetLastWriteTime (string) System.Delegate Android.App.Activity:GetOnActivityResult_IILandroid_content_Intent_Handler () @@ -2744,7 +2744,6 @@ Methods: System.Delegate System.Delegate:CreateDelegate_internal (System.Runtime.CompilerServices.QCallTypeHandle,object,System.Reflection.MethodInfo,bool) System.Delegate System.Delegate:Remove (System.Delegate,System.Delegate) System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) - System.Delegate System.MulticastDelegate:RemoveImpl (System.Delegate) System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type,object) System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type) System.Delegate System.Reflection.RuntimeMethodInfo:CreateDelegate (System.Type,object) @@ -2777,6 +2776,7 @@ Methods: System.Globalization.CalendarData System.Globalization.CultureData:GetCalendar (System.Globalization.CalendarId) System.Globalization.CalendarId System.Globalization.GregorianCalendar:get_ID () System.Globalization.CalendarId[] System.Globalization.CultureData:get_CalendarIds () + System.Globalization.CalendarId& System.Runtime.InteropServices.Marshalling.ArrayMarshaller`2/ManagedToUnmanagedIn:GetPinnableReference (System.Globalization.CalendarId[]) System.Globalization.CompareInfo System.Globalization.CultureInfo:get_CompareInfo () System.Globalization.CultureData System.Globalization.CultureData:CreateCultureData (string,bool) System.Globalization.CultureData System.Globalization.CultureData:CreateCultureWithInvariantData () @@ -2838,8 +2838,8 @@ Methods: System.IServiceProvider Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope:get_ServiceProvider () System.IServiceProvider Microsoft.Maui.Handlers.ElementHandler:get_Services () System.IServiceProvider Microsoft.Maui.MauiContext:get_Services () - System.Lazy`1 Microsoft.Extensions.Options.OptionsCache`1/<>c:b__2_0 (string,System.Func`1) - System.Lazy`1 System.Collections.Concurrent.ConcurrentDictionary`2>:GetOrAdd (string,System.Func`3, System.Lazy`1>,System.Func`1) + System.Lazy`1 Microsoft.Extensions.Options.OptionsCache`1/<>c__3`1>:b__3_0 (string,System.ValueTuple`2, Microsoft.Extensions.Logging.LoggerFilterOptions>, Microsoft.Extensions.Options.IOptionsFactory`1>) + System.Lazy`1 System.Collections.Concurrent.ConcurrentDictionary`2>:GetOrAdd (string,System.Func`3, Microsoft.Extensions.Logging.LoggerFilterOptions>, Microsoft.Extensions.Options.IOptionsFactory`1>, System.Lazy`1>,System.ValueTuple`2, Microsoft.Extensions.Logging.LoggerFilterOptions>, Microsoft.Extensions.Options.IOptionsFactory`1>) System.LazyHelper System.LazyHelper:Create (System.Threading.LazyThreadSafetyMode,bool) System.Memory`1 System.MemoryExtensions:AsMemory (byte[],int,int) System.Memory`1 System.MemoryExtensions:AsMemory (byte[],int) @@ -2872,7 +2872,7 @@ Methods: System.Net.Http.HttpRequestMessage System.Net.Http.HttpClient:CreateRequestMessage (System.Net.Http.HttpMethod,System.Uri) System.Net.Http.HttpResponseMessage System.Net.Http.HttpResponseMessage:EnsureSuccessStatusCode () System.Net.HttpStatusCode System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () - System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass128_0:b__2 () + System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass132_0:b__2 () System.Nullable`1 System.Nullable`1:Unbox (object) System.Nullable`1 Android.Runtime.AndroidTypeManager:GetReplacementMethodInfoCore (string,string,string) System.Nullable`1 Java.Interop.JniRuntime/JniTypeManager:GetReplacementMethodInfo (string,string,string) @@ -2887,12 +2887,15 @@ Methods: System.Number/ParsingStatus System.Number:TryParseInt64IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,long&) System.Number/ParsingStatus System.Number:TryParseUInt32HexNumberStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,uint&) System.Number/ParsingStatus System.Number:TryParseUInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint&) + System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:CreateScale (single,single) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:get_Identity () + System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:op_Multiply (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) System.ParsingError System.Uri:CheckSchemeSyntax (System.ReadOnlySpan`1,System.UriParser&) System.ParsingError System.Uri:ParseScheme (string,System.Uri/Flags&,System.UriParser&) System.ParsingError System.Uri:PrivateParseMinimal () System.ReadOnlyMemory`1 System.Text.Json.PooledByteBufferWriter:get_WrittenMemory () System.ReadOnlySpan`1 System.Globalization.CompareInfo:get_HighCharTable () + System.ReadOnlySpan`1 System.Buffers.Text.Base64:get_EncodingMap () System.ReadOnlySpan`1 System.Char:get_Latin1CharInfo () System.ReadOnlySpan`1 System.Globalization.IcuLocaleData:get_CultureNames () System.ReadOnlySpan`1 System.Globalization.IcuLocaleData:get_LocalesNamesIndexes () @@ -3064,19 +3067,17 @@ Methods: System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1:ConfigureAwait (bool) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.JSInterop.JSRuntime/d__16`1&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/<g__Core|83_0>d&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__128&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__119&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__132&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__123&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (CommonMethods/d__0&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/d__41&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__66&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__61&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__71&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__66&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.Routing.FocusOnNavigate/d__15&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass11_0/<g__AwaitAndNotify|0>d&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass13_0/<g__AwaitAndNotify|0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.JSInterop.JSRuntimeExtensions/d__0&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__68&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|27_0>d&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpContent/d__63&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.StreamToStreamCopy/<g__DisposeSourceAsync|1_0>d&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1:GetAwaiter () System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo:Capture (System.Exception) System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle:Alloc (object,System.Runtime.InteropServices.GCHandleType) @@ -3158,18 +3159,12 @@ Methods: System.Text.Json.JsonPropertyDictionary`1 System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreatePropertyCache (int) System.Text.Json.JsonReaderOptions System.Text.Json.JsonSerializerOptions:GetReaderOptions () System.Text.Json.JsonReaderState System.Text.Json.Utf8JsonReader:get_CurrentState () - System.Text.Json.JsonSerializerOptions System.Text.Json.JsonSerializerOptions:CreateDefaultImmutableInstance () - System.Text.Json.JsonSerializerOptions System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_Options () + System.Text.Json.JsonSerializerOptions/CachingContext System.Text.Json.JsonSerializerOptions:GetCachingContext () System.Text.Json.JsonSerializerOptions/CachingContext System.Text.Json.JsonSerializerOptions/TrackedCachingContexts:GetOrCreate (System.Text.Json.JsonSerializerOptions) - System.Text.Json.JsonTokenType System.Text.Json.JsonDocument:GetJsonTokenType (int) - System.Text.Json.JsonTokenType System.Text.Json.JsonDocument/MetadataDb:GetJsonTokenType (int) - System.Text.Json.JsonTokenType System.Text.Json.JsonElement:get_TokenType () System.Text.Json.JsonWriterOptions System.Text.Json.JsonSerializerOptions:GetWriterOptions () System.Text.Json.Serialization.JsonConverter Microsoft.JSInterop.Infrastructure.DotNetObjectReferenceJsonConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:ExpandFactoryConverter (System.Text.Json.Serialization.JsonConverter,System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterForType (System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromOptions (System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromOptionsOrReflectionConverter (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:ExpandConverterFactory (System.Text.Json.Serialization.JsonConverter,System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.JsonSerializerOptions:GetConverterFromList (System.Type) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.ConfigurationList`1:get_Item (int) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:Create (System.Type,System.Text.Json.Serialization.Converters.EnumConverterOptions,System.Text.Json.JsonNamingPolicy,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.EnumConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) @@ -3177,21 +3172,20 @@ Methods: System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Converters.ObjectConverterFactory:CreateConverter (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.JsonConverter:ResolvePolymorphicConverter (object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions,System.Text.Json.WriteStack&) System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.JsonConverterFactory:GetConverterInternal (System.Type,System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetDefaultConverter (System.Type) - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () - System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:get_EffectiveConverter () - System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStack:Initialize (System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool,bool) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetBuiltInConverter (System.Type) + System.Text.Json.Serialization.JsonConverter System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetConverterForType (System.Type,System.Text.Json.JsonSerializerOptions,bool) System.Text.Json.Serialization.JsonConverter System.Text.Json.WriteStackFrame:InitializePolymorphicReEntry (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_BooleanConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ByteArrayConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ByteConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_CharConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_DoubleConverter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.JsonConverter`1:CreateCastingConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_Int32Converter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_Int16Converter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.JsonConverter`1:CreateCastingConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_Int64Converter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.JsonConverter`1:CreateCastingConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_ObjectConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_SByteConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_SingleConverter () @@ -3202,6 +3196,7 @@ Methods: System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_DecimalConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_GuidConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_JsonDocumentConverter () + System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.JsonConverter`1:CreateCastingConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_JsonElementConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_TimeOnlyConverter () System.Text.Json.Serialization.JsonConverter`1 System.Text.Json.Serialization.Metadata.JsonMetadataServices:get_TimeSpanConverter () @@ -3220,26 +3215,29 @@ Methods: System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () System.Text.Json.Serialization.Metadata.JsonPropertyInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:CreatePropertyInfoForTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.CachingContext/<>c__DisplayClass7_0:b__0 (System.Type) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializer:GetTypeInfo (System.Text.Json.JsonSerializerOptions,System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetOrAddJsonTypeInfo (System.Type) - System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetTypeInfoInternal (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializer:ResolvePolymorphicTypeInfo (object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool&) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetTypeInfoInternal (System.Type,bool,bool) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions:GetTypeInfoNoCaching (System.Type) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.JsonSerializerOptions/CachingContext:GetOrAddJsonTypeInfo (System.Type) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.JsonConverter`1:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.JsonConverter`1:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.JsonConverter`1:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.JsonConverter`1:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateJsonTypeInfo (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:GetTypeInfo (System.Type,System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonPropertyInfo:get_JsonTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_ElementTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.WriteStack:PeekNestedJsonTypeInfo () System.Text.Json.Serialization.Metadata.JsonTypeInfo System.Text.Json.WriteStackFrame:GetNestedJsonTypeInfo () - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) - System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver:CreateReflectionJsonTypeInfo (System.Text.Json.JsonSerializerOptions) + System.Text.Json.Serialization.Metadata.JsonTypeInfo`1 System.Text.Json.JsonSerializer:GetTypeInfo (System.Text.Json.JsonSerializerOptions) System.Text.Json.Serialization.Metadata.JsonTypeInfoKind System.Text.Json.Serialization.Metadata.JsonTypeInfo:GetTypeInfoKind (System.Type,System.Text.Json.ConverterStrategy) System.Text.Json.Serialization.Metadata.MemberAccessor System.Text.Json.JsonSerializerOptions:get_MemberAccessorStrategy () System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:GetOrAdd (System.ValueTuple`3,System.Func`3, System.Func`2, System.Func`1>, System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry>>,System.Func`2, System.Func`1>) System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1/CacheEntry> System.Text.Json.Cache`1/<>c__6`1, System.Func`1>:b__6_0 (System.ValueTuple`3,System.Func`2, System.Func`1>) + System.Text.Json.Utf8JsonReader System.Text.Json.JsonSerializer:GetReaderScopedToNextValue (System.Text.Json.Utf8JsonReader&,System.Text.Json.ReadStack&) + System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonWriter:CreateEmptyInstanceForCaching () + System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonWriterCache:RentWriterAndBuffer (System.Text.Json.JsonSerializerOptions,System.Text.Json.PooledByteBufferWriter&) System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser:ScanCharClass (bool,bool) System.Text.RegularExpressions.RegexInterpreterCode System.Text.RegularExpressions.RegexWriter:EmitCode () System.Text.RegularExpressions.RegexInterpreterCode System.Text.RegularExpressions.RegexWriter:Write (System.Text.RegularExpressions.RegexTree) @@ -3299,7 +3297,7 @@ Methods: System.Threading.Tasks.Task Microsoft.AspNetCore.Components.LayoutComponentBase:SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.LayoutView:SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.Rendering.ComponentState:NotifyRenderCompletedAsync () - System.Threading.Tasks.Task Microsoft.AspNetCore.Components.RenderTree.Renderer:g__ProcessAsynchronousWork|43_0 () + System.Threading.Tasks.Task Microsoft.AspNetCore.Components.RenderTree.Renderer:g__ProcessAsynchronousWork|48_0 () System.Threading.Tasks.Task Microsoft.AspNetCore.Components.RenderTree.Renderer:GetErrorHandledTask (System.Threading.Tasks.Task,Microsoft.AspNetCore.Components.Rendering.ComponentState) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.RenderTree.Renderer:InvokeRenderCompletedCalls (Microsoft.AspNetCore.Components.RenderTree.ArrayRange`1,System.Threading.Tasks.Task) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.RenderTree.Renderer:InvokeRenderCompletedCallsAfterUpdateDisplayTask (System.Threading.Tasks.Task,int[]) @@ -3310,7 +3308,7 @@ Methods: System.Threading.Tasks.Task Microsoft.AspNetCore.Components.Routing.Router:Microsoft.AspNetCore.Components.IHandleAfterRender.OnAfterRenderAsync () System.Threading.Tasks.Task Microsoft.AspNetCore.Components.Routing.Router:SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.WebView.IpcReceiver:OnMessageReceivedAsync (Microsoft.AspNetCore.Components.WebView.PageContext,string) - System.Threading.Tasks.Task Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass11_0:g__AwaitAndNotify|0 () + System.Threading.Tasks.Task Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass13_0:g__AwaitAndNotify|0 () System.Threading.Tasks.Task Microsoft.AspNetCore.Components.WebView.Maui.MauiDispatcher:InvokeAsync (System.Action) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.WebView.Maui.MauiDispatcher:InvokeAsync (System.Func`1) System.Threading.Tasks.Task Microsoft.AspNetCore.Components.WebView.Maui.RootComponent:AddToWebViewManagerAsync (Microsoft.AspNetCore.Components.WebView.WebViewManager) @@ -3375,6 +3373,7 @@ Methods: System.Threading.Tasks.Task`1 System.Net.Http.HttpClientHandler:SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 System.Net.Http.HttpMessageInvoker:SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:DoProcessRequest (System.Net.Http.HttpRequestMessage,Java.Net.URL,Java.Net.HttpURLConnection,System.Threading.CancellationToken,Xamarin.Android.Net.AndroidMessageHandler/RequestRedirectionState) + System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:DoSendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:ProcessRequest (System.Net.Http.HttpRequestMessage,Java.Net.URL,Java.Net.HttpURLConnection,System.Threading.CancellationToken,Xamarin.Android.Net.AndroidMessageHandler/RequestRedirectionState) System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 System.Threading.Tasks.Task:Run (System.Func`1,System.Threading.CancellationToken) @@ -3472,8 +3471,10 @@ Methods: System.Type Android.Widget.LinearLayout:get_ThresholdType () System.Type AndroidX.AppCompat.App.AppCompatActivity:get_ThresholdType () System.Type AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:get_ThresholdType () + System.Type AndroidX.Fragment.App.FragmentContainerView:get_ThresholdType () System.Type AndroidX.Fragment.App.FragmentManagerInvoker:get_ThresholdType () System.Type AndroidX.Fragment.App.FragmentTransactionInvoker:get_ThresholdType () + System.Type Google.Android.Material.AppBar.AppBarLayout:get_ThresholdType () System.Type Java.Interop.JavaObjectExtensions:GetInvokerType (System.Type) System.Type Java.Interop.JniRuntime/JniTypeManager:GetUnderlyingType (System.Type,int&) System.Type Java.Interop.TypeManager:GetJavaToManagedType (string) @@ -3484,7 +3485,6 @@ Methods: System.Type Java.Net.URL:get_ThresholdType () System.Type Javax.Net.Ssl.HttpsURLConnectionInvoker:get_ThresholdType () System.Type Microsoft.AspNetCore.Components.LayoutView:GetParentLayoutType (System.Type) - System.Type Microsoft.AspNetCore.Components.Routing.RouteContext:get_Handler () System.Type Microsoft.Extensions.DependencyInjection.ServiceDescriptor:GetImplementationType () System.Type Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstantCallSite:get_ServiceType () System.Type Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstructorCallSite:get_ImplementationType () @@ -3521,7 +3521,6 @@ Methods: System.Type System.RuntimeType:MakeByRefType () System.Type System.RuntimeType:MakeGenericType (System.Type[]) System.Type System.RuntimeTypeHandle:GetGenericTypeDefinition (System.RuntimeType) - System.Type System.Text.Json.JsonSerializer:GetRuntimeType (object[]&) System.Type System.Text.Json.Reflection.ReflectionExtensions:GetCompatibleGenericBaseClass (System.Type,System.Type,bool) System.Type System.Text.Json.Reflection.ReflectionExtensions:GetCompatibleGenericInterface (System.Type,System.Type) System.Type System.Text.Json.Serialization.Converters.EnumConverterFactory:GetEnumConverterType (System.Type) @@ -3553,7 +3552,6 @@ Methods: System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonConverter`1:get_TypeToConvert () System.Type System.Text.Json.Serialization.JsonObjectConverter`1:get_ElementType () - System.Type System.Text.Json.Serialization.Metadata.JsonTypeInfo:get_Type () System.Type System.Type:GetRootElementType () System.Type System.Type:GetType (string,bool) System.Type System.Type:GetType (string) @@ -3653,42 +3651,25 @@ Methods: void Android.App.Application:.cctor () void Android.App.Application:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.App.Application:n_OnCreate (intptr,intptr) - void Android.App.Application:n_OnTrimMemory_I (intptr,intptr,int) void Android.App.Application:OnCreate () - void Android.App.Application:OnTrimMemory (Android.Content.TrimMemory) void Android.App.Application:RegisterActivityLifecycleCallbacks (Android.App.Application/IActivityLifecycleCallbacks) void Android.App.Application/IActivityLifecycleCallbacks:.cctor () void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostCreated_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostPaused_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostResumed_Landroid_app_Activity_ (intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostSaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostStarted_Landroid_app_Activity_ (intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPostStopped_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreCreated_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPrePaused_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreResumed_Landroid_app_Activity_ (intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreSaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreStarted_Landroid_app_Activity_ (intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacks:n_OnActivityPreStopped_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostCreated (Android.App.Activity,Android.OS.Bundle) - void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostPaused (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostResumed (Android.App.Activity) - void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostSaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostStarted (Android.App.Activity) - void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPostStopped (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreCreated (Android.App.Activity,Android.OS.Bundle) - void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPrePaused (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreResumed (Android.App.Activity) - void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreSaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreStarted (Android.App.Activity) - void Android.App.Application/IActivityLifecycleCallbacks:OnActivityPreStopped (Android.App.Activity) void Android.App.Application/IActivityLifecycleCallbacksInvoker:.cctor () void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityCreated_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityPaused_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityResumed_Landroid_app_Activity_ (intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivitySaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_ (intptr,intptr,intptr,intptr) void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityStarted_Landroid_app_Activity_ (intptr,intptr,intptr) - void Android.App.Application/IActivityLifecycleCallbacksInvoker:n_OnActivityStopped_Landroid_app_Activity_ (intptr,intptr,intptr) void Android.App.SyncContext:Post (System.Threading.SendOrPostCallback,object) void Android.App.SyncContext/<>c__DisplayClass2_0:b__0 () void Android.App.UiModeManager:.cctor () @@ -3739,10 +3720,13 @@ Methods: void Android.Graphics.Paint:set_AntiAlias (bool) void Android.Graphics.Paint:set_StrokeMiter (single) void Android.Graphics.Paint:set_StrokeWidth (single) + void Android.Graphics.Paint:set_TextSize (single) void Android.Graphics.Paint:SetARGB (int,int,int,int) void Android.Graphics.Paint:SetStyle (Android.Graphics.Paint/Style) void Android.Graphics.Paint/Style:.cctor () void Android.Graphics.Paint/Style:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Android.Graphics.Rect:.cctor () + void Android.Graphics.Rect:.ctor () void Android.Graphics.Typeface:.cctor () void Android.Graphics.Typeface:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Net.ConnectivityManager:.cctor () @@ -3757,11 +3741,7 @@ Methods: void Android.Net.Uri:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Net.UriInvoker:.cctor () void Android.Net.UriInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) - void Android.OS.BaseBundle:.cctor () - void Android.OS.BaseBundle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.OS.Build/VERSION:.cctor () - void Android.OS.Bundle:.cctor () - void Android.OS.Bundle:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.OS.Handler:.cctor () void Android.OS.Handler:.ctor (Android.OS.Looper) void Android.OS.Looper:.cctor () @@ -3826,14 +3806,16 @@ Methods: void Android.Runtime.JNIEnv:InvokeConstructor (intptr,string,Android.Runtime.JValue*) void Android.Runtime.JNIEnv:monodroid_free (intptr) void Android.Runtime.JNIEnv:RegisterJniNatives (intptr,int,intptr,intptr,int) + void Android.Runtime.JNIEnv:SetSynchronizationContext () void Android.Runtime.JNIEnv:WaitForBridgeProcessing () void Android.Runtime.JNIEnv/<>c:.cctor () void Android.Runtime.JNIEnv/<>c:.ctor () void Android.Runtime.JNINativeWrapper:get_runtime_types () void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PP_V (_JniMarshal_PP_V,intptr,intptr) - void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPI_V (_JniMarshal_PPI_V,intptr,intptr,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPII_V (_JniMarshal_PPII_V,intptr,intptr,int,int) + void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPIIII_V (_JniMarshal_PPIIII_V,intptr,intptr,int,int,int,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPL_V (_JniMarshal_PPL_V,intptr,intptr,intptr) + void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLIIIIIIII_V (_JniMarshal_PPLIIIIIIII_V,intptr,intptr,intptr,int,int,int,int,int,int,int,int) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLL_V (_JniMarshal_PPLL_V,intptr,intptr,intptr,intptr) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLLL_V (_JniMarshal_PPLLLL_V,intptr,intptr,intptr,intptr,intptr,intptr) void Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPZIIII_V (_JniMarshal_PPZIIII_V,intptr,intptr,bool,int,int,int,int) @@ -3872,9 +3854,13 @@ Methods: void Android.Views.View:AddOnLayoutChangeListener (Android.Views.View/IOnLayoutChangeListener) void Android.Views.View:BringToFront () void Android.Views.View:DispatchDraw (Android.Graphics.Canvas) + void Android.Views.View:GetWindowVisibleDisplayFrame (Android.Graphics.Rect) void Android.Views.View:Invalidate () void Android.Views.View:n_DispatchDraw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) + void Android.Views.View:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Views.View:n_OnMeasure_II (intptr,intptr,int,int) + void Android.Views.View:n_OnSizeChanged_IIII (intptr,intptr,int,int,int,int) + void Android.Views.View:OnSizeChanged (int,int,int,int) void Android.Views.View:remove_Touch (System.EventHandler`1) void Android.Views.View:set_LayoutDirection (Android.Views.LayoutDirection) void Android.Views.View:set_LayoutParameters (Android.Views.ViewGroup/LayoutParams) @@ -3889,9 +3875,12 @@ Methods: void Android.Views.View/IOnFocusChangeListenerImplementor:.ctor () void Android.Views.View/IOnFocusChangeListenerInvoker:.cctor () void Android.Views.View/IOnLayoutChangeListenerImplementor:.ctor () + void Android.Views.View/IOnLayoutChangeListenerImplementor:OnLayoutChange (Android.Views.View,int,int,int,int,int,int,int,int) void Android.Views.View/IOnLayoutChangeListenerInvoker:.cctor () + void Android.Views.View/IOnLayoutChangeListenerInvoker:n_OnLayoutChange_Landroid_view_View_IIIIIIII (intptr,intptr,intptr,int,int,int,int,int,int,int,int) void Android.Views.View/IOnTouchListenerImplementor:.ctor () void Android.Views.View/IOnTouchListenerInvoker:.cctor () + void Android.Views.View/LayoutChangeEventArgs:.ctor (int,int,int,int,int,int,int,int) void Android.Views.View/MeasureSpec:.cctor () void Android.Views.ViewGroup:.cctor () void Android.Views.ViewGroup:.ctor (Android.Content.Context) @@ -3958,10 +3947,14 @@ Methods: void Android.Widget.FrameLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Widget.LinearLayout:.cctor () void Android.Widget.LinearLayout:.ctor (Android.Content.Context) + void Android.Widget.LinearLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Activity.ComponentActivity:.cctor () void AndroidX.Activity.ComponentActivity:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.AppCompat.App.AppCompatActivity:.cctor () void AndroidX.AppCompat.App.AppCompatActivity:.ctor () + void AndroidX.AppCompat.Widget.TooltipCompat:.cctor () + void AndroidX.AppCompat.Widget.TooltipCompat:SetTooltipText (Android.Views.View,Java.Lang.ICharSequence) + void AndroidX.AppCompat.Widget.TooltipCompat:SetTooltipText (Android.Views.View,string) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.cctor () void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout/LayoutParams:.cctor () @@ -3983,6 +3976,8 @@ Methods: void AndroidX.Fragment.App.FragmentTransaction:.ctor (intptr,Android.Runtime.JniHandleOwnership) void AndroidX.Fragment.App.FragmentTransactionInvoker:.cctor () void AndroidX.Fragment.App.FragmentTransactionInvoker:.ctor (intptr,Android.Runtime.JniHandleOwnership) + void Google.Android.Material.AppBar.AppBarLayout:.cctor () + void Google.Android.Material.AppBar.AppBarLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Java.Interop.EventHelper:AddEventHandler (System.WeakReference&,System.Func`1,System.Action`1,System.Action`1) void Java.Interop.EventHelper:RemoveEventHandler (System.WeakReference&,System.Func`2,System.Action`1,System.Action`1) void Java.Interop.JavaConvert:.cctor () @@ -4165,6 +4160,7 @@ Methods: void Microsoft.AspNetCore.Components.ComponentBase:OnParametersSet () void Microsoft.AspNetCore.Components.ComponentBase:StateHasChanged () void Microsoft.AspNetCore.Components.ComponentBase/d__20:MoveNext () + void Microsoft.AspNetCore.Components.ComponentFactory:.cctor () void Microsoft.AspNetCore.Components.ComponentFactory:.ctor (Microsoft.AspNetCore.Components.IComponentActivator) void Microsoft.AspNetCore.Components.ComponentFactory:PerformPropertyInjection (System.IServiceProvider,Microsoft.AspNetCore.Components.IComponent) void Microsoft.AspNetCore.Components.ComponentFactory/<>c__DisplayClass7_0:g__Initialize|1 (System.IServiceProvider,Microsoft.AspNetCore.Components.IComponent) @@ -4186,6 +4182,8 @@ Methods: void Microsoft.AspNetCore.Components.EventCallback`1:.ctor (Microsoft.AspNetCore.Components.IHandleEvent,System.MulticastDelegate) void Microsoft.AspNetCore.Components.EventCallbackWorkItem:.cctor () void Microsoft.AspNetCore.Components.EventCallbackWorkItem:.ctor (System.MulticastDelegate) + void Microsoft.AspNetCore.Components.HotReload.HotReloadManager:.cctor () + void Microsoft.AspNetCore.Components.HotReload.HotReloadManager:.ctor () void Microsoft.AspNetCore.Components.JsonSerializerOptionsProvider:.cctor () void Microsoft.AspNetCore.Components.LayoutComponentBase:.ctor () void Microsoft.AspNetCore.Components.LayoutComponentBase:set_Body (Microsoft.AspNetCore.Components.RenderFragment) @@ -4198,6 +4196,8 @@ Methods: void Microsoft.AspNetCore.Components.LayoutView/<>c__DisplayClass13_0:g__Render|0 (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder) void Microsoft.AspNetCore.Components.LayoutView/<>c:.cctor () void Microsoft.AspNetCore.Components.LayoutView/<>c:.ctor () + void Microsoft.AspNetCore.Components.NavigationManager:.cctor () + void Microsoft.AspNetCore.Components.NavigationManager:.ctor () void Microsoft.AspNetCore.Components.NavigationManager:add_LocationChanged (System.EventHandler`1) void Microsoft.AspNetCore.Components.NavigationManager:AssertInitialized () void Microsoft.AspNetCore.Components.NavigationManager:Initialize (string,string) @@ -4303,11 +4303,11 @@ Methods: void Microsoft.AspNetCore.Components.RenderTree.Renderer:ProcessRenderQueue () void Microsoft.AspNetCore.Components.RenderTree.Renderer:RemoveEventHandlerIds (Microsoft.AspNetCore.Components.RenderTree.ArrayRange`1,System.Threading.Tasks.Task) void Microsoft.AspNetCore.Components.RenderTree.Renderer:RenderInExistingBatch (Microsoft.AspNetCore.Components.Rendering.RenderQueueEntry) - void Microsoft.AspNetCore.Components.RenderTree.Renderer/<g__ProcessAsynchronousWork|43_0>d:MoveNext () - void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__66:MoveNext () - void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__61:MoveNext () - void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__39:MoveNext () - void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__43:MoveNext () + void Microsoft.AspNetCore.Components.RenderTree.Renderer/<g__ProcessAsynchronousWork|48_0>d:MoveNext () + void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__71:MoveNext () + void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__66:MoveNext () + void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__44:MoveNext () + void Microsoft.AspNetCore.Components.RenderTree.Renderer/d__48:MoveNext () void Microsoft.AspNetCore.Components.RenderTree.Renderer/Log:.cctor () void Microsoft.AspNetCore.Components.RenderTree.Renderer/Log:InitializingComponent (Microsoft.Extensions.Logging.ILogger,Microsoft.AspNetCore.Components.Rendering.ComponentState,Microsoft.AspNetCore.Components.Rendering.ComponentState) void Microsoft.AspNetCore.Components.RenderTree.Renderer/Log:RenderingComponent (Microsoft.Extensions.Logging.ILogger,Microsoft.AspNetCore.Components.Rendering.ComponentState) @@ -4317,7 +4317,6 @@ Methods: void Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:InitializeNewComponentFrame (Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder/DiffContext&,int) void Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:InitializeNewSubtree (Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder/DiffContext&,int) void Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:InsertNewFrame (Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder/DiffContext&,int) - void Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder:UpdateRetainedChildComponent (Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder/DiffContext&,int,int) void Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder/DiffContext:.ctor (Microsoft.AspNetCore.Components.RenderTree.Renderer,Microsoft.AspNetCore.Components.Rendering.RenderBatchBuilder,int,Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame[],Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame[]) void Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit:.ctor (Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType,int,int) void Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame:.ctor (int,int,string,object) @@ -4364,7 +4363,6 @@ Methods: void Microsoft.AspNetCore.Components.Routing.QueryParameterValueSupplier:.cctor () void Microsoft.AspNetCore.Components.Routing.QueryParameterValueSupplier/<>c:.cctor () void Microsoft.AspNetCore.Components.Routing.QueryParameterValueSupplier/<>c:.ctor () - void Microsoft.AspNetCore.Components.Routing.RouteContext:.cctor () void Microsoft.AspNetCore.Components.Routing.RouteContext:.ctor (string) void Microsoft.AspNetCore.Components.Routing.RouteEntry:.ctor (Microsoft.AspNetCore.Components.Routing.RouteTemplate,System.Type,System.Collections.Generic.List`1) void Microsoft.AspNetCore.Components.Routing.RouteEntry:Match (Microsoft.AspNetCore.Components.Routing.RouteContext) @@ -4382,8 +4380,8 @@ Methods: void Microsoft.AspNetCore.Components.Routing.Router:set_NotFound (Microsoft.AspNetCore.Components.RenderFragment) void Microsoft.AspNetCore.Components.Routing.Router/<>c:.cctor () void Microsoft.AspNetCore.Components.Routing.Router/<>c:.ctor () - void Microsoft.AspNetCore.Components.Routing.Router/d__62:MoveNext () - void Microsoft.AspNetCore.Components.Routing.Router/d__56:MoveNext () + void Microsoft.AspNetCore.Components.Routing.Router/d__61:MoveNext () + void Microsoft.AspNetCore.Components.Routing.Router/d__55:MoveNext () void Microsoft.AspNetCore.Components.Routing.Router/Log:.cctor () void Microsoft.AspNetCore.Components.Routing.Router/Log:NavigatingToComponent (Microsoft.Extensions.Logging.ILogger,System.Type,string,string) void Microsoft.AspNetCore.Components.Routing.RouteTable:Route (Microsoft.AspNetCore.Components.Routing.RouteContext) @@ -4394,7 +4392,7 @@ Methods: void Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop:.ctor (Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore) void Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore:.ctor () void Microsoft.AspNetCore.Components.WebElementReferenceContext:.ctor (Microsoft.JSInterop.IJSRuntime) - void Microsoft.AspNetCore.Components.WebView.<>c__DisplayClass11_0/<g__AwaitAndNotify|0>d:MoveNext () + void Microsoft.AspNetCore.Components.WebView.<>c__DisplayClass13_0/<g__AwaitAndNotify|0>d:MoveNext () void Microsoft.AspNetCore.Components.WebView.<>c__DisplayClass18_0/<b__0>d:MoveNext () void Microsoft.AspNetCore.Components.WebView.ArrayBuilder`1:.cctor () void Microsoft.AspNetCore.Components.WebView.ArrayBuilder`1:.ctor (int,System.Buffers.ArrayPool`1) @@ -4408,9 +4406,10 @@ Methods: void Microsoft.AspNetCore.Components.WebView.ArrayBuilderMemoryStream:Dispose (bool) void Microsoft.AspNetCore.Components.WebView.ArrayBuilderMemoryStream:Flush () void Microsoft.AspNetCore.Components.WebView.ArrayBuilderMemoryStream:Write (byte[],int,int) + void Microsoft.AspNetCore.Components.WebView.ArrayBuilderMemoryStream:Write (System.ReadOnlySpan`1) void Microsoft.AspNetCore.Components.WebView.FileExtensionContentTypeProvider:.ctor () void Microsoft.AspNetCore.Components.WebView.FileExtensionContentTypeProvider:.ctor (System.Collections.Generic.IDictionary`2) - void Microsoft.AspNetCore.Components.WebView.IpcReceiver:EndInvokeJS (Microsoft.AspNetCore.Components.WebView.PageContext,long,bool,string) + void Microsoft.AspNetCore.Components.WebView.IpcReceiver:EndInvokeJS (Microsoft.AspNetCore.Components.WebView.PageContext,string) void Microsoft.AspNetCore.Components.WebView.IpcReceiver:OnRenderCompleted (Microsoft.AspNetCore.Components.WebView.PageContext,long,string) void Microsoft.AspNetCore.Components.WebView.IpcReceiver/d__2:MoveNext () void Microsoft.AspNetCore.Components.WebView.IpcSender:.ctor (Microsoft.AspNetCore.Components.Dispatcher,System.Action`1) @@ -4419,7 +4418,7 @@ Methods: void Microsoft.AspNetCore.Components.WebView.IpcSender:BeginInvokeJS (long,string,string,Microsoft.JSInterop.JSCallResultType,long) void Microsoft.AspNetCore.Components.WebView.IpcSender:DispatchMessageWithErrorHandling (string) void Microsoft.AspNetCore.Components.WebView.IpcSender:NotifyErrors (System.Threading.Tasks.Task) - void Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass10_0:b__0 () + void Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass12_0:b__0 () void Microsoft.AspNetCore.Components.WebView.Maui.AndroidMauiAssetFileProvider:.ctor (Android.Content.Res.AssetManager,string) void Microsoft.AspNetCore.Components.WebView.Maui.AndroidMauiAssetFileProvider/AndroidMauiAssetFileInfo:.ctor (Android.Content.Res.AssetManager,string) void Microsoft.AspNetCore.Components.WebView.Maui.AndroidWebKitWebViewManager:.cctor () @@ -4467,7 +4466,7 @@ Methods: void Microsoft.AspNetCore.Components.WebView.Services.WebViewJSRuntime:.ctor () void Microsoft.AspNetCore.Components.WebView.Services.WebViewJSRuntime:BeginInvokeJS (long,string,string,Microsoft.JSInterop.JSCallResultType,long) void Microsoft.AspNetCore.Components.WebView.Services.WebViewNavigationInterception:.ctor () - void Microsoft.AspNetCore.Components.WebView.Services.WebViewNavigationManager:.ctor () + void Microsoft.AspNetCore.Components.WebView.Services.WebViewNavigationManager:.ctor (Microsoft.Extensions.Logging.ILogger`1) void Microsoft.AspNetCore.Components.WebView.Services.WebViewNavigationManager:AttachToWebView (Microsoft.AspNetCore.Components.WebView.IpcSender,string,string) void Microsoft.AspNetCore.Components.WebView.Services.WebViewRenderer:.ctor (System.IServiceProvider,Microsoft.AspNetCore.Components.Dispatcher,Microsoft.AspNetCore.Components.WebView.IpcSender,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Components.WebView.Services.WebViewJSRuntime,Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop) void Microsoft.AspNetCore.Components.WebView.Services.WebViewRenderer:AttachRootComponentToBrowser (int,string) @@ -4482,7 +4481,6 @@ Methods: void Microsoft.AspNetCore.Components.WebView.WebViewManager:MessageReceived (System.Uri,string) void Microsoft.AspNetCore.Components.WebView.WebViewManager:Navigate (string) void Microsoft.AspNetCore.Components.WebView.WebViewManager/d__20:MoveNext () - void Microsoft.Extensions.DependencyInjection.AsyncServiceScope:.ctor (Microsoft.Extensions.DependencyInjection.IServiceScope) void Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions/<>c:.cctor () void Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions/<>c:.ctor () void Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions/<>c:b__0_0 (Microsoft.Maui.Hosting.IMauiHandlersCollection) @@ -4534,8 +4532,6 @@ Methods: void Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:AddConstant (Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext,object) void Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:BeginCaptureDisposable (Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext) void Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:EndCaptureDisposable (Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilderContext) - void Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:Ldloc (System.Reflection.Emit.ILGenerator,int) - void Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder:Stloc (System.Reflection.Emit.ILGenerator,int) void Microsoft.Extensions.DependencyInjection.ServiceLookup.ResultCache:.cctor () void Microsoft.Extensions.DependencyInjection.ServiceLookup.ResultCache:.ctor (Microsoft.Extensions.DependencyInjection.ServiceLifetime,System.Type,int) void Microsoft.Extensions.DependencyInjection.ServiceLookup.ResultCache:.ctor (Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteResultCacheLocation,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey) @@ -4578,21 +4574,22 @@ Methods: void Microsoft.Extensions.Internal.TypeNameHelper/DisplayNameOptions:.ctor (bool,bool,bool,char) void Microsoft.Extensions.Logging.DefaultLoggerLevelConfigureOptions:.ctor (Microsoft.Extensions.Logging.LogLevel) void Microsoft.Extensions.Logging.DefaultLoggerLevelConfigureOptions/<>c__DisplayClass0_0:<.ctor>b__0 (Microsoft.Extensions.Logging.LoggerFilterOptions) - void Microsoft.Extensions.Logging.Logger`1:.ctor (Microsoft.Extensions.Logging.ILoggerFactory) - void Microsoft.Extensions.Logging.LoggerFactory:.ctor (System.Collections.Generic.IEnumerable`1,Microsoft.Extensions.Options.IOptionsMonitor`1,Microsoft.Extensions.Options.IOptions`1) + void Microsoft.Extensions.Logging.Logger`1:.ctor (Microsoft.Extensions.Logging.ILoggerFactory) + void Microsoft.Extensions.Logging.LoggerFactory:.ctor (System.Collections.Generic.IEnumerable`1,Microsoft.Extensions.Options.IOptionsMonitor`1,Microsoft.Extensions.Options.IOptions`1,Microsoft.Extensions.Logging.IExternalScopeProvider) void Microsoft.Extensions.Logging.LoggerFactory:RefreshFilters (Microsoft.Extensions.Logging.LoggerFilterOptions) void Microsoft.Extensions.Logging.LoggerFactoryOptions:.ctor () void Microsoft.Extensions.Logging.LoggerFilterOptions:.ctor () - void Microsoft.Extensions.Logging.LoggerMessage/<>c__DisplayClass14_0`3:b__1 (Microsoft.Extensions.Logging.ILogger,System.Type,string,string,System.Exception) void Microsoft.Extensions.Logging.LogValuesFormatter:.cctor () void Microsoft.Extensions.Logging.LogValuesFormatter:.ctor (string) void Microsoft.Extensions.Logging.LogValuesFormatter:set_OriginalFormat (string) void Microsoft.Extensions.Options.ConfigureOptions`1:Configure (Microsoft.Extensions.Logging.LoggerFilterOptions) void Microsoft.Extensions.Options.Options:.cctor () - void Microsoft.Extensions.Options.OptionsCache`1/<>c:.cctor () - void Microsoft.Extensions.Options.OptionsCache`1/<>c:.ctor () + void Microsoft.Extensions.Options.OptionsCache`1/<>c__3`1>:.cctor () + void Microsoft.Extensions.Options.OptionsCache`1/<>c__3`1>:.ctor () void Microsoft.Extensions.Options.OptionsCache`1:.ctor () void Microsoft.Extensions.Options.OptionsFactory`1:.ctor (System.Collections.Generic.IEnumerable`1>,System.Collections.Generic.IEnumerable`1>,System.Collections.Generic.IEnumerable`1>) + void Microsoft.Extensions.Options.OptionsMonitor`1/<>c:.cctor () + void Microsoft.Extensions.Options.OptionsMonitor`1/<>c:.ctor () void Microsoft.Extensions.Options.OptionsMonitor`1/ChangeTrackerDisposable:.ctor (Microsoft.Extensions.Options.OptionsMonitor`1,System.Action`2) void Microsoft.Extensions.Options.OptionsMonitor`1:.ctor (Microsoft.Extensions.Options.IOptionsFactory`1,System.Collections.Generic.IEnumerable`1>,Microsoft.Extensions.Options.IOptionsMonitorCache`1) void Microsoft.Extensions.Options.OptionsMonitor`1:add__onChange (System.Action`2) @@ -4601,9 +4598,6 @@ Methods: void Microsoft.Extensions.Primitives.StringSegment:.ctor (string) void Microsoft.Extensions.Primitives.StringTokenizer:.ctor (Microsoft.Extensions.Primitives.StringSegment,char[]) void Microsoft.Extensions.Primitives.StringTokenizer/Enumerator:.ctor (Microsoft.Extensions.Primitives.StringSegment&,char[]) - void Microsoft.JSInterop.DotNetObjectReference`1:set_JSRuntime (Microsoft.JSInterop.JSRuntime) - void Microsoft.JSInterop.DotNetObjectReference`1:set_ObjectId (long) - void Microsoft.JSInterop.DotNetObjectReference`1:ThrowIfDisposed () void Microsoft.JSInterop.Infrastructure.ByteArrayJsonConverter:.cctor () void Microsoft.JSInterop.Infrastructure.ByteArrayJsonConverter:.ctor (Microsoft.JSInterop.JSRuntime) void Microsoft.JSInterop.Infrastructure.DotNetDispatcher:.cctor () @@ -4632,15 +4626,10 @@ Methods: void Microsoft.Maui.ActivationState:.ctor (Microsoft.Maui.IMauiContext,Microsoft.Maui.IPersistedState) void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass0_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnCreate) void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass2_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnResume) - void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass3_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPause) - void Microsoft.Maui.ActivityLifecycleCallbacks/<>c__DisplayClass4_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnStop) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:.ctor (System.Action`2) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityCreated (Android.App.Activity,Android.OS.Bundle) - void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityPaused (Android.App.Activity) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityResumed (Android.App.Activity) - void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivitySaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityStarted (Android.App.Activity) - void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:Android.App.Application.IActivityLifecycleCallbacks.OnActivityStopped (Android.App.Activity) void Microsoft.Maui.ApplicationModel.ActivityLifecycleContextListener:set_Activity (Android.App.Activity) void Microsoft.Maui.ApplicationModel.ActivityStateManagerImplementation:Init (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.ApplicationModel.ActivityStateManagerImplementation:Init (Android.App.Application) @@ -4676,11 +4665,8 @@ Methods: void Microsoft.Maui.Controls.Application:AddWindow (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Application:MapWindowSoftInputModeAdjust (Microsoft.Maui.Handlers.ApplicationHandler,Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.Application:OnPageAppearing (Microsoft.Maui.Controls.Page) - void Microsoft.Maui.Controls.Application:OnPageDisappearing (Microsoft.Maui.Controls.Page) - void Microsoft.Maui.Controls.Application:OnSleep () void Microsoft.Maui.Controls.Application:OnStart () void Microsoft.Maui.Controls.Application:RemapForControls () - void Microsoft.Maui.Controls.Application:SendSleep () void Microsoft.Maui.Controls.Application:SendStart () void Microsoft.Maui.Controls.Application:set_MainPage (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Application:set_Resources (Microsoft.Maui.Controls.ResourceDictionary) @@ -4700,7 +4686,6 @@ Methods: void Microsoft.Maui.Controls.BindableObject:Microsoft.Maui.Controls.Internals.IDynamicResourceHandler.SetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string) void Microsoft.Maui.Controls.BindableObject:OnPropertyChanged (string) void Microsoft.Maui.Controls.BindableObject:OnPropertyChanging (string) - void Microsoft.Maui.Controls.BindableObject:remove_PropertyChanged (System.ComponentModel.PropertyChangedEventHandler) void Microsoft.Maui.Controls.BindableObject:SetBackupStyleValue (Microsoft.Maui.Controls.BindableProperty,object) void Microsoft.Maui.Controls.BindableObject:SetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string,bool) void Microsoft.Maui.Controls.BindableObject:SetDynamicResource (Microsoft.Maui.Controls.BindableProperty,string) @@ -4738,7 +4723,6 @@ Methods: void Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:UpdateStyles () void Microsoft.Maui.Controls.Compatibility.Resource/Attribute:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Drawable:.cctor () - void Microsoft.Maui.Controls.Compatibility.Resource/Layout:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Style:.cctor () void Microsoft.Maui.Controls.ContentPage:.cctor () void Microsoft.Maui.Controls.ContentPage:.ctor () @@ -4913,12 +4897,10 @@ Methods: void Microsoft.Maui.Controls.Page:OnAppearing () void Microsoft.Maui.Controls.Page:OnChildMeasureInvalidated (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Controls.Internals.InvalidationTrigger) void Microsoft.Maui.Controls.Page:OnChildMeasureInvalidated (object,System.EventArgs) - void Microsoft.Maui.Controls.Page:OnDisappearing () void Microsoft.Maui.Controls.Page:OnInternalAdded (Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Page:OnParentSet () void Microsoft.Maui.Controls.Page:OnSizeAllocated (double,double) void Microsoft.Maui.Controls.Page:SendAppearing () - void Microsoft.Maui.Controls.Page:SendDisappearing () void Microsoft.Maui.Controls.Page:set_MenuBarItems (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.Page:set_ToolbarItems (System.Collections.Generic.IList`1) void Microsoft.Maui.Controls.Page:UpdateChildrenLayout () @@ -4942,8 +4924,6 @@ Methods: void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:.cctor () void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetImportantForAccessibility (Android.Views.View,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Platform.GestureManager:.ctor (Microsoft.Maui.IViewHandler) - void Microsoft.Maui.Controls.Platform.GestureManager:Dispose () - void Microsoft.Maui.Controls.Platform.GestureManager:Dispose (bool) void Microsoft.Maui.Controls.Platform.GestureManager:OnElementPropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Platform.GestureManager:SetupElement (Microsoft.Maui.Controls.VisualElement,Microsoft.Maui.Controls.VisualElement) void Microsoft.Maui.Controls.Platform.GestureManager:SetupGestures () @@ -5035,6 +5015,7 @@ Methods: void Microsoft.Maui.Controls.TimePicker/<>c:.ctor () void Microsoft.Maui.Controls.Toolbar:.cctor () void Microsoft.Maui.Controls.Toolbar:RemapForControls () + void Microsoft.Maui.Controls.ToolTipProperties:.cctor () void Microsoft.Maui.Controls.View:.cctor () void Microsoft.Maui.Controls.View:.ctor () void Microsoft.Maui.Controls.View:HandlerChangedPartial () @@ -5096,26 +5077,21 @@ Methods: void Microsoft.Maui.Controls.Window:Microsoft.Maui.Controls.IFlowDirectionController.set_EffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection) void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Activated () void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Created () - void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Deactivated () - void Microsoft.Maui.Controls.Window:Microsoft.Maui.IWindow.Stopped () void Microsoft.Maui.Controls.Window:OnActivated () void Microsoft.Maui.Controls.Window:OnCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Window:OnCreated () - void Microsoft.Maui.Controls.Window:OnDeactivated () void Microsoft.Maui.Controls.Window:OnHandlerChangingCore (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Window:OnPageChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Window:OnPageChanging (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Window:OnPropertyChanged (string) - void Microsoft.Maui.Controls.Window:OnStopped () void Microsoft.Maui.Controls.Window:RemapForControls () void Microsoft.Maui.Controls.Window:SendWindowAppearing () - void Microsoft.Maui.Controls.Window:SendWindowDisppearing () void Microsoft.Maui.Controls.Window:set_IsActivated (bool) void Microsoft.Maui.Controls.Window:set_Page (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Window:set_Toolbar (Microsoft.Maui.Controls.Toolbar) void Microsoft.Maui.Controls.Window:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass205_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass205_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Window/NavigationImpl:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:.ctor (object[],object,Microsoft.Maui.Controls.Internals.INameScope) void Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider:.ctor () @@ -5138,16 +5114,30 @@ Methods: void Microsoft.Maui.FontRegistrar:.ctor (Microsoft.Maui.IEmbeddedFontLoader,System.IServiceProvider) void Microsoft.Maui.FontRegistrar:Register (string,string) void Microsoft.Maui.Graphics.AbstractCanvas`1:.ctor (Microsoft.Maui.Graphics.ICanvasStateService`1,Microsoft.Maui.Graphics.IStringSizeService) + void Microsoft.Maui.Graphics.AbstractCanvas`1:ResetState () + void Microsoft.Maui.Graphics.AbstractCanvas`1:Scale (single,single) void Microsoft.Maui.Graphics.AbstractCanvas`1:set_DisplayScale (single) void Microsoft.Maui.Graphics.CanvasState:.ctor () + void Microsoft.Maui.Graphics.CanvasState:set_Transform (System.Numerics.Matrix3x2) + void Microsoft.Maui.Graphics.CanvasState:TransformChanged () void Microsoft.Maui.Graphics.Color:.ctor (int,int,int,int) void Microsoft.Maui.Graphics.Color:.ctor (single,single,single,single) void Microsoft.Maui.Graphics.Colors:.cctor () + void Microsoft.Maui.Graphics.Matrix3x2Extensions:DeconstructScales (System.Numerics.Matrix3x2&,single&,single&,single&) void Microsoft.Maui.Graphics.Platform.PlatformCanvas:.ctor (Android.Content.Context) + void Microsoft.Maui.Graphics.Platform.PlatformCanvas:PlatformScale (single,single) + void Microsoft.Maui.Graphics.Platform.PlatformCanvas:ResetState () + void Microsoft.Maui.Graphics.Platform.PlatformCanvas:set_Canvas (Android.Graphics.Canvas) void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:.ctor () + void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:Dispose () + void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:Reset (Android.Graphics.Paint,Android.Graphics.Paint,Android.Graphics.Paint) void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:set_Font (Microsoft.Maui.Graphics.IFont) + void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:SetScale (single,single) void Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:EnsureDefaults () + void Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:Reset (Microsoft.Maui.Graphics.Platform.PlatformCanvasState) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:.ctor (Android.Content.Context,Microsoft.Maui.Graphics.IDrawable) + void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:Draw (Android.Graphics.Canvas) + void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:OnSizeChanged (int,int,int,int) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:set_Drawable (Microsoft.Maui.Graphics.IDrawable) void Microsoft.Maui.Graphics.Point:.cctor () void Microsoft.Maui.Graphics.Point:.ctor (double,double) @@ -5159,7 +5149,15 @@ Methods: void Microsoft.Maui.Graphics.Rect:set_Width (double) void Microsoft.Maui.Graphics.Rect:set_X (double) void Microsoft.Maui.Graphics.Rect:set_Y (double) + void Microsoft.Maui.Graphics.RectF:.cctor () + void Microsoft.Maui.Graphics.RectF:.ctor (single,single,single,single) + void Microsoft.Maui.Graphics.RectF:set_Height (single) + void Microsoft.Maui.Graphics.RectF:set_Width (single) + void Microsoft.Maui.Graphics.RectF:set_X (single) + void Microsoft.Maui.Graphics.RectF:set_Y (single) void Microsoft.Maui.Graphics.ScalingCanvas:.ctor (Microsoft.Maui.Graphics.ICanvas) + void Microsoft.Maui.Graphics.ScalingCanvas:ResetState () + void Microsoft.Maui.Graphics.ScalingCanvas:Scale (single,single) void Microsoft.Maui.Graphics.Size:.ctor (double,double) void Microsoft.Maui.GridLength:.cctor () void Microsoft.Maui.GridLength:.ctor (double,Microsoft.Maui.GridUnitType) @@ -5193,7 +5191,6 @@ Methods: void Microsoft.Maui.Handlers.EntryHandler:.cctor () void Microsoft.Maui.Handlers.FlyoutViewHandler:.cctor () void Microsoft.Maui.Handlers.LabelHandler:.cctor () - void Microsoft.Maui.Handlers.LayoutHandler:.cctor () void Microsoft.Maui.Handlers.NavigationViewHandler:.cctor () void Microsoft.Maui.Handlers.PageHandler:.cctor () void Microsoft.Maui.Handlers.PageHandler:.ctor () @@ -5228,6 +5225,7 @@ Methods: void Microsoft.Maui.Handlers.ViewHandler:MapShadow (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MapToolbar (Microsoft.Maui.IElementHandler,Microsoft.Maui.IToolbarElement) void Microsoft.Maui.Handlers.ViewHandler:MapToolbar (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) + void Microsoft.Maui.Handlers.ViewHandler:MapToolTip (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MapWidth (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:OnConnectHandler (object) void Microsoft.Maui.Handlers.ViewHandler:set_HasContainer (bool) @@ -5305,8 +5303,6 @@ Methods: void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__0_0 (Microsoft.Maui.LifecycleEvents.ILifecycleBuilder) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_0 (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_2 (Android.App.Activity) - void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_3 (Android.App.Activity) - void Microsoft.Maui.LifecycleEvents.AppHostBuilderExtensions/<>c:b__1_4 (Android.App.Activity) void Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration:AddRegistration (Microsoft.Maui.LifecycleEvents.ILifecycleBuilder) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:.ctor (System.Collections.Generic.IEnumerable`1) void Microsoft.Maui.LifecycleEvents.LifecycleEventService:AddEvent (string,Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) @@ -5323,14 +5319,10 @@ Methods: void Microsoft.Maui.MauiAppCompatActivity/<>c__DisplayClass7_0:b__0 (Microsoft.Maui.LifecycleEvents.AndroidLifecycle/OnPostCreate) void Microsoft.Maui.MauiApplication:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Microsoft.Maui.MauiApplication:OnCreate () - void Microsoft.Maui.MauiApplication:OnTrimMemory (Android.Content.TrimMemory) void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:.ctor () void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityCreated (Android.App.Activity,Android.OS.Bundle) - void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityPaused (Android.App.Activity) void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityResumed (Android.App.Activity) - void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivitySaveInstanceState (Android.App.Activity,Android.OS.Bundle) void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityStarted (Android.App.Activity) - void Microsoft.Maui.MauiApplication/ActivityLifecycleCallbacks:OnActivityStopped (Android.App.Activity) void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider,Android.Content.Context) void Microsoft.Maui.MauiContext:.ctor (System.IServiceProvider) void Microsoft.Maui.MauiContext:AddSpecific (Android.App.Application) @@ -5376,6 +5368,7 @@ Methods: void Microsoft.Maui.Platform.ViewExtensions:UpdateHeight (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateMaximumHeight (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateMaximumWidth (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.ViewExtensions:UpdateToolTip (Android.Views.View,Microsoft.Maui.ToolTip) void Microsoft.Maui.Platform.ViewExtensions:UpdateWidth (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewFragment:.ctor (Android.Views.View) void Microsoft.Maui.PlatformInterop:.cctor () @@ -5418,15 +5411,19 @@ Methods: void Microsoft.Maui.VisualDiagnostics:.cctor () void Microsoft.Maui.VisualDiagnostics:OnChildAdded (Microsoft.Maui.IVisualTreeElement,Microsoft.Maui.IVisualTreeElement) void Microsoft.Maui.VisualDiagnosticsOverlay:.ctor (Microsoft.Maui.IWindow) + void Microsoft.Maui.VisualDiagnosticsOverlay:HandleUIChange () void Microsoft.Maui.WeakEventManager:.ctor () void Microsoft.Maui.WindowOverlay:.ctor (Microsoft.Maui.IWindow) void Microsoft.Maui.WindowOverlay:add_Tapped (System.EventHandler`1) + void Microsoft.Maui.WindowOverlay:DecorViewLayoutChange (object,Android.Views.View/LayoutChangeEventArgs) + void Microsoft.Maui.WindowOverlay:Draw (Microsoft.Maui.Graphics.ICanvas,Microsoft.Maui.Graphics.RectF) + void Microsoft.Maui.WindowOverlay:Invalidate () void Microsoft.Win32.SafeHandles.SafeFileHandle:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeFileHandle:FStatCheckIO (string,Interop/Sys/FileStatus&,bool&) void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:.ctor (bool) - void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor (intptr,bool) + void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor () void modreq Microsoft.AspNetCore.Components.Reflection.PropertySetter:set_Cascading (System.Runtime.CompilerServices.IsExternalInit) Microsoft.AspNetCore.Components.Reflection.PropertySetter:set_Cascading (bool) void Mono.RuntimeGPtrArrayHandle:DestroyAndFree (Mono.RuntimeGPtrArrayHandle&) void Mono.RuntimeGPtrArrayHandle:GPtrArrayFree (Mono.RuntimeStructs/GPtrArray*) @@ -5608,9 +5605,6 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireAllLocks (int&) - void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireLocks (int,int,int&) - void System.Collections.Concurrent.ConcurrentDictionary`2:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2, System.Text.Json.Cache`1/CacheEntry>>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1>) @@ -5822,6 +5816,7 @@ Methods: void System.Collections.Generic.Stack`1:Grow (int) void System.Collections.Generic.Stack`1:Push (int) void System.Collections.Generic.Stack`1:PushWithResize (int) + void System.Collections.Generic.Stack`1:Clear () void System.Collections.Generic.ValueListBuilder`1:.ctor (System.Span`1) void System.Collections.Generic.ValueListBuilder`1:.ctor (System.Span`1) void System.Collections.HashHelpers:.cctor () @@ -5849,7 +5844,6 @@ Methods: void System.Collections.ObjectModel.ObservableCollection`1:OnIndexerPropertyChanged () void System.Collections.ObjectModel.ObservableCollection`1:OnPropertyChanged (System.ComponentModel.PropertyChangedEventArgs) void System.Collections.ObjectModel.ObservableCollection`1:.ctor () - void System.Collections.ObjectModel.ObservableCollection`1:remove_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) void System.Collections.ObjectModel.ObservableCollection`1:add_CollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventHandler) void System.Collections.ObjectModel.ReadOnlyCollection`1:.ctor (System.Collections.Generic.IList`1) void System.Collections.ObjectModel.ReadOnlyCollection`1:CopyTo (Microsoft.Maui.Controls.Element[],int) @@ -5866,6 +5860,7 @@ Methods: void System.Collections.Specialized.SingleItemReadOnlyList/d__15:System.IDisposable.Dispose () void System.ComponentModel.PropertyChangedEventArgs:.ctor (string) void System.Convert:.cctor () + void System.Convert:ToBase64CharsLargeNoLineBreaks (System.ReadOnlySpan`1,System.Span`1,int) void System.DateTime:.cctor () void System.DateTime:.ctor (int,int,int,int,int,int) void System.DateTime:.ctor (int,int,int) @@ -5883,8 +5878,6 @@ Methods: void System.DBNull:.ctor () void System.DefaultBinder:.cctor () void System.DefaultBinder:.ctor () - void System.Diagnostics.DebuggerDisplayAttribute:.ctor (string) - void System.Diagnostics.DebuggerTypeProxyAttribute:.ctor (System.Type) void System.Diagnostics.Stopwatch:.cctor () void System.Diagnostics.Tracing.EventSource:.cctor () void System.Diagnostics.Tracing.EventSource:.ctor () @@ -5943,8 +5936,6 @@ Methods: void System.Globalization.GregorianCalendar:.cctor () void System.Globalization.GregorianCalendar:.ctor () void System.Globalization.GregorianCalendar:.ctor (System.Globalization.GregorianCalendarTypes) - void System.Globalization.IdnMapping:.cctor () - void System.Globalization.IdnMapping:.ctor () void System.Globalization.NumberFormatInfo:.cctor () void System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData) void System.Globalization.NumberFormatInfo:InitializeInvariantAndNegativeSignFlags () @@ -5992,7 +5983,6 @@ Methods: void System.IO.DelegatingStream:Dispose (bool) void System.IO.FileNotFoundException:.ctor (string,string) void System.IO.FileStatus:EnsureCachesInitialized (Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlySpan`1,bool) - void System.IO.FileStatus:EnsureCachesInitialized (System.ReadOnlySpan`1,bool) void System.IO.FileStatus:RefreshCaches (Microsoft.Win32.SafeHandles.SafeFileHandle,System.ReadOnlySpan`1) void System.IO.FileStatus:ThrowOnCacheInitializationError (System.ReadOnlySpan`1) void System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool) @@ -6034,7 +6024,6 @@ Methods: void System.IO.Stream:RunReadWriteTaskWhenReady (System.Threading.Tasks.Task,System.IO.Stream/ReadWriteTask) void System.IO.Stream:ValidateCopyToArguments (System.IO.Stream,int) void System.IO.Stream:ValidateReadAtLeastArguments (int,int) - void System.IO.Stream:Write (System.ReadOnlySpan`1) void System.IO.Stream:WriteByte (byte) void System.IO.Stream/<g__Core|27_0>d:MoveNext () void System.IO.Stream/<>c:.cctor () @@ -6168,7 +6157,6 @@ Methods: void System.Net.Http.HttpClient:.ctor () void System.Net.Http.HttpClient:.ctor (System.Net.Http.HttpMessageHandler,bool) void System.Net.Http.HttpClient:.ctor (System.Net.Http.HttpMessageHandler) - void System.Net.Http.HttpClient:CheckDisposed () void System.Net.Http.HttpClient:CheckRequestBeforeSend (System.Net.Http.HttpRequestMessage) void System.Net.Http.HttpClient:CheckRequestMessage (System.Net.Http.HttpRequestMessage) void System.Net.Http.HttpClient:Dispose (bool) @@ -6182,7 +6170,6 @@ Methods: void System.Net.Http.HttpClientHandler:Dispose (bool) void System.Net.Http.HttpContent:.cctor () void System.Net.Http.HttpContent:.ctor () - void System.Net.Http.HttpContent:CheckDisposed () void System.Net.Http.HttpContent:CheckTaskNotNull (System.Threading.Tasks.Task) void System.Net.Http.HttpContent/d__63:MoveNext () void System.Net.Http.HttpContent/LimitArrayPoolWriteStream:.ctor (int,long) @@ -6194,20 +6181,15 @@ Methods: void System.Net.Http.HttpContent/LimitMemoryStream:Write (byte[],int,int) void System.Net.Http.HttpMessageHandler:Dispose () void System.Net.Http.HttpMessageInvoker:.ctor (System.Net.Http.HttpMessageHandler,bool) - void System.Net.Http.HttpMessageInvoker:CheckDisposed () void System.Net.Http.HttpMessageInvoker:Dispose () void System.Net.Http.HttpMessageInvoker:Dispose (bool) void System.Net.Http.HttpMethod:.cctor () void System.Net.Http.HttpMethod:.ctor (string,int) void System.Net.Http.HttpRequestMessage:.ctor (System.Net.Http.HttpMethod,string) void System.Net.Http.HttpRequestMessage:.ctor (System.Net.Http.HttpMethod,System.Uri) - void System.Net.Http.HttpRequestMessage:CheckDisposed () - void System.Net.Http.HttpRequestMessage:set_RequestUri (System.Uri) void System.Net.Http.HttpRequestMessage:set_Version (System.Version) - void System.Net.Http.HttpRequestMessage:set_VersionPolicy (System.Net.Http.HttpVersionPolicy) void System.Net.Http.HttpResponseMessage:.ctor () void System.Net.Http.HttpResponseMessage:.ctor (System.Net.HttpStatusCode) - void System.Net.Http.HttpResponseMessage:CheckDisposed () void System.Net.Http.HttpResponseMessage:set_Content (System.Net.Http.HttpContent) void System.Net.Http.HttpResponseMessage:set_ReasonPhrase (string) void System.Net.Http.HttpResponseMessage:set_RequestMessage (System.Net.Http.HttpRequestMessage) @@ -6266,7 +6248,6 @@ Methods: void System.Reflection.AssemblyName:.ctor (string) void System.Reflection.AssemblyName:FillName (Mono.MonoAssemblyName*,string,bool,bool,bool) void System.Reflection.AssemblyNameFormatter:AppendQuoted (System.Text.ValueStringBuilder&,string) - void System.Reflection.AssemblyNameParser:.cctor () void System.Reflection.AssemblyNameParser:.ctor (System.ReadOnlySpan`1) void System.Reflection.AssemblyNameParser:RecordNewSeenOrThrow (System.Reflection.AssemblyNameParser/AttributeKind&,System.Reflection.AssemblyNameParser/AttributeKind) void System.Reflection.AssemblyNameParser/AssemblyNameParts:.ctor (string,System.Version,string,System.Reflection.AssemblyNameFlags,byte[]) @@ -6285,7 +6266,6 @@ Methods: void System.Reflection.Emit.ILExceptionInfo:End (int) void System.Reflection.Emit.ILGenerator:.ctor (System.Reflection.Module,System.Reflection.Emit.ITokenGenerator,int) void System.Reflection.Emit.ILGenerator:BeginFinallyBlock () - void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,byte) void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,int) void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo) void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.Label) @@ -6304,9 +6284,7 @@ Methods: void System.Reflection.Emit.Int32Stack:.ctor (int) void System.Reflection.Emit.LocalBuilder:.ctor (System.Type,System.Reflection.Emit.ILGenerator) void System.Reflection.Emit.OpCodes:.cctor () - void System.Reflection.FieldAccessor:SetValue (object,object) void System.Reflection.FieldInfo:SetValue (object,object) - void System.Reflection.Metadata.MetadataUpdater:.cctor () void System.Reflection.MethodBase:CheckArguments (System.Span`1,intptr*,System.Span`1,System.ReadOnlySpan`1,System.RuntimeType[],System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) void System.Reflection.MethodBase:ValidateInvokeTarget (object) void System.Reflection.Missing:.cctor () @@ -6318,7 +6296,6 @@ Methods: void System.Reflection.RuntimeFieldInfo:CheckGeneric () void System.Reflection.RuntimeFieldInfo:SetValue (object,object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) void System.Reflection.RuntimeFieldInfo:SetValueInternal (System.Reflection.FieldInfo,object,object) - void System.Reflection.RuntimeFieldInfo:SetValueNonEmit (object,object) void System.Reflection.RuntimeModule:GetGuidInternal (intptr,byte[]) void System.Reflection.RuntimeParameterInfo:.ctor (string,System.Type,int,int,object,System.Reflection.MemberInfo,System.Runtime.InteropServices.MarshalAsAttribute) void System.Reflection.RuntimeParameterInfo:.ctor (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) @@ -6342,16 +6319,16 @@ Methods: void System.Resources.RuntimeResourceSet:.ctor (System.IO.Stream,bool) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (CommonMethods/d__0&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.ComponentBase/d__20&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/<g__ProcessAsynchronousWork|43_0>d&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__66&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__61&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__39&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__43&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/<g__ProcessAsynchronousWork|48_0>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__71&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__66&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__44&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.RenderTree.Renderer/d__48&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.Routing.FocusOnNavigate/d__15&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.Routing.Router/d__62&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.Routing.Router/d__56&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.Routing.Router/d__61&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.Routing.Router/d__55&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.WebView.IpcReceiver/d__2&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass11_0/<g__AwaitAndNotify|0>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.WebView.IpcSender/<>c__DisplayClass13_0/<g__AwaitAndNotify|0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.WebView.WebViewManager/<>c__DisplayClass18_0/<b__0>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.AspNetCore.Components.WebView.WebViewManager/d__20&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.JSInterop.JSRuntime/d__16`1&) @@ -6364,10 +6341,10 @@ Methods: void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpClient/d__41&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpContent/d__63&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.StreamToStreamCopy/<g__DisposeSourceAsync|1_0>d&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__128&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__121&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__119&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__146&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__132&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__123&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__125&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__150&) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder:SetResult () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__16`1>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__16`1>:.ctor () @@ -6379,16 +6356,16 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:ExecutionContextCallback (object) @@ -6399,26 +6376,26 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__41>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__41>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__41>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__61>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__61>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__61>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__61>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__61>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__71>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__71>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__71>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__71>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__71>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__66>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__15>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__15>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__15>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__15>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__15>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass11_0/<g__AwaitAndNotify|0>d>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass11_0/<g__AwaitAndNotify|0>d>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass11_0/<g__AwaitAndNotify|0>d>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass11_0/<g__AwaitAndNotify|0>d>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass11_0/<g__AwaitAndNotify|0>d>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass13_0/<g__AwaitAndNotify|0>d>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass13_0/<g__AwaitAndNotify|0>d>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass13_0/<g__AwaitAndNotify|0>d>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass13_0/<g__AwaitAndNotify|0>d>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1c__DisplayClass13_0/<g__AwaitAndNotify|0>d>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:ExecutionContextCallback (object) @@ -6426,25 +6403,14 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecuteFromThreadPool (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__68>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:ExecuteFromThreadPool (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|27_0>d>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__63>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__DisposeSourceAsync|1_0>d>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetResult (Java.Net.Proxy) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:AwaitUnsafeOnCompleted (System.Runtime.CompilerServices.ValueTaskAwaiter`1&,System.Runtime.CompilerServices.IAsyncStateMachineBox) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetResult (bool) @@ -6485,6 +6451,8 @@ Methods: void System.Runtime.CompilerServices.QCallAssembly:.ctor (System.Reflection.RuntimeAssembly&) void System.Runtime.CompilerServices.QCallTypeHandle:.ctor (System.RuntimeType&) void System.Runtime.CompilerServices.RuntimeHelpers:EnsureSufficientExecutionStack () + void System.Runtime.CompilerServices.RuntimeHelpers:InitializeArray (System.Array,intptr) + void System.Runtime.CompilerServices.RuntimeHelpers:InitializeArray (System.Array,System.RuntimeFieldHandle) void System.Runtime.CompilerServices.TaskAwaiter:GetResult () void System.Runtime.CompilerServices.TaskAwaiter:UnsafeOnCompletedInternal (System.Threading.Tasks.Task,System.Runtime.CompilerServices.IAsyncStateMachineBox,bool) void System.Runtime.CompilerServices.TaskAwaiter:ValidateEnd (System.Threading.Tasks.Task) @@ -6507,8 +6475,10 @@ Methods: void System.Runtime.InteropServices.Marshal:PtrToStructureInternal (intptr,object,bool) void System.Runtime.InteropServices.Marshal:SetLastPInvokeError (int) void System.Runtime.InteropServices.Marshal:SetLastSystemError (int) - void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:.ctor (string,System.Span`1) - void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:FreeNative () + void System.Runtime.InteropServices.Marshalling.ArrayMarshaller`2/ManagedToUnmanagedIn:.cctor () + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:Free (byte*) + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller/ManagedToUnmanagedIn:Free () + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller/ManagedToUnmanagedIn:FromManaged (string,System.Span`1) void System.Runtime.InteropServices.NativeMemory:Free (void*) void System.Runtime.InteropServices.SafeHandle:.ctor (intptr,bool) void System.Runtime.InteropServices.SafeHandle:DangerousAddRef () @@ -6623,13 +6593,10 @@ Methods: void System.Text.Json.JsonReaderOptions:set_MaxDepth (int) void System.Text.Json.JsonReaderState:.ctor (System.Text.Json.JsonReaderOptions) void System.Text.Json.JsonSerializer:.cctor () - void System.Text.Json.JsonSerializer:WriteUsingSerializer (System.Text.Json.Utf8JsonWriter,object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo) - void System.Text.Json.JsonSerializerOptions:.cctor () + void System.Text.Json.JsonSerializer:WriteCore (System.Text.Json.Utf8JsonWriter,object[]&,System.Text.Json.Serialization.Metadata.JsonTypeInfo`1) void System.Text.Json.JsonSerializerOptions:.ctor () void System.Text.Json.JsonSerializerOptions:.ctor (System.Text.Json.JsonSerializerOptions) void System.Text.Json.JsonSerializerOptions:CheckConverterNullabilityIsSameAsPropertyType (System.Text.Json.Serialization.JsonConverter,System.Type) - void System.Text.Json.JsonSerializerOptions:InitializeCachingContext () - void System.Text.Json.JsonSerializerOptions:InitializeForMetadataGeneration () void System.Text.Json.JsonSerializerOptions:InitializeForReflectionSerializer () void System.Text.Json.JsonSerializerOptions:set_MaxDepth (int) void System.Text.Json.JsonSerializerOptions:set_PropertyNameCaseInsensitive (bool) @@ -6648,11 +6615,11 @@ Methods: void System.Text.Json.JsonWriterOptions:set_Indented (bool) void System.Text.Json.JsonWriterOptions:set_MaxDepth (int) void System.Text.Json.JsonWriterOptions:set_SkipValidation (bool) - void System.Text.Json.PooledByteBufferWriter:.ctor (int) void System.Text.Json.PooledByteBufferWriter:Advance (int) void System.Text.Json.PooledByteBufferWriter:CheckAndResizeBuffer (int) + void System.Text.Json.PooledByteBufferWriter:ClearAndReturnBuffers () void System.Text.Json.PooledByteBufferWriter:ClearHelper () - void System.Text.Json.PooledByteBufferWriter:Dispose () + void System.Text.Json.PooledByteBufferWriter:InitializeEmptyInstance (int) void System.Text.Json.ReadStack:.cctor () void System.Text.Json.ReadStack:Initialize (System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool) void System.Text.Json.ReadStack:Pop (bool) @@ -6662,6 +6629,7 @@ Methods: void System.Text.Json.Serialization.ConfigurationList`1:.ctor (System.Collections.Generic.IList`1) void System.Text.Json.Serialization.ConfigurationList`1:Add (System.Text.Json.Serialization.JsonConverter) void System.Text.Json.Serialization.ConfigurationList`1:CopyTo (System.Text.Json.Serialization.JsonConverter[],int) + void System.Text.Json.Serialization.ConfigurationList`1:OnAddingElement (System.Text.Json.Serialization.JsonConverter) void System.Text.Json.Serialization.Converters.BooleanConverter:.ctor () void System.Text.Json.Serialization.Converters.ByteArrayConverter:.ctor () void System.Text.Json.Serialization.Converters.ByteConverter:.ctor () @@ -6706,54 +6674,77 @@ Methods: void System.Text.Json.Serialization.JsonConverter:ConfigureJsonTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.JsonConverter:ConfigureJsonTypeInfoUsingReflection (System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1>:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:VerifyWrite (int,System.Text.Json.Utf8JsonWriter) void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonConverter`1:.ctor () + void System.Text.Json.Serialization.JsonConverter`1:.ctor (bool) void System.Text.Json.Serialization.JsonConverter`1:Initialize () void System.Text.Json.Serialization.JsonDictionaryConverter`1:.ctor () void System.Text.Json.Serialization.JsonDictionaryConverter`3:.ctor () @@ -6767,28 +6758,29 @@ Methods: void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:DetermineNumberHandlingForTypeInfo () void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:EnsureChildOf (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:EnsureConfigured () - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_DefaultConverterForType (System.Text.Json.Serialization.JsonConverter) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_IsForTypeInfo (bool) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_JsonTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_Name (string) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:set_ParentTypeInfo (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo:VerifyMutable () void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:.ctor (System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter () + void System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1:DetermineEffectiveConverter (System.Text.Json.Serialization.Metadata.JsonTypeInfo) void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.cctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:.ctor (System.Type,System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.JsonTypeInfo:g__ConfigureLocked|129_0 () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:g__ConfigureLocked|138_0 () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:Configure () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:EnsureConfigured () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo:InitializePropertyCache () void System.Text.Json.Serialization.Metadata.JsonTypeInfo:LateAddProperties () - void System.Text.Json.Serialization.Metadata.JsonTypeInfo:set_PolymorphismOptions (System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions) void System.Text.Json.Serialization.Metadata.JsonTypeInfo:ValidateType (System.Type) + void System.Text.Json.Serialization.Metadata.JsonTypeInfo/<>c:.cctor () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo/<>c:.ctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.cctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.ctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.cctor () @@ -6799,41 +6791,42 @@ Methods: void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1/<>c:.ctor () void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:PopulatePolymorphismMetadata () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:SetCreateObjectIfCompatible (System.Delegate) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:PopulatePolymorphismMetadata () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:SetCreateObjectIfCompatible (System.Delegate) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:PopulatePolymorphismMetadata () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:SetCreateObjectIfCompatible (System.Delegate) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:MapInterfaceTypesToCallbacks () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:PopulatePolymorphismMetadata () + void System.Text.Json.Serialization.Metadata.JsonTypeInfo`1:SetCreateObjectIfCompatible (System.Delegate) void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:.cctor () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor:.ctor () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:.cctor () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/<>c:.ctor () void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:.ctor (System.TimeSpan,System.TimeSpan) void System.Text.Json.Serialization.Metadata.ReflectionEmitCachingMemberAccessor/Cache`1>:EvictStaleCacheEntries (long) - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:AddPropertiesAndParametersUsingReflection () - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.JsonSerializerOptions) void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:.ctor (System.Text.Json.Serialization.JsonConverter,System.Text.Json.JsonSerializerOptions) - void System.Text.Json.Serialization.Metadata.ReflectionJsonTypeInfo`1:Configure () void System.Text.Json.Utf8JsonReader:.ctor (System.ReadOnlySpan`1,bool,System.Text.Json.JsonReaderState) void System.Text.Json.Utf8JsonReader:.ctor (System.ReadOnlySpan`1,System.Text.Json.JsonReaderOptions) void System.Text.Json.Utf8JsonReader:EndArray () void System.Text.Json.Utf8JsonWriter:.cctor () - void System.Text.Json.Utf8JsonWriter:.ctor (System.Buffers.IBufferWriter`1,System.Text.Json.JsonWriterOptions) + void System.Text.Json.Utf8JsonWriter:.ctor () void System.Text.Json.Utf8JsonWriter:CheckNotDisposed () - void System.Text.Json.Utf8JsonWriter:Dispose () void System.Text.Json.Utf8JsonWriter:FirstCallToGetMemory (int) void System.Text.Json.Utf8JsonWriter:Flush () void System.Text.Json.Utf8JsonWriter:Grow (int) + void System.Text.Json.Utf8JsonWriter:Reset (System.Buffers.IBufferWriter`1,System.Text.Json.JsonWriterOptions) + void System.Text.Json.Utf8JsonWriter:ResetAllStateForCacheReuse () void System.Text.Json.Utf8JsonWriter:ResetHelper () void System.Text.Json.Utf8JsonWriter:WriteEnd (byte) void System.Text.Json.Utf8JsonWriter:WriteEndArray () @@ -6854,7 +6847,10 @@ Methods: void System.Text.Json.Utf8JsonWriter:WriteStringEscapeValue (System.ReadOnlySpan`1,int) void System.Text.Json.Utf8JsonWriter:WriteStringMinimized (System.ReadOnlySpan`1) void System.Text.Json.Utf8JsonWriter:WriteStringValue (System.ReadOnlySpan`1) + void System.Text.Json.Utf8JsonWriterCache:ReturnWriterAndBuffer (System.Text.Json.Utf8JsonWriter,System.Text.Json.PooledByteBufferWriter) + void System.Text.Json.Utf8JsonWriterCache/ThreadLocalState:.ctor () void System.Text.Json.WriteStack:EnsurePushCapacity () + void System.Text.Json.WriteStack:Initialize (System.Text.Json.Serialization.Metadata.JsonTypeInfo,bool,bool) void System.Text.Json.WriteStack:Pop (bool) void System.Text.Json.WriteStack:Push () void System.Text.RegularExpressions.Regex:.cctor () @@ -6889,7 +6885,7 @@ Methods: void System.Text.RegularExpressions.RegexParser:AddGroup () void System.Text.RegularExpressions.RegexParser:AddUnitType (System.Text.RegularExpressions.RegexNodeKind) void System.Text.RegularExpressions.RegexParser:AssignNameSlots () - void System.Text.RegularExpressions.RegexParser:CountCaptures () + void System.Text.RegularExpressions.RegexParser:CountCaptures (System.Text.RegularExpressions.RegexOptions&) void System.Text.RegularExpressions.RegexParser:NoteCaptureName (string,int) void System.Text.RegularExpressions.RegexParser:NoteCaptureSlot (int,int) void System.Text.RegularExpressions.RegexParser:PopGroup () @@ -6982,8 +6978,6 @@ Methods: void System.Threading.LowLevelLock:.ctor () void System.Threading.LowLevelLock:Acquire () void System.Threading.LowLevelLock:Release () - void System.Threading.LowLevelLock:SignalWaiter () - void System.Threading.LowLevelLock:WaitAndAcquire () void System.Threading.LowLevelMonitor:Acquire () void System.Threading.LowLevelMonitor:AcquireCore () void System.Threading.LowLevelMonitor:Initialize () @@ -7359,11 +7353,11 @@ Methods: void Xamarin.Android.Net.AndroidMessageHandler:ParseCookies (Xamarin.Android.Net.AndroidHttpResponseMessage,System.Uri) void Xamarin.Android.Net.AndroidMessageHandler:SetupRequestBody (Java.Net.HttpURLConnection,System.Net.Http.HttpRequestMessage) void Xamarin.Android.Net.AndroidMessageHandler:SetupSSL (Javax.Net.Ssl.HttpsURLConnection,System.Net.Http.HttpRequestMessage) - void Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass125_0:b__0 () - void Xamarin.Android.Net.AndroidMessageHandler/d__128:MoveNext () - void Xamarin.Android.Net.AndroidMessageHandler/d__121:MoveNext () - void Xamarin.Android.Net.AndroidMessageHandler/d__119:MoveNext () - void Xamarin.Android.Net.AndroidMessageHandler/d__146:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass129_0:b__0 () + void Xamarin.Android.Net.AndroidMessageHandler/d__132:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/d__123:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/d__125:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/d__150:MoveNext () void Xamarin.Android.Net.AuthModuleBasic:.ctor () void Xamarin.Android.Net.AuthModuleDigest:.cctor () void Xamarin.Android.Net.AuthModuleDigest:.ctor () diff --git a/.nuspec/maui.aotprofile b/.nuspec/maui.aotprofile index 106952e667baf28db2d3dd3577ca5016e9680818..581e0fd0c3230bc806160262fa7cc97ce2f52da6 100644 GIT binary patch delta 130507 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

E=$IH_O@cd^7g1&Ap%T$i>G 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

6#4~p#uhpXlV|AZ0kSag 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 delta 134677 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 diff --git a/.nuspec/maui.aotprofile.txt b/.nuspec/maui.aotprofile.txt index bf4a311a6e99..c89892605191 100644 --- a/.nuspec/maui.aotprofile.txt +++ b/.nuspec/maui.aotprofile.txt @@ -66,14 +66,12 @@ Methods: Android.Graphics.Drawables.Drawable AndroidX.AppCompat.Widget.Toolbar:get_NavigationIcon () Android.Graphics.Drawables.Drawable Google.Android.Material.Button.MaterialButton:get_Icon () Android.Graphics.Drawables.Drawable[] AndroidX.Core.Widget.TextViewCompat:GetCompoundDrawablesRelative (Android.Widget.TextView) - Android.Graphics.Paint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_StrokePaint () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Fill () Android.Graphics.Paint/Style Android.Graphics.Paint/Style:get_Stroke () Android.Graphics.PaintFlags Android.Widget.TextView:get_PaintFlags () Android.Graphics.Point Microsoft.Maui.Graphics.Point:op_Implicit (Microsoft.Maui.Graphics.Point) Android.Graphics.PorterDuff/Mode Android.Graphics.PorterDuff/Mode:get_Add () Android.Graphics.PorterDuff/Mode Android.Graphics.PorterDuff/Mode:get_Src () - Android.Graphics.Rect Android.Graphics.Drawables.Drawable:get_Bounds () Android.Graphics.Typeface Android.Graphics.Paint:SetTypeface (Android.Graphics.Typeface) Android.Graphics.Typeface Android.Graphics.Typeface:Create (Android.Graphics.Typeface,int,bool) Android.Graphics.Typeface Android.Graphics.Typeface:Create (string,Android.Graphics.TypefaceStyle) @@ -98,7 +96,6 @@ Methods: Android.OS.Looper Android.OS.Looper:MyLooper () Android.Runtime.IdentityHashTargets& System.Collections.Generic.Dictionary`2:FindValue (intptr) Android.Runtime.JavaArray`1 Android.Runtime.JavaArray`1:FromJniHandle (intptr,Android.Runtime.JniHandleOwnership) - Android.Text.TextPaint Microsoft.Maui.Graphics.Platform.PlatformCanvasState:get_FontPaint () Android.Util.DisplayMetrics Android.Content.Res.Resources:get_DisplayMetrics () Android.Views.Display Android.Views.IWindowManagerInvoker:get_DefaultDisplay () Android.Views.Display Microsoft.Maui.Devices.DeviceDisplayImplementation:GetDefaultDisplay () @@ -109,6 +106,7 @@ Methods: Android.Views.IViewParent Android.Views.View:get_Parent () Android.Views.IWindowManager Android.App.Activity:get_WindowManager () Android.Views.LayoutDirection Android.Content.Res.Configuration:get_LayoutDirection () + Android.Views.LayoutDirection Android.Views.View:get_LayoutDirection () Android.Views.LayoutDirection Microsoft.Maui.Platform.ViewExtensions:GetLayoutDirection (Microsoft.Maui.IView) Android.Views.LayoutInflater Android.Views.LayoutInflater:From (Android.Content.Context) Android.Views.LayoutInflater Microsoft.Maui.Platform.MauiContextExtensions:GetLayoutInflater (Microsoft.Maui.IMauiContext) @@ -170,6 +168,7 @@ Methods: AndroidX.AppCompat.View.Menu.MenuItemImpl Google.Android.Material.Navigation.NavigationBarItemView:get_ItemData () AndroidX.AppCompat.Widget.AppCompatTextView Microsoft.Maui.Handlers.LabelHandler:CreatePlatformView () AndroidX.AppCompat.Widget.AppCompatTextView Microsoft.Maui.Handlers.LabelHandler:Microsoft.Maui.Handlers.ILabelHandler.get_PlatformView () + AndroidX.CoordinatorLayout.Widget.CoordinatorLayout Microsoft.Maui.Platform.ViewGroupExtensions:GetFirstChildOfType (Android.Views.ViewGroup) AndroidX.CoordinatorLayout.Widget.CoordinatorLayout Microsoft.Maui.PlatformInterop:CreateShellCoordinatorLayout (Android.Content.Context) AndroidX.Core.View.AccessibilityDelegateCompat AndroidX.Core.View.ViewCompat:GetAccessibilityDelegate (Android.Views.View) AndroidX.Core.View.AccessibilityDelegateCompat Microsoft.Maui.Platform.AccessibilityDelegateCompatWrapper:get_BlankDelegate () @@ -223,7 +222,9 @@ Methods: bool Android.Net.NetworkInfo:get_IsConnected () bool Android.OS.Handler:Post (Java.Lang.IRunnable) bool Android.OS.Handler:Post (System.Action) + bool Android.Runtime.AndroidEnvironment:Extends (System.Type,string) bool Android.Runtime.AndroidEnvironment:InitializeVSAndroidDesignerIsEnabled () + bool Android.Runtime.AndroidEnvironment:IsAcceptableHttpMessageHandlerType (System.Type) bool Android.Runtime.AndroidTypeManager:FastRegisterNativeMembers (Java.Interop.JniType,System.Type,System.ReadOnlySpan`1) bool Android.Runtime.AndroidTypeManager/MagicRegistrationMap:get_Filled () bool Android.Runtime.AndroidValueManager:ShouldReplaceMapping (System.WeakReference`1,Java.Interop.JniObjectReference,Java.Interop.IJavaPeerable&) @@ -337,7 +338,6 @@ Methods: bool Microsoft.Maui.Controls.Page:ShouldLayoutChildren () bool Microsoft.Maui.Controls.Page/d__84:MoveNext () bool Microsoft.Maui.Controls.Platform.AlertManager/<>c__DisplayClass1_0:b__0 (Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper) - bool Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetHint (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer:DrawChild (Android.Graphics.Canvas,Android.Views.View,long) bool Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer:UpdateContentPadding () bool Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer:Google.Android.Material.Navigation.NavigationBarView.IOnItemSelectedListener.OnNavigationItemSelected (Android.Views.IMenuItem) @@ -420,7 +420,9 @@ Methods: bool Microsoft.Maui.Devices.DevicePlatform:Equals (string) bool Microsoft.Maui.Devices.DevicePlatform:op_Equality (Microsoft.Maui.Devices.DevicePlatform,Microsoft.Maui.Devices.DevicePlatform) bool Microsoft.Maui.Devices.DevicePlatform:op_Inequality (Microsoft.Maui.Devices.DevicePlatform,Microsoft.Maui.Devices.DevicePlatform) + bool Microsoft.Maui.Devices.DisplayInfo:Equals (Microsoft.Maui.Devices.DisplayInfo) bool Microsoft.Maui.Dispatching.DispatcherProvider:SetCurrent (Microsoft.Maui.Dispatching.IDispatcherProvider) + bool Microsoft.Maui.ElementHandlerExtensions:CanInvokeMappers (Microsoft.Maui.IElementHandler) bool Microsoft.Maui.Font:Equals (Microsoft.Maui.Font) bool Microsoft.Maui.Font:get_AutoScalingEnabled () bool Microsoft.Maui.Font:op_Equality (Microsoft.Maui.Font,Microsoft.Maui.Font) @@ -435,7 +437,6 @@ Methods: bool Microsoft.Maui.Graphics.Rect:op_Inequality (Microsoft.Maui.Graphics.Rect,Microsoft.Maui.Graphics.Rect) bool Microsoft.Maui.Graphics.Size:Equals (Microsoft.Maui.Graphics.Size) bool Microsoft.Maui.Graphics.Size:Equals (object) - bool Microsoft.Maui.Graphics.Size:op_Equality (Microsoft.Maui.Graphics.Size,Microsoft.Maui.Graphics.Size) bool Microsoft.Maui.GridLength:Equals (Microsoft.Maui.GridLength) bool Microsoft.Maui.GridLength:Equals (object) bool Microsoft.Maui.Handlers.AndroidBatchPropertyMapper`2/d__2:MoveNext () @@ -450,13 +451,11 @@ Methods: bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Android.Runtime.IJavaObject) bool Microsoft.Maui.JavaObjectExtensions:IsDisposed (Java.Lang.Object) bool Microsoft.Maui.Layouts.GridLayoutManager/GridStructure:ShouldTreatStarsAsAuto (double,double,Microsoft.Maui.Primitives.LayoutAlignment) - bool Microsoft.Maui.Layouts.LayoutExtensions:ShouldArrangeLeftToRight (Microsoft.Maui.IView) bool Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions/d__3`1:MoveNext () bool Microsoft.Maui.MauiAppCompatActivity:get_AllowFragmentRestore () bool Microsoft.Maui.Platform.MauiScrollView:Microsoft.Maui.Platform.IScrollBarView.get_ScrollBarsInitialized () bool Microsoft.Maui.Platform.ThemeExtensions:TryResolveAttribute (Android.Content.Res.Resources/Theme,int) bool Microsoft.Maui.Platform.ViewExtensions:IsLoaded (Android.Views.View) - bool Microsoft.Maui.PropertyMapper:CanUpdateProperty (Microsoft.Maui.IElementHandler) bool Microsoft.Maui.PropertyMapper/d__17:MoveNext () bool Microsoft.Maui.Thickness:Equals (Microsoft.Maui.Thickness) bool Microsoft.Maui.Thickness:Equals (object) @@ -596,7 +595,6 @@ Methods: bool System.Globalization.CompareInfo:IsPrefix (System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Globalization.CompareOptions) bool System.Globalization.CompareInfo:StartsWithCore (System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Globalization.CompareOptions,int*) bool System.Globalization.CompareInfo:StartsWithOrdinalHelper (System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Globalization.CompareOptions,int*) - bool System.Globalization.CompareInfo:StartsWithOrdinalIgnoreCaseHelper (System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Globalization.CompareOptions,int*) bool System.Globalization.CultureData:GetDefaultLocaleName (string&) bool System.Globalization.CultureData:GetLocaleName (string,string&) bool System.Globalization.CultureData:InitCultureDataCore () @@ -694,7 +692,6 @@ Methods: bool System.Number:TryParseNumber (char*&,char*,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo) bool System.Number:TryStringToNumber (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Number/NumberBuffer&,System.Globalization.NumberFormatInfo) bool System.Number:TryUInt32ToDecStr (uint,int,System.Span`1,int&) - bool System.Numerics.Matrix3x2:op_Equality (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) bool System.Object:Equals (object,object) bool System.Object:Equals (object) bool System.OperatingSystem:IsAndroidVersionAtLeast (int,int,int,int) @@ -717,7 +714,6 @@ Methods: bool System.ProbabilisticMap:IsCharBitSet (uint*,byte) bool System.Reflection.AssemblyNameParser:IsWhiteSpace (char) bool System.Reflection.CustomAttribute:IsUserCattrProvider (object) - bool System.Reflection.Emit.ILGenerator:get_InExceptionBlock () bool System.Reflection.FieldInfo:get_IsLiteral () bool System.Reflection.FieldInfo:get_IsStatic () bool System.Reflection.MethodBase:get_IsPublic () @@ -750,15 +746,16 @@ Methods: bool System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) bool System.RuntimeType:FilterApplyMethodInfo (System.Reflection.RuntimeMethodInfo,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) bool System.RuntimeType:get_ContainsGenericParameters () + bool System.RuntimeType:get_IsActualEnum () bool System.RuntimeType:get_IsByRefLike () bool System.RuntimeType:get_IsConstructedGenericType () bool System.RuntimeType:get_IsEnum () bool System.RuntimeType:get_IsGenericParameter () bool System.RuntimeType:get_IsGenericType () bool System.RuntimeType:get_IsGenericTypeDefinition () - bool System.RuntimeType:get_IsUserType () bool System.RuntimeType:HasElementTypeImpl () bool System.RuntimeType:IsArrayImpl () + bool System.RuntimeType:IsAssignableFrom (System.Reflection.TypeInfo) bool System.RuntimeType:IsAssignableFrom (System.Type) bool System.RuntimeType:IsByRefImpl () bool System.RuntimeType:IsDelegate () @@ -788,7 +785,7 @@ Methods: bool System.RuntimeTypeHandle:IsValueType (System.RuntimeType) bool System.RuntimeTypeHandle:type_is_assignable_from (System.Runtime.CompilerServices.QCallTypeHandle,System.Runtime.CompilerServices.QCallTypeHandle) bool System.Span`1:TryCopyTo (System.Span`1) - bool System.SpanHelpers:Contains (char&,char,int) + bool System.SpanHelpers:ContainsValueType (int16&,int16,int) bool System.SpanHelpers:SequenceEqual (byte&,byte&,uintptr) bool System.String:Contains (char) bool System.String:Contains (string) @@ -805,7 +802,6 @@ Methods: bool System.String:op_Equality (string,string) bool System.String:op_Inequality (string,string) bool System.String:StartsWith (char) - bool System.String:StartsWith (string,bool,System.Globalization.CultureInfo) bool System.String:StartsWith (string,System.StringComparison) bool System.String:StartsWith (string) bool System.SZGenericArrayEnumerator`1:MoveNext () @@ -991,11 +987,16 @@ Methods: double Microsoft.Maui.Platform.ContextExtensions:GetThemeAttributePixels (Android.Content.Context,int) double Microsoft.Maui.Platform.MeasureSpecExtensions:ToDouble (int,Android.Content.Context) double Microsoft.Maui.Primitives.Dimension:ResolveMinimum (double) + double System.BitConverter:UInt64BitsToDouble (ulong) double System.Int32:System.IConvertible.ToDouble (System.IFormatProvider) double System.Math:Ceiling (double) + double System.Math:ModF (double,double*) double System.Math:Pow (double,double) - double System.Math:Sqrt (double) + double System.Math:Truncate (double) double System.Number:NumberToDouble (System.Number/NumberBuffer&) + double System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (Interop/Sys/ProcessCpuInformation*) + double System.Private.CoreLib.Interop/Sys:GetCpuUtilization (Interop/Sys/ProcessCpuInformation&) + double System.Threading.PortableThreadPool/CpuUtilizationReader:get_CurrentUtilization () double System.TimeSpan:get_TotalMilliseconds () Google.Android.Material.AppBar.AppBarLayout Android.Runtime.Extensions:JavaCast (Android.Runtime.IJavaObject) Google.Android.Material.AppBar.AppBarLayout Android.Views.View:FindViewById (int) @@ -1020,13 +1021,7 @@ Methods: int Android.Content.Res.Resources:GetIdentifier (string,string,string) int Android.Content.Res.TypedArray:GetDimensionPixelSize (int,int) int Android.Graphics.Color:FromArgb (int,int,int,int) - int Android.Graphics.Drawables.Drawable:n_GetOpacity (intptr,intptr) - int Android.Graphics.Point:get_X () - int Android.Graphics.Point:get_Y () - int Android.Graphics.Rect:get_Bottom () - int Android.Graphics.Rect:get_Right () int Android.Graphics.Rect:get_Top () - int Android.Graphics.Rect:Width () int Android.Runtime.AndroidObjectReferenceManager:_monodroid_gref_get () int Android.Runtime.AndroidObjectReferenceManager:get_GlobalReferenceCount () int Android.Runtime.AndroidTypeManager:CountMethods (System.ReadOnlySpan`1) @@ -1108,7 +1103,6 @@ Methods: int Microsoft.Maui.Controls.Grid:GetColumnSpan (Microsoft.Maui.IView) int Microsoft.Maui.Controls.Grid:GetRow (Microsoft.Maui.IView) int Microsoft.Maui.Controls.Grid:GetRowSpan (Microsoft.Maui.IView) - int Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:get_Opacity () int Microsoft.Maui.Controls.Label:get_MaxLines () int Microsoft.Maui.Controls.Layout:get_Count () int Microsoft.Maui.Controls.ObservableWrapper`2:IndexOf (Microsoft.Maui.Controls.Page) @@ -1140,8 +1134,6 @@ Methods: int Microsoft.Maui.Platform.ContextExtensions:GetActionBarHeight (Android.Content.Context) int Microsoft.Maui.Platform.ContextExtensions:GetDrawableId (Android.Content.Context,string) int Microsoft.Maui.Platform.ContextExtensions:GetDrawableId (Android.Content.Res.Resources,string,string) - int Microsoft.Maui.Platform.ContextExtensions:GetNavigationBarHeight (Android.Content.Context) - int Microsoft.Maui.Platform.ContextExtensions:GetStatusBarHeight (Android.Content.Context) int System.AppContextConfigHelper:GetInt32Config (string,int,bool) int System.Array:BinarySearch (string[],int,int,string,System.Collections.Generic.IComparer`1) int System.Array:BinarySearch (string[],string,System.Collections.Generic.IComparer`1) @@ -1199,7 +1191,7 @@ Methods: int System.Collections.Hashtable:get_Count () int System.Collections.Hashtable:GetHash (object) int System.Collections.ObjectModel.Collection`1:IndexOf (Microsoft.Maui.Controls.Element) - int System.Collections.ObjectModel.Collection`1:get_Count () + int System.Collections.ObjectModel.Collection`1:get_Count () int System.Collections.ObjectModel.ReadOnlyCollection`1:get_Count () int System.Collections.ObjectModel.ReadOnlyCollection`1:IndexOf (Microsoft.Maui.Controls.ShellSection) int System.Collections.SortedList:get_Count () @@ -1208,7 +1200,6 @@ Methods: int System.Collections.SortedList/ValueList:get_Count () int System.Collections.Specialized.SingleItemReadOnlyList:get_Count () int System.DateTime:get_Year () - int System.DateTime:GetDatePart (int) int System.DateTimeFormat:ParseNextChar (System.ReadOnlySpan`1,int) int System.DateTimeFormat:ParseRepeatPattern (System.ReadOnlySpan`1,int,char) int System.Delegate:GetHashCode () @@ -1296,47 +1287,39 @@ Methods: int System.Numerics.BitOperations:Log2SoftwareFallback (uint) int System.Object:GetHashCode () int System.OrdinalCaseSensitiveComparer:Compare (string,string) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|3_0 (intptr,void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|0_0 (void*,byte*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|3_0 (intptr,uint16*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,intptr) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|0_0 (uint16*,System.Globalization.CalendarId*,int) int System.Private.CoreLib.Interop/Globalization:g____PInvoke|31_0 (char*,int) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|35_0 (void*,uint,int*,int*) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|34_0 (void*,uint,int*) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|30_0 (void*,uint,char*,int,void*) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|29_0 (void*,char*,int) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|33_0 (void*,int,char*,int) - int System.Private.CoreLib.Interop/Globalization:g____PInvoke|43_0 (void*,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|35_0 (uint16*,uint,int*,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|34_0 (uint16*,uint,int*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|30_0 (uint16*,uint,char*,int,uint16*) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|29_0 (uint16*,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|33_0 (uint16*,int,char*,int) + int System.Private.CoreLib.Interop/Globalization:g____PInvoke|43_0 (uint16*,char*,int) int System.Private.CoreLib.Interop/Globalization:GetCalendars (string,System.Globalization.CalendarId[],int) int System.Private.CoreLib.Interop/Globalization:IanaIdToWindowsId (string,char*,int) int System.Private.CoreLib.Interop/Globalization:LoadICU () - int System.Private.CoreLib.Interop/Sys:g____PInvoke|13_0 (intptr) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|14_0 (intptr) int System.Private.CoreLib.Interop/Sys:g____PInvoke|28_0 (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:g____PInvoke|29_0 (intptr,Interop/Sys/LockOperations) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|110_0 (intptr,Interop/Sys/FileStatus*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|33_0 (Interop/Sys/ProcessCpuInformation*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|66_0 (intptr,int) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|115_0 (byte*,Interop/Sys/FileStatus*) - int System.Private.CoreLib.Interop/Sys:g____PInvoke|90_0 (intptr,byte*,int,long) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|113_0 (intptr,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|67_0 (intptr,int) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|118_0 (byte*,Interop/Sys/FileStatus*) + int System.Private.CoreLib.Interop/Sys:g____PInvoke|93_0 (intptr,byte*,int,long) int System.Private.CoreLib.Interop/Sys:Close (intptr) int System.Private.CoreLib.Interop/Sys:FLock (intptr,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FLock (Microsoft.Win32.SafeHandles.SafeFileHandle,Interop/Sys/LockOperations) int System.Private.CoreLib.Interop/Sys:FStat (System.Runtime.InteropServices.SafeHandle,Interop/Sys/FileStatus&) - int System.Private.CoreLib.Interop/Sys:GetCpuUtilization (Interop/Sys/ProcessCpuInformation&) int System.Private.CoreLib.Interop/Sys:GetErrNo () int System.Private.CoreLib.Interop/Sys:LStat (byte&,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:LStat (System.ReadOnlySpan`1,Interop/Sys/FileStatus&) int System.Private.CoreLib.Interop/Sys:PRead (System.Runtime.InteropServices.SafeHandle,byte*,int,long) int System.Random/XoshiroImpl:Next (int,int) - int System.Reflection.Emit.DynamicMethod:AddRef (object) - int System.Reflection.Emit.DynamicMethodTokenGenerator:GetToken (System.Reflection.MemberInfo,bool) - int System.Reflection.Emit.ILExceptionInfo:LastClauseType () - int System.Reflection.Emit.ILGenerator:get_ILOffset () - int System.Reflection.Emit.Int32Stack:Pop () int System.Reflection.MemberInfo:GetHashCode () int System.Reflection.MethodBase:GetHashCode () int System.Reflection.MethodInfo:GetHashCode () int System.Reflection.MonoMethodInfo:get_method_attributes (intptr) int System.Reflection.PropertyInfo:GetHashCode () - int System.Reflection.RuntimeMethodInfo:GetParametersCount () int System.Resources.FastResourceComparer:CompareOrdinal (byte*,int,string) int System.Resources.FastResourceComparer:GetHashCode (string) int System.Resources.FastResourceComparer:HashFunction (string) @@ -1351,13 +1334,14 @@ Methods: int System.Runtime.InteropServices.Marshal:GetLastSystemError () int System.Runtime.InteropServices.Marshal:GetLastWin32Error () int System.RuntimeType:GetHashCode () - int System.SpanHelpers:IndexOf (byte&,byte,int) - int System.SpanHelpers:IndexOf (char&,char,int) int System.SpanHelpers:IndexOf (char&,int,char&,int) - int System.SpanHelpers:IndexOfAny (char&,char,char,char,int) - int System.SpanHelpers:IndexOfAny (char&,char,char,int) - int System.SpanHelpers:LastIndexOf (char&,char,int) + int System.SpanHelpers:IndexOfAnyValueType (int16&,int16,int16,int) + int System.SpanHelpers:IndexOfAnyValueType (int16&,int16,int16,int16,int) + int System.SpanHelpers:IndexOfNullByte (byte&) + int System.SpanHelpers:IndexOfNullCharacter (char&) + int System.SpanHelpers:IndexOfValueType (int16&,int16,int) int System.SpanHelpers:LastIndexOf (char&,int,char&,int) + int System.SpanHelpers:LastIndexOfValueType (int16&,int16,int) int System.SpanHelpers:SequenceCompareTo (byte&,int,byte&,int) int System.SpanHelpers:SequenceCompareTo (char&,int,char&,int) int System.String:Compare (string,int,string,int,int,System.StringComparison) @@ -1369,13 +1353,13 @@ Methods: int System.String:GetNonRandomizedHashCodeOrdinalIgnoreCase () int System.String:IndexOf (char,int,int) int System.String:IndexOf (char,int) - int System.String:IndexOf (char) int System.String:IndexOf (string,int,int,System.StringComparison) int System.String:IndexOf (string,System.StringComparison) int System.String:IndexOfAny (char[],int,int) - int System.String:IndexOfAny (char[]) int System.String:LastIndexOf (string,int,int,System.StringComparison) int System.String:LastIndexOf (string,System.StringComparison) + int System.String:strlen (byte*) + int System.String:wcslen (char*) int System.Text.ASCIIEncoding:GetBytes (System.ReadOnlySpan`1,System.Span`1) int System.Text.ASCIIEncoding:GetBytesFast (char*,int,byte*,int,int&) int System.Text.DecoderNLS:GetChars (byte[],int,int,char[],int,bool) @@ -1391,7 +1375,6 @@ Methods: int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxByteCount (int) int System.Text.UTF8Encoding/UTF8EncodingSealed:GetMaxCharCount (int) int System.Threading.LowLevelLifoSemaphore:TimedWaitInternal (intptr,int) - int System.Threading.PortableThreadPool/CpuUtilizationReader:get_CurrentUtilization () int System.Threading.PortableThreadPool/GateThread:GetRunningStateForNumRuns (int) int System.Threading.SemaphoreSlim:Release () int System.Threading.SemaphoreSlim:Release (int) @@ -1433,9 +1416,9 @@ Methods: Interop/Error System.Private.CoreLib.Interop/Sys:ConvertErrorPlatformToPal (int) Interop/ErrorInfo System.Private.CoreLib.Interop/Sys:GetLastErrorInfo () Interop/Globalization/ResultCode System.Globalization.CalendarData/<>c:b__33_0 (System.Span`1,string,System.Globalization.CalendarId,System.Globalization.CalendarDataType) - Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|1_0 (void*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|1_0 (uint16*,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|10_0 (byte*,intptr*) - Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|41_0 (void*,void*,Interop/Globalization/TimeZoneDisplayNameType,char*,int) + Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:g____PInvoke|41_0 (uint16*,uint16*,Interop/Globalization/TimeZoneDisplayNameType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetCalendarInfo (string,System.Globalization.CalendarId,System.Globalization.CalendarDataType,char*,int) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetSortHandle (string,intptr&) Interop/Globalization/ResultCode System.Private.CoreLib.Interop/Globalization:GetTimeZoneDisplayName (string,string,Interop/Globalization/TimeZoneDisplayNameType,char*,int) @@ -1527,7 +1510,7 @@ Methods: intptr System.Array:GetFlattenedIndex (int) intptr System.Globalization.CompareInfo/SortHandleCache:GetCachedSortHandle (string) intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|0_0 (byte*) - intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|83_0 (byte*,Interop/Sys/OpenFlags,int) + intptr System.Private.CoreLib.Interop/Sys:g____PInvoke|86_0 (byte*,Interop/Sys/OpenFlags,int) intptr System.Private.CoreLib.Interop/Sys:GetEnv (string) intptr System.Private.CoreLib.Interop/Sys:LowLevelMonitor_Create () intptr System.Reflection.RuntimeAssembly:GetManifestResourceInternal (System.Runtime.CompilerServices.QCallAssembly,string,int&,System.Runtime.CompilerServices.ObjectHandleOnStack) @@ -1657,7 +1640,7 @@ Methods: Java.Net.URL Java.Net.URLConnection:get_URL () Java.Net.URLConnection Java.Net.URL:OpenConnection () Java.Security.KeyStore Java.Security.KeyStore:GetInstance (string) - Java.Security.KeyStore Xamarin.Android.Net.AndroidMessageHandler:g__InitializeKeyStore|149_0 (bool&) + Java.Security.KeyStore Xamarin.Android.Net.AndroidMessageHandler:g__InitializeKeyStore|153_0 (bool&) Java.Security.KeyStore Xamarin.Android.Net.AndroidMessageHandler:ConfigureKeyStore (Java.Security.KeyStore) Java.Util.IIterator Android.Runtime.JavaList:Iterator () Java.Util.IIterator Android.Runtime.JavaSet:Iterator () @@ -1821,6 +1804,7 @@ Methods: Microsoft.Maui.Controls.Element Microsoft.Maui.Controls.ViewExtensions/d__20:System.Collections.Generic.IEnumerator.get_Current () Microsoft.Maui.Controls.Element System.Collections.ObjectModel.Collection`1:get_Item (int) Microsoft.Maui.Controls.Element System.Collections.ObjectModel.ReadOnlyCollection`1:get_Item (int) + Microsoft.Maui.Controls.FlyoutBase Microsoft.Maui.Controls.FlyoutBase:GetContextFlyout (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Controls.FlyoutDisplayOptions Microsoft.Maui.Controls.ShellGroupItem:get_FlyoutDisplayOptions () Microsoft.Maui.Controls.FontAttributes Microsoft.Maui.Controls.Button:get_FontAttributes () Microsoft.Maui.Controls.FontAttributes Microsoft.Maui.Controls.Label:get_FontAttributes () @@ -1944,7 +1928,7 @@ Methods: Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Platform.GestureManager:get_Element () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.VisualElement,bool) Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) - Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell/<>c__DisplayClass286_0`1:b__0 () + Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0`1:b__0 () Microsoft.Maui.Controls.VisualElement Microsoft.Maui.Controls.Toolbar:get_TitleView () Microsoft.Maui.Controls.VisualState Microsoft.Maui.Controls.VisualState:Clone () Microsoft.Maui.Controls.VisualState Microsoft.Maui.Controls.VisualStateGroup:GetState (string) @@ -1981,13 +1965,12 @@ Methods: Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.VisualElement:get_FlowDirection () Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_FlowDirection () Microsoft.Maui.FlowDirection Microsoft.Maui.Controls.Window:get_FlowDirection () - Microsoft.Maui.FlowDirection Microsoft.Maui.IViewExtensions:GetEffectiveFlowDirection (Microsoft.Maui.IView) Microsoft.Maui.FlowDirection Microsoft.Maui.MauiContextExtensions:GetFlowDirection (Microsoft.Maui.IMauiContext) Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.FlyoutPage:Microsoft.Maui.IFlyoutView.get_FlyoutBehavior () Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:GetEffectiveFlyoutBehavior () Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:GetEffectiveValue (Microsoft.Maui.Controls.BindableProperty,System.Func`1,System.Action`1,Microsoft.Maui.Controls.Element,bool) Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell:Microsoft.Maui.IFlyoutView.get_FlyoutBehavior () - Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0:b__0 () + Microsoft.Maui.FlyoutBehavior Microsoft.Maui.Controls.Shell/<>c__DisplayClass284_0:b__0 () Microsoft.Maui.Font Microsoft.Maui.Controls.Button:Microsoft.Maui.ITextStyle.get_Font () Microsoft.Maui.Font Microsoft.Maui.Controls.FontExtensions:ToFont (Microsoft.Maui.Controls.Internals.IFontElement,System.Nullable`1) Microsoft.Maui.Font Microsoft.Maui.Controls.FontExtensions:WithAttributes (Microsoft.Maui.Font,Microsoft.Maui.Controls.FontAttributes) @@ -2044,7 +2027,6 @@ Methods: Microsoft.Maui.Graphics.Paint Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Background () Microsoft.Maui.Graphics.Platform.PlatformCanvasState Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:CreateNew (object) Microsoft.Maui.Graphics.Point Microsoft.Maui.Controls.CompressedLayout:GetHeadlessOffset (Microsoft.Maui.Controls.BindableObject) - Microsoft.Maui.Graphics.Point Microsoft.Maui.Graphics.Rect:get_Location () Microsoft.Maui.Graphics.Point Microsoft.Maui.VisualDiagnosticsOverlay:GenerateAdornerOffset (Android.Views.View) Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Bounds () Microsoft.Maui.Graphics.Rect Microsoft.Maui.Controls.VisualElement:get_Frame () @@ -2211,6 +2193,7 @@ Methods: Microsoft.Maui.Networking.IConnectivity Microsoft.Maui.Networking.Connectivity:get_Current () Microsoft.Maui.Networking.NetworkAccess Microsoft.Maui.Networking.Connectivity:get_NetworkAccess () Microsoft.Maui.Networking.NetworkAccess Microsoft.Maui.Networking.ConnectivityImplementation:get_NetworkAccess () + Microsoft.Maui.Platform.ActionDisposable Microsoft.Maui.Controls.SemanticProperties:FakeBindSemanticProperties (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Platform.ContentViewGroup Microsoft.Maui.Handlers.ContentViewHandler:CreatePlatformView () Microsoft.Maui.Platform.ContentViewGroup Microsoft.Maui.Handlers.ContentViewHandler:Microsoft.Maui.Handlers.IContentViewHandler.get_PlatformView () Microsoft.Maui.Platform.ContentViewGroup Microsoft.Maui.Handlers.ScrollViewHandler:FindInsetPanel (Microsoft.Maui.Handlers.IScrollViewHandler) @@ -2255,6 +2238,8 @@ Methods: Microsoft.Maui.Thickness Microsoft.Maui.Controls.View:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Margin () Microsoft.Maui.Thickness Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,Microsoft.Maui.Thickness) + Microsoft.Maui.ToolTip Microsoft.Maui.Controls.Element:Microsoft.Maui.IToolTipElement.get_ToolTip () + Microsoft.Maui.ToolTip Microsoft.Maui.Controls.ToolTipProperties:GetToolTip (Microsoft.Maui.Controls.BindableObject) Microsoft.Maui.Visibility Microsoft.Maui.Controls.VisualElement:Microsoft.Maui.IView.get_Visibility () Microsoft.Maui.WeakEventManager/Subscription System.Collections.Generic.List`1:get_Item (int) Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle:Open (string,Interop/Sys/OpenFlags,int,System.Func`4) @@ -2267,8 +2252,8 @@ Methods: Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitSubsystem:NewHandle (System.Threading.WaitSubsystem/WaitableObject) Mono.MonoAssemblyName* System.Reflection.AssemblyName:GetNativeName (intptr) object Android.Runtime.AndroidEnvironment:GetHttpMessageHandler () - object Android.Runtime.JNIEnv/<>c:b__107_8 (System.Type,intptr,int) - object Android.Runtime.JNIEnv/<>c:b__107_9 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__108_8 (System.Type,intptr,int) + object Android.Runtime.JNIEnv/<>c:b__108_9 (System.Type,intptr,int) object Java.Interop.JavaConvert/<>c:<.cctor>b__20_9 (intptr,Android.Runtime.JniHandleOwnership) object Java.Interop.TypeManager:CreateProxy (System.Type,intptr,Android.Runtime.JniHandleOwnership) object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory/<>c:b__16_0 (System.Type) @@ -2288,8 +2273,8 @@ Methods: object Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope:GetService (System.Type) object Microsoft.Extensions.DependencyInjection.ServiceProvider:GetService (System.Type,Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceProvider:GetService (System.Type) - object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c__DisplayClass23_0:b__1 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) - object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c:b__23_0 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) + object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c__DisplayClass25_0:b__1 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) + object Microsoft.Extensions.DependencyInjection.ServiceProvider/<>c:b__25_0 (Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope) object Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions:GetRequiredService (System.IServiceProvider,System.Type) object Microsoft.Maui.Controls.AppThemeBinding:GetValue () object Microsoft.Maui.Controls.BaseShellItem/<>c__DisplayClass77_0:b__0 () @@ -2311,9 +2296,8 @@ Methods: object Microsoft.Maui.Controls.ObservableWrapper`2:System.Collections.IList.get_Item (int) object Microsoft.Maui.Controls.PaddingElement:PaddingDefaultValueCreator (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.Routing:CreateDefaultRoute (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object) - object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__316_0 (Microsoft.Maui.Controls.BindableObject) - object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__316_1 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__315_0 (Microsoft.Maui.Controls.BindableObject) + object Microsoft.Maui.Controls.Shell/<>c:<.cctor>b__315_1 (Microsoft.Maui.Controls.BindableObject) object Microsoft.Maui.Controls.ShellContent:get_Content () object Microsoft.Maui.Controls.ShellContent/<>c__DisplayClass19_0:b__0 () object Microsoft.Maui.Controls.ShellContent/<>c:<.cctor>b__45_0 (Microsoft.Maui.Controls.BindableObject) @@ -2438,17 +2422,13 @@ Methods: single Java.Lang.Float:FloatValue () single Java.Lang.Float:System.IConvertible.ToSingle (System.IFormatProvider) single Java.Lang.Object:op_Explicit (Java.Lang.Object) - single Microsoft.Maui.Graphics.RectF:get_Height () - single Microsoft.Maui.Graphics.RectF:get_Width () single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Content.Context,double) single Microsoft.Maui.Platform.ContextExtensions:ToPixels (Android.Views.View,double) single System.Convert:ToSingle (object) - single System.Numerics.Matrix3x2:GetDeterminant () string Android.Content.ContextWrapper:get_PackageName () string Android.Content.Res.TypedArray:GetString (int) string Android.Runtime.AndroidTypeManager:GetReplacementTypeCore (string) string Android.Runtime.AndroidTypeManager:GetSimpleReference (System.Type) - string Android.Runtime.DynamicMethodNameCounter:GetUniqueName () string Android.Runtime.JavaArray`1/d__13:System.Collections.Generic.IEnumerator.get_Current () string Android.Runtime.JNIEnv:GetCharSequence (intptr,Android.Runtime.JniHandleOwnership) string Android.Runtime.JNIEnv:GetClassNameFromInstance (intptr) @@ -2483,7 +2463,6 @@ Methods: string Microsoft.Maui.Controls.NavigationPageToolbar:get_Title () string Microsoft.Maui.Controls.NavigationPageToolbar:GetTitle () string Microsoft.Maui.Controls.Page:get_Title () - string Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:ConcatenateNameAndHelpText (Microsoft.Maui.Controls.BindableObject) string Microsoft.Maui.Controls.RequestDefinition:MakeUriString (System.Collections.Generic.List`1) string Microsoft.Maui.Controls.RouteRequestBuilder:g__GetUserSegment|27_1 (Microsoft.Maui.Controls.BaseShellItem) string Microsoft.Maui.Controls.RouteRequestBuilder:get_NextSegment () @@ -2544,7 +2523,6 @@ Methods: string System.Globalization.TextInfo:ToLower (string) string System.Globalization.TextInfo:ToLowerAsciiInvariant (string) string System.Int32:ToString () - string System.Int64:ToString (System.IFormatProvider) string System.IO.BinaryReader:ReadString () string System.IO.Path:Combine (string,string,string) string System.IO.Path:Combine (string,string) @@ -2572,11 +2550,8 @@ Methods: string System.Net.NetworkInformation.HostInformation:get_DomainName () string System.Net.NetworkInformation.HostInformationPal:GetDomainName () string System.Net.Primitives.Interop/Sys:GetDomainName () - string System.Number:FormatInt64 (long,string,System.IFormatProvider) string System.Number:Int32ToDecStr (int) string System.Number:UInt32ToDecStr (uint) - string System.Number:UInt64ToDecStr (ulong,int) - string System.Number:UInt64ToDecStr (ulong) string System.Private.CoreLib.Interop/Sys:GetCwd () string System.Private.CoreLib.Interop/Sys:GetCwdHelper (byte*,int) string System.Private.CoreLib.Interop/Sys:GetDefaultTimeZone () @@ -2597,7 +2572,7 @@ Methods: string System.Resources.RuntimeResourceSet:GetString (string,bool) string System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () string System.Runtime.InteropServices.Marshal:PtrToStringUTF8 (intptr) - string System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:ToManaged () + string System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:ConvertToManaged (byte*) string System.RuntimeType:get_FullName () string System.RuntimeType:get_Name () string System.RuntimeType:getFullName (bool,bool) @@ -2633,7 +2608,6 @@ Methods: string System.String:TrimHelper (char*,int,System.Text.TrimType) string System.String:TrimWhiteSpaceHelper (System.Text.TrimType) string System.StringExtensions:SubstringTrim (string,int,int) - string System.Text.Encoding:GetString (byte*,int) string System.Text.Encoding:GetString (System.ReadOnlySpan`1) string System.Text.StringBuilder:ToString () string System.Text.UTF8Encoding:GetString (byte[],int,int) @@ -2681,6 +2655,7 @@ Methods: string[] System.Globalization.DateTimeFormatInfo:InternalGetAbbreviatedMonthNames () string[] System.Globalization.DateTimeFormatInfo:InternalGetAbbreviatedMonthNamesCore () string[] System.Net.Http.Headers.HttpHeaders:GetStoreValuesAsStringArray (System.Net.Http.Headers.HeaderDescriptor,System.Net.Http.Headers.HttpHeaders/HeaderStoreItemInfo) + string[] System.String:CreateSplitArrayOfThisAsSoleValue (System.StringSplitOptions,int) string[] System.String:Split (char,System.StringSplitOptions) string[] System.String:Split (char[],System.StringSplitOptions) string[] System.String:Split (char[]) @@ -2691,12 +2666,13 @@ Methods: System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__6>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__4>:get_MoveNextAction () System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:get_MoveNextAction () + System.Action System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:get_MoveNextAction () System.Action`2 Microsoft.Maui.PropertyMapper:GetProperty (string) System.Action`3 Microsoft.Maui.CommandMapper:GetCommand (string) System.AppDomain System.AppDomain:get_CurrentDomain () System.Array Android.Runtime.JNIEnv:_GetArray (intptr,System.Type) System.Array Android.Runtime.JNIEnv:GetArray (intptr,Android.Runtime.JniHandleOwnership,System.Type) - System.Array Android.Runtime.JNIEnv/<>c:b__133_12 (System.Type,intptr,int) + System.Array Android.Runtime.JNIEnv/<>c:b__134_12 (System.Type,intptr,int) System.Array System.Array:CreateInstance (System.Type,int) System.Array System.Array:InternalCreate (System.RuntimeType,int,int*,int*) System.ArraySegment`1 System.Net.Http.HttpContent/LimitArrayPoolWriteStream:GetBuffer () @@ -2916,7 +2892,6 @@ Methods: System.Collections.SortedList System.Collections.SortedList:Synchronized (System.Collections.SortedList) System.Collections.Specialized.NotifyCollectionChangedAction Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsExtensions:Apply (System.Collections.Specialized.NotifyCollectionChangedEventArgs,System.Action`3,System.Action`2,System.Action) System.ComponentModel.TypeConverter Microsoft.Maui.Controls.Xaml.TypeConversionExtensions/<>c__DisplayClass2_0:b__0 () - System.DateTime System.DateTime:Add (double,int) System.DateTime System.DateTime:AddMilliseconds (double) System.DateTime System.DateTime:AddTicks (long) System.DateTime System.DateTime:get_Date () @@ -2971,10 +2946,6 @@ Methods: System.Delegate Android.App.Application/IActivityLifecycleCallbacksInvoker:GetOnActivitySaveInstanceState_Landroid_app_Activity_Landroid_os_Bundle_Handler () System.Delegate Android.App.Application/IActivityLifecycleCallbacksInvoker:GetOnActivityStarted_Landroid_app_Activity_Handler () System.Delegate Android.App.Application/IActivityLifecycleCallbacksInvoker:GetOnActivityStopped_Landroid_app_Activity_Handler () - System.Delegate Android.Graphics.Drawables.Drawable:GetDraw_Landroid_graphics_Canvas_Handler () - System.Delegate Android.Graphics.Drawables.Drawable:GetGetOpacityHandler () - System.Delegate Android.Graphics.Drawables.Drawable:GetSetAlpha_IHandler () - System.Delegate Android.Graphics.Drawables.Drawable:GetSetColorFilter_Landroid_graphics_ColorFilter_Handler () System.Delegate Android.Graphics.Drawables.DrawableContainer:GetDraw_Landroid_graphics_Canvas_Handler () System.Delegate Android.Runtime.JNINativeWrapper:CreateBuiltInDelegate (System.Delegate,System.Type) System.Delegate Android.Runtime.JNINativeWrapper:CreateDelegate (System.Delegate) @@ -3040,11 +3011,8 @@ Methods: System.Delegate Java.Interop.TypeManager:GetActivateHandler () System.Delegate Java.Interop.TypeManager/JavaTypeManager:GetActivateHandler () System.Delegate Java.Lang.IRunnableInvoker:GetRunHandler () - System.Delegate Microsoft.Maui.IImageLoaderCallbackInvoker:GetOnComplete_Ljava_lang_Boolean_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_Handler () System.Delegate System.Delegate:Combine (System.Delegate,System.Delegate) System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo,bool,bool) - System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo,bool) - System.Delegate System.Delegate:CreateDelegate (System.Type,object,System.Reflection.MethodInfo) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo,bool) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Reflection.MethodInfo) System.Delegate System.Delegate:CreateDelegate (System.Type,System.Type,string,bool,bool) @@ -3053,7 +3021,6 @@ Methods: System.Delegate System.Delegate:Remove (System.Delegate,System.Delegate) System.Delegate System.MulticastDelegate:CombineImpl (System.Delegate) System.Delegate System.MulticastDelegate:RemoveImpl (System.Delegate) - System.Delegate System.Reflection.Emit.DynamicMethod:CreateDelegate (System.Type) System.Delegate System.Reflection.RuntimeMethodInfo:CreateDelegate (System.Type) System.Exception Android.Runtime.AndroidRuntime:GetExceptionForThrowable (Java.Interop.JniObjectReference&,Java.Interop.JniObjectReferenceOptions) System.Exception Java.Interop.JniEnvironment:GetExceptionForLastThrowable (intptr) @@ -3076,6 +3043,7 @@ Methods: System.Globalization.CalendarData System.Globalization.CultureData:GetCalendar (System.Globalization.CalendarId) System.Globalization.CalendarId System.Globalization.GregorianCalendar:get_ID () System.Globalization.CalendarId[] System.Globalization.CultureData:get_CalendarIds () + System.Globalization.CalendarId& System.Runtime.InteropServices.Marshalling.ArrayMarshaller`2/ManagedToUnmanagedIn:GetPinnableReference (System.Globalization.CalendarId[]) System.Globalization.CompareInfo System.Globalization.CultureInfo:get_CompareInfo () System.Globalization.CultureData System.Globalization.CultureData:CreateCultureData (string,bool) System.Globalization.CultureData System.Globalization.CultureData:CreateCultureWithInvariantData () @@ -3164,7 +3132,7 @@ Methods: System.Net.Http.HttpRequestMessage System.Net.Http.HttpClient:CreateRequestMessage (System.Net.Http.HttpMethod,System.Uri) System.Net.Http.HttpResponseMessage System.Net.Http.HttpResponseMessage:EnsureSuccessStatusCode () System.Net.HttpStatusCode System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter:GetResult () - System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass128_0:b__2 () + System.Net.HttpStatusCode Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass132_0:b__2 () System.Nullable`1 Microsoft.Maui.Controls.NavigationPageToolbar:GetBackButtonVisibleCalculated (System.Nullable`1) System.Nullable`1 System.Nullable`1:Unbox (object) System.Nullable`1 Android.Runtime.AndroidTypeManager:GetReplacementMethodInfoCore (string,string,string) @@ -3176,9 +3144,7 @@ Methods: System.Number/ParsingStatus System.Number:TryParseInt64IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,long&) System.Number/ParsingStatus System.Number:TryParseUInt32HexNumberStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,uint&) System.Number/ParsingStatus System.Number:TryParseUInt32IntegerStyle (System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,uint&) - System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:CreateScale (single,single) System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:get_Identity () - System.Numerics.Matrix3x2 System.Numerics.Matrix3x2:op_Multiply (System.Numerics.Matrix3x2,System.Numerics.Matrix3x2) System.OperatingSystem System.Environment:get_OSVersion () System.OperatingSystem System.Environment:GetOperatingSystem (string) System.OperatingSystem System.Environment:GetOSVersion () @@ -3257,12 +3223,6 @@ Methods: System.Reflection.CustomAttributeTypedArgument System.Array:InternalArray__get_Item (int) System.Reflection.CustomAttributeTypedArgument System.Collections.ObjectModel.ReadOnlyCollection`1:System.Collections.Generic.IList.get_Item (int) System.Reflection.CustomAttributeTypedArgument[] System.Reflection.RuntimeCustomAttributeData:UnboxValues (object[]) - System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator () - System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod:GetILGenerator (int) - System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:BeginExceptionBlock () - System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator:DefineLabel () - System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type,bool) - System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator:DeclareLocal (System.Type) System.Reflection.FieldAttributes System.Reflection.RuntimeFieldInfo:get_Attributes () System.Reflection.FieldInfo System.Net.CookieParser:get_IsQuotedDomainField () System.Reflection.FieldInfo System.Reflection.FieldInfo:GetFieldFromHandle (System.RuntimeFieldHandle,System.RuntimeTypeHandle) @@ -3274,7 +3234,6 @@ Methods: System.Reflection.InvocationFlags System.Reflection.RuntimeMethodInfo:ComputeAndUpdateInvocationFlags (System.Reflection.MethodInfo,System.Reflection.InvocationFlags&) System.Reflection.MemberInfo Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension/<>c__DisplayClass20_0:.ProvideValue>g__minforetriever|0 () System.Reflection.MemberInfo Microsoft.Maui.Controls.Xaml.OnIdiomExtension/<>c__DisplayClass32_0:g__minforetriever|0 () - System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod:get_Attributes () System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo:GetAttributes (intptr) System.Reflection.MethodAttributes System.Reflection.RuntimeConstructorInfo:get_Attributes () System.Reflection.MethodAttributes System.Reflection.RuntimeMethodInfo:get_Attributes () @@ -3282,7 +3241,6 @@ Methods: System.Reflection.MethodBase System.Reflection.RuntimeMethodInfo:GetMethodFromHandleInternalType_native (intptr,intptr,bool) System.Reflection.MethodBase System.Reflection.RuntimeMethodInfo:GetMethodFromHandleNoGenericCheck (System.RuntimeMethodHandle,System.RuntimeTypeHandle) System.Reflection.MethodBase System.Reflection.RuntimeMethodInfo:GetMethodFromHandleNoGenericCheck (System.RuntimeMethodHandle) - System.Reflection.MethodImplAttributes System.Reflection.Emit.DynamicMethod:GetMethodImplementationFlags () System.Reflection.MethodInfo Microsoft.Maui.Controls.Xaml.TypeConversionExtensions:GetImplicitConversionOperator (System.Type,System.Type,System.Type) System.Reflection.MethodInfo System.Delegate:get_Method () System.Reflection.MethodInfo System.Delegate:GetCandidateMethod (System.RuntimeType,System.Type,string,System.Reflection.BindingFlags,bool) @@ -3300,11 +3258,8 @@ Methods: System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) System.Reflection.MethodInfo System.Type:GetMethod (string,System.Reflection.BindingFlags) System.Reflection.MethodInfo System.Type:GetMethod (string) - System.Reflection.Module System.Reflection.Emit.DynamicMethod:get_Module () System.Reflection.Module System.RuntimeType:get_Module () System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo:GetMethodInfo (intptr) - System.Reflection.ParameterInfo System.Reflection.RuntimeParameterInfo:New (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) - System.Reflection.ParameterInfo[] System.Reflection.Emit.DynamicMethod:GetParametersInternal () System.Reflection.ParameterInfo[] System.Reflection.MethodBase:GetParametersNoCopy () System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo) System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo:GetParametersInfo (intptr,System.Reflection.MemberInfo) @@ -3347,13 +3302,14 @@ Methods: System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1:ConfigureAwait (bool) System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1:ConfigureAwait (bool) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/<g__Core|83_0>d&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__128&,System.Threading.Tasks.Task`1&) - System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__119&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__132&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Xamarin.Android.Net.AndroidMessageHandler/d__123&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (CommonMethods/d__0&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.Net.Http.HttpClient/d__41&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (maui.MainPage/d__6&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (maui.MainPage/d__4&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.Maui.Controls.NavigationPage/d__19&,System.Threading.Tasks.Task`1&) + System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.Maui.Devices.DeviceDisplayImplementation/Listener/d__2&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (Microsoft.Maui.TaskExtensions/d__1&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.BufferedStream/d__68&,System.Threading.Tasks.Task`1&) System.Runtime.CompilerServices.IAsyncStateMachineBox System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:GetStateMachineBox (System.IO.Stream/<g__Core|27_0>d&,System.Threading.Tasks.Task`1&) @@ -3402,7 +3358,7 @@ Methods: System.Threading.Tasks.Task Microsoft.Maui.Controls.NavigationPage:SendHandlerUpdateAsync (bool,System.Action,System.Action,System.Action) System.Threading.Tasks.Task Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetMenuItemIcon (Android.Views.IMenuItem,Microsoft.Maui.Controls.ImageSource,Microsoft.Maui.IMauiContext) System.Threading.Tasks.Task Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker:UpdateDrawerArrowFromFlyoutIcon (Android.Content.Context,AndroidX.AppCompat.App.ActionBarDrawerToggle) - System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:g__SetCurrentItem|176_1 () + System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:g__SetCurrentItem|175_1 () System.Threading.Tasks.Task Microsoft.Maui.Controls.Shell:OnFlyoutItemSelectedAsync (Microsoft.Maui.Controls.Element,bool) System.Threading.Tasks.Task Microsoft.Maui.Controls.ShellNavigationManager:GoToAsync (Microsoft.Maui.Controls.ShellNavigationParameters,Microsoft.Maui.Controls.ShellNavigationRequest) System.Threading.Tasks.Task Microsoft.Maui.Handlers.ButtonHandler:MapImageSourceAsync (Microsoft.Maui.Handlers.IButtonHandler,Microsoft.Maui.IImage) @@ -3459,6 +3415,7 @@ Methods: System.Threading.Tasks.Task`1 System.Net.Http.HttpClientHandler:SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 System.Net.Http.HttpMessageInvoker:SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:DoProcessRequest (System.Net.Http.HttpRequestMessage,Java.Net.URL,Java.Net.HttpURLConnection,System.Threading.CancellationToken,Xamarin.Android.Net.AndroidMessageHandler/RequestRedirectionState) + System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:DoSendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:ProcessRequest (System.Net.Http.HttpRequestMessage,Java.Net.URL,Java.Net.HttpURLConnection,System.Threading.CancellationToken,Xamarin.Android.Net.AndroidMessageHandler/RequestRedirectionState) System.Threading.Tasks.Task`1 Xamarin.Android.Net.AndroidMessageHandler:SendAsync (System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken) System.Threading.Tasks.Task`1 System.Threading.Tasks.Task:Run (System.Func`1,System.Threading.CancellationToken) @@ -3598,7 +3555,6 @@ Methods: System.Type System.Reflection.Assembly:GetType (string) System.Type System.Reflection.Assembly:InternalGetType (System.Reflection.Module,string,bool,bool) System.Type System.Reflection.CustomAttributeData:get_AttributeType () - System.Type System.Reflection.Emit.DynamicMethod:get_ReturnType () System.Type System.Reflection.MonoMethodInfo:GetDeclaringType (intptr) System.Type System.Reflection.MonoMethodInfo:GetReturnType (intptr) System.Type System.Reflection.ParameterInfo:get_ParameterType () @@ -3612,6 +3568,7 @@ Methods: System.Type System.Reflection.RuntimePropertyInfo:get_DeclaringType () System.Type System.Reflection.RuntimePropertyInfo:get_PropertyType () System.Type System.Reflection.RuntimePropertyInfo:get_ReflectedType () + System.Type System.Reflection.TypeInfo:AsType () System.Type System.RuntimeType:get_BaseType () System.Type System.RuntimeType:get_UnderlyingSystemType () System.Type System.RuntimeType:GetElementType () @@ -3665,6 +3622,7 @@ Methods: uintptr System.Text.ASCIIUtility:GetIndexOfFirstNonAsciiByte_Default (byte*,uintptr) uintptr System.Text.ASCIIUtility:NarrowUtf16ToAscii (char*,byte*,uintptr) uintptr System.Text.ASCIIUtility:WidenAsciiToUtf16 (byte*,char*,uintptr) + ulong System.BitConverter:DoubleToUInt64Bits (double) ulong System.Collections.HashHelpers:GetFastModMultiplier (uint) ulong System.Marvin:GenerateSeed () ulong System.Marvin:get_DefaultSeed () @@ -3757,9 +3715,7 @@ Methods: void Android.Graphics.BlendModeColorFilter:.ctor (Android.Graphics.Color,Android.Graphics.BlendMode) void Android.Graphics.Canvas:.cctor () void Android.Graphics.Canvas:.ctor (intptr,Android.Runtime.JniHandleOwnership) - void Android.Graphics.Canvas:DrawCircle (single,single,single,Android.Graphics.Paint) void Android.Graphics.Canvas:DrawColor (Android.Graphics.Color) - void Android.Graphics.Canvas:DrawRect (Android.Graphics.Rect,Android.Graphics.Paint) void Android.Graphics.Color:.ctor (int,int,int,int) void Android.Graphics.Color:CheckARGBValues (int,int,int,int) void Android.Graphics.Color:CheckRGBValues (int,int,int) @@ -3771,10 +3727,8 @@ Methods: void Android.Graphics.Drawables.ColorDrawable:.ctor (Android.Graphics.Color) void Android.Graphics.Drawables.ColorDrawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Drawables.Drawable:.cctor () - void Android.Graphics.Drawables.Drawable:.ctor () void Android.Graphics.Drawables.Drawable:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Drawables.Drawable:InvalidateSelf () - void Android.Graphics.Drawables.Drawable:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Graphics.Drawables.DrawableContainer:.cctor () void Android.Graphics.Drawables.DrawableContainer:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Drawables.DrawableContainer:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) @@ -3789,10 +3743,8 @@ Methods: void Android.Graphics.Paint:.ctor (Android.Graphics.Paint) void Android.Graphics.Paint:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Paint:set_AntiAlias (bool) - void Android.Graphics.Paint:set_Color (Android.Graphics.Color) void Android.Graphics.Paint:set_StrokeMiter (single) void Android.Graphics.Paint:set_StrokeWidth (single) - void Android.Graphics.Paint:set_TextSize (single) void Android.Graphics.Paint:SetARGB (int,int,int,int) void Android.Graphics.Paint:SetStyle (Android.Graphics.Paint/Style) void Android.Graphics.Paint/Style:.cctor () @@ -3803,8 +3755,6 @@ Methods: void Android.Graphics.PorterDuff/Mode:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Rect:.cctor () void Android.Graphics.Rect:.ctor () - void Android.Graphics.Rect:.ctor (int,int,int,int) - void Android.Graphics.Rect:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Graphics.Typeface:.cctor () void Android.Graphics.Typeface:.ctor (intptr,Android.Runtime.JniHandleOwnership) void Android.Net.ConnectivityManager:.cctor () @@ -3879,6 +3829,7 @@ Methods: void Android.Runtime.JNIEnv:InvokeConstructor (intptr,string,Android.Runtime.JValue*) void Android.Runtime.JNIEnv:monodroid_free (intptr) void Android.Runtime.JNIEnv:RegisterJniNatives (intptr,int,intptr,intptr,int) + void Android.Runtime.JNIEnv:SetSynchronizationContext () void Android.Runtime.JNIEnv:WaitForBridgeProcessing () void Android.Runtime.JNIEnv/<>c:.cctor () void Android.Runtime.JNIEnv/<>c:.ctor () @@ -3936,6 +3887,7 @@ Methods: void Android.Views.OrientationEventListener:.ctor (Android.Content.Context) void Android.Views.OrientationEventListener:Disable () void Android.Views.OrientationEventListener:Enable () + void Android.Views.OrientationEventListener:n_OnOrientationChanged_I (intptr,intptr,int) void Android.Views.View:.cctor () void Android.Views.View:.ctor (Android.Content.Context) void Android.Views.View:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -3954,7 +3906,6 @@ Methods: void Android.Views.View:Layout (int,int,int,int) void Android.Views.View:Measure (int,int) void Android.Views.View:n_DispatchDraw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) - void Android.Views.View:n_Draw_Landroid_graphics_Canvas_ (intptr,intptr,intptr) void Android.Views.View:n_OnLayout_ZIIII (intptr,intptr,bool,int,int,int,int) void Android.Views.View:n_OnMeasure_II (intptr,intptr,int,int) void Android.Views.View:n_OnSizeChanged_IIII (intptr,intptr,int,int,int,int) @@ -3971,8 +3922,6 @@ Methods: void Android.Views.View:set_BackgroundTintMode (Android.Graphics.PorterDuff/Mode) void Android.Views.View:set_ClipBounds (Android.Graphics.Rect) void Android.Views.View:set_ClipToOutline (bool) - void Android.Views.View:set_ContentDescription (string) - void Android.Views.View:set_ContentDescriptionFormatted (Java.Lang.ICharSequence) void Android.Views.View:set_Elevation (single) void Android.Views.View:set_Id (int) void Android.Views.View:set_ImportantForAccessibility (Android.Views.ImportantForAccessibility) @@ -4131,6 +4080,9 @@ Methods: void AndroidX.AppCompat.Widget.Toolbar:SetNavigationOnClickListener (Android.Views.View/IOnClickListener) void AndroidX.AppCompat.Widget.Toolbar:SetTitleTextColor (Android.Content.Res.ColorStateList) void AndroidX.AppCompat.Widget.Toolbar:SetTitleTextColor (int) + void AndroidX.AppCompat.Widget.TooltipCompat:.cctor () + void AndroidX.AppCompat.Widget.TooltipCompat:SetTooltipText (Android.Views.View,Java.Lang.ICharSequence) + void AndroidX.AppCompat.Widget.TooltipCompat:SetTooltipText (Android.Views.View,string) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.cctor () void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.ctor (Android.Content.Context,Android.Util.IAttributeSet) void AndroidX.CoordinatorLayout.Widget.CoordinatorLayout:.ctor (intptr,Android.Runtime.JniHandleOwnership) @@ -4674,9 +4626,7 @@ Methods: void Microsoft.Maui.Controls.BaseShellItem:SendAppearing () void Microsoft.Maui.Controls.BaseShellItem:set_Route (string) void Microsoft.Maui.Controls.BaseShellItem:UpdateFlyoutItemStyles (Microsoft.Maui.Controls.Grid,Microsoft.Maui.Controls.StyleSheets.IStyleSelectable) - void Microsoft.Maui.Controls.BaseShellItem/<>c:.cctor () - void Microsoft.Maui.Controls.BaseShellItem/<>c:.ctor () - void Microsoft.Maui.Controls.BaseShellItem/<>c:b__77_1 (object,System.EventArgs) + void Microsoft.Maui.Controls.BaseShellItem/<>c__DisplayClass77_1:b__1 (object,System.EventArgs) void Microsoft.Maui.Controls.BindableObject:.cctor () void Microsoft.Maui.Controls.BindableObject:.ctor () void Microsoft.Maui.Controls.BindableObject:add_BindingContextChanged (System.EventHandler) @@ -4710,6 +4660,7 @@ Methods: void Microsoft.Maui.Controls.BindableObject/SetValueArgs:.ctor (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindableObject/BindablePropertyContext,object,bool,Microsoft.Maui.Controls.Internals.SetValueFlags) void Microsoft.Maui.Controls.BindableObjectExtensions:PropagateBindingContext (Microsoft.Maui.Controls.BindableObject,System.Collections.Generic.IEnumerable`1,System.Action`2) void Microsoft.Maui.Controls.BindableObjectExtensions:PropagateBindingContext (Microsoft.Maui.Controls.BindableObject,System.Collections.Generic.IEnumerable`1) + void Microsoft.Maui.Controls.BindableObjectExtensions:SetBinding (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableProperty,string,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.IValueConverter,string) void Microsoft.Maui.Controls.BindableProperty:.cctor () void Microsoft.Maui.Controls.BindableProperty:.ctor (string,System.Type,System.Type,object,Microsoft.Maui.Controls.BindingMode,Microsoft.Maui.Controls.BindableProperty/ValidateValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangedDelegate,Microsoft.Maui.Controls.BindableProperty/BindingPropertyChangingDelegate,Microsoft.Maui.Controls.BindableProperty/CoerceValueDelegate,Microsoft.Maui.Controls.BindableProperty/BindablePropertyBindingChanging,bool,Microsoft.Maui.Controls.BindableProperty/CreateDefaultValueDelegate) void Microsoft.Maui.Controls.BindablePropertyKey:.ctor (Microsoft.Maui.Controls.BindableProperty) @@ -4806,7 +4757,6 @@ Methods: void Microsoft.Maui.Controls.Compatibility.Platform.Android.ResourcesProvider:UpdateStyles () void Microsoft.Maui.Controls.Compatibility.Resource/Attribute:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Drawable:.cctor () - void Microsoft.Maui.Controls.Compatibility.Resource/Layout:.cctor () void Microsoft.Maui.Controls.Compatibility.Resource/Style:.cctor () void Microsoft.Maui.Controls.CompressedLayout:.cctor () void Microsoft.Maui.Controls.CompressedLayout:SetHeadlessOffset (Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Graphics.Point) @@ -4909,6 +4859,9 @@ Methods: void Microsoft.Maui.Controls.FileImageSource:.ctor () void Microsoft.Maui.Controls.FileImageSource:OnPropertyChanged (string) void Microsoft.Maui.Controls.FileImageSource:set_File (string) + void Microsoft.Maui.Controls.FlyoutBase:.cctor () + void Microsoft.Maui.Controls.FlyoutBase/<>c:.cctor () + void Microsoft.Maui.Controls.FlyoutBase/<>c:.ctor () void Microsoft.Maui.Controls.FlyoutItem:.cctor () void Microsoft.Maui.Controls.FlyoutItem:.ctor () void Microsoft.Maui.Controls.FlyoutPage:.cctor () @@ -4961,9 +4914,6 @@ Methods: void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:OnElementSet (Microsoft.Maui.Controls.Shell) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:SetVirtualView (Microsoft.Maui.Controls.Shell) void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:SwitchFragment (AndroidX.Fragment.App.FragmentManager,Android.Views.View,Microsoft.Maui.Controls.ShellItem,bool) - void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer:UpdateStatusBarColor (Microsoft.Maui.Controls.ShellAppearance) - void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:.ctor (Android.Graphics.Color,int,int) - void Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer/SplitDrawable:Draw (Android.Graphics.Canvas) void Microsoft.Maui.Controls.Handlers.TabbedPageManager:.ctor (Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Handlers.TabbedPageManager:OnChildrenCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Handlers.TabbedPageManager:OnLayoutChanged (object,Android.Views.View/LayoutChangeEventArgs) @@ -5232,14 +5182,7 @@ Methods: void Microsoft.Maui.Controls.Platform.AlertManager/AlertRequestHelper:.ctor (Android.App.Activity,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Platform.ApplicationExtensions:UpdateWindowSoftInputModeAdjust (Android.App.Application,Microsoft.Maui.Controls.Application) void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:.cctor () - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:AccessibilitySettingsChanged (Android.Views.View,Microsoft.Maui.Controls.Element,string,string) - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:AccessibilitySettingsChanged (Android.Views.View,Microsoft.Maui.Controls.Element) - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetAutomationId (Android.Views.View,Microsoft.Maui.Controls.Element,string) - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetAutomationId (Android.Views.View,string,string) - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetBasicContentDescription (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string) - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetContentDescription (Android.Views.View,Microsoft.Maui.Controls.BindableObject,string,string) void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetImportantForAccessibility (Android.Views.View,Microsoft.Maui.Controls.Element) - void Microsoft.Maui.Controls.Platform.AutomationPropertiesProvider:SetLabeledBy (Android.Views.View,Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetShiftMode (Google.Android.Material.BottomNavigation.BottomNavigationView,bool,bool) void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:SetupMenu (Android.Views.IMenu,int,System.Collections.Generic.List`1>,int,Google.Android.Material.BottomNavigation.BottomNavigationView,Microsoft.Maui.IMauiContext) void Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils:UpdateEnabled (bool,Android.Views.IMenuItem) @@ -5474,10 +5417,12 @@ Methods: void Microsoft.Maui.Controls.SelectableItemsView:.cctor () void Microsoft.Maui.Controls.SelectableItemsView:.ctor () void Microsoft.Maui.Controls.SemanticProperties:.cctor () + void Microsoft.Maui.Controls.SemanticProperties:g__CopyProperty|14_2 (Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.BindableObject) void Microsoft.Maui.Controls.SemanticProperties:OnDescriptionPropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.SemanticProperties:OnHeadingLevelPropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.SemanticProperties:OnHintPropertyChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.SemanticProperties:UpdateSemanticsProperty (Microsoft.Maui.Controls.BindableObject,System.Action`1) + void Microsoft.Maui.Controls.SemanticProperties/<>c__DisplayClass14_0:g__PropagateSemanticProperties|1 (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.SemanticProperties/<>c__DisplayClass3_0:b__0 (Microsoft.Maui.Semantics) void Microsoft.Maui.Controls.SemanticProperties/<>c__DisplayClass4_0:b__0 (Microsoft.Maui.Semantics) void Microsoft.Maui.Controls.SemanticProperties/<>c__DisplayClass5_0:b__0 (Microsoft.Maui.Semantics) @@ -5496,11 +5441,11 @@ Methods: void Microsoft.Maui.Controls.Shapes.Shape/<>c:.ctor () void Microsoft.Maui.Controls.Shell:.cctor () void Microsoft.Maui.Controls.Shell:.ctor () - void Microsoft.Maui.Controls.Shell:<.ctor>b__173_0 (object,Microsoft.Maui.Controls.ShellNavigatedEventArgs) - void Microsoft.Maui.Controls.Shell:<.ctor>b__173_1 (object,Microsoft.Maui.Controls.ShellNavigatingEventArgs) - void Microsoft.Maui.Controls.Shell:<.ctor>b__173_2 (object,System.EventArgs) - void Microsoft.Maui.Controls.Shell:<.ctor>b__173_3 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) - void Microsoft.Maui.Controls.Shell:b__176_0 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__172_0 (object,Microsoft.Maui.Controls.ShellNavigatedEventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__172_1 (object,Microsoft.Maui.Controls.ShellNavigatingEventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__172_2 (object,System.EventArgs) + void Microsoft.Maui.Controls.Shell:<.ctor>b__172_3 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) + void Microsoft.Maui.Controls.Shell:b__175_0 (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Shell:add_Navigated (System.EventHandler`1) void Microsoft.Maui.Controls.Shell:add_Navigating (System.EventHandler`1) void Microsoft.Maui.Controls.Shell:AddLogicalChild (Microsoft.Maui.Controls.Element) @@ -5516,7 +5461,6 @@ Methods: void Microsoft.Maui.Controls.Shell:OnCurrentItemChanged (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Shell:OnCurrentItemChanging (Microsoft.Maui.Controls.BindableObject,object,object) void Microsoft.Maui.Controls.Shell:OnCurrentPagePropertyChanged (object,System.ComponentModel.PropertyChangedEventArgs) - void Microsoft.Maui.Controls.Shell:OnHandlerChanging (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Shell:OnHandlerChangingCore (Microsoft.Maui.Controls.HandlerChangingEventArgs) void Microsoft.Maui.Controls.Shell:OnInternalChildrenCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) void Microsoft.Maui.Controls.Shell:OnNavigated (Microsoft.Maui.Controls.ShellNavigatedEventArgs) @@ -5533,9 +5477,9 @@ Methods: void Microsoft.Maui.Controls.Shell:set_Route (string) void Microsoft.Maui.Controls.Shell:UpdateChecked (Microsoft.Maui.Controls.Element,bool) void Microsoft.Maui.Controls.Shell:UpdateToolbarAppearanceFeatures (Microsoft.Maui.Controls.Element,Microsoft.Maui.Controls.ShellAppearance) - void Microsoft.Maui.Controls.Shell/<b__176_0>d:MoveNext () - void Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|176_1>d:MoveNext () - void Microsoft.Maui.Controls.Shell/<>c__DisplayClass285_0:b__1 (Microsoft.Maui.Controls.Element) + void Microsoft.Maui.Controls.Shell/<b__175_0>d:MoveNext () + void Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|175_1>d:MoveNext () + void Microsoft.Maui.Controls.Shell/<>c__DisplayClass284_0:b__1 (Microsoft.Maui.Controls.Element) void Microsoft.Maui.Controls.Shell/<>c:.cctor () void Microsoft.Maui.Controls.Shell/<>c:.ctor () void Microsoft.Maui.Controls.Shell/NavigationImpl:.ctor (Microsoft.Maui.Controls.Shell) @@ -5742,6 +5686,7 @@ Methods: void Microsoft.Maui.Controls.Toolbar:SetProperty (System.Nullable`1&,System.Nullable`1,string) void Microsoft.Maui.Controls.Toolbar:UpdateMenu () void Microsoft.Maui.Controls.Toolbar:UpdateTitleView () + void Microsoft.Maui.Controls.ToolTipProperties:.cctor () void Microsoft.Maui.Controls.VerticalStackLayout:.ctor () void Microsoft.Maui.Controls.View:.cctor () void Microsoft.Maui.Controls.View:.ctor () @@ -5857,9 +5802,9 @@ Methods: void Microsoft.Maui.Controls.Window:set_Page (Microsoft.Maui.Controls.Page) void Microsoft.Maui.Controls.Window:set_Toolbar (Microsoft.Maui.Controls.Toolbar) void Microsoft.Maui.Controls.Window:SetEffectiveFlowDirection (Microsoft.Maui.Controls.EffectiveFlowDirection,bool) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) - void Microsoft.Maui.Controls.Window/<>c__DisplayClass150_0:g__ShellPropertyChanged|2 (object,System.ComponentModel.PropertyChangedEventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass205_0:g__OnPageHandlerChanged|0 (object,System.EventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass205_0:g__OnPageHandlerChanging|1 (object,Microsoft.Maui.Controls.HandlerChangingEventArgs) + void Microsoft.Maui.Controls.Window/<>c__DisplayClass205_0:g__ShellPropertyChanged|2 (object,System.ComponentModel.PropertyChangedEventArgs) void Microsoft.Maui.Controls.Window/NavigationImpl:.ctor (Microsoft.Maui.Controls.Window) void Microsoft.Maui.Controls.Xaml.Diagnostics.ResourceDictionaryDiagnostics:OnStaticResourceResolved (Microsoft.Maui.Controls.ResourceDictionary,string,object,object) void Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider:.ctor (object[],object,Microsoft.Maui.Controls.Internals.INameScope) @@ -5879,8 +5824,11 @@ Methods: void Microsoft.Maui.Devices.DeviceDisplayImplementation:StartScreenMetricsListeners () void Microsoft.Maui.Devices.DeviceDisplayImplementation:StopScreenMetricsListeners () void Microsoft.Maui.Devices.DeviceDisplayImplementation/Listener:.ctor (Android.Content.Context,System.Action) + void Microsoft.Maui.Devices.DeviceDisplayImplementation/Listener:OnOrientationChanged (int) void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:add_MainDisplayInfoChanged (System.EventHandler`1) void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:add_MainDisplayInfoChangedInternal (System.EventHandler`1) + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:OnMainDisplayInfoChanged () + void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:OnMainDisplayInfoChanged (Microsoft.Maui.Devices.DisplayInfoChangedEventArgs) void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:remove_MainDisplayInfoChanged (System.EventHandler`1) void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:remove_MainDisplayInfoChangedInternal (System.EventHandler`1) void Microsoft.Maui.Devices.DeviceDisplayImplementationBase:SetCurrent (Microsoft.Maui.Devices.DisplayInfo) @@ -5892,6 +5840,7 @@ Methods: void Microsoft.Maui.Dispatching.Dispatcher:.ctor (Android.OS.Looper) void Microsoft.Maui.EmbeddedFontLoader:.ctor (System.IServiceProvider) void Microsoft.Maui.EnumerableExtensions:ForEach (System.Collections.Generic.IEnumerable`1,System.Action`1) + void Microsoft.Maui.Essentials.Listener/d__2:MoveNext () void Microsoft.Maui.FileSystemEmbeddedFontLoader:.ctor (System.Func`1,System.IServiceProvider) void Microsoft.Maui.Font:.cctor () void Microsoft.Maui.Font:.ctor (string,double,Microsoft.Maui.FontSlant,Microsoft.Maui.FontWeight,bool) @@ -5901,30 +5850,17 @@ Methods: void Microsoft.Maui.FontRegistrar:.ctor (Microsoft.Maui.IEmbeddedFontLoader,System.IServiceProvider) void Microsoft.Maui.FontRegistrar:Register (string,string) void Microsoft.Maui.Graphics.AbstractCanvas`1:.ctor (Microsoft.Maui.Graphics.ICanvasStateService`1,Microsoft.Maui.Graphics.IStringSizeService) - void Microsoft.Maui.Graphics.AbstractCanvas`1:ResetState () - void Microsoft.Maui.Graphics.AbstractCanvas`1:Scale (single,single) void Microsoft.Maui.Graphics.AbstractCanvas`1:set_DisplayScale (single) void Microsoft.Maui.Graphics.CanvasState:.ctor () - void Microsoft.Maui.Graphics.CanvasState:set_Transform (System.Numerics.Matrix3x2) - void Microsoft.Maui.Graphics.CanvasState:TransformChanged () void Microsoft.Maui.Graphics.Color:.ctor (int,int,int,int) void Microsoft.Maui.Graphics.Color:.ctor (single,single,single,single) void Microsoft.Maui.Graphics.Colors:.cctor () void Microsoft.Maui.Graphics.Converters.ColorTypeConverter:.ctor () - void Microsoft.Maui.Graphics.Matrix3x2Extensions:DeconstructScales (System.Numerics.Matrix3x2&,single&,single&,single&) void Microsoft.Maui.Graphics.Platform.PlatformCanvas:.ctor (Android.Content.Context) - void Microsoft.Maui.Graphics.Platform.PlatformCanvas:PlatformScale (single,single) - void Microsoft.Maui.Graphics.Platform.PlatformCanvas:ResetState () - void Microsoft.Maui.Graphics.Platform.PlatformCanvas:set_Canvas (Android.Graphics.Canvas) void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:.ctor () - void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:Dispose () - void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:Reset (Android.Graphics.Paint,Android.Graphics.Paint,Android.Graphics.Paint) void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:set_Font (Microsoft.Maui.Graphics.IFont) - void Microsoft.Maui.Graphics.Platform.PlatformCanvasState:SetScale (single,single) void Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:EnsureDefaults () - void Microsoft.Maui.Graphics.Platform.PlatformCanvasStateService:Reset (Microsoft.Maui.Graphics.Platform.PlatformCanvasState) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:.ctor (Android.Content.Context,Microsoft.Maui.Graphics.IDrawable) - void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:Draw (Android.Graphics.Canvas) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:OnSizeChanged (int,int,int,int) void Microsoft.Maui.Graphics.Platform.PlatformGraphicsView:set_Drawable (Microsoft.Maui.Graphics.IDrawable) void Microsoft.Maui.Graphics.Point:.cctor () @@ -5937,15 +5873,7 @@ Methods: void Microsoft.Maui.Graphics.Rect:set_Width (double) void Microsoft.Maui.Graphics.Rect:set_X (double) void Microsoft.Maui.Graphics.Rect:set_Y (double) - void Microsoft.Maui.Graphics.RectF:.cctor () - void Microsoft.Maui.Graphics.RectF:.ctor (single,single,single,single) - void Microsoft.Maui.Graphics.RectF:set_Height (single) - void Microsoft.Maui.Graphics.RectF:set_Width (single) - void Microsoft.Maui.Graphics.RectF:set_X (single) - void Microsoft.Maui.Graphics.RectF:set_Y (single) void Microsoft.Maui.Graphics.ScalingCanvas:.ctor (Microsoft.Maui.Graphics.ICanvas) - void Microsoft.Maui.Graphics.ScalingCanvas:ResetState () - void Microsoft.Maui.Graphics.ScalingCanvas:Scale (single,single) void Microsoft.Maui.Graphics.Size:.ctor (double,double) void Microsoft.Maui.Graphics.Size:set_Height (double) void Microsoft.Maui.Graphics.Size:set_Width (double) @@ -6036,7 +5964,6 @@ Methods: void Microsoft.Maui.Handlers.LayoutHandler:MapClipsToBounds (Microsoft.Maui.ILayoutHandler,Microsoft.Maui.ILayout) void Microsoft.Maui.Handlers.LayoutHandler:MapInputTransparent (Microsoft.Maui.ILayoutHandler,Microsoft.Maui.ILayout) void Microsoft.Maui.Handlers.LayoutHandler:SetVirtualView (Microsoft.Maui.IView) - void Microsoft.Maui.Handlers.LayoutHandlerUpdate:.ctor (int,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.NavigationViewHandler:.cctor () void Microsoft.Maui.Handlers.NavigationViewHandler:.ctor () void Microsoft.Maui.Handlers.NavigationViewHandler:ConnectHandler (Android.Views.View) @@ -6093,6 +6020,7 @@ Methods: void Microsoft.Maui.Handlers.ViewHandler:MapShadow (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MapToolbar (Microsoft.Maui.IElementHandler,Microsoft.Maui.IToolbarElement) void Microsoft.Maui.Handlers.ViewHandler:MapToolbar (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) + void Microsoft.Maui.Handlers.ViewHandler:MapToolTip (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:MapWidth (Microsoft.Maui.IViewHandler,Microsoft.Maui.IView) void Microsoft.Maui.Handlers.ViewHandler:OnConnectHandler (object) void Microsoft.Maui.Handlers.ViewHandler:set_HasContainer (bool) @@ -6156,9 +6084,6 @@ Methods: void Microsoft.Maui.Hosting.MauiApplicationServiceCollection:CopyTo (Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],int) void Microsoft.Maui.HotReload.MauiHotReloadHelper:.cctor () void Microsoft.Maui.HotReload.MauiHotReloadHelper:RegisterHandlers (Microsoft.Maui.Hosting.IMauiHandlersCollection) - void Microsoft.Maui.IImageLoaderCallbackInvoker:.cctor () - void Microsoft.Maui.ImageLoaderCallback:.ctor () - void Microsoft.Maui.ImageLoaderCallbackBase`1:.ctor () void Microsoft.Maui.ImageSourceServiceResultManager:CompleteLoad (System.IDisposable) void Microsoft.Maui.Layouts.GridLayoutManager/Cell:.ctor (int,int,int,int,int,Microsoft.Maui.Layouts.GridLayoutManager/GridLengthType,Microsoft.Maui.Layouts.GridLayoutManager/GridLengthType) void Microsoft.Maui.Layouts.GridLayoutManager/Definition:.ctor (Microsoft.Maui.GridLength,bool) @@ -6317,12 +6242,13 @@ Methods: void Microsoft.Maui.Platform.ViewExtensions:UpdateMinimumHeight (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateMinimumWidth (Android.Views.View,Microsoft.Maui.IView) void Microsoft.Maui.Platform.ViewExtensions:UpdateOpacity (Android.Views.View,Microsoft.Maui.IView) + void Microsoft.Maui.Platform.ViewExtensions:UpdateToolTip (Android.Views.View,Microsoft.Maui.ToolTip) void Microsoft.Maui.Platform.ViewExtensions:UpdateWidth (Android.Views.View,Microsoft.Maui.IView) - void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass36_0:b__1 () - void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass36_0:b__2 (object,Android.Views.View/ViewAttachedToWindowEventArgs) - void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__1 () - void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__2 (object,Android.Views.View/ViewDetachedFromWindowEventArgs) - void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__3 () + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__1 () + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass37_0:b__2 (object,Android.Views.View/ViewAttachedToWindowEventArgs) + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass38_0:b__1 () + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass38_0:b__2 (object,Android.Views.View/ViewDetachedFromWindowEventArgs) + void Microsoft.Maui.Platform.ViewExtensions/<>c__DisplayClass38_0:b__3 () void Microsoft.Maui.Platform.ViewExtensions/<>c:.cctor () void Microsoft.Maui.Platform.ViewExtensions/<>c:.ctor () void Microsoft.Maui.Platform.ViewFragment:.ctor (Android.Views.View) @@ -6385,14 +6311,13 @@ Methods: void Microsoft.Maui.WindowOverlay:.ctor (Microsoft.Maui.IWindow) void Microsoft.Maui.WindowOverlay:add_Tapped (System.EventHandler`1) void Microsoft.Maui.WindowOverlay:DecorViewLayoutChange (object,Android.Views.View/LayoutChangeEventArgs) - void Microsoft.Maui.WindowOverlay:Draw (Microsoft.Maui.Graphics.ICanvas,Microsoft.Maui.Graphics.RectF) void Microsoft.Maui.WindowOverlay:Invalidate () void Microsoft.Win32.SafeHandles.SafeFileHandle:.cctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor () void Microsoft.Win32.SafeHandles.SafeFileHandle:.ctor (bool) void Microsoft.Win32.SafeHandles.SafeFileHandle:FStatCheckIO (string,Interop/Sys/FileStatus&,bool&) void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid:.ctor (bool) - void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor (intptr,bool) + void Microsoft.Win32.SafeHandles.SafeWaitHandle:.ctor () void Mono.RuntimeGPtrArrayHandle:DestroyAndFree (Mono.RuntimeGPtrArrayHandle&) void Mono.RuntimeGPtrArrayHandle:GPtrArrayFree (Mono.RuntimeStructs/GPtrArray*) void Mono.SafeGPtrArrayHandle:Dispose () @@ -6480,9 +6405,9 @@ Methods: void System.Collections.Concurrent.ConcurrentDictionary`2>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) - void System.Collections.Concurrent.ConcurrentDictionary`2:AcquireLocks (int,int,int&) - void System.Collections.Concurrent.ConcurrentDictionary`2:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables) - void System.Collections.Concurrent.ConcurrentDictionary`2:ReleaseLocks (int,int) + void System.Collections.Concurrent.ConcurrentDictionary`2>:AcquireLocks (int,int,int&) + void System.Collections.Concurrent.ConcurrentDictionary`2>:GrowTable (System.Collections.Concurrent.ConcurrentDictionary`2/Tables>) + void System.Collections.Concurrent.ConcurrentDictionary`2>:ReleaseLocks (int,int) void System.Collections.Concurrent.ConcurrentDictionary`2>>:.cctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor () void System.Collections.Concurrent.ConcurrentDictionary`2>>:.ctor (int,int,bool,System.Collections.Generic.IEqualityComparer`1) @@ -6621,10 +6546,8 @@ Methods: void System.Collections.Generic.List`1>:set_Capacity (int) void System.Collections.Generic.List`1:.cctor () void System.Collections.Generic.List`1:.ctor () - void System.Collections.Generic.List`1:.ctor (int) void System.Collections.Generic.List`1:AddWithResize (int) void System.Collections.Generic.List`1:Grow (int) - void System.Collections.Generic.List`1:RemoveAt (int) void System.Collections.Generic.List`1:set_Capacity (int) void System.Collections.Generic.List`1:.ctor (int) void System.Collections.Generic.List`1:.ctor (System.Collections.Generic.IEnumerable`1) @@ -6662,7 +6585,6 @@ Methods: void System.Collections.Generic.Queue`1:MoveNext (int&) void System.Collections.Generic.Queue`1:SetCapacity (int) void System.Collections.Generic.Queue`1:.ctor (int) - void System.Collections.Generic.Stack`1:Clear () void System.Collections.Generic.ValueListBuilder`1:.ctor (System.Span`1) void System.Collections.HashHelpers:.cctor () void System.Collections.Hashtable:.ctor () @@ -6789,8 +6711,6 @@ Methods: void System.Globalization.GregorianCalendar:.cctor () void System.Globalization.GregorianCalendar:.ctor () void System.Globalization.GregorianCalendar:.ctor (System.Globalization.GregorianCalendarTypes) - void System.Globalization.IdnMapping:.cctor () - void System.Globalization.IdnMapping:.ctor () void System.Globalization.NumberFormatInfo:.cctor () void System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData) void System.Globalization.NumberFormatInfo:InitializeInvariantAndNegativeSignFlags () @@ -6902,6 +6822,10 @@ Methods: void System.Linq.Enumerable/ReverseIterator`1:Dispose () void System.Linq.Enumerable/SelectListIterator`2:.ctor (System.Collections.Generic.List`1,System.Func`2) void System.Linq.Enumerable/WhereListIterator`1:.ctor (System.Collections.Generic.List`1,System.Func`2) + void System.Linq.EnumerableSorter`1/<>c:.cctor () + void System.Linq.EnumerableSorter`1/<>c:.ctor () + void System.Linq.EnumerableSorter`1:.cctor () + void System.Linq.EnumerableSorter`1:.ctor () void System.Linq.EnumerableSorter`2:.ctor (System.Func`2,System.Collections.Generic.IComparer`1,bool,System.Linq.EnumerableSorter`1) void System.Linq.EnumerableSorter`2:ComputeKeys (Microsoft.Maui.IView[],int) void System.Linq.EnumerableSorter`2:QuickSort (int[],int,int) @@ -6988,7 +6912,6 @@ Methods: void System.Net.Http.HttpClient:.ctor () void System.Net.Http.HttpClient:.ctor (System.Net.Http.HttpMessageHandler,bool) void System.Net.Http.HttpClient:.ctor (System.Net.Http.HttpMessageHandler) - void System.Net.Http.HttpClient:CheckDisposed () void System.Net.Http.HttpClient:CheckRequestBeforeSend (System.Net.Http.HttpRequestMessage) void System.Net.Http.HttpClient:CheckRequestMessage (System.Net.Http.HttpRequestMessage) void System.Net.Http.HttpClient:Dispose (bool) @@ -7002,7 +6925,6 @@ Methods: void System.Net.Http.HttpClientHandler:Dispose (bool) void System.Net.Http.HttpContent:.cctor () void System.Net.Http.HttpContent:.ctor () - void System.Net.Http.HttpContent:CheckDisposed () void System.Net.Http.HttpContent:CheckTaskNotNull (System.Threading.Tasks.Task) void System.Net.Http.HttpContent/d__63:MoveNext () void System.Net.Http.HttpContent/LimitArrayPoolWriteStream:.ctor (int,long) @@ -7014,20 +6936,15 @@ Methods: void System.Net.Http.HttpContent/LimitMemoryStream:Write (byte[],int,int) void System.Net.Http.HttpMessageHandler:Dispose () void System.Net.Http.HttpMessageInvoker:.ctor (System.Net.Http.HttpMessageHandler,bool) - void System.Net.Http.HttpMessageInvoker:CheckDisposed () void System.Net.Http.HttpMessageInvoker:Dispose () void System.Net.Http.HttpMessageInvoker:Dispose (bool) void System.Net.Http.HttpMethod:.cctor () void System.Net.Http.HttpMethod:.ctor (string,int) void System.Net.Http.HttpRequestMessage:.ctor (System.Net.Http.HttpMethod,string) void System.Net.Http.HttpRequestMessage:.ctor (System.Net.Http.HttpMethod,System.Uri) - void System.Net.Http.HttpRequestMessage:CheckDisposed () - void System.Net.Http.HttpRequestMessage:set_RequestUri (System.Uri) void System.Net.Http.HttpRequestMessage:set_Version (System.Version) - void System.Net.Http.HttpRequestMessage:set_VersionPolicy (System.Net.Http.HttpVersionPolicy) void System.Net.Http.HttpResponseMessage:.ctor () void System.Net.Http.HttpResponseMessage:.ctor (System.Net.HttpStatusCode) - void System.Net.Http.HttpResponseMessage:CheckDisposed () void System.Net.Http.HttpResponseMessage:set_Content (System.Net.Http.HttpContent) void System.Net.Http.HttpResponseMessage:set_ReasonPhrase (string) void System.Net.Http.HttpResponseMessage:set_RequestMessage (System.Net.Http.HttpRequestMessage) @@ -7053,7 +6970,7 @@ Methods: void System.Number:.cctor () void System.Number/FloatingPointInfo:.cctor () void System.Number/FloatingPointInfo:.ctor (uint16,uint16,int,int,ulong,int,int,int,int,int,int) - void System.Number/NumberBuffer:.ctor (System.Number/NumberBufferKind,byte*,int) + void System.Number/NumberBuffer:.ctor (System.Number/NumberBufferKind,System.Span`1) void System.Numerics.Matrix3x2:.cctor () void System.Numerics.Matrix3x2:.ctor (single,single,single,single,single,single) void System.OperatingSystem:.ctor (System.PlatformID,System.Version,string) @@ -7089,39 +7006,13 @@ Methods: void System.Reflection.AssemblyName:.ctor (string) void System.Reflection.AssemblyName:FillName (Mono.MonoAssemblyName*,string,bool,bool,bool) void System.Reflection.AssemblyNameFormatter:AppendQuoted (System.Text.ValueStringBuilder&,string) - void System.Reflection.AssemblyNameParser:.cctor () void System.Reflection.AssemblyNameParser:.ctor (System.ReadOnlySpan`1) void System.Reflection.AssemblyNameParser:RecordNewSeenOrThrow (System.Reflection.AssemblyNameParser/AttributeKind&,System.Reflection.AssemblyNameParser/AttributeKind) void System.Reflection.AssemblyNameParser/AssemblyNameParts:.ctor (string,System.Version,string,System.Reflection.AssemblyNameFlags,byte[]) void System.Reflection.ConstructorInfo:.cctor () void System.Reflection.CustomAttribute:.cctor () void System.Reflection.CustomAttributeTypedArgument:.ctor (System.Type,object) - void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,bool) - void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Reflection.Module,bool,bool,bool) - void System.Reflection.Emit.DynamicMethod:.ctor (string,System.Type,System.Type[],System.Type,bool) - void System.Reflection.Emit.DynamicMethod:create_dynamic_method (System.Reflection.Emit.DynamicMethod) - void System.Reflection.Emit.DynamicMethod:CreateDynMethod () - void System.Reflection.Emit.ILExceptionInfo:add_block (int) - void System.Reflection.Emit.ILExceptionInfo:AddCatch (System.Type,int) - void System.Reflection.Emit.ILExceptionInfo:End (int) - void System.Reflection.Emit.ILGenerator:.ctor (System.Reflection.Module,System.Reflection.Emit.ITokenGenerator,int) - void System.Reflection.Emit.ILGenerator:BeginCatchBlock (System.Type) - void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,int) - void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.Label) - void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) - void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode,System.Reflection.MethodInfo) - void System.Reflection.Emit.ILGenerator:Emit (System.Reflection.Emit.OpCode) - void System.Reflection.Emit.ILGenerator:emit_int (int) - void System.Reflection.Emit.ILGenerator:EndExceptionBlock () - void System.Reflection.Emit.ILGenerator:InternalEndClause () - void System.Reflection.Emit.ILGenerator:label_fixup (System.Reflection.MethodBase) - void System.Reflection.Emit.ILGenerator:ll_emit (System.Reflection.Emit.OpCode) - void System.Reflection.Emit.ILGenerator:make_room (int) - void System.Reflection.Emit.ILGenerator:MarkLabel (System.Reflection.Emit.Label) - void System.Reflection.Emit.Int32Stack:.ctor (int) - void System.Reflection.Emit.LocalBuilder:.ctor (System.Type,System.Reflection.Emit.ILGenerator) void System.Reflection.Emit.OpCodes:.cctor () - void System.Reflection.FieldAccessor:SetValue (object,object) void System.Reflection.FieldInfo:SetValue (object,object) void System.Reflection.MethodBase:CheckArguments (System.Span`1,intptr*,System.Span`1,System.ReadOnlySpan`1,System.RuntimeType[],System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) void System.Reflection.MethodBase:ValidateInvokeTarget (object) @@ -7136,10 +7027,8 @@ Methods: void System.Reflection.RuntimeFieldInfo:CheckGeneric () void System.Reflection.RuntimeFieldInfo:SetValue (object,object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) void System.Reflection.RuntimeFieldInfo:SetValueInternal (System.Reflection.FieldInfo,object,object) - void System.Reflection.RuntimeFieldInfo:SetValueNonEmit (object,object) void System.Reflection.RuntimeModule:GetGuidInternal (intptr,byte[]) void System.Reflection.RuntimeParameterInfo:.ctor (string,System.Type,int,int,object,System.Reflection.MemberInfo,System.Runtime.InteropServices.MarshalAsAttribute) - void System.Reflection.RuntimeParameterInfo:.ctor (System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,int) void System.Reflection.RuntimePropertyInfo:CachePropertyInfo (System.Reflection.PInfo) void System.Reflection.RuntimePropertyInfo:get_property_info (System.Reflection.RuntimePropertyInfo,System.Reflection.MonoPropertyInfo&,System.Reflection.PInfo) void System.Resources.FastResourceComparer:.cctor () @@ -7165,9 +7054,10 @@ Methods: void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__4&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.BottomNavigationViewUtils/d__3&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker/d__51&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<b__176_0>d&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|176_1>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<b__175_0>d&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.Shell/<g__SetCurrentItem|175_1>d&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Controls.ShellNavigationManager/d__14&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Devices.DeviceDisplayImplementation/Listener/d__2&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Platform.ImageSourcePartExtensions/d__0&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.Platform.ImageSourcePartLoader/d__17&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Microsoft.Maui.TaskExtensions/d__0`1&) @@ -7178,26 +7068,26 @@ Methods: void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpClient/d__41&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.HttpContent/d__63&) void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (System.Net.Http.StreamToStreamCopy/<g__DisposeSourceAsync|1_0>d&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__128&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__121&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__119&) - void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__146&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__132&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__123&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__125&) + void System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start (Xamarin.Android.Net.AndroidMessageHandler/d__150&) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder:SetResult () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1g__Core|83_0>d>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__128>:MoveNext (System.Threading.Thread) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:.cctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:.ctor () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:ExecutionContextCallback (object) - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:MoveNext () - void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__119>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__132>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__123>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__0>:ExecutionContextCallback (object) @@ -7223,6 +7113,11 @@ Methods: void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:ExecutionContextCallback (object) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:MoveNext () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__19>:MoveNext (System.Threading.Thread) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:.cctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:.ctor () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:ExecutionContextCallback (object) + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:MoveNext () + void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__2>:MoveNext (System.Threading.Thread) void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:.cctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:.ctor () void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1/AsyncStateMachineBox`1d__1>:ExecuteFromThreadPool (System.Threading.Thread) @@ -7304,8 +7199,10 @@ Methods: void System.Runtime.InteropServices.Marshal:PtrToStructureInternal (intptr,object,bool) void System.Runtime.InteropServices.Marshal:SetLastPInvokeError (int) void System.Runtime.InteropServices.Marshal:SetLastSystemError (int) - void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:.ctor (string,System.Span`1) - void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:FreeNative () + void System.Runtime.InteropServices.Marshalling.ArrayMarshaller`2/ManagedToUnmanagedIn:.cctor () + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller:Free (byte*) + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller/ManagedToUnmanagedIn:Free () + void System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller/ManagedToUnmanagedIn:FromManaged (string,System.Span`1) void System.Runtime.InteropServices.NativeMemory:Free (void*) void System.Runtime.InteropServices.SafeHandle:.ctor (intptr,bool) void System.Runtime.InteropServices.SafeHandle:DangerousAddRef () @@ -7550,8 +7447,8 @@ Methods: void System.Threading.Tasks.Task`1:.ctor () void System.Threading.Tasks.Task`1:.ctor (bool,System.Threading.Tasks.VoidTaskResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) void System.Threading.Tasks.TaskCache:.cctor () - void System.Threading.Tasks.TaskCompletionSource`1:.ctor () void System.Threading.Tasks.TaskCompletionSource`1:.ctor () + void System.Threading.Tasks.TaskCompletionSource`1:.ctor () void System.Threading.Tasks.TaskCompletionSource`1:SetResult (object) void System.Threading.Tasks.TaskScheduler:.cctor () void System.Threading.Tasks.TaskScheduler:.ctor () @@ -7625,6 +7522,7 @@ Methods: void System.Threading.TimerQueueTimer:CallCallback (bool) void System.Threading.TimerQueueTimer:Close () void System.Threading.TimerQueueTimer:Fire (bool) + void System.Threading.TimerQueueTimer:System.Threading.IThreadPoolWorkItem.Execute () void System.Threading.TimerQueueTimer/<>c:.cctor () void System.Threading.TimerQueueTimer/<>c:.ctor () void System.Threading.WaitHandle:.cctor () @@ -7695,7 +7593,7 @@ Methods: void System.Uri:ParseRemaining () void System.Uri/<>c:.cctor () void System.Uri/<>c:.ctor () - void System.Uri/<>c:b__159_1 (System.Span`1,System.ValueTuple`2) + void System.Uri/<>c:b__158_1 (System.Span`1,System.ValueTuple`2) void System.UriBuilder:.ctor (System.Uri) void System.UriBuilder:set_Port (int) void System.UriBuilder:SetFieldsFromUri () @@ -7730,11 +7628,11 @@ Methods: void Xamarin.Android.Net.AndroidMessageHandler:ParseCookies (Xamarin.Android.Net.AndroidHttpResponseMessage,System.Uri) void Xamarin.Android.Net.AndroidMessageHandler:SetupRequestBody (Java.Net.HttpURLConnection,System.Net.Http.HttpRequestMessage) void Xamarin.Android.Net.AndroidMessageHandler:SetupSSL (Javax.Net.Ssl.HttpsURLConnection,System.Net.Http.HttpRequestMessage) - void Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass125_0:b__0 () - void Xamarin.Android.Net.AndroidMessageHandler/d__128:MoveNext () - void Xamarin.Android.Net.AndroidMessageHandler/d__121:MoveNext () - void Xamarin.Android.Net.AndroidMessageHandler/d__119:MoveNext () - void Xamarin.Android.Net.AndroidMessageHandler/d__146:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/<>c__DisplayClass129_0:b__0 () + void Xamarin.Android.Net.AndroidMessageHandler/d__132:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/d__123:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/d__125:MoveNext () + void Xamarin.Android.Net.AndroidMessageHandler/d__150:MoveNext () void Xamarin.Android.Net.AuthModuleBasic:.ctor () void Xamarin.Android.Net.AuthModuleDigest:.cctor () void Xamarin.Android.Net.AuthModuleDigest:.ctor () From eadfe7ced955bebe17cc55120bd1e07153b02b17 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 14 Sep 2022 05:20:57 -0500 Subject: [PATCH 096/158] Remove MauiApplicationServiceCollection and use MakeReadOnly (#10097) Fixes #6115 --- .../MauiApplicationServiceCollection.cs | 103 ------------------ src/Core/src/Hosting/MauiAppBuilder.cs | 4 +- 2 files changed, 2 insertions(+), 105 deletions(-) delete mode 100644 src/Core/src/Hosting/Internal/MauiApplicationServiceCollection.cs diff --git a/src/Core/src/Hosting/Internal/MauiApplicationServiceCollection.cs b/src/Core/src/Hosting/Internal/MauiApplicationServiceCollection.cs deleted file mode 100644 index bba34f3a2a47..000000000000 --- a/src/Core/src/Hosting/Internal/MauiApplicationServiceCollection.cs +++ /dev/null @@ -1,103 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using Microsoft.Extensions.DependencyInjection; - -namespace Microsoft.Maui.Hosting -{ - internal sealed class MauiApplicationServiceCollection : IServiceCollection - { - private IServiceCollection _services = new ServiceCollection(); - - public ServiceDescriptor this[int index] - { - get => _services[index]; - set - { - CheckServicesAccess(); - _services[index] = value; - } - } - public int Count => _services.Count; - - public bool IsReadOnly { get; set; } - - public IServiceCollection InnerCollection - { - get => _services; - set - { - CheckServicesAccess(); - _services = value; - } - } - - public void Add(ServiceDescriptor item) - { - CheckServicesAccess(); - - _services.Add(item); - } - - public void Clear() - { - CheckServicesAccess(); - - _services.Clear(); - } - - public bool Contains(ServiceDescriptor item) - { - return _services.Contains(item); - } - - public void CopyTo(ServiceDescriptor[] array, int arrayIndex) - { - _services.CopyTo(array, arrayIndex); - } - - public IEnumerator GetEnumerator() - { - return _services.GetEnumerator(); - } - - public int IndexOf(ServiceDescriptor item) - { - return _services.IndexOf(item); - } - - public void Insert(int index, ServiceDescriptor item) - { - CheckServicesAccess(); - - _services.Insert(index, item); - } - - public bool Remove(ServiceDescriptor item) - { - CheckServicesAccess(); - - return _services.Remove(item); - } - - public void RemoveAt(int index) - { - CheckServicesAccess(); - - _services.RemoveAt(index); - } - - IEnumerator IEnumerable.GetEnumerator() - { - return GetEnumerator(); - } - - private void CheckServicesAccess() - { - if (IsReadOnly) - { - throw new InvalidOperationException("Cannot modify ServiceCollection after application is built."); - } - } - } -} diff --git a/src/Core/src/Hosting/MauiAppBuilder.cs b/src/Core/src/Hosting/MauiAppBuilder.cs index 81ecb42ddfb2..a6c83d8100e9 100644 --- a/src/Core/src/Hosting/MauiAppBuilder.cs +++ b/src/Core/src/Hosting/MauiAppBuilder.cs @@ -14,7 +14,7 @@ namespace Microsoft.Maui.Hosting /// public sealed class MauiAppBuilder { - private readonly MauiApplicationServiceCollection _services = new(); + private readonly ServiceCollection _services = new(); private Func? _createServiceProvider; private readonly Lazy _configuration; private ILoggingBuilder? _logging; @@ -152,7 +152,7 @@ public MauiApp Build() MauiApp builtApplication = new MauiApp(serviceProvider); // Mark the service collection as read-only to prevent future modifications - _services.IsReadOnly = true; + _services.MakeReadOnly(); var initServices = builtApplication.Services.GetServices(); if (initServices != null) From 33643420e30105ad6adf040cd1d4cefc20dc91cd Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 26 Sep 2022 17:54:05 +0100 Subject: [PATCH 097/158] Fix targets for iOS --- .nuspec/Microsoft.Maui.Resizetizer.targets | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.nuspec/Microsoft.Maui.Resizetizer.targets b/.nuspec/Microsoft.Maui.Resizetizer.targets index e3d597213113..107f9c5cbc41 100644 --- a/.nuspec/Microsoft.Maui.Resizetizer.targets +++ b/.nuspec/Microsoft.Maui.Resizetizer.targets @@ -122,8 +122,8 @@ $(ResizetizeCollectItemsBeforeTargets); - _CollectBundleResources; - _BeforeCoreCompileImageAssets; + $(CollectBundleResourcesDependsOn); + $(CompileImageAssetsDependsOn); @@ -133,7 +133,7 @@ $(ProcessMauiFontsBeforeTargets); - _BeforeCoreCompileImageAssets; + $(CompileImageAssetsDependsOn); @@ -141,6 +141,16 @@ ProcessMauiSplashScreens; $(CollectAppManifestsDependsOn) + + + $(CollectBundleResourcesDependsOn); + ResizetizeCollectItems; + + + + $(CompileImageAssetsDependsOn); + ResizetizeCollectItems; + From c895d6f3b4b8b96ab797f6c0dc7674b2d3f315ab Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 26 Sep 2022 17:55:28 +0100 Subject: [PATCH 098/158] Revert "Fix targets for iOS" This reverts commit 33643420e30105ad6adf040cd1d4cefc20dc91cd. --- .nuspec/Microsoft.Maui.Resizetizer.targets | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.nuspec/Microsoft.Maui.Resizetizer.targets b/.nuspec/Microsoft.Maui.Resizetizer.targets index 107f9c5cbc41..e3d597213113 100644 --- a/.nuspec/Microsoft.Maui.Resizetizer.targets +++ b/.nuspec/Microsoft.Maui.Resizetizer.targets @@ -122,8 +122,8 @@ $(ResizetizeCollectItemsBeforeTargets); - $(CollectBundleResourcesDependsOn); - $(CompileImageAssetsDependsOn); + _CollectBundleResources; + _BeforeCoreCompileImageAssets; @@ -133,7 +133,7 @@ $(ProcessMauiFontsBeforeTargets); - $(CompileImageAssetsDependsOn); + _BeforeCoreCompileImageAssets; @@ -141,16 +141,6 @@ ProcessMauiSplashScreens; $(CollectAppManifestsDependsOn) - - - $(CollectBundleResourcesDependsOn); - ResizetizeCollectItems; - - - - $(CompileImageAssetsDependsOn); - ResizetizeCollectItems; - From 5a7f050e2b295a06af6d3fc6775e793004dda188 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 28 Sep 2022 14:42:15 +0800 Subject: [PATCH 099/158] Not yet iOS 16, but will always use the new API --- .../src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs b/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs index 40c6fcb0bf2d..0a970ef9e250 100644 --- a/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs +++ b/src/Graphics/src/Graphics/Platforms/iOS/PlatformPdfExportContext.cs @@ -68,11 +68,7 @@ private void Close() { try { -#if IOS16_0_OR_GREATER UIGraphics.EndPDFContext(); -#else - UIGraphics.EndPDFContent(); -#endif } catch (Exception exc) { From 115979ef92ef84a98d7c027d62ef214f7a5d08ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Wed, 28 Sep 2022 22:13:09 +0200 Subject: [PATCH 100/158] Fix AdaptiveTriggers (#9984) * Fix AdaptiveTriggers * - shift adaptive triggers to use window size changed * - remove code from adaptive trigger watching the window Co-authored-by: Shane Neuville --- src/Controls/src/Core/AdaptiveTrigger.cs | 43 +++------------ .../VisualElement/VisualElement.Impl.cs | 1 + src/Controls/src/Core/VisualElement.cs | 2 - .../Core.UnitTests/AdaptiveTriggerTests.cs | 52 +++++++++++++++++-- 4 files changed, 56 insertions(+), 42 deletions(-) diff --git a/src/Controls/src/Core/AdaptiveTrigger.cs b/src/Controls/src/Core/AdaptiveTrigger.cs index 46ba47e886ac..18048414069a 100644 --- a/src/Controls/src/Core/AdaptiveTrigger.cs +++ b/src/Controls/src/Core/AdaptiveTrigger.cs @@ -9,7 +9,6 @@ namespace Microsoft.Maui.Controls public sealed class AdaptiveTrigger : StateTriggerBase { VisualElement? _visualElement; - Page? _page; Window? _window; /// @@ -65,52 +64,26 @@ void AttachEvents() DetachEvents(); _visualElement = VisualState?.VisualStateGroup?.VisualElement; - if (_visualElement is not null) - _visualElement.PropertyChanged += OnVisualElementPropertyChanged; _window = _visualElement?.Window; if (_window is not null) - _window.PropertyChanged += OnWindowPropertyChanged; - - _page = _window?.Page; - if (_page is not null) - _page.SizeChanged += OnPageSizeChanged; + { + _window.SizeChanged += OnWindowSizeChanged; + } } void DetachEvents() { - if (_visualElement is not null) - _visualElement.PropertyChanged -= OnVisualElementPropertyChanged; _visualElement = null; if (_window is not null) - _window.PropertyChanged -= OnWindowPropertyChanged; - _window = null; - - if (_page is not null) - _page.SizeChanged -= OnPageSizeChanged; - _page = null; - } - - void OnVisualElementPropertyChanged(object? sender, PropertyChangedEventArgs e) - { - if (e.PropertyName == VisualElement.WindowProperty.PropertyName) { - AttachEvents(); - UpdateState(); - } - } - - void OnWindowPropertyChanged(object? sender, PropertyChangedEventArgs e) - { - if (e.PropertyName == Window.PageProperty.PropertyName) - { - AttachEvents(); - UpdateState(); + _window.SizeChanged -= OnWindowSizeChanged; } + _window = null; } - void OnPageSizeChanged(object? sender, EventArgs e) + void OnWindowSizeChanged(object? sender, EventArgs e) { UpdateState(); } @@ -120,8 +93,8 @@ void UpdateState(bool knownAttached = false) if (!knownAttached && !IsAttached) return; - var w = _page?.Width ?? -1; - var h = _page?.Height ?? -1; + var w = _window?.Width ?? -1; + var h = _window?.Height ?? -1; if (w == -1 || h == -1) return; diff --git a/src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.Impl.cs b/src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.Impl.cs index b128f4e45cab..c709f49746de 100644 --- a/src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.Impl.cs +++ b/src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.Impl.cs @@ -410,6 +410,7 @@ static void OnWindowChanged(BindableObject bindable, object? oldValue, object? n oldWindow.HandlerChanged -= visualElement.OnWindowHandlerChanged; visualElement.UpdatePlatformUnloadedLoadedWiring(newValue as Window); + visualElement.InvalidateStateTriggers(newValue != null); } void OnWindowHandlerChanged(object? sender, EventArgs e) diff --git a/src/Controls/src/Core/VisualElement.cs b/src/Controls/src/Core/VisualElement.cs index a482618f9802..29cb615ccda5 100644 --- a/src/Controls/src/Core/VisualElement.cs +++ b/src/Controls/src/Core/VisualElement.cs @@ -697,8 +697,6 @@ public bool IsPlatformEnabled if (value && IsPlatformStateConsistent) InvalidateMeasureInternal(InvalidationTrigger.RendererReady); - InvalidateStateTriggers(IsPlatformEnabled); - OnIsPlatformEnabledChanged(); PlatformEnabledChanged?.Invoke(this, EventArgs.Empty); } diff --git a/src/Controls/tests/Core.UnitTests/AdaptiveTriggerTests.cs b/src/Controls/tests/Core.UnitTests/AdaptiveTriggerTests.cs index 9d4f67c039ef..5c280b94d386 100644 --- a/src/Controls/tests/Core.UnitTests/AdaptiveTriggerTests.cs +++ b/src/Controls/tests/Core.UnitTests/AdaptiveTriggerTests.cs @@ -46,23 +46,65 @@ public void ResizingWindowPageActivatesTrigger() Content = label, }; - var window = new Window + IWindow window = new Window { Page = page }; - label.IsPlatformEnabled = true; - page.IsPlatformEnabled = true; + window.FrameChanged(new Rect(0, 0, 100, 100)); Assert.Equal(label.Background, blueBrush); - page.Frame = new Rect(0, 0, 500, 100); + window.FrameChanged(new Rect(0, 0, 500, 100)); Assert.Equal(label.Background, greenBrush); - page.Frame = new Rect(0, 0, 100, 100); + window.FrameChanged(new Rect(0, 0, 100, 100)); Assert.Equal(label.Background, blueBrush); } + + + [Fact] + public void ValidateAdaptiveTriggerDisconnects() + { + var greenBrush = new SolidColorBrush(Colors.Green); + var label = new Label(); + var trigger = new AdaptiveTrigger { MinWindowWidth = 300 }; + + + VisualStateManager.SetVisualStateGroups(label, new VisualStateGroupList + { + new VisualStateGroup + { + States = + { + new VisualState + { + Name = "Large", + StateTriggers = { trigger }, + Setters = { new Setter { Property = Label.BackgroundProperty, Value = greenBrush } } + }, + } + } + }); + + var page = new ContentPage + { + Content = label, + }; + + Assert.False(trigger.IsAttached); + _ = new Window + { + Page = page + }; + + Assert.True(trigger.IsAttached); + + page.Content = new Label(); + + Assert.False(trigger.IsAttached); + } } } \ No newline at end of file From 0fbf7a5b88a3b014aa6a3369cd07eb344fbd9b79 Mon Sep 17 00:00:00 2001 From: David Ortinau Date: Thu, 29 Sep 2022 08:54:09 -0500 Subject: [PATCH 101/158] Sizing and inset math corrections for Button contentlayout (#10309) * sizing and inset math corrections for Button contentlayout * - update icon gravity * Update ButtonPage.xaml Co-authored-by: Shane Neuville --- .../Pages/Controls/ButtonPage.xaml | 2 +- .../Android/Extensions/ButtonExtensions.cs | 4 +-- .../iOS/Extensions/ButtonExtensions.cs | 32 ++++++++++--------- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/Controls/samples/Controls.Sample/Pages/Controls/ButtonPage.xaml b/src/Controls/samples/Controls.Sample/Pages/Controls/ButtonPage.xaml index d88e46285578..d797f4649b3c 100644 --- a/src/Controls/samples/Controls.Sample/Pages/Controls/ButtonPage.xaml +++ b/src/Controls/samples/Controls.Sample/Pages/Controls/ButtonPage.xaml @@ -125,7 +125,7 @@ Style="{StaticResource Headline}"/> diff --git a/src/Controls/src/Core/Platform/Android/Extensions/ButtonExtensions.cs b/src/Controls/src/Core/Platform/Android/Extensions/ButtonExtensions.cs index 55c549fe2869..c34326baa035 100644 --- a/src/Controls/src/Core/Platform/Android/Extensions/ButtonExtensions.cs +++ b/src/Controls/src/Core/Platform/Android/Extensions/ButtonExtensions.cs @@ -53,11 +53,11 @@ public static void UpdateContentLayout(this MaterialButton materialButton, Butto break; case ButtonContentLayout.ImagePosition.Left: materialButton.Icon = icon; - materialButton.IconGravity = MaterialButton.IconGravityStart; + materialButton.IconGravity = MaterialButton.IconGravityTextStart; break; case ButtonContentLayout.ImagePosition.Right: materialButton.Icon = icon; - materialButton.IconGravity = MaterialButton.IconGravityEnd; + materialButton.IconGravity = MaterialButton.IconGravityTextEnd; break; } } diff --git a/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs b/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs index 6965220165c4..9dcda444ae8e 100644 --- a/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs +++ b/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs @@ -90,10 +90,12 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt var titleRect = platformButton.GetTitleBoundingRect(); var titleWidth = titleRect.Width; + var titleHeight = titleRect.Height; var imageWidth = image.Size.Width; var imageHeight = image.Size.Height; var buttonWidth = platformButton.Bounds.Width; var buttonHeight = platformButton.Bounds.Height; + var sharedSpacing = spacing / 2; // These are just used to shift the image and title to center // Which makes the later math easier to follow @@ -110,11 +112,11 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt } else { - imageInsets.Top -= (buttonHeight - imageHeight) / 2; - imageInsets.Bottom += (buttonHeight - imageHeight) / 2; + imageInsets.Top -= (titleHeight / 2) + sharedSpacing; + imageInsets.Bottom += titleHeight / 2; - titleInsets.Top += (imageHeight / 2 + spacing); - titleInsets.Bottom -= imageHeight / 2; + titleInsets.Top += imageHeight / 2; + titleInsets.Bottom -= (imageHeight / 2) + sharedSpacing; } } else if (layout.Position == ButtonContentLayout.ImagePosition.Bottom) @@ -125,11 +127,11 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt } else { - imageInsets.Top += (buttonHeight - imageHeight) / 2; - imageInsets.Bottom -= (buttonHeight - imageHeight) / 2; + imageInsets.Top += titleHeight / 2; + imageInsets.Bottom -= (titleHeight / 2) + sharedSpacing; } - titleInsets.Top -= (imageHeight / 2 + spacing); + titleInsets.Top -= (imageHeight / 2) + sharedSpacing; titleInsets.Bottom += imageHeight / 2; } else if (layout.Position == ButtonContentLayout.ImagePosition.Left) @@ -140,12 +142,12 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt } else { - imageInsets.Left -= (buttonWidth - imageWidth) / 2; - imageInsets.Right += (buttonWidth - imageWidth) / 2; + imageInsets.Left -= (titleWidth / 2) + sharedSpacing; + imageInsets.Right += titleWidth / 2; } - titleInsets.Left += (imageWidth / 2); - titleInsets.Right -= (imageWidth / 2 + spacing); + titleInsets.Left += imageWidth / 2; + titleInsets.Right -= (imageWidth / 2) + sharedSpacing; } else if (layout.Position == ButtonContentLayout.ImagePosition.Right) { @@ -155,12 +157,12 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt } else { - imageInsets.Left += (buttonWidth - imageWidth) / 2; - imageInsets.Right -= (buttonWidth - imageWidth) / 2; + imageInsets.Left += titleWidth / 2; + imageInsets.Right -= (titleWidth / 2) + sharedSpacing; } - titleInsets.Left -= (imageWidth / 2 + spacing); - titleInsets.Right += (imageWidth / 2); + titleInsets.Left -= (imageWidth / 2) + sharedSpacing; + titleInsets.Right += imageWidth / 2; } } From 0c5147d7bea1d848dd46fd53c389a412334e0825 Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Thu, 29 Sep 2022 09:00:47 -0500 Subject: [PATCH 102/158] Disconnect lifecycle callback when nav removed (#10353) --- .../DeviceTests/Elements/Modal/ModalTests.cs | 8 ++-- .../Navigation/StackNavigationManager.cs | 41 +++++++++++++++---- 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/src/Controls/tests/DeviceTests/Elements/Modal/ModalTests.cs b/src/Controls/tests/DeviceTests/Elements/Modal/ModalTests.cs index 728e952f7480..322b7851a1d0 100644 --- a/src/Controls/tests/DeviceTests/Elements/Modal/ModalTests.cs +++ b/src/Controls/tests/DeviceTests/Elements/Modal/ModalTests.cs @@ -80,11 +80,7 @@ class PageTypes : IEnumerable { public IEnumerator GetEnumerator() { -#if IOS || MACCATALYST // Shell currently fails to run in CI for tests - for (int i = 0; i < 1; i++) -#else for (int i = 0; i < 2; i++) -#endif { Func rootPage; @@ -93,6 +89,10 @@ public IEnumerator GetEnumerator() else rootPage = () => new Shell() { CurrentItem = new ContentPage() }; + yield return new object[] { + rootPage(), new NavigationPage(new ContentPage()) + }; + yield return new object[] { rootPage(), new ContentPage() }; diff --git a/src/Core/src/Platform/Android/Navigation/StackNavigationManager.cs b/src/Core/src/Platform/Android/Navigation/StackNavigationManager.cs index 0ed2a0ca63e8..fd847cffc941 100644 --- a/src/Core/src/Platform/Android/Navigation/StackNavigationManager.cs +++ b/src/Core/src/Platform/Android/Navigation/StackNavigationManager.cs @@ -23,6 +23,7 @@ public class StackNavigationManager FragmentNavigator? _fragmentNavigator; NavGraph? _navGraph; IView? _currentPage; + Callbacks? _fragmentLifecycleCallbacks; internal IView? VirtualView { get; private set; } internal IStackNavigation? NavigationView { get; private set; } internal bool IsNavigating => ActiveRequestedArgs != null; @@ -292,6 +293,18 @@ void UpdateNavigationStack(IReadOnlyList newPageStack) public virtual void Disconnect() { + if (_fragmentLifecycleCallbacks != null) + { + if (_navHost?.NavController != null && _navHost.NavController.IsAlive()) + _navHost.NavController.RemoveOnDestinationChangedListener(_fragmentLifecycleCallbacks); + + if (_navHost?.ChildFragmentManager != null && _navHost.ChildFragmentManager.IsAlive()) + _navHost.ChildFragmentManager.UnregisterFragmentLifecycleCallbacks(_fragmentLifecycleCallbacks); + + _fragmentLifecycleCallbacks.Disconnect(); + _fragmentLifecycleCallbacks = null; + } + VirtualView = null; NavigationView = null; _navHost = null; @@ -333,11 +346,13 @@ public virtual void RequestNavigation(NavigationRequest e) .GetNavigator(Java.Lang.Class.FromType(typeof(NavGraphNavigator))); _navGraph = new NavGraph(navGraphNavigator); + } - - var callbacks = new Callbacks(this); - NavHost.NavController.AddOnDestinationChangedListener(callbacks); - NavHost.ChildFragmentManager.RegisterFragmentLifecycleCallbacks(callbacks, false); + if (_fragmentLifecycleCallbacks == null) + { + _fragmentLifecycleCallbacks = new Callbacks(this); + NavHost.NavController.AddOnDestinationChangedListener(_fragmentLifecycleCallbacks); + NavHost.ChildFragmentManager.RegisterFragmentLifecycleCallbacks(_fragmentLifecycleCallbacks, false); } ApplyNavigationRequest(e); @@ -413,25 +428,27 @@ class Callbacks : AndroidX.Fragment.App.FragmentManager.FragmentLifecycleCallbacks, NavController.IOnDestinationChangedListener { - StackNavigationManager _stackNavigationManager; + StackNavigationManager? _stackNavigationManager; public Callbacks(StackNavigationManager navigationLayout) { _stackNavigationManager = navigationLayout; } + #region IOnDestinationChangedListener void NavController.IOnDestinationChangedListener.OnDestinationChanged( NavController p0, NavDestination p1, Bundle? p2) { - _stackNavigationManager.OnDestinationChanged(p0, p1, p2); + _stackNavigationManager?.OnDestinationChanged(p0, p1, p2); } + #endregion #region FragmentLifecycleCallbacks public override void OnFragmentResumed(AndroidX.Fragment.App.FragmentManager fm, AndroidX.Fragment.App.Fragment f) { - if (_stackNavigationManager.VirtualView == null) + if (_stackNavigationManager?.VirtualView == null) return; if (f is NavigationViewFragment pf) @@ -449,8 +466,7 @@ public override void OnFragmentResumed(AndroidX.Fragment.App.FragmentManager fm, // Wire up the toolbar to the currently made visible Fragment var controller = NavHostFragment.FindNavController(f); - var appbarConfigBuilder = - new AppBarConfiguration + _ = new AppBarConfiguration .Builder(_stackNavigationManager.NavGraph); if (platformToolbar != null && toolbar != null && toolbar.Handler?.MauiContext != null) @@ -466,6 +482,9 @@ public override void OnFragmentViewDestroyed( AndroidX.Fragment.App.FragmentManager fm, AndroidX.Fragment.App.Fragment f) { + if (_stackNavigationManager?.VirtualView == null) + return; + if (f is NavigationViewFragment pf) _stackNavigationManager.OnNavigationViewFragmentDestroyed(fm, pf); @@ -473,6 +492,10 @@ public override void OnFragmentViewDestroyed( } #endregion + internal void Disconnect() + { + _stackNavigationManager = null; + } } } } From 974f77fcc6f1dbc0fb85a639bed60ee54cfe2493 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 30 Sep 2022 04:44:53 +0100 Subject: [PATCH 103/158] Bumps to .NET 7 RC 2 (#10290) Bump to: * .NET SDK 7.0.100-rc.2.22477.20 * .NET runtime 7.0.0-rc.2.22472.3 * Android 33.0.0-rc.2.202 * iOS, tvOS, MacCatalyst 15.4.1180-rc.2 * macOS 12.3.1180-rc.2 * emsdk 7.0.0-rc.2.22465.1 * Fixes for iOS APIs * Workaround CA1416 repo-wide Context: https://github.com/dotnet/roslyn-analyzers/issues/6158 * Fix for Resizetizer/Catalyst interaction Context: https://github.com/dotnet/maui/pull/9968#issuecomment-1248103786 * Fix nullable `Uri` APIs for iOS * Fix Resizetizer MSBuild targets for iOS * Bump required Xcode * Disable the resizetizer for inner builds of universal iOS/Mac Catalyst apps. * Not yet iOS 16, but will always use the new API * Add missing feeds for 6.0.10 * Add DisableTransitiveFrameworkReferenceDownloads for wpf/winforms packages not being restored * [Android] remove uses-sdk * Disable AOT for `Benchmarks.Droid.csproj` * Build some `.sln` files with `-maxCpuCount: 1` Co-authored-by: Jonathan Peppers Co-authored-by: Matthew Leibowitz Co-authored-by: Rolf Bjarne Kvinge --- .nuspec/Microsoft.Maui.Resizetizer.targets | 26 +++++++------- Directory.Build.props | 6 ++++ Directory.Build.targets | 6 ++++ NuGet.config | 5 ++- eng/Version.Details.xml | 36 +++++++++---------- eng/Versions.props | 18 +++++----- eng/cake/dotnet.cake | 13 ++++--- .../src/Maui/iOS/BlazorWebViewHandler.iOS.cs | 10 ++++-- .../Android/Properties/AndroidManifest.xml | 1 - .../DeviceTests/Controls.DeviceTests.csproj | 6 +++- .../Platforms/Android/AndroidManifest.xml | 1 - src/Core/src/Platform/iOS/MauiPageControl.cs | 7 +--- .../Benchmarks.Droid/Benchmarks.Droid.csproj | 1 + .../src/DeviceDisplay/DeviceDisplay.ios.cs | 13 ++----- .../WebAuthenticator.shared.cs | 9 ++--- 15 files changed, 87 insertions(+), 71 deletions(-) diff --git a/.nuspec/Microsoft.Maui.Resizetizer.targets b/.nuspec/Microsoft.Maui.Resizetizer.targets index e3d597213113..d69ad1c317bb 100644 --- a/.nuspec/Microsoft.Maui.Resizetizer.targets +++ b/.nuspec/Microsoft.Maui.Resizetizer.targets @@ -120,22 +120,24 @@ ios - - $(ResizetizeCollectItemsBeforeTargets); - _CollectBundleResources; - _BeforeCoreCompileImageAssets; - + + true + + + $(CollectBundleResourcesDependsOn); + ResizetizeCollectItems; + + + + $(CompileImageAssetsDependsOn); + ResizetizeCollectItems; + $(ResizetizeAfterTargets); ResizetizeCollectItems; - - $(ProcessMauiFontsBeforeTargets); - _BeforeCoreCompileImageAssets; - - ProcessMauiFonts; ProcessMauiSplashScreens; @@ -239,7 +241,7 @@ @@ -408,7 +410,7 @@ <_MauiSplashScreens Include="$(_MauiIntermediateSplashScreen)splash\*" /> - + diff --git a/Directory.Build.props b/Directory.Build.props index 151b1ccd0f17..266714005b0c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -152,4 +152,10 @@ + + + true + + true + diff --git a/Directory.Build.targets b/Directory.Build.targets index 381c6000ea68..b09a7de6ec0b 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -16,14 +16,20 @@ 10.0 10.0 + + $(NoWarn);CA1416 10.0 10.0 + + $(NoWarn);CA1416 13.1 13.1 + + $(NoWarn);CA1416 10.14 diff --git a/NuGet.config b/NuGet.config index c7d4befcd786..67c494995f96 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,8 +11,11 @@ - + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 25327876c7e1..aff9fe686705 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,40 +1,40 @@ - + https://github.com/dotnet/installer - cd7df40ff129744cc664ea5c83c113ccf2763829 + 915e3f711083de58b3142d6be77d48cc64da6c38 - + https://github.com/dotnet/runtime - 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 + 550605cc93d9b903c4fbaf8f1f83e387d2f79dbe - + https://github.com/xamarin/xamarin-android - b9389dc0168e184758c226962a0b270d300c17eb + bf10ce5525d97f2303993d631003df54f2837617 - + https://github.com/xamarin/xamarin-macios - e7aa824644021c2ff80d5948f089f399bf7568aa + 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b - + https://github.com/xamarin/xamarin-macios - e7aa824644021c2ff80d5948f089f399bf7568aa + 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b - + https://github.com/xamarin/xamarin-macios - e7aa824644021c2ff80d5948f089f399bf7568aa + 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b - + https://github.com/xamarin/xamarin-macios - e7aa824644021c2ff80d5948f089f399bf7568aa + 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b - + https://github.com/dotnet/emsdk - 5ef661392ae7b1595b683df83d63e3a0365fc126 + 6625add9a3eadc2954af0311be35290cfefcddb0 - + https://github.com/dotnet/emsdk - 5ef661392ae7b1595b683df83d63e3a0365fc126 + 6625add9a3eadc2954af0311be35290cfefcddb0 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index b74bf7e206ea..f64771227f7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,24 +3,24 @@ 6.0.533 - 7.0.100-rc.1.22425.9 + 7.0.100-rc.2.22477.20 - 7.0.0-rc.1.22426.10 + 7.0.0-rc.2.22472.3 7.0.0-rc.2.22430.11 7.0.0-rc.2.22430.11 6.0.0 - 33.0.0-rc.1.151 + 33.0.0-rc.2.202 - 15.4.1029-rc.1 - 15.4.1029-rc.1 - 12.3.1029-rc.1 - 15.4.1029-rc.1 + 15.4.1180-rc.2 + 15.4.1180-rc.2 + 12.3.1180-rc.2 + 15.4.1180-rc.2 - 7.0.100-rc.1.22 + 7.0.100-rc.2.24 - 7.0.0-rc.1.22424.1 + 7.0.0-rc.2.22465.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest70100PackageVersion) 1.1.4 diff --git a/eng/cake/dotnet.cake b/eng/cake/dotnet.cake index 8b63fc4a0bcf..90fc72d1546d 100644 --- a/eng/cake/dotnet.cake +++ b/eng/cake/dotnet.cake @@ -87,9 +87,9 @@ Task("dotnet-build") { RunMSBuildWithDotNet("./Microsoft.Maui.BuildTasks.slnf"); if (IsRunningOnWindows()) - RunMSBuildWithDotNet("./Microsoft.Maui.sln"); + RunMSBuildWithDotNet("./Microsoft.Maui.sln", maxCpuCount: 1); else - RunMSBuildWithDotNet("./Microsoft.Maui-mac.slnf"); + RunMSBuildWithDotNet("./Microsoft.Maui-mac.slnf", maxCpuCount: 1); }); Task("dotnet-samples") @@ -101,7 +101,7 @@ Task("dotnet-samples") ["UseWorkload"] = "true", // ["GenerateAppxPackageOnBuild"] = "true", ["RestoreConfigFile"] = tempDir.CombineWithFilePath("NuGet.config").FullPath, - }); + }, maxCpuCount: 1); }); Task("dotnet-templates") @@ -133,6 +133,8 @@ Task("dotnet-templates") // Avoid iOS build warning as error on Windows: There is no available connection to the Mac. Task 'VerifyXcodeVersion' will not be executed { "CustomBeforeMicrosoftCSharpTargets", MakeAbsolute(File("./src/Templates/TemplateTestExtraTargets.targets")).FullPath }, + //Try not restore dependecies of 6.0.10 + { "DisableTransitiveFrameworkReferenceDownloads", "true" }, }; var templates = new Dictionary> { @@ -596,7 +598,8 @@ void RunMSBuildWithDotNet( bool warningsAsError = false, bool restore = true, string targetFramework = null, - bool forceDotNetBuild = false) + bool forceDotNetBuild = false, + int maxCpuCount = 0) { var useDotNetBuild = forceDotNetBuild || !IsRunningOnWindows() || target == "Run"; @@ -611,7 +614,7 @@ void RunMSBuildWithDotNet( var msbuildSettings = new DotNetCoreMSBuildSettings() .SetConfiguration(configuration) - .SetMaxCpuCount(0) + .SetMaxCpuCount(maxCpuCount) .WithTarget(target) .EnableBinaryLogger(binlog); diff --git a/src/BlazorWebView/src/Maui/iOS/BlazorWebViewHandler.iOS.cs b/src/BlazorWebView/src/Maui/iOS/BlazorWebViewHandler.iOS.cs index 9e367d0deccd..078a153b29f5 100644 --- a/src/BlazorWebView/src/Maui/iOS/BlazorWebViewHandler.iOS.cs +++ b/src/BlazorWebView/src/Maui/iOS/BlazorWebViewHandler.iOS.cs @@ -190,7 +190,7 @@ public SchemeHandler(BlazorWebViewHandler webViewHandler) [SupportedOSPlatform("ios11.0")] public void StartUrlSchemeTask(WKWebView webView, IWKUrlSchemeTask urlSchemeTask) { - var responseBytes = GetResponseBytes(urlSchemeTask.Request.Url.AbsoluteString, out var contentType, statusCode: out var statusCode); + var responseBytes = GetResponseBytes(urlSchemeTask.Request.Url?.AbsoluteString ?? "", out var contentType, statusCode: out var statusCode); if (statusCode == 200) { using (var dic = new NSMutableDictionary()) @@ -199,8 +199,12 @@ public void StartUrlSchemeTask(WKWebView webView, IWKUrlSchemeTask urlSchemeTask dic.Add((NSString)"Content-Type", (NSString)contentType); // Disable local caching. This will prevent user scripts from executing correctly. dic.Add((NSString)"Cache-Control", (NSString)"no-cache, max-age=0, must-revalidate, no-store"); - using var response = new NSHttpUrlResponse(urlSchemeTask.Request.Url, statusCode, "HTTP/1.1", dic); - urlSchemeTask.DidReceiveResponse(response); + if(urlSchemeTask.Request.Url != null) + { + using var response = new NSHttpUrlResponse(urlSchemeTask.Request.Url, statusCode, "HTTP/1.1", dic); + urlSchemeTask.DidReceiveResponse(response); + } + } urlSchemeTask.DidReceiveData(NSData.FromArray(responseBytes)); urlSchemeTask.DidFinish(); diff --git a/src/Compatibility/ControlGallery/src/Android/Properties/AndroidManifest.xml b/src/Compatibility/ControlGallery/src/Android/Properties/AndroidManifest.xml index d833eaa7f446..373632615c29 100644 --- a/src/Compatibility/ControlGallery/src/Android/Properties/AndroidManifest.xml +++ b/src/Compatibility/ControlGallery/src/Android/Properties/AndroidManifest.xml @@ -1,6 +1,5 @@  - diff --git a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj index 8c8d19fe2dd5..2a95001a170e 100644 --- a/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj +++ b/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj @@ -21,7 +21,11 @@ - + + + 21.0 + + diff --git a/src/Controls/tests/DeviceTests/Platforms/Android/AndroidManifest.xml b/src/Controls/tests/DeviceTests/Platforms/Android/AndroidManifest.xml index d68d0f0621a1..ddf3fbc76cca 100644 --- a/src/Controls/tests/DeviceTests/Platforms/Android/AndroidManifest.xml +++ b/src/Controls/tests/DeviceTests/Platforms/Android/AndroidManifest.xml @@ -1,6 +1,5 @@  - diff --git a/src/Core/src/Platform/iOS/MauiPageControl.cs b/src/Core/src/Platform/iOS/MauiPageControl.cs index edf73aefaaf1..91b4405a66df 100644 --- a/src/Core/src/Platform/iOS/MauiPageControl.cs +++ b/src/Core/src/Platform/iOS/MauiPageControl.cs @@ -15,12 +15,7 @@ public class MauiPageControl : UIPageControl public MauiPageControl() { ValueChanged += MauiPageControlValueChanged; - - if (OperatingSystem.IsIOSVersionAtLeast(14) || OperatingSystem.IsMacCatalystVersionAtLeast(14) -#if TVOS - || OperatingSystem.IsTvOSVersionAtLeast(14) -#endif - ) + if (OperatingSystem.IsIOSVersionAtLeast(14) || OperatingSystem.IsMacCatalystVersionAtLeast(14) || OperatingSystem.IsTvOSVersionAtLeast(14)) { AllowsContinuousInteraction = false; BackgroundStyle = UIPageControlBackgroundStyle.Minimal; diff --git a/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj b/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj index a98a054466a1..2edbefb55c31 100644 --- a/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj +++ b/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj @@ -10,6 +10,7 @@ 1 1.0 false + false android-arm64 diff --git a/src/Essentials/src/DeviceDisplay/DeviceDisplay.ios.cs b/src/Essentials/src/DeviceDisplay/DeviceDisplay.ios.cs index 045224cd25ee..00ee927be616 100644 --- a/src/Essentials/src/DeviceDisplay/DeviceDisplay.ios.cs +++ b/src/Essentials/src/DeviceDisplay/DeviceDisplay.ios.cs @@ -18,16 +18,9 @@ protected override DisplayInfo GetMainDisplayInfo() var bounds = UIScreen.MainScreen.Bounds; var scale = UIScreen.MainScreen.Scale; - nint rate = 0; - - if (OperatingSystem.IsIOSVersionAtLeast(10, 3) || OperatingSystem.IsMacCatalystVersionAtLeast(10, 3) -#if TVOS - || OperatingSystem.IsTvOSVersionAtLeast(11) -#endif - ) - { - rate = UIScreen.MainScreen.MaximumFramesPerSecond; - } + var rate = (OperatingSystem.IsIOSVersionAtLeast(10, 3) || OperatingSystem.IsMacCatalystVersionAtLeast(10, 3) || OperatingSystem.IsTvOSVersionAtLeast(10, 3)) + ? UIScreen.MainScreen.MaximumFramesPerSecond + : 0; return new DisplayInfo( width: bounds.Width * scale, diff --git a/src/Essentials/src/WebAuthenticator/WebAuthenticator.shared.cs b/src/Essentials/src/WebAuthenticator/WebAuthenticator.shared.cs index b592d2e973f1..9a11c0263564 100644 --- a/src/Essentials/src/WebAuthenticator/WebAuthenticator.shared.cs +++ b/src/Essentials/src/WebAuthenticator/WebAuthenticator.shared.cs @@ -57,11 +57,12 @@ public static Task AuthenticateAsync(this IWebAuthentica public static bool OpenUrl(this IWebAuthenticator webAuthenticator, Uri uri) => webAuthenticator.AsPlatformCallback().OpenUrlCallback(uri); - public static bool OpenUrl(this IWebAuthenticator webAuthenticator, UIKit.UIApplication app, Foundation.NSUrl url, Foundation.NSDictionary options) + public static bool OpenUrl(this IWebAuthenticator webAuthenticator, UIKit.UIApplication app, Foundation.NSUrl url, Foundation.NSDictionary options) { - var absUri = url?.AbsoluteString; - if (!string.IsNullOrEmpty(absUri)) - return webAuthenticator.OpenUrl(new Uri(absUri)); + if(url?.AbsoluteString != null) + { + return webAuthenticator.OpenUrl(new Uri(url.AbsoluteString)); + } return false; } From b73147e124cfc983a18ac2d7884fc7667b4eaf7d Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 29 Sep 2022 22:45:21 -0500 Subject: [PATCH 104/158] [android] bring back `$(AndroidLinkResources)` by default (#10153) This reverts commit af8e7ce03fa562b5fc4ecd99b9eb5a912fbcdb19. Thanks to: https://github.com/xamarin/xamarin-android/commit/d521ac0280c0ad165570077a860cb1846025010b `int[]` fields now work in .NET 7, when you enable `$(AndroidLinkResources)`. Our thought is to try this by default in .NET 7 RC 2. Different in app size: > apkdiff -f .\before.apk .\after.apk Size difference in bytes ([*1] apk1 only, [*2] apk2 only): + 8 lib/arm64-v8a/libaot-Microsoft.Maui.Controls.Xaml.dll.so - 608 lib/arm64-v8a/libaot-Microsoft.Maui.Controls.Compatibility.dll.so - 3,448 lib/arm64-v8a/libaot-Microsoft.Maui.Controls.dll.so - 4,424 lib/arm64-v8a/libaot-Microsoft.Maui.dll.so - 5,656 lib/arm64-v8a/libaot-Microsoft.NetConf2021.Maui.dll.so - 129,617 assemblies/assemblies.blob Summary: - 129,617 Other entries -1.03% (of 12,605,899) + 0 Dalvik executables 0.00% (of 11,756,376) - 14,128 Shared libraries -0.10% (of 14,849,096) - 131,072 Package size difference -0.64% (of 20,380,049) --- .nuspec/Microsoft.Maui.Controls.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/.nuspec/Microsoft.Maui.Controls.targets b/.nuspec/Microsoft.Maui.Controls.targets index afbfa45a65e3..dc1e84f73a81 100644 --- a/.nuspec/Microsoft.Maui.Controls.targets +++ b/.nuspec/Microsoft.Maui.Controls.targets @@ -11,6 +11,7 @@ true false + True From 536fb8cc647c8c5ead61479401fe5a2f451e600c Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 30 Sep 2022 23:26:15 +0800 Subject: [PATCH 105/158] Try reduce the ABI breaks (#10410) --- .../Core/HandlerImpl/Button/Button.Android.cs | 3 + .../HandlerImpl/Button/Button.Standard.cs | 4 + .../Core/HandlerImpl/Button/Button.Tizen.cs | 3 + .../Core/HandlerImpl/Button/Button.Windows.cs | 16 ++- .../src/Core/HandlerImpl/Button/Button.cs | 3 + .../src/Core/HandlerImpl/Button/Button.iOS.cs | 21 ++-- .../HandlerImpl/DatePicker/DatePicker.iOS.cs | 3 + .../Core/HandlerImpl/Editor/Editor.Android.cs | 3 + .../HandlerImpl/Editor/Editor.Standard.cs | 2 + .../Core/HandlerImpl/Editor/Editor.Tizen.cs | 3 + .../Core/HandlerImpl/Editor/Editor.Windows.cs | 6 + .../src/Core/HandlerImpl/Editor/Editor.iOS.cs | 3 + .../Core/HandlerImpl/Entry/Entry.Android.cs | 6 + .../Core/HandlerImpl/Entry/Entry.Standard.cs | 2 + .../src/Core/HandlerImpl/Entry/Entry.Tizen.cs | 3 + .../Core/HandlerImpl/Entry/Entry.Windows.cs | 6 + .../src/Core/HandlerImpl/Entry/Entry.iOS.cs | 9 ++ .../Core/HandlerImpl/Label/Label.Android.cs | 5 + .../Core/HandlerImpl/Label/Label.Standard.cs | 6 + .../src/Core/HandlerImpl/Label/Label.Tizen.cs | 3 + .../Core/HandlerImpl/Label/Label.Windows.cs | 5 + .../src/Core/HandlerImpl/Label/Label.iOS.cs | 9 ++ .../Core/HandlerImpl/Layout/Layout.Android.cs | 2 + .../HandlerImpl/Layout/Layout.Standard.cs | 2 + .../Core/HandlerImpl/Layout/Layout.Tizen.cs | 2 + .../Core/HandlerImpl/Layout/Layout.Windows.cs | 2 + .../src/Core/HandlerImpl/Layout/Layout.iOS.cs | 3 + .../NavigationPage/NavigationPage.iOS.cs | 6 + .../src/Core/HandlerImpl/Picker/Picker.iOS.cs | 3 + .../RadioButton/RadioButton.Android.cs | 3 + .../RadioButton/RadioButton.Tizen.cs | 4 + .../RadioButton/RadioButton.Windows.cs | 3 + .../RadioButton/RadioButton.iOS.cs | 3 + .../RefreshView/RefreshView.Windows.cs | 3 + .../HandlerImpl/ScrollView/ScrollView.iOS.cs | 3 + .../SearchBar/SearchBar.Android.cs | 3 + .../SearchBar/SearchBar.Standard.cs | 3 + .../HandlerImpl/SearchBar/SearchBar.Tizen.cs | 3 + .../SearchBar/SearchBar.Windows.cs | 6 + .../HandlerImpl/SearchBar/SearchBar.iOS.cs | 6 + .../HandlerImpl/TimePicker/TimePicker.iOS.cs | 7 +- .../HandlerImpl/Toolbar/Toolbar.Android.cs | 36 ++++++ .../Core/HandlerImpl/Toolbar/Toolbar.Tizen.cs | 34 ++++++ .../HandlerImpl/Toolbar/Toolbar.Windows.cs | 40 +++++++ .../HandlerImpl/WebView/WebView.Android.cs | 10 ++ .../Core/HandlerImpl/Window/Window.Android.cs | 4 + .../net-android/PublicAPI.Unshipped.txt | 27 +---- .../PublicAPI/net-ios/PublicAPI.Unshipped.txt | 25 +---- .../net-maccatalyst/PublicAPI.Unshipped.txt | 26 +---- .../net-tizen/PublicAPI.Unshipped.txt | 22 +++- .../net-windows/PublicAPI.Unshipped.txt | 29 ----- .../PublicAPI/net/PublicAPI.Unshipped.txt | 13 +-- .../netstandard/PublicAPI.Unshipped.txt | 14 +-- .../ActivityIndicatorHandler.cs | 7 +- .../Application/ApplicationHandler.cs | 7 +- src/Core/src/Handlers/Border/BorderHandler.cs | 9 +- src/Core/src/Handlers/Button/ButtonHandler.cs | 7 +- .../src/Handlers/CheckBox/CheckBoxHandler.cs | 7 +- .../ContentView/ContentViewHandler.cs | 9 +- .../Handlers/DatePicker/DatePickerHandler.cs | 7 +- src/Core/src/Handlers/Editor/EditorHandler.cs | 7 +- src/Core/src/Handlers/Entry/EntryHandler.cs | 7 +- .../Handlers/FlyoutView/FlyoutViewHandler.cs | 7 +- .../GraphicsView/GraphicsViewHandler.cs | 7 +- src/Core/src/Handlers/Image/ImageHandler.cs | 7 +- .../ImageButton/ImageButtonHandler.cs | 7 +- .../IndicatorView/IndicatorViewHandler.cs | 7 +- src/Core/src/Handlers/Label/LabelHandler.cs | 7 +- .../NavigationPage/NavigationViewHandler.cs | 7 +- src/Core/src/Handlers/Page/PageHandler.cs | 7 +- src/Core/src/Handlers/Picker/PickerHandler.cs | 7 +- .../ProgressBar/ProgressBarHandler.cs | 7 +- .../RadioButton/RadioButtonHandler.cs | 7 +- .../RefreshView/RefreshViewHandler.cs | 7 +- .../Handlers/ScrollView/ScrollViewHandler.cs | 7 +- .../Handlers/SearchBar/SearchBarHandler.cs | 7 +- .../Handlers/ShapeView/ShapeViewHandler.cs | 7 +- src/Core/src/Handlers/Slider/SliderHandler.cs | 7 +- .../src/Handlers/Stepper/StepperHandler.cs | 7 +- .../SwipeItemMenuItemHandler.cs | 9 +- .../SwipeItemView/SwipeItemViewHandler.cs | 9 +- .../Handlers/SwipeView/SwipeViewHandler.cs | 9 +- src/Core/src/Handlers/Switch/SwitchHandler.cs | 7 +- .../Handlers/TabbedView/TabbedViewHandler.cs | 7 +- .../Handlers/TimePicker/TimePickerHandler.cs | 7 +- .../src/Handlers/Toolbar/ToolbarHandler.cs | 7 +- src/Core/src/Handlers/Window/WindowHandler.cs | 7 +- .../net-android/PublicAPI.Unshipped.txt | 102 ++++++++++++----- .../PublicAPI/net-ios/PublicAPI.Unshipped.txt | 102 ++++++++++++----- .../net-maccatalyst/PublicAPI.Unshipped.txt | 102 ++++++++++++----- .../net-tizen/PublicAPI.Unshipped.txt | 103 ++++++++++++------ .../net-windows/PublicAPI.Unshipped.txt | 102 ++++++++++++----- .../src/PublicAPI/net/PublicAPI.Unshipped.txt | 102 ++++++++++++----- .../netstandard/PublicAPI.Unshipped.txt | 102 ++++++++++++----- .../netstandard2.0/PublicAPI.Unshipped.txt | 102 ++++++++++++----- src/Graphics/src/Graphics/AbstractCanvas.cs | 2 - src/Graphics/src/Graphics/ICanvas.cs | 2 - src/Graphics/src/Graphics/PictureCanvas.cs | 2 - src/Graphics/src/Graphics/ScalingCanvas.cs | 6 - 99 files changed, 1109 insertions(+), 439 deletions(-) diff --git a/src/Controls/src/Core/HandlerImpl/Button/Button.Android.cs b/src/Controls/src/Core/HandlerImpl/Button/Button.Android.cs index 3426b782da9c..d06743a7d348 100644 --- a/src/Controls/src/Core/HandlerImpl/Button/Button.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Button/Button.Android.cs @@ -12,6 +12,9 @@ public static void MapText(IButtonHandler handler, Button button) handler.PlatformView?.UpdateText(button); } + public static void MapText(ButtonHandler handler, Button button) => + MapText((IButtonHandler)handler, button); + public static void MapLineBreakMode(IButtonHandler handler, Button button) { handler.PlatformView?.UpdateLineBreakMode(button); diff --git a/src/Controls/src/Core/HandlerImpl/Button/Button.Standard.cs b/src/Controls/src/Core/HandlerImpl/Button/Button.Standard.cs index 3c75c34f73f4..d4fecd3af70a 100644 --- a/src/Controls/src/Core/HandlerImpl/Button/Button.Standard.cs +++ b/src/Controls/src/Core/HandlerImpl/Button/Button.Standard.cs @@ -4,6 +4,10 @@ public partial class Button { /// + public static void MapText(ButtonHandler handler, Button button) { } + + public static void MapLineBreakMode(ButtonHandler handler, Button button) { } + public static void MapText(IButtonHandler handler, Button button) { } public static void MapLineBreakMode(IButtonHandler handler, Button button) { } diff --git a/src/Controls/src/Core/HandlerImpl/Button/Button.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Button/Button.Tizen.cs index 2df8c631e103..bce82ca7a0d8 100644 --- a/src/Controls/src/Core/HandlerImpl/Button/Button.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Button/Button.Tizen.cs @@ -10,6 +10,9 @@ public static void MapText(IButtonHandler handler, Button button) handler.PlatformView?.UpdateText(button); } + public static void MapText(ButtonHandler handler, Button button) => + MapText((IButtonHandler)handler, button); + public static void MapLineBreakMode(IButtonHandler handler, Button button) { switch (button.LineBreakMode) diff --git a/src/Controls/src/Core/HandlerImpl/Button/Button.Windows.cs b/src/Controls/src/Core/HandlerImpl/Button/Button.Windows.cs index 41d447b98803..2b60c983732b 100644 --- a/src/Controls/src/Core/HandlerImpl/Button/Button.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/Button/Button.Windows.cs @@ -9,11 +9,8 @@ namespace Microsoft.Maui.Controls { public partial class Button { - public static void MapImageSource(IButtonHandler handler, Button button) - { - ButtonHandler.MapImageSource(handler, button); - button.Handler?.UpdateValue(nameof(Button.ContentLayout)); - } + public static void MapImageSource(ButtonHandler handler, Button button) => + MapImageSource((IButtonHandler)handler, button); public static void MapText(IButtonHandler handler, Button button) { @@ -26,5 +23,14 @@ public static void MapLineBreakMode(IButtonHandler handler, Button button) { handler.PlatformView?.UpdateLineBreakMode(button); } + + public static void MapImageSource(IButtonHandler handler, Button button) + { + ButtonHandler.MapImageSource(handler, button); + button.Handler?.UpdateValue(nameof(Button.ContentLayout)); + } + + public static void MapText(ButtonHandler handler, Button button) => + MapText((IButtonHandler)handler, button); } } diff --git a/src/Controls/src/Core/HandlerImpl/Button/Button.cs b/src/Controls/src/Core/HandlerImpl/Button/Button.cs index 40d0cad2b3ca..d0ae91344830 100644 --- a/src/Controls/src/Core/HandlerImpl/Button/Button.cs +++ b/src/Controls/src/Core/HandlerImpl/Button/Button.cs @@ -37,5 +37,8 @@ public static void MapContentLayout(IButtonHandler handler, Button button) { handler.PlatformView.UpdateContentLayout(button); } + + public static void MapContentLayout(ButtonHandler handler, Button button) => + MapContentLayout((IButtonHandler)handler, button); } } diff --git a/src/Controls/src/Core/HandlerImpl/Button/Button.iOS.cs b/src/Controls/src/Core/HandlerImpl/Button/Button.iOS.cs index 9829c76c3d58..6576a830bcd6 100644 --- a/src/Controls/src/Core/HandlerImpl/Button/Button.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/Button/Button.iOS.cs @@ -9,11 +9,6 @@ namespace Microsoft.Maui.Controls { public partial class Button { - private static void MapPadding(IButtonHandler handler, Button button) - { - handler.PlatformView.UpdatePadding(button); - } - protected override Size ArrangeOverride(Rect bounds) { var result = base.ArrangeOverride(bounds); @@ -21,14 +16,22 @@ protected override Size ArrangeOverride(Rect bounds) return result; } - public static void MapText(IButtonHandler handler, Button button) - { - handler.PlatformView?.UpdateText(button); - } + public static void MapText(ButtonHandler handler, Button button) => + MapText((IButtonHandler)handler, button); public static void MapLineBreakMode(IButtonHandler handler, Button button) { handler.PlatformView?.UpdateLineBreakMode(button); } + + private static void MapPadding(IButtonHandler handler, Button button) + { + handler.PlatformView.UpdatePadding(button); + } + + public static void MapText(IButtonHandler handler, Button button) + { + handler.PlatformView?.UpdateText(button); + } } } diff --git a/src/Controls/src/Core/HandlerImpl/DatePicker/DatePicker.iOS.cs b/src/Controls/src/Core/HandlerImpl/DatePicker/DatePicker.iOS.cs index 619a5f7f8299..1ca276421156 100644 --- a/src/Controls/src/Core/HandlerImpl/DatePicker/DatePicker.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/DatePicker/DatePicker.iOS.cs @@ -10,5 +10,8 @@ public static void MapUpdateMode(IDatePickerHandler handler, DatePicker datePick if (handler is DatePickerHandler dph) dph.UpdateImmediately = datePicker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately; } + + public static void MapUpdateMode(DatePickerHandler handler, DatePicker datePicker) => + MapUpdateMode((IDatePickerHandler)handler, datePicker); } } \ No newline at end of file diff --git a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Android.cs b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Android.cs index 08694b8d2f33..7e539c28eca0 100644 --- a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Android.cs @@ -2,6 +2,9 @@ { public partial class Editor { + public static void MapText(EditorHandler handler, Editor editor) => + MapText((IEditorHandler)handler, editor); + public static void MapText(IEditorHandler handler, Editor editor) { Platform.EditTextExtensions.UpdateText(handler.PlatformView, editor); diff --git a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Standard.cs b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Standard.cs index 17ecd2e1c4a7..ecddcf62a25b 100644 --- a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Standard.cs +++ b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Standard.cs @@ -2,6 +2,8 @@ { public partial class Editor { + public static void MapText(EditorHandler handler, Editor editor) { } + public static void MapText(IEditorHandler handler, Editor editor) { } } } diff --git a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Tizen.cs index 15dce46795ac..f44eb22762e5 100644 --- a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Tizen.cs @@ -2,6 +2,9 @@ { public partial class Editor { + public static void MapText(EditorHandler handler, Editor editor) => + MapText((IEditorHandler)handler, editor); + public static void MapText(IEditorHandler handler, Editor editor) { Platform.TextExtensions.UpdateText(handler.PlatformView, editor); diff --git a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Windows.cs b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Windows.cs index 9d7921335af6..b8ab7b5b38e4 100644 --- a/src/Controls/src/Core/HandlerImpl/Editor/Editor.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/Editor/Editor.Windows.cs @@ -2,6 +2,12 @@ { public partial class Editor { + public static void MapText(EditorHandler handler, Editor editor) => + MapText((IEditorHandler)handler, editor); + + public static void MapDetectReadingOrderFromContent(EditorHandler handler, Editor editor) => + MapDetectReadingOrderFromContent((IEditorHandler)handler, editor); + public static void MapText(IEditorHandler handler, Editor editor) { Platform.TextBoxExtensions.UpdateText(handler.PlatformView, editor); diff --git a/src/Controls/src/Core/HandlerImpl/Editor/Editor.iOS.cs b/src/Controls/src/Core/HandlerImpl/Editor/Editor.iOS.cs index 15dce46795ac..f44eb22762e5 100644 --- a/src/Controls/src/Core/HandlerImpl/Editor/Editor.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/Editor/Editor.iOS.cs @@ -2,6 +2,9 @@ { public partial class Editor { + public static void MapText(EditorHandler handler, Editor editor) => + MapText((IEditorHandler)handler, editor); + public static void MapText(IEditorHandler handler, Editor editor) { Platform.TextExtensions.UpdateText(handler.PlatformView, editor); diff --git a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Android.cs b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Android.cs index 898a4bb20457..f62fa2b41a3e 100644 --- a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Android.cs @@ -6,6 +6,12 @@ namespace Microsoft.Maui.Controls { public partial class Entry { + public static void MapImeOptions(EntryHandler handler, Entry entry) => + MapImeOptions((IEntryHandler)handler, entry); + + public static void MapText(EntryHandler handler, Entry entry) => + MapText((IEntryHandler)handler, entry); + public static void MapImeOptions(IEntryHandler handler, Entry entry) { Platform.EditTextExtensions.UpdateImeOptions(handler.PlatformView, entry); diff --git a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Standard.cs b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Standard.cs index 7fabb4d2a5f1..dcca2ebe8fdf 100644 --- a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Standard.cs +++ b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Standard.cs @@ -2,6 +2,8 @@ { public partial class Entry { + public static void MapText(EntryHandler handler, Entry entry) { } + public static void MapText(IEntryHandler handler, Entry entry) { } } } diff --git a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Tizen.cs index cbd6eb9e8909..e72a07f40ff6 100644 --- a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Tizen.cs @@ -2,6 +2,9 @@ { public partial class Entry { + public static void MapText(EntryHandler handler, Entry entry) => + MapText((IEntryHandler)handler, entry); + public static void MapText(IEntryHandler handler, Entry entry) { Platform.TextExtensions.UpdateText(handler.PlatformView, entry); diff --git a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Windows.cs b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Windows.cs index 6cb1f32de384..2bb8f6bc9197 100644 --- a/src/Controls/src/Core/HandlerImpl/Entry/Entry.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/Entry/Entry.Windows.cs @@ -11,5 +11,11 @@ public static void MapText(IEntryHandler handler, Entry entry) { Platform.TextBoxExtensions.UpdateText(handler.PlatformView, entry); } + + public static void MapDetectReadingOrderFromContent(EntryHandler handler, Entry entry) => + MapDetectReadingOrderFromContent((IEntryHandler)handler, entry); + + public static void MapText(EntryHandler handler, Entry entry) => + MapText((IEntryHandler)handler, entry); } } diff --git a/src/Controls/src/Core/HandlerImpl/Entry/Entry.iOS.cs b/src/Controls/src/Core/HandlerImpl/Entry/Entry.iOS.cs index e86a042d6fd6..20210acb5e15 100644 --- a/src/Controls/src/Core/HandlerImpl/Entry/Entry.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/Entry/Entry.iOS.cs @@ -16,5 +16,14 @@ public static void MapText(IEntryHandler handler, Entry entry) { Platform.TextExtensions.UpdateText(handler.PlatformView, entry); } + + public static void MapCursorColor(EntryHandler handler, Entry entry) => + MapCursorColor((IEntryHandler)handler, entry); + + public static void MapAdjustsFontSizeToFitWidth(EntryHandler handler, Entry entry) => + MapAdjustsFontSizeToFitWidth((IEntryHandler)handler, entry); + + public static void MapText(EntryHandler handler, Entry entry) => + MapText((IEntryHandler)handler, entry); } } diff --git a/src/Controls/src/Core/HandlerImpl/Label/Label.Android.cs b/src/Controls/src/Core/HandlerImpl/Label/Label.Android.cs index 77cbaac119cd..4f56341d7b16 100644 --- a/src/Controls/src/Core/HandlerImpl/Label/Label.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Label/Label.Android.cs @@ -32,6 +32,11 @@ private protected override void OnHandlerChangedCore() } } + public static void MapTextType(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapText(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapLineBreakMode(LabelHandler handler, Label label) => MapLineBreakMode((ILabelHandler)handler, label); + + public static void MapTextType(ILabelHandler handler, Label label) { Platform.TextViewExtensions.UpdateText(handler.PlatformView, label); diff --git a/src/Controls/src/Core/HandlerImpl/Label/Label.Standard.cs b/src/Controls/src/Core/HandlerImpl/Label/Label.Standard.cs index 592a97cc25c1..d2f88d1daef8 100644 --- a/src/Controls/src/Core/HandlerImpl/Label/Label.Standard.cs +++ b/src/Controls/src/Core/HandlerImpl/Label/Label.Standard.cs @@ -12,5 +12,11 @@ public static void MapText(ILabelHandler handler, Label label) { } public static void MapLineBreakMode(ILabelHandler handler, Label label) { } public static void MapMaxLines(ILabelHandler handler, Label label) { } + + + public static void MapTextType(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapText(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapLineBreakMode(LabelHandler handler, Label label) => MapLineBreakMode((ILabelHandler)handler, label); + public static void MapMaxLines(LabelHandler handler, Label label) => MapMaxLines((ILabelHandler)handler, label); } } diff --git a/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs index b474835b244b..b96d98f64c16 100644 --- a/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Label/Label.Tizen.cs @@ -6,6 +6,9 @@ namespace Microsoft.Maui.Controls { public partial class Label { + public static void MapTextType(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapText(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapTextType(ILabelHandler handler, Label label) { Platform.TextExtensions.UpdateText(handler.PlatformView, label); diff --git a/src/Controls/src/Core/HandlerImpl/Label/Label.Windows.cs b/src/Controls/src/Core/HandlerImpl/Label/Label.Windows.cs index 6f50e945277c..4728e3cc4fcc 100644 --- a/src/Controls/src/Core/HandlerImpl/Label/Label.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/Label/Label.Windows.cs @@ -4,6 +4,11 @@ namespace Microsoft.Maui.Controls { public partial class Label { + public static void MapDetectReadingOrderFromContent(LabelHandler handler, Label label) => MapDetectReadingOrderFromContent((ILabelHandler)handler, label); + public static void MapTextType(LabelHandler handler, Label label) => MapTextType((ILabelHandler)handler, label); + public static void MapText(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + + public static void MapDetectReadingOrderFromContent(ILabelHandler handler, Label label) => Platform.TextBlockExtensions.UpdateDetectReadingOrderFromContent(handler.PlatformView, label); diff --git a/src/Controls/src/Core/HandlerImpl/Label/Label.iOS.cs b/src/Controls/src/Core/HandlerImpl/Label/Label.iOS.cs index 8ec7f9b40fad..7179fc780932 100644 --- a/src/Controls/src/Core/HandlerImpl/Label/Label.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/Label/Label.iOS.cs @@ -5,6 +5,15 @@ namespace Microsoft.Maui.Controls { public partial class Label { + public static void MapTextType(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapText(LabelHandler handler, Label label) => MapText((ILabelHandler)handler, label); + public static void MapCharacterSpacing(LabelHandler handler, Label label) => MapCharacterSpacing((ILabelHandler)handler, label); + public static void MapTextDecorations(LabelHandler handler, Label label) => MapTextDecorations((ILabelHandler)handler, label); + public static void MapLineHeight(LabelHandler handler, Label label) => MapLineHeight((ILabelHandler)handler, label); + public static void MapFont(LabelHandler handler, Label label) => MapFont((ILabelHandler)handler, label); + public static void MapTextColor(LabelHandler handler, Label label) => MapTextColor((ILabelHandler)handler, label); + + public static void MapTextType(ILabelHandler handler, Label label) { Platform.LabelExtensions.UpdateText(handler.PlatformView, label); diff --git a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Android.cs b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Android.cs index 694219d1505b..146e0628022a 100644 --- a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Android.cs @@ -6,6 +6,8 @@ namespace Microsoft.Maui.Controls { public partial class Layout { + public static void MapInputTransparent(LayoutHandler handler, Layout layout) => MapInputTransparent((ILayoutHandler)handler, layout); + public static void MapInputTransparent(ILayoutHandler handler, Layout layout) { if (handler.PlatformView is LayoutViewGroup layoutViewGroup) diff --git a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Standard.cs b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Standard.cs index 22a94fc3a704..151f07df7c33 100644 --- a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Standard.cs +++ b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Standard.cs @@ -2,6 +2,8 @@ { public partial class Layout { + public static void MapInputTransparent(LayoutHandler handler, Layout layout) => MapInputTransparent((ILayoutHandler)handler, layout); + public static void MapInputTransparent(ILayoutHandler handler, Layout layout) { } diff --git a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Tizen.cs index 08376897c672..70c27649cf4a 100644 --- a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Tizen.cs @@ -2,6 +2,8 @@ { public partial class Layout { + public static void MapInputTransparent(LayoutHandler handler, Layout layout) => MapInputTransparent((ILayoutHandler)handler, layout); + public static void MapInputTransparent(ILayoutHandler handler, Layout layout) { if (handler.PlatformView == null) diff --git a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Windows.cs b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Windows.cs index 24a0c485b262..734f6629e5e7 100644 --- a/src/Controls/src/Core/HandlerImpl/Layout/Layout.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/Layout/Layout.Windows.cs @@ -2,6 +2,8 @@ { public partial class Layout { + public static void MapInputTransparent(LayoutHandler handler, Layout layout) => MapInputTransparent((ILayoutHandler)handler, layout); + public static void MapInputTransparent(ILayoutHandler handler, Layout layout) { handler.PlatformView?.UpdateInputTransparent(handler, layout); diff --git a/src/Controls/src/Core/HandlerImpl/Layout/Layout.iOS.cs b/src/Controls/src/Core/HandlerImpl/Layout/Layout.iOS.cs index 24a0c485b262..a3b38f98b2e5 100644 --- a/src/Controls/src/Core/HandlerImpl/Layout/Layout.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/Layout/Layout.iOS.cs @@ -2,6 +2,9 @@ { public partial class Layout { + public static void MapInputTransparent(LayoutHandler handler, Layout layout) => + MapInputTransparent((ILayoutHandler)handler, layout); + public static void MapInputTransparent(ILayoutHandler handler, Layout layout) { handler.PlatformView?.UpdateInputTransparent(handler, layout); diff --git a/src/Controls/src/Core/HandlerImpl/NavigationPage/NavigationPage.iOS.cs b/src/Controls/src/Core/HandlerImpl/NavigationPage/NavigationPage.iOS.cs index 6e389fedb64b..57cfe9f02fd5 100644 --- a/src/Controls/src/Core/HandlerImpl/NavigationPage/NavigationPage.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/NavigationPage/NavigationPage.iOS.cs @@ -2,6 +2,12 @@ { public partial class NavigationPage { + public static void MapPrefersLargeTitles(NavigationViewHandler handler, NavigationPage navigationPage) => + MapPrefersLargeTitles((INavigationViewHandler)handler, navigationPage); + + public static void MapIsNavigationBarTranslucent(NavigationViewHandler handler, NavigationPage navigationPage) => + MapPrefersLargeTitles((INavigationViewHandler)handler, navigationPage); + public static void MapPrefersLargeTitles(INavigationViewHandler handler, NavigationPage navigationPage) { if (handler is NavigationViewHandler nvh && nvh.ViewController is ControlsNavigationController navigationController) diff --git a/src/Controls/src/Core/HandlerImpl/Picker/Picker.iOS.cs b/src/Controls/src/Core/HandlerImpl/Picker/Picker.iOS.cs index be18cc1b8fcf..f45369a49436 100644 --- a/src/Controls/src/Core/HandlerImpl/Picker/Picker.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/Picker/Picker.iOS.cs @@ -10,5 +10,8 @@ public static void MapUpdateMode(IPickerHandler handler, Picker picker) if (handler is PickerHandler ph) ph.UpdateImmediately = picker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately; } + + public static void MapUpdateMode(PickerHandler handler, Picker picker) => + MapUpdateMode((IPickerHandler)handler, picker); } } \ No newline at end of file diff --git a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Android.cs b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Android.cs index 6bbe6bc6af79..29fe76b68a27 100644 --- a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Android.cs @@ -5,6 +5,9 @@ namespace Microsoft.Maui.Controls { public partial class RadioButton { + public static void MapContent(RadioButtonHandler handler, RadioButton radioButton) + => MapContent((IRadioButtonHandler)handler, radioButton); + public static void MapContent(IRadioButtonHandler handler, RadioButton radioButton) { if (radioButton.ResolveControlTemplate() != null) diff --git a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Tizen.cs b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Tizen.cs index e89e1751c1eb..586bbd70e857 100644 --- a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Tizen.cs @@ -7,6 +7,10 @@ public partial class RadioButton { static ControlTemplate s_tizenDefaultTemplate; + + public static void MapContent(RadioButtonHandler handler, RadioButton radioButton) + => MapContent((IRadioButtonHandler)handler, radioButton); + public static void MapContent(IRadioButtonHandler handler, RadioButton radioButton) { if (radioButton.ResolveControlTemplate() == null) diff --git a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Windows.cs b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Windows.cs index 73b85e8126e8..4d030bdab0b6 100644 --- a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.Windows.cs @@ -7,6 +7,9 @@ namespace Microsoft.Maui.Controls { public partial class RadioButton { + public static void MapContent(RadioButtonHandler handler, RadioButton radioButton) + => MapContent((IRadioButtonHandler)handler, radioButton); + public static void MapContent(IRadioButtonHandler handler, RadioButton radioButton) { if (radioButton.ResolveControlTemplate() != null) diff --git a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.iOS.cs b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.iOS.cs index 8a799dc33f37..54b986f01db5 100644 --- a/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/RadioButton/RadioButton.iOS.cs @@ -2,6 +2,9 @@ { public partial class RadioButton { + public static void MapContent(RadioButtonHandler handler, RadioButton radioButton) + => MapContent((IRadioButtonHandler)handler, radioButton); + public static void MapContent(IRadioButtonHandler handler, RadioButton radioButton) { if (radioButton.ResolveControlTemplate() == null) diff --git a/src/Controls/src/Core/HandlerImpl/RefreshView/RefreshView.Windows.cs b/src/Controls/src/Core/HandlerImpl/RefreshView/RefreshView.Windows.cs index ee6f30e5508f..73b61e272cdf 100644 --- a/src/Controls/src/Core/HandlerImpl/RefreshView/RefreshView.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/RefreshView/RefreshView.Windows.cs @@ -2,6 +2,9 @@ { public partial class RefreshView { + public static void MapRefreshPullDirection(RefreshViewHandler handler, RefreshView refreshView) + => MapRefreshPullDirection((IRefreshViewHandler)handler, refreshView); + public static void MapRefreshPullDirection(IRefreshViewHandler handler, RefreshView refreshView) => Platform.RefreshViewExtensions.UpdateRefreshPullDirection(handler.PlatformView, refreshView); } diff --git a/src/Controls/src/Core/HandlerImpl/ScrollView/ScrollView.iOS.cs b/src/Controls/src/Core/HandlerImpl/ScrollView/ScrollView.iOS.cs index 014652048bfa..cadb782cddce 100644 --- a/src/Controls/src/Core/HandlerImpl/ScrollView/ScrollView.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/ScrollView/ScrollView.iOS.cs @@ -2,6 +2,9 @@ { public partial class ScrollView { + public static void MapShouldDelayContentTouches(ScrollViewHandler handler, ScrollView scrollView) + => MapShouldDelayContentTouches((IScrollViewHandler)handler, scrollView); + public static void MapShouldDelayContentTouches(IScrollViewHandler handler, ScrollView scrollView) { Platform.ScrollViewExtensions.UpdateShouldDelayContentTouches(handler.PlatformView, scrollView); diff --git a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Android.cs b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Android.cs index ac74fbfa5a02..3dd737867a09 100644 --- a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Android.cs @@ -2,6 +2,9 @@ { public partial class SearchBar { + public static void MapText(SearchBarHandler handler, SearchBar searchBar) => + MapText((ISearchBarHandler)handler, searchBar); + public static void MapText(ISearchBarHandler handler, SearchBar searchBar) { Platform.SearchViewExtensions.UpdateText(handler.PlatformView, searchBar); diff --git a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Standard.cs b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Standard.cs index c24e44ac19fc..fc7ef6bdda4e 100644 --- a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Standard.cs +++ b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Standard.cs @@ -2,6 +2,9 @@ { public partial class SearchBar { + public static void MapText(SearchBarHandler handler, SearchBar searchBar) => + MapText((ISearchBarHandler)handler, searchBar); + public static void MapText(ISearchBarHandler handler, SearchBar searchBar) { } } } diff --git a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Tizen.cs b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Tizen.cs index fc76062d0f23..6906574b3abc 100644 --- a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Tizen.cs @@ -6,5 +6,8 @@ public static void MapText(ISearchBarHandler handler, SearchBar searchBar) { Platform.TextExtensions.UpdateText(handler.PlatformView.Entry, searchBar); } + + public static void MapText(SearchBarHandler handler, SearchBar searchBar) => + MapText((ISearchBarHandler)handler, searchBar); } } diff --git a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Windows.cs b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Windows.cs index 48cc56731f89..0730675c7ff3 100644 --- a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.Windows.cs @@ -2,6 +2,12 @@ { public partial class SearchBar { + public static void MapText(SearchBarHandler handler, SearchBar searchBar) => + MapText((ISearchBarHandler)handler, searchBar); + + public static void MapIsSpellCheckEnabled(SearchBarHandler handler, SearchBar searchBar) => + MapIsSpellCheckEnabled((ISearchBarHandler)handler, searchBar); + public static void MapIsSpellCheckEnabled(ISearchBarHandler handler, SearchBar searchBar) { Platform.AutoSuggestBoxExtensions.UpdateIsSpellCheckEnabled(handler.PlatformView, searchBar); diff --git a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.iOS.cs b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.iOS.cs index 7cc745fa2d6a..53b2634f9f2f 100644 --- a/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/SearchBar/SearchBar.iOS.cs @@ -2,6 +2,12 @@ { public partial class SearchBar { + public static void MapText(SearchBarHandler handler, SearchBar searchBar) => + MapText((ISearchBarHandler)handler, searchBar); + + public static void MapSearchBarStyle(SearchBarHandler handler, SearchBar searchBar) => + MapSearchBarStyle((ISearchBarHandler)handler, searchBar); + public static void MapSearchBarStyle(ISearchBarHandler handler, SearchBar searchBar) { Platform.SearchBarExtensions.UpdateSearchBarStyle(handler.PlatformView, searchBar); diff --git a/src/Controls/src/Core/HandlerImpl/TimePicker/TimePicker.iOS.cs b/src/Controls/src/Core/HandlerImpl/TimePicker/TimePicker.iOS.cs index 87eb10abf753..6c840807496b 100644 --- a/src/Controls/src/Core/HandlerImpl/TimePicker/TimePicker.iOS.cs +++ b/src/Controls/src/Core/HandlerImpl/TimePicker/TimePicker.iOS.cs @@ -5,10 +5,13 @@ namespace Microsoft.Maui.Controls { public partial class TimePicker { + public static void MapUpdateMode(TimePickerHandler handler, TimePicker timePicker) => + MapUpdateMode((ITimePickerHandler)handler, timePicker); + public static void MapUpdateMode(ITimePickerHandler handler, TimePicker timePicker) { - if (handler is TimePickerHandler tph) - tph.UpdateImmediately = timePicker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately; + if (handler is TimePickerHandler h) + h.UpdateImmediately = timePicker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately; } } } \ No newline at end of file diff --git a/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Android.cs b/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Android.cs index a5da476c45f3..6afc29bb8bf9 100644 --- a/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Android.cs @@ -117,6 +117,38 @@ void UpdateTitleView() } } + public static void MapBarTextColor(ToolbarHandler arg1, Toolbar arg2) => + MapBarTextColor((IToolbarHandler)arg1, arg2); + + public static void MapBarBackground(ToolbarHandler arg1, Toolbar arg2) => + MapBarBackground((IToolbarHandler)arg1, arg2); + + public static void MapBackButtonTitle(ToolbarHandler arg1, Toolbar arg2) => + MapBackButtonTitle((IToolbarHandler)arg1, arg2); + + public static void MapToolbarItems(ToolbarHandler arg1, Toolbar arg2) => + MapToolbarItems((IToolbarHandler)arg1, arg2); + + public static void MapTitle(ToolbarHandler arg1, Toolbar arg2) => + MapTitle((IToolbarHandler)arg1, arg2); + + public static void MapIconColor(ToolbarHandler arg1, Toolbar arg2) => + MapIconColor((IToolbarHandler)arg1, arg2); + + public static void MapTitleView(ToolbarHandler arg1, Toolbar arg2) => + MapTitleView((IToolbarHandler)arg1, arg2); + + public static void MapTitleIcon(ToolbarHandler arg1, Toolbar arg2) => + MapTitleIcon((IToolbarHandler)arg1, arg2); + + public static void MapBackButtonVisible(ToolbarHandler arg1, Toolbar arg2) => + MapBackButtonVisible((IToolbarHandler)arg1, arg2); + + public static void MapIsVisible(ToolbarHandler arg1, Toolbar arg2) => + MapIsVisible((IToolbarHandler)arg1, arg2); + + + public static void MapBarTextColor(IToolbarHandler arg1, Toolbar arg2) { arg1.PlatformView.UpdateBarTextColor(arg2); @@ -167,6 +199,10 @@ public static void MapIsVisible(IToolbarHandler arg1, Toolbar arg2) arg1.PlatformView.UpdateIsVisible(arg2); } + + + + internal class Container : ViewGroup { IPlatformViewHandler? _child; diff --git a/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Tizen.cs b/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Tizen.cs index 89a0a1ab8919..2d72bd452d03 100644 --- a/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Tizen.cs +++ b/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Tizen.cs @@ -10,6 +10,40 @@ public partial class Toolbar IPlatformViewHandler? _nativeTitleViewHandler; MauiToolbar PlatformView => Handler?.PlatformView as MauiToolbar ?? throw new InvalidOperationException("Native View not set"); + public static void MapBarTextColor(ToolbarHandler handler, Toolbar toolbar) => + MapBarTextColor((IToolbarHandler)handler, toolbar); + + public static void MapBarBackgroundColor(ToolbarHandler handler, Toolbar toolbar) => + MapBarBackgroundColor((IToolbarHandler)handler, toolbar); + + public static void MapBarBackground(ToolbarHandler handler, Toolbar toolbar) => + MapBarBackground((IToolbarHandler)handler, toolbar); + + public static void MapBackButtonTitle(ToolbarHandler handler, Toolbar toolbar) => + MapBackButtonTitle((IToolbarHandler)handler, toolbar); + + public static void MapToolbarItems(ToolbarHandler handler, Toolbar toolbar) => + MapToolbarItems((IToolbarHandler)handler, toolbar); + + public static void MapTitle(ToolbarHandler handler, Toolbar toolbar) => + MapTitle((IToolbarHandler)handler, toolbar); + + public static void MapIconColor(ToolbarHandler handler, Toolbar toolbar) => + MapIconColor((IToolbarHandler)handler, toolbar); + + public static void MapTitleView(ToolbarHandler handler, Toolbar toolbar) => + MapTitleView((IToolbarHandler)handler, toolbar); + + public static void MapTitleIcon(ToolbarHandler handler, Toolbar toolbar) => + MapTitleIcon((IToolbarHandler)handler, toolbar); + + public static void MapBackButtonVisible(ToolbarHandler handler, Toolbar toolbar) => + MapBackButtonVisible((IToolbarHandler)handler, toolbar); + + public static void MapIsVisible(ToolbarHandler handler, Toolbar toolbar) => + MapIsVisible((IToolbarHandler)handler, toolbar); + + public static void MapBarTextColor(IToolbarHandler handler, Toolbar toolbar) { handler.PlatformView.UpdateBarTextColor(toolbar); diff --git a/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Windows.cs b/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Windows.cs index f5357e65f37d..06491506d159 100644 --- a/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Windows.cs +++ b/src/Controls/src/Core/HandlerImpl/Toolbar/Toolbar.Windows.cs @@ -75,6 +75,38 @@ internal void UpdateMenu() } } } + public static void MapBarTextColor(ToolbarHandler arg1, Toolbar arg2) => + MapBarTextColor((IToolbarHandler)arg1, arg2); + + public static void MapBarBackground(ToolbarHandler arg1, Toolbar arg2) => + MapBarBackground((IToolbarHandler)arg1, arg2); + + public static void MapBackButtonTitle(ToolbarHandler arg1, Toolbar arg2) => + MapBackButtonTitle((IToolbarHandler)arg1, arg2); + + public static void MapToolbarItems(ToolbarHandler arg1, Toolbar arg2) => + MapToolbarItems((IToolbarHandler)arg1, arg2); + + public static void MapIconColor(ToolbarHandler arg1, Toolbar arg2) => + MapIconColor((IToolbarHandler)arg1, arg2); + + public static void MapTitleView(ToolbarHandler arg1, Toolbar arg2) => + MapTitleView((IToolbarHandler)arg1, arg2); + + public static void MapTitleIcon(ToolbarHandler arg1, Toolbar arg2) => + MapTitleIcon((IToolbarHandler)arg1, arg2); + + public static void MapBackButtonVisible(ToolbarHandler arg1, Toolbar arg2) => + MapBackButtonVisible((IToolbarHandler)arg1, arg2); + + public static void MapIsVisible(ToolbarHandler arg1, Toolbar arg2) => + MapIsVisible((IToolbarHandler)arg1, arg2); + + public static void MapToolbarPlacement(ToolbarHandler arg1, Toolbar arg2) => + MapToolbarPlacement((IToolbarHandler)arg1, arg2); + + public static void MapToolbarDynamicOverflowEnabled(ToolbarHandler arg1, Toolbar arg2) => + MapToolbarDynamicOverflowEnabled((IToolbarHandler)arg1, arg2); public static void MapToolbarPlacement(IToolbarHandler arg1, Toolbar arg2) { @@ -110,6 +142,10 @@ public static void MapIconColor(IToolbarHandler arg1, Toolbar arg2) arg1.PlatformView.UpdateIconColor(arg2); } + public static void MapIcon(ToolbarHandler arg1, Toolbar arg2) + { + } + public static void MapIcon(IToolbarHandler arg1, Toolbar arg2) { } @@ -129,6 +165,10 @@ public static void MapBackButtonVisible(IToolbarHandler arg1, Toolbar arg2) arg1.PlatformView.UpdateBackButton(arg2); } + public static void MapBackButtonEnabled(ToolbarHandler arg1, Toolbar arg2) => + MapBackButtonEnabled((IToolbarHandler)arg1, arg2); + + public static void MapBackButtonEnabled(IToolbarHandler arg1, Toolbar arg2) { arg1.PlatformView.UpdateBackButton(arg2); diff --git a/src/Controls/src/Core/HandlerImpl/WebView/WebView.Android.cs b/src/Controls/src/Core/HandlerImpl/WebView/WebView.Android.cs index e2a9fc0fc6aa..853bbb6f8c32 100644 --- a/src/Controls/src/Core/HandlerImpl/WebView/WebView.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/WebView/WebView.Android.cs @@ -16,5 +16,15 @@ public static void MapMixedContentMode(IWebViewHandler handler, WebView webView) { Platform.WebViewExtensions.UpdateMixedContentMode(handler.PlatformView, webView); } + + + public static void MapDisplayZoomControls(WebViewHandler handler, WebView webView) => + MapDisplayZoomControls((IWebViewHandler)handler, webView); + + public static void MapEnableZoomControls(WebViewHandler handler, WebView webView) => + MapEnableZoomControls((IWebViewHandler)handler, webView); + + public static void MapMixedContentMode(WebViewHandler handler, WebView webView) => + MapMixedContentMode((IWebViewHandler)handler, webView); } } \ No newline at end of file diff --git a/src/Controls/src/Core/HandlerImpl/Window/Window.Android.cs b/src/Controls/src/Core/HandlerImpl/Window/Window.Android.cs index b5d43141d7be..a1fc5fb8ac03 100644 --- a/src/Controls/src/Core/HandlerImpl/Window/Window.Android.cs +++ b/src/Controls/src/Core/HandlerImpl/Window/Window.Android.cs @@ -13,6 +13,10 @@ public partial class Window (Handler?.PlatformView as Activity) ?? throw new InvalidOperationException("Window should have an Activity set."); [Obsolete] + public static void MapContent(WindowHandler handler, IWindow view) + { + } + public static void MapContent(IWindowHandler handler, IWindow view) { } diff --git a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt index ce9aec66517e..3f3639ddcd0f 100644 --- a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt @@ -127,29 +127,4 @@ static readonly Microsoft.Maui.Controls.VisualElement.ZIndexProperty -> Microsof static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty! *REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler? Microsoft.Maui.Controls.ILayoutManagerFactory -~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager -*REMOVED*static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler! handler, Microsoft.Maui.Controls.RadioButton! radioButton) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.WebView.MapDisplayZoomControls(Microsoft.Maui.Handlers.WebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void -*REMOVED*~static Microsoft.Maui.Controls.WebView.MapEnableZoomControls(Microsoft.Maui.Handlers.WebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void -*REMOVED*~static Microsoft.Maui.Controls.WebView.MapMixedContentMode(Microsoft.Maui.Handlers.WebViewHandler handler, Microsoft.Maui.Controls.WebView webView) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapImeOptions(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBackButtonVisible(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBarBackground(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBarTextColor(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapIconColor(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapTitle(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapTitleIcon(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapTitleView(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Window.MapContent(Microsoft.Maui.Handlers.WindowHandler! handler, Microsoft.Maui.IWindow! view) -> void +~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt index f43251382289..bebbb751f7cd 100644 --- a/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt @@ -122,27 +122,4 @@ virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Contr static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty! *REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler? Microsoft.Maui.Controls.ILayoutManagerFactory -~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager -*REMOVED*~static Microsoft.Maui.Controls.NavigationPage.MapIsNavigationBarTranslucent(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void -*REMOVED*~static Microsoft.Maui.Controls.NavigationPage.MapPrefersLargeTitles(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapCharacterSpacing(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapFont(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapLineHeight(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextColor(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextDecorations(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Picker.MapUpdateMode(Microsoft.Maui.Handlers.PickerHandler handler, Microsoft.Maui.Controls.Picker picker) -> void -*REMOVED*~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void -*REMOVED*~static Microsoft.Maui.Controls.ScrollView.MapShouldDelayContentTouches(Microsoft.Maui.Handlers.ScrollViewHandler handler, Microsoft.Maui.Controls.ScrollView scrollView) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapSearchBarStyle(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.TimePicker.MapUpdateMode(Microsoft.Maui.Handlers.TimePickerHandler handler, Microsoft.Maui.Controls.TimePicker timePicker) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.DatePicker.MapUpdateMode(Microsoft.Maui.Handlers.DatePickerHandler handler, Microsoft.Maui.Controls.DatePicker datePicker) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapAdjustsFontSizeToFitWidth(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapCursorColor(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void \ No newline at end of file +~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt index 7728b4ada764..bebbb751f7cd 100644 --- a/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt @@ -122,28 +122,4 @@ virtual Microsoft.Maui.Controls.TappedEventArgs.GetPosition(Microsoft.Maui.Contr static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty! *REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler? Microsoft.Maui.Controls.ILayoutManagerFactory -~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapAdjustsFontSizeToFitWidth(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapCursorColor(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.DatePicker.MapUpdateMode(Microsoft.Maui.Handlers.DatePickerHandler handler, Microsoft.Maui.Controls.DatePicker datePicker) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapCharacterSpacing(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapFont(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapLineHeight(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextColor(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextDecorations(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void -*REMOVED*~static Microsoft.Maui.Controls.NavigationPage.MapIsNavigationBarTranslucent(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void -*REMOVED*~static Microsoft.Maui.Controls.NavigationPage.MapPrefersLargeTitles(Microsoft.Maui.Handlers.NavigationViewHandler handler, Microsoft.Maui.Controls.NavigationPage navigationPage) -> void -*REMOVED*~static Microsoft.Maui.Controls.Picker.MapUpdateMode(Microsoft.Maui.Handlers.PickerHandler handler, Microsoft.Maui.Controls.Picker picker) -> void -*REMOVED*~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void -*REMOVED*~static Microsoft.Maui.Controls.ScrollView.MapShouldDelayContentTouches(Microsoft.Maui.Handlers.ScrollViewHandler handler, Microsoft.Maui.Controls.ScrollView scrollView) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapSearchBarStyle(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.TimePicker.MapUpdateMode(Microsoft.Maui.Handlers.TimePickerHandler handler, Microsoft.Maui.Controls.TimePicker timePicker) -> void +~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index a8d8fce245a7..54cca6314bac 100644 --- a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -7427,4 +7427,24 @@ static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.IToo static Microsoft.Maui.Controls.Toolbar.MapTitle(Microsoft.Maui.Handlers.IToolbarHandler! 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.MapTitleView(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void -static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.IToolbarHandler! handler, Microsoft.Maui.Controls.Toolbar! toolbar) -> void \ No newline at end of file +static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.ToolbarHandler! 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.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler 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.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void +~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> 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.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void +~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void +~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void +~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void diff --git a/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt index 52c608a84b7b..12325419571a 100644 --- a/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt @@ -126,22 +126,6 @@ static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> *REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler? Microsoft.Maui.Controls.ILayoutManagerFactory ~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager -*REMOVED*static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler! handler, Microsoft.Maui.Controls.RadioButton! radioButton) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapImageSource(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapDetectReadingOrderFromContent(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapIsSpellCheckEnabled(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.RefreshView.MapRefreshPullDirection(Microsoft.Maui.Handlers.RefreshViewHandler handler, Microsoft.Maui.Controls.RefreshView refreshView) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.IToolbarHandler! 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.MapBarBackground(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void @@ -151,17 +135,4 @@ static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.IToo static Microsoft.Maui.Controls.Toolbar.MapTitleIcon(Microsoft.Maui.Handlers.IToolbarHandler! 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.MapToolbarItems(Microsoft.Maui.Handlers.IToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBackButtonEnabled(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBackButtonTitle(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBackButtonVisible(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBarBackground(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapBarTextColor(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapIcon(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapIconColor(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapIsVisible(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapTitleIcon(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapTitleView(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapToolbarDynamicOverflowEnabled(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapToolbarItems(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void -*REMOVED*static Microsoft.Maui.Controls.Toolbar.MapToolbarPlacement(Microsoft.Maui.Handlers.ToolbarHandler! arg1, Microsoft.Maui.Controls.Toolbar! arg2) -> void *REMOVED*~override Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.OnCreateAutomationPeer() -> Microsoft.UI.Xaml.Automation.Peers.AutomationPeer diff --git a/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt index c0a69ef8c4a3..209c67a13396 100644 --- a/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt @@ -109,15 +109,4 @@ static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Micros static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty! *REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler? Microsoft.Maui.Controls.ILayoutManagerFactory -~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void \ No newline at end of file +~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt index cb633e2a8168..209c67a13396 100644 --- a/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt @@ -109,16 +109,4 @@ static readonly Microsoft.Maui.Controls.ToolTipProperties.TextProperty -> Micros static readonly Microsoft.Maui.Controls.TapGestureRecognizer.ButtonsProperty -> Microsoft.Maui.Controls.BindableProperty! *REMOVED*Microsoft.Maui.Controls.TapGestureRecognizer.Tapped -> System.EventHandler? Microsoft.Maui.Controls.ILayoutManagerFactory -~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapLineBreakMode(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapText(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void -*REMOVED*~static Microsoft.Maui.Controls.Editor.MapText(Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor) -> void -*REMOVED*~static Microsoft.Maui.Controls.Entry.MapText(Microsoft.Maui.Handlers.EntryHandler handler, Microsoft.Maui.Controls.Entry entry) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapLineBreakMode(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapMaxLines(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapText(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Label.MapTextType(Microsoft.Maui.Handlers.LabelHandler handler, Microsoft.Maui.Controls.Label label) -> void -*REMOVED*~static Microsoft.Maui.Controls.Layout.MapInputTransparent(Microsoft.Maui.Handlers.LayoutHandler handler, Microsoft.Maui.Controls.Layout layout) -> void -*REMOVED*~static Microsoft.Maui.Controls.SearchBar.MapText(Microsoft.Maui.Handlers.SearchBarHandler handler, Microsoft.Maui.Controls.SearchBar searchBar) -> void -*REMOVED*~static Microsoft.Maui.Controls.Button.MapContentLayout(Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button) -> void \ No newline at end of file +~Microsoft.Maui.Controls.ILayoutManagerFactory.CreateLayoutManager(Microsoft.Maui.Controls.Layout layout) -> Microsoft.Maui.Layouts.ILayoutManager \ No newline at end of file diff --git a/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs b/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs index 65f316241b2f..1a468674626d 100644 --- a/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs +++ b/src/Core/src/Handlers/ActivityIndicator/ActivityIndicatorHandler.cs @@ -36,7 +36,12 @@ public ActivityIndicatorHandler() : base(Mapper, CommandMapper) } - public ActivityIndicatorHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ActivityIndicatorHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ActivityIndicatorHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Application/ApplicationHandler.cs b/src/Core/src/Handlers/Application/ApplicationHandler.cs index 2c3e3b9c792b..db1b01aacca5 100644 --- a/src/Core/src/Handlers/Application/ApplicationHandler.cs +++ b/src/Core/src/Handlers/Application/ApplicationHandler.cs @@ -38,7 +38,12 @@ public ApplicationHandler() { } - public ApplicationHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ApplicationHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ApplicationHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Border/BorderHandler.cs b/src/Core/src/Handlers/Border/BorderHandler.cs index 1c74f2055b48..3a9f03fc89e0 100644 --- a/src/Core/src/Handlers/Border/BorderHandler.cs +++ b/src/Core/src/Handlers/Border/BorderHandler.cs @@ -42,8 +42,13 @@ public BorderHandler() : base(Mapper, CommandMapper) } - public BorderHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null) - : base(mapper, commandMapper ?? CommandMapper) + public BorderHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public BorderHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) + : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Button/ButtonHandler.cs b/src/Core/src/Handlers/Button/ButtonHandler.cs index 44aaa2c403eb..5ace76263034 100644 --- a/src/Core/src/Handlers/Button/ButtonHandler.cs +++ b/src/Core/src/Handlers/Button/ButtonHandler.cs @@ -47,7 +47,12 @@ public ButtonHandler() : base(Mapper, CommandMapper) } - public ButtonHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ButtonHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ButtonHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/CheckBox/CheckBoxHandler.cs b/src/Core/src/Handlers/CheckBox/CheckBoxHandler.cs index 78788de73961..924fb5c9f2c6 100644 --- a/src/Core/src/Handlers/CheckBox/CheckBoxHandler.cs +++ b/src/Core/src/Handlers/CheckBox/CheckBoxHandler.cs @@ -33,7 +33,12 @@ public CheckBoxHandler() : base(Mapper) } - public CheckBoxHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public CheckBoxHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public CheckBoxHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/ContentView/ContentViewHandler.cs b/src/Core/src/Handlers/ContentView/ContentViewHandler.cs index a85e3ef2c657..651a566d246c 100644 --- a/src/Core/src/Handlers/ContentView/ContentViewHandler.cs +++ b/src/Core/src/Handlers/ContentView/ContentViewHandler.cs @@ -32,8 +32,13 @@ public ContentViewHandler() : base(Mapper, CommandMapper) } - public ContentViewHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null) - : base(mapper, commandMapper ?? CommandMapper) + public ContentViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ContentViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) + : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs b/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs index 2eaec3ac2633..248658882902 100644 --- a/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs +++ b/src/Core/src/Handlers/DatePicker/DatePickerHandler.cs @@ -40,7 +40,12 @@ public DatePickerHandler() : base(Mapper) { } - public DatePickerHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public DatePickerHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public DatePickerHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Editor/EditorHandler.cs b/src/Core/src/Handlers/Editor/EditorHandler.cs index d04e20ab6e27..3a37e51c1986 100644 --- a/src/Core/src/Handlers/Editor/EditorHandler.cs +++ b/src/Core/src/Handlers/Editor/EditorHandler.cs @@ -42,7 +42,12 @@ public EditorHandler() : base(Mapper) { } - public EditorHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public EditorHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public EditorHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Entry/EntryHandler.cs b/src/Core/src/Handlers/Entry/EntryHandler.cs index a4feffb22bd1..3e7e466b7151 100644 --- a/src/Core/src/Handlers/Entry/EntryHandler.cs +++ b/src/Core/src/Handlers/Entry/EntryHandler.cs @@ -47,7 +47,12 @@ public EntryHandler() : base(Mapper) { } - public EntryHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public EntryHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public EntryHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs b/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs index 820e175d2592..3a46dda0a9a2 100644 --- a/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs +++ b/src/Core/src/Handlers/FlyoutView/FlyoutViewHandler.cs @@ -37,7 +37,12 @@ public FlyoutViewHandler() : base(Mapper) { } - public FlyoutViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public FlyoutViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public FlyoutViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/GraphicsView/GraphicsViewHandler.cs b/src/Core/src/Handlers/GraphicsView/GraphicsViewHandler.cs index 3771bd6be2ae..3976aa6da670 100644 --- a/src/Core/src/Handlers/GraphicsView/GraphicsViewHandler.cs +++ b/src/Core/src/Handlers/GraphicsView/GraphicsViewHandler.cs @@ -25,7 +25,12 @@ public GraphicsViewHandler() : base(Mapper, CommandMapper) { } - public GraphicsViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public GraphicsViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public GraphicsViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Image/ImageHandler.cs b/src/Core/src/Handlers/Image/ImageHandler.cs index 013a31d1f18b..e53d97de7eea 100644 --- a/src/Core/src/Handlers/Image/ImageHandler.cs +++ b/src/Core/src/Handlers/Image/ImageHandler.cs @@ -38,7 +38,12 @@ public ImageHandler() : base(Mapper) { } - public ImageHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ImageHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ImageHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs b/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs index 417c891f828e..174004f75516 100644 --- a/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs +++ b/src/Core/src/Handlers/ImageButton/ImageButtonHandler.cs @@ -50,7 +50,12 @@ public ImageButtonHandler() : base(Mapper) { } - public ImageButtonHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ImageButtonHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ImageButtonHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs b/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs index 96e013196133..8a57f8686235 100644 --- a/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs +++ b/src/Core/src/Handlers/IndicatorView/IndicatorViewHandler.cs @@ -36,7 +36,12 @@ public IndicatorViewHandler() : base(Mapper) { } - public IndicatorViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public IndicatorViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public IndicatorViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Label/LabelHandler.cs b/src/Core/src/Handlers/Label/LabelHandler.cs index d27a7a5b5643..4b7c80556551 100644 --- a/src/Core/src/Handlers/Label/LabelHandler.cs +++ b/src/Core/src/Handlers/Label/LabelHandler.cs @@ -50,7 +50,12 @@ public LabelHandler() : base(Mapper) { } - public LabelHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public LabelHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public LabelHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs b/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs index 4f50565c57bd..c08e0d03f203 100644 --- a/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs +++ b/src/Core/src/Handlers/NavigationPage/NavigationViewHandler.cs @@ -28,7 +28,12 @@ public NavigationViewHandler() : base(Mapper, CommandMapper) { } - public NavigationViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public NavigationViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public NavigationViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Page/PageHandler.cs b/src/Core/src/Handlers/Page/PageHandler.cs index 30442d18663f..8e7c097110f3 100644 --- a/src/Core/src/Handlers/Page/PageHandler.cs +++ b/src/Core/src/Handlers/Page/PageHandler.cs @@ -19,7 +19,12 @@ public PageHandler() : base(Mapper, CommandMapper) { } - public PageHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public PageHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public PageHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Picker/PickerHandler.cs b/src/Core/src/Handlers/Picker/PickerHandler.cs index 429f22e2bb88..d2640d33f420 100644 --- a/src/Core/src/Handlers/Picker/PickerHandler.cs +++ b/src/Core/src/Handlers/Picker/PickerHandler.cs @@ -38,7 +38,12 @@ public PickerHandler() : base(Mapper, CommandMapper) { } - public PickerHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public PickerHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public PickerHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs b/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs index cb40dc24963a..c3db72bfc8e9 100644 --- a/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs +++ b/src/Core/src/Handlers/ProgressBar/ProgressBarHandler.cs @@ -29,7 +29,12 @@ public ProgressBarHandler() : base(Mapper) { } - public ProgressBarHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ProgressBarHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ProgressBarHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs b/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs index e677406f8f43..42e89d3d0d5e 100644 --- a/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs +++ b/src/Core/src/Handlers/RadioButton/RadioButtonHandler.cs @@ -37,7 +37,12 @@ public RadioButtonHandler() : base(Mapper) { } - public RadioButtonHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public RadioButtonHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public RadioButtonHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs b/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs index e333fea50e9b..75099fb36ec5 100644 --- a/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs +++ b/src/Core/src/Handlers/RefreshView/RefreshViewHandler.cs @@ -31,7 +31,12 @@ public RefreshViewHandler() : base(Mapper, CommandMapper) { } - public RefreshViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public RefreshViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public RefreshViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs b/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs index 6c1811018ed0..937dbc16c170 100644 --- a/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs +++ b/src/Core/src/Handlers/ScrollView/ScrollViewHandler.cs @@ -37,7 +37,12 @@ public ScrollViewHandler() : base(Mapper, CommandMapper) } - public ScrollViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ScrollViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ScrollViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs b/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs index 237aada42f7d..d45b40a0273b 100644 --- a/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs +++ b/src/Core/src/Handlers/SearchBar/SearchBarHandler.cs @@ -43,7 +43,12 @@ public SearchBarHandler() : base(Mapper) { } - public SearchBarHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public SearchBarHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public SearchBarHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs b/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs index d5dacc62d551..f416fbe705d4 100644 --- a/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs +++ b/src/Core/src/Handlers/ShapeView/ShapeViewHandler.cs @@ -38,7 +38,12 @@ public ShapeViewHandler() : base(Mapper) { } - public ShapeViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ShapeViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ShapeViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Slider/SliderHandler.cs b/src/Core/src/Handlers/Slider/SliderHandler.cs index 98aa205d217f..5bd15c6a105f 100644 --- a/src/Core/src/Handlers/Slider/SliderHandler.cs +++ b/src/Core/src/Handlers/Slider/SliderHandler.cs @@ -34,7 +34,12 @@ public SliderHandler() : base(Mapper) { } - public SliderHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public SliderHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public SliderHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Stepper/StepperHandler.cs b/src/Core/src/Handlers/Stepper/StepperHandler.cs index 772f627468a5..33f301cffd0e 100644 --- a/src/Core/src/Handlers/Stepper/StepperHandler.cs +++ b/src/Core/src/Handlers/Stepper/StepperHandler.cs @@ -33,7 +33,12 @@ public StepperHandler() : base(Mapper) { } - public StepperHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public StepperHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public StepperHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs b/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs index d90d8fbc3625..2ce9d6cd539b 100644 --- a/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs +++ b/src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.cs @@ -39,8 +39,13 @@ public SwipeItemMenuItemHandler() : base(Mapper, CommandMapper) } - protected SwipeItemMenuItemHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null) - : base(mapper, commandMapper ?? CommandMapper) + protected SwipeItemMenuItemHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + protected SwipeItemMenuItemHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) + : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs b/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs index 10b132c74d4f..53c02f78a6ee 100644 --- a/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs +++ b/src/Core/src/Handlers/SwipeItemView/SwipeItemViewHandler.cs @@ -29,8 +29,13 @@ public SwipeItemViewHandler() : base(Mapper, CommandMapper) { } - protected SwipeItemViewHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null) - : base(mapper, commandMapper ?? CommandMapper) + protected SwipeItemViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + protected SwipeItemViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) + : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs b/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs index 3764d4449536..be8759818776 100644 --- a/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs +++ b/src/Core/src/Handlers/SwipeView/SwipeViewHandler.cs @@ -41,8 +41,13 @@ public SwipeViewHandler() : base(Mapper, CommandMapper) } - protected SwipeViewHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null) - : base(mapper, commandMapper ?? ViewCommandMapper) + protected SwipeViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + protected SwipeViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) + : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Switch/SwitchHandler.cs b/src/Core/src/Handlers/Switch/SwitchHandler.cs index 5266049e3851..c8034a5bfa48 100644 --- a/src/Core/src/Handlers/Switch/SwitchHandler.cs +++ b/src/Core/src/Handlers/Switch/SwitchHandler.cs @@ -30,7 +30,12 @@ public SwitchHandler() : base(Mapper) { } - public SwitchHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public SwitchHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public SwitchHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs b/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs index 2e2f7bc00493..81c6c3ab57ce 100644 --- a/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs +++ b/src/Core/src/Handlers/TabbedView/TabbedViewHandler.cs @@ -25,7 +25,12 @@ public TabbedViewHandler() : base(Mapper, CommandMapper) { } - public TabbedViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public TabbedViewHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public TabbedViewHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs b/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs index ae74b545aa4b..4f77b54d10bf 100644 --- a/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs +++ b/src/Core/src/Handlers/TimePicker/TimePickerHandler.cs @@ -38,7 +38,12 @@ public TimePickerHandler() : base(Mapper) { } - public TimePickerHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public TimePickerHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public TimePickerHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs b/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs index 151c61b9cfc5..2b944aadb979 100644 --- a/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs +++ b/src/Core/src/Handlers/Toolbar/ToolbarHandler.cs @@ -26,7 +26,12 @@ public ToolbarHandler() : base(Mapper, CommandMapper) { } - public ToolbarHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public ToolbarHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public ToolbarHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/Handlers/Window/WindowHandler.cs b/src/Core/src/Handlers/Window/WindowHandler.cs index b6d551d34da9..f9436b44a6a3 100644 --- a/src/Core/src/Handlers/Window/WindowHandler.cs +++ b/src/Core/src/Handlers/Window/WindowHandler.cs @@ -49,7 +49,12 @@ public WindowHandler() { } - public WindowHandler(IPropertyMapper? mapper, CommandMapper? commandMapper = null) + public WindowHandler(IPropertyMapper? mapper) + : base(mapper ?? Mapper, CommandMapper) + { + } + + public WindowHandler(IPropertyMapper? mapper, CommandMapper? commandMapper) : base(mapper ?? Mapper, commandMapper ?? CommandMapper) { } diff --git a/src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt index b009d74fa933..706a0fff4718 100644 --- a/src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void @@ -162,8 +198,8 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -184,9 +220,15 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt index e622dc683958..b53dfff3413c 100644 --- a/src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void @@ -192,8 +228,8 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -214,9 +250,15 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt index 18d430d96888..afdca6ab088e 100644 --- a/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void @@ -192,8 +228,8 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -214,9 +250,15 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index 4ff1ae6fd3d8..e2cec92b8367 100644 --- a/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void abstract Microsoft.Maui.Handlers.ElementHandler.CreatePlatformElement() -> TPlatformView! abstract Microsoft.Maui.Handlers.ViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size abstract Microsoft.Maui.Handlers.ViewHandler.PlatformArrange(Microsoft.Maui.Graphics.Rect frame) -> void @@ -367,8 +403,8 @@ Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler() -> 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) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(int Index, Microsoft.Maui.IMenuElement! MenuElement) -> void Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Index.get -> int @@ -2928,8 +2964,8 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -2950,8 +2986,11 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void diff --git a/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt index 5a57987a1082..8a7a233bd2d6 100644 --- a/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*override Microsoft.Maui.Handlers.ScrollViewHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void @@ -138,8 +174,8 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -160,9 +196,15 @@ static Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.CommandMapper -> Microso *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt index b167b712c3cb..79cac39a9f51 100644 --- a/src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> 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.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void @@ -115,8 +151,8 @@ static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindo *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -137,9 +173,15 @@ static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindo *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt index 10295434a5f6..3c78ee2a19e7 100644 --- a/src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt @@ -1,33 +1,69 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void @@ -115,8 +151,8 @@ static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindo *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -137,9 +173,15 @@ static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindo *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt b/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt index e16df51fec74..91806ff0d416 100644 --- a/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt +++ b/src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt @@ -1,28 +1,59 @@ #nullable enable -Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PickerHandler.PickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ShapeViewHandler.ShapeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.IndicatorViewHandler.IndicatorViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ProgressBarHandler.ProgressBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ScrollViewHandler.ScrollViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SearchBarHandler.SearchBarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.TabbedViewHandler.TabbedViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ToolbarHandler.ToolbarHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.EntryHandler.EntryHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.FlyoutViewHandler.FlyoutViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.GraphicsViewHandler.GraphicsViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ImageHandler.ImageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.LabelHandler.LabelHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler Microsoft.Maui.Handlers.MenuFlyoutHandler.Add(Microsoft.Maui.IMenuElement! view) -> void Microsoft.Maui.Handlers.MenuFlyoutHandler.Clear() -> void @@ -49,11 +80,16 @@ Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler.VirtualView.get -> Microsoft 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.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RadioButtonHandler.RadioButtonHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void -Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.NavigationViewHandler.NavigationViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.PageHandler.PageHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> 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.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.RefreshViewHandler.RefreshViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void Microsoft.Maui.IContextFlyoutElement.ContextFlyout.get -> Microsoft.Maui.IFlyout? Microsoft.Maui.IMenuFlyout Microsoft.Maui.IFlyout @@ -115,8 +151,8 @@ static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindo *REMOVED*Microsoft.Maui.Handlers.WindowHandler.WindowHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.TimePickerHandler.TimePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ActivityIndicatorHandler.ActivityIndicatorHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void -*REMOVED*Microsoft.Maui.Handlers.ApplicationHandler.ApplicationHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.BorderHandler.BorderHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.CheckBoxHandler.CheckBoxHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.DatePickerHandler.DatePickerHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.EditorHandler.EditorHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void @@ -137,9 +173,15 @@ static Microsoft.Maui.Handlers.WindowHandler.MapY(Microsoft.Maui.Handlers.IWindo *REMOVED*Microsoft.Maui.Handlers.SliderHandler.SliderHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.StepperHandler.StepperHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemMenuItemHandler.SwipeItemMenuItemHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeItemViewHandler.SwipeItemViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.SwipeViewHandler.SwipeViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.SwitchHandler.SwitchHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void *REMOVED*Microsoft.Maui.Handlers.ImageButtonHandler.ImageButtonHandler(Microsoft.Maui.IPropertyMapper! mapper) -> void *REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void +*REMOVED*Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper) -> void +Microsoft.Maui.Handlers.ContentViewHandler.ContentViewHandler(Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper) -> void *REMOVED*Microsoft.Maui.Handlers.ButtonHandler.ButtonHandler(Microsoft.Maui.IPropertyMapper? mapper = null) -> void \ No newline at end of file diff --git a/src/Graphics/src/Graphics/AbstractCanvas.cs b/src/Graphics/src/Graphics/AbstractCanvas.cs index 9e98c6380474..1e10b6d3ff0c 100644 --- a/src/Graphics/src/Graphics/AbstractCanvas.cs +++ b/src/Graphics/src/Graphics/AbstractCanvas.cs @@ -75,8 +75,6 @@ public float StrokeLimit public virtual float DisplayScale { get; set; } = 1; - public float RetinaScale { get; set; } = 1; - public float StrokeSize { set diff --git a/src/Graphics/src/Graphics/ICanvas.cs b/src/Graphics/src/Graphics/ICanvas.cs index 499c5432baa1..ede7111d1f59 100644 --- a/src/Graphics/src/Graphics/ICanvas.cs +++ b/src/Graphics/src/Graphics/ICanvas.cs @@ -6,8 +6,6 @@ namespace Microsoft.Maui.Graphics public interface ICanvas { public float DisplayScale { get; set; } - public float RetinaScale { get; set; } - public float StrokeSize { set; } public float MiterLimit { set; } public Color StrokeColor { set; } diff --git a/src/Graphics/src/Graphics/PictureCanvas.cs b/src/Graphics/src/Graphics/PictureCanvas.cs index 507640aca914..9b239677f8e6 100644 --- a/src/Graphics/src/Graphics/PictureCanvas.cs +++ b/src/Graphics/src/Graphics/PictureCanvas.cs @@ -33,8 +33,6 @@ public void Dispose() public float DisplayScale { get; set; } = 1; - public float RetinaScale { get; set; } = 1; - public float StrokeSize { set diff --git a/src/Graphics/src/Graphics/ScalingCanvas.cs b/src/Graphics/src/Graphics/ScalingCanvas.cs index ba44c8443ef1..bd09a80b9126 100644 --- a/src/Graphics/src/Graphics/ScalingCanvas.cs +++ b/src/Graphics/src/Graphics/ScalingCanvas.cs @@ -21,12 +21,6 @@ public ScalingCanvas(ICanvas wrapped) _blurrableCanvas = _canvas as IBlurrableCanvas; } - public float RetinaScale - { - get => _canvas.RetinaScale; - set => _canvas.RetinaScale = value; - } - public float DisplayScale { get => _canvas.DisplayScale; From 986946b0f5f73e66e98f2be6e15f43b76a885ff4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:00:45 -0400 Subject: [PATCH 106/158] [release/7.0.1xx-rc2] Update dependencies from xamarin/xamarin-macios (#10418) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220930.8 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1180-rc.2 -> To Version 16.0.1262-rc.2-xcode14 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20220930.10 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 15.4.1180-rc.2 -> To Version 16.0.1263-rc.2-xcode14 * Add feeds for 6.0.10 back Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- NuGet.config | 1 - eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 67c494995f96..286a83527855 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,7 +14,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aff9fe686705..c15ecae7f2ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -16,13 +16,13 @@ https://github.com/xamarin/xamarin-macios 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b - + https://github.com/xamarin/xamarin-macios - 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b + 09d63bfdd75f5a475ba041f58dedc486f973f252 - + https://github.com/xamarin/xamarin-macios - 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b + 09d63bfdd75f5a475ba041f58dedc486f973f252 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index f64771227f7a..3e0b46418119 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.2.202 - 15.4.1180-rc.2 + 16.0.1263-rc.2-xcode14 15.4.1180-rc.2 12.3.1180-rc.2 - 15.4.1180-rc.2 + 16.0.1263-rc.2-xcode14 7.0.100-rc.2.24 From 7b58c256f771d77311dacccab6653cd66f5e3c52 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 1 Oct 2022 02:32:30 +0800 Subject: [PATCH 107/158] Update MAUI for .NET 6 version (#10424) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3e0b46418119..bd5cfa0860b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.533 + 6.0.541 7.0.100-rc.2.22477.20 From fc6a2404eae9ffb18216e2f6a25e73272bf9384f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 1 Oct 2022 11:00:42 +0800 Subject: [PATCH 108/158] Remove unused and potentially conflicting feeds (#10423) Co-authored-by: Jonathan Dick --- NuGet.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 286a83527855..10cdeb00d086 100644 --- a/NuGet.config +++ b/NuGet.config @@ -13,8 +13,7 @@ - - + @@ -23,8 +22,6 @@ - - From 9b4ab816e025556679926d664751e6d49d36969a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Tue, 4 Oct 2022 10:46:40 +0200 Subject: [PATCH 109/158] Fix crash relaunching App from sharing on Android (#10457) --- src/Core/src/Handlers/Layout/LayoutHandler.Android.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Core/src/Handlers/Layout/LayoutHandler.Android.cs b/src/Core/src/Handlers/Layout/LayoutHandler.Android.cs index 8c23875d2d62..6526866f64c1 100644 --- a/src/Core/src/Handlers/Layout/LayoutHandler.Android.cs +++ b/src/Core/src/Handlers/Layout/LayoutHandler.Android.cs @@ -67,7 +67,8 @@ public void Remove(IView child) void Clear(LayoutViewGroup platformView) { - platformView.RemoveAllViews(); + if (platformView != null && !platformView.IsDisposed()) + platformView.RemoveAllViews(); } public void Clear() From 72c982777ccb0fb83e04f401805c284a3160a031 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 4 Oct 2022 23:26:31 +0800 Subject: [PATCH 110/158] Preserve the correct binding context for menu items (#7358) * Rework parenting for MenuBarItems * - sync menu bar items when collection changes * - clear parent * - fix spelling Co-authored-by: Shane Neuville --- src/Controls/src/Core/MenuBar.cs | 47 +++++------- src/Controls/src/Core/MenuBarTracker.cs | 12 +-- src/Controls/src/Core/Page.cs | 15 +++- .../tests/Core.UnitTests/Menu/MenuBarTests.cs | 71 ++++++++++++++++++ .../tests/Core.UnitTests/Menu/MenuTestBase.cs | 73 ++++++++++++++++--- 5 files changed, 166 insertions(+), 52 deletions(-) diff --git a/src/Controls/src/Core/MenuBar.cs b/src/Controls/src/Core/MenuBar.cs index c326e2cc0cf8..08c977f89f3b 100644 --- a/src/Controls/src/Core/MenuBar.cs +++ b/src/Controls/src/Core/MenuBar.cs @@ -16,12 +16,8 @@ public bool IsEnabled set { SetValue(IsEnabledProperty, value); } } - ReadOnlyCastingList _logicalChildren; readonly ObservableCollection _menus = new ObservableCollection(); - internal override IReadOnlyList LogicalChildrenInternal => - _logicalChildren ??= new ReadOnlyCastingList(_menus); - public IMenuBarItem this[int index] { get { return _menus[index]; } @@ -41,19 +37,24 @@ public void Add(IMenuBarItem item) var index = _menus.Count; _menus.Add(item); NotifyHandler(nameof(IMenuBarHandler.Add), index, item); + } - // Take care of the Element internal bookkeeping - if (item is Element element) + internal void SyncMenuBarItemsFromPages(IList menuBarItems) + { + for (int i = 0; i < menuBarItems.Count; i++) { - OnChildAdded(element); + var menuBarItem = menuBarItems[i]; + if (this.Count > i && this[i] == menuBarItem) + continue; + + if (this.Contains(menuBarItem)) + Remove(menuBarItem); + + Insert(i, menuBarItem); } - } - internal void ReplaceWith(IList menuBarItems) - { - Clear(); - foreach (var menuItem in menuBarItems) - Add(menuItem); + while (this.Count > menuBarItems.Count) + RemoveAt(this.Count - 1); } public void Clear() @@ -86,12 +87,6 @@ public void Insert(int index, IMenuBarItem item) { _menus.Insert(index, item); NotifyHandler(nameof(IMenuBarHandler.Insert), index, item); - - // Take care of the Element internal bookkeeping - if (item is Element element) - { - OnChildAdded(element); - } } public bool Remove(IMenuBarItem item) @@ -100,11 +95,8 @@ public bool Remove(IMenuBarItem item) var result = _menus.Remove(item); NotifyHandler(nameof(IMenuBarHandler.Remove), index, item); - // Take care of the Element internal bookkeeping - if (item is Element element) - { - OnChildRemoved(element, index); - } + if (item is Element e) + e.Parent = null; return result; } @@ -119,11 +111,8 @@ public void RemoveAt(int index) _menus.RemoveAt(index); NotifyHandler(nameof(IMenuBarHandler.Remove), index, item); - // Take care of the Element internal bookkeeping - if (item is Element element) - { - OnChildRemoved(element, index); - } + if (item is Element e) + e.Parent = null; } IEnumerator IEnumerable.GetEnumerator() diff --git a/src/Controls/src/Core/MenuBarTracker.cs b/src/Controls/src/Core/MenuBarTracker.cs index 8d5e8fa0dab8..4761d2be60b4 100644 --- a/src/Controls/src/Core/MenuBarTracker.cs +++ b/src/Controls/src/Core/MenuBarTracker.cs @@ -25,16 +25,10 @@ public MenuBarTracker(Element parent, string handlerProperty) void OnMenuBarItemCollectionChanged(object sender, EventArgs e) { + _menuBar.SyncMenuBarItemsFromPages(ToolbarItems); + if (_handlerProperty != null) { - // For now we just reset the entire menu if users modify the menubar - // collection - //if (_parent is IMenuBarElement mbe && - // mbe.MenuBar?.Handler != null) - //{ - // mbe.MenuBar.Handler.DisconnectHandler(); - //} - _parent?.Handler?.UpdateValue(_handlerProperty); } } @@ -47,7 +41,7 @@ public MenuBar MenuBar if (menuBarItems.Count == 0) return null; - _menuBar.ReplaceWith(ToolbarItems); + _menuBar.SyncMenuBarItemsFromPages(ToolbarItems); return _menuBar; } diff --git a/src/Controls/src/Core/Page.cs b/src/Controls/src/Core/Page.cs index bc7f9519e03b..94ef0af96d33 100644 --- a/src/Controls/src/Core/Page.cs +++ b/src/Controls/src/Core/Page.cs @@ -565,10 +565,17 @@ void OnPageBusyChanged() void OnToolbarItemsCollectionChanged(object sender, NotifyCollectionChangedEventArgs args) { - if (args.Action != NotifyCollectionChangedAction.Add) - return; - foreach (IElementDefinition item in args.NewItems) - item.Parent = this; + if (args.NewItems != null) + { + foreach (IElementDefinition item in args.NewItems) + item.Parent = this; + } + + if (args.OldItems != null) + { + foreach (IElementDefinition item in args.OldItems) + item.Parent = null; + } } bool ShouldLayoutChildren() diff --git a/src/Controls/tests/Core.UnitTests/Menu/MenuBarTests.cs b/src/Controls/tests/Core.UnitTests/Menu/MenuBarTests.cs index e9ed9f4a1859..109b0a9edf00 100644 --- a/src/Controls/tests/Core.UnitTests/Menu/MenuBarTests.cs +++ b/src/Controls/tests/Core.UnitTests/Menu/MenuBarTests.cs @@ -37,6 +37,77 @@ MenuBarHandler CreateMenuBarHandler(Action Date: Wed, 5 Oct 2022 17:14:35 +0200 Subject: [PATCH 111/158] Added groupId to ResourceDictionary templates (#10389) --- .../maui-resourcedictionary-xaml/.template.config/template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json b/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json index ac3916ebc73d..33cb72827ec8 100644 --- a/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json +++ b/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json @@ -3,6 +3,7 @@ "author": "Microsoft", "classifications": [ "MAUI", "Android", "iOS", "macOS", "Mac Catalyst", "WinUI", "Xaml", "Code" ], "identity": "Microsoft.Maui.XamlResourceDictionary.DOTNET_TFM_VERSION_VALUE", + "groupIdentity": "Microsoft.Maui.XamlResourceDictionary", "precedence": "DOTNET_TFM_VERSION_MAJOR_VALUE", "name": ".NET MAUI ResourceDictionary (XAML)", "shortName": "maui-dict-xaml", From 6ba3d987c4c233b6c16706f7735d235d78ac5ac0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:08:25 -0500 Subject: [PATCH 112/158] [release/7.0.1xx-rc2] Update dependencies from xamarin/xamarin-macios (#10471) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221003.18 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 16.0.1264-rc.2-xcode14 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221004.3 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 15.4.1183-rc.2 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221004.2 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 15.4.1182-rc.2 * Update NuGet.config * Update Version.Details.xml * Update Versions.props * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221004.13 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 15.4.1184-rc.2 * Update NuGet.config * Update Version.Details.xml # Conflicts: # eng/Version.Details.xml * Update Versions.props # Conflicts: # eng/Versions.props * Add macOS back * Fix tvos sha * Update Version.Details.xml * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221005.4 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 16.0.1265-rc.2-xcode14 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221007.8 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 15.4.1185-rc.2 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221007.12 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 16.0.1266-rc.2-xcode14 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221007.18 Microsoft.iOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.macOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 15.4.1186-rc.2 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221007.24 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1263-rc.2-xcode14 -> To Version 16.0.1267-rc.2-xcode14 * Update NuGet.config Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- NuGet.config | 1 - eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index 10cdeb00d086..fdd812841e51 100644 --- a/NuGet.config +++ b/NuGet.config @@ -13,7 +13,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c15ecae7f2ef..aca8fac1a8e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android bf10ce5525d97f2303993d631003df54f2837617 - + https://github.com/xamarin/xamarin-macios - 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b + 903a8512b8edf8a6d85db1a82719ae4ba3a355dd - + https://github.com/xamarin/xamarin-macios - 09d63bfdd75f5a475ba041f58dedc486f973f252 + 903a8512b8edf8a6d85db1a82719ae4ba3a355dd - + https://github.com/xamarin/xamarin-macios - 09d63bfdd75f5a475ba041f58dedc486f973f252 + bc89446ecd03ab6dd0958c9a29ac88af2c8d9a41 - + https://github.com/xamarin/xamarin-macios - 90f75bc307e5cba22bf1472f51cf6f4bdb624a1b + bc89446ecd03ab6dd0958c9a29ac88af2c8d9a41 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index bd5cfa0860b4..2a0e89d9749a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.2.202 - 16.0.1263-rc.2-xcode14 - 15.4.1180-rc.2 - 12.3.1180-rc.2 - 16.0.1263-rc.2-xcode14 + 16.0.1267-rc.2-xcode14 + 15.4.1186-rc.2 + 12.3.1186-rc.2 + 16.0.1267-rc.2-xcode14 7.0.100-rc.2.24 From 6d094a46ee0ca5d93c2e9fd1c2d620501d3b2a8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:18:13 +0100 Subject: [PATCH 113/158] [release/7.0.1xx-rc2] Update dependencies from xamarin/xamarin-macios (#10598) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221010.4 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1267-rc.2-xcode14 -> To Version 16.0.1268-rc.2-xcode14 * Update NuGet.config Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97b7d62eb5b1..8bf410bcadf4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -20,13 +20,13 @@ https://github.com/xamarin/xamarin-macios 903a8512b8edf8a6d85db1a82719ae4ba3a355dd - + https://github.com/xamarin/xamarin-macios - bc89446ecd03ab6dd0958c9a29ac88af2c8d9a41 + 044af246ead248a21b29d61c618c3039260b8942 - + https://github.com/xamarin/xamarin-macios - bc89446ecd03ab6dd0958c9a29ac88af2c8d9a41 + 044af246ead248a21b29d61c618c3039260b8942 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 4eb2f08e54bd..d706ce6f1754 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.2.202 - 16.0.1267-rc.2-xcode14 + 16.0.1268-rc.2-xcode14 15.4.1186-rc.2 12.3.1186-rc.2 - 16.0.1267-rc.2-xcode14 + 16.0.1268-rc.2-xcode14 7.0.100-rc.2.24 From 8a460d0740220796dbb71ce10c70fb35a7f8e4ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:48:25 +0100 Subject: [PATCH 114/158] [release/7.0.1xx-rc2] Update dependencies from xamarin/xamarin-macios (#10623) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221011.4 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1268-rc.2-xcode14 -> To Version 16.0.1269-rc.2-xcode14 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221011.5 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1268-rc.2-xcode14 -> To Version 16.0.1270-rc.2-xcode14 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221012.1 Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk From Version 16.0.1268-rc.2-xcode14 -> To Version 16.0.1271-rc.2-xcode14 Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 7 ------- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index 10e3c8fc914a..43b6c8313d71 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,17 +6,10 @@ - - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bf410bcadf4..168fd9322580 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -20,13 +20,13 @@ https://github.com/xamarin/xamarin-macios 903a8512b8edf8a6d85db1a82719ae4ba3a355dd - + https://github.com/xamarin/xamarin-macios - 044af246ead248a21b29d61c618c3039260b8942 + 64139f79ddb9ae7cf000d1be8f69154ee7eb4da8 - + https://github.com/xamarin/xamarin-macios - 044af246ead248a21b29d61c618c3039260b8942 + 64139f79ddb9ae7cf000d1be8f69154ee7eb4da8 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index d706ce6f1754..3477ad98fba8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.0-rc.2.202 - 16.0.1268-rc.2-xcode14 + 16.0.1271-rc.2-xcode14 15.4.1186-rc.2 12.3.1186-rc.2 - 16.0.1268-rc.2-xcode14 + 16.0.1271-rc.2-xcode14 7.0.100-rc.2.24 From 4db17e8c5a7a114558195f0615112025d690030c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Wed, 12 Oct 2022 13:23:02 +0200 Subject: [PATCH 115/158] Fix issue rendering background gradient in catalyst searchbar (#10615) Fixes #10482 --- .../src/Platform/iOS/SearchBarExtensions.cs | 5 ++++- .../SearchBar/SearchBarHandlerTests.iOS.cs | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/Core/src/Platform/iOS/SearchBarExtensions.cs b/src/Core/src/Platform/iOS/SearchBarExtensions.cs index 3d50d7e58aa9..e44ea58cef56 100644 --- a/src/Core/src/Platform/iOS/SearchBarExtensions.cs +++ b/src/Core/src/Platform/iOS/SearchBarExtensions.cs @@ -23,10 +23,13 @@ internal static void UpdateBackground(this UISearchBar uiSearchBar, ISearchBar s if (background is SolidPaint solidPaint) uiSearchBar.BarTintColor = solidPaint.Color.ToPlatform(); + if(background is GradientPaint gradientPaint) + ViewExtensions.UpdateBackground(uiSearchBar, gradientPaint); + if (background == null) uiSearchBar.BarTintColor = UISearchBar.Appearance.BarTintColor; } - + public static void UpdateIsEnabled(this UISearchBar uiSearchBar, ISearchBar searchBar) { uiSearchBar.UserInteractionEnabled = searchBar.IsEnabled; diff --git a/src/Core/tests/DeviceTests/Handlers/SearchBar/SearchBarHandlerTests.iOS.cs b/src/Core/tests/DeviceTests/Handlers/SearchBar/SearchBarHandlerTests.iOS.cs index fa806ac4f56c..76eae3e3ac54 100644 --- a/src/Core/tests/DeviceTests/Handlers/SearchBar/SearchBarHandlerTests.iOS.cs +++ b/src/Core/tests/DeviceTests/Handlers/SearchBar/SearchBarHandlerTests.iOS.cs @@ -11,6 +11,24 @@ namespace Microsoft.Maui.DeviceTests { public partial class SearchBarHandlerTests { + [Theory(DisplayName = "Gradient Background Initializes Correctly")] + [InlineData(0xFF0000)] + [InlineData(0x00FF00)] + [InlineData(0x0000FF)] + public async Task GradientBackgroundInitializesCorrectly(uint color) + { + var expected = Color.FromUint(color); + + var brush = new LinearGradientPaintStub(Colors.Black, expected); + + var searchBar = new SearchBarStub + { + Background = brush, + }; + + await ValidateHasColor(searchBar, expected); + } + [Fact] public async Task ShouldShowCancelButtonToggles() { From 0be304cc2fdd7bd8c9af6f63e303f8211274c648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Wed, 12 Oct 2022 16:49:12 +0200 Subject: [PATCH 116/158] Fix top-left aligned shapes issue (#10417) * Fix shapes positioning * Updated composition sample * More changes in Shapes class --- .../ShapesGalleries/CompositionGallery.xaml | 68 +++++++++++++++++++ .../CompositionGallery.xaml.cs | 12 ++++ .../Controls/ShapesGalleries/ShapesGallery.cs | 1 + .../src/Core/HandlerImpl/Path.Impl.cs | 1 - .../src/Core/HandlerImpl/Polygon.Impl.cs | 3 - .../src/Core/HandlerImpl/Polyline.Impl.cs | 3 - src/Controls/src/Core/Shapes/Shape.cs | 24 +++++-- 7 files changed, 101 insertions(+), 11 deletions(-) create mode 100644 src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml create mode 100644 src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml.cs diff --git a/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml b/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml new file mode 100644 index 000000000000..5487534fe5b4 --- /dev/null +++ b/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml.cs b/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml.cs new file mode 100644 index 000000000000..37c81b292cd2 --- /dev/null +++ b/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/CompositionGallery.xaml.cs @@ -0,0 +1,12 @@ +using Microsoft.Maui.Controls; + +namespace Maui.Controls.Sample.Pages.ShapesGalleries +{ + public partial class CompositionGallery : ContentPage + { + public CompositionGallery() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/ShapesGallery.cs b/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/ShapesGallery.cs index 8aa29f51edf7..b0a24c13d0cb 100644 --- a/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/ShapesGallery.cs +++ b/src/Controls/samples/Controls.Sample/Pages/Controls/ShapesGalleries/ShapesGallery.cs @@ -21,6 +21,7 @@ public ShapesGallery() GalleryBuilder.NavButton("Polygon Gallery", () => new PolygonGallery(), Navigation), GalleryBuilder.NavButton("Polyline Gallery", () => new PolylineGallery(), Navigation), GalleryBuilder.NavButton("Rectangle Gallery", () => new RectangleGallery(), Navigation), + GalleryBuilder.NavButton("Composition Gallery", () => new CompositionGallery(), Navigation), GalleryBuilder.NavButton("LineCap Gallery", () => new LineCapGallery(), Navigation), GalleryBuilder.NavButton("LineJoin Gallery", () => new LineJoinGallery(), Navigation), GalleryBuilder.NavButton("AutoSize Shapes Gallery", () => new AutoSizeShapesGallery(), Navigation), diff --git a/src/Controls/src/Core/HandlerImpl/Path.Impl.cs b/src/Controls/src/Core/HandlerImpl/Path.Impl.cs index b3a066b6f61f..b94de61647a1 100644 --- a/src/Controls/src/Core/HandlerImpl/Path.Impl.cs +++ b/src/Controls/src/Core/HandlerImpl/Path.Impl.cs @@ -12,7 +12,6 @@ protected override void OnPropertyChanged([CallerMemberName] string propertyName if (propertyName == DataProperty.PropertyName) { - HeightRequest = this.WidthRequest = double.NaN; Handler?.UpdateValue(nameof(IShapeView.Shape)); } } diff --git a/src/Controls/src/Core/HandlerImpl/Polygon.Impl.cs b/src/Controls/src/Core/HandlerImpl/Polygon.Impl.cs index a278b99e5b50..f5290de36fc8 100644 --- a/src/Controls/src/Core/HandlerImpl/Polygon.Impl.cs +++ b/src/Controls/src/Core/HandlerImpl/Polygon.Impl.cs @@ -10,9 +10,6 @@ protected override void OnPropertyChanged([CallerMemberName] string propertyName { base.OnPropertyChanged(propertyName); - if (propertyName == PointsProperty.PropertyName) - this.HeightRequest = this.WidthRequest = double.NaN; - if (propertyName == PointsProperty.PropertyName || propertyName == FillRuleProperty.PropertyName) Handler?.UpdateValue(nameof(IShapeView.Shape)); diff --git a/src/Controls/src/Core/HandlerImpl/Polyline.Impl.cs b/src/Controls/src/Core/HandlerImpl/Polyline.Impl.cs index 201e53253eb5..f7b4df0a0f8b 100644 --- a/src/Controls/src/Core/HandlerImpl/Polyline.Impl.cs +++ b/src/Controls/src/Core/HandlerImpl/Polyline.Impl.cs @@ -10,9 +10,6 @@ protected override void OnPropertyChanged([CallerMemberName] string propertyName { base.OnPropertyChanged(propertyName); - if (propertyName == PointsProperty.PropertyName) - this.HeightRequest = this.WidthRequest = double.NaN; - if (propertyName == PointsProperty.PropertyName || propertyName == FillRuleProperty.PropertyName) Handler?.UpdateValue(nameof(IShapeView.Shape)); diff --git a/src/Controls/src/Core/Shapes/Shape.cs b/src/Controls/src/Core/Shapes/Shape.cs index 71b8a0c14723..6342c3ef5c60 100644 --- a/src/Controls/src/Core/Shapes/Shape.cs +++ b/src/Controls/src/Core/Shapes/Shape.cs @@ -194,11 +194,22 @@ PathF IShape.PathForBounds(Graphics.Rect viewBounds) viewBounds.Height -= StrokeThickness; Matrix3x2 transform; + if (Aspect == Stretch.None) { - transform = Matrix3x2.CreateTranslation( - (float)(viewBounds.Left - pathBounds.Left), - (float)(viewBounds.Top - pathBounds.Top)); + bool requireAdjustX = viewBounds.Left > pathBounds.Left; + bool requireAdjustY = viewBounds.Top > pathBounds.Top; + + if (requireAdjustX || requireAdjustY) + { + transform = Matrix3x2.CreateTranslation( + (float)(pathBounds.X + viewBounds.Left - pathBounds.Left), + (float)(pathBounds.Y + viewBounds.Top - pathBounds.Top)); + } + else + { + transform = Matrix3x2.Identity; + } } else { @@ -257,6 +268,7 @@ PathF IShape.PathForBounds(Graphics.Rect viewBounds) protected override Size MeasureOverride(double widthConstraint, double heightConstraint) { var result = base.MeasureOverride(widthConstraint, heightConstraint); + if (result.Width != 0 && result.Height != 0) { return result; @@ -264,7 +276,9 @@ protected override Size MeasureOverride(double widthConstraint, double heightCon // TODO: not using this.GetPath().Bounds.Size; // since default GetBoundsByFlattening(0.001) returns incorrect results for curves - SizeF boundsByFlattening = this.GetPath().GetBoundsByFlattening(1).Size; + RectF pathBounds = this.GetPath().GetBoundsByFlattening(1); + SizeF boundsByFlattening = pathBounds.Size; + result.Height = boundsByFlattening.Height; result.Width = boundsByFlattening.Width; @@ -279,6 +293,8 @@ protected override Size MeasureOverride(double widthConstraint, double heightCon switch (Aspect) { case Stretch.None: + result.Height += pathBounds.Y; + result.Width += pathBounds.X; break; case Stretch.Fill: From 961a2954833e8d2e50488b31b21784c42298bcef Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 14 Oct 2022 00:36:55 +0300 Subject: [PATCH 117/158] Make IsTrimmable=False in all assemblies that have no value (#10647) --- src/Controls/Foldable/src/Controls.Foldable.csproj | 1 + src/Controls/Maps/src/Controls.Maps.csproj | 1 + src/Controls/src/Core.Design/Controls.Core.Design.csproj | 1 + src/Controls/src/Core/Controls.Core.csproj | 1 + src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj | 1 + src/Controls/src/Xaml/Controls.Xaml.csproj | 1 + src/Core/maps/src/Maps.csproj | 1 + src/Core/src/Core.csproj | 1 + .../src/Graphics.Skia.GtkSharp/Graphics.Skia.GtkSharp.csproj | 1 + src/Graphics/src/Graphics.Skia.WPF/Graphics.Skia.WPF.csproj | 1 + src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj | 1 + src/Graphics/src/Graphics.Win2D/Graphics.Win2D.csproj | 1 + src/Graphics/src/Graphics/Graphics.csproj | 1 + src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj | 1 + 14 files changed, 14 insertions(+) diff --git a/src/Controls/Foldable/src/Controls.Foldable.csproj b/src/Controls/Foldable/src/Controls.Foldable.csproj index e68c3b27792c..f9ac2a7747aa 100644 --- a/src/Controls/Foldable/src/Controls.Foldable.csproj +++ b/src/Controls/Foldable/src/Controls.Foldable.csproj @@ -5,6 +5,7 @@ Microsoft.Maui.Controls.Foldable BI1234 true + false true diff --git a/src/Controls/Maps/src/Controls.Maps.csproj b/src/Controls/Maps/src/Controls.Maps.csproj index f6de65ac6765..586e2fd56e58 100644 --- a/src/Controls/Maps/src/Controls.Maps.csproj +++ b/src/Controls/Maps/src/Controls.Maps.csproj @@ -5,6 +5,7 @@ Microsoft.Maui.Controls.Maps Microsoft.Maui.Controls.Maps true + false enable <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True true diff --git a/src/Controls/src/Core.Design/Controls.Core.Design.csproj b/src/Controls/src/Core.Design/Controls.Core.Design.csproj index 2c0784b2bdbe..b7952704efd3 100644 --- a/src/Controls/src/Core.Design/Controls.Core.Design.csproj +++ b/src/Controls/src/Core.Design/Controls.Core.Design.csproj @@ -4,6 +4,7 @@ Microsoft.Maui.Controls.DesignTools False False + false <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True diff --git a/src/Controls/src/Core/Controls.Core.csproj b/src/Controls/src/Core/Controls.Core.csproj index f319ac7f7124..a7536683d956 100644 --- a/src/Controls/src/Core/Controls.Core.csproj +++ b/src/Controls/src/Core/Controls.Core.csproj @@ -5,6 +5,7 @@ Microsoft.Maui.Controls disable false + false <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True high true diff --git a/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj b/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj index 2c01ba9c9abf..bca74b09ab3f 100644 --- a/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj +++ b/src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj @@ -4,6 +4,7 @@ Microsoft.Maui.Controls.Xaml.DesignTools False False + false <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True diff --git a/src/Controls/src/Xaml/Controls.Xaml.csproj b/src/Controls/src/Xaml/Controls.Xaml.csproj index 62fc4abde531..707ac8830adb 100644 --- a/src/Controls/src/Xaml/Controls.Xaml.csproj +++ b/src/Controls/src/Xaml/Controls.Xaml.csproj @@ -5,6 +5,7 @@ Microsoft.Maui.Controls.Xaml Microsoft.Maui.Controls.Xaml false + false <_MauiDesignDllBuild Condition=" '$(OS)' != 'Unix' ">True $(NoWarn);CA2200;CS1591;RS0041 Microsoft.Maui.Controls.Xaml diff --git a/src/Core/maps/src/Maps.csproj b/src/Core/maps/src/Maps.csproj index 304ae5ee5c62..7392f9b1d0a8 100644 --- a/src/Core/maps/src/Maps.csproj +++ b/src/Core/maps/src/Maps.csproj @@ -6,6 +6,7 @@ Microsoft.Maui.Maps enable true + false true $(NoWarn);CS1591;RS0041;RS0026;RS0027 diff --git a/src/Core/src/Core.csproj b/src/Core/src/Core.csproj index d3e919785d6f..6fba319bae0e 100644 --- a/src/Core/src/Core.csproj +++ b/src/Core/src/Core.csproj @@ -5,6 +5,7 @@ Microsoft.Maui enable false + false true $(NoWarn);CS1591;RS0041;RS0026;RS0027 diff --git a/src/Graphics/src/Graphics.Skia.GtkSharp/Graphics.Skia.GtkSharp.csproj b/src/Graphics/src/Graphics.Skia.GtkSharp/Graphics.Skia.GtkSharp.csproj index 5ef338124173..ce7c518084e3 100644 --- a/src/Graphics/src/Graphics.Skia.GtkSharp/Graphics.Skia.GtkSharp.csproj +++ b/src/Graphics/src/Graphics.Skia.GtkSharp/Graphics.Skia.GtkSharp.csproj @@ -5,6 +5,7 @@ Microsoft.Maui.Graphics.Skia Microsoft.Maui.Graphics.Skia.GtkSharp false + false diff --git a/src/Graphics/src/Graphics.Skia.WPF/Graphics.Skia.WPF.csproj b/src/Graphics/src/Graphics.Skia.WPF/Graphics.Skia.WPF.csproj index c188e867dd9f..c27a34f7e6cf 100644 --- a/src/Graphics/src/Graphics.Skia.WPF/Graphics.Skia.WPF.csproj +++ b/src/Graphics/src/Graphics.Skia.WPF/Graphics.Skia.WPF.csproj @@ -7,6 +7,7 @@ Microsoft.Maui.Graphics.Skia Microsoft.Maui.Graphics.Skia.WPF false + false diff --git a/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj b/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj index d855fd4734b0..a0a36567d1e4 100644 --- a/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj +++ b/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj @@ -4,6 +4,7 @@ netstandard2.1;netstandard2.0;$(_MauiDotNetTfm);$(MauiGraphicsPlatforms) Microsoft.Maui.Graphics.Skia Microsoft.Maui.Graphics.Skia + false diff --git a/src/Graphics/src/Graphics.Win2D/Graphics.Win2D.csproj b/src/Graphics/src/Graphics.Win2D/Graphics.Win2D.csproj index 15e179d1833b..ec40069a42cf 100644 --- a/src/Graphics/src/Graphics.Win2D/Graphics.Win2D.csproj +++ b/src/Graphics/src/Graphics.Win2D/Graphics.Win2D.csproj @@ -4,6 +4,7 @@ $(WindowsMauiPlatforms) Microsoft.Maui.Graphics.Win2D.WinUI.Desktop Microsoft.Maui.Graphics.Win2D.WinUI.Desktop + false diff --git a/src/Graphics/src/Graphics/Graphics.csproj b/src/Graphics/src/Graphics/Graphics.csproj index 6e3ac054d336..e743833a9e9e 100644 --- a/src/Graphics/src/Graphics/Graphics.csproj +++ b/src/Graphics/src/Graphics/Graphics.csproj @@ -11,6 +11,7 @@ Microsoft.Maui.Graphics Microsoft.Maui.Graphics Microsoft.Maui.Graphics + false true $(NoWarn);CA1307;CA1309;CS1591 diff --git a/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj b/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj index 389f1d23d9ae..b4bd51cc1040 100644 --- a/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj +++ b/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj @@ -4,6 +4,7 @@ netstandard2.0 Microsoft.Maui.Graphics.Text Microsoft.Maui.Graphics.Text.Markdig + false From d841e3545c5686301281be94c6ab40945f93ceee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:06:02 +0100 Subject: [PATCH 118/158] [net7.0] Update dependencies from xamarin/xamarin-android (#10741) * Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-04fe9838ab79392b219e20ba689445cea16d0e74-1 Microsoft.Android.Sdk.Windows From Version 33.0.0-rc.2.202 -> To Version 33.0.2 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.100-rc.2.22477.20 -> To Version 7.0.100-rtm.22513.13 (parent: Microsoft.Android.Sdk.Windows * Pin iOS/Tizen back to 7.0.100-rc.2 * Add feeds for runtime 6.0.11 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Jonathan Peppers --- NuGet.config | 3 +++ eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 12 ++++++------ 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/NuGet.config b/NuGet.config index 43b6c8313d71..496a9ded7306 100644 --- a/NuGet.config +++ b/NuGet.config @@ -19,6 +19,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 168fd9322580..9e6a140c5f7e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - 915e3f711083de58b3142d6be77d48cc64da6c38 + fbaf01806695d66444f36203b475ce6d34193488 - + https://github.com/dotnet/runtime - 550605cc93d9b903c4fbaf8f1f83e387d2f79dbe + d25158d0dffd699340cedcfd43324c87a809a214 - + https://github.com/xamarin/xamarin-android - bf10ce5525d97f2303993d631003df54f2837617 + 04fe9838ab79392b219e20ba689445cea16d0e74 https://github.com/xamarin/xamarin-macios @@ -28,13 +28,13 @@ https://github.com/xamarin/xamarin-macios 64139f79ddb9ae7cf000d1be8f69154ee7eb4da8 - + https://github.com/dotnet/emsdk - 6625add9a3eadc2954af0311be35290cfefcddb0 + daca2015ce74956591df9c9dc7ee732af7863b42 - + https://github.com/dotnet/emsdk - 6625add9a3eadc2954af0311be35290cfefcddb0 + daca2015ce74956591df9c9dc7ee732af7863b42 https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal diff --git a/eng/Versions.props b/eng/Versions.props index 8123c7d6637b..1a14ca07bf1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,15 +3,15 @@ 6.0.541 - 7.0.100-rc.2.22477.20 + 7.0.100-rtm.22513.13 - 7.0.0-rc.2.22472.3 + 7.0.0-rtm.22511.4 7.0.0-rc.2.22430.11 7.0.0-rc.2.22430.11 6.0.0 - 33.0.0-rc.2.202 + 33.0.2 16.0.1271-rc.2-xcode14 15.4.1186-rc.2 @@ -20,7 +20,7 @@ 7.0.100-rc.2.24 - 7.0.0-rc.2.22465.1 + 7.0.0-rtm.22504.3 $(MicrosoftNETWorkloadEmscriptennet7Manifest70100PackageVersion) 1.1.5 @@ -75,7 +75,7 @@ $(DotNetVersionBand) $(DotNetVersionBand) $(DotNetSdkManifestsFolder) - $(DotNetSdkManifestsFolder) - $(DotNetSdkManifestsFolder) + 7.0.100-rc.2 + 7.0.100-rc.2 From b0a859c435909c6ace1c89e5ecf15a1ad9b39a71 Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Tue, 18 Oct 2022 02:24:43 -0700 Subject: [PATCH 119/158] [Blazor] Prevent locking on packaged app content (#10744) (#10750) (cherry picked from commit 3a407743798e340288d78c6acba3b3a061252faf) --- src/BlazorWebView/src/Maui/Windows/WinUIWebViewManager.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/BlazorWebView/src/Maui/Windows/WinUIWebViewManager.cs b/src/BlazorWebView/src/Maui/Windows/WinUIWebViewManager.cs index a6341f7054fa..750549e7f529 100644 --- a/src/BlazorWebView/src/Maui/Windows/WinUIWebViewManager.cs +++ b/src/BlazorWebView/src/Maui/Windows/WinUIWebViewManager.cs @@ -107,8 +107,12 @@ protected override async Task HandleWebResourceRequest(CoreWebView2WebResourceRe var winUIItem = await Package.Current.InstalledLocation.TryGetItemAsync(relativePath); if (winUIItem != null) { - var contentStream = await Package.Current.InstalledLocation.OpenStreamForReadAsync(relativePath); - stream = contentStream.AsRandomAccessStream(); + using var contentStream = await Package.Current.InstalledLocation.OpenStreamForReadAsync(relativePath); + + var memStream = new MemoryStream(); + contentStream.CopyTo(memStream); + stream = new InMemoryRandomAccessStream(); + await stream.WriteAsync(memStream.GetWindowsRuntimeBuffer()); } } else From 75a1f13c6e30d7f5e8dff572f4d9343d26eb206e Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Tue, 18 Oct 2022 11:31:34 -0700 Subject: [PATCH 120/158] Fixed the openiconic link (#10749) (#10764) * Fixed the openiconic link * Update src/Templates/src/templates/maui-blazor/wwwroot/css/open-iconic/README.md Co-authored-by: Daniel Roth Co-authored-by: Daniel Roth (cherry picked from commit f1bd01c9378ca5511e50a2eb4cff803845fd1594) Co-authored-by: Artak <34246760+mkArtakMSFT@users.noreply.github.com> --- .../templates/maui-blazor/wwwroot/css/open-iconic/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Templates/src/templates/maui-blazor/wwwroot/css/open-iconic/README.md b/src/Templates/src/templates/maui-blazor/wwwroot/css/open-iconic/README.md index 6b810e479660..5ac0c17025da 100644 --- a/src/Templates/src/templates/maui-blazor/wwwroot/css/open-iconic/README.md +++ b/src/Templates/src/templates/maui-blazor/wwwroot/css/open-iconic/README.md @@ -1,7 +1,7 @@ -[Open Iconic v1.1.1](http://useiconic.com/open) +[Open Iconic v1.1.1](https://github.com/iconic/open-iconic) =========== -### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons) +### Open Iconic is the open source sibling of [Iconic](https://github.com/iconic/open-iconic). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](https://github.com/iconic/open-iconic) @@ -17,7 +17,7 @@ ## Getting Started -#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections. +#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://github.com/iconic/open-iconic) and [Reference](https://github.com/iconic/open-iconic) sections. ### General Usage From 356602868a46dfe65808fdaf2f21ff9351509a06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:19:19 +0100 Subject: [PATCH 121/158] Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-d8b5a177afa0061ed34390373f1b7918f308f016-1 (#10757) Microsoft.Android.Sdk.Windows From Version 33.0.2 -> To Version 33.0.3 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rtm.22513.13 -> To Version 7.0.100-rtm.22517.4 (parent: Microsoft.Android.Sdk.Windows Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e6a140c5f7e..856094e0cb5a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - fbaf01806695d66444f36203b475ce6d34193488 + 036f883b74c6825c1d89280995d6c33e52c5f23e https://github.com/dotnet/runtime d25158d0dffd699340cedcfd43324c87a809a214 - + https://github.com/xamarin/xamarin-android - 04fe9838ab79392b219e20ba689445cea16d0e74 + d8b5a177afa0061ed34390373f1b7918f308f016 https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index 1a14ca07bf1d..fecca64a638d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ 6.0.541 - 7.0.100-rtm.22513.13 + 7.0.100-rtm.22517.4 7.0.0-rtm.22511.4 @@ -11,7 +11,7 @@ 7.0.0-rc.2.22430.11 6.0.0 - 33.0.2 + 33.0.3 16.0.1271-rc.2-xcode14 15.4.1186-rc.2 From 8d6e9c5f68bcc0b343c0f5cce688bfa7857f2e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Wed, 19 Oct 2022 13:20:11 +0200 Subject: [PATCH 122/158] Added more Frame samples to Core Gallery (#10616) --- .../Pages/Compatibility/FramePage.xaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/Controls/samples/Controls.Sample/Pages/Compatibility/FramePage.xaml b/src/Controls/samples/Controls.Sample/Pages/Compatibility/FramePage.xaml index 013573359deb..12ffc201fe56 100644 --- a/src/Controls/samples/Controls.Sample/Pages/Compatibility/FramePage.xaml +++ b/src/Controls/samples/Controls.Sample/Pages/Compatibility/FramePage.xaml @@ -36,6 +36,32 @@ - + https://github.com/xamarin/xamarin-macios - c53d89a6dad1e11ef4ff63759395b89272318f4d + bf2c75cdfd53558b2a25de623cd4e7cb1d60a496 - + https://github.com/xamarin/xamarin-macios - c53d89a6dad1e11ef4ff63759395b89272318f4d + bf2c75cdfd53558b2a25de623cd4e7cb1d60a496 - + https://github.com/xamarin/xamarin-macios - d02f860266d5d3e39c3baf4d962bbd4a48d09af4 + ded7fcc2b795c76190faf07c33e1e8f83d17355c - + https://github.com/xamarin/xamarin-macios - d02f860266d5d3e39c3baf4d962bbd4a48d09af4 + ded7fcc2b795c76190faf07c33e1e8f83d17355c https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index cd256543f03f..d47f20ef5165 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.3 - 15.4.2365 - 12.3.2365 - 16.0.1469 - 16.0.1469 + 15.4.2366 + 12.3.2366 + 16.0.1470 + 16.0.1470 7.0.100-rc.2.24 From 8195060b0274ec31dd094022d4bb5a7ef3e16202 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:42:20 +0100 Subject: [PATCH 128/158] [net7.0] Update dependencies from xamarin/xamarin-android (#10815) * Update dependencies from https://github.com/xamarin/xamarin-android build 7.0.1xx-8f1d9a47205ead80132661f68b0cee9ed0e0220b-1 Microsoft.Android.Sdk.Windows From Version 33.0.3 -> To Version 33.0.4 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rtm.22517.4 -> To Version 7.0.100-rtm.22519.39 (parent: Microsoft.Android.Sdk.Windows * Add feed back * Revert Analyzer Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e849f90fa3e3..ef0ae8549261 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - 036f883b74c6825c1d89280995d6c33e52c5f23e + e6dd91c290b808f971a1ac69c2fb29395bbf1051 https://github.com/dotnet/runtime d25158d0dffd699340cedcfd43324c87a809a214 - + https://github.com/xamarin/xamarin-android - d8b5a177afa0061ed34390373f1b7918f308f016 + 8f1d9a47205ead80132661f68b0cee9ed0e0220b https://github.com/xamarin/xamarin-macios diff --git a/eng/Versions.props b/eng/Versions.props index d47f20ef5165..372016d72dcd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ 6.0.541 - 7.0.100-rtm.22517.4 + 7.0.100-rtm.22519.39 7.0.0-rtm.22511.4 @@ -11,7 +11,7 @@ 7.0.0 7.0.0 - 33.0.3 + 33.0.4 15.4.2366 12.3.2366 From ad0b8befc987ccda4fb415664742dead88655f39 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 21 Oct 2022 16:19:36 +0100 Subject: [PATCH 129/158] Bump GitInfo --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index 2a4cbd3ed2eb..dbca5be3d742 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-rc.2 +7.0.0-ci From efc27a9ba26c3b63452b37c2910b876062ec01b1 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 21 Oct 2022 19:52:33 +0200 Subject: [PATCH 130/158] Update net6 workloads (#10830) * Bump GitInfo * Update Versions.props * Update GitInfo.txt Co-authored-by: Rui Marinho --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 372016d72dcd..18e7f333ef13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.541 + 6.0.544 7.0.100-rtm.22519.39 From c93463913cdf611ef9145d473653b446d5b7af51 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 21 Oct 2022 19:01:28 +0100 Subject: [PATCH 131/158] Add branch info to GitInfo --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index dbca5be3d742..2f424f8bc1ca 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0.0-ci +7.0.0-ci.net7 From 148d2a1fbbd1108007791390d1617afb9a25a379 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 24 Oct 2022 15:50:05 +0100 Subject: [PATCH 132/158] [Tizen] Update to Tizen 7.0.100 stable (#10861) * Update Tizen SDK * Update the SDK prop --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 18e7f333ef13..97080bdd7339 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ 16.0.1470 16.0.1470 - 7.0.100-rc.2.24 + 7.0.100 7.0.0-rtm.22504.3 $(MicrosoftNETWorkloadEmscriptennet7Manifest70100PackageVersion) @@ -76,6 +76,6 @@ $(DotNetVersionBand) $(DotNetSdkManifestsFolder) $(DotNetSdkManifestsFolder) - 7.0.100-rc.2 + 7.0.100 From 0548b7c4c1f461a58644e3d0ef8b5b9ea9155db1 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 24 Oct 2022 17:12:48 +0200 Subject: [PATCH 133/158] iOS 13+ devices do not allow status bar access (#10855) --- .../net-android/PublicAPI.Unshipped.txt | 4 + .../PublicAPI/net-ios/PublicAPI.Unshipped.txt | 6 + .../net-maccatalyst/PublicAPI.Unshipped.txt | 6 + .../net-tizen/PublicAPI.Unshipped.txt | 4 + .../net-windows/PublicAPI.Unshipped.txt | 6 +- .../src/Screenshot/Screenshot.android.cs | 2 +- .../src/Screenshot/Screenshot.ios.cs | 115 +++------------- .../src/Screenshot/Screenshot.shared.cs | 22 +-- .../DeviceTests/Tests/Screenshot_Tests.cs | 130 +++++++++++++++--- 9 files changed, 163 insertions(+), 132 deletions(-) diff --git a/src/Essentials/src/PublicAPI/net-android/PublicAPI.Unshipped.txt b/src/Essentials/src/PublicAPI/net-android/PublicAPI.Unshipped.txt index 1ad69bd53a12..cce8ea433f62 100644 --- a/src/Essentials/src/PublicAPI/net-android/PublicAPI.Unshipped.txt +++ b/src/Essentials/src/PublicAPI/net-android/PublicAPI.Unshipped.txt @@ -11,3 +11,7 @@ override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int ~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 *REMOVED*~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.CheckStatusAsync() -> System.Threading.Tasks.Task +*REMOVED*Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(Android.Views.View! view) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(Android.Views.View! view) -> System.Threading.Tasks.Task! +*REMOVED*static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, Android.Views.View! view) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, Android.Views.View! view) -> System.Threading.Tasks.Task! \ No newline at end of file diff --git a/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt b/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt index 47042d23f092..c19aef8ce6c3 100644 --- a/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt +++ b/src/Essentials/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt @@ -3,3 +3,9 @@ override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int ~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> 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.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool +*REMOVED*Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIView! view) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIView! view) -> System.Threading.Tasks.Task! +*REMOVED*static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIView! view) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIView! view) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task! diff --git a/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt b/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt index 47042d23f092..c19aef8ce6c3 100644 --- a/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt +++ b/src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt @@ -3,3 +3,9 @@ override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int ~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> 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.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool +*REMOVED*Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIView! view) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(UIKit.UIView! view) -> System.Threading.Tasks.Task! +*REMOVED*static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIView! view) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, UIKit.UIView! view) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, CoreAnimation.CALayer! layer, bool skipChildren) -> System.Threading.Tasks.Task! diff --git a/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index 47042d23f092..87718f62039a 100644 --- a/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -3,3 +3,7 @@ override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int ~override Microsoft.Maui.Devices.Sensors.Location.Equals(object obj) -> 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.Location.operator ==(Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right) -> bool +*REMOVED*Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(Tizen.NUI.BaseComponents.View! view) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(Tizen.NUI.BaseComponents.View! view) -> System.Threading.Tasks.Task! +*REMOVED*static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, Tizen.NUI.BaseComponents.View! view) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, Tizen.NUI.BaseComponents.View! view) -> System.Threading.Tasks.Task! diff --git a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt index 1f9990ea3fe2..5655cdb6578c 100644 --- a/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt +++ b/src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt @@ -12,4 +12,8 @@ override Microsoft.Maui.Devices.Sensors.Location.GetHashCode() -> int *REMOVED*~override Microsoft.Maui.ApplicationModel.Permissions.ContactsWrite.RequiredDeclarations.get -> System.Func> *REMOVED*~override Microsoft.Maui.ApplicationModel.Permissions.LocationAlways.RequiredDeclarations.get -> System.Func> *REMOVED*~override Microsoft.Maui.ApplicationModel.Permissions.LocationWhenInUse.RequiredDeclarations.get -> System.Func> -*REMOVED*~override Microsoft.Maui.ApplicationModel.Permissions.Microphone.RequiredDeclarations.get -> System.Func> \ No newline at end of file +*REMOVED*~override Microsoft.Maui.ApplicationModel.Permissions.Microphone.RequiredDeclarations.get -> System.Func> +*REMOVED*Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(Microsoft.UI.Xaml.UIElement! element) -> System.Threading.Tasks.Task! +Microsoft.Maui.Media.IPlatformScreenshot.CaptureAsync(Microsoft.UI.Xaml.UIElement! element) -> System.Threading.Tasks.Task! +*REMOVED*static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, Microsoft.UI.Xaml.UIElement! element) -> System.Threading.Tasks.Task! +static Microsoft.Maui.Media.ScreenshotExtensions.CaptureAsync(this Microsoft.Maui.Media.IScreenshot! screenshot, Microsoft.UI.Xaml.UIElement! element) -> System.Threading.Tasks.Task! \ No newline at end of file diff --git a/src/Essentials/src/Screenshot/Screenshot.android.cs b/src/Essentials/src/Screenshot/Screenshot.android.cs index ccb139f90fa2..361e313358e6 100644 --- a/src/Essentials/src/Screenshot/Screenshot.android.cs +++ b/src/Essentials/src/Screenshot/Screenshot.android.cs @@ -44,7 +44,7 @@ public Task CaptureAsync(View view) _ = view ?? throw new ArgumentNullException(nameof(view)); var bitmap = Render(view); - var result = new ScreenshotResult(bitmap); + var result = bitmap is null ? null : new ScreenshotResult(bitmap); return Task.FromResult(result); } diff --git a/src/Essentials/src/Screenshot/Screenshot.ios.cs b/src/Essentials/src/Screenshot/Screenshot.ios.cs index cfbfe16218f9..f6bbaf7aebae 100644 --- a/src/Essentials/src/Screenshot/Screenshot.ios.cs +++ b/src/Essentials/src/Screenshot/Screenshot.ios.cs @@ -9,6 +9,7 @@ using CoreGraphics; using ObjCRuntime; using UIKit; +using Microsoft.Maui.ApplicationModel; namespace Microsoft.Maui.Media { @@ -17,26 +18,13 @@ partial class ScreenshotImplementation : IPlatformScreenshot, IScreenshot public bool IsCaptureSupported => true; - [System.Runtime.Versioning.SupportedOSPlatform("ios13.0")] - [System.Runtime.Versioning.SupportedOSPlatform("tvos13.0")] public Task CaptureAsync() { - var scenes = UIApplication.SharedApplication.ConnectedScenes; - //#pragma warning disable CA1416 // Known false positive with Lambda expression - var currentScene = scenes.ToArray().Where(n => n.ActivationState == UISceneActivationState.ForegroundActive).FirstOrDefault(); - //#pragma warning restore CA1416 - if (currentScene == null) - throw new InvalidOperationException("Unable to find current scene."); - - var uiWindowScene = currentScene as UIWindowScene; - if (uiWindowScene == null) - throw new InvalidOperationException("Unable to find current window scene."); - - var currentWindow = uiWindowScene.Windows.FirstOrDefault(n => n.IsKeyWindow); + var currentWindow = WindowStateManager.Default.GetCurrentUIWindow(); if (currentWindow == null) throw new InvalidOperationException("Unable to find current window."); - return CaptureAsync(currentWindow.Layer, true); + return CaptureAsync(currentWindow); } public Task CaptureAsync(UIWindow window) @@ -47,25 +35,10 @@ public Task CaptureAsync(UIWindow window) UIGraphics.BeginImageContextWithOptions(window.Bounds.Size, false, window.Screen.Scale); var ctx = UIGraphics.GetCurrentContext(); - if (!TryRender(window, out var error)) - { - // FIXME: test/handle this case - } - - // Render the status bar with the correct frame size - try - { - TryHideStatusClockView(UIApplication.SharedApplication); - var statusbarWindow = GetStatusBarWindow(UIApplication.SharedApplication); - if (statusbarWindow != null/* && metrics.StatusBar != null*/) - { - statusbarWindow.Frame = window.Frame; - statusbarWindow.Layer.RenderInContext(ctx); - } - } - catch + // ctx will be null if the width/height of the view is zero + if (ctx is not null && !TryRender(window, out _)) { - // FIXME: test/handle this case + // TODO: test/handle this case } var image = UIGraphics.GetImageFromCurrentImageContext(); @@ -76,7 +49,7 @@ public Task CaptureAsync(UIWindow window) return Task.FromResult(result); } - public Task CaptureAsync(UIView view) + public Task CaptureAsync(UIView view) { _ = view ?? throw new ArgumentNullException(nameof(view)); @@ -85,23 +58,20 @@ public Task CaptureAsync(UIView view) var ctx = UIGraphics.GetCurrentContext(); // ctx will be null if the width/height of the view is zero - if (ctx != null) + if (ctx is not null && !TryRender(view, out _)) { - if (!TryRender(view, out var error)) - { - // FIXME: test/handle this case - } + // TODO: test/handle this case } var image = UIGraphics.GetImageFromCurrentImageContext(); UIGraphics.EndImageContext(); - var result = new ScreenshotResult(image); + var result = image is null ? null : new ScreenshotResult(image); - return Task.FromResult(result); + return Task.FromResult(result); } - public Task CaptureAsync(CALayer layer, bool skipChildren) + public Task CaptureAsync(CALayer layer, bool skipChildren) { _ = layer ?? throw new ArgumentNullException(nameof(layer)); @@ -110,20 +80,17 @@ public Task CaptureAsync(CALayer layer, bool skipChildren) var ctx = UIGraphics.GetCurrentContext(); // ctx will be null if the width/height of the view is zero - if (ctx != null) + if (ctx is not null && !TryRender(layer, ctx, skipChildren, out _)) { - if (!TryRender(layer, ctx, skipChildren, out var error)) - { - // FIXME: test/handle this case - } + // TODO: test/handle this case } var image = UIGraphics.GetImageFromCurrentImageContext(); UIGraphics.EndImageContext(); - var result = new ScreenshotResult(image); + var result = image is null ? null : new ScreenshotResult(image); - return Task.FromResult(result); + return Task.FromResult(result); } static bool TryRender(UIView view, out Exception? error) @@ -192,56 +159,6 @@ static void RestoreSublayers(CALayer layer, Dictionary visibility sublayer.Key.Hidden = sublayer.Value; } } - - static void TryHideStatusClockView(UIApplication app) - { - var statusBarWindow = GetStatusBarWindow(app); - if (statusBarWindow == null) - return; - - var clockView = GetClockView(statusBarWindow); - if (clockView != null) - clockView.Hidden = true; - } - - static UIView? GetClockView(UIWindow window) - { - var classNames = new[] { - "UIStatusBar", - "UIStatusBarForegroundView", - "UIStatusBarTimeItemView" - }; - - return FindSubview(window, ((IEnumerable)classNames).GetEnumerator()); - - static UIView? FindSubview(UIView view, IEnumerator classNames) - { - if (!classNames.MoveNext()) - return view; - - foreach (var subview in view.Subviews) - { - if (subview.ToString().StartsWith($"<{classNames.Current}:", StringComparison.Ordinal)) - return FindSubview(subview, classNames); - } - - return null; - } - } - - static UIWindow? GetStatusBarWindow(UIApplication app) - { - if (!app.RespondsToSelector(statusBarWindowSelector)) - return null; - - var ptr = IntPtr_objc_msgSend(app.Handle, statusBarWindowSelector.Handle); - return ptr != IntPtr.Zero ? Runtime.GetNSObject(ptr) as UIWindow : null; - } - - static readonly Selector statusBarWindowSelector = new Selector("statusBarWindow"); - - [DllImport(Constants.ObjectiveCLibrary, EntryPoint = "objc_msgSend")] - static extern IntPtr IntPtr_objc_msgSend(IntPtr receiver, IntPtr selector); } partial class ScreenshotResult diff --git a/src/Essentials/src/Screenshot/Screenshot.shared.cs b/src/Essentials/src/Screenshot/Screenshot.shared.cs index 99ae3207029f..142198380b20 100644 --- a/src/Essentials/src/Screenshot/Screenshot.shared.cs +++ b/src/Essentials/src/Screenshot/Screenshot.shared.cs @@ -17,17 +17,17 @@ public interface IPlatformScreenshot : IScreenshot { #if ANDROID Task CaptureAsync(Android.App.Activity activity); - Task CaptureAsync(Android.Views.View view); + Task CaptureAsync(Android.Views.View view); #elif IOS || MACCATALYST Task CaptureAsync(UIKit.UIWindow window); - Task CaptureAsync(UIKit.UIView view); - //Task CaptureAsync(CoreAnimation.CALayer layer, bool skipChildren); + Task CaptureAsync(UIKit.UIView view); + Task CaptureAsync(CoreAnimation.CALayer layer, bool skipChildren); #elif WINDOWS Task CaptureAsync(UI.Xaml.Window window); - Task CaptureAsync(UI.Xaml.UIElement element); + Task CaptureAsync(UI.Xaml.UIElement element); #elif TIZEN Task CaptureAsync(Tizen.NUI.Window window); - Task CaptureAsync(Tizen.NUI.BaseComponents.View view); + Task CaptureAsync(Tizen.NUI.BaseComponents.View view); #endif } @@ -89,7 +89,7 @@ static IPlatformScreenshot AsPlatform(this IScreenshot screenshot) public static Task CaptureAsync(this IScreenshot screenshot, Android.App.Activity activity) => screenshot.AsPlatform().CaptureAsync(activity); - public static Task CaptureAsync(this IScreenshot screenshot, Android.Views.View view) => + public static Task CaptureAsync(this IScreenshot screenshot, Android.Views.View view) => screenshot.AsPlatform().CaptureAsync(view); #elif IOS || MACCATALYST @@ -97,18 +97,18 @@ public static Task CaptureAsync(this IScreenshot screenshot, public static Task CaptureAsync(this IScreenshot screenshot, UIKit.UIWindow window) => screenshot.AsPlatform().CaptureAsync(window); - public static Task CaptureAsync(this IScreenshot screenshot, UIKit.UIView view) => + public static Task CaptureAsync(this IScreenshot screenshot, UIKit.UIView view) => screenshot.AsPlatform().CaptureAsync(view); - //public static Task CaptureAsync(this IScreenshot screenshot, CoreAnimation.CALayer layer, bool skipChildren) => - // screenshot.AsPlatform().CaptureAsync(layer, skipChildren); + public static Task CaptureAsync(this IScreenshot screenshot, CoreAnimation.CALayer layer, bool skipChildren) => + screenshot.AsPlatform().CaptureAsync(layer, skipChildren); #elif WINDOWS public static Task CaptureAsync(this IScreenshot screenshot, UI.Xaml.Window window) => screenshot.AsPlatform().CaptureAsync(window); - public static Task CaptureAsync(this IScreenshot screenshot, UI.Xaml.UIElement element) => + public static Task CaptureAsync(this IScreenshot screenshot, UI.Xaml.UIElement element) => screenshot.AsPlatform().CaptureAsync(element); #elif TIZEN @@ -116,7 +116,7 @@ public static Task CaptureAsync(this IScreenshot screenshot, public static Task CaptureAsync(this IScreenshot screenshot, Tizen.NUI.Window window) => screenshot.AsPlatform().CaptureAsync(window); - public static Task CaptureAsync(this IScreenshot screenshot, Tizen.NUI.BaseComponents.View view) => + public static Task CaptureAsync(this IScreenshot screenshot, Tizen.NUI.BaseComponents.View view) => screenshot.AsPlatform().CaptureAsync(view); #endif diff --git a/src/Essentials/test/DeviceTests/Tests/Screenshot_Tests.cs b/src/Essentials/test/DeviceTests/Tests/Screenshot_Tests.cs index f47c8ffab732..c3b59e53e38c 100644 --- a/src/Essentials/test/DeviceTests/Tests/Screenshot_Tests.cs +++ b/src/Essentials/test/DeviceTests/Tests/Screenshot_Tests.cs @@ -1,6 +1,7 @@ using System; using System.IO; using System.Threading.Tasks; +using Microsoft.Maui.ApplicationModel; using Microsoft.Maui.Media; using Microsoft.Maui.Platform; using Xunit; @@ -15,13 +16,12 @@ public Task GetPngScreenshot() { return Utils.OnMainThread(async () => { - if (CanExecuteTest()) - { - await Task.Delay(100); - IScreenshotResult mediaFile = await Screenshot.CaptureAsync(); - var png = await mediaFile.OpenReadAsync(ScreenshotFormat.Png); - Assert.True(png.Length > 0); - } + await Task.Delay(100); + + IScreenshotResult mediaFile = await Screenshot.CaptureAsync(); + var png = await mediaFile.OpenReadAsync(ScreenshotFormat.Png); + + Assert.True(png.Length > 0); }); } @@ -30,23 +30,113 @@ public Task GetJpegScreenshot() { return Utils.OnMainThread(async () => { - if (CanExecuteTest()) - { - await Task.Delay(100); - IScreenshotResult mediaFile = await Screenshot.CaptureAsync(); - var png = await mediaFile.OpenReadAsync(ScreenshotFormat.Jpeg); - Assert.True(png.Length > 0); - } + await Task.Delay(100); + + IScreenshotResult mediaFile = await Screenshot.CaptureAsync(); + var png = await mediaFile.OpenReadAsync(ScreenshotFormat.Jpeg); + + Assert.True(png.Length > 0); }); } - static bool CanExecuteTest() + [Fact] + public Task CaptureStaticAsync() { -#if __IOS__ - return OperatingSystem.IsIOSVersionAtLeast(13) || OperatingSystem.IsTvOSVersionAtLeast(13); -#else - return true; -#endif + return Utils.OnMainThread(async () => + { + await Task.Delay(100); + + IScreenshotResult mediaFile = await Screenshot.CaptureAsync(); + + Assert.True(mediaFile.Width > 0); + Assert.True(mediaFile.Height > 0); + + using (var stream = await mediaFile.OpenReadAsync()) + Assert.True(stream.Length > 0); + }); } + + [Fact] + public Task CaptureAsync() + { + return Utils.OnMainThread(async () => + { + await Task.Delay(100); + + IScreenshotResult mediaFile = await Screenshot.Default.CaptureAsync(); + + Assert.True(mediaFile.Width > 0); + Assert.True(mediaFile.Height > 0); + + using (var stream = await mediaFile.OpenReadAsync()) + Assert.True(stream.Length > 0); + }); + } + +#if IOS || MACCATALYST + + [Fact] + public Task CaptureWindowAsync() + { + return Utils.OnMainThread(async () => + { + await Task.Delay(100); + + var window = WindowStateManager.Default.GetCurrentUIWindow(); + + IScreenshotResult mediaFile = await Screenshot.Default.CaptureAsync(window); + + Assert.True(mediaFile.Width > 0); + Assert.True(mediaFile.Height > 0); + + using (var stream = await mediaFile.OpenReadAsync()) + Assert.True(stream.Length > 0); + }); + } + + [Fact] + public Task CaptureViewAsync() + { + return Utils.OnMainThread(async () => + { + await Task.Delay(100); + + var window = WindowStateManager.Default.GetCurrentUIWindow(); + var view = window.RootViewController.View; + + IScreenshotResult mediaFile = await Screenshot.Default.CaptureAsync(view); + + Assert.True(mediaFile.Width > 0); + Assert.True(mediaFile.Height > 0); + + using (var stream = await mediaFile.OpenReadAsync()) + Assert.True(stream.Length > 0); + }); + } + + [Theory] + [InlineData(true)] + [InlineData(false)] + public Task CaptureLayerAsync(bool skipChildren) + { + return Utils.OnMainThread(async () => + { + await Task.Delay(100); + + var window = WindowStateManager.Default.GetCurrentUIWindow(); + var view = window.RootViewController.View; + var layer = view.Layer; + + IScreenshotResult mediaFile = await Screenshot.Default.CaptureAsync(layer, skipChildren); + + Assert.True(mediaFile.Width > 0); + Assert.True(mediaFile.Height > 0); + + using (var stream = await mediaFile.OpenReadAsync()) + Assert.True(stream.Length > 0); + }); + } + +#endif } } From 88c5f80d16d8cb68f0119b4f6239b23cce2ba91c Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 25 Oct 2022 12:26:24 +0200 Subject: [PATCH 134/158] Update Versions.props (#10871) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 97080bdd7339..fef263ce7531 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.544 + 6.0.545 7.0.100-rtm.22519.39 From accbdd1139003d1bac07957a26894bbea614159f Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Tue, 25 Oct 2022 13:54:59 +0100 Subject: [PATCH 135/158] Bump Analyzer for new api --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index fef263ce7531..f1bf54d83fcc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ 7.0.0 7.0.0 - 7.0.0-preview1.22274.2 + 7.0.0-preview1.22524.2 3.3.3 3.3.3 4.5.0 From d7c69e5680975a28962e9ddf1272545caf080d62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:33:48 +0100 Subject: [PATCH 136/158] [net7.0] Update dependencies from xamarin/xamarin-macios (#10878) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221024.17 Microsoft.iOS.Sdk From Version 16.0.1470 -> To Version 16.0.1471 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221024.17 Microsoft.tvOS.Sdk From Version 16.0.1470 -> To Version 16.0.1471 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.1 Microsoft.iOS.Sdk From Version 16.0.1470 -> To Version 16.0.1472 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.1 Microsoft.tvOS.Sdk From Version 16.0.1470 -> To Version 16.0.1472 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.4 Microsoft.macOS.Sdk From Version 12.3.2366 -> To Version 12.3.2367 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.4 Microsoft.MacCatalyst.Sdk From Version 15.4.2366 -> To Version 15.4.2367 * Update NuGet.config Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef0ae8549261..c08f13a89f1c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android 8f1d9a47205ead80132661f68b0cee9ed0e0220b - + https://github.com/xamarin/xamarin-macios - bf2c75cdfd53558b2a25de623cd4e7cb1d60a496 + 42be8a5bba623032464c79823ebf4a187dd656fd - + https://github.com/xamarin/xamarin-macios - bf2c75cdfd53558b2a25de623cd4e7cb1d60a496 + 42be8a5bba623032464c79823ebf4a187dd656fd - + https://github.com/xamarin/xamarin-macios - ded7fcc2b795c76190faf07c33e1e8f83d17355c + 4876d7bea50e2258f4167b07eabbcd88129ff171 - + https://github.com/xamarin/xamarin-macios - ded7fcc2b795c76190faf07c33e1e8f83d17355c + 4876d7bea50e2258f4167b07eabbcd88129ff171 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index fef263ce7531..e7529ab37a78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.4 - 15.4.2366 - 12.3.2366 - 16.0.1470 - 16.0.1470 + 15.4.2367 + 12.3.2367 + 16.0.1472 + 16.0.1472 7.0.100 From 81e709fa8e0bcd3698e94b163b7dc95a276afffa Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Tue, 25 Oct 2022 16:53:56 +0100 Subject: [PATCH 137/158] Fix android API usage --- .../src/Maui/Android/BlazorWebViewHandler.Android.cs | 2 ++ .../Core/src/Android/AppCompat/FormsAppCompatActivity.cs | 2 ++ src/Compatibility/Core/src/Android/PopupManager.cs | 3 ++- .../Core/src/Android/Renderers/FormsWebViewClient.cs | 2 ++ .../Core/src/Android/Renderers/WebViewRenderer.cs | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/BlazorWebView/src/Maui/Android/BlazorWebViewHandler.Android.cs b/src/BlazorWebView/src/Maui/Android/BlazorWebViewHandler.Android.cs index b3e83d957487..504716a874ca 100644 --- a/src/BlazorWebView/src/Maui/Android/BlazorWebViewHandler.Android.cs +++ b/src/BlazorWebView/src/Maui/Android/BlazorWebViewHandler.Android.cs @@ -20,12 +20,14 @@ public partial class BlazorWebViewHandler : ViewHandler e) { var webView = CreateNativeControl(); #pragma warning disable 618 // This can probably be replaced with LinearLayout(LayoutParams.MatchParent, LayoutParams.MatchParent); just need to test that theory +#pragma warning disable CA1416, CA1422 // Validate platform compatibility webView.LayoutParameters = new global::Android.Widget.AbsoluteLayout.LayoutParams(LayoutParams.MatchParent, LayoutParams.MatchParent, 0, 0); +#pragma warning restore CA1416, CA1422 // Validate platform compatibility #pragma warning restore 618 _webViewClient = GetWebViewClient(); From a3f6766d11531d10cb1d0a2facaee47f6ebb8c45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 14:23:42 +0100 Subject: [PATCH 138/158] [net7.0] Update dependencies from xamarin/xamarin-macios (#10910) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.31 Microsoft.iOS.Sdk From Version 16.0.1472 -> To Version 16.0.1473 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.31 Microsoft.tvOS.Sdk From Version 16.0.1472 -> To Version 16.0.1473 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.34 Microsoft.macOS.Sdk From Version 12.3.2367 -> To Version 12.3.2368 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221025.34 Microsoft.MacCatalyst.Sdk From Version 15.4.2367 -> To Version 15.4.2368 * Update NuGet.config * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.3 Microsoft.macOS.Sdk From Version 12.3.2367 -> To Version 12.3.2369 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.3 Microsoft.MacCatalyst.Sdk From Version 15.4.2367 -> To Version 15.4.2369 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.5 Microsoft.iOS.Sdk From Version 16.0.1472 -> To Version 16.0.1474 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.5 Microsoft.tvOS.Sdk From Version 16.0.1472 -> To Version 16.0.1474 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.14 Microsoft.macOS.Sdk From Version 12.3.2367 -> To Version 12.3.2370 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.14 Microsoft.MacCatalyst.Sdk From Version 15.4.2367 -> To Version 15.4.2370 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.12 Microsoft.iOS.Sdk From Version 16.0.1472 -> To Version 16.0.1475 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.12 Microsoft.tvOS.Sdk From Version 16.0.1472 -> To Version 16.0.1475 * Update NuGet.config Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c08f13a89f1c..cd578f52f04e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android 8f1d9a47205ead80132661f68b0cee9ed0e0220b - + https://github.com/xamarin/xamarin-macios - 42be8a5bba623032464c79823ebf4a187dd656fd + 16925e40c98a9789323ade1c8a0660968d8ac244 - + https://github.com/xamarin/xamarin-macios - 42be8a5bba623032464c79823ebf4a187dd656fd + 16925e40c98a9789323ade1c8a0660968d8ac244 - + https://github.com/xamarin/xamarin-macios - 4876d7bea50e2258f4167b07eabbcd88129ff171 + 12993a6a15caf9793f3b65db21407f085ea2ae4f - + https://github.com/xamarin/xamarin-macios - 4876d7bea50e2258f4167b07eabbcd88129ff171 + 12993a6a15caf9793f3b65db21407f085ea2ae4f https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index e7529ab37a78..16bf8ceff5d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.4 - 15.4.2367 - 12.3.2367 - 16.0.1472 - 16.0.1472 + 15.4.2370 + 12.3.2370 + 16.0.1475 + 16.0.1475 7.0.100 From 0ddc4e163fbedad745383bca48c7800bd7f1ba67 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 26 Oct 2022 14:54:07 +0100 Subject: [PATCH 139/158] Ignore more CA1422 warnings --- .../src/Maui/iOS/IOSWebViewManager.cs | 8 +++--- .../FlyoutPage/iOS/PhoneFlyoutPageRenderer.cs | 15 +++++------ .../Handlers/ListView/iOS/CellRenderer.cs | 25 ++++++++++++++----- .../ListView/iOS/ContextActionCell.cs | 9 ++++--- .../ListView/iOS/EntryCellRenderer.cs | 4 +-- .../ListView/iOS/ImageCellRenderer.cs | 4 +-- .../ListView/iOS/SwitchCellRenderer.cs | 12 ++++----- .../Handlers/ListView/iOS/TextCellRenderer.cs | 8 +++--- .../Handlers/ListView/iOS/ViewCellRenderer.cs | 4 +-- .../NavigationPage/iOS/NavigationRenderer.cs | 12 +++++---- .../Handlers/Shell/iOS/ShellItemRenderer.cs | 4 +-- .../TableView/iOS/TableViewModelRenderer.cs | 4 +-- .../iOS/Extensions/ToolbarItemExtensions.cs | 4 +-- .../Platform/AlertManager/AlertManager.iOS.cs | 4 +-- .../iOS/Extensions/ButtonExtensions.cs | 4 +-- .../src/Core/Platform/iOS/ModalWrapper.cs | 6 +++-- 16 files changed, 71 insertions(+), 56 deletions(-) diff --git a/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs b/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs index 193e82cfb33c..e5da67ab8cba 100644 --- a/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs +++ b/src/BlazorWebView/src/Maui/iOS/IOSWebViewManager.cs @@ -176,10 +176,10 @@ private static void PresentAlertController( if (cancelAction != null) AddCancelAction(controller, () => cancelAction(controller)); -#pragma warning disable CA1416 // TODO: 'UIApplication.Windows' is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIApplication.Windows' is unsupported on: 'ios' 15.0 and later GetTopViewController(UIApplication.SharedApplication.Windows.FirstOrDefault(m => m.IsKeyWindow)?.RootViewController)? .PresentViewController(controller, true, null); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } private static UIViewController? GetTopViewController(UIViewController? viewController) @@ -236,9 +236,9 @@ public override void DecidePolicy(WKWebView webView, WKNavigationAction navigati if (strategy == UrlLoadingStrategy.OpenExternally) { -#pragma warning disable CA1416 // TODO: OpenUrl(...) has [UnsupportedOSPlatform("ios10.0")] +#pragma warning disable CA1416, CA1422 // TODO: OpenUrl(...) has [UnsupportedOSPlatform("ios10.0")] UIApplication.SharedApplication.OpenUrl(requestUrl); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } if (strategy != UrlLoadingStrategy.OpenInWebView) diff --git a/src/Controls/src/Core/Compatibility/Handlers/FlyoutPage/iOS/PhoneFlyoutPageRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/FlyoutPage/iOS/PhoneFlyoutPageRenderer.cs index 720821269a5c..835da416b8e1 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/FlyoutPage/iOS/PhoneFlyoutPageRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/FlyoutPage/iOS/PhoneFlyoutPageRenderer.cs @@ -276,15 +276,12 @@ void LayoutChildren(bool animated) if (animated) { - UIView.BeginAnimations("Flyout"); - var view = _detailController.View; - view.Frame = target; - detailView.Layer.Opacity = (float)opacity; -#pragma warning disable CA1416 // TODO: 'UIView.SetAnimationCurve(UIViewAnimationCurve)' is unsupported on: 'ios' 13.0 and later - UIView.SetAnimationCurve(UIViewAnimationCurve.EaseOut); - UIView.SetAnimationDuration(250); - UIView.CommitAnimations(); -#pragma warning restore CA1416 + UIView.Animate(250, 0, UIViewAnimationOptions.CurveEaseOut, () => + { + var view = _detailController.View; + view.Frame = target; + detailView.Layer.Opacity = (float)opacity; + }, () => { }); } else { diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/CellRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/CellRenderer.cs index 06cc71a59c7e..4b6d1df7ee7f 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/CellRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/CellRenderer.cs @@ -48,9 +48,15 @@ public virtual UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, WireUpForceUpdateSizeRequested(item, tvc, tv); -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later - tvc.TextLabel.Text = item.ToString(); -#pragma warning restore CA1416 + if(OperatingSystem.IsIOSVersionAtLeast(14)) + { + var content = tvc.DefaultContentConfiguration; + content.Text = item.ToString(); + } + else + { + tvc.TextLabel.Text = item.ToString(); + } UpdateBackground(tvc, item); @@ -85,9 +91,16 @@ public virtual void SetAccessibility(UITableViewCell tableViewCell, Cell cell) public virtual void SetBackgroundColor(UITableViewCell tableViewCell, Cell cell, UIColor color) { -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later - tableViewCell.TextLabel.BackgroundColor = color; -#pragma warning restore CA1416 + if (OperatingSystem.IsIOSVersionAtLeast(14)) + { + var content = tableViewCell.DefaultContentConfiguration; + content.TextProperties.Color = color; + } + else + { + tableViewCell.TextLabel.BackgroundColor = color; + } + tableViewCell.ContentView.BackgroundColor = color; tableViewCell.BackgroundColor = color; } diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ContextActionCell.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ContextActionCell.cs index ffdca56298e5..31701ee38f3f 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ContextActionCell.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ContextActionCell.cs @@ -386,9 +386,10 @@ UIButton GetButton(MenuItem item) button.SetBackgroundImage(DestructiveBackground, UIControlState.Normal); button.SetTitle(item.Text, UIControlState.Normal); -#pragma warning disable CA1416 // TODO: 'UIButton.TitleEdgeInsets' is unsupported on: 'ios' 15.0 and later + +#pragma warning disable CA1416, CA1422 // TODO: 'UIButton.TitleEdgeInsets' is unsupported on: 'ios' 15.0 and later button.TitleEdgeInsets = new UIEdgeInsets(0, 15, 0, 15); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 button.Enabled = item.IsEnabled; @@ -557,9 +558,9 @@ UIView SetupButtons(nfloat width, nfloat height) var button = new UIButton(new RectangleF(0, 0, largestWidth, height)); button.SetBackgroundImage(NormalBackground, UIControlState.Normal); -#pragma warning disable CA1416 // TODO: 'UIButton.TitleEdgeInsets' is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIButton.TitleEdgeInsets' is unsupported on: 'ios' 15.0 and later button.TitleEdgeInsets = new UIEdgeInsets(0, 15, 0, 15); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 button.SetTitle(StringResources.More, UIControlState.Normal); var moreWidth = button.TitleLabel.SizeThatFits(new SizeF(width, height)).Width + 30; diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/EntryCellRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/EntryCellRenderer.cs index 45b6b2388640..78d57258ecac 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/EntryCellRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/EntryCellRenderer.cs @@ -164,11 +164,11 @@ public override void LayoutSubviews() { base.LayoutSubviews(); -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and late +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and late // simple algorithm to generally line up entries var start = (nfloat)Math.Round(Math.Max(Frame.Width * 0.3, TextLabel.Frame.Right + 10)); TextField.Frame = new RectangleF(start, (Frame.Height - 30) / 2, Frame.Width - TextLabel.Frame.Left - start, 30); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 // Centers TextField Content (iOS6) TextField.VerticalAlignment = UIControlContentVerticalAlignment.Center; } diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ImageCellRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ImageCellRenderer.cs index b2ac96a886e1..086ba8c97369 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ImageCellRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ImageCellRenderer.cs @@ -41,7 +41,7 @@ void SetImage(ImageCell cell, CellTableViewCell target) { var source = cell.ImageSource; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.ImageView' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.ImageView' is unsupported on: 'ios' 14.0 and later target.ImageView.Image = null; source.LoadImage(cell.FindMauiContext(), (result) => @@ -63,7 +63,7 @@ void SetImage(ImageCell cell, CellTableViewCell target) }); } }); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } } } diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/SwitchCellRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/SwitchCellRenderer.cs index 483f382aaef3..4f6a0c83ce17 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/SwitchCellRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/SwitchCellRenderer.cs @@ -46,9 +46,9 @@ public override UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, tvc.Cell = item; tvc.PropertyChanged += HandlePropertyChanged; tvc.AccessoryView = uiSwitch; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later tvc.TextLabel.Text = boolCell.Text; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 uiSwitch.On = boolCell.On; @@ -73,9 +73,9 @@ void HandlePropertyChanged(object sender, PropertyChangedEventArgs e) UpdateOnColor(realCell, boolCell); } else if (e.PropertyName == SwitchCell.TextProperty.PropertyName) -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later realCell.TextLabel.Text = boolCell.Text; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 else if (e.PropertyName == Cell.IsEnabledProperty.PropertyName) UpdateIsEnabled(realCell, boolCell); else if (e.PropertyName == VisualElement.FlowDirectionProperty.PropertyName) @@ -110,10 +110,10 @@ void UpdateFlowDirection(CellTableViewCell cell, SwitchCell switchCell) void UpdateIsEnabled(CellTableViewCell cell, SwitchCell switchCell) { cell.UserInteractionEnabled = switchCell.IsEnabled; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel', DetailTextLabel is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel', DetailTextLabel is unsupported on: 'ios' 14.0 and later cell.TextLabel.Enabled = switchCell.IsEnabled; cell.DetailTextLabel.Enabled = switchCell.IsEnabled; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 var uiSwitch = cell.AccessoryView as UISwitch; if (uiSwitch != null) uiSwitch.Enabled = switchCell.IsEnabled; diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/TextCellRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/TextCellRenderer.cs index e37a462e35c3..347a1716a11a 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/TextCellRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/TextCellRenderer.cs @@ -30,7 +30,7 @@ public override UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, tvc.Cell = textCell; tvc.PropertyChanged = HandleCellPropertyChanged; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel', DetailTextLabel is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel', DetailTextLabel is unsupported on: 'ios' 14.0 and later tvc.TextLabel.Text = textCell.Text; tvc.DetailTextLabel.Text = textCell.Detail; tvc.TextLabel.TextColor = (textCell.TextColor ?? DefaultTextColor).ToPlatform(); @@ -39,7 +39,7 @@ public override UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, WireUpForceUpdateSizeRequested(item, tvc, tv); UpdateIsEnabled(tvc, textCell); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 UpdateBackground(tvc, item); @@ -54,7 +54,7 @@ protected virtual void HandleCellPropertyChanged(object sender, PropertyChangedE var textCell = (TextCell)sender; var tvc = (CellTableViewCell)GetRealCell(textCell); -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel', DetailTextLabel is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel', DetailTextLabel is unsupported on: 'ios' 14.0 and later if (args.PropertyName == TextCell.TextProperty.PropertyName) { tvc.TextLabel.Text = ((TextCell)tvc.Cell).Text; @@ -73,7 +73,7 @@ protected virtual void HandleCellPropertyChanged(object sender, PropertyChangedE UpdateIsEnabled(tvc, textCell); else if (args.PropertyName == TextCell.AutomationIdProperty.PropertyName) UpdateAutomationId(tvc, textCell); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 HandlePropertyChanged(tvc, args); } diff --git a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ViewCellRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ViewCellRenderer.cs index 094975e969a3..fa69fa0cc1e7 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ViewCellRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/ViewCellRenderer.cs @@ -70,9 +70,9 @@ public ViewCell ViewCell void UpdateIsEnabled(bool isEnabled) { UserInteractionEnabled = isEnabled; -#pragma warning disable CA1416 // TODO: TextLabel is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: TextLabel is unsupported on: 'ios' 14.0 and later TextLabel.Enabled = isEnabled; -#pragma warning restore C1416 +#pragma warning restore C1416, CA1422 } void ViewCellPropertyChanged(object sender, PropertyChangedEventArgs e) diff --git a/src/Controls/src/Core/Compatibility/Handlers/NavigationPage/iOS/NavigationRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/NavigationPage/iOS/NavigationRenderer.cs index 4ea29d1e8925..8171d3f0676b 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/NavigationPage/iOS/NavigationRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/NavigationPage/iOS/NavigationRenderer.cs @@ -728,7 +728,7 @@ void SetStatusBarStyle() var barTextColor = NavPage.BarTextColor; var statusBarColorMode = NavPage.OnThisPlatform().GetStatusBarTextColorMode(); -#pragma warning disable CA1416 // TODO: 'UIApplication.StatusBarStyle' is unsupported on: 'ios' 9.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIApplication.StatusBarStyle' is unsupported on: 'ios' 9.0 and later if (statusBarColorMode == StatusBarTextColorMode.DoNotAdjust || barTextColor?.GetLuminosity() <= 0.5) { // Use dark text color for status bar @@ -746,7 +746,7 @@ void SetStatusBarStyle() // Use light text color for status bar UIApplication.SharedApplication.StatusBarStyle = UIStatusBarStyle.LightContent; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } void UpdateToolBarVisible() @@ -995,9 +995,9 @@ class ParentingViewController : UIViewController public ParentingViewController(NavigationRenderer navigation) { -#pragma warning disable CA1416 // TODO: 'UIViewController.AutomaticallyAdjustsScrollViewInsets' is unsupported on: 'ios' 11.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIViewController.AutomaticallyAdjustsScrollViewInsets' is unsupported on: 'ios' 11.0 and later AutomaticallyAdjustsScrollViewInsets = false; -#pragma warning restore +#pragma warning restore CA1416, CA1422 _navigation = new WeakReference(navigation); } @@ -1486,13 +1486,15 @@ public override UIInterfaceOrientation PreferredInterfaceOrientationForPresentat return ivh.ViewController.PreferredInterfaceOrientationForPresentation(); return base.PreferredInterfaceOrientationForPresentation(); } - +#pragma warning disable CA1422 // Validate platform compatibility public override bool ShouldAutorotate() { if (Child?.Handler is IPlatformViewHandler ivh) + return ivh.ViewController.ShouldAutorotate(); return base.ShouldAutorotate(); } +#pragma warning restore CA1422 // Validate platform compatibility [System.Runtime.Versioning.UnsupportedOSPlatform("ios6.0")] [System.Runtime.Versioning.UnsupportedOSPlatform("tvos")] diff --git a/src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs index 847a035b4a63..e0ef16942bce 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs @@ -322,7 +322,7 @@ void UpdateMoreCellsEnabled() var renderer = RendererForViewController(ViewControllers[i]); var cell = moreNavigationCells[i - 4]; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later if (!renderer.ShellSection.IsEnabled) { cell.UserInteractionEnabled = false; @@ -337,7 +337,7 @@ void UpdateMoreCellsEnabled() cell.UserInteractionEnabled = true; cell.TextLabel.TextColor = _defaultMoreTextLabelTextColor; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } UITableViewCell[] GetMoreNavigationCells() diff --git a/src/Controls/src/Core/Compatibility/Handlers/TableView/iOS/TableViewModelRenderer.cs b/src/Controls/src/Core/Compatibility/Handlers/TableView/iOS/TableViewModelRenderer.cs index 16c889be1344..9cf7412cae8f 100644 --- a/src/Controls/src/Core/Compatibility/Handlers/TableView/iOS/TableViewModelRenderer.cs +++ b/src/Controls/src/Core/Compatibility/Handlers/TableView/iOS/TableViewModelRenderer.cs @@ -75,9 +75,9 @@ public override void WillDisplayHeaderView(UITableView tableView, UIView headerV if (sectionHeaderTextColor != null) { -#pragma warning disable CA1416 // TODO: 'UITableViewHeaderFooterView.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewHeaderFooterView.TextLabel' is unsupported on: 'ios' 14.0 and later header.TextLabel.TextColor = sectionHeaderTextColor.ToPlatform(); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } } } diff --git a/src/Controls/src/Core/Compatibility/iOS/Extensions/ToolbarItemExtensions.cs b/src/Controls/src/Core/Compatibility/iOS/Extensions/ToolbarItemExtensions.cs index 63a97fdd8d2d..a7dcd95a5970 100644 --- a/src/Controls/src/Core/Compatibility/iOS/Extensions/ToolbarItemExtensions.cs +++ b/src/Controls/src/Core/Compatibility/iOS/Extensions/ToolbarItemExtensions.cs @@ -105,9 +105,9 @@ void UpdateIsEnabled() void UpdateTextAndStyle() { Title = _item.Text; -#pragma warning disable CA1416 // TODO: [UnsupportedOSPlatform("ios8.0")] +#pragma warning disable CA1416, CA1422 // TODO: [UnsupportedOSPlatform("ios8.0")] Style = UIBarButtonItemStyle.Bordered; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 Image = null; } } diff --git a/src/Controls/src/Core/Platform/AlertManager/AlertManager.iOS.cs b/src/Controls/src/Core/Platform/AlertManager/AlertManager.iOS.cs index 9f6080985b68..d66bbed4b5b3 100644 --- a/src/Controls/src/Core/Platform/AlertManager/AlertManager.iOS.cs +++ b/src/Controls/src/Core/Platform/AlertManager/AlertManager.iOS.cs @@ -75,9 +75,9 @@ public void Dispose() void OnPageBusy(IView sender, bool enabled) { _busyCount = Math.Max(0, enabled ? _busyCount + 1 : _busyCount - 1); -#pragma warning disable CA1416 // TODO: 'UIApplication.NetworkActivityIndicatorVisible' is unsupported on: 'ios' 13.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIApplication.NetworkActivityIndicatorVisible' is unsupported on: 'ios' 13.0 and later UIApplication.SharedApplication.NetworkActivityIndicatorVisible = _busyCount > 0; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } void OnAlertRequested(IView sender, AlertArguments arguments) diff --git a/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs b/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs index 9dcda444ae8e..66ffe52ac0d3 100644 --- a/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs +++ b/src/Controls/src/Core/Platform/iOS/Extensions/ButtonExtensions.cs @@ -181,7 +181,7 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt platformButton.UpdatePadding(button); -#pragma warning disable CA1416 // TODO: [UnsupportedOSPlatform("ios15.0")] +#pragma warning disable CA1416, CA1422 // TODO: [UnsupportedOSPlatform("ios15.0")] if (platformButton.ImageEdgeInsets != imageInsets || platformButton.TitleEdgeInsets != titleInsets) { @@ -189,7 +189,7 @@ public static void UpdateContentLayout(this UIButton platformButton, Button butt platformButton.TitleEdgeInsets = titleInsets; platformButton.Superview?.SetNeedsLayout(); } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } public static void UpdateText(this UIButton platformButton, Button button) diff --git a/src/Controls/src/Core/Platform/iOS/ModalWrapper.cs b/src/Controls/src/Core/Platform/iOS/ModalWrapper.cs index 13f5dbe4163b..5b2bac4eb04d 100644 --- a/src/Controls/src/Core/Platform/iOS/ModalWrapper.cs +++ b/src/Controls/src/Core/Platform/iOS/ModalWrapper.cs @@ -104,6 +104,8 @@ public override UIInterfaceOrientation PreferredInterfaceOrientationForPresentat return base.PreferredInterfaceOrientationForPresentation(); } +// TODO: [UnsupportedOSPlatform("ios6.0")] +#pragma warning disable CA1416, CA1422 public override bool ShouldAutorotate() { if ((ChildViewControllers != null) && (ChildViewControllers.Length > 0)) @@ -115,14 +117,14 @@ public override bool ShouldAutorotate() public override bool ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation) { -#pragma warning disable CA1416 // TODO: [UnsupportedOSPlatform("ios6.0")] + if ((ChildViewControllers != null) && (ChildViewControllers.Length > 0)) { return ChildViewControllers[0].ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation); } return base.ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation); -#pragma warning restore CA1416 } +#pragma warning restore CA1416, CA1422 public override bool ShouldAutomaticallyForwardRotationMethods => true; From 4070b4c53066dfa4bff93cd5a57b1f21a99d1312 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 26 Oct 2022 15:25:50 +0100 Subject: [PATCH 140/158] Ignore CA1416 on PlatformCanvas --- src/Graphics/src/Graphics/Platforms/MaciOS/PlatformCanvas.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Graphics/src/Graphics/Platforms/MaciOS/PlatformCanvas.cs b/src/Graphics/src/Graphics/Platforms/MaciOS/PlatformCanvas.cs index 2e9a990570f1..a0d20af12593 100644 --- a/src/Graphics/src/Graphics/Platforms/MaciOS/PlatformCanvas.cs +++ b/src/Graphics/src/Graphics/Platforms/MaciOS/PlatformCanvas.cs @@ -1020,10 +1020,10 @@ private void DrawString(string value, float x, float y) _context.SetTextDrawingMode(CGTextDrawingMode.Fill); _context.TextMatrix = FlipTransform; #pragma warning disable BI1234 // Type or member is obsolete -#pragma warning disable CA1422 // Validate platform compatibility +#pragma warning disable CA1422, CA1416 // Validate platform compatibility _context.ShowTextAtPoint(x, y, value); #pragma warning restore CA1422 // Validate platform compatibility -#pragma warning restore BI1234 // Type or member is obsolete +#pragma warning restore BI1234, CA1416 // Type or member is obsolete } public override void DrawString( From 95ee1a3273de34c41e2445c318b74d623b093842 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 26 Oct 2022 18:39:01 +0100 Subject: [PATCH 141/158] Revert MicrosoftCodeAnalysisNetAnalyzersVersion --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index fa642f2668a5..96494530c3ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ 7.0.0 7.0.0 - 7.0.0-preview1.22524.2 + 7.0.0-preview1.22274.2 3.3.3 3.3.3 4.5.0 From c4fea7836a46796d2ee39bad895e015a50cd183d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:48:19 +0100 Subject: [PATCH 142/158] Squashed commit of the following: (#10942) commit 22b30337d9c3664c7d4b82ee527e7f482436dd7e Merge: 50866a744 95ee1a327 Author: Matthew Leibowitz Date: Thu Oct 27 11:10:47 2022 +0200 Merge branch 'net7.0' into darc-net7.0-45fa6a48-68f2-4992-95f2-e40e8e14afd5 commit 50866a744fc66f9c308b08c2236b9f7d130b6080 Author: Jonathan Dick Date: Wed Oct 26 21:22:02 2022 -0400 Bump net6 version for SR7 commit 8edadd392e6553fca3e87f268276db7d160a4f07 Author: Rui Marinho Date: Wed Oct 26 18:55:17 2022 +0100 Update NuGet.config commit b7c541171ac4b9d031811e28953673c146af4c44 Author: dotnet-maestro[bot] Date: Wed Oct 26 17:48:49 2022 +0000 Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.24 Microsoft.tvOS.Sdk From Version 16.0.1475 -> To Version 16.0.1477 commit 4c57036bcdddded8f01e0d647244f4fc84d30b14 Author: dotnet-maestro[bot] Date: Wed Oct 26 17:48:09 2022 +0000 Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.24 Microsoft.iOS.Sdk From Version 16.0.1475 -> To Version 16.0.1477 commit 89f722e748f67dcb06574785eaf7c4c05ceb417b Author: dotnet-maestro[bot] Date: Wed Oct 26 16:51:31 2022 +0000 Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.21 Microsoft.tvOS.Sdk From Version 16.0.1475 -> To Version 16.0.1476 commit 9dc4a41a1b3888a479da132d7ffc9023d1033e7b Author: dotnet-maestro[bot] Date: Wed Oct 26 16:51:01 2022 +0000 Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.21 Microsoft.iOS.Sdk From Version 16.0.1475 -> To Version 16.0.1476 commit dde2135edce1d2c123abf457458e24af3b270cf7 Author: Rui Marinho Date: Wed Oct 26 17:46:35 2022 +0100 Add Nuget.config feed commit bad35092e52f3b3a20e080a63150bff80797fae6 Author: GitHub Actions Autoformatter Date: Wed Oct 26 16:41:26 2022 +0000 Auto-format source code commit 6d56d6c0ad67f7d3d0fd5490c9980184bab4b3d5 Author: dotnet-maestro[bot] Date: Wed Oct 26 16:40:27 2022 +0000 Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.22 Microsoft.MacCatalyst.Sdk From Version 15.4.2370 -> To Version 15.4.2371 commit 2da2d4dee1b8c5f55dc94669140ef945230d2530 Author: dotnet-maestro[bot] Date: Wed Oct 26 16:40:10 2022 +0000 Update dependencies from https://github.com/xamarin/xamarin-macios build 20221026.22 Microsoft.macOS.Sdk From Version 12.3.2370 -> To Version 12.3.2371 Co-authored-by: Matthew Leibowitz --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b2203859266..aa0b284490bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android 8f1d9a47205ead80132661f68b0cee9ed0e0220b - + https://github.com/xamarin/xamarin-macios - 16925e40c98a9789323ade1c8a0660968d8ac244 + efd24e1e4f4b92c8d4a098c90c7dabcc053f9f32 - + https://github.com/xamarin/xamarin-macios - 16925e40c98a9789323ade1c8a0660968d8ac244 + efd24e1e4f4b92c8d4a098c90c7dabcc053f9f32 - + https://github.com/xamarin/xamarin-macios - 12993a6a15caf9793f3b65db21407f085ea2ae4f + 4402959f7d048f253a627915131ea2219bdba2fc - + https://github.com/xamarin/xamarin-macios - 12993a6a15caf9793f3b65db21407f085ea2ae4f + 4402959f7d048f253a627915131ea2219bdba2fc https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 96494530c3ed..7bd3cc41f121 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.545 + 6.0.546 7.0.100-rtm.22519.39 @@ -13,10 +13,10 @@ 33.0.4 - 15.4.2370 - 12.3.2370 - 16.0.1475 - 16.0.1475 + 15.4.2371 + 12.3.2371 + 16.0.1477 + 16.0.1477 7.0.100 From c94e11eefd1b9d2241997d772b80ed2822678fff Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 27 Oct 2022 16:43:08 +0200 Subject: [PATCH 143/158] Dispose empty sets and try/catch exceptions (#10955) Workaround for https://github.com/xamarin/xamarin-macios/issues/13704 --- .../src/Platform/iOS/ApplicationExtensions.cs | 20 +++++++++---- .../src/Platform/WindowStateManager.ios.cs | 30 +++++++++++++++---- 2 files changed, 39 insertions(+), 11 deletions(-) diff --git a/src/Core/src/Platform/iOS/ApplicationExtensions.cs b/src/Core/src/Platform/iOS/ApplicationExtensions.cs index cdaff59c07d6..41683e290f83 100644 --- a/src/Core/src/Platform/iOS/ApplicationExtensions.cs +++ b/src/Core/src/Platform/iOS/ApplicationExtensions.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using System; +using System.Collections.Generic; using System.Runtime.Versioning; using Foundation; using Microsoft.Extensions.Logging; @@ -57,14 +58,23 @@ public static void CreatePlatformWindow(this IUIWindowSceneDelegate sceneDelegat dicts.Add(session.UserInfo); if (session.StateRestorationActivity?.UserInfo is not null) dicts.Add(session.StateRestorationActivity.UserInfo); - if (connectionOptions.UserActivities is not null) + try { - foreach (var u in connectionOptions.UserActivities) + using var activities = connectionOptions.UserActivities; + if (activities is not null) { - if (u is NSUserActivity userActivity && userActivity.UserInfo is not null) - dicts.Add(userActivity.UserInfo); + foreach (var u in activities) + { + if (u is NSUserActivity userActivity && userActivity.UserInfo is not null) + dicts.Add(userActivity.UserInfo); + } } } + catch (InvalidCastException) + { + // HACK: Workaround for https://github.com/xamarin/xamarin-macios/issues/13704 + // This only throws if the collection is empty. + } var window = CreatePlatformWindow(application, scene as UIWindowScene, dicts.ToArray()); if (window is not null) diff --git a/src/Essentials/src/Platform/WindowStateManager.ios.cs b/src/Essentials/src/Platform/WindowStateManager.ios.cs index b03f794ac24c..16e64f18a1bf 100644 --- a/src/Essentials/src/Platform/WindowStateManager.ios.cs +++ b/src/Essentials/src/Platform/WindowStateManager.ios.cs @@ -101,9 +101,18 @@ public void Init(Func? getCurrentUIViewController) => // if we have scene support, use that if (OperatingSystem.IsIOSVersionAtLeast(13) || OperatingSystem.IsMacCatalystVersionAtLeast(13)) { - var scenes = UIApplication.SharedApplication.ConnectedScenes; - var windowScene = scenes.ToArray().FirstOrDefault(); - return windowScene?.Windows.FirstOrDefault(); + try + { + using var scenes = UIApplication.SharedApplication.ConnectedScenes; + var windowScene = scenes.ToArray().FirstOrDefault(); + return windowScene?.Windows.FirstOrDefault(); + } + catch (InvalidCastException) + { + // HACK: Workaround for https://github.com/xamarin/xamarin-macios/issues/13704 + // This only throws if the collection is empty. + return null; + } } // use the windows property (up to 13.0) @@ -115,9 +124,18 @@ public void Init(Func? getCurrentUIViewController) => // if we have scene support, use that if (OperatingSystem.IsIOSVersionAtLeast(13) || OperatingSystem.IsMacCatalystVersionAtLeast(13)) { - var scenes = UIApplication.SharedApplication.ConnectedScenes; - var windowScene = scenes.ToArray().FirstOrDefault(); - return windowScene?.Windows; + try + { + using var scenes = UIApplication.SharedApplication.ConnectedScenes; + var windowScene = scenes.ToArray().FirstOrDefault(); + return windowScene?.Windows; + } + catch (InvalidCastException) + { + // HACK: Workaround for https://github.com/xamarin/xamarin-macios/issues/13704 + // This only throws if the collection is empty. + return null; + } } // use the windows property (up to 15.0) From b7eb8c1345d3fd58c3923514a7a15dee5fd57c11 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 27 Oct 2022 21:28:34 +0200 Subject: [PATCH 144/158] Update .NET 6 MAUI version (#10962) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7bd3cc41f121..32726c2cce16 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 6.0.546 + 6.0.547 7.0.100-rtm.22519.39 From 5d5711708bbbc0dec7d07781af09eff89e6883d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 00:19:44 +0100 Subject: [PATCH 145/158] [net7.0] Update dependencies from xamarin/xamarin-macios (#10959) * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221027.8 Microsoft.MacCatalyst.Sdk From Version 15.4.2371 -> To Version 15.4.2372 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221027.8 Microsoft.macOS.Sdk From Version 12.3.2371 -> To Version 12.3.2372 * Update NuGet.config * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221027.9 Microsoft.iOS.Sdk From Version 16.0.1477 -> To Version 16.0.1478 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20221027.9 Microsoft.tvOS.Sdk From Version 16.0.1477 -> To Version 16.0.1478 * Update NuGet.config Co-authored-by: dotnet-maestro[bot] Co-authored-by: Rui Marinho --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa0b284490bd..ea99e0ed3ab6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,21 +12,21 @@ https://github.com/xamarin/xamarin-android 8f1d9a47205ead80132661f68b0cee9ed0e0220b - + https://github.com/xamarin/xamarin-macios - efd24e1e4f4b92c8d4a098c90c7dabcc053f9f32 + 754abbf6a3563f6267e5717ae832b4ac25b1f2fb - + https://github.com/xamarin/xamarin-macios - efd24e1e4f4b92c8d4a098c90c7dabcc053f9f32 + 754abbf6a3563f6267e5717ae832b4ac25b1f2fb - + https://github.com/xamarin/xamarin-macios - 4402959f7d048f253a627915131ea2219bdba2fc + 7e129d7643d1d820e9eb20c102d7ab6ad06f7937 - + https://github.com/xamarin/xamarin-macios - 4402959f7d048f253a627915131ea2219bdba2fc + 7e129d7643d1d820e9eb20c102d7ab6ad06f7937 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 32726c2cce16..fb8b9e081e88 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,10 +13,10 @@ 33.0.4 - 15.4.2371 - 12.3.2371 - 16.0.1477 - 16.0.1477 + 15.4.2372 + 12.3.2372 + 16.0.1478 + 16.0.1478 7.0.100 From 033bc87232580e218f8f2d1dbd1b52476ed8272d Mon Sep 17 00:00:00 2001 From: ET <48451158+etvorun@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:01:50 -0700 Subject: [PATCH 146/158] Design time converters should return TRUE for CanConvertFrom(typeof(string)) (#10969) --- .../GridLengthCollectionDesignTypeConverter.cs | 8 +++++++- .../src/Core.Design/GridLengthDesignTypeConverter.cs | 4 ++++ .../GridLengthCollectionDesignTypeConverterTests.cs | 8 ++++++++ .../GridLengthDesignTypeConverterTests.cs | 8 ++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/Controls/src/Core.Design/GridLengthCollectionDesignTypeConverter.cs b/src/Controls/src/Core.Design/GridLengthCollectionDesignTypeConverter.cs index 82d62838821f..0a7258e4ee0f 100644 --- a/src/Controls/src/Core.Design/GridLengthCollectionDesignTypeConverter.cs +++ b/src/Controls/src/Core.Design/GridLengthCollectionDesignTypeConverter.cs @@ -1,10 +1,16 @@ -using System.ComponentModel; +using System; +using System.ComponentModel; using System.Linq; namespace Microsoft.Maui.Controls.Design { public class GridLengthCollectionDesignTypeConverter : TypeConverter { + // This tells XAML this converter can be used to process strings + // Without this the values won't show up as hints + public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) + => sourceType == typeof(string) || base.CanConvertFrom(context, sourceType); + public override bool IsValid(ITypeDescriptorContext context, object value) { if (value?.ToString() is string strValue) diff --git a/src/Controls/src/Core.Design/GridLengthDesignTypeConverter.cs b/src/Controls/src/Core.Design/GridLengthDesignTypeConverter.cs index 7e63cfa3d5c6..2196353db8bb 100644 --- a/src/Controls/src/Core.Design/GridLengthDesignTypeConverter.cs +++ b/src/Controls/src/Core.Design/GridLengthDesignTypeConverter.cs @@ -6,6 +6,10 @@ namespace Microsoft.Maui.Controls.Design { public class GridLengthDesignTypeConverter : TypeConverter { + // This tells XAML this converter can be used to process strings + // Without this the values won't show up as hints + public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) + => sourceType == typeof(string) || base.CanConvertFrom(context, sourceType); public override bool IsValid(ITypeDescriptorContext context, object value) { diff --git a/src/Controls/tests/Core.Design.UnitTests/GridLengthCollectionDesignTypeConverterTests.cs b/src/Controls/tests/Core.Design.UnitTests/GridLengthCollectionDesignTypeConverterTests.cs index 5b13645b8493..197866867560 100644 --- a/src/Controls/tests/Core.Design.UnitTests/GridLengthCollectionDesignTypeConverterTests.cs +++ b/src/Controls/tests/Core.Design.UnitTests/GridLengthCollectionDesignTypeConverterTests.cs @@ -5,6 +5,14 @@ namespace Microsoft.Maui.Controls.Core.UnitTests { public class GridLengthCollectionDesignTypeConverterTests { + [Fact] + public void GridLengthCollection_CanConvertFromString() + { + GridLengthCollectionDesignTypeConverter converter = new GridLengthCollectionDesignTypeConverter(); + bool canConvert = converter.CanConvertFrom(typeof(string)); + Assert.True(canConvert); + } + [Theory] [InlineData("*,auto,123")] [InlineData(" *, AUTO , 123 ")] diff --git a/src/Controls/tests/Core.Design.UnitTests/GridLengthDesignTypeConverterTests.cs b/src/Controls/tests/Core.Design.UnitTests/GridLengthDesignTypeConverterTests.cs index 962afd5ab790..8306842a666e 100644 --- a/src/Controls/tests/Core.Design.UnitTests/GridLengthDesignTypeConverterTests.cs +++ b/src/Controls/tests/Core.Design.UnitTests/GridLengthDesignTypeConverterTests.cs @@ -5,6 +5,14 @@ namespace Microsoft.Maui.Controls.Core.UnitTests { public class GridLengthDesignTypeConverterTests { + [Fact] + public void GridLength_CanConvertFromString() + { + GridLengthDesignTypeConverter converter = new GridLengthDesignTypeConverter(); + bool canConvert = converter.CanConvertFrom(typeof(string)); + Assert.True(canConvert); + } + [Theory] [InlineData("auto")] [InlineData("Auto ")] From e433fb35406fdcd42c77a6704a5a3e6fe01c5127 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 28 Oct 2022 01:23:10 +0200 Subject: [PATCH 147/158] Update Microsoft.Maui-mac.slnf (#10954) --- Microsoft.Maui-mac.slnf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Microsoft.Maui-mac.slnf b/Microsoft.Maui-mac.slnf index 77ac8e1cb235..645156a14cfa 100644 --- a/Microsoft.Maui-mac.slnf +++ b/Microsoft.Maui-mac.slnf @@ -19,6 +19,7 @@ "src\\Compatibility\\Core\\tests\\iOS\\Compatibility.iOS.UnitTests.csproj", "src\\Compatibility\\Maps\\src\\Android\\Compatibility.Maps.Android.csproj", "src\\Compatibility\\Maps\\src\\iOS\\Compatibility.Maps.iOS.csproj", + "src\\Controls\\Foldable\\src\\Controls.Foldable.csproj", "src\\Controls\\Maps\\src\\Controls.Maps.csproj", "src\\Controls\\samples\\Controls.Sample.Profiling\\Maui.Controls.Sample.Profiling.csproj", "src\\Controls\\samples\\Controls.Sample.Sandbox\\Maui.Controls.Sample.Sandbox.csproj", @@ -33,6 +34,7 @@ "src\\Controls\\tests\\CustomAttributes\\Controls.CustomAttributes.csproj", "src\\Controls\\tests\\DeviceTests\\Controls.DeviceTests.csproj", "src\\Controls\\tests\\Xaml.UnitTests\\Controls.Xaml.UnitTests.csproj", + "src\\Core\\maps\\src\\Maps.csproj", "src\\Core\\src\\Core.csproj", "src\\Core\\tests\\Benchmarks\\Core.Benchmarks.csproj", "src\\Core\\tests\\DeviceTests\\Core.DeviceTests.csproj", @@ -63,4 +65,4 @@ "src\\Workload\\Microsoft.NET.Sdk.Maui\\Microsoft.NET.Sdk.Maui.csproj" ] } -} \ No newline at end of file +} From a8186c0044755e7d6b45775fa4b8499672745a65 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 28 Oct 2022 03:24:03 +0200 Subject: [PATCH 148/158] Merge AndroidX from main --- eng/AndroidX.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/AndroidX.targets b/eng/AndroidX.targets index 41c56decc730..9259253e0cae 100644 --- a/eng/AndroidX.targets +++ b/eng/AndroidX.targets @@ -10,7 +10,7 @@ /> Date: Thu, 3 Nov 2022 09:32:53 +0000 Subject: [PATCH 149/158] Cherry pick net7 (#11056) * Fix Author Name (#11015) * Add await for color check to avoid crash (#11022) * Remove unused reference (#11048) * Invoke provisionator with AUTH_TOKEN_GITHUB_COM set (#11041) # Conflicts: # eng/pipelines/common/provision.yml Co-authored-by: Shane Neuville Co-authored-by: Jonathan Dick Co-authored-by: Connor Adsit --- eng/pipelines/common/controlgallery-android.yml | 4 +++- eng/pipelines/common/controlgallery-ios.yml | 4 ++++ eng/pipelines/common/controlgallery-windows.yml | 2 ++ eng/pipelines/common/provision.yml | 2 +- .../Elements/Label/LabelTests.Android.cs | 4 ++-- .../Controls.Xaml.UnitTests.csproj | 3 +-- .../Services/Dispatching/DispatcherTests.cs | 17 ++++++++++++++--- .../src/DeviceTests.Runners/Assets/credits.html | 2 +- 8 files changed, 28 insertions(+), 10 deletions(-) diff --git a/eng/pipelines/common/controlgallery-android.yml b/eng/pipelines/common/controlgallery-android.yml index 71227846b08c..5b6904bafb94 100644 --- a/eng/pipelines/common/controlgallery-android.yml +++ b/eng/pipelines/common/controlgallery-android.yml @@ -8,6 +8,8 @@ steps: inputs: provisioning_script: $(provisionator.path) provisioning_extra_args: $(provisionator.extraArguments) + env: + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) - task: Bash@3 displayName: 'Cake Provision' @@ -70,4 +72,4 @@ steps: condition: always() inputs: PathtoPublish: '$(build.artifactstagingdirectory)' - ArtifactName: OSXArtifacts \ No newline at end of file + ArtifactName: OSXArtifacts diff --git a/eng/pipelines/common/controlgallery-ios.yml b/eng/pipelines/common/controlgallery-ios.yml index f196d3680247..f8655469516e 100644 --- a/eng/pipelines/common/controlgallery-ios.yml +++ b/eng/pipelines/common/controlgallery-ios.yml @@ -7,6 +7,8 @@ steps: condition: ne(variables['REQUIRED_XCODE'], '') inputs: provisioning_script: $(provisionator.xcode) + env: + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) - task: xamops.azdevex.provisionator-task.provisionator@1 displayName: 'Provisionator' @@ -14,6 +16,8 @@ steps: inputs: provisioning_script: $(provisionator.path) provisioning_extra_args: $(provisionator.extraArguments) + env: + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) - script: | echo "##vso[task.prependpath]/Library/Frameworks/Mono.framework/Versions/Current/Commands/" diff --git a/eng/pipelines/common/controlgallery-windows.yml b/eng/pipelines/common/controlgallery-windows.yml index c7cc08578b3e..e7f004f54717 100644 --- a/eng/pipelines/common/controlgallery-windows.yml +++ b/eng/pipelines/common/controlgallery-windows.yml @@ -8,6 +8,8 @@ steps: inputs: provisioning_script: $(provisionator.path) provisioning_extra_args: $(provisionator.extraArguments) + env: + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) - powershell: | $(System.DefaultWorkingDirectory)/build.ps1 --target provision --TeamProject="$(System.TeamProject)" diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index 1a8861540f7c..470947f78f8a 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -100,6 +100,7 @@ steps: provisioning_script: $(provisionator.vs) env: PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }} + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) # Provision Additional Software - task: xamops.azdevex.provisionator-task.provisionator@1 displayName: 'Provision Additional Software' @@ -110,7 +111,6 @@ steps: env: PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }} AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) - - pwsh: | $msbuild = "$env:ProgramFiles/Microsoft Visual Studio/2022/Preview/MSBuild/Current/Bin/MSBuild.exe" echo "##vso[task.setvariable variable=MSBUILD_EXE]$msbuild" diff --git a/src/Controls/tests/DeviceTests/Elements/Label/LabelTests.Android.cs b/src/Controls/tests/DeviceTests/Elements/Label/LabelTests.Android.cs index 47203515d0ff..a452edf41e6a 100644 --- a/src/Controls/tests/DeviceTests/Elements/Label/LabelTests.Android.cs +++ b/src/Controls/tests/DeviceTests/Elements/Label/LabelTests.Android.cs @@ -49,11 +49,11 @@ int GetPlatformMaxLines(LabelHandler labelHandler) => Task ValidateHasColor(Label label, Color color, Action action = null) { - return InvokeOnMainThreadAsync(() => + return InvokeOnMainThreadAsync(async () => { var labelHandler = CreateHandler(label); action?.Invoke(); - labelHandler.PlatformView.AssertContainsColor(color); + await labelHandler.PlatformView.AssertContainsColor(color); }); } } diff --git a/src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj b/src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj index db82aec28992..b29560fc0473 100644 --- a/src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj +++ b/src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj @@ -19,7 +19,6 @@ - @@ -52,4 +51,4 @@ - \ No newline at end of file + diff --git a/src/Core/tests/DeviceTests/Services/Dispatching/DispatcherTests.cs b/src/Core/tests/DeviceTests/Services/Dispatching/DispatcherTests.cs index 322d7e01bf57..ed9e2ab659f7 100644 --- a/src/Core/tests/DeviceTests/Services/Dispatching/DispatcherTests.cs +++ b/src/Core/tests/DeviceTests/Services/Dispatching/DispatcherTests.cs @@ -183,21 +183,32 @@ public Task CreateTimerRepeatingRepeats() => timer.Interval = TimeSpan.FromMilliseconds(200); timer.IsRepeating = true; + TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); + timer.Tick += (_, _) => { Assert.True(timer.IsRunning, "Timer was not running DURING the tick."); ticks++; + + if (ticks > 1) + taskCompletionSource.SetResult(); }; timer.Start(); Assert.True(timer.IsRunning, "Timer was not running AFTER the tick."); - // Give it time to repeat at least once - await Task.Delay(TimeSpan.FromSeconds(1)); + try + { + await taskCompletionSource.Task.WaitAsync(TimeSpan.FromSeconds(5)).ConfigureAwait(false); + } + catch (TaskCanceledException) + { + // If the task is cancelled we want it to just fall through to the assert + } // If it's repeating, ticks will be greater than 1 - Assert.True(ticks > 1); + Assert.True(ticks > 1, $"# of Ticks: {ticks}, expected > 1"); }); class TimerDisposer : IDisposable diff --git a/src/TestUtils/src/DeviceTests.Runners/Assets/credits.html b/src/TestUtils/src/DeviceTests.Runners/Assets/credits.html index 4e88141b25b0..65a209fcf79d 100644 --- a/src/TestUtils/src/DeviceTests.Runners/Assets/credits.html +++ b/src/TestUtils/src/DeviceTests.Runners/Assets/credits.html @@ -7,7 +7,7 @@ All rights reserved.

- Author: Oren Novotny
+ Author: Claire Novotny

About xUnit
From 6ded1cb44d631f32061999a11265253cbd96b5c8 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Thu, 3 Nov 2022 15:21:50 +0000 Subject: [PATCH 150/158] Continue if provisionator fails (#11068) (#11081) * Continue if provisionator fails * Try not fail with agent-cleanser * Centralize the agent-cleanser * Remove extra agent-cleanser * agent-cleanser is on provisionator.yml now --- eng/pipelines/common/device-tests-steps.yml | 6 ------ eng/pipelines/common/pack.yml | 6 ------ eng/pipelines/common/provision.yml | 8 ++++++++ eng/pipelines/handlers.yml | 19 +------------------ 4 files changed, 9 insertions(+), 30 deletions(-) diff --git a/eng/pipelines/common/device-tests-steps.yml b/eng/pipelines/common/device-tests-steps.yml index 92f6daff4628..9617544c0932 100644 --- a/eng/pipelines/common/device-tests-steps.yml +++ b/eng/pipelines/common/device-tests-steps.yml @@ -6,12 +6,6 @@ parameters: provisionatorChannel: 'latest' steps: - - template: agent-cleanser/v1.yml@xamarin-templates - parameters: - UninstallMono: false - UninstallXamarinMac: false - CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline - - template: provision.yml parameters: platform: macos diff --git a/eng/pipelines/common/pack.yml b/eng/pipelines/common/pack.yml index 6a457f2efa35..75eaf4d486a6 100644 --- a/eng/pipelines/common/pack.yml +++ b/eng/pipelines/common/pack.yml @@ -5,12 +5,6 @@ parameters: artifact: 'nuget' steps: - - ${{ if eq(parameters.platform, 'macOS') }}: - - template: agent-cleanser/v1.yml@xamarin-templates - parameters: - UninstallMono: false - UninstallXamarinMac: false - CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline - template: provision.yml parameters: platform: ${{ parameters.platform }} diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index 470947f78f8a..fd22d958d0ef 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -18,6 +18,13 @@ steps: # Prepare macOS - ${{ if eq(parameters.platform, 'macos') }}: + - template: agent-cleanser/v1.yml@xamarin-templates + parameters: + UninstallMono: false + UninstallXamarinMac: false + CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline + SelfHealPowerShell: false + AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) # Provision Xcode - ${{ if ne(parameters.skipXcode, 'true') }}: - task: xamops.azdevex.provisionator-task.provisionator@1 @@ -33,6 +40,7 @@ steps: - task: xamops.azdevex.provisionator-task.provisionator@1 displayName: 'Provision Additional Software' condition: eq(variables['provisioning'], 'true') + continueOnError: true inputs: provisioning_script: $(provisionator.path) provisioning_extra_args: $(provisionator.extraArguments) diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index 860514144f30..d85c6eb77af2 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -148,12 +148,6 @@ stages: - Agent.HasDevices -equals False - Agent.IsPaired -equals False steps: - - ${{ if eq(BuildPlatform.name, 'macOS') }}: - - template: agent-cleanser/v1.yml@xamarin-templates - parameters: - UninstallMono: false - UninstallXamarinMac: false - CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline - template: common/provision.yml parameters: platform: ${{ BuildPlatform.name }} @@ -231,18 +225,13 @@ stages: - Agent.HasDevices -equals False - Agent.IsPaired -equals False steps: - - ${{ if eq(BuildPlatform.name, 'macOS') }}: - - template: agent-cleanser/v1.yml@xamarin-templates - parameters: - UninstallMono: false - UninstallXamarinMac: false - CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline - template: common/provision.yml parameters: platform: ${{ BuildPlatform.name }} poolName: ${{ BuildPlatform.poolName }} provisioning: true provisionatorChannel: ${{ parameters.provisionatorChannel }} + - task: DownloadBuildArtifacts@0 displayName: 'Download Packages' inputs: @@ -290,12 +279,6 @@ stages: - Agent.HasDevices -equals False - Agent.IsPaired -equals False steps: - - ${{ if eq(BuildPlatform.name, 'macOS') }}: - - template: agent-cleanser/v1.yml@xamarin-templates - parameters: - UninstallMono: false - UninstallXamarinMac: false - CleanseAgentToolsDotNet: true # Cleanse all .NET versions under the agent tools directory and use only those provisioned by the pipeline - template: common/provision.yml parameters: platform: ${{ BuildPlatform.name }} From 02a4d8e7ca8c845df52d0b3babf15e076724c059 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Thu, 3 Nov 2022 18:35:49 +0100 Subject: [PATCH 151/158] [foldable] XML doc additions (#10972) (#11091) Co-authored-by: Craig Dunn --- .../src/Android/HostBuilderExtensions.cs | 9 ++++ src/Controls/Foldable/src/DualScreenInfo.cs | 47 ++++++++++++++++-- .../Foldable/src/HostBuilderExtensions.cs | 1 + .../Foldable/src/SpanModeStateTrigger.cs | 8 ++++ src/Controls/Foldable/src/TwoPaneView.cs | 48 +++++++++++++++++++ src/Controls/Foldable/src/TwoPaneViewMode.cs | 16 ++++++- .../Foldable/src/TwoPaneViewPriority.cs | 11 +++++ .../src/TwoPaneViewTallModeConfiguration.cs | 15 +++++- .../src/TwoPaneViewWideModeConfiguration.cs | 15 +++++- .../src/WindowSpanModeStateTrigger.cs | 8 ++++ 10 files changed, 171 insertions(+), 7 deletions(-) diff --git a/src/Controls/Foldable/src/Android/HostBuilderExtensions.cs b/src/Controls/Foldable/src/Android/HostBuilderExtensions.cs index b7195caebb18..a3eab0e2c080 100644 --- a/src/Controls/Foldable/src/Android/HostBuilderExtensions.cs +++ b/src/Controls/Foldable/src/Android/HostBuilderExtensions.cs @@ -21,6 +21,15 @@ static FoldableService GetFoldableService(Activity activity) } + /// + /// Configure the .NET MAUI app to listen for fold-related events + /// in the Android lifecycle. Ensures + /// can detect and layout around a hinge or screen fold. + /// + /// + /// Relies on Jetpack Window Manager to detect and respond to + /// foldable device features and capabilities. + /// public static MauiAppBuilder UseFoldable(this MauiAppBuilder builder) { builder.Services.AddScoped(typeof(IFoldableContext), (sp) => new FoldableService()); diff --git a/src/Controls/Foldable/src/DualScreenInfo.cs b/src/Controls/Foldable/src/DualScreenInfo.cs index bd6e57733f0c..01d0da65f381 100644 --- a/src/Controls/Foldable/src/DualScreenInfo.cs +++ b/src/Controls/Foldable/src/DualScreenInfo.cs @@ -13,16 +13,31 @@ namespace Microsoft.Maui.Foldable { + /// + /// Event args for 's + /// HingeAngleChanged event on foldable devices. + /// public class HingeAngleChangedEventArgs : EventArgs { + /// + /// Creates a new HingeAngleChangedEventArgs specifying + /// the angle of the hinge between the screens. + /// public HingeAngleChangedEventArgs(double hingeAngleInDegrees) { HingeAngleInDegrees = hingeAngleInDegrees; } + /// + /// Current angle of the hinge between the screens on a foldable device (0 - 360 degrees). + /// public double HingeAngleInDegrees { get; } } + /// + /// Provides details about the visible areas a layout occupies so the content + /// can be positioned around where the screens split. + /// public partial class DualScreenInfo : INotifyPropertyChanged { Rect[] _spanningBounds; @@ -38,7 +53,14 @@ public partial class DualScreenInfo : INotifyPropertyChanged static Lazy _dualScreenInfo { get; } = new Lazy(OnCreate); + /// + /// Singleton that provides information about how the app window is + /// positioned across both screens. + /// public static DualScreenInfo Current => _dualScreenInfo.Value; + /// + /// Used to watch for changes of any properties. + /// public event PropertyChangedEventHandler PropertyChanged; public DualScreenInfo(VisualElement element) : this(element, null) @@ -70,6 +92,10 @@ internal void SetFoldableService(IFoldableService foldableService) EventHandler _hingeAngleChanged; int subscriberCount = 0; + /// + /// Triggered whenever the hinge angle is changed as a device is + /// folded or unfolded. + /// public event EventHandler HingeAngleChanged { add @@ -84,7 +110,11 @@ public event EventHandler HingeAngleChanged } } - + /// + /// When spanned across two regions this will return a + /// + /// for each region. If not spanned this will return an empty array. + /// public Rect[] SpanningBounds { get => GetSpanningBounds(); @@ -102,6 +132,10 @@ public Rect[] SpanningBounds } } + /// + /// A + /// representing the absolute screen positioning of the device's hinge. + /// public Rect HingeBounds { get => GetHingeBounds(); @@ -111,11 +145,12 @@ public Rect HingeBounds } } - /// + /// Indicates if the device is Landscape. + /// /// Used when app is detected to be on a single screen - /// mainly on Surface Duo (although possible also on other /// foldable with multi-window enabled) - /// + /// public bool IsLandscape { get => GetIsLandscape(); @@ -126,7 +161,7 @@ public bool IsLandscape } /// - /// Determines the layout direction of the panes + /// Determines the layout direction of the panes: /// SinglePane, Wide, Tall /// public TwoPaneViewMode SpanMode @@ -200,6 +235,10 @@ void ProcessHingeAngleSubscriberCount(int newCount) { } #else static object hingeAngleLock = new object(); + /// + /// Query the current hinge angle of the foldable device. + /// + /// Hinge angle between 0 and 360 degrees. public Task GetHingeAngleAsync() => FoldableService?.GetHingeAngleAsync() ?? Task.FromResult(0); void ProcessHingeAngleSubscriberCount(int newCount) diff --git a/src/Controls/Foldable/src/HostBuilderExtensions.cs b/src/Controls/Foldable/src/HostBuilderExtensions.cs index 663270c0cb66..4ab8875f591c 100644 --- a/src/Controls/Foldable/src/HostBuilderExtensions.cs +++ b/src/Controls/Foldable/src/HostBuilderExtensions.cs @@ -4,6 +4,7 @@ namespace Microsoft.Maui.Foldable { public static partial class HostBuilderExtensions { + // see Android/HostBuilderExtension.cs for the real implementation #if !ANDROID public static MauiAppBuilder UseFoldable(this MauiAppBuilder builder) => builder; diff --git a/src/Controls/Foldable/src/SpanModeStateTrigger.cs b/src/Controls/Foldable/src/SpanModeStateTrigger.cs index 4a3a863034d5..c5e0a39d0015 100644 --- a/src/Controls/Foldable/src/SpanModeStateTrigger.cs +++ b/src/Controls/Foldable/src/SpanModeStateTrigger.cs @@ -5,6 +5,10 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Triggers a state change when the + /// of the attached layout changes. + /// public sealed class SpanModeStateTrigger : StateTriggerBase { VisualElement _visualElement; @@ -14,6 +18,10 @@ public SpanModeStateTrigger() UpdateState(); } + /// + /// + /// which indicates the span mode to which the visual state should be applied. + /// public TwoPaneViewMode SpanMode { get => (TwoPaneViewMode)GetValue(SpanModeProperty); diff --git a/src/Controls/Foldable/src/TwoPaneView.cs b/src/Controls/Foldable/src/TwoPaneView.cs index 62364b606f62..b5d0dfb52375 100644 --- a/src/Controls/Foldable/src/TwoPaneView.cs +++ b/src/Controls/Foldable/src/TwoPaneView.cs @@ -8,6 +8,17 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Layout container with two panes that will position the child content + /// side-by-side or vertically. The relative size of the two panes can be + /// configured, but on a foldable Android device the split will be aligned + /// with the hinge or screen fold. + /// + /// + /// Requires + /// be configured in the .NET MAUI app to configure the Android lifecycle + /// to detect and adapt to foldable device hinges and screen folds. + /// [ContentProperty("")] public partial class TwoPaneView : Grid { @@ -68,6 +79,10 @@ public static readonly BindableProperty Pane1LengthProperty public static readonly BindableProperty Pane2LengthProperty = BindableProperty.Create("Pane2Length", typeof(GridLength), typeof(TwoPaneView), defaultValue: GridLength.Star, propertyChanged: TwoPaneViewLayoutPropertyChanged); + /// + /// Event when the + /// changes on a foldable device. + /// public event EventHandler ModeChanged; static object OnMinModePropertyCreate(BindableObject bindable) @@ -106,54 +121,87 @@ static void OnPanePropertyChanged(BindableObject bindable, object oldValue, obje twoPaneView.UpdateMode(); } + /// + /// Gets or sets the minimum height at which panes are shown in tall mode. + /// public double MinTallModeHeight { get { return (double)GetValue(MinTallModeHeightProperty); } set { SetValue(MinTallModeHeightProperty, value); } } + + /// + /// Gets or sets the minimum width at which panes are shown in wide mode. + /// public double MinWideModeWidth { get { return (double)GetValue(MinWideModeWidthProperty); } set { SetValue(MinWideModeWidthProperty, value); } } + /// + /// Gets the calculated width (in wide mode) or height (in tall mode) of pane 1, or sets the GridLength value of pane 1. + /// public GridLength Pane1Length { get { return (GridLength)GetValue(Pane1LengthProperty); } set { SetValue(Pane1LengthProperty, value); } } + + /// + /// Gets the calculated width (in wide mode) or height (in tall mode) of pane 2, or sets the GridLength value of pane 2. + /// public GridLength Pane2Length { get { return (GridLength)GetValue(Pane2LengthProperty); } set { SetValue(Pane2LengthProperty, value); } } + /// + /// Gets a value + /// that indicates how panes are shown. + /// public TwoPaneViewMode Mode { get => (TwoPaneViewMode)GetValue(ModeProperty); } + /// + /// Gets or sets a value that indicates how panes are shown in tall mode. + /// public TwoPaneViewTallModeConfiguration TallModeConfiguration { get { return (TwoPaneViewTallModeConfiguration)GetValue(TallModeConfigurationProperty); } set { SetValue(TallModeConfigurationProperty, value); } } + /// + /// Gets or sets a value that indicates how panes are shown in wide mode. + /// public TwoPaneViewWideModeConfiguration WideModeConfiguration { get { return (TwoPaneViewWideModeConfiguration)GetValue(WideModeConfigurationProperty); } set { SetValue(WideModeConfigurationProperty, value); } } + /// + /// Gets or sets the content of pane 1. + /// public View Pane1 { get { return (View)GetValue(Pane1Property); } set { SetValue(Pane1Property, value); } } + /// + /// Gets or sets the content of pane 2. + /// public View Pane2 { get { return (View)GetValue(Pane2Property); } set { SetValue(Pane2Property, value); } } + /// + /// Gets or sets a value that indicates which pane has priority. + /// public TwoPaneViewPriority PanePriority { get { return (TwoPaneViewPriority)GetValue(PanePriorityProperty); } diff --git a/src/Controls/Foldable/src/TwoPaneViewMode.cs b/src/Controls/Foldable/src/TwoPaneViewMode.cs index f6995a3757f2..dc531a999366 100644 --- a/src/Controls/Foldable/src/TwoPaneViewMode.cs +++ b/src/Controls/Foldable/src/TwoPaneViewMode.cs @@ -1,7 +1,21 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Defines constants that specify how panes are shown in a TwoPaneView. + /// public enum TwoPaneViewMode { - SinglePane, Wide, Tall + /// + /// Only one pane is shown. + /// + SinglePane, + /// + /// Panes are shown side-by-side. + /// + Wide, + /// + /// Panes are shown top-bottom. + /// + Tall } } diff --git a/src/Controls/Foldable/src/TwoPaneViewPriority.cs b/src/Controls/Foldable/src/TwoPaneViewPriority.cs index b799c0ae74e8..d7177873ec2e 100644 --- a/src/Controls/Foldable/src/TwoPaneViewPriority.cs +++ b/src/Controls/Foldable/src/TwoPaneViewPriority.cs @@ -1,8 +1,19 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Defines constants that specify which pane has priority in a TwoPaneView. + /// Affects the rendering of and + /// + /// public enum TwoPaneViewPriority { + /// + /// Pane 1 has priority. + /// Pane1, + /// + /// Pane 2 has priority. + /// Pane2 } } diff --git a/src/Controls/Foldable/src/TwoPaneViewTallModeConfiguration.cs b/src/Controls/Foldable/src/TwoPaneViewTallModeConfiguration.cs index ab4b12d92f08..a465a97b4fab 100644 --- a/src/Controls/Foldable/src/TwoPaneViewTallModeConfiguration.cs +++ b/src/Controls/Foldable/src/TwoPaneViewTallModeConfiguration.cs @@ -1,9 +1,22 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Defines constants that specify how panes are shown in a TwoPaneView in tall mode, + /// determined by + /// public enum TwoPaneViewTallModeConfiguration { + /// + /// Only the pane that has priority is shown, the other pane is hidden. + /// SinglePane, + /// + /// The pane that has priority is shown on top, the other pane is shown on the bottom. + /// TopBottom, - BottomTop, + /// + /// The pane that has priority is shown on the bottom, the other pane is shown on top. + /// + BottomTop } } diff --git a/src/Controls/Foldable/src/TwoPaneViewWideModeConfiguration.cs b/src/Controls/Foldable/src/TwoPaneViewWideModeConfiguration.cs index a810fe869aaf..0210988cae14 100644 --- a/src/Controls/Foldable/src/TwoPaneViewWideModeConfiguration.cs +++ b/src/Controls/Foldable/src/TwoPaneViewWideModeConfiguration.cs @@ -1,9 +1,22 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Defines constants that specify how panes are shown in a TwoPaneView in wide mode, + /// determined by + /// public enum TwoPaneViewWideModeConfiguration { + /// + /// Only the pane that has priority is shown, the other pane is hidden. + /// SinglePane, + /// + /// The pane that has priority is shown on the left, the other pane is shown on the right. + /// LeftRight, - RightLeft, + /// + /// The pane that has priority is shown on the right, the other pane is shown on the left. + /// + RightLeft } } diff --git a/src/Controls/Foldable/src/WindowSpanModeStateTrigger.cs b/src/Controls/Foldable/src/WindowSpanModeStateTrigger.cs index 5692529e779c..96de91c4f3e2 100644 --- a/src/Controls/Foldable/src/WindowSpanModeStateTrigger.cs +++ b/src/Controls/Foldable/src/WindowSpanModeStateTrigger.cs @@ -4,6 +4,10 @@ namespace Microsoft.Maui.Controls.Foldable { + /// + /// Triggers a state change when the + /// of the window changes. + /// public sealed class WindowSpanModeStateTrigger : StateTriggerBase { public WindowSpanModeStateTrigger() @@ -11,6 +15,10 @@ public WindowSpanModeStateTrigger() UpdateState(); } + /// + /// + /// which indicates the span mode to which the visual state should be applied. + /// public TwoPaneViewMode SpanMode { get => (TwoPaneViewMode)GetValue(SpanModeProperty); From 1803dcea029c285ca23fc0031c705084bc35005c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 20:10:58 +0000 Subject: [PATCH 152/158] Bump provisionator task to version 2 (#11095) Co-authored-by: Rui Marinho --- eng/pipelines/common/provision.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index fd22d958d0ef..0b6a1a40e891 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -27,7 +27,7 @@ steps: AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) # Provision Xcode - ${{ if ne(parameters.skipXcode, 'true') }}: - - task: xamops.azdevex.provisionator-task.provisionator@1 + - task: xamops.azdevex.provisionator-task.provisionator@2 displayName: 'Provision Xcode' condition: ne(variables['REQUIRED_XCODE'], '') inputs: @@ -37,7 +37,7 @@ steps: PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }} AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) # Provision Additional Software - - task: xamops.azdevex.provisionator-task.provisionator@1 + - task: xamops.azdevex.provisionator-task.provisionator@2 displayName: 'Provision Additional Software' condition: eq(variables['provisioning'], 'true') continueOnError: true @@ -101,7 +101,7 @@ steps: msiexec.exe /package $output /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 } displayName: 'Install PowerShell Core' - - task: xamops.azdevex.provisionator-task.provisionator@1 + - task: xamops.azdevex.provisionator-task.provisionator@2 displayName: 'Provision Visual Studio' condition: eq(variables['provisioningVS'], 'true') inputs: From fae4c514f6fd66b7aa869d8a315b99e38d6127b8 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Tue, 8 Nov 2022 11:59:07 +0100 Subject: [PATCH 153/158] Extract Maps, Graphics & Foldable docs during build (#10909) (#11142) * Extract Maps, Graphics & Foldable docs during build (#10909) * Extract Maps and Graphics docs during build * Update dotnet.cake * Add Foldable & Markdig * Update Controls.Foldable.csproj * Fix MarkDig * Update Graphics.Skia.csproj * Update dotnet.cake * Update dotnet.cake * Update dotnet.cake * Fix bad merge on provisionator version Co-authored-by: Rui Marinho --- eng/cake/dotnet.cake | 15 +++++++++++++++ eng/pipelines/common/provision.yml | 2 +- .../Foldable/src/Controls.Foldable.csproj | 2 ++ .../src/Graphics.Skia/Graphics.Skia.csproj | 2 ++ .../src/Text.Markdig/Graphics.Text.Markdig.csproj | 2 ++ .../Text.Markdig/Renderer/ParagraphRenderer.cs | 2 +- 6 files changed, 23 insertions(+), 2 deletions(-) diff --git a/eng/cake/dotnet.cake b/eng/cake/dotnet.cake index f7128733bee9..ba6e4908e00e 100644 --- a/eng/cake/dotnet.cake +++ b/eng/cake/dotnet.cake @@ -323,6 +323,7 @@ Task("dotnet-pack-docs") EnsureDirectoryExists(destDir); CleanDirectories(destDir); + // Get the docs for .NET MAUI foreach (var nupkg in GetFiles("./artifacts/Microsoft.Maui.*.Ref.*.nupkg")) { var d = $"{tempDir}/{nupkg.GetFilename()}"; @@ -332,6 +333,20 @@ Task("dotnet-pack-docs") CopyDirectory($"{d}/ref", $"{destDir}"); } + // Get the docs for libraries separately distributed as NuGets + foreach (var pattern in NuGetOnlyPackages) + { + foreach (var nupkg in GetFiles($"./artifacts/{pattern}")) + { + var d = $"{tempDir}/{nupkg.GetFilename()}"; + Unzip(nupkg, d); + DeleteFiles($"{d}/**/*.pri"); + DeleteFiles($"{d}/**/*.aar"); + DeleteFiles($"{d}/**/*.pdb"); + CopyDirectory($"{d}/lib", $"{destDir}"); + } + } + CleanDirectories(tempDir); }); diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index 0b6a1a40e891..55679a6978d9 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -110,7 +110,7 @@ steps: PROVISIONATOR_CHANNEL: ${{ parameters.provisionatorChannel }} AUTH_TOKEN_GITHUB_COM: $(github--pat--vs-mobiletools-engineering-service2) # Provision Additional Software - - task: xamops.azdevex.provisionator-task.provisionator@1 + - task: xamops.azdevex.provisionator-task.provisionator@2 displayName: 'Provision Additional Software' condition: and(eq('${{ parameters.provisioning }}', 'true'),ne('${{ parameters.poolName }}', 'Azure Pipelines')) inputs: diff --git a/src/Controls/Foldable/src/Controls.Foldable.csproj b/src/Controls/Foldable/src/Controls.Foldable.csproj index f9ac2a7747aa..585e7a8f9fd1 100644 --- a/src/Controls/Foldable/src/Controls.Foldable.csproj +++ b/src/Controls/Foldable/src/Controls.Foldable.csproj @@ -6,6 +6,8 @@ BI1234 true false + true + $(NoWarn);CS1591 true diff --git a/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj b/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj index a0a36567d1e4..ec988aa86724 100644 --- a/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj +++ b/src/Graphics/src/Graphics.Skia/Graphics.Skia.csproj @@ -5,6 +5,8 @@ Microsoft.Maui.Graphics.Skia Microsoft.Maui.Graphics.Skia false + true + $(NoWarn);CS1591 diff --git a/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj b/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj index b4bd51cc1040..a1e9091c282c 100644 --- a/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj +++ b/src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj @@ -5,6 +5,8 @@ Microsoft.Maui.Graphics.Text Microsoft.Maui.Graphics.Text.Markdig false + true + $(NoWarn);CS1591 diff --git a/src/Graphics/src/Text.Markdig/Renderer/ParagraphRenderer.cs b/src/Graphics/src/Text.Markdig/Renderer/ParagraphRenderer.cs index 7be09917f39d..96094e894b69 100644 --- a/src/Graphics/src/Text.Markdig/Renderer/ParagraphRenderer.cs +++ b/src/Graphics/src/Text.Markdig/Renderer/ParagraphRenderer.cs @@ -5,7 +5,7 @@ namespace Microsoft.Maui.Graphics.Text.Renderer /// /// A HTML renderer for a . /// - /// + /// public class ParagraphRenderer : AttributedTextObjectRenderer { protected override void Write(AttributedTextRenderer renderer, ParagraphBlock obj) From e91a855d85d9805f9655639a5aca27f67c183831 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Tue, 8 Nov 2022 11:33:09 +0000 Subject: [PATCH 154/158] Ignore Authenticate Reunion NuGet sources - net7 (#11150) * Ignore Authenticate Reunion NuGet sources (#11145) * Ignore Authenticate Reunion NuGet sources * Try install .net after provisioning run * Fix identation # Conflicts: # eng/pipelines/common/provision.yml * Fix bad merge on provisionator version --- eng/pipelines/common/provision.yml | 51 ++++++++++++++++-------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/eng/pipelines/common/provision.yml b/eng/pipelines/common/provision.yml index 55679a6978d9..447798aef184 100644 --- a/eng/pipelines/common/provision.yml +++ b/eng/pipelines/common/provision.yml @@ -5,17 +5,6 @@ parameters: provisionatorChannel: 'latest' steps: - - task: UseDotNet@2 # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/dotnet-core-tool-installer?view=azure-devops - displayName: 'Use .NET SDK 6' - inputs: - packageType: sdk - version: 6.0.x - - - pwsh: | - dotnet --version - dotnet --list-sdks - displayName: 'Show .NET SDK info' - # Prepare macOS - ${{ if eq(parameters.platform, 'macos') }}: - template: agent-cleanser/v1.yml@xamarin-templates @@ -89,7 +78,6 @@ steps: inputs: certSecureFile: 'Components Mac Certificate.p12' - # Prepare Windows - ${{ if eq(parameters.platform, 'windows') }}: - powershell: | @@ -125,6 +113,22 @@ steps: displayName: 'Setup MSBuild Paths' condition: eq(variables['provisioningVS'], 'true') + # Prepare Both + - task: UseDotNet@2 + displayName: 'Use .NET SDK 6' + inputs: + packageType: sdk + version: 6.0.x + + - pwsh: | + dotnet --version + dotnet --list-sdks + displayName: 'Show .NET SDK info' + + - pwsh: ./build.ps1 --target provision + displayName: 'Cake Provision' + condition: eq(variables['provisioningCake'], 'true') + - task: PowerShell@2 condition: eq(variables['PrivateBuild'], 'true') displayName: Setup Private Feeds Credentials @@ -136,16 +140,15 @@ steps: - pwsh: dotnet nuget locals all --clear displayName: 'Clear all NuGet caches' - # Prepare for Reunion packages - - ${{ if eq(variables['System.TeamProject'], 'devdiv') }}: - - task: NuGetAuthenticate@0 - displayName: 'Authenticate Reunion NuGet sources' - inputs: - nuGetServiceConnections: Project.Reunion.nuget.internal - - pwsh: | - $path = '$(Build.SourcesDirectory)\NuGet.config' - [xml]$xml = Get-Content $path - $xml.configuration.RemoveChild($xml.configuration.disabledPackageSources) - $xml.Save($path) - displayName: 'Add "wasdk-internal" to NuGet.config' + # - ${{ if eq(variables['System.TeamProject'], 'devdiv') }}: + # - task: NuGetAuthenticate@0 + # displayName: 'Authenticate Reunion NuGet sources' + # inputs: + # nuGetServiceConnections: Project.Reunion.nuget.internal + # - pwsh: | + # $path = '$(Build.SourcesDirectory)\NuGet.config' + # [xml]$xml = Get-Content $path + # $xml.configuration.RemoveChild($xml.configuration.disabledPackageSources) + # $xml.Save($path) + # displayName: 'Add "wasdk-internal" to NuGet.config' From 197dfe8ea156830f88c01b5ff0aa68f183141bf5 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 9 Nov 2022 11:37:49 +0000 Subject: [PATCH 155/158] Fix more api warnings --- .../Core/src/iOS/Cells/CellRenderer.cs | 8 ++++---- .../Core/src/iOS/Cells/EntryCellRenderer.cs | 4 ++-- .../Core/src/iOS/Cells/ImageCellRenderer.cs | 4 ++-- .../Core/src/iOS/Cells/SwitchCellRenderer.cs | 4 ++-- .../Core/src/iOS/Cells/TextCellRenderer.cs | 4 ++-- .../Core/src/iOS/Cells/ViewCellRenderer.cs | 4 ++-- .../Core/src/iOS/ContextActionCell.cs | 8 ++++---- src/Compatibility/Core/src/iOS/Platform.cs | 8 ++++---- .../Core/src/iOS/PlatformRenderer.cs | 6 +++--- .../Core/src/iOS/Renderers/ButtonLayoutManager.cs | 4 ++-- .../Core/src/iOS/Renderers/EntryRenderer.cs | 4 ++-- .../Core/src/iOS/Renderers/FormsCheckBox.cs | 4 ++-- .../Core/src/iOS/Renderers/ImageButtonRenderer.cs | 4 ++-- .../Core/src/iOS/Renderers/NavigationRenderer.cs | 15 +++++++-------- .../src/iOS/Renderers/PhoneFlyoutPageRenderer.cs | 4 ++-- .../Core/src/iOS/Renderers/SwipeViewRenderer.cs | 4 ++-- .../src/iOS/Renderers/TableViewModelRenderer.cs | 4 ++-- .../src/iOS/Renderers/TabletFlyoutPageRenderer.cs | 4 ++-- src/Compatibility/Core/src/iOS/iOSAppLinks.cs | 4 ++-- 19 files changed, 50 insertions(+), 51 deletions(-) diff --git a/src/Compatibility/Core/src/iOS/Cells/CellRenderer.cs b/src/Compatibility/Core/src/iOS/Cells/CellRenderer.cs index 4bfef1efe818..023aaf8b1a24 100644 --- a/src/Compatibility/Core/src/iOS/Cells/CellRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Cells/CellRenderer.cs @@ -31,9 +31,9 @@ public virtual UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, WireUpForceUpdateSizeRequested(item, tvc, tv); -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later tvc.TextLabel.Text = item.ToString(); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 UpdateBackground(tvc, item); @@ -68,9 +68,9 @@ public virtual void SetAccessibility(UITableViewCell tableViewCell, Cell cell) public virtual void SetBackgroundColor(UITableViewCell tableViewCell, Cell cell, UIColor color) { -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later tableViewCell.TextLabel.BackgroundColor = color; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 tableViewCell.ContentView.BackgroundColor = color; tableViewCell.BackgroundColor = color; } diff --git a/src/Compatibility/Core/src/iOS/Cells/EntryCellRenderer.cs b/src/Compatibility/Core/src/iOS/Cells/EntryCellRenderer.cs index 8e7a844bcdc7..eb6a6dd65a7b 100644 --- a/src/Compatibility/Core/src/iOS/Cells/EntryCellRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Cells/EntryCellRenderer.cs @@ -99,7 +99,7 @@ static void UpdateHorizontalTextAlignment(EntryCellTableViewCell cell, EntryCell cell.TextField.TextAlignment = entryCell.HorizontalTextAlignment.ToPlatformTextAlignment(viewController?.EffectiveFlowDirection ?? default(EffectiveFlowDirection)); } -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later static void UpdateIsEnabled(EntryCellTableViewCell cell, EntryCell entryCell) { cell.UserInteractionEnabled = entryCell.IsEnabled; @@ -162,7 +162,7 @@ public override void LayoutSubviews() // Centers TextField Content (iOS6) TextField.VerticalAlignment = UIControlContentVerticalAlignment.Center; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 public event EventHandler TextFieldTextChanged; diff --git a/src/Compatibility/Core/src/iOS/Cells/ImageCellRenderer.cs b/src/Compatibility/Core/src/iOS/Cells/ImageCellRenderer.cs index b07a1057c178..d95b8ef3d888 100644 --- a/src/Compatibility/Core/src/iOS/Cells/ImageCellRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Cells/ImageCellRenderer.cs @@ -43,7 +43,7 @@ async void SetImage(ImageCell cell, CellTableViewCell target) { var source = cell.ImageSource; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.ImageView' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.ImageView' is unsupported on: 'ios' 14.0 and later target.ImageView.Image = null; var uiimage = await source.GetNativeImageAsync().ConfigureAwait(false); @@ -62,7 +62,7 @@ async void SetImage(ImageCell cell, CellTableViewCell target) } }); } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } } } diff --git a/src/Compatibility/Core/src/iOS/Cells/SwitchCellRenderer.cs b/src/Compatibility/Core/src/iOS/Cells/SwitchCellRenderer.cs index c95bd0ab515b..bf3c4f756683 100644 --- a/src/Compatibility/Core/src/iOS/Cells/SwitchCellRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Cells/SwitchCellRenderer.cs @@ -47,7 +47,7 @@ public override UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, tvc.Cell = item; tvc.PropertyChanged += HandlePropertyChanged; tvc.AccessoryView = uiSwitch; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later tvc.TextLabel.Text = boolCell.Text; uiSwitch.On = boolCell.On; @@ -116,7 +116,7 @@ void UpdateIsEnabled(CellTableViewCell cell, SwitchCell switchCell) if (uiSwitch != null) uiSwitch.Enabled = switchCell.IsEnabled; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 void UpdateOnColor(CellTableViewCell cell, SwitchCell switchCell) { diff --git a/src/Compatibility/Core/src/iOS/Cells/TextCellRenderer.cs b/src/Compatibility/Core/src/iOS/Cells/TextCellRenderer.cs index e9076ab8a9d1..65c7fc5da6f5 100644 --- a/src/Compatibility/Core/src/iOS/Cells/TextCellRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Cells/TextCellRenderer.cs @@ -18,7 +18,7 @@ public TextCellRenderer() { } -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later public override UITableViewCell GetCell(Cell item, UITableViewCell reusableCell, UITableView tv) { var textCell = (TextCell)item; @@ -93,6 +93,6 @@ static void UpdateIsEnabled(CellTableViewCell cell, TextCell entryCell) cell.TextLabel.Enabled = entryCell.IsEnabled; cell.DetailTextLabel.Enabled = entryCell.IsEnabled; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } } diff --git a/src/Compatibility/Core/src/iOS/Cells/ViewCellRenderer.cs b/src/Compatibility/Core/src/iOS/Cells/ViewCellRenderer.cs index 096939f9f334..8de8079856f8 100644 --- a/src/Compatibility/Core/src/iOS/Cells/ViewCellRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Cells/ViewCellRenderer.cs @@ -67,9 +67,9 @@ public ViewCell ViewCell void UpdateIsEnabled(bool isEnabled) { UserInteractionEnabled = isEnabled; -#pragma warning disable CA1416 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UITableViewCell.TextLabel' is unsupported on: 'ios' 14.0 and later TextLabel.Enabled = isEnabled; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } void ViewCellPropertyChanged(object sender, PropertyChangedEventArgs e) diff --git a/src/Compatibility/Core/src/iOS/ContextActionCell.cs b/src/Compatibility/Core/src/iOS/ContextActionCell.cs index 587f0df051f1..e91587cd126b 100644 --- a/src/Compatibility/Core/src/iOS/ContextActionCell.cs +++ b/src/Compatibility/Core/src/iOS/ContextActionCell.cs @@ -386,9 +386,9 @@ UIButton GetButton(MenuItem item) button.SetBackgroundImage(DestructiveBackground, UIControlState.Normal); button.SetTitle(item.Text, UIControlState.Normal); -#pragma warning disable CA1416 // TODO: 'UIButton.TitleEdgeInsets.set' is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIButton.TitleEdgeInsets.set' is unsupported on: 'ios' 15.0 and later button.TitleEdgeInsets = new UIEdgeInsets(0, 15, 0, 15); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 button.Enabled = item.IsEnabled; @@ -557,9 +557,9 @@ UIView SetupButtons(nfloat width, nfloat height) var button = new UIButton(new RectangleF(0, 0, largestWidth, height)); button.SetBackgroundImage(NormalBackground, UIControlState.Normal); -#pragma warning disable CA1416 // TODO: 'UIButton.TitleEdgeInsets.set' is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIButton.TitleEdgeInsets.set' is unsupported on: 'ios' 15.0 and later button.TitleEdgeInsets = new UIEdgeInsets(0, 15, 0, 15); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 button.SetTitle(StringResources.More, UIControlState.Normal); var moreWidth = button.TitleLabel.SizeThatFits(new SizeF(width, height)).Width + 30; diff --git a/src/Compatibility/Core/src/iOS/Platform.cs b/src/Compatibility/Core/src/iOS/Platform.cs index 9ba9a964617c..9df8c9b11ca2 100644 --- a/src/Compatibility/Core/src/iOS/Platform.cs +++ b/src/Compatibility/Core/src/iOS/Platform.cs @@ -325,10 +325,10 @@ internal static UIEdgeInsets SafeAreaInsetsForWindow safeAreaInsets = new UIEdgeInsets(UIApplication.SharedApplication.StatusBarFrame.Size.Height, 0, 0, 0); else if (UIApplication.SharedApplication.GetKeyWindow() != null) safeAreaInsets = UIApplication.SharedApplication.GetKeyWindow().SafeAreaInsets; -#pragma warning disable CA1416 // TODO: UIApplication.Windows is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TODO: UIApplication.Windows is unsupported on: 'ios' 15.0 and later else if (UIApplication.SharedApplication.Windows.Length > 0) safeAreaInsets = UIApplication.SharedApplication.Windows[0].SafeAreaInsets; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 else safeAreaInsets = UIEdgeInsets.Zero; @@ -665,9 +665,9 @@ internal void SubscribeToAlertsAndActionSheets() if (!PageIsChildOfPlatform(sender)) return; busyCount = Math.Max(0, enabled ? busyCount + 1 : busyCount - 1); -#pragma warning disable CA1416 // TODO: 'UIApplication.NetworkActivityIndicatorVisible' is unsupported on: 'ios' 13.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIApplication.NetworkActivityIndicatorVisible' is unsupported on: 'ios' 13.0 and later UIApplication.SharedApplication.NetworkActivityIndicatorVisible = busyCount > 0; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 }); MessagingCenter.Subscribe(this, Page.AlertSignalName, (Page sender, AlertArguments arguments) => diff --git a/src/Compatibility/Core/src/iOS/PlatformRenderer.cs b/src/Compatibility/Core/src/iOS/PlatformRenderer.cs index bc8ff46d97de..95d2e55b369d 100644 --- a/src/Compatibility/Core/src/iOS/PlatformRenderer.cs +++ b/src/Compatibility/Core/src/iOS/PlatformRenderer.cs @@ -50,7 +50,7 @@ public override UIViewController ChildViewControllerForHomeIndicatorAutoHidden { get => (UIViewController)Platform.GetRenderer(Platform.Page); } - +#pragma warning disable CA1416, CA1422 // TODO: The API has [UnsupportedOSPlatform("ios6.0")] public override bool ShouldAutorotate() { if ((ChildViewControllers != null) && (ChildViewControllers.Length > 0)) @@ -62,13 +62,13 @@ public override bool ShouldAutorotate() public override bool ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation) { -#pragma warning disable CA1416 // TODO: The API has [UnsupportedOSPlatform("ios6.0")] + if ((ChildViewControllers != null) && (ChildViewControllers.Length > 0)) { return ChildViewControllers[0].ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation); } return base.ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } public override bool ShouldAutomaticallyForwardRotationMethods => true; diff --git a/src/Compatibility/Core/src/iOS/Renderers/ButtonLayoutManager.cs b/src/Compatibility/Core/src/iOS/Renderers/ButtonLayoutManager.cs index e21c0d1d5326..9fbfe52738b0 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/ButtonLayoutManager.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/ButtonLayoutManager.cs @@ -269,7 +269,7 @@ async Task UpdateImageAsync() } } -#pragma warning disable CA1416 // TOD0: UIButton.ContentEdgeInsets, UIButton.ImageEdgeInsets is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TOD0: UIButton.ContentEdgeInsets, UIButton.ImageEdgeInsets is unsupported on: 'ios' 15.0 and later [PortHandler] void UpdatePadding() { @@ -443,6 +443,6 @@ void UpdateEdgeInsets() control.ImageEdgeInsets = imageInsets; control.TitleEdgeInsets = titleInsets; } -#pragma warning restore CA1416 // UIButton.ContentEdgeInsets, UIButton.ImageEdgeInsets is unsupported on: 'ios' 15.0 and later +#pragma warning restore CA1416, CA1422 // UIButton.ContentEdgeInsets, UIButton.ImageEdgeInsets is unsupported on: 'ios' 15.0 and later } } diff --git a/src/Compatibility/Core/src/iOS/Renderers/EntryRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/EntryRenderer.cs index 3933d5cbac2a..91f42f30bcf5 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/EntryRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/EntryRenderer.cs @@ -298,9 +298,9 @@ protected virtual void UpdateFont() if (initialSize == CGSize.Empty) { NSString testString = new NSString("Tj"); -#pragma warning disable CA1416 // TODO: API has [UnsupportedOSPlatform("ios7.0")] +#pragma warning disable CA1416, CA1422 // TODO: API has [UnsupportedOSPlatform("ios7.0")] initialSize = testString.StringSize(Control.Font); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } Control.Font = Element.ToUIFont(); diff --git a/src/Compatibility/Core/src/iOS/Renderers/FormsCheckBox.cs b/src/Compatibility/Core/src/iOS/Renderers/FormsCheckBox.cs index ccebff99d490..b2234516b7f9 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/FormsCheckBox.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/FormsCheckBox.cs @@ -22,7 +22,7 @@ public class FormsCheckBox : UIButton public EventHandler CheckedChanged; bool _disposed; -#pragma warning disable CA1416 // TODO: ContentEdgeInsets, AdjustsImageWhenDisabled, AdjustsImageWhenHighlighted unsupported from version 15.0 +#pragma warning disable CA1416, CA1422 // TODO: ContentEdgeInsets, AdjustsImageWhenDisabled, AdjustsImageWhenHighlighted unsupported from version 15.0 internal float MinimumViewSize { get { return _minimumViewSize; } @@ -44,7 +44,7 @@ public FormsCheckBox() AdjustsImageWhenDisabled = false; AdjustsImageWhenHighlighted = false; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 void OnTouchUpInside(object sender, EventArgs e) { diff --git a/src/Compatibility/Core/src/iOS/Renderers/ImageButtonRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/ImageButtonRenderer.cs index 4fa575473a4d..b5d8be426ca8 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/ImageButtonRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/ImageButtonRenderer.cs @@ -99,14 +99,14 @@ void UpdatePadding(UIButton button = null) if (uiElement == null) return; -#pragma warning disable CA1416 // TOOO: UIButton.ContentEdgeInsets' is unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TOOO: UIButton.ContentEdgeInsets' is unsupported on: 'ios' 15.0 and later uiElement.ContentEdgeInsets = new UIEdgeInsets( (float)(Element.Padding.Top), (float)(Element.Padding.Left), (float)(Element.Padding.Bottom), (float)(Element.Padding.Right) ); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } async Task UpdateImage() { diff --git a/src/Compatibility/Core/src/iOS/Renderers/NavigationRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/NavigationRenderer.cs index b86623865166..39844e489505 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/NavigationRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/NavigationRenderer.cs @@ -766,7 +766,7 @@ void SetStatusBarStyle() var barTextColor = NavPage.BarTextColor; var statusBarColorMode = NavPage.OnThisPlatform().GetStatusBarTextColorMode(); -#pragma warning disable CA1416 // TODO: UIApplication.StatusBarStyle has [UnsupportedOSPlatform("ios9.0")] +#pragma warning disable CA1416, CA1422 // TODO: UIApplication.StatusBarStyle has [UnsupportedOSPlatform("ios9.0")] if (statusBarColorMode == StatusBarTextColorMode.DoNotAdjust || barTextColor?.GetLuminosity() <= 0.5) { // Use dark text color for status bar @@ -784,7 +784,7 @@ void SetStatusBarStyle() // Use light text color for status bar UIApplication.SharedApplication.StatusBarStyle = UIStatusBarStyle.LightContent; } -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } void UpdateToolBarVisible() @@ -1000,9 +1000,9 @@ class ParentingViewController : UIViewController public ParentingViewController(NavigationRenderer navigation) { -#pragma warning disable CA1416 // TODO: 'UIViewController.AutomaticallyAdjustsScrollViewInsets' is unsupported on: 'ios' 11.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'UIViewController.AutomaticallyAdjustsScrollViewInsets' is unsupported on: 'ios' 11.0 and later AutomaticallyAdjustsScrollViewInsets = false; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 _navigation = new WeakReference(navigation); } @@ -1465,7 +1465,7 @@ public override UIInterfaceOrientation PreferredInterfaceOrientationForPresentat return childRenderer.ViewController.PreferredInterfaceOrientationForPresentation(); return base.PreferredInterfaceOrientationForPresentation(); } - +#pragma warning disable CA1416, CA1422 // TODO: ShouldAutorotateToInterfaceOrientation(...) has [UnsupportedOSPlatform("ios6.0")] public override bool ShouldAutorotate() { IVisualElementRenderer childRenderer; @@ -1477,13 +1477,12 @@ public override bool ShouldAutorotate() public override bool ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation) { IVisualElementRenderer childRenderer; -#pragma warning disable CA1416 // TODO: ShouldAutorotateToInterfaceOrientation(...) has [UnsupportedOSPlatform("ios6.0")] + if (Child != null && (childRenderer = Platform.GetRenderer(Child)) != null) return childRenderer.ViewController.ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation); return base.ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation); -#pragma warning restore CA1416 } - +#pragma warning restore CA1416, CA1422 public override bool ShouldAutomaticallyForwardRotationMethods => true; public override async void DidMoveToParentViewController(UIViewController parent) diff --git a/src/Compatibility/Core/src/iOS/Renderers/PhoneFlyoutPageRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/PhoneFlyoutPageRenderer.cs index 63017f8b5464..437a6d82c93d 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/PhoneFlyoutPageRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/PhoneFlyoutPageRenderer.cs @@ -294,11 +294,11 @@ void LayoutChildren(bool animated) var view = _detailController.View; view.Frame = target; detailView.Layer.Opacity = (float)opacity; -#pragma warning disable CA1416 // TODO: SetAnimationCurve(...), SetAnimationDuration(250), CommitAnimations() is unsupported on: 'ios' 13.0 and later +#pragma warning disable CA1416, CA1422// TODO: SetAnimationCurve(...), SetAnimationDuration(250), CommitAnimations() is unsupported on: 'ios' 13.0 and later UIView.SetAnimationCurve(UIViewAnimationCurve.EaseOut); UIView.SetAnimationDuration(250); UIView.CommitAnimations(); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } else { diff --git a/src/Compatibility/Core/src/iOS/Renderers/SwipeViewRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/SwipeViewRenderer.cs index ac3c0620df1a..78dcfabec40c 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/SwipeViewRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/SwipeViewRenderer.cs @@ -659,7 +659,7 @@ void UpdateSwipeItemInsets(UIButton button, float spacing = 0.0f) var imageSize = button.ImageView.Image.Size; var titleEdgeInsets = new UIEdgeInsets(spacing, -imageSize.Width, -imageSize.Height, 0.0f); -#pragma warning disable CA1416 // TODO: TitleEdgeInsets, StringSize(...), ImageEdgeInsets unsupported on: 'ios' 15.0 and later +#pragma warning disable CA1416, CA1422 // TODO: TitleEdgeInsets, StringSize(...), ImageEdgeInsets unsupported on: 'ios' 15.0 and later button.TitleEdgeInsets = titleEdgeInsets; var labelString = button.TitleLabel.Text ?? string.Empty; @@ -669,7 +669,7 @@ void UpdateSwipeItemInsets(UIButton button, float spacing = 0.0f) #pragma warning restore BI1234 // Type or member is obsolete var imageEdgeInsets = new UIEdgeInsets(-(titleSize.Height + spacing), 0.0f, 0.0f, -titleSize.Width); button.ImageEdgeInsets = imageEdgeInsets; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } Color GetSwipeItemColor(Color backgroundColor) diff --git a/src/Compatibility/Core/src/iOS/Renderers/TableViewModelRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/TableViewModelRenderer.cs index 696487c73555..fc8eb74631e2 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/TableViewModelRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/TableViewModelRenderer.cs @@ -72,9 +72,9 @@ public override void WillDisplayHeaderView(UITableView tableView, UIView headerV if (sectionHeaderTextColor != null) { -#pragma warning disable CA1416 // TODO: UITableViewHeaderFooterView.TextLabel' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: UITableViewHeaderFooterView.TextLabel' is unsupported on: 'ios' 14.0 and later header.TextLabel.TextColor = sectionHeaderTextColor.ToPlatform(); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 } } } diff --git a/src/Compatibility/Core/src/iOS/Renderers/TabletFlyoutPageRenderer.cs b/src/Compatibility/Core/src/iOS/Renderers/TabletFlyoutPageRenderer.cs index 65dc36c2b5b7..9c89e8f3171d 100644 --- a/src/Compatibility/Core/src/iOS/Renderers/TabletFlyoutPageRenderer.cs +++ b/src/Compatibility/Core/src/iOS/Renderers/TabletFlyoutPageRenderer.cs @@ -338,7 +338,7 @@ void UpdateFlyoutLayoutBehavior(CGSize newBounds) switch (flyoutDetailPage.FlyoutLayoutBehavior) { -#pragma warning disable CA1416 // TODO: UISplitViewControllerDisplayMode.AllVisible, PrimaryHidden is unsupported on: 'ios' 14.0 and late +#pragma warning disable CA1416, CA1422 // TODO: UISplitViewControllerDisplayMode.AllVisible, PrimaryHidden is unsupported on: 'ios' 14.0 and late case FlyoutLayoutBehavior.Split: PreferredDisplayMode = UISplitViewControllerDisplayMode.AllVisible; break; @@ -351,7 +351,7 @@ void UpdateFlyoutLayoutBehavior(CGSize newBounds) case FlyoutLayoutBehavior.SplitOnLandscape: PreferredDisplayMode = (!isPortrait) ? UISplitViewControllerDisplayMode.AllVisible : UISplitViewControllerDisplayMode.PrimaryHidden; break; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 default: PreferredDisplayMode = UISplitViewControllerDisplayMode.Automatic; break; diff --git a/src/Compatibility/Core/src/iOS/iOSAppLinks.cs b/src/Compatibility/Core/src/iOS/iOSAppLinks.cs index 7e208965d5d2..5795704cf594 100644 --- a/src/Compatibility/Core/src/iOS/iOSAppLinks.cs +++ b/src/Compatibility/Core/src/iOS/iOSAppLinks.cs @@ -100,7 +100,7 @@ static Task ClearIndexedDataAsync() static async Task GetAttributeSet(IAppLinkEntry deepLinkUri, string contentType, string id) { -#pragma warning disable CA1416 // TODO: 'CSSearchableItemAttributeSet' is unsupported on: 'ios' 14.0 and later +#pragma warning disable CA1416, CA1422 // TODO: 'CSSearchableItemAttributeSet' is unsupported on: 'ios' 14.0 and later var searchableAttributeSet = new CSSearchableItemAttributeSet(contentType) { RelatedUniqueIdentifier = id, @@ -108,7 +108,7 @@ static async Task GetAttributeSet(IAppLinkEntry de ContentDescription = deepLinkUri.Description, Url = new NSUrl(deepLinkUri.AppLinkUri.ToString()) }; -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 if (deepLinkUri.Thumbnail != null) { From a5f1fe9d30b25ccc948a7829c0caf3bf66c1794a Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 9 Nov 2022 15:02:12 +0000 Subject: [PATCH 156/158] Fix more warnings --- src/Compatibility/Maps/src/iOS/MapRenderer.cs | 4 ++-- .../DeviceTests/Handlers/Button/ButtonHandlerTests.iOS.cs | 2 ++ .../Handlers/ImageButton/ImageButtonHandlerTests.iOS.cs | 2 ++ .../samples/GraphicsTester.Mac/TesterTableViewSource.cs | 3 ++- .../samples/GraphicsTester.iOS/TesterTableViewSource.cs | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/Compatibility/Maps/src/iOS/MapRenderer.cs b/src/Compatibility/Maps/src/iOS/MapRenderer.cs index 7b4c8f042cf4..80e58259c95f 100644 --- a/src/Compatibility/Maps/src/iOS/MapRenderer.cs +++ b/src/Compatibility/Maps/src/iOS/MapRenderer.cs @@ -240,9 +240,9 @@ protected virtual MKAnnotationView GetViewForAnnotation(MKMapView mapView, IMKAn mapPin = mapView.DequeueReusableAnnotation(defaultPinId); if (mapPin == null) { -#pragma warning disable CA1416 // TODO: MKPinAnnotationView type has [UnsupportedOSPlatform("macos12.0")], [UnsupportedOSPlatform("ios15.0")], [UnsupportedOSPlatform("tvos15.0")] +#pragma warning disable CA1416, CA1422 // TODO: MKPinAnnotationView type has [UnsupportedOSPlatform("macos12.0")], [UnsupportedOSPlatform("ios15.0")], [UnsupportedOSPlatform("tvos15.0")] mapPin = new MKPinAnnotationView(annotation, defaultPinId); -#pragma warning restore CA1416 +#pragma warning restore CA1416, CA1422 mapPin.CanShowCallout = true; } diff --git a/src/Core/tests/DeviceTests/Handlers/Button/ButtonHandlerTests.iOS.cs b/src/Core/tests/DeviceTests/Handlers/Button/ButtonHandlerTests.iOS.cs index 540cb0bda508..4faa5ca36d2e 100644 --- a/src/Core/tests/DeviceTests/Handlers/Button/ButtonHandlerTests.iOS.cs +++ b/src/Core/tests/DeviceTests/Handlers/Button/ButtonHandlerTests.iOS.cs @@ -69,8 +69,10 @@ string GetNativeText(ButtonHandler buttonHandler) => Color GetNativeTextColor(ButtonHandler buttonHandler) => GetNativeButton(buttonHandler).CurrentTitleColor.ToColor(); +#pragma warning disable CA1416, CA1422 UIEdgeInsets GetNativePadding(ButtonHandler buttonHandler) => GetNativeButton(buttonHandler).ContentEdgeInsets; +#pragma warning restore CA1416, CA1422 Task PerformClick(IButton button) { diff --git a/src/Core/tests/DeviceTests/Handlers/ImageButton/ImageButtonHandlerTests.iOS.cs b/src/Core/tests/DeviceTests/Handlers/ImageButton/ImageButtonHandlerTests.iOS.cs index 3c142cad853f..767eac861c91 100644 --- a/src/Core/tests/DeviceTests/Handlers/ImageButton/ImageButtonHandlerTests.iOS.cs +++ b/src/Core/tests/DeviceTests/Handlers/ImageButton/ImageButtonHandlerTests.iOS.cs @@ -61,8 +61,10 @@ Task PerformClick(IImageButton button) }); } +#pragma warning disable CA1416, CA1422 UIEdgeInsets GetNativePadding(ImageButtonHandler imageButtonHandler) => GetPlatformImageButton(imageButtonHandler).ContentEdgeInsets; +#pragma warning restore CA1416, CA1422 bool ImageSourceLoaded(ImageButtonHandler imageButtonHandler) => imageButtonHandler.PlatformView.ImageView.Image != null; diff --git a/src/Graphics/samples/GraphicsTester.Mac/TesterTableViewSource.cs b/src/Graphics/samples/GraphicsTester.Mac/TesterTableViewSource.cs index 53b98dc01699..e563841a4219 100644 --- a/src/Graphics/samples/GraphicsTester.Mac/TesterTableViewSource.cs +++ b/src/Graphics/samples/GraphicsTester.Mac/TesterTableViewSource.cs @@ -19,7 +19,7 @@ public override nint GetRowCount(NSTableView tableView) { return ScenarioList.Scenarios.Count; } - +#pragma warning disable CA1416, CA1422 public override void SelectionDidChange(NSNotification notification) { if (ScenarioSelected != null) @@ -36,5 +36,6 @@ public override void SelectionDidChange(NSNotification notification) } } } +#pragma warning restore CA1416, CA1422 } } diff --git a/src/Graphics/samples/GraphicsTester.iOS/TesterTableViewSource.cs b/src/Graphics/samples/GraphicsTester.iOS/TesterTableViewSource.cs index 9bb906db8617..c89fca91c344 100644 --- a/src/Graphics/samples/GraphicsTester.iOS/TesterTableViewSource.cs +++ b/src/Graphics/samples/GraphicsTester.iOS/TesterTableViewSource.cs @@ -19,9 +19,9 @@ public override UITableViewCell GetCell(UITableView tableView, NSIndexPath index cell = new UITableViewCell(UITableViewCellStyle.Default, "cell"); } -#pragma warning disable CA1416 // Validate platform compatibility +#pragma warning disable CA1416, CA1422 // Validate platform compatibility cell.TextLabel.Text = ScenarioList.Scenarios[indexPath.Row].ToString(); -#pragma warning restore CA1416 // Validate platform compatibility +#pragma warning restore CA1416, CA1422 // Validate platform compatibility return cell; } From c49a86d18cef41d2752d704018b48b8825f0fa1b Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 9 Nov 2022 16:46:25 +0000 Subject: [PATCH 157/158] We hope last warnings --- .../GraphicsTester.MacCatalyst/TesterTableViewSource.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Graphics/samples/GraphicsTester.MacCatalyst/TesterTableViewSource.cs b/src/Graphics/samples/GraphicsTester.MacCatalyst/TesterTableViewSource.cs index 9bb906db8617..017820b5885c 100644 --- a/src/Graphics/samples/GraphicsTester.MacCatalyst/TesterTableViewSource.cs +++ b/src/Graphics/samples/GraphicsTester.MacCatalyst/TesterTableViewSource.cs @@ -19,9 +19,9 @@ public override UITableViewCell GetCell(UITableView tableView, NSIndexPath index cell = new UITableViewCell(UITableViewCellStyle.Default, "cell"); } -#pragma warning disable CA1416 // Validate platform compatibility +#pragma warning disable CA1416, CA1422 // Validate platform compatibility cell.TextLabel.Text = ScenarioList.Scenarios[indexPath.Row].ToString(); -#pragma warning restore CA1416 // Validate platform compatibility +#pragma warning restore CA1416, CA1422 // Validate platform compatibility return cell; } From 6c15e16547145cca76d80ad73bd132af937b72d8 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Thu, 10 Nov 2022 12:23:24 +0000 Subject: [PATCH 158/158] Increase timeout to 240 minutes of azdo stages (#11226) * Increase timeout to 240 minutes of azdo stages * Fix pipeline --- eng/pipelines/handlers.yml | 8 ++++---- eng/pipelines/maui-release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index d85c6eb77af2..9041d23dbe40 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -134,7 +134,7 @@ stages: workspace: clean: all displayName: ${{ BuildPlatform.name }} (${{ BuildConfiguration }}) - timeoutInMinutes: 120 + timeoutInMinutes: 240 condition: or( ${{ parameters.BuildEverything }}, ne(variables['Build.Reason'], 'PullRequest'), @@ -184,7 +184,7 @@ stages: workspace: clean: all displayName: ${{ PackPlatform.name }} - timeoutInMinutes: 120 + timeoutInMinutes: 240 pool: name: ${{ PackPlatform.poolName }} vmImage: ${{ PackPlatform.vmImage }} @@ -211,7 +211,7 @@ stages: workspace: clean: all displayName: ${{ BuildPlatform.name }} (${{ BuildConfiguration }}) - timeoutInMinutes: 120 + timeoutInMinutes: 240 condition: or( ${{ parameters.BuildEverything }}, ne(variables['Build.Reason'], 'PullRequest'), @@ -265,7 +265,7 @@ stages: workspace: clean: all displayName: ${{ BuildPlatform.name }} ${{ TestTFM.tfm }} (${{ BuildConfiguration }}) - timeoutInMinutes: 120 + timeoutInMinutes: 240 condition: or( ${{ parameters.BuildEverything }}, ne(variables['Build.Reason'], 'PullRequest'), diff --git a/eng/pipelines/maui-release.yml b/eng/pipelines/maui-release.yml index 12d47a235485..ce5110819a12 100644 --- a/eng/pipelines/maui-release.yml +++ b/eng/pipelines/maui-release.yml @@ -66,7 +66,7 @@ stages: workspace: clean: all displayName: ${{ PackPlatform.name }} - timeoutInMinutes: 120 + timeoutInMinutes: 240 pool: name: ${{ PackPlatform.poolName }} vmImage: ${{ PackPlatform.vmImage }}