├── .codacy.yml ├── .devcontainer ├── Dockerfile └── devcontainer.json ├── .editorconfig ├── .gitattributes ├── .github ├── CODEOWNERS ├── DISCUSSION_TEMPLATE │ └── q-a.yml ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── config.yml │ ├── documentation-issue.yml │ ├── documentation-request.yml │ ├── enhancement.yml │ ├── feedback.yml │ ├── samples-issue.yml │ ├── samples-request.yml │ ├── success-story.yml │ └── support-request.yml ├── config.yml ├── copilot-instructions.md ├── dependabot.yml ├── invite-contributors.yml ├── labeler.yml ├── pull_request_template.md ├── topissuebot.yml └── workflows │ ├── codeql.yml │ ├── labeler.yml │ ├── link-validation.yml │ ├── no-response.yml │ ├── scorecard.yml │ ├── stale-issues.yml │ └── stale-prs.yml ├── .gitignore ├── .gitpod.yml ├── .globalconfig ├── .mergify.yml ├── .vsts-ci-docs.yml ├── .vsts-ci.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Directory.Build.props ├── License.md ├── NuGet.Config ├── README.md ├── SECURITY.md ├── THIRD-PARTY-NOTICES.md ├── doc ├── .browserlistrc ├── .feature-template-uno-only.md ├── .feature-template.md ├── .gitignore ├── .howto-template.md ├── .nvmrc ├── README.md ├── ReleaseNotes │ └── LegacyReleaseNotes.md ├── api │ ├── .gitignore │ └── index.md ├── articles │ ├── Assets │ │ ├── aswa-create.png │ │ ├── aswa-settings.png │ │ ├── build-uwp.JPG │ │ ├── build-wasm.JPG │ │ ├── build-winui.png │ │ ├── can-be-launch.png │ │ ├── copilot-cli-addmcp.png │ │ ├── datagrid-basic-columns.gif │ │ ├── datagrid-full-sample.gif │ │ ├── datagrid-nuget.JPG │ │ ├── diagnostics.PNG │ │ ├── features │ │ │ ├── androidtv │ │ │ │ └── androidtvapps.png │ │ │ ├── applicationdata │ │ │ │ └── appdata.jpg │ │ │ ├── applicationviewtitlebar │ │ │ │ ├── blue.png │ │ │ │ └── red.png │ │ │ ├── authenticationbroker │ │ │ │ └── return-url-editor.png │ │ │ ├── contentdialog │ │ │ │ ├── withoutstyle.png │ │ │ │ └── withstyle.png │ │ │ ├── customfonts │ │ │ │ └── charactermapuwp.png │ │ │ ├── elevatedview │ │ │ │ └── elevatedview-sample.png │ │ │ ├── filepickers │ │ │ │ └── fileopenpicker.png │ │ │ ├── hotreload │ │ │ │ ├── hot-reload-button.png │ │ │ │ ├── indicator-flyout.png │ │ │ │ ├── indicator-not-connected-with-flyout.png │ │ │ │ ├── indicator.png │ │ │ │ ├── rider-output-level-trace.png │ │ │ │ ├── rider-uno-platform-output.png │ │ │ │ ├── status-connection-connected.png │ │ │ │ ├── status-connection-connecting.png │ │ │ │ ├── status-connection-failed.png │ │ │ │ ├── status-connection-not-signed-in.png │ │ │ │ ├── status-connection-server-unreachable.png │ │ │ │ ├── status-connection-warning.png │ │ │ │ ├── status-hr-failed.png │ │ │ │ ├── status-hr-processing.png │ │ │ │ ├── status-hr-success.png │ │ │ │ ├── vs-code-uno-platform-hr-output.png │ │ │ │ ├── vs-msbuild-output-verbosity.png │ │ │ │ ├── vs-uno-platform-logs.png │ │ │ │ └── vscode-csproj-selection.png │ │ │ ├── jumplist │ │ │ │ ├── android.png │ │ │ │ └── ios.png │ │ │ ├── progressring │ │ │ │ ├── muxprogressring.png │ │ │ │ └── wuxprogressring.png │ │ │ ├── statusbar │ │ │ │ ├── blue.png │ │ │ │ └── darkblue.png │ │ │ └── svg │ │ │ │ ├── heliocentric.png │ │ │ │ └── rasterized.png │ │ ├── font-droid.png │ │ ├── font-macos.png │ │ ├── font-wasm.png │ │ ├── getting-started-hot-design.png │ │ ├── guides │ │ │ └── uno-islands │ │ │ │ ├── add-shared.png │ │ │ │ ├── hello-friends.png │ │ │ │ ├── hello-world.png │ │ │ │ ├── solution-layout.png │ │ │ │ └── xamlhost-packages.png │ │ ├── high-level-architecture-diagram.png │ │ ├── how-to-webservice │ │ │ ├── TheCatApiClient-UWP.png │ │ │ ├── app-running-simulators.png │ │ │ ├── client-with-favorite.png │ │ │ ├── crosplat-start.png │ │ │ ├── favorites-on-phone.png │ │ │ ├── json-install.png │ │ │ ├── model-folders.png │ │ │ ├── newproject1.PNG │ │ │ ├── newproject2.PNG │ │ │ ├── newproject3.PNG │ │ │ ├── uwp-ui-busy.png │ │ │ ├── uwp-ui-preview.png │ │ │ └── wasm-ui-preview.png │ │ ├── ide-rider-plugin-search.png │ │ ├── ios-constraints.png │ │ ├── ios-content-fit.png │ │ ├── logo.svg │ │ ├── migrated-app.png │ │ ├── platform-specific-xaml.png │ │ ├── preview-feature-winui-3-tooling.png │ │ ├── project-structure.JPG │ │ ├── quick-start │ │ │ ├── 201901-debugger-step-04.png │ │ │ ├── android-debug.png │ │ │ ├── desktop-debug-windows.png │ │ │ ├── desktop-wsl2-debug-windows.png │ │ │ ├── ios-debug.png │ │ │ ├── live-wizard-01-choose-name.png │ │ │ ├── live-wizard-02-select-preset.png │ │ │ ├── live-wizard-03-create-app.png │ │ │ ├── rider-android-sdk-location.png │ │ │ ├── rider-android-support-plugin-on-marketplace.png │ │ │ ├── rider-configure-new-unoplatform-app.png │ │ │ ├── rider-folder-structure.png │ │ │ ├── rider-welcome-screen-new-solution.png │ │ │ ├── rider_webassembly_change_browser.png │ │ │ ├── run-android-rider.png │ │ │ ├── run-catalyst-rider.png │ │ │ ├── run-desktop-rider.png │ │ │ ├── run-ios-rider.png │ │ │ ├── run-wasm-rider.png │ │ │ ├── run-winappsdk-rider.png │ │ │ ├── tutorial-screenshot.png │ │ │ ├── vs-code-android-project.png │ │ │ ├── vs-code-browserwasm-project.png │ │ │ ├── vs-code-chrome-debug.png │ │ │ ├── vs-code-debug-project.png │ │ │ ├── vs-code-desktop-project.png │ │ │ ├── vs-code-explore-other-features.png │ │ │ ├── vs-code-extension-outputs.png │ │ │ ├── vs-code-extension-status.png │ │ │ ├── vs-code-ios-project.png │ │ │ ├── vs-code-maccatalyst-project.png │ │ │ ├── vs-code-mobile-debug.png │ │ │ ├── vs-code-preferCSharpExtension.png │ │ │ ├── vs-code-settings-msbuild.png │ │ │ ├── vs-code-useOmniSharp.png │ │ │ ├── vs-code-windows-project.png │ │ │ ├── vs-install-dotnet-mobile.png │ │ │ ├── vs-install-dotnet.png │ │ │ ├── vs-install-uwp-sdks.png │ │ │ ├── vs-install-uwp.png │ │ │ ├── vs-install-web.png │ │ │ ├── vs-install-xamarin.png │ │ │ ├── vs-mac-build.png │ │ │ ├── vs-mac-folder-structure.png │ │ │ ├── vs2022-project-reload.png │ │ │ ├── vsix-new-project-options.png │ │ │ ├── vsix-new-project.png │ │ │ ├── wasm-debugger-step-01.png │ │ │ ├── wasm-debugger-step-02.png │ │ │ ├── wasm-debugger-step-03.png │ │ │ ├── wasm-debugging-iis-express.png │ │ │ ├── xaml-intellisense.png │ │ │ └── xcode-version-warning.jpg │ │ ├── rider-cover.JPG │ │ ├── settingscard-full-sample.gif │ │ ├── solution-structure.png │ │ ├── tutorial01 │ │ │ ├── configure-new-unoplatform-app.PNG │ │ │ ├── create-models-folder.png │ │ │ ├── install-community-toolkit.PNG │ │ │ ├── manage-extensions.png │ │ │ ├── newproject1.PNG │ │ │ ├── newproject2.PNG │ │ │ ├── newproject3.PNG │ │ │ ├── uno-extensions.PNG │ │ │ └── vsix-new-project-options.png │ │ ├── uno-check-running.gif │ │ ├── uno-guide-server-mixed-content-allowed.png │ │ ├── uno-guide-server-mixed-content-enable.png │ │ ├── uno-platform-status-code.png │ │ ├── uno-platform-status-rider.png │ │ ├── uno-platform-status.png │ │ ├── uno-settings-notification.png │ │ ├── uno-settings-rider-notification.png │ │ ├── uno-settings-rider.png │ │ ├── uno-settings-vs.png │ │ ├── uno-settings-vsc-notification.png │ │ ├── uno-settings-vsc-select-project.png │ │ ├── uno-settings-vsc.jpeg │ │ ├── uno-settings-vsc.png │ │ ├── uno-studio-main-com-vs-pro.png │ │ ├── uno-studio-main.png │ │ ├── uno-studio-plans-compare.png │ │ ├── uno-studio-welcome.png │ │ ├── uwp-slider-demo.gif │ │ ├── uwp-splash-screen.JPG │ │ ├── viewcontroller-imageview.png │ │ ├── vs-copilot-agent-mode.png │ │ ├── vs-copilot-chat.png │ │ ├── vs-copilot-mcp-tools.png │ │ ├── vs-cover.JPG │ │ ├── vscode-agent-mode.png │ │ ├── vscode-copilot-icon.png │ │ ├── vscode-cover.JPG │ │ ├── vscode-hot-reload-server.png │ │ ├── vscode-project-selection.png │ │ ├── vscode-reload-window.png │ │ ├── vscode-start-mcp.png │ │ ├── vscode-tools-config.png │ │ ├── vscode-uno-studio-open.png │ │ ├── vsmac-cover.JPG │ │ └── wasm-slider-demo.gif │ ├── Uno-UI-Performance.md │ ├── Uno.UI.Toolkit.md │ ├── additional-vscode-topics.md │ ├── android-activities.md │ ├── api-differences.md │ ├── best-practices-uno.md │ ├── check_toc.ps1 │ ├── common-issues-ai-agents.md │ ├── common-issues-all-ides.md │ ├── common-issues-android.md │ ├── common-issues-ios.md │ ├── common-issues-mobile-debugging.md │ ├── common-issues-rider.md │ ├── common-issues-skia.md │ ├── common-issues-vs2022.md │ ├── common-issues-vscode.md │ ├── common-issues-wasm.md │ ├── common-issues.md │ ├── composition.md │ ├── concepts │ │ └── overview │ │ │ ├── philosophy-of-uno.md │ │ │ └── why-uno-platform.md │ ├── contributing │ │ ├── build-artifacts.md │ │ └── guidelines │ │ │ ├── breaking-changes.md │ │ │ ├── code-style.md │ │ │ ├── creating-tests.md │ │ │ ├── implementing-a-new-winui-winrt-feature.md │ │ │ ├── issue-triage.md │ │ │ ├── pull-requests.md │ │ │ └── updating-dependencies.md │ ├── controls │ │ ├── ComboBox.md │ │ ├── CommandBar.md │ │ ├── DatePicker.md │ │ ├── Flyout.md │ │ ├── Frame.md │ │ ├── GLCanvasElement.md │ │ ├── ListViewBase.md │ │ ├── MediaPlayerElement.md │ │ ├── MenuFlyout.md │ │ ├── NavigationView.md │ │ ├── Pivot.md │ │ ├── Popup.md │ │ ├── RefreshContainer.md │ │ ├── SKCanvasElement.md │ │ ├── ScrollViewer.md │ │ ├── TextBox.md │ │ ├── TimePicker.md │ │ ├── ToggleSwitch.md │ │ ├── WebView.md │ │ ├── assets │ │ │ ├── commandbar │ │ │ │ ├── android │ │ │ │ │ ├── appbarbutton-content.png │ │ │ │ │ ├── appbarbutton-disabled.png │ │ │ │ │ ├── appbarbutton-foreground.png │ │ │ │ │ ├── appbarbutton-icon.png │ │ │ │ │ ├── appbarbutton-tooltip.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── backbuttonforeground.png │ │ │ │ │ ├── backbuttonicon.png │ │ │ │ │ ├── background.png │ │ │ │ │ ├── content-frameworkelement.png │ │ │ │ │ ├── content-string.png │ │ │ │ │ ├── elevation.png │ │ │ │ │ ├── example.png │ │ │ │ │ ├── foreground.png │ │ │ │ │ ├── full.png │ │ │ │ │ ├── navigationcommand.png │ │ │ │ │ ├── primarycommands.png │ │ │ │ │ ├── secondarycommands-popup.png │ │ │ │ │ ├── secondarycommands.png │ │ │ │ │ └── subtitle.png │ │ │ │ ├── ios │ │ │ │ │ ├── appbarbutton-content.png │ │ │ │ │ ├── appbarbutton-disabled.png │ │ │ │ │ ├── appbarbutton-foreground.png │ │ │ │ │ ├── appbarbutton-icon.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── backbuttonforeground.png │ │ │ │ │ ├── backbuttonicon.png │ │ │ │ │ ├── backbuttontitle.png │ │ │ │ │ ├── background.png │ │ │ │ │ ├── content-frameworkelement.png │ │ │ │ │ ├── content-string.png │ │ │ │ │ ├── elevation.png │ │ │ │ │ ├── example.png │ │ │ │ │ ├── foreground.png │ │ │ │ │ ├── full.png │ │ │ │ │ ├── navigationcommand.png │ │ │ │ │ ├── primarycommands.png │ │ │ │ │ └── transparent.png │ │ │ │ └── windows │ │ │ │ │ └── example.png │ │ │ └── scrollviewer │ │ │ │ └── scrollviewer-diagram.png │ │ └── map-control-support.md │ ├── create-an-app-ai-claude.md │ ├── create-an-app-ai-codex.md │ ├── create-an-app-ai-cursor.md │ ├── create-an-app-ai-gh-copilot-cli.md │ ├── create-an-app-rider.md │ ├── create-an-app-vs2022.md │ ├── create-an-app-vscode.md │ ├── debugging-wasm.md │ ├── dev-server.md │ ├── explore-your-app-ai-agents.md │ ├── faq.md │ ├── feature-flags.md │ ├── features │ │ ├── AdaptiveTrigger.md │ │ ├── ElevatedView.md │ │ ├── Lottie.md │ │ ├── PasswordVault.md │ │ ├── SpeechRecognition.md │ │ ├── VisibleBoundsPadding.md │ │ ├── accelerometer.md │ │ ├── android-tv.md │ │ ├── app-close-handler.md │ │ ├── applicationdata.md │ │ ├── barometer.md │ │ ├── bluetoothdevice.md │ │ ├── clipboard.md │ │ ├── compass.md │ │ ├── cursors.md │ │ ├── custom-fonts.md │ │ ├── customizing-uiapplicationdelegate.md │ │ ├── debugging-troubleshooting.md │ │ ├── dialogs.md │ │ ├── file-management.md │ │ ├── flashlight.md │ │ ├── fluent-styles.md │ │ ├── focus-management.md │ │ ├── gamepad.md │ │ ├── gyrometer.md │ │ ├── hardware-back-button.md │ │ ├── image.md │ │ ├── lightsensor.md │ │ ├── magnetometer.md │ │ ├── native-frame-nav.md │ │ ├── orientation-sensor.md │ │ ├── orientation.md │ │ ├── pointers-keyboard-and-other-user-inputs.md │ │ ├── progressring.md │ │ ├── protocol-activation.md │ │ ├── proximity-sensor.md │ │ ├── resources-trimming.md │ │ ├── routed-events.md │ │ ├── settings.md │ │ ├── shapes-and-brushes.md │ │ ├── skia-libraries-trimming.md │ │ ├── step-counter.md │ │ ├── svg.md │ │ ├── unhandled-exceptions.md │ │ ├── uno-cupertino.md │ │ ├── uno-material-controls-extra-setup.md │ │ ├── uno-material.md │ │ ├── upri-trimming.md │ │ ├── using-il-linker-webassembly.md │ │ ├── using-linux-framebuffer.md │ │ ├── using-markup.md │ │ ├── using-native-rendering.md │ │ ├── using-skia-desktop.md │ │ ├── using-skia-hosting-native-controls.md │ │ ├── using-skia-macos.md │ │ ├── using-skia-rendering.md │ │ ├── using-the-uno-mcps.md │ │ ├── using-the-uno-sdk.md │ │ ├── using-winrt.md │ │ ├── using-winui2.md │ │ ├── vscode-advanced-mobile-debugging.md │ │ ├── web-authentication-broker.md │ │ ├── winapp-sdk-specifics.md │ │ ├── windows-applicationmodel-calls.md │ │ ├── windows-applicationmodel-chat.md │ │ ├── windows-applicationmodel-contacts.md │ │ ├── windows-applicationmodel-datatransfer.md │ │ ├── windows-applicationmodel-email.md │ │ ├── windows-applicationmodel.md │ │ ├── windows-devices-enumeration.md │ │ ├── windows-devices-geolocation.md │ │ ├── windows-devices-haptics.md │ │ ├── windows-devices-midi.md │ │ ├── windows-media-capture.md │ │ ├── windows-networking.md │ │ ├── windows-phone-devices-notification-vibrationdevice.md │ │ ├── windows-storage-pickers.md │ │ ├── windows-system-display.md │ │ ├── windows-system-power.md │ │ ├── windows-system-profile.md │ │ ├── windows-system-userprofile.md │ │ ├── windows-system.md │ │ ├── windows-ui-markup-extensions.md │ │ ├── windows-ui-notifications.md │ │ ├── windows-ui-startscreen.md │ │ ├── windows-ui-storecontext.md │ │ ├── windows-ui-succinct-syntax.md │ │ ├── windows-ui-viewmanagement.md │ │ ├── windows-ui-xaml-application.md │ │ ├── windows-ui-xaml-window.md │ │ ├── windows-ui-xaml-xbind.md │ │ ├── working-with-accessibility.md │ │ ├── working-with-animations.md │ │ ├── working-with-assets.md │ │ ├── working-with-codespaces.md │ │ ├── working-with-cookies.md │ │ ├── working-with-gitpod.md │ │ ├── working-with-strings.md │ │ ├── working-with-themes.md │ │ └── working-with-xaml-hot-reload.md │ ├── get-started-ai-claude.md │ ├── get-started-ai-codex.md │ ├── get-started-ai-cursor.md │ ├── get-started-ai-gh-copilot-cli.md │ ├── get-started-dotnet-new.md │ ├── get-started-explore.md │ ├── get-started-licensing.md │ ├── get-started-next-steps.md │ ├── get-started-rider.md │ ├── get-started-vs-2022.md │ ├── get-started-vscode-devkit.md │ ├── get-started-vscode-omnisharp.md │ ├── get-started-vscode.md │ ├── get-started-wizard.md │ ├── get-started.md │ ├── getting-started │ │ ├── Assets │ │ │ ├── GeneratedTargets-min.png │ │ │ ├── ProjectStructure-Tests-min.png │ │ │ └── TestExplorer-min.png │ │ ├── counterapp │ │ │ ├── Assets │ │ │ │ ├── counter-app.png │ │ │ │ ├── counter-solution-csharp.png │ │ │ │ ├── counter-solution-xaml.png │ │ │ │ ├── logo.svg │ │ │ │ └── vscode-csproj-dotnet9.0.png │ │ │ ├── get-started-counter-csharp-mvux.md │ │ │ ├── get-started-counter-csharp-mvvm.md │ │ │ ├── get-started-counter-xaml-mvux.md │ │ │ ├── get-started-counter-xaml-mvvm.md │ │ │ ├── get-started-counter.md │ │ │ └── includes │ │ │ │ ├── include-create.md │ │ │ │ ├── include-elements-csharp.md │ │ │ │ ├── include-elements-xaml.md │ │ │ │ ├── include-image-csharp.md │ │ │ │ ├── include-image-xaml.md │ │ │ │ ├── include-intro.md │ │ │ │ ├── include-mainpage-change-layout.md │ │ │ │ ├── include-mainpage-csharp.md │ │ │ │ ├── include-mainpage-layout.md │ │ │ │ ├── include-mainpage-xaml.md │ │ │ │ ├── include-mainwindow.md │ │ │ │ ├── include-mvux.md │ │ │ │ ├── include-mvvm.md │ │ │ │ ├── include-solution.md │ │ │ │ ├── include-vscode-csproj-notice.md │ │ │ │ └── include-wrap.md │ │ ├── getting-started-tests.md │ │ ├── requirements.md │ │ └── wizard │ │ │ ├── assets │ │ │ ├── application.jpg │ │ │ ├── authentication.jpg │ │ │ ├── blank-project-structure.jpg │ │ │ ├── cipipeline.jpg │ │ │ ├── create-new-project.jpg │ │ │ ├── default-project-structure.jpg │ │ │ ├── extensions.jpg │ │ │ ├── extensions2.jpg │ │ │ ├── extensions3.jpg │ │ │ ├── features.jpg │ │ │ ├── framework.jpg │ │ │ ├── intro.png │ │ │ ├── localization.jpg │ │ │ ├── markup.jpg │ │ │ ├── material.jpg │ │ │ ├── platforms.jpg │ │ │ ├── presentation.jpg │ │ │ ├── reload-projects.jpg │ │ │ ├── solution-structure.png │ │ │ ├── testing.png │ │ │ ├── themes.jpg │ │ │ ├── vs2022-ready-statusbar.png │ │ │ ├── wasm-debugger-dropdown.png │ │ │ └── winappsdk-debugger-dropdown.png │ │ │ ├── includes │ │ │ ├── application.md │ │ │ ├── authentication.md │ │ │ ├── cipipeline.md │ │ │ ├── extensions.md │ │ │ ├── features.md │ │ │ ├── framework.md │ │ │ ├── markup.md │ │ │ ├── platforms.md │ │ │ ├── presentation.md │ │ │ ├── startup.md │ │ │ ├── testing.md │ │ │ └── themes.md │ │ │ └── using-wizard.md │ ├── guides │ │ ├── azure-static-webapps.md │ │ ├── community-tutorials.md │ │ ├── creating-custom-controls.md │ │ ├── hotswap-app-language.md │ │ ├── how-to-add-platforms-existing-project.md │ │ ├── how-to-add-uno-to-an-existing-solution.md │ │ ├── how-to-create-control-libraries.md │ │ ├── localization.md │ │ ├── native-frame-nav-tutorial.md │ │ ├── open-id-connect.md │ │ ├── profiling-applications.md │ │ ├── raspberry-pi │ │ │ ├── images │ │ │ │ ├── 00_uno-hello-world.jpg │ │ │ │ ├── 01_raspberry_pi_configuration_menu_item.png │ │ │ │ ├── 02_enabled_ssh_and_vnc.png │ │ │ │ ├── 03_install-dot-net.gif │ │ │ │ ├── 04_dot-net-info.png │ │ │ │ ├── 05_install-uno-templates.png │ │ │ │ ├── 06_uno-templates-installed.png │ │ │ │ ├── 07_uno-app-directory.png │ │ │ │ ├── 08_uno-app-directory-image.png │ │ │ │ └── 09_uno-app-running.png │ │ │ ├── raspberry-pi-intro.md │ │ │ └── scripts │ │ │ │ └── install.sh │ │ ├── raygun-monitoring.md │ │ ├── silverlight-migration │ │ │ ├── 00-overview.md │ │ │ ├── 01-create-uno-solution.md │ │ │ ├── 02-considering-navigation.md │ │ │ ├── 03-review-app-startup.md │ │ │ ├── 04-migrate-home-page-xaml-and-styles.md │ │ │ ├── 05-string-resources.md │ │ │ ├── 07-dialogs.md │ │ │ ├── 08-data-access-overview.md │ │ │ ├── 09-client-auth-service.md │ │ │ ├── 10-implementing-singleton-token-service.md │ │ │ ├── 11-implementing-identity-service-client.md │ │ │ ├── 12-migrate-auth-ui.md │ │ │ ├── 13-integrating-auth-and-navigation.md │ │ │ ├── 14-implement-timeentry-services.md │ │ │ ├── 15-migrate-timeentry-ui.md │ │ │ ├── 20-wrap-up.md │ │ │ ├── 98-timeentry-samples.md │ │ │ ├── 99-useful-resources.md │ │ │ ├── assets │ │ │ │ ├── ADT-domain.png │ │ │ │ ├── BothHeadsBasicNav.png │ │ │ │ ├── Dialog-FatalError.png │ │ │ │ ├── LoginForm-Wasm-Errors.png │ │ │ │ ├── LoginForm-Wasm.png │ │ │ │ ├── LoginStatus-LoggedIn.png │ │ │ │ ├── LoginStatus-LoggedOut.png │ │ │ │ ├── NextButton.png │ │ │ │ ├── Resources-DemoTextBox.png │ │ │ │ ├── Resources-DemoTextBoxWASM.png │ │ │ │ ├── SampleDataForm-Errors.png │ │ │ │ ├── SampleDataForm.png │ │ │ │ ├── Silverlight-HomePage.png │ │ │ │ ├── SilverlightBusinessApp.png │ │ │ │ ├── StringResource-HomeNav.png │ │ │ │ ├── Style-Property-error.png │ │ │ │ ├── TimeEntryRia-LoggedInAbout.png │ │ │ │ ├── Uno-NavigationView-Preview.png │ │ │ │ ├── VisualStudioInstaller-uwpsdkoptions.png │ │ │ │ ├── WASM-HomePage.png │ │ │ │ ├── database-schema.png │ │ │ │ ├── icons.zip │ │ │ │ └── sl-treeview-part1-header.png │ │ │ ├── silverlight-migration-landing.md │ │ │ └── toc.yml │ │ ├── solution-building-single-targetframework.md │ │ ├── uno-cupertino-walkthrough.md │ │ ├── uno-islands.md │ │ ├── uno-material-walkthrough.md │ │ ├── using-the-server-project.md │ │ └── xf-migration │ │ │ ├── intro.md │ │ │ ├── overview.md │ │ │ └── toc.yml │ ├── how-to-host-a-webassembly-app.md │ ├── how-uno-works.md │ ├── howto-consume-webservices.md │ ├── howto-migrate-existing-code.md │ ├── includes │ │ ├── additional-linux-setup-inline.md │ │ ├── additional-macos-setup-inline.md │ │ ├── additional-windows-setup-inline.md │ │ ├── getting-help.md │ │ ├── how-tos-and-tutorials-inline-toc.md │ │ ├── uno-platform-status-inline.md │ │ ├── use-uno-check-inline-linux-noheader.md │ │ ├── use-uno-check-inline-macos-noheader.md │ │ ├── use-uno-check-inline-noheader.md │ │ ├── use-uno-check-inline-windows-noheader.md │ │ ├── use-uno-check-inline.md │ │ └── winrt-features-inline-toc.md │ ├── interop │ │ ├── MSAL.md │ │ ├── apple-login.md │ │ ├── assets │ │ │ ├── flatpickr-final.gif │ │ │ ├── image-20200325113112235.png │ │ │ ├── image-20200325113532758.png │ │ │ ├── image-20200325114155796.png │ │ │ ├── image-20200325114609689.png │ │ │ ├── image-20200325132528604.png │ │ │ ├── image-20200325132859849.png │ │ │ ├── image-20200414143909119.png │ │ │ ├── image-20200414143931953.png │ │ │ ├── image-20200414144707425.png │ │ │ ├── image-20200414145358745.png │ │ │ ├── image-20200415135422628.png │ │ │ ├── image-20200415144159362.png │ │ │ ├── image-20200420123443823.png │ │ │ └── signin-with-apple.png │ │ ├── wasm-javascript-1.md │ │ ├── wasm-javascript-2.md │ │ └── wasm-javascript-3.md │ ├── intro.md │ ├── llms │ │ └── llms.txt │ ├── logging.md │ ├── migrating-apps.md │ ├── migrating-before-you-start.md │ ├── migrating-from-net7-to-net8.md │ ├── migrating-from-net8-to-net9.md │ ├── migrating-from-net9-to-net10.md │ ├── migrating-from-previous-releases.md │ ├── migrating-from-xamarin-to-net6.md │ ├── migrating-guidance.md │ ├── migrating-libraries.md │ ├── migrating-to-single-project.md │ ├── migrating-to-uno-5.md │ ├── migrating-to-uno-6.md │ ├── native-styles.md │ ├── native-views.md │ ├── net-version-support.md │ ├── other │ │ └── rider-eula.md │ ├── platform-specific-csharp.md │ ├── platform-specific-xaml.md │ ├── samples-tutorials-overview.md │ ├── signalr.md │ ├── splash-screen.md │ ├── studio │ │ ├── Assets │ │ │ ├── Introducing-Uno-Platform-Studio.png │ │ │ └── active-subscription-image.png │ │ ├── Hot Reload │ │ │ └── hot-reload-overview.md │ │ ├── studio-feedback.md │ │ └── studio-overview.md │ ├── supported-features.md │ ├── supported-libraries.md │ ├── toc.yml │ ├── tutorials-intro.md │ ├── uno-app-solution-structure.md │ ├── uno-build-error-codes.md │ ├── uno-builds-troubleshooting.md │ ├── uno-community-toolkit-v7.md │ ├── uno-community-toolkit-v8.md │ ├── uno-community-toolkit.md │ ├── uno-development │ │ ├── Internal-DependencyProperty-Generator.md │ │ ├── Internal-WeakEventHelper.md │ │ ├── Uno-UI-Debugging-Android-Studio.md │ │ ├── Uno-UI-Layouting-Android.md │ │ ├── Uno-UI-Layouting-iOS.md │ │ ├── Uno-UI-XAML-ResourceTrimming.md │ │ ├── Uno-UI-xBind-architecture.md │ │ ├── api-extensions.md │ │ ├── assets │ │ │ ├── SamplesApp.png │ │ │ ├── debugging-android-studio │ │ │ │ ├── Attach-to-process.png │ │ │ │ ├── Debugging.png │ │ │ │ ├── Gradle-changes.png │ │ │ │ └── Project-files.png │ │ │ └── debugging-inspect-visual-tree │ │ │ │ ├── Android-Layout-Inspector.jpg │ │ │ │ ├── UWP-Live-Visual-Tree.jpg │ │ │ │ ├── WASM-DOM-Elements.jpg │ │ │ │ ├── iOS-ShowLocalVisualTree.jpg │ │ │ │ └── tree-graph.png │ │ ├── building-uno-ui.md │ │ ├── contributing-intro.md │ │ ├── creating-mocked-tests.md │ │ ├── creating-runtime-tests.md │ │ ├── creating-ui-tests.md │ │ ├── debugging-inspect-visual-tree.md │ │ ├── debugging-templates.md │ │ ├── debugging-uno-ui.md │ │ ├── doc-on-docs.md │ │ ├── docfx.md │ │ ├── git-conventional-commits.md │ │ ├── interaction-tracker-internals.md │ │ ├── listviewbase-internals.md │ │ ├── release-procedure.md │ │ ├── themeresource-internals.md │ │ ├── troubleshooting-memory-issues.md │ │ ├── troubleshooting-source-generation.md │ │ ├── uno-internals-android.md │ │ ├── uno-internals-hotreload.md │ │ ├── uno-internals-ios.md │ │ ├── uno-internals-macos.md │ │ ├── uno-internals-overview.md │ │ ├── uno-internals-wasm.md │ │ ├── ways-to-contribute.md │ │ └── working-with-the-samples-apps.md │ ├── uno-fluent-assets.md │ ├── uno-howto-create-a-repro.md │ ├── uno-notimplemented-types.md │ ├── uno-platform-status-troubleshooting.md │ ├── uno-platform-status.md │ ├── uno-publishing-android.md │ ├── uno-publishing-desktop-macos-advanced.md │ ├── uno-publishing-desktop-macos.md │ ├── uno-publishing-desktop.linux.md │ ├── uno-publishing-desktop.md │ ├── uno-publishing-ios.md │ ├── uno-publishing-overview.md │ ├── uno-publishing-webassembly.md │ ├── uno-publishing-windows-packaged-signed.md │ ├── uno-publishing-windows-packaged-unsigned.md │ ├── uno-publishing-windows-unpackaged.md │ ├── uno-publishing-windows.md │ ├── uno-toolchain-telemetry.md │ ├── updating-to-winui3.md │ ├── upgrading-nuget-packages.md │ ├── using-uno-ui.md │ ├── uwp-vs-winui3.md │ ├── wasm-appmanifest.md │ ├── winui-doc-links-design.md │ ├── winui-doc-links-development.md │ ├── winui-doc-links-tutorials.md │ ├── winui-doc-links.md │ └── wpf-migration.md ├── blog │ ├── 201708-Importing-SL-Toolkit-part-1.md │ ├── 201807-WindowsCommunityToolkit.md │ ├── 201808-UnoUnderTheHoodButton.md │ ├── 201808-UnoUnderTheHoodIntro.md │ ├── 201809-UnoUnderTheHoodDependencyObjectGeneration.md │ ├── 201809-UnoUnderTheHoodXamlGeneration.md │ ├── 201809-uno-wasm-intro-part-01.md │ ├── 201901-WebAssembly-Projects-and-debugging.md │ ├── 201903-using-wsl-to-build-aot.md │ ├── 201906-porting-windows-calculator.md │ ├── 201907-SkiaSharp-for-wasm-support.md │ └── Assets │ │ ├── 201901-debugger-step-01.png │ │ ├── 201901-debugger-step-02.png │ │ ├── 201901-debugger-step-03.png │ │ ├── 201901-debugger-step-04.png │ │ ├── 201901-debugger-structure-01.png │ │ ├── 201901-debugging-iis-express.png │ │ ├── 201906-skiasharp-demo.png │ │ ├── 20190612-Calculator-01.png │ │ ├── 20190612-Calculator-02.png │ │ ├── 20190612-Calculator-03.png │ │ ├── 20190612-Calculator-04.png │ │ ├── 20190612-Calculator-05.png │ │ ├── 20190612-Calculator-06.png │ │ ├── 20190612-Calculator-07.png │ │ ├── Button │ │ ├── inheritance-android.png │ │ ├── inheritance-ios.png │ │ ├── inheritance-uwp.png │ │ ├── inheritance-wasm.png │ │ ├── toggleswitch-android.jpg │ │ ├── toggleswitch-ios.jpg │ │ ├── visualtree-android.png │ │ ├── visualtree-ios.png │ │ ├── visualtree-uwp.png │ │ └── visualtree-wasm.png │ │ ├── DependencyObjectGeneration │ │ ├── DependencyObjectGenerator_UWP.png │ │ ├── DependencyObjectGenerator_Uno.png │ │ └── DependencyObjectGenerator_nope.png │ │ ├── sl-treeview-part1-header.png │ │ ├── under-the-hood-intro-stack.png │ │ ├── wasm-intro-c-code.png │ │ ├── wasm-intro-wasm-code.png │ │ └── xaml-code-generation-location.png ├── docfx.json ├── generate-llms-full.ps1 ├── gulpfile.js ├── images │ ├── UnoLogoSmall.png │ ├── bug.png │ ├── features.png │ ├── keyboard.png │ ├── uno-bg-left.png │ ├── uno-bg-right.png │ ├── uno-logo.png │ ├── uno-logo.svg │ └── uno.png ├── import_external_docs.ps1 ├── import_external_docs_test.ps1 ├── index.md ├── package-lock.json ├── package.json ├── qa │ └── remotecontrol-qa.md └── templates │ └── uno │ ├── component │ ├── affix.js │ ├── affix.scss │ ├── alerts.js │ ├── alerts.scss │ ├── breadcrumb.js │ ├── breakpoints.scss │ ├── footer.js │ ├── links.js │ ├── navbar.js │ ├── navbar.scss │ ├── sidebar.js │ ├── tab.js │ └── tables.js │ ├── conceptual.html.primary.js │ ├── conceptual.html.primary.tmpl │ ├── constant.js │ ├── layout │ └── _master.tmpl │ ├── main.js │ ├── main.scss │ ├── partials │ ├── _google-tag-manager.tmpl.partial │ ├── _navbar.tmpl.partial │ └── scripts.tmpl.partial │ ├── render.js │ ├── service │ ├── globalevents.js │ ├── search.js │ ├── search.scss │ └── utility.js │ ├── styles │ ├── docfx.js │ ├── docfx.js.map │ ├── docfx.vendor.css │ ├── docfx.vendor.js │ ├── main.css │ ├── main.css.map │ ├── main.js │ └── main.js.map │ ├── toc.html.tmpl │ ├── variables.scss │ └── vendor │ ├── docfx.vendor.css │ └── docfx.vendor.js ├── global.json ├── src ├── .vsconfig ├── AddIns │ ├── Uno.UI.Foldable │ │ ├── AssemblyInfo.cs │ │ ├── FoldableApplicationViewSpanningRects.Android.cs │ │ ├── FoldableApplicationViewSpanningRectsConsumer.Android.cs │ │ ├── FoldableHingeAngleSensor.Android.cs │ │ ├── NativeFold.cs │ │ ├── Uno.UI.Foldable.netcoremobile.csproj │ │ └── ViewHelper.cs │ ├── Uno.UI.GooglePlay │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── StoreContextExtension.cs │ │ └── Uno.UI.GooglePlay.netcoremobile.csproj │ ├── Uno.UI.Lottie │ │ ├── AssemblyInfo.cs │ │ ├── LottieVisualOptions.cs │ │ ├── LottieVisualSource.Skottie.cs │ │ ├── LottieVisualSource.cs │ │ ├── LottieVisualSourceBase.cs │ │ ├── LottieVisualSourceBase.wasm.cs │ │ ├── LottieVisualSourceProvider.cs │ │ ├── PropertyBindingsParser.cs │ │ ├── System.Json │ │ │ ├── JavaScriptReader.cs │ │ │ ├── JsonArray.cs │ │ │ ├── JsonObject.cs │ │ │ ├── JsonPrimitive.cs │ │ │ ├── JsonType.cs │ │ │ └── JsonValue.cs │ │ ├── ThemableLottieVisualSource.Android.cs │ │ ├── ThemableLottieVisualSource.Properties.cs │ │ ├── ThemableLottieVisualSource.cs │ │ ├── Uno.UI.Lottie.Reference.csproj │ │ ├── Uno.UI.Lottie.Skia.csproj │ │ ├── Uno.UI.Lottie.Tests.csproj │ │ ├── Uno.UI.Lottie.Wasm.csproj │ │ ├── Uno.UI.Lottie.netcoremobile.csproj │ │ ├── WasmScripts │ │ │ ├── lottie.js │ │ │ ├── uno-lottie.d.ts │ │ │ └── uno-lottie.js │ │ ├── buildTransitive │ │ │ └── Uno.WinUI.Lottie.targets │ │ ├── ts │ │ │ ├── Uno.UI.Lottie.ts │ │ │ └── lottie-web.d.ts │ │ └── tsconfig.json │ ├── Uno.UI.MSAL │ │ ├── AbstractApplicationBuilderExtensions.cs │ │ ├── AcquireTokenInteractiveParameterBuilderExtensions.cs │ │ ├── LinkerDefinition.xml │ │ ├── Uno.UI.MSAL.Reference.csproj │ │ ├── Uno.UI.MSAL.Skia.csproj │ │ ├── Uno.UI.MSAL.Wasm.csproj │ │ ├── Uno.UI.MSAL.Windows.csproj │ │ ├── Uno.UI.MSAL.netcoremobile.csproj │ │ ├── WasmHttpFactory.wasm.cs │ │ ├── WasmScripts │ │ │ └── uno-ui-msal.js │ │ ├── WasmWebUi.wasm.cs │ │ ├── buildTransitive │ │ │ └── Uno.WinUI.MSAL.targets │ │ ├── ts │ │ │ └── MSAL.WebUI.ts │ │ └── tsconfig.json │ ├── Uno.UI.Maps │ │ ├── GoogleMapView.Android.cs │ │ ├── MapHelper.iOS.cs │ │ ├── MapPresenter.Android.cs │ │ ├── MapPresenter.cs │ │ ├── MapPresenter.iOS.cs │ │ ├── Uno.UI.Maps.netcoremobile.csproj │ │ └── themes │ │ │ ├── Generic.xaml │ │ │ ├── MapResources.xaml │ │ │ └── MapResources.xaml.cs │ ├── Uno.UI.MediaPlayer.Skia.Win32 │ │ ├── Assets │ │ │ └── libvlc_init_sample.mp4 │ │ ├── Uno.UI.MediaPlayer.Skia.Win32.csproj │ │ └── Win32MediaPlayerPresenterExtension.cs │ ├── Uno.UI.MediaPlayer.Skia.X11 │ │ ├── Assets │ │ │ └── libvlc_init_sample.mp4 │ │ ├── SharedMediaPlayerExtension.cs │ │ ├── Uno.UI.MediaPlayer.Skia.X11.csproj │ │ └── X11MediaPlayerPresenterExtension.cs │ ├── Uno.UI.MediaPlayer.WebAssembly │ │ ├── FeatureConfiguration.cs │ │ ├── HtmlAudio.cs │ │ ├── HtmlMediaPlayer.NativeMethods.cs │ │ ├── HtmlMediaPlayer.cs │ │ ├── HtmlMediaPlayerState.cs │ │ ├── HtmlVideo.cs │ │ ├── MediaPlayerExtension.cs │ │ ├── MediaPlayerPresenterExtension.cs │ │ ├── Uno.UI.MediaPlayer.WebAssembly.csproj │ │ ├── WasmScripts │ │ │ ├── uno.ui.media.d.ts │ │ │ └── uno.ui.media.js │ │ ├── ts │ │ │ └── MediaElement.ts │ │ └── tsconfig.json │ ├── Uno.UI.Svg │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SvgCanvas.cs │ │ ├── SvgProvider.cs │ │ ├── Uno.UI.Svg.Reference.csproj │ │ ├── Uno.UI.Svg.Skia.csproj │ │ ├── Uno.UI.Svg.netcoremobile.csproj │ │ └── buildTransitive │ │ │ └── Uno.WinUI.Svg.targets │ ├── Uno.UI.WebView.Skia.X11 │ │ ├── Uno.UI.WebView.Skia.X11.csproj │ │ └── X11NativeWebView.cs │ ├── Uno.WinUI.Graphics2DSK │ │ ├── SKCanvasElement.cs │ │ ├── Uno.WinUI.Graphics2DSK.Crossruntime.csproj │ │ ├── Uno.WinUI.Graphics2DSK.Windows.csproj │ │ └── Uno.WinUI.Graphics2DSK.netcoremobile.csproj │ └── Uno.WinUI.Graphics3DGL │ │ ├── .gitignore │ │ ├── GLCanvasElement.FrameBufferDetails.cs │ │ ├── GLCanvasElement.cs │ │ └── Uno.WinUI.Graphics3DGL.csproj ├── Common │ ├── GlobalAssemblyInfo.cs │ └── uno.png ├── Common_ViewLibraryProps │ └── Globbing.props ├── Directory.Build.props ├── Directory.Build.targets ├── PackageCache │ ├── .gitignore │ ├── BenchmarkDotNet.0.11.4-develop.nupkg │ ├── BenchmarkDotNet.Annotations.0.11.4-develop.nupkg │ └── README.md ├── SamplesApp │ ├── Benchmarks.Shared │ │ ├── Benchmarks.Shared.projitems │ │ ├── Controls │ │ │ ├── BenchmarkDotNetControl.xaml │ │ │ ├── BenchmarkDotNetControl.xaml.cs │ │ │ ├── BenchmarkDotNetTestsPage.xaml │ │ │ ├── BenchmarkDotNetTestsPage.xaml.cs │ │ │ └── BenchmarkUIHost.cs │ │ ├── SamplesApp.Benchmarks.shproj │ │ └── Suite │ │ │ ├── Collections │ │ │ └── HashtableBench.cs │ │ │ ├── SpanBench │ │ │ └── SimpleSpanBenchmark.cs │ │ │ ├── Windows_UI │ │ │ └── ColorBench │ │ │ │ └── XamlControlsResourcesCreationBenchmark.cs │ │ │ ├── Windows_UI_Xaml │ │ │ └── ResourceDictionaryBench │ │ │ │ ├── XamlControlsResourcesCreationBenchmark.cs │ │ │ │ ├── XamlControlsResourcesCreationRetrievalBenchmark.cs │ │ │ │ └── XamlControlsResourcesReadBenchmark.cs │ │ │ └── Windows_UI_Xaml_Controls │ │ │ ├── BorderBench │ │ │ └── BorderBenchmark.cs │ │ │ ├── DependencyPropertyBench │ │ │ ├── PropagationDPBenchmark.cs │ │ │ ├── SimpleDPBenchmark.cs │ │ │ └── SpecializedDPBenchmark.cs │ │ │ ├── FrameworkElementBench │ │ │ └── FrameworkElementBenchmark.cs │ │ │ ├── GridBench │ │ │ └── SimpleGridBenchmark.cs │ │ │ └── UIElementPerf │ │ │ ├── ControlCreationBenchmark.cs │ │ │ ├── LoadUnloadPerf.cs │ │ │ └── UIElementCreationBenchmark.cs │ ├── Directory.Build.props │ ├── Directory.Build.targets │ ├── LinkedFiles │ │ └── WebContent │ │ │ ├── css │ │ │ └── site.css │ │ │ ├── index.html │ │ │ └── js │ │ │ └── site.js │ ├── SamplesApp.Shared │ │ ├── App.Assertions.cs │ │ ├── App.Tests.cs │ │ ├── App.UnoIslands.cs │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Assets │ │ │ ├── Asset With Spaces.svg │ │ │ ├── BackArrow.scale-300.png │ │ │ ├── Icons │ │ │ │ ├── FluentIcon_Medium.scale-100.png │ │ │ │ ├── FluentIcon_Medium.scale-150.png │ │ │ │ ├── FluentIcon_Medium.scale-200.png │ │ │ │ ├── FluentIcon_Medium.scale-300.png │ │ │ │ ├── FluentIcon_Medium.scale-400.png │ │ │ │ ├── home.png │ │ │ │ └── play.png │ │ │ ├── ScrollGesture.png │ │ │ ├── StoreLogo.png │ │ │ ├── When_CornerRadius_AntiAliasing.png │ │ │ ├── lockscreenlogo.scale-200.png │ │ │ ├── nodpi-validationresource.jpeg │ │ │ ├── splashscreen.scale-200.png │ │ │ ├── square150x150logo.scale-200.png │ │ │ ├── square44x44logo.scale-200.png │ │ │ └── wide310x150logo.scale-200.png │ │ ├── Embedded │ │ │ └── SubFolder1 │ │ │ │ └── SubFolder2 │ │ │ │ └── SharedProjectEmbeddedFile.txt │ │ ├── Icons │ │ │ ├── appconfig.svg │ │ │ └── iconapp.svg │ │ ├── MainPage.xaml │ │ ├── MainPage.xaml.cs │ │ ├── Samples │ │ │ └── UnitTests │ │ │ │ ├── HttpUnitTests.xaml │ │ │ │ ├── HttpUnitTests.xaml.cs │ │ │ │ ├── UnitTestsPage.xaml │ │ │ │ └── UnitTestsPage.xaml.cs │ │ ├── SamplesApp.Shared.projitems │ │ ├── SamplesApp.Shared.shproj │ │ ├── Splash │ │ │ └── splash_screen.svg │ │ ├── StringToStyleDictionary.cs │ │ └── Strings │ │ │ ├── en-US │ │ │ ├── Resources.resw │ │ │ └── Test01.resw │ │ │ ├── en │ │ │ ├── Resources.resw │ │ │ └── Test01.resw │ │ │ ├── es-ES │ │ │ └── Resources.resw │ │ │ ├── es-MX │ │ │ └── Resources.resw │ │ │ ├── fr-CA │ │ │ └── Resources.resw │ │ │ ├── fr │ │ │ └── Resources.resw │ │ │ └── sr │ │ │ └── Resources.resw │ ├── SamplesApp.Skia.Generic │ │ ├── Assets │ │ │ ├── Icons │ │ │ │ ├── icon.svg │ │ │ │ └── icon_foreground.svg │ │ │ └── Splash │ │ │ │ └── splash_screen.svg │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── launchSettings.json │ │ ├── SamplesApp.Skia.Generic.csproj │ │ └── app.manifest │ ├── SamplesApp.Skia.WebAssembly.Browser │ │ ├── LinkerConfig.xml │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── launchSettings.json │ │ ├── SamplesApp.Skia.WebAssembly.Browser.csproj │ │ ├── WasmScripts │ │ │ └── AppManifest.js │ │ └── aot.profile │ ├── SamplesApp.Skia.netcoremobile │ │ ├── Android │ │ │ ├── AndroidManifest.xml │ │ │ ├── AssemblyInfo.Android.cs │ │ │ ├── Assets │ │ │ │ └── Fonts │ │ │ │ │ └── SymbolsRuntimeTest02.ttf │ │ │ ├── Main.Android.cs │ │ │ ├── MainActivity.Android.cs │ │ │ ├── Resources │ │ │ │ ├── AboutResources.txt │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ └── banner.png │ │ │ │ ├── drawable │ │ │ │ │ ├── Icon.png │ │ │ │ │ └── splash.png │ │ │ │ └── values │ │ │ │ │ ├── Strings.xml │ │ │ │ │ └── Styles.xml │ │ │ └── environment.conf │ │ ├── Assets │ │ │ ├── AboutAssets.txt │ │ │ ├── Icons │ │ │ │ ├── icon.svg │ │ │ │ └── icon_foreground.svg │ │ │ ├── Lottie │ │ │ │ ├── 4770-lady-and-dove.json │ │ │ │ ├── 4930-checkbox-animation.json │ │ │ │ ├── LightBulb.json │ │ │ │ ├── lottie-logo.json │ │ │ │ └── uno.json │ │ │ ├── Splash │ │ │ │ └── splash_screen.svg │ │ │ └── sound.mp3 │ │ ├── LinkerConfig.xml │ │ ├── MacCatalyst │ │ │ ├── Entitlements.plist │ │ │ ├── Info.plist │ │ │ ├── Main.MacCatalyst.cs │ │ │ └── Media.xcassets │ │ │ │ └── LaunchImages.launchimage │ │ │ │ └── Contents.json │ │ ├── SamplesApp.Skia.netcoremobile.csproj │ │ ├── iOS │ │ │ ├── Entitlements.plist │ │ │ ├── Info.plist │ │ │ ├── Main.iOS.cs │ │ │ └── Media.xcassets │ │ │ │ └── LaunchImages.launchimage │ │ │ │ └── Contents.json │ │ └── tvOS │ │ │ ├── Entitlements.plist │ │ │ ├── Info.plist │ │ │ ├── Main.tvOS.cs │ │ │ └── Media.xcassets │ │ │ └── LaunchImages.launchimage │ │ │ └── Contents.json │ ├── SamplesApp.Skia │ │ └── SamplesApp.Skia.csproj │ ├── SamplesApp.UITests.Generator │ │ ├── CategoryBucketGenerator.cs │ │ ├── SamplesListGenerator.cs │ │ ├── SnapShotTestGenerator.cs │ │ └── Uno.Samples.UITest.Generator.csproj │ ├── SamplesApp.UITests │ │ ├── .runsettings │ │ ├── BenchmarkDotNetTests.cs │ │ ├── CommandBar │ │ │ └── UnoSamples_Tests.CommandBar.cs │ │ ├── Constants.cs │ │ ├── Extensions │ │ │ ├── AppExtensions.cs │ │ │ ├── AppRect.cs │ │ │ ├── AppRectExtensions.cs │ │ │ ├── AppScalingExtensions.cs │ │ │ ├── FileInfoExtensions.cs │ │ │ ├── FluentExtensions.cs │ │ │ ├── QueryExtensions.async.cs │ │ │ ├── QueryExtensions.cs │ │ │ └── RectExtensions.cs │ │ ├── MessageDialogTests │ │ │ └── MessageDialogTest.cs │ │ ├── Microsoft_UI_Xaml_Controls │ │ │ ├── ExpanderTests │ │ │ │ └── Expander_Tests.cs │ │ │ ├── InfoBarTests │ │ │ │ └── Given_InfoBar.cs │ │ │ ├── MSTestInterop.cs │ │ │ ├── NavigationViewTests │ │ │ │ └── NavigationView_Tests.cs │ │ │ ├── NumberBoxTests │ │ │ │ ├── Given_NumberBox.Uno.cs │ │ │ │ └── Given_NumberBox.cs │ │ │ ├── PipsPager │ │ │ │ ├── PipsPagerElements.cs │ │ │ │ ├── PipsPagerTestBase.cs │ │ │ │ └── PipsPagerTests.cs │ │ │ ├── ProgressRingTests │ │ │ │ └── Given_DeterminateProgressRings.cs │ │ │ ├── RadioButtonsTests │ │ │ │ └── Given_RadioButtons.cs │ │ │ ├── RadioMenuFlyoutItemTests │ │ │ │ └── Given_RadioMenuFlyoutItem.cs │ │ │ ├── RefreshContainerTests │ │ │ │ └── Given_RefreshContainer.cs │ │ │ ├── TabViewTests │ │ │ │ ├── Given_TabView.cs │ │ │ │ └── Given_TabView_Uno.cs │ │ │ ├── TreeViewTests │ │ │ │ └── Given_TreeView.cs │ │ │ └── TwoPaneViewTests │ │ │ │ └── Given_TwoPaneView.cs │ │ ├── PopupUITestBase.cs │ │ ├── README.md │ │ ├── RuntimeTests.cs │ │ ├── SampleControlUITestBase.cs │ │ ├── SamplesApp.UITests.csproj │ │ ├── ScreenshotInfo.cs │ │ ├── ScreenshotOptions.cs │ │ ├── TestFramework │ │ │ ├── ActivePlatformsAttribute.cs │ │ │ ├── AutoRetry.cs │ │ │ ├── CallerArgumentExpressionAttribute.cs │ │ │ ├── ImageAssert.ExpectedPixels.cs │ │ │ ├── ImageAssert.Validations.cs │ │ │ ├── ImageAssert.cs │ │ │ ├── IsExternalInit.cs │ │ │ ├── TestAppMode.cs │ │ │ └── TestFrameworkTests.cs │ │ ├── Toolkit │ │ │ ├── UnoSamples_Tests.ElevatedView.cs │ │ │ ├── UnoSamples_Tests.Elevation.cs │ │ │ └── VisibleBoundsPadding_Tests.cs │ │ ├── UnoSamples_Tests.ContentControl.cs │ │ ├── UnoSamples_Tests.Keyboard.cs │ │ ├── UnoSamples_Tests.Popup.cs │ │ ├── UnoSamples_Tests.RadioButton.cs │ │ ├── UnoSamples_Tests.StaticResource.cs │ │ ├── UnoSamples_Tests.Touch.cs │ │ ├── Wasm │ │ │ └── Given_CustomEvents.cs │ │ ├── Windows_ApplicationModel_Resources │ │ │ └── ResourceLoader_Simple.cs │ │ ├── Windows_Devices │ │ │ └── GyrometerTests.cs │ │ ├── Windows_UI_Core │ │ │ └── SystemNavigationManagerTests.cs │ │ ├── Windows_UI_Xaml │ │ │ ├── ClippingTests │ │ │ │ └── ClippingTests_Tests.cs │ │ │ ├── ContentControlTests │ │ │ │ └── ContentControlBehaviorTests.cs │ │ │ ├── DragAndDropTests │ │ │ │ ├── DragDrop_Basics_Automated.cs │ │ │ │ ├── DragDrop_ListViewReorder_Automated.cs │ │ │ │ ├── DragDrop_ListView_Selection_Automated.cs │ │ │ │ ├── DragDrop_Nested_Automated.cs │ │ │ │ └── DragDrop_TreeView_Reorder_Automated.cs │ │ │ ├── FocusManagerDirectionTests │ │ │ │ └── UnoSamples_Tests.FocusManagerDirection.cs │ │ │ ├── FocusManagerTests │ │ │ │ └── UnoSamples_Tests.FocusManager.cs │ │ │ ├── FrameworkElementTests │ │ │ │ └── UnoSamples_Test_FrameworkElement.cs │ │ │ ├── UIElementTests │ │ │ │ ├── AppXamlResourcesTests.cs │ │ │ │ ├── KeyboardTests.cs │ │ │ │ ├── UIElementTests.cs │ │ │ │ └── WasmTests.cs │ │ │ └── VisualStateManagerTests │ │ │ │ └── VisualStateManagerTest.cs │ │ ├── Windows_UI_Xaml_Automation │ │ │ └── AutomationId_Tests.cs │ │ ├── Windows_UI_Xaml_Controls │ │ │ ├── AutoSuggestBoxTests │ │ │ │ └── AutoSuggestBoxTests.cs │ │ │ ├── BitmapIconTests │ │ │ │ └── UnoSamples_Tests.BitmapIcon.cs │ │ │ ├── BorderTests │ │ │ │ └── Border_Tests.cs │ │ │ ├── ButtonTests │ │ │ │ ├── Button_Tests.cs │ │ │ │ ├── UnoSamples_Test_Button_Click.cs │ │ │ │ ├── UnoSamples_Test_NativeButtons.cs │ │ │ │ ├── UnoSamples_Tests.Button_IsEnabled_Automated.cs │ │ │ │ └── UnoSamples_Tests.Button_Opacity_Automated.cs │ │ │ ├── CalendarViewTests │ │ │ │ └── CalendarViewTests.cs │ │ │ ├── CanvasTests │ │ │ │ └── Canvas_Measurement_Tests.cs │ │ │ ├── CheckBoxTests │ │ │ │ └── UnoSamples_CheckBox.cs │ │ │ ├── ComboBoxTests │ │ │ │ ├── ComboBox_Pointers.cs │ │ │ │ ├── ComboxBox_DropDownPlacement.cs │ │ │ │ └── UnoSamples_Tests.ComboBoxTests.cs │ │ │ ├── CommandBarTests │ │ │ │ ├── UnoSamples_Tests.NativeCommandBar.cs │ │ │ │ └── UnoSamples_Tests.XamlCommandBar.cs │ │ │ ├── ContentDialog │ │ │ │ └── UnoSamples_Tests.ContentDialog.cs │ │ │ ├── ControlTests │ │ │ │ └── Control_Tests.cs │ │ │ ├── DatePickerTests │ │ │ │ └── UnoSamples_Tests.DatePicker.cs │ │ │ ├── FlipViewTests │ │ │ │ └── FlipView_Tests.FlipView.cs │ │ │ ├── FlyoutTests │ │ │ │ ├── UnoSamples_Tests.Flyout.cs │ │ │ │ └── UnoSamples_Tests.Flyout_OverlayInputPassThroughElement.cs │ │ │ ├── FrameTests │ │ │ │ └── Given_Frame.cs │ │ │ ├── ImageTests │ │ │ │ ├── UnoSamples_Tests.BitmapSource.cs │ │ │ │ ├── UnoSamples_Tests.Image.cs │ │ │ │ └── UnoSamples_Tests.Margins.cs │ │ │ ├── ItemsControl │ │ │ │ └── ItemsControlTests.cs │ │ │ ├── ListViewTests │ │ │ │ ├── Selection_Pointers.cs │ │ │ │ └── UnoSamples_Tests.ListView.cs │ │ │ ├── MenuFlyoutTests │ │ │ │ └── MenuFlyoutTests.cs │ │ │ ├── NavigationViewTests │ │ │ │ └── NavigationView_Tests.cs │ │ │ ├── PageTests │ │ │ │ └── UnoSamples_Page_Tests.cs │ │ │ ├── PasswordBoxTests │ │ │ │ └── PasswordBoxTests.cs │ │ │ ├── PivotTests │ │ │ │ └── UnoSamples_Pivot_Tests.cs │ │ │ ├── PopupTests │ │ │ │ ├── UnoSamples_Popup_HVAlign_Tests.cs │ │ │ │ ├── UnoSamples_Popup_LightDismiss_Tests.cs │ │ │ │ └── UnoSamples_Popup_Simple_Tests.cs │ │ │ ├── RadioButtonTests │ │ │ │ └── UnoSamples_RadioButton_Tests.cs │ │ │ ├── ScrollBarTests │ │ │ │ └── UnoSamples_Tests.ScrollBar.cs │ │ │ ├── ScrollViewerTests │ │ │ │ ├── Hosted_ScrollViewer.Automated.cs │ │ │ │ └── UnoSamples_Tests.ScrolViewer.cs │ │ │ ├── SliderTests │ │ │ │ ├── Given_Slider.cs │ │ │ │ └── UnoSamples_Tests.Slider_Vertical_Tap.cs │ │ │ ├── SplitViewTests │ │ │ │ ├── BindableDrawerLayoutTests.cs │ │ │ │ └── SplitViewTests.cs │ │ │ ├── SwipeControlTests │ │ │ │ └── SwipeControlTests.cs │ │ │ ├── TextBlockTests │ │ │ │ └── TextBlockTests.cs │ │ │ ├── TextBoxTests │ │ │ │ └── TextBoxTests.cs │ │ │ ├── ThumbTests │ │ │ │ ├── Tumb_CapturePreventScroll_Tests.cs │ │ │ │ └── UnoSamples_Tests.Thumb.cs │ │ │ ├── TimePickerTests │ │ │ │ └── UnoSamples_Tests.TimePicker.cs │ │ │ ├── ToggleSwitchTests │ │ │ │ └── UnoSamples_Tests.ToggleSwitch.cs │ │ │ ├── ToolTipTests │ │ │ │ └── ToolTip_Tests.cs │ │ │ ├── WUXProgressRingTests │ │ │ │ └── UnoSamples_WUXProgressRing_Tests.cs │ │ │ └── WebViewTests │ │ │ │ └── UnoSamples_Test_NavigateToString.cs │ │ ├── Windows_UI_Xaml_Data │ │ │ └── UnoSamples_Tests.XBind.cs │ │ ├── Windows_UI_Xaml_Input │ │ │ ├── Capture_Tests.cs │ │ │ ├── DoubleTappedTapped_Tests.cs │ │ │ ├── DragCoordinates_Tests.cs │ │ │ ├── Enability_Tests.cs │ │ │ ├── EventSequence_Tests.cs │ │ │ ├── Focus_Tests.cs │ │ │ ├── GestureEventsCommons_Tests.cs │ │ │ ├── GestureResult.cs │ │ │ ├── HitTest_Clipping_Tests.cs │ │ │ ├── HitTest_GeometryGroup_Tests.cs │ │ │ ├── HitTest_Image_Tests.cs │ │ │ ├── HitTest_Shapes_Tests.cs │ │ │ ├── HitTest_Tests.cs │ │ │ ├── Holding_Tests.cs │ │ │ ├── Manipulation_Tests.cs │ │ │ ├── NestedHandling_Tests.cs │ │ │ ├── Nested_Exit_Tests.cs │ │ │ ├── Nested_Sequence_Tests.cs │ │ │ ├── PointersOriginalSource_Tests.cs │ │ │ ├── RightTapped_Tests.cs │ │ │ ├── RoutedEventIsEnabled_Tests.cs │ │ │ ├── ScrollViewer_Pointer_Tests.cs │ │ │ ├── TappedTapped_Tests.cs │ │ │ └── VisualState_Tests.cs │ │ ├── Windows_UI_Xaml_Media │ │ │ ├── GeometryTests │ │ │ │ ├── GeometryTests.cs │ │ │ │ ├── UnoSamples_Tests.ArcSegment.cs │ │ │ │ ├── UnoSamples_Tests.BezierSegment.cs │ │ │ │ ├── UnoSamples_Tests.ClosedFigurePage.cs │ │ │ │ └── UnoSamples_Tests.LineSegmentPage.cs │ │ │ ├── GradientBrushTests │ │ │ │ └── LinearGradientBrush_Tests.cs │ │ │ ├── ImageBrushTests │ │ │ │ ├── ImageBrush_Shape_Fill_StretchAndAlignment.TestCases.cs │ │ │ │ ├── ImageBrush_Shape_Fill_StretchAndAlignment.cs │ │ │ │ ├── ImageBrush_Stretch.cs │ │ │ │ └── ImageBrush_WriteableBitmap.cs │ │ │ ├── RevealBrushTests │ │ │ │ └── RevealBrush_Tests.cs │ │ │ ├── SolidColorBrushTests │ │ │ │ └── SolidColorBrush_Tests.cs │ │ │ └── Transform_Tests │ │ │ │ └── Basics_Automated.cs │ │ ├── Windows_UI_Xaml_Media_Animation │ │ │ ├── ColorAnimation_Tests.cs │ │ │ ├── DoubleAnimation_Tests.FinalState_Opacity.cs │ │ │ ├── DoubleAnimation_Tests.FinalState_Transforms.cs │ │ │ ├── DoubleAnimation_Tests.TransformGroup.cs │ │ │ ├── SequentialAnimations_Tests.cs │ │ │ └── SetTarget_After_Start.cs │ │ ├── Windows_UI_Xaml_Media_Imaging │ │ │ ├── RenderTargetBitmap_Tests.cs │ │ │ └── RenderTargetBitmap_Tests_ExpectedResults │ │ │ │ └── Border.png │ │ ├── Windows_UI_Xaml_Shapes │ │ │ ├── Basics_Shapes_Tests.cs │ │ │ ├── Basics_Shapes_Tests_EpectedResults │ │ │ │ ├── Ellipse_Default_FixedHeightLarge.png │ │ │ │ ├── Ellipse_Default_FixedHeightSmall.png │ │ │ │ ├── Ellipse_Default_FixedLarge.png │ │ │ │ ├── Ellipse_Default_FixedSmall.png │ │ │ │ ├── Ellipse_Default_FixedWidthLarge.png │ │ │ │ ├── Ellipse_Default_FixedWidthSmall.png │ │ │ │ ├── Ellipse_Default_MaxHeightLarge.png │ │ │ │ ├── Ellipse_Default_MaxHeightSmall.png │ │ │ │ ├── Ellipse_Default_MaxLarge.png │ │ │ │ ├── Ellipse_Default_MaxSmall.png │ │ │ │ ├── Ellipse_Default_MaxWidthLarge.png │ │ │ │ ├── Ellipse_Default_MaxWidthSmall.png │ │ │ │ ├── Ellipse_Default_MinHeightLarge.png │ │ │ │ ├── Ellipse_Default_MinHeightSmall.png │ │ │ │ ├── Ellipse_Default_MinLarge.png │ │ │ │ ├── Ellipse_Default_MinSmall.png │ │ │ │ ├── Ellipse_Default_MinWidthLarge.png │ │ │ │ ├── Ellipse_Default_MinWidthSmall.png │ │ │ │ ├── Ellipse_Default_Unconstrained.png │ │ │ │ ├── Ellipse_Fill_FixedHeightLarge.png │ │ │ │ ├── Ellipse_Fill_FixedHeightSmall.png │ │ │ │ ├── Ellipse_Fill_FixedLarge.png │ │ │ │ ├── Ellipse_Fill_FixedSmall.png │ │ │ │ ├── Ellipse_Fill_FixedWidthLarge.png │ │ │ │ ├── Ellipse_Fill_FixedWidthSmall.png │ │ │ │ ├── Ellipse_Fill_MaxHeightLarge.png │ │ │ │ ├── Ellipse_Fill_MaxHeightSmall.png │ │ │ │ ├── Ellipse_Fill_MaxLarge.png │ │ │ │ ├── Ellipse_Fill_MaxSmall.png │ │ │ │ ├── Ellipse_Fill_MaxWidthLarge.png │ │ │ │ ├── Ellipse_Fill_MaxWidthSmall.png │ │ │ │ ├── Ellipse_Fill_MinHeightLarge.png │ │ │ │ ├── Ellipse_Fill_MinHeightSmall.png │ │ │ │ ├── Ellipse_Fill_MinLarge.png │ │ │ │ ├── Ellipse_Fill_MinSmall.png │ │ │ │ ├── Ellipse_Fill_MinWidthLarge.png │ │ │ │ ├── Ellipse_Fill_MinWidthSmall.png │ │ │ │ ├── Ellipse_Fill_Unconstrained.png │ │ │ │ ├── Ellipse_None_FixedHeightLarge.png │ │ │ │ ├── Ellipse_None_FixedHeightSmall.png │ │ │ │ ├── Ellipse_None_FixedLarge.png │ │ │ │ ├── Ellipse_None_FixedSmall.png │ │ │ │ ├── Ellipse_None_FixedWidthLarge.png │ │ │ │ ├── Ellipse_None_FixedWidthSmall.png │ │ │ │ ├── Ellipse_None_MaxHeightLarge.png │ │ │ │ ├── Ellipse_None_MaxHeightSmall.png │ │ │ │ ├── Ellipse_None_MaxLarge.png │ │ │ │ ├── Ellipse_None_MaxSmall.png │ │ │ │ ├── Ellipse_None_MaxWidthLarge.png │ │ │ │ ├── Ellipse_None_MaxWidthSmall.png │ │ │ │ ├── Ellipse_None_MinHeightLarge.png │ │ │ │ ├── Ellipse_None_MinHeightSmall.png │ │ │ │ ├── Ellipse_None_MinLarge.png │ │ │ │ ├── Ellipse_None_MinSmall.png │ │ │ │ ├── Ellipse_None_MinWidthLarge.png │ │ │ │ ├── Ellipse_None_MinWidthSmall.png │ │ │ │ ├── Ellipse_None_Unconstrained.png │ │ │ │ ├── Ellipse_UniformToFill_FixedHeightLarge.png │ │ │ │ ├── Ellipse_UniformToFill_FixedHeightSmall.png │ │ │ │ ├── Ellipse_UniformToFill_FixedLarge.png │ │ │ │ ├── Ellipse_UniformToFill_FixedSmall.png │ │ │ │ ├── Ellipse_UniformToFill_FixedWidthLarge.png │ │ │ │ ├── Ellipse_UniformToFill_FixedWidthSmall.png │ │ │ │ ├── Ellipse_UniformToFill_MaxHeightLarge.png │ │ │ │ ├── Ellipse_UniformToFill_MaxHeightSmall.png │ │ │ │ ├── Ellipse_UniformToFill_MaxLarge.png │ │ │ │ ├── Ellipse_UniformToFill_MaxSmall.png │ │ │ │ ├── Ellipse_UniformToFill_MaxWidthLarge.png │ │ │ │ ├── Ellipse_UniformToFill_MaxWidthSmall.png │ │ │ │ ├── Ellipse_UniformToFill_MinHeightLarge.png │ │ │ │ ├── Ellipse_UniformToFill_MinHeightSmall.png │ │ │ │ ├── Ellipse_UniformToFill_MinLarge.png │ │ │ │ ├── Ellipse_UniformToFill_MinSmall.png │ │ │ │ ├── Ellipse_UniformToFill_MinWidthLarge.png │ │ │ │ ├── Ellipse_UniformToFill_MinWidthSmall.png │ │ │ │ ├── Ellipse_UniformToFill_Unconstrained.png │ │ │ │ ├── Ellipse_Uniform_FixedHeightLarge.png │ │ │ │ ├── Ellipse_Uniform_FixedHeightSmall.png │ │ │ │ ├── Ellipse_Uniform_FixedLarge.png │ │ │ │ ├── Ellipse_Uniform_FixedSmall.png │ │ │ │ ├── Ellipse_Uniform_FixedWidthLarge.png │ │ │ │ ├── Ellipse_Uniform_FixedWidthSmall.png │ │ │ │ ├── Ellipse_Uniform_MaxHeightLarge.png │ │ │ │ ├── Ellipse_Uniform_MaxHeightSmall.png │ │ │ │ ├── Ellipse_Uniform_MaxLarge.png │ │ │ │ ├── Ellipse_Uniform_MaxSmall.png │ │ │ │ ├── Ellipse_Uniform_MaxWidthLarge.png │ │ │ │ ├── Ellipse_Uniform_MaxWidthSmall.png │ │ │ │ ├── Ellipse_Uniform_MinHeightLarge.png │ │ │ │ ├── Ellipse_Uniform_MinHeightSmall.png │ │ │ │ ├── Ellipse_Uniform_MinLarge.png │ │ │ │ ├── Ellipse_Uniform_MinSmall.png │ │ │ │ ├── Ellipse_Uniform_MinWidthLarge.png │ │ │ │ ├── Ellipse_Uniform_MinWidthSmall.png │ │ │ │ ├── Ellipse_Uniform_Unconstrained.png │ │ │ │ ├── Line_Default_FixedHeightLarge.png │ │ │ │ ├── Line_Default_FixedHeightSmall.png │ │ │ │ ├── Line_Default_FixedLarge.png │ │ │ │ ├── Line_Default_FixedSmall.png │ │ │ │ ├── Line_Default_FixedWidthLarge.png │ │ │ │ ├── Line_Default_FixedWidthSmall.png │ │ │ │ ├── Line_Default_MaxHeightLarge.png │ │ │ │ ├── Line_Default_MaxHeightSmall.png │ │ │ │ ├── Line_Default_MaxLarge.png │ │ │ │ ├── Line_Default_MaxSmall.png │ │ │ │ ├── Line_Default_MaxWidthLarge.png │ │ │ │ ├── Line_Default_MaxWidthSmall.png │ │ │ │ ├── Line_Default_MinHeightLarge.png │ │ │ │ ├── Line_Default_MinHeightSmall.png │ │ │ │ ├── Line_Default_MinLarge.png │ │ │ │ ├── Line_Default_MinSmall.png │ │ │ │ ├── Line_Default_MinWidthLarge.png │ │ │ │ ├── Line_Default_MinWidthSmall.png │ │ │ │ ├── Line_Default_Unconstrained.png │ │ │ │ ├── Line_Fill_FixedHeightLarge.png │ │ │ │ ├── Line_Fill_FixedHeightSmall.png │ │ │ │ ├── Line_Fill_FixedLarge.png │ │ │ │ ├── Line_Fill_FixedSmall.png │ │ │ │ ├── Line_Fill_FixedWidthLarge.png │ │ │ │ ├── Line_Fill_FixedWidthSmall.png │ │ │ │ ├── Line_Fill_MaxHeightLarge.png │ │ │ │ ├── Line_Fill_MaxHeightSmall.png │ │ │ │ ├── Line_Fill_MaxLarge.png │ │ │ │ ├── Line_Fill_MaxSmall.png │ │ │ │ ├── Line_Fill_MaxWidthLarge.png │ │ │ │ ├── Line_Fill_MaxWidthSmall.png │ │ │ │ ├── Line_Fill_MinHeightLarge.png │ │ │ │ ├── Line_Fill_MinHeightSmall.png │ │ │ │ ├── Line_Fill_MinLarge.png │ │ │ │ ├── Line_Fill_MinSmall.png │ │ │ │ ├── Line_Fill_MinWidthLarge.png │ │ │ │ ├── Line_Fill_MinWidthSmall.png │ │ │ │ ├── Line_Fill_Unconstrained.png │ │ │ │ ├── Line_None_FixedHeightLarge.png │ │ │ │ ├── Line_None_FixedHeightSmall.png │ │ │ │ ├── Line_None_FixedLarge.png │ │ │ │ ├── Line_None_FixedSmall.png │ │ │ │ ├── Line_None_FixedWidthLarge.png │ │ │ │ ├── Line_None_FixedWidthSmall.png │ │ │ │ ├── Line_None_MaxHeightLarge.png │ │ │ │ ├── Line_None_MaxHeightSmall.png │ │ │ │ ├── Line_None_MaxLarge.png │ │ │ │ ├── Line_None_MaxSmall.png │ │ │ │ ├── Line_None_MaxWidthLarge.png │ │ │ │ ├── Line_None_MaxWidthSmall.png │ │ │ │ ├── Line_None_MinHeightLarge.png │ │ │ │ ├── Line_None_MinHeightSmall.png │ │ │ │ ├── Line_None_MinLarge.png │ │ │ │ ├── Line_None_MinSmall.png │ │ │ │ ├── Line_None_MinWidthLarge.png │ │ │ │ ├── Line_None_MinWidthSmall.png │ │ │ │ ├── Line_None_Unconstrained.png │ │ │ │ ├── Line_UniformToFill_FixedHeightLarge.png │ │ │ │ ├── Line_UniformToFill_FixedHeightSmall.png │ │ │ │ ├── Line_UniformToFill_FixedLarge.png │ │ │ │ ├── Line_UniformToFill_FixedSmall.png │ │ │ │ ├── Line_UniformToFill_FixedWidthLarge.png │ │ │ │ ├── Line_UniformToFill_FixedWidthSmall.png │ │ │ │ ├── Line_UniformToFill_MaxHeightLarge.png │ │ │ │ ├── Line_UniformToFill_MaxHeightSmall.png │ │ │ │ ├── Line_UniformToFill_MaxLarge.png │ │ │ │ ├── Line_UniformToFill_MaxSmall.png │ │ │ │ ├── Line_UniformToFill_MaxWidthLarge.png │ │ │ │ ├── Line_UniformToFill_MaxWidthSmall.png │ │ │ │ ├── Line_UniformToFill_MinHeightLarge.png │ │ │ │ ├── Line_UniformToFill_MinHeightSmall.png │ │ │ │ ├── Line_UniformToFill_MinLarge.png │ │ │ │ ├── Line_UniformToFill_MinSmall.png │ │ │ │ ├── Line_UniformToFill_MinWidthLarge.png │ │ │ │ ├── Line_UniformToFill_MinWidthSmall.png │ │ │ │ ├── Line_UniformToFill_Unconstrained.png │ │ │ │ ├── Line_Uniform_FixedHeightLarge.png │ │ │ │ ├── Line_Uniform_FixedHeightSmall.png │ │ │ │ ├── Line_Uniform_FixedLarge.png │ │ │ │ ├── Line_Uniform_FixedSmall.png │ │ │ │ ├── Line_Uniform_FixedWidthLarge.png │ │ │ │ ├── Line_Uniform_FixedWidthSmall.png │ │ │ │ ├── Line_Uniform_MaxHeightLarge.png │ │ │ │ ├── Line_Uniform_MaxHeightSmall.png │ │ │ │ ├── Line_Uniform_MaxLarge.png │ │ │ │ ├── Line_Uniform_MaxSmall.png │ │ │ │ ├── Line_Uniform_MaxWidthLarge.png │ │ │ │ ├── Line_Uniform_MaxWidthSmall.png │ │ │ │ ├── Line_Uniform_MinHeightLarge.png │ │ │ │ ├── Line_Uniform_MinHeightSmall.png │ │ │ │ ├── Line_Uniform_MinLarge.png │ │ │ │ ├── Line_Uniform_MinSmall.png │ │ │ │ ├── Line_Uniform_MinWidthLarge.png │ │ │ │ ├── Line_Uniform_MinWidthSmall.png │ │ │ │ ├── Line_Uniform_Unconstrained.png │ │ │ │ ├── Path_Default_FixedHeightLarge.png │ │ │ │ ├── Path_Default_FixedHeightSmall.png │ │ │ │ ├── Path_Default_FixedLarge.png │ │ │ │ ├── Path_Default_FixedSmall.png │ │ │ │ ├── Path_Default_FixedWidthLarge.png │ │ │ │ ├── Path_Default_FixedWidthSmall.png │ │ │ │ ├── Path_Default_MaxHeightLarge.png │ │ │ │ ├── Path_Default_MaxHeightSmall.png │ │ │ │ ├── Path_Default_MaxLarge.png │ │ │ │ ├── Path_Default_MaxSmall.png │ │ │ │ ├── Path_Default_MaxWidthLarge.png │ │ │ │ ├── Path_Default_MaxWidthSmall.png │ │ │ │ ├── Path_Default_MinHeightLarge.png │ │ │ │ ├── Path_Default_MinHeightSmall.png │ │ │ │ ├── Path_Default_MinLarge.png │ │ │ │ ├── Path_Default_MinSmall.png │ │ │ │ ├── Path_Default_MinWidthLarge.png │ │ │ │ ├── Path_Default_MinWidthSmall.png │ │ │ │ ├── Path_Default_Unconstrained.png │ │ │ │ ├── Path_Fill_FixedHeightLarge.png │ │ │ │ ├── Path_Fill_FixedHeightSmall.png │ │ │ │ ├── Path_Fill_FixedLarge.png │ │ │ │ ├── Path_Fill_FixedSmall.png │ │ │ │ ├── Path_Fill_FixedWidthLarge.png │ │ │ │ ├── Path_Fill_FixedWidthSmall.png │ │ │ │ ├── Path_Fill_MaxHeightLarge.png │ │ │ │ ├── Path_Fill_MaxHeightSmall.png │ │ │ │ ├── Path_Fill_MaxLarge.png │ │ │ │ ├── Path_Fill_MaxSmall.png │ │ │ │ ├── Path_Fill_MaxWidthLarge.png │ │ │ │ ├── Path_Fill_MaxWidthSmall.png │ │ │ │ ├── Path_Fill_MinHeightLarge.png │ │ │ │ ├── Path_Fill_MinHeightSmall.png │ │ │ │ ├── Path_Fill_MinLarge.png │ │ │ │ ├── Path_Fill_MinSmall.png │ │ │ │ ├── Path_Fill_MinWidthLarge.png │ │ │ │ ├── Path_Fill_MinWidthSmall.png │ │ │ │ ├── Path_Fill_Unconstrained.png │ │ │ │ ├── Path_None_FixedHeightLarge.png │ │ │ │ ├── Path_None_FixedHeightSmall.png │ │ │ │ ├── Path_None_FixedLarge.png │ │ │ │ ├── Path_None_FixedSmall.png │ │ │ │ ├── Path_None_FixedWidthLarge.png │ │ │ │ ├── Path_None_FixedWidthSmall.png │ │ │ │ ├── Path_None_MaxHeightLarge.png │ │ │ │ ├── Path_None_MaxHeightSmall.png │ │ │ │ ├── Path_None_MaxLarge.png │ │ │ │ ├── Path_None_MaxSmall.png │ │ │ │ ├── Path_None_MaxWidthLarge.png │ │ │ │ ├── Path_None_MaxWidthSmall.png │ │ │ │ ├── Path_None_MinHeightLarge.png │ │ │ │ ├── Path_None_MinHeightSmall.png │ │ │ │ ├── Path_None_MinLarge.png │ │ │ │ ├── Path_None_MinSmall.png │ │ │ │ ├── Path_None_MinWidthLarge.png │ │ │ │ ├── Path_None_MinWidthSmall.png │ │ │ │ ├── Path_None_Unconstrained.png │ │ │ │ ├── Path_UniformToFill_FixedHeightLarge.png │ │ │ │ ├── Path_UniformToFill_FixedHeightSmall.png │ │ │ │ ├── Path_UniformToFill_FixedLarge.png │ │ │ │ ├── Path_UniformToFill_FixedSmall.png │ │ │ │ ├── Path_UniformToFill_FixedWidthLarge.png │ │ │ │ ├── Path_UniformToFill_FixedWidthSmall.png │ │ │ │ ├── Path_UniformToFill_MaxHeightLarge.png │ │ │ │ ├── Path_UniformToFill_MaxHeightSmall.png │ │ │ │ ├── Path_UniformToFill_MaxLarge.png │ │ │ │ ├── Path_UniformToFill_MaxSmall.png │ │ │ │ ├── Path_UniformToFill_MaxWidthLarge.png │ │ │ │ ├── Path_UniformToFill_MaxWidthSmall.png │ │ │ │ ├── Path_UniformToFill_MinHeightLarge.png │ │ │ │ ├── Path_UniformToFill_MinHeightSmall.png │ │ │ │ ├── Path_UniformToFill_MinLarge.png │ │ │ │ ├── Path_UniformToFill_MinSmall.png │ │ │ │ ├── Path_UniformToFill_MinWidthLarge.png │ │ │ │ ├── Path_UniformToFill_MinWidthSmall.png │ │ │ │ ├── Path_UniformToFill_Unconstrained.png │ │ │ │ ├── Path_Uniform_FixedHeightLarge.png │ │ │ │ ├── Path_Uniform_FixedHeightSmall.png │ │ │ │ ├── Path_Uniform_FixedLarge.png │ │ │ │ ├── Path_Uniform_FixedSmall.png │ │ │ │ ├── Path_Uniform_FixedWidthLarge.png │ │ │ │ ├── Path_Uniform_FixedWidthSmall.png │ │ │ │ ├── Path_Uniform_MaxHeightLarge.png │ │ │ │ ├── Path_Uniform_MaxHeightSmall.png │ │ │ │ ├── Path_Uniform_MaxLarge.png │ │ │ │ ├── Path_Uniform_MaxSmall.png │ │ │ │ ├── Path_Uniform_MaxWidthLarge.png │ │ │ │ ├── Path_Uniform_MaxWidthSmall.png │ │ │ │ ├── Path_Uniform_MinHeightLarge.png │ │ │ │ ├── Path_Uniform_MinHeightSmall.png │ │ │ │ ├── Path_Uniform_MinLarge.png │ │ │ │ ├── Path_Uniform_MinSmall.png │ │ │ │ ├── Path_Uniform_MinWidthLarge.png │ │ │ │ ├── Path_Uniform_MinWidthSmall.png │ │ │ │ ├── Path_Uniform_Unconstrained.png │ │ │ │ ├── Polygon_Default_FixedHeightLarge.png │ │ │ │ ├── Polygon_Default_FixedHeightSmall.png │ │ │ │ ├── Polygon_Default_FixedLarge.png │ │ │ │ ├── Polygon_Default_FixedSmall.png │ │ │ │ ├── Polygon_Default_FixedWidthLarge.png │ │ │ │ ├── Polygon_Default_FixedWidthSmall.png │ │ │ │ ├── Polygon_Default_MaxHeightLarge.png │ │ │ │ ├── Polygon_Default_MaxHeightSmall.png │ │ │ │ ├── Polygon_Default_MaxLarge.png │ │ │ │ ├── Polygon_Default_MaxSmall.png │ │ │ │ ├── Polygon_Default_MaxWidthLarge.png │ │ │ │ ├── Polygon_Default_MaxWidthSmall.png │ │ │ │ ├── Polygon_Default_MinHeightLarge.png │ │ │ │ ├── Polygon_Default_MinHeightSmall.png │ │ │ │ ├── Polygon_Default_MinLarge.png │ │ │ │ ├── Polygon_Default_MinSmall.png │ │ │ │ ├── Polygon_Default_MinWidthLarge.png │ │ │ │ ├── Polygon_Default_MinWidthSmall.png │ │ │ │ ├── Polygon_Default_Unconstrained.png │ │ │ │ ├── Polygon_Fill_FixedHeightLarge.png │ │ │ │ ├── Polygon_Fill_FixedHeightSmall.png │ │ │ │ ├── Polygon_Fill_FixedLarge.png │ │ │ │ ├── Polygon_Fill_FixedSmall.png │ │ │ │ ├── Polygon_Fill_FixedWidthLarge.png │ │ │ │ ├── Polygon_Fill_FixedWidthSmall.png │ │ │ │ ├── Polygon_Fill_MaxHeightLarge.png │ │ │ │ ├── Polygon_Fill_MaxHeightSmall.png │ │ │ │ ├── Polygon_Fill_MaxLarge.png │ │ │ │ ├── Polygon_Fill_MaxSmall.png │ │ │ │ ├── Polygon_Fill_MaxWidthLarge.png │ │ │ │ ├── Polygon_Fill_MaxWidthSmall.png │ │ │ │ ├── Polygon_Fill_MinHeightLarge.png │ │ │ │ ├── Polygon_Fill_MinHeightSmall.png │ │ │ │ ├── Polygon_Fill_MinLarge.png │ │ │ │ ├── Polygon_Fill_MinSmall.png │ │ │ │ ├── Polygon_Fill_MinWidthLarge.png │ │ │ │ ├── Polygon_Fill_MinWidthSmall.png │ │ │ │ ├── Polygon_Fill_Unconstrained.png │ │ │ │ ├── Polygon_None_FixedHeightLarge.png │ │ │ │ ├── Polygon_None_FixedHeightSmall.png │ │ │ │ ├── Polygon_None_FixedLarge.png │ │ │ │ ├── Polygon_None_FixedSmall.png │ │ │ │ ├── Polygon_None_FixedWidthLarge.png │ │ │ │ ├── Polygon_None_FixedWidthSmall.png │ │ │ │ ├── Polygon_None_MaxHeightLarge.png │ │ │ │ ├── Polygon_None_MaxHeightSmall.png │ │ │ │ ├── Polygon_None_MaxLarge.png │ │ │ │ ├── Polygon_None_MaxSmall.png │ │ │ │ ├── Polygon_None_MaxWidthLarge.png │ │ │ │ ├── Polygon_None_MaxWidthSmall.png │ │ │ │ ├── Polygon_None_MinHeightLarge.png │ │ │ │ ├── Polygon_None_MinHeightSmall.png │ │ │ │ ├── Polygon_None_MinLarge.png │ │ │ │ ├── Polygon_None_MinSmall.png │ │ │ │ ├── Polygon_None_MinWidthLarge.png │ │ │ │ ├── Polygon_None_MinWidthSmall.png │ │ │ │ ├── Polygon_None_Unconstrained.png │ │ │ │ ├── Polygon_UniformToFill_FixedHeightLarge.png │ │ │ │ ├── Polygon_UniformToFill_FixedHeightSmall.png │ │ │ │ ├── Polygon_UniformToFill_FixedLarge.png │ │ │ │ ├── Polygon_UniformToFill_FixedSmall.png │ │ │ │ ├── Polygon_UniformToFill_FixedWidthLarge.png │ │ │ │ ├── Polygon_UniformToFill_FixedWidthSmall.png │ │ │ │ ├── Polygon_UniformToFill_MaxHeightLarge.png │ │ │ │ ├── Polygon_UniformToFill_MaxHeightSmall.png │ │ │ │ ├── Polygon_UniformToFill_MaxLarge.png │ │ │ │ ├── Polygon_UniformToFill_MaxSmall.png │ │ │ │ ├── Polygon_UniformToFill_MaxWidthLarge.png │ │ │ │ ├── Polygon_UniformToFill_MaxWidthSmall.png │ │ │ │ ├── Polygon_UniformToFill_MinHeightLarge.png │ │ │ │ ├── Polygon_UniformToFill_MinHeightSmall.png │ │ │ │ ├── Polygon_UniformToFill_MinLarge.png │ │ │ │ ├── Polygon_UniformToFill_MinSmall.png │ │ │ │ ├── Polygon_UniformToFill_MinWidthLarge.png │ │ │ │ ├── Polygon_UniformToFill_MinWidthSmall.png │ │ │ │ ├── Polygon_UniformToFill_Unconstrained.png │ │ │ │ ├── Polygon_Uniform_FixedHeightLarge.png │ │ │ │ ├── Polygon_Uniform_FixedHeightSmall.png │ │ │ │ ├── Polygon_Uniform_FixedLarge.png │ │ │ │ ├── Polygon_Uniform_FixedSmall.png │ │ │ │ ├── Polygon_Uniform_FixedWidthLarge.png │ │ │ │ ├── Polygon_Uniform_FixedWidthSmall.png │ │ │ │ ├── Polygon_Uniform_MaxHeightLarge.png │ │ │ │ ├── Polygon_Uniform_MaxHeightSmall.png │ │ │ │ ├── Polygon_Uniform_MaxLarge.png │ │ │ │ ├── Polygon_Uniform_MaxSmall.png │ │ │ │ ├── Polygon_Uniform_MaxWidthLarge.png │ │ │ │ ├── Polygon_Uniform_MaxWidthSmall.png │ │ │ │ ├── Polygon_Uniform_MinHeightLarge.png │ │ │ │ ├── Polygon_Uniform_MinHeightSmall.png │ │ │ │ ├── Polygon_Uniform_MinLarge.png │ │ │ │ ├── Polygon_Uniform_MinSmall.png │ │ │ │ ├── Polygon_Uniform_MinWidthLarge.png │ │ │ │ ├── Polygon_Uniform_MinWidthSmall.png │ │ │ │ ├── Polygon_Uniform_Unconstrained.png │ │ │ │ ├── Polyline_Default_FixedHeightLarge.png │ │ │ │ ├── Polyline_Default_FixedHeightSmall.png │ │ │ │ ├── Polyline_Default_FixedLarge.png │ │ │ │ ├── Polyline_Default_FixedSmall.png │ │ │ │ ├── Polyline_Default_FixedWidthLarge.png │ │ │ │ ├── Polyline_Default_FixedWidthSmall.png │ │ │ │ ├── Polyline_Default_MaxHeightLarge.png │ │ │ │ ├── Polyline_Default_MaxHeightSmall.png │ │ │ │ ├── Polyline_Default_MaxLarge.png │ │ │ │ ├── Polyline_Default_MaxSmall.png │ │ │ │ ├── Polyline_Default_MaxWidthLarge.png │ │ │ │ ├── Polyline_Default_MaxWidthSmall.png │ │ │ │ ├── Polyline_Default_MinHeightLarge.png │ │ │ │ ├── Polyline_Default_MinHeightSmall.png │ │ │ │ ├── Polyline_Default_MinLarge.png │ │ │ │ ├── Polyline_Default_MinSmall.png │ │ │ │ ├── Polyline_Default_MinWidthLarge.png │ │ │ │ ├── Polyline_Default_MinWidthSmall.png │ │ │ │ ├── Polyline_Default_Unconstrained.png │ │ │ │ ├── Polyline_Fill_FixedHeightLarge.png │ │ │ │ ├── Polyline_Fill_FixedHeightSmall.png │ │ │ │ ├── Polyline_Fill_FixedLarge.png │ │ │ │ ├── Polyline_Fill_FixedSmall.png │ │ │ │ ├── Polyline_Fill_FixedWidthLarge.png │ │ │ │ ├── Polyline_Fill_FixedWidthSmall.png │ │ │ │ ├── Polyline_Fill_MaxHeightLarge.png │ │ │ │ ├── Polyline_Fill_MaxHeightSmall.png │ │ │ │ ├── Polyline_Fill_MaxLarge.png │ │ │ │ ├── Polyline_Fill_MaxSmall.png │ │ │ │ ├── Polyline_Fill_MaxWidthLarge.png │ │ │ │ ├── Polyline_Fill_MaxWidthSmall.png │ │ │ │ ├── Polyline_Fill_MinHeightLarge.png │ │ │ │ ├── Polyline_Fill_MinHeightSmall.png │ │ │ │ ├── Polyline_Fill_MinLarge.png │ │ │ │ ├── Polyline_Fill_MinSmall.png │ │ │ │ ├── Polyline_Fill_MinWidthLarge.png │ │ │ │ ├── Polyline_Fill_MinWidthSmall.png │ │ │ │ ├── Polyline_Fill_Unconstrained.png │ │ │ │ ├── Polyline_None_FixedHeightLarge.png │ │ │ │ ├── Polyline_None_FixedHeightSmall.png │ │ │ │ ├── Polyline_None_FixedLarge.png │ │ │ │ ├── Polyline_None_FixedSmall.png │ │ │ │ ├── Polyline_None_FixedWidthLarge.png │ │ │ │ ├── Polyline_None_FixedWidthSmall.png │ │ │ │ ├── Polyline_None_MaxHeightLarge.png │ │ │ │ ├── Polyline_None_MaxHeightSmall.png │ │ │ │ ├── Polyline_None_MaxLarge.png │ │ │ │ ├── Polyline_None_MaxSmall.png │ │ │ │ ├── Polyline_None_MaxWidthLarge.png │ │ │ │ ├── Polyline_None_MaxWidthSmall.png │ │ │ │ ├── Polyline_None_MinHeightLarge.png │ │ │ │ ├── Polyline_None_MinHeightSmall.png │ │ │ │ ├── Polyline_None_MinLarge.png │ │ │ │ ├── Polyline_None_MinSmall.png │ │ │ │ ├── Polyline_None_MinWidthLarge.png │ │ │ │ ├── Polyline_None_MinWidthSmall.png │ │ │ │ ├── Polyline_None_Unconstrained.png │ │ │ │ ├── Polyline_UniformToFill_FixedHeightLarge.png │ │ │ │ ├── Polyline_UniformToFill_FixedHeightSmall.png │ │ │ │ ├── Polyline_UniformToFill_FixedLarge.png │ │ │ │ ├── Polyline_UniformToFill_FixedSmall.png │ │ │ │ ├── Polyline_UniformToFill_FixedWidthLarge.png │ │ │ │ ├── Polyline_UniformToFill_FixedWidthSmall.png │ │ │ │ ├── Polyline_UniformToFill_MaxHeightLarge.png │ │ │ │ ├── Polyline_UniformToFill_MaxHeightSmall.png │ │ │ │ ├── Polyline_UniformToFill_MaxLarge.png │ │ │ │ ├── Polyline_UniformToFill_MaxSmall.png │ │ │ │ ├── Polyline_UniformToFill_MaxWidthLarge.png │ │ │ │ ├── Polyline_UniformToFill_MaxWidthSmall.png │ │ │ │ ├── Polyline_UniformToFill_MinHeightLarge.png │ │ │ │ ├── Polyline_UniformToFill_MinHeightSmall.png │ │ │ │ ├── Polyline_UniformToFill_MinLarge.png │ │ │ │ ├── Polyline_UniformToFill_MinSmall.png │ │ │ │ ├── Polyline_UniformToFill_MinWidthLarge.png │ │ │ │ ├── Polyline_UniformToFill_MinWidthSmall.png │ │ │ │ ├── Polyline_UniformToFill_Unconstrained.png │ │ │ │ ├── Polyline_Uniform_FixedHeightLarge.png │ │ │ │ ├── Polyline_Uniform_FixedHeightSmall.png │ │ │ │ ├── Polyline_Uniform_FixedLarge.png │ │ │ │ ├── Polyline_Uniform_FixedSmall.png │ │ │ │ ├── Polyline_Uniform_FixedWidthLarge.png │ │ │ │ ├── Polyline_Uniform_FixedWidthSmall.png │ │ │ │ ├── Polyline_Uniform_MaxHeightLarge.png │ │ │ │ ├── Polyline_Uniform_MaxHeightSmall.png │ │ │ │ ├── Polyline_Uniform_MaxLarge.png │ │ │ │ ├── Polyline_Uniform_MaxSmall.png │ │ │ │ ├── Polyline_Uniform_MaxWidthLarge.png │ │ │ │ ├── Polyline_Uniform_MaxWidthSmall.png │ │ │ │ ├── Polyline_Uniform_MinHeightLarge.png │ │ │ │ ├── Polyline_Uniform_MinHeightSmall.png │ │ │ │ ├── Polyline_Uniform_MinLarge.png │ │ │ │ ├── Polyline_Uniform_MinSmall.png │ │ │ │ ├── Polyline_Uniform_MinWidthLarge.png │ │ │ │ ├── Polyline_Uniform_MinWidthSmall.png │ │ │ │ ├── Polyline_Uniform_Unconstrained.png │ │ │ │ ├── Rectangle_Default_FixedHeightLarge.png │ │ │ │ ├── Rectangle_Default_FixedHeightSmall.png │ │ │ │ ├── Rectangle_Default_FixedLarge.png │ │ │ │ ├── Rectangle_Default_FixedSmall.png │ │ │ │ ├── Rectangle_Default_FixedWidthLarge.png │ │ │ │ ├── Rectangle_Default_FixedWidthSmall.png │ │ │ │ ├── Rectangle_Default_MaxHeightLarge.png │ │ │ │ ├── Rectangle_Default_MaxHeightSmall.png │ │ │ │ ├── Rectangle_Default_MaxLarge.png │ │ │ │ ├── Rectangle_Default_MaxSmall.png │ │ │ │ ├── Rectangle_Default_MaxWidthLarge.png │ │ │ │ ├── Rectangle_Default_MaxWidthSmall.png │ │ │ │ ├── Rectangle_Default_MinHeightLarge.png │ │ │ │ ├── Rectangle_Default_MinHeightSmall.png │ │ │ │ ├── Rectangle_Default_MinLarge.png │ │ │ │ ├── Rectangle_Default_MinSmall.png │ │ │ │ ├── Rectangle_Default_MinWidthLarge.png │ │ │ │ ├── Rectangle_Default_MinWidthSmall.png │ │ │ │ ├── Rectangle_Default_Unconstrained.png │ │ │ │ ├── Rectangle_Fill_FixedHeightLarge.png │ │ │ │ ├── Rectangle_Fill_FixedHeightSmall.png │ │ │ │ ├── Rectangle_Fill_FixedLarge.png │ │ │ │ ├── Rectangle_Fill_FixedSmall.png │ │ │ │ ├── Rectangle_Fill_FixedWidthLarge.png │ │ │ │ ├── Rectangle_Fill_FixedWidthSmall.png │ │ │ │ ├── Rectangle_Fill_MaxHeightLarge.png │ │ │ │ ├── Rectangle_Fill_MaxHeightSmall.png │ │ │ │ ├── Rectangle_Fill_MaxLarge.png │ │ │ │ ├── Rectangle_Fill_MaxSmall.png │ │ │ │ ├── Rectangle_Fill_MaxWidthLarge.png │ │ │ │ ├── Rectangle_Fill_MaxWidthSmall.png │ │ │ │ ├── Rectangle_Fill_MinHeightLarge.png │ │ │ │ ├── Rectangle_Fill_MinHeightSmall.png │ │ │ │ ├── Rectangle_Fill_MinLarge.png │ │ │ │ ├── Rectangle_Fill_MinSmall.png │ │ │ │ ├── Rectangle_Fill_MinWidthLarge.png │ │ │ │ ├── Rectangle_Fill_MinWidthSmall.png │ │ │ │ ├── Rectangle_Fill_Unconstrained.png │ │ │ │ ├── Rectangle_None_FixedHeightLarge.png │ │ │ │ ├── Rectangle_None_FixedHeightSmall.png │ │ │ │ ├── Rectangle_None_FixedLarge.png │ │ │ │ ├── Rectangle_None_FixedSmall.png │ │ │ │ ├── Rectangle_None_FixedWidthLarge.png │ │ │ │ ├── Rectangle_None_FixedWidthSmall.png │ │ │ │ ├── Rectangle_None_MaxHeightLarge.png │ │ │ │ ├── Rectangle_None_MaxHeightSmall.png │ │ │ │ ├── Rectangle_None_MaxLarge.png │ │ │ │ ├── Rectangle_None_MaxSmall.png │ │ │ │ ├── Rectangle_None_MaxWidthLarge.png │ │ │ │ ├── Rectangle_None_MaxWidthSmall.png │ │ │ │ ├── Rectangle_None_MinHeightLarge.png │ │ │ │ ├── Rectangle_None_MinHeightSmall.png │ │ │ │ ├── Rectangle_None_MinLarge.png │ │ │ │ ├── Rectangle_None_MinSmall.png │ │ │ │ ├── Rectangle_None_MinWidthLarge.png │ │ │ │ ├── Rectangle_None_MinWidthSmall.png │ │ │ │ ├── Rectangle_None_Unconstrained.png │ │ │ │ ├── Rectangle_UniformToFill_FixedHeightLarge.png │ │ │ │ ├── Rectangle_UniformToFill_FixedHeightSmall.png │ │ │ │ ├── Rectangle_UniformToFill_FixedLarge.png │ │ │ │ ├── Rectangle_UniformToFill_FixedSmall.png │ │ │ │ ├── Rectangle_UniformToFill_FixedWidthLarge.png │ │ │ │ ├── Rectangle_UniformToFill_FixedWidthSmall.png │ │ │ │ ├── Rectangle_UniformToFill_MaxHeightLarge.png │ │ │ │ ├── Rectangle_UniformToFill_MaxHeightSmall.png │ │ │ │ ├── Rectangle_UniformToFill_MaxLarge.png │ │ │ │ ├── Rectangle_UniformToFill_MaxSmall.png │ │ │ │ ├── Rectangle_UniformToFill_MaxWidthLarge.png │ │ │ │ ├── Rectangle_UniformToFill_MaxWidthSmall.png │ │ │ │ ├── Rectangle_UniformToFill_MinHeightLarge.png │ │ │ │ ├── Rectangle_UniformToFill_MinHeightSmall.png │ │ │ │ ├── Rectangle_UniformToFill_MinLarge.png │ │ │ │ ├── Rectangle_UniformToFill_MinSmall.png │ │ │ │ ├── Rectangle_UniformToFill_MinWidthLarge.png │ │ │ │ ├── Rectangle_UniformToFill_MinWidthSmall.png │ │ │ │ ├── Rectangle_UniformToFill_Unconstrained.png │ │ │ │ ├── Rectangle_Uniform_FixedHeightLarge.png │ │ │ │ ├── Rectangle_Uniform_FixedHeightSmall.png │ │ │ │ ├── Rectangle_Uniform_FixedLarge.png │ │ │ │ ├── Rectangle_Uniform_FixedSmall.png │ │ │ │ ├── Rectangle_Uniform_FixedWidthLarge.png │ │ │ │ ├── Rectangle_Uniform_FixedWidthSmall.png │ │ │ │ ├── Rectangle_Uniform_MaxHeightLarge.png │ │ │ │ ├── Rectangle_Uniform_MaxHeightSmall.png │ │ │ │ ├── Rectangle_Uniform_MaxLarge.png │ │ │ │ ├── Rectangle_Uniform_MaxSmall.png │ │ │ │ ├── Rectangle_Uniform_MaxWidthLarge.png │ │ │ │ ├── Rectangle_Uniform_MaxWidthSmall.png │ │ │ │ ├── Rectangle_Uniform_MinHeightLarge.png │ │ │ │ ├── Rectangle_Uniform_MinHeightSmall.png │ │ │ │ ├── Rectangle_Uniform_MinLarge.png │ │ │ │ ├── Rectangle_Uniform_MinSmall.png │ │ │ │ ├── Rectangle_Uniform_MinWidthLarge.png │ │ │ │ ├── Rectangle_Uniform_MinWidthSmall.png │ │ │ │ └── Rectangle_Uniform_Unconstrained.png │ │ │ ├── Mesaure_Tests.cs │ │ │ ├── Path_Tests.cs │ │ │ ├── Rectangle_Rounding.cs │ │ │ ├── Shapes_Tests.ClearData.cs │ │ │ └── Shapes_Tests.cs │ │ └── _Utils │ │ │ └── ColorCodeParser.cs │ ├── SamplesApp.UnitTests.Shared │ │ ├── Controls │ │ │ ├── UITests │ │ │ │ ├── Presentation │ │ │ │ │ ├── SampleChooserViewMode.Commands.cs │ │ │ │ │ ├── SampleChooserViewMode.Properties.cs │ │ │ │ │ ├── SampleChooserViewModel.Android.cs │ │ │ │ │ ├── SampleChooserViewModel.UIKit.cs │ │ │ │ │ ├── SampleChooserViewModel.Uwa.cs │ │ │ │ │ ├── SampleChooserViewModel.cs │ │ │ │ │ ├── SampleChooserViewModel.iOS.cs │ │ │ │ │ ├── SampleChooserViewModel.skia.cs │ │ │ │ │ └── SampleChooserViewModel.wasm.cs │ │ │ │ └── Views │ │ │ │ │ ├── Behaviors │ │ │ │ │ ├── ListViewBaseCommand.cs │ │ │ │ │ ├── SplitViewBehavior.cs │ │ │ │ │ └── WebViewBehavior.cs │ │ │ │ │ ├── Controls │ │ │ │ │ ├── PathControl.cs │ │ │ │ │ ├── SampleChooserCategory.cs │ │ │ │ │ ├── SampleChooserContent.cs │ │ │ │ │ ├── SampleChooserControl.xaml │ │ │ │ │ ├── SampleChooserControl.xaml.cs │ │ │ │ │ ├── SampleControl.cs │ │ │ │ │ ├── SampleControlInfoAttribute.cs │ │ │ │ │ ├── SampleInfoControl.xaml │ │ │ │ │ ├── SampleInfoControl.xaml.cs │ │ │ │ │ └── StarStackPanel.cs │ │ │ │ │ ├── Converters │ │ │ │ │ ├── FromBoolToBrushConverter.cs │ │ │ │ │ ├── FromBoolToObjectConverter.Generic.cs │ │ │ │ │ ├── FromBoolToObjectConverter.cs │ │ │ │ │ ├── FromNullableBoolToDefaultValueConverter.cs │ │ │ │ │ ├── FromNullableBoolToReverseBoolConverter.cs │ │ │ │ │ ├── FromNullableBoolToVisibilityConverter.cs │ │ │ │ │ ├── FromNullableToDefaultValueConverter.cs │ │ │ │ │ ├── StringEmptyToVisibilityConverter.cs │ │ │ │ │ └── StringFormatConverter.cs │ │ │ │ │ ├── Entities │ │ │ │ │ ├── SampleSearchResult.cs │ │ │ │ │ └── Section.cs │ │ │ │ │ ├── Extensions │ │ │ │ │ └── InputPanelExtensions.PanIntoView.cs │ │ │ │ │ ├── Helper │ │ │ │ │ ├── ContentNavigationBehavior.cs │ │ │ │ │ ├── DelegateCommand.T.cs │ │ │ │ │ ├── DelegateCommand.cs │ │ │ │ │ ├── GridLengthHelper2.cs │ │ │ │ │ ├── PropertyMetadataHelper.cs │ │ │ │ │ ├── SampleHelper.cs │ │ │ │ │ └── ThicknessHelper2.cs │ │ │ │ │ └── Styles │ │ │ │ │ ├── Application │ │ │ │ │ ├── Colors.xaml │ │ │ │ │ ├── Converters.xaml │ │ │ │ │ └── _Application.xaml │ │ │ │ │ ├── Controls │ │ │ │ │ ├── Button.xaml │ │ │ │ │ ├── ListView.xaml │ │ │ │ │ ├── ListViewItem.xaml │ │ │ │ │ ├── Path.xaml │ │ │ │ │ ├── RadioButton.xaml │ │ │ │ │ ├── TextBlock.xaml │ │ │ │ │ ├── TextBox.xaml │ │ │ │ │ ├── ToggleButton.xaml │ │ │ │ │ └── _Controls.xaml │ │ │ │ │ └── SampleControl.xaml │ │ │ └── UnitTest │ │ │ │ ├── IsExternalInit.cs │ │ │ │ ├── TestCase.cs │ │ │ │ ├── TestCaseResult.cs │ │ │ │ ├── TestResult.cs │ │ │ │ ├── TestRun.cs │ │ │ │ ├── UnitTestClassInfo.cs │ │ │ │ ├── UnitTestEngineConfig.cs │ │ │ │ ├── UnitTestMethodInfo.cs │ │ │ │ ├── UnitTestsControl.CustomConsoleOutput.cs │ │ │ │ ├── UnitTestsControl.cs │ │ │ │ └── UnitTestsControl.xaml │ │ ├── SamplesApp.UnitTests.Shared.projitems │ │ ├── SamplesApp.UnitTests.Shared.shproj │ │ └── SamplesApp.UnitTests.targets │ ├── SamplesApp.Wasm.UITests │ │ ├── SamplesApp.Wasm.UITests.njsproj │ │ ├── TestRunner.js │ │ ├── TestRunner.js.map │ │ ├── TestRunner.ts │ │ ├── aotTests.png │ │ ├── app.js │ │ ├── app.js.map │ │ ├── app.ts │ │ ├── dist │ │ │ └── Properties │ │ │ │ └── launchSettings.json │ │ ├── example.png │ │ ├── package-lock.json │ │ ├── package.json │ │ └── tsconfig.json │ ├── SamplesApp.Wasm │ │ ├── Fonts │ │ │ └── uno-fluentui-assets.woff2 │ │ ├── LinkerConfig.xml │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── launchSettings.json │ │ ├── SamplesApp.Wasm.csproj │ │ ├── WasmCSS │ │ │ └── Fonts.css │ │ ├── WasmScripts │ │ │ ├── AppManifest.js │ │ │ └── TestRunner.js │ │ └── wwwroot │ │ │ ├── authentication │ │ │ └── login-callback.htm │ │ │ ├── favicon.ico │ │ │ └── web.config │ ├── SamplesApp.Windows │ │ ├── Assets │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ ├── StoreLogo.png │ │ │ └── Wide310x150Logo.scale-200.png │ │ ├── GlobalUsings.cs │ │ ├── Package.appxmanifest │ │ ├── Properties │ │ │ ├── PublishProfiles │ │ │ │ ├── win-arm64.pubxml │ │ │ │ ├── win-x64.pubxml │ │ │ │ └── win-x86.pubxml │ │ │ └── launchSettings.json │ │ ├── SamplesApp.Windows.csproj │ │ └── app.manifest │ ├── SamplesApp.netcoremobile │ │ ├── Android │ │ │ ├── AndroidManifest.xml │ │ │ ├── AssemblyInfo.Android.cs │ │ │ ├── Assets │ │ │ │ └── Fonts │ │ │ │ │ └── SymbolsRuntimeTest02.ttf │ │ │ ├── Main.Android.cs │ │ │ ├── MainActivity.Android.cs │ │ │ ├── Resources │ │ │ │ ├── AboutResources.txt │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ └── banner.png │ │ │ │ ├── drawable │ │ │ │ │ ├── Icon.png │ │ │ │ │ └── splash.png │ │ │ │ └── values │ │ │ │ │ ├── Strings.xml │ │ │ │ │ └── Styles.xml │ │ │ └── environment.conf │ │ ├── Assets │ │ │ ├── AboutAssets.txt │ │ │ ├── Icons │ │ │ │ ├── icon.svg │ │ │ │ └── icon_foreground.svg │ │ │ ├── Lottie │ │ │ │ ├── 4770-lady-and-dove.json │ │ │ │ ├── 4930-checkbox-animation.json │ │ │ │ ├── LightBulb.json │ │ │ │ ├── lottie-logo.json │ │ │ │ └── uno.json │ │ │ ├── Splash │ │ │ │ └── splash_screen.svg │ │ │ └── sound.mp3 │ │ ├── MacCatalyst │ │ │ ├── Entitlements.plist │ │ │ ├── Info.plist │ │ │ ├── Main.MacCatalyst.cs │ │ │ └── Media.xcassets │ │ │ │ └── LaunchImages.launchimage │ │ │ │ └── Contents.json │ │ ├── SamplesApp.netcoremobile.csproj │ │ └── iOS │ │ │ ├── Entitlements.plist │ │ │ ├── Info.plist │ │ │ ├── Main.iOS.cs │ │ │ └── Media.xcassets │ │ │ └── LaunchImages.launchimage │ │ │ └── Contents.json │ ├── UITests.Shared │ │ ├── Asset_GetFileFromApplicationUriAsync.xml │ │ ├── Assets │ │ │ ├── 0_leading_number_asset.png │ │ │ ├── AcrylicBrush.png │ │ │ ├── Animations.png │ │ │ ├── Animations │ │ │ │ ├── acrobat.json │ │ │ │ ├── custom-determinate.json │ │ │ │ ├── custom-indeterminate.json │ │ │ │ └── squirrel.json │ │ │ ├── AppIcon.png │ │ │ ├── AppLogo.png │ │ │ ├── AppLogoSmall.png │ │ │ ├── Asset_GetFileFromApplicationUriAsync_Nested.xml │ │ │ ├── AutoSave.png │ │ │ ├── AutoSuggestBox.png │ │ │ ├── BlueSquare.png │ │ │ ├── Button.png │ │ │ ├── CalendarDatePicker.png │ │ │ ├── CalendarView.png │ │ │ ├── CheckBox.png │ │ │ ├── ColorPicker.png │ │ │ ├── ComboBox.png │ │ │ ├── CommandBarFlyout.png │ │ │ ├── CompactSizing.png │ │ │ ├── DatePicker.png │ │ │ ├── DefaultIcon.png │ │ │ ├── Diagnostics │ │ │ │ ├── avatar.png │ │ │ │ ├── exclamation.png │ │ │ │ └── movie_type_dbox.png │ │ │ ├── DropdownButton.png │ │ │ ├── FlipView.png │ │ │ ├── Fonts │ │ │ │ ├── CascadiaCode-Regular.ttf │ │ │ │ ├── Even Badder Mofo.ttf │ │ │ │ ├── FamilyGuy-4grW.ttf │ │ │ │ ├── Nillambari-K7y1W.ttf │ │ │ │ ├── OpenSans │ │ │ │ │ ├── OpenSans-Bold.ttf │ │ │ │ │ ├── OpenSans-Regular.ttf │ │ │ │ │ ├── OpenSans.ttf │ │ │ │ │ ├── OpenSans.ttf.manifest │ │ │ │ │ ├── OpenSans_Condensed-MediumItalic.ttf │ │ │ │ │ ├── OpenSans_SemiCondensed-Regular.ttf │ │ │ │ │ └── OpenSans_SemiCondensed-SemiBold.ttf │ │ │ │ ├── Renaiss-Italic.ttf │ │ │ │ └── RoteFlora.ttf │ │ │ ├── Formats │ │ │ │ ├── animated.gif │ │ │ │ ├── apple.svg │ │ │ │ ├── bookstack.svg │ │ │ │ ├── chef.svg │ │ │ │ ├── couch.svg │ │ │ │ ├── czcalendar.svg │ │ │ │ ├── heart.svg │ │ │ │ ├── heliocentric.svg │ │ │ │ ├── home.svg │ │ │ │ ├── roadcrossing.svg │ │ │ │ ├── uno-overalls.bmp │ │ │ │ ├── uno-overalls.gif │ │ │ │ ├── uno-overalls.heic │ │ │ │ ├── uno-overalls.jpg │ │ │ │ ├── uno-overalls.pdf │ │ │ │ ├── uno-overalls.png │ │ │ │ ├── uno-overalls.svg │ │ │ │ └── uno-overalls.webp │ │ │ ├── Icons │ │ │ │ ├── menu.png │ │ │ │ ├── search.png │ │ │ │ ├── star_empty.png │ │ │ │ └── star_full.png │ │ │ ├── InvalidImage.jpg │ │ │ ├── LargeWisteria.jpg │ │ │ ├── LightMap.png │ │ │ ├── ListView.png │ │ │ ├── MakeButton.png │ │ │ ├── MenuBar.png │ │ │ ├── MenuFlyout.png │ │ │ ├── NavigationView.png │ │ │ ├── ParallaxView.png │ │ │ ├── PersonPicture.png │ │ │ ├── Pivot.png │ │ │ ├── PullToRefresh.png │ │ │ ├── RadioButton.png │ │ │ ├── RatingControl.png │ │ │ ├── RedSquare.png │ │ │ ├── RemoteFonts │ │ │ │ ├── GALACTIC VANGUARDIAN NCV.woff │ │ │ │ ├── antikythera.woff │ │ │ │ ├── antikytheraoutline.woff │ │ │ │ └── antikytheraoutlineital.woff │ │ │ ├── ResizedLargeWisteria.png │ │ │ ├── Reveal.png │ │ │ ├── SMPTE_WallpaperHD.png │ │ │ ├── ScrollViewer.png │ │ │ ├── Slices.png │ │ │ ├── Slider.png │ │ │ ├── SplitButton.png │ │ │ ├── SplitView.png │ │ │ ├── Swipe.png │ │ │ ├── TeachingTip.png │ │ │ ├── Thumbnails │ │ │ │ └── Getting_Started_with_Uno_Platform_for_Figma.png │ │ │ ├── TimePicker.png │ │ │ ├── ToolTip.png │ │ │ ├── TreeView.png │ │ │ ├── Uno200x200.png │ │ │ ├── Uno50x50.png │ │ │ ├── UnoGalleryLogo_Dark.scale-100.png │ │ │ ├── UnoGalleryLogo_Light.scale-100.png │ │ │ ├── Videos │ │ │ │ └── Getting_Started_with_Uno_Platform_for_Figma.mp4 │ │ │ ├── When_RadialGradientBrush_Circle_With_Equal_Center_And_Origin_Expected.png │ │ │ ├── When_RadialGradientBrush_Circle_With_Non_Equal_Center_And_Origin_Expected.png │ │ │ ├── When_RadialGradientBrush_Ellipse_With_Equal_Center_And_Origin_Expected.png │ │ │ ├── When_RadialGradientBrush_Ellipse_With_Non_Equal_Center_And_Origin_Expected.png │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_1.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_10.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_100.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_101.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_102.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_103.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_104.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_105.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_106.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_107.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_108.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_109.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_11.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_110.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_111.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_112.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_113.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_114.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_115.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_116.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_117.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_118.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_119.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_12.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_120.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_121.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_122.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_123.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_124.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_125.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_126.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_127.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_128.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_129.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_13.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_130.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_131.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_132.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_133.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_134.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_135.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_136.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_137.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_138.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_139.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_14.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_140.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_141.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_142.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_143.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_144.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_15.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_16.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_17.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_18.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_19.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_2.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_20.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_21.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_22.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_23.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_24.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_25.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_26.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_27.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_28.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_29.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_3.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_30.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_31.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_32.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_33.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_34.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_35.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_36.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_37.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_38.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_39.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_4.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_40.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_41.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_42.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_43.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_44.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_45.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_46.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_47.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_48.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_49.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_5.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_50.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_51.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_52.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_53.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_54.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_55.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_56.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_57.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_58.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_59.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_6.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_60.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_61.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_62.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_63.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_64.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_65.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_66.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_67.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_68.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_69.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_7.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_70.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_71.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_72.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_73.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_74.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_75.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_76.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_77.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_78.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_79.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_8.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_80.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_81.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_82.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_83.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_84.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_85.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_86.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_87.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_88.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_89.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_9.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_90.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_91.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_92.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_93.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_94.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_95.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_96.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_97.png │ │ │ │ ├── When_ShapeVisual_ViewBox_Shape_Combinations_98.png │ │ │ │ └── When_ShapeVisual_ViewBox_Shape_Combinations_99.png │ │ │ ├── WinUI.png │ │ │ ├── asset-with-dashes.png │ │ │ ├── bluecrystal.ico │ │ │ ├── cart.png │ │ │ ├── check.png │ │ │ ├── closeIcon.png │ │ │ ├── colored-ellipse.jpg │ │ │ ├── colors300-transitive.png │ │ │ ├── colors300.png │ │ │ ├── filter.png │ │ │ ├── icon.png │ │ │ ├── image.png │ │ │ ├── ingredient1.png │ │ │ ├── ingredient2.png │ │ │ ├── ingredient3.png │ │ │ ├── ingredient4.png │ │ │ ├── ingredient5.png │ │ │ ├── ingredient6.png │ │ │ ├── ingredient7.png │ │ │ ├── ingredient8.png │ │ │ ├── libre-camera-panorama.svg │ │ │ ├── menu.png │ │ │ ├── mslug.png │ │ │ ├── my500x200.jpg │ │ │ ├── placeholder.png │ │ │ ├── rating_disabled.png │ │ │ ├── rating_disabled_hc.png │ │ │ ├── rating_mouseoverplaceholder.png │ │ │ ├── rating_mouseoverplaceholder_hc.png │ │ │ ├── rating_mouseoverset.png │ │ │ ├── rating_mouseoverset_hc.png │ │ │ ├── rating_placeholder _hc.png │ │ │ ├── rating_placeholder.png │ │ │ ├── rating_set.png │ │ │ ├── rating_set_hc.png │ │ │ ├── rating_unset.png │ │ │ ├── rating_unset_hc.png │ │ │ ├── rect.png │ │ │ ├── scale-test.png │ │ │ ├── scale-test.scale-100.png │ │ │ ├── scale-test.scale-200.png │ │ │ ├── scale-test.scale-300.png │ │ │ ├── scale-test.scale-400.png │ │ │ ├── search.png │ │ │ ├── square100.png │ │ │ ├── star_empty.png │ │ │ ├── star_full.png │ │ │ ├── test_image_100_100.png │ │ │ ├── test_image_100_150.png │ │ │ ├── test_image_1252_836.png │ │ │ ├── test_image_125_125.png │ │ │ ├── test_image_150_100.png │ │ │ ├── test_image_200_200.png │ │ │ ├── test_image_200_300.png │ │ │ ├── test_image_250_250.png │ │ │ ├── test_image_300_200.png │ │ │ ├── test_image_836_1252.png │ │ │ ├── testimage_exif_rotated.jpg │ │ │ ├── testimage_exif_rotated_different_dimensions.jpg │ │ │ ├── theme-dark │ │ │ │ └── ThemeTestImage.png │ │ │ ├── theme-light │ │ │ │ └── ThemeTestImage.png │ │ │ ├── when_alpha_blending.png │ │ │ ├── wpfembedding.png │ │ │ └── x11embedding.png │ │ ├── EmbeddedResources │ │ │ ├── LockScreen.png │ │ │ ├── MsAppDataUriTest.png │ │ │ └── Wallpaper.png │ │ ├── Helpers │ │ │ ├── BindableBase.cs │ │ │ ├── IWaitableSample.cs │ │ │ ├── RectCloseComparer.cs │ │ │ ├── SkiaSamplesAppHelper.cs │ │ │ ├── UWPViewHelper.cs │ │ │ ├── ViewModelBase.cs │ │ │ └── WaitableSampleImageHelpers.cs │ │ ├── ItemExclusions.props │ │ ├── Lottie │ │ │ ├── 4770-lady-and-dove.json │ │ │ ├── 4930-checkbox-animation.json │ │ │ ├── LightBulb.json │ │ │ ├── LottieEmbeddedJson.xaml │ │ │ ├── LottieEmbeddedJson.xaml.cs │ │ │ ├── LottieProgressPage.xaml │ │ │ ├── LottieProgressPage.xaml.cs │ │ │ ├── SampleLottieAnimation.xaml │ │ │ ├── SampleLottieAnimation.xaml.cs │ │ │ ├── loading.json │ │ │ ├── lottie-logo.json │ │ │ └── uno.json │ │ ├── MessageDialogTests │ │ │ ├── MessageDialogTest.xaml │ │ │ └── MessageDialogTest.xaml.cs │ │ ├── Microsoft_UI │ │ │ ├── ColorHelperTests.xaml │ │ │ └── ColorHelperTests.xaml.cs │ │ ├── Microsoft_UI_Windowing │ │ │ ├── AppWindowClosing.xaml │ │ │ ├── AppWindowClosing.xaml.cs │ │ │ ├── AppWindowFeatures.xaml │ │ │ ├── AppWindowFeatures.xaml.cs │ │ │ ├── AppWindowPositionAndSize.xaml │ │ │ ├── AppWindowPositionAndSize.xaml.cs │ │ │ ├── AppWindowPresenters.xaml │ │ │ ├── AppWindowPresenters.xaml.cs │ │ │ ├── AppWindowTitleBarProperties.xaml │ │ │ ├── AppWindowTitleBarProperties.xaml.cs │ │ │ ├── CustomTitleBarWindow.xaml │ │ │ ├── CustomTitleBarWindow.xaml.cs │ │ │ ├── CustomTitleBar_Tests.xaml │ │ │ ├── CustomTitleBar_Tests.xaml.cs │ │ │ ├── DraggableRegionWindow.xaml │ │ │ ├── DraggableRegionWindow.xaml.cs │ │ │ ├── ExtendContentIntoTitleBarWindow.xaml │ │ │ ├── ExtendContentIntoTitleBarWindow.xaml.cs │ │ │ ├── OverlappedPresenterTests.xaml │ │ │ ├── OverlappedPresenterTests.xaml.cs │ │ │ ├── SingleWindowClose.xaml │ │ │ ├── SingleWindowClose.xaml.cs │ │ │ ├── TitleBarAndBorder.xaml │ │ │ ├── TitleBarAndBorder.xaml.cs │ │ │ ├── TitleBarAndBorderViewModel.cs │ │ │ ├── TitleBar_SetDragRectangles.xaml │ │ │ └── TitleBar_SetDragRectangles.xaml.cs │ │ ├── Microsoft_UI_Xaml_Controls │ │ │ ├── AnimatedIconTests │ │ │ │ ├── AnimatedIconPage.xaml │ │ │ │ └── AnimatedIconPage.xaml.cs │ │ │ ├── BreadcrumbTests │ │ │ │ ├── BreadcrumbBarPage.xaml │ │ │ │ ├── BreadcrumbBarPage.xaml.cs │ │ │ │ └── TreeStructure.cs │ │ │ ├── ColorPickerTests │ │ │ │ ├── ColorPickerSample.xaml │ │ │ │ ├── ColorPickerSample.xaml.cs │ │ │ │ ├── WinUIColorPickerPage.xaml │ │ │ │ └── WinUIColorPickerPage.xaml.cs │ │ │ ├── CommandBarFlyoutTests │ │ │ │ ├── CommandBarFlyoutMainPage.xaml │ │ │ │ ├── CommandBarFlyoutMainPage.xaml.cs │ │ │ │ ├── CommandBarFlyoutPage.xaml │ │ │ │ ├── CommandBarFlyoutPage.xaml.cs │ │ │ │ ├── ExtraCommandBarFlyoutPage.xaml │ │ │ │ ├── ExtraCommandBarFlyoutPage.xaml.cs │ │ │ │ ├── TextCommandBarFlyoutPage.xaml │ │ │ │ └── TextCommandBarFlyoutPage.xaml.cs │ │ │ ├── CommandBarTests │ │ │ │ ├── CommandBar_Primary_And_Secondary.xaml │ │ │ │ └── CommandBar_Primary_And_Secondary.xaml.cs │ │ │ ├── ExpanderTests │ │ │ │ ├── ExpanderColorValidationPage.xaml │ │ │ │ ├── ExpanderColorValidationPage.xaml.cs │ │ │ │ ├── Expander_Bindings_TemplatedControl.xaml │ │ │ │ ├── Expander_Bindings_TemplatedControl.xaml.cs │ │ │ │ ├── Expander_ScrollView.xaml │ │ │ │ ├── Expander_ScrollView.xaml.cs │ │ │ │ ├── WinUIExpanderPage.xaml │ │ │ │ └── WinUIExpanderPage.xaml.cs │ │ │ ├── ImageIconTests │ │ │ │ ├── ImageIconPage.xaml │ │ │ │ └── ImageIconPage.xaml.cs │ │ │ ├── InfoBadgeTests │ │ │ │ ├── InfoBadgePage.xaml │ │ │ │ └── InfoBadgePage.xaml.cs │ │ │ ├── InfoBarTests │ │ │ │ ├── InfoBarPage.xaml │ │ │ │ └── InfoBarPage.xaml.cs │ │ │ ├── ItemsViewTests │ │ │ │ ├── ItemsViewSummaryPage.xaml │ │ │ │ ├── ItemsViewSummaryPage.xaml.cs │ │ │ │ ├── ItemsView_Nested.xaml │ │ │ │ ├── ItemsView_Nested.xaml.cs │ │ │ │ ├── LoggingContentControl.cs │ │ │ │ └── Recipe.cs │ │ │ ├── NavigationViewTests │ │ │ │ ├── Common │ │ │ │ │ ├── NavigationViewAnimationPage.xaml │ │ │ │ │ ├── NavigationViewAnimationPage.xaml.cs │ │ │ │ │ ├── NavigationViewBlankPage1.xaml │ │ │ │ │ ├── NavigationViewBlankPage1.xaml.cs │ │ │ │ │ ├── NavigationViewCompactPaneLengthTestPage.xaml │ │ │ │ │ ├── NavigationViewCompactPaneLengthTestPage.xaml.cs │ │ │ │ │ ├── NavigationViewInfoBadge.xaml │ │ │ │ │ ├── NavigationViewInfoBadge.xaml.cs │ │ │ │ │ ├── NavigationViewInitPage.xaml │ │ │ │ │ ├── NavigationViewInitPage.xaml.cs │ │ │ │ │ ├── NavigationViewIsPaneOpenPage.xaml │ │ │ │ │ ├── NavigationViewIsPaneOpenPage.xaml.cs │ │ │ │ │ ├── NavigationViewMenuItemStretchPage.xaml │ │ │ │ │ ├── NavigationViewMenuItemStretchPage.xaml.cs │ │ │ │ │ ├── NavigationViewMinimalPage.xaml │ │ │ │ │ ├── NavigationViewMinimalPage.xaml.cs │ │ │ │ │ ├── NavigationViewPage.xaml │ │ │ │ │ ├── NavigationViewPage.xaml.cs │ │ │ │ │ ├── NavigationViewPageDataContext.xaml │ │ │ │ │ ├── NavigationViewPageDataContext.xaml.cs │ │ │ │ │ ├── NavigationViewSelectedItemEdgeCasePage.xaml │ │ │ │ │ ├── NavigationViewSelectedItemEdgeCasePage.xaml.cs │ │ │ │ │ ├── NavigationViewStretchPage.xaml │ │ │ │ │ └── NavigationViewStretchPage.xaml.cs │ │ │ │ ├── CustomResources │ │ │ │ │ ├── NavigationViewCustomThemeResourcesPage.xaml │ │ │ │ │ ├── NavigationViewCustomThemeResourcesPage.xaml.cs │ │ │ │ │ ├── NavigationViewItemTemplatePage.xaml │ │ │ │ │ └── NavigationViewItemTemplatePage.xaml.cs │ │ │ │ ├── DialogWithNavView.xaml │ │ │ │ ├── DialogWithNavView.xaml.cs │ │ │ │ ├── FluentStyle │ │ │ │ │ ├── Item1Page.xaml │ │ │ │ │ ├── Item1Page.xaml.cs │ │ │ │ │ ├── Item2Page.xaml │ │ │ │ │ ├── Item2Page.xaml.cs │ │ │ │ │ ├── Item3Page.xaml │ │ │ │ │ ├── Item3Page.xaml.cs │ │ │ │ │ ├── NavigationViewSample.xaml │ │ │ │ │ ├── NavigationViewSample.xaml.cs │ │ │ │ │ ├── SettingsPage.xaml │ │ │ │ │ └── SettingsPage.xaml.cs │ │ │ │ ├── Footer │ │ │ │ │ ├── PaneLayoutTestPage.xaml │ │ │ │ │ └── PaneLayoutTestPage.xaml.cs │ │ │ │ ├── Hierarchical │ │ │ │ │ ├── HierarchicalNavigationViewDataBinding.xaml │ │ │ │ │ ├── HierarchicalNavigationViewDataBinding.xaml.cs │ │ │ │ │ ├── HierarchicalNavigationViewMarkup.xaml │ │ │ │ │ └── HierarchicalNavigationViewMarkup.xaml.cs │ │ │ │ ├── NavigationViewBasicPage.xaml │ │ │ │ ├── NavigationViewBasicPage.xaml.cs │ │ │ │ ├── NavigationViewCaseBundle.xaml │ │ │ │ ├── NavigationViewCaseBundle.xaml.cs │ │ │ │ ├── Regression │ │ │ │ │ ├── NavigationViewRS3Page.xaml │ │ │ │ │ ├── NavigationViewRS3Page.xaml.cs │ │ │ │ │ ├── NavigationViewRS4Page.xaml │ │ │ │ │ └── NavigationViewRS4Page.xaml.cs │ │ │ │ └── TopMode │ │ │ │ │ ├── NavigationViewTopNavOnlyPage.xaml │ │ │ │ │ ├── NavigationViewTopNavOnlyPage.xaml.cs │ │ │ │ │ ├── NavigationViewTopNavOverflowButtonPage.xaml │ │ │ │ │ ├── NavigationViewTopNavOverflowButtonPage.xaml.cs │ │ │ │ │ ├── NavigationViewTopNavPage.xaml │ │ │ │ │ ├── NavigationViewTopNavPage.xaml.cs │ │ │ │ │ ├── NavigationViewTopNavStorePage.xaml │ │ │ │ │ └── NavigationViewTopNavStorePage.xaml.cs │ │ │ ├── NumberBoxTests │ │ │ │ ├── NumberBoxPage.xaml │ │ │ │ ├── NumberBoxPage.xaml.cs │ │ │ │ ├── NumberBox_Description.xaml │ │ │ │ ├── NumberBox_Description.xaml.cs │ │ │ │ ├── NumberBox_ExpressionTest.xaml │ │ │ │ ├── NumberBox_ExpressionTest.xaml.cs │ │ │ │ ├── NumberBox_Header.xaml │ │ │ │ └── NumberBox_Header.xaml.cs │ │ │ ├── PagerControlTests │ │ │ │ ├── PagerControlPage.xaml │ │ │ │ └── PagerControlPage.xaml.cs │ │ │ ├── PipsPagerTests │ │ │ │ ├── PipsPagerExamples.xaml │ │ │ │ ├── PipsPagerExamples.xaml.cs │ │ │ │ ├── PipsPagerPage.xaml │ │ │ │ └── PipsPagerPage.xaml.cs │ │ │ ├── ProgressBar │ │ │ │ ├── DoubleToThicknessConverter.cs │ │ │ │ ├── WinUIProgressBarPage.xaml │ │ │ │ ├── WinUIProgressBarPage.xaml.cs │ │ │ │ ├── WinUIProgressBarSimple.xaml │ │ │ │ └── WinUIProgressBarSimple.xaml.cs │ │ │ ├── ProgressRing │ │ │ │ ├── ProgressRingHeightTest.xaml │ │ │ │ ├── ProgressRingHeightTest.xaml.cs │ │ │ │ ├── WinUIDeterminateProgressRing.xaml │ │ │ │ ├── WinUIDeterminateProgressRing.xaml.cs │ │ │ │ ├── WinUIProgressRingPage.xaml │ │ │ │ ├── WinUIProgressRingPage.xaml.cs │ │ │ │ ├── WinUIProgressRing_CustomSources.xaml │ │ │ │ ├── WinUIProgressRing_CustomSources.xaml.cs │ │ │ │ ├── WinUIProgressRing_Features.xaml │ │ │ │ ├── WinUIProgressRing_Features.xaml.cs │ │ │ │ ├── WinUIProgressRing_Slider.xaml │ │ │ │ └── WinUIProgressRing_Slider.xaml.cs │ │ │ ├── RadioButtonsTests │ │ │ │ ├── RadioButtonsBasicPage.xaml │ │ │ │ ├── RadioButtonsBasicPage.xaml.cs │ │ │ │ ├── RadioButtonsFocusPage.xaml │ │ │ │ ├── RadioButtonsFocusPage.xaml.cs │ │ │ │ ├── RadioButtonsInitialLoadSelected.xaml │ │ │ │ ├── RadioButtonsInitialLoadSelected.xaml.cs │ │ │ │ ├── RadioButtonsPage.xaml │ │ │ │ └── RadioButtonsPage.xaml.cs │ │ │ ├── RadioMenuFlyoutItemTests │ │ │ │ ├── RadioMenuFlyoutItemPage.xaml │ │ │ │ └── RadioMenuFlyoutItemPage.xaml.cs │ │ │ ├── RatingControlTests │ │ │ │ ├── RatingControlBasic.xaml │ │ │ │ ├── RatingControlBasic.xaml.cs │ │ │ │ ├── RatingControlPage.xaml │ │ │ │ └── RatingControlPage.xaml.cs │ │ │ ├── RefreshContainerTests │ │ │ │ ├── AnimationHandler.cs │ │ │ │ ├── ImageIRefreshInfoProviderAdapter.cs │ │ │ │ ├── RefreshContainerHorizontalScroll.xaml │ │ │ │ ├── RefreshContainerHorizontalScroll.xaml.cs │ │ │ │ ├── RefreshContainerNavigation.xaml │ │ │ │ ├── RefreshContainerNavigation.xaml.cs │ │ │ │ ├── RefreshContainerNavigationFirstPage.xaml │ │ │ │ ├── RefreshContainerNavigationFirstPage.xaml.cs │ │ │ │ ├── RefreshContainerNavigationSecondPage.xaml │ │ │ │ ├── RefreshContainerNavigationSecondPage.xaml.cs │ │ │ │ ├── RefreshContainerOnImagePage.xaml │ │ │ │ ├── RefreshContainerOnImagePage.xaml.cs │ │ │ │ ├── RefreshContainerPage.xaml │ │ │ │ ├── RefreshContainerPage.xaml.cs │ │ │ │ ├── RefreshContainerScrollTop.xaml │ │ │ │ ├── RefreshContainerScrollTop.xaml.cs │ │ │ │ ├── RefreshContainerTheming.xaml │ │ │ │ ├── RefreshContainerTheming.xaml.cs │ │ │ │ ├── RefreshVisualizerPage.xaml │ │ │ │ ├── RefreshVisualizerPage.xaml.cs │ │ │ │ └── SliderRefreshInfoProviderAdapter.cs │ │ │ ├── ScrollViewTests │ │ │ │ ├── KeyboardNavigationSample.xaml │ │ │ │ ├── KeyboardNavigationSample.xaml.cs │ │ │ │ ├── ScrollViewBlankPage.xaml │ │ │ │ ├── ScrollViewBlankPage.xaml.cs │ │ │ │ ├── ScrollViewBringIntoViewPage.xaml │ │ │ │ ├── ScrollViewBringIntoViewPage.xaml.cs │ │ │ │ ├── ScrollViewDynamicPage.xaml │ │ │ │ ├── ScrollViewDynamicPage.xaml.cs │ │ │ │ ├── ScrollViewKeyboardAndGamepadNavigationPage.xaml │ │ │ │ ├── ScrollViewKeyboardAndGamepadNavigationPage.xaml.cs │ │ │ │ ├── ScrollViewPage.xaml │ │ │ │ ├── ScrollViewPage.xaml.cs │ │ │ │ ├── ScrollViewTestHooksHelper.cs │ │ │ │ ├── ScrollViewWithRTLFlowDirectionPage.xaml │ │ │ │ ├── ScrollViewWithRTLFlowDirectionPage.xaml.cs │ │ │ │ ├── ScrollViewWithScrollControllersPage.xaml │ │ │ │ ├── ScrollViewWithScrollControllersPage.xaml.cs │ │ │ │ ├── ScrollViewsWithSimpleContentsPage.xaml │ │ │ │ ├── ScrollViewsWithSimpleContentsPage.xaml.cs │ │ │ │ ├── SimpleScrollViewSample.xaml │ │ │ │ └── SimpleScrollViewSample.xaml.cs │ │ │ ├── SelectorBarTests │ │ │ │ ├── SelectorBarPage.xaml │ │ │ │ ├── SelectorBarPage.xaml.cs │ │ │ │ ├── SelectorBarSamplePage.xaml │ │ │ │ ├── SelectorBarSamplePage.xaml.cs │ │ │ │ ├── SelectorBarSummaryPage.xaml │ │ │ │ └── SelectorBarSummaryPage.xaml.cs │ │ │ ├── SplitButtonTests │ │ │ │ ├── SplitButtonTestsPage.xaml │ │ │ │ └── SplitButtonTestsPage.xaml.cs │ │ │ ├── TabViewTests │ │ │ │ ├── TabViewBasicPage.xaml │ │ │ │ ├── TabViewBasicPage.xaml.cs │ │ │ │ ├── TabViewItemsSourceTests.xaml │ │ │ │ ├── TabViewItemsSourceTests.xaml.cs │ │ │ │ ├── TabViewPage.xaml │ │ │ │ ├── TabViewPage.xaml.cs │ │ │ │ ├── TabViewSelectionAndScrolling.xaml │ │ │ │ ├── TabViewSelectionAndScrolling.xaml.cs │ │ │ │ ├── TabViewSizingPage.xaml │ │ │ │ ├── TabViewSizingPage.xaml.cs │ │ │ │ ├── TabViewTabClosingBehaviorPage.xaml │ │ │ │ ├── TabViewTabClosingBehaviorPage.xaml.cs │ │ │ │ ├── TabViewTabItemsSourcePage.xaml │ │ │ │ └── TabViewTabItemsSourcePage.xaml.cs │ │ │ ├── TeachingTipTests │ │ │ │ ├── TeachingTipBasicPage.xaml │ │ │ │ ├── TeachingTipBasicPage.xaml.cs │ │ │ │ ├── TeachingTipPage.xaml │ │ │ │ └── TeachingTipPage.xaml.cs │ │ │ ├── TestAppUtils │ │ │ │ └── FrameExtensions.cs │ │ │ ├── TreeView │ │ │ │ ├── TreeViewAlignment.xaml │ │ │ │ ├── TreeViewAlignment.xaml.cs │ │ │ │ ├── TreeViewBasics.xaml │ │ │ │ ├── TreeViewBasics.xaml.cs │ │ │ │ ├── TreeViewItemSource.cs │ │ │ │ ├── TreeViewItemTemplateSelectorTestPage.xaml │ │ │ │ ├── TreeViewItemTemplateSelectorTestPage.xaml.cs │ │ │ │ ├── TreeViewLateDataInitTestPage.xaml │ │ │ │ ├── TreeViewLateDataInitTestPage.xaml.cs │ │ │ │ ├── TreeViewNode2.cs │ │ │ │ ├── TreeViewNodeInMarkupTestPage.xaml │ │ │ │ ├── TreeViewNodeInMarkupTestPage.xaml.cs │ │ │ │ ├── TreeViewPage.xaml │ │ │ │ ├── TreeViewPage.xaml.cs │ │ │ │ ├── TreeViewUnrealizedChildrenTestPage.xaml │ │ │ │ ├── TreeViewUnrealizedChildrenTestPage.xaml.cs │ │ │ │ ├── TreeView_ItemInvoked.xaml │ │ │ │ ├── TreeView_ItemInvoked.xaml.cs │ │ │ │ └── VirtualizingDataSource.cs │ │ │ ├── TwoPaneViewTests │ │ │ │ ├── TwoPaneViewPage.xaml │ │ │ │ └── TwoPaneViewPage.xaml.cs │ │ │ └── WebView2Tests │ │ │ │ ├── WebView2Control_JavaScript_Alert_Confirm_Prompt.xaml │ │ │ │ ├── WebView2Control_JavaScript_Alert_Confirm_Prompt.xaml.cs │ │ │ │ ├── WebView2ObserverBehavior.cs │ │ │ │ ├── WebView2SampleBehavior.cs │ │ │ │ ├── WebView2StaticViewModel.cs │ │ │ │ ├── WebView2ViewModel.cs │ │ │ │ ├── WebView2_Alert.xaml │ │ │ │ ├── WebView2_Alert.xaml.cs │ │ │ │ ├── WebView2_AnchorNavigation.xaml │ │ │ │ ├── WebView2_AnchorNavigation.xaml.cs │ │ │ │ ├── WebView2_Animated_Opacity.xaml │ │ │ │ ├── WebView2_Animated_Opacity.xaml.cs │ │ │ │ ├── WebView2_Basic.xaml │ │ │ │ ├── WebView2_Basic.xaml.cs │ │ │ │ ├── WebView2_ChromeClient.xaml │ │ │ │ ├── WebView2_ChromeClient.xaml.cs │ │ │ │ ├── WebView2_Events.xaml │ │ │ │ ├── WebView2_Events.xaml.cs │ │ │ │ ├── WebView2_ExecuteScriptAsync.xaml │ │ │ │ ├── WebView2_ExecuteScriptAsync.xaml.cs │ │ │ │ ├── WebView2_Folder.xaml │ │ │ │ ├── WebView2_Folder.xaml.cs │ │ │ │ ├── WebView2_Height.xaml │ │ │ │ ├── WebView2_Height.xaml.cs │ │ │ │ ├── WebView2_InfiniteBounds.xaml │ │ │ │ ├── WebView2_InfiniteBounds.xaml.cs │ │ │ │ ├── WebView2_JavascriptInvoke.xaml │ │ │ │ ├── WebView2_JavascriptInvoke.xaml.cs │ │ │ │ ├── WebView2_Mailto.xaml │ │ │ │ ├── WebView2_Mailto.xaml.cs │ │ │ │ ├── WebView2_ManagedOverlay.xaml │ │ │ │ ├── WebView2_ManagedOverlay.xaml.cs │ │ │ │ ├── WebView2_NavigateToString.xaml │ │ │ │ ├── WebView2_NavigateToString.xaml.cs │ │ │ │ ├── WebView2_NavigateToString2.xaml │ │ │ │ ├── WebView2_NavigateToString2.xaml.cs │ │ │ │ ├── WebView2_NavigateToUri.xaml │ │ │ │ ├── WebView2_NavigateToUri.xaml.cs │ │ │ │ ├── WebView2_NavigationProperties.xaml │ │ │ │ ├── WebView2_NavigationProperties.xaml.cs │ │ │ │ ├── WebView2_OuterSelection.xaml │ │ │ │ ├── WebView2_OuterSelection.xaml.cs │ │ │ │ ├── WebView2_Static.xaml │ │ │ │ ├── WebView2_Static.xaml.cs │ │ │ │ ├── WebView2_TargetBlank.xaml │ │ │ │ ├── WebView2_TargetBlank.xaml.cs │ │ │ │ ├── WebView2_Title.xaml │ │ │ │ ├── WebView2_Title.xaml.cs │ │ │ │ ├── WebView2_Video_Bug546.xaml │ │ │ │ ├── WebView2_Video_Bug546.xaml.cs │ │ │ │ ├── WebView2_WithHeaders.xaml │ │ │ │ └── WebView2_WithHeaders.xaml.cs │ │ ├── Msal │ │ │ ├── MsalLoginAndGraph.xaml │ │ │ └── MsalLoginAndGraph.xaml.cs │ │ ├── Playground │ │ │ ├── Playground.xaml │ │ │ └── Playground.xaml.cs │ │ ├── Resources │ │ │ └── StaticResource │ │ │ │ ├── StaticResource_Simple.xaml │ │ │ │ └── StaticResource_Simple.xaml.cs │ │ ├── Toolkit │ │ │ ├── ElevatedViewTests.xaml │ │ │ ├── ElevatedViewTests.xaml.cs │ │ │ ├── ElevatedView_BorderThickness.xaml │ │ │ ├── ElevatedView_BorderThickness.xaml.cs │ │ │ ├── ElevatedView_CornerRadius.xaml │ │ │ ├── ElevatedView_CornerRadius.xaml.cs │ │ │ ├── ElevatedView_Corners.xaml │ │ │ ├── ElevatedView_Corners.xaml.cs │ │ │ ├── ElevatedView_Dimensions.xaml │ │ │ ├── ElevatedView_Dimensions.xaml.cs │ │ │ ├── ElevatedView_Levels.xaml │ │ │ ├── ElevatedView_Levels.xaml.cs │ │ │ ├── ElevatedView_Tester.xaml │ │ │ ├── ElevatedView_Tester.xaml.cs │ │ │ ├── Elevation.xaml │ │ │ ├── Elevation.xaml.cs │ │ │ ├── ElevationView_Clipping.xaml │ │ │ ├── ElevationView_Clipping.xaml.cs │ │ │ ├── VisibleBoundsPadding_Modal.xaml │ │ │ ├── VisibleBoundsPadding_Modal.xaml.cs │ │ │ ├── VisibleBoundsPadding_Modal_Test.xaml │ │ │ └── VisibleBoundsPadding_Modal_Test.xaml.cs │ │ ├── UITests.Shared.projitems │ │ ├── UITests.Shared.shproj │ │ ├── UITestsStrings │ │ │ └── en-US │ │ │ │ ├── NamedResources.resw │ │ │ │ └── Resources.resw │ │ ├── Uno_Templates │ │ │ ├── DataTemplate_Update_Sample.xaml │ │ │ └── DataTemplate_Update_Sample.xaml.cs │ │ ├── Uno_Web │ │ │ └── Http │ │ │ │ ├── CookieManagerTests.xaml │ │ │ │ └── CookieManagerTests.xaml.cs │ │ ├── Utilities │ │ │ ├── ControlStateViewer.xaml │ │ │ ├── ControlStateViewer.xaml.cs │ │ │ └── RainbowMeasures.cs │ │ ├── ValueConverters │ │ │ ├── BoolNegationValueConverter.cs │ │ │ ├── FromNullableBoolToCustomValueConverter.cs │ │ │ └── StringConverter.cs │ │ ├── Wasm │ │ │ ├── Wasm_CustomEvent.xaml │ │ │ └── Wasm_CustomEvent.xaml.cs │ │ ├── Windows_ApplicationModel │ │ │ ├── Appointments │ │ │ │ ├── AppointmentStoreTests.xaml │ │ │ │ └── AppointmentStoreTests.xaml.cs │ │ │ ├── Calls │ │ │ │ ├── PhoneCallHistoryEntryReaderTests.xaml │ │ │ │ ├── PhoneCallHistoryEntryReaderTests.xaml.cs │ │ │ │ ├── PhoneCallManagerTests.xaml │ │ │ │ └── PhoneCallManagerTests.xaml.cs │ │ │ ├── Chat │ │ │ │ ├── ComposeSms.xaml │ │ │ │ └── ComposeSms.xaml.cs │ │ │ ├── ClipboardTests.xaml │ │ │ ├── ClipboardTests.xaml.cs │ │ │ ├── Contacts │ │ │ │ ├── PickContact.xaml │ │ │ │ └── PickContact.xaml.cs │ │ │ ├── DataTransfer │ │ │ │ ├── DataTransferManagerTests.xaml │ │ │ │ └── DataTransferManagerTests.xaml.cs │ │ │ ├── Email │ │ │ │ ├── EmailManagerTests.xaml │ │ │ │ └── EmailManagerTests.xaml.cs │ │ │ ├── PackageTests.xaml │ │ │ └── PackageTests.xaml.cs │ │ ├── Windows_ApplicationModel_Resources_ResourceLoader │ │ │ ├── ResourceLoader_Simple.xaml │ │ │ └── ResourceLoader_Simple.xaml.cs │ │ ├── Windows_Data │ │ │ └── Pdf │ │ │ │ ├── PdfDocumentRenderTest.xaml │ │ │ │ └── PdfDocumentRenderTest.xaml.cs │ │ ├── Windows_Devices │ │ │ ├── AccelerometerTests.xaml │ │ │ ├── AccelerometerTests.xaml.cs │ │ │ ├── BarometerTests.xaml │ │ │ ├── BarometerTests.xaml.cs │ │ │ ├── BluetoothSelectors.xaml │ │ │ ├── BluetoothSelectors.xaml.cs │ │ │ ├── CompassTests.xaml │ │ │ ├── CompassTests.xaml.cs │ │ │ ├── GeolocatorPositionChangedTest.xaml │ │ │ ├── GeolocatorPositionChangedTest.xaml.cs │ │ │ ├── GeolocatorTests.xaml │ │ │ ├── GeolocatorTests.xaml.cs │ │ │ ├── GeopositionDisplayControl.xaml │ │ │ ├── GeopositionDisplayControl.xaml.cs │ │ │ ├── GyrometerTests.xaml │ │ │ ├── GyrometerTests.xaml.cs │ │ │ ├── Haptics │ │ │ │ ├── VibrationDeviceTests.xaml │ │ │ │ └── VibrationDeviceTests.xaml.cs │ │ │ ├── HingeAngleSensorTests.xaml │ │ │ ├── HingeAngleSensorTests.xaml.cs │ │ │ ├── LampTests.xaml │ │ │ ├── LampTests.xaml.cs │ │ │ ├── LightSensorTests.xaml │ │ │ ├── LightSensorTests.xaml.cs │ │ │ ├── MagnetometerTests.xaml │ │ │ ├── MagnetometerTests.xaml.cs │ │ │ ├── Midi │ │ │ │ ├── MidiDeviceEnumeration.xaml │ │ │ │ ├── MidiDeviceEnumeration.xaml.cs │ │ │ │ ├── MidiDeviceInput.xaml │ │ │ │ ├── MidiDeviceInput.xaml.cs │ │ │ │ ├── MidiDeviceOutput.xaml │ │ │ │ ├── MidiDeviceOutput.xaml.cs │ │ │ │ └── MidiDeviceWatcher.cs │ │ │ ├── OrientationTests.xaml │ │ │ ├── OrientationTests.xaml.cs │ │ │ ├── PedometerTests.xaml │ │ │ ├── PedometerTests.xaml.cs │ │ │ ├── Power │ │ │ │ ├── Battery.xaml │ │ │ │ └── Battery.xaml.cs │ │ │ ├── ProximitySensorTests.xaml │ │ │ ├── ProximitySensorTests.xaml.cs │ │ │ ├── RadioTests.xaml │ │ │ └── RadioTests.xaml.cs │ │ ├── Windows_Gaming │ │ │ ├── GamepadEnumerationTest.xaml │ │ │ ├── GamepadEnumerationTest.xaml.cs │ │ │ ├── GamepadReadingTest.xaml │ │ │ ├── GamepadReadingTest.xaml.cs │ │ │ └── GamepadReadingViewModel.cs │ │ ├── Windows_Globalization │ │ │ ├── Language_Properties.xaml │ │ │ └── Language_Properties.xaml.cs │ │ ├── Windows_Graphics_Display │ │ │ ├── DisplayInformationTests.xaml │ │ │ └── DisplayInformationTests.xaml.cs │ │ ├── Windows_Media │ │ │ ├── CameraCaptureUISample.xaml │ │ │ ├── CameraCaptureUISample.xaml.cs │ │ │ ├── MediaPlayerTests.xaml │ │ │ ├── MediaPlayerTests.xaml.cs │ │ │ ├── SpeechRecognizerTests.xaml │ │ │ └── SpeechRecognizerTests.xaml.cs │ │ ├── Windows_Networking │ │ │ ├── NetworkInformationTests.xaml │ │ │ └── NetworkInformationTests.xaml.cs │ │ ├── Windows_Phone │ │ │ ├── Devices_Notifications_VibrationDevice.xaml │ │ │ └── Devices_Notifications_VibrationDevice.xaml.cs │ │ ├── Windows_Security │ │ │ ├── Authentication_Web │ │ │ │ ├── AuthenticationBroker_Demo.xaml │ │ │ │ └── AuthenticationBroker_Demo.xaml.cs │ │ │ ├── Credentials │ │ │ │ └── PasswordVaultTests │ │ │ │ │ ├── CredentialsPersistence.xaml │ │ │ │ │ └── CredentialsPersistence.xaml.cs │ │ │ └── ExchangeActivesyncProvisioning │ │ │ │ ├── EasClientDeviceInformationTests.xaml │ │ │ │ └── EasClientDeviceInformationTests.xaml.cs │ │ ├── Windows_Services_Store │ │ │ ├── StoreContextTests.xaml │ │ │ └── StoreContextTests.xaml.cs │ │ ├── Windows_Storage │ │ │ ├── NativeStorageRuntimeTests.xaml │ │ │ ├── NativeStorageRuntimeTests.xaml.cs │ │ │ ├── Pickers │ │ │ │ ├── DownloadFileSavePickerTests.xaml │ │ │ │ ├── DownloadFileSavePickerTests.xaml.cs │ │ │ │ ├── FileOpenPickerTests.xaml │ │ │ │ ├── FileOpenPickerTests.xaml.cs │ │ │ │ ├── FileOpenPicker_Bitmap.xaml │ │ │ │ ├── FileOpenPicker_Bitmap.xaml.cs │ │ │ │ ├── FileSavePickerTests.xaml │ │ │ │ ├── FileSavePickerTests.xaml.cs │ │ │ │ ├── FileSavePicker_DuplicateFile.xaml │ │ │ │ ├── FileSavePicker_DuplicateFile.xaml.cs │ │ │ │ ├── FolderPickerTests.xaml │ │ │ │ └── FolderPickerTests.xaml.cs │ │ │ ├── StorageFileOperationsTests.xaml │ │ │ ├── StorageFileOperationsTests.xaml.cs │ │ │ ├── StorageFolderOperationsTests.xaml │ │ │ ├── StorageFolderOperationsTests.xaml.cs │ │ │ └── StorageFolderTests │ │ │ │ ├── Persistence.xaml │ │ │ │ └── Persistence.xaml.cs │ │ ├── Windows_System │ │ │ ├── Display │ │ │ │ ├── DisplayRequest.xaml │ │ │ │ └── DisplayRequest.xaml.cs │ │ │ ├── LauncherTests.xaml │ │ │ ├── LauncherTests.xaml.cs │ │ │ ├── MemoryManagerTests.xaml │ │ │ ├── MemoryManagerTests.xaml.cs │ │ │ ├── Power │ │ │ │ ├── PowerManager.xaml │ │ │ │ └── PowerManager.xaml.cs │ │ │ ├── Profile │ │ │ │ ├── AnalyticsInfoTests.xaml │ │ │ │ └── AnalyticsInfoTests.xaml.cs │ │ │ └── UserProfile │ │ │ │ ├── UserProfilePersonalizationSettingsTests.xaml │ │ │ │ └── UserProfilePersonalizationSettingsTests.xaml.cs │ │ ├── Windows_UI.Xaml_Automation │ │ │ ├── AutomationProperties_AutomationId.xaml │ │ │ ├── AutomationProperties_AutomationId.xaml.cs │ │ │ ├── AutomationProperties_Name.xaml │ │ │ └── AutomationProperties_Name.xaml.cs │ │ ├── Windows_UI_Composition │ │ │ ├── CompositionPathTests.xaml │ │ │ ├── CompositionPathTests.xaml.cs │ │ │ ├── EffectBrushTests.xaml │ │ │ ├── EffectBrushTests.xaml.cs │ │ │ ├── GLCanvasElement_Cube.xaml │ │ │ ├── GLCanvasElement_Cube.xaml.cs │ │ │ ├── GLCanvasElement_Simple.xaml │ │ │ ├── GLCanvasElement_Simple.xaml.cs │ │ │ ├── InteractionTrackerAndExpressionAnimationSample.xaml │ │ │ ├── InteractionTrackerAndExpressionAnimationSample.xaml.cs │ │ │ ├── MaskBrushTests.xaml │ │ │ ├── MaskBrushTests.xaml.cs │ │ │ ├── MixTransformCliPropertyAndClippedByParentWithBorders_Then_RenderingIsValid.xaml │ │ │ ├── MixTransformCliPropertyAndClippedByParentWithBorders_Then_RenderingIsValid.xaml.cs │ │ │ ├── NineGridTests.xaml │ │ │ ├── NineGridTests.xaml.cs │ │ │ ├── RedirectVisualTests.xaml │ │ │ ├── RedirectVisualTests.xaml.cs │ │ │ ├── RotatingCubeGlCanvasElement.cs │ │ │ ├── SKCanvasElement_Simple.xaml │ │ │ ├── SKCanvasElement_Simple.xaml.cs │ │ │ ├── SimpleTriangleGlCanvasElement.cs │ │ │ ├── TransformElementClippedByParentWithBorder_Then_ClippingAppliedPostRendering.xaml │ │ │ ├── TransformElementClippedByParentWithBorder_Then_ClippingAppliedPostRendering.xaml.cs │ │ │ ├── TransformElementClippedByParent_Then_ClippingAppliedPostRendering.xaml │ │ │ ├── TransformElementClippedByParent_Then_ClippingAppliedPostRendering.xaml.cs │ │ │ ├── Vector3KeyFrameAnimationSample.xaml │ │ │ ├── Vector3KeyFrameAnimationSample.xaml.cs │ │ │ ├── VisualRotationSample.xaml │ │ │ ├── VisualRotationSample.xaml.cs │ │ │ ├── VisualSurfaceTests.xaml │ │ │ ├── VisualSurfaceTests.xaml.cs │ │ │ ├── VisualTranslationSample.xaml │ │ │ └── VisualTranslationSample.xaml.cs │ │ ├── Windows_UI_Core │ │ │ ├── SetCursor.xaml │ │ │ ├── SetCursor.xaml.cs │ │ │ ├── SystemNavigationManagerTests │ │ │ │ ├── HardwareBackButton.xaml │ │ │ │ └── HardwareBackButton.xaml.cs │ │ │ ├── WindowActivationTests.xaml │ │ │ └── WindowActivationTests.xaml.cs │ │ ├── Windows_UI_Input │ │ │ ├── CaptureTests │ │ │ │ ├── OverlappedControls.xaml │ │ │ │ └── OverlappedControls.xaml.cs │ │ │ ├── GestureRecognizerTests │ │ │ │ ├── Button_Inside_Border.xaml │ │ │ │ ├── Button_Inside_Border.xaml.cs │ │ │ │ ├── DoubleTappedTests.xaml │ │ │ │ ├── DoubleTappedTests.xaml.cs │ │ │ │ ├── GestureEventsCommons.xaml │ │ │ │ ├── GestureEventsCommons.xaml.cs │ │ │ │ ├── HoldingTests.xaml │ │ │ │ ├── HoldingTests.xaml.cs │ │ │ │ ├── ManipulationEvents.xaml │ │ │ │ ├── ManipulationEvents.xaml.cs │ │ │ │ ├── Manipulation_Basics.xaml │ │ │ │ ├── Manipulation_Basics.xaml.cs │ │ │ │ ├── Manipulation_Inertia.xaml │ │ │ │ ├── Manipulation_Inertia.xaml.cs │ │ │ │ ├── Manipulation_WhenInListView.xaml │ │ │ │ ├── Manipulation_WhenInListView.xaml.cs │ │ │ │ ├── Manipulation_WhenInScrollViewer.xaml │ │ │ │ ├── Manipulation_WhenInScrollViewer.xaml.cs │ │ │ │ ├── Manipulation_WithNestedElement.xaml │ │ │ │ ├── Manipulation_WithNestedElement.xaml.cs │ │ │ │ ├── PointersEvents.xaml │ │ │ │ ├── PointersEvents.xaml.cs │ │ │ │ ├── RightTappedTests.xaml │ │ │ │ ├── RightTappedTests.xaml.cs │ │ │ │ ├── TappedTest.xaml │ │ │ │ ├── TappedTest.xaml.cs │ │ │ │ ├── TransformationsHoverSibling.xaml │ │ │ │ ├── TransformationsHoverSibling.xaml.cs │ │ │ │ ├── TransformationsTests.xaml │ │ │ │ └── TransformationsTests.xaml.cs │ │ │ ├── PointersTests │ │ │ │ ├── Capture.xaml │ │ │ │ ├── Capture.xaml.cs │ │ │ │ ├── Enability.xaml │ │ │ │ ├── Enability.xaml.cs │ │ │ │ ├── EventsSequences.xaml │ │ │ │ ├── EventsSequences.xaml.cs │ │ │ │ ├── HitTest_Clipping.xaml │ │ │ │ ├── HitTest_Clipping.xaml.cs │ │ │ │ ├── HitTest_Control.xaml │ │ │ │ ├── HitTest_Control.xaml.cs │ │ │ │ ├── HitTest_GeometryGroup.xaml │ │ │ │ ├── HitTest_GeometryGroup.xaml.cs │ │ │ │ ├── HitTest_Image.xaml │ │ │ │ ├── HitTest_Image.xaml.cs │ │ │ │ ├── HitTest_LightDismiss.xaml │ │ │ │ ├── HitTest_LightDismiss.xaml.cs │ │ │ │ ├── HitTest_Shapes.xaml │ │ │ │ ├── HitTest_Shapes.xaml.cs │ │ │ │ ├── NestedHandling.xaml │ │ │ │ ├── NestedHandling.xaml.cs │ │ │ │ ├── Nested_Exit.xaml │ │ │ │ ├── Nested_Exit.xaml.cs │ │ │ │ ├── Nested_Sequence.xaml │ │ │ │ ├── Nested_Sequence.xaml.cs │ │ │ │ ├── Pointer_Coordinates.xaml │ │ │ │ ├── Pointer_Coordinates.xaml.cs │ │ │ │ ├── PointersOriginalSource.xaml │ │ │ │ ├── PointersOriginalSource.xaml.cs │ │ │ │ ├── ScrollHandled.xaml │ │ │ │ ├── ScrollHandled.xaml.cs │ │ │ │ ├── ScrollViewer_PointerMoved.xaml │ │ │ │ └── ScrollViewer_PointerMoved.xaml.cs │ │ │ ├── SetProtectedCursor.xaml │ │ │ ├── SetProtectedCursor.xaml.cs │ │ │ └── VisualStatesTests │ │ │ │ ├── Buttons.xaml │ │ │ │ ├── Buttons.xaml.cs │ │ │ │ ├── ComboBoxItem.xaml │ │ │ │ ├── ComboBoxItem.xaml.cs │ │ │ │ ├── GridViewItem.xaml │ │ │ │ ├── GridViewItem.xaml.cs │ │ │ │ ├── ListViewItem.xaml │ │ │ │ ├── ListViewItem.xaml.cs │ │ │ │ ├── TextBox_VisualStates.xaml │ │ │ │ └── TextBox_VisualStates.xaml.cs │ │ ├── Windows_UI_Notifications │ │ │ ├── BadgeNotificationTests.xaml │ │ │ └── BadgeNotificationTests.xaml.cs │ │ ├── Windows_UI_StartScreen │ │ │ ├── JumpListTests.xaml │ │ │ ├── JumpListTests.xaml.cs │ │ │ └── JumpListTestsViewModel.cs │ │ ├── Windows_UI_ViewManagement │ │ │ ├── AndroidWindowInsets.xaml │ │ │ ├── AndroidWindowInsets.xaml.cs │ │ │ ├── ApplicationViewMode.xaml │ │ │ ├── ApplicationViewMode.xaml.cs │ │ │ ├── ApplicationViewSizing.xaml │ │ │ ├── ApplicationViewSizing.xaml.cs │ │ │ ├── ApplicationViewSpanningRectsPage.xaml │ │ │ ├── ApplicationViewSpanningRectsPage.xaml.cs │ │ │ ├── FullScreenModeTests.xaml │ │ │ ├── FullScreenModeTests.xaml.cs │ │ │ ├── InputPaneTests.xaml │ │ │ ├── InputPaneTests.xaml.cs │ │ │ ├── IsScreenCaptureEnabledTests.xaml │ │ │ ├── IsScreenCaptureEnabledTests.xaml.cs │ │ │ ├── StatusBarColorTests.xaml │ │ │ ├── StatusBarColorTests.xaml.cs │ │ │ ├── TitleBarColorTests.xaml │ │ │ ├── TitleBarColorTests.xaml.cs │ │ │ ├── UISettingsTests.xaml │ │ │ └── UISettingsTests.xaml.cs │ │ ├── Windows_UI_Xaml │ │ │ ├── ApplicationTests │ │ │ │ ├── Given_Application.xaml │ │ │ │ └── Given_Application.xaml.cs │ │ │ ├── Clipping │ │ │ │ ├── BorderVersusPanelClipping.xaml │ │ │ │ ├── BorderVersusPanelClipping.xaml.cs │ │ │ │ ├── BorderVisualClipping.xaml.cs │ │ │ │ ├── ButtonClippingTestsControl.xaml │ │ │ │ ├── ButtonClippingTestsControl.xaml.cs │ │ │ │ ├── ButtonWithClippingAndOffset.xaml │ │ │ │ ├── ButtonWithClippingAndOffset.xaml.cs │ │ │ │ ├── Clipping4273.xaml │ │ │ │ ├── Clipping4273.xaml.cs │ │ │ │ ├── Clipping652.xaml │ │ │ │ ├── Clipping652.xaml.cs │ │ │ │ ├── ClippingRoundedCorners.xaml │ │ │ │ ├── ClippingRoundedCorners.xaml.cs │ │ │ │ ├── ClippingToControlBounds.xaml │ │ │ │ ├── ClippingToControlBounds.xaml.cs │ │ │ │ ├── ClippingWithOpacity.xaml │ │ │ │ ├── ClippingWithOpacity.xaml.cs │ │ │ │ ├── CornerRadiusControls.xaml │ │ │ │ ├── CornerRadiusControls.xaml.cs │ │ │ │ ├── DoubleAnimationClipping.xaml │ │ │ │ ├── DoubleAnimationClipping.xaml.cs │ │ │ │ ├── PanelChildrenClipping.xaml │ │ │ │ ├── PanelChildrenClipping.xaml.cs │ │ │ │ ├── ShapeVisualClipping.xaml │ │ │ │ ├── ShapeVisualClipping.xaml.cs │ │ │ │ ├── Transform_Ellipse_In_Border.xaml │ │ │ │ ├── Transform_Ellipse_In_Border.xaml.cs │ │ │ │ ├── Transform_Ellipse_In_Canvas_in_Two_Grids.xaml │ │ │ │ ├── Transform_Ellipse_In_Canvas_in_Two_Grids.xaml.cs │ │ │ │ ├── Transform_Ellipse_in_Canvas.xaml │ │ │ │ ├── Transform_Ellipse_in_Canvas.xaml.cs │ │ │ │ ├── Transform_Ellipse_in_Canvas_in_Grid.xaml │ │ │ │ ├── Transform_Ellipse_in_Canvas_in_Grid.xaml.cs │ │ │ │ ├── Transform_Ellipse_in_Two_Canvas_in_Grid.xaml │ │ │ │ ├── Transform_Ellipse_in_Two_Canvas_in_Grid.xaml.cs │ │ │ │ ├── Transform_Ellipse_in_two_grids.xaml │ │ │ │ ├── Transform_Ellipse_in_two_grids.xaml.cs │ │ │ │ ├── UIElementClipping.xaml │ │ │ │ ├── UIElementClipping.xaml.cs │ │ │ │ ├── UIElement_Clip_Transform_Update.xaml │ │ │ │ ├── UIElement_Clip_Transform_Update.xaml.cs │ │ │ │ ├── UIElement_Clip_Update.xaml │ │ │ │ ├── UIElement_Clip_Update.xaml.cs │ │ │ │ ├── XamlButtonWithClipping.xaml │ │ │ │ ├── XamlButtonWithClipping.xaml.cs │ │ │ │ ├── XamlButtonWithClipping_Scrollable.xaml │ │ │ │ └── XamlButtonWithClipping_Scrollable.xaml.cs │ │ │ ├── DeferLoadStrategy │ │ │ │ ├── DeferLoadStrategyViewModel.cs │ │ │ │ ├── DeferLoadStrategyWithTemplateBinding.xaml │ │ │ │ ├── DeferLoadStrategyWithTemplateBinding.xaml.cs │ │ │ │ ├── SimpleDeferLoadStrategy.xaml │ │ │ │ └── SimpleDeferLoadStrategy.xaml.cs │ │ │ ├── DragAndDrop │ │ │ │ ├── DragDropTestHelper.cs │ │ │ │ ├── DragDrop_Basics.xaml │ │ │ │ ├── DragDrop_Basics.xaml.cs │ │ │ │ ├── DragDrop_Files.xaml │ │ │ │ ├── DragDrop_Files.xaml.cs │ │ │ │ ├── DragDrop_ListView.xaml │ │ │ │ ├── DragDrop_ListView.xaml.cs │ │ │ │ ├── DragDrop_ListViewMultiSelect.xaml │ │ │ │ ├── DragDrop_ListViewMultiSelect.xaml.cs │ │ │ │ ├── DragDrop_ListView_Custom_States.xaml │ │ │ │ ├── DragDrop_ListView_Custom_States.xaml.cs │ │ │ │ ├── DragDrop_ListView_Selection.xaml │ │ │ │ ├── DragDrop_ListView_Selection.xaml.cs │ │ │ │ ├── DragDrop_ListView_WithPadding.xaml │ │ │ │ ├── DragDrop_ListView_WithPadding.xaml.cs │ │ │ │ ├── DragDrop_Nested.xaml │ │ │ │ ├── DragDrop_Nested.xaml.cs │ │ │ │ ├── DragDrop_TestPage.xaml │ │ │ │ ├── DragDrop_TestPage.xaml.cs │ │ │ │ ├── DragDrop_TreeView.xaml │ │ │ │ ├── DragDrop_TreeView.xaml.cs │ │ │ │ ├── DragDrop_Wasm_Selection.xaml │ │ │ │ └── DragDrop_Wasm_Selection.xaml.cs │ │ │ ├── Enability │ │ │ │ ├── BasicEnability.xaml │ │ │ │ └── BasicEnability.xaml.cs │ │ │ ├── FocusManager │ │ │ │ ├── FocusManagerTest.xaml │ │ │ │ ├── FocusManagerTest.xaml.cs │ │ │ │ ├── FocusManager_FocusDirection.xaml │ │ │ │ ├── FocusManager_FocusDirection.xaml.cs │ │ │ │ ├── FocusManager_GetFocus_Automated.xaml │ │ │ │ ├── FocusManager_GetFocus_Automated.xaml.cs │ │ │ │ ├── Focus_FocusCycle.xaml │ │ │ │ ├── Focus_FocusCycle.xaml.cs │ │ │ │ ├── Focus_FocusState.xaml │ │ │ │ ├── Focus_FocusState.xaml.cs │ │ │ │ ├── Focus_FocusVisual.xaml │ │ │ │ ├── Focus_FocusVisual.xaml.cs │ │ │ │ ├── Focus_FocusVisual_Properties.xaml │ │ │ │ ├── Focus_FocusVisual_Properties.xaml.cs │ │ │ │ ├── Focus_VisualStates.xaml │ │ │ │ ├── Focus_VisualStates.xaml.cs │ │ │ │ ├── Focus_WASM_Tab.xaml │ │ │ │ └── Focus_WASM_Tab.xaml.cs │ │ │ ├── FrameworkElementTests │ │ │ │ ├── DynamicBackgroundSizing.xaml │ │ │ │ ├── DynamicBackgroundSizing.xaml.cs │ │ │ │ ├── FrameworkElement_AsyncFlow.xaml │ │ │ │ ├── FrameworkElement_AsyncFlow.xaml.cs │ │ │ │ ├── FrameworkElement_NativeLayout.xaml │ │ │ │ ├── FrameworkElement_NativeLayout.xaml.cs │ │ │ │ ├── FrameworkElement_Opacity.xaml │ │ │ │ ├── FrameworkElement_Opacity.xaml.cs │ │ │ │ ├── FrameworkElement_Sizes.xaml │ │ │ │ ├── FrameworkElement_Sizes.xaml.cs │ │ │ │ ├── FrameworkElement_UnloadedMeasure.xaml │ │ │ │ ├── FrameworkElement_UnloadedMeasure.xaml.cs │ │ │ │ ├── ItemsControl_Loaded.xaml │ │ │ │ ├── ItemsControl_Loaded.xaml.cs │ │ │ │ ├── LoadEvents.xaml │ │ │ │ ├── LoadEvents.xaml.cs │ │ │ │ ├── XamlEvent_Leak.xaml │ │ │ │ ├── XamlEvent_Leak.xaml.cs │ │ │ │ ├── XamlEvent_Leak_UserControl.xaml │ │ │ │ └── XamlEvent_Leak_UserControl.xaml.cs │ │ │ ├── Localization │ │ │ │ ├── CustomTextControl.cs │ │ │ │ ├── Localization_Implicit.xaml │ │ │ │ └── Localization_Implicit.xaml.cs │ │ │ ├── MarkupExtensionTests │ │ │ │ ├── Entity.cs │ │ │ │ ├── InverseBool.cs │ │ │ │ ├── MarkupExtension.xaml │ │ │ │ ├── MarkupExtension.xaml.cs │ │ │ │ ├── MarkupExtensionBehaviors.cs │ │ │ │ └── Simple.cs │ │ │ ├── Performance │ │ │ │ ├── Performance_1000ButtonsContinuousRendering.xaml │ │ │ │ ├── Performance_1000ButtonsContinuousRendering.xaml.cs │ │ │ │ ├── Performance_Dopes.xaml │ │ │ │ ├── Performance_Dopes.xaml.cs │ │ │ │ ├── Performance_ImageLoading.cs │ │ │ │ ├── Performance_ImageUpscaling.xaml │ │ │ │ ├── Performance_ImageUpscaling.xaml.cs │ │ │ │ ├── Performance_ImageZoom.xaml │ │ │ │ ├── Performance_ImageZoom.xaml.cs │ │ │ │ ├── Performance_ManyImages.xaml │ │ │ │ └── Performance_ManyImages.xaml.cs │ │ │ ├── Properties │ │ │ │ ├── DataContextProperty.xaml │ │ │ │ └── DataContextProperty.xaml.cs │ │ │ ├── Resources │ │ │ │ ├── Test_Dictionary_Linked.xaml │ │ │ │ ├── XamlGlobalResources.xaml │ │ │ │ └── XamlGlobalResources.xaml.cs │ │ │ ├── StyleTests │ │ │ │ ├── Style_Inline.xaml │ │ │ │ └── Style_Inline.xaml.cs │ │ │ ├── ThemeResources │ │ │ │ ├── AppXamlDefinedResources.xaml │ │ │ │ ├── AppXamlDefinedResources.xaml.cs │ │ │ │ ├── BasicThemeResources.xaml │ │ │ │ ├── BasicThemeResources.xaml.cs │ │ │ │ ├── ReloadedControlTheme.xaml │ │ │ │ └── ReloadedControlTheme.xaml.cs │ │ │ ├── TouchEventsTests │ │ │ │ ├── ControlWithTouchEvent.cs │ │ │ │ ├── TappedEventTest.xaml │ │ │ │ ├── TappedEventTest.xaml.cs │ │ │ │ ├── Touch.xaml │ │ │ │ ├── Touch.xaml.cs │ │ │ │ ├── TouchRotated.xaml │ │ │ │ ├── TouchRotated.xaml.cs │ │ │ │ └── TouchViewModel.cs │ │ │ ├── UIElementTests │ │ │ │ ├── Arrange_Performance01.xaml │ │ │ │ ├── Arrange_Performance01.xaml.cs │ │ │ │ ├── InlineTextInSpan.xaml │ │ │ │ ├── InlineTextInSpan.xaml.cs │ │ │ │ ├── NativeView.cs │ │ │ │ ├── RectArranged100x100.xaml │ │ │ │ ├── RectArranged100x100.xaml.cs │ │ │ │ ├── TransformToVisual_ScrollViewer.xaml │ │ │ │ ├── TransformToVisual_ScrollViewer.xaml.cs │ │ │ │ ├── TransformToVisual_Simple.xaml │ │ │ │ ├── TransformToVisual_Simple.xaml.cs │ │ │ │ ├── TransformToVisual_Transform.xaml │ │ │ │ ├── TransformToVisual_Transform.xaml.cs │ │ │ │ ├── UIElement_Alignments.xaml │ │ │ │ ├── UIElement_Alignments.xaml.cs │ │ │ │ ├── UIElement_ArrangeOverride_Alignment.xaml │ │ │ │ ├── UIElement_ArrangeOverride_Alignment.xaml.cs │ │ │ │ ├── UIElement_BringIntoView_ListView.xaml │ │ │ │ ├── UIElement_BringIntoView_ListView.xaml.cs │ │ │ │ ├── UIElement_BringIntoView_Nested_ScrollViewers.xaml │ │ │ │ ├── UIElement_BringIntoView_Nested_ScrollViewers.xaml.cs │ │ │ │ ├── UIElement_Clipping.cs │ │ │ │ ├── UIElement_Clipping.xaml │ │ │ │ ├── UIElement_ContextFlyout.xaml │ │ │ │ ├── UIElement_ContextFlyout.xaml.cs │ │ │ │ ├── UIElement_InitializationSequence.xaml │ │ │ │ ├── UIElement_InitializationSequence.xaml.cs │ │ │ │ ├── UIElement_InitializationSequence_Materializer.cs │ │ │ │ ├── UIElement_InitializationSequence_TestControl.cs │ │ │ │ ├── UIElement_Layout_Bug2879.xaml │ │ │ │ ├── UIElement_Layout_Bug2879.xaml.cs │ │ │ │ ├── UIElement_Layout_Constrains.xaml │ │ │ │ ├── UIElement_Layout_Constrains.xaml.cs │ │ │ │ ├── UIElement_MeasureDirtyPath.xaml │ │ │ │ ├── UIElement_MeasureDirtyPath.xaml.cs │ │ │ │ ├── UIElement_MeasurePerf.xaml │ │ │ │ ├── UIElement_MeasurePerf.xaml.cs │ │ │ │ ├── UIElement_Native_Child.xaml │ │ │ │ ├── UIElement_Native_Child.xaml.cs │ │ │ │ ├── UIElement_Transform_And_Clipping.xaml │ │ │ │ └── UIElement_Transform_And_Clipping.xaml.cs │ │ │ ├── VisualStateTests │ │ │ │ ├── VisualState_AdaptiveTrigger_Storyboard.xaml │ │ │ │ ├── VisualState_AdaptiveTrigger_Storyboard.xaml.cs │ │ │ │ ├── VisualState_AdaptiveTrigger_UsingOneStateOnly.xaml │ │ │ │ ├── VisualState_AdaptiveTrigger_UsingOneStateOnly.xaml.cs │ │ │ │ ├── VisualState_ComplexSetters_Automated.xaml │ │ │ │ ├── VisualState_ComplexSetters_Automated.xaml.cs │ │ │ │ ├── VisualState_DoubleAnimationUsingKeyFrames_RotateTransform.xaml │ │ │ │ ├── VisualState_DoubleAnimationUsingKeyFrames_RotateTransform.xaml.cs │ │ │ │ ├── VisualState_Forever_Events.xaml │ │ │ │ ├── VisualState_Forever_Events.xaml.cs │ │ │ │ ├── VisualState_LocalOverride.xaml │ │ │ │ ├── VisualState_LocalOverride.xaml.cs │ │ │ │ ├── VisualState_ReturnPreviousValue.xaml │ │ │ │ ├── VisualState_ReturnPreviousValue.xaml.cs │ │ │ │ ├── VisualState_ReturnPreviousValue2.xaml │ │ │ │ ├── VisualState_ReturnPreviousValue2.xaml.cs │ │ │ │ ├── VisualState_Setter_StaticResource.xaml │ │ │ │ ├── VisualState_Setter_StaticResource.xaml.cs │ │ │ │ ├── VisualState_Setters.xaml │ │ │ │ ├── VisualState_Setters.xaml.cs │ │ │ │ ├── VisualTransition_Execution_Order.xaml │ │ │ │ └── VisualTransition_Execution_Order.xaml.cs │ │ │ ├── WindowTests │ │ │ │ ├── Window_ContentIsFullyVisible.xaml │ │ │ │ ├── Window_ContentIsFullyVisible.xaml.cs │ │ │ │ ├── Window_Metrics.xaml │ │ │ │ ├── Window_Metrics.xaml.cs │ │ │ │ ├── Window_Resizing_Flicker.xaml │ │ │ │ ├── Window_Resizing_Flicker.xaml.cs │ │ │ │ ├── Window_SetBackground.xaml │ │ │ │ └── Window_SetBackground.xaml.cs │ │ │ ├── XamlRoot │ │ │ │ ├── XamlRoot_Properties.xaml │ │ │ │ ├── XamlRoot_Properties.xaml.cs │ │ │ │ ├── XamlRoot_Sizing.xaml │ │ │ │ └── XamlRoot_Sizing.xaml.cs │ │ │ ├── xBindTests │ │ │ │ ├── NoPhaseBinding_Large.xaml │ │ │ │ ├── NoPhaseBinding_Large.xaml.cs │ │ │ │ ├── PhaseBinding.xaml │ │ │ │ ├── PhaseBinding.xaml.cs │ │ │ │ ├── PhaseBinding_Large.xaml │ │ │ │ ├── PhaseBinding_Large.xaml.cs │ │ │ │ ├── PhaseBinding_StartOne.xaml │ │ │ │ ├── PhaseBinding_StartOne.xaml.cs │ │ │ │ ├── XBindControl01.xaml │ │ │ │ ├── XBindControl01.xaml.cs │ │ │ │ ├── XBind_Simple.xaml │ │ │ │ ├── XBind_Simple.xaml.cs │ │ │ │ ├── XBindviewModel.cs │ │ │ │ ├── xBind.xaml │ │ │ │ ├── xBind.xaml.cs │ │ │ │ ├── xBind_Field.xaml │ │ │ │ ├── xBind_Field.xaml.cs │ │ │ │ ├── xBind_Functions.xaml │ │ │ │ └── xBind_Functions.xaml.cs │ │ │ └── xLoadTests │ │ │ │ ├── xLoad_FindName.xaml │ │ │ │ ├── xLoad_FindName.xaml.cs │ │ │ │ ├── xLoad_Literal.xaml │ │ │ │ ├── xLoad_Literal.xaml.cs │ │ │ │ ├── xLoad_Test_For_Leak.xaml │ │ │ │ ├── xLoad_Test_For_Leak.xaml.cs │ │ │ │ ├── xLoad_xBind.xaml │ │ │ │ └── xLoad_xBind.xaml.cs │ │ ├── Windows_UI_Xaml_Controls │ │ │ ├── AutoSuggestBoxTests │ │ │ │ ├── AutoSuggestBoxChosenSuggestion.xaml │ │ │ │ ├── AutoSuggestBoxChosenSuggestion.xaml.cs │ │ │ │ ├── AutoSuggestBoxTestData.cs │ │ │ │ ├── AutoSuggestBox_BitmapIcon.xaml │ │ │ │ ├── AutoSuggestBox_BitmapIcon.xaml.cs │ │ │ │ ├── AutoSuggestBox_Description.xaml │ │ │ │ ├── AutoSuggestBox_Description.xaml.cs │ │ │ │ ├── AutoSuggestBox_Icons.xaml │ │ │ │ ├── AutoSuggestBox_Icons.xaml.cs │ │ │ │ ├── AutoSuggestBox_Keyboard.xaml │ │ │ │ ├── AutoSuggestBox_Keyboard.xaml.cs │ │ │ │ ├── AutoSuggestBox_Reason.xaml │ │ │ │ ├── AutoSuggestBox_Reason.xaml.cs │ │ │ │ ├── AutoSuggestBox_SoftKeboard.xaml │ │ │ │ ├── AutoSuggestBox_SoftKeboard.xaml.cs │ │ │ │ ├── BasicAutoSuggestBox.xaml │ │ │ │ ├── BasicAutoSuggestBox.xaml.cs │ │ │ │ └── MeasuredBitmapIcon.cs │ │ │ ├── BitmapIconTests │ │ │ │ ├── BitmapIcon_Foreground.xaml │ │ │ │ ├── BitmapIcon_Foreground.xaml.cs │ │ │ │ ├── BitmapIcon_Generic.xaml │ │ │ │ ├── BitmapIcon_Generic.xaml.cs │ │ │ │ ├── BitmapIcon_Monochromatic.xaml │ │ │ │ ├── BitmapIcon_Monochromatic.xaml.cs │ │ │ │ ├── BitmapIcon_Sizing.xaml │ │ │ │ └── BitmapIcon_Sizing.xaml.cs │ │ │ ├── BorderTests │ │ │ │ ├── AutoBorderStretchwithbottommargin.xaml │ │ │ │ ├── AutoBorderStretchwithbottommargin.xaml.cs │ │ │ │ ├── AutoBorderStretchwithleftmargin.xaml │ │ │ │ ├── AutoBorderStretchwithleftmargin.xaml.cs │ │ │ │ ├── AutoBorderStretchwithrightmargin.xaml │ │ │ │ ├── AutoBorderStretchwithrightmargin.xaml.cs │ │ │ │ ├── AutoBorderStretchwithtopmargin.xaml │ │ │ │ ├── AutoBorderStretchwithtopmargin.xaml.cs │ │ │ │ ├── BorderAntiAlias.xaml │ │ │ │ ├── BorderAntiAlias.xaml.cs │ │ │ │ ├── BorderBottomwithmargins.xaml │ │ │ │ ├── BorderBottomwithmargins.xaml.cs │ │ │ │ ├── BorderCenteredwithmargins.xaml │ │ │ │ ├── BorderCenteredwithmargins.xaml.cs │ │ │ │ ├── BorderLeftwithmargins.xaml │ │ │ │ ├── BorderLeftwithmargins.xaml.cs │ │ │ │ ├── BorderRightwithmargins.xaml │ │ │ │ ├── BorderRightwithmargins.xaml.cs │ │ │ │ ├── BorderTopwithmargins.xaml │ │ │ │ ├── BorderTopwithmargins.xaml.cs │ │ │ │ ├── BorderWithNullBrushAndNonZeroThickness.xaml │ │ │ │ ├── BorderWithNullBrushAndNonZeroThickness.xaml.cs │ │ │ │ ├── Border_BorderThickness.xaml │ │ │ │ ├── Border_BorderThickness.xaml.cs │ │ │ │ ├── Border_Clipped_Change_Property.xaml │ │ │ │ ├── Border_Clipped_Change_Property.xaml.cs │ │ │ │ ├── Border_CornerOverlap.xaml │ │ │ │ ├── Border_CornerOverlap.xaml.cs │ │ │ │ ├── Border_CornerRadius.xaml │ │ │ │ ├── Border_CornerRadius.xaml.cs │ │ │ │ ├── Border_CornerRadius_Alignments.xaml │ │ │ │ ├── Border_CornerRadius_Alignments.xaml.cs │ │ │ │ ├── Border_CornerRadius_Binding.xaml │ │ │ │ ├── Border_CornerRadius_Binding.xaml.cs │ │ │ │ ├── Border_CornerRadius_BorderThickness.xaml │ │ │ │ ├── Border_CornerRadius_BorderThickness.xaml.cs │ │ │ │ ├── Border_CornerRadius_Clipping.xaml │ │ │ │ ├── Border_CornerRadius_Clipping.xaml.cs │ │ │ │ ├── Border_CornerRadius_Clipping2.xaml │ │ │ │ ├── Border_CornerRadius_Clipping2.xaml.cs │ │ │ │ ├── Border_CornerRadius_Gradient.xaml │ │ │ │ ├── Border_CornerRadius_Gradient.xaml.cs │ │ │ │ ├── Border_CornerRadius_Toggle.xaml │ │ │ │ ├── Border_CornerRadius_Toggle.xaml.cs │ │ │ │ ├── Border_CornerRadius_with_Opacity.xaml │ │ │ │ ├── Border_CornerRadius_with_Opacity.xaml.cs │ │ │ │ ├── Border_LinearGradientBrush.xaml │ │ │ │ ├── Border_LinearGradientBrush.xaml.cs │ │ │ │ ├── Border_Simple.xaml │ │ │ │ ├── Border_Simple.xaml.cs │ │ │ │ ├── Border_Simple_No_Background.xaml │ │ │ │ ├── Border_Simple_No_Background.xaml.cs │ │ │ │ ├── Border_Simple_No_Background_With_Content_Border_With_Background.xaml │ │ │ │ ├── Border_Simple_No_Background_With_Content_Border_With_Background.xaml.cs │ │ │ │ ├── Border_Simple_No_Background_With_TextBox.xaml │ │ │ │ ├── Border_Simple_No_Background_With_TextBox.xaml.cs │ │ │ │ ├── Border_Simple_with_Opacity.xaml │ │ │ │ ├── Border_Simple_with_Opacity.xaml.cs │ │ │ │ ├── Border_Simple_with_Uniform_Thickness.xaml │ │ │ │ ├── Border_Simple_with_Uniform_Thickness.xaml.cs │ │ │ │ ├── Border_Simple_with_non_Uniform_Thickness.xaml │ │ │ │ ├── Border_Simple_with_non_Uniform_Thickness.xaml.cs │ │ │ │ ├── Circle.xaml │ │ │ │ ├── Circle.xaml.cs │ │ │ │ ├── NonUniformThicknessandRadius.xaml │ │ │ │ ├── NonUniformThicknessandRadius.xaml.cs │ │ │ │ ├── OnepxThicknessandRadius.xaml │ │ │ │ ├── OnepxThicknessandRadius.xaml.cs │ │ │ │ ├── OnepxThicknessandRadiusAndTextBlock.xaml │ │ │ │ ├── OnepxThicknessandRadiusAndTextBlock.xaml.cs │ │ │ │ ├── PanelWithNullBrushAndNonZeroThickness.xaml │ │ │ │ ├── PanelWithNullBrushAndNonZeroThickness.xaml.cs │ │ │ │ ├── Simple_with_Radius.xaml │ │ │ │ ├── Simple_with_Radius.xaml.cs │ │ │ │ ├── SimplewithNonUnifmormRadius.xaml │ │ │ │ ├── SimplewithNonUnifmormRadius.xaml.cs │ │ │ │ ├── UniformThicknessandNonUniformRadius.xaml │ │ │ │ ├── UniformThicknessandNonUniformRadius.xaml.cs │ │ │ │ ├── Uniform_Thickness_and_Large_Radius.xaml │ │ │ │ ├── Uniform_Thickness_and_Large_Radius.xaml.cs │ │ │ │ ├── Uniform_Thickness_and_Small_Radius.xaml │ │ │ │ ├── Uniform_Thickness_and_Small_Radius.xaml.cs │ │ │ │ ├── ZeroThickness.xaml │ │ │ │ ├── ZeroThickness.xaml.cs │ │ │ │ ├── ZeroThicknessWithRadius.xaml │ │ │ │ └── ZeroThicknessWithRadius.xaml.cs │ │ │ ├── Button │ │ │ │ ├── AppBarButtonTest.xaml │ │ │ │ ├── AppBarButtonTest.xaml.cs │ │ │ │ ├── AppBarButtonWithIconTest.xaml │ │ │ │ ├── AppBarButtonWithIconTest.xaml.cs │ │ │ │ ├── AppBarToggleButtonTest.xaml │ │ │ │ ├── AppBarToggleButtonTest.xaml.cs │ │ │ │ ├── AppBar_KeyBoard.xaml │ │ │ │ ├── AppBar_KeyBoard.xaml.cs │ │ │ │ ├── ButtonTestsViewModel.cs │ │ │ │ ├── Button_Click_Verify_SynchronizationContext.xaml │ │ │ │ ├── Button_Click_Verify_SynchronizationContext.xaml.cs │ │ │ │ ├── Button_Events.xaml │ │ │ │ ├── Button_Events.xaml.cs │ │ │ │ ├── Button_IsEnabled.xaml │ │ │ │ ├── Button_IsEnabled.xaml.cs │ │ │ │ ├── Button_IsEnabled_Automated.xaml │ │ │ │ ├── Button_IsEnabled_Automated.xaml.cs │ │ │ │ ├── Button_Opacity_Automated.xaml │ │ │ │ ├── Button_Opacity_Automated.xaml.cs │ │ │ │ ├── Button_UseUWPDefaultStyles.xaml │ │ │ │ ├── Button_UseUWPDefaultStyles.xaml.cs │ │ │ │ ├── Buttons.xaml │ │ │ │ ├── Buttons.xaml.cs │ │ │ │ ├── Buttons_Native.xaml │ │ │ │ ├── Buttons_Native.xaml.cs │ │ │ │ ├── CheckBox_Button.xaml │ │ │ │ ├── CheckBox_Button.xaml.cs │ │ │ │ ├── CheckBox_Button_UWA_Style.xaml │ │ │ │ ├── CheckBox_Button_UWA_Style.xaml.cs │ │ │ │ ├── CheckBox_Button_With_CanExecute_Changing.xaml │ │ │ │ ├── CheckBox_Button_With_CanExecute_Changing.xaml.cs │ │ │ │ ├── CheckBox_IsEnabled_Automated.xaml │ │ │ │ ├── CheckBox_IsEnabled_Automated.xaml.cs │ │ │ │ ├── ComboBox_ReopenDropdown.xaml │ │ │ │ ├── ComboBox_ReopenDropdown.xaml.cs │ │ │ │ ├── ComboBox_Simple.xaml │ │ │ │ ├── ComboBox_Simple.xaml.cs │ │ │ │ ├── Custom_Button_With_ContentTemplate.xaml │ │ │ │ ├── Custom_Button_With_ContentTemplate.xaml.cs │ │ │ │ ├── Custom_Button_With_ContentTemplate_And_StackPanel.xaml │ │ │ │ ├── Custom_Button_With_ContentTemplate_And_StackPanel.xaml.cs │ │ │ │ ├── HyperlinkButton_IsEnabled_Automated.xaml │ │ │ │ ├── HyperlinkButton_IsEnabled_Automated.xaml.cs │ │ │ │ ├── Hyperlink_Button.xaml │ │ │ │ ├── Hyperlink_Button.xaml.cs │ │ │ │ ├── Hyperlink_CanExecute_False.xaml │ │ │ │ ├── Hyperlink_CanExecute_False.xaml.cs │ │ │ │ ├── Hyperlink_Disabled.xaml │ │ │ │ ├── Hyperlink_Disabled.xaml.cs │ │ │ │ ├── Nested_Buttons.xaml │ │ │ │ ├── Nested_Buttons.xaml.cs │ │ │ │ ├── Overlapped_Buttons.xaml │ │ │ │ ├── Overlapped_Buttons.xaml.cs │ │ │ │ ├── RadioButton_Combined_Style.xaml │ │ │ │ ├── RadioButton_Combined_Style.xaml.cs │ │ │ │ ├── RadioButton_IsEnabled_Automated.xaml │ │ │ │ ├── RadioButton_IsEnabled_Automated.xaml.cs │ │ │ │ ├── RadioButton_Multiple_Unnamed_Groups.xaml │ │ │ │ ├── RadioButton_Multiple_Unnamed_Groups.xaml.cs │ │ │ │ ├── RadioButton_Pressed.xaml │ │ │ │ ├── RadioButton_Pressed.xaml.cs │ │ │ │ ├── RadioButton_With_GroupName.xaml │ │ │ │ ├── RadioButton_With_GroupName.xaml.cs │ │ │ │ ├── Radio_Button.xaml │ │ │ │ ├── Radio_Button.xaml.cs │ │ │ │ ├── Simple_Button.xaml │ │ │ │ ├── Simple_Button.xaml.cs │ │ │ │ ├── Simple_Button_With_CanExecute_Changing.xaml │ │ │ │ ├── Simple_Button_With_CanExecute_Changing.xaml.cs │ │ │ │ ├── ToggleButton_IsEnabled_Automated.xaml │ │ │ │ ├── ToggleButton_IsEnabled_Automated.xaml.cs │ │ │ │ ├── ToggleButton_TapToClick.xaml │ │ │ │ ├── ToggleButton_TapToClick.xaml.cs │ │ │ │ ├── ToggleSwitch_IsEnable_Automated.xaml │ │ │ │ ├── ToggleSwitch_IsEnable_Automated.xaml.cs │ │ │ │ └── VisualStateProbeControl.cs │ │ │ ├── CalendarView │ │ │ │ ├── CalendarDatePicker_Basics.xaml │ │ │ │ ├── CalendarDatePicker_Basics.xaml.cs │ │ │ │ ├── CalendarDatePicker_Description.xaml │ │ │ │ ├── CalendarDatePicker_Description.xaml.cs │ │ │ │ ├── CalendarDatePicker_Features.xaml │ │ │ │ ├── CalendarDatePicker_Features.xaml.cs │ │ │ │ ├── CalendarView_Basics.xaml │ │ │ │ ├── CalendarView_Basics.xaml.cs │ │ │ │ ├── CalendarView_Cultures.xaml │ │ │ │ ├── CalendarView_Cultures.xaml.cs │ │ │ │ ├── CalendarView_Features.xaml │ │ │ │ ├── CalendarView_Features.xaml.cs │ │ │ │ ├── CalendarView_ScrollingRegion.xaml │ │ │ │ ├── CalendarView_ScrollingRegion.xaml.cs │ │ │ │ ├── CalendarView_SmallRange.xaml │ │ │ │ ├── CalendarView_SmallRange.xaml.cs │ │ │ │ ├── CalendarView_Theming.xaml │ │ │ │ └── CalendarView_Theming.xaml.cs │ │ │ ├── Canvas │ │ │ │ ├── Canvas_In_Canvas.xaml │ │ │ │ ├── Canvas_In_Canvas.xaml.cs │ │ │ │ ├── Canvas_With_Outer_Clip.xaml │ │ │ │ ├── Canvas_With_Outer_Clip.xaml.cs │ │ │ │ ├── Canvas_ZIndex.xaml │ │ │ │ ├── Canvas_ZIndex.xaml.cs │ │ │ │ ├── Grid_ZIndex.xaml │ │ │ │ ├── Grid_ZIndex.xaml.cs │ │ │ │ ├── Measure_Children_In_Canvas.xaml │ │ │ │ └── Measure_Children_In_Canvas.xaml.cs │ │ │ ├── ChatBox │ │ │ │ ├── ChatBox.xaml │ │ │ │ └── ChatBox.xaml.cs │ │ │ ├── CheckBoxTests │ │ │ │ ├── CheckBox_Automated.xaml │ │ │ │ ├── CheckBox_Automated.xaml.cs │ │ │ │ ├── CheckBox_States.xaml │ │ │ │ └── CheckBox_States.xaml.cs │ │ │ ├── ComboBox │ │ │ │ ├── ComboBox_ComboBoxItem_Selection.xaml │ │ │ │ ├── ComboBox_ComboBoxItem_Selection.xaml.cs │ │ │ │ ├── ComboBox_CornerRadius.xaml │ │ │ │ ├── ComboBox_CornerRadius.xaml.cs │ │ │ │ ├── ComboBox_Corners.xaml │ │ │ │ ├── ComboBox_Corners.xaml.cs │ │ │ │ ├── ComboBox_Description.xaml │ │ │ │ ├── ComboBox_Description.xaml.cs │ │ │ │ ├── ComboBox_Disabled.xaml │ │ │ │ ├── ComboBox_Disabled.xaml.cs │ │ │ │ ├── ComboBox_DisplayMemberPath.xaml │ │ │ │ ├── ComboBox_DisplayMemberPath.xaml.cs │ │ │ │ ├── ComboBox_DropDownPlacement.xaml │ │ │ │ ├── ComboBox_DropDownPlacement.xaml.cs │ │ │ │ ├── ComboBox_DropDownWidth.xaml │ │ │ │ ├── ComboBox_DropDownWidth.xaml.cs │ │ │ │ ├── ComboBox_Dropdown_Background_4418.xaml │ │ │ │ ├── ComboBox_Dropdown_Background_4418.xaml.cs │ │ │ │ ├── ComboBox_Empty.xaml │ │ │ │ ├── ComboBox_Empty.xaml.cs │ │ │ │ ├── ComboBox_FullScreen_Popup.xaml │ │ │ │ ├── ComboBox_FullScreen_Popup.xaml.cs │ │ │ │ ├── ComboBox_Header.xaml │ │ │ │ ├── ComboBox_Header.xaml.cs │ │ │ │ ├── ComboBox_IsSelected.xaml │ │ │ │ ├── ComboBox_IsSelected.xaml.cs │ │ │ │ ├── ComboBox_ItemDataContext.xaml │ │ │ │ ├── ComboBox_ItemDataContext.xaml.cs │ │ │ │ ├── ComboBox_ItemsSource.xaml │ │ │ │ ├── ComboBox_ItemsSource.xaml.cs │ │ │ │ ├── ComboBox_Legacy.xaml │ │ │ │ ├── ComboBox_Legacy.xaml.cs │ │ │ │ ├── ComboBox_MaxDropdownHeight.xaml │ │ │ │ ├── ComboBox_MaxDropdownHeight.xaml.cs │ │ │ │ ├── ComboBox_NativePopup.xaml │ │ │ │ ├── ComboBox_NativePopup.xaml.cs │ │ │ │ ├── ComboBox_NoDataContext.xaml │ │ │ │ ├── ComboBox_NoDataContext.xaml.cs │ │ │ │ ├── ComboBox_Picker.xaml │ │ │ │ ├── ComboBox_Picker.xaml.cs │ │ │ │ ├── ComboBox_PlaceholderText.xaml │ │ │ │ ├── ComboBox_PlaceholderText.xaml.cs │ │ │ │ ├── ComboBox_Pointers.xaml │ │ │ │ ├── ComboBox_Pointers.xaml.cs │ │ │ │ ├── ComboBox_Popover.xaml │ │ │ │ ├── ComboBox_Popover.xaml.cs │ │ │ │ ├── ComboBox_ScrollViewer.xaml │ │ │ │ ├── ComboBox_ScrollViewer.xaml.cs │ │ │ │ ├── ComboBox_SelectedIndex.xaml │ │ │ │ ├── ComboBox_SelectedIndex.xaml.cs │ │ │ │ ├── ComboBox_SelectedItem.xaml │ │ │ │ ├── ComboBox_SelectedItem.xaml.cs │ │ │ │ ├── ComboBox_Stretch.xaml │ │ │ │ ├── ComboBox_Stretch.xaml.cs │ │ │ │ ├── ComboBox_ToggleDisabled.xaml │ │ │ │ ├── ComboBox_ToggleDisabled.xaml.cs │ │ │ │ ├── ComboBox_Transforms.xaml │ │ │ │ ├── ComboBox_Transforms.xaml.cs │ │ │ │ ├── ComboBox_Virtualizing.xaml │ │ │ │ ├── ComboBox_Virtualizing.xaml.cs │ │ │ │ ├── ComboBox_VisibleBounds.xaml │ │ │ │ ├── ComboBox_VisibleBounds.xaml.cs │ │ │ │ ├── ComboBox_With_ItemContainerStyle.xaml │ │ │ │ ├── ComboBox_With_ItemContainerStyle.xaml.cs │ │ │ │ ├── ComboBox_With_ItemTemplate.xaml │ │ │ │ ├── ComboBox_With_ItemTemplate.xaml.cs │ │ │ │ ├── Picker_Resizable.xaml │ │ │ │ └── Picker_Resizable.xaml.cs │ │ │ ├── CommandBar │ │ │ │ ├── BackButtonImage │ │ │ │ │ ├── CommandBar_Frame.xaml │ │ │ │ │ ├── CommandBar_Frame.xaml.cs │ │ │ │ │ ├── CommandBar_Page1.xaml │ │ │ │ │ ├── CommandBar_Page1.xaml.cs │ │ │ │ │ ├── CommandBar_Page2.xaml │ │ │ │ │ └── CommandBar_Page2.xaml.cs │ │ │ │ ├── BackButtonTitle │ │ │ │ │ ├── CommandBar_Frame.xaml │ │ │ │ │ ├── CommandBar_Frame.xaml.cs │ │ │ │ │ ├── CommandBar_Page1.xaml │ │ │ │ │ ├── CommandBar_Page1.xaml.cs │ │ │ │ │ ├── CommandBar_Page2.xaml │ │ │ │ │ └── CommandBar_Page2.xaml.cs │ │ │ │ ├── BackGesture │ │ │ │ │ ├── BackGesture_Chooser.xaml │ │ │ │ │ ├── BackGesture_Chooser.xaml.cs │ │ │ │ │ ├── BackGesture_Collapsed.xaml │ │ │ │ │ ├── BackGesture_Collapsed.xaml.cs │ │ │ │ │ ├── BackGesture_CollapsedNavigationCommand.xaml │ │ │ │ │ ├── BackGesture_CollapsedNavigationCommand.xaml.cs │ │ │ │ │ ├── BackGesture_NavigationCommand.xaml │ │ │ │ │ ├── BackGesture_NavigationCommand.xaml.cs │ │ │ │ │ ├── BackGesture_Normal.xaml │ │ │ │ │ └── BackGesture_Normal.xaml.cs │ │ │ │ ├── Background │ │ │ │ │ ├── CommandBar_Background_Frame.xaml │ │ │ │ │ ├── CommandBar_Background_Frame.xaml.cs │ │ │ │ │ ├── CommandBar_Background_Page1.xaml │ │ │ │ │ ├── CommandBar_Background_Page1.xaml.cs │ │ │ │ │ ├── CommandBar_Background_Page2.xaml │ │ │ │ │ └── CommandBar_Background_Page2.xaml.cs │ │ │ │ ├── CommandBarCommandViewModel.cs │ │ │ │ ├── CommandBarTitle.cs │ │ │ │ ├── CommandBarViewModel.cs │ │ │ │ ├── CommandBar_BackGesture.xaml │ │ │ │ ├── CommandBar_BackGesture.xaml.cs │ │ │ │ ├── CommandBar_Content.xaml │ │ │ │ ├── CommandBar_Content.xaml.cs │ │ │ │ ├── CommandBar_Dynamic.xaml │ │ │ │ ├── CommandBar_Dynamic.xaml.cs │ │ │ │ ├── CommandBar_Examples.xaml │ │ │ │ ├── CommandBar_Examples.xaml.cs │ │ │ │ ├── CommandBar_Extensions.xaml │ │ │ │ ├── CommandBar_Extensions.xaml.cs │ │ │ │ ├── CommandBar_Flyout.xaml │ │ │ │ ├── CommandBar_Flyout.xaml.cs │ │ │ │ ├── CommandBar_LongTitle.xaml │ │ │ │ ├── CommandBar_LongTitle.xaml.cs │ │ │ │ ├── CommandBar_Native.xaml │ │ │ │ ├── CommandBar_Native.xaml.cs │ │ │ │ ├── CommandBar_Native_Frame.xaml │ │ │ │ ├── CommandBar_Native_Frame.xaml.cs │ │ │ │ ├── CommandBar_Native_With_AppBarButton_Binding.xaml │ │ │ │ ├── CommandBar_Native_With_AppBarButton_Binding.xaml.cs │ │ │ │ ├── CommandBar_Native_With_AppBarButton_With_Foreground.xaml │ │ │ │ ├── CommandBar_Native_With_AppBarButton_With_Foreground.xaml.cs │ │ │ │ ├── CommandBar_Native_With_Content.xaml │ │ │ │ ├── CommandBar_Native_With_Content.xaml.cs │ │ │ │ ├── CommandBar_Native_With_TextBox.xaml │ │ │ │ ├── CommandBar_Native_With_TextBox.xaml.cs │ │ │ │ ├── CommandBar_Padding.xaml │ │ │ │ ├── CommandBar_Padding.xaml.cs │ │ │ │ ├── CommandBar_Uppercase_Resource.xaml │ │ │ │ ├── CommandBar_Uppercase_Resource.xaml.cs │ │ │ │ ├── CommandBar_With_Long_Sentences.xaml │ │ │ │ ├── CommandBar_With_Long_Sentences.xaml.cs │ │ │ │ ├── CommandBar_Xaml_Automated.xaml │ │ │ │ ├── CommandBar_Xaml_Automated.xaml.cs │ │ │ │ ├── CustomContent │ │ │ │ │ ├── CommandBar_Frame.xaml │ │ │ │ │ ├── CommandBar_Frame.xaml.cs │ │ │ │ │ ├── CommandBar_Page1.xaml │ │ │ │ │ └── CommandBar_Page1.xaml.cs │ │ │ │ ├── LongTitle │ │ │ │ │ ├── CommandBar_Frame.xaml │ │ │ │ │ ├── CommandBar_Frame.xaml.cs │ │ │ │ │ ├── CommandBar_Page1.xaml │ │ │ │ │ ├── CommandBar_Page1.xaml.cs │ │ │ │ │ ├── CommandBar_Page2.xaml │ │ │ │ │ ├── CommandBar_Page2.xaml.cs │ │ │ │ │ ├── CommandBar_Page3.xaml │ │ │ │ │ └── CommandBar_Page3.xaml.cs │ │ │ │ └── Native_Frame │ │ │ │ │ ├── Page_Detail.xaml │ │ │ │ │ ├── Page_Detail.xaml.cs │ │ │ │ │ ├── Page_With_CommandBar_TextBlock.xaml │ │ │ │ │ └── Page_With_CommandBar_TextBlock.xaml.cs │ │ │ ├── ContentControlTestsControl │ │ │ │ ├── ContentControlNoTemplateNoContent.xaml │ │ │ │ ├── ContentControlNoTemplateNoContent.xaml.cs │ │ │ │ ├── ContentControlTestViewModel.cs │ │ │ │ ├── ContentControl_Changing_ContentTemplate.xaml │ │ │ │ ├── ContentControl_Changing_ContentTemplate.xaml.cs │ │ │ │ ├── ContentControl_ComboBoxSetNull.xaml │ │ │ │ ├── ContentControl_ComboBoxSetNull.xaml.cs │ │ │ │ ├── ContentControl_DefaultText.xaml │ │ │ │ ├── ContentControl_DefaultText.xaml.cs │ │ │ │ ├── ContentControl_FindName.xaml │ │ │ │ ├── ContentControl_FindName.xaml.cs │ │ │ │ ├── ContentControl_Inheritance.xaml │ │ │ │ ├── ContentControl_Inheritance.xaml.cs │ │ │ │ ├── ContentControl_MultiLevelInheritance.xaml │ │ │ │ ├── ContentControl_MultiLevelInheritance.xaml.cs │ │ │ │ ├── ContentControl_Nested_TemplatedParent.xaml │ │ │ │ ├── ContentControl_Nested_TemplatedParent.xaml.cs │ │ │ │ ├── ContentControl_NoTemplateDataContext.xaml │ │ │ │ ├── ContentControl_NoTemplateDataContext.xaml.cs │ │ │ │ ├── ContentControl_SelectorInheritance.xaml │ │ │ │ ├── ContentControl_SelectorInheritance.xaml.cs │ │ │ │ ├── ContentControl_SetNull.xaml │ │ │ │ ├── ContentControl_SetNull.xaml.cs │ │ │ │ ├── ContentControl_UnsetContent.xaml │ │ │ │ ├── ContentControl_UnsetContent.xaml.cs │ │ │ │ ├── ContentControl_WithInlineContent.xaml │ │ │ │ ├── ContentControl_WithInlineContent.xaml.cs │ │ │ │ ├── ContentControl_WithPadding.xaml │ │ │ │ ├── ContentControl_WithPadding.xaml.cs │ │ │ │ ├── FindNameTestControl.cs │ │ │ │ └── SelectorInheritanceTemplateSelector.cs │ │ │ ├── ContentDialogTests │ │ │ │ ├── ComboBoxContentDialog.xaml │ │ │ │ ├── ComboBoxContentDialog.xaml.cs │ │ │ │ ├── ContentDialog_Async.xaml │ │ │ │ ├── ContentDialog_Async.xaml.cs │ │ │ │ ├── ContentDialog_Closing.xaml │ │ │ │ ├── ContentDialog_Closing.xaml.cs │ │ │ │ ├── ContentDialog_ComboBox.xaml │ │ │ │ ├── ContentDialog_ComboBox.xaml.cs │ │ │ │ ├── ContentDialog_Dialogs.xaml │ │ │ │ ├── ContentDialog_Dialogs.xaml.cs │ │ │ │ ├── ContentDialog_Simple.xaml │ │ │ │ ├── ContentDialog_Simple.xaml.cs │ │ │ │ ├── ContentDialog_TextBox.xaml │ │ │ │ ├── ContentDialog_TextBox.xaml.cs │ │ │ │ └── Dialogs │ │ │ │ │ ├── ContentDialogRateApp.xaml │ │ │ │ │ ├── ContentDialogRateApp.xaml.cs │ │ │ │ │ ├── ContentDialog_SignIn.xaml │ │ │ │ │ ├── ContentDialog_SignIn.xaml.cs │ │ │ │ │ ├── ContentDialog_Simple_Dialog.xaml │ │ │ │ │ ├── ContentDialog_Simple_Dialog.xaml.cs │ │ │ │ │ ├── ContentDialog_TermsAndConditions.xaml │ │ │ │ │ └── ContentDialog_TermsAndConditions.xaml.cs │ │ │ ├── ContentPresenter │ │ │ │ ├── ContentPresenter_Background.xaml │ │ │ │ ├── ContentPresenter_Background.xaml.cs │ │ │ │ ├── ContentPresenter_Changing_ContentTemplate.xaml │ │ │ │ ├── ContentPresenter_Changing_ContentTemplate.xaml.cs │ │ │ │ ├── ContentPresenter_Content_DataContext.xaml │ │ │ │ ├── ContentPresenter_Content_DataContext.xaml.cs │ │ │ │ ├── ContentPresenter_ImplicitContent.xaml │ │ │ │ ├── ContentPresenter_ImplicitContent.xaml.cs │ │ │ │ ├── ContentPresenter_LocalOverride.xaml │ │ │ │ ├── ContentPresenter_LocalOverride.xaml.cs │ │ │ │ ├── ContentPresenter_NativeEmbedding.xaml │ │ │ │ ├── ContentPresenter_NativeEmbedding.xaml.cs │ │ │ │ ├── ContentPresenter_NativeEmbedding_Android_FillType.xaml │ │ │ │ ├── ContentPresenter_NativeEmbedding_Android_FillType.xaml.cs │ │ │ │ ├── ContentPresenter_NativeEmbedding_ZIndex.xaml │ │ │ │ ├── ContentPresenter_NativeEmbedding_ZIndex.xaml.cs │ │ │ │ ├── ContentPresenter_Padding.xaml │ │ │ │ ├── ContentPresenter_Padding.xaml.cs │ │ │ │ ├── ContentPresenter_Template.xaml │ │ │ │ ├── ContentPresenter_Template.xaml.cs │ │ │ │ ├── ContentPresenter_TextProperties.xaml │ │ │ │ └── ContentPresenter_TextProperties.xaml.cs │ │ │ ├── ControlTests │ │ │ │ ├── Button_Enabled_Control_Disabled.xaml │ │ │ │ ├── Button_Enabled_Control_Disabled.xaml.cs │ │ │ │ ├── Control_IsEnabled_Inheritance.xaml │ │ │ │ └── Control_IsEnabled_Inheritance.xaml.cs │ │ │ ├── DatePicker │ │ │ │ ├── DatePickerFlyout_Automated.xaml │ │ │ │ ├── DatePickerFlyout_Automated.xaml.cs │ │ │ │ ├── DatePickerFlyout_Date_Binding.xaml │ │ │ │ ├── DatePickerFlyout_Date_Binding.xaml.cs │ │ │ │ ├── DatePickerFlyout_MinYear.xaml │ │ │ │ ├── DatePickerFlyout_MinYear.xaml.cs │ │ │ │ ├── DatePickerFlyout_Unloaded.xaml │ │ │ │ ├── DatePickerFlyout_Unloaded.xaml.cs │ │ │ │ ├── DatePickerSample.xaml │ │ │ │ ├── DatePickerSample.xaml.cs │ │ │ │ ├── DatePicker_DatePartVisibility.xaml │ │ │ │ ├── DatePicker_DatePartVisibility.xaml.cs │ │ │ │ ├── DatePicker_Features.xaml │ │ │ │ ├── DatePicker_Features.xaml.cs │ │ │ │ ├── DatePicker_Header.xaml │ │ │ │ ├── DatePicker_Header.xaml.cs │ │ │ │ ├── DatePicker_Placement.xaml │ │ │ │ ├── DatePicker_Placement.xaml.cs │ │ │ │ ├── DatePicker_SampleContent.xaml │ │ │ │ ├── DatePicker_SampleContent.xaml.cs │ │ │ │ ├── DatePicker_VisualStates.xaml │ │ │ │ ├── DatePicker_VisualStates.xaml.cs │ │ │ │ └── Models │ │ │ │ │ └── DatePickerViewModel.cs │ │ │ ├── DateTimePicker │ │ │ │ ├── DateTimePicker.xaml │ │ │ │ ├── DateTimePicker.xaml.cs │ │ │ │ └── DateTimePicker_Styles.xaml │ │ │ ├── DropDownButton │ │ │ │ ├── DropDownButtonPage.xaml │ │ │ │ └── DropDownButtonPage.xaml.cs │ │ │ ├── FlipView │ │ │ │ ├── FlipView_Background.xaml │ │ │ │ ├── FlipView_Background.xaml.cs │ │ │ │ ├── FlipView_Buttons.xaml │ │ │ │ ├── FlipView_Buttons.xaml.cs │ │ │ │ ├── FlipView_Images.xaml │ │ │ │ └── FlipView_Images.xaml.cs │ │ │ ├── Flyout │ │ │ │ ├── FlyoutButtonViewModel.cs │ │ │ │ ├── Flyout_Attached.xaml │ │ │ │ ├── Flyout_Attached.xaml.cs │ │ │ │ ├── Flyout_ButtonInContent.xaml │ │ │ │ ├── Flyout_ButtonInContent.xaml.cs │ │ │ │ ├── Flyout_Content_ThemeResource.xaml │ │ │ │ ├── Flyout_Content_ThemeResource.xaml.cs │ │ │ │ ├── Flyout_Events.xaml │ │ │ │ ├── Flyout_Events.xaml.cs │ │ │ │ ├── Flyout_LargeContent.xaml │ │ │ │ ├── Flyout_LargeContent.xaml.cs │ │ │ │ ├── Flyout_Local.xaml │ │ │ │ ├── Flyout_Local.xaml.cs │ │ │ │ ├── Flyout_Namescope.xaml │ │ │ │ ├── Flyout_Namescope.xaml.cs │ │ │ │ ├── Flyout_OverlayInputPassThroughElement.xaml │ │ │ │ ├── Flyout_OverlayInputPassThroughElement.xaml.cs │ │ │ │ ├── Flyout_ShowAt_Window_Content.xaml │ │ │ │ ├── Flyout_ShowAt_Window_Content.xaml.cs │ │ │ │ ├── Flyout_Simple.xaml │ │ │ │ ├── Flyout_Simple.xaml.cs │ │ │ │ ├── Flyout_Target.xaml │ │ │ │ ├── Flyout_Target.xaml.cs │ │ │ │ ├── Flyout_TemplatedParent.xaml │ │ │ │ ├── Flyout_TemplatedParent.xaml.cs │ │ │ │ ├── Flyout_ToggleMenu.xaml │ │ │ │ ├── Flyout_ToggleMenu.xaml.cs │ │ │ │ ├── Flyout_Transforms_On_Target.xaml │ │ │ │ ├── Flyout_Transforms_On_Target.xaml.cs │ │ │ │ ├── Flyout_Unloaded.xaml │ │ │ │ ├── Flyout_Unloaded.xaml.cs │ │ │ │ ├── Flyout_Vanilla.xaml │ │ │ │ ├── Flyout_Vanilla.xaml.cs │ │ │ │ ├── MenuFlyoutViewModel.cs │ │ │ │ ├── MenuFlyout_Simple.xaml │ │ │ │ └── MenuFlyout_Simple.xaml.cs │ │ │ ├── FontIcon │ │ │ │ ├── FontIconControlTest.xaml │ │ │ │ └── FontIconControlTest.xaml.cs │ │ │ ├── FrameTests │ │ │ │ ├── FrameTests_RedPage.xaml │ │ │ │ ├── FrameTests_RedPage.xaml.cs │ │ │ │ ├── FrameTests_TransparentPage.xaml │ │ │ │ ├── FrameTests_TransparentPage.xaml.cs │ │ │ │ ├── Frame_PageStacking.xaml │ │ │ │ └── Frame_PageStacking.xaml.cs │ │ │ ├── GridTestsControl │ │ │ │ ├── CenteredGridinGridwithfixedsizechild.xaml │ │ │ │ ├── CenteredGridinGridwithfixedsizechild.xaml.cs │ │ │ │ ├── CenteredGridinGridwiththreefixedsizechildren.xaml │ │ │ │ ├── CenteredGridinGridwiththreefixedsizechildren.xaml.cs │ │ │ │ ├── CenteredGridinGridwithtwofixedsizechildren.xaml │ │ │ │ ├── CenteredGridinGridwithtwofixedsizechildren.xaml.cs │ │ │ │ ├── Databoundwidth.xaml │ │ │ │ ├── Databoundwidth.xaml.cs │ │ │ │ ├── GridDataboundGridColumn.xaml │ │ │ │ ├── GridDataboundGridColumn.xaml.cs │ │ │ │ ├── GridTestViewModel.cs │ │ │ │ ├── GridWithColumnSpan.xaml │ │ │ │ ├── GridWithColumnSpan.xaml.cs │ │ │ │ ├── Grid_Auto_Center_Cell.xaml │ │ │ │ ├── Grid_Auto_Center_Cell.xaml.cs │ │ │ │ ├── Grid_Auto_Text_Block_Trimming.xaml │ │ │ │ ├── Grid_Auto_Text_Block_Trimming.xaml.cs │ │ │ │ ├── Grid_CenteredShapes.xaml │ │ │ │ ├── Grid_CenteredShapes.xaml.cs │ │ │ │ ├── Grid_ColSpan_Bottom.xaml │ │ │ │ ├── Grid_ColSpan_Bottom.xaml.cs │ │ │ │ ├── Grid_DataBound_ColumnRow_Definitions.xaml │ │ │ │ ├── Grid_DataBound_ColumnRow_Definitions.xaml.cs │ │ │ │ ├── Grid_DataBound_RowColumn.xaml │ │ │ │ ├── Grid_DataBound_RowColumn.xaml.cs │ │ │ │ ├── Grid_DynamicRowColumn.xaml │ │ │ │ ├── Grid_DynamicRowColumn.xaml.cs │ │ │ │ ├── Grid_InsideStackPanel_InsideButton.xaml │ │ │ │ ├── Grid_InsideStackPanel_InsideButton.xaml.cs │ │ │ │ ├── Grid_Margin_And_Padding.xaml │ │ │ │ ├── Grid_Margin_And_Padding.xaml.cs │ │ │ │ ├── Grid_MinWidth_MaxWidth.xaml │ │ │ │ ├── Grid_MinWidth_MaxWidth.xaml.cs │ │ │ │ ├── Grid_Multi_Column_Span.xaml │ │ │ │ ├── Grid_Multi_Column_Span.xaml.cs │ │ │ │ ├── Grid_RowSpan_Auto_WithText.xaml │ │ │ │ ├── Grid_RowSpan_Auto_WithText.xaml.cs │ │ │ │ ├── Grid_RowSpan_Right.xaml │ │ │ │ ├── Grid_RowSpan_Right.xaml.cs │ │ │ │ ├── Grid_ScrollViewer.xaml │ │ │ │ ├── Grid_ScrollViewer.xaml.cs │ │ │ │ ├── Grid_Spacing_Adjustable.xaml │ │ │ │ ├── Grid_Spacing_Adjustable.xaml.cs │ │ │ │ ├── Grid_Star_Auto_WithTextblock.xaml │ │ │ │ ├── Grid_Star_Auto_WithTextblock.xaml.cs │ │ │ │ ├── Grid_Style_Local_Override.xaml │ │ │ │ ├── Grid_Style_Local_Override.xaml.cs │ │ │ │ ├── Grid_Two_bottom_row_Auto__middle_col_auto.xaml │ │ │ │ ├── Grid_Two_bottom_row_Auto__middle_col_auto.xaml.cs │ │ │ │ ├── Grid_def_MinMaxValues.xaml │ │ │ │ ├── Grid_def_MinMaxValues.xaml.cs │ │ │ │ ├── Grid_in_Canvas.xaml │ │ │ │ ├── Grid_in_Canvas.xaml.cs │ │ │ │ ├── Grid_in_GridClipping.xaml │ │ │ │ ├── Grid_in_GridClipping.xaml.cs │ │ │ │ ├── Grid_in_StackPanel.xaml │ │ │ │ ├── Grid_in_StackPanel.xaml.cs │ │ │ │ ├── Grid_left_column_Auto.xaml │ │ │ │ ├── Grid_left_column_Auto.xaml.cs │ │ │ │ ├── Grid_middle_col_auto__bottom_row_auto.xaml │ │ │ │ ├── Grid_middle_col_auto__bottom_row_auto.xaml.cs │ │ │ │ ├── Grid_with_Fixed_Size.xaml │ │ │ │ ├── Grid_with_Fixed_Size.xaml.cs │ │ │ │ ├── Grid_with_MinWidthColumns.xaml │ │ │ │ ├── Grid_with_MinWidthColumns.xaml.cs │ │ │ │ ├── Grid_with_MinWidth_MinHeight.xaml │ │ │ │ ├── Grid_with_MinWidth_MinHeight.xaml.cs │ │ │ │ ├── Grid_with_OutOfRange_Cells.xaml │ │ │ │ ├── Grid_with_OutOfRange_Cells.xaml.cs │ │ │ │ ├── Grid_with_Stack_Panel_and_Trimming.xaml │ │ │ │ ├── Grid_with_Stack_Panel_and_Trimming.xaml.cs │ │ │ │ ├── Grid_with_TextBlock_VerticalAlignment.xaml │ │ │ │ ├── Grid_with_TextBlock_VerticalAlignment.xaml.cs │ │ │ │ ├── Grid_with_Text_HorizontalAlignment_With_Margin.xaml │ │ │ │ ├── Grid_with_Text_HorizontalAlignment_With_Margin.xaml.cs │ │ │ │ ├── Grid_with_Text_VerticalAlignment_With_Margin.xaml │ │ │ │ ├── Grid_with_Text_VerticalAlignment_With_Margin.xaml.cs │ │ │ │ ├── Grid_with_UILabel_TextAlignmentVertical_Bottom.xaml │ │ │ │ ├── Grid_with_UILabel_TextAlignmentVertical_Bottom.xaml.cs │ │ │ │ ├── Grid_with_UserControlMargin.xaml │ │ │ │ ├── Grid_with_UserControlMargin.xaml.cs │ │ │ │ ├── Grid_with_UserControl_HorizonalAlignment.xaml │ │ │ │ ├── Grid_with_UserControl_HorizonalAlignment.xaml.cs │ │ │ │ ├── Grid_with_UserControl_VerticalAlignment_Fixed_Height.xaml │ │ │ │ ├── Grid_with_UserControl_VerticalAlignment_Fixed_Height.xaml.cs │ │ │ │ ├── Grid_with_UserControl_VerticalAlignment_Variable_Height.xaml │ │ │ │ ├── Grid_with_UserControl_VerticalAlignment_Variable_Height.xaml.cs │ │ │ │ ├── Grid_with_UserControl_VerticalAlignment_Variable_Width.xaml │ │ │ │ ├── Grid_with_UserControl_VerticalAlignment_Variable_Width.xaml.cs │ │ │ │ ├── Grid_with_attributed_string.xaml │ │ │ │ ├── Grid_with_attributed_string.xaml.cs │ │ │ │ ├── Grid_with_three_UserControl_With_5_Margin.xaml │ │ │ │ ├── Grid_with_three_UserControl_With_5_Margin.xaml.cs │ │ │ │ ├── Quad_column_progressing_split.xaml │ │ │ │ ├── Quad_column_progressing_split.xaml.cs │ │ │ │ ├── Quadrant_absolute_split.xaml │ │ │ │ ├── Quadrant_absolute_split.xaml.cs │ │ │ │ ├── Quadrant_all_100.xaml │ │ │ │ ├── Quadrant_all_100.xaml.cs │ │ │ │ ├── Quadrant_even_split.xaml │ │ │ │ ├── Quadrant_even_split.xaml.cs │ │ │ │ ├── Quadrant_uneven_split.xaml │ │ │ │ ├── Quadrant_uneven_split.xaml.cs │ │ │ │ ├── Simpletwocolumnsplitgrid.xaml │ │ │ │ └── Simpletwocolumnsplitgrid.xaml.cs │ │ │ ├── GridView │ │ │ │ ├── GridViewEmptyGroups.xaml │ │ │ │ ├── GridViewEmptyGroups.xaml.cs │ │ │ │ ├── GridViewFirstVisibleIndex.xaml │ │ │ │ ├── GridViewFirstVisibleIndex.xaml.cs │ │ │ │ ├── GridViewGroupPadding.xaml │ │ │ │ ├── GridViewGroupPadding.xaml.cs │ │ │ │ ├── GridViewGrouped.xaml │ │ │ │ ├── GridViewGrouped.xaml.cs │ │ │ │ ├── GridViewGroupedMaxRowsTwo.xaml │ │ │ │ ├── GridViewGroupedMaxRowsTwo.xaml.cs │ │ │ │ ├── GridViewGroupedResizable.xaml │ │ │ │ ├── GridViewGroupedResizable.xaml.cs │ │ │ │ ├── GridViewItemWidthItemHeight.xaml │ │ │ │ ├── GridViewItemWidthItemHeight.xaml.cs │ │ │ │ ├── GridViewLarge.xaml │ │ │ │ ├── GridViewLarge.xaml.cs │ │ │ │ ├── GridViewLargeLegacy.xaml │ │ │ │ ├── GridViewLargeLegacy.xaml.cs │ │ │ │ ├── GridViewMarginTest.xaml │ │ │ │ ├── GridViewMarginTest.xaml.cs │ │ │ │ ├── GridViewMultipleSelectionMode.xaml │ │ │ │ ├── GridViewMultipleSelectionMode.xaml.cs │ │ │ │ ├── GridViewResizable.xaml │ │ │ │ ├── GridViewResizable.xaml.cs │ │ │ │ ├── GridViewResizableLegacy.xaml │ │ │ │ ├── GridViewResizableLegacy.xaml.cs │ │ │ │ ├── GridViewScrollIntoViewTest.xaml │ │ │ │ ├── GridViewScrollIntoViewTest.xaml.cs │ │ │ │ ├── GridViewSelection.xaml │ │ │ │ ├── GridViewSelection.xaml.cs │ │ │ │ ├── GridViewUnfixedWidth.xaml │ │ │ │ ├── GridViewUnfixedWidth.xaml.cs │ │ │ │ ├── GridViewUngrouped.xaml │ │ │ │ ├── GridViewUngrouped.xaml.cs │ │ │ │ ├── GridViewUngrouped_Normal.xaml │ │ │ │ ├── GridViewUngrouped_Normal.xaml.cs │ │ │ │ ├── GridViewVariableGroupHeaderHeight.xaml │ │ │ │ ├── GridViewVariableGroupHeaderHeight.xaml.cs │ │ │ │ ├── GridViewVariableItemHeight.xaml │ │ │ │ ├── GridViewVariableItemHeight.xaml.cs │ │ │ │ ├── GridViewVariableItemHeightFromSelector.xaml │ │ │ │ ├── GridViewVariableItemHeightFromSelector.xaml.cs │ │ │ │ ├── GridViewVerticalGrouped.xaml │ │ │ │ ├── GridViewVerticalGrouped.xaml.cs │ │ │ │ ├── GridView_ComplexItemTemplate.xaml │ │ │ │ ├── GridView_ComplexItemTemplate.xaml.cs │ │ │ │ ├── GridView_HeaderFooterTemplate.xaml │ │ │ │ ├── GridView_HeaderFooterTemplate.xaml.cs │ │ │ │ ├── GridView_Inside_ScrollViewer.xaml │ │ │ │ ├── GridView_Inside_ScrollViewer.xaml.cs │ │ │ │ ├── GridView_Item_TextBlock_And_Button.xaml │ │ │ │ ├── GridView_Item_TextBlock_And_Button.xaml.cs │ │ │ │ ├── GridView_Vertical_MaxItemWidth.xaml │ │ │ │ ├── GridView_Vertical_MaxItemWidth.xaml.cs │ │ │ │ ├── HorizontalGridViewVariableItemHeight.xaml │ │ │ │ ├── HorizontalGridViewVariableItemHeight.xaml.cs │ │ │ │ └── ItemTemplateSelectorTestTemplateSelector.cs │ │ │ ├── IconSourceTests │ │ │ │ ├── IconSourceElementTests.xaml │ │ │ │ └── IconSourceElementTests.xaml.cs │ │ │ ├── ImageTests │ │ │ │ ├── BitmapImage_IsPlaying.xaml │ │ │ │ ├── BitmapImage_IsPlaying.xaml.cs │ │ │ │ ├── BitmapImage_vs_SvgImageSource.cs │ │ │ │ ├── BitmapImage_vs_SvgImageSource.xaml │ │ │ │ ├── EmptyImageFixedWidth.xaml │ │ │ │ ├── EmptyImageFixedWidth.xaml.cs │ │ │ │ ├── ImageAlignment2541.xaml │ │ │ │ ├── ImageAlignment2541.xaml.cs │ │ │ │ ├── ImageInStackPanel.xaml │ │ │ │ ├── ImageInStackPanel.xaml.cs │ │ │ │ ├── ImageOpened.xaml │ │ │ │ ├── ImageOpened.xaml.cs │ │ │ │ ├── ImageSourceFile.xaml │ │ │ │ ├── ImageSourceFile.xaml.cs │ │ │ │ ├── ImageSourceFileUri.xaml │ │ │ │ ├── ImageSourceFileUri.xaml.cs │ │ │ │ ├── ImageSourceStream.xaml │ │ │ │ ├── ImageSourceStream.xaml.cs │ │ │ │ ├── ImageSourceUrlMsAppDataScheme.xaml │ │ │ │ ├── ImageSourceUrlMsAppDataScheme.xaml.cs │ │ │ │ ├── ImageSourceUrlMsAppxScheme.xaml │ │ │ │ ├── ImageSourceUrlMsAppxScheme.xaml.cs │ │ │ │ ├── ImageSourceUrlNoScheme.xaml │ │ │ │ ├── ImageSourceUrlNoScheme.xaml.cs │ │ │ │ ├── ImageSourceWriteableBitmapInvalidate.xaml │ │ │ │ ├── ImageSourceWriteableBitmapInvalidate.xaml.cs │ │ │ │ ├── ImageSourceWriteableBitmapInvalidate_Stretch.xaml │ │ │ │ ├── ImageSourceWriteableBitmapInvalidate_Stretch.xaml.cs │ │ │ │ ├── ImageUniformWithinScrollViewer.xaml │ │ │ │ ├── ImageUniformWithinScrollViewer.xaml.cs │ │ │ │ ├── ImageViewViewModel.cs │ │ │ │ ├── ImageWithLateSource.xaml │ │ │ │ ├── ImageWithLateSource.xaml.cs │ │ │ │ ├── ImageWithLateSourceFixedDimensions.xaml │ │ │ │ ├── ImageWithLateSourceFixedDimensions.xaml.cs │ │ │ │ ├── ImageWithLateSourceUniformToFill.xaml │ │ │ │ ├── ImageWithLateSourceUniformToFill.xaml.cs │ │ │ │ ├── ImageWithNoSpecificSize.xaml │ │ │ │ ├── ImageWithNoSpecificSize.xaml.cs │ │ │ │ ├── Image_Fixed_Size_Alignment.xaml │ │ │ │ ├── Image_Fixed_Size_Alignment.xaml.cs │ │ │ │ ├── Image_Formats.xaml │ │ │ │ ├── Image_Formats.xaml.cs │ │ │ │ ├── Image_ImageSource_PixelSize.xaml │ │ │ │ ├── Image_ImageSource_PixelSize.xaml.cs │ │ │ │ ├── Image_Invalid.xaml │ │ │ │ ├── Image_Invalid.xaml.cs │ │ │ │ ├── Image_Margin.xaml │ │ │ │ ├── Image_Margin.xaml.cs │ │ │ │ ├── Image_Margin_Large.xaml │ │ │ │ ├── Image_Margin_Large.xaml.cs │ │ │ │ ├── Image_Margins.xaml │ │ │ │ ├── Image_Margins.xaml.cs │ │ │ │ ├── Image_Placeholder.xaml │ │ │ │ ├── Image_Placeholder.xaml.cs │ │ │ │ ├── Image_ScrollView_ChangeView.xaml │ │ │ │ ├── Image_ScrollView_ChangeView.xaml.cs │ │ │ │ ├── Image_Source_Nullify.xaml │ │ │ │ ├── Image_Source_Nullify.xaml.cs │ │ │ │ ├── Image_Stretch.xaml │ │ │ │ ├── Image_Stretch.xaml.cs │ │ │ │ ├── Image_Stretch_Algmnt_Inf_Horizontal.cs │ │ │ │ ├── Image_Stretch_Algmnt_Inf_Horizontal.xaml │ │ │ │ ├── Image_Stretch_Algmnt_Inf_Vertical.xaml │ │ │ │ ├── Image_Stretch_Algmnt_Inf_Vertical.xaml.cs │ │ │ │ ├── Image_Stretch_Alignment_Bigger.xaml │ │ │ │ ├── Image_Stretch_Alignment_Bigger.xaml.cs │ │ │ │ ├── Image_Stretch_Alignment_Equal.xaml │ │ │ │ ├── Image_Stretch_Alignment_Equal.xaml.cs │ │ │ │ ├── Image_Stretch_Alignment_SizeOnControl.xaml │ │ │ │ ├── Image_Stretch_Alignment_SizeOnControl.xaml.cs │ │ │ │ ├── Image_Stretch_Alignment_Smaller.xaml │ │ │ │ ├── Image_Stretch_Alignment_Smaller.xaml.cs │ │ │ │ ├── Image_Stretch_Alignment_Taller.xaml │ │ │ │ ├── Image_Stretch_Alignment_Taller.xaml.cs │ │ │ │ ├── Image_Stretch_Alignment_Wider.xaml │ │ │ │ ├── Image_Stretch_Alignment_Wider.xaml.cs │ │ │ │ ├── Image_Stretch_Full_Taller.xaml │ │ │ │ ├── Image_Stretch_Full_Taller.xaml.cs │ │ │ │ ├── Image_Stretch_Full_Wider.xaml │ │ │ │ ├── Image_Stretch_Full_Wider.xaml.cs │ │ │ │ ├── Image_Stretch_Modes_Picker.xaml │ │ │ │ ├── Image_Stretch_Modes_Picker.xaml.cs │ │ │ │ ├── Image_Stretch_None.xaml │ │ │ │ ├── Image_Stretch_None.xaml.cs │ │ │ │ ├── Image_Stretch_None_Containers.xaml │ │ │ │ ├── Image_Stretch_None_Containers.xaml.cs │ │ │ │ ├── Image_Transforms.xaml │ │ │ │ ├── Image_Transforms.xaml.cs │ │ │ │ ├── Image_UseTargetSize.xaml │ │ │ │ ├── Image_UseTargetSize.xaml.cs │ │ │ │ ├── Image_UseTargetSizeLate.xaml │ │ │ │ ├── Image_UseTargetSizeLate.xaml.cs │ │ │ │ ├── ImagesInlineInFlipView.xaml │ │ │ │ ├── ImagesInlineInFlipView.xaml.cs │ │ │ │ ├── LargeImageList.xaml │ │ │ │ ├── LargeImageList.xaml.cs │ │ │ │ ├── LoadFromBytes.xaml │ │ │ │ ├── LoadFromBytes.xaml.cs │ │ │ │ ├── Models │ │ │ │ │ ├── ImageFilePathModel.cs │ │ │ │ │ └── ImageWithLateSourceViewModel.cs │ │ │ │ ├── SampleSvgSource.cs │ │ │ │ ├── StretchNoneBoundingBoxInDoubleStackPanel.xaml │ │ │ │ ├── StretchNoneBoundingBoxInDoubleStackPanel.xaml.cs │ │ │ │ ├── SvgHighDPIBlur.xaml │ │ │ │ ├── SvgHighDPIBlur.xaml.cs │ │ │ │ ├── SvgImageSourceHelpers.cs │ │ │ │ ├── SvgImageSource_Basic.xaml │ │ │ │ ├── SvgImageSource_Basic.xaml.cs │ │ │ │ ├── SvgImageSource_Binding.xaml │ │ │ │ ├── SvgImageSource_Binding.xaml.cs │ │ │ │ ├── SvgImageSource_FromMsAppData.xaml │ │ │ │ ├── SvgImageSource_FromMsAppData.xaml.cs │ │ │ │ ├── SvgImageSource_FromStream.xaml │ │ │ │ ├── SvgImageSource_FromStream.xaml.cs │ │ │ │ ├── SvgImageSource_Icons.xaml │ │ │ │ ├── SvgImageSource_Icons.xaml.cs │ │ │ │ ├── SvgImageSource_MultiLoad.xaml │ │ │ │ ├── SvgImageSource_MultiLoad.xaml.cs │ │ │ │ ├── SvgImageSource_NoSize.xaml │ │ │ │ ├── SvgImageSource_NoSize.xaml.cs │ │ │ │ ├── Uniform100x100.xaml │ │ │ │ ├── Uniform100x100.xaml.cs │ │ │ │ ├── UniformAlignmentCenterInDoubleStackPanel.xaml │ │ │ │ ├── UniformAlignmentCenterInDoubleStackPanel.xaml.cs │ │ │ │ ├── UniformAlignmentCenterInDoubleStackPanelSmallImage.xaml │ │ │ │ ├── UniformAlignmentCenterInDoubleStackPanelSmallImage.xaml.cs │ │ │ │ ├── UniformAlignmentCenterInDoubleStackPanelWebUri.xaml │ │ │ │ ├── UniformAlignmentCenterInDoubleStackPanelWebUri.xaml.cs │ │ │ │ ├── UniformInStackPanel.xaml │ │ │ │ ├── UniformInStackPanel.xaml.cs │ │ │ │ ├── UniformToFill100x100.xaml │ │ │ │ ├── UniformToFill100x100.xaml.cs │ │ │ │ ├── WriteableBitmap_MultiInvalidate.xaml │ │ │ │ └── WriteableBitmap_MultiInvalidate.xaml.cs │ │ │ ├── ItemsControl │ │ │ │ ├── ItemsControl_AppendItem.xaml │ │ │ │ ├── ItemsControl_AppendItem.xaml.cs │ │ │ │ ├── ItemsControl_ItemContainerStyle.xaml │ │ │ │ ├── ItemsControl_ItemContainerStyle.xaml.cs │ │ │ │ ├── ItemsControl_ReplaceItem.xaml │ │ │ │ └── ItemsControl_ReplaceItem.xaml.cs │ │ │ ├── ListView │ │ │ │ ├── CounterGrid.cs │ │ │ │ ├── DelayedImagePresenter │ │ │ │ │ ├── DelayedImagePresenter.cs │ │ │ │ │ └── DelayedImagePresenter.xaml │ │ │ │ ├── HorizontalListViewGrouped.xaml │ │ │ │ ├── HorizontalListViewGrouped.xaml.cs │ │ │ │ ├── HorizontalListViewImage.xaml │ │ │ │ ├── HorizontalListViewImage.xaml.cs │ │ │ │ ├── HorizontalListViewTest.xaml │ │ │ │ ├── HorizontalListViewTest.xaml.cs │ │ │ │ ├── HorizontalListView_Padding.xaml │ │ │ │ ├── HorizontalListView_Padding.xaml.cs │ │ │ │ ├── HorizontalListView_Templates.xaml │ │ │ │ ├── HorizontalListView_Templates.xaml.cs │ │ │ │ ├── IndexAwareItemContainerStyleSelector.cs │ │ │ │ ├── ListViewBringIntoViewSelectedItemBehavior.cs │ │ │ │ ├── ListViewChangeHeight.xaml │ │ │ │ ├── ListViewChangeHeight.xaml.cs │ │ │ │ ├── ListViewChangeView.xaml │ │ │ │ ├── ListViewChangeView.xaml.cs │ │ │ │ ├── ListViewChangeViewArbitrary.xaml │ │ │ │ ├── ListViewChangeViewArbitrary.xaml.cs │ │ │ │ ├── ListViewContainerFromItem.xaml │ │ │ │ ├── ListViewContainerFromItem.xaml.cs │ │ │ │ ├── ListViewDynamicOrientation.xaml │ │ │ │ ├── ListViewDynamicOrientation.xaml.cs │ │ │ │ ├── ListViewEmptyGroups.xaml │ │ │ │ ├── ListViewEmptyGroups.xaml.cs │ │ │ │ ├── ListViewEmptyItemLong.xaml │ │ │ │ ├── ListViewEmptyItemLong.xaml.cs │ │ │ │ ├── ListViewFirstVisibleIndex.xaml │ │ │ │ ├── ListViewFirstVisibleIndex.xaml.cs │ │ │ │ ├── ListViewGrouped.xaml │ │ │ │ ├── ListViewGrouped.xaml.cs │ │ │ │ ├── ListViewGroupedChanging.xaml │ │ │ │ ├── ListViewGroupedChanging.xaml.cs │ │ │ │ ├── ListViewGroupedEmpty.xaml │ │ │ │ ├── ListViewGroupedEmpty.xaml.cs │ │ │ │ ├── ListViewGroupedEmptyHeader.xaml │ │ │ │ ├── ListViewGroupedEmptyHeader.xaml.cs │ │ │ │ ├── ListViewGroupedLarge.xaml │ │ │ │ ├── ListViewGroupedLarge.xaml.cs │ │ │ │ ├── ListViewGroupedLargeLegacy.xaml │ │ │ │ ├── ListViewGroupedLargeLegacy.xaml.cs │ │ │ │ ├── ListViewGroupedVariableHeightComplexTemplate.xaml │ │ │ │ ├── ListViewGroupedVariableHeightComplexTemplate.xaml.cs │ │ │ │ ├── ListViewGrouped_ItemContainerStyleSelector.xaml │ │ │ │ ├── ListViewGrouped_ItemContainerStyleSelector.xaml.cs │ │ │ │ ├── ListViewHeaderFooterOnly.xaml │ │ │ │ ├── ListViewHeaderFooterOnly.xaml.cs │ │ │ │ ├── ListViewHeaderFooter_ImplicitlyBinded.xaml │ │ │ │ ├── ListViewHeaderFooter_ImplicitlyBinded.xaml.cs │ │ │ │ ├── ListViewHeaderImage.xaml │ │ │ │ ├── ListViewHeaderImage.xaml.cs │ │ │ │ ├── ListViewHeaderUpdate.xaml │ │ │ │ ├── ListViewHeaderUpdate.xaml.cs │ │ │ │ ├── ListViewIncrementalLoading.xaml │ │ │ │ ├── ListViewIncrementalLoading.xaml.cs │ │ │ │ ├── ListViewItem_Click_Focus.xaml │ │ │ │ ├── ListViewItem_Click_Focus.xaml.cs │ │ │ │ ├── ListViewItem_IsEnabled.xaml │ │ │ │ ├── ListViewItem_IsEnabled.xaml.cs │ │ │ │ ├── ListViewItem_PressedState.xaml │ │ │ │ ├── ListViewItem_PressedState.xaml.cs │ │ │ │ ├── ListViewLarge.xaml │ │ │ │ ├── ListViewLarge.xaml.cs │ │ │ │ ├── ListViewLargeHeader.xaml │ │ │ │ ├── ListViewLargeHeader.xaml.cs │ │ │ │ ├── ListViewLargeLegacy.xaml │ │ │ │ ├── ListViewLargeLegacy.xaml.cs │ │ │ │ ├── ListViewLegacy.xaml │ │ │ │ ├── ListViewLegacy.xaml.cs │ │ │ │ ├── ListViewMarginTest.xaml │ │ │ │ ├── ListViewMarginTest.xaml.cs │ │ │ │ ├── ListViewResizable.xaml │ │ │ │ ├── ListViewResizable.xaml.cs │ │ │ │ ├── ListViewResizableText.xaml │ │ │ │ ├── ListViewResizableText.xaml.cs │ │ │ │ ├── ListViewScrollBar.xaml │ │ │ │ ├── ListViewScrollIntoViewSnapPoints.xaml │ │ │ │ ├── ListViewScrollIntoViewSnapPoints.xaml.cs │ │ │ │ ├── ListViewScrollbar.xaml.cs │ │ │ │ ├── ListViewSelectedItems.xaml │ │ │ │ ├── ListViewSelectedItems.xaml.cs │ │ │ │ ├── ListViewSnapPointsMandatorySingle.xaml │ │ │ │ ├── ListViewSnapPointsMandatorySingle.xaml.cs │ │ │ │ ├── ListViewStackPanel.xaml │ │ │ │ ├── ListViewStackPanel.xaml.cs │ │ │ │ ├── ListViewTemplateRootIsContainer.xaml │ │ │ │ ├── ListViewTemplateRootIsContainer.xaml.cs │ │ │ │ ├── ListViewVariableHeightButton.xaml │ │ │ │ ├── ListViewVariableHeightButton.xaml.cs │ │ │ │ ├── ListViewVariableHeightComplexTemplate.xaml │ │ │ │ ├── ListViewVariableHeightComplexTemplate.xaml.cs │ │ │ │ ├── ListViewVariableItemHeight.xaml │ │ │ │ ├── ListViewVariableItemHeight.xaml.cs │ │ │ │ ├── ListViewVariableItemHeightLong.xaml │ │ │ │ ├── ListViewVariableItemHeightLong.xaml.cs │ │ │ │ ├── ListViewWithinScollViewer.xaml │ │ │ │ ├── ListViewWithinScollViewer.xaml.cs │ │ │ │ ├── ListView_Aligned_Left.xaml │ │ │ │ ├── ListView_Aligned_Left.xaml.cs │ │ │ │ ├── ListView_BoundSelectedItem.xaml │ │ │ │ ├── ListView_BoundSelectedItem.xaml.cs │ │ │ │ ├── ListView_BringIntoView.xaml │ │ │ │ ├── ListView_BringIntoView.xaml.cs │ │ │ │ ├── ListView_CacheLength_Slow_Load.xaml │ │ │ │ ├── ListView_CacheLength_Slow_Load.xaml.cs │ │ │ │ ├── ListView_ChangeView.xaml │ │ │ │ ├── ListView_ChangeView.xaml.cs │ │ │ │ ├── ListView_Changing_Text.xaml │ │ │ │ ├── ListView_Changing_Text.xaml.cs │ │ │ │ ├── ListView_DataContext_Propagation.xaml │ │ │ │ ├── ListView_DataContext_Propagation.xaml.cs │ │ │ │ ├── ListView_DataContext_Reference.xaml │ │ │ │ ├── ListView_DataContext_Reference.xaml.cs │ │ │ │ ├── ListView_DataTemplateSelector.xaml │ │ │ │ ├── ListView_DataTemplateSelector.xaml.cs │ │ │ │ ├── ListView_DeleteItem.xaml │ │ │ │ ├── ListView_DeleteItem.xaml.cs │ │ │ │ ├── ListView_DisplayMemberPath.xaml │ │ │ │ ├── ListView_DisplayMemberPath.xaml.cs │ │ │ │ ├── ListView_DuplicateItem.xaml │ │ │ │ ├── ListView_DuplicateItem.xaml.cs │ │ │ │ ├── ListView_Expandable_Item.xaml │ │ │ │ ├── ListView_Expandable_Item.xaml.cs │ │ │ │ ├── ListView_Expandable_Item_Large.xaml │ │ │ │ ├── ListView_Expandable_Item_Large.xaml.cs │ │ │ │ ├── ListView_Explicit_Items.xaml │ │ │ │ ├── ListView_Explicit_Items.xaml.cs │ │ │ │ ├── ListView_FirstLastCacheIndex.xaml │ │ │ │ ├── ListView_FirstLastCacheIndex.xaml.cs │ │ │ │ ├── ListView_Focus.xaml │ │ │ │ ├── ListView_Focus.xaml.cs │ │ │ │ ├── ListView_Header_DataContextChanging.xaml │ │ │ │ ├── ListView_Header_DataContextChanging.xaml.cs │ │ │ │ ├── ListView_Image.xaml │ │ │ │ ├── ListView_Image.xaml.cs │ │ │ │ ├── ListView_Infinite_Breadth.xaml │ │ │ │ ├── ListView_Infinite_Breadth.xaml.cs │ │ │ │ ├── ListView_Inside_ListView.xaml │ │ │ │ ├── ListView_Inside_ListView.xaml.cs │ │ │ │ ├── ListView_IsSelected.xaml │ │ │ │ ├── ListView_IsSelected.xaml.cs │ │ │ │ ├── ListView_ItemClick.xaml │ │ │ │ ├── ListView_ItemClick.xaml.cs │ │ │ │ ├── ListView_ItemContainerStyleSelector.xaml │ │ │ │ ├── ListView_ItemContainerStyleSelector.xaml.cs │ │ │ │ ├── ListView_ItemTemplateSelector_And_ItemContainerStyleSelector.xaml │ │ │ │ ├── ListView_ItemTemplateSelector_And_ItemContainerStyleSelector.xaml.cs │ │ │ │ ├── ListView_ItemsPanel_HotSwap.xaml │ │ │ │ ├── ListView_ItemsPanel_HotSwap.xaml.cs │ │ │ │ ├── ListView_KeyboardInterception.xaml │ │ │ │ ├── ListView_KeyboardInterception.xaml.cs │ │ │ │ ├── ListView_Last_Item_Large.xaml │ │ │ │ ├── ListView_Last_Item_Large.xaml.cs │ │ │ │ ├── ListView_Margin_On_Container.xaml │ │ │ │ ├── ListView_Margin_On_Container.xaml.cs │ │ │ │ ├── ListView_ObservableCollection_CreationCount.xaml │ │ │ │ ├── ListView_ObservableCollection_CreationCount.xaml.cs │ │ │ │ ├── ListView_ObservableCollection_Unused_Space.xaml │ │ │ │ ├── ListView_ObservableCollection_Unused_Space.xaml.cs │ │ │ │ ├── ListView_OwnContainer_Virtualized.xaml │ │ │ │ ├── ListView_OwnContainer_Virtualized.xaml.cs │ │ │ │ ├── ListView_Padding.xaml │ │ │ │ ├── ListView_Padding.xaml.cs │ │ │ │ ├── ListView_Padding_All_Sides.xaml │ │ │ │ ├── ListView_Padding_All_Sides.xaml.cs │ │ │ │ ├── ListView_Padding_Unconstrained.xaml │ │ │ │ ├── ListView_Padding_Unconstrained.xaml.cs │ │ │ │ ├── ListView_ProportionalPanel.xaml │ │ │ │ ├── ListView_ProportionalPanel.xaml.cs │ │ │ │ ├── ListView_Resizing.xaml │ │ │ │ ├── ListView_Resizing.xaml.cs │ │ │ │ ├── ListView_SelectedItem.xaml │ │ │ │ ├── ListView_SelectedItem.xaml.cs │ │ │ │ ├── ListView_Selection_Events.xaml │ │ │ │ ├── ListView_Selection_Events.xaml.cs │ │ │ │ ├── ListView_Selection_Pointers.xaml │ │ │ │ ├── ListView_Selection_Pointers.xaml.cs │ │ │ │ ├── ListView_SingleSelection_Focus.xaml │ │ │ │ ├── ListView_SingleSelection_Focus.xaml.cs │ │ │ │ ├── ListView_Snap_Rubberband.xaml │ │ │ │ ├── ListView_Snap_Rubberband.xaml.cs │ │ │ │ ├── ListView_TextBox.xaml │ │ │ │ ├── ListView_TextBox.xaml.cs │ │ │ │ ├── ListView_Theming.xaml │ │ │ │ ├── ListView_Theming.xaml.cs │ │ │ │ ├── ListView_TransformsOnList.xaml │ │ │ │ ├── ListView_TransformsOnList.xaml.cs │ │ │ │ ├── ListView_VirtualizePanelAdaptaterIdCache.xaml │ │ │ │ ├── ListView_VirtualizePanelAdaptaterIdCache.xaml.cs │ │ │ │ ├── ListView_Weird_Measure.xaml │ │ │ │ ├── ListView_Weird_Measure.xaml.cs │ │ │ │ ├── ListView_WithFlipView.xaml │ │ │ │ ├── ListView_WithFlipView.xaml.cs │ │ │ │ ├── ListView_WithScrollViewer.xaml │ │ │ │ ├── ListView_WithScrollViewer.xaml.cs │ │ │ │ ├── ListView_With_ListViews_Count_Measure.xaml │ │ │ │ ├── ListView_With_ListViews_Count_Measure.xaml.cs │ │ │ │ ├── MeasureDetectorControl │ │ │ │ │ ├── MeasureDetectorControl.cs │ │ │ │ │ ├── MeasureDetectorControl.xaml │ │ │ │ │ └── MeasureDetectorInner.cs │ │ │ │ ├── ParallaxListView │ │ │ │ │ ├── ParallaxListView.cs │ │ │ │ │ └── ParallaxListView.xaml │ │ │ │ ├── ProportionalPanel.cs │ │ │ │ ├── RandomDataTemplateSelector.cs │ │ │ │ ├── RotatedListView_WithRotatedItems.xaml │ │ │ │ ├── RotatedListView_WithRotatedItems.xaml.cs │ │ │ │ ├── ScrollIntoViewTest.xaml │ │ │ │ ├── ScrollIntoViewTest.xaml.cs │ │ │ │ ├── SimpleIncrementalCollection.cs │ │ │ │ ├── StringToHeightConverter.cs │ │ │ │ ├── SubButtonsControl.xaml │ │ │ │ ├── SubButtonsControl.xaml.cs │ │ │ │ ├── UndefinedHeightListView.xaml │ │ │ │ ├── UndefinedHeightListView.xaml.cs │ │ │ │ └── WeirdMeasureSequenceControl.cs │ │ │ ├── LoopingSelectorTests │ │ │ │ ├── LoopingSelector_Items.xaml │ │ │ │ ├── LoopingSelector_Items.xaml.cs │ │ │ │ ├── LoopingSelector_Items_Item.cs │ │ │ │ ├── LoopingSelector_Short.xaml │ │ │ │ └── LoopingSelector_Short.xaml.cs │ │ │ ├── MapPresenter │ │ │ │ ├── MapControl.xaml │ │ │ │ └── MapControl.xaml.cs │ │ │ ├── MediaPlayerElement │ │ │ │ ├── MediaPlayerElement_3gp_Extension.xaml │ │ │ │ ├── MediaPlayerElement_3gp_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Avi_Extension.xaml │ │ │ │ ├── MediaPlayerElement_Avi_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Flv_Extension.xaml │ │ │ │ ├── MediaPlayerElement_Flv_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Full.xaml │ │ │ │ ├── MediaPlayerElement_Full.xaml.cs │ │ │ │ ├── MediaPlayerElement_ManualTest.xaml │ │ │ │ ├── MediaPlayerElement_ManualTest.xaml.cs │ │ │ │ ├── MediaPlayerElement_Minimal.xaml │ │ │ │ ├── MediaPlayerElement_Minimal.xaml.cs │ │ │ │ ├── MediaPlayerElement_Mkv_Extension.xaml │ │ │ │ ├── MediaPlayerElement_Mkv_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Mov_Extension.xaml │ │ │ │ ├── MediaPlayerElement_Mov_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Mp3_Extension.xaml │ │ │ │ ├── MediaPlayerElement_Mp3_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Multiple.xaml │ │ │ │ ├── MediaPlayerElement_Multiple.xaml.cs │ │ │ │ ├── MediaPlayerElement_Ogg_Extension.xaml │ │ │ │ ├── MediaPlayerElement_Ogg_Extension.xaml.cs │ │ │ │ ├── MediaPlayerElement_Original.xaml │ │ │ │ ├── MediaPlayerElement_Original.xaml.cs │ │ │ │ ├── MediaPlayerElement_Original_MsAppdataSource.xaml │ │ │ │ ├── MediaPlayerElement_Original_MsAppdataSource.xaml.cs │ │ │ │ ├── MediaPlayerElement_Original_MsAppxSource.xaml │ │ │ │ ├── MediaPlayerElement_Original_MsAppxSource.xaml.cs │ │ │ │ ├── MediaPlayerElement_Playlist.xaml │ │ │ │ ├── MediaPlayerElement_Playlist.xaml.cs │ │ │ │ ├── MediaPlayerElement_Sources.xaml │ │ │ │ ├── MediaPlayerElement_Sources.xaml.cs │ │ │ │ ├── MediaPlayerElement_Stretch_Fill.xaml │ │ │ │ └── MediaPlayerElement_Stretch_Fill.xaml.cs │ │ │ ├── MenuBarTests │ │ │ │ ├── SimpleMenuBar.xaml │ │ │ │ └── SimpleMenuBar.xaml.cs │ │ │ ├── MenuFlyoutTests │ │ │ │ ├── MenuFlyoutItem_Click.xaml │ │ │ │ ├── MenuFlyoutItem_Click.xaml.cs │ │ │ │ ├── MenuFlyoutItem_Hierarchy.xaml │ │ │ │ ├── MenuFlyoutItem_Hierarchy.xaml.cs │ │ │ │ ├── MenuFlyoutSubItem_Placement.xaml │ │ │ │ ├── MenuFlyoutSubItem_Placement.xaml.cs │ │ │ │ ├── MenuFlyout_DroidAltTab.xaml │ │ │ │ ├── MenuFlyout_DroidAltTab.xaml.cs │ │ │ │ ├── MenuFlyout_IosNative.xaml │ │ │ │ ├── MenuFlyout_IosNative.xaml.cs │ │ │ │ ├── MenuFlyout_Nested_5639.xaml │ │ │ │ ├── MenuFlyout_Nested_5639.xaml.cs │ │ │ │ ├── UIElement_ContextFlyout.xaml │ │ │ │ └── UIElement_ContextFlyout.xaml.cs │ │ │ ├── Models │ │ │ │ ├── ChatBoxViewModel.cs │ │ │ │ ├── ComboBoxViewModel.cs │ │ │ │ ├── DateTimePickerViewModel.cs │ │ │ │ ├── GridViewViewModel.cs │ │ │ │ ├── GridViewWithSelectionViewModel.cs │ │ │ │ ├── GridView_ComplexViewModel.cs │ │ │ │ ├── GridView_Vertical_MaxItemWidthViewModel.cs │ │ │ │ ├── ImageListViewViewModel.cs │ │ │ │ ├── ItemTemplateSelectorTestPageViewModel.cs │ │ │ │ ├── ListViewGroupedViewModel.cs │ │ │ │ ├── ListViewRefreshTemplateViewModel.cs │ │ │ │ ├── ListViewSelectionsViewModel.cs │ │ │ │ ├── ListViewViewModel.cs │ │ │ │ ├── ListViewWithFlipViewViewModel.cs │ │ │ │ ├── RotatedListViewViewModel.cs │ │ │ │ ├── StringKeyTemplateSelector.cs │ │ │ │ ├── TextBlockViewModel.cs │ │ │ │ └── TwoLevelListItem.cs │ │ │ ├── NavigationViewTests │ │ │ │ ├── Item1Page.xaml │ │ │ │ ├── Item1Page.xaml.cs │ │ │ │ ├── Item2Page.xaml │ │ │ │ ├── Item2Page.xaml.cs │ │ │ │ ├── Item3Page.xaml │ │ │ │ ├── Item3Page.xaml.cs │ │ │ │ ├── NavigationViewSample.xaml │ │ │ │ ├── NavigationViewSample.xaml.cs │ │ │ │ ├── NavigationView_BasicNavigation.xaml │ │ │ │ ├── NavigationView_BasicNavigation.xaml.cs │ │ │ │ ├── NavigationView_Pane_Automated.xaml │ │ │ │ ├── NavigationView_Pane_Automated.xaml.cs │ │ │ │ ├── NavigationView_Pane_ViewModel.cs │ │ │ │ ├── NavigationView_Tapped.xaml │ │ │ │ ├── NavigationView_Tapped.xaml.cs │ │ │ │ ├── NavigationView_TopNavigation.xaml │ │ │ │ ├── NavigationView_TopNavigation.xaml.cs │ │ │ │ ├── SettingsPage.xaml │ │ │ │ └── SettingsPage.xaml.cs │ │ │ ├── PageTests │ │ │ │ ├── Page_Automated.xaml │ │ │ │ ├── Page_Automated.xaml.cs │ │ │ │ ├── Page_Update_Background.xaml │ │ │ │ └── Page_Update_Background.xaml.cs │ │ │ ├── PasswordBoxTests │ │ │ │ ├── PasswordBoxPage.xaml │ │ │ │ ├── PasswordBoxPage.xaml.cs │ │ │ │ ├── PasswordBox_AutoFill.xaml │ │ │ │ ├── PasswordBox_AutoFill.xaml.cs │ │ │ │ ├── PasswordBox_iOS_DuplicatingText.xaml │ │ │ │ └── PasswordBox_iOS_DuplicatingText.xaml.cs │ │ │ ├── PersonPictureTests │ │ │ │ ├── PersonPictureLateBindingPage.xaml │ │ │ │ ├── PersonPictureLateBindingPage.xaml.cs │ │ │ │ ├── PersonPicturePage.xaml │ │ │ │ └── PersonPicturePage.xaml.cs │ │ │ ├── Pivot │ │ │ │ ├── PivotSimpleTest.xaml │ │ │ │ ├── PivotSimpleTest.xaml.cs │ │ │ │ ├── Pivot_CustomContent_Automated.xaml │ │ │ │ └── Pivot_CustomContent_Automated.xaml.cs │ │ │ ├── Popup │ │ │ │ ├── MessageDialog.xaml │ │ │ │ ├── MessageDialog.xaml.cs │ │ │ │ ├── Popup_Automated.xaml │ │ │ │ ├── Popup_Automated.xaml.cs │ │ │ │ ├── Popup_HVAlignments.xaml │ │ │ │ ├── Popup_HVAlignments.xaml.cs │ │ │ │ ├── Popup_LightDismiss.xaml │ │ │ │ ├── Popup_LightDismiss.xaml.cs │ │ │ │ ├── Popup_Overlay_On.xaml │ │ │ │ ├── Popup_Overlay_On.xaml.cs │ │ │ │ ├── Popup_Simple.xaml │ │ │ │ └── Popup_Simple.xaml.cs │ │ │ ├── Progress │ │ │ │ ├── ProgressRing.xaml │ │ │ │ └── ProgressRing.xaml.cs │ │ │ ├── ProgressRing │ │ │ │ ├── WindowsProgressRing_GH1220.xaml │ │ │ │ └── WindowsProgressRing_GH1220.xaml.cs │ │ │ ├── RadioButtonTests │ │ │ │ ├── RadioButton2450.xaml │ │ │ │ └── RadioButton2450.xaml.cs │ │ │ ├── RelativePanelTests │ │ │ │ ├── RelativePanel_AlignHorizontalVerticalCenter.xaml │ │ │ │ ├── RelativePanel_AlignHorizontalVerticalCenter.xaml.cs │ │ │ │ ├── RelativePanel_MultipleCenterAlign.xaml │ │ │ │ ├── RelativePanel_MultipleCenterAlign.xaml.cs │ │ │ │ ├── RelativePanel_Simple.xaml │ │ │ │ └── RelativePanel_Simple.xaml.cs │ │ │ ├── RepeatButton │ │ │ │ ├── RepeatButton_Automated.xaml │ │ │ │ └── RepeatButton_Automated.xaml.cs │ │ │ ├── Repeater │ │ │ │ ├── FlowLayout_Simple.xaml │ │ │ │ ├── FlowLayout_Simple.xaml.cs │ │ │ │ ├── ItemsRepeaterManyItems.xaml │ │ │ │ ├── ItemsRepeaterManyItems.xaml.cs │ │ │ │ ├── ItemsRepeater_Basics.xaml │ │ │ │ ├── ItemsRepeater_Basics.xaml.cs │ │ │ │ ├── ItemsRepeater_Nested.xaml │ │ │ │ ├── ItemsRepeater_Nested.xaml.cs │ │ │ │ ├── ItemsRepeater_NumberBox.xaml │ │ │ │ ├── ItemsRepeater_NumberBox.xaml.cs │ │ │ │ ├── MyItem.xaml │ │ │ │ ├── MyItem.xaml.cs │ │ │ │ ├── StackLayout_Simple.xaml │ │ │ │ ├── StackLayout_Simple.xaml.cs │ │ │ │ ├── UniformGridLayout_Simple.xaml │ │ │ │ └── UniformGridLayout_Simple.xaml.cs │ │ │ ├── ScrollBar │ │ │ │ ├── ScrollBar_Simple.xaml │ │ │ │ └── ScrollBar_Simple.xaml.cs │ │ │ ├── ScrollViewerTests │ │ │ │ ├── Hosted_ScrollViewer.xaml │ │ │ │ ├── Hosted_ScrollViewer.xaml.cs │ │ │ │ ├── ScrollViewer_Add_Remove.xaml │ │ │ │ ├── ScrollViewer_Add_Remove.xaml.cs │ │ │ │ ├── ScrollViewer_Clipping.xaml │ │ │ │ ├── ScrollViewer_Clipping.xaml.cs │ │ │ │ ├── ScrollViewer_Content_Margin.xaml │ │ │ │ ├── ScrollViewer_Content_Margin.xaml.cs │ │ │ │ ├── ScrollViewer_Content_Smaller_Than_Viewport.xaml │ │ │ │ ├── ScrollViewer_Content_Smaller_Than_Viewport.xaml.cs │ │ │ │ ├── ScrollViewer_Fluent.xaml │ │ │ │ ├── ScrollViewer_Fluent.xaml.cs │ │ │ │ ├── ScrollViewer_IsIntermediate.xaml │ │ │ │ ├── ScrollViewer_IsIntermediate.xaml.cs │ │ │ │ ├── ScrollViewer_Margin.xaml │ │ │ │ ├── ScrollViewer_Margin.xaml.cs │ │ │ │ ├── ScrollViewer_Margin_Centered.xaml │ │ │ │ ├── ScrollViewer_Margin_Centered.xaml.cs │ │ │ │ ├── ScrollViewer_Nested.xaml │ │ │ │ ├── ScrollViewer_Nested.xaml.cs │ │ │ │ ├── ScrollViewer_Options.xaml │ │ │ │ ├── ScrollViewer_Options.xaml.cs │ │ │ │ ├── ScrollViewer_Padding.xaml │ │ │ │ ├── ScrollViewer_Padding.xaml.cs │ │ │ │ ├── ScrollViewer_ScrollBars.xaml │ │ │ │ ├── ScrollViewer_ScrollBars.xaml.cs │ │ │ │ ├── ScrollViewer_Simple.xaml │ │ │ │ ├── ScrollViewer_Simple.xaml.cs │ │ │ │ ├── ScrollViewer_SnapPoints.xaml │ │ │ │ ├── ScrollViewer_SnapPoints.xaml.cs │ │ │ │ ├── ScrollViewer_Transforms.xaml │ │ │ │ ├── ScrollViewer_Transforms.xaml.cs │ │ │ │ ├── ScrollViewer_UpdatesMode.xaml │ │ │ │ └── ScrollViewer_UpdatesMode.xaml.cs │ │ │ ├── Slider │ │ │ │ ├── SliderViewModel.cs │ │ │ │ ├── Slider_Features.xaml │ │ │ │ ├── Slider_Features.xaml.cs │ │ │ │ ├── Slider_Frequency.xaml │ │ │ │ ├── Slider_Frequency.xaml.cs │ │ │ │ ├── Slider_Header.xaml │ │ │ │ ├── Slider_Header.xaml.cs │ │ │ │ ├── Slider_Inside_ListViewHeader.xaml │ │ │ │ ├── Slider_Inside_ListViewHeader.xaml.cs │ │ │ │ ├── Slider_Inside_ScrollViewer.xaml │ │ │ │ ├── Slider_Inside_ScrollViewer.xaml.cs │ │ │ │ ├── Slider_Simple.xaml │ │ │ │ ├── Slider_Simple.xaml.cs │ │ │ │ ├── Slider_Styled.xaml │ │ │ │ ├── Slider_Styled.xaml.cs │ │ │ │ ├── Slider_Transformed.xaml │ │ │ │ └── Slider_Transformed.xaml.cs │ │ │ ├── SplitView │ │ │ │ ├── BindableDrawerLayout_ChangePane.xaml │ │ │ │ ├── BindableDrawerLayout_ChangePane.xaml.cs │ │ │ │ ├── SplitViewClip.xaml │ │ │ │ └── SplitViewClip.xaml.cs │ │ │ ├── SwipeControlTests │ │ │ │ ├── SwipeControlClearPage.xaml │ │ │ │ ├── SwipeControlClearPage.xaml.cs │ │ │ │ ├── SwipeControlModesModel.cs │ │ │ │ ├── SwipeControlPage.xaml │ │ │ │ ├── SwipeControlPage.xaml.cs │ │ │ │ ├── SwipeControlPage2.xaml │ │ │ │ ├── SwipeControlPage2.xaml.cs │ │ │ │ ├── SwipeControl_Automated.xaml │ │ │ │ ├── SwipeControl_Automated.xaml.cs │ │ │ │ ├── SwipeControl_ListView.xaml │ │ │ │ ├── SwipeControl_ListView.xaml.cs │ │ │ │ ├── SwipeControl_ListView_ItemClick.xaml │ │ │ │ ├── SwipeControl_ListView_ItemClick.xaml.cs │ │ │ │ ├── SwipeControl_Modes.xaml │ │ │ │ ├── SwipeControl_Modes.xaml.cs │ │ │ │ ├── SwipeControl_ScrollViewer.xaml │ │ │ │ ├── SwipeControl_ScrollViewer.xaml.cs │ │ │ │ └── TestCommand.cs │ │ │ ├── SymbolIconTests │ │ │ │ ├── SymbolIcon_Generic.xaml │ │ │ │ └── SymbolIcon_Generic.xaml.cs │ │ │ ├── TextBlockButton │ │ │ │ ├── Simple_TextBlockButton.xaml │ │ │ │ └── Simple_TextBlockButton.xaml.cs │ │ │ ├── TextBlockControl │ │ │ │ ├── Attributed_text_FontSize_Changing.xaml │ │ │ │ ├── Attributed_text_FontSize_Changing.xaml.cs │ │ │ │ ├── Attributed_text_Simple.xaml │ │ │ │ ├── Attributed_text_Simple.xaml.cs │ │ │ │ ├── Attributed_text_Simple_databound.xaml │ │ │ │ ├── Attributed_text_Simple_databound.xaml.cs │ │ │ │ ├── Attributed_text_Supserscript.xaml │ │ │ │ ├── Attributed_text_Supserscript.xaml.cs │ │ │ │ ├── ForcedTextWithCarriageReturn_MaxLines_One.xaml │ │ │ │ ├── ForcedTextWithCarriageReturn_MaxLines_One.xaml.cs │ │ │ │ ├── ForcedTextWithCarriageReturn_MaxLines_Two.xaml │ │ │ │ ├── ForcedTextWithCarriageReturn_MaxLines_Two.xaml.cs │ │ │ │ ├── Foreground_Brushes.xaml │ │ │ │ ├── Foreground_Brushes.xaml.cs │ │ │ │ ├── Progressing_TextBlock.xaml │ │ │ │ ├── Progressing_TextBlock.xaml.cs │ │ │ │ ├── Progressing_TextBlock_with_inline_margin.xaml │ │ │ │ ├── Progressing_TextBlock_with_inline_margin.xaml.cs │ │ │ │ ├── Progressing_TextBlock_with_margin.xaml │ │ │ │ ├── Progressing_TextBlock_with_margin.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_Different_Font_Size.xaml │ │ │ │ ├── SimpleText_MaxLines_Different_Font_Size.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_Multiple_Containers.xaml │ │ │ │ ├── SimpleText_MaxLines_Multiple_Containers.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_One.xaml │ │ │ │ ├── SimpleText_MaxLines_One.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_Two.xaml │ │ │ │ ├── SimpleText_MaxLines_Two.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_Two_With_Wrap.xaml │ │ │ │ ├── SimpleText_MaxLines_Two_With_Wrap.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_Two_With_Wrap_And_Trim.xaml │ │ │ │ ├── SimpleText_MaxLines_Two_With_Wrap_And_Trim.xaml.cs │ │ │ │ ├── SimpleText_MaxLines_Two_with_Different_Fonts.xaml │ │ │ │ ├── SimpleText_MaxLines_Two_with_Different_Fonts.xaml.cs │ │ │ │ ├── SimpleText_MaxWidth_NaN.xaml │ │ │ │ ├── SimpleText_MaxWidth_NaN.xaml.cs │ │ │ │ ├── SimpleText_MaxWidth_Wrap.xaml │ │ │ │ ├── SimpleText_MaxWidth_Wrap.xaml.cs │ │ │ │ ├── Simple_Contrained_Horizontal_Center_Wrap.xaml │ │ │ │ ├── Simple_Contrained_Horizontal_Center_Wrap.xaml.cs │ │ │ │ ├── Simple_Contrained_Horizontal_Center_Wrap2.xaml │ │ │ │ ├── Simple_Contrained_Horizontal_Center_Wrap2.xaml.cs │ │ │ │ ├── Simple_Text.xaml │ │ │ │ ├── Simple_Text.xaml.cs │ │ │ │ ├── Simple_Text_Arabic.xaml │ │ │ │ ├── Simple_Text_Arabic.xaml.cs │ │ │ │ ├── Simple_Text_Font_Weight_Bold.xaml │ │ │ │ ├── Simple_Text_Font_Weight_Bold.xaml.cs │ │ │ │ ├── TextBlockMultilineInStarStackPanel.xaml │ │ │ │ ├── TextBlockMultilineInStarStackPanel.xaml.cs │ │ │ │ ├── TextBlockSimpleContrainedHorizontalCenterWrap2.xaml │ │ │ │ ├── TextBlockSimpleContrainedHorizontalCenterWrap2.xaml.cs │ │ │ │ ├── TextBlockTimespan.xaml │ │ │ │ ├── TextBlockTimespan.xaml.cs │ │ │ │ ├── TextBlock_BrushColorChanging.xaml │ │ │ │ ├── TextBlock_BrushColorChanging.xaml.cs │ │ │ │ ├── TextBlock_CharacterSpacing.xaml │ │ │ │ ├── TextBlock_CharacterSpacing.xaml.cs │ │ │ │ ├── TextBlock_ClipboardMethods.xaml │ │ │ │ ├── TextBlock_ClipboardMethods.xaml.cs │ │ │ │ ├── TextBlock_ConstrainedByContainer.xaml │ │ │ │ ├── TextBlock_ConstrainedByContainer.xaml.cs │ │ │ │ ├── TextBlock_Decorations.xaml │ │ │ │ ├── TextBlock_Decorations.xaml.cs │ │ │ │ ├── TextBlock_FixedWidth_With_DataBound_Run.xaml │ │ │ │ ├── TextBlock_FixedWidth_With_DataBound_Run.xaml.cs │ │ │ │ ├── TextBlock_FontFallback.xaml │ │ │ │ ├── TextBlock_FontFallback.xaml.cs │ │ │ │ ├── TextBlock_FontWeight.xaml │ │ │ │ ├── TextBlock_FontWeight.xaml.cs │ │ │ │ ├── TextBlock_FontWeight_Dynamic.xaml │ │ │ │ ├── TextBlock_FontWeight_Dynamic.xaml.cs │ │ │ │ ├── TextBlock_Foreground_While_Collapsed.xaml │ │ │ │ ├── TextBlock_Foreground_While_Collapsed.xaml.cs │ │ │ │ ├── TextBlock_HorizontalTextAlignment.xaml │ │ │ │ ├── TextBlock_HorizontalTextAlignment.xaml.cs │ │ │ │ ├── TextBlock_Hyperlink.xaml │ │ │ │ ├── TextBlock_Hyperlink.xaml.cs │ │ │ │ ├── TextBlock_Hyperlink_Touch.xaml │ │ │ │ ├── TextBlock_Hyperlink_Touch.xaml.cs │ │ │ │ ├── TextBlock_Inlines_TemplatedParent.xaml │ │ │ │ ├── TextBlock_Inlines_TemplatedParent.xaml.cs │ │ │ │ ├── TextBlock_IsTextSelectionEnabled.xaml │ │ │ │ ├── TextBlock_IsTextSelectionEnabled.xaml.cs │ │ │ │ ├── TextBlock_JustifiedText.xaml │ │ │ │ ├── TextBlock_JustifiedText.xaml.cs │ │ │ │ ├── TextBlock_Layout.xaml │ │ │ │ ├── TextBlock_Layout.xaml.cs │ │ │ │ ├── TextBlock_LayoutAlignment.xaml │ │ │ │ ├── TextBlock_LayoutAlignment.xaml.cs │ │ │ │ ├── TextBlock_LineHeight_Inlines.xaml │ │ │ │ ├── TextBlock_LineHeight_Inlines.xaml.cs │ │ │ │ ├── TextBlock_LineHeight_Multiline.xaml │ │ │ │ ├── TextBlock_LineHeight_Multiline.xaml.cs │ │ │ │ ├── TextBlock_LineHeight_MultipleControls.xaml │ │ │ │ ├── TextBlock_LineHeight_MultipleControls.xaml.cs │ │ │ │ ├── TextBlock_LineHeight_TextAlignment.xaml │ │ │ │ ├── TextBlock_LineHeight_TextAlignment.xaml.cs │ │ │ │ ├── TextBlock_LineHeight_TextTrimming.xaml │ │ │ │ ├── TextBlock_LineHeight_TextTrimming.xaml.cs │ │ │ │ ├── TextBlock_MeasureCache.xaml │ │ │ │ ├── TextBlock_MeasureCache.xaml.cs │ │ │ │ ├── TextBlock_MeasurePeformance.xaml │ │ │ │ ├── TextBlock_MeasurePeformance.xaml.cs │ │ │ │ ├── TextBlock_Multiline_In_StarStackPanel.xaml │ │ │ │ ├── TextBlock_Multiline_In_StarStackPanel.xaml.cs │ │ │ │ ├── TextBlock_Nested_Measure_With_Outer_Alignments.xaml │ │ │ │ ├── TextBlock_Nested_Measure_With_Outer_Alignments.xaml.cs │ │ │ │ ├── TextBlock_Padding.xaml │ │ │ │ ├── TextBlock_Padding.xaml.cs │ │ │ │ ├── TextBlock_Progressing_Trim.xaml │ │ │ │ ├── TextBlock_Progressing_Trim.xaml.cs │ │ │ │ ├── TextBlock_RelativeTextSize.xaml │ │ │ │ ├── TextBlock_RelativeTextSize.xaml.cs │ │ │ │ ├── TextBlock_Run_Inheritance.xaml │ │ │ │ ├── TextBlock_Run_Inheritance.xaml.cs │ │ │ │ ├── TextBlock_Span.xaml │ │ │ │ ├── TextBlock_Span.xaml.cs │ │ │ │ ├── TextBlock_Special_Character.xaml │ │ │ │ ├── TextBlock_Special_Character.xaml.cs │ │ │ │ ├── TextBlock_Style_Inheritance.xaml │ │ │ │ ├── TextBlock_Style_Inheritance.xaml.cs │ │ │ │ ├── TextBlock_TextAlignment.xaml │ │ │ │ ├── TextBlock_TextAlignment.xaml.cs │ │ │ │ ├── TextBlock_TextTrimming.xaml │ │ │ │ ├── TextBlock_TextTrimming.xaml.cs │ │ │ │ ├── TextBlock_TextTrimming_VerticalAlignment_Stretch.xaml │ │ │ │ ├── TextBlock_TextTrimming_VerticalAlignment_Stretch.xaml.cs │ │ │ │ ├── TextBlock_TextWrapping_PR1954_EdgeCase.xaml │ │ │ │ ├── TextBlock_TextWrapping_PR1954_EdgeCase.xaml.cs │ │ │ │ ├── TextBlock_UpdatePerformance.xaml │ │ │ │ ├── TextBlock_UpdatePerformance.xaml.cs │ │ │ │ ├── TextBlock_Visibility_Arrange.xaml │ │ │ │ ├── TextBlock_Visibility_Arrange.xaml.cs │ │ │ │ ├── TextBoxSizeChanging.xaml │ │ │ │ ├── TextBoxSizeChanging.xaml.cs │ │ │ │ ├── TextBox_Size_Changing.xaml │ │ │ │ ├── TextBox_Size_Changing.xaml.cs │ │ │ │ ├── TextBox_Size_Changing_Inlines.xaml │ │ │ │ ├── TextBox_Size_Changing_Inlines.xaml.cs │ │ │ │ ├── Textblocktimespancustomformat.xaml │ │ │ │ └── Textblocktimespancustomformat.xaml.cs │ │ │ ├── TextBox │ │ │ │ ├── FromEmptyStringToValueConverter.cs │ │ │ │ ├── Input_InputScope_CurrencyAmount.xaml │ │ │ │ ├── Input_InputScope_CurrencyAmount.xaml.cs │ │ │ │ ├── Input_InputScope_Email.xaml │ │ │ │ ├── Input_InputScope_Email.xaml.cs │ │ │ │ ├── Input_InputScope_Number.xaml │ │ │ │ ├── Input_InputScope_Number.xaml.cs │ │ │ │ ├── Input_InputScope_PersonalFullName.xaml │ │ │ │ ├── Input_InputScope_PersonalFullName.xaml.cs │ │ │ │ ├── Input_InputScope_PhoneNumber.xaml │ │ │ │ ├── Input_InputScope_PhoneNumber.xaml.cs │ │ │ │ ├── Input_InputScope_Search.xaml │ │ │ │ ├── Input_InputScope_Search.xaml.cs │ │ │ │ ├── Input_InputScope_Url.xaml │ │ │ │ ├── Input_InputScope_Url.xaml.cs │ │ │ │ ├── Input_Multiline.xaml │ │ │ │ ├── Input_Multiline.xaml.cs │ │ │ │ ├── Input_Multiline_AutoHeight.xaml │ │ │ │ ├── Input_Multiline_AutoHeight.xaml.cs │ │ │ │ ├── Input_PasswordBox.xaml │ │ │ │ ├── Input_PasswordBox.xaml.cs │ │ │ │ ├── Input_Simple.xaml │ │ │ │ ├── Input_Simple.xaml.cs │ │ │ │ ├── Input_Test_InsideScrollerViewer_Automated.xaml │ │ │ │ ├── Input_Test_InsideScrollerViewer_Automated.xaml.cs │ │ │ │ ├── Input_Test_NoScrollViewer_Automated.xaml │ │ │ │ ├── Input_Test_NoScrollViewer_Automated.xaml.cs │ │ │ │ ├── Input_TextScroll.xaml │ │ │ │ ├── Input_TextScroll.xaml.cs │ │ │ │ ├── Input_With_PlaceholderText.xaml │ │ │ │ ├── Input_With_PlaceholderText.xaml.cs │ │ │ │ ├── Multiline_TextBox_In_ScrollViewer.xaml │ │ │ │ ├── Multiline_TextBox_In_ScrollViewer.xaml.cs │ │ │ │ ├── PasswordBox_AutoFill.xaml │ │ │ │ ├── PasswordBox_AutoFill.xaml.cs │ │ │ │ ├── PasswordBox_Description.xaml │ │ │ │ ├── PasswordBox_Description.xaml.cs │ │ │ │ ├── PasswordBox_Header_PlaceholderText.xaml │ │ │ │ ├── PasswordBox_Header_PlaceholderText.xaml.cs │ │ │ │ ├── PasswordBox_InputScope_NumericPin.xaml │ │ │ │ ├── PasswordBox_InputScope_NumericPin.xaml.cs │ │ │ │ ├── PasswordBox_PasswordChar.xaml │ │ │ │ ├── PasswordBox_PasswordChar.xaml.cs │ │ │ │ ├── PasswordBox_Reveal_Scroll.xaml │ │ │ │ ├── PasswordBox_Reveal_Scroll.xaml.cs │ │ │ │ ├── PasswordBox_Simple.xaml │ │ │ │ ├── PasswordBox_Simple.xaml.cs │ │ │ │ ├── PasswordBox_Style.xaml │ │ │ │ ├── TextBoxPadding.xaml │ │ │ │ ├── TextBoxPadding.xaml.cs │ │ │ │ ├── TextBoxViewModel.cs │ │ │ │ ├── TextBox_AnimateHeader.xaml │ │ │ │ ├── TextBox_AnimateHeader.xaml.cs │ │ │ │ ├── TextBox_BeforeTextChanging.xaml │ │ │ │ ├── TextBox_BeforeTextChanging.xaml.cs │ │ │ │ ├── TextBox_BeforeTextChanging_NumbersOnly.xaml │ │ │ │ ├── TextBox_BeforeTextChanging_NumbersOnly.xaml.cs │ │ │ │ ├── TextBox_Binding_Null.xaml │ │ │ │ ├── TextBox_Binding_Null.xaml.cs │ │ │ │ ├── TextBox_Bindings.xaml │ │ │ │ ├── TextBox_Bindings.xaml.cs │ │ │ │ ├── TextBox_CharacterCasing.xaml │ │ │ │ ├── TextBox_CharacterCasing.xaml.cs │ │ │ │ ├── TextBox_ClipboardMethods.xaml │ │ │ │ ├── TextBox_ClipboardMethods.xaml.cs │ │ │ │ ├── TextBox_CornerRadius.xaml │ │ │ │ ├── TextBox_CornerRadius.xaml.cs │ │ │ │ ├── TextBox_DefaultTextBoxStyle.xaml │ │ │ │ ├── TextBox_DefaultTextBoxStyle.xaml.cs │ │ │ │ ├── TextBox_DeleteButton.xaml │ │ │ │ ├── TextBox_DeleteButton.xaml.cs │ │ │ │ ├── TextBox_DeleteButton_Automated.xaml │ │ │ │ ├── TextBox_DeleteButton_Automated.xaml.cs │ │ │ │ ├── TextBox_Description.xaml │ │ │ │ ├── TextBox_Description.xaml.cs │ │ │ │ ├── TextBox_Disabled.xaml │ │ │ │ ├── TextBox_Disabled.xaml.cs │ │ │ │ ├── TextBox_Disabled_State.xaml │ │ │ │ ├── TextBox_Disabled_State.xaml.cs │ │ │ │ ├── TextBox_Focus.xaml │ │ │ │ ├── TextBox_Focus.xaml.cs │ │ │ │ ├── TextBox_Focus_In_ScrollViewer.xaml │ │ │ │ ├── TextBox_Focus_In_ScrollViewer.xaml.cs │ │ │ │ ├── TextBox_Focus_Programmatic.xaml │ │ │ │ ├── TextBox_Focus_Programmatic.xaml.cs │ │ │ │ ├── TextBox_Foreground.xaml │ │ │ │ ├── TextBox_Foreground.xaml.cs │ │ │ │ ├── TextBox_Foreground_Changing.xaml │ │ │ │ ├── TextBox_Foreground_Changing.xaml.cs │ │ │ │ ├── TextBox_Formatting_Flicker.xaml │ │ │ │ ├── TextBox_Formatting_Flicker.xaml.cs │ │ │ │ ├── TextBox_Header.xaml │ │ │ │ ├── TextBox_Header.xaml.cs │ │ │ │ ├── TextBox_HorizontalAlignment.xaml │ │ │ │ ├── TextBox_HorizontalAlignment.xaml.cs │ │ │ │ ├── TextBox_ImplicitParentTextBlockStyle.xaml │ │ │ │ ├── TextBox_ImplicitParentTextBlockStyle.xaml.cs │ │ │ │ ├── TextBox_In_ContentDialog.xaml │ │ │ │ ├── TextBox_In_ContentDialog.xaml.cs │ │ │ │ ├── TextBox_InputReturnType.xaml │ │ │ │ ├── TextBox_InputReturnType.xaml.cs │ │ │ │ ├── TextBox_IsReadOnly.xaml │ │ │ │ ├── TextBox_IsReadOnly.xaml.cs │ │ │ │ ├── TextBox_IsReadOnly_AcceptsReturn.xaml │ │ │ │ ├── TextBox_IsReadOnly_AcceptsReturn.xaml.cs │ │ │ │ ├── TextBox_IsTabStop.xaml │ │ │ │ ├── TextBox_IsTabStop.xaml.cs │ │ │ │ ├── TextBox_Keyboard_Dismiss.xaml │ │ │ │ ├── TextBox_Keyboard_Dismiss.xaml.cs │ │ │ │ ├── TextBox_Keyboard_Navigation.xaml │ │ │ │ ├── TextBox_Keyboard_Navigation.xaml.cs │ │ │ │ ├── TextBox_Margin.xaml │ │ │ │ ├── TextBox_Margin.xaml.cs │ │ │ │ ├── TextBox_MaxLength.xaml │ │ │ │ ├── TextBox_MaxLength.xaml.cs │ │ │ │ ├── TextBox_Multiple_Focus_Keyboard.xaml │ │ │ │ ├── TextBox_Multiple_Focus_Keyboard.xaml.cs │ │ │ │ ├── TextBox_NaturalSize.xaml │ │ │ │ ├── TextBox_NaturalSize.xaml.cs │ │ │ │ ├── TextBox_Padding_In_ScrollViewer.xaml │ │ │ │ ├── TextBox_Padding_In_ScrollViewer.xaml.cs │ │ │ │ ├── TextBox_Padding_In_Style.xaml │ │ │ │ ├── TextBox_Padding_In_Style.xaml.cs │ │ │ │ ├── TextBox_Padding_Unused_In_Style.xaml │ │ │ │ ├── TextBox_Padding_Unused_In_Style.xaml.cs │ │ │ │ ├── TextBox_PasteEvent.xaml │ │ │ │ ├── TextBox_PasteEvent.xaml.cs │ │ │ │ ├── TextBox_PlaceholderForeground.xaml │ │ │ │ ├── TextBox_PlaceholderForeground.xaml.cs │ │ │ │ ├── TextBox_PointerOutOfWindow.xaml │ │ │ │ ├── TextBox_PointerOutOfWindow.xaml.cs │ │ │ │ ├── TextBox_RoundedCorners.xaml │ │ │ │ ├── TextBox_RoundedCorners.xaml.cs │ │ │ │ ├── TextBox_SelectedText.xaml │ │ │ │ ├── TextBox_SelectedText.xaml.cs │ │ │ │ ├── TextBox_Selection.xaml │ │ │ │ ├── TextBox_Selection.xaml.cs │ │ │ │ ├── TextBox_SelectionHighlightColor.xaml │ │ │ │ ├── TextBox_SelectionHighlightColor.xaml.cs │ │ │ │ ├── TextBox_Shortcuts_MacOSSkiaWasm.xaml │ │ │ │ ├── TextBox_Shortcuts_MacOSSkiaWasm.xaml.cs │ │ │ │ ├── TextBox_Simple.xaml │ │ │ │ ├── TextBox_Simple.xaml.cs │ │ │ │ ├── TextBox_TextAlignment.xaml │ │ │ │ ├── TextBox_TextAlignment.xaml.cs │ │ │ │ ├── TextBox_TextChanged.xaml │ │ │ │ ├── TextBox_TextChanged.xaml.cs │ │ │ │ ├── TextBox_TextChanging.xaml │ │ │ │ ├── TextBox_TextChanging.xaml.cs │ │ │ │ ├── TextBox_TextProperty.xaml │ │ │ │ ├── TextBox_TextProperty.xaml.cs │ │ │ │ ├── TextBox_VerticalAlignment.xaml │ │ │ │ ├── TextBox_VerticalAlignment.xaml.cs │ │ │ │ ├── TextBox_Visibility.xaml │ │ │ │ ├── TextBox_Visibility.xaml.cs │ │ │ │ ├── TextBox_WithPadding_Focus.xaml │ │ │ │ ├── TextBox_WithPadding_Focus.xaml.cs │ │ │ │ ├── TextBox_Wrap.xaml │ │ │ │ ├── TextBox_Wrap.xaml.cs │ │ │ │ ├── TextBox_Wrapping.xaml │ │ │ │ ├── TextBox_Wrapping.xaml.cs │ │ │ │ ├── TextKeyboardDismissViewModel.cs │ │ │ │ ├── Textbox_Keyboard_AutoFocus.xaml │ │ │ │ ├── Textbox_Keyboard_AutoFocus.xaml.cs │ │ │ │ ├── WASM_Multiline.xaml │ │ │ │ ├── WASM_Multiline.xaml.cs │ │ │ │ ├── Width_Affects_Delete_Button.xaml │ │ │ │ └── Width_Affects_Delete_Button.xaml.cs │ │ │ ├── ThumbTests │ │ │ │ ├── Thumb_CapturePreventScroll.xaml │ │ │ │ ├── Thumb_CapturePreventScroll.xaml.cs │ │ │ │ ├── Thumb_DragEvents.xaml │ │ │ │ └── Thumb_DragEvents.xaml.cs │ │ │ ├── TimePicker │ │ │ │ ├── Model │ │ │ │ │ └── TimePickerViewModel.cs │ │ │ │ ├── Sample1.xaml │ │ │ │ ├── Sample1.xaml.cs │ │ │ │ ├── Sample2.xaml │ │ │ │ ├── Sample2.xaml.cs │ │ │ │ ├── Sample2_Styles.xaml │ │ │ │ ├── TimePicker_Flyout_Automated.xaml │ │ │ │ ├── TimePicker_Flyout_Automated.xaml.cs │ │ │ │ ├── TimePicker_Flyout_Automated_Reload.xaml │ │ │ │ ├── TimePicker_Flyout_Automated_Reload.xaml.cs │ │ │ │ ├── TimePicker_Header.xaml │ │ │ │ ├── TimePicker_Header.xaml.cs │ │ │ │ ├── TimePicker_TimePickerFlyoutStyle.xaml │ │ │ │ └── TimePicker_TimePickerFlyoutStyle.xaml.cs │ │ │ ├── ToggleSwitchControl │ │ │ │ ├── Models │ │ │ │ │ └── ToggleSwitchViewModel.cs │ │ │ │ ├── Native_ToggleSwitch.xaml │ │ │ │ ├── Native_ToggleSwitch.xaml.cs │ │ │ │ ├── ToggleSwitchUnloadReload.xaml │ │ │ │ ├── ToggleSwitchUnloadReload.xaml.cs │ │ │ │ ├── ToggleSwitch_Custom.xaml │ │ │ │ ├── ToggleSwitch_Custom.xaml.cs │ │ │ │ ├── ToggleSwitch_Default_Style.xaml │ │ │ │ ├── ToggleSwitch_Default_Style.xaml.cs │ │ │ │ ├── ToggleSwitch_Header.xaml │ │ │ │ ├── ToggleSwitch_Header.xaml.cs │ │ │ │ ├── ToggleSwitch_IsOn.xaml │ │ │ │ ├── ToggleSwitch_IsOn.xaml.cs │ │ │ │ ├── ToggleSwitch_TemplateReuse.xaml │ │ │ │ └── ToggleSwitch_TemplateReuse.xaml.cs │ │ │ ├── ToolTip │ │ │ │ ├── ShowPathToRootControl.xaml │ │ │ │ ├── ShowPathToRootControl.xaml.cs │ │ │ │ ├── TextOnlyToolTipSample.xaml │ │ │ │ ├── TextOnlyToolTipSample.xaml.cs │ │ │ │ ├── ToolTip_CollapsedHost.xaml │ │ │ │ ├── ToolTip_CollapsedHost.xaml.cs │ │ │ │ ├── ToolTip_DynamicContent.xaml │ │ │ │ ├── ToolTip_DynamicContent.xaml.cs │ │ │ │ ├── ToolTip_LeakTest.xaml │ │ │ │ ├── ToolTip_LeakTest.xaml.cs │ │ │ │ ├── ToolTip_Long_Text.xaml │ │ │ │ ├── ToolTip_Long_Text.xaml.cs │ │ │ │ ├── ToolTip_Nested.xaml │ │ │ │ └── ToolTip_Nested.xaml.cs │ │ │ ├── UIElementCollectionTests │ │ │ │ ├── UIElementCollection_Insert.xaml │ │ │ │ └── UIElementCollection_Insert.xaml.cs │ │ │ ├── VariableSizedWrapGrid │ │ │ │ ├── VariableSizedWrapGridTests.xaml │ │ │ │ └── VariableSizedWrapGridTests.xaml.cs │ │ │ ├── ViewBoxTests │ │ │ │ ├── ViewBox_Alignment.xaml │ │ │ │ ├── ViewBox_Alignment.xaml.cs │ │ │ │ ├── ViewBox_Dynamic.xaml │ │ │ │ ├── ViewBox_Dynamic.xaml.cs │ │ │ │ ├── Viewbox_Behavior.xaml │ │ │ │ └── Viewbox_Behavior.xaml.cs │ │ │ └── WebView │ │ │ │ ├── WebView2_Clipping.xaml │ │ │ │ ├── WebView2_Clipping.xaml.cs │ │ │ │ ├── WebView2_Fixed_Height.xaml │ │ │ │ ├── WebView2_Fixed_Height.xaml.cs │ │ │ │ ├── WebViewControl_JavaScript_Alert_Confirm_Prompt.xaml │ │ │ │ ├── WebViewControl_JavaScript_Alert_Confirm_Prompt.xaml.cs │ │ │ │ ├── WebViewObserverBehavior.cs │ │ │ │ ├── WebViewSampleBehavior.cs │ │ │ │ ├── WebViewStaticViewModel.cs │ │ │ │ ├── WebViewViewModel.cs │ │ │ │ ├── WebView_Alert.xaml │ │ │ │ ├── WebView_Alert.xaml.cs │ │ │ │ ├── WebView_AnchorNavigation.xaml │ │ │ │ ├── WebView_AnchorNavigation.xaml.cs │ │ │ │ ├── WebView_Animated_Opacity.xaml │ │ │ │ ├── WebView_Animated_Opacity.xaml.cs │ │ │ │ ├── WebView_ChromeClient.xaml │ │ │ │ ├── WebView_ChromeClient.xaml.cs │ │ │ │ ├── WebView_Events.xaml │ │ │ │ ├── WebView_Events.xaml.cs │ │ │ │ ├── WebView_Input_Keyboard_Insets.xaml │ │ │ │ ├── WebView_Input_Keyboard_Insets.xaml.cs │ │ │ │ ├── WebView_InvokeScriptAsync.xaml │ │ │ │ ├── WebView_InvokeScriptAsync.xaml.cs │ │ │ │ ├── WebView_JavascriptInvoke.xaml │ │ │ │ ├── WebView_JavascriptInvoke.xaml.cs │ │ │ │ ├── WebView_Mailto.xaml │ │ │ │ ├── WebView_Mailto.xaml.cs │ │ │ │ ├── WebView_NavigateToString.xaml │ │ │ │ ├── WebView_NavigateToString.xaml.cs │ │ │ │ ├── WebView_NavigateToString2.xaml │ │ │ │ ├── WebView_NavigateToString2.xaml.cs │ │ │ │ ├── WebView_NavigateToUri.xaml │ │ │ │ ├── WebView_NavigateToUri.xaml.cs │ │ │ │ ├── WebView_Static.xaml │ │ │ │ ├── WebView_Static.xaml.cs │ │ │ │ ├── WebView_Title.xaml │ │ │ │ ├── WebView_Title.xaml.cs │ │ │ │ ├── WebView_Video_Bug546.cs │ │ │ │ ├── WebView_Video_Bug546.xaml │ │ │ │ ├── WebView_WithHeaders.xaml │ │ │ │ └── WebView_WithHeaders.xaml.cs │ │ ├── Windows_UI_Xaml_Input │ │ │ ├── Keyboard │ │ │ │ ├── Keyboard_Clickthrough_Modal.xaml │ │ │ │ ├── Keyboard_Clickthrough_Modal.xaml.cs │ │ │ │ ├── Keyboard_Events.xaml │ │ │ │ ├── Keyboard_Events.xaml.cs │ │ │ │ ├── Keyboard_Modifiers.xaml │ │ │ │ ├── Keyboard_Modifiers.xaml.cs │ │ │ │ ├── Keyboard_Showing_Dismissal.xaml │ │ │ │ ├── Keyboard_Showing_Dismissal.xaml.cs │ │ │ │ ├── Keyboard_iOS_Theme.xaml │ │ │ │ └── Keyboard_iOS_Theme.xaml.cs │ │ │ ├── Models │ │ │ │ └── CopyToClipboardViewModel.cs │ │ │ ├── Pointers │ │ │ │ ├── DragCoordinates_Automated.xaml │ │ │ │ ├── DragCoordinates_Automated.xaml.cs │ │ │ │ ├── PointerEventArgsTests.xaml │ │ │ │ ├── PointerEventArgsTests.xaml.cs │ │ │ │ ├── PointerEvent_Timestamp.xaml │ │ │ │ └── PointerEvent_Timestamp.xaml.cs │ │ │ ├── RoutedEvents │ │ │ │ ├── RoutedEvent_DoubleTapped.xaml │ │ │ │ ├── RoutedEvent_DoubleTapped.xaml.cs │ │ │ │ ├── RoutedEvent_DoubleTappedControl.xaml │ │ │ │ ├── RoutedEvent_DoubleTappedControl.xaml.cs │ │ │ │ ├── RoutedEvent_Focus.xaml │ │ │ │ ├── RoutedEvent_Focus.xaml.cs │ │ │ │ ├── RoutedEvent_FocusControl.xaml │ │ │ │ ├── RoutedEvent_FocusControl.xaml.cs │ │ │ │ ├── RoutedEvent_IsEnabled.xaml │ │ │ │ ├── RoutedEvent_IsEnabled.xaml.cs │ │ │ │ ├── RoutedEvent_Pointer.xaml │ │ │ │ ├── RoutedEvent_Pointer.xaml.cs │ │ │ │ ├── RoutedEvent_PointerControl.xaml │ │ │ │ ├── RoutedEvent_PointerControl.xaml.cs │ │ │ │ ├── RoutedEvent_Tapped.xaml │ │ │ │ ├── RoutedEvent_Tapped.xaml.cs │ │ │ │ ├── RoutedEvent_Tapped2.xaml │ │ │ │ ├── RoutedEvent_Tapped2.xaml.cs │ │ │ │ ├── RoutedEvent_TappedAndRelease.xaml │ │ │ │ ├── RoutedEvent_TappedAndRelease.xaml.cs │ │ │ │ ├── RoutedEvent_TappedControl.xaml │ │ │ │ ├── RoutedEvent_TappedControl.xaml.cs │ │ │ │ ├── RoutedEventsPage.xaml │ │ │ │ └── RoutedEventsPage.xaml.cs │ │ │ ├── XamlUICommandTests.xaml │ │ │ └── XamlUICommandTests.xaml.cs │ │ ├── Windows_UI_Xaml_Media │ │ │ ├── AcrylicBrushTests │ │ │ │ ├── BasicAcrylicBrushTest.xaml │ │ │ │ └── BasicAcrylicBrushTest.xaml.cs │ │ │ ├── BrushesTests │ │ │ │ ├── Brushes_ImplicitConvert.xaml │ │ │ │ ├── Brushes_ImplicitConvert.xaml.cs │ │ │ │ ├── ColorPresenter.cs │ │ │ │ ├── CompositionNineGridBrush_Source_Changes.xaml.cs │ │ │ │ ├── DynamicBrushes_On_Shapes.xaml │ │ │ │ ├── DynamicBrushes_On_Shapes.xaml.cs │ │ │ │ ├── SolidColorBrush_Color_Changed.xaml │ │ │ │ └── SolidColorBrush_Color_Changed.xaml.cs │ │ │ ├── CompositionTargetTests │ │ │ │ ├── CompositionTarget_Rendering.xaml │ │ │ │ └── CompositionTarget_Rendering.xaml.cs │ │ │ ├── FontTests │ │ │ │ ├── DynamicFont.xaml │ │ │ │ └── DynamicFont.xaml.cs │ │ │ ├── Geometry │ │ │ │ ├── ArcSegmentPage.xaml │ │ │ │ ├── ArcSegmentPage.xaml.cs │ │ │ │ ├── BezierSegmentPage.xaml │ │ │ │ ├── BezierSegmentPage.xaml.cs │ │ │ │ ├── ClosedFigurePage.xaml │ │ │ │ ├── ClosedFigurePage.xaml.cs │ │ │ │ ├── LineSegmentPage.xaml │ │ │ │ └── LineSegmentPage.xaml.cs │ │ │ ├── GradientBrushTests │ │ │ │ ├── GradientsPage.cs │ │ │ │ ├── GradientsPage.xaml │ │ │ │ ├── LinearGradientBrush_Change_Stops.xaml │ │ │ │ ├── LinearGradientBrush_Change_Stops.xaml.cs │ │ │ │ ├── LinearGradientBrush_Opacity.xaml │ │ │ │ ├── LinearGradientBrush_Opacity.xaml.cs │ │ │ │ ├── LinearGradientBrush_Width.xaml │ │ │ │ ├── LinearGradientBrush_Width.xaml.cs │ │ │ │ ├── RadialGradientBrushPage.xaml │ │ │ │ └── RadialGradientBrushPage.xaml.cs │ │ │ ├── ImageBrushTests │ │ │ │ ├── BorderImageBrush.xaml │ │ │ │ ├── BorderImageBrush.xaml.cs │ │ │ │ ├── BorderImageBrushRelativeTransform.xaml │ │ │ │ ├── BorderImageBrushRelativeTransform.xaml.cs │ │ │ │ ├── DoubleImageBrushInList.xaml │ │ │ │ ├── DoubleImageBrushInList.xaml.cs │ │ │ │ ├── Ellipse.xaml │ │ │ │ ├── Ellipse.xaml.cs │ │ │ │ ├── EllipsemaskingEllipseGrid.xaml │ │ │ │ ├── EllipsemaskingEllipseGrid.xaml.cs │ │ │ │ ├── EllipsemaskingEllipseSuperpositionPanel.xaml │ │ │ │ ├── EllipsemaskingEllipseSuperpositionPanel.xaml.cs │ │ │ │ ├── ImageBrushAlignmentXY.xaml │ │ │ │ ├── ImageBrushAlignmentXY.xaml.cs │ │ │ │ ├── ImageBrushAlignmentXY2.xaml │ │ │ │ ├── ImageBrushAlignmentXY2.xaml.cs │ │ │ │ ├── ImageBrushChangingCornerRadius.xaml │ │ │ │ ├── ImageBrushChangingCornerRadius.xaml.cs │ │ │ │ ├── ImageBrushInList.xaml │ │ │ │ ├── ImageBrushInList.xaml.cs │ │ │ │ ├── ImageBrushLocalAsset.xaml │ │ │ │ ├── ImageBrushLocalAsset.xaml.cs │ │ │ │ ├── ImageBrushShapeStretchesAlignments.xaml │ │ │ │ ├── ImageBrushShapeStretchesAlignments.xaml.cs │ │ │ │ ├── ImageBrushStretch.xaml │ │ │ │ ├── ImageBrushStretch.xaml.cs │ │ │ │ ├── ImageBrushStretch2.xaml │ │ │ │ ├── ImageBrushStretch2.xaml.cs │ │ │ │ ├── ImageBrushWithCompositeTransform.xaml │ │ │ │ ├── ImageBrushWithCompositeTransform.xaml.cs │ │ │ │ ├── ImageBrushWithLateSource.xaml │ │ │ │ ├── ImageBrushWithLateSource.xaml.cs │ │ │ │ ├── ImageBrushWithRotateTransform.xaml │ │ │ │ ├── ImageBrushWithRotateTransform.xaml.cs │ │ │ │ ├── ImageBrushWithScaleTransform.xaml │ │ │ │ ├── ImageBrushWithScaleTransform.xaml.cs │ │ │ │ ├── ImageBrush_Formats.xaml │ │ │ │ ├── ImageBrush_Formats.xaml.cs │ │ │ │ ├── ImageBrush_SameWithDelay.xaml │ │ │ │ ├── ImageBrush_SameWithDelay.xaml.cs │ │ │ │ ├── ImageBrush_StreamSource.xaml │ │ │ │ ├── ImageBrush_StreamSource.xaml.cs │ │ │ │ ├── ImageBrush_Stretch.xaml │ │ │ │ ├── ImageBrush_Stretch.xaml.cs │ │ │ │ ├── ImageBrush_Stretch_None.xaml │ │ │ │ ├── ImageBrush_Stretch_None.xaml.cs │ │ │ │ ├── ImageBrush_UniformToFill.xaml │ │ │ │ ├── ImageBrush_UniformToFill.xaml.cs │ │ │ │ ├── ImageBrush_WriteableBitmap.xaml │ │ │ │ ├── ImageBrush_WriteableBitmap.xaml.cs │ │ │ │ ├── PanelImageBrush.xaml │ │ │ │ ├── PanelImageBrush.xaml.cs │ │ │ │ ├── PathImageBrushfill.xaml │ │ │ │ ├── PathImageBrushfill.xaml.cs │ │ │ │ ├── Rectangle.xaml │ │ │ │ ├── Rectangle.xaml.cs │ │ │ │ ├── RectangleStretchFill.xaml │ │ │ │ ├── RectangleStretchFill.xaml.cs │ │ │ │ ├── RectanglemaskingRectangleGrid.xaml │ │ │ │ └── RectanglemaskingRectangleGrid.xaml.cs │ │ │ ├── LoadedImageSurface │ │ │ │ ├── LoadedImageSurfaceTests.xaml │ │ │ │ └── LoadedImageSurfaceTests.xaml.cs │ │ │ ├── RevealBrushes │ │ │ │ ├── RevealBrush_Fallback.xaml │ │ │ │ └── RevealBrush_Fallback.xaml.cs │ │ │ ├── ThemeShadowTests │ │ │ │ ├── ThemeShadow_Basic.xaml │ │ │ │ ├── ThemeShadow_Basic.xaml.cs │ │ │ │ ├── ThemeShadow_CornerRadius.xaml │ │ │ │ ├── ThemeShadow_CornerRadius.xaml.cs │ │ │ │ ├── ThemeShadow_Overlap.xaml │ │ │ │ └── ThemeShadow_Overlap.xaml.cs │ │ │ ├── Transform │ │ │ │ ├── AnimatedContentControl.cs │ │ │ │ ├── Animated_View_With_Transformed_Ancestor.xaml │ │ │ │ ├── Animated_View_With_Transformed_Ancestor.xaml.cs │ │ │ │ ├── Basics.xaml │ │ │ │ ├── Basics.xaml.cs │ │ │ │ ├── Basics_Automated.xaml │ │ │ │ ├── Basics_Automated.xaml.cs │ │ │ │ ├── Border_With_CompositeTransform.xaml │ │ │ │ ├── Border_With_CompositeTransform.xaml.cs │ │ │ │ ├── Border_With_Off_Centre_RotateTransform.xaml │ │ │ │ ├── Border_With_Off_Centre_RotateTransform.xaml.cs │ │ │ │ ├── Border_With_Off_Centre_ScaleTransform.xaml │ │ │ │ ├── Border_With_Off_Centre_ScaleTransform.xaml.cs │ │ │ │ ├── Border_With_RotateTransform.xaml │ │ │ │ ├── Border_With_RotateTransform.xaml.cs │ │ │ │ ├── Border_With_ScaleTransform.xaml │ │ │ │ ├── Border_With_ScaleTransform.xaml.cs │ │ │ │ ├── Border_With_TranslateTransform.xaml │ │ │ │ ├── Border_With_TranslateTransform.xaml.cs │ │ │ │ ├── Grid_With_RotateTransform_And_Button.xaml │ │ │ │ ├── Grid_With_RotateTransform_And_Button.xaml.cs │ │ │ │ ├── Image_With_RotateTransform.xaml │ │ │ │ ├── Image_With_RotateTransform.xaml.cs │ │ │ │ ├── List_With_Transformed_Ancestor.xaml │ │ │ │ ├── List_With_Transformed_Ancestor.xaml.cs │ │ │ │ ├── Polygon_With_RotateTransform.xaml │ │ │ │ ├── Polygon_With_RotateTransform.xaml.cs │ │ │ │ ├── ProgressRing_With_Transformed_Ancestor.xaml │ │ │ │ ├── ProgressRing_With_Transformed_Ancestor.xaml.cs │ │ │ │ ├── Rectangle_With_RotateTransform.xaml │ │ │ │ ├── Rectangle_With_RotateTransform.xaml.cs │ │ │ │ ├── TextBox_With_RotateTransform.xaml │ │ │ │ ├── TextBox_With_RotateTransform.xaml.cs │ │ │ │ ├── TransformToVisual_Simple.xaml │ │ │ │ ├── TransformToVisual_Simple.xaml.cs │ │ │ │ ├── TransformToVisual_Translate2d.xaml │ │ │ │ ├── TransformToVisual_Translate2d.xaml.cs │ │ │ │ ├── Transformed_Ancestor_And_UI_Blocked.xaml │ │ │ │ └── Transformed_Ancestor_And_UI_Blocked.xaml.cs │ │ │ └── XamlCompositionBrushBase │ │ │ │ ├── XamlCompositionBrushBaseTests.xaml │ │ │ │ └── XamlCompositionBrushBaseTests.xaml.cs │ │ ├── Windows_UI_Xaml_Media_Animation │ │ │ ├── BeginTime_MultipleAnimations.xaml │ │ │ ├── BeginTime_MultipleAnimations.xaml.cs │ │ │ ├── BeginTime_MultipleAnimations_Expected.gif │ │ │ ├── Canvas_DependentAnimation.xaml │ │ │ ├── Canvas_DependentAnimation.xaml.cs │ │ │ ├── ColorAnimationUsingKeyFrames_Fill.xaml │ │ │ ├── ColorAnimationUsingKeyFrames_Fill.xaml.cs │ │ │ ├── ColorAnimation_Background.xaml │ │ │ ├── ColorAnimation_Background.xaml.cs │ │ │ ├── ColorAnimation_Fill.xaml │ │ │ ├── ColorAnimation_Fill.xaml.cs │ │ │ ├── DoubleAnimationTestsControl.xaml │ │ │ ├── DoubleAnimationTestsControl.xaml.cs │ │ │ ├── DoubleAnimationUsingKeyFrames_TranslateX.xaml │ │ │ ├── DoubleAnimationUsingKeyFrames_TranslateX.xaml.cs │ │ │ ├── DoubleAnimation_BeginTime.xaml │ │ │ ├── DoubleAnimation_BeginTime.xaml.cs │ │ │ ├── DoubleAnimation_Cumulative.xaml │ │ │ ├── DoubleAnimation_Cumulative.xaml.cs │ │ │ ├── DoubleAnimation_FinalState_Opacity.xaml │ │ │ ├── DoubleAnimation_FinalState_Opacity.xaml.cs │ │ │ ├── DoubleAnimation_FinalState_Transforms.xaml │ │ │ ├── DoubleAnimation_FinalState_Transforms.xaml.cs │ │ │ ├── DoubleAnimation_Opacity_TextBlock.xaml │ │ │ ├── DoubleAnimation_Opacity_TextBlock.xaml.cs │ │ │ ├── DoubleAnimation_RenderTransformOrigin.xaml │ │ │ ├── DoubleAnimation_RenderTransformOrigin.xaml.cs │ │ │ ├── DoubleAnimation_TransformGroup.xaml │ │ │ ├── DoubleAnimation_TransformGroup.xaml.cs │ │ │ ├── DoubleAnimation_TranslateX.xaml │ │ │ ├── DoubleAnimation_TranslateX.xaml.cs │ │ │ ├── DoubleAnimation_VisualStates.xaml │ │ │ ├── DoubleAnimation_VisualStates.xaml.cs │ │ │ ├── EasingDoubleKeyFrame_CompositeTransform.xaml │ │ │ ├── EasingDoubleKeyFrame_CompositeTransform.xaml.cs │ │ │ ├── EasingDoubleKeyFrame_CompositeTransform_Container.xaml │ │ │ ├── EasingDoubleKeyFrame_CompositeTransform_Container.xaml.cs │ │ │ ├── FadeInOutThemeAnimationPage.xaml │ │ │ ├── FadeInOutThemeAnimationPage.xaml.cs │ │ │ ├── SequentialAnimationsPage.xaml │ │ │ ├── SequentialAnimationsPage.xaml.cs │ │ │ ├── SetTargetProperty.xaml │ │ │ └── SetTargetProperty.xaml.cs │ │ ├── Windows_UI_Xaml_Media_Imaging │ │ │ ├── PickImageFromFile.xaml │ │ │ ├── PickImageFromFile.xaml.cs │ │ │ ├── RenderTargetBitmaps.xaml │ │ │ └── RenderTargetBitmaps.xaml.cs │ │ ├── Windows_UI_Xaml_Shapes │ │ │ ├── Basic_Shapes.xaml │ │ │ ├── Basic_Shapes.xaml.cs │ │ │ ├── EllipseAlignment2542_2547.xaml │ │ │ ├── EllipseAlignment2542_2547.xaml.cs │ │ │ ├── EllipsePage.xaml │ │ │ ├── EllipsePage.xaml.cs │ │ │ ├── Ellipse_Positioning.xaml │ │ │ ├── Ellipse_Positioning.xaml.cs │ │ │ ├── Ellipse_StrokeThickness.xaml │ │ │ ├── Ellipse_StrokeThickness.xaml.cs │ │ │ ├── LinePage.xaml │ │ │ ├── LinePage.xaml.cs │ │ │ ├── LineStretchModes.xaml │ │ │ ├── LineStretchModes.xaml.cs │ │ │ ├── MeasurePage.xaml │ │ │ ├── MeasurePage.xaml.cs │ │ │ ├── Offscreen_Shapes.xaml │ │ │ ├── Offscreen_Shapes.xaml.cs │ │ │ ├── PathStretchModes.xaml │ │ │ ├── PathStretchModes.xaml.cs │ │ │ ├── PathTestsControl │ │ │ │ ├── AutoSizedPathCentered.xaml │ │ │ │ ├── AutoSizedPathCentered.xaml.cs │ │ │ │ ├── AutoSizedTopLeft.xaml │ │ │ │ ├── AutoSizedTopLeft.xaml.cs │ │ │ │ ├── FixedWidth.xaml │ │ │ │ ├── FixedWidth.xaml.cs │ │ │ │ ├── FixedWidthUniform.xaml │ │ │ │ ├── FixedWidthUniform.xaml.cs │ │ │ │ ├── HorizontalAlignmentStretchVerticalAlignmentBottom.xaml │ │ │ │ ├── HorizontalAlignmentStretchVerticalAlignmentBottom.xaml.cs │ │ │ │ ├── Invisible.xaml │ │ │ │ ├── Invisible.xaml.cs │ │ │ │ ├── PathBindingOnData.xaml │ │ │ │ ├── PathBindingOnData.xaml.cs │ │ │ │ ├── PathCircularInsideEllipse.xaml │ │ │ │ ├── PathCircularInsideEllipse.xaml.cs │ │ │ │ ├── PathIcon.xaml │ │ │ │ ├── PathIcon.xaml.cs │ │ │ │ ├── PathResizeTest.xaml │ │ │ │ ├── PathResizeTest.xaml.cs │ │ │ │ ├── PathScrollViewer.xaml │ │ │ │ ├── PathScrollViewer.xaml.cs │ │ │ │ ├── PathStretchInsideContainer.xaml │ │ │ │ ├── PathStretchInsideContainer.xaml.cs │ │ │ │ ├── PathTime.xaml │ │ │ │ ├── PathTime.xaml.cs │ │ │ │ ├── PathVerticalOffset.xaml │ │ │ │ ├── PathVerticalOffset.xaml.cs │ │ │ │ ├── PathVerticalOffsetAdjustable.xaml │ │ │ │ ├── PathVerticalOffsetAdjustable.xaml.cs │ │ │ │ ├── PathVerticalOffsetII.xaml │ │ │ │ ├── PathVerticalOffsetII.xaml.cs │ │ │ │ ├── Path_Arc.xaml │ │ │ │ ├── Path_Arc.xaml.cs │ │ │ │ ├── Path_CircularWheel.xaml │ │ │ │ ├── Path_CircularWheel.xaml.cs │ │ │ │ ├── Path_Dynamic.xaml │ │ │ │ ├── Path_Dynamic.xaml.cs │ │ │ │ ├── Path_Dynamic_Geometries.xaml │ │ │ │ ├── Path_Dynamic_Geometries.xaml.cs │ │ │ │ ├── Path_EllipseGeometry.xaml │ │ │ │ ├── Path_EllipseGeometry.xaml.cs │ │ │ │ ├── Path_FillRule.xaml │ │ │ │ ├── Path_FillRule.xaml.cs │ │ │ │ ├── Path_Geometries.xaml │ │ │ │ ├── Path_Geometries.xaml.cs │ │ │ │ ├── Path_Geometry.xaml │ │ │ │ ├── Path_Geometry.xaml.cs │ │ │ │ ├── Path_LineGeometry.xaml │ │ │ │ ├── Path_LineGeometry.xaml.cs │ │ │ │ ├── Path_LinearGradientBrush.xaml │ │ │ │ ├── Path_LinearGradientBrush.xaml.cs │ │ │ │ ├── Path_With_DashStrokeArray.xaml │ │ │ │ ├── Path_With_DashStrokeArray.xaml.cs │ │ │ │ ├── PathinButton.xaml │ │ │ │ ├── PathinButton.xaml.cs │ │ │ │ ├── SVG_Path.xaml │ │ │ │ ├── SVG_Path.xaml.cs │ │ │ │ ├── StretchNone.xaml │ │ │ │ ├── StretchNone.xaml.cs │ │ │ │ ├── StretchNoneHorizontalAlignmentRight.xaml │ │ │ │ ├── StretchNoneHorizontalAlignmentRight.xaml.cs │ │ │ │ ├── StretchNoneVerticalAlignmentCenter.xaml │ │ │ │ ├── StretchNoneVerticalAlignmentCenter.xaml.cs │ │ │ │ ├── StretchUniform.xaml │ │ │ │ ├── StretchUniform.xaml.cs │ │ │ │ ├── StretchUniformAutoSize.xaml │ │ │ │ ├── StretchUniformAutoSize.xaml.cs │ │ │ │ ├── StretchUniformHorizontalAlignmentCenter.xaml │ │ │ │ ├── StretchUniformHorizontalAlignmentCenter.xaml.cs │ │ │ │ ├── StretchUniformToFill.xaml │ │ │ │ ├── StretchUniformToFill.xaml.cs │ │ │ │ ├── Stroke2FillYellow.xaml │ │ │ │ ├── Stroke2FillYellow.xaml.cs │ │ │ │ ├── StrokeThickness10.xaml │ │ │ │ ├── StrokeThickness10.xaml.cs │ │ │ │ ├── StrokeThickness10FixedWidth.xaml │ │ │ │ ├── StrokeThickness10FixedWidth.xaml.cs │ │ │ │ ├── Test2.xaml │ │ │ │ ├── Test2.xaml.cs │ │ │ │ ├── Test3.xaml │ │ │ │ └── Test3.xaml.cs │ │ │ ├── Path_ClearData.xaml │ │ │ ├── Path_ClearData.xaml.cs │ │ │ ├── Path_Clipping.xaml │ │ │ ├── Path_Clipping.xaml.cs │ │ │ ├── Path_Custom.xaml │ │ │ ├── Path_Custom.xaml.cs │ │ │ ├── Path_Geometries.xaml │ │ │ ├── Path_Geometries.xaml.cs │ │ │ ├── PolygonPage.xaml │ │ │ ├── PolygonPage.xaml.cs │ │ │ ├── PolylinePage.xaml │ │ │ ├── PolylinePage.xaml.cs │ │ │ ├── Rectangle_Color_Bound.xaml │ │ │ ├── Rectangle_Color_Bound.xaml.cs │ │ │ ├── Rectangle_Rounding.xaml │ │ │ ├── Rectangle_Rounding.xaml.cs │ │ │ ├── Rectangle_StrokeThickness.xaml │ │ │ ├── Rectangle_StrokeThickness.xaml.cs │ │ │ ├── Setting_ImageBrush_In_Code_Behind.xaml │ │ │ ├── Setting_ImageBrush_In_Code_Behind.xaml.cs │ │ │ ├── ShapeControlsPage.xaml │ │ │ ├── ShapeControlsPage.xaml.cs │ │ │ ├── Shape_StrokeTest.xaml │ │ │ ├── Shape_StrokeTest.xaml.cs │ │ │ ├── Shapes_Default_StrokeThickness.xaml │ │ │ ├── Shapes_Default_StrokeThickness.xaml.cs │ │ │ ├── StretchPage.xaml │ │ │ └── StretchPage.xaml.cs │ │ └── Xaml_CodeGen │ │ │ ├── BindableMetadataGlobalizationTest.xaml │ │ │ └── BindableMetadataGlobalizationTest.xaml.cs │ ├── UnoIslands.Shared │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Assets │ │ │ └── SharedAssets.md │ │ ├── MainPage.xaml │ │ ├── MainPage.xaml.cs │ │ ├── SecondPage.xaml │ │ ├── SecondPage.xaml.cs │ │ ├── Strings │ │ │ └── en │ │ │ │ └── Resources.resw │ │ ├── UnoIslands.Shared.projitems │ │ └── UnoIslands.Shared.shproj │ ├── UnoIslands.Skia.Wpf │ │ ├── App.config │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MainWindowViewModel.cs │ │ ├── PersonViewModel.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ ├── Settings.settings │ │ │ └── launchSettings.json │ │ ├── TestData.json │ │ ├── UnoIslands.Skia.Wpf.csproj │ │ └── app.manifest │ ├── UnoIslands.Skia │ │ └── UnoIslands.Skia.csproj │ ├── UnoIslands.WinForms │ │ ├── Form1.Designer.cs │ │ ├── Form1.cs │ │ ├── Program.cs │ │ └── UnoIslands.WinForms.csproj │ ├── UnoIslandsSamplesApp.Skia.Wpf │ │ ├── App.config │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Assets │ │ │ └── SharedAssets.md │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ ├── Settings.settings │ │ │ └── launchSettings.json │ │ ├── UnoIslandsSamplesApp.Skia.Wpf.csproj │ │ └── app.manifest │ └── UnoIslandsSamplesApp.Skia │ │ └── UnoIslandsSamplesApp.Skia.csproj ├── SolutionTemplate │ ├── 5.3 │ │ ├── uno53AppWithLib │ │ │ ├── .editorconfig │ │ │ ├── .gitignore │ │ │ ├── .vsconfig │ │ │ ├── Directory.Build.props │ │ │ ├── Directory.Build.targets │ │ │ ├── Directory.Packages.props │ │ │ ├── global.json │ │ │ ├── nuget.config │ │ │ ├── uno53AppWithLib.sln │ │ │ ├── uno53AppWithLib │ │ │ │ ├── App.xaml │ │ │ │ ├── App.xaml.cs │ │ │ │ ├── Assets │ │ │ │ │ ├── Icons │ │ │ │ │ │ ├── icon.svg │ │ │ │ │ │ └── icon_foreground.svg │ │ │ │ │ ├── SharedAssets.md │ │ │ │ │ ├── Splash │ │ │ │ │ │ └── splash_screen.svg │ │ │ │ │ └── json_file_asset.json │ │ │ │ ├── GlobalUsings.cs │ │ │ │ ├── MainPage.xaml │ │ │ │ ├── MainPage.xaml.cs │ │ │ │ ├── Package.appxmanifest │ │ │ │ ├── Platforms │ │ │ │ │ ├── Android │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── Assets │ │ │ │ │ │ │ └── AboutAssets.txt │ │ │ │ │ │ ├── Main.Android.cs │ │ │ │ │ │ ├── MainActivity.Android.cs │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ ├── AboutResources.txt │ │ │ │ │ │ │ └── values │ │ │ │ │ │ │ │ ├── Strings.xml │ │ │ │ │ │ │ │ └── Styles.xml │ │ │ │ │ │ └── environment.conf │ │ │ │ │ ├── Desktop │ │ │ │ │ │ └── Program.cs │ │ │ │ │ ├── MacCatalyst │ │ │ │ │ │ ├── Entitlements.plist │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Main.maccatalyst.cs │ │ │ │ │ │ └── Media.xcassets │ │ │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── WebAssembly │ │ │ │ │ │ ├── LinkerConfig.xml │ │ │ │ │ │ ├── Program.cs │ │ │ │ │ │ ├── WasmCSS │ │ │ │ │ │ │ └── Fonts.css │ │ │ │ │ │ ├── WasmScripts │ │ │ │ │ │ │ └── AppManifest.js │ │ │ │ │ │ ├── manifest.webmanifest │ │ │ │ │ │ └── wwwroot │ │ │ │ │ │ │ ├── staticwebapp.config.json │ │ │ │ │ │ │ └── web.config │ │ │ │ │ ├── Windows │ │ │ │ │ │ └── Properties │ │ │ │ │ │ │ └── PublishProfiles │ │ │ │ │ │ │ ├── win-arm64.pubxml │ │ │ │ │ │ │ ├── win-x64.pubxml │ │ │ │ │ │ │ └── win-x86.pubxml │ │ │ │ │ └── iOS │ │ │ │ │ │ ├── Entitlements.plist │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Main.iOS.cs │ │ │ │ │ │ └── Media.xcassets │ │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Properties │ │ │ │ │ └── launchSettings.json │ │ │ │ ├── ReadMe.md │ │ │ │ ├── Strings │ │ │ │ │ └── en │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── app.manifest │ │ │ │ ├── test_root_asset.json │ │ │ │ ├── test_root_asset_not_included.json │ │ │ │ └── uno53AppWithLib.csproj │ │ │ ├── uno53emptylib │ │ │ │ └── uno53emptylib.csproj │ │ │ └── uno53lib │ │ │ │ ├── Assets │ │ │ │ ├── Svg │ │ │ │ │ ├── myimage.svg │ │ │ │ │ └── uno53lib_myimage.svg │ │ │ │ ├── icon_lib.svg │ │ │ │ ├── test.xml │ │ │ │ ├── uno53lib-test.xml │ │ │ │ └── uno53lib_icon_lib.svg │ │ │ │ ├── Class1.cs │ │ │ │ ├── Platforms │ │ │ │ ├── Android │ │ │ │ │ └── AndroidClass1.cs │ │ │ │ ├── Desktop │ │ │ │ │ └── DesktopClass1.cs │ │ │ │ ├── MacCatalyst │ │ │ │ │ └── MacCatalystClass1.cs │ │ │ │ ├── WebAssembly │ │ │ │ │ └── WebAssemblyClass1.cs │ │ │ │ ├── Windows │ │ │ │ │ └── WindowsClass1.cs │ │ │ │ └── iOS │ │ │ │ │ └── iOSClass1.cs │ │ │ │ └── uno53lib.csproj │ │ ├── uno53net9Lib │ │ │ ├── Class1.cs │ │ │ ├── global.json │ │ │ └── uno53net9Lib.csproj │ │ └── uno53net9blank │ │ │ ├── .editorconfig │ │ │ ├── .gitignore │ │ │ ├── .vsconfig │ │ │ ├── Directory.Build.props │ │ │ ├── Directory.Build.targets │ │ │ ├── Directory.Packages.props │ │ │ ├── global.json │ │ │ ├── uno53net9blank.sln │ │ │ └── uno53net9blank │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Assets │ │ │ ├── Icons │ │ │ │ ├── icon.svg │ │ │ │ └── icon_foreground.svg │ │ │ ├── SharedAssets.md │ │ │ └── Splash │ │ │ │ └── splash_screen.svg │ │ │ ├── ControlWithXamlEverywhereExceptDesktop.xaml.cs │ │ │ ├── GlobalUsings.cs │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── Package.appxmanifest │ │ │ ├── Platforms │ │ │ ├── Android │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── Assets │ │ │ │ │ └── AboutAssets.txt │ │ │ │ ├── ControlWithXamlEverywhereExceptDesktop.xaml │ │ │ │ ├── Main.Android.cs │ │ │ │ ├── MainActivity.Android.cs │ │ │ │ ├── Resources │ │ │ │ │ ├── AboutResources.txt │ │ │ │ │ └── values │ │ │ │ │ │ ├── Strings.xml │ │ │ │ │ │ └── Styles.xml │ │ │ │ └── environment.conf │ │ │ ├── Desktop │ │ │ │ └── Program.cs │ │ │ ├── MacCatalyst │ │ │ │ ├── ControlWithXamlEverywhereExceptDesktop.xaml │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── Main.maccatalyst.cs │ │ │ │ └── Media.xcassets │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ └── Contents.json │ │ │ ├── WebAssembly │ │ │ │ ├── ControlWithXamlEverywhereExceptDesktop.xaml │ │ │ │ ├── LinkerConfig.xml │ │ │ │ ├── Program.cs │ │ │ │ ├── WasmCSS │ │ │ │ │ └── Fonts.css │ │ │ │ ├── WasmScripts │ │ │ │ │ └── AppManifest.js │ │ │ │ ├── manifest.webmanifest │ │ │ │ └── wwwroot │ │ │ │ │ ├── staticwebapp.config.json │ │ │ │ │ └── web.config │ │ │ └── iOS │ │ │ │ ├── ControlWithXamlEverywhereExceptDesktop.xaml │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── Main.iOS.cs │ │ │ │ ├── Media.xcassets │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ └── Contents.json │ │ │ │ └── PrivacyInfo.xcprivacy │ │ │ ├── Properties │ │ │ ├── PublishProfiles │ │ │ │ ├── win-arm64.pubxml │ │ │ │ ├── win-x64.pubxml │ │ │ │ └── win-x86.pubxml │ │ │ └── launchSettings.json │ │ │ ├── ReadMe.md │ │ │ ├── Strings │ │ │ └── en │ │ │ │ └── Resources.resw │ │ │ ├── app.manifest │ │ │ └── uno53net9blank.csproj │ ├── 5.6 │ │ ├── uno56droidioswasmskia │ │ │ ├── .editorconfig │ │ │ ├── .gitignore │ │ │ ├── .vsconfig │ │ │ ├── Directory.Build.props │ │ │ ├── Directory.Build.targets │ │ │ ├── Directory.Packages.props │ │ │ ├── Uno56NugetLibrary │ │ │ │ ├── Uno56NugetLibrary.csproj │ │ │ │ ├── UserControl2.xaml │ │ │ │ └── UserControl2.xaml.cs │ │ │ ├── UnoLibrary1 │ │ │ │ ├── UnoLibrary1.csproj │ │ │ │ ├── UserControl1.xaml │ │ │ │ └── UserControl1.xaml.cs │ │ │ ├── global.json │ │ │ ├── nuget.config │ │ │ ├── uno56droidioswasmskia.sln │ │ │ └── uno56droidioswasmskia │ │ │ │ ├── App.xaml │ │ │ │ ├── App.xaml.cs │ │ │ │ ├── Assets │ │ │ │ ├── Icons │ │ │ │ │ ├── icon.svg │ │ │ │ │ └── icon_foreground.svg │ │ │ │ ├── SharedAssets.md │ │ │ │ └── Splash │ │ │ │ │ └── splash_screen.svg │ │ │ │ ├── GlobalUsings.cs │ │ │ │ ├── MainPage.xaml │ │ │ │ ├── MainPage.xaml.cs │ │ │ │ ├── Package.appxmanifest │ │ │ │ ├── Platforms │ │ │ │ ├── Android │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── Assets │ │ │ │ │ │ └── AboutAssets.txt │ │ │ │ │ ├── Main.Android.cs │ │ │ │ │ ├── MainActivity.Android.cs │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── AboutResources.txt │ │ │ │ │ │ └── values │ │ │ │ │ │ │ ├── Strings.xml │ │ │ │ │ │ │ └── Styles.xml │ │ │ │ │ └── environment.conf │ │ │ │ ├── Desktop │ │ │ │ │ └── Program.cs │ │ │ │ ├── WebAssembly │ │ │ │ │ ├── LinkerConfig.xml │ │ │ │ │ ├── Program.cs │ │ │ │ │ ├── WasmCSS │ │ │ │ │ │ └── Fonts.css │ │ │ │ │ ├── WasmScripts │ │ │ │ │ │ └── AppManifest.js │ │ │ │ │ ├── manifest.webmanifest │ │ │ │ │ └── wwwroot │ │ │ │ │ │ ├── staticwebapp.config.json │ │ │ │ │ │ └── web.config │ │ │ │ └── iOS │ │ │ │ │ ├── Entitlements.plist │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Main.iOS.cs │ │ │ │ │ ├── Media.xcassets │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── PrivacyInfo.xcprivacy │ │ │ │ ├── Properties │ │ │ │ └── launchsettings.json │ │ │ │ ├── ReadMe.md │ │ │ │ ├── Strings │ │ │ │ └── en │ │ │ │ │ └── Resources.resw │ │ │ │ ├── TestStaticContent.json │ │ │ │ ├── UsingAliasValidation.cs │ │ │ │ ├── app.manifest │ │ │ │ └── uno56droidioswasmskia.csproj │ │ ├── uno56net9win32 │ │ │ ├── .editorconfig │ │ │ ├── .gitignore │ │ │ ├── .vsconfig │ │ │ ├── Directory.Build.props │ │ │ ├── Directory.Build.targets │ │ │ ├── Directory.Packages.props │ │ │ ├── global.json │ │ │ ├── uno56net9win32.sln │ │ │ └── uno56net9win32 │ │ │ │ ├── App.xaml │ │ │ │ ├── App.xaml.cs │ │ │ │ ├── Assets │ │ │ │ ├── Icons │ │ │ │ │ ├── icon.svg │ │ │ │ │ └── icon_foreground.svg │ │ │ │ ├── SharedAssets.md │ │ │ │ └── Splash │ │ │ │ │ └── splash_screen.svg │ │ │ │ ├── GlobalUsings.cs │ │ │ │ ├── MainPage.xaml │ │ │ │ ├── MainPage.xaml.cs │ │ │ │ ├── Package.appxmanifest │ │ │ │ ├── Platforms │ │ │ │ └── Desktop │ │ │ │ │ └── Program.cs │ │ │ │ ├── Properties │ │ │ │ ├── PublishProfiles │ │ │ │ │ ├── win-arm64.pubxml │ │ │ │ │ ├── win-x64.pubxml │ │ │ │ │ └── win-x86.pubxml │ │ │ │ └── launchSettings.json │ │ │ │ ├── ReadMe.md │ │ │ │ ├── Strings │ │ │ │ └── en │ │ │ │ │ └── Resources.resw │ │ │ │ ├── app.manifest │ │ │ │ └── uno56net9win32.csproj │ │ └── uno56netcurrent │ │ │ ├── .editorconfig │ │ │ ├── .gitignore │ │ │ ├── .vsconfig │ │ │ ├── Directory.Build.props │ │ │ ├── Directory.Build.targets │ │ │ ├── Directory.Packages.props │ │ │ ├── global.json │ │ │ ├── uno56netcurrent.sln │ │ │ └── uno56netcurrent │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Assets │ │ │ ├── Icons │ │ │ │ ├── icon.svg │ │ │ │ └── icon_foreground.svg │ │ │ ├── SharedAssets.md │ │ │ └── Splash │ │ │ │ └── splash_screen.svg │ │ │ ├── GlobalUsings.cs │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── Package.appxmanifest │ │ │ ├── Platforms │ │ │ ├── Desktop │ │ │ │ └── Program.cs │ │ │ └── WebAssembly │ │ │ │ ├── LinkerConfig.xml │ │ │ │ ├── Program.cs │ │ │ │ ├── WasmCSS │ │ │ │ └── Fonts.css │ │ │ │ ├── WasmScripts │ │ │ │ └── AppManifest.js │ │ │ │ ├── manifest.webmanifest │ │ │ │ └── wwwroot │ │ │ │ ├── staticwebapp.config.json │ │ │ │ └── web.config │ │ │ ├── Properties │ │ │ ├── PublishProfiles │ │ │ │ ├── win-arm64.pubxml │ │ │ │ ├── win-x64.pubxml │ │ │ │ └── win-x86.pubxml │ │ │ └── launchSettings.json │ │ │ ├── ReadMe.md │ │ │ ├── Strings │ │ │ └── en │ │ │ │ └── Resources.resw │ │ │ ├── app.manifest │ │ │ └── uno56netcurrent.csproj │ ├── Directory.Build.props │ ├── Directory.Build.targets │ ├── MyAppXamlTrim │ │ ├── .vsconfig │ │ ├── MyAppXamlTrim-vsmac.slnf │ │ ├── MyAppXamlTrim.Mobile │ │ │ ├── Android │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── Assets │ │ │ │ │ └── AboutAssets.txt │ │ │ │ ├── Main.Android.cs │ │ │ │ ├── MainActivity.Android.cs │ │ │ │ ├── Resources │ │ │ │ │ ├── AboutResources.txt │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-ldpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-tvdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ └── values │ │ │ │ │ │ ├── Strings.xml │ │ │ │ │ │ └── Styles.xml │ │ │ │ └── environment.conf │ │ │ ├── MacCatalyst │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ ├── Main.maccatalyst.cs │ │ │ │ ├── Media.xcassets │ │ │ │ │ ├── AppIcons.appiconset │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ ├── Icon1024.png │ │ │ │ │ │ ├── Icon120.png │ │ │ │ │ │ ├── Icon152.png │ │ │ │ │ │ ├── Icon167.png │ │ │ │ │ │ ├── Icon180.png │ │ │ │ │ │ ├── Icon20.png │ │ │ │ │ │ ├── Icon29.png │ │ │ │ │ │ ├── Icon40.png │ │ │ │ │ │ ├── Icon58.png │ │ │ │ │ │ ├── Icon60.png │ │ │ │ │ │ ├── Icon76.png │ │ │ │ │ │ ├── Icon80.png │ │ │ │ │ │ └── Icon87.png │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ │ └── Contents.json │ │ │ │ └── Resources │ │ │ │ │ ├── Default-568h@2x.png │ │ │ │ │ ├── SplashScreen@2x.png │ │ │ │ │ └── SplashScreen@3x.png │ │ │ ├── MyAppXamlTrim.Mobile.csproj │ │ │ ├── iOS │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ ├── Main.iOS.cs │ │ │ │ ├── Media.xcassets │ │ │ │ │ ├── AppIcons.appiconset │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ ├── Icon1024.png │ │ │ │ │ │ ├── Icon120.png │ │ │ │ │ │ ├── Icon152.png │ │ │ │ │ │ ├── Icon167.png │ │ │ │ │ │ ├── Icon180.png │ │ │ │ │ │ ├── Icon20.png │ │ │ │ │ │ ├── Icon29.png │ │ │ │ │ │ ├── Icon40.png │ │ │ │ │ │ ├── Icon58.png │ │ │ │ │ │ ├── Icon60.png │ │ │ │ │ │ ├── Icon76.png │ │ │ │ │ │ ├── Icon80.png │ │ │ │ │ │ └── Icon87.png │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ │ └── Contents.json │ │ │ │ └── Resources │ │ │ │ │ ├── Default-568h@2x.png │ │ │ │ │ ├── SplashScreen@2x.png │ │ │ │ │ └── SplashScreen@3x.png │ │ │ └── macOS │ │ │ │ ├── Assets.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ ├── AppIcon-128.png │ │ │ │ │ ├── AppIcon-128@2x.png │ │ │ │ │ ├── AppIcon-16.png │ │ │ │ │ ├── AppIcon-16@2x.png │ │ │ │ │ ├── AppIcon-256.png │ │ │ │ │ ├── AppIcon-256@2x.png │ │ │ │ │ ├── AppIcon-32.png │ │ │ │ │ ├── AppIcon-32@2x.png │ │ │ │ │ ├── AppIcon-512.png │ │ │ │ │ ├── AppIcon-512@2x.png │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ └── unologo.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── unoplatform.jpg │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ └── Main.cs │ │ ├── MyAppXamlTrim.Shared │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Assets │ │ │ │ └── SharedAssets.md │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── MyAppXamlTrim.Shared.projitems │ │ │ ├── MyAppXamlTrim.Shared.shproj │ │ │ └── Strings │ │ │ │ ├── en │ │ │ │ └── Resources.resw │ │ │ │ └── fr │ │ │ │ └── Resources.resw │ │ ├── MyAppXamlTrim.Skia.Linux.FrameBuffer │ │ │ ├── MyAppXamlTrim.Skia.Linux.FrameBuffer.csproj │ │ │ └── Program.cs │ │ ├── MyAppXamlTrim.Skia.WPF │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── MyAppXamlTrim.Skia.WPF.csproj │ │ │ └── app.manifest │ │ ├── MyAppXamlTrim.UWP │ │ │ ├── Assets │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── MyAppXamlTrim.Uwp.csproj │ │ │ ├── Package.appxmanifest │ │ │ └── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── Default.rd.xml │ │ ├── MyAppXamlTrim.Wasm │ │ │ ├── Assets │ │ │ │ └── SplashScreen.png │ │ │ ├── LinkerConfig.xml │ │ │ ├── MyAppXamlTrim.Wasm.csproj │ │ │ ├── Program.cs │ │ │ ├── WasmCSS │ │ │ │ └── Fonts.css │ │ │ ├── WasmScripts │ │ │ │ └── AppManifest.js │ │ │ └── wwwroot │ │ │ │ └── web.config │ │ ├── MyAppXamlTrim.sln │ │ └── UnoSolutionTemplate.netcore.csproj │ ├── MyCrossRuntimeLib │ │ ├── MyCrossRuntimeLib.sln │ │ └── MyCrossRuntimeLib │ │ │ ├── Directory.Build.props │ │ │ ├── MyCrossRuntimeLib.Skia.csproj │ │ │ ├── MyCrossRuntimeLib.Wasm.csproj │ │ │ ├── MyCrossRuntimeLib.csproj │ │ │ ├── MyCustomControl.cs │ │ │ └── buildTransitive │ │ │ └── MyCrossRuntimeLib.props │ ├── MyUnoLib │ │ ├── Class1.cs │ │ └── MyUnoLib.csproj │ ├── MyUnoLib2 │ │ ├── Assets │ │ │ └── MyTestAsset01.txt │ │ ├── Class1.cs │ │ └── MyUnoLib2.csproj │ ├── UnoAppWinUI │ │ ├── .vsconfig │ │ ├── UnoAppWinUI-vsmac.slnf │ │ ├── UnoAppWinUI.Base │ │ │ ├── AppHead.xaml │ │ │ ├── AppHead.xaml.cs │ │ │ └── base.props │ │ ├── UnoAppWinUI.Mobile │ │ │ ├── Android │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── Assets │ │ │ │ │ └── AboutAssets.txt │ │ │ │ ├── Main.Android.cs │ │ │ │ ├── MainActivity.Android.cs │ │ │ │ ├── Resources │ │ │ │ │ ├── AboutResources.txt │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-ldpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-tvdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ │ └── icon.png │ │ │ │ │ └── values │ │ │ │ │ │ ├── Strings.xml │ │ │ │ │ │ └── Styles.xml │ │ │ │ └── environment.conf │ │ │ ├── MacCatalyst │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ ├── Main.maccatalyst.cs │ │ │ │ ├── Media.xcassets │ │ │ │ │ └── AppIcons.appiconset │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ ├── Icon1024.png │ │ │ │ │ │ ├── Icon120.png │ │ │ │ │ │ ├── Icon152.png │ │ │ │ │ │ ├── Icon167.png │ │ │ │ │ │ ├── Icon180.png │ │ │ │ │ │ ├── Icon20.png │ │ │ │ │ │ ├── Icon29.png │ │ │ │ │ │ ├── Icon40.png │ │ │ │ │ │ ├── Icon58.png │ │ │ │ │ │ ├── Icon60.png │ │ │ │ │ │ ├── Icon76.png │ │ │ │ │ │ ├── Icon80.png │ │ │ │ │ │ └── Icon87.png │ │ │ │ └── Resources │ │ │ │ │ ├── Default-568h@2x.png │ │ │ │ │ ├── SplashScreen@2x.png │ │ │ │ │ └── SplashScreen@3x.png │ │ │ ├── UnoAppWinUI.Mobile.csproj │ │ │ ├── iOS │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ ├── Main.iOS.cs │ │ │ │ ├── Media.xcassets │ │ │ │ │ ├── AppIcons.appiconset │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ ├── Icon1024.png │ │ │ │ │ │ ├── Icon120.png │ │ │ │ │ │ ├── Icon152.png │ │ │ │ │ │ ├── Icon167.png │ │ │ │ │ │ ├── Icon180.png │ │ │ │ │ │ ├── Icon20.png │ │ │ │ │ │ ├── Icon29.png │ │ │ │ │ │ ├── Icon40.png │ │ │ │ │ │ ├── Icon58.png │ │ │ │ │ │ ├── Icon60.png │ │ │ │ │ │ ├── Icon76.png │ │ │ │ │ │ ├── Icon80.png │ │ │ │ │ │ └── Icon87.png │ │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ │ └── Contents.json │ │ │ │ └── Resources │ │ │ │ │ ├── Default-568h@2x.png │ │ │ │ │ ├── SplashScreen@2x.png │ │ │ │ │ └── SplashScreen@3x.png │ │ │ └── macOS │ │ │ │ ├── Assets.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ ├── AppIcon-128.png │ │ │ │ │ ├── AppIcon-128@2x.png │ │ │ │ │ ├── AppIcon-16.png │ │ │ │ │ ├── AppIcon-16@2x.png │ │ │ │ │ ├── AppIcon-256.png │ │ │ │ │ ├── AppIcon-256@2x.png │ │ │ │ │ ├── AppIcon-32.png │ │ │ │ │ ├── AppIcon-32@2x.png │ │ │ │ │ ├── AppIcon-512.png │ │ │ │ │ ├── AppIcon-512@2x.png │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ └── unologo.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── unoplatform.jpg │ │ │ │ ├── Entitlements.plist │ │ │ │ └── Info.plist │ │ ├── UnoAppWinUI.Server │ │ │ ├── Controllers │ │ │ │ └── WeatherForecastController.cs │ │ │ ├── Program.cs │ │ │ ├── UnoAppWinUI.Server.csproj │ │ │ ├── WeatherForecast.cs │ │ │ ├── appsettings.Development.json │ │ │ └── appsettings.json │ │ ├── UnoAppWinUI.Skia.Gtk │ │ │ └── UnoAppWinUI.Skia.Gtk.csproj │ │ ├── UnoAppWinUI.Skia.Linux.FrameBuffer │ │ │ ├── Program.cs │ │ │ └── UnoAppWinUI.Skia.Linux.FrameBuffer.csproj │ │ ├── UnoAppWinUI.Skia.WPF │ │ │ ├── UnoAppWinUI.Skia.WPF.csproj │ │ │ ├── Wpf │ │ │ │ ├── App.xaml │ │ │ │ ├── App.xaml.cs │ │ │ │ ├── MainWindow.xaml │ │ │ │ └── MainWindow.xaml.cs │ │ │ └── app.manifest │ │ ├── UnoAppWinUI.Wasm │ │ │ ├── Assets │ │ │ │ └── SplashScreen.png │ │ │ ├── LinkerConfig.xml │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ │ └── launchSettings.json │ │ │ ├── UnoAppWinUI.Wasm.csproj │ │ │ ├── WasmCSS │ │ │ │ └── Fonts.css │ │ │ ├── WasmScripts │ │ │ │ └── AppManifest.js │ │ │ └── wwwroot │ │ │ │ └── web.config │ │ ├── UnoAppWinUI.Windows │ │ │ ├── Images │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── Package.appxmanifest │ │ │ ├── Properties │ │ │ │ ├── PublishProfiles │ │ │ │ │ ├── win-arm64.pubxml │ │ │ │ │ ├── win-x64.pubxml │ │ │ │ │ └── win-x86.pubxml │ │ │ │ └── launchSettings.json │ │ │ ├── UnoAppWinUI.Windows.csproj │ │ │ └── app.manifest │ │ ├── UnoAppWinUI.sln │ │ └── UnoAppWinUI │ │ │ ├── App.cs │ │ │ ├── AppResources.xaml │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── Strings │ │ │ └── en │ │ │ │ └── Resources.resw │ │ │ └── UnoAppWinUI.csproj │ └── UnoAppWinUILinuxValidation │ │ ├── .vsconfig │ │ ├── UnoAppWinUILinuxValidation-vsmac.slnf │ │ ├── UnoAppWinUILinuxValidation.Base │ │ ├── AppHead.xaml │ │ ├── AppHead.xaml.cs │ │ └── base.props │ │ ├── UnoAppWinUILinuxValidation.Server │ │ ├── Controllers │ │ │ └── WeatherForecastController.cs │ │ ├── Program.cs │ │ ├── UnoAppWinUILinuxValidation.Server.csproj │ │ ├── WeatherForecast.cs │ │ ├── appsettings.Development.json │ │ └── appsettings.json │ │ ├── UnoAppWinUILinuxValidation.Skia.Linux.FrameBuffer │ │ ├── Program.cs │ │ └── UnoAppWinUILinuxValidation.Skia.Linux.FrameBuffer.csproj │ │ ├── UnoAppWinUILinuxValidation.Skia.WPF │ │ ├── Wpf │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── MainWindow.xaml │ │ │ └── MainWindow.xaml.cs │ │ └── app.manifest │ │ ├── UnoAppWinUILinuxValidation.Wasm │ │ ├── Assets │ │ │ └── SplashScreen.png │ │ ├── LinkerConfig.xml │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── launchSettings.json │ │ ├── UnoAppWinUILinuxValidation.Wasm.csproj │ │ ├── WasmCSS │ │ │ └── Fonts.css │ │ ├── WasmScripts │ │ │ └── AppManifest.js │ │ └── wwwroot │ │ │ └── web.config │ │ ├── UnoAppWinUILinuxValidation.Windows │ │ ├── Images │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ ├── StoreLogo.png │ │ │ └── Wide310x150Logo.scale-200.png │ │ ├── Package.appxmanifest │ │ ├── Properties │ │ │ ├── PublishProfiles │ │ │ │ ├── win-arm64.pubxml │ │ │ │ ├── win-x64.pubxml │ │ │ │ └── win-x86.pubxml │ │ │ └── launchSettings.json │ │ ├── UnoAppWinUILinuxValidation.Windows.csproj │ │ └── app.manifest │ │ ├── UnoAppWinUILinuxValidation.sln │ │ └── UnoAppWinUILinuxValidation │ │ ├── App.cs │ │ ├── AppResources.xaml │ │ ├── MainPage.xaml │ │ ├── MainPage.xaml.cs │ │ ├── Strings │ │ └── en │ │ │ └── Resources.resw │ │ └── UnoAppWinUILinuxValidation.csproj ├── SourceGenerators │ ├── .editorconfig │ ├── README.md │ ├── SourceGeneratorHelpers │ │ ├── Helpers │ │ │ ├── AnalyzerSuppressions.cs │ │ │ ├── DesignTimeHelper.cs │ │ │ ├── GeneratorExecutionContextExtensions.cs │ │ │ ├── HashBuilder.cs │ │ │ ├── PathHelper.cs │ │ │ ├── PlatformHelper.cs │ │ │ ├── SymbolExtensions.cs │ │ │ └── UnoNamedTypeSymbolDisplayVisitor.cs │ │ ├── SourceGeneratorHelpers.projitems │ │ └── SourceGeneratorHelpers.shproj │ ├── System.Xaml.Tests.MS │ │ ├── SequenceItem.cs │ │ ├── System.Xaml.Tests.MS.csproj │ │ ├── XamlReaderTestGenerators.cs │ │ └── XmlFiles │ │ │ ├── AttachedProperty.xaml │ │ │ ├── AttachedPropertyWIthoutNamespace.xaml │ │ │ ├── AttachedPropertyWithNamespace.xaml │ │ │ ├── Binding2_SemanticStylesResources.xaml │ │ │ ├── Binding_SemanticStylesResources.xaml │ │ │ ├── EmptyAttachedPropertyNode.xaml │ │ │ ├── Generic.Native.xaml │ │ │ ├── GenericNative2.xaml │ │ │ ├── GenericNative3.xaml │ │ │ ├── GenericSimple.xaml │ │ │ ├── GenericWithProperty.xaml │ │ │ ├── IgnoreDirective.xaml │ │ │ ├── RunSpace01.xaml │ │ │ ├── RunSpace02.xaml │ │ │ ├── Simple_SemanticStylesResources.xaml │ │ │ ├── SystemResources.xaml │ │ │ ├── TextContent.xaml │ │ │ ├── TextLiteral.xaml │ │ │ ├── WhiteSpacePreservation.xaml │ │ │ └── xBind.xaml │ ├── System.Xaml.Tests │ │ ├── Assembly │ │ │ └── AssemblyInfo.cs │ │ ├── Makefile │ │ ├── Test │ │ │ ├── System.Windows.Markup │ │ │ │ ├── ArrayExtensionTest.cs │ │ │ │ ├── ReferenceTest.cs │ │ │ │ ├── StaticExtensionTest.cs │ │ │ │ ├── TypeExtensionConverterTest.cs │ │ │ │ ├── TypeExtensionTest.cs │ │ │ │ ├── ValueSerializerTest.cs │ │ │ │ └── XDataTest.cs │ │ │ ├── System.Xaml.Schema │ │ │ │ ├── XamlMemberInvokerTest.cs │ │ │ │ ├── XamlTypeInvokerTest.cs │ │ │ │ ├── XamlTypeNameTest.cs │ │ │ │ ├── XamlTypeTypeConverterTest.cs │ │ │ │ └── XamlValueConverterTest.cs │ │ │ ├── System.Xaml │ │ │ │ ├── AmbientPropertyValueTest.cs │ │ │ │ ├── AttachableMemberIdentifierTest.cs │ │ │ │ ├── AttachablePropertyServicesTest.cs │ │ │ │ ├── DummyValueSerializerContext.cs │ │ │ │ ├── NamespaceDeclarationTest.cs │ │ │ │ ├── ParsedMarkupExtensionInfoTests.cs │ │ │ │ ├── SequenceItem.cs │ │ │ │ ├── TestedTypes.cs │ │ │ │ ├── ValueSerializerContextTest.cs │ │ │ │ ├── XamlBackgroundReaderTest.cs │ │ │ │ ├── XamlDirectiveTest.cs │ │ │ │ ├── XamlDuplicateMemberExceptionTest.cs │ │ │ │ ├── XamlLanguageTest.cs │ │ │ │ ├── XamlMemberTest.cs │ │ │ │ ├── XamlNodeQueueTest.cs │ │ │ │ ├── XamlObjectEventArgsTest.cs │ │ │ │ ├── XamlObjectReaderSettingsTest.cs │ │ │ │ ├── XamlObjectReaderTest.cs │ │ │ │ ├── XamlObjectWriterSettingsTest.cs │ │ │ │ ├── XamlObjectWriterTest.cs │ │ │ │ ├── XamlReaderSettingsTest.cs │ │ │ │ ├── XamlReaderTest.cs │ │ │ │ ├── XamlReaderTestBase.cs │ │ │ │ ├── XamlSchemaContextSettingsTest.cs │ │ │ │ ├── XamlSchemaContextTest.cs │ │ │ │ ├── XamlTypeTest.cs │ │ │ │ ├── XamlXmlReaderSettingsTest.cs │ │ │ │ ├── XamlXmlReaderTest.cs │ │ │ │ ├── XamlXmlWriterSettingsTest.cs │ │ │ │ └── XamlXmlWriterTest.cs │ │ │ └── XmlFiles │ │ │ │ ├── AbstractContainer.xml │ │ │ │ ├── AbstractWrapper.xml │ │ │ │ ├── AmbientPropertyContainer.xml │ │ │ │ ├── AmbientPropertyContainer2.xml │ │ │ │ ├── ArgumentAttributed.xml │ │ │ │ ├── ArrayExtension.xml │ │ │ │ ├── ArrayExtension2.xml │ │ │ │ ├── ArrayList.xml │ │ │ │ ├── Array_Int32.xml │ │ │ │ ├── AttachedProperty.xml │ │ │ │ ├── AttachedPropertyWithNamespace.xaml │ │ │ │ ├── AttachedPropertyWithoutNamespace.xaml │ │ │ │ ├── Binding2_SemanticStylesResources.xaml │ │ │ │ ├── BindingDate.xaml │ │ │ │ ├── BindingMembers.xaml │ │ │ │ ├── Binding_Escape.xaml │ │ │ │ ├── Binding_SemanticStylesResources.xaml │ │ │ │ ├── CollectionContentProperty.xml │ │ │ │ ├── CollectionContentProperty2.xml │ │ │ │ ├── CollectionContentPropertyX.xml │ │ │ │ ├── CollectionContentPropertyX2.xml │ │ │ │ ├── ComplexPositionalParameterWrapper.xml │ │ │ │ ├── ContentIncluded.xml │ │ │ │ ├── ContentPropertyContainer.xml │ │ │ │ ├── CurrentVersion.xaml │ │ │ │ ├── CustomAttachedProperty.xaml │ │ │ │ ├── DateTime.xml │ │ │ │ ├── Dictionary_Int32_String.xml │ │ │ │ ├── Dictionary_String_Double.xml │ │ │ │ ├── Dictionary_String_Type.xml │ │ │ │ ├── Dictionary_String_Type_2.xml │ │ │ │ ├── DirectDictionaryContainer.xml │ │ │ │ ├── DirectDictionaryContainer2.xml │ │ │ │ ├── DirectListContainer.xml │ │ │ │ ├── EmptyAttachedPropertyNode.xaml │ │ │ │ ├── EnumContainer.xml │ │ │ │ ├── EventContainer.xml │ │ │ │ ├── EventStore.xml │ │ │ │ ├── EventStore2.xml │ │ │ │ ├── EventStore3.xml │ │ │ │ ├── EventStore4.xml │ │ │ │ ├── ExplicitKeyDictionary.xml │ │ │ │ ├── Generic.Native.xaml │ │ │ │ ├── GenericNative2.xaml │ │ │ │ ├── GenericSimple.xaml │ │ │ │ ├── GenericWithProperty.xaml │ │ │ │ ├── Guid.xml │ │ │ │ ├── GuidFactoryMethod.xml │ │ │ │ ├── IgnoreDirective.xaml │ │ │ │ ├── Int32.xml │ │ │ │ ├── ListWrapper.xml │ │ │ │ ├── ListWrapper2.xml │ │ │ │ ├── List_Array.xml │ │ │ │ ├── List_Int32.xml │ │ │ │ ├── List_Int32_2.xml │ │ │ │ ├── List_Type.xml │ │ │ │ ├── List_XmlSerializable.xml │ │ │ │ ├── LookupCorrectEvent.xml │ │ │ │ ├── LookupCorrectEvent2.xml │ │ │ │ ├── LookupCorrectEvent3.xml │ │ │ │ ├── MyArrayExtension.xml │ │ │ │ ├── MyArrayExtensionA.xml │ │ │ │ ├── MyExtension.xml │ │ │ │ ├── MyExtension2.xml │ │ │ │ ├── MyExtension3.xml │ │ │ │ ├── MyExtension4.xml │ │ │ │ ├── MyExtension6.xml │ │ │ │ ├── NamedItems.xml │ │ │ │ ├── NamedItems2.xml │ │ │ │ ├── NonPrimitive.xml │ │ │ │ ├── NullExtension.xml │ │ │ │ ├── NullableContainer.xml │ │ │ │ ├── PositionalParametersWrapper.xml │ │ │ │ ├── PropertyDefinition.xml │ │ │ │ ├── ReadOnlyPropertyContainer.xml │ │ │ │ ├── Reference.xml │ │ │ │ ├── RunSpace01.xaml │ │ │ │ ├── RunSpace02.xaml │ │ │ │ ├── SemanticStylesResources.xaml │ │ │ │ ├── SilverlightApp1.xaml │ │ │ │ ├── Simple_SemanticStylesResources.xaml │ │ │ │ ├── StaticExtension.xml │ │ │ │ ├── StaticExtension2.xml │ │ │ │ ├── StaticExtensionWrapper.xml │ │ │ │ ├── StaticMember.xml │ │ │ │ ├── String.xml │ │ │ │ ├── SystemResources.xaml │ │ │ │ ├── TestClass4.xml │ │ │ │ ├── TestClass5.xml │ │ │ │ ├── TextContent.xaml │ │ │ │ ├── TextLiteral.xaml │ │ │ │ ├── TimeSpan.xml │ │ │ │ ├── Type.xml │ │ │ │ ├── Type2.xml │ │ │ │ ├── TypeConverterOnListMember.xml │ │ │ │ ├── TypeExtensionWrapper.xml │ │ │ │ ├── Uri.xml │ │ │ │ ├── WhiteSpacePreservation.xaml │ │ │ │ ├── XmlDocument.xml │ │ │ │ ├── XmlSerializable.xml │ │ │ │ ├── XmlSerializableWrapper.xml │ │ │ │ ├── xBind.xaml │ │ │ │ ├── xBindFunctionEscapedString.xaml │ │ │ │ ├── xBindFunctionSingleParamWithPath.xaml │ │ │ │ ├── xBindFunctionSingleParamWithoutPath.xaml │ │ │ │ ├── xBindFunctionStringDoubleParams.xaml │ │ │ │ ├── xBindFunctionTwoParamWithoutPath.xaml │ │ │ │ └── xBindFunctionTwoParamsWithPath.xaml │ │ └── Uno.Xaml.Tests.csproj │ ├── System.Xaml │ │ ├── .editorconfig │ │ ├── Assembly │ │ │ ├── AssemblyInfo.cs │ │ │ └── Class1.cs │ │ ├── Makefile │ │ ├── System.Windows.Markup │ │ │ ├── AmbientAttribute.cs │ │ │ ├── ArrayExtension.cs │ │ │ ├── Bind.cs │ │ │ ├── ConstructorArgumentAttribute.cs │ │ │ ├── Consts.cs │ │ │ ├── ContentPropertyAttribute.cs │ │ │ ├── ContentWrapperAttribute.cs │ │ │ ├── DateTimeValueSerializer.cs │ │ │ ├── DependsOnAttribute.cs │ │ │ ├── DictionaryKeyPropertyAttribute.cs │ │ │ ├── IComponentConnector.cs │ │ │ ├── INameScope.cs │ │ │ ├── INameScopeDictionary.cs │ │ │ ├── IProvideValueTarget.cs │ │ │ ├── IQueryAmbient.cs │ │ │ ├── IUriContext.cs │ │ │ ├── IValueSerializerContext.cs │ │ │ ├── IXamlTypeResolver.cs │ │ │ ├── MarkupExtension.cs │ │ │ ├── MarkupExtensionReturnTypeAttribute.cs │ │ │ ├── MemberDefinition.cs │ │ │ ├── NameReferenceConverter.cs │ │ │ ├── NameScopePropertyAttribute.cs │ │ │ ├── NullExtension.cs │ │ │ ├── PropertyDefinition.cs │ │ │ ├── Reference.cs │ │ │ ├── RootNamespaceAttribute.cs │ │ │ ├── RuntimeNamePropertyAttribute.cs │ │ │ ├── StaticExtension.cs │ │ │ ├── StaticExtensionConverter.cs │ │ │ ├── StaticResourceExtension.cs │ │ │ ├── TrimSurroundingWhitespaceAttribute.cs │ │ │ ├── TypeExtension.cs │ │ │ ├── TypeExtensionConverter.cs │ │ │ ├── UidPropertyAttribute.cs │ │ │ ├── UsableDuringInitializationAttribute.cs │ │ │ ├── ValueSerializer.cs │ │ │ ├── WhitespaceSignificantCollectionAttribute.cs │ │ │ ├── XData.cs │ │ │ ├── XamlDeferLoadAttribute.cs │ │ │ ├── XamlSetMarkupExtensionAttribute.cs │ │ │ ├── XamlSetMarkupExtensionEventArgs.cs │ │ │ ├── XamlSetTypeConverterAttribute.cs │ │ │ ├── XamlSetTypeConverterEventArgs.cs │ │ │ ├── XamlSetValueEventArgs.cs │ │ │ ├── XmlLangPropertyAttribute.cs │ │ │ ├── XmlnsCompatibleWithAttribute.cs │ │ │ ├── XmlnsDefinitionAttribute.cs │ │ │ └── XmlnsPrefixAttribute.cs │ │ ├── System.Xaml-net_4_x.csproj │ │ ├── System.Xaml-net_4_x.sln │ │ ├── System.Xaml.Permissions │ │ │ ├── XamlAccessLevel.cs │ │ │ └── XamlLoadPermission.cs │ │ ├── System.Xaml.Schema │ │ │ ├── AllowedMemberLocations.cs │ │ │ ├── ShouldSerializeResult.cs │ │ │ ├── XamlCollectionKind.cs │ │ │ ├── XamlMemberInvoker.cs │ │ │ ├── XamlTypeInvoker.cs │ │ │ ├── XamlTypeName.cs │ │ │ ├── XamlTypeTypeConverter.cs │ │ │ └── XamlValueConverter.cs │ │ ├── System.Xaml.dll.sources │ │ ├── System.Xaml.sln │ │ ├── System.Xaml │ │ │ ├── AmbientPropertyValue.cs │ │ │ ├── AttachableMemberIdentifier.cs │ │ │ ├── AttachablePropertyServices.cs │ │ │ ├── IAmbientProvider.cs │ │ │ ├── IAttachedPropertyStore.cs │ │ │ ├── IDestinationTypeProvider.cs │ │ │ ├── INamespacePrefixLookup.cs │ │ │ ├── IRootObjectProvider.cs │ │ │ ├── IXamlIndexingReader.cs │ │ │ ├── IXamlLineInfo.cs │ │ │ ├── IXamlLineInfoConsumer.cs │ │ │ ├── IXamlNameProvider.cs │ │ │ ├── IXamlNameResolver.cs │ │ │ ├── IXamlNamespaceResolver.cs │ │ │ ├── IXamlObjectWriterFactory.cs │ │ │ ├── IXamlSchemaContextProvider.cs │ │ │ ├── NameScope.cs │ │ │ ├── NamespaceDeclaration.cs │ │ │ ├── ParsedMarkupExtensionInfo.cs │ │ │ ├── PrefixLookup.cs │ │ │ ├── TypeExtensionMethods.cs │ │ │ ├── ValueSerializerContext.cs │ │ │ ├── XamlBackgroundReader.cs │ │ │ ├── XamlDeferringLoader.cs │ │ │ ├── XamlDirective.cs │ │ │ ├── XamlDuplicateMemberException.cs │ │ │ ├── XamlException.cs │ │ │ ├── XamlInternalException.cs │ │ │ ├── XamlLanguage.cs │ │ │ ├── XamlMember.cs │ │ │ ├── XamlNameResolver.cs │ │ │ ├── XamlNode.cs │ │ │ ├── XamlNodeList.cs │ │ │ ├── XamlNodeQueue.cs │ │ │ ├── XamlNodeQueueReader.cs │ │ │ ├── XamlNodeQueueWriter.cs │ │ │ ├── XamlNodeType.cs │ │ │ ├── XamlObjectEventArgs.cs │ │ │ ├── XamlObjectNodeIterator.cs │ │ │ ├── XamlObjectReader.cs │ │ │ ├── XamlObjectReaderException.cs │ │ │ ├── XamlObjectReaderSettings.cs │ │ │ ├── XamlObjectWriter.cs │ │ │ ├── XamlObjectWriterException.cs │ │ │ ├── XamlObjectWriterSettings.cs │ │ │ ├── XamlParseException.cs │ │ │ ├── XamlReader.cs │ │ │ ├── XamlReaderSettings.cs │ │ │ ├── XamlSchemaContext.cs │ │ │ ├── XamlSchemaContextSettings.cs │ │ │ ├── XamlSchemaException.cs │ │ │ ├── XamlServices.cs │ │ │ ├── XamlSubtreeReader.cs │ │ │ ├── XamlType.cs │ │ │ ├── XamlWriter.cs │ │ │ ├── XamlWriterInternalBase.cs │ │ │ ├── XamlWriterSettings.cs │ │ │ ├── XamlWriterStateManager.cs │ │ │ ├── XamlXmlReader.cs │ │ │ ├── XamlXmlReaderSettings.cs │ │ │ ├── XamlXmlWriter.cs │ │ │ ├── XamlXmlWriterException.cs │ │ │ └── XamlXmlWriterSettings.cs │ │ ├── System.Xaml_test.dll.sources │ │ └── Uno.Xaml.csproj │ ├── Uno.UI.SourceGenerators.Internal │ │ ├── Analyzers │ │ │ └── ObservableVectorAnalyzer.cs │ │ ├── DependencyObject │ │ │ └── DependencyPropertyGenerator.cs │ │ ├── Extensions │ │ │ └── IncrementalValuesProviderExtensions.cs │ │ ├── TSBindings │ │ │ └── TSBindingsGenerator.cs │ │ └── Uno.UI.SourceGenerators.Internal.csproj │ ├── Uno.UI.SourceGenerators.Tests │ │ ├── AssemlyInfo.cs │ │ ├── DependencyObjectGeneratorTests │ │ │ └── Given_DependencyObjectGenerator.cs │ │ ├── DependencyPropertyGeneratorTests │ │ │ └── Given_DependencyPropertyGenerator.cs │ │ ├── Given_PathMarkupParser.cs │ │ ├── Given_SymbolExtension.cs │ │ ├── Given_XBindParser.cs │ │ ├── Given_xBindPathParser.cs │ │ ├── ImplementedRoutedEventsGeneratorTests │ │ │ └── Given_ImplementedRoutedEventsGenerator.cs │ │ ├── MetadataUpdateTests │ │ │ ├── Given_HotReloadService.cs │ │ │ └── Scenarios │ │ │ │ ├── IRL_Case_001 │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_Grid_To_Page │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_Grid_To_Page_To_Grid │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_Page_To_Grid │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_Page_To_Grid_To_Page │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_Page_To_UserControl │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_Page_To_UserControl_To_Page │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_UserControl_To_Page │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Base_Type_UserControl_To_Page_To_UserControl │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ComplexVisualTree_Add_Container │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ComplexVisualTree_Remove_Container │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ComplexVisualTree_Remove_MiscEdits │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ComplexVisualTree_Update_Container │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ConfusingEdits │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 3 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 4 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 5 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 6 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Event_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Event_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Event_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Event_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Root_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Root_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Root_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_Root_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xBind_Event_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xBind_Event_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xBind_Event_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xBind_Event_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xLoad_xBind_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xLoad_xBind_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xLoad_xBind_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplate_xLoad_xBind_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplates_With_Nested_Add_Remove_Sibling │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplates_With_Nested_Add_Sibling │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplates_With_Nested_Move_Sibling │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_DataTemplates_With_Nested_Remove_Sibling │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Empty │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── _._ │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── _._ │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ListView_Items_To_Template │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_ListView_Template_To_Items │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Page_Res_xBind_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Page_Res_xBind_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Page_Res_xBind_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Page_Res_xBind_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Add_xBind_Function_Property_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Add_xBind_Function_Property_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Add_xBind_Function_Property_Update_Two_Params │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Add_xBind_Simple_Property │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Add_xBind_Simple_Property_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Delegates_Fuzzy_Matching_1 │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Delegates_Fuzzy_Matching_1_xBind │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ElementName_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ElementName_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ElementName_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ElementName_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Event_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Event_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Event_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Event_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Add_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Add_Remove_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Remove_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_MarkupExtension_Update_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_No_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ResourceDictionary_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ResourceDictionary_Change_One │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ResourceDictionary_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Single_Text_Change │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Single_xName_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Single_xName_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Single_xName_Add_Twice │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Single_xName_Change │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_Single_xName_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Add_Remove_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Add_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Remove_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_ThemeResource_Update_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_With_ThemeResource_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_With_Three_Changes_And_Same_Hash │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xBind_Event_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xBind_Event_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xBind_Event_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xBind_Function_Property_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xBind_Function_Property_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_xBind_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_xBind_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_xBind_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xLoad_xBind_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Add_Remove_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Add_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Remove_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Reorder │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Reorder_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Simple_Xaml_xName_Update_With_Static_Delegate │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Single_Code_File_With_Code_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── File1.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── File1.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Single_Code_File_With_No_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── File1.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── File1.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Add │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Add_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── ResDic.xaml │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Add_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Add_Remove_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── ResDic.xaml │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 2 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── ResDic.xaml │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Remove │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Remove_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ └── ResDic.xaml │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Update │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Style_MarkupExtension_Update_Inc_Ext │ │ │ │ ├── 0 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ ├── 1 │ │ │ │ │ └── p1 │ │ │ │ │ │ ├── ResDic.xaml │ │ │ │ │ │ └── SimpleMarkupExtension.cs │ │ │ │ └── Scenario.json │ │ │ │ ├── When_Two_Projects_Simple_Xaml_Single_xName_Add │ │ │ │ ├── 0 │ │ │ │ │ ├── p1 │ │ │ │ │ │ └── File1.cs │ │ │ │ │ └── p2 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ ├── 1 │ │ │ │ │ ├── p1 │ │ │ │ │ │ └── File1.cs │ │ │ │ │ └── p2 │ │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ │ └── MainPage.xaml.cs │ │ │ │ └── Scenario.json │ │ │ │ └── When_Two_Projects_Single_Code_File_With_Code_Update │ │ │ │ ├── 0 │ │ │ │ ├── p1 │ │ │ │ │ └── File1.cs │ │ │ │ └── p2 │ │ │ │ │ └── File1.cs │ │ │ │ ├── 1 │ │ │ │ ├── p1 │ │ │ │ │ └── File1.cs │ │ │ │ └── p2 │ │ │ │ │ └── File1.cs │ │ │ │ └── Scenario.json │ │ ├── MetadataUpdates │ │ │ └── HotReloadWorkspaceProvider.cs │ │ ├── Uno.UI.SourceGenerators.Tests.csproj │ │ ├── UnoAssemblyHelper.cs │ │ ├── Verifiers │ │ │ ├── CSGenerator.cs │ │ │ └── CSHelper.cs │ │ ├── XamlCodeGeneratorTests │ │ │ ├── Given_Binding.cs │ │ │ ├── Given_GenerateEmbeddedXamlSources.cs │ │ │ ├── Given_Grid.cs │ │ │ ├── Given_HotReloadEnabledInBuild.cs │ │ │ ├── Given_LazyLoading.cs │ │ │ ├── Given_MarkupExtension.cs │ │ │ ├── Given_MvvmGeneratedMembers.cs │ │ │ ├── Given_NoFuzzyMatching.cs │ │ │ ├── Given_Parser.Errors.cs │ │ │ ├── Given_Parser.cs │ │ │ ├── Given_ResourceDictionary.cs │ │ │ ├── Given_Xuid.cs │ │ │ ├── Out │ │ │ │ ├── Given_Binding │ │ │ │ │ ├── TeAcAr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeBaTyNoSpInCoBe │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ │ └── XamlCodeGenerator_UserControl1_81d855d5b3bba02f594dcda3b149beb2.cs │ │ │ │ │ ├── TeDeBiMoInDaTeInReDi │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MyResourceDictionary_92716e07ff456818f6d4125e055d4d57.cs │ │ │ │ │ ├── TeInDeFrAn │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeInMe │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TePaXBiReXLoEl │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeReSoExSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeReSoFuXmSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeReSoShSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeTeInXLoEl │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeTwWa │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeXBiReXLoEl │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhBiElNaInTe │ │ │ │ │ │ ├── XamlCodeGenerator_Binding_ElementName_In_Template_66bf0a54f1801c397a6fa4930a237eca.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ ├── WhXaObWiCoPr │ │ │ │ │ │ ├── XamlCodeGenerator_Binding_Xaml_Object_With_Common_Properties_4891310bc693a433ba9a8e9f5113f94f.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ └── WhXaObWiXaObPr │ │ │ │ │ │ ├── XamlCodeGenerator_Binding_Xaml_Object_With_Xaml_Object_Properties_5147419e44d1bc3e3f86860ad528476f.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ ├── Given_GenerateEmbeddedXamlSources │ │ │ │ │ ├── EsNQu │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── EsTrQu │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_Grid │ │ │ │ │ ├── WhGrUsBoSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_Grid_Uses_Both_Syntaxes_794c1760299b374d12fe38ba3b633206.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ ├── WhGrUsCoSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_Grid_Uses_Common_Syntax_8659265dc2cabf0b5a684f0f4b26f8b7.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ ├── WhGrUsNeAsCoPrSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_Grid_Uses_New_Assigned_ContentProperty_Syntax_9f853e56098ff21d39f15479035509ef.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ └── WhGrUsNeSuSy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_Grid_Uses_New_Succinct_Syntax_cc38332c9fd4c0da9c1fa0270bbd3609.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ ├── Given_HotReloadEnabledInBuild │ │ │ │ │ ├── SeBaUrInInOuFoFrEl │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── SeOrSoLoInInOuFoDeObThArFrEl │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── SeOrSoLoInInOuFoEmDaTe │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_EmptyDataTemplatePage_0f836ad6c048ef5ac0e673406e3c3706.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ ├── SeOrSoLoInOuFoPaLeRe │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── SeOrSoLoInOuFoPaLeSt │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── SeOrSoLoInOuFoReTy │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── SeOrSoLoInOuFoToLeReDi │ │ │ │ │ │ ├── XamlCodeGenerator_EmbeddedXamlSources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MyDictionary_b7707bcf1e73425b710b6a5d04177088.cs │ │ │ │ ├── Given_LazyLoading │ │ │ │ │ ├── WhDeLoStNoViSe │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── WhLoChHaBi │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_MarkupExtension │ │ │ │ │ ├── TeMaExWiShFrElLo │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeMaExWiShWiAc │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainWindow_c93db19a7202d9eb84ddc41d72fcb89b.cs │ │ │ │ │ ├── TeNuMaExInAtPr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── TeNuMaExInRePr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_MvvmGeneratedMembers │ │ │ │ │ ├── WBOP │ │ │ │ │ │ ├── ObservablePropertyGenerator_TestRepro.MyViewModel.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangedArgs.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangingArgs.g.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WNBOP │ │ │ │ │ │ ├── ObservablePropertyGenerator_TestRepro.MySubViewModel.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator_TestRepro.MyViewModel.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangedArgs.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangingArgs.g.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WOPADNE │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WOPAE__name │ │ │ │ │ │ ├── ObservablePropertyGenerator_TestRepro.MyViewModel.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangedArgs.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangingArgs.g.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WOPAE_m_name │ │ │ │ │ │ ├── ObservablePropertyGenerator_TestRepro.MyViewModel.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangedArgs.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangingArgs.g.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── WOPAE_name │ │ │ │ │ │ ├── ObservablePropertyGenerator_TestRepro.MyViewModel.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangedArgs.g.cs │ │ │ │ │ │ ├── ObservablePropertyGenerator___KnownINotifyPropertyChangingArgs.g.cs │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_NoFuzzyMatching │ │ │ │ │ ├── TeTyPrWiXSt │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── TeViBoPa │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_Parser.Errors │ │ │ │ │ ├── WhInXaCa001 │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInXaCa001_BiEr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInXaCa001_InReSoMo │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInXaCa001_InReSoPr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInXaCa002 │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── WhInXaCa003 │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_Parser │ │ │ │ │ ├── WhAtDP_InTy │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhEmXm │ │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ ├── WhEvHa │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhEvOnToLeNoDeOb │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainWindow_c93db19a7202d9eb84ddc41d72fcb89b.cs │ │ │ │ │ ├── WhIn │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInElPr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInMeNo │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInObNo │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInObPr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInRo │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhInXm │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhMuWiIn │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ │ ├── XamlCodeGenerator_SecondPage_0109051836b2d11a4ba3400a576defb2.cs │ │ │ │ │ │ └── XamlCodeGenerator_ThirdPage_517995d35b0b0df00d3ee33235026515.cs │ │ │ │ │ ├── WhNaIsOnNeEl │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhNeSe │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── WhSkXmNa │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ └── WhVePr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ ├── Given_ResourceDictionary │ │ │ │ │ ├── TeReDiAsAtPrShSeThPr │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MainPage_d6cd66944958ced0c513e0a04797b51d.cs │ │ │ │ │ ├── TeThLeNeMeDi │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MyResourceDictionary_92716e07ff456818f6d4125e055d4d57.cs │ │ │ │ │ ├── TeTwLeNeMeDiWiSiReDi │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MyResourceDictionary_92716e07ff456818f6d4125e055d4d57.cs │ │ │ │ │ ├── TeTwLeNeMeDiWiTwReDi │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_MyResourceDictionary_92716e07ff456818f6d4125e055d4d57.cs │ │ │ │ │ └── WhNeWiSiReAnEv │ │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ │ ├── XamlCodeGenerator_LocalizationResources.cs │ │ │ │ │ │ └── XamlCodeGenerator_ResourceDictionary_When_Nested_With_Sibling_Ref_And_Event_6d62c5ee15120ed189e095faf6d37e20.cs │ │ │ │ └── Given_Xuid │ │ │ │ │ └── WhXuBa │ │ │ │ │ ├── XamlCodeGenerator_ContentDialog1_4483f06b3f5899cc3b98f0345eeea8e5.cs │ │ │ │ │ ├── XamlCodeGenerator_GlobalStaticResources.cs │ │ │ │ │ └── XamlCodeGenerator_LocalizationResources.cs │ │ │ ├── TestCases │ │ │ │ ├── Grid_Uses_Both_Syntaxes.xaml │ │ │ │ ├── Grid_Uses_Both_Syntaxes.xaml.cs │ │ │ │ ├── ResourceDictionary_When_Nested_With_Sibling_Ref_And_Event.xaml │ │ │ │ └── ResourceDictionary_When_Nested_With_Sibling_Ref_And_Event.xaml.cs │ │ │ └── Verifiers │ │ │ │ └── CSGenerator.cs │ │ └── _Dotnet.cs │ ├── Uno.UI.SourceGenerators │ │ ├── ApiInformation.cs │ │ ├── BindableTypeProviders │ │ │ ├── BindableTypeProvidersGenerationTask.cs │ │ │ ├── DependencyObjectAvailabilityGenerator.cs │ │ │ └── LinkerHintsHelpers.cs │ │ ├── Content │ │ │ └── Uno.UI.SourceGenerators.props │ │ ├── DependencyObject │ │ │ ├── DependencyObjectGenerator.Diagnostics.cs │ │ │ └── DependencyObjectGenerator.cs │ │ ├── HotRestart │ │ │ ├── HotRestartGenerator.Diagnostics.cs │ │ │ └── HotRestartGenerator.cs │ │ ├── ImplementedRoutedEvents │ │ │ └── ImplementedRoutedEventsGenerator.cs │ │ ├── NativeCtor │ │ │ └── NativeCtorsGenerator.cs │ │ ├── RemoteControl │ │ │ └── RemoteControlGenerator.cs │ │ ├── RoslynMetadataHelper.cs │ │ ├── StringBuilderBasedSourceText.cs │ │ ├── Uno.UI.SourceGenerators.csproj │ │ ├── UseOpenSansGenerator.cs │ │ └── XamlGenerator │ │ │ ├── AndroidResourcesGenerator.cs │ │ │ ├── BackingFieldDefinition.cs │ │ │ ├── ComponentDefinition.cs │ │ │ ├── ComponentEntry.cs │ │ │ ├── IXamlLocation.cs │ │ │ ├── LogicalScope.cs │ │ │ ├── NameScope.cs │ │ │ ├── ResourceCollection.cs │ │ │ ├── Subclass.cs │ │ │ ├── ThirdPartyGenerators │ │ │ ├── CommunityToolkitMvvm │ │ │ │ └── MvvmTypeProvider.cs │ │ │ └── ITypeProvider.cs │ │ │ ├── Utils │ │ │ ├── ColorCodeParser.cs │ │ │ ├── NamingHelper.cs │ │ │ ├── XBindExpressionInfo.cs │ │ │ ├── XBindExpressionParser.CoreParser.cs │ │ │ ├── XBindExpressionParser.PathRewrite.cs │ │ │ ├── XBindExpressionParser.cs │ │ │ └── XBindNodes.cs │ │ │ ├── XBindEventInitializerDefinition.cs │ │ │ ├── XLoadScope.cs │ │ │ ├── XamlCodeGeneration.Diagnostics.cs │ │ │ ├── XamlCodeGeneration.ResourceCacheKey.cs │ │ │ ├── XamlCodeGeneration.Telemetry.cs │ │ │ ├── XamlCodeGeneration.XamlSources.cs │ │ │ ├── XamlCodeGeneration.cs │ │ │ ├── XamlCodeGenerator.Tracing.cs │ │ │ ├── XamlCodeGenerator.cs │ │ │ ├── XamlConstants.cs │ │ │ ├── XamlFileDefinition.cs │ │ │ ├── XamlFileGenerator.Errors.cs │ │ │ ├── XamlFileGenerator.Reflection.cs │ │ │ ├── XamlFileGenerator.cs │ │ │ ├── XamlFileParser.Cache.cs │ │ │ ├── XamlFileParser.cs │ │ │ ├── XamlFileParserContext.cs │ │ │ ├── XamlGenerationException.cs │ │ │ ├── XamlGlobalStaticResourcesMap.cs │ │ │ ├── XamlLazyApplyBlockIIndentedStringBuilder.cs │ │ │ ├── XamlMemberDefinition.cs │ │ │ ├── XamlObjectDefinition.cs │ │ │ ├── XamlParsingException.cs │ │ │ ├── XamlPathParser │ │ │ ├── GeneratedStreamGeometryContext.cs │ │ │ └── Parsers.cs │ │ │ └── XamlRedirection │ │ │ ├── NamespaceDeclaration.cs │ │ │ ├── XamlMember.cs │ │ │ ├── XamlNodeType.cs │ │ │ ├── XamlSchemaContext.cs │ │ │ ├── XamlType.cs │ │ │ ├── XamlXmlReader.cs │ │ │ └── XamlXmlReaderSettings.cs │ ├── Uno.UI.Tasks │ │ ├── AssemblyName.props │ │ ├── Assets │ │ │ ├── ExpandPackageAssets.cs │ │ │ ├── RetargetAssets.Fonts.cs │ │ │ └── RetargetAssets.cs │ │ ├── BatchMergeXaml │ │ │ ├── BatchMergeXaml.cs │ │ │ ├── CustomTask.cs │ │ │ ├── MergedDictionary.cs │ │ │ └── Utils.cs │ │ ├── Content │ │ │ ├── Descriptors │ │ │ │ └── Uno.UI.LinkAttributes.Android.xml │ │ │ ├── Uno.UI.Tasks.targets │ │ │ └── uno.ui.tasks.assets.targets │ │ ├── EmbeddedResourceInjector │ │ │ └── EmbeddedResourceInjectorTask.cs │ │ ├── Helpers │ │ │ └── PathHelper.cs │ │ ├── HotReloadInfo │ │ │ └── HotReloadInfoTask.cs │ │ ├── LinkerHintsGenerator │ │ │ ├── LinkerDefinitionMergerTask.cs │ │ │ └── LinkerHintGeneratorTask.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── ResourceConverters │ │ │ ├── AndroidResourceConverter.cs │ │ │ └── iOSResourceConverter.cs │ │ ├── ResourcesGenerator │ │ │ ├── AndroidResourcesWriter.cs │ │ │ ├── ResourcesGenerationTask.cs │ │ │ ├── UnoPRIResourcesWriter.cs │ │ │ ├── UpriFeaturesGeneratorTask.cs │ │ │ ├── UpriSubstitutionsGeneratorTask.cs │ │ │ ├── WindowsResourcesReader.cs │ │ │ └── iOSResourcesWriter.cs │ │ ├── RuntimeAssetsSelector │ │ │ └── RuntimeAssetsSelectorTask.cs │ │ ├── RuntimeAssetsValidator │ │ │ └── RuntimeAssetsValidatorTask.cs │ │ ├── Uno.UI.Tasks.csproj │ │ ├── WinAppSDKValidations │ │ │ └── ValidateWinAppSDKReferences.cs │ │ └── app.config │ ├── XamlGenerationTests.Core │ │ ├── ControlWithContent.cs │ │ ├── ControlWithInheritedContent.cs │ │ ├── ControlWithObservableCollectionContent.cs │ │ ├── ImplicitStyleControl.cs │ │ ├── NativeObject.cs │ │ ├── ObjectConverter.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Settings.cs │ │ ├── TestAttachedPropertyOwner.cs │ │ └── XamlGenerationTests.Core.csproj │ ├── XamlGenerationTests │ │ ├── .editorconfig │ │ ├── AnimationDuration_NotAttached.xaml │ │ ├── AnimationDuration_NotAttached_InAppNotification.cs │ │ ├── AttachedPropertiesTest.xaml │ │ ├── AttachedProperty_CollectionProperty.cs │ │ ├── AttachedProperty_CollectionProperty.xaml │ │ ├── BindingElementNameOuterTests.xaml │ │ ├── BindingElementNameOuterTests.xaml.cs │ │ ├── BindingElementNameTests.xaml │ │ ├── BindingPropertyNonDependencyObject.cs │ │ ├── BindingTests.xaml │ │ ├── CollectionsTests.xaml │ │ ├── CollectionsTestsSubjects.cs │ │ ├── ColorCodesTest.xaml │ │ ├── ColorCodesTest.xaml.cs │ │ ├── ConstructIList.xaml │ │ ├── ConstructIList.xaml.cs │ │ ├── ContentControlWithOverridenContentProperty.cs │ │ ├── ContentDialogTest.xaml │ │ ├── ContentDialogTest.xaml.cs │ │ ├── ContentPresenter_ContentBinding.xaml │ │ ├── ControlWithTemplate.xaml │ │ ├── CornerRadiusParse.xaml │ │ ├── CornerRadiusParse.xaml.cs.cs │ │ ├── CreateFromString.xaml │ │ ├── CreateFromString.xaml.cs │ │ ├── CustomControlWithContent.xaml │ │ ├── CustomControlWithContent.xaml.cs │ │ ├── CustomMarkupExtensions.xaml │ │ ├── CustomMarkupExtensions.xaml.cs │ │ ├── CustomPanel.xaml │ │ ├── CustomPanel.xaml.cs │ │ ├── CustomTextControl.cs │ │ ├── CustomUserControl.xaml │ │ ├── CustomUserControl.xaml.cs │ │ ├── DataTemplate.cs │ │ ├── DataTemplateTests.xaml │ │ ├── DataTemplate_Events.xaml │ │ ├── DataTemplate_Events.xaml.cs │ │ ├── DeferLoadStrategy.xaml │ │ ├── DoubleToFloat.Test.xaml │ │ ├── Double_IgnoreStartingFromWhitespace.xaml │ │ ├── EmptyDataTemplate.xaml │ │ ├── EmptyUserControl.xaml │ │ ├── EnumValueNamespaceTest.xaml │ │ ├── EnumValueNamespaceTest.xaml.cs │ │ ├── EscapeContentString.xaml │ │ ├── FieldModifiers.xaml │ │ ├── FieldModifiers.xaml.cs │ │ ├── Flyout_Content_ThemeResource.xaml │ │ ├── Flyout_Content_ThemeResource.xaml.cs │ │ ├── Flyout_Local.xaml │ │ ├── Flyout_Local.xaml.cs │ │ ├── GlobalStaticResources02.xaml │ │ ├── Grid.Test.AsRoot.xaml │ │ ├── Grid.Test.xaml │ │ ├── Grid.With.ResourceDictionary01.xaml │ │ ├── ImageSource_With_Implicit_Content.xaml │ │ ├── ImplicitConversion.xaml │ │ ├── InheritingPageTest.xaml │ │ ├── InheritingPageTest.xaml.cs │ │ ├── InlineElementsTest.xaml │ │ ├── InternalObject.cs │ │ ├── Issue3171.xaml │ │ ├── Issue5054.xaml │ │ ├── ListView.Test.xaml │ │ ├── LiteralEnumValue.xaml │ │ ├── LiteralEnumValue.xaml.cs │ │ ├── LiteralStringElement.xaml │ │ ├── LocalControlWithContent.cs │ │ ├── LocalCustomControlWithContent.xaml │ │ ├── LocalCustomControlWithContent.xaml.cs │ │ ├── Localization_Implicit.xaml │ │ ├── Localization_Implicit.xaml.cs │ │ ├── MarkupExtensionReturnTypeShouldBeIgnored.xaml │ │ ├── MarkupExtensionReturnTypeShouldBeIgnored.xaml.cs │ │ ├── MarkupExtensionTests.xaml │ │ ├── MarkupExtensionTests.xaml.cs │ │ ├── MarkupExtension_ParserContext.xaml │ │ ├── MarkupExtension_ParserContext.xaml.cs │ │ ├── NamedColorsTest.xaml │ │ ├── NativeControls.xaml │ │ ├── NestingTest.xaml │ │ ├── NonDPAssignable.cs │ │ ├── NonDPAssignableTest.xaml │ │ ├── NonExistingNamespace.xaml │ │ ├── NullableProperty.xaml │ │ ├── NullableProperty_GridExtensions.cs │ │ ├── PathTest.xaml │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── PropertiesTest.xaml │ │ ├── PropertiesTest.xaml.cs │ │ ├── RawNumericalEnumValue.xaml │ │ ├── RawNumericalEnumValue.xaml.cs │ │ ├── RelativePanelTest.xaml │ │ ├── ResourceDictionaryWithClass.xaml │ │ ├── ResourceDictionaryWithClass.xaml.cs │ │ ├── ResourceDictionaryWithDuplicateNames.xaml │ │ ├── ResourceDictionaryWithInternalItem.xaml │ │ ├── ResourceKeyTest.xaml │ │ ├── Resources.resw │ │ ├── SemanticLayoutResourcesTest.xaml │ │ ├── SeparatingMatrixTransformBySpaces.xaml │ │ ├── StaticResource_Fallback.xaml │ │ ├── StoryboardTargetTest.xaml │ │ ├── StyleTest.xaml │ │ ├── TestNullable_ResourceDictionary.xaml │ │ ├── TestNullable_ViewModel.cs │ │ ├── TestSetup_SingleXBind.xaml │ │ ├── TestSetup_SingleXBind.xaml.cs │ │ ├── TextBlockTest.xaml │ │ ├── ThemeAnimations.Test.xaml │ │ ├── ThemeResourcesTest.xaml │ │ ├── TypeConvertersControl.cs │ │ ├── TypeConvertersTests.xaml │ │ ├── TypeResolutionTests.xaml │ │ ├── UIAutomationTests.xaml │ │ ├── UserControlAsContent.xaml │ │ ├── VSM.SetterComplexValue.xaml │ │ ├── VSM.Test.xaml │ │ ├── WithInternalAccessModifier.xaml │ │ ├── WithInternalAccessModifier.xaml.cs │ │ ├── XBindIgnorableLess.xaml │ │ ├── XBindIgnorableLess.xaml.cs │ │ ├── XBindNullable.xaml │ │ ├── XBindNullable.xaml.cs │ │ ├── XBindUserControl.xaml │ │ ├── XBindUserControl.xaml.cs │ │ ├── XBindViewModel.cs │ │ ├── XamlEvents.xaml │ │ ├── XamlEvents.xaml.cs │ │ ├── XamlGenerationTests.csproj │ │ ├── XamlLocalResources.xaml │ │ ├── XamlLocalResources.xaml.cs │ │ └── xNameResources.xaml │ └── sourcegenerators.local.props ├── Uno.Analyzers.Tests │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Uno.Analyzers.Tests.csproj │ ├── UnoDoNotDisposeNativeViewsTests.cs │ ├── UnoInitializeComponentAnalyzerTests.cs │ ├── UnoMissingAssemblyAnalyzerTests.cs │ ├── UnoNotImplementedTests.cs │ └── Verifiers │ │ ├── CSCodeFix+Test.cs │ │ ├── CSCodeFix.cs │ │ └── CSHelper.cs ├── Uno.Analyzers │ ├── SymbolExtensions.cs │ ├── Uno.Analyzers.csproj │ ├── UnoDoNotDisposeNativeViews.cs │ ├── UnoInitializeComponentAnalyzer.cs │ ├── UnoMissingAssemblyAnalyzer.cs │ └── UnoNotImplementedAnalyzer.cs ├── Uno.CrossTargetting.targets ├── Uno.Docs.InlineTOCGenerator │ ├── InlineTOCGenerator.cs │ ├── Item.cs │ ├── Program.cs │ └── Uno.Docs.InlineTOCGenerator.csproj ├── Uno.Foundation.Logging │ ├── AssemblyInfo.cs │ ├── IExternalLogger.cs │ ├── IExternalLoggerFactory.cs │ ├── LinkerDefinition.Wasm.xml │ ├── LogExtensionPoint.cs │ ├── LogLevel.cs │ ├── Logger.cs │ ├── LoggerFactory.cs │ └── Uno.Foundation.Logging.csproj ├── Uno.Foundation.Runtime.WebAssembly │ ├── AssemblyInfo.cs │ ├── Helpers │ │ ├── CompositeDisposable.cs │ │ ├── DisposableAction.cs │ │ ├── IndentedStringBuilder.cs │ │ ├── IndentedStringBuilderExtensions.cs │ │ └── StringExtensions.cs │ ├── Interop │ │ ├── IJSObject.wasm.cs │ │ ├── IJSObjectMetadata.wasm.cs │ │ ├── JSObject.wasm.cs │ │ ├── JSObjectHandle.wasm.cs │ │ ├── JSObjectMetadataProvider.wasm.cs │ │ ├── NetCoreJSInterop.cs │ │ ├── PlatformHelper.cs │ │ ├── Runtime.wasm.cs │ │ ├── TSInteropMarshaller.AutoPtr.wasm.cs │ │ ├── TSInteropMarshaller.HandleRef.wasm.cs │ │ ├── TSInteropMarshaller.StructPtr.wasm.cs │ │ ├── TSInteropMarshaller.wasm.cs │ │ ├── TSInteropMessageAttribute.wasm.cs │ │ └── WebAssembly.Runtime.cs │ ├── LinkerDefinition.Wasm.xml │ └── Uno.Foundation.Runtime.WebAssembly.csproj ├── Uno.Foundation │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.skia.cs │ ├── AsyncActionCompletedHandler.cs │ ├── AsyncActionProgressHandler.cs │ ├── AsyncActionWithProgressCompletedHandler.cs │ ├── AsyncOperationCompletedHandler.cs │ ├── AsyncOperationProgressHandler.cs │ ├── AsyncOperationWithProgressCompletedHandler.cs │ ├── AsyncStatus.cs │ ├── CI.cs │ ├── Collections │ │ ├── CollectionChange.cs │ │ ├── IIterator.cs │ │ ├── IMapChangedEventArgs.cs │ │ ├── IObservableMap.cs │ │ ├── IObservableVector.cs │ │ ├── IPropertySet.cs │ │ ├── IVectorChangedEventArgs.cs │ │ ├── Internal │ │ │ ├── IObservableVector.cs │ │ │ ├── MapChangedEventArgs.cs │ │ │ ├── NonNullList.cs │ │ │ ├── ObservableVector.cs │ │ │ ├── ObservableVectorEnumerableWrapper.cs │ │ │ ├── ObservableVectorListWrapper.cs │ │ │ ├── ObservableVectorWrapper.cs │ │ │ ├── VectorChangedEventArgs.cs │ │ │ └── VectorChangedEventHandler.cs │ │ ├── MapChangedEventHandler.cs │ │ ├── PropertySet.cs │ │ ├── StringMap.cs │ │ ├── ValueSet.cs │ │ └── VectorChangedEventHandler.cs │ ├── Deferral.cs │ ├── DeferralCompletedHandler.cs │ ├── DelegateCommand.T.cs │ ├── DelegateCommand.cs │ ├── Diagnostics │ │ ├── CodeAnalysis │ │ │ └── AdditionalLinkerHintAttribute.cs │ │ ├── DiagnosticViewNotification.cs │ │ ├── DiagnosticViewRegistry.cs │ │ ├── IDiagnosticView.cs │ │ └── IDiagnosticViewContext.cs │ ├── Extensibility │ │ ├── ApiExtensibility.cs │ │ └── ApiExtensionAttribute.cs │ ├── Extensions │ │ ├── ICommandExtensions.cs │ │ ├── JavaObjectExtensions.Android.cs │ │ ├── NotifyCollectionChangedEventArgsExtensions.cs │ │ ├── RectExtensions.cs │ │ ├── UriExtensions.cs │ │ └── VectorExtensions.cs │ ├── FoundationContract.cs │ ├── FoundationFeatureConfiguration.cs │ ├── Gen2GcCallback.cs │ ├── Generated │ │ └── 2.0.0.0 │ │ │ ├── Windows.Foundation.Collections │ │ │ ├── CollectionChange.cs │ │ │ ├── IIterator.cs │ │ │ ├── IMapChangedEventArgs.cs │ │ │ ├── IObservableMap.cs │ │ │ ├── IObservableVector.cs │ │ │ ├── IPropertySet.cs │ │ │ ├── IVectorChangedEventArgs.cs │ │ │ ├── MapChangedEventHandler.cs │ │ │ ├── PropertySet.cs │ │ │ ├── StringMap.cs │ │ │ ├── ValueSet.cs │ │ │ └── VectorChangedEventHandler.cs │ │ │ ├── Windows.Foundation.Metadata │ │ │ ├── ActivatableAttribute.cs │ │ │ ├── AllowForWebAttribute.cs │ │ │ ├── AllowMultipleAttribute.cs │ │ │ ├── ApiContractAttribute.cs │ │ │ ├── ApiInformation.cs │ │ │ ├── AttributeNameAttribute.cs │ │ │ ├── ComposableAttribute.cs │ │ │ ├── CompositionType.cs │ │ │ ├── ContractVersionAttribute.cs │ │ │ ├── DefaultAttribute.cs │ │ │ ├── DefaultOverloadAttribute.cs │ │ │ ├── DeprecatedAttribute.cs │ │ │ ├── DeprecationType.cs │ │ │ ├── DualApiPartitionAttribute.cs │ │ │ ├── ExclusiveToAttribute.cs │ │ │ ├── ExperimentalAttribute.cs │ │ │ ├── FastAbiAttribute.cs │ │ │ ├── FeatureAttribute.cs │ │ │ ├── FeatureStage.cs │ │ │ ├── GCPressureAmount.cs │ │ │ ├── GCPressureAttribute.cs │ │ │ ├── GuidAttribute.cs │ │ │ ├── HasVariantAttribute.cs │ │ │ ├── InternalAttribute.cs │ │ │ ├── LengthIsAttribute.cs │ │ │ ├── MarshalingBehaviorAttribute.cs │ │ │ ├── MarshalingType.cs │ │ │ ├── MetadataMarshalAttribute.cs │ │ │ ├── MuseAttribute.cs │ │ │ ├── NoExceptionAttribute.cs │ │ │ ├── OverloadAttribute.cs │ │ │ ├── OverridableAttribute.cs │ │ │ ├── Platform.cs │ │ │ ├── PlatformAttribute.cs │ │ │ ├── PreviousContractVersionAttribute.cs │ │ │ ├── ProtectedAttribute.cs │ │ │ ├── RangeAttribute.cs │ │ │ ├── RemoteAsyncAttribute.cs │ │ │ ├── StaticAttribute.cs │ │ │ ├── ThreadingAttribute.cs │ │ │ ├── ThreadingModel.cs │ │ │ ├── VariantAttribute.cs │ │ │ ├── VersionAttribute.cs │ │ │ └── WebHostHiddenAttribute.cs │ │ │ └── Windows.Foundation │ │ │ ├── AsyncActionCompletedHandler.cs │ │ │ ├── AsyncActionProgressHandler.cs │ │ │ ├── AsyncActionWithProgressCompletedHandler.cs │ │ │ ├── AsyncOperationCompletedHandler.cs │ │ │ ├── AsyncOperationProgressHandler.cs │ │ │ ├── AsyncOperationWithProgressCompletedHandler.cs │ │ │ ├── AsyncStatus.cs │ │ │ ├── Deferral.cs │ │ │ ├── DeferralCompletedHandler.cs │ │ │ ├── FoundationContract.cs │ │ │ ├── IAsyncAction.cs │ │ │ ├── IAsyncActionWithProgress.cs │ │ │ ├── IAsyncInfo.cs │ │ │ ├── IAsyncOperation.cs │ │ │ ├── IAsyncOperationWithProgress.cs │ │ │ ├── IPropertyValue.cs │ │ │ ├── IReferenceArray.cs │ │ │ ├── IStringable.cs │ │ │ ├── PropertyType.cs │ │ │ ├── PropertyValue.cs │ │ │ └── TypedEventHandler.cs │ ├── GlobalUsings.cs │ ├── IAsyncAction.cs │ ├── IAsyncActionWithProgress.cs │ ├── IAsyncInfo.cs │ ├── IAsyncOperation.cs │ ├── IAsyncOperationWithProgress.cs │ ├── IPropertyValue.cs │ ├── IReferenceArray.cs │ ├── IStringable.cs │ ├── IndexPath.UIKit.cs │ ├── IndexPath.cs │ ├── Internal │ │ ├── AsyncAction.cs │ │ ├── AsyncOperation.TResult.cs │ │ ├── AsyncOperation.cs │ │ ├── AsyncOperationWithProgress.T.cs │ │ ├── AsyncOperationWithProgress.cs │ │ ├── IAsyncActionInternal.cs │ │ ├── IAsyncActionWithProgressInternal.cs │ │ ├── IAsyncOperationInternal.cs │ │ ├── IAsyncOperationWithProgressInternal.cs │ │ └── WebAssemblyImports.cs │ ├── Internals │ │ └── BindableAttribute.cs │ ├── LinkerDefinition.netcoremobile.xml │ ├── Metadata │ │ ├── ActivatableAttribute.cs │ │ ├── AllowForWebAttribute.cs │ │ ├── AllowMultipleAttribute.cs │ │ ├── ApiContractAttribute.cs │ │ ├── ApiInformation.cs │ │ ├── ApiInformation.shared.cs │ │ ├── AttributeNameAttribute.cs │ │ ├── ComposableAttribute.cs │ │ ├── CompositionType.cs │ │ ├── ContractVersionAttribute.cs │ │ ├── DefaultAttribute.cs │ │ ├── DefaultOverloadAttribute.cs │ │ ├── DeprecatedAttribute.cs │ │ ├── DeprecationType.cs │ │ ├── DualApiPartitionAttribute.cs │ │ ├── ExclusiveToAttribute.cs │ │ ├── ExperimentalAttribute.cs │ │ ├── FastAbiAttribute.cs │ │ ├── FeatureAttribute.cs │ │ ├── FeatureStage.cs │ │ ├── GCPressureAmount.cs │ │ ├── GCPressureAttribute.cs │ │ ├── GuidAttribute.cs │ │ ├── HasVariantAttribute.cs │ │ ├── InternalAttribute.cs │ │ ├── LengthIsAttribute.cs │ │ ├── MarshalingBehaviorAttribute.cs │ │ ├── MarshalingType.cs │ │ ├── MetadataMarshalAttribute.cs │ │ ├── MuseAttribute.cs │ │ ├── NoExceptionAttribute.cs │ │ ├── OverloadAttribute.cs │ │ ├── OverridableAttribute.cs │ │ ├── Platform.cs │ │ ├── PlatformAttribute.cs │ │ ├── PreviousContractVersionAttribute.cs │ │ ├── ProtectedAttribute.cs │ │ ├── RangeAttribute.cs │ │ ├── RemoteAsyncAttribute.cs │ │ ├── StaticAttribute.cs │ │ ├── ThreadingAttribute.cs │ │ ├── ThreadingModel.cs │ │ ├── VariantAttribute.cs │ │ ├── VersionAttribute.cs │ │ └── WebHostHiddenAttribute.cs │ ├── NotImplementedAttribute.cs │ ├── Point.Android.cs │ ├── Point.Apple.cs │ ├── Point.cs │ ├── PreserveAttribute.cs │ ├── PropertyType.cs │ ├── PropertyValue.Internal.cs │ ├── PropertyValue.cs │ ├── Rect.Android.cs │ ├── Rect.Apple.cs │ ├── Rect.cs │ ├── Size.Apple.cs │ ├── Size.cs │ ├── SizeConverter.cs │ ├── SizeExtensions.cs │ ├── TypedEventHandler.cs │ ├── Uno.Core.Extensions │ │ ├── AssemblyInfo.cs │ │ ├── PooledObjects │ │ │ ├── ObjectPool`1.cs │ │ │ └── PooledStringBuilder.cs │ │ ├── Uno.Core.Extensions.Collections │ │ │ ├── CollectionExtensions.cs │ │ │ ├── DictionaryExtensions.cs │ │ │ ├── EnumerableExtensions.GroupBy.cs │ │ │ ├── EnumerableExtensions.Specialized.cs │ │ │ ├── EnumerableExtensions.cs │ │ │ ├── ListExtensions.cs │ │ │ ├── MemoryExtensions.cs │ │ │ ├── ObservableCollectionExtensions.Update.cs │ │ │ ├── ObservableCollectionUpdateResults.cs │ │ │ ├── QueueExtensions.cs │ │ │ ├── StackExtensions.cs │ │ │ ├── UnsafeWeakAttachedDictionary.cs │ │ │ └── WeakAttachedDictionary.cs │ │ ├── Uno.Core.Extensions.Compatibility │ │ │ ├── Collections │ │ │ │ └── ImmutableList.cs │ │ │ ├── Extensions │ │ │ │ ├── DateTimeExtensions.cs │ │ │ │ ├── FormattableExtensions.cs │ │ │ │ ├── FuncAsyncExtensions.cs │ │ │ │ ├── IIndentedStringBuilder.cs │ │ │ │ ├── IndentedStringBuilder.cs │ │ │ │ ├── IndentedStringBuilderExtensions.cs │ │ │ │ ├── InvocationLockingMode.cs │ │ │ │ ├── ObjectExtensions.cs │ │ │ │ └── StringBuilderExtensions.cs │ │ │ ├── Grouping.cs │ │ │ ├── ObjectReferenceEqualityComparer.cs │ │ │ ├── Reflection │ │ │ │ ├── AssemblyExtensions.cs │ │ │ │ └── TypeExtensions.cs │ │ │ └── Threading │ │ │ │ ├── AsyncLock.cs │ │ │ │ └── AsyncLock.md │ │ ├── Uno.Core.Extensions.Disposables │ │ │ └── Disposables │ │ │ │ ├── AnonymousDisposable.cs │ │ │ │ ├── CancellationDisposable.cs │ │ │ │ ├── CompositeDisposable.cs │ │ │ │ ├── CompositeDisposableExtensions.cs │ │ │ │ ├── ConditionalDisposable.cs │ │ │ │ ├── DefaultDisposable.cs │ │ │ │ ├── Disposable.cs │ │ │ │ ├── DisposableExtensions.cs │ │ │ │ ├── DisposableStruct.cs │ │ │ │ ├── ICancelable.cs │ │ │ │ ├── RefCountDisposable.cs │ │ │ │ └── SerialDisposable.cs │ │ ├── Uno.Core.Extensions.Equality │ │ │ ├── ByteSequenceComparer.cs │ │ │ ├── FastTypeComparer.cs │ │ │ ├── Hash.cs │ │ │ ├── IKeyEquatable.cs │ │ │ └── KeyEqualityComparer.cs │ │ ├── Uno.Core.Extensions.Threading │ │ │ ├── FastTaskCompletionSource.cs │ │ │ ├── Transactional.Immutables.cs │ │ │ └── Transactional.cs │ │ ├── Uno.Core.Extensions.props │ │ └── Uno.Core.Extensions │ │ │ ├── Actions.cs │ │ │ ├── CachedTuple.cs │ │ │ ├── DisposableAction.cs │ │ │ ├── FuncAsync.cs │ │ │ ├── FuncExtensions.ApplyMemoized.cs │ │ │ ├── FuncMemoizeExtensions.cs │ │ │ ├── Funcs.cs │ │ │ ├── StreamExtensions.cs │ │ │ ├── StringBuilderCache.cs │ │ │ ├── StringExtensions.cs │ │ │ └── WeakReferenceExtensions.cs │ ├── Uno.Foundation.Reference.csproj │ ├── Uno.Foundation.Skia.csproj │ ├── Uno.Foundation.Tests.csproj │ ├── Uno.Foundation.Wasm.csproj │ ├── Uno.Foundation.csproj │ ├── Uno.Foundation.netcoremobile.csproj │ ├── UnoOnlyAttribute.cs │ ├── WindowsFoundationDateTime.cs │ ├── _Compat │ │ ├── CallerArgumentExpresion.cs │ │ ├── IsExternalInit.cs │ │ ├── Nullable.cs │ │ └── RequiredAttribute.cs │ └── app.config ├── Uno.NUnitTransformTool │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ └── Uno.NUnitTransformTool.csproj ├── Uno.ReferenceImplComparer │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ └── Uno.ReferenceImplComparer.csproj ├── Uno.ResourceTrimmingValidator │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ └── Uno.ResourceTrimmingValidator.csproj ├── Uno.Sdk │ ├── AssemblyName.props │ ├── Extensions │ │ └── TaskItemExtensions.cs │ ├── Models │ │ ├── ManifestGroup.cs │ │ ├── NuGetVersion.cs │ │ └── PackageReference.cs │ ├── Sdk │ │ ├── Sdk.props │ │ ├── Sdk.props.buildschema.json │ │ └── Sdk.targets │ ├── Services │ │ ├── NuGetApiClient.cs │ │ └── PackageManifest.cs │ ├── Tasks │ │ ├── ImplicitPackagesResolver.cs │ │ └── UnoNotifyAppLaunchToDevServer.cs │ ├── Uno.Sdk.csproj │ ├── UnoArea.cs │ ├── UnoAreaAttribute.cs │ ├── UnoFeature.cs │ ├── UnoTarget.cs │ ├── packages.json │ └── targets │ │ ├── Uno.AppLaunch.targets │ │ ├── Uno.Build.targets │ │ ├── Uno.Common.Android.targets │ │ ├── Uno.Common.Desktop.targets │ │ ├── Uno.Common.MacCatalyst.targets │ │ ├── Uno.Common.MacOS.targets │ │ ├── Uno.Common.Wasm.targets │ │ ├── Uno.Common.WinAppSdk.targets │ │ ├── Uno.Common.iOS.targets │ │ ├── Uno.Common.targets │ │ ├── Uno.CrossTargeting.targets │ │ ├── Uno.DefaultItems.Resizetizer.targets │ │ ├── Uno.DefaultItems.SingleProject.targets │ │ ├── Uno.DefaultItems.targets │ │ ├── Uno.Extensions.Implicit.Packages.ProjectSystem.targets │ │ ├── Uno.Features.targets │ │ ├── Uno.GenerateAot.targets │ │ ├── Uno.Implicit.Namespaces.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.Android.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.Desktop.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.Legacy.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.MacCatalyst.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.MacOS.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.Uno.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.Wasm.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.WinAppSdk.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.iOS.targets │ │ ├── Uno.Implicit.Packages.ProjectSystem.targets │ │ ├── Uno.Implicit.Packages.targets │ │ ├── Uno.Import.SolutionConfig.props │ │ ├── Uno.IsPlatform.Before.props │ │ ├── Uno.IsPlatform.props │ │ ├── Uno.ProjectCapabilities.SingleProject.targets │ │ ├── Uno.ProjectCapabilities.Wasm.targets │ │ ├── Uno.ProjectCapabilities.WinAppSdk.targets │ │ ├── Uno.ProjectCapabilities.targets │ │ ├── Uno.PropertyCaptures.targets │ │ ├── Uno.Sdk.After.targets │ │ ├── Uno.Server.props │ │ ├── Uno.Server.targets │ │ ├── Uno.SingleProject.Android.targets │ │ ├── Uno.SingleProject.Desktop.targets │ │ ├── Uno.SingleProject.MacCatalyst.targets │ │ ├── Uno.SingleProject.MacOS.targets │ │ ├── Uno.SingleProject.VS.Build.targets │ │ ├── Uno.SingleProject.Wasm.targets │ │ ├── Uno.SingleProject.WinAppSdk.targets │ │ ├── Uno.SingleProject.iOS.targets │ │ ├── Uno.Wasm.UnsupportedRid.targets │ │ ├── winappsdk-workaround.targets │ │ └── xamarin-ios-maccatalyst-workarounds.targets ├── Uno.UI-Reference-Only.slnf ├── Uno.UI-RemoteControl-Only.slnf ├── Uno.UI-Skia-only.slnf ├── Uno.UI-Tools.slnf ├── Uno.UI-UnitTests-only.slnf ├── Uno.UI-Wasm-only.slnf ├── Uno.UI-Windows-only.slnf ├── Uno.UI-netcoremobile-only.slnf ├── Uno.UI.Adapter.Microsoft.Extensions.Logging │ ├── AssemblyInfo.cs │ ├── LinkerDefinition.Wasm.xml │ ├── LoggingAdapter.cs │ ├── MicrosoftLogger.cs │ ├── MicrosoftLoggerFactory.cs │ └── Uno.UI.Adapter.Microsoft.Extensions.Logging.csproj ├── Uno.UI.BindingHelper.Android │ ├── Additions │ │ └── AboutAdditions.txt │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Transforms │ │ ├── EnumFields.xml │ │ ├── EnumMethods.xml │ │ └── Metadata.xml │ ├── Uno.UI.BindingHelper.Android.netcoremobile.csproj │ └── Uno │ │ ├── .gitignore │ │ └── UI │ │ ├── BorderLayerRendererNative.java │ │ ├── BrushNative.java │ │ ├── ISamplesAppMainActivity.java │ │ ├── IUIElement.java │ │ ├── TextPaintPoolNative.java │ │ ├── TextPaintSpan.java │ │ ├── UIElementNative.java │ │ ├── UnoMotionHelper.java │ │ ├── UnoMotionTarget.java │ │ ├── UnoRecyclerView.java │ │ ├── UnoScrollViewScaleGestureDetector.java │ │ ├── UnoSpannableString.java │ │ ├── UnoSpannableStringBuilder.java │ │ ├── UnoStaticLayoutBuilder.java │ │ ├── UnoTwoDScrollView.java │ │ ├── UnoViewGroup.java │ │ └── UnoWebViewHandlerJavascriptInterface.java ├── Uno.UI.Composition │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.skia.cs │ ├── Composition │ │ ├── AnimationController.cs │ │ ├── BorderVisual.skia.cs │ │ ├── ClosableNotifierHandler.cs │ │ ├── ColorBrushTransitionState.skia.cs │ │ ├── CompositionAnimation.cs │ │ ├── CompositionBackdropBrush.cs │ │ ├── CompositionBatchTypes.cs │ │ ├── CompositionBrush.cs │ │ ├── CompositionBrush.skia.cs │ │ ├── CompositionBrushWrapper.skia.cs │ │ ├── CompositionCapabilities.cs │ │ ├── CompositionCapabilities.skia.cs │ │ ├── CompositionClip.cs │ │ ├── CompositionClip.skia.cs │ │ ├── CompositionColorBrush.cs │ │ ├── CompositionColorBrush.skia.cs │ │ ├── CompositionColorGradientStop.cs │ │ ├── CompositionColorGradientStopCollection.cs │ │ ├── CompositionEffectBrush.cs │ │ ├── CompositionEffectBrush.skia.cs │ │ ├── CompositionEffectFactory.cs │ │ ├── CompositionEffectSourceParameter.cs │ │ ├── CompositionEllipseGeometry.cs │ │ ├── CompositionEllipseGeometry.skia.cs │ │ ├── CompositionGeometricClip.cs │ │ ├── CompositionGeometricClip.skia.cs │ │ ├── CompositionGeometry.cs │ │ ├── CompositionGeometry.skia.cs │ │ ├── CompositionGetValueStatus.cs │ │ ├── CompositionGradientBrush.cs │ │ ├── CompositionGradientBrush.skia.cs │ │ ├── CompositionGradientExtendMode.cs │ │ ├── CompositionInteractionSourceCollection.cs │ │ ├── CompositionLineGeometry.cs │ │ ├── CompositionLineGeometry.skia.cs │ │ ├── CompositionLinearGradientBrush.cs │ │ ├── CompositionLinearGradientBrush.skia.cs │ │ ├── CompositionMappingMode.cs │ │ ├── CompositionMaskBrush.cs │ │ ├── CompositionMaskBrush.skia.cs │ │ ├── CompositionNineGridBrush.cs │ │ ├── CompositionNineGridBrush.skia.cs │ │ ├── CompositionObject.Context.cs │ │ ├── CompositionObject.cs │ │ ├── CompositionPath.cs │ │ ├── CompositionPathGeometry.cs │ │ ├── CompositionPathGeometry.skia.cs │ │ ├── CompositionPropertySet.cs │ │ ├── CompositionRadialGradientBrush.cs │ │ ├── CompositionRadialGradientBrush.skia.cs │ │ ├── CompositionRectangleGeometry.cs │ │ ├── CompositionRectangleGeometry.skia.cs │ │ ├── CompositionRoundedRectangleGeometry.cs │ │ ├── CompositionRoundedRectangleGeometry.skia.cs │ │ ├── CompositionScopedBatch.cs │ │ ├── CompositionShape.cs │ │ ├── CompositionShape.skia.cs │ │ ├── CompositionShapeCollection.cs │ │ ├── CompositionSpriteShape.cs │ │ ├── CompositionSpriteShape.skia.cs │ │ ├── CompositionStrokeDashArray.cs │ │ ├── CompositionSurfaceBrush.cs │ │ ├── CompositionSurfaceBrush.skia.cs │ │ ├── CompositionViewBox.cs │ │ ├── CompositionVisualSurface.cs │ │ ├── CompositionVisualSurface.skia.cs │ │ ├── Compositor.cs │ │ ├── Compositor.skia.cs │ │ ├── ContainerVisual.UIKit.cs │ │ ├── ContainerVisual.cs │ │ ├── ContainerVisual.skia.cs │ │ ├── CoreAnimation.Apple.cs │ │ ├── DampingHelper.cs │ │ ├── DelegatedInkTrailVisual.cs │ │ ├── Effects │ │ │ └── WhiteNoiseEffect.cs │ │ ├── ExpressionAnimation.cs │ │ ├── ExpressionAnimationParser │ │ │ ├── AnimationBinaryExpressionSyntax.cs │ │ │ ├── AnimationExpressionSyntax.cs │ │ │ ├── AnimationFunctionCallSyntax.cs │ │ │ ├── AnimationIdentifierNameSyntax.cs │ │ │ ├── AnimationMemberAccessExpressionSyntax.cs │ │ │ ├── AnimationNumericExpressionSyntax.cs │ │ │ ├── AnimationParenthesizedExpressionSyntax.cs │ │ │ ├── AnimationTernaryExpressionSyntax.cs │ │ │ ├── AnimationUnaryExpressionSyntax.cs │ │ │ ├── ExpressionAnimationLexer.cs │ │ │ ├── ExpressionAnimationParser.cs │ │ │ ├── ExpressionAnimationToken.cs │ │ │ ├── ExpressionAnimationTokenKind.cs │ │ │ └── FunctionSpecifications │ │ │ │ ├── AbsFloatFunctionSpecification.cs │ │ │ │ ├── ClampFloatFloatFloatFunctionSpecification.cs │ │ │ │ ├── IAnimationFunctionSpecification.cs │ │ │ │ ├── MaxFloatFloatFunctionSpecification.cs │ │ │ │ ├── MinFloatFloatFunctionSpecification.cs │ │ │ │ ├── Vector2FloatFloatFunctionSpecification.cs │ │ │ │ └── Vector3FloatFloatFloatFunctionSpecification.cs │ │ ├── FrameProviderFactory.skia.cs │ │ ├── GifFrameProvider.skia.cs │ │ ├── IClosableNotifier.cs │ │ ├── ICompositionSurface.cs │ │ ├── ICompositionTarget.cs │ │ ├── IFrameProvider.skia.cs │ │ ├── IVisualElement.cs │ │ ├── IVisualElement2.cs │ │ ├── InsetClip.cs │ │ ├── InsetClip.skia.cs │ │ ├── InteractionTracker │ │ │ ├── IInteractionTrackerInertiaHandler.cs │ │ │ ├── IInteractionTrackerOwner.cs │ │ │ ├── InteractionChainingMode.cs │ │ │ ├── InteractionSourceMode.cs │ │ │ ├── InteractionTracker.cs │ │ │ ├── InteractionTrackerActiveInputInertiaHandler.AxisHelper.cs │ │ │ ├── InteractionTrackerActiveInputInertiaHandler.cs │ │ │ ├── InteractionTrackerCustomAnimationState.cs │ │ │ ├── InteractionTrackerIdleState.cs │ │ │ ├── InteractionTrackerIdleStateEnteredArgs.cs │ │ │ ├── InteractionTrackerInertiaState.cs │ │ │ ├── InteractionTrackerInertiaStateEnteredArgs.cs │ │ │ ├── InteractionTrackerInteractingState.cs │ │ │ ├── InteractionTrackerInteractingStateEnteredArgs.cs │ │ │ ├── InteractionTrackerPointerWheelInertiaHandler.cs │ │ │ ├── InteractionTrackerRequestIgnoredArgs.cs │ │ │ ├── InteractionTrackerState.cs │ │ │ └── InteractionTrackerValuesChangedArgs.cs │ │ ├── Interop │ │ │ ├── EffectHelpers.cs │ │ │ └── EffectHelpers.skia.cs │ │ ├── KeyFrameAnimation.cs │ │ ├── KeyFrameAnimations │ │ │ ├── AnimationFrame.cs │ │ │ ├── BackEasingFunction.cs │ │ │ ├── BooleanKeyFrameAnimation.cs │ │ │ ├── BounceEasingFunction.cs │ │ │ ├── CircleEasingFunction.cs │ │ │ ├── CompositionEasingFunction.cs │ │ │ ├── CubicBezierEasingFunction.cs │ │ │ ├── ElasticEasingFunction.cs │ │ │ ├── ExponentialEasingFunction.cs │ │ │ ├── IKeyFrameEvaluator.cs │ │ │ ├── KeyFrameEvaluator.cs │ │ │ ├── LinearEasingFunction.cs │ │ │ ├── PowerEasingFunction.cs │ │ │ ├── ScalarKeyFrameAnimation.UIKit.cs │ │ │ ├── ScalarKeyFrameAnimation.cs │ │ │ ├── SineEasingFunction.cs │ │ │ ├── StepEasingFunction.cs │ │ │ ├── Vector2KeyFrameAnimation.cs │ │ │ ├── Vector3KeyFrameAnimation.cs │ │ │ └── Vector4KeyFrameAnimation.cs │ │ ├── LayerVisual.cs │ │ ├── Private │ │ │ └── RectangleClip.cs │ │ ├── RectangleClip.cs │ │ ├── RectangleClip.skia.cs │ │ ├── RedirectVisual.cs │ │ ├── RedirectVisual.skia.cs │ │ ├── ShadowState.skia.cs │ │ ├── ShapeVisual.cs │ │ ├── ShapeVisual.skia.cs │ │ ├── SingleFrameProvider.skia.cs │ │ ├── SkiaCompositionSurface.cs │ │ ├── SkiaCompositionSurface.skia.cs │ │ ├── SkiaExtensions.skia.cs │ │ ├── SkiaGeometrySource2D.skia.cs │ │ ├── SpriteVisual.UIKit.cs │ │ ├── SpriteVisual.cs │ │ ├── SpriteVisual.skia.cs │ │ ├── SubPropertyHelpers.cs │ │ ├── SystemBackdrops │ │ │ ├── DesktopAcrylicController.cs │ │ │ └── MicaController.cs │ │ ├── Uno │ │ │ ├── CompositionConfiguration.cs │ │ │ ├── CompositionMathHelpers.cs │ │ │ ├── CompositionPathCommand.cs │ │ │ ├── CompositionPathCommandType.cs │ │ │ ├── CompositorThread.Android.cs │ │ │ ├── I2DTransformableObject.cs │ │ │ ├── I3DTransformableObject.cs │ │ │ ├── ICompositionPathCommandsProvider.cs │ │ │ ├── ICompositionRoot.Android.cs │ │ │ ├── ISizedBrush.cs │ │ │ ├── ISkiaCompositionSurfaceProvider.skia.cs │ │ │ ├── ISkiaSurface.skia.cs │ │ │ ├── TempAndTintHelpers.cs │ │ │ ├── UnoSKRunBufferInternal.skia.cs │ │ │ ├── UnoSkiaApi.skia.cs │ │ │ ├── Visual.PaintingSession.skia.cs │ │ │ └── VisualExtensions.cs │ │ ├── Visual.Android.cs │ │ ├── Visual.UIKit.cs │ │ ├── Visual.cs │ │ ├── Visual.generic.cs │ │ ├── Visual.reference.cs │ │ ├── Visual.skia.cs │ │ ├── Visual.unittests.cs │ │ ├── Visual.wasm.cs │ │ ├── VisualAccessibilityHelper.skia.cs │ │ ├── VisualCollection.Android.cs │ │ ├── VisualCollection.UIKit.cs │ │ ├── VisualCollection.cs │ │ ├── VisualCollection.reference.cs │ │ ├── VisualCollection.skia.cs │ │ ├── VisualCollection.unittests.cs │ │ ├── VisualCollection.wasm.cs │ │ ├── VisualInteractionSource.cs │ │ └── VisualInteractionSourceRedirectionMode.cs │ ├── Generated │ │ └── 3.0.0.0 │ │ │ ├── Microsoft.Graphics.DirectX │ │ │ ├── DirectXAlphaMode.cs │ │ │ ├── DirectXColorSpace.cs │ │ │ ├── DirectXPixelFormat.cs │ │ │ └── DirectXPrimitiveTopology.cs │ │ │ ├── Microsoft.Graphics.Display │ │ │ ├── DisplayAdvancedColorInfo.cs │ │ │ ├── DisplayAdvancedColorKind.cs │ │ │ ├── DisplayHdrMetadataFormat.cs │ │ │ └── DisplayInformation.cs │ │ │ ├── Microsoft.UI.Composition.Core │ │ │ └── CompositorController.cs │ │ │ ├── Microsoft.UI.Composition.Diagnostics │ │ │ ├── CompositionDebugHeatMaps.cs │ │ │ ├── CompositionDebugOverdrawContentKinds.cs │ │ │ └── CompositionDebugSettings.cs │ │ │ ├── Microsoft.UI.Composition.Effects │ │ │ ├── SceneLightingEffect.cs │ │ │ └── SceneLightingEffectReflectanceModel.cs │ │ │ ├── Microsoft.UI.Composition.Interactions │ │ │ ├── CompositionConditionalValue.cs │ │ │ ├── CompositionInteractionSourceCollection.cs │ │ │ ├── ICompositionInteractionSource.cs │ │ │ ├── IInteractionTrackerOwner.cs │ │ │ ├── InteractionBindingAxisModes.cs │ │ │ ├── InteractionChainingMode.cs │ │ │ ├── InteractionSourceConfiguration.cs │ │ │ ├── InteractionSourceMode.cs │ │ │ ├── InteractionSourceRedirectionMode.cs │ │ │ ├── InteractionTracker.cs │ │ │ ├── InteractionTrackerClampingOption.cs │ │ │ ├── InteractionTrackerCustomAnimationStateEnteredArgs.cs │ │ │ ├── InteractionTrackerIdleStateEnteredArgs.cs │ │ │ ├── InteractionTrackerInertiaModifier.cs │ │ │ ├── InteractionTrackerInertiaMotion.cs │ │ │ ├── InteractionTrackerInertiaNaturalMotion.cs │ │ │ ├── InteractionTrackerInertiaRestingValue.cs │ │ │ ├── InteractionTrackerInertiaStateEnteredArgs.cs │ │ │ ├── InteractionTrackerInteractingStateEnteredArgs.cs │ │ │ ├── InteractionTrackerPositionUpdateOption.cs │ │ │ ├── InteractionTrackerRequestIgnoredArgs.cs │ │ │ ├── InteractionTrackerValuesChangedArgs.cs │ │ │ ├── InteractionTrackerVector2InertiaModifier.cs │ │ │ ├── InteractionTrackerVector2InertiaNaturalMotion.cs │ │ │ ├── VisualInteractionSource.cs │ │ │ └── VisualInteractionSourceRedirectionMode.cs │ │ │ ├── Microsoft.UI.Composition.Scenes │ │ │ ├── SceneAlphaMode.cs │ │ │ ├── SceneAttributeSemantic.cs │ │ │ ├── SceneBoundingBox.cs │ │ │ ├── SceneComponent.cs │ │ │ ├── SceneComponentCollection.cs │ │ │ ├── SceneComponentType.cs │ │ │ ├── SceneMaterial.cs │ │ │ ├── SceneMaterialInput.cs │ │ │ ├── SceneMesh.cs │ │ │ ├── SceneMeshMaterialAttributeMap.cs │ │ │ ├── SceneMeshRendererComponent.cs │ │ │ ├── SceneMetallicRoughnessMaterial.cs │ │ │ ├── SceneModelTransform.cs │ │ │ ├── SceneNode.cs │ │ │ ├── SceneNodeCollection.cs │ │ │ ├── SceneObject.cs │ │ │ ├── ScenePbrMaterial.cs │ │ │ ├── SceneRendererComponent.cs │ │ │ ├── SceneSurfaceMaterialInput.cs │ │ │ ├── SceneVisual.cs │ │ │ └── SceneWrappingMode.cs │ │ │ ├── Microsoft.UI.Composition.SystemBackdrops │ │ │ ├── DesktopAcrylicController.cs │ │ │ ├── DesktopAcrylicKind.cs │ │ │ ├── ISystemBackdropController.cs │ │ │ ├── ISystemBackdropControllerWithTargets.cs │ │ │ ├── MicaController.cs │ │ │ ├── MicaKind.cs │ │ │ ├── SystemBackdropConfiguration.cs │ │ │ ├── SystemBackdropState.cs │ │ │ └── SystemBackdropTheme.cs │ │ │ └── Microsoft.UI.Composition │ │ │ ├── AmbientLight.cs │ │ │ ├── AnimationController.cs │ │ │ ├── AnimationControllerProgressBehavior.cs │ │ │ ├── AnimationDelayBehavior.cs │ │ │ ├── AnimationDirection.cs │ │ │ ├── AnimationIterationBehavior.cs │ │ │ ├── AnimationPropertyAccessMode.cs │ │ │ ├── AnimationPropertyInfo.cs │ │ │ ├── AnimationStopBehavior.cs │ │ │ ├── BackEasingFunction.cs │ │ │ ├── BooleanKeyFrameAnimation.cs │ │ │ ├── BounceEasingFunction.cs │ │ │ ├── BounceScalarNaturalMotionAnimation.cs │ │ │ ├── BounceVector2NaturalMotionAnimation.cs │ │ │ ├── BounceVector3NaturalMotionAnimation.cs │ │ │ ├── CircleEasingFunction.cs │ │ │ ├── ColorKeyFrameAnimation.cs │ │ │ ├── CompositionAnimation.cs │ │ │ ├── CompositionAnimationGroup.cs │ │ │ ├── CompositionApiInformation.cs │ │ │ ├── CompositionBackdropBrush.cs │ │ │ ├── CompositionBackfaceVisibility.cs │ │ │ ├── CompositionBatchCompletedEventArgs.cs │ │ │ ├── CompositionBatchTypes.cs │ │ │ ├── CompositionBitmapInterpolationMode.cs │ │ │ ├── CompositionBorderMode.cs │ │ │ ├── CompositionBrush.cs │ │ │ ├── CompositionCapabilities.cs │ │ │ ├── CompositionClip.cs │ │ │ ├── CompositionColorBrush.cs │ │ │ ├── CompositionColorGradientStop.cs │ │ │ ├── CompositionColorGradientStopCollection.cs │ │ │ ├── CompositionColorSpace.cs │ │ │ ├── CompositionCommitBatch.cs │ │ │ ├── CompositionCompositeMode.cs │ │ │ ├── CompositionContainerShape.cs │ │ │ ├── CompositionDrawingSurface.cs │ │ │ ├── CompositionDropShadowSourcePolicy.cs │ │ │ ├── CompositionEasingFunction.cs │ │ │ ├── CompositionEasingFunctionMode.cs │ │ │ ├── CompositionEffectBrush.cs │ │ │ ├── CompositionEffectFactory.cs │ │ │ ├── CompositionEffectFactoryLoadStatus.cs │ │ │ ├── CompositionEffectSourceParameter.cs │ │ │ ├── CompositionEllipseGeometry.cs │ │ │ ├── CompositionGeometricClip.cs │ │ │ ├── CompositionGeometry.cs │ │ │ ├── CompositionGetValueStatus.cs │ │ │ ├── CompositionGradientBrush.cs │ │ │ ├── CompositionGradientExtendMode.cs │ │ │ ├── CompositionGraphicsDevice.cs │ │ │ ├── CompositionLight.cs │ │ │ ├── CompositionLineGeometry.cs │ │ │ ├── CompositionLinearGradientBrush.cs │ │ │ ├── CompositionMappingMode.cs │ │ │ ├── CompositionMaskBrush.cs │ │ │ ├── CompositionMipmapSurface.cs │ │ │ ├── CompositionNineGridBrush.cs │ │ │ ├── CompositionObject.cs │ │ │ ├── CompositionPath.cs │ │ │ ├── CompositionPathGeometry.cs │ │ │ ├── CompositionProjectedShadow.cs │ │ │ ├── CompositionProjectedShadowCaster.cs │ │ │ ├── CompositionProjectedShadowCasterCollection.cs │ │ │ ├── CompositionProjectedShadowReceiver.cs │ │ │ ├── CompositionProjectedShadowReceiverUnorderedCollection.cs │ │ │ ├── CompositionPropertySet.cs │ │ │ ├── CompositionRadialGradientBrush.cs │ │ │ ├── CompositionRectangleGeometry.cs │ │ │ ├── CompositionRoundedRectangleGeometry.cs │ │ │ ├── CompositionScopedBatch.cs │ │ │ ├── CompositionShadow.cs │ │ │ ├── CompositionShape.cs │ │ │ ├── CompositionShapeCollection.cs │ │ │ ├── CompositionSpriteShape.cs │ │ │ ├── CompositionStretch.cs │ │ │ ├── CompositionStrokeCap.cs │ │ │ ├── CompositionStrokeDashArray.cs │ │ │ ├── CompositionStrokeLineJoin.cs │ │ │ ├── CompositionSurfaceBrush.cs │ │ │ ├── CompositionTransform.cs │ │ │ ├── CompositionViewBox.cs │ │ │ ├── CompositionVirtualDrawingSurface.cs │ │ │ ├── CompositionVisualSurface.cs │ │ │ ├── Compositor.cs │ │ │ ├── ContainerVisual.cs │ │ │ ├── CubicBezierEasingFunction.cs │ │ │ ├── DistantLight.cs │ │ │ ├── DropShadow.cs │ │ │ ├── ElasticEasingFunction.cs │ │ │ ├── ExponentialEasingFunction.cs │ │ │ ├── ExpressionAnimation.cs │ │ │ ├── IAnimationObject.cs │ │ │ ├── ICompositionAnimationBase.cs │ │ │ ├── ICompositionSupportsSystemBackdrop.cs │ │ │ ├── ICompositionSurface.cs │ │ │ ├── ICompositionSurfaceFacade.cs │ │ │ ├── IVisualElement.cs │ │ │ ├── IVisualElement2.cs │ │ │ ├── ImplicitAnimationCollection.cs │ │ │ ├── InitialValueExpressionCollection.cs │ │ │ ├── InsetClip.cs │ │ │ ├── KeyFrameAnimation.cs │ │ │ ├── LayerVisual.cs │ │ │ ├── LinearEasingFunction.cs │ │ │ ├── NaturalMotionAnimation.cs │ │ │ ├── PathKeyFrameAnimation.cs │ │ │ ├── PointLight.cs │ │ │ ├── PowerEasingFunction.cs │ │ │ ├── QuaternionKeyFrameAnimation.cs │ │ │ ├── RectangleClip.cs │ │ │ ├── RedirectVisual.cs │ │ │ ├── RenderingDeviceReplacedEventArgs.cs │ │ │ ├── ScalarKeyFrameAnimation.cs │ │ │ ├── ScalarNaturalMotionAnimation.cs │ │ │ ├── ShapeVisual.cs │ │ │ ├── SineEasingFunction.cs │ │ │ ├── SpotLight.cs │ │ │ ├── SpringScalarNaturalMotionAnimation.cs │ │ │ ├── SpringVector2NaturalMotionAnimation.cs │ │ │ ├── SpringVector3NaturalMotionAnimation.cs │ │ │ ├── SpriteVisual.cs │ │ │ ├── StepEasingFunction.cs │ │ │ ├── Vector2KeyFrameAnimation.cs │ │ │ ├── Vector2NaturalMotionAnimation.cs │ │ │ ├── Vector3KeyFrameAnimation.cs │ │ │ ├── Vector3NaturalMotionAnimation.cs │ │ │ ├── Vector4KeyFrameAnimation.cs │ │ │ ├── Visual.cs │ │ │ ├── VisualCollection.cs │ │ │ └── VisualUnorderedCollection.cs │ ├── Helpers │ │ └── D2D1Helpers.skia.cs │ ├── Uno.UI.Composition.Reference.csproj │ ├── Uno.UI.Composition.Skia.csproj │ ├── Uno.UI.Composition.Tests.csproj │ ├── Uno.UI.Composition.Wasm.csproj │ ├── Uno.UI.Composition.netcoremobile.csproj │ └── Win2D │ │ └── Microsoft │ │ └── Graphics │ │ └── Canvas │ │ ├── CanvasAlphaMode.cs │ │ ├── CanvasBufferPrecision.cs │ │ ├── CanvasComposite.cs │ │ ├── CanvasDevice.cs │ │ ├── CanvasEdgeBehavior.cs │ │ ├── CanvasImageInterpolation.cs │ │ ├── Effects │ │ ├── AlphaMaskEffect.cs │ │ ├── ArithmeticCompositeEffect.cs │ │ ├── BlendEffect.cs │ │ ├── BlendEffectMode.cs │ │ ├── BorderEffect.cs │ │ ├── ColorMatrixEffect.cs │ │ ├── ColorSourceEffect.cs │ │ ├── CompositeEffect.cs │ │ ├── ContrastEffect.cs │ │ ├── CrossfadeEffect.cs │ │ ├── DistantDiffuseEffect.cs │ │ ├── DistantSpecularEffect.cs │ │ ├── EffectBorderMode.cs │ │ ├── EffectOptimization.cs │ │ ├── ExposureEffect.cs │ │ ├── GammaTransferEffect.cs │ │ ├── GaussianBlurEffect.cs │ │ ├── GrayscaleEffect.cs │ │ ├── HueRotationEffect.cs │ │ ├── ICanvasEffect.cs │ │ ├── InvertEffect.cs │ │ ├── LinearTransferEffect.cs │ │ ├── LuminanceToAlphaEffect.cs │ │ ├── Matrix5x4.cs │ │ ├── OpacityEffect.cs │ │ ├── PointDiffuseEffect.cs │ │ ├── PointSpecularEffect.cs │ │ ├── SaturationEffect.cs │ │ ├── SepiaEffect.cs │ │ ├── SpotDiffuseEffect.cs │ │ ├── SpotSpecularEffect.cs │ │ ├── TemperatureAndTintEffect.cs │ │ ├── TintEffect.cs │ │ └── Transform2DEffect.cs │ │ ├── Geometry │ │ ├── CanvasArcSize.cs │ │ ├── CanvasFigureFill.cs │ │ ├── CanvasFigureLoop.cs │ │ ├── CanvasFigureSegmentOptions.cs │ │ ├── CanvasFilledRegionDetermination.cs │ │ ├── CanvasGeometry.cs │ │ ├── CanvasPathBuilder.cs │ │ └── CanvasSweepDirection.cs │ │ └── ICanvasResourceCreator.cs ├── Uno.UI.DevServer.Cli │ ├── CliManager.cs │ ├── Helpers │ │ ├── DevServerProcessHelper.cs │ │ ├── ProcessHelpers.cs │ │ └── UnoToolsLocator.cs │ ├── Logging │ │ └── CleanConsoleFormatter.cs │ ├── Mcp │ │ ├── DevServerMonitor.cs │ │ ├── McpClientProxy.cs │ │ └── McpProxy.cs │ ├── Program.cs │ └── Uno.UI.DevServer.Cli.csproj ├── Uno.UI.Dispatching │ ├── AssemblyInfo.cs │ ├── Dispatching │ │ ├── DispatcherQueue.cs │ │ ├── DispatcherQueueHandler.cs │ │ ├── DispatcherQueuePriority.cs │ │ ├── DispatcherQueueTimer.Android.cs │ │ ├── DispatcherQueueTimer.Apple.cs │ │ ├── DispatcherQueueTimer.cs │ │ └── DispatcherQueueTimer.others.cs │ ├── DispatchingFeatureConfiguration.cs │ ├── Generated │ │ └── 3.0.0.0 │ │ │ └── Microsoft.UI.Dispatching │ │ │ ├── DispatcherExitDeferral.cs │ │ │ ├── DispatcherQueue.cs │ │ │ ├── DispatcherQueueController.cs │ │ │ ├── DispatcherQueueHandler.cs │ │ │ ├── DispatcherQueuePriority.cs │ │ │ ├── DispatcherQueueShutdownStartingEventArgs.cs │ │ │ ├── DispatcherQueueTimer.cs │ │ │ └── DispatcherRunOptions.cs │ ├── LinkerDefinition.Wasm.xml │ ├── Native │ │ ├── FrameRateLogger.cs │ │ ├── NativeDispatcher.Android.cs │ │ ├── NativeDispatcher.Apple.cs │ │ ├── NativeDispatcher.cs │ │ ├── NativeDispatcher.reference.cs │ │ ├── NativeDispatcher.skia.cs │ │ ├── NativeDispatcher.unittests.cs │ │ ├── NativeDispatcher.wasm.cs │ │ ├── NativeDispatcherPriority.cs │ │ ├── NativeDispatcherSynchronizationContext.cs │ │ └── UIAsyncOperation.cs │ ├── Uno.UI.Dispatching.Reference.csproj │ ├── Uno.UI.Dispatching.Skia.csproj │ ├── Uno.UI.Dispatching.Tests.csproj │ ├── Uno.UI.Dispatching.Wasm.csproj │ └── Uno.UI.Dispatching.netcoremobile.csproj ├── Uno.UI.FluentTheme.v1 │ ├── AssemblyInfo.cs │ ├── FluentMerge.targets │ ├── Uno.UI.FluentTheme.v1.Reference.csproj │ ├── Uno.UI.FluentTheme.v1.Skia.csproj │ ├── Uno.UI.FluentTheme.v1.Tests.csproj │ ├── Uno.UI.FluentTheme.v1.Wasm.csproj │ ├── Uno.UI.FluentTheme.v1.netcoremobile.csproj │ ├── XamlControlsResourcesV1.cs │ └── themeresources_v1.xaml ├── Uno.UI.FluentTheme.v2 │ ├── AssemblyInfo.cs │ ├── FluentMerge.targets │ ├── Resources │ │ ├── .editorconfig │ │ └── Version2 │ │ │ ├── Priority01 │ │ │ ├── Common_themeresources.xaml │ │ │ ├── CornerRadius_themeresources.xaml │ │ │ ├── Deprecated_themeresources.xaml │ │ │ ├── Deprecated_themeresources_any.xaml │ │ │ └── TextBlock_themeresources.xaml │ │ │ ├── Priority02 │ │ │ ├── AcrylicBrush_themeresources.xaml │ │ │ ├── MenuFlyout_themeresources.xaml │ │ │ ├── PasswordBox_themeresources.xaml │ │ │ ├── RevealBrush_19h1_themeresources.xaml │ │ │ ├── RevealBrush_rs1_themeresources.xaml │ │ │ ├── RevealBrush_rs2_themeresources.xaml │ │ │ ├── RevealBrush_rs3_themeresources.xaml │ │ │ ├── RevealBrush_rs4_themeresources.xaml │ │ │ ├── RevealBrush_rs5_themeresources.xaml │ │ │ ├── RichEditBox_themeresources.xaml │ │ │ └── TextBox_themeresources.xaml │ │ │ └── PriorityDefault │ │ │ ├── AppBarButton_themeresources.xaml │ │ │ ├── AppBarSeparator_themeresources.xaml │ │ │ ├── AppBarToggleButton_themeresources.xaml │ │ │ ├── AutoSuggestBox_themeresources.xaml │ │ │ ├── Button_themeresources.xaml │ │ │ ├── CalendarDatePicker_themeresources.xaml │ │ │ ├── CalendarView_themeresources.xaml │ │ │ ├── CheckBox_themeresources.xaml │ │ │ ├── ColorPicker.xaml │ │ │ ├── ColorPicker_themeresources.xaml │ │ │ ├── ColorSpectrum.xaml │ │ │ ├── ComboBox_themeresources.xaml │ │ │ ├── CommandBarFlyout.xaml │ │ │ ├── CommandBarFlyout_themeresources.xaml │ │ │ ├── CommandBar_themeresources.xaml │ │ │ ├── ContentDialog_themeresources.xaml │ │ │ ├── DatePicker_themeresources.xaml │ │ │ ├── DateTimePickerFlyout_themeresources.xaml │ │ │ ├── DropDownButton.xaml │ │ │ ├── DropDownButton_themeresources.xaml │ │ │ ├── Expander.xaml │ │ │ ├── Expander_themeresources.xaml │ │ │ ├── FlipViewItem_themeresources.xaml │ │ │ ├── FlipView_themeresources.xaml │ │ │ ├── FlyoutPresenter_themeresources.xaml │ │ │ ├── GridViewItem_themeresources.xaml │ │ │ ├── HyperlinkButton_themeresources.xaml │ │ │ ├── Hyperlink_themeresources.xaml │ │ │ ├── InfoBar.xaml │ │ │ ├── InfoBar_themeresources.xaml │ │ │ ├── ListViewItem_themeresources.xaml │ │ │ ├── MediaTransportControls_themeresources.xaml │ │ │ ├── MenuBar.xaml │ │ │ ├── MenuBarItem.xaml │ │ │ ├── MenuBar_themeresources.xaml │ │ │ ├── NavigationBackButton.xaml │ │ │ ├── NavigationBackButton_rs1_themeresources.xaml │ │ │ ├── NavigationView.xaml │ │ │ ├── NavigationView_rs1_themeresources.xaml │ │ │ ├── NavigationView_rs2_themeresources.xaml │ │ │ ├── NumberBox.xaml │ │ │ ├── NumberBox_themeresources.xaml │ │ │ ├── PagerControl.xaml │ │ │ ├── PagerControl_themeresources.xaml │ │ │ ├── PersonPicture.xaml │ │ │ ├── PersonPicture_themeresources.xaml │ │ │ ├── Pivot_themeresources.xaml │ │ │ ├── ProgressBar.xaml │ │ │ ├── ProgressBar_themeresources.xaml │ │ │ ├── ProgressRing.xaml │ │ │ ├── ProgressRing_themeresources.xaml │ │ │ ├── RadioButton.xaml │ │ │ ├── RadioButton_themeresources.xaml │ │ │ ├── RadioButtons.xaml │ │ │ ├── RadioButtons_themeresources.xaml │ │ │ ├── RatingControl.xaml │ │ │ ├── RatingControl_themeresources.xaml │ │ │ ├── RepeatButton_themeresources.xaml │ │ │ ├── ScrollBar_themeresources.xaml │ │ │ ├── Slider_themeresources.xaml │ │ │ ├── SplitButton.xaml │ │ │ ├── SplitButton_rs1.xaml │ │ │ ├── SplitButton_themeresources.xaml │ │ │ ├── SplitView_themeresources.xaml │ │ │ ├── SwipeControl.xaml │ │ │ ├── SwipeControl_themeresources.xaml │ │ │ ├── TabView.xaml │ │ │ ├── TabView_themeresources.xaml │ │ │ ├── TeachingTip.xaml │ │ │ ├── TeachingTip_themeresources.xaml │ │ │ ├── TimePicker_themeresources.xaml │ │ │ ├── ToggleButton_themeresources.xaml │ │ │ ├── ToggleSwitch_themeresources.xaml │ │ │ ├── ToolTip_themeresources.xaml │ │ │ ├── TreeView.xaml │ │ │ ├── TreeViewItem.xaml │ │ │ ├── TreeView_themeresources.xaml │ │ │ ├── TwoPaneView.xaml │ │ │ └── TwoPaneView_rs1.xaml │ ├── Uno.UI.FluentTheme.v2.Reference.csproj │ ├── Uno.UI.FluentTheme.v2.Skia.csproj │ ├── Uno.UI.FluentTheme.v2.Tests.csproj │ ├── Uno.UI.FluentTheme.v2.Wasm.csproj │ ├── Uno.UI.FluentTheme.v2.netcoremobile.csproj │ ├── XamlControlsResourcesV2.cs │ └── themeresources_v2.xaml ├── Uno.UI.FluentTheme │ ├── AssemblyInfo.cs │ ├── DensityStyles │ │ ├── Compact.xaml │ │ └── CompactDatePickerTimePickerFlyout.xaml │ ├── FluentMerge.targets │ ├── Uno.UI.FluentTheme.Reference.csproj │ ├── Uno.UI.FluentTheme.Skia.csproj │ ├── Uno.UI.FluentTheme.Tests.csproj │ ├── Uno.UI.FluentTheme.Wasm.csproj │ ├── Uno.UI.FluentTheme.netcoremobile.csproj │ └── XamlControlsResources.cs ├── Uno.UI.RemoteControl.DevServer.Tests │ ├── AppLaunch │ │ ├── AppLaunchIntegrationTests.cs │ │ ├── Given_ApplicationLaunchMonitor.cs │ │ ├── Given_VsAppLaunchStateService.cs │ │ └── RealAppLaunchIntegrationTests.cs │ ├── DevServerTests.cs │ ├── GlobalUsings.cs │ ├── Helpers │ │ ├── BannerHelperTests.cs │ │ ├── DevServerTestHelper.cs │ │ ├── ExternalDllDiscoveryHelper.cs │ │ ├── ProcessUtil.cs │ │ └── SolutionHelper.cs │ ├── ScopedServiceIsolationTests.cs │ ├── Telemetry │ │ ├── ContextualTelemetryTests.cs │ │ ├── ParentProcessObserverTelemetryTests.cs │ │ ├── ServerTelemetryTests.cs │ │ ├── TelemetryProcessorTests.cs │ │ └── TelemetryTestBase.cs │ └── Uno.UI.RemoteControl.DevServer.Tests.csproj ├── Uno.UI.RemoteControl.Host │ ├── AmbientRegistry.cs │ ├── Config │ │ ├── global-net8.0.json │ │ └── global-net9.0.json │ ├── ConsoleHelper.cs │ ├── DevServer.Custom.Impl.Targets │ ├── DevServer.Custom.Targets │ ├── Extensibility │ │ ├── AddIns.cs │ │ ├── AddInsDiscoveryResult.cs │ │ ├── AddInsExtensions.cs │ │ ├── AddInsStatus.cs │ │ └── Uno.Utils.DependencyInjection │ │ │ ├── AttributeDataExtensions.cs │ │ │ ├── ServiceAttribute.cs │ │ │ ├── ServiceCollectionExtensionAttribute.cs │ │ │ └── ServiceCollectionServiceExtensions.cs │ ├── Helpers │ │ ├── AssemblyHelper.cs │ │ ├── BannerHelper.cs │ │ ├── ConfigurationExtensions.cs │ │ └── CsprojUserGenerator.cs │ ├── IDEChannel │ │ ├── IdeChannelServer.cs │ │ ├── IdeChannelServerOptions.cs │ │ └── IdeMessageSerializer.cs │ ├── ParentProcessObserver.cs │ ├── Program.Command.cs │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── RemoteControlExtensions.cs │ ├── RemoteControlOptions.cs │ ├── RemoteControlServer.cs │ ├── ServiceLocatorAdapter.cs │ ├── Startup.cs │ ├── Telemetry.md │ ├── Uno.UI.RemoteControl.Host.csproj │ └── UnoDevEnvironmentService.cs ├── Uno.UI.RemoteControl.Messaging │ ├── AssemblyInfo.cs │ ├── DevServerDiagnostics.cs │ ├── IDEChannel │ │ ├── AppLaunchRegisterIdeMessage.cs │ │ ├── CommandRequestIdeMessage.cs │ │ ├── ForceHotReloadIdeMessage.cs │ │ ├── HotReloadEvent.cs │ │ ├── HotReloadEventIdeMessage.cs │ │ ├── HotReloadRequestedIdeMessage.cs │ │ ├── HotReloadThruDebuggerIdeMessage.cs │ │ ├── IdeMessage.cs │ │ ├── IdeMessageEnvelope.cs │ │ ├── IdeMessageWithCorrelationId.cs │ │ ├── IdeResultMessage.cs │ │ ├── KeepAliveIdeMessage.cs │ │ ├── Result.cs │ │ ├── UDEI │ │ │ ├── DevelopmentEnvironmentComponent.WellKnown.cs │ │ │ ├── DevelopmentEnvironmentComponent.cs │ │ │ ├── DevelopmentEnvironmentComponentPriorities.cs │ │ │ ├── DevelopmentEnvironmentStatus.cs │ │ │ ├── DevelopmentEnvironmentStatusIdeMessage.WellKnown.cs │ │ │ └── DevelopmentEnvironmentStatusIdeMessage.cs │ │ └── UpdateFileIdeMessage.cs │ ├── IRemoteControlServer.cs │ ├── IServerProcessor.cs │ ├── IdeChannel │ │ ├── AddMenuItemRequestIdeMessage.cs │ │ ├── Command.cs │ │ ├── IIdeChannelServer.cs │ │ └── NotificationRequestIdeMessage.cs │ ├── Messages │ │ ├── Frame.cs │ │ └── IMessage.cs │ ├── Uno.UI.RemoteControl.Messaging.csproj │ └── WellKnownScopes.cs ├── Uno.UI.RemoteControl.Server.Processors │ ├── Helpers │ │ └── ProcessHelper.cs │ ├── HotReload │ │ ├── FileUpdateProcessor.cs │ │ ├── MetadataUpdates │ │ │ ├── CompilationWorkspaceProvider.cs │ │ │ ├── IDeltaApplier.cs │ │ │ ├── IReporter.cs │ │ │ ├── Reporter.cs │ │ │ └── WatchHotReloadService.cs │ │ ├── ServerHotReloadProcessor.MetadataUpdate.cs │ │ └── ServerHotReloadProcessor.cs │ ├── Telemetry.md │ ├── TelemetryAttributeConfig.cs │ └── Uno.UI.RemoteControl.Server.Processors.csproj ├── Uno.UI.RemoteControl.Server │ ├── AppLaunch │ │ ├── ApplicationLaunchMonitor.cs │ │ └── ApplicationLaunchMonitor.md │ ├── Helpers │ │ └── ServiceCollectionExtensions.cs │ ├── Telemetry │ │ ├── ConnectionContext.cs │ │ ├── FileTelemetry.cs │ │ ├── ITelemetry.cs │ │ ├── TelemetryAdapter.cs │ │ ├── TelemetryAttribute.cs │ │ ├── TelemetryGenericAdapter.cs │ │ └── TelemetrySession.cs │ └── Uno.UI.RemoteControl.Server.csproj ├── Uno.UI.RemoteControl.TestProcessor.Dependency │ ├── DummyDependency.cs │ └── Uno.UI.RemoteControl.TestProcessor.Dependency.csproj ├── Uno.UI.RemoteControl.TestProcessor │ ├── TelemetryTestProcessor.cs │ └── Uno.UI.RemoteControl.TestProcessor.csproj ├── Uno.UI.RemoteControl.VS │ ├── AbsolutePathComparer.cs │ ├── AppLaunch │ │ ├── AppLaunchDetails.cs │ │ ├── VsAppLaunchIdeBridge.cs │ │ ├── VsAppLaunchStateConsumer.cs │ │ ├── VsAppLaunchStateService.cs │ │ └── VsAppLaunchStateService.md │ ├── Commands │ │ ├── DynamicItemMenuCommand.cs │ │ └── UnoMenuCommand.cs │ ├── DebuggerHelper │ │ └── ProfilesObserver.cs │ ├── EntryPoint.ActiveProfileSync.cs │ ├── EntryPoint.Mcp.cs │ ├── EntryPoint.TelemetryEventListener.cs │ ├── EntryPoint.cs │ ├── GlobalJsonObserver.cs │ ├── Helpers │ │ ├── AssemblyInfoReader.cs │ │ ├── DTEHelper.cs │ │ ├── EncodingHelpers.cs │ │ ├── ILogger.cs │ │ ├── ProcessHelpers.cs │ │ ├── VsHierarchyExtensions.HierarchyId.cs │ │ └── VsHierarchyExtensions.cs │ ├── IDEChannel │ │ └── IDEChannelClient.cs │ ├── Notifications │ │ └── InfoBar.cs │ ├── SimpleServiceProvider.cs │ ├── Uno.UI.RemoteControl.VS.csproj │ └── VSIXChannel │ │ ├── CommonCommandHandlers.cs │ │ ├── CompositeCommandHandler.cs │ │ ├── DevServerCommandHandler.cs │ │ ├── ICommandHandler.cs │ │ ├── ICommandHandlerRegistry.cs │ │ ├── IGlobalPropertiesProvider.cs │ │ ├── IUnoDevelopmentEnvironmentIndicator.cs │ │ └── IdeChannelCommandHandler.cs ├── Uno.UI.RemoteControl │ ├── AssemblyInfo.cs │ ├── ClientEventEventArgs.cs │ ├── Helpers │ │ ├── ApplicationInfoHelper.cs │ │ ├── VersionHelper.cs │ │ └── WebSocketHelper.cs │ ├── HotReload │ │ ├── ClientHotReloadProcessor.Agent.cs │ │ ├── ClientHotReloadProcessor.ClientApi.cs │ │ ├── ClientHotReloadProcessor.Common.Status.cs │ │ ├── ClientHotReloadProcessor.Common.cs │ │ ├── ClientHotReloadProcessor.MetadataUpdate.cs │ │ ├── ClientHotReloadProcessor.cs │ │ ├── HotReloadInfoHelper.cs │ │ ├── HotReloadMode.cs │ │ ├── Messages │ │ │ ├── AssemblyDeltaReload.cs │ │ │ ├── ConfigureServer.cs │ │ │ ├── FileUpdateResult.cs │ │ │ ├── HotReloadServerResult.cs │ │ │ ├── HotReloadState.cs │ │ │ ├── HotReloadStatusMessage.cs │ │ │ ├── HotReloadWorkspaceLoadResult.cs │ │ │ ├── UpdateFile.cs │ │ │ ├── UpdateFileResponse.cs │ │ │ └── XamlLoadError.cs │ │ ├── MetadataUpdater │ │ │ ├── ElementUpdaterAgent.cs │ │ │ ├── HotReloadAgent.cs │ │ │ ├── MetadataUpdaterHelper.cs │ │ │ └── UpdateDelta.cs │ │ └── WindowExtensions.cs │ ├── IClientProcessor.cs │ ├── IRemoteControlClient.cs │ ├── IRemoteControlPreProcessor.cs │ ├── LinkerDefinition.Wasm.xml │ ├── LinkerDefinition.Xamarin.xml │ ├── Messages │ │ ├── AppLaunchMessage.cs │ │ ├── KeepAliveMessage.cs │ │ ├── ProcessorsDiscovery.cs │ │ └── ProcessorsDiscoveryResponse.cs │ ├── ProjectConfigurationAttribute.cs │ ├── ReceivedFrameEventArgs.cs │ ├── RemoteControlClient.Status.cs │ ├── RemoteControlClient.cs │ ├── RemoteControlStatus.cs │ ├── RemoteControlStatusView.cs │ ├── RemoteControlStatusView.xaml │ ├── SendMessageFailedEventArgs.cs │ ├── ServerEndpointAttribute.cs │ ├── ServerProcessorsConfigurationAttribute.cs │ ├── Themes │ │ └── Generic.xaml │ ├── Uno.UI.RemoteControl.Reference.csproj │ ├── Uno.UI.RemoteControl.Skia.csproj │ ├── Uno.UI.RemoteControl.Wasm.csproj │ ├── Uno.UI.RemoteControl.netcoremobile.csproj │ ├── buildTransitive │ │ ├── Uno.WinUI.DevServer.props │ │ └── Uno.WinUI.DevServer.targets │ └── external │ │ └── Microsoft.IO.RecyclableMemoryStream │ │ ├── EventArgs.cs │ │ ├── Events.cs │ │ ├── RecyclableMemoryStream.cs │ │ └── RecyclableMemoryStreamManager.cs ├── Uno.UI.Runtime.Skia.Android │ ├── Accessibility │ │ └── UnoExploreByTouchHelper.cs │ ├── ApplicationActivity.cs │ ├── Devices │ │ └── Input │ │ │ ├── AndroidCorePointerInputSource.cs │ │ │ └── AndroidKeyboardInputSource.cs │ ├── Extensions │ │ └── InsetExtensions.cs │ ├── Hosting │ │ ├── AndroidHost.cs │ │ └── AndroidSkiaXamlRootHost.cs │ ├── Native │ │ └── AndroidSkiaNativeElementHostingExtension.cs │ ├── Rendering │ │ └── UnoSKCanvasView.cs │ ├── UI │ │ ├── ViewManagement │ │ │ └── InputPaneExtension.cs │ │ └── Xaml │ │ │ ├── Controls │ │ │ ├── BaseActivity.cs │ │ │ ├── CurrentActivityChangedEventArgs.cs │ │ │ ├── DatePicker │ │ │ │ └── AndroidSkiaDatePickerProvider.cs │ │ │ ├── MediaPlayerElement │ │ │ │ └── AndroidSkiaMediaPlayerPresenterExtension.cs │ │ │ ├── NativePage.cs │ │ │ ├── OnSystemUiVisibilityChangeListener.cs │ │ │ ├── TextBox │ │ │ │ ├── AndroidSkiaTextBoxNotificationsProviderSingleton.cs │ │ │ │ ├── ObservableEditingState.cs │ │ │ │ ├── TextEditState.cs │ │ │ │ ├── TextEditingDelta.cs │ │ │ │ ├── TextInputConnection.cs │ │ │ │ └── TextInputPlugin.cs │ │ │ ├── TimePicker │ │ │ │ └── AndroidSkiaTimePickerProvider.cs │ │ │ └── WebView │ │ │ │ └── AndroidNativeWebViewProvider.cs │ │ │ ├── LayoutProvider.cs │ │ │ └── Window │ │ │ └── AndroidSkiaWindowFactory.cs │ ├── Uno.UI.Runtime.Skia.Android.csproj │ └── build │ │ ├── Uno.WinUI.Runtime.Skia.Android.props │ │ └── Uno.WinUI.Runtime.Skia.Android.targets ├── Uno.UI.Runtime.Skia.AppleUIKit │ ├── Builder │ │ ├── AppleUIKitHostBuilder.cs │ │ ├── HostBuilder.cs │ │ └── IAppleUIKitSkiaHostBuilder.cs │ ├── Devices │ │ └── Input │ │ │ ├── AppleUIKitPointerInputSource.cs │ │ │ ├── TopViewLayer.cs │ │ │ ├── TransientNativePointer.cs │ │ │ └── UnoKeyboardInputSource.cs │ ├── Extensions │ │ ├── CharacterExtensions.cs │ │ └── UIViewExtensions.cs │ ├── Hosting │ │ ├── AppleUIKitHost.cs │ │ ├── ExtensionsRegistrar.cs │ │ └── IAppleUIKitXamlRootHost.cs │ ├── Native │ │ ├── NativeOverlayLayer.cs │ │ └── UIKitNativeElementHostingExtension.cs │ ├── Rendering │ │ └── UnoSKMetalView.cs │ ├── UI │ │ ├── ViewManagement │ │ │ └── InputPaneExtension.cs │ │ └── Xaml │ │ │ ├── Controls │ │ │ ├── MediaPlayerElement │ │ │ │ └── MediaPlayerPresenterExtension.cs │ │ │ ├── TextBox │ │ │ │ ├── IInvisibleTextBoxView.cs │ │ │ │ ├── InvisibleTextBoxViewExtension.cs │ │ │ │ ├── MultilineInvisibleTextBoxDelegate.cs │ │ │ │ ├── MultilineInvisibleTextBoxView.cs │ │ │ │ ├── NativeTextSelection.cs │ │ │ │ ├── SinglelineInvisibleTextBoxDelegate.cs │ │ │ │ └── SinglelineInvisibleTextBoxView.cs │ │ │ └── WebView │ │ │ │ └── UIKitNativeWebViewProvider.cs │ │ │ └── Window │ │ │ ├── AppleUIKitWindow.cs │ │ │ ├── AppleUIKitWindowWrapper.cs │ │ │ ├── NativeWindowFactoryExtension.cs │ │ │ └── RootViewController.cs │ ├── Uno.UI.Runtime.Skia.AppleUIKit.csproj │ ├── UnoUIApplicationDelegate.cs │ └── build │ │ ├── Uno.WinUI.Runtime.Skia.AppleUIKit.props │ │ └── Uno.WinUI.Runtime.Skia.AppleUIKit.targets ├── Uno.UI.Runtime.Skia.Linux.FrameBuffer │ ├── ApplicationModel │ │ └── Core │ │ │ └── CoreApplicationExtension.cs │ ├── Builder │ │ ├── FramebufferHostBuilder.cs │ │ └── HostBuilder.cs │ ├── Devices │ │ └── Input │ │ │ ├── FrameBufferInputProvider.cs │ │ │ ├── FrameBufferKeyboardInputSource.cs │ │ │ ├── FrameBufferPointerInputSource.Mouse.cs │ │ │ ├── FrameBufferPointerInputSource.Touch.cs │ │ │ ├── FrameBufferPointerInputSource.cs │ │ │ └── xkbcommon_bindings.cs │ ├── Graphics │ │ └── Display │ │ │ └── DisplayInformationExtension.cs │ ├── Hosting │ │ ├── FrameBufferDevice.cs │ │ └── FramebufferHost.cs │ ├── Native │ │ ├── FbIoCtl.cs │ │ ├── LibInput.cs │ │ ├── Libc.cs │ │ ├── fb_bitfield.cs │ │ ├── fb_fix_screeninfo.cs │ │ ├── fb_var_screeninfo.cs │ │ ├── libinput_button_state.cs │ │ ├── libinput_event_code.cs │ │ ├── libinput_event_type.cs │ │ ├── libinput_key.cs │ │ ├── libinput_key_state.cs │ │ ├── libinput_pointer_axis.cs │ │ ├── libinput_pointer_axis_source.cs │ │ └── pollfd.cs │ ├── Rendering │ │ ├── DRMRenderer.cs │ │ ├── Drm │ │ │ ├── Drm.cs │ │ │ └── DrmBindings.cs │ │ ├── FrameBufferRenderer.cs │ │ └── SoftwareRenderer.cs │ ├── UI │ │ ├── FrameBufferWindowWrapper.cs │ │ ├── NativeWindowFactoryExtension.cs │ │ └── ViewManagement │ │ │ └── ApplicationViewExtension.cs │ ├── Uno.UI.Runtime.Skia.Linux.FrameBuffer.csproj │ └── buildTransitive │ │ ├── Uno.WinUI.Runtime.Skia.Linux.FrameBuffer.props │ │ └── Uno.WinUI.Runtime.Skia.Linux.FrameBuffer.targets ├── Uno.UI.Runtime.Skia.MacOS │ ├── ApplicationModel │ │ ├── Core │ │ │ └── MacOSCoreApplicationExtension.cs │ │ └── DataTransfer │ │ │ └── MacOSClipboardExtension.cs │ ├── Builder │ │ ├── HostBuilder.cs │ │ └── MacOSHostBuilder.cs │ ├── Graphics │ │ └── MacOSDisplayInformationExtension.cs │ ├── Helpers │ │ └── Theming │ │ │ └── MacOSSystemThemeHelperExtension.cs │ ├── Hosting │ │ ├── MacOSDispatcher.cs │ │ └── MacSkiaHost.cs │ ├── Native │ │ ├── MacOSNativeElementHostingExtension.cs │ │ ├── NativeMac.cs │ │ ├── NativeSkia.cs │ │ ├── NativeUnix.cs │ │ └── NativeUno.cs │ ├── README.md │ ├── Rendering │ │ ├── MacOSNativeOpenGLWrapper.cs │ │ └── RenderSurfaceType.cs │ ├── Storage │ │ └── Pickers │ │ │ ├── MacOSFileOpenPickerExtension.cs │ │ │ ├── MacOSFileSavePickerExtension.cs │ │ │ └── MacOSFolderPickerExtension.cs │ ├── System │ │ ├── MacOSLauncherExtension.cs │ │ └── Profile │ │ │ └── MacOSAnalyticsInfoExtension.cs │ ├── UI │ │ ├── Notifications │ │ │ └── MacOSBadgeUpdaterExtension.cs │ │ ├── ViewManagement │ │ │ └── MacOSApplicationViewExtension.cs │ │ ├── Windowing │ │ │ └── MacOSNativeOverlappedPresenter.cs │ │ └── Xaml │ │ │ ├── Controls │ │ │ ├── MediaPlayerElement │ │ │ │ ├── MacOSMediaPlayerExtension.cs │ │ │ │ └── MacOSMediaPlayerPresenterExtension.cs │ │ │ └── WebView │ │ │ │ ├── MacOSNativeWebView.cs │ │ │ │ └── MacOSNativeWebViewProvider.cs │ │ │ └── Window │ │ │ ├── MacOSNativeWindowFactoryExtension.cs │ │ │ ├── MacOSWindowHost.cs │ │ │ ├── MacOSWindowNative.cs │ │ │ └── MacOSWindowWrapper.cs │ ├── Uno.UI.Runtime.Skia.MacOS.csproj │ ├── Uno.UI.Runtime.Skia.MacOS.sln │ ├── UnoNativeMac │ │ ├── .gitignore │ │ ├── Config.xcconfig │ │ ├── README.md │ │ ├── UnoNativeMac.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── WorkspaceSettings.xcsettings │ │ ├── UnoNativeMac │ │ │ ├── .gitignore │ │ │ ├── MouseButtons.h │ │ │ ├── MouseButtons.m │ │ │ ├── README.md │ │ │ ├── UNOApplication.h │ │ │ ├── UNOApplication.m │ │ │ ├── UNOClipboard.h │ │ │ ├── UNOClipboard.m │ │ │ ├── UNOCursor.h │ │ │ ├── UNOCursor.m │ │ │ ├── UNOMediaPlayer.h │ │ │ ├── UNOMediaPlayer.m │ │ │ ├── UNOMetalViewDelegate.h │ │ │ ├── UNOMetalViewDelegate.m │ │ │ ├── UNONative.h │ │ │ ├── UNONative.m │ │ │ ├── UNOPickers.h │ │ │ ├── UNOPickers.m │ │ │ ├── UNOSoftView.h │ │ │ ├── UNOSoftView.m │ │ │ ├── UNOWebView.h │ │ │ ├── UNOWebView.m │ │ │ ├── UNOWindow.h │ │ │ ├── UNOWindow.m │ │ │ ├── UnoNativeMac.h │ │ │ └── getSkiaSharpDylib.sh │ │ └── build.sh │ └── buildTransitive │ │ ├── Uno.WinUI.Runtime.Skia.MacOS.props │ │ └── Uno.WinUI.Runtime.Skia.MacOS.targets ├── Uno.UI.Runtime.Skia.Tizen │ └── TizenCorePointerInputSource.cs ├── Uno.UI.Runtime.Skia.WebAssembly.Browser │ ├── Accessibility │ │ └── WebAssemblyAccessibility.cs │ ├── Builder │ │ ├── HostBuilder.cs │ │ └── WebAssemblyHostBuilder.cs │ ├── Devices │ │ └── Input │ │ │ ├── BrowserKeyboardInputSource.cs │ │ │ └── BrowserPointerInputSource.cs │ ├── Extensions │ │ └── ApplicationModel │ │ │ └── Core │ │ │ └── CoreApplicationExtension.cs │ ├── Hosting │ │ └── WebAssemblyBrowserHost.cs │ ├── Native │ │ └── BrowserNativeElementHostingExtension.cs │ ├── Rendering │ │ └── BrowserRenderer.cs │ ├── UI │ │ └── Xaml │ │ │ ├── Controls │ │ │ ├── MediaPlayerElement │ │ │ │ ├── BrowserMediaPlayerExtension.cs │ │ │ │ └── BrowserMediaPlayerPresenterExtension.cs │ │ │ ├── TextBox │ │ │ │ └── BrowserInvisibleTextBoxViewExtension.cs │ │ │ └── WebView │ │ │ │ └── BrowserWebViewProvider.cs │ │ │ └── Window │ │ │ ├── WebAssemblyWindowFactoryExtension.cs │ │ │ ├── WebAssemblyWindowWrapper.Interop.cs │ │ │ └── WebAssemblyWindowWrapper.cs │ ├── Uno.UI.Runtime.Skia.WebAssembly.Browser.csproj │ ├── WasmCSS │ │ └── uno.css │ ├── build │ │ ├── Uno.WinUI.Runtime.Skia.WebAssembly.Browser.props │ │ └── Uno.WinUI.Runtime.Skia.WebAssembly.Browser.targets │ ├── ts │ │ └── Runtime │ │ │ ├── Accessibility.ts │ │ │ ├── BrowserInvisibleTextBoxViewExtension.ts │ │ │ ├── BrowserKeyboardInputSource.ts │ │ │ ├── BrowserMediaPlayerExtension.ts │ │ │ ├── BrowserMediaPlayerPresenterExtension.ts │ │ │ ├── BrowserNativeElementHostingExtension.ts │ │ │ ├── BrowserPointerInputSource.ts │ │ │ ├── BrowserRenderer.ts │ │ │ ├── ImageLoader.ts │ │ │ ├── Runtime.ts │ │ │ └── WebAssemblyWindowWrapper.ts │ └── tsconfig.json ├── Uno.UI.Runtime.Skia.Win32.Support │ ├── AssemblyInfo.cs │ ├── Com │ │ ├── CLSID.cs │ │ ├── ComHelpers.cs │ │ ├── ComInterfaceTable.cs │ │ ├── ComScope.cs │ │ ├── GlobalInterfaceTable.UnknownStrategy.cs │ │ ├── GlobalInterfaceTable.cs │ │ ├── IComCallableWrapper.cs │ │ ├── IID.cs │ │ ├── IManagedWrapper.cs │ │ ├── WinFormsComStrategy.cs │ │ └── WinFormsComWrappers.cs │ ├── DpiBootstrap.cs │ ├── NativeMethods.json │ ├── NativeMethods.txt │ └── Uno.UI.Runtime.Skia.Win32.Support.csproj ├── Uno.UI.Runtime.Skia.Win32 │ ├── ApplicationMode │ │ └── DataTransfer │ │ │ ├── DragDrop │ │ │ └── Win32DragDropExtension.cs │ │ │ └── Win32ClipboardExtension.cs │ ├── AssemblyInfo.cs │ ├── Builder │ │ ├── HostBuilderExtensions.cs │ │ └── Win32HostBuilder.cs │ ├── Devices │ │ └── Input │ │ │ ├── Win32WindowWrapper.Keyboard.cs │ │ │ ├── Win32WindowWrapper.NonClientPointer.cs │ │ │ └── Win32WindowWrapper.Pointers.cs │ ├── Graphics │ │ ├── Display │ │ │ └── Win32WindowWrapper.DisplayInformation.cs │ │ └── Win32NativeOpenGLWrapper.cs │ ├── Helpers │ │ └── Theming │ │ │ └── Win32SystemThemeHelperExtension.cs │ ├── Hosting │ │ └── Win32Host.cs │ ├── Native │ │ ├── Win32EventLoop.cs │ │ ├── Win32Helper.cs │ │ └── Win32NativeElementHostingExtension.cs │ ├── Networking │ │ └── Connectivity │ │ │ └── Win32ConnectionProfileExtension.cs │ ├── Rendering │ │ ├── RenderSurfaceType.cs │ │ ├── Win32WindowWrapper.Rendering.IRenderer.cs │ │ ├── Win32WindowWrapper.Rendering.OpenGl.cs │ │ ├── Win32WindowWrapper.Rendering.Software.cs │ │ └── Win32WindowWrapper.Rendering.cs │ ├── Storage │ │ └── Pickers │ │ │ ├── SuggestedStartLocationHandler.cs │ │ │ ├── Win32FileFolderPickerExtension.cs │ │ │ └── Win32FileSaverExtension.cs │ ├── System │ │ └── Profile │ │ │ └── Win32AnalyticsInfoExtension.cs │ ├── UI │ │ ├── ViewManagement │ │ │ └── Win32ApplicationViewExtension.cs │ │ ├── Windowing │ │ │ └── Win32WindowWrapper.OverlappedPresenter.cs │ │ └── Xaml │ │ │ ├── Controls │ │ │ └── WebView │ │ │ │ └── Win32NativeWebView.cs │ │ │ └── Window │ │ │ ├── Win32NativeWindowFactoryExtension.cs │ │ │ ├── Win32NonClientHitTestKind.cs │ │ │ └── Win32WindowWrapper.cs │ ├── Uno.UI.Runtime.Skia.Win32.csproj │ └── buildTransitive │ │ ├── Uno.WinUI.Runtime.Skia.Win32.props │ │ └── Uno.WinUI.Runtime.Skia.Win32.targets ├── Uno.UI.Runtime.Skia.Wpf │ ├── Builder │ │ ├── HostBuilder.cs │ │ ├── IWindowsSkiaHostBuilder.cs │ │ └── WpfHostBuilder.cs │ ├── Constants │ │ └── Win32Messages.cs │ ├── Extensions │ │ ├── ApplicationModel │ │ │ ├── Core │ │ │ │ └── CoreApplicationExtension.cs │ │ │ └── DataTransfer │ │ │ │ ├── ClipboardExtensions.cs │ │ │ │ └── ClipboardNativeFunctions.cs │ │ ├── CursorExtensions.cs │ │ ├── Helpers │ │ │ └── Theming │ │ │ │ └── WpfSystemThemeHelperExtension.cs │ │ ├── Networking │ │ │ └── Connectivity │ │ │ │ └── WindowsConnectionProfileExtension.cs │ │ ├── Storage │ │ │ └── Pickers │ │ │ │ ├── FileOpenPickerExtension.cs │ │ │ │ ├── FileSavePickerExtension.cs │ │ │ │ ├── FolderPickerExtension.cs │ │ │ │ └── PickerHelpers.cs │ │ ├── System │ │ │ └── Profile │ │ │ │ └── AnalyticsInfoExtension.cs │ │ ├── TypeConversionExtensions.cs │ │ ├── UI │ │ │ └── Xaml │ │ │ │ └── Controls │ │ │ │ ├── NativeWindowFactoryExtension.cs │ │ │ │ ├── PasswordTextBoxView.cs │ │ │ │ ├── TextBoxViewExtension.cs │ │ │ │ ├── TextTextBoxView.cs │ │ │ │ └── WpfTextBoxView.cs │ │ ├── WpfApplicationViewExtension.cs │ │ ├── WpfDisplayInformationExtension.cs │ │ ├── WpfDragDropExtension.cs │ │ ├── WpfExtensionsRegistrar.cs │ │ ├── WpfNativeElementHostingExtension.cs │ │ ├── WpfNativeElementHostingExtension.helper.cs │ │ ├── WpfNativeOpenGLWrapper.cs │ │ ├── WpfNativeWebView.cs │ │ └── WpfNativeWebViewProvider.cs │ ├── Hosting │ │ ├── IWpfApplicationHost.cs │ │ ├── IWpfXamlRootHost.cs │ │ └── WpfHost.cs │ ├── Input │ │ ├── FrameIdProvider.cs │ │ ├── MouseModifierKeys.cs │ │ ├── WpfCorePointerInputSource.cs │ │ └── WpfKeyboardInputSource.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Rendering │ │ ├── IWpfRenderer.cs │ │ ├── OpenGLWpfRenderer.cs │ │ ├── RenderSurfaceType.cs │ │ ├── SoftwareWpfRenderer.cs │ │ ├── WindowsRenderingNativeMethods.cs │ │ └── WpfRendererProvider.cs │ ├── UI │ │ ├── Windowing │ │ │ └── NativeOverlappedPresenter.cs │ │ └── Xaml │ │ │ ├── Controls │ │ │ └── TextBox │ │ │ │ └── WpfTextViewTextBox.cs │ │ │ └── Window │ │ │ ├── IWpfWindowHost.cs │ │ │ ├── UnoWpfWindow.cs │ │ │ ├── UnoWpfWindowHost.cs │ │ │ └── WpfWindowWrapper.cs │ ├── Uno.UI.Runtime.Skia.Wpf.csproj │ └── buildTransitive │ │ ├── Uno.WinUI.Runtime.Skia.Wpf.props │ │ └── Uno.WinUI.Runtime.Skia.Wpf.targets ├── Uno.UI.Runtime.Skia.X11 │ ├── ApplicationModel │ │ ├── Core │ │ │ └── X11CoreApplicationExtension.cs │ │ └── DataTransfer │ │ │ ├── DragDrop │ │ │ └── X11DragDropExtension.cs │ │ │ └── X11ClipboardExtension.cs │ ├── AssemblyInfo.cs │ ├── Builder │ │ ├── HostBuilder.cs │ │ └── X11HostBuilder.cs │ ├── DBus │ │ └── Desktop.DBus.cs │ ├── Devices │ │ └── Input │ │ │ ├── X11KeyboardInputSource.cs │ │ │ ├── X11PointerInputSource.CoreProtocol.cs │ │ │ ├── X11PointerInputSource.XInput.cs │ │ │ └── X11PointerInputSource.cs │ ├── Graphics │ │ ├── Display │ │ │ └── X11DisplayInformationExtension.cs │ │ └── X11NativeOpenGLWrapper.cs │ ├── Helpers │ │ └── Theming │ │ │ └── LinuxSystemThemeHelper.cs │ ├── Hosting │ │ ├── X11ApplicationHost.cs │ │ ├── X11XamlRootHost.XInput.cs │ │ ├── X11XamlRootHost.cs │ │ └── X11XamlRootHost.x11events.cs │ ├── LibDl.cs │ ├── Native │ │ ├── X11AirspaceRenderHelper.cs │ │ ├── X11NativeElementHostingExtension.cs │ │ └── X11NativeElementHostingExtension.helper.cs │ ├── Rendering │ │ ├── X11EGLRenderer.cs │ │ ├── X11OpenGLRenderer.cs │ │ ├── X11Renderer.cs │ │ ├── X11SoftwareRenderer.cs │ │ └── X11XamlRootHost.Rendering.cs │ ├── Storage │ │ └── Pickers │ │ │ ├── LinuxFilePickerExtension.cs │ │ │ └── LinuxFileSaverExtension.cs │ ├── UI │ │ ├── ViewManagement │ │ │ └── X11ApplicationViewExtension.cs │ │ ├── Windowing │ │ │ └── X11NativeOverlappedPresenter.cs │ │ └── Xaml │ │ │ └── Window │ │ │ ├── X11NativeWindowFactoryExtension.cs │ │ │ ├── X11Window.cs │ │ │ └── X11WindowWrapper.cs │ ├── Uno.UI.Runtime.Skia.X11.csproj │ ├── X11_Bindings │ │ ├── X11Helper.cs │ │ ├── x11Bindings_XInput.cs │ │ ├── x11bindings_Glx.cs │ │ ├── x11bindings_GlxConsts.cs │ │ ├── x11bindings_Keysyms.cs │ │ ├── x11bindings_X11Enums.cs │ │ ├── x11bindings_X11KeyTransform.cs │ │ ├── x11bindings_X11Structs.cs │ │ └── x11bindings_XLib.cs │ └── buildTransitive │ │ ├── Uno.WinUI.Runtime.Skia.X11.props │ │ └── Uno.WinUI.Runtime.Skia.X11.targets ├── Uno.UI.Runtime.Skia │ ├── AssemblyInfo.cs │ ├── Hosting │ │ └── SkiaHost.cs │ ├── Uno.UI.Runtime.Skia.csproj │ └── Xaml │ │ └── Media │ │ └── FontFamilyHelper.cs ├── Uno.UI.Runtime.WebAssembly │ ├── AssemblyInfo.cs │ ├── Builder │ │ ├── HostBuilder.cs │ │ ├── WebAssemblyHost.cs │ │ └── WebAssemblyHostBuilder.cs │ ├── HtmlElement.cs │ ├── LinkerDefinition.xml │ ├── RuntimeAnchor.cs │ ├── Storage │ │ └── Pickers │ │ │ └── FileSystemAccessApiInformation.cs │ ├── Uno.UI.Runtime.WebAssembly.csproj │ ├── Web │ │ └── Http │ │ │ ├── Cookie.cs │ │ │ ├── CookieManager.cs │ │ │ ├── CookieSameSite.cs │ │ │ └── SetCookieRequest.cs │ ├── Xaml │ │ ├── Media │ │ │ └── FontFamilyHelper.cs │ │ └── UIElementWasmExtensions.cs │ └── buildTransitive │ │ ├── Uno.WinUI.Runtime.WebAssembly.props │ │ └── Uno.WinUI.Runtime.WebAssembly.targets ├── Uno.UI.RuntimeTests │ ├── AssemblyInfo.cs │ ├── Assets │ │ ├── Border_Snapshot.bgra8 │ │ ├── Fonts │ │ │ ├── Roboto-Regular.ttf │ │ │ └── uno-fluentui-assets-runtimetest01.ttf │ │ ├── TransientAsset01.txt │ │ ├── Transitive-ingredient01.png │ │ ├── UnoA4.pdf │ │ ├── UnoA4.png │ │ ├── UnoA4_100x141.png │ │ ├── UnoA4_Crop.png │ │ ├── UnoA4_Protected.pdf │ │ ├── UnoA4_Protected.png │ │ ├── couch.svg │ │ ├── help.svg │ │ ├── linux.png │ │ ├── rotate_transform.png │ │ └── scale_transform.png │ ├── Directory.Build.props │ ├── Directory.Build.targets │ ├── Extensions │ │ ├── ByteArrayExtensions.cs │ │ ├── DispatcherQueueExtensions.cs │ │ ├── EnumerableExtensions.cs │ │ ├── FrameExtensions.Android.cs │ │ ├── FrameworkElementExtensions.cs │ │ ├── StreamExtensions.cs │ │ ├── StringExtensions.cs │ │ ├── TimelineExtensions.cs │ │ ├── TransformExtensions.Android.cs │ │ └── UIElementExtensions.cs │ ├── GlobalUsings.cs │ ├── Helpers │ │ ├── ColorAssert.cs │ │ ├── ConditionalTestHelper.cs │ │ ├── DateTimeOffsetExtensions.cs │ │ ├── FeatureConfigurationHelper.cs │ │ ├── FiltersAttribute.cs │ │ ├── GridLengthHelper2.cs │ │ ├── ImageAssert.cs │ │ ├── InjectedPointerAttribute.cs │ │ ├── ListExtensions.cs │ │ ├── NumberAssert.cs │ │ ├── PlatformConditionAttribute.cs │ │ ├── RawBitmap.cs │ │ ├── RectAssert.cs │ │ ├── RelativeCoords.cs │ │ ├── RequiresFullWindowAttribute.cs │ │ ├── RequiresScaling.cs │ │ ├── RunsOnUIThreadAttribute.cs │ │ ├── RuntimeTestPlatforms.cs │ │ ├── RuntimeTestsPlatformHelper.cs │ │ ├── ScreenHelper.cs │ │ ├── SizeAssertion.cs │ │ ├── StyleHelper.cs │ │ ├── TestHelper.cs │ │ ├── TestsColorHelper.cs │ │ ├── TestsResourceHelper.cs │ │ ├── ThemeHelper.cs │ │ ├── TimeZoneModifier.cs │ │ ├── TreeAssert.cs │ │ ├── UITestHelper.cs │ │ └── ViewModelBase.cs │ ├── IntegrationTests │ │ ├── common │ │ │ ├── CalendarHelper.h.cs │ │ │ ├── ComboBoxHelper.cs │ │ │ ├── CommonTestSetupHelper.cs │ │ │ ├── CompareDate.cs │ │ │ ├── DisableErrorReportingScopeGuard.cs │ │ │ ├── FocusTestHelper.cs │ │ │ ├── MockDComp.cs │ │ │ ├── MouseButton.cs │ │ │ ├── PointerFinger.cs │ │ │ ├── SelectorHelper.cs │ │ │ ├── TestCleanupWrapper.cs │ │ │ ├── TestServices.DispatchHelper.cs │ │ │ ├── TestServices.InputHelper.cs │ │ │ ├── TestServices.KeyboardHelper.cs │ │ │ ├── TestServices.WindowHelper.cs │ │ │ └── TestServices.cs │ │ └── dxaml │ │ │ ├── BaseDxamlTestClass.cs │ │ │ ├── Event.cs │ │ │ ├── SafeEventRegistration.cs │ │ │ └── controls │ │ │ ├── appbar │ │ │ └── AppBarIntegrationTests.cs │ │ │ ├── calendardatepicker │ │ │ ├── CalendarDatePickerHelper.h.cs │ │ │ └── CalendarDatePickerIntegrationTests.cs │ │ │ ├── calendarview │ │ │ ├── CalendarViewAutomationPeerIntegrationTests.cs │ │ │ └── CalendarViewIntegrationTests.cs │ │ │ ├── combobox │ │ │ └── ComboBoxIntegrationTests.cs │ │ │ ├── commandbar │ │ │ └── CommandBarIntegrationTests.cs │ │ │ ├── customtypes │ │ │ └── CustomAppBarButton.cs │ │ │ ├── frame │ │ │ ├── FirstTestPage.cs │ │ │ ├── FrameIntegrationTests.cs │ │ │ ├── SecondTestPage.cs │ │ │ └── ThirdTestPage.cs │ │ │ ├── grid │ │ │ └── GridIntegrationTests.cs │ │ │ ├── inc │ │ │ └── PanelsHelper.cs │ │ │ └── variablesizedwrapgrid │ │ │ └── VariableSizedWrapGridIntegrationTests.cs │ ├── LinkerDefinition.Skia.xml │ ├── LinkerDefinition.Wasm.xml │ ├── MUX │ │ ├── Given_DispatcherHelper.cs │ │ ├── Given_SharedHelpers.cs │ │ ├── Helpers │ │ │ ├── CommonInputHelper.cs │ │ │ ├── CompositionPropertySpy.cs │ │ │ ├── ControlHelper.cs │ │ │ ├── DateTimePickerHelper.cs │ │ │ ├── EventTester.cs │ │ │ ├── FlyoutHelper.cs │ │ │ ├── InputHelper.cs │ │ │ ├── LoopingSelectorHelper.cs │ │ │ ├── StringUtilTests.cs │ │ │ └── TreeHelper.cs │ │ ├── Input │ │ │ ├── Focus │ │ │ │ ├── FocusEventOrderingTester.cs │ │ │ │ ├── FocusHelper.cs │ │ │ │ └── FocusTests.cs │ │ │ └── KeyboardAccelerators │ │ │ │ ├── KeyboardAcceleratorEventOrderingTester.cs │ │ │ │ └── KeyboardAcceleratorTests.cs │ │ ├── Microsoft_UI_Xaml_Controls │ │ │ ├── Breadcrumb │ │ │ │ └── BreadcrumbTests.cs │ │ │ ├── ColorPicker │ │ │ │ └── ColorPickerTests.cs │ │ │ ├── CommandBarFlyout │ │ │ │ └── CommandBarFlyoutTests.cs │ │ │ ├── CommonStyles │ │ │ │ └── CommonStylesTests.cs │ │ │ ├── Expander │ │ │ │ ├── ExpanderTests_APITests.cs │ │ │ │ └── ExpanderTests_InteractionTests.cs │ │ │ ├── IconSource │ │ │ │ └── IconSourceApiTests.cs │ │ │ ├── InfoBadge │ │ │ │ └── InfoBadgeTests.cs │ │ │ ├── ItemsView │ │ │ │ └── ItemsViewTests.cs │ │ │ ├── LayoutPanel │ │ │ │ └── LayoutPanelTests.cs │ │ │ ├── NavigationView │ │ │ │ ├── NavigationViewTests.cs │ │ │ │ └── NavigationViewTests.uno.cs │ │ │ ├── NumberBox │ │ │ │ └── NumberBoxTests.cs │ │ │ ├── PagerControl │ │ │ │ └── PagerControlTests.cs │ │ │ ├── PipsPager │ │ │ │ └── PipsPagerTests.cs │ │ │ ├── ProgressRing │ │ │ │ └── ProgressRingTests.cs │ │ │ ├── RadioButtons │ │ │ │ └── RadioButtonTests.cs │ │ │ ├── RatingControl │ │ │ │ └── RatingControlTests.cs │ │ │ ├── Repeater │ │ │ │ ├── AccessibilityTests.cs │ │ │ │ ├── Common │ │ │ │ │ ├── CollectionChangeEventArgsConverters.cs │ │ │ │ │ ├── CustomItemsSource.cs │ │ │ │ │ ├── CustomItemsSourceView.cs │ │ │ │ │ ├── DataAsElementElementFactory.cs │ │ │ │ │ ├── ElementAnimatorDerived.cs │ │ │ │ │ ├── ElementFromElementElementFactory.cs │ │ │ │ │ ├── FlowLayoutDerived.cs │ │ │ │ │ ├── LayoutExtensions.cs │ │ │ │ │ ├── Mocks │ │ │ │ │ │ ├── MockItemsSource.cs │ │ │ │ │ │ ├── MockNonVirtualizingLayout.cs │ │ │ │ │ │ ├── MockStackLayout.cs │ │ │ │ │ │ ├── MockViewGenerator.cs │ │ │ │ │ │ └── MockVirtualizingLayout.cs │ │ │ │ │ ├── NamedGroup.cs │ │ │ │ │ ├── NonVirtualStackLayout.cs │ │ │ │ │ ├── OrientationBasedMeasures.cs │ │ │ │ │ ├── ReadOnlyNotifyPropertyChangedCollection.cs │ │ │ │ │ ├── RecyclingViewGeneratorDerived.cs │ │ │ │ │ ├── SharedHelpers.cs │ │ │ │ │ └── WinRTCollection.cs │ │ │ │ ├── EffectiveViewportScrollPresenterTests.cs │ │ │ │ ├── EffectiveViewportScrollViewerTests.cs │ │ │ │ ├── ElementAnimatorTests.cs │ │ │ │ ├── FlowLayoutCollectionChangeTests.cs │ │ │ │ ├── FlowLayoutTests.cs │ │ │ │ ├── IndexPathTests.cs │ │ │ │ ├── InspectingDataSourceTests.cs │ │ │ │ ├── ItemTemplateTests.cs │ │ │ │ ├── LayoutTests.cs │ │ │ │ ├── PhasingTests.cs │ │ │ │ ├── RecyclePoolTests.cs │ │ │ │ ├── RepeaterFocusTests.cs │ │ │ │ ├── RepeaterTests.cs │ │ │ │ ├── SelectionModelTests.cs │ │ │ │ ├── TestUI │ │ │ │ │ └── Samples │ │ │ │ │ │ ├── AnimationSamples │ │ │ │ │ │ └── DefaultElementAnimator.cs │ │ │ │ │ │ ├── ItemTemplateSamples │ │ │ │ │ │ ├── DisposableUserControl.xaml │ │ │ │ │ │ └── DisposableUserControl.xaml.cs │ │ │ │ │ │ └── ItemsSourceSamples │ │ │ │ │ │ ├── ElementsInItemsSourcePage.xaml │ │ │ │ │ │ └── ElementsInItemsSourcePage.xaml.cs │ │ │ │ ├── ViewManagerTests.cs │ │ │ │ └── ViewportTests.cs │ │ │ ├── ScrollPresenter │ │ │ │ ├── AdditionalStyles.xaml │ │ │ │ ├── BiDirectionalScrollController.cs │ │ │ │ ├── CompositionScrollController.cs │ │ │ │ ├── ScrollControllerTests.cs │ │ │ │ ├── ScrollPresenterAnchoringTests.cs │ │ │ │ ├── ScrollPresenterBringIntoViewTests.cs │ │ │ │ ├── ScrollPresenterLayoutTests.cs │ │ │ │ ├── ScrollPresenterSnapPointTests.cs │ │ │ │ ├── ScrollPresenterTestHooksHelper.cs │ │ │ │ ├── ScrollPresenterTests.cs │ │ │ │ └── ScrollPresenterViewChangeTests.cs │ │ │ ├── ScrollView │ │ │ │ ├── ScrollViewTestHooksHelper.cs │ │ │ │ └── ScrollViewTests.cs │ │ │ ├── SelectorBar │ │ │ │ └── SelectorBarTests.cs │ │ │ ├── SplitButton │ │ │ │ ├── ControlStateViewer.xaml │ │ │ │ ├── ControlStateViewer.xaml.cs │ │ │ │ ├── Given_SplitButton.cs │ │ │ │ ├── SplitButtonPage.xaml │ │ │ │ ├── SplitButtonPage.xaml.cs │ │ │ │ ├── SplitButtonTests_APITests.cs │ │ │ │ └── SplitButtonTests_InteractionTests.cs │ │ │ ├── TabView │ │ │ │ ├── TabViewTests.Uno.cs │ │ │ │ └── TabViewTests.cs │ │ │ ├── TeachingTip │ │ │ │ └── TeachingTipTests.cs │ │ │ ├── TimePicker │ │ │ │ └── TimePickerIntegrationTests.cs │ │ │ ├── ToggleSplitButton │ │ │ │ └── ToggleSplitButtonTests.cs │ │ │ ├── TreeView │ │ │ │ ├── TreeViewItemSource.cs │ │ │ │ ├── TreeViewNode2.cs │ │ │ │ └── TreeViewTests.cs │ │ │ └── TwoPaneView │ │ │ │ └── TwoPaneViewTests.cs │ │ ├── TestPage.cs │ │ ├── Utilities │ │ │ ├── ExtendedObservableCollection.cs │ │ │ ├── IdleSynchronizer.cs │ │ │ ├── MSTestInterop.cs │ │ │ ├── MUXApiTestBase.cs │ │ │ ├── MUXTestPage.cs │ │ │ ├── PlatformConfiguration.cs │ │ │ ├── RunOnUIThread.cs │ │ │ ├── TestHelpers.cs │ │ │ ├── UnoManualOrAutoResetEvent.cs │ │ │ └── VisualTreeUtils.cs │ │ ├── Windows_UI_Xaml_Controls │ │ │ ├── DropDownButtonTests.cs │ │ │ ├── PersonPictureTests.cs │ │ │ ├── RelativePanelUnitTests.cs │ │ │ └── SwipeControl │ │ │ │ ├── SwipeControl_APITests.cs │ │ │ │ └── SwipeControl_InteractionTests.cs │ │ └── Windows_UI_Xaml_Data │ │ │ ├── ItemIndexRangeHelperUnitTests.HelperFunctionsTests.cs │ │ │ ├── ItemIndexRangeHelperUnitTests.RangeSelectionTests.cs │ │ │ ├── ItemIndexRangeHelperUnitTests.cs │ │ │ └── ItemIndexRangeIntegrationTests.cs │ ├── Resources │ │ └── en-US │ │ │ ├── Resources.resw │ │ │ └── TopLevelNamedRuntimeTests.resw │ ├── Tests │ │ ├── BindingTests │ │ │ ├── BindingShouldBeAppliedOnPropertyChangedEvent.xaml │ │ │ ├── BindingShouldBeAppliedOnPropertyChangedEvent.xaml.cs │ │ │ ├── BindingTests.cs │ │ │ ├── BindingToSetterValuePage.xaml │ │ │ ├── BindingToSetterValuePage.xaml.cs │ │ │ ├── FallbackValueThemeResource.xaml │ │ │ ├── FallbackValueThemeResource.xaml.cs │ │ │ ├── TargetNullValueThemeResource.xaml │ │ │ ├── TargetNullValueThemeResource.xaml.cs │ │ │ ├── XBindConstControl.xaml │ │ │ ├── XBindConstControl.xaml.cs │ │ │ ├── XBindConstPage.xaml │ │ │ ├── XBindConstPage.xaml.cs │ │ │ ├── XBindInWindow.xaml │ │ │ ├── XBindInWindow.xaml.cs │ │ │ ├── XBindTeardown_Setup.xaml │ │ │ ├── XBindTeardown_Setup.xaml.cs │ │ │ ├── XBind_Resurrection.xaml │ │ │ └── XBind_Resurrection.xaml.cs │ │ ├── DirectUI │ │ │ └── Given_PropertyPathListener.cs │ │ ├── Extensions │ │ │ └── Given_Uri.cs │ │ ├── HotReload │ │ │ ├── Frame │ │ │ │ └── HRApp │ │ │ │ │ ├── App.cs │ │ │ │ │ ├── AppHead.xaml │ │ │ │ │ ├── AppHead.xaml.cs │ │ │ │ │ ├── AppResources.xaml │ │ │ │ │ ├── GlobalUsings.cs │ │ │ │ │ ├── MainPage.xaml │ │ │ │ │ ├── MainPage.xaml.cs │ │ │ │ │ ├── Program.cs │ │ │ │ │ ├── Properties │ │ │ │ │ └── launchSettings.json │ │ │ │ │ ├── README.md │ │ │ │ │ ├── SubResourceDictionary.xaml │ │ │ │ │ ├── Tests │ │ │ │ │ ├── BaseTestClass.cs │ │ │ │ │ ├── FrameworkElementExtensions.cs │ │ │ │ │ ├── Given_AppDictionary.cs │ │ │ │ │ ├── Given_DataTemplate.cs │ │ │ │ │ ├── Given_Frame.cs │ │ │ │ │ ├── Given_Frame_DataContext.cs │ │ │ │ │ ├── Given_HotReloadInfo.cs │ │ │ │ │ ├── Given_Popup.cs │ │ │ │ │ ├── Given_ScrollViewer.cs │ │ │ │ │ ├── Given_TextBlock.cs │ │ │ │ │ ├── Given_TextBox.cs │ │ │ │ │ ├── Given_TypeReplacement.cs │ │ │ │ │ ├── Given_UserControl.cs │ │ │ │ │ ├── Pages │ │ │ │ │ │ ├── HR_DPUpdates_Binding_Component.xaml │ │ │ │ │ │ ├── HR_DPUpdates_Binding_Component.xaml.cs │ │ │ │ │ │ ├── HR_DPUpdates_Binding_PageUsingComponent.xaml │ │ │ │ │ │ ├── HR_DPUpdates_Binding_PageUsingComponent.xaml.cs │ │ │ │ │ │ ├── HR_DPUpdates_Component.xaml │ │ │ │ │ │ ├── HR_DPUpdates_Component.xaml.cs │ │ │ │ │ │ ├── HR_DPUpdates_PageUsingComponent.xaml │ │ │ │ │ │ ├── HR_DPUpdates_PageUsingComponent.xaml.cs │ │ │ │ │ │ ├── HR_FixedHeight_UC.xaml │ │ │ │ │ │ ├── HR_FixedHeight_UC.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_AppResources.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_AppResources.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_AppResources_Color.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_AppResources_Color.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_AppResources_DataTemplate.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_AppResources_DataTemplate.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_DataTemplate.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_DataTemplate.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_Page1.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_Page1.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_Page1_VM.cs │ │ │ │ │ │ ├── HR_Frame_Pages_Page2.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_Page2.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_Page2_VM.cs │ │ │ │ │ │ ├── HR_Frame_Pages_Scroll.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_Scroll.xaml.cs │ │ │ │ │ │ ├── HR_Frame_Pages_UC1.xaml │ │ │ │ │ │ ├── HR_Frame_Pages_UC1.xaml.cs │ │ │ │ │ │ ├── HR_HRInfo_Case1.xaml │ │ │ │ │ │ └── HR_HRInfo_Case1.xaml.cs │ │ │ │ │ ├── RemoteControlExtensions.cs │ │ │ │ │ ├── TestingUpdateHandler.cs │ │ │ │ │ ├── TextBoxUpdateHandler.cs │ │ │ │ │ └── UIElementExtensions.cs │ │ │ │ │ ├── Uno.UI.RuntimeTests.HRApp.Skia.csproj │ │ │ │ │ └── Uno.UI.RuntimeTests.HRApp.Skia.sln │ │ │ ├── Given_HotReloadWorkspace.cs │ │ │ ├── NUnitXmlParser.cs │ │ │ └── ProcessHelpers.cs │ │ ├── ImplementedRoutedEventArgsGeneratorTest │ │ │ └── ImplementedRoutedEventArgsGeneratorTests.cs │ │ ├── Microsoft_UI_Windowing │ │ │ └── Given_AppWindow.cs │ │ ├── Microsoft_UI_Xaml │ │ │ └── Given_DragView.cs │ │ ├── Microsoft_UI_Xaml_Controls │ │ │ ├── Given_LayoutPanel.cs │ │ │ ├── Given_NavigationView.cs │ │ │ ├── Given_NumberBox.cs │ │ │ ├── Given_PipsPager.cs │ │ │ ├── Given_ProgressBar.cs │ │ │ ├── Given_ProgressRing.cs │ │ │ ├── Given_RatingControl.cs │ │ │ ├── Given_RefreshContainer.cs │ │ │ ├── Given_TabView.cs │ │ │ ├── Given_TreeView.cs │ │ │ └── Given_WebView2.cs │ │ ├── NativeCtorGeneratorTests │ │ │ ├── GameBoardCanvas.cs │ │ │ └── NestedGenericClasses.Android.cs │ │ ├── TemplatedParent │ │ │ ├── Setup │ │ │ │ ├── ContentControl_Content.xaml │ │ │ │ ├── ContentControl_Content.xaml.cs │ │ │ │ ├── ContentControl_ContentTemplate.xaml │ │ │ │ ├── ContentControl_ContentTemplate.xaml.cs │ │ │ │ ├── ItemsControl_HeaderFooter.xaml │ │ │ │ ├── ItemsControl_HeaderFooter.xaml.cs │ │ │ │ ├── ItemsControl_ItemTemplate.xaml │ │ │ │ ├── ItemsControl_ItemTemplate.xaml.cs │ │ │ │ ├── TestDP.cs │ │ │ │ ├── Uno12624.xaml │ │ │ │ ├── Uno12624.xaml.cs │ │ │ │ ├── Uno17313.xaml │ │ │ │ ├── Uno17313.xaml.cs │ │ │ │ ├── Uno19264.xaml │ │ │ │ ├── Uno19264.xaml.cs │ │ │ │ ├── Uno7497.xaml │ │ │ │ ├── Uno7497.xaml.cs │ │ │ │ ├── Uno8049.xaml │ │ │ │ ├── Uno8049.xaml.cs │ │ │ │ ├── Uno9059.xaml │ │ │ │ ├── Uno9059.xaml.cs │ │ │ │ ├── VisualStateGroup_Full.xaml │ │ │ │ └── VisualStateGroup_Full.xaml.cs │ │ │ └── TemplatedParentTests.cs │ │ ├── UnitTestsTests │ │ │ ├── Give_UnitTest_DynamicData_From_Method.cs │ │ │ ├── Give_UnitTest_DynamicData_From_Property.cs │ │ │ └── Given_UnitTest.cs │ │ ├── Uno_Foundation │ │ │ └── Given_WebAssemblyRuntime.cs │ │ ├── Uno_Helpers │ │ │ ├── Given_AppDataUriEvaluator.cs │ │ │ ├── Given_DeferralManager.cs │ │ │ ├── Given_DependencyPropertyHelper.cs │ │ │ └── Given_StartStopEventWrapper.cs │ │ ├── Uno_UI │ │ │ ├── Given_ResourceResolver.cs │ │ │ ├── Resolve_Parent_Resources.xaml │ │ │ ├── Resolve_Parent_Resources.xaml.cs │ │ │ ├── Resolve_String_Resources.xaml │ │ │ ├── Resolve_String_Resources.xaml.cs │ │ │ ├── ResourceMarkupTest_Setup.xaml │ │ │ └── ResourceMarkupTest_Setup.xaml.cs │ │ ├── Uno_UI_Extensions │ │ │ └── Given_DependencyObjectExtensions.cs │ │ ├── Uno_UI_Toolkit │ │ │ ├── Given_FromJson.cs │ │ │ └── Given_VisibleBoundsPadding.cs │ │ ├── Uno_UI_Xaml_Controls │ │ │ └── Given_SystemFocusVisual.cs │ │ ├── Uno_UI_Xaml_Core │ │ │ ├── Given_InputManager.cs │ │ │ └── Given_RootVisual.cs │ │ ├── Uno_UI_Xaml_Input │ │ │ └── Given_UnoFocusInputHandler.cs │ │ ├── Windows_ApplicationModel │ │ │ ├── DataTransfer │ │ │ │ └── Given_Clipboard.cs │ │ │ ├── Email │ │ │ │ ├── Given_EmailManager.cs │ │ │ │ ├── Given_EmailMessage.cs │ │ │ │ └── Given_EmailRecipient.cs │ │ │ ├── Given_Package.cs │ │ │ └── Given_PackageId.cs │ │ ├── Windows_ApplicationModel_Resources │ │ │ ├── Given_EmbeddedResources.cs │ │ │ └── Given_ResourceLoader.cs │ │ ├── Windows_Data │ │ │ └── Pdf │ │ │ │ └── Given_PdfDocument.cs │ │ ├── Windows_Devices │ │ │ ├── Bluetooh │ │ │ │ ├── Given_BluetoothDevice.cs │ │ │ │ └── Given_BluetoothLEDevice.cs │ │ │ └── Midi │ │ │ │ ├── Given_MidiActiveSensingMessage.cs │ │ │ │ ├── Given_MidiChannelPressureMessage.cs │ │ │ │ ├── Given_MidiContinueMessage.cs │ │ │ │ ├── Given_MidiControlChangeMessage.cs │ │ │ │ ├── Given_MidiNoteOffMessage.cs │ │ │ │ ├── Given_MidiNoteOnMessage.cs │ │ │ │ ├── Given_MidiPitchBendChangeMessage.cs │ │ │ │ ├── Given_MidiPolyphonicKeyPressureMessage.cs │ │ │ │ ├── Given_MidiProgramChangeMessage.cs │ │ │ │ ├── Given_MidiSongPositionMessage.cs │ │ │ │ ├── Given_MidiSongSelectMessage.cs │ │ │ │ ├── Given_MidiStartMessage.cs │ │ │ │ ├── Given_MidiStopMessage.cs │ │ │ │ ├── Given_MidiSystemExclusiveMessage.cs │ │ │ │ ├── Given_MidiSystemResetMessage.cs │ │ │ │ ├── Given_MidiTimeCodeMessage.cs │ │ │ │ ├── Given_MidiTimingClockMessage.cs │ │ │ │ └── Given_MidiTuneRequestMessage.cs │ │ ├── Windows_Foundation │ │ │ ├── Collections │ │ │ │ ├── Given_PropertySet.cs │ │ │ │ ├── Given_StringMap.cs │ │ │ │ └── Given_ValueSet.cs │ │ │ └── Metadata │ │ │ │ └── Given_ApiInformation.cs │ │ ├── Windows_Globalization │ │ │ ├── Given_ApplicationLanguages.cs │ │ │ ├── Given_Calendar.cs │ │ │ └── Given_DateTimeFormatter.cs │ │ ├── Windows_Graphics_Imaging │ │ │ └── Given_BitmapEncoder.cs │ │ ├── Windows_Storage │ │ │ ├── Given_ApplicationDataCompositeValue.cs │ │ │ ├── Given_ApplicationDataContainer.cs │ │ │ ├── Given_ApplicationStorage.cs │ │ │ ├── Given_FileIO.cs │ │ │ ├── Given_FileIO_Native.Android.cs │ │ │ ├── Given_FileIO_Native.base.cs │ │ │ ├── Given_FileIO_Native.iOS.cs │ │ │ ├── Given_FileIO_Native.local.cs │ │ │ ├── Given_FileIO_Native.wasm.cs │ │ │ ├── Given_FileIO_Native.windows.cs │ │ │ ├── Given_PathIO.cs │ │ │ ├── Given_StorageFile.cs │ │ │ ├── Given_StorageFile2.cs │ │ │ ├── Given_StorageFile_Native.Android.cs │ │ │ ├── Given_StorageFile_Native.base.cs │ │ │ ├── Given_StorageFile_Native.iOS.cs │ │ │ ├── Given_StorageFile_Native.local.cs │ │ │ ├── Given_StorageFile_Native.wasm.cs │ │ │ ├── Given_StorageFile_Native.windows.cs │ │ │ ├── Given_StorageFolder.cs │ │ │ ├── Given_StorageFolder_GetItems.cs │ │ │ ├── Given_StorageFolder_Native.Android.cs │ │ │ ├── Given_StorageFolder_Native.base.cs │ │ │ ├── Given_StorageFolder_Native.iOS.cs │ │ │ ├── Given_StorageFolder_Native.local.cs │ │ │ ├── Given_StorageFolder_Native.wasm.cs │ │ │ ├── Given_StorageFolder_Native.windows.cs │ │ │ ├── Given_TemporaryFile.cs │ │ │ └── Streams │ │ │ │ ├── Given_Buffer.cs │ │ │ │ ├── Given_DataReader.cs │ │ │ │ ├── Given_DataWriter.cs │ │ │ │ ├── Given_InMemoryRandomAccessStream.cs │ │ │ │ ├── Given_RandomAccessStreamReference.cs │ │ │ │ ├── Given_WindowsRuntimeStreamExtensions.cs │ │ │ │ └── StreamTestHelper.cs │ │ ├── Windows_System │ │ │ ├── Given_DispatcherQueue.cs │ │ │ ├── Given_DispatcherQueueTimer.cs │ │ │ ├── Given_Launcher.cs │ │ │ ├── Given_MemoryManager.cs │ │ │ └── Profile │ │ │ │ └── Given_AnalyticsInfo.cs │ │ ├── Windows_System_Threading │ │ │ └── Given_ThreadPoolTimer.cs │ │ ├── Windows_UI │ │ │ ├── Given_Color.cs │ │ │ ├── Given_FontWeight.cs │ │ │ ├── Given_WeakEventHelper.cs │ │ │ ├── PageContainingNumericFontWeight.xaml │ │ │ └── PageContainingNumericFontWeight.xaml.cs │ │ ├── Windows_UI_Composition │ │ │ ├── Given_CompositionSpriteShape.cs │ │ │ ├── Given_CompositionVisualSurface.cs │ │ │ ├── Given_ContainerVisual.cs │ │ │ ├── Given_ExpressionAnimation.cs │ │ │ ├── Given_InteractionTracker.TrackerAssertHelper.cs │ │ │ ├── Given_InteractionTracker.TrackerLogsConstructingHelper.cs │ │ │ ├── Given_InteractionTracker.TrackerOwner.cs │ │ │ ├── Given_InteractionTracker.cs │ │ │ ├── Given_RedirectVisual.cs │ │ │ ├── Given_RelativeTransform.cs │ │ │ └── Given_ShapeVisual.cs │ │ ├── Windows_UI_Core │ │ │ └── Given_CoreDispatcher.cs │ │ ├── Windows_UI_Input_Preview_Injection │ │ │ └── Given_InputInjector.cs │ │ ├── Windows_UI_Popups │ │ │ └── Given_MessageDialog.cs │ │ ├── Windows_UI_StartScreen │ │ │ └── Given_JumpListItem.cs │ │ ├── Windows_UI_ViewManagement │ │ │ └── Given_StatusBar.cs │ │ ├── Windows_UI_ViewManagement_ApplicationView │ │ │ └── Given_Control.cs │ │ ├── Windows_UI_Xaml │ │ │ ├── ConstructorCounterControl.cs │ │ │ ├── Controls │ │ │ │ ├── Animation_Leak.xaml │ │ │ │ ├── Animation_Leak.xaml.cs │ │ │ │ ├── App_Level_Resources.xaml │ │ │ │ ├── App_Level_Resources.xaml.cs │ │ │ │ ├── BaseLayoutOverrideCallingPanel.xaml │ │ │ │ ├── BaseLayoutOverrideCallingPanel.xaml.cs │ │ │ │ ├── Binding_xLoad_Nested.xaml │ │ │ │ ├── Binding_xLoad_Nested.xaml.cs │ │ │ │ ├── ButtonUserControl.xaml │ │ │ │ ├── ButtonUserControl.xaml.cs │ │ │ │ ├── Button_Command_Leak.xaml │ │ │ │ ├── Button_Command_Leak.xaml.cs │ │ │ │ ├── CommandBarFlyout_Leak.xaml │ │ │ │ ├── CommandBarFlyout_Leak.xaml.cs │ │ │ │ ├── ContentDialog_Leak.xaml │ │ │ │ ├── ContentDialog_Leak.xaml.cs │ │ │ │ ├── FrameworkElement_Opacity.xaml │ │ │ │ ├── FrameworkElement_Opacity.xaml.cs │ │ │ │ ├── IExtendedLeakTest.cs │ │ │ │ ├── ITrackingLeakTest.cs │ │ │ │ ├── Inner_ThemeResource_Control.xaml │ │ │ │ ├── Inner_ThemeResource_Control.xaml.cs │ │ │ │ ├── ItemsControl_ItemsSource_Leak.xaml │ │ │ │ ├── ItemsControl_ItemsSource_Leak.xaml.cs │ │ │ │ ├── Multiwindow │ │ │ │ │ ├── NoBackgroundWindow.xaml │ │ │ │ │ ├── NoBackgroundWindow.xaml.cs │ │ │ │ │ ├── RedWindow.xaml │ │ │ │ │ ├── RedWindow.xaml.cs │ │ │ │ │ ├── WindowClosed.xaml │ │ │ │ │ └── WindowClosed.xaml.cs │ │ │ │ ├── PasswordBox_Focus_Leak.xaml │ │ │ │ ├── PasswordBox_Focus_Leak.xaml.cs │ │ │ │ ├── StyleFlowToPopup.xaml │ │ │ │ ├── StyleFlowToPopup.xaml.cs │ │ │ │ ├── TextBox_Focus_Leak.xaml │ │ │ │ ├── TextBox_Focus_Leak.xaml.cs │ │ │ │ ├── ThemeResource_Refresh_On_Loading.xaml │ │ │ │ ├── ThemeResource_Refresh_On_Loading.xaml.cs │ │ │ │ ├── ThemeResource_TCO_MyAlias.xaml │ │ │ │ ├── ThemeResource_TCO_MyBrush.xaml │ │ │ │ ├── ThemeResource_TCO_MyButton.xaml │ │ │ │ ├── ThemeResource_TCO_MyColorGreen.xaml │ │ │ │ ├── ThemeResource_TCO_MyColorRed.xaml │ │ │ │ ├── ThemeResource_Theme_Changing_Override.xaml │ │ │ │ ├── ThemeResource_Theme_Changing_Override.xaml.cs │ │ │ │ ├── VisualStateUserControlWithTrigger.xaml │ │ │ │ ├── VisualStateUserControlWithTrigger.xaml.cs │ │ │ │ ├── VisualStateUserControlWithoutTrigger.xaml │ │ │ │ ├── VisualStateUserControlWithoutTrigger.xaml.cs │ │ │ │ ├── When_AppLevel_Resource_CheckBox_Override.xaml │ │ │ │ ├── When_AppLevel_Resource_CheckBox_Override.xaml.cs │ │ │ │ ├── When_AppLevel_Resource_SplitButton_Override.xaml │ │ │ │ ├── When_AppLevel_Resource_SplitButton_Override.xaml.cs │ │ │ │ ├── When_MenuFlyout_DataContext_Changes_In_Opening.xaml │ │ │ │ ├── When_MenuFlyout_DataContext_Changes_In_Opening.xaml.cs │ │ │ │ ├── When_Parent_Resource_Override_On_Loaded.xaml │ │ │ │ ├── When_Parent_Resource_Override_On_Loaded.xaml.cs │ │ │ │ ├── When_Refresh_Setter_BindingOnInvocation.xaml │ │ │ │ ├── When_Refresh_Setter_BindingOnInvocation.xaml.cs │ │ │ │ ├── When_Refresh_Setter_BindingOnInvocation_ElementName.xaml │ │ │ │ ├── When_Refresh_Setter_BindingOnInvocation_ElementName.xaml.cs │ │ │ │ ├── When_ResourceDictionary_DP.xaml │ │ │ │ ├── When_ResourceDictionary_DP.xaml.cs │ │ │ │ ├── When_ThemeResource_Binding_In_Template_UserControl.xaml │ │ │ │ ├── When_ThemeResource_Binding_In_Template_UserControl.xaml.cs │ │ │ │ ├── When_ThemeResource_Style_Switch_Page.xaml │ │ │ │ ├── When_ThemeResource_Style_Switch_Page.xaml.cs │ │ │ │ ├── When_Transition_Modifies_SubProperty.xaml.cs │ │ │ │ ├── When_Transition_Modifies_Subproperty.xaml │ │ │ │ ├── When_XBind_TargetDisposed.xaml │ │ │ │ ├── When_XBind_TargetDisposed.xaml.cs │ │ │ │ ├── When_xBind_With_Cast.xaml │ │ │ │ ├── When_xBind_With_Cast.xaml.cs │ │ │ │ ├── When_xBind_With_Cast_Default_Namespace.xaml │ │ │ │ ├── When_xBind_With_Cast_Default_Namespace.xaml.cs │ │ │ │ ├── When_xLoad_Order.xaml │ │ │ │ ├── When_xLoad_Order.xaml.cs │ │ │ │ ├── When_xLoad_Referenced_By_xBind.xaml │ │ │ │ ├── When_xLoad_Referenced_By_xBind.xaml.cs │ │ │ │ ├── When_xLoad_Visibility_While_Materializing.xaml │ │ │ │ ├── When_xLoad_Visibility_While_Materializing.xaml.cs │ │ │ │ ├── When_xLoad_xBind_xLoad_Initial.xaml │ │ │ │ ├── When_xLoad_xBind_xLoad_Initial.xaml.cs │ │ │ │ ├── When_xLoad_xBind_xLoad_While_Loading.xaml │ │ │ │ ├── When_xLoad_xBind_xLoad_While_Loading.xaml.cs │ │ │ │ ├── When_xUid.xaml │ │ │ │ ├── When_xUid.xaml.cs │ │ │ │ ├── When_xUid_On_Root.xaml │ │ │ │ ├── When_xUid_On_Root.xaml.cs │ │ │ │ ├── XamlEvent_Leak_TextBox.xaml │ │ │ │ ├── XamlEvent_Leak_TextBox.xaml.cs │ │ │ │ ├── XamlEvent_Leak_UserControl.xaml │ │ │ │ ├── XamlEvent_Leak_UserControl.xaml.cs │ │ │ │ ├── XamlEvent_Leak_UserControl_xBind.xaml │ │ │ │ ├── XamlEvent_Leak_UserControl_xBind.xaml.cs │ │ │ │ ├── XamlEvent_Leak_UserControl_xBind_Event.xaml │ │ │ │ ├── XamlEvent_Leak_UserControl_xBind_Event.xaml.cs │ │ │ │ ├── xLoad_Literal.xaml │ │ │ │ ├── xLoad_Literal.xaml.cs │ │ │ │ ├── xLoad_Visibility.xaml │ │ │ │ ├── xLoad_Visibility.xaml.cs │ │ │ │ ├── xLoad_xBind.xaml │ │ │ │ └── xLoad_xBind.xaml.cs │ │ │ ├── Given_BackgroundTransition.cs │ │ │ ├── Given_BrowserHtmlElement.cs │ │ │ ├── Given_Control.cs │ │ │ ├── Given_CornerRadiusConverter.cs │ │ │ ├── Given_DependencyObjectCollection.cs │ │ │ ├── Given_DependencyProperty.cs │ │ │ ├── Given_DispatcherTimer.cs │ │ │ ├── Given_FlowDirection.cs │ │ │ ├── Given_FrameworkElement.cs │ │ │ ├── Given_FrameworkElement_And_Leak.cs │ │ │ ├── Given_FrameworkElement_EffectiveViewport.cs │ │ │ ├── Given_FrameworkElement_FocusVisuals.cs │ │ │ ├── Given_FrameworkElement_LayoutSlot.cs │ │ │ ├── Given_FrameworkElement_Layouting.cs │ │ │ ├── Given_FrameworkElement_Opacity.cs │ │ │ ├── Given_FrameworkElement_ThemeResources.cs │ │ │ ├── Given_Panel.cs │ │ │ ├── Given_ResourceDictionary.cs │ │ │ ├── Given_Style.cs │ │ │ ├── Given_ThemeResource.cs │ │ │ ├── Given_ThicknessConverter.cs │ │ │ ├── Given_UIElement.Manipulations.cs │ │ │ ├── Given_UIElement.TransformToVisual.cs │ │ │ ├── Given_UIElement.cs │ │ │ ├── Given_UIElement.wasm.cs │ │ │ ├── Given_VisualStateManager.cs │ │ │ ├── Given_Window.cs │ │ │ ├── Given_XamlRoot.cs │ │ │ ├── Given_xBind.cs │ │ │ ├── Given_xLoad.cs │ │ │ ├── Given_xUid.cs │ │ │ ├── OnApplyTemplateCounterContentControl.cs │ │ │ ├── When_Custom_StateTriggers_Initial_State.xaml │ │ │ └── When_Custom_StateTriggers_Initial_State.xaml.cs │ │ ├── Windows_UI_Xaml_Automation │ │ │ └── Given_AutomationPeer.cs │ │ ├── Windows_UI_Xaml_Controls │ │ │ ├── Border │ │ │ │ ├── BorderAntiAlias.xaml │ │ │ │ ├── BorderAntiAlias.xaml.cs │ │ │ │ ├── Border_CornerRadius.xaml │ │ │ │ ├── Border_CornerRadius.xaml.cs │ │ │ │ ├── Border_CornerRadius_BorderThickness.xaml │ │ │ │ ├── Border_CornerRadius_BorderThickness.xaml.cs │ │ │ │ ├── Border_CornerRadius_Clipping.xaml │ │ │ │ ├── Border_CornerRadius_Clipping.xaml.cs │ │ │ │ ├── Border_CornerRadius_Gradient.xaml │ │ │ │ ├── Border_CornerRadius_Gradient.xaml.cs │ │ │ │ ├── Border_LinearGradientBrush.xaml │ │ │ │ └── Border_LinearGradientBrush.xaml.cs │ │ │ ├── ButtonControls │ │ │ │ ├── Button_Flyout_TemplateBinding.xaml │ │ │ │ └── Button_Flyout_TemplateBinding.xaml.cs │ │ │ ├── Canvas │ │ │ │ ├── Canvas_In_Canvas.xaml │ │ │ │ ├── Canvas_In_Canvas.xaml.cs │ │ │ │ ├── Canvas_With_Outer_Clip.xaml │ │ │ │ ├── Canvas_With_Outer_Clip.xaml.cs │ │ │ │ ├── Canvas_ZIndex.xaml │ │ │ │ ├── Canvas_ZIndex.xaml.cs │ │ │ │ ├── Measure_Children_In_Canvas.xaml │ │ │ │ └── Measure_Children_In_Canvas.xaml.cs │ │ │ ├── ComboBox │ │ │ │ └── PopupPlacementComboBox.cs │ │ │ ├── CommandBarPages │ │ │ │ ├── CommandBarFirstPage.xaml │ │ │ │ ├── CommandBarFirstPage.xaml.cs │ │ │ │ ├── CommandBarSecondPage.xaml │ │ │ │ └── CommandBarSecondPage.xaml.cs │ │ │ ├── CommandBarTests.xaml │ │ │ ├── CommandBarTests.xaml.cs │ │ │ ├── ContentControlPages │ │ │ │ ├── BoundContentApplicator.cs │ │ │ │ ├── Template_Loading_DataContext_Page.xaml │ │ │ │ └── Template_Loading_DataContext_Page.xaml.cs │ │ │ ├── ContentPresenter │ │ │ │ ├── ContentPresenter_ContentBindingPath.xaml │ │ │ │ ├── ContentPresenter_ContentBindingPath.xaml.cs │ │ │ │ ├── ContentPresenter_ContentBindings.xaml │ │ │ │ ├── ContentPresenter_ContentBindings.xaml.cs │ │ │ │ ├── ContentPresenter_Content_DataContext.xaml │ │ │ │ ├── ContentPresenter_Content_DataContext.xaml.cs │ │ │ │ ├── ContentPresenter_Inside_ContentControl_Template.xaml │ │ │ │ └── ContentPresenter_Inside_ContentControl_Template.xaml.cs │ │ │ ├── CounterGrid.cs │ │ │ ├── DatePickerIntegrationTests.cs │ │ │ ├── ErrorCatchGrid.cs │ │ │ ├── FlipViewPages │ │ │ │ ├── FlipViewTemplateSelector.cs │ │ │ │ ├── FlipView_TemplateSelectorPage.xaml │ │ │ │ └── FlipView_TemplateSelectorPage.xaml.cs │ │ │ ├── FlyoutPages │ │ │ │ ├── When_PlacementTarget_Binding.xaml │ │ │ │ └── When_PlacementTarget_Binding.xaml.cs │ │ │ ├── Flyout_ToggleMenu_IsEnabled.xaml │ │ │ ├── Flyout_ToggleMenu_IsEnabled.xaml.cs │ │ │ ├── FramePages │ │ │ │ ├── Page_With_AppBarButton_Visibility_Bound.xaml │ │ │ │ └── Page_With_AppBarButton_Visibility_Bound.xaml.cs │ │ │ ├── FrameworkTemplatePool │ │ │ │ └── EditorsIssue │ │ │ │ │ ├── EditorBindingPropertyChangedView.xaml │ │ │ │ │ ├── EditorBindingPropertyChangedView.xaml.cs │ │ │ │ │ ├── EditorBindingView.xaml │ │ │ │ │ ├── EditorBindingView.xaml.cs │ │ │ │ │ ├── EditorTestPage.xaml │ │ │ │ │ ├── EditorTestPage.xaml.cs │ │ │ │ │ ├── EditorTestViewModel.cs │ │ │ │ │ ├── EditorViewModel.cs │ │ │ │ │ ├── EditorXBindPropertyChangedView.xaml │ │ │ │ │ ├── EditorXBindPropertyChangedView.xaml.cs │ │ │ │ │ ├── EditorXBindView.xaml │ │ │ │ │ ├── EditorXBindView.xaml.cs │ │ │ │ │ └── TypedDataTemplateSelector.cs │ │ │ ├── Given_AppBarButton.cs │ │ │ ├── Given_AutoSuggestBox.cs │ │ │ ├── Given_Border.cs │ │ │ ├── Given_Button.cs │ │ │ ├── Given_CalendarDatePicker.cs │ │ │ ├── Given_CalendarView.cs │ │ │ ├── Given_Canvas_Measurement.cs │ │ │ ├── Given_ComboBox.cs │ │ │ ├── Given_CommandBar.cs │ │ │ ├── Given_CommandBarFlyout.cs │ │ │ ├── Given_ContentControl.NativeElement.cs │ │ │ ├── Given_ContentControl.cs │ │ │ ├── Given_ContentDialog.cs │ │ │ ├── Given_ContentPresenter.cs │ │ │ ├── Given_Control_Visibility.cs │ │ │ ├── Given_DataTemplateSelector.cs │ │ │ ├── Given_DatePicker.cs │ │ │ ├── Given_FlipView.cs │ │ │ ├── Given_Flyout.cs │ │ │ ├── Given_Frame.cs │ │ │ ├── Given_FrameworkTemplatePool.cs │ │ │ ├── Given_Grid.cs │ │ │ ├── Given_GridLayouting.cs │ │ │ ├── Given_GridView_Items.cs │ │ │ ├── Given_Image.cs │ │ │ ├── Given_ImageSource.cs │ │ │ ├── Given_ItemsControl.cs │ │ │ ├── Given_ItemsPresenter.cs │ │ │ ├── Given_ListViewBase.Measure.cs │ │ │ ├── Given_ListViewBase.cs │ │ │ ├── Given_ListViewBase_Items.cs │ │ │ ├── Given_MediaPlayerElement.cs │ │ │ ├── Given_MenuFlyout.cs │ │ │ ├── Given_NativeFrame.cs │ │ │ ├── Given_Native_View.cs │ │ │ ├── Given_NavigationView.cs │ │ │ ├── Given_PasswordBox.cs │ │ │ ├── Given_PersonPicture.cs │ │ │ ├── Given_Pivot.cs │ │ │ ├── Given_ProgressBar.cs │ │ │ ├── Given_ProgressRing.cs │ │ │ ├── Given_RadioButton.cs │ │ │ ├── Given_RadioMenuFlyoutItem.cs │ │ │ ├── Given_RelativePanel.cs │ │ │ ├── Given_SKCanvasElement.skia.cs │ │ │ ├── Given_ScrollViewer.cs │ │ │ ├── Given_Slider.cs │ │ │ ├── Given_SplitView.cs │ │ │ ├── Given_StackPanel.cs │ │ │ ├── Given_SwipeControl.cs │ │ │ ├── Given_TextBlock.cs │ │ │ ├── Given_TextBox.cs │ │ │ ├── Given_TextBox.skia.cs │ │ │ ├── Given_TimePicker.cs │ │ │ ├── Given_ToggleSwitch.cs │ │ │ ├── Given_ToolTip.cs │ │ │ ├── Given_TreeView.cs │ │ │ ├── Given_TwoPaneView.cs │ │ │ ├── Given_UIElementCollection.cs │ │ │ ├── Given_Viewbox.cs │ │ │ ├── Given_WebView.cs │ │ │ ├── Given_WebView2.cs │ │ │ ├── GridPages │ │ │ │ ├── GridAdder.cs │ │ │ │ ├── GridWithColumns.xaml │ │ │ │ └── GridWithColumns.xaml.cs │ │ │ ├── GroupingObservableCollection.cs │ │ │ ├── HtmlElementAttributeTests │ │ │ │ └── Given_HtmlElementAttribute.wasm.cs │ │ │ ├── HyperlinkButtonTests │ │ │ │ ├── Given_HyperlinkButton.cs │ │ │ │ ├── HyperlinkButtonPage.xaml │ │ │ │ └── HyperlinkButtonPage.xaml.cs │ │ │ ├── Icons │ │ │ │ ├── Given_BitmapIcon.cs │ │ │ │ ├── Given_FontIcon.cs │ │ │ │ ├── Given_IconSourceElement.cs │ │ │ │ ├── Given_PathIcon.cs │ │ │ │ └── Given_SymbolIcon.cs │ │ │ ├── ImageControls │ │ │ │ ├── When_Image.xaml │ │ │ │ └── When_Image.xaml.cs │ │ │ ├── ImageSource_TargetNullValue.xaml │ │ │ ├── ImageSource_TargetNullValue.xaml.cs │ │ │ ├── InlineTextInSpan.xaml │ │ │ ├── InlineTextInSpan.xaml.cs │ │ │ ├── ListViewPages │ │ │ │ ├── ListViewBoundSelectionPage.xaml │ │ │ │ ├── ListViewBoundSelectionPage.xaml.cs │ │ │ │ ├── ListViewCollectionViewSourcePage.xaml │ │ │ │ ├── ListViewCollectionViewSourcePage.xaml.cs │ │ │ │ ├── ListViewTemplateOuterBindingPage.xaml │ │ │ │ ├── ListViewTemplateOuterBindingPage.xaml.cs │ │ │ │ ├── ListView_ObservableCollection_CreationCount.xaml │ │ │ │ └── ListView_ObservableCollection_CreationCount.xaml.cs │ │ │ ├── MeasureCountCarouselPanel.cs │ │ │ ├── MenuFlyoutPages │ │ │ │ ├── Native_AppBarButton_Page.xaml │ │ │ │ └── Native_AppBarButton_Page.xaml.cs │ │ │ ├── MyLinearLayout.cs │ │ │ ├── NativeContainer.Android.cs │ │ │ ├── NativeContainer.Xamarin.cs │ │ │ ├── NativeContainer.cs │ │ │ ├── NativeContainer.iOS.cs │ │ │ ├── NativeContainer.managed.cs │ │ │ ├── NativeViewPage │ │ │ │ ├── NativeView.cs │ │ │ │ ├── NativeViewIFrameworkElement.cs │ │ │ │ ├── NativeView_Grid_Page.xaml │ │ │ │ ├── NativeView_Grid_Page.xaml.cs │ │ │ │ ├── NativeView_Page.xaml │ │ │ │ └── NativeView_Page.xaml.cs │ │ │ ├── Repeater │ │ │ │ ├── Given_ItemsRepeater.cs │ │ │ │ └── UniformGridLayout │ │ │ │ │ └── Given_UniformGridLayout.cs │ │ │ ├── ReuseCountGrid.cs │ │ │ ├── Slider │ │ │ │ └── SliderUnitTests.cs │ │ │ ├── TestsResources.xaml │ │ │ ├── TestsResources.xaml.cs │ │ │ ├── TextBox_Wrapping.xaml │ │ │ ├── TextBox_Wrapping.xaml.cs │ │ │ ├── TextDecorationsBinding.xaml │ │ │ ├── TextDecorationsBinding.xaml.cs │ │ │ ├── TreeViewTests │ │ │ │ ├── When_Delete_Node_With_MenuFlyout.xaml │ │ │ │ ├── When_Delete_Node_With_MenuFlyout.xaml.cs │ │ │ │ ├── When_Open_Close_Twice.xaml │ │ │ │ ├── When_Open_Close_Twice.xaml.cs │ │ │ │ ├── When_Open_Close_Twice_Grid.xaml │ │ │ │ └── When_Open_Close_Twice_Grid.xaml.cs │ │ │ ├── When_TwoWay_Text_Binding.xaml │ │ │ └── When_TwoWay_Text_Binding.xaml.cs │ │ ├── Windows_UI_Xaml_Controls_Primitives │ │ │ ├── Given_LayoutInformation.cs │ │ │ ├── Given_Popup.cs │ │ │ ├── Given_ScrollBar.cs │ │ │ ├── PopupPages │ │ │ │ ├── ReachMainTreePage.xaml │ │ │ │ └── ReachMainTreePage.xaml.cs │ │ │ └── RangeBase │ │ │ │ └── RangeBaseTests.cs │ │ ├── Windows_UI_Xaml_Data │ │ │ ├── BindableFoundationStructsTestPage.xaml │ │ │ ├── BindableFoundationStructsTestPage.xaml.cs │ │ │ ├── BindableNullableValueTypeTestPage.xaml │ │ │ ├── BindableNullableValueTypeTestPage.xaml.cs │ │ │ ├── BindingExpression_With_Converter.xaml │ │ │ ├── BindingExpression_With_Converter.xaml.cs │ │ │ ├── Given_BindableFoundationStructs.cs │ │ │ ├── Given_BindableNullableValueType.cs │ │ │ ├── Given_BindingExpression.cs │ │ │ ├── Given_CollectionView.cs │ │ │ ├── Given_Convert.cs │ │ │ ├── Given_ISelectionInfo.cs │ │ │ ├── When_Binding_Sources_Setup.xaml │ │ │ └── When_Binding_Sources_Setup.xaml.cs │ │ ├── Windows_UI_Xaml_Documents │ │ │ ├── Given_Hyperlink.cs │ │ │ ├── Given_Inline.cs │ │ │ ├── Given_Run.cs │ │ │ └── Setup │ │ │ │ ├── InlineTextLiteralTests.xaml │ │ │ │ └── InlineTextLiteralTests.xaml.cs │ │ ├── Windows_UI_Xaml_Input │ │ │ ├── Given_FocusManager.cs │ │ │ ├── Given_GestureRecognizer.cs │ │ │ ├── Given_StandardUICommand.cs │ │ │ ├── Given_XamlUICommand.cs │ │ │ └── TestPages │ │ │ │ ├── FocusNavigationPage.cs │ │ │ │ ├── ListViewItemPage.xaml │ │ │ │ ├── ListViewItemPage.xaml.cs │ │ │ │ ├── Manipulation_Inertia.xaml │ │ │ │ ├── Manipulation_Inertia.xaml.cs │ │ │ │ ├── NavigationViewPage.xaml │ │ │ │ ├── NavigationViewPage.xaml.cs │ │ │ │ ├── TwoButtonFirstPage.xaml │ │ │ │ ├── TwoButtonFirstPage.xaml.cs │ │ │ │ ├── TwoButtonSecondPage.xaml │ │ │ │ └── TwoButtonSecondPage.xaml.cs │ │ ├── Windows_UI_Xaml_Markup │ │ │ ├── Given_MarkupExtension.cs │ │ │ ├── Given_XamlReader.cs │ │ │ ├── MarkupExtension_CodegenTypeCast.xaml │ │ │ ├── MarkupExtension_CodegenTypeCast.xaml.cs │ │ │ ├── MarkupExtension_FullNameFirst.xaml │ │ │ ├── MarkupExtension_FullNameFirst.xaml.cs │ │ │ ├── MarkupExtension_MultiLevelNesting.xaml │ │ │ ├── MarkupExtension_MultiLevelNesting.xaml.cs │ │ │ ├── MarkupExtension_ParserContext.xaml │ │ │ ├── MarkupExtension_ParserContext.xaml.cs │ │ │ └── MarkupExtension_ParserContext_RD.xaml │ │ ├── Windows_UI_Xaml_Media │ │ │ ├── Given_AcrylicBrush.cs │ │ │ ├── Given_BasicAutomatedTransformation.cs │ │ │ ├── Given_FontFamily.cs │ │ │ ├── Given_FontFamilyLoader.cs │ │ │ ├── Given_Geometry.cs │ │ │ ├── Given_GeometryData.cs │ │ │ ├── Given_GradientBrush.cs │ │ │ ├── Given_ImageBrush.cs │ │ │ ├── Given_LinearGradientBrush_Faux.cs │ │ │ ├── Given_MatrixTranform.cs │ │ │ ├── Given_RevealBrush.cs │ │ │ ├── Given_VisualTreeHelper.cs │ │ │ ├── Given_XamlCompositionBrushBase.cs │ │ │ ├── Transform │ │ │ │ ├── Basics_Automated.xaml │ │ │ │ └── Basics_Automated.xaml.cs │ │ │ └── VisualTreeHelperPages │ │ │ │ ├── Native_View_Page.xaml │ │ │ │ └── Native_View_Page.xaml.cs │ │ ├── Windows_UI_Xaml_Media_Animation │ │ │ ├── Given_ColorAnimationUsingKeyFrames.cs │ │ │ ├── Given_DoubleAnimation.cs │ │ │ ├── Given_DoubleAnimationUsingKeyFrames.cs │ │ │ ├── Given_ObjectAnimationUsingKeyFrames.cs │ │ │ ├── Given_Storyboard.cs │ │ │ ├── Given_TemplateBindingAfterAnimation.cs │ │ │ └── TestPages │ │ │ │ ├── BeginStopBegin.xaml │ │ │ │ ├── BeginStopBegin.xaml.cs │ │ │ │ ├── ColorAnimationPage.xaml │ │ │ │ ├── ColorAnimationPage.xaml.cs │ │ │ │ ├── QuickMultiTransitionsPage.xaml │ │ │ │ ├── QuickMultiTransitionsPage.xaml.cs │ │ │ │ ├── TemplateBindingAfterAnimationPage.xaml │ │ │ │ └── TemplateBindingAfterAnimationPage.xaml.cs │ │ ├── Windows_UI_Xaml_Media_Imaging │ │ │ ├── Given_BitmapSource.cs │ │ │ ├── Given_RenderTargetBitmap.cs │ │ │ └── Given_WriteableBitmap.cs │ │ ├── Windows_UI_Xaml_Shapes │ │ │ ├── Given_Android_Relative_Shape_Rounding.cs │ │ │ ├── Given_Path.cs │ │ │ ├── Given_Rectangle.cs │ │ │ └── When_Shape.cs │ │ └── Windows_Web │ │ │ └── Http │ │ │ └── Given_HttpCookie.cs │ ├── UITests │ │ └── _Engine │ │ │ ├── AutoRetryAttribute.cs │ │ │ ├── NUnit │ │ │ └── Attributes.cs │ │ │ ├── QueryEx.cs │ │ │ ├── QueryResult.cs │ │ │ ├── RuntimeTestsApp.MouseHelper.cs │ │ │ ├── RuntimeTestsApp.cs │ │ │ ├── RuntimeTestsAppExtensions.cs │ │ │ ├── SampleControlUITestBase.cs │ │ │ └── UnoUITests │ │ │ ├── Extensions.cs │ │ │ ├── Helpers │ │ │ ├── QueryExtensions.async.cs │ │ │ └── QueryExtensions.cs │ │ │ ├── IApp.cs │ │ │ ├── IAppQuery.cs │ │ │ ├── IAppRect.cs │ │ │ └── Platform.cs │ ├── UITestsImport.props │ ├── UnitTestsImport.props │ ├── Uno.UI.RuntimeTests.Skia.csproj │ ├── Uno.UI.RuntimeTests.Wasm.csproj │ ├── Uno.UI.RuntimeTests.Windows.csproj │ └── Uno.UI.RuntimeTests.netcoremobile.csproj ├── Uno.UI.TestComparer │ ├── App.config │ ├── AppCenterTestsDownloader.cs │ ├── AzureDevopsDownloader.cs │ ├── Comparer │ │ ├── CompareResult.cs │ │ ├── CompareResultFile.cs │ │ ├── CompareResultFileRun.cs │ │ └── TestFilesComparer.cs │ ├── GitHubClient.cs │ ├── Helpers.cs │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── Uno.UI.TestComparer.csproj ├── Uno.UI.Tests.ViewLibrary │ ├── MyExtControl.cs │ ├── MyTextBox.cs │ ├── TestInitializer.cs │ ├── Themes │ │ ├── Generic.xaml │ │ ├── More │ │ │ ├── Test_Dictionary_Abs.xaml │ │ │ ├── Test_Dictionary_Initializer.xaml │ │ │ └── Test_Dictionary_Merged.xaml │ │ └── MyExtControl.xaml │ └── Uno.UI.Tests.ViewLibrary.csproj ├── Uno.UI.Tests.ViewLibraryProps │ ├── Themes │ │ └── Button.xaml │ └── Uno.UI.Tests.ViewLibraryProps.csproj ├── Uno.UI.Tests │ ├── Animations │ │ ├── Given_Duration.cs │ │ ├── Given_KeySpline.cs │ │ └── Given_RepeatBehavior.cs │ ├── App │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Behaviors │ │ │ └── AttachedPropertiesBehavior.cs │ │ ├── BindableMetadataProvider.cs │ │ ├── Views │ │ │ ├── BooleanToBrushConverter.cs │ │ │ ├── MustNeverBeCreated.cs │ │ │ ├── MustNeverBeCreatedResourceDictionary.cs │ │ │ ├── MyBehavior.cs │ │ │ ├── MyControl.cs │ │ │ ├── MyDependencyObject.cs │ │ │ ├── MyPoco.cs │ │ │ ├── MyResourceLoader.cs │ │ │ ├── ResourceTestControl.cs │ │ │ ├── SpiffyItemsControl.cs │ │ │ └── StylesTestControl.cs │ │ └── Xaml │ │ │ ├── Subclassed_Dictionary.xaml │ │ │ ├── Subclassed_Dictionary.xaml.cs │ │ │ ├── Subclassed_Dictionary_With_Property.xaml │ │ │ ├── Subclassed_Dictionary_With_Property.xaml.cs │ │ │ ├── Test_Control.xaml │ │ │ ├── Test_Control.xaml.cs │ │ │ ├── Test_Control_With_Initializer.xaml │ │ │ ├── Test_Control_With_Initializer.xaml.cs │ │ │ ├── Test_Control_With_Subclassed_ResourceDictionary_With_Custom_Property.xaml │ │ │ ├── Test_Control_With_Subclassed_ResourceDictionary_With_Custom_Property.xaml.cs │ │ │ ├── Test_CreateFromString.xaml │ │ │ ├── Test_CreateFromString.xaml.cs │ │ │ ├── Test_Dictionary.xaml │ │ │ ├── Test_Dictionary_Inner.xaml │ │ │ ├── Test_Dictionary_Isolated.xaml │ │ │ ├── Test_Dictionary_Isolated_2.xaml │ │ │ ├── Test_Dictionary_Lazy.xaml │ │ │ ├── Test_Dictionary_Theme.xaml │ │ │ ├── Test_MarkupExtension.xaml │ │ │ ├── Test_MarkupExtension.xaml.cs │ │ │ ├── Test_Page.xaml │ │ │ ├── Test_Page.xaml.cs │ │ │ ├── Test_Page_Other.xaml │ │ │ ├── Test_Page_Other.xaml.cs │ │ │ ├── Test_SetterTarget.xaml │ │ │ ├── Test_SetterTarget.xaml.cs │ │ │ └── Test_Styles.xaml │ ├── BinderTests │ │ ├── Given_Binder.Converter.cs │ │ ├── Given_Binder.DependencyPropertyPath.cs │ │ ├── Given_Binder.DynamicObject.cs │ │ ├── Given_Binder.Expando.cs │ │ ├── Given_Binder.FastConvert.cs │ │ ├── Given_Binder.GeneratedAttached.cs │ │ ├── Given_Binder.Indexer.cs │ │ ├── Given_Binder.LocalCache.cs │ │ ├── Given_Binder.PocoBinding.cs │ │ ├── Given_Binder.TargetNullValue.cs │ │ ├── Given_Binder.TwoWay.cs │ │ ├── Given_Binder.cs │ │ ├── Given_Binder.inpc.cs │ │ ├── Given_BindingPath.cs │ │ └── PhaseBindingTests.cs │ ├── BitmapImageTests │ │ └── Given_BitmapImage.cs │ ├── Buffers │ │ ├── Given_ArrayPool.cs │ │ └── Given_LinearArrayPool.cs │ ├── CollectionViewTests │ │ ├── Given_CollectionViewSource.cs │ │ └── Given_VectorChangedEventArgs.cs │ ├── Collections │ │ ├── Given_HashtableEx.cs │ │ └── Helpers.cs │ ├── CompositionTests │ │ └── ExpressionAnimationParserTests.cs │ ├── Converters │ │ └── FromNullableBoolToVisibilityConverter.cs │ ├── CustomPanelTests │ │ └── Given_CustomPanel.cs │ ├── DependencyProperty │ │ ├── Given_DependencyObject.cs │ │ ├── Given_DependencyObjectCollection.cs │ │ ├── Given_DependencyObjectInGlobalNamespace.cs │ │ ├── Given_DependencyProperty.AttachedPropagation.cs │ │ ├── Given_DependencyProperty.DataContext.cs │ │ ├── Given_DependencyProperty.DefaultValueProvider.cs │ │ ├── Given_DependencyProperty.Inversion.cs │ │ ├── Given_DependencyProperty.ManualPropagation.cs │ │ ├── Given_DependencyProperty.Owner.cs │ │ ├── Given_DependencyProperty.Propagation.cs │ │ ├── Given_DependencyProperty.StandardProperty.cs │ │ ├── Given_DependencyProperty.TemplatedParent.cs │ │ ├── Given_DependencyProperty.Type.cs │ │ ├── Given_DependencyProperty.Weak.cs │ │ └── Given_DependencyProperty.cs │ ├── Extensions │ │ ├── Given_Deque.cs │ │ ├── Given_EnumerableExtensions.cs │ │ ├── Given_LayoutHelper.cs │ │ ├── Given_Matrix3x2Extensions.cs │ │ └── Given_TimeSpanExtensions.cs │ ├── Foundation │ │ ├── Given_DelegateCommand.cs │ │ ├── Given_Rect.cs │ │ └── Given_StackVector.cs │ ├── Global.cs │ ├── Helpers │ │ ├── AssertEx.cs │ │ ├── Given_AbsolutePathComparer.cs │ │ ├── GroupedObservableCollection.cs │ │ ├── MuxVerify.cs │ │ ├── ObservableCollectionEx.cs │ │ └── ThemeHelper.cs │ ├── HotReload │ │ └── Windows_UI_Xaml │ │ │ ├── Controls │ │ │ ├── Template_XAML_Scope_Control.xaml │ │ │ ├── Template_XAML_Scope_Control.xaml.cs │ │ │ ├── Theme_Changed_Control.xaml │ │ │ └── Theme_Changed_Control.xaml.cs │ │ │ ├── Given_StaticResource.hotreload.cs │ │ │ └── Given_ThemeResource.hotreload.cs │ ├── Lottie │ │ ├── Given_DynamicReloadedLottieAnimatedVisualSource.cs │ │ └── animation.json │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── ResourceLoader │ │ ├── Controls │ │ │ ├── When_Collection_And_InlineProperty.xaml │ │ │ └── When_Collection_And_InlineProperty.xaml.cs │ │ ├── Given_ResourceLoader.cs │ │ ├── Strings │ │ │ ├── en │ │ │ │ ├── Resources.Designer.cs │ │ │ │ └── Resources.resw │ │ │ ├── fr │ │ │ │ ├── Resources.Designer.cs │ │ │ │ └── Resources.resw │ │ │ └── sr │ │ │ │ └── Resources.resw │ │ ├── When_ResourceFile-en.upri │ │ ├── When_ResourceFile_Neutral_Both-en.upri │ │ └── When_ResourceFile_Neutral_Both-fr.upri │ ├── Resources │ │ ├── Given_AndroidResourceConverter.cs │ │ ├── Given_ResourceCandidate.cs │ │ └── Given_iOSResourceConverter.cs │ ├── RoutedEventTests │ │ └── Given_TappedRoutedEvent.cs │ ├── Uno.UI.Unit.Tests.csproj │ ├── Uno_UI_Core │ │ └── Given_KeyboardStateTracker.cs │ ├── WeakReferencePool │ │ └── Given_WeakReferencePool.cs │ ├── Windows_ApplicationModel_DataTransfer │ │ └── Given_FileUriHelper.cs │ ├── Windows_Data_Xml │ │ └── DomTests │ │ │ ├── Given_XmlDocument.cs │ │ │ └── basictest.xml │ ├── Windows_Foundation_Collections │ │ └── Given_ObservableVector.cs │ ├── Windows_Globalization │ │ ├── Given_CalendarFormatter.cs │ │ ├── Given_CurrencyFormatter.cs │ │ ├── Given_DecimalFormatter.cs │ │ ├── Given_IncrementNumberRounder.cs │ │ ├── Given_NumeralSystemTranslator.cs │ │ ├── Given_PercentFormatter.cs │ │ ├── Given_PermilleFormatter.cs │ │ ├── Given_Rounder.cs │ │ ├── Given_SignificantDigitsNumberRounder.cs │ │ └── When_Calendar.cs │ ├── Windows_Storage │ │ └── Given_DataTypeSerializer.cs │ ├── Windows_Storage_Streams │ │ └── Given_StorageStreamReference.cs │ ├── Windows_System │ │ └── Profile │ │ │ └── Internal │ │ │ └── VersionHelpersTests.cs │ ├── Windows_UI │ │ └── Given_Color.cs │ ├── Windows_UI_Input │ │ └── Given_GestureRecognizer.cs │ ├── Windows_UI_XAML_Controls │ │ ├── BorderTests │ │ │ ├── Context.cs │ │ │ └── Given_Border.cs │ │ ├── CanvasTests │ │ │ └── Given_Canvas.cs │ │ ├── CheckBoxTests │ │ │ └── Given_CheckBox.cs │ │ ├── ComboBoxTests │ │ │ └── Given_ComboBox.cs │ │ ├── ContentDialogTests │ │ │ └── Given_ContentDialog.cs │ │ ├── ControlTests │ │ │ └── Given_Control.cs │ │ ├── FlyoutTests │ │ │ ├── Controls │ │ │ │ ├── SettingsFlyout.xaml │ │ │ │ └── SettingsFlyout.xaml.cs │ │ │ └── Given_Flyout.cs │ │ ├── Frame │ │ │ └── Given_Frame.cs │ │ ├── GridTests │ │ │ ├── Context.cs │ │ │ ├── Controls │ │ │ │ ├── Grid_Uses_Common_Syntax.xaml │ │ │ │ ├── Grid_Uses_Common_Syntax.xaml.cs │ │ │ │ ├── Grid_Uses_New_Assigned_ContentProperty_Syntax.xaml │ │ │ │ ├── Grid_Uses_New_Assigned_ContentProperty_Syntax.xaml.cs │ │ │ │ ├── Grid_Uses_New_Succinct_Syntax.xaml │ │ │ │ └── Grid_Uses_New_Succinct_Syntax.xaml.cs │ │ │ ├── Given_Grid.cs │ │ │ ├── Given_GridLength.cs │ │ │ ├── Given_Grid_And_Min_Max.cs │ │ │ └── Given_Grid_Def_ActualSize.cs │ │ ├── Helpers │ │ │ └── Given_OrientedSize.cs │ │ ├── ImageTests │ │ │ └── Given_ImageSizeHelper.cs │ │ ├── ItemsControlTests │ │ │ └── Given_ItemsControl.cs │ │ ├── ListViewBaseTests │ │ │ ├── Given_ListViewBase.cs │ │ │ └── Given_ListViewBase_CustomContainer.cs │ │ ├── PasswordBoxTests │ │ │ └── Given_PasswordBox.cs │ │ ├── PivotTests │ │ │ └── Given_Pivot.cs │ │ ├── PopupTests │ │ │ ├── Controls │ │ │ │ ├── When_Popup.xaml │ │ │ │ └── When_Popup.xaml.cs │ │ │ └── Given_Pivot.cs │ │ ├── RadioButtonsTests │ │ │ ├── Controls │ │ │ │ ├── When_RadioButtons_TemplateBinding.xaml │ │ │ │ └── When_RadioButtons_TemplateBinding.xaml.cs │ │ │ └── Given_RadioButtons.cs │ │ ├── RelativePanelTests │ │ │ └── Given_RelativePanel.cs │ │ ├── SelectorTests │ │ │ └── Given_Selector.cs │ │ ├── StackPanelTest │ │ │ ├── Context.cs │ │ │ └── Given_StackPanel.cs │ │ ├── TextBlockTests │ │ │ ├── Given_TextBlock.cs │ │ │ ├── Given_TextBlockMeasureCache.cs │ │ │ ├── LineBreak_Surrounding_WhiteSpace.xaml │ │ │ ├── LineBreak_Surrounding_WhiteSpace.xaml.cs │ │ │ ├── WhiteSpace_In_TextBlock_Inlines.xaml │ │ │ └── WhiteSpace_In_TextBlock_Inlines.xaml.cs │ │ ├── TextBoxTests │ │ │ └── Given_TextBox.cs │ │ ├── TimePickerTests │ │ │ └── Given_TimePicker.cs │ │ ├── UserControlTests │ │ │ ├── Given_UserControl.cs │ │ │ ├── UserControl_TopLevelBinding.xaml │ │ │ ├── UserControl_TopLevelBinding.xaml.cs │ │ │ ├── UserControl_TopLevelBinding_UserControl.xaml │ │ │ ├── UserControl_TopLevelBinding_UserControl.xaml.cs │ │ │ ├── UserControl_WriteOnlyProperty.xaml │ │ │ ├── UserControl_WriteOnlyProperty.xaml.cs │ │ │ ├── UserControl_WriteOnlyProperty_UserControl.xaml │ │ │ └── UserControl_WriteOnlyProperty_UserControl.xaml.cs │ │ └── xLoad │ │ │ └── Given_xLoadSetters.cs │ ├── Windows_UI_Xaml │ │ ├── Controls │ │ │ ├── SomeNotImplType.cs │ │ │ ├── ThemeResource_Direct_Assignment_Incompatible.xaml │ │ │ ├── ThemeResource_Direct_Assignment_Incompatible_Page.xaml │ │ │ ├── ThemeResource_Direct_Assignment_Incompatible_Page.xaml.cs │ │ │ ├── ThemeResource_In_Visual_States.xaml │ │ │ ├── ThemeResource_In_Visual_States_Page.xaml │ │ │ ├── ThemeResource_In_Visual_States_Page.xaml.cs │ │ │ ├── ThemeResource_Named_ResourceDictionary_Override.xaml │ │ │ ├── ThemeResource_Named_ResourceDictionary_Override.xaml.cs │ │ │ ├── ThemeResource_Named_ResourceDictionary_Override_Green.xaml │ │ │ ├── ThemeResource_Named_ResourceDictionary_Override_MyBrush.xaml │ │ │ ├── ThemeResource_Named_ResourceDictionary_Override_Red.xaml │ │ │ ├── ThemeResource_Themed_Color.xaml │ │ │ ├── ThemeResource_Themed_Color_Page.xaml │ │ │ ├── ThemeResource_Themed_Color_Page.xaml.cs │ │ │ ├── ThemeResource_When_Setter_Override_From_Visual_Parent.xaml │ │ │ ├── ThemeResource_When_Setter_Override_From_Visual_Parent.xaml.cs │ │ │ ├── ThemeResource_When_Setter_Override_State_From_Visual_Parent.xaml │ │ │ ├── ThemeResource_When_Setter_Override_State_From_Visual_Parent.xaml.cs │ │ │ ├── ThemeResource_When_Theme_Bound_Overwritten_By_Local_Page.xaml │ │ │ ├── ThemeResource_When_Theme_Bound_Overwritten_By_Local_Page.xaml.cs │ │ │ ├── ThemeResource_When_VisualState_Setter_Value_Complex_Path_Page.xaml │ │ │ ├── ThemeResource_When_VisualState_Setter_Value_Complex_Path_Page.xaml.cs │ │ │ ├── ThemeResource_When_VisualState_Setter_Value_Page.xaml │ │ │ ├── ThemeResource_When_VisualState_Setter_Value_Page.xaml.cs │ │ │ ├── When_Conditional_IsTypePresent_Page.xaml │ │ │ ├── When_Conditional_IsTypePresent_Page.xaml.cs │ │ │ ├── When_NameScope.xaml │ │ │ ├── When_NameScope.xaml.cs │ │ │ ├── When_NameScope_DataTemplate.xaml │ │ │ ├── When_NameScope_DataTemplate.xaml.cs │ │ │ ├── When_NameScope_Inner.xaml │ │ │ ├── When_NameScope_Inner.xaml.cs │ │ │ ├── When_NonFrameworkElement_Event.xaml │ │ │ ├── When_NonFrameworkElement_Event.xaml.cs │ │ │ ├── When_Resource_NotImplemented_Dict.xaml │ │ │ ├── When_Resource_NotImplemented_Page.xaml │ │ │ ├── When_Resource_NotImplemented_Page.xaml.cs │ │ │ ├── When_Source_And_Globbing_From_Included_File.xaml │ │ │ ├── When_Source_And_Globbing_From_Included_File.xaml.cs │ │ │ ├── When_StaticResource_And_VisualState_Setter_ClearValue.xaml │ │ │ ├── When_StaticResource_And_VisualState_Setter_ClearValue.xaml.cs │ │ │ ├── When_TemplateBinding_And_VisualState_Setter_ClearValue.xaml │ │ │ ├── When_TemplateBinding_And_VisualState_Setter_ClearValue.xaml.cs │ │ │ ├── When_xLoad_DataTemplate.xaml │ │ │ ├── When_xLoad_DataTemplate.xaml.cs │ │ │ ├── When_xLoad_DataTemplate_In_ResDict.xaml │ │ │ ├── When_xLoad_DataTemplate_In_ResDict.xaml.cs │ │ │ ├── When_xLoad_DataTemplate_In_ResDict_Global.xaml │ │ │ ├── When_xLoad_Deferred_StaticCollapsed.xaml │ │ │ ├── When_xLoad_Deferred_StaticCollapsed.xaml.cs │ │ │ ├── When_xLoad_Deferred_VisibilityBinding.xaml │ │ │ ├── When_xLoad_Deferred_VisibilityBinding.xaml.cs │ │ │ ├── When_xLoad_Deferred_VisibilityxBind.xaml │ │ │ ├── When_xLoad_Deferred_VisibilityxBind.xaml.cs │ │ │ ├── When_xLoad_LoadSingle.xaml │ │ │ ├── When_xLoad_LoadSingle.xaml.cs │ │ │ ├── When_xLoad_Multiple.xaml │ │ │ ├── When_xLoad_Multiple.xaml.cs │ │ │ ├── When_xLoad_xBind.xaml │ │ │ ├── When_xLoad_xBind.xaml.cs │ │ │ ├── When_xLoad_xBind_xLoad_Initial.xaml │ │ │ ├── When_xLoad_xBind_xLoad_Initial.xaml.cs │ │ │ ├── When_xName_In_Dictionary_Reference_Equality.xaml │ │ │ └── When_xName_In_Dictionary_Reference_Equality.xaml.cs │ │ ├── CreateFromStringTests │ │ │ └── Given_CreateFromString.cs │ │ ├── EventsTests │ │ │ ├── Controls │ │ │ │ ├── FrameworkElement_ControlTemplate_Event.xaml │ │ │ │ ├── FrameworkElement_ControlTemplate_Event.xaml.cs │ │ │ │ ├── FrameworkElement_DataTemplate_Event.xaml │ │ │ │ ├── FrameworkElement_DataTemplate_Event.xaml.cs │ │ │ │ ├── FrameworkElement_DataTemplate_Event_OtherControl.xaml │ │ │ │ ├── FrameworkElement_DataTemplate_Event_OtherControl.xaml.cs │ │ │ │ ├── FrameworkElement_DataTemplate_Event_OtherControl_DataTemplate.xaml │ │ │ │ ├── FrameworkElement_DataTemplate_Event_OtherControl_DataTemplate.xaml.cs │ │ │ │ ├── FrameworkElement_ItemsPanelTemplate_Event.xaml │ │ │ │ └── FrameworkElement_ItemsPanelTemplate_Event.xaml.cs │ │ │ └── Given_FrameworkElement_Event.cs │ │ ├── FrameworkElementTests │ │ │ └── Given_FindName.cs │ │ ├── Given_AdaptiveTrigger.cs │ │ ├── Given_Conditional_Xaml.cs │ │ ├── Given_CustomResource.cs │ │ ├── Given_Explicit_Style.cs │ │ ├── Given_FrameworkTemplate.cs │ │ ├── Given_Implicit_Style.cs │ │ ├── Given_Namescope.cs │ │ ├── Given_NonFrameworkElement_TopLevel.cs │ │ ├── Given_ResourceDictionary.cs │ │ ├── Given_SpecializedResourceDictionary.cs │ │ ├── Given_StaticResource.cs │ │ ├── Given_Style.cs │ │ ├── Given_ThemeResource.cs │ │ ├── Given_Window.cs │ │ ├── Given_xLoad.cs │ │ ├── Input │ │ │ └── Focus │ │ │ │ ├── Given_FocusSelection.cs │ │ │ │ ├── Given_XYFocusAlgorithms.cs │ │ │ │ ├── Given_XYFocusBasicAlgorithm.cs │ │ │ │ ├── Given_XYFocusBubbling.cs │ │ │ │ ├── Given_XYFocusProximityStrategy.cs │ │ │ │ └── Given_XYFocusTreeWalker.cs │ │ ├── MarkupExtensionTests │ │ │ └── Given_MarkupExtension.cs │ │ ├── Theming │ │ │ └── Given_Element_Theme.cs │ │ └── VisualStateManagerTests │ │ │ ├── Given_GoToStateCoreOverride.cs │ │ │ └── Given_VisualStateManager.cs │ ├── Windows_UI_Xaml_Data │ │ ├── BindingHelperTests │ │ │ └── Given_XamlBindingHelper.cs │ │ ├── BindingTests │ │ │ ├── Controls │ │ │ │ ├── Binding_ElementName_In_Template.xaml │ │ │ │ ├── Binding_ElementName_In_Template.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_In_Template.xaml │ │ │ │ ├── Binding_ElementName_In_Template_In_Template.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl.xaml │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl_Nested.xaml │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl_Nested.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl_Nested_Outer.xaml │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl_Nested_Outer.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl_NonUINested.xaml │ │ │ │ ├── Binding_ElementName_In_Template_ItemsControl_NonUINested.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_Resource.xaml │ │ │ │ ├── Binding_ElementName_In_Template_Resource.xaml.cs │ │ │ │ ├── Binding_ElementName_In_Template_Resource_In_Dictionary.xaml │ │ │ │ ├── Binding_ElementName_In_Template_Resource_In_Dictionary.xaml.cs │ │ │ │ ├── Binding_ElementName_NonUINested_GlobalResources.xaml │ │ │ │ ├── Binding_ElementName_NonUINested_GlobalResources.xaml.cs │ │ │ │ ├── Binding_ElementName_NonUINested_GlobalResources_Dictionary.xaml │ │ │ │ ├── Binding_Empty_Quotes.xaml │ │ │ │ ├── Binding_Empty_Quotes.xaml.cs │ │ │ │ ├── Binding_TemplateBinding_AttachedDP.xaml │ │ │ │ ├── Binding_TemplateBinding_AttachedDP.xaml.cs │ │ │ │ ├── Binding_Xaml_Object_With_Common_Properties.xaml │ │ │ │ ├── Binding_Xaml_Object_With_Common_Properties.xaml.cs │ │ │ │ ├── Binding_Xaml_Object_With_Xaml_Object_Properties.xaml │ │ │ │ └── Binding_Xaml_Object_With_Xaml_Object_Properties.xaml.cs │ │ │ └── Given_Binding.cs │ │ ├── CollectionViewTests │ │ │ ├── Given_CollectionView.cs │ │ │ └── Given_CollectionViewSource.cs │ │ └── xBindTests │ │ │ ├── Controls │ │ │ ├── Binding_Control.xaml │ │ │ ├── Binding_Control.xaml.cs │ │ │ ├── Binding_Converter.xaml │ │ │ ├── Binding_Converter.xaml.cs │ │ │ ├── Binding_Converter_DataTemplate.xaml │ │ │ ├── Binding_Converter_DataTemplate.xaml.cs │ │ │ ├── Binding_Converter_Parameter.xaml │ │ │ ├── Binding_Converter_Parameter.xaml.cs │ │ │ ├── Binding_Converter_TwoWay.xaml │ │ │ ├── Binding_Converter_TwoWay.xaml.cs │ │ │ ├── Binding_DataTemplate_TwoWay.xaml │ │ │ ├── Binding_DataTemplate_TwoWay.xaml.cs │ │ │ ├── Binding_DefaultBindMode.xaml │ │ │ ├── Binding_DefaultBindMode.xaml.cs │ │ │ ├── Binding_DefaultBindMode_DataTemplate.xaml │ │ │ ├── Binding_DefaultBindMode_DataTemplate.xaml.cs │ │ │ ├── Binding_Event.xaml │ │ │ ├── Binding_Event.xaml.cs │ │ │ ├── Binding_Event_DataTemplate.xaml │ │ │ ├── Binding_Event_DataTemplate.xaml.cs │ │ │ ├── Binding_Event_Nested.xaml │ │ │ ├── Binding_Event_Nested.xaml.cs │ │ │ ├── Binding_Event_Nested_DataTemplate.xaml │ │ │ ├── Binding_Event_Nested_DataTemplate.xaml.cs │ │ │ ├── Binding_NamespaceCollision.xaml │ │ │ ├── Binding_NamespaceCollision.xaml.cs │ │ │ ├── Binding_Nullable.xaml │ │ │ ├── Binding_Nullable.xaml.cs │ │ │ ├── Binding_OneTime_PocoObject_Static.xaml │ │ │ ├── Binding_OneTime_PocoObject_Static.xaml.cs │ │ │ ├── Binding_OneWay_PocoObject.xaml │ │ │ ├── Binding_OneWay_PocoObject.xaml.cs │ │ │ ├── Binding_Primitive_DataTemplate.xaml │ │ │ ├── Binding_Primitive_DataTemplate.xaml.cs │ │ │ ├── Binding_PropertyChangedAll.xaml │ │ │ ├── Binding_PropertyChangedAll.xaml.cs │ │ │ ├── Binding_SameClassName.xaml │ │ │ ├── Binding_SameClassName.xaml.cs │ │ │ ├── Binding_StateTrigger.xaml │ │ │ ├── Binding_StateTrigger.xaml.cs │ │ │ ├── Binding_Static_Event.xaml │ │ │ ├── Binding_Static_Event.xaml.cs │ │ │ ├── Binding_Static_Event_DataTemplate.xaml │ │ │ ├── Binding_Static_Event_DataTemplate.xaml.cs │ │ │ ├── Binding_TwoWay_BindBack.xaml │ │ │ ├── Binding_TwoWay_BindBack.xaml.cs │ │ │ ├── Binding_TwoWay_BindBack_DataTemplate.xaml │ │ │ ├── Binding_TwoWay_BindBack_DataTemplate.xaml.cs │ │ │ ├── Binding_TwoWay_InheritedProperty.xaml │ │ │ ├── Binding_TwoWay_InheritedProperty.xaml.cs │ │ │ ├── Binding_TwoWay_NamedElement.xaml │ │ │ ├── Binding_TwoWay_NamedElement.xaml.cs │ │ │ ├── Binding_TwoWay_Object.xaml │ │ │ ├── Binding_TwoWay_Object.xaml.cs │ │ │ ├── Binding_TwoWay_Object_DataTemplate.xaml │ │ │ ├── Binding_TwoWay_Object_DataTemplate.xaml.cs │ │ │ ├── Binding_TwoWay_Simple.xaml │ │ │ ├── Binding_TwoWay_Simple.xaml.cs │ │ │ ├── Binding_TypeCast.xaml │ │ │ ├── Binding_TypeCast.xaml.cs │ │ │ ├── Binding_TypeCast_DataTemplate.xaml │ │ │ ├── Binding_TypeCast_DataTemplate.xaml.cs │ │ │ ├── Binding_TypeMismatch.xaml │ │ │ ├── Binding_TypeMismatch.xaml.cs │ │ │ ├── Binding_TypeMismatch_DataTemplate.xaml │ │ │ ├── Binding_TypeMismatch_DataTemplate.xaml.cs │ │ │ ├── Binding_xLoad.xaml │ │ │ ├── Binding_xLoad.xaml.cs │ │ │ ├── Binding_xLoad_DataTemplate.xaml │ │ │ ├── Binding_xLoad_DataTemplate.xaml.cs │ │ │ ├── Binding_xLoad_Event.xaml │ │ │ ├── Binding_xLoad_Event.xaml.cs │ │ │ ├── Binding_xLoad_FallbackValue.xaml │ │ │ ├── Binding_xLoad_FallbackValue.xaml.cs │ │ │ ├── Binding_xLoad_FallbackValue_Converter.xaml │ │ │ ├── Binding_xLoad_FallbackValue_Converter.xaml.cs │ │ │ ├── Binding_xLoad_Setter.xaml │ │ │ ├── Binding_xLoad_Setter.xaml.cs │ │ │ ├── Binding_xLoad_Setter_Order.xaml │ │ │ ├── Binding_xLoad_Setter_Order.xaml.cs │ │ │ ├── Binding_xLoad_StaticResources.xaml │ │ │ ├── Binding_xLoad_StaticResources.xaml.cs │ │ │ ├── Binding_xLoad_Twice.xaml │ │ │ ├── Binding_xLoad_Twice.xaml.cs │ │ │ ├── Binding_xNull.xaml │ │ │ ├── Binding_xNull.xaml.cs │ │ │ ├── BoolToIntegerConverter.cs │ │ │ ├── DataTemplate_Control.xaml │ │ │ ├── DataTemplate_Control.xaml.cs │ │ │ ├── DataTemplate_StaticProperty_Control.xaml │ │ │ ├── DataTemplate_StaticProperty_Control.xaml.cs │ │ │ ├── Functions_Control.xaml │ │ │ ├── Functions_Control.xaml.cs │ │ │ ├── InverseBoolConverter.cs │ │ │ ├── StaticResource_Control.xaml │ │ │ ├── StaticResource_Control.xaml.cs │ │ │ ├── StringFormatConverter.cs │ │ │ ├── XBind_Indexer.xaml │ │ │ ├── XBind_Indexer.xaml.cs │ │ │ ├── XBind_ResourceDictionary.xaml │ │ │ ├── XBind_ResourceDictionary.xaml.cs │ │ │ ├── XBind_ResourceDictionary_Control.cs │ │ │ ├── xBind_AttachedProperty.xaml │ │ │ ├── xBind_AttachedProperty.xaml.cs │ │ │ ├── xBind_NullableRecordStruct.xaml │ │ │ ├── xBind_NullableRecordStruct.xaml.cs │ │ │ ├── xBind_PathLessCasting.xaml │ │ │ ├── xBind_PathLessCasting.xaml.cs │ │ │ ├── xBind_PathLessCasting_Template.xaml │ │ │ ├── xBind_PathLessCasting_Template.xaml.cs │ │ │ ├── xBind_UserControl.xaml │ │ │ ├── xBind_UserControl.xaml.cs │ │ │ ├── xBind_UserControl_To_OtherControl.xaml │ │ │ ├── xBind_UserControl_To_OtherControl.xaml.cs │ │ │ ├── xBind_UserControl_To_OtherControl_Inner.xaml │ │ │ ├── xBind_UserControl_To_OtherControl_Inner.xaml.cs │ │ │ ├── xBind_ValueType.xaml │ │ │ └── xBind_ValueType.xaml.cs │ │ │ ├── Given_StaticResource.cs │ │ │ ├── Given_xBind_Binding.cs │ │ │ ├── Given_xBind_Binding_Poco.cs │ │ │ ├── Given_xBind_DataTemplate.cs │ │ │ ├── Given_xBind_Functions.cs │ │ │ └── Given_xBind_UserControl.cs │ ├── Windows_UI_Xaml_Markup │ │ ├── MarkupExtensionTests │ │ │ ├── Controls │ │ │ │ ├── Attachable.cs │ │ │ │ ├── DebugMarkupExtension.cs │ │ │ │ ├── When_AttachedDP_Markup_Setup.xaml │ │ │ │ ├── When_AttachedDP_Markup_Setup.xaml.cs │ │ │ │ ├── When_DP_Markup_Setup.xaml │ │ │ │ └── When_DP_Markup_Setup.xaml.cs │ │ │ └── Given_MarkupExtension.cs │ │ ├── VisualStateManager_Lazy_Tests │ │ │ ├── Controls │ │ │ │ ├── When_VisualStateManager_Lazy.xaml │ │ │ │ ├── When_VisualStateManager_Lazy.xaml.cs │ │ │ │ ├── When_VisualStateManager_Lazy_ThemeChanges.xaml │ │ │ │ ├── When_VisualStateManager_Lazy_ThemeChanges.xaml.cs │ │ │ │ ├── When_VisualStateManager_xName.xaml │ │ │ │ └── When_VisualStateManager_xName.xaml.cs │ │ │ └── VisualStateManager_Lazy.cs │ │ ├── XUidTests │ │ │ ├── Controls │ │ │ │ ├── When_Empty_XUid.xaml │ │ │ │ ├── When_Empty_XUid.xaml.cs │ │ │ │ ├── When_XUid_And_AttachedProperty.xaml │ │ │ │ ├── When_XUid_And_AttachedProperty.xaml.cs │ │ │ │ ├── When_XUid_And_AttachedProperty_And_Conversion.xaml │ │ │ │ └── When_XUid_And_AttachedProperty_And_Conversion.xaml.cs │ │ │ └── Given_xUid.cs │ │ └── XamlReaderTests │ │ │ ├── Context.cs │ │ │ ├── CreateFromString.cs │ │ │ ├── EmptyTestControl.cs │ │ │ ├── Given_XamlReader.cs │ │ │ ├── NonDefaultXamlNamespace.cs │ │ │ ├── NonDependencyPropertyAssignable.cs │ │ │ ├── SetLessPropertyControl.cs │ │ │ ├── TestCodedResourceDictionary.cs │ │ │ ├── TestCustomResourceLoader.cs │ │ │ ├── TypeConvertersControl.cs │ │ │ ├── VectorPropertyControl.cs │ │ │ ├── When_AttachedProperty_Binding.xamltest │ │ │ ├── When_AttachedProperty_Different_Target.xamltest │ │ │ ├── When_AttachedProperty_Same_Target.xamltest │ │ │ ├── When_BasicProperty.xamltest │ │ │ ├── When_BasicRoot.xamltest │ │ │ ├── When_Binding_Converter.xamltest │ │ │ ├── When_Binding_ConverterParameter.xamltest │ │ │ ├── When_Binding_TargetNull.xamltest │ │ │ ├── When_Binding_TwoWay.xamltest │ │ │ ├── When_Binding_TwoWay_UpdateSourceTrigger.xamltest │ │ │ ├── When_Color_Thickness_GridLength_As_String.xamltest │ │ │ ├── When_ContentControl_ControlTemplate.xamltest │ │ │ ├── When_CustomResource.xamltest │ │ │ ├── When_ElementName.xamltest │ │ │ ├── When_Empty_ResourceDictionary_As_Resources.xamltest │ │ │ ├── When_Empty_ThemeDictionaries.xamltest │ │ │ ├── When_Event_Handler.xaml.cs │ │ │ ├── When_Event_Handler.xamltest │ │ │ ├── When_Event_Handler_xBind.xaml.cs │ │ │ ├── When_Event_Handler_xBind.xamltest │ │ │ ├── When_GridRowDefinitions.xamltest │ │ │ ├── When_Grid_Uses_Common_Syntax.xamltest │ │ │ ├── When_Grid_Uses_New_Assigned_ContentProperty_Syntax.xamltest │ │ │ ├── When_Grid_Uses_New_Succinct_Syntax.xamltest │ │ │ ├── When_IList_TabView.xamltest │ │ │ ├── When_ImplicitStyle_WithoutKey.xamltest │ │ │ ├── When_MultipleBindings.xamltest │ │ │ ├── When_MultipleImplicitStyle.xamltest │ │ │ ├── When_NonDependencyPropertyAssignable.xamltest │ │ │ ├── When_NonDependencyProperty_Binding.xamltest │ │ │ ├── When_ResourceDictionary_Colors.xamltest │ │ │ ├── When_ResourceDictionary_With_Theme_And_No_Static.xamltest │ │ │ ├── When_ResourceDictionary_With_Theme_And_Static.xamltest │ │ │ ├── When_SetLessProperty.xamltest │ │ │ ├── When_Setter_Override_From_Visual_Parent.xamltest │ │ │ ├── When_Setter_Override_State_From_Visual_Parent.xamltest │ │ │ ├── When_StateTrigger_PropertyPath.xamltest │ │ │ ├── When_StaticResource.xamltest │ │ │ ├── When_StaticResource_And_NonDependencyProperty.xamltest │ │ │ ├── When_StaticResource_In_Explicit_ResourceDictionary.xamltest │ │ │ ├── When_StaticResource_In_Explicit_ResourceDictionary_And_MergedDictionaries.xamltest │ │ │ ├── When_StaticResource_In_Explicit_ResourceDictionary_And_ThemeResources.xamltest │ │ │ ├── When_StaticResource_In_ResourceDictionary.xamltest │ │ │ ├── When_StaticResource_In_Themed_ResourceDictionary.xamltest │ │ │ ├── When_StaticResource_MergedDictionaries_Fluent.xamltest │ │ │ ├── When_StaticResource_Style_And_Binding.xamltest │ │ │ ├── When_StaticResource_SystemTypes.xamltest │ │ │ ├── When_Style_ControlTemplate.xamltest │ │ │ ├── When_Style_FontWeight.xamltest │ │ │ ├── When_TextBlock_Basic.xamltest │ │ │ ├── When_TextBlock_FontFamily.xamltest │ │ │ ├── When_TextBlock_ImplicitRun.xamltest │ │ │ ├── When_TextBlock_NestedSpan.xamltest │ │ │ ├── When_ThemeResource.xamltest │ │ │ ├── When_ThemeResource_And_Setter_And_Theme_Changed.xamltest │ │ │ ├── When_ThemeResource_Inherited_multiple.xamltest │ │ │ ├── When_ThemeResource_Lazy.xamltest │ │ │ ├── When_ThemeResource_With_StaticResource.xamltest │ │ │ ├── When_TopLevel_ResourceDictionary.xamltest │ │ │ ├── When_TypeConverters.xamltest │ │ │ ├── When_UserControl_With_Content.xamltest │ │ │ ├── When_UserControl_With_Grid.xamltest │ │ │ ├── When_VisualStateGroup.xamltest │ │ │ ├── When_VisualStateGroup_AttachedProperty.xamltest │ │ │ ├── When_VisualStateGroup_AttachedProperty_Binding.xamltest │ │ │ ├── When_VisualStateGroup_Propagation.xamltest │ │ │ ├── When_XNull.xamltest │ │ │ ├── When_xBind_Simple.xaml.cs │ │ │ ├── When_xBind_Simple.xamltest │ │ │ ├── When_xBind_TwoWay.xaml.cs │ │ │ ├── When_xBind_TwoWay.xamltest │ │ │ ├── When_xName_Reload.cs │ │ │ └── When_xName_Reload.xamltest │ ├── Windows_UI_Xaml_Media │ │ ├── Given_FontMatching.cs │ │ └── Given_LinearGradientBrush.cs │ ├── Windows_UI_Xaml_Media_Animation │ │ ├── Given_Ease.cs │ │ └── Given_Storyboard.cs │ ├── Windows_Web_Http │ │ └── Given_HttpRequestHeaderCollection.cs │ └── app.config ├── Uno.UI.Toolkit │ ├── AssemblyInfo.cs │ ├── ColorExtensions.cs │ ├── CommandBarExtensions.cs │ ├── DevTools │ │ ├── Input │ │ │ ├── Finger.cs │ │ │ ├── IInjectedPointer.cs │ │ │ ├── InjectedPointerExtensions.cs │ │ │ ├── InputInjectorExtensions.cs │ │ │ ├── Mouse.cs │ │ │ └── PointExtensions.cs │ │ └── Xaml │ │ │ └── UIElementHelper.cs │ ├── Diagnostics │ │ ├── DiagnosticCounter.cs │ │ ├── DiagnosticsOverlay.Context.cs │ │ ├── DiagnosticsOverlay.DiagnosticElement.cs │ │ ├── DiagnosticsOverlay.Notification.cs │ │ ├── DiagnosticsOverlay.Placement.cs │ │ ├── DiagnosticsOverlay.Uwp.cs │ │ ├── DiagnosticsOverlay.cs │ │ └── RelativePlacement.cs │ ├── ElevatedView.Android.cs │ ├── ElevatedView.cs │ ├── ImageHelper.cs │ ├── LinkerDefinition.net6.0.xml │ ├── MapResources.cs │ ├── Markup │ │ ├── FromJsonExtension.cs │ │ └── JsonToObjectParser.cs │ ├── MenuFlyoutExtensions.cs │ ├── MenuFlyoutItemExtensions.cs │ ├── RectExtensions.cs │ ├── SplitViewExtensions.cs │ ├── Storage │ │ └── StorageFileHelper.cs │ ├── Themes │ │ └── Generic.xaml │ ├── UICommandExtensions.cs │ ├── UIElementExtensions.cs │ ├── Uno.UI.Toolkit.Reference.csproj │ ├── Uno.UI.Toolkit.Skia.csproj │ ├── Uno.UI.Toolkit.Tests.csproj │ ├── Uno.UI.Toolkit.Wasm.csproj │ ├── Uno.UI.Toolkit.Windows.csproj │ ├── Uno.UI.Toolkit.netcoremobile.csproj │ └── ViewHelper.cs ├── Uno.UI.Wasm.Tests │ ├── README.md │ ├── Tests │ │ └── TSBindingsTests.cs │ ├── Uno.UI.Wasm.Tests.csproj │ ├── ts │ │ ├── .gitignore │ │ └── TSBindingsTests.ts │ ├── tsbindings │ │ ├── SamplesApp_UnitTests_TSBindings_GenericReturn.ts │ │ ├── SamplesApp_UnitTests_TSBindings_When_ArrayOfIntParams.ts │ │ ├── SamplesApp_UnitTests_TSBindings_When_ArrayOfStringsParams.ts │ │ ├── SamplesApp_UnitTests_TSBindings_When_IntPtrParams.ts │ │ └── SamplesApp_UnitTests_TSBindings_When_SingleStringParams.ts │ └── tsconfig.json ├── Uno.UI.XamlHost.Skia.Wpf │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Uno.UI.XamlHost.Skia.Wpf.csproj │ ├── UnoXamlHost.DataBinding.cs │ ├── UnoXamlHost.cs │ ├── UnoXamlHostBase.Focus.cs │ ├── UnoXamlHostBase.Layout.cs │ ├── UnoXamlHostBase.cs │ ├── UnoXamlHostBase.host.cs │ ├── UnoXamlHostWrapperConverter.cs │ └── UwpUIElementExtensions.cs ├── Uno.UI.XamlHost │ ├── Extensions │ │ └── DesktopWindowXamlSourceExtension.cs │ ├── IXamlMetadataContainer.cs │ ├── LinkerDefinition.Wasm.xml │ ├── MetadataProviderDiscovery.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ └── AssemblyInfo.skia.cs │ ├── Uno.UI.XamlHost.Reference.csproj │ ├── Uno.UI.XamlHost.Skia.csproj │ ├── Uno.UI.XamlHost.Wasm.csproj │ ├── Uno.UI.XamlHost.netcoremobile.csproj │ ├── UnoTypeFactory.cs │ ├── XamlApplication.cs │ ├── XamlApplicationExtensions.cs │ └── buildTransitive │ │ └── Uno.WinUI.XamlHost.props ├── Uno.UI.slnx ├── Uno.UI │ ├── ActivitiesCollectionChangedEventArgs.Android.cs │ ├── ActivityHelper.Android.cs │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.skia.cs │ ├── AssetsHelper.Android.cs │ ├── BannedSymbols.txt │ ├── BaseActivity.Android.cs │ ├── BaseActivity.Callbacks.Implementation.Android.tt │ ├── Behaviors │ │ ├── TextBoxBehavior.cs │ │ └── VisibleBoundsPadding.cs │ ├── BindingAdapters │ │ ├── ButtonTextHtmlFormattedBindingAdapter.Android.cs │ │ ├── ImageViewDrawableBindingAdapter.Android.cs │ │ ├── TextViewHtmlTextBindingAdapter.Android.cs │ │ ├── TextViewTextColorBindingAdapter.Android.cs │ │ └── ViewBackgroundBindingAdapter.Android.cs │ ├── Controls │ │ ├── AbsListViewSecondaryPool.Android.cs │ │ ├── BindableButton.Android.cs │ │ ├── BindableCheckBox.Android.cs │ │ ├── BindableDatePicker.Android.cs │ │ ├── BindableDrawerLayout.Android.cs │ │ ├── BindableFragment.Android.cs │ │ ├── BindableGridView.Android.cs │ │ ├── BindableHorizontalListView.Android.cs │ │ ├── BindableImageView.Android.cs │ │ ├── BindableItemsView.Android.cs │ │ ├── BindableListAdapter.Android.cs │ │ ├── BindableListHelpers.Android.cs │ │ ├── BindableListView.Android.cs │ │ ├── BindablePagerAdapter.Android.cs │ │ ├── BindableProgressBar.Android.cs │ │ ├── BindableRadioButton.Android.cs │ │ ├── BindableSearchBar.iOS.cs │ │ ├── BindableSeekBar.Android.cs │ │ ├── BindableSwitchCompat.Android.cs │ │ ├── BindableToggleButton.Android.cs │ │ ├── BindableUIActivityIndicatorView.UIKit.cs │ │ ├── BindableUIAlertView.iOS.cs │ │ ├── BindableUIButton.UIKit.cs │ │ ├── BindableUIProgressView.UIKit.cs │ │ ├── BindableUIScrollView.UIKit.cs │ │ ├── BindableUISlider.iOS.cs │ │ ├── BindableUISwitch.iOS.cs │ │ ├── BindableUIView.UIKit.cs │ │ ├── BindableView.Android.cs │ │ ├── BringIntoViewMode.Apple.cs │ │ ├── CommandBar │ │ │ ├── AppBarButtonRenderer.Android.cs │ │ │ ├── AppBarButtonRenderer.UIKit.cs │ │ │ ├── CommandBarHelper.UIKit.cs │ │ │ ├── CommandBarNavigationItemRenderer.UIKit.cs │ │ │ ├── CommandBarRenderer.Android.cs │ │ │ ├── CommandBarRenderer.UIKit.cs │ │ │ ├── NativeCommandBarPresenter.Android.cs │ │ │ └── NativeCommandBarPresenter.UIKit.cs │ │ ├── DataTemplateSelectorControl.UIKit.cs │ │ ├── DisposeHelper.Apple.cs │ │ ├── FauxGradientBorderPresenter.cs │ │ ├── GridViewAdapter.Android.cs │ │ ├── HorizontalGridView.Android.cs │ │ ├── HorizontalListView.Android.cs │ │ ├── IDataTemplateSelectorStrategy.UIKit.cs │ │ ├── IFontScalable.Apple.cs │ │ ├── IOnGridViewItemClickListener.Android.cs │ │ ├── IPresentable.UIKit.cs │ │ ├── IRotationAwareViewController.UIKit.cs │ │ ├── ISearchSuggestionsProvider.UIKit.cs │ │ ├── ISecondaryViewPool.Android.cs │ │ ├── Lineview.UIKit.cs │ │ ├── NativeFramePresente.Properties.UIKit.cs │ │ ├── NativeFramePresenter.Android.cs │ │ ├── NativeFramePresenter.UIKit.cs │ │ ├── NavigationAppBarButtonRenderer.Android.cs │ │ ├── PaintPool.Android.cs │ │ ├── Renderer.cs │ │ ├── RootViewController.UIKit.cs │ │ ├── RootViewController.iOS.cs │ │ ├── SearchSuggestion.UIKit.cs │ │ ├── SlidingTabLayout.Android.cs │ │ ├── SlidingTabStrip.Android.cs │ │ ├── StatePresenter.UIKit.cs │ │ ├── StyleSelector2.UIKit.cs │ │ ├── StyleSelectorCollection.UIKit.cs │ │ ├── TransitioningContext.UIKit.cs │ │ ├── UIColorHelper.UIKit.cs │ │ ├── UIImageHelper.UIKit.cs │ │ ├── UIStringAttributesHelper.UIKit.cs │ │ ├── UnoNavigationBar.UIKit.cs │ │ └── ViewControllerTransitioningDeligate.UIKit.cs │ ├── CurrentActivityChangedEventArgs.Android.cs │ ├── DataBinding │ │ ├── BindableProperty.cs │ │ ├── BindablePropertyDescriptor.cs │ │ ├── BindableType.cs │ │ ├── BinderCollector.Apple.cs │ │ ├── BinderDetails.Android.cs │ │ ├── BinderReferenceHolder.cs │ │ ├── BindingExpression.cs │ │ ├── BindingPath.BindingItem.cs │ │ ├── BindingPath.cs │ │ ├── BindingPropertyHelper.CacheKeys.cs │ │ ├── BindingPropertyHelper.FastConvert.cs │ │ ├── BindingPropertyHelper.GetPropertyTypeKey.cs │ │ ├── BindingPropertyHelper.MemberBinder.cs │ │ ├── BindingPropertyHelper.cs │ │ ├── ButtonTitleBindingAdapter.cs │ │ ├── IBindableMetadataProvider.cs │ │ ├── IBindableProperty.cs │ │ ├── IBindableType.cs │ │ ├── IBinding.cs │ │ ├── IBindingAdapter.cs │ │ ├── IBindingItem.cs │ │ ├── IDataContextProvider.cs │ │ ├── IWeakReferenceProvider.cs │ │ ├── ManagedGCHandle.cs │ │ ├── ManagedWeakReference.cs │ │ └── WeakReferencePool.cs │ ├── DebugHelper.Android.cs │ ├── DebugHelper.Apple.cs │ ├── DebugHelper.cs │ ├── DelegateActivity.Android.cs │ ├── Diagnostics │ │ ├── DiagnosticView.Factories.cs │ │ ├── DiagnosticView.TView.TState.cs │ │ ├── DiagnosticView.TView.cs │ │ ├── DiagnosticView.cs │ │ ├── DiagnosticViewHelper.cs │ │ ├── DiagnosticViewManager.TView.TState.cs │ │ └── DiagnosticViewManager.TView.cs │ ├── DirectUI │ │ ├── AccessKeyStringBuilder.cs │ │ ├── AutomaticToolTipInputMode.cs │ │ ├── BudgetManager.cs │ │ ├── BudgetManager.h.cs │ │ ├── BudgetManager.uno.cs │ │ ├── BuildTreeService.cs │ │ ├── CalendarConstants.cs │ │ ├── Components │ │ │ └── ItemIndexRangeHelper.cs │ │ ├── CoreImports.cs │ │ ├── CustomProperty.cs │ │ ├── DMManipulationState.cs │ │ ├── DXamlCore.cs │ │ ├── DXamlTestHooks.cs │ │ ├── DateComparer.cs │ │ ├── DoubleUtil.cs │ │ ├── ElevationHelper.cs │ │ ├── FocusRect │ │ │ └── focusrectoptions.h.cs │ │ ├── FxCallbacks.cs │ │ ├── INPCListenerBase.cs │ │ ├── IOrientedPanel.cs │ │ ├── ITreeBuilder.cs │ │ ├── IterableWrappedCollection.cs │ │ ├── JoltCollections.cs │ │ ├── JoltCollections.h.cs │ │ ├── KeyboardNavigation.cs │ │ ├── MetadataAPI.cs │ │ ├── OrientedSize.cs │ │ ├── PropertyAccess.cs │ │ ├── PropertyPath.cs │ │ ├── PropertyPathParser.cs │ │ ├── PropertyPathStep.cs │ │ ├── PropertyPathStepDescriptor.cs │ │ ├── RectUtil.cs │ │ ├── ScrollItemAdapter.cs │ │ ├── SizeUtil.h.cs │ │ ├── TextAdapter.cs │ │ ├── TextBoxPlaceholderTextHelper.cs │ │ ├── TrackableDateCollection.cs │ │ ├── TrackableDateCollection.h.cs │ │ ├── WinError.cs │ │ ├── XboxUtility.cs │ │ └── brushes │ │ │ └── BrushParams.h.cs │ ├── Directory.Build.targets │ ├── DrawableHelper.Android.cs │ ├── Extensions │ │ ├── ApplicationExtensions.cs │ │ ├── CGRectExtensions.Apple.cs │ │ ├── CGSizeExtensions.Apple.cs │ │ ├── CharacterExtensions.Apple.cs │ │ ├── CollectionViewExtensions.cs │ │ ├── ColorExtensions.UIKit.cs │ │ ├── ContextExtensions.Android.cs │ │ ├── DependencyObjectExtensions.cs │ │ ├── DependencyObjectExtensions.mux.cs │ │ ├── DependencyObjectExtensions.mux.depends.cs │ │ ├── DoubleExtensions.cs │ │ ├── EasingFunctionExtensions.Apple.cs │ │ ├── ElementThemeExtensions.cs │ │ ├── EnumerableExtensions.cs │ │ ├── Extensions │ │ │ ├── CGPointExtensions.Apple.cs │ │ │ └── NativeViewInstanceHelper.UIKit.cs │ │ ├── FontStyleExtensions.skia.cs │ │ ├── FontWeightExtensions.UIKit.cs │ │ ├── FontWeightExtensions.skia.cs │ │ ├── GeneratorDirectionExtensions.cs │ │ ├── InputTypesExtensions.Android.cs │ │ ├── InsetsExtensions.Android.cs │ │ ├── Matrix3x2Extensions.Android.cs │ │ ├── Matrix3x2Extensions.Apple.cs │ │ ├── NSBezierPathExtensions.Apple.cs │ │ ├── NSDateExtensions.UIKit.cs │ │ ├── NSIndexPathExtensions.UIKit.cs │ │ ├── NSLocaleExtensions.UIKit.cs │ │ ├── NSObjectExtensions.UIKit.cs │ │ ├── NSUrlExtensions.Apple.cs │ │ ├── NativeViewInstanceHelper.Android.cs │ │ ├── ObservableCollectionUpdateResultsExtensions.cs │ │ ├── PermissionsHelper.Android.cs │ │ ├── PrettyPrint.cs │ │ ├── RectangleExtensions.Android.cs │ │ ├── RectangleExtensions.UIKit.cs │ │ ├── RecyclerExtensions.Android.cs │ │ ├── ScrollViewExtensions.UIKit.cs │ │ ├── StoryboardExtensions.cs │ │ ├── TextAlignmentExtensions.cs │ │ ├── ThicknessExtensions.cs │ │ ├── TimePickerExtensions.Android.cs │ │ ├── TimeSpanExtensions.cs │ │ ├── TimelineExtensions.Apple.cs │ │ ├── TimelineExtensions.cs │ │ ├── ToolbarExtensions.Android.cs │ │ ├── UIBarButtonItemExtensions.UIKit.cs │ │ ├── UIElementExtensions.Debug.cs │ │ ├── UIElementExtensions.cs │ │ ├── UIElementExtensions.wasm.cs │ │ ├── UIEventExtensions.Apple.cs │ │ ├── UIImageExtensions.Apple.cs │ │ ├── UIImageExtensions.UIKit.cs │ │ ├── UIViewExtensions.Apple.cs │ │ ├── VectorChangedEventHandlerExtensions.cs │ │ ├── ViewAttachedStateChangedHelper.Android.cs │ │ ├── ViewExtensions.Android.cs │ │ ├── ViewExtensions.Apple.cs │ │ ├── ViewExtensions.crossruntime.cs │ │ ├── ViewExtensions.cs │ │ ├── ViewExtensions.reference.cs │ │ ├── ViewExtensions.skia.cs │ │ ├── ViewExtensions.unittests.cs │ │ ├── ViewExtensions.unittestswasm.cs │ │ ├── ViewExtensions.visual-tree.cs │ │ ├── ViewExtensions.wasm.cs │ │ ├── ViewHelper.Android.cs │ │ ├── ViewHelper.Apple.cs │ │ ├── ViewHelper.cs │ │ └── ViewPositionExtensions.Apple.cs │ ├── FastInvokerBuilder.Android.cs │ ├── FeatureConfiguration.cs │ ├── FrameworkElementOutlineProvider.Android.cs │ ├── Generated │ │ └── 3.0.0.0 │ │ │ ├── Microsoft.UI.Content │ │ │ ├── ChildSiteLink.cs │ │ │ ├── ContentAutomationOptions.cs │ │ │ ├── ContentCoordinateConverter.cs │ │ │ ├── ContentCoordinateRoundingMode.cs │ │ │ ├── ContentDeferral.cs │ │ │ ├── ContentEnvironmentSettingChangedEventArgs.cs │ │ │ ├── ContentEnvironmentStateChangedEventArgs.cs │ │ │ ├── ContentIsland.cs │ │ │ ├── ContentIslandAutomationProviderRequestedEventArgs.cs │ │ │ ├── ContentIslandEnvironment.cs │ │ │ ├── ContentIslandStateChangedEventArgs.cs │ │ │ ├── ContentLayoutDirection.cs │ │ │ ├── ContentSite.cs │ │ │ ├── ContentSiteAutomationProviderRequestedEventArgs.cs │ │ │ ├── ContentSiteEnvironment.cs │ │ │ ├── ContentSiteEnvironmentView.cs │ │ │ ├── ContentSiteRequestedStateChangedEventArgs.cs │ │ │ ├── ContentSiteView.cs │ │ │ ├── ContentSizePolicy.cs │ │ │ ├── DesktopAttachedSiteBridge.cs │ │ │ ├── DesktopChildSiteBridge.cs │ │ │ ├── DesktopPopupSiteBridge.cs │ │ │ ├── DesktopSiteBridge.cs │ │ │ ├── IContentSiteAutomation.cs │ │ │ ├── IContentSiteBridge.cs │ │ │ ├── IContentSiteInput.cs │ │ │ └── IContentSiteLink.cs │ │ │ ├── Microsoft.UI.Input.DragDrop │ │ │ ├── DragDropManager.cs │ │ │ ├── DragDropModifiers.cs │ │ │ ├── DragInfo.cs │ │ │ ├── DragOperation.cs │ │ │ ├── DragUIContentMode.cs │ │ │ ├── DragUIOverride.cs │ │ │ ├── DropOperationTargetRequestedEventArgs.cs │ │ │ └── IDropOperationTarget.cs │ │ │ ├── Microsoft.UI.Input.Interop │ │ │ └── PenDeviceInterop.cs │ │ │ ├── Microsoft.UI.Input │ │ │ ├── CharacterReceivedEventArgs.cs │ │ │ ├── ContextMenuKeyEventArgs.cs │ │ │ ├── CrossSlideThresholds.cs │ │ │ ├── CrossSlidingEventArgs.cs │ │ │ ├── CrossSlidingState.cs │ │ │ ├── DraggingEventArgs.cs │ │ │ ├── DraggingState.cs │ │ │ ├── EnteredMoveSizeEventArgs.cs │ │ │ ├── EnteringMoveSizeEventArgs.cs │ │ │ ├── ExitedMoveSizeEventArgs.cs │ │ │ ├── FocusChangedEventArgs.cs │ │ │ ├── FocusNavigationReason.cs │ │ │ ├── FocusNavigationRequest.cs │ │ │ ├── FocusNavigationRequestEventArgs.cs │ │ │ ├── FocusNavigationResult.cs │ │ │ ├── GestureRecognizer.cs │ │ │ ├── GestureSettings.cs │ │ │ ├── HoldingEventArgs.cs │ │ │ ├── HoldingState.cs │ │ │ ├── IPointerPointTransform.cs │ │ │ ├── InputActivationListener.cs │ │ │ ├── InputActivationListenerActivationChangedEventArgs.cs │ │ │ ├── InputActivationState.cs │ │ │ ├── InputCursor.cs │ │ │ ├── InputCustomCursor.cs │ │ │ ├── InputDesktopNamedResourceCursor.cs │ │ │ ├── InputDesktopResourceCursor.cs │ │ │ ├── InputFocusController.cs │ │ │ ├── InputFocusNavigationHost.cs │ │ │ ├── InputKeyboardSource.cs │ │ │ ├── InputLightDismissAction.cs │ │ │ ├── InputLightDismissEventArgs.cs │ │ │ ├── InputNonClientPointerSource.cs │ │ │ ├── InputObject.cs │ │ │ ├── InputPointerSource.cs │ │ │ ├── InputPointerSourceDeviceKinds.cs │ │ │ ├── InputPreTranslateKeyboardSource.cs │ │ │ ├── InputSystemCursor.cs │ │ │ ├── InputSystemCursorShape.cs │ │ │ ├── KeyEventArgs.cs │ │ │ ├── ManipulationCompletedEventArgs.cs │ │ │ ├── ManipulationDelta.cs │ │ │ ├── ManipulationInertiaStartingEventArgs.cs │ │ │ ├── ManipulationStartedEventArgs.cs │ │ │ ├── ManipulationUpdatedEventArgs.cs │ │ │ ├── ManipulationVelocities.cs │ │ │ ├── MouseWheelParameters.cs │ │ │ ├── MoveSizeOperation.cs │ │ │ ├── NonClientCaptionTappedEventArgs.cs │ │ │ ├── NonClientPointerEventArgs.cs │ │ │ ├── NonClientRegionKind.cs │ │ │ ├── NonClientRegionsChangedEventArgs.cs │ │ │ ├── PhysicalKeyStatus.cs │ │ │ ├── PointerDeviceType.cs │ │ │ ├── PointerEventArgs.cs │ │ │ ├── PointerPoint.cs │ │ │ ├── PointerPointProperties.cs │ │ │ ├── PointerPredictor.cs │ │ │ ├── PointerUpdateKind.cs │ │ │ ├── RightTappedEventArgs.cs │ │ │ ├── TappedEventArgs.cs │ │ │ ├── VirtualKeyStates.cs │ │ │ ├── WindowRectChangedEventArgs.cs │ │ │ └── WindowRectChangingEventArgs.cs │ │ │ ├── Microsoft.UI.Text │ │ │ ├── CaretType.cs │ │ │ ├── FindOptions.cs │ │ │ ├── FontWeights.cs │ │ │ ├── FormatEffect.cs │ │ │ ├── HorizontalCharacterAlignment.cs │ │ │ ├── ITextCharacterFormat.cs │ │ │ ├── ITextParagraphFormat.cs │ │ │ ├── ITextRange.cs │ │ │ ├── ITextSelection.cs │ │ │ ├── LetterCase.cs │ │ │ ├── LineSpacingRule.cs │ │ │ ├── LinkType.cs │ │ │ ├── MarkerAlignment.cs │ │ │ ├── MarkerStyle.cs │ │ │ ├── MarkerType.cs │ │ │ ├── ParagraphAlignment.cs │ │ │ ├── ParagraphStyle.cs │ │ │ ├── PointOptions.cs │ │ │ ├── RangeGravity.cs │ │ │ ├── RichEditMathMode.cs │ │ │ ├── RichEditTextDocument.cs │ │ │ ├── RichEditTextRange.cs │ │ │ ├── SelectionOptions.cs │ │ │ ├── SelectionType.cs │ │ │ ├── TabAlignment.cs │ │ │ ├── TabLeader.cs │ │ │ ├── TextApiContract.cs │ │ │ ├── TextConstants.cs │ │ │ ├── TextGetOptions.cs │ │ │ ├── TextRangeUnit.cs │ │ │ ├── TextScript.cs │ │ │ ├── TextSetOptions.cs │ │ │ ├── UnderlineType.cs │ │ │ └── VerticalCharacterAlignment.cs │ │ │ ├── Microsoft.UI.Xaml.Automation.Peers │ │ │ ├── AccessibilityView.cs │ │ │ ├── AnimatedVisualPlayerAutomationPeer.cs │ │ │ ├── AppBarAutomationPeer.cs │ │ │ ├── AppBarButtonAutomationPeer.cs │ │ │ ├── AppBarToggleButtonAutomationPeer.cs │ │ │ ├── AutoSuggestBoxAutomationPeer.cs │ │ │ ├── AutomationControlType.cs │ │ │ ├── AutomationEvents.cs │ │ │ ├── AutomationHeadingLevel.cs │ │ │ ├── AutomationLandmarkType.cs │ │ │ ├── AutomationLiveSetting.cs │ │ │ ├── AutomationNavigationDirection.cs │ │ │ ├── AutomationNotificationKind.cs │ │ │ ├── AutomationNotificationProcessing.cs │ │ │ ├── AutomationOrientation.cs │ │ │ ├── AutomationPeer.cs │ │ │ ├── AutomationPeerAnnotation.cs │ │ │ ├── AutomationStructureChangeType.cs │ │ │ ├── BreadcrumbBarItemAutomationPeer.cs │ │ │ ├── ButtonAutomationPeer.cs │ │ │ ├── ButtonBaseAutomationPeer.cs │ │ │ ├── CalendarDatePickerAutomationPeer.cs │ │ │ ├── CheckBoxAutomationPeer.cs │ │ │ ├── ColorPickerSliderAutomationPeer.cs │ │ │ ├── ColorSpectrumAutomationPeer.cs │ │ │ ├── ComboBoxAutomationPeer.cs │ │ │ ├── ComboBoxItemAutomationPeer.cs │ │ │ ├── ComboBoxItemDataAutomationPeer.cs │ │ │ ├── DatePickerAutomationPeer.cs │ │ │ ├── DatePickerFlyoutPresenterAutomationPeer.cs │ │ │ ├── DropDownButtonAutomationPeer.cs │ │ │ ├── ExpanderAutomationPeer.cs │ │ │ ├── FlipViewAutomationPeer.cs │ │ │ ├── FlipViewItemAutomationPeer.cs │ │ │ ├── FlipViewItemDataAutomationPeer.cs │ │ │ ├── FlyoutPresenterAutomationPeer.cs │ │ │ ├── FrameworkElementAutomationPeer.cs │ │ │ ├── GridViewAutomationPeer.cs │ │ │ ├── GridViewHeaderItemAutomationPeer.cs │ │ │ ├── GridViewItemAutomationPeer.cs │ │ │ ├── GridViewItemDataAutomationPeer.cs │ │ │ ├── GroupItemAutomationPeer.cs │ │ │ ├── HubAutomationPeer.cs │ │ │ ├── HubSectionAutomationPeer.cs │ │ │ ├── HyperlinkButtonAutomationPeer.cs │ │ │ ├── ImageAutomationPeer.cs │ │ │ ├── InfoBarAutomationPeer.cs │ │ │ ├── ItemAutomationPeer.cs │ │ │ ├── ItemContainerAutomationPeer.cs │ │ │ ├── ItemsControlAutomationPeer.cs │ │ │ ├── ItemsViewAutomationPeer.cs │ │ │ ├── ListBoxAutomationPeer.cs │ │ │ ├── ListBoxItemAutomationPeer.cs │ │ │ ├── ListBoxItemDataAutomationPeer.cs │ │ │ ├── ListPickerFlyoutPresenterAutomationPeer.cs │ │ │ ├── ListViewAutomationPeer.cs │ │ │ ├── ListViewBaseAutomationPeer.cs │ │ │ ├── ListViewBaseHeaderItemAutomationPeer.cs │ │ │ ├── ListViewHeaderItemAutomationPeer.cs │ │ │ ├── ListViewItemAutomationPeer.cs │ │ │ ├── ListViewItemDataAutomationPeer.cs │ │ │ ├── LoopingSelectorAutomationPeer.cs │ │ │ ├── LoopingSelectorItemAutomationPeer.cs │ │ │ ├── LoopingSelectorItemDataAutomationPeer.cs │ │ │ ├── MediaPlayerElementAutomationPeer.cs │ │ │ ├── MediaTransportControlsAutomationPeer.cs │ │ │ ├── MenuBarAutomationPeer.cs │ │ │ ├── MenuBarItemAutomationPeer.cs │ │ │ ├── MenuFlyoutItemAutomationPeer.cs │ │ │ ├── MenuFlyoutPresenterAutomationPeer.cs │ │ │ ├── NavigationViewAutomationPeer.cs │ │ │ ├── NavigationViewItemAutomationPeer.cs │ │ │ ├── NumberBoxAutomationPeer.cs │ │ │ ├── PasswordBoxAutomationPeer.cs │ │ │ ├── PatternInterface.cs │ │ │ ├── PersonPictureAutomationPeer.cs │ │ │ ├── PickerFlyoutPresenterAutomationPeer.cs │ │ │ ├── PipsPagerAutomationPeer.cs │ │ │ ├── PivotAutomationPeer.cs │ │ │ ├── PivotItemAutomationPeer.cs │ │ │ ├── PivotItemDataAutomationPeer.cs │ │ │ ├── ProgressBarAutomationPeer.cs │ │ │ ├── ProgressRingAutomationPeer.cs │ │ │ ├── RadioButtonAutomationPeer.cs │ │ │ ├── RadioButtonsAutomationPeer.cs │ │ │ ├── RangeBaseAutomationPeer.cs │ │ │ ├── RatingControlAutomationPeer.cs │ │ │ ├── RawElementProviderRuntimeId.cs │ │ │ ├── RepeatButtonAutomationPeer.cs │ │ │ ├── RepeaterAutomationPeer.cs │ │ │ ├── RichEditBoxAutomationPeer.cs │ │ │ ├── RichTextBlockAutomationPeer.cs │ │ │ ├── RichTextBlockOverflowAutomationPeer.cs │ │ │ ├── ScrollBarAutomationPeer.cs │ │ │ ├── ScrollPresenterAutomationPeer.cs │ │ │ ├── ScrollViewerAutomationPeer.cs │ │ │ ├── SelectorAutomationPeer.cs │ │ │ ├── SelectorBarItemAutomationPeer.cs │ │ │ ├── SelectorItemAutomationPeer.cs │ │ │ ├── SemanticZoomAutomationPeer.cs │ │ │ ├── SliderAutomationPeer.cs │ │ │ ├── SplitButtonAutomationPeer.cs │ │ │ ├── TabViewAutomationPeer.cs │ │ │ ├── TabViewItemAutomationPeer.cs │ │ │ ├── TeachingTipAutomationPeer.cs │ │ │ ├── TextBlockAutomationPeer.cs │ │ │ ├── TextBoxAutomationPeer.cs │ │ │ ├── ThumbAutomationPeer.cs │ │ │ ├── TimePickerAutomationPeer.cs │ │ │ ├── TimePickerFlyoutPresenterAutomationPeer.cs │ │ │ ├── ToggleButtonAutomationPeer.cs │ │ │ ├── ToggleMenuFlyoutItemAutomationPeer.cs │ │ │ ├── ToggleSplitButtonAutomationPeer.cs │ │ │ ├── ToggleSwitchAutomationPeer.cs │ │ │ ├── TreeViewItemAutomationPeer.cs │ │ │ ├── TreeViewItemDataAutomationPeer.cs │ │ │ ├── TreeViewListAutomationPeer.cs │ │ │ └── WebView2AutomationPeer.cs │ │ │ ├── Microsoft.UI.Xaml.Automation.Provider │ │ │ ├── IAnnotationProvider.cs │ │ │ ├── ICustomNavigationProvider.cs │ │ │ ├── IDockProvider.cs │ │ │ ├── IDragProvider.cs │ │ │ ├── IDropTargetProvider.cs │ │ │ ├── IExpandCollapseProvider.cs │ │ │ ├── IGridItemProvider.cs │ │ │ ├── IGridProvider.cs │ │ │ ├── IInvokeProvider.cs │ │ │ ├── IItemContainerProvider.cs │ │ │ ├── IMultipleViewProvider.cs │ │ │ ├── IObjectModelProvider.cs │ │ │ ├── IRangeValueProvider.cs │ │ │ ├── IRawElementProviderSimple.cs │ │ │ ├── IScrollItemProvider.cs │ │ │ ├── IScrollProvider.cs │ │ │ ├── ISelectionItemProvider.cs │ │ │ ├── ISelectionProvider.cs │ │ │ ├── ISpreadsheetItemProvider.cs │ │ │ ├── ISpreadsheetProvider.cs │ │ │ ├── IStylesProvider.cs │ │ │ ├── ISynchronizedInputProvider.cs │ │ │ ├── ITableItemProvider.cs │ │ │ ├── ITableProvider.cs │ │ │ ├── ITextChildProvider.cs │ │ │ ├── ITextEditProvider.cs │ │ │ ├── ITextProvider.cs │ │ │ ├── ITextProvider2.cs │ │ │ ├── ITextRangeProvider.cs │ │ │ ├── ITextRangeProvider2.cs │ │ │ ├── IToggleProvider.cs │ │ │ ├── ITransformProvider.cs │ │ │ ├── ITransformProvider2.cs │ │ │ ├── IValueProvider.cs │ │ │ ├── IVirtualizedItemProvider.cs │ │ │ └── IWindowProvider.cs │ │ │ ├── Microsoft.UI.Xaml.Automation.Text │ │ │ ├── TextPatternRangeEndpoint.cs │ │ │ └── TextUnit.cs │ │ │ ├── Microsoft.UI.Xaml.Automation │ │ │ ├── AnnotationPatternIdentifiers.cs │ │ │ ├── AnnotationType.cs │ │ │ ├── AutomationActiveEnd.cs │ │ │ ├── AutomationAnimationStyle.cs │ │ │ ├── AutomationAnnotation.cs │ │ │ ├── AutomationBulletStyle.cs │ │ │ ├── AutomationCaretBidiMode.cs │ │ │ ├── AutomationCaretPosition.cs │ │ │ ├── AutomationElementIdentifiers.cs │ │ │ ├── AutomationFlowDirections.cs │ │ │ ├── AutomationOutlineStyles.cs │ │ │ ├── AutomationProperties.cs │ │ │ ├── AutomationProperty.cs │ │ │ ├── AutomationStyleId.cs │ │ │ ├── AutomationTextDecorationLineStyle.cs │ │ │ ├── AutomationTextEditChangeType.cs │ │ │ ├── DockPatternIdentifiers.cs │ │ │ ├── DockPosition.cs │ │ │ ├── DragPatternIdentifiers.cs │ │ │ ├── DropTargetPatternIdentifiers.cs │ │ │ ├── ExpandCollapsePatternIdentifiers.cs │ │ │ ├── ExpandCollapseState.cs │ │ │ ├── GridItemPatternIdentifiers.cs │ │ │ ├── GridPatternIdentifiers.cs │ │ │ ├── MultipleViewPatternIdentifiers.cs │ │ │ ├── RangeValuePatternIdentifiers.cs │ │ │ ├── RowOrColumnMajor.cs │ │ │ ├── ScrollAmount.cs │ │ │ ├── ScrollPatternIdentifiers.cs │ │ │ ├── SelectionItemPatternIdentifiers.cs │ │ │ ├── SelectionPatternIdentifiers.cs │ │ │ ├── SpreadsheetItemPatternIdentifiers.cs │ │ │ ├── StylesPatternIdentifiers.cs │ │ │ ├── SupportedTextSelection.cs │ │ │ ├── SynchronizedInputType.cs │ │ │ ├── TableItemPatternIdentifiers.cs │ │ │ ├── TablePatternIdentifiers.cs │ │ │ ├── TogglePatternIdentifiers.cs │ │ │ ├── ToggleState.cs │ │ │ ├── TransformPattern2Identifiers.cs │ │ │ ├── TransformPatternIdentifiers.cs │ │ │ ├── ValuePatternIdentifiers.cs │ │ │ ├── WindowInteractionState.cs │ │ │ ├── WindowPatternIdentifiers.cs │ │ │ ├── WindowVisualState.cs │ │ │ └── ZoomUnit.cs │ │ │ ├── Microsoft.UI.Xaml.Controls.AnimatedVisuals │ │ │ ├── AnimatedAcceptVisualSource.cs │ │ │ ├── AnimatedBackVisualSource.cs │ │ │ ├── AnimatedChevronDownSmallVisualSource.cs │ │ │ ├── AnimatedChevronRightDownSmallVisualSource.cs │ │ │ ├── AnimatedChevronUpDownSmallVisualSource.cs │ │ │ ├── AnimatedFindVisualSource.cs │ │ │ ├── AnimatedGlobalNavigationButtonVisualSource.cs │ │ │ └── AnimatedSettingsVisualSource.cs │ │ │ ├── Microsoft.UI.Xaml.Controls.Primitives │ │ │ ├── AnimationDirection.cs │ │ │ ├── AppBarButtonTemplateSettings.cs │ │ │ ├── AppBarTemplateSettings.cs │ │ │ ├── AppBarToggleButtonTemplateSettings.cs │ │ │ ├── AutoSuggestBoxHelper.cs │ │ │ ├── ButtonBase.cs │ │ │ ├── CalendarPanel.cs │ │ │ ├── CalendarViewTemplateSettings.cs │ │ │ ├── CarouselPanel.cs │ │ │ ├── ColorPickerSlider.cs │ │ │ ├── ColorSpectrum.cs │ │ │ ├── ColumnMajorUniformToLargestGridLayout.cs │ │ │ ├── ComboBoxHelper.cs │ │ │ ├── ComboBoxTemplateSettings.cs │ │ │ ├── CommandBarFlyoutCommandBar.cs │ │ │ ├── CommandBarFlyoutCommandBarAutomationProperties.cs │ │ │ ├── CommandBarFlyoutCommandBarTemplateSettings.cs │ │ │ ├── CommandBarTemplateSettings.cs │ │ │ ├── ComponentResourceLocation.cs │ │ │ ├── CornerRadiusFilterConverter.cs │ │ │ ├── CornerRadiusFilterKind.cs │ │ │ ├── CornerRadiusToThicknessConverter.cs │ │ │ ├── CornerRadiusToThicknessConverterKind.cs │ │ │ ├── DragCompletedEventArgs.cs │ │ │ ├── DragCompletedEventHandler.cs │ │ │ ├── DragDeltaEventArgs.cs │ │ │ ├── DragDeltaEventHandler.cs │ │ │ ├── DragStartedEventArgs.cs │ │ │ ├── DragStartedEventHandler.cs │ │ │ ├── EdgeTransitionLocation.cs │ │ │ ├── FlyoutBase.cs │ │ │ ├── FlyoutBaseClosingEventArgs.cs │ │ │ ├── FlyoutPlacementMode.cs │ │ │ ├── FlyoutShowMode.cs │ │ │ ├── FlyoutShowOptions.cs │ │ │ ├── GeneratorDirection.cs │ │ │ ├── GeneratorPosition.cs │ │ │ ├── GeneratorPositionHelper.cs │ │ │ ├── GridViewItemPresenter.cs │ │ │ ├── GridViewItemTemplateSettings.cs │ │ │ ├── GroupHeaderPlacement.cs │ │ │ ├── IScrollController.cs │ │ │ ├── IScrollControllerPanningInfo.cs │ │ │ ├── IScrollSnapPointsInfo.cs │ │ │ ├── InfoBarPanel.cs │ │ │ ├── ItemsChangedEventArgs.cs │ │ │ ├── ItemsChangedEventHandler.cs │ │ │ ├── JumpListItemBackgroundConverter.cs │ │ │ ├── JumpListItemForegroundConverter.cs │ │ │ ├── LayoutInformation.cs │ │ │ ├── ListViewItemPresenter.cs │ │ │ ├── ListViewItemPresenterCheckMode.cs │ │ │ ├── ListViewItemPresenterSelectionIndicatorMode.cs │ │ │ ├── ListViewItemTemplateSettings.cs │ │ │ ├── LoopingSelector.cs │ │ │ ├── LoopingSelectorItem.cs │ │ │ ├── LoopingSelectorPanel.cs │ │ │ ├── MenuFlyoutItemTemplateSettings.cs │ │ │ ├── MenuFlyoutPresenterTemplateSettings.cs │ │ │ ├── MonochromaticOverlayPresenter.cs │ │ │ ├── NavigationViewItemPresenter.cs │ │ │ ├── NavigationViewItemPresenterTemplateSettings.cs │ │ │ ├── OrientedVirtualizingPanel.cs │ │ │ ├── PickerFlyoutBase.cs │ │ │ ├── PivotHeaderItem.cs │ │ │ ├── PivotHeaderPanel.cs │ │ │ ├── PivotPanel.cs │ │ │ ├── PlacementMode.cs │ │ │ ├── Popup.cs │ │ │ ├── PopupPlacementMode.cs │ │ │ ├── RangeBase.cs │ │ │ ├── RangeBaseValueChangedEventArgs.cs │ │ │ ├── RangeBaseValueChangedEventHandler.cs │ │ │ ├── RepeatButton.cs │ │ │ ├── RepeatedScrollSnapPoint.cs │ │ │ ├── RepeatedZoomSnapPoint.cs │ │ │ ├── ScrollBar.cs │ │ │ ├── ScrollControllerAddScrollVelocityRequestedEventArgs.cs │ │ │ ├── ScrollControllerPanRequestedEventArgs.cs │ │ │ ├── ScrollControllerScrollByRequestedEventArgs.cs │ │ │ ├── ScrollControllerScrollToRequestedEventArgs.cs │ │ │ ├── ScrollEventArgs.cs │ │ │ ├── ScrollEventHandler.cs │ │ │ ├── ScrollEventType.cs │ │ │ ├── ScrollPresenter.cs │ │ │ ├── ScrollSnapPoint.cs │ │ │ ├── ScrollSnapPointBase.cs │ │ │ ├── ScrollSnapPointsAlignment.cs │ │ │ ├── ScrollingIndicatorMode.cs │ │ │ ├── Selector.cs │ │ │ ├── SelectorItem.cs │ │ │ ├── SliderSnapsTo.cs │ │ │ ├── SnapPointBase.cs │ │ │ ├── SnapPointsAlignment.cs │ │ │ ├── SplitViewTemplateSettings.cs │ │ │ ├── TabViewListView.cs │ │ │ ├── Thumb.cs │ │ │ ├── TickBar.cs │ │ │ ├── TickPlacement.cs │ │ │ ├── ToggleButton.cs │ │ │ ├── ToggleSwitchTemplateSettings.cs │ │ │ ├── ToolTipTemplateSettings.cs │ │ │ ├── ZoomSnapPoint.cs │ │ │ └── ZoomSnapPointBase.cs │ │ │ ├── Microsoft.UI.Xaml.Controls │ │ │ ├── AnchorRequestedEventArgs.cs │ │ │ ├── AnimatedIcon.cs │ │ │ ├── AnimatedIconSource.cs │ │ │ ├── AnimatedVisualPlayer.cs │ │ │ ├── AnnotatedScrollBar.cs │ │ │ ├── AnnotatedScrollBarDetailLabelRequestedEventArgs.cs │ │ │ ├── AnnotatedScrollBarLabel.cs │ │ │ ├── AnnotatedScrollBarScrollingEventArgs.cs │ │ │ ├── AnnotatedScrollBarScrollingEventKind.cs │ │ │ ├── AppBar.cs │ │ │ ├── AppBarButton.cs │ │ │ ├── AppBarClosedDisplayMode.cs │ │ │ ├── AppBarElementContainer.cs │ │ │ ├── AppBarSeparator.cs │ │ │ ├── AppBarToggleButton.cs │ │ │ ├── AutoSuggestBox.cs │ │ │ ├── AutoSuggestBoxQuerySubmittedEventArgs.cs │ │ │ ├── AutoSuggestBoxSuggestionChosenEventArgs.cs │ │ │ ├── AutoSuggestBoxTextChangedEventArgs.cs │ │ │ ├── AutoSuggestionBoxTextChangeReason.cs │ │ │ ├── BackgroundSizing.cs │ │ │ ├── BitmapIcon.cs │ │ │ ├── BitmapIconSource.cs │ │ │ ├── Border.cs │ │ │ ├── BreadcrumbBar.cs │ │ │ ├── BreadcrumbBarItem.cs │ │ │ ├── BreadcrumbBarItemClickedEventArgs.cs │ │ │ ├── Button.cs │ │ │ ├── CalendarDatePicker.cs │ │ │ ├── CalendarDatePickerDateChangedEventArgs.cs │ │ │ ├── CalendarView.cs │ │ │ ├── CalendarViewDayItem.cs │ │ │ ├── CalendarViewDayItemChangingEventArgs.cs │ │ │ ├── CalendarViewDayItemChangingEventHandler.cs │ │ │ ├── CalendarViewDisplayMode.cs │ │ │ ├── CalendarViewSelectedDatesChangedEventArgs.cs │ │ │ ├── CalendarViewSelectionMode.cs │ │ │ ├── CandidateWindowAlignment.cs │ │ │ ├── CandidateWindowBoundsChangedEventArgs.cs │ │ │ ├── Canvas.cs │ │ │ ├── CharacterCasing.cs │ │ │ ├── CheckBox.cs │ │ │ ├── ChoosingGroupHeaderContainerEventArgs.cs │ │ │ ├── ChoosingItemContainerEventArgs.cs │ │ │ ├── CleanUpVirtualizedItemEventArgs.cs │ │ │ ├── CleanUpVirtualizedItemEventHandler.cs │ │ │ ├── ClickMode.cs │ │ │ ├── ColorChangedEventArgs.cs │ │ │ ├── ColorPicker.cs │ │ │ ├── ColorPickerHsvChannel.cs │ │ │ ├── ColorSpectrumComponents.cs │ │ │ ├── ColorSpectrumShape.cs │ │ │ ├── ColumnDefinition.cs │ │ │ ├── ColumnDefinitionCollection.cs │ │ │ ├── ComboBox.cs │ │ │ ├── ComboBoxItem.cs │ │ │ ├── ComboBoxSelectionChangedTrigger.cs │ │ │ ├── ComboBoxTextSubmittedEventArgs.cs │ │ │ ├── CommandBar.cs │ │ │ ├── CommandBarDefaultLabelPosition.cs │ │ │ ├── CommandBarDynamicOverflowAction.cs │ │ │ ├── CommandBarFlyout.cs │ │ │ ├── CommandBarLabelPosition.cs │ │ │ ├── CommandBarOverflowButtonVisibility.cs │ │ │ ├── CommandBarOverflowPresenter.cs │ │ │ ├── ContainerContentChangingEventArgs.cs │ │ │ ├── ContentControl.cs │ │ │ ├── ContentDialog.cs │ │ │ ├── ContentDialogButton.cs │ │ │ ├── ContentDialogButtonClickDeferral.cs │ │ │ ├── ContentDialogButtonClickEventArgs.cs │ │ │ ├── ContentDialogClosedEventArgs.cs │ │ │ ├── ContentDialogClosingDeferral.cs │ │ │ ├── ContentDialogClosingEventArgs.cs │ │ │ ├── ContentDialogOpenedEventArgs.cs │ │ │ ├── ContentDialogPlacement.cs │ │ │ ├── ContentDialogResult.cs │ │ │ ├── ContentPresenter.cs │ │ │ ├── ContextMenuEventArgs.cs │ │ │ ├── ContextMenuOpeningEventHandler.cs │ │ │ ├── Control.cs │ │ │ ├── ControlTemplate.cs │ │ │ ├── CoreWebView2InitializedEventArgs.cs │ │ │ ├── DataTemplateSelector.cs │ │ │ ├── DatePickedEventArgs.cs │ │ │ ├── DatePicker.cs │ │ │ ├── DatePickerFlyout.cs │ │ │ ├── DatePickerFlyoutItem.cs │ │ │ ├── DatePickerFlyoutPresenter.cs │ │ │ ├── DatePickerSelectedValueChangedEventArgs.cs │ │ │ ├── DatePickerValueChangedEventArgs.cs │ │ │ ├── DisabledFormattingAccelerators.cs │ │ │ ├── DragItemsCompletedEventArgs.cs │ │ │ ├── DragItemsStartingEventArgs.cs │ │ │ ├── DragItemsStartingEventHandler.cs │ │ │ ├── DropDownButton.cs │ │ │ ├── DynamicOverflowItemsChangingEventArgs.cs │ │ │ ├── ElementRealizationOptions.cs │ │ │ ├── ExpandDirection.cs │ │ │ ├── Expander.cs │ │ │ ├── ExpanderCollapsedEventArgs.cs │ │ │ ├── ExpanderExpandingEventArgs.cs │ │ │ ├── ExpanderTemplateSettings.cs │ │ │ ├── FlipView.cs │ │ │ ├── FlipViewItem.cs │ │ │ ├── Flyout.cs │ │ │ ├── FlyoutPresenter.cs │ │ │ ├── FocusDisengagedEventArgs.cs │ │ │ ├── FocusEngagedEventArgs.cs │ │ │ ├── FontIcon.cs │ │ │ ├── FontIconSource.cs │ │ │ ├── Frame.cs │ │ │ ├── Grid.cs │ │ │ ├── GridView.cs │ │ │ ├── GridViewHeaderItem.cs │ │ │ ├── GridViewItem.cs │ │ │ ├── GroupItem.cs │ │ │ ├── GroupStyle.cs │ │ │ ├── GroupStyleSelector.cs │ │ │ ├── HasValidationErrorsChangedEventArgs.cs │ │ │ ├── Hub.cs │ │ │ ├── HubSection.cs │ │ │ ├── HubSectionCollection.cs │ │ │ ├── HubSectionHeaderClickEventArgs.cs │ │ │ ├── HubSectionHeaderClickEventHandler.cs │ │ │ ├── HyperlinkButton.cs │ │ │ ├── IAnimatedVisual.cs │ │ │ ├── IAnimatedVisual2.cs │ │ │ ├── IAnimatedVisualSource.cs │ │ │ ├── IAnimatedVisualSource2.cs │ │ │ ├── IAnimatedVisualSource3.cs │ │ │ ├── ICommandBarElement.cs │ │ │ ├── IDynamicAnimatedVisualSource.cs │ │ │ ├── IInsertionPanel.cs │ │ │ ├── IItemContainerMapping.cs │ │ │ ├── IKeyIndexMapping.cs │ │ │ ├── INavigate.cs │ │ │ ├── IScrollAnchorProvider.cs │ │ │ ├── ISemanticZoomInformation.cs │ │ │ ├── IconElement.cs │ │ │ ├── IconSource.cs │ │ │ ├── IconSourceElement.cs │ │ │ ├── Image.cs │ │ │ ├── ImageIcon.cs │ │ │ ├── ImageIconSource.cs │ │ │ ├── IncrementalLoadingTrigger.cs │ │ │ ├── IndexBasedLayoutOrientation.cs │ │ │ ├── InfoBadge.cs │ │ │ ├── InfoBadgeTemplateSettings.cs │ │ │ ├── InfoBar.cs │ │ │ ├── InfoBarCloseReason.cs │ │ │ ├── InfoBarClosedEventArgs.cs │ │ │ ├── InfoBarClosingEventArgs.cs │ │ │ ├── InfoBarSeverity.cs │ │ │ ├── InfoBarTemplateSettings.cs │ │ │ ├── InputPropertyAttribute.cs │ │ │ ├── IsTextTrimmedChangedEventArgs.cs │ │ │ ├── ItemClickEventArgs.cs │ │ │ ├── ItemClickEventHandler.cs │ │ │ ├── ItemCollection.cs │ │ │ ├── ItemCollectionTransition.cs │ │ │ ├── ItemCollectionTransitionCompletedEventArgs.cs │ │ │ ├── ItemCollectionTransitionOperation.cs │ │ │ ├── ItemCollectionTransitionProgress.cs │ │ │ ├── ItemCollectionTransitionProvider.cs │ │ │ ├── ItemCollectionTransitionTriggers.cs │ │ │ ├── ItemContainer.cs │ │ │ ├── ItemContainerGenerator.cs │ │ │ ├── ItemsControl.cs │ │ │ ├── ItemsPanelTemplate.cs │ │ │ ├── ItemsPickedEventArgs.cs │ │ │ ├── ItemsPresenter.cs │ │ │ ├── ItemsRepeater.cs │ │ │ ├── ItemsRepeaterElementClearingEventArgs.cs │ │ │ ├── ItemsRepeaterElementIndexChangedEventArgs.cs │ │ │ ├── ItemsRepeaterElementPreparedEventArgs.cs │ │ │ ├── ItemsRepeaterScrollHost.cs │ │ │ ├── ItemsSourceView.cs │ │ │ ├── ItemsStackPanel.cs │ │ │ ├── ItemsUpdatingScrollMode.cs │ │ │ ├── ItemsView.cs │ │ │ ├── ItemsViewItemInvokedEventArgs.cs │ │ │ ├── ItemsViewSelectionChangedEventArgs.cs │ │ │ ├── ItemsViewSelectionMode.cs │ │ │ ├── ItemsWrapGrid.cs │ │ │ ├── Layout.cs │ │ │ ├── LayoutContext.cs │ │ │ ├── LightDismissOverlayMode.cs │ │ │ ├── LinedFlowLayout.cs │ │ │ ├── LinedFlowLayoutItemCollectionTransitionProvider.cs │ │ │ ├── LinedFlowLayoutItemsInfoRequestedEventArgs.cs │ │ │ ├── LinedFlowLayoutItemsJustification.cs │ │ │ ├── LinedFlowLayoutItemsStretch.cs │ │ │ ├── ListBox.cs │ │ │ ├── ListBoxItem.cs │ │ │ ├── ListPickerFlyout.cs │ │ │ ├── ListPickerFlyoutPresenter.cs │ │ │ ├── ListPickerFlyoutSelectionMode.cs │ │ │ ├── ListView.cs │ │ │ ├── ListViewBase.cs │ │ │ ├── ListViewBaseHeaderItem.cs │ │ │ ├── ListViewHeaderItem.cs │ │ │ ├── ListViewItem.cs │ │ │ ├── ListViewItemToKeyHandler.cs │ │ │ ├── ListViewKeyToItemHandler.cs │ │ │ ├── ListViewPersistenceHelper.cs │ │ │ ├── ListViewReorderMode.cs │ │ │ ├── ListViewSelectionMode.cs │ │ │ ├── MapControl.cs │ │ │ ├── MapControlMapServiceErrorOccurredEventArgs.cs │ │ │ ├── MapElement.cs │ │ │ ├── MapElementClickEventArgs.cs │ │ │ ├── MapElementsLayer.cs │ │ │ ├── MapIcon.cs │ │ │ ├── MapLayer.cs │ │ │ ├── MediaPlayerElement.cs │ │ │ ├── MediaPlayerPresenter.cs │ │ │ ├── MediaTransportControls.cs │ │ │ ├── MediaTransportControlsHelper.cs │ │ │ ├── MenuBar.cs │ │ │ ├── MenuBarItem.cs │ │ │ ├── MenuBarItemFlyout.cs │ │ │ ├── MenuFlyout.cs │ │ │ ├── MenuFlyoutItem.cs │ │ │ ├── MenuFlyoutItemBase.cs │ │ │ ├── MenuFlyoutPresenter.cs │ │ │ ├── MenuFlyoutSeparator.cs │ │ │ ├── MenuFlyoutSubItem.cs │ │ │ ├── NavigationView.cs │ │ │ ├── NavigationViewBackButtonVisible.cs │ │ │ ├── NavigationViewBackRequestedEventArgs.cs │ │ │ ├── NavigationViewDisplayMode.cs │ │ │ ├── NavigationViewDisplayModeChangedEventArgs.cs │ │ │ ├── NavigationViewItem.cs │ │ │ ├── NavigationViewItemBase.cs │ │ │ ├── NavigationViewItemCollapsedEventArgs.cs │ │ │ ├── NavigationViewItemExpandingEventArgs.cs │ │ │ ├── NavigationViewItemHeader.cs │ │ │ ├── NavigationViewItemInvokedEventArgs.cs │ │ │ ├── NavigationViewItemSeparator.cs │ │ │ ├── NavigationViewOverflowLabelMode.cs │ │ │ ├── NavigationViewPaneClosingEventArgs.cs │ │ │ ├── NavigationViewPaneDisplayMode.cs │ │ │ ├── NavigationViewSelectionChangedEventArgs.cs │ │ │ ├── NavigationViewSelectionFollowsFocus.cs │ │ │ ├── NavigationViewShoulderNavigationEnabled.cs │ │ │ ├── NavigationViewTemplateSettings.cs │ │ │ ├── NonVirtualizingLayout.cs │ │ │ ├── NonVirtualizingLayoutContext.cs │ │ │ ├── NumberBox.cs │ │ │ ├── NumberBoxSpinButtonPlacementMode.cs │ │ │ ├── NumberBoxValidationMode.cs │ │ │ ├── NumberBoxValueChangedEventArgs.cs │ │ │ ├── Orientation.cs │ │ │ ├── Page.cs │ │ │ ├── Panel.cs │ │ │ ├── PanelScrollingDirection.cs │ │ │ ├── ParallaxSourceOffsetKind.cs │ │ │ ├── ParallaxView.cs │ │ │ ├── PasswordBox.cs │ │ │ ├── PasswordBoxPasswordChangingEventArgs.cs │ │ │ ├── PasswordRevealMode.cs │ │ │ ├── PathIcon.cs │ │ │ ├── PathIconSource.cs │ │ │ ├── PersonPicture.cs │ │ │ ├── PersonPictureTemplateSettings.cs │ │ │ ├── PickerConfirmedEventArgs.cs │ │ │ ├── PickerFlyout.cs │ │ │ ├── PickerFlyoutPresenter.cs │ │ │ ├── PipsPager.cs │ │ │ ├── PipsPagerButtonVisibility.cs │ │ │ ├── PipsPagerSelectedIndexChangedEventArgs.cs │ │ │ ├── PipsPagerTemplateSettings.cs │ │ │ ├── PipsPagerWrapMode.cs │ │ │ ├── Pivot.cs │ │ │ ├── PivotHeaderFocusVisualPlacement.cs │ │ │ ├── PivotItem.cs │ │ │ ├── PivotItemEventArgs.cs │ │ │ ├── PivotSlideInAnimationGroup.cs │ │ │ ├── PlayerAnimationOptimization.cs │ │ │ ├── ProgressBar.cs │ │ │ ├── ProgressBarTemplateSettings.cs │ │ │ ├── ProgressRing.cs │ │ │ ├── ProgressRingTemplateSettings.cs │ │ │ ├── RadioButton.cs │ │ │ ├── RadioButtons.cs │ │ │ ├── RadioMenuFlyoutItem.cs │ │ │ ├── RatingControl.cs │ │ │ ├── RatingItemFontInfo.cs │ │ │ ├── RatingItemImageInfo.cs │ │ │ ├── RatingItemInfo.cs │ │ │ ├── RefreshContainer.cs │ │ │ ├── RefreshInteractionRatioChangedEventArgs.cs │ │ │ ├── RefreshPullDirection.cs │ │ │ ├── RefreshRequestedEventArgs.cs │ │ │ ├── RefreshStateChangedEventArgs.cs │ │ │ ├── RefreshVisualizer.cs │ │ │ ├── RefreshVisualizerOrientation.cs │ │ │ ├── RefreshVisualizerState.cs │ │ │ ├── RelativePanel.cs │ │ │ ├── RequiresPointer.cs │ │ │ ├── RevealListViewItemPresenter.cs │ │ │ ├── RichEditBox.cs │ │ │ ├── RichEditBoxSelectionChangingEventArgs.cs │ │ │ ├── RichEditBoxTextChangingEventArgs.cs │ │ │ ├── RichEditClipboardFormat.cs │ │ │ ├── RichTextBlock.cs │ │ │ ├── RichTextBlockOverflow.cs │ │ │ ├── RowDefinition.cs │ │ │ ├── RowDefinitionCollection.cs │ │ │ ├── ScrollBarVisibility.cs │ │ │ ├── ScrollContentPresenter.cs │ │ │ ├── ScrollIntoViewAlignment.cs │ │ │ ├── ScrollMode.cs │ │ │ ├── ScrollView.cs │ │ │ ├── ScrollViewer.cs │ │ │ ├── ScrollViewerView.cs │ │ │ ├── ScrollViewerViewChangedEventArgs.cs │ │ │ ├── ScrollViewerViewChangingEventArgs.cs │ │ │ ├── ScrollingAnchorRequestedEventArgs.cs │ │ │ ├── ScrollingAnimationMode.cs │ │ │ ├── ScrollingBringingIntoViewEventArgs.cs │ │ │ ├── ScrollingChainMode.cs │ │ │ ├── ScrollingContentOrientation.cs │ │ │ ├── ScrollingInputKinds.cs │ │ │ ├── ScrollingInteractionState.cs │ │ │ ├── ScrollingRailMode.cs │ │ │ ├── ScrollingScrollAnimationStartingEventArgs.cs │ │ │ ├── ScrollingScrollBarVisibility.cs │ │ │ ├── ScrollingScrollCompletedEventArgs.cs │ │ │ ├── ScrollingScrollMode.cs │ │ │ ├── ScrollingScrollOptions.cs │ │ │ ├── ScrollingSnapPointsMode.cs │ │ │ ├── ScrollingZoomAnimationStartingEventArgs.cs │ │ │ ├── ScrollingZoomCompletedEventArgs.cs │ │ │ ├── ScrollingZoomMode.cs │ │ │ ├── ScrollingZoomOptions.cs │ │ │ ├── SectionsInViewChangedEventArgs.cs │ │ │ ├── SectionsInViewChangedEventHandler.cs │ │ │ ├── SelectionChangedEventArgs.cs │ │ │ ├── SelectionChangedEventHandler.cs │ │ │ ├── SelectionMode.cs │ │ │ ├── SelectorBar.cs │ │ │ ├── SelectorBarItem.cs │ │ │ ├── SelectorBarSelectionChangedEventArgs.cs │ │ │ ├── SemanticZoom.cs │ │ │ ├── SemanticZoomLocation.cs │ │ │ ├── SemanticZoomViewChangedEventArgs.cs │ │ │ ├── SemanticZoomViewChangedEventHandler.cs │ │ │ ├── Slider.cs │ │ │ ├── SnapPointsType.cs │ │ │ ├── SplitButton.cs │ │ │ ├── SplitButtonClickEventArgs.cs │ │ │ ├── SplitView.cs │ │ │ ├── SplitViewDisplayMode.cs │ │ │ ├── SplitViewPaneClosingEventArgs.cs │ │ │ ├── SplitViewPanePlacement.cs │ │ │ ├── StackLayout.cs │ │ │ ├── StackPanel.cs │ │ │ ├── StretchDirection.cs │ │ │ ├── StyleSelector.cs │ │ │ ├── SwapChainBackgroundPanel.cs │ │ │ ├── SwapChainPanel.cs │ │ │ ├── SwipeBehaviorOnInvoked.cs │ │ │ ├── SwipeControl.cs │ │ │ ├── SwipeItem.cs │ │ │ ├── SwipeItemInvokedEventArgs.cs │ │ │ ├── SwipeItems.cs │ │ │ ├── SwipeMode.cs │ │ │ ├── Symbol.cs │ │ │ ├── SymbolIcon.cs │ │ │ ├── SymbolIconSource.cs │ │ │ ├── TabView.cs │ │ │ ├── TabViewCloseButtonOverlayMode.cs │ │ │ ├── TabViewExternalTornOutTabsDroppedEventArgs.cs │ │ │ ├── TabViewExternalTornOutTabsDroppingEventArgs.cs │ │ │ ├── TabViewItem.cs │ │ │ ├── TabViewItemTemplateSettings.cs │ │ │ ├── TabViewTabCloseRequestedEventArgs.cs │ │ │ ├── TabViewTabDragCompletedEventArgs.cs │ │ │ ├── TabViewTabDragStartingEventArgs.cs │ │ │ ├── TabViewTabDroppedOutsideEventArgs.cs │ │ │ ├── TabViewTabTearOutRequestedEventArgs.cs │ │ │ ├── TabViewTabTearOutWindowRequestedEventArgs.cs │ │ │ ├── TabViewWidthMode.cs │ │ │ ├── TeachingTip.cs │ │ │ ├── TeachingTipCloseReason.cs │ │ │ ├── TeachingTipClosedEventArgs.cs │ │ │ ├── TeachingTipClosingEventArgs.cs │ │ │ ├── TeachingTipHeroContentPlacementMode.cs │ │ │ ├── TeachingTipPlacementMode.cs │ │ │ ├── TeachingTipTailVisibility.cs │ │ │ ├── TeachingTipTemplateSettings.cs │ │ │ ├── TextBlock.cs │ │ │ ├── TextBox.cs │ │ │ ├── TextBoxBeforeTextChangingEventArgs.cs │ │ │ ├── TextBoxSelectionChangingEventArgs.cs │ │ │ ├── TextBoxTextChangingEventArgs.cs │ │ │ ├── TextChangedEventArgs.cs │ │ │ ├── TextChangedEventHandler.cs │ │ │ ├── TextCommandBarFlyout.cs │ │ │ ├── TextCompositionChangedEventArgs.cs │ │ │ ├── TextCompositionEndedEventArgs.cs │ │ │ ├── TextCompositionStartedEventArgs.cs │ │ │ ├── TextControlCopyingToClipboardEventArgs.cs │ │ │ ├── TextControlCuttingToClipboardEventArgs.cs │ │ │ ├── TextControlPasteEventArgs.cs │ │ │ ├── TextControlPasteEventHandler.cs │ │ │ ├── TimePickedEventArgs.cs │ │ │ ├── TimePicker.cs │ │ │ ├── TimePickerFlyout.cs │ │ │ ├── TimePickerFlyoutPresenter.cs │ │ │ ├── TimePickerSelectedValueChangedEventArgs.cs │ │ │ ├── TimePickerValueChangedEventArgs.cs │ │ │ ├── TitleBar.cs │ │ │ ├── TitleBarAutomationPeer.cs │ │ │ ├── TitleBarTemplateSettings.cs │ │ │ ├── ToggleMenuFlyoutItem.cs │ │ │ ├── ToggleSplitButton.cs │ │ │ ├── ToggleSplitButtonIsCheckedChangedEventArgs.cs │ │ │ ├── ToggleSwitch.cs │ │ │ ├── ToolTip.cs │ │ │ ├── ToolTipService.cs │ │ │ ├── TreeView.cs │ │ │ ├── TreeViewCollapsedEventArgs.cs │ │ │ ├── TreeViewDragItemsCompletedEventArgs.cs │ │ │ ├── TreeViewDragItemsStartingEventArgs.cs │ │ │ ├── TreeViewExpandingEventArgs.cs │ │ │ ├── TreeViewItem.cs │ │ │ ├── TreeViewItemInvokedEventArgs.cs │ │ │ ├── TreeViewItemTemplateSettings.cs │ │ │ ├── TreeViewList.cs │ │ │ ├── TreeViewNode.cs │ │ │ ├── TreeViewSelectionChangedEventArgs.cs │ │ │ ├── TreeViewSelectionMode.cs │ │ │ ├── TwoPaneView.cs │ │ │ ├── TwoPaneViewMode.cs │ │ │ ├── TwoPaneViewPriority.cs │ │ │ ├── TwoPaneViewTallModeConfiguration.cs │ │ │ ├── TwoPaneViewWideModeConfiguration.cs │ │ │ ├── UIElementCollection.cs │ │ │ ├── UniformGridLayout.cs │ │ │ ├── UniformGridLayoutItemsJustification.cs │ │ │ ├── UniformGridLayoutItemsStretch.cs │ │ │ ├── UserControl.cs │ │ │ ├── VariableSizedWrapGrid.cs │ │ │ ├── Viewbox.cs │ │ │ ├── VirtualizationMode.cs │ │ │ ├── VirtualizingLayout.cs │ │ │ ├── VirtualizingLayoutContext.cs │ │ │ ├── VirtualizingPanel.cs │ │ │ ├── VirtualizingStackPanel.cs │ │ │ ├── WebView2.cs │ │ │ ├── WrapGrid.cs │ │ │ ├── XamlControlsResources.cs │ │ │ └── ZoomMode.cs │ │ │ ├── Microsoft.UI.Xaml.CustomAttributes │ │ │ ├── MUXHasCustomActivationFactoryAttribute.cs │ │ │ ├── MUXOverrideEnsurePropertiesAttribute.cs │ │ │ ├── MUXPropertyChangedCallbackAttribute.cs │ │ │ ├── MUXPropertyChangedCallbackMethodNameAttribute.cs │ │ │ ├── MUXPropertyDefaultValueAttribute.cs │ │ │ ├── MUXPropertyNeedsDependencyPropertyFieldAttribute.cs │ │ │ ├── MUXPropertyTypeAttribute.cs │ │ │ └── MUXPropertyValidationCallbackAttribute.cs │ │ │ ├── Microsoft.UI.Xaml.Data │ │ │ ├── BindableAttribute.cs │ │ │ ├── Binding.cs │ │ │ ├── BindingBase.cs │ │ │ ├── BindingExpression.cs │ │ │ ├── BindingExpressionBase.cs │ │ │ ├── BindingMode.cs │ │ │ ├── BindingOperations.cs │ │ │ ├── CollectionViewSource.cs │ │ │ ├── CurrentChangingEventArgs.cs │ │ │ ├── CurrentChangingEventHandler.cs │ │ │ ├── DataErrorsChangedEventArgs.cs │ │ │ ├── ICollectionView.cs │ │ │ ├── ICollectionViewFactory.cs │ │ │ ├── ICollectionViewGroup.cs │ │ │ ├── ICustomProperty.cs │ │ │ ├── ICustomPropertyProvider.cs │ │ │ ├── IItemsRangeInfo.cs │ │ │ ├── INotifyDataErrorInfo.cs │ │ │ ├── INotifyPropertyChanged.cs │ │ │ ├── ISelectionInfo.cs │ │ │ ├── ISupportIncrementalLoading.cs │ │ │ ├── IValueConverter.cs │ │ │ ├── ItemIndexRange.cs │ │ │ ├── LoadMoreItemsResult.cs │ │ │ ├── PropertyChangedEventArgs.cs │ │ │ ├── PropertyChangedEventHandler.cs │ │ │ ├── RelativeSource.cs │ │ │ ├── RelativeSourceMode.cs │ │ │ └── UpdateSourceTrigger.cs │ │ │ ├── Microsoft.UI.Xaml.Documents │ │ │ ├── Block.cs │ │ │ ├── BlockCollection.cs │ │ │ ├── Bold.cs │ │ │ ├── Glyphs.cs │ │ │ ├── Hyperlink.cs │ │ │ ├── HyperlinkClickEventArgs.cs │ │ │ ├── Inline.cs │ │ │ ├── InlineCollection.cs │ │ │ ├── InlineUIContainer.cs │ │ │ ├── Italic.cs │ │ │ ├── LineBreak.cs │ │ │ ├── LogicalDirection.cs │ │ │ ├── Paragraph.cs │ │ │ ├── Run.cs │ │ │ ├── Span.cs │ │ │ ├── TextElement.cs │ │ │ ├── TextHighlighter.cs │ │ │ ├── TextHighlighterBase.cs │ │ │ ├── TextPointer.cs │ │ │ ├── TextRange.cs │ │ │ ├── Typography.cs │ │ │ ├── Underline.cs │ │ │ └── UnderlineStyle.cs │ │ │ ├── Microsoft.UI.Xaml.Hosting │ │ │ ├── DesktopWindowXamlSource.cs │ │ │ ├── DesktopWindowXamlSourceGotFocusEventArgs.cs │ │ │ ├── DesktopWindowXamlSourceTakeFocusRequestedEventArgs.cs │ │ │ ├── ElementCompositionPreview.cs │ │ │ ├── WindowsXamlManager.cs │ │ │ ├── XamlShutdownCompletedOnThreadEventArgs.cs │ │ │ ├── XamlSourceFocusNavigationReason.cs │ │ │ ├── XamlSourceFocusNavigationRequest.cs │ │ │ └── XamlSourceFocusNavigationResult.cs │ │ │ ├── Microsoft.UI.Xaml.Input │ │ │ ├── AccessKeyDisplayDismissedEventArgs.cs │ │ │ ├── AccessKeyDisplayRequestedEventArgs.cs │ │ │ ├── AccessKeyInvokedEventArgs.cs │ │ │ ├── AccessKeyManager.cs │ │ │ ├── CanExecuteRequestedEventArgs.cs │ │ │ ├── CharacterReceivedRoutedEventArgs.cs │ │ │ ├── ContextRequestedEventArgs.cs │ │ │ ├── DoubleTappedEventHandler.cs │ │ │ ├── DoubleTappedRoutedEventArgs.cs │ │ │ ├── ExecuteRequestedEventArgs.cs │ │ │ ├── FindNextElementOptions.cs │ │ │ ├── FocusInputDeviceKind.cs │ │ │ ├── FocusManager.cs │ │ │ ├── FocusManagerGotFocusEventArgs.cs │ │ │ ├── FocusManagerLostFocusEventArgs.cs │ │ │ ├── FocusMovementResult.cs │ │ │ ├── FocusNavigationDirection.cs │ │ │ ├── GettingFocusEventArgs.cs │ │ │ ├── HoldingEventHandler.cs │ │ │ ├── HoldingRoutedEventArgs.cs │ │ │ ├── ICommand.cs │ │ │ ├── InertiaExpansionBehavior.cs │ │ │ ├── InertiaRotationBehavior.cs │ │ │ ├── InertiaTranslationBehavior.cs │ │ │ ├── InputScope.cs │ │ │ ├── InputScopeName.cs │ │ │ ├── InputScopeNameValue.cs │ │ │ ├── KeyEventHandler.cs │ │ │ ├── KeyRoutedEventArgs.cs │ │ │ ├── KeyTipPlacementMode.cs │ │ │ ├── KeyboardAccelerator.cs │ │ │ ├── KeyboardAcceleratorInvokedEventArgs.cs │ │ │ ├── KeyboardAcceleratorPlacementMode.cs │ │ │ ├── KeyboardNavigationMode.cs │ │ │ ├── LosingFocusEventArgs.cs │ │ │ ├── ManipulationCompletedEventHandler.cs │ │ │ ├── ManipulationCompletedRoutedEventArgs.cs │ │ │ ├── ManipulationDeltaEventHandler.cs │ │ │ ├── ManipulationDeltaRoutedEventArgs.cs │ │ │ ├── ManipulationInertiaStartingEventHandler.cs │ │ │ ├── ManipulationInertiaStartingRoutedEventArgs.cs │ │ │ ├── ManipulationModes.cs │ │ │ ├── ManipulationPivot.cs │ │ │ ├── ManipulationStartedEventHandler.cs │ │ │ ├── ManipulationStartedRoutedEventArgs.cs │ │ │ ├── ManipulationStartingEventHandler.cs │ │ │ ├── ManipulationStartingRoutedEventArgs.cs │ │ │ ├── NoFocusCandidateFoundEventArgs.cs │ │ │ ├── Pointer.cs │ │ │ ├── PointerEventHandler.cs │ │ │ ├── PointerRoutedEventArgs.cs │ │ │ ├── ProcessKeyboardAcceleratorEventArgs.cs │ │ │ ├── RightTappedEventHandler.cs │ │ │ ├── RightTappedRoutedEventArgs.cs │ │ │ ├── StandardUICommand.cs │ │ │ ├── StandardUICommandKind.cs │ │ │ ├── TappedEventHandler.cs │ │ │ ├── TappedRoutedEventArgs.cs │ │ │ ├── XYFocusKeyboardNavigationMode.cs │ │ │ ├── XYFocusNavigationStrategy.cs │ │ │ ├── XYFocusNavigationStrategyOverride.cs │ │ │ └── XamlUICommand.cs │ │ │ ├── Microsoft.UI.Xaml.Interop │ │ │ ├── BindableVectorChangedEventHandler.cs │ │ │ ├── IBindableIterable.cs │ │ │ ├── IBindableIterator.cs │ │ │ ├── IBindableObservableVector.cs │ │ │ ├── IBindableVector.cs │ │ │ ├── IBindableVectorView.cs │ │ │ ├── INotifyCollectionChanged.cs │ │ │ ├── NotifyCollectionChangedAction.cs │ │ │ ├── NotifyCollectionChangedEventArgs.cs │ │ │ └── NotifyCollectionChangedEventHandler.cs │ │ │ ├── Microsoft.UI.Xaml.Markup │ │ │ ├── ContentPropertyAttribute.cs │ │ │ ├── FullXamlMetadataProviderAttribute.cs │ │ │ ├── IComponentConnector.cs │ │ │ ├── IDataTemplateComponent.cs │ │ │ ├── IProvideValueTarget.cs │ │ │ ├── IRootObjectProvider.cs │ │ │ ├── IUriContext.cs │ │ │ ├── IXamlBindScopeDiagnostics.cs │ │ │ ├── IXamlMember.cs │ │ │ ├── IXamlMetadataProvider.cs │ │ │ ├── IXamlType.cs │ │ │ ├── IXamlTypeResolver.cs │ │ │ ├── MarkupExtension.cs │ │ │ ├── MarkupExtensionReturnTypeAttribute.cs │ │ │ ├── ProvideValueTargetProperty.cs │ │ │ ├── XamlBinaryWriter.cs │ │ │ ├── XamlBinaryWriterErrorInformation.cs │ │ │ ├── XamlBindingHelper.cs │ │ │ ├── XamlMarkupHelper.cs │ │ │ ├── XamlReader.cs │ │ │ └── XmlnsDefinition.cs │ │ │ ├── Microsoft.UI.Xaml.Media.Animation │ │ │ ├── AddDeleteThemeTransition.cs │ │ │ ├── BackEase.cs │ │ │ ├── BasicConnectedAnimationConfiguration.cs │ │ │ ├── BeginStoryboard.cs │ │ │ ├── BounceEase.cs │ │ │ ├── CircleEase.cs │ │ │ ├── ClockState.cs │ │ │ ├── ColorAnimation.cs │ │ │ ├── ColorAnimationUsingKeyFrames.cs │ │ │ ├── ColorKeyFrame.cs │ │ │ ├── ColorKeyFrameCollection.cs │ │ │ ├── CommonNavigationTransitionInfo.cs │ │ │ ├── ConditionallyIndependentlyAnimatableAttribute.cs │ │ │ ├── ConnectedAnimation.cs │ │ │ ├── ConnectedAnimationComponent.cs │ │ │ ├── ConnectedAnimationConfiguration.cs │ │ │ ├── ConnectedAnimationService.cs │ │ │ ├── ContentThemeTransition.cs │ │ │ ├── ContinuumNavigationTransitionInfo.cs │ │ │ ├── CubicEase.cs │ │ │ ├── DirectConnectedAnimationConfiguration.cs │ │ │ ├── DiscreteColorKeyFrame.cs │ │ │ ├── DiscreteDoubleKeyFrame.cs │ │ │ ├── DiscreteObjectKeyFrame.cs │ │ │ ├── DiscretePointKeyFrame.cs │ │ │ ├── DoubleAnimation.cs │ │ │ ├── DoubleAnimationUsingKeyFrames.cs │ │ │ ├── DoubleKeyFrame.cs │ │ │ ├── DoubleKeyFrameCollection.cs │ │ │ ├── DragItemThemeAnimation.cs │ │ │ ├── DragOverThemeAnimation.cs │ │ │ ├── DrillInNavigationTransitionInfo.cs │ │ │ ├── DrillInThemeAnimation.cs │ │ │ ├── DrillOutThemeAnimation.cs │ │ │ ├── DropTargetItemThemeAnimation.cs │ │ │ ├── EasingColorKeyFrame.cs │ │ │ ├── EasingDoubleKeyFrame.cs │ │ │ ├── EasingFunctionBase.cs │ │ │ ├── EasingMode.cs │ │ │ ├── EasingPointKeyFrame.cs │ │ │ ├── EdgeUIThemeTransition.cs │ │ │ ├── ElasticEase.cs │ │ │ ├── EntranceNavigationTransitionInfo.cs │ │ │ ├── EntranceThemeTransition.cs │ │ │ ├── ExponentialEase.cs │ │ │ ├── FadeInThemeAnimation.cs │ │ │ ├── FadeOutThemeAnimation.cs │ │ │ ├── FillBehavior.cs │ │ │ ├── GravityConnectedAnimationConfiguration.cs │ │ │ ├── IndependentlyAnimatableAttribute.cs │ │ │ ├── KeySpline.cs │ │ │ ├── KeyTime.cs │ │ │ ├── KeyTimeHelper.cs │ │ │ ├── LinearColorKeyFrame.cs │ │ │ ├── LinearDoubleKeyFrame.cs │ │ │ ├── LinearPointKeyFrame.cs │ │ │ ├── NavigationThemeTransition.cs │ │ │ ├── NavigationTransitionInfo.cs │ │ │ ├── ObjectAnimationUsingKeyFrames.cs │ │ │ ├── ObjectKeyFrame.cs │ │ │ ├── ObjectKeyFrameCollection.cs │ │ │ ├── PaneThemeTransition.cs │ │ │ ├── PointAnimation.cs │ │ │ ├── PointAnimationUsingKeyFrames.cs │ │ │ ├── PointKeyFrame.cs │ │ │ ├── PointKeyFrameCollection.cs │ │ │ ├── PointerDownThemeAnimation.cs │ │ │ ├── PointerUpThemeAnimation.cs │ │ │ ├── PopInThemeAnimation.cs │ │ │ ├── PopOutThemeAnimation.cs │ │ │ ├── PopupThemeTransition.cs │ │ │ ├── PowerEase.cs │ │ │ ├── QuadraticEase.cs │ │ │ ├── QuarticEase.cs │ │ │ ├── QuinticEase.cs │ │ │ ├── ReorderThemeTransition.cs │ │ │ ├── RepeatBehavior.cs │ │ │ ├── RepeatBehaviorHelper.cs │ │ │ ├── RepeatBehaviorType.cs │ │ │ ├── RepositionThemeAnimation.cs │ │ │ ├── RepositionThemeTransition.cs │ │ │ ├── SineEase.cs │ │ │ ├── SlideNavigationTransitionEffect.cs │ │ │ ├── SlideNavigationTransitionInfo.cs │ │ │ ├── SplineColorKeyFrame.cs │ │ │ ├── SplineDoubleKeyFrame.cs │ │ │ ├── SplinePointKeyFrame.cs │ │ │ ├── SplitCloseThemeAnimation.cs │ │ │ ├── SplitOpenThemeAnimation.cs │ │ │ ├── Storyboard.cs │ │ │ ├── SuppressNavigationTransitionInfo.cs │ │ │ ├── SwipeBackThemeAnimation.cs │ │ │ ├── SwipeHintThemeAnimation.cs │ │ │ ├── Timeline.cs │ │ │ ├── TimelineCollection.cs │ │ │ ├── Transition.cs │ │ │ └── TransitionCollection.cs │ │ │ ├── Microsoft.UI.Xaml.Media.Imaging │ │ │ ├── BitmapCreateOptions.cs │ │ │ ├── BitmapImage.cs │ │ │ ├── BitmapSource.cs │ │ │ ├── DecodePixelType.cs │ │ │ ├── DownloadProgressEventArgs.cs │ │ │ ├── DownloadProgressEventHandler.cs │ │ │ ├── RenderTargetBitmap.cs │ │ │ ├── SoftwareBitmapSource.cs │ │ │ ├── SurfaceImageSource.cs │ │ │ ├── SvgImageSource.cs │ │ │ ├── SvgImageSourceFailedEventArgs.cs │ │ │ ├── SvgImageSourceLoadStatus.cs │ │ │ ├── SvgImageSourceOpenedEventArgs.cs │ │ │ ├── VirtualSurfaceImageSource.cs │ │ │ ├── WriteableBitmap.cs │ │ │ └── XamlRenderingBackgroundTask.cs │ │ │ ├── Microsoft.UI.Xaml.Media.Media3D │ │ │ ├── CompositeTransform3D.cs │ │ │ ├── Matrix3D.cs │ │ │ ├── Matrix3DHelper.cs │ │ │ ├── PerspectiveTransform3D.cs │ │ │ └── Transform3D.cs │ │ │ ├── Microsoft.UI.Xaml.Media │ │ │ ├── AcrylicBrush.cs │ │ │ ├── AlignmentX.cs │ │ │ ├── AlignmentY.cs │ │ │ ├── ArcSegment.cs │ │ │ ├── BezierSegment.cs │ │ │ ├── BitmapCache.cs │ │ │ ├── Brush.cs │ │ │ ├── BrushCollection.cs │ │ │ ├── BrushMappingMode.cs │ │ │ ├── CacheMode.cs │ │ │ ├── ColorInterpolationMode.cs │ │ │ ├── CompositeTransform.cs │ │ │ ├── CompositionTarget.cs │ │ │ ├── DesktopAcrylicBackdrop.cs │ │ │ ├── DoubleCollection.cs │ │ │ ├── ElementCompositeMode.cs │ │ │ ├── EllipseGeometry.cs │ │ │ ├── FastPlayFallbackBehaviour.cs │ │ │ ├── FillRule.cs │ │ │ ├── FontFamily.cs │ │ │ ├── GeneralTransform.cs │ │ │ ├── Geometry.cs │ │ │ ├── GeometryCollection.cs │ │ │ ├── GeometryGroup.cs │ │ │ ├── GradientBrush.cs │ │ │ ├── GradientSpreadMethod.cs │ │ │ ├── GradientStop.cs │ │ │ ├── GradientStopCollection.cs │ │ │ ├── ImageBrush.cs │ │ │ ├── ImageSource.cs │ │ │ ├── LineGeometry.cs │ │ │ ├── LineSegment.cs │ │ │ ├── LinearGradientBrush.cs │ │ │ ├── LoadedImageSourceLoadCompletedEventArgs.cs │ │ │ ├── LoadedImageSourceLoadStatus.cs │ │ │ ├── LoadedImageSurface.cs │ │ │ ├── Matrix.cs │ │ │ ├── Matrix3DProjection.cs │ │ │ ├── MatrixHelper.cs │ │ │ ├── MatrixTransform.cs │ │ │ ├── MediaTransportControlsThumbnailRequestedEventArgs.cs │ │ │ ├── MicaBackdrop.cs │ │ │ ├── PathFigure.cs │ │ │ ├── PathFigureCollection.cs │ │ │ ├── PathGeometry.cs │ │ │ ├── PathSegment.cs │ │ │ ├── PathSegmentCollection.cs │ │ │ ├── PenLineCap.cs │ │ │ ├── PenLineJoin.cs │ │ │ ├── PlaneProjection.cs │ │ │ ├── PointCollection.cs │ │ │ ├── PolyBezierSegment.cs │ │ │ ├── PolyLineSegment.cs │ │ │ ├── PolyQuadraticBezierSegment.cs │ │ │ ├── Projection.cs │ │ │ ├── QuadraticBezierSegment.cs │ │ │ ├── RadialGradientBrush.cs │ │ │ ├── RectangleGeometry.cs │ │ │ ├── RenderedEventArgs.cs │ │ │ ├── RenderingEventArgs.cs │ │ │ ├── RotateTransform.cs │ │ │ ├── ScaleTransform.cs │ │ │ ├── Shadow.cs │ │ │ ├── SkewTransform.cs │ │ │ ├── SolidColorBrush.cs │ │ │ ├── Stretch.cs │ │ │ ├── StyleSimulations.cs │ │ │ ├── SweepDirection.cs │ │ │ ├── SystemBackdrop.cs │ │ │ ├── ThemeShadow.cs │ │ │ ├── TileBrush.cs │ │ │ ├── Transform.cs │ │ │ ├── TransformCollection.cs │ │ │ ├── TransformGroup.cs │ │ │ ├── TranslateTransform.cs │ │ │ ├── VisualTreeHelper.cs │ │ │ ├── XamlCompositionBrushBase.cs │ │ │ └── XamlLight.cs │ │ │ ├── Microsoft.UI.Xaml.Navigation │ │ │ ├── FrameNavigationOptions.cs │ │ │ ├── NavigatedEventHandler.cs │ │ │ ├── NavigatingCancelEventArgs.cs │ │ │ ├── NavigatingCancelEventHandler.cs │ │ │ ├── NavigationCacheMode.cs │ │ │ ├── NavigationEventArgs.cs │ │ │ ├── NavigationFailedEventArgs.cs │ │ │ ├── NavigationFailedEventHandler.cs │ │ │ ├── NavigationMode.cs │ │ │ ├── NavigationStoppedEventHandler.cs │ │ │ └── PageStackEntry.cs │ │ │ ├── Microsoft.UI.Xaml.Printing │ │ │ ├── AddPagesEventArgs.cs │ │ │ ├── AddPagesEventHandler.cs │ │ │ ├── GetPreviewPageEventArgs.cs │ │ │ ├── GetPreviewPageEventHandler.cs │ │ │ ├── PaginateEventArgs.cs │ │ │ ├── PaginateEventHandler.cs │ │ │ ├── PreviewPageCountType.cs │ │ │ └── PrintDocument.cs │ │ │ ├── Microsoft.UI.Xaml.Resources │ │ │ └── CustomXamlResourceLoader.cs │ │ │ ├── Microsoft.UI.Xaml.Shapes │ │ │ ├── Ellipse.cs │ │ │ ├── Line.cs │ │ │ ├── Path.cs │ │ │ ├── Polygon.cs │ │ │ ├── Polyline.cs │ │ │ ├── Rectangle.cs │ │ │ └── Shape.cs │ │ │ ├── Microsoft.UI.Xaml.XamlTypeInfo │ │ │ └── XamlControlsXamlMetaDataProvider.cs │ │ │ ├── Microsoft.UI.Xaml │ │ │ ├── AdaptiveTrigger.cs │ │ │ ├── Application.cs │ │ │ ├── ApplicationHighContrastAdjustment.cs │ │ │ ├── ApplicationInitializationCallback.cs │ │ │ ├── ApplicationInitializationCallbackParams.cs │ │ │ ├── ApplicationRequiresPointerMode.cs │ │ │ ├── ApplicationTheme.cs │ │ │ ├── AutomationTextAttributesEnum.cs │ │ │ ├── BindingFailedEventArgs.cs │ │ │ ├── BindingFailedEventHandler.cs │ │ │ ├── BringIntoViewOptions.cs │ │ │ ├── BringIntoViewRequestedEventArgs.cs │ │ │ ├── BrushTransition.cs │ │ │ ├── ColorPaletteResources.cs │ │ │ ├── CornerRadius.cs │ │ │ ├── CornerRadiusHelper.cs │ │ │ ├── CreateDefaultValueCallback.cs │ │ │ ├── DataContextChangedEventArgs.cs │ │ │ ├── DataTemplate.cs │ │ │ ├── DataTemplateKey.cs │ │ │ ├── DebugSettings.cs │ │ │ ├── DependencyObject.cs │ │ │ ├── DependencyObjectCollection.cs │ │ │ ├── DependencyProperty.cs │ │ │ ├── DependencyPropertyChangedCallback.cs │ │ │ ├── DependencyPropertyChangedEventArgs.cs │ │ │ ├── DependencyPropertyChangedEventHandler.cs │ │ │ ├── DispatcherShutdownMode.cs │ │ │ ├── DispatcherTimer.cs │ │ │ ├── DragEventArgs.cs │ │ │ ├── DragEventHandler.cs │ │ │ ├── DragOperationDeferral.cs │ │ │ ├── DragStartingEventArgs.cs │ │ │ ├── DragUI.cs │ │ │ ├── DragUIOverride.cs │ │ │ ├── DropCompletedEventArgs.cs │ │ │ ├── Duration.cs │ │ │ ├── DurationHelper.cs │ │ │ ├── DurationType.cs │ │ │ ├── EffectiveViewportChangedEventArgs.cs │ │ │ ├── ElementFactoryGetArgs.cs │ │ │ ├── ElementFactoryRecycleArgs.cs │ │ │ ├── ElementHighContrastAdjustment.cs │ │ │ ├── ElementSoundKind.cs │ │ │ ├── ElementSoundMode.cs │ │ │ ├── ElementSoundPlayer.cs │ │ │ ├── ElementSoundPlayerState.cs │ │ │ ├── ElementSpatialAudioMode.cs │ │ │ ├── ElementTheme.cs │ │ │ ├── EnteredBackgroundEventHandler.cs │ │ │ ├── EventTrigger.cs │ │ │ ├── ExceptionRoutedEventArgs.cs │ │ │ ├── ExceptionRoutedEventHandler.cs │ │ │ ├── FlowDirection.cs │ │ │ ├── FocusState.cs │ │ │ ├── FocusVisualKind.cs │ │ │ ├── FontCapitals.cs │ │ │ ├── FontEastAsianLanguage.cs │ │ │ ├── FontEastAsianWidths.cs │ │ │ ├── FontFraction.cs │ │ │ ├── FontNumeralAlignment.cs │ │ │ ├── FontNumeralStyle.cs │ │ │ ├── FontVariants.cs │ │ │ ├── FrameworkElement.cs │ │ │ ├── FrameworkTemplate.cs │ │ │ ├── FrameworkView.cs │ │ │ ├── FrameworkViewSource.cs │ │ │ ├── GridLength.cs │ │ │ ├── GridLengthHelper.cs │ │ │ ├── GridUnitType.cs │ │ │ ├── HorizontalAlignment.cs │ │ │ ├── IDataTemplateExtension.cs │ │ │ ├── IElementFactory.cs │ │ │ ├── IXamlServiceProvider.cs │ │ │ ├── LaunchActivatedEventArgs.cs │ │ │ ├── LayoutCycleDebugBreakLevel.cs │ │ │ ├── LayoutCycleTracingLevel.cs │ │ │ ├── LeavingBackgroundEventHandler.cs │ │ │ ├── LineStackingStrategy.cs │ │ │ ├── MediaFailedRoutedEventArgs.cs │ │ │ ├── OpticalMarginAlignment.cs │ │ │ ├── PointHelper.cs │ │ │ ├── PropertyChangedCallback.cs │ │ │ ├── PropertyMetadata.cs │ │ │ ├── PropertyPath.cs │ │ │ ├── RectHelper.cs │ │ │ ├── ResourceDictionary.cs │ │ │ ├── ResourceManagerRequestedEventArgs.cs │ │ │ ├── RoutedEvent.cs │ │ │ ├── RoutedEventArgs.cs │ │ │ ├── RoutedEventHandler.cs │ │ │ ├── ScalarTransition.cs │ │ │ ├── Setter.cs │ │ │ ├── SetterBase.cs │ │ │ ├── SetterBaseCollection.cs │ │ │ ├── SizeChangedEventArgs.cs │ │ │ ├── SizeChangedEventHandler.cs │ │ │ ├── SizeHelper.cs │ │ │ ├── StateTrigger.cs │ │ │ ├── StateTriggerBase.cs │ │ │ ├── Style.cs │ │ │ ├── StyleTypedPropertyAttribute.cs │ │ │ ├── SuspendingEventHandler.cs │ │ │ ├── TargetPropertyPath.cs │ │ │ ├── TemplatePartAttribute.cs │ │ │ ├── TemplateVisualStateAttribute.cs │ │ │ ├── TextAlignment.cs │ │ │ ├── TextLineBounds.cs │ │ │ ├── TextReadingOrder.cs │ │ │ ├── TextTrimming.cs │ │ │ ├── TextWrapping.cs │ │ │ ├── Thickness.cs │ │ │ ├── ThicknessHelper.cs │ │ │ ├── TriggerAction.cs │ │ │ ├── TriggerActionCollection.cs │ │ │ ├── TriggerBase.cs │ │ │ ├── TriggerCollection.cs │ │ │ ├── UIElement.cs │ │ │ ├── UIElementWeakCollection.cs │ │ │ ├── UnhandledExceptionEventArgs.cs │ │ │ ├── UnhandledExceptionEventHandler.cs │ │ │ ├── Vector3Transition.cs │ │ │ ├── Vector3TransitionComponents.cs │ │ │ ├── VerticalAlignment.cs │ │ │ ├── Visibility.cs │ │ │ ├── VisualState.cs │ │ │ ├── VisualStateChangedEventArgs.cs │ │ │ ├── VisualStateChangedEventHandler.cs │ │ │ ├── VisualStateGroup.cs │ │ │ ├── VisualStateManager.cs │ │ │ ├── VisualTransition.cs │ │ │ ├── WinUIContract.cs │ │ │ ├── Window.cs │ │ │ ├── WindowActivatedEventArgs.cs │ │ │ ├── WindowActivationState.cs │ │ │ ├── WindowEventArgs.cs │ │ │ ├── WindowSizeChangedEventArgs.cs │ │ │ ├── WindowVisibilityChangedEventArgs.cs │ │ │ ├── XamlContract.cs │ │ │ ├── XamlIsland.cs │ │ │ ├── XamlResourceReferenceFailedEventArgs.cs │ │ │ ├── XamlRoot.cs │ │ │ └── XamlRootChangedEventArgs.cs │ │ │ ├── Microsoft.Web.WebView2.Core │ │ │ ├── CoreWebView2.cs │ │ │ ├── CoreWebView2AcceleratorKeyPressedEventArgs.cs │ │ │ ├── CoreWebView2BasicAuthenticationRequestedEventArgs.cs │ │ │ ├── CoreWebView2BasicAuthenticationResponse.cs │ │ │ ├── CoreWebView2BoundsMode.cs │ │ │ ├── CoreWebView2BrowserExtension.cs │ │ │ ├── CoreWebView2BrowserProcessExitKind.cs │ │ │ ├── CoreWebView2BrowserProcessExitedEventArgs.cs │ │ │ ├── CoreWebView2BrowsingDataKinds.cs │ │ │ ├── CoreWebView2CapturePreviewImageFormat.cs │ │ │ ├── CoreWebView2Certificate.cs │ │ │ ├── CoreWebView2ChannelSearchKind.cs │ │ │ ├── CoreWebView2ClientCertificate.cs │ │ │ ├── CoreWebView2ClientCertificateKind.cs │ │ │ ├── CoreWebView2ClientCertificateRequestedEventArgs.cs │ │ │ ├── CoreWebView2CompositionController.cs │ │ │ ├── CoreWebView2ContentLoadingEventArgs.cs │ │ │ ├── CoreWebView2ContextMenuItem.cs │ │ │ ├── CoreWebView2ContextMenuItemKind.cs │ │ │ ├── CoreWebView2ContextMenuRequestedEventArgs.cs │ │ │ ├── CoreWebView2ContextMenuTarget.cs │ │ │ ├── CoreWebView2ContextMenuTargetKind.cs │ │ │ ├── CoreWebView2Controller.cs │ │ │ ├── CoreWebView2ControllerOptions.cs │ │ │ ├── CoreWebView2ControllerWindowReference.cs │ │ │ ├── CoreWebView2Cookie.cs │ │ │ ├── CoreWebView2CookieManager.cs │ │ │ ├── CoreWebView2CookieSameSiteKind.cs │ │ │ ├── CoreWebView2CustomSchemeRegistration.cs │ │ │ ├── CoreWebView2DOMContentLoadedEventArgs.cs │ │ │ ├── CoreWebView2DefaultDownloadDialogCornerAlignment.cs │ │ │ ├── CoreWebView2DevToolsProtocolEventReceivedEventArgs.cs │ │ │ ├── CoreWebView2DevToolsProtocolEventReceiver.cs │ │ │ ├── CoreWebView2DownloadInterruptReason.cs │ │ │ ├── CoreWebView2DownloadOperation.cs │ │ │ ├── CoreWebView2DownloadStartingEventArgs.cs │ │ │ ├── CoreWebView2DownloadState.cs │ │ │ ├── CoreWebView2Environment.cs │ │ │ ├── CoreWebView2EnvironmentOptions.cs │ │ │ ├── CoreWebView2ExecuteScriptResult.cs │ │ │ ├── CoreWebView2FaviconImageFormat.cs │ │ │ ├── CoreWebView2File.cs │ │ │ ├── CoreWebView2FileSystemHandle.cs │ │ │ ├── CoreWebView2FileSystemHandleKind.cs │ │ │ ├── CoreWebView2FileSystemHandlePermission.cs │ │ │ ├── CoreWebView2Frame.cs │ │ │ ├── CoreWebView2FrameCreatedEventArgs.cs │ │ │ ├── CoreWebView2FrameInfo.cs │ │ │ ├── CoreWebView2FrameKind.cs │ │ │ ├── CoreWebView2HostResourceAccessKind.cs │ │ │ ├── CoreWebView2HttpHeadersCollectionIterator.cs │ │ │ ├── CoreWebView2HttpRequestHeaders.cs │ │ │ ├── CoreWebView2HttpResponseHeaders.cs │ │ │ ├── CoreWebView2KeyEventKind.cs │ │ │ ├── CoreWebView2LaunchingExternalUriSchemeEventArgs.cs │ │ │ ├── CoreWebView2MemoryUsageTargetLevel.cs │ │ │ ├── CoreWebView2MouseEventKind.cs │ │ │ ├── CoreWebView2MouseEventVirtualKeys.cs │ │ │ ├── CoreWebView2MoveFocusReason.cs │ │ │ ├── CoreWebView2MoveFocusRequestedEventArgs.cs │ │ │ ├── CoreWebView2NavigationCompletedEventArgs.cs │ │ │ ├── CoreWebView2NavigationKind.cs │ │ │ ├── CoreWebView2NavigationStartingEventArgs.cs │ │ │ ├── CoreWebView2NewWindowRequestedEventArgs.cs │ │ │ ├── CoreWebView2NonClientRegionChangedEventArgs.cs │ │ │ ├── CoreWebView2NonClientRegionKind.cs │ │ │ ├── CoreWebView2Notification.cs │ │ │ ├── CoreWebView2NotificationReceivedEventArgs.cs │ │ │ ├── CoreWebView2PdfToolbarItems.cs │ │ │ ├── CoreWebView2PermissionKind.cs │ │ │ ├── CoreWebView2PermissionRequestedEventArgs.cs │ │ │ ├── CoreWebView2PermissionSetting.cs │ │ │ ├── CoreWebView2PermissionState.cs │ │ │ ├── CoreWebView2PhysicalKeyStatus.cs │ │ │ ├── CoreWebView2PointerEventKind.cs │ │ │ ├── CoreWebView2PointerInfo.cs │ │ │ ├── CoreWebView2PreferredColorScheme.cs │ │ │ ├── CoreWebView2PrintCollation.cs │ │ │ ├── CoreWebView2PrintColorMode.cs │ │ │ ├── CoreWebView2PrintDialogKind.cs │ │ │ ├── CoreWebView2PrintDuplex.cs │ │ │ ├── CoreWebView2PrintMediaSize.cs │ │ │ ├── CoreWebView2PrintOrientation.cs │ │ │ ├── CoreWebView2PrintSettings.cs │ │ │ ├── CoreWebView2PrintStatus.cs │ │ │ ├── CoreWebView2ProcessExtendedInfo.cs │ │ │ ├── CoreWebView2ProcessFailedEventArgs.cs │ │ │ ├── CoreWebView2ProcessFailedKind.cs │ │ │ ├── CoreWebView2ProcessFailedReason.cs │ │ │ ├── CoreWebView2ProcessInfo.cs │ │ │ ├── CoreWebView2ProcessKind.cs │ │ │ ├── CoreWebView2Profile.cs │ │ │ ├── CoreWebView2ReleaseChannels.cs │ │ │ ├── CoreWebView2SaveAsKind.cs │ │ │ ├── CoreWebView2SaveAsUIResult.cs │ │ │ ├── CoreWebView2SaveAsUIShowingEventArgs.cs │ │ │ ├── CoreWebView2SaveFileSecurityCheckStartingEventArgs.cs │ │ │ ├── CoreWebView2ScreenCaptureStartingEventArgs.cs │ │ │ ├── CoreWebView2ScriptDialogKind.cs │ │ │ ├── CoreWebView2ScriptDialogOpeningEventArgs.cs │ │ │ ├── CoreWebView2ScriptException.cs │ │ │ ├── CoreWebView2ScrollbarStyle.cs │ │ │ ├── CoreWebView2ServerCertificateErrorAction.cs │ │ │ ├── CoreWebView2ServerCertificateErrorDetectedEventArgs.cs │ │ │ ├── CoreWebView2Settings.cs │ │ │ ├── CoreWebView2SharedBuffer.cs │ │ │ ├── CoreWebView2SharedBufferAccess.cs │ │ │ ├── CoreWebView2SourceChangedEventArgs.cs │ │ │ ├── CoreWebView2TextDirectionKind.cs │ │ │ ├── CoreWebView2TrackingPreventionLevel.cs │ │ │ ├── CoreWebView2WebErrorStatus.cs │ │ │ ├── CoreWebView2WebMessageReceivedEventArgs.cs │ │ │ ├── CoreWebView2WebResourceContext.cs │ │ │ ├── CoreWebView2WebResourceRequest.cs │ │ │ ├── CoreWebView2WebResourceRequestSourceKinds.cs │ │ │ ├── CoreWebView2WebResourceRequestedEventArgs.cs │ │ │ ├── CoreWebView2WebResourceResponse.cs │ │ │ ├── CoreWebView2WebResourceResponseReceivedEventArgs.cs │ │ │ ├── CoreWebView2WebResourceResponseView.cs │ │ │ ├── CoreWebView2WindowFeatures.cs │ │ │ └── ICoreWebView2DispatchAdapter.cs │ │ │ └── Microsoft.Windows.ApplicationModel.Resources │ │ │ ├── IResourceContext.cs │ │ │ ├── IResourceManager.cs │ │ │ ├── KnownResourceQualifierName.cs │ │ │ ├── MrtCoreContract.cs │ │ │ ├── ResourceCandidate.cs │ │ │ ├── ResourceCandidateKind.cs │ │ │ ├── ResourceContext.cs │ │ │ ├── ResourceLoader.cs │ │ │ ├── ResourceManager.cs │ │ │ ├── ResourceMap.cs │ │ │ └── ResourceNotFoundEventArgs.cs │ ├── GlobalUsings.cs │ ├── Graphics │ │ ├── IGeometrySource2D.cs │ │ ├── INativeOpenGLWrapper.cs │ │ ├── SKCanvasElementFactory.skia.cs │ │ ├── SKCanvasVisual.skia.cs │ │ ├── SKCanvasVisualBase.cs │ │ └── SKCanvasVisualBaseFactory.cs │ ├── GravityHelper.Android.cs │ ├── Helpers │ │ ├── Automation.cs │ │ ├── Automation.wasm.cs │ │ ├── BindingExtensions.cs │ │ ├── Boxes.cs │ │ ├── DeviceTargetHelper.cs │ │ ├── EglHelper.cs │ │ ├── ElementMetadataUpdateHandlerAttribute.cs │ │ ├── FastTypeComparer.cs │ │ ├── FocusHelper.cs │ │ ├── FrameNavigationHelper.cs │ │ ├── IFrameworkElementReferenceEqualityComparer.cs │ │ ├── InputHelper.cs │ │ ├── ListViewHelper.cs │ │ ├── MarkupHelper.cs │ │ ├── NativeFramePresenterUIGestureRecognizerDelegate.cs │ │ ├── PickerHelpers.cs │ │ ├── SkiaRenderHelper.skia.cs │ │ ├── TypeMappings.cs │ │ ├── WinUI │ │ │ ├── CollectionHelpers.cs │ │ │ ├── CppWinRTHelpers.cs │ │ │ ├── DispatcherHelper.cs │ │ │ ├── DownlevelHelper.cs │ │ │ ├── ResourceAccessor.ResourceKeys.Uno.cs │ │ │ ├── ResourceAccessor.ResourceKeys.cs │ │ │ ├── ResourceAccessor.cs │ │ │ ├── SharedHelpers.cs │ │ │ ├── SplitDataSourceBase.cs │ │ │ ├── SplitVector.cs │ │ │ ├── StringUtil.cs │ │ │ ├── Utils.cs │ │ │ └── ValueConversionHelpers.cs │ │ ├── Xaml │ │ │ ├── SetterExtensions.cs │ │ │ └── SetterHelper.cs │ │ └── XamlHelper.cs │ ├── Hosting │ │ ├── IPlatformHostBuilder.cs │ │ ├── IUnoPlatformHostBuilder.cs │ │ ├── IXamlRootHost.cs │ │ ├── UIKit │ │ │ ├── AppleUIKitHost.UIKit.cs │ │ │ ├── AppleUIKitHostBuilder.UIKit.cs │ │ │ └── HostBuilder.UIKit.cs │ │ ├── UnoHostBuilderExtensions.cs │ │ ├── UnoPlatformHost.cs │ │ ├── UnoPlatformHostBuilder.cs │ │ └── XamlRootMap.skia.cs │ ├── IFragmentTracker.Android.cs │ ├── LayoutProvider.Android.cs │ ├── LinkerDefinition.Wasm.xml │ ├── LinkerSubstitution.Wasm.xml │ ├── Media │ │ ├── CGPathGeometry.UIKit.cs │ │ ├── GeometryConverter.cs │ │ ├── GeometryHelper.cs │ │ ├── NativeRenderTransformAdapter.Android.cs │ │ ├── NativeRenderTransformAdapter.Apple.cs │ │ ├── NativeRenderTransformAdapter.cs │ │ ├── NativeRenderTransformAdapter.skia.cs │ │ ├── NativeRenderTransformAdapter.wasm.cs │ │ ├── Parsers.cs │ │ ├── PathMarkupParser.cs │ │ ├── PathStreamGeometryContext.cs │ │ ├── StreamGeometry.Android.cs │ │ ├── StreamGeometry.cs │ │ └── StreamGeometryContext.cs │ ├── Microsoft │ │ └── .editorconfig │ ├── MixinGeneration.targets │ ├── MixinGenerationCore.targets │ ├── Mixins │ │ ├── Android │ │ │ ├── BaseActivity.Callbacks.tt │ │ │ └── FrameworkElementMixins.tt │ │ ├── AppleUIKit │ │ │ ├── FrameworkElementMixins.cs │ │ │ └── FrameworkElementMixins.tt │ │ ├── DependencyPropertyMixins.cs │ │ └── DependencyPropertyMixins.tt │ ├── NativeElementHosting │ │ ├── BrowserHtmlElement.cs │ │ ├── BrowserHtmlElement.reference.cs │ │ ├── BrowserHtmlElement.skia.cs │ │ ├── BrowserHtmlElement.wasm.cs │ │ ├── Win32NativeWindow.cs │ │ └── X11NativeWindow.cs │ ├── OnActivityResultArgs.Android.cs │ ├── Rendering │ │ └── IRenderer.skia.cs │ ├── Resources │ │ ├── AboutResources.txt │ │ ├── NoiseAsset256x256.png │ │ ├── Resource.designer.g.Android.cs │ │ ├── Strings │ │ │ ├── cs-CZ │ │ │ │ └── Resources.resw │ │ │ └── en │ │ │ │ └── Resources.resw │ │ └── Values │ │ │ ├── Attrs.xml │ │ │ └── Styles.xml │ ├── Runtime │ │ └── BrowserPointerInputSource.wasm.cs │ ├── RuntimeTypeMetadataUpdateHandler.cs │ ├── Services │ │ └── LayoutManager.Android.cs │ ├── ToolkitHelper.cs │ ├── UI │ │ ├── ColorHelper.cs │ │ ├── Colors.cs │ │ ├── Content │ │ │ ├── ContentIsland.cs │ │ │ ├── ContentIslandAutomationProviderRequestedEventArgs.cs │ │ │ ├── ContentIslandStateChangedEventArgs.cs │ │ │ ├── ContentSite.cs │ │ │ ├── ContentSiteView.cs │ │ │ └── IContentIslandHost.cs │ │ ├── ConverterBase.cs │ │ ├── Input │ │ │ ├── EnteredMoveSizeEventArgs.cs │ │ │ ├── EnteringMoveSizeEventArgs.cs │ │ │ ├── ExitedMoveSizeEventArgs.cs │ │ │ ├── FocusChangedEventArgs.cs │ │ │ ├── FocusNavigationReason.cs │ │ │ ├── FocusNavigationRequest.cs │ │ │ ├── FocusNavigationRequestEventArgs.cs │ │ │ ├── FocusNavigationResult.cs │ │ │ ├── IPointerPointTransform.cs │ │ │ ├── InputCursor.cs │ │ │ ├── InputDesktopResourceCursor.cs │ │ │ ├── InputFocusController.cs │ │ │ ├── InputKeyboardSource.cs │ │ │ ├── InputLightDismissAction.cs │ │ │ ├── InputLightDismissEventArgs.cs │ │ │ ├── InputNonClientPointerSource.cs │ │ │ ├── InputObject.cs │ │ │ ├── InputPointerSource.cs │ │ │ ├── InputPointerSourceDeviceKinds.cs │ │ │ ├── InputSystemCursor.cs │ │ │ ├── InputSystemCursorShape.cs │ │ │ ├── InputSystemCursorShapeExtensions.cs │ │ │ ├── InputSystemCursorShapeExtensions.wasm.cs │ │ │ ├── Internal │ │ │ │ └── INativeInputNonClientPointerSource.cs │ │ │ ├── MoveSizeOperation.cs │ │ │ ├── NonClientCaptionTappedEventArgs.cs │ │ │ ├── NonClientPointerEventArgs.cs │ │ │ ├── NonClientRegionKind.cs │ │ │ ├── NonClientRegionsChangedEventArgs.cs │ │ │ ├── PointerDeviceType.cs │ │ │ ├── PointerEventArgs.cs │ │ │ └── WinRT │ │ │ │ ├── DraggingEventArgs.cs │ │ │ │ ├── DraggingState.cs │ │ │ │ ├── GestureRecognizer.Gesture.cs │ │ │ │ ├── GestureRecognizer.Manipulation.InertiaProcessor.cs │ │ │ │ ├── GestureRecognizer.Manipulation.cs │ │ │ │ ├── GestureRecognizer.cs │ │ │ │ ├── GestureSettings.cs │ │ │ │ ├── HoldingEventArgs.cs │ │ │ │ ├── HoldingState.cs │ │ │ │ ├── ManipulationCompletedEventArgs.cs │ │ │ │ ├── ManipulationDelta.cs │ │ │ │ ├── ManipulationInertiaStartingEventArgs.cs │ │ │ │ ├── ManipulationStartedEventArgs.cs │ │ │ │ ├── ManipulationStartingEventArgs.cs │ │ │ │ ├── ManipulationUpdatedEventArgs.cs │ │ │ │ ├── ManipulationVelocities.cs │ │ │ │ ├── PointerPoint.cs │ │ │ │ ├── PointerPointProperties.cs │ │ │ │ ├── PointerPointPropertiesExtensions.cs │ │ │ │ ├── PointerUpdateKind.cs │ │ │ │ ├── RightTappedEventArgs.cs │ │ │ │ └── TappedEventArgs.cs │ │ ├── KnownColors.cs │ │ ├── LayoutHelper.Android.cs │ │ ├── LayoutHelper.UIKit.cs │ │ ├── LayoutHelper.cs │ │ ├── NullConverter.cs │ │ ├── OnSystemUiVisibilityChangeListener.Android.cs │ │ ├── Text │ │ │ └── FontWeights.cs │ │ ├── UnoNativeDefaultProgressBarReverseBoolConverter.cs │ │ ├── ViewManagement │ │ │ └── InputPane │ │ │ │ ├── IInputPaneExtension.cs │ │ │ │ ├── InputPane.Android.cs │ │ │ │ ├── InputPane.Apple.cs │ │ │ │ ├── InputPane.cs │ │ │ │ ├── InputPane.others.cs │ │ │ │ ├── InputPane.skia.cs │ │ │ │ └── InputPaneVisibilityEventArgs.cs │ │ └── Xaml │ │ │ ├── .editorconfig │ │ │ ├── AdaptiveTrigger.cs │ │ │ ├── Application.Android.cs │ │ │ ├── Application.Components.cs │ │ │ ├── Application.Interop.wasm.cs │ │ │ ├── Application.UIKit.cs │ │ │ ├── Application.Uwp.cs │ │ │ ├── Application.cs │ │ │ ├── Application.iOS.cs │ │ │ ├── Application.reference.cs │ │ │ ├── Application.skia.cs │ │ │ ├── Application.unittests.cs │ │ │ ├── Application.wasm.cs │ │ │ ├── ApplicationActivity.Android.cs │ │ │ ├── ApplicationHelper.cs │ │ │ ├── ApplicationInitializationCallbackParams.cs │ │ │ ├── ApplicationRequiresPointerMode.cs │ │ │ ├── ApplicationTheme.cs │ │ │ ├── AttachedDependencyObject.cs │ │ │ ├── Automation │ │ │ ├── AnnotationPatternIdentifiers.cs │ │ │ ├── AutomationConfiguration.cs │ │ │ ├── AutomationElementIdentifiers.cs │ │ │ ├── AutomationHelper.cs │ │ │ ├── AutomationProperties.cs │ │ │ ├── AutomationProperty.cs │ │ │ ├── AutomationTextEditChangeType.cs │ │ │ ├── DockPatternIdentifiers.cs │ │ │ ├── DockPosition.cs │ │ │ ├── DragPatternIdentifiers.cs │ │ │ ├── DropTargetPatternIdentifiers.cs │ │ │ ├── ElementNotAvailableException.cs │ │ │ ├── ElementNotEnabledException.cs │ │ │ ├── ExpandCollapsePatternIdentifiers.cs │ │ │ ├── ExpandCollapseState.cs │ │ │ ├── GridItemPatternIdentifiers.cs │ │ │ ├── MultipleViewPatternIdentifiers.cs │ │ │ ├── Peers │ │ │ │ ├── AccessibilityView.cs │ │ │ │ ├── AutomationControlTypes.cs │ │ │ │ ├── AutomationEvents.cs │ │ │ │ ├── AutomationHeadingLevel.cs │ │ │ │ ├── AutomationLandmarkType.cs │ │ │ │ ├── AutomationLiveSetting.cs │ │ │ │ ├── AutomationNavigationDirection.cs │ │ │ │ ├── AutomationNotificationKind.cs │ │ │ │ ├── AutomationNotificationProcessing.cs │ │ │ │ ├── AutomationOrientation.cs │ │ │ │ ├── AutomationPeer.Android.cs │ │ │ │ ├── AutomationPeer.UIKit.cs │ │ │ │ ├── AutomationPeer.cs │ │ │ │ ├── AutomationPeer.mux.cs │ │ │ │ ├── AutomationPeer.skia.cs │ │ │ │ ├── AutomationPeerAnnotation.cs │ │ │ │ ├── AutomationStructureChangeType.cs │ │ │ │ ├── ButtonAutomationPeer.cs │ │ │ │ ├── ButtonBaseAutomationPeer.cs │ │ │ │ ├── CheckBoxAutomationPeer.cs │ │ │ │ ├── ComboBoxAutomationPeer.cs │ │ │ │ ├── DatePickerAutomationPeer.cs │ │ │ │ ├── FlipViewAutomationPeer.cs │ │ │ │ ├── FlipViewItemAutomationPeer.cs │ │ │ │ ├── FrameworkElementAutomationPeer.Android.cs │ │ │ │ ├── FrameworkElementAutomationPeer.UIKit.cs │ │ │ │ ├── FrameworkElementAutomationPeer.cs │ │ │ │ ├── GridViewAutomationPeer.cs │ │ │ │ ├── GridViewHeaderItemAutomationPeer.cs │ │ │ │ ├── GridViewItemAutomationPeer.cs │ │ │ │ ├── GroupItemAutomationPeer.cs │ │ │ │ ├── HyperlinkButtonAutomationPeer.cs │ │ │ │ ├── IAutomationPeerListener.cs │ │ │ │ ├── ImageAutomationPeer.cs │ │ │ │ ├── ItemsControlAutomationPeer.cs │ │ │ │ ├── ListBoxAutomationPeer.cs │ │ │ │ ├── ListBoxItemAutomationPeer.cs │ │ │ │ ├── ListBoxItemDataAutomationPeer.cs │ │ │ │ ├── ListPickerFlyoutPresenterAutomationPeer.cs │ │ │ │ ├── ListViewBaseAutomationPeer.cs │ │ │ │ ├── ListViewBaseHeaderItemAutomationPeer.cs │ │ │ │ ├── ListViewItemAutomationPeer.cs │ │ │ │ ├── PasswordBoxAutomationPeer.cs │ │ │ │ ├── PatternInterface.cs │ │ │ │ ├── RadioButtonAutomationPeer.cs │ │ │ │ ├── RangeBaseAutomationPeer.cs │ │ │ │ ├── RepeatButtonAutomationPeer.cs │ │ │ │ ├── RichEditBoxAutomationPeer.cs │ │ │ │ ├── RichTextBlockAutomationPeer.cs │ │ │ │ ├── RichTextBlockOverflowAutomationPeer.cs │ │ │ │ ├── ScrollBarAutomationPeer.cs │ │ │ │ ├── ScrollViewerAutomationPeer.cs │ │ │ │ ├── SelectorAutomationPeer.cs │ │ │ │ ├── SelectorItemAutomationPeer.cs │ │ │ │ ├── SemanticZoomAutomationPeer.cs │ │ │ │ ├── SliderAutomationPeer.cs │ │ │ │ ├── TextBlockAutomationPeer.cs │ │ │ │ ├── TextBoxAutomationPeer.cs │ │ │ │ ├── ThumbAutomationPeer.cs │ │ │ │ ├── TimePickerAutomationPeer.cs │ │ │ │ ├── TimePickerFlyoutPresenterAutomationPeer.cs │ │ │ │ ├── ToggleButtonAutomationPeer.cs │ │ │ │ ├── ToggleMenuFlyoutItemAutomationPeer.cs │ │ │ │ └── ToggleSwitchAutomationPeer.cs │ │ │ ├── Provider │ │ │ │ ├── IAnnotationProvider.cs │ │ │ │ ├── ICustomNavigationProvider.cs │ │ │ │ ├── IDockProvider.cs │ │ │ │ ├── IDragProvider.cs │ │ │ │ ├── IDropTargetProvider.cs │ │ │ │ ├── IExpandCollapseProvider.cs │ │ │ │ ├── IGridItemProvider.cs │ │ │ │ ├── IGridProvider.cs │ │ │ │ ├── IInvokeProvider.cs │ │ │ │ ├── IItemContainerProvider.cs │ │ │ │ ├── IMultipleViewProvider.cs │ │ │ │ ├── IObjectModelProvider.cs │ │ │ │ ├── IRangeValueProvider.cs │ │ │ │ ├── IRawElementProviderSimple.cs │ │ │ │ ├── IScrollItemProvider.cs │ │ │ │ ├── IScrollProvider.cs │ │ │ │ ├── ISelectionItemProvider.cs │ │ │ │ ├── ISelectionProvider.cs │ │ │ │ ├── ISpreadsheetItemProvider.cs │ │ │ │ ├── ISpreadsheetProvider.cs │ │ │ │ ├── IStylesProvider.cs │ │ │ │ ├── ISynchronizedInputProvider.cs │ │ │ │ ├── ITableItemProvider.cs │ │ │ │ ├── ITableProvider.cs │ │ │ │ ├── ITextChildProvider.cs │ │ │ │ ├── ITextEditProvider.cs │ │ │ │ ├── ITextProvider.cs │ │ │ │ ├── ITextProvider2.cs │ │ │ │ ├── ITextRangeProvider.cs │ │ │ │ ├── ITextRangeProvider2.cs │ │ │ │ ├── IToggleProvider.cs │ │ │ │ ├── ITransformProvider.cs │ │ │ │ ├── ITransformProvider2.cs │ │ │ │ ├── IValueProvider.cs │ │ │ │ ├── IVirtualizedItemProvider.cs │ │ │ │ └── IWindowProvider.cs │ │ │ ├── RangeValuePatternIdentifiers.cs │ │ │ ├── RowOrColumnMajor.cs │ │ │ ├── ScrollAmount.cs │ │ │ ├── ScrollPatternIdentifiers.cs │ │ │ ├── SelectionItemPatternIdentifiers.cs │ │ │ ├── SelectionPatternIdentifiers.cs │ │ │ ├── SpreadsheetItemPatternIdentifiers.cs │ │ │ ├── StylesPatternIdentifiers.cs │ │ │ ├── SupportedTextSelection.cs │ │ │ ├── SynchronizedInputType.cs │ │ │ ├── TableItemPatternIdentifiers.cs │ │ │ ├── TablePatternIdentifiers.cs │ │ │ ├── TogglePatternIdentifiers.cs │ │ │ ├── ToggleState.cs │ │ │ ├── TransformPattern2Identifiers.cs │ │ │ ├── TransformPatternIdentifiers.cs │ │ │ ├── ValuePatternIdentifiers.cs │ │ │ ├── WindowInteractionState.cs │ │ │ ├── WindowPatternIdentifiers.cs │ │ │ ├── WindowVisualState.cs │ │ │ └── ZoomUnit.cs │ │ │ ├── BindingFailedEventArgs.cs │ │ │ ├── BindingFailedEventHandler.cs │ │ │ ├── BorderHelper.skia.cs │ │ │ ├── BringIntoViewOptions.cs │ │ │ ├── BringIntoViewRequestedEventArgs.cs │ │ │ ├── BrushTransition.cs │ │ │ ├── ControlTemplate.cs │ │ │ ├── Controls │ │ │ ├── AnimatedIcon │ │ │ │ ├── AnimatedIcon.Header.cs │ │ │ │ ├── AnimatedIcon.Properties.cs │ │ │ │ ├── AnimatedIcon.Uno.cs │ │ │ │ ├── AnimatedIcon.cs │ │ │ │ ├── AnimatedIconAnimationQueueBehavior.cs │ │ │ │ ├── AnimatedIconTestHooks.cs │ │ │ │ └── AnimatedVisuals │ │ │ │ │ ├── AnimatedAcceptVisualSource.cs │ │ │ │ │ ├── AnimatedBackVisualSource.cs │ │ │ │ │ ├── AnimatedChevronDownSmallVisualSource.cs │ │ │ │ │ ├── AnimatedChevronRightDownSmallVisualSource.cs │ │ │ │ │ ├── AnimatedChevronUpDownSmallVisualSource.cs │ │ │ │ │ ├── AnimatedFindVisualSource.cs │ │ │ │ │ ├── AnimatedGlobalNavigationButtonVisualSource.cs │ │ │ │ │ └── AnimatedSettingsVisualSource.cs │ │ │ ├── AnimatedVisualPlayer │ │ │ │ ├── AnimatedVisualPlayer.cs │ │ │ │ ├── IAnimatedVisual.cs │ │ │ │ ├── IAnimatedVisualSource.cs │ │ │ │ ├── IAnimatedVisualSource2.cs │ │ │ │ ├── ILottieVisualSourceProvider.cs │ │ │ │ └── IThemableAnimatedVisualSource.cs │ │ │ ├── AppBar │ │ │ │ ├── AppBar.Partial.cs │ │ │ │ ├── AppBar.Properties.cs │ │ │ │ ├── AppBar.xaml │ │ │ │ ├── AppBarAutomationPeer.cs │ │ │ │ ├── AppBarButton │ │ │ │ │ ├── AppBarButton.Helpers.cs │ │ │ │ │ ├── AppBarButton.Properties.cs │ │ │ │ │ ├── AppBarButton.cs │ │ │ │ │ ├── AppBarButton.partial.h.mux.cs │ │ │ │ │ ├── AppBarButton.partial.mux.cs │ │ │ │ │ ├── AppBarButton.uno.cs │ │ │ │ │ ├── AppBarButtonAutomationPeer.cs │ │ │ │ │ ├── AppBarButtonHelpers.cs │ │ │ │ │ ├── AppBarButtonTemplateSettings.cs │ │ │ │ │ ├── IAppBarButtonHelpersProvider.cs │ │ │ │ │ └── IAppBarButtonTemplateSettings.cs │ │ │ │ ├── AppBarClosedDisplayMode.cs │ │ │ │ ├── AppBarElementContainer.Partial.cs │ │ │ │ ├── AppBarElementContainer.Properties.cs │ │ │ │ ├── AppBarMode.cs │ │ │ │ ├── AppBarSeparator │ │ │ │ │ ├── AppBarSeparator.Properties.cs │ │ │ │ │ ├── AppBarSeparator.cs │ │ │ │ │ └── AppBarSeparator.partial.mux.cs │ │ │ │ ├── AppBarTemplateSettings.cs │ │ │ │ ├── AppBarToggleButton │ │ │ │ │ ├── AppBarToggleButton.Helpers.cs │ │ │ │ │ ├── AppBarToggleButton.Properties.cs │ │ │ │ │ ├── AppBarToggleButton.cs │ │ │ │ │ ├── AppBarToggleButton.partial.h.mux.cs │ │ │ │ │ ├── AppBarToggleButton.partial.mux.cs │ │ │ │ │ ├── AppBarToggleButton.uno.cs │ │ │ │ │ ├── AppBarToggleButtonAutomationPeer.cs │ │ │ │ │ └── AppBarToggleButtonTemplateSettings.cs │ │ │ │ └── ApplicationBarService.cs │ │ │ ├── AutoSuggestBox │ │ │ │ ├── AutoSuggestBox.Properties.cs │ │ │ │ ├── AutoSuggestBox.cs │ │ │ │ ├── AutoSuggestBoxAutomationPeer.cs │ │ │ │ ├── AutoSuggestBoxQuerySubmittedEventArgs.cs │ │ │ │ ├── AutoSuggestBoxSuggestionChosenEventArgs.cs │ │ │ │ ├── AutoSuggestBoxTextChangedEventArgs.cs │ │ │ │ └── AutoSuggestionBoxTextChangeReason.cs │ │ │ ├── BackgroundSizing.cs │ │ │ ├── Border │ │ │ │ ├── Border.Android.cs │ │ │ │ ├── Border.Apple.cs │ │ │ │ ├── Border.Helpers.cs │ │ │ │ ├── Border.IBorderInfoProvider.cs │ │ │ │ ├── Border.Layout.cs │ │ │ │ ├── Border.crossruntime.cs │ │ │ │ ├── Border.cs │ │ │ │ ├── Border.unittests.cs │ │ │ │ ├── BorderLayerRenderer.Android.cs │ │ │ │ ├── BorderLayerRenderer.Apple.cs │ │ │ │ ├── BorderLayerRenderer.cs │ │ │ │ ├── BorderLayerRenderer.wasm.cs │ │ │ │ ├── BorderLayerState.cs │ │ │ │ └── IBorderInfoProvider.cs │ │ │ ├── BreadcrumbBar │ │ │ │ ├── BreadcrumbBar.Header.cs │ │ │ │ ├── BreadcrumbBar.cs │ │ │ │ ├── BreadcrumbBar.properties.cs │ │ │ │ ├── BreadcrumbBar.xaml │ │ │ │ ├── BreadcrumbBarElementFactory.cs │ │ │ │ ├── BreadcrumbBarItem.Header.cs │ │ │ │ ├── BreadcrumbBarItem.cs │ │ │ │ ├── BreadcrumbBarItemAutomationPeer.cs │ │ │ │ ├── BreadcrumbBarItemClickedEventArgs.cs │ │ │ │ ├── BreadcrumbBar_themeresources.xaml │ │ │ │ ├── BreadcrumbIterable.cs │ │ │ │ ├── BreadcrumbIterator.cs │ │ │ │ ├── BreadcrumbLayout.Header.cs │ │ │ │ ├── BreadcrumbLayout.cs │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── Button │ │ │ │ ├── BindableButtonEx.Android.cs │ │ │ │ ├── Button.cs │ │ │ │ ├── Button.mux.cs │ │ │ │ ├── CheckBox.cs │ │ │ │ ├── CheckBox.mux.cs │ │ │ │ ├── ClickMode.cs │ │ │ │ ├── HyperlinkButton.cs │ │ │ │ ├── HyperlinkButton.mux.cs │ │ │ │ ├── RadioButton.cs │ │ │ │ └── RadioButton.mux.cs │ │ │ ├── CalendarDatePicker │ │ │ │ └── CalendarDatePickerDateChangedEventArgs.cs │ │ │ ├── CalendarView │ │ │ │ ├── CalendarDatePicker.Events.cs │ │ │ │ ├── CalendarDatePicker.Properties.cs │ │ │ │ ├── CalendarDatePickerAutomationPeer.cs │ │ │ │ ├── CalendarDatePicker_themeresources.xaml │ │ │ │ ├── CalendarLayoutStrategy.h.cs │ │ │ │ ├── CalendarLayoutStrategy.uno.cs │ │ │ │ ├── CalendarLayoutStrategyImpl.cs │ │ │ │ ├── CalendarLayoutStrategyImpl.h.cs │ │ │ │ ├── CalendarLayoutStrategy_Partial.cs │ │ │ │ ├── CalendarScrollViewerAutomationPeer.cs │ │ │ │ ├── CalendarView.Properties.cs │ │ │ │ ├── CalendarView.cs │ │ │ │ ├── CalendarView.h.cs │ │ │ │ ├── CalendarViewAutomationPeer.cs │ │ │ │ ├── CalendarViewBaseItem.IBorderInfoProvider.cs │ │ │ │ ├── CalendarViewBaseItem.cs │ │ │ │ ├── CalendarViewBaseItem.h.cs │ │ │ │ ├── CalendarViewBaseItem.uno.cs │ │ │ │ ├── CalendarViewBaseItemAutomationPeer.cs │ │ │ │ ├── CalendarViewBaseItemChrome.cs │ │ │ │ ├── CalendarViewBaseItemChrome.uno.cs │ │ │ │ ├── CalendarViewBaseItemChromeLayerPosition.cs │ │ │ │ ├── CalendarViewDayItem.Properties.cs │ │ │ │ ├── CalendarViewDayItem.cs │ │ │ │ ├── CalendarViewDayItem.uno.cs │ │ │ │ ├── CalendarViewDayItemAutomationPeer.cs │ │ │ │ ├── CalendarViewDayItemChangingEventArgs.cs │ │ │ │ ├── CalendarViewDisplayMode.cs │ │ │ │ ├── CalendarViewGeneratorDecadeViewHost.cs │ │ │ │ ├── CalendarViewGeneratorDecadeViewHost.h.cs │ │ │ │ ├── CalendarViewGeneratorHost.cs │ │ │ │ ├── CalendarViewGeneratorHost.h.cs │ │ │ │ ├── CalendarViewGeneratorHost.uno.cs │ │ │ │ ├── CalendarViewGeneratorHost_DataVirtualization.cs │ │ │ │ ├── CalendarViewGeneratorMonthViewHost.cs │ │ │ │ ├── CalendarViewGeneratorMonthViewHost.h.cs │ │ │ │ ├── CalendarViewGeneratorMonthViewHost_ContainerPhase.cs │ │ │ │ ├── CalendarViewGeneratorYearViewHost.cs │ │ │ │ ├── CalendarViewGeneratorYearViewHost.h.cs │ │ │ │ ├── CalendarViewHeaderAutomationPeer.h.cs │ │ │ │ ├── CalendarViewItemAutomationPeer.cs │ │ │ │ ├── CalendarViewSelectedDatesChangedEventArgs.cs │ │ │ │ ├── CalendarViewSelectionMode.cs │ │ │ │ ├── CalendarView_Partial.cs │ │ │ │ ├── CalendarView_Partial_Interaction.cs │ │ │ │ ├── CalendarView_Partial_Selection.cs │ │ │ │ ├── CalendarView_Partial_TimeZone.cs │ │ │ │ ├── CalendarView_g.cs │ │ │ │ ├── CalendarView_themeresources.xaml │ │ │ │ ├── ElementType.cs │ │ │ │ ├── EstimationReference.cs │ │ │ │ ├── GroupHeaderStrategy.cs │ │ │ │ ├── ILayoutDataInfoProvider.cs │ │ │ │ ├── ILayoutStrategy.cs │ │ │ │ ├── IndexSearchHint.cs │ │ │ │ ├── KeyNavigationAction.cs │ │ │ │ ├── LayoutReference.cs │ │ │ │ ├── LayoutStrategyBase.cs │ │ │ │ ├── LayoutStrategyBase.h.cs │ │ │ │ ├── Primitives │ │ │ │ │ ├── CalendarPanel.ModernCollectionBasePanel.cs │ │ │ │ │ ├── CalendarPanel.Properties.cs │ │ │ │ │ ├── CalendarPanel.h.cs │ │ │ │ │ ├── CalendarPanel.uno.cs │ │ │ │ │ ├── CalendarPanelType.cs │ │ │ │ │ ├── CalendarPanel_Partial.cs │ │ │ │ │ └── CalendarViewTemplateSettings.cs │ │ │ │ ├── ReferenceIdentity.cs │ │ │ │ ├── RelativePosition.cs │ │ │ │ ├── RowOrColumnMajor.cs │ │ │ │ ├── calendardatepicker_partial.cs │ │ │ │ └── calendarviewitem.cs │ │ │ ├── Canvas │ │ │ │ ├── Canvas.Android.cs │ │ │ │ ├── Canvas.Layout.cs │ │ │ │ ├── Canvas.cs │ │ │ │ ├── Canvas.skia.cs │ │ │ │ └── Canvas.wasm.cs │ │ │ ├── CharacterCasing.cs │ │ │ ├── ColorPicker │ │ │ │ ├── ArrayList.cs │ │ │ │ ├── ColorChangedEventArgs.cs │ │ │ │ ├── ColorHelpers.cs │ │ │ │ ├── ColorPicker.Properties.cs │ │ │ │ ├── ColorPicker.cs │ │ │ │ ├── ColorPicker.xaml │ │ │ │ ├── ColorPickerSlider.Properties.cs │ │ │ │ ├── ColorPickerSlider.cs │ │ │ │ ├── ColorPickerSliderAutomationPeer.cs │ │ │ │ ├── ColorPicker_themeresources.xaml │ │ │ │ ├── ColorPicker_themeresources_v1.xaml │ │ │ │ ├── ColorPicker_v1.xaml │ │ │ │ ├── ColorSpectrum.Properties.cs │ │ │ │ ├── ColorSpectrum.cs │ │ │ │ ├── ColorSpectrum.xaml │ │ │ │ ├── ColorSpectrumAutomationPeer.cs │ │ │ │ ├── Common.cs │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── ComboBox │ │ │ │ ├── ComboBox.Properties.cs │ │ │ │ ├── ComboBox.Uno.cs │ │ │ │ ├── ComboBox.cs │ │ │ │ ├── ComboBox.custom.cs │ │ │ │ ├── ComboBox.partial.h.mux.cs │ │ │ │ ├── ComboBox.partial.mux.cs │ │ │ │ ├── ComboBoxItem.cs │ │ │ │ ├── ComboBoxSelectionChangedTrigger.cs │ │ │ │ ├── ComboBoxTextSubmittedEventArgs.cs │ │ │ │ ├── SpinnerEx.Android.cs │ │ │ │ └── SpinnerSecondayViewPool.Android.cs │ │ │ ├── CommandBar │ │ │ │ ├── CommandBar.Partial.cs │ │ │ │ ├── CommandBar.Properties.cs │ │ │ │ ├── CommandBar.g.h.cs │ │ │ │ ├── CommandBar.h.cs │ │ │ │ ├── CommandBar.xaml │ │ │ │ ├── CommandBarDefaultLabelPosition.cs │ │ │ │ ├── CommandBarDynamicOverflowAction.cs │ │ │ │ ├── CommandBarElementCollection.Partial.cs │ │ │ │ ├── CommandBarElementCollection.Partial.h.cs │ │ │ │ ├── CommandBarLabelPosition.cs │ │ │ │ ├── CommandBarOverflowButtonVisibility.cs │ │ │ │ ├── CommandBarOverflowPresenter.mux.cs │ │ │ │ ├── CommandBarTemplateSettings.cs │ │ │ │ ├── DynamicOverflowItemsChangingEventArgs.cs │ │ │ │ ├── ICommandBarElement.cs │ │ │ │ ├── ICommandBarElement2.cs │ │ │ │ ├── ICommandBarElement3.cs │ │ │ │ ├── ICommandBarLabeledElement.cs │ │ │ │ └── ICommandBarOverflowElement.cs │ │ │ ├── CommandBarFlyout │ │ │ │ ├── CommandBarFlyout.cs │ │ │ │ ├── CommandBarFlyout.h.mux.cs │ │ │ │ ├── CommandBarFlyout.mux.cs │ │ │ │ ├── CommandBarFlyoutCommandBar.cs │ │ │ │ ├── CommandBarFlyoutCommandBar.h.mux.cs │ │ │ │ ├── CommandBarFlyoutCommandBar.mux.cs │ │ │ │ ├── CommandBarFlyoutCommandBarAutomationProperties.cs │ │ │ │ ├── CommandBarFlyoutCommandBarAutomationProperties.mux.cs │ │ │ │ ├── CommandBarFlyoutCommandBarTemplateSettings.cs │ │ │ │ ├── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-et │ │ │ │ │ │ └── resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-ph │ │ │ │ │ │ └── resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur-PK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-TW │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── TextCommandBarFlyout.cs │ │ │ │ ├── TextCommandBarFlyout.h.mux.cs │ │ │ │ └── TextCommandBarFlyout.mux.cs │ │ │ ├── Common │ │ │ │ ├── ColorConversion.cs │ │ │ │ ├── Hsv.cs │ │ │ │ └── Rgb.cs │ │ │ ├── ContainerContentChangingEventArgs.cs │ │ │ ├── ContentControl │ │ │ │ ├── ContentControl.Android.cs │ │ │ │ ├── ContentControl.Layout.cs │ │ │ │ ├── ContentControl.UIKit.cs │ │ │ │ ├── ContentControl.cs │ │ │ │ ├── ContentControl.mux.cs │ │ │ │ ├── ContentControl.reference.cs │ │ │ │ ├── ContentControl.skia.cs │ │ │ │ ├── ContentControl.unittests.cs │ │ │ │ ├── ContentControl.wasm.cs │ │ │ │ ├── ContentControlExtensions.cs │ │ │ │ └── ImplicitTextBlock.cs │ │ │ ├── ContentDialog │ │ │ │ ├── ContentDialog.Properties.cs │ │ │ │ ├── ContentDialog.Visuals.cs │ │ │ │ ├── ContentDialog.cs │ │ │ │ ├── ContentDialog.xaml │ │ │ │ ├── ContentDialogButton.cs │ │ │ │ ├── ContentDialogButtonClickDeferral.cs │ │ │ │ ├── ContentDialogButtonClickEventArgs.cs │ │ │ │ ├── ContentDialogClosedEventArgs.cs │ │ │ │ ├── ContentDialogClosingDeferral.cs │ │ │ │ ├── ContentDialogClosingEventArgs.cs │ │ │ │ ├── ContentDialogOpenedEventArgs.cs │ │ │ │ ├── ContentDialogPlacement.cs │ │ │ │ ├── ContentDialogPopupPanel.cs │ │ │ │ └── ContentDialogResult.cs │ │ │ ├── ContentPresenter │ │ │ │ ├── ContentPresenter.Android.cs │ │ │ │ ├── ContentPresenter.Apple.cs │ │ │ │ ├── ContentPresenter.IBorderInfoProvider.cs │ │ │ │ ├── ContentPresenter.crossruntime.cs │ │ │ │ ├── ContentPresenter.cs │ │ │ │ ├── ContentPresenter.skia.cs │ │ │ │ ├── ContentPresenter.unittests.cs │ │ │ │ ├── ContentPresenter.wasm.cs │ │ │ │ ├── ContentPresenterExtensions.cs │ │ │ │ └── INativeElementHostingExtension.cs │ │ │ ├── Control │ │ │ │ ├── Control.Android.cs │ │ │ │ ├── Control.Apple.cs │ │ │ │ ├── Control.FocusMixins.cs │ │ │ │ ├── Control.Layout.cs │ │ │ │ ├── Control.StateChangeSuspender.cs │ │ │ │ ├── Control.crossruntime.cs │ │ │ │ ├── Control.cs │ │ │ │ ├── Control.mux.cs │ │ │ │ ├── Control.nonlifecycle.cs │ │ │ │ ├── Control.partial.h.mux.cs │ │ │ │ ├── Control.partial.mux.cs │ │ │ │ ├── Control.skia.cs │ │ │ │ ├── Control.unittests.cs │ │ │ │ └── Control.wasm.cs │ │ │ ├── ControlsResourcesVersion.cs │ │ │ ├── DataTemplateSelector.cs │ │ │ ├── DatePicker │ │ │ │ ├── DatePickedEventArgs.cs │ │ │ │ ├── DatePicker.Flyout.cs │ │ │ │ ├── DatePicker.Properties.cs │ │ │ │ ├── DatePicker.cs │ │ │ │ ├── DatePicker.md │ │ │ │ ├── DatePickerFlyout.Properties.cs │ │ │ │ ├── DatePickerFlyoutItem.Equality.cs │ │ │ │ ├── DatePickerFlyoutItem_Partial.cs │ │ │ │ ├── DatePickerFlyoutPresenterAutomationPeer.cs │ │ │ │ ├── DatePickerFlyoutPresenter_Partial.cs │ │ │ │ ├── DatePickerFlyoutPresenter_Partial.h.cs │ │ │ │ ├── DatePickerFlyout_Partial.cs │ │ │ │ ├── DatePickerFlyout_Partial.h.cs │ │ │ │ ├── DatePickerSelectedValueChangedEventArgs.cs │ │ │ │ ├── DatePickerSelector.cs │ │ │ │ ├── DatePickerSelector.iOS.cs │ │ │ │ ├── DatePickerValueChangedEventArgs.cs │ │ │ │ ├── DatePicker_themeresources.xaml │ │ │ │ ├── DateTimePickerFlyoutHelper.cs │ │ │ │ ├── DateTimePickerFlyout_themeresources.xaml │ │ │ │ ├── IDatePickerFlyoutPresenter.cs │ │ │ │ ├── ISkiaNativeDatePickerProviderExtension.skia.cs │ │ │ │ ├── ISkiaNativeTimePickerProviderExtension.skia.cs │ │ │ │ ├── NativeDatePickerFlyout.Android.cs │ │ │ │ ├── NativeDatePickerFlyout.iOS.cs │ │ │ │ └── NativeDatePickerFlyoutPresenter.cs │ │ │ ├── DisabledFormattingAccelerators.cs │ │ │ ├── DropDownButton │ │ │ │ ├── DropDownButton.cs │ │ │ │ ├── DropDownButton.xaml │ │ │ │ └── DropDownButtonAutomationPeer.cs │ │ │ ├── Events │ │ │ │ └── ItemSelectedEventArgs.UIKit.cs │ │ │ ├── Expander │ │ │ │ ├── ExpandDirection.cs │ │ │ │ ├── Expander.Properties.cs │ │ │ │ ├── Expander.cs │ │ │ │ ├── ExpanderAutomationPeer.cs │ │ │ │ ├── ExpanderCollapsedEventArgs.cs │ │ │ │ ├── ExpanderExpandingEventArgs.cs │ │ │ │ └── ExpanderTemplateSettings.cs │ │ │ ├── FlipView │ │ │ │ ├── FlipView.Android.cs │ │ │ │ ├── FlipView.UIKit.cs │ │ │ │ ├── FlipView.crossruntime.cs │ │ │ │ ├── FlipView.cs │ │ │ │ ├── FlipView.iOSAndroid.cs │ │ │ │ ├── FlipView.managed.cs │ │ │ │ ├── FlipView.managed.uno.cs │ │ │ │ ├── FlipView.reference.cs │ │ │ │ ├── FlipViewAdapter.Android.cs │ │ │ │ ├── FlipViewItem.Android.cs │ │ │ │ ├── FlipViewItem.cs │ │ │ │ ├── FlipViewItem_themeresources.xaml │ │ │ │ ├── FlipViewSource.UIKit.cs │ │ │ │ ├── NativeFlipView.Android.cs │ │ │ │ ├── NativeFlipView.UIKit.cs │ │ │ │ ├── NativeFlipView.unittests.cs │ │ │ │ ├── NativePagedView.Android.cs │ │ │ │ └── PagedCollectionView.UIKit.cs │ │ │ ├── Flyout │ │ │ │ ├── Flyout.cs │ │ │ │ ├── FlyoutAsyncOperationManager.cs │ │ │ │ ├── FlyoutBase.Android.cs │ │ │ │ ├── FlyoutBase.Apple.cs │ │ │ │ ├── FlyoutBase.MajorPlacementMode.cs │ │ │ │ ├── FlyoutBase.Pickers.cs │ │ │ │ ├── FlyoutBase.PreferredJustification.cs │ │ │ │ ├── FlyoutBase.XamlRoot.cs │ │ │ │ ├── FlyoutBase.crossruntime.cs │ │ │ │ ├── FlyoutBase.cs │ │ │ │ ├── FlyoutBase.mux.cs │ │ │ │ ├── FlyoutBase.unittests.cs │ │ │ │ ├── FlyoutBaseClosingEventArgs.cs │ │ │ │ ├── FlyoutPlacementMode.cs │ │ │ │ ├── FlyoutPopupPanel.cs │ │ │ │ ├── FlyoutPopupPanel.iOSAndroid.cs │ │ │ │ ├── FlyoutPresenter.cs │ │ │ │ ├── FlyoutShowMode.cs │ │ │ │ ├── FlyoutShowOptions.cs │ │ │ │ ├── PickerFlyoutAsyncOperation.cs │ │ │ │ ├── PickerFlyoutBaseFactory.cs │ │ │ │ └── PickerFlyoutPopupPanel.UIKit.cs │ │ │ ├── FocusDisengagedEventArgs.cs │ │ │ ├── FocusEngagedEventArgs.cs │ │ │ ├── FocusVisual │ │ │ │ ├── SystemFocusVisual.cs │ │ │ │ ├── SystemFocusVisual.wasm.cs │ │ │ │ └── SystemFocusVisual.xaml │ │ │ ├── Frame │ │ │ │ ├── Frame.HotReload.cs │ │ │ │ ├── Frame.Properties.cs │ │ │ │ ├── Frame.cs │ │ │ │ ├── Frame.legacy.cs │ │ │ │ ├── Frame.partial.h.mux.cs │ │ │ │ └── Frame.partial.mux.cs │ │ │ ├── Grid │ │ │ │ ├── ColumnDefinition.cs │ │ │ │ ├── ColumnDefinitionCollection.cs │ │ │ │ ├── DefinitionBase.cs │ │ │ │ ├── DefinitionCollectionBase.cs │ │ │ │ ├── Grid.Debug.cs │ │ │ │ ├── Grid.Definitions.cs │ │ │ │ ├── Grid.Panel.cs │ │ │ │ ├── Grid.Properties.cs │ │ │ │ ├── Grid.cs │ │ │ │ ├── Grid.h.cs │ │ │ │ ├── GridCells.h.cs │ │ │ │ ├── GridExtensions.cs │ │ │ │ ├── RowDefinition.cs │ │ │ │ └── RowDefinitionCollection.cs │ │ │ ├── GridView │ │ │ │ ├── GridView.cs │ │ │ │ ├── GridViewHeaderItem.cs │ │ │ │ ├── GridViewItem.UIKit.cs │ │ │ │ └── GridViewItem.cs │ │ │ ├── GroupStyle.cs │ │ │ ├── IItemContainerMapping.cs │ │ │ ├── IItemsControl.cs │ │ │ ├── IListView.cs │ │ │ ├── ISelector.cs │ │ │ ├── IShadowChildrenProvider.cs │ │ │ ├── IconSource │ │ │ │ ├── AnimatedIconSource.cs │ │ │ │ ├── BitmapIconSource.cs │ │ │ │ ├── FontIconSource.cs │ │ │ │ ├── IconSource.cs │ │ │ │ ├── ImageIconSource.cs │ │ │ │ ├── PathIconSource.cs │ │ │ │ └── SymbolIconSource.cs │ │ │ ├── Icons │ │ │ │ ├── BitmapIcon.cs │ │ │ │ ├── FontIcon.cs │ │ │ │ ├── IconElement.cs │ │ │ │ ├── IconSourceElement.cs │ │ │ │ ├── PathIcon.cs │ │ │ │ └── SymbolIcon.cs │ │ │ ├── Image │ │ │ │ ├── HtmlImage.wasm.cs │ │ │ │ ├── Image.Android.cs │ │ │ │ ├── Image.Apple.cs │ │ │ │ ├── Image.Properties.cs │ │ │ │ ├── Image.UIKit.cs │ │ │ │ ├── Image.crossruntime.cs │ │ │ │ ├── Image.cs │ │ │ │ ├── Image.reference.cs │ │ │ │ ├── Image.shared.cs │ │ │ │ ├── Image.skia.cs │ │ │ │ ├── Image.svg.cs │ │ │ │ ├── Image.unittests.cs │ │ │ │ ├── Image.wasm.cs │ │ │ │ ├── ImageSizeHelper.cs │ │ │ │ ├── NativeImageView.Android.cs │ │ │ │ └── NativeImageView.Apple.cs │ │ │ ├── ImageIcon │ │ │ │ ├── ImageIcon.Properties.cs │ │ │ │ ├── ImageIcon.Uno.cs │ │ │ │ └── ImageIcon.cs │ │ │ ├── ImageSourceHelper.cs │ │ │ ├── IncrementalLoadingTrigger.cs │ │ │ ├── InfoBadge │ │ │ │ ├── InfoBadge.cs │ │ │ │ ├── InfoBadge.properties.cs │ │ │ │ ├── InfoBadge.xaml │ │ │ │ ├── InfoBadgeTemplateSettings.cs │ │ │ │ └── InfoBadge_themeresources.xaml │ │ │ ├── InfoBar │ │ │ │ ├── InfoBar.Properties.cs │ │ │ │ ├── InfoBar.cs │ │ │ │ ├── InfoBarAutomationPeer.cs │ │ │ │ ├── InfoBarCloseReason.cs │ │ │ │ ├── InfoBarClosedEventArgs.cs │ │ │ │ ├── InfoBarClosingEventArgs.cs │ │ │ │ ├── InfoBarPanel.Properties.cs │ │ │ │ ├── InfoBarPanel.cs │ │ │ │ ├── InfoBarSeverity.cs │ │ │ │ ├── InfoBarTemplateSettings.cs │ │ │ │ ├── InfoBar_themeresources_v1.xaml │ │ │ │ ├── InfoBar_v1.xaml │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── InputPropertyAttribute.cs │ │ │ ├── InputScopes.cs │ │ │ ├── ItemClickEventArgs.cs │ │ │ ├── ItemClickEventHandler.cs │ │ │ ├── ItemCollection.cs │ │ │ ├── ItemContainer │ │ │ │ ├── ItemContainer.cs │ │ │ │ ├── ItemContainer.h.cs │ │ │ │ ├── ItemContainer.idl.cs │ │ │ │ ├── ItemContainer.properties.cs │ │ │ │ ├── ItemContainer.xaml │ │ │ │ ├── ItemContainerAutomationPeer.cs │ │ │ │ ├── ItemContainerInvokedEventArgs.cs │ │ │ │ ├── ItemContainerRevokers.h.cs │ │ │ │ └── ItemContainer_themeresources.xaml │ │ │ ├── ItemsControl │ │ │ │ ├── ItemsControl.Android.cs │ │ │ │ ├── ItemsControl.UIKit.cs │ │ │ │ ├── ItemsControl.cs │ │ │ │ ├── ItemsControl.skia.cs │ │ │ │ ├── ItemsControl.wasm.cs │ │ │ │ ├── ItemsControlExtensions.cs │ │ │ │ ├── ItemsPresenter.cs │ │ │ │ └── ItemsPresenter.iOSAndroid.cs │ │ │ ├── ItemsPanelTemplate.cs │ │ │ ├── ItemsStackPanel │ │ │ │ ├── IVirtualizingPanel.cs │ │ │ │ ├── ItemsStackPanel.NotImplemented.cs │ │ │ │ ├── ItemsStackPanel.cs │ │ │ │ ├── ItemsStackPanel.managed.cs │ │ │ │ ├── ItemsStackPanelLayout.Android.cs │ │ │ │ ├── ItemsStackPanelLayout.UIKit.cs │ │ │ │ ├── ItemsStackPanelLayout.cs │ │ │ │ ├── ItemsStackPanelLayout.managed.cs │ │ │ │ └── ManagedItemsStackPanel.cs │ │ │ ├── ItemsView │ │ │ │ ├── ExtendedSelector.cs │ │ │ │ ├── ItemsView.cs │ │ │ │ ├── ItemsView.h.cs │ │ │ │ ├── ItemsView.properties.cs │ │ │ │ ├── ItemsView.xaml │ │ │ │ ├── ItemsViewAutomationPeer.cs │ │ │ │ ├── ItemsViewAutomationPeer.h.cs │ │ │ │ ├── ItemsViewInteractions.cs │ │ │ │ ├── ItemsViewItemInvokedEventArgs.cs │ │ │ │ ├── ItemsViewItemInvokedEventArgs.h.cs │ │ │ │ ├── ItemsViewTestHooks.cs │ │ │ │ ├── ItemsView_themeresources.xaml │ │ │ │ ├── MultipleSelector.cs │ │ │ │ ├── NullSelector.cs │ │ │ │ ├── SelectorBase.cs │ │ │ │ ├── SelectorBase.h.cs │ │ │ │ ├── SingleSelector.cs │ │ │ │ └── SingleSelector.h.cs │ │ │ ├── ItemsWrapGrid │ │ │ │ ├── ItemsWrapGrid.cs │ │ │ │ ├── ItemsWrapGridLayout.Android.cs │ │ │ │ ├── ItemsWrapGridLayout.UIKit.cs │ │ │ │ └── ItemsWrapGridLayout.cs │ │ │ ├── LayoutPanel │ │ │ │ ├── LayoutPanel.Properties.cs │ │ │ │ ├── LayoutPanel.cs │ │ │ │ ├── LayoutPanel.h.cs │ │ │ │ └── LayoutPanelLayoutContext.cs │ │ │ ├── Layouter │ │ │ │ ├── ILayouter.cs │ │ │ │ ├── ISetLayoutSlots.UIKit.cs │ │ │ │ ├── Layouter.Android.cs │ │ │ │ ├── Layouter.UIKit.cs │ │ │ │ ├── Layouter.cs │ │ │ │ ├── Layouter.unittests.cs │ │ │ │ └── LayouterHelper.Android.cs │ │ │ ├── LifetimeHandler.cs │ │ │ ├── LightDismissOverlayMode.cs │ │ │ ├── ListPickerFlyout │ │ │ │ └── ListPickerFlyout.cs │ │ │ ├── ListView │ │ │ │ ├── ListView.cs │ │ │ │ ├── ListViewHeaderItem.cs │ │ │ │ └── ListViewItem.cs │ │ │ ├── ListViewBase │ │ │ │ ├── BufferViewCache.Android.cs │ │ │ │ ├── CollectionChangedOperation.cs │ │ │ │ ├── Deque.cs │ │ │ │ ├── DragItemsCompletedEventArgs.cs │ │ │ │ ├── DragItemsStartingEventArgs.cs │ │ │ │ ├── DragItemsStartingEventHandler.cs │ │ │ │ ├── ItemContainerHolder.Android.cs │ │ │ │ ├── ItemContainerHolderAdapter.Android.cs │ │ │ │ ├── Legacy │ │ │ │ │ ├── BindableUICollectionView.UIKit.cs │ │ │ │ │ ├── GridView.Android.cs │ │ │ │ │ ├── GridView.Legacy.UIKit.cs │ │ │ │ │ ├── GridViewSource.Legacy.UIKit.cs │ │ │ │ │ ├── GridViewWrapGridLayout.Legacy.UIKit.cs │ │ │ │ │ ├── HorizontalGridView.Android.cs │ │ │ │ │ ├── HorizontalListView.Android.cs │ │ │ │ │ ├── ListView.Android.cs │ │ │ │ │ ├── ListView.Legacy.UIKit.cs │ │ │ │ │ ├── ListViewAdapter.Android.cs │ │ │ │ │ ├── ListViewBase.Legacy.UIKit.cs │ │ │ │ │ ├── ListViewBaseLayout.Legacy.UIKit.cs │ │ │ │ │ ├── ListViewBaseLayoutTemplate.Legacy.UIKit.cs │ │ │ │ │ ├── ListViewBaseScrollDirection.UIKit.cs │ │ │ │ │ ├── ListViewBaseSource.Legacy.UIKit.cs │ │ │ │ │ ├── ListViewFooter.Android.cs │ │ │ │ │ ├── ListViewHeader.Android.cs │ │ │ │ │ ├── ListViewHeaderItem.Android.cs │ │ │ │ │ ├── ListViewLayout.Legacy.UIKit.cs │ │ │ │ │ └── ListViewSource.Legacy.UIKit.cs │ │ │ │ ├── ListViewBase.Android.cs │ │ │ │ ├── ListViewBase.DragDrop.cs │ │ │ │ ├── ListViewBase.DragDrop.mux.cs │ │ │ │ ├── ListViewBase.Properties.cs │ │ │ │ ├── ListViewBase.UIKit.cs │ │ │ │ ├── ListViewBase.cs │ │ │ │ ├── ListViewBase.h.mux.cs │ │ │ │ ├── ListViewBase.iOSAndroid.cs │ │ │ │ ├── ListViewBase.managed.cs │ │ │ │ ├── ListViewBase.reference.cs │ │ │ │ ├── ListViewBase.skia.cs │ │ │ │ ├── ListViewBase.unittests.cs │ │ │ │ ├── ListViewBaseHeaderItem.Android.cs │ │ │ │ ├── ListViewBaseHeaderItem.UIKit.cs │ │ │ │ ├── ListViewBaseHeaderItem.cs │ │ │ │ ├── ListViewBaseScrollContentPresenter.Android.cs │ │ │ │ ├── ListViewBaseScrollContentPresenter.UIKit.cs │ │ │ │ ├── ListViewBaseScrollContentPresenter.cs │ │ │ │ ├── ListViewBaseSource.UIKit.cs │ │ │ │ ├── ListViewBase_Partial.cs │ │ │ │ ├── ManagedVirtualizingPanelLayout.cs │ │ │ │ ├── NativeListViewBase.Android.cs │ │ │ │ ├── NativeListViewBase.SnapPoints.Android.cs │ │ │ │ ├── NativeListViewBase.UIKit.cs │ │ │ │ ├── NativeListViewBase.cs │ │ │ │ ├── NativeListViewBaseAdapter.Android.cs │ │ │ │ ├── ScrollIntoViewAlignment.cs │ │ │ │ ├── ScrollingViewCache.Android.cs │ │ │ │ ├── UnoViewHolder.Android.cs │ │ │ │ ├── UnsetLayout.UIKit.cs │ │ │ │ ├── VirtualizingPanelGenerator.managed.cs │ │ │ │ ├── VirtualizingPanelLayout.Android.cs │ │ │ │ ├── VirtualizingPanelLayout.Containers.Android.cs │ │ │ │ ├── VirtualizingPanelLayout.Stub.cs │ │ │ │ ├── VirtualizingPanelLayout.UIKit.cs │ │ │ │ ├── VirtualizingPanelLayout.cs │ │ │ │ └── VirtualizingPanelLayout.managed.cs │ │ │ ├── ListViewSelectionMode.cs │ │ │ ├── Materials │ │ │ │ └── Backdrop │ │ │ │ │ ├── BackdropMaterial.Properties.cs │ │ │ │ │ ├── BackdropMaterial.cs │ │ │ │ │ └── MicaController.cs │ │ │ ├── MediaPlayerElement │ │ │ │ ├── IMediaPlayerPresenterExtension.cs │ │ │ │ ├── Internal │ │ │ │ │ └── FromNullableBoolToVisibilityConverter.cs │ │ │ │ ├── MediaPlayerElement.cs │ │ │ │ ├── MediaPlayerElementExtensions.wasm.cs │ │ │ │ ├── MediaPlayerPresenter.Android.cs │ │ │ │ ├── MediaPlayerPresenter.Apple.cs │ │ │ │ ├── MediaPlayerPresenter.Others.cs │ │ │ │ ├── MediaPlayerPresenter.cs │ │ │ │ ├── MediaTransportControls.MediaPlayer.cs │ │ │ │ ├── MediaTransportControls.Properties.cs │ │ │ │ ├── MediaTransportControls.cs │ │ │ │ ├── MediaTransportControls.mux.h.cs │ │ │ │ └── MediaTransportControlsHelper.cs │ │ │ ├── MenuBar │ │ │ │ ├── FlyoutLocation.cs │ │ │ │ ├── MenuBar.cs │ │ │ │ ├── MenuBar.xaml │ │ │ │ ├── MenuBarItem.Properties.cs │ │ │ │ ├── MenuBarItem.cs │ │ │ │ ├── MenuBarItem.xaml │ │ │ │ ├── MenuBarItemAutomationPeer.cs │ │ │ │ ├── MenuBarItemFlyout.cs │ │ │ │ └── MenuBar_themeresources.xaml │ │ │ ├── MenuFlyout │ │ │ │ ├── CascadingMenuHelper.cs │ │ │ │ ├── CommandingHelpers.cs │ │ │ │ ├── IMenu.cs │ │ │ │ ├── IMenuPresenter.cs │ │ │ │ ├── ISubMenuOwner.cs │ │ │ │ ├── MenuFlyout.Android.cs │ │ │ │ ├── MenuFlyout.UIKit.cs │ │ │ │ ├── MenuFlyout.cs │ │ │ │ ├── MenuFlyout.iOS7.iOS.cs │ │ │ │ ├── MenuFlyout.iOS8.UIKit.cs │ │ │ │ ├── MenuFlyoutItem.cs │ │ │ │ ├── MenuFlyoutItemBase.cs │ │ │ │ ├── MenuFlyoutItemTemplateSettings.cs │ │ │ │ ├── MenuFlyoutKeyPressProcess.cs │ │ │ │ ├── MenuFlyoutPresenter.cs │ │ │ │ ├── MenuFlyoutPresenterTemplateSettings.cs │ │ │ │ ├── MenuFlyoutSeparator.cs │ │ │ │ ├── MenuFlyoutSubItem.cs │ │ │ │ ├── MenuFlyout_19h1_themeresources.xaml │ │ │ │ ├── MenuFlyout_rs1_themeresources.xaml │ │ │ │ ├── MenuFlyout_rs2_themeresources.xaml │ │ │ │ ├── MenuFlyout_rs4_themeresources.xaml │ │ │ │ ├── MenuFlyout_rs5_themeresources.xaml │ │ │ │ └── ToggleMenuFlyoutItem.cs │ │ │ ├── MonochromaticOverlayPresenter │ │ │ │ ├── MonochromaticOverlayPresenter.Properties.cs │ │ │ │ └── MonochromaticOverlayPresenter.cs │ │ │ ├── NavigationView │ │ │ │ ├── NavigationBackButton_rs1_themeresources_v1.xaml │ │ │ │ ├── NavigationBackButton_v1.xaml │ │ │ │ ├── NavigationView.Header.cs │ │ │ │ ├── NavigationView.Properties.cs │ │ │ │ ├── NavigationView.Uno.cs │ │ │ │ ├── NavigationView.cs │ │ │ │ ├── NavigationViewAutomationPeer.cs │ │ │ │ ├── NavigationViewBackButtonVisible.cs │ │ │ │ ├── NavigationViewBackRequestedEventArgs.cs │ │ │ │ ├── NavigationViewDisplayMode.cs │ │ │ │ ├── NavigationViewDisplayModeChangedEventArgs.cs │ │ │ │ ├── NavigationViewHelper.cs │ │ │ │ ├── NavigationViewItem.Header.cs │ │ │ │ ├── NavigationViewItem.Properties.cs │ │ │ │ ├── NavigationViewItem.Uno.cs │ │ │ │ ├── NavigationViewItem.cs │ │ │ │ ├── NavigationViewItemAutomationPeer.cs │ │ │ │ ├── NavigationViewItemBase.Header.cs │ │ │ │ ├── NavigationViewItemBase.Properties.cs │ │ │ │ ├── NavigationViewItemBase.cs │ │ │ │ ├── NavigationViewItemCollapsedEventArgs.cs │ │ │ │ ├── NavigationViewItemExpandingEventArgs.cs │ │ │ │ ├── NavigationViewItemHeader.cs │ │ │ │ ├── NavigationViewItemInvokedEventArgs.cs │ │ │ │ ├── NavigationViewItemPresenter.Header.cs │ │ │ │ ├── NavigationViewItemPresenter.Properties.cs │ │ │ │ ├── NavigationViewItemPresenter.cs │ │ │ │ ├── NavigationViewItemPresenterTemplateSettings.Properties.cs │ │ │ │ ├── NavigationViewItemSeparator.cs │ │ │ │ ├── NavigationViewItemsFactory.cs │ │ │ │ ├── NavigationViewOverflowLabelMode.cs │ │ │ │ ├── NavigationViewPaneClosingEventArgs.cs │ │ │ │ ├── NavigationViewPaneDisplayMode.cs │ │ │ │ ├── NavigationViewSelectionChangedEventArgs.cs │ │ │ │ ├── NavigationViewSelectionFollowsFocus.cs │ │ │ │ ├── NavigationViewShoulderNavigationEnabled.cs │ │ │ │ ├── NavigationViewTemplateSettings.Properties.cs │ │ │ │ ├── NavigationView_rs1_themeresources_v1.xaml │ │ │ │ ├── NavigationView_v1.xaml │ │ │ │ ├── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur-PK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hant │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-TW │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── TopNavigationViewDataProvider.Header.cs │ │ │ │ └── TopNavigationViewDataProvider.cs │ │ │ ├── NumberBox │ │ │ │ ├── MathToken.cs │ │ │ │ ├── MathTokenType.cs │ │ │ │ ├── NumberBox.Properties.cs │ │ │ │ ├── NumberBox.cs │ │ │ │ ├── NumberBox.h.mux.cs │ │ │ │ ├── NumberBox.mux.cs │ │ │ │ ├── NumberBox.uno.cs │ │ │ │ ├── NumberBox.xaml │ │ │ │ ├── NumberBoxAutomationPeer.cs │ │ │ │ ├── NumberBoxParser.cs │ │ │ │ ├── NumberBoxSpinButtonPlacementMode.cs │ │ │ │ ├── NumberBoxValidationMode.cs │ │ │ │ ├── NumberBoxValueChangedEventArgs.cs │ │ │ │ ├── NumberBox_themeresources.xaml │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-US │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── Orientation.cs │ │ │ ├── Page │ │ │ │ ├── NativePage.Android.cs │ │ │ │ ├── NativePage.UIKit.cs │ │ │ │ ├── Page.Apple.cs │ │ │ │ ├── Page.HotReload.cs │ │ │ │ ├── Page.IBorderInfoProvider.cs │ │ │ │ ├── Page.cs │ │ │ │ └── Page.mux.cs │ │ │ ├── PagerControl │ │ │ │ ├── PagerControl.Header.cs │ │ │ │ ├── PagerControl.Properties.cs │ │ │ │ ├── PagerControl.cs │ │ │ │ ├── PagerControlAutomationPeer.cs │ │ │ │ ├── PagerControlButtonVisibility.cs │ │ │ │ ├── PagerControlDisplayMode.cs │ │ │ │ ├── PagerControlSelectedIndexChangedEventArgs.cs │ │ │ │ ├── PagerControlTemplateSettings.cs │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur-PK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-TW │ │ │ │ │ └── Resources.resw │ │ │ ├── Panel │ │ │ │ ├── Panel.Android.cs │ │ │ │ ├── Panel.Apple.cs │ │ │ │ ├── Panel.IBorderInfoProvider.cs │ │ │ │ ├── Panel.crossruntime.cs │ │ │ │ ├── Panel.cs │ │ │ │ ├── Panel.unittests.cs │ │ │ │ └── PanelScrollingDirection.cs │ │ │ ├── PasswordBox │ │ │ │ ├── PasswordBox.Android.cs │ │ │ │ ├── PasswordBox.Apple.cs │ │ │ │ ├── PasswordBox.cs │ │ │ │ ├── PasswordBox.skia.cs │ │ │ │ ├── PasswordBox.wasm.cs │ │ │ │ ├── PasswordRevealMode.cs │ │ │ │ └── PasswordRevealState.cs │ │ │ ├── PersonPicture │ │ │ │ ├── InitialsGenerator.cs │ │ │ │ ├── PersonPicture.Properties.cs │ │ │ │ ├── PersonPicture.cs │ │ │ │ ├── PersonPicture.xaml │ │ │ │ ├── PersonPictureAutomationPeer.cs │ │ │ │ ├── PersonPictureTemplateSettings.cs │ │ │ │ ├── PersonPicture_themeresources.xaml │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── Picker │ │ │ │ ├── Picker.iOS.cs │ │ │ │ ├── PickerFlyout.cs │ │ │ │ ├── PickerItem.UIKit.cs │ │ │ │ └── PickerModel.iOS.cs │ │ │ ├── PipsPager │ │ │ │ ├── PipsPager.Header.cs │ │ │ │ ├── PipsPager.Properties.cs │ │ │ │ ├── PipsPager.cs │ │ │ │ ├── PipsPager.xaml │ │ │ │ ├── PipsPagerAutomationPeer.cs │ │ │ │ ├── PipsPagerButtonVisibility.cs │ │ │ │ ├── PipsPagerSelectedIndexChangedEventArgs.cs │ │ │ │ ├── PipsPagerTemplateSettings.Properties.cs │ │ │ │ ├── PipsPager_themeresources.xaml │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── Pivot │ │ │ │ ├── ExtendedViewPager.Android.cs │ │ │ │ ├── NativePivotPresenter.Android.cs │ │ │ │ ├── NativePivotPresenter.UIKit.cs │ │ │ │ ├── NativePivotPresenter.cs │ │ │ │ ├── Pivot.Properties.cs │ │ │ │ ├── Pivot.cs │ │ │ │ ├── PivotAdapter.Android.cs │ │ │ │ ├── PivotHeaderPanel.cs │ │ │ │ ├── PivotItem.UIKit.cs │ │ │ │ ├── PivotItem.cs │ │ │ │ ├── PivotItemEventArgs.cs │ │ │ │ └── PivotItemFragment.Android.cs │ │ │ ├── PlatformHelpers.cs │ │ │ ├── PointerInfo.h.cs │ │ │ ├── Popover │ │ │ │ └── Popover.UIKit.cs │ │ │ ├── Popup │ │ │ │ ├── IPopup.cs │ │ │ │ ├── NativePopup.Android.cs │ │ │ │ ├── NativePopupAdapter.cs │ │ │ │ ├── Popup.Android.cs │ │ │ │ ├── Popup.Base.cs │ │ │ │ ├── Popup.Legacy.cs │ │ │ │ ├── Popup.WithPopupRoot.cs │ │ │ │ ├── Popup.cs │ │ │ │ ├── Popup.h.mux.cs │ │ │ │ ├── Popup.mux.cs │ │ │ │ ├── PopupPanel.Placement.cs │ │ │ │ ├── PopupPanel.cs │ │ │ │ ├── PopupPlacementMode.cs │ │ │ │ ├── PopupRoot.cs │ │ │ │ └── PopupRoot.mux.cs │ │ │ ├── Primitives │ │ │ │ ├── ButtonBase │ │ │ │ │ ├── ButtonBase.Android.cs │ │ │ │ │ ├── ButtonBase.UIKit.cs │ │ │ │ │ ├── ButtonBase.cs │ │ │ │ │ ├── ButtonBase.mux.cs │ │ │ │ │ ├── ButtonBase.unittests.cs │ │ │ │ │ ├── ButtonBase.wasm.cs │ │ │ │ │ └── ButtonBaseKeyProcess.cs │ │ │ │ ├── CarouselPanel.crossruntime.cs │ │ │ │ ├── CarouselPanel.cs │ │ │ │ ├── ColorSpectrum │ │ │ │ │ └── Strings │ │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── am-ET │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── en-us │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── fil-PH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── pa │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── ur │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ │ └── zh-Hant │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ComboBoxTemplateSettings.cs │ │ │ │ ├── CornerRadiusFilterConverter.cs │ │ │ │ ├── CornerRadiusFilterKind.cs │ │ │ │ ├── CornerRadiusToThicknessConverter.cs │ │ │ │ ├── CornerRadiusToThicknessConverterKind.cs │ │ │ │ ├── DragCompletedEventArgs.cs │ │ │ │ ├── DragCompletedEventHandler.cs │ │ │ │ ├── DragDeltaEventArgs.cs │ │ │ │ ├── DragDeltaEventHandler.cs │ │ │ │ ├── DragStartedEventArgs.cs │ │ │ │ ├── DragStartedEventHandler.cs │ │ │ │ ├── GeneratorDirection.cs │ │ │ │ ├── GeneratorPosition.cs │ │ │ │ ├── GridViewItemPresenter.cs │ │ │ │ ├── GridViewItemTemplateSettings.cs │ │ │ │ ├── GroupHeaderPlacement.cs │ │ │ │ ├── IScrollSnapPointsInfo.cs │ │ │ │ ├── LayoutInformation.cs │ │ │ │ ├── LayoutInformation.mobile.cs │ │ │ │ ├── ListViewItemPresenter.cs │ │ │ │ ├── ListViewItemTemplateSettings.cs │ │ │ │ ├── LoopingSelector │ │ │ │ │ ├── LoopingSelector.Properties.cs │ │ │ │ │ ├── LoopingSelector.xaml │ │ │ │ │ ├── LoopingSelectorAutomationPeer_Partial.cs │ │ │ │ │ ├── LoopingSelectorAutomationPeer_Partial.h.cs │ │ │ │ │ ├── LoopingSelectorItemAutomationPeer_Partial.cs │ │ │ │ │ ├── LoopingSelectorItemAutomationPeer_Partial.h.cs │ │ │ │ │ ├── LoopingSelectorItemDataAutomationPeer_Partial.cs │ │ │ │ │ ├── LoopingSelectorItemDataAutomationPeer_Partial.h.cs │ │ │ │ │ ├── LoopingSelectorItem_Partial.cs │ │ │ │ │ ├── LoopingSelectorItem_Partial.h.cs │ │ │ │ │ ├── LoopingSelectorPanel_Partial.cs │ │ │ │ │ ├── LoopingSelectorPanel_Partial.h.cs │ │ │ │ │ ├── LoopingSelector_Partial.cs │ │ │ │ │ └── LoopingSelector_Partial.h.cs │ │ │ │ ├── OrientedVirtualizingPanel.cs │ │ │ │ ├── PickerFlyoutBase.cs │ │ │ │ ├── PivotHeaderItem.cs │ │ │ │ ├── PivotPanel.cs │ │ │ │ ├── PlacementMode.cs │ │ │ │ ├── RangeBase.Properties.cs │ │ │ │ ├── RangeBase.cs │ │ │ │ ├── RangeBase.mux.core.cs │ │ │ │ ├── RangeBase.mux.cs │ │ │ │ ├── RangeBaseValueChangedEventArgs.cs │ │ │ │ ├── RangeBaseValueChangedEventHandler.cs │ │ │ │ ├── RepeatButton │ │ │ │ │ ├── RepeatButton.cs │ │ │ │ │ └── RepeatButton.mux.cs │ │ │ │ ├── Selector.UIKit.cs │ │ │ │ ├── Selector.cs │ │ │ │ ├── Selector.managed.cs │ │ │ │ ├── Selector.partial.h.mux.cs │ │ │ │ ├── Selector.partial.mux.cs │ │ │ │ ├── Selector.wasm.cs │ │ │ │ ├── SelectorItem.UIKit.cs │ │ │ │ ├── SelectorItem.cs │ │ │ │ ├── SelectorItem.partial.mux.cs │ │ │ │ ├── Selector_Partial.cs │ │ │ │ ├── SettingsFlyoutTemplateSettings.UIKit.cs │ │ │ │ ├── SliderSnapsTo.cs │ │ │ │ ├── SnapPointsAlignment.cs │ │ │ │ ├── Thumb.Properties.cs │ │ │ │ ├── Thumb.cs │ │ │ │ ├── Thumb.mux.cs │ │ │ │ ├── TickBar.Properties.cs │ │ │ │ ├── TickBar.cs │ │ │ │ ├── TickBar.mux.cs │ │ │ │ ├── TickPlacement.cs │ │ │ │ ├── ToggleButton.cs │ │ │ │ ├── ToggleButton.mux.cs │ │ │ │ ├── ToggleSwitchTemplateSettings.cs │ │ │ │ ├── VisualStatesHelper.h.mux.cs │ │ │ │ └── VisualStatesHelper.mux.cs │ │ │ ├── ProgressBar │ │ │ │ ├── ProgressBar.Header.cs │ │ │ │ ├── ProgressBar.Properties.cs │ │ │ │ ├── ProgressBar.cs │ │ │ │ ├── ProgressBar.xaml │ │ │ │ ├── ProgressBarAutomationPeer.cs │ │ │ │ └── ProgressBarTemplateSettings.cs │ │ │ ├── ProgressRing │ │ │ │ ├── Legacy │ │ │ │ │ ├── NativeProgressRing.Android.cs │ │ │ │ │ ├── NativeProgressRing.UIKit.cs │ │ │ │ │ ├── ProgressRing.Android.cs │ │ │ │ │ ├── ProgressRing.UIKit.cs │ │ │ │ │ ├── ProgressRing.cs │ │ │ │ │ ├── ProgressRing.iOSAndroid.cs │ │ │ │ │ ├── ProgressRing.xaml │ │ │ │ │ └── ProgressRingTemplateSettings.cs │ │ │ │ ├── ProgressRing.cs │ │ │ │ ├── ProgressRing.xaml │ │ │ │ ├── ProgressRingAutomationPeer.cs │ │ │ │ ├── ProgressRingDeterminate.json │ │ │ │ └── ProgressRingIntdeterminate.json │ │ │ ├── PullToRefresh │ │ │ │ ├── Native │ │ │ │ │ ├── NativeRefreshControl.Android.cs │ │ │ │ │ ├── NativeRefreshControl.iOS.cs │ │ │ │ │ ├── NativeRefreshInfoProviderAdapter.cs │ │ │ │ │ ├── NativeRefreshVisualizer.cs │ │ │ │ │ ├── RefreshContainer.Android.cs │ │ │ │ │ ├── RefreshContainer.iOS.cs │ │ │ │ │ └── RefreshContainer.native.cs │ │ │ │ ├── ProgressRing │ │ │ │ │ ├── ProgressRingRefreshInfoProviderAdapter.cs │ │ │ │ │ └── ProgressRingRefreshVisualizer.cs │ │ │ │ ├── RefreshContainer │ │ │ │ │ ├── IRefreshContainerPrivate.cs │ │ │ │ │ ├── RefreshContainer.Header.cs │ │ │ │ │ ├── RefreshContainer.Properties.cs │ │ │ │ │ ├── RefreshContainer.cs │ │ │ │ │ ├── RefreshContainer.mux.cs │ │ │ │ │ ├── RefreshContainer.xaml │ │ │ │ │ ├── RefreshContainer_themeresources.xaml │ │ │ │ │ └── RefreshPullDirection.cs │ │ │ │ ├── RefreshVisualizer │ │ │ │ │ ├── IRefreshInfoProvider.cs │ │ │ │ │ ├── IRefreshVisualizerPrivate.cs │ │ │ │ │ ├── PullToRefreshHelperTestApi.cs │ │ │ │ │ ├── RefreshInteractionRatioChangedEventArgs.cs │ │ │ │ │ ├── RefreshRequestedEventArgs.cs │ │ │ │ │ ├── RefreshStateChangedEventArgs.cs │ │ │ │ │ ├── RefreshVisualizer.Header.cs │ │ │ │ │ ├── RefreshVisualizer.Properties.cs │ │ │ │ │ ├── RefreshVisualizer.cs │ │ │ │ │ ├── RefreshVisualizer.xaml │ │ │ │ │ ├── RefreshVisualizerOrientation.cs │ │ │ │ │ ├── RefreshVisualizerState.cs │ │ │ │ │ └── RefreshVisualizer_themeresources.xaml │ │ │ │ └── ScrollViewerIRefreshInfoProviderAdapter │ │ │ │ │ ├── IAdapterAnimationHandler.cs │ │ │ │ │ ├── IRefreshInfoProviderAdapter.cs │ │ │ │ │ ├── RefreshInfoProviderImpl.Header.cs │ │ │ │ │ ├── RefreshInfoProviderImpl.cs │ │ │ │ │ ├── ScrollViewerIRefreshInfoProviderAdapter.Header.cs │ │ │ │ │ ├── ScrollViewerIRefreshInfoProviderAdapter.cs │ │ │ │ │ ├── ScrollViewerIRefreshInfoProviderDefaultAnimationHandler.Header.cs │ │ │ │ │ └── ScrollViewerIRefreshInfoProviderDefaultAnimationHandler.cs │ │ │ ├── RadioButtons │ │ │ │ ├── ColumnMajorUniformToLargestGridLayout.Properties.cs │ │ │ │ ├── ColumnMajorUniformToLargestGridLayout.cs │ │ │ │ ├── RadioButton.xaml │ │ │ │ ├── RadioButtons.Header.cs │ │ │ │ ├── RadioButtons.Properties.cs │ │ │ │ ├── RadioButtons.cs │ │ │ │ ├── RadioButtons.xaml │ │ │ │ ├── RadioButtonsElementFactory.cs │ │ │ │ ├── RadioButtonsTestHooks.cs │ │ │ │ └── RadioButtons_themeresources.xaml │ │ │ ├── RadioMenuFlyoutItem │ │ │ │ ├── RadioMenuFlyoutItem.Properties.cs │ │ │ │ ├── RadioMenuFlyoutItem.cs │ │ │ │ ├── RadioMenuFlyoutItem_rs1_themeresources_v1.xaml │ │ │ │ ├── RadioMenuFlyoutItem_rs2_themeresources_v1.xaml │ │ │ │ ├── RadioMenuFlyoutItem_rs4_themeresources_v1.xaml │ │ │ │ ├── RadioMenuFlyoutItem_rs5_themeresources_v1.xaml │ │ │ │ └── RadioMenuFlyoutItem_themeresources.xaml │ │ │ ├── RatingControl │ │ │ │ ├── RatingControl.Properties.cs │ │ │ │ ├── RatingControl.cs │ │ │ │ ├── RatingControl.h.mux.cs │ │ │ │ ├── RatingControl.mux.cs │ │ │ │ ├── RatingControlAutomationPeer.cs │ │ │ │ ├── RatingControl_themeresources_v1.xaml │ │ │ │ ├── RatingControl_v1.xaml │ │ │ │ ├── RatingItemFontInfo.cs │ │ │ │ ├── RatingItemImageInfo.cs │ │ │ │ ├── RatingItemInfo.cs │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ └── Resources.resw │ │ │ ├── RelativePanel │ │ │ │ ├── RPConstraints.mux.cs │ │ │ │ ├── RPGraph.h.mux.cs │ │ │ │ ├── RPGraph.mux.cs │ │ │ │ ├── RPNode.h.mux.cs │ │ │ │ ├── RPNode.mux.cs │ │ │ │ ├── RPState.mux.cs │ │ │ │ ├── RelativePanel.Properties.cs │ │ │ │ ├── RelativePanel.mux.cs │ │ │ │ └── RelativePanel.uno.cs │ │ │ ├── Repeater │ │ │ │ ├── AnimationContext.cs │ │ │ │ ├── AnimationManager.cs │ │ │ │ ├── BuildTreeScheduler.cs │ │ │ │ ├── CachedVisualTreeHelpers.cs │ │ │ │ ├── ChildrenInTabFocusOrderIterable.cs │ │ │ │ ├── CustomProperty.cs │ │ │ │ ├── ElementAnimator.cs │ │ │ │ ├── ElementFactory.cs │ │ │ │ ├── ElementFactoryGetArgs.cs │ │ │ │ ├── ElementFactoryRecycleArgs.cs │ │ │ │ ├── ElementManager.cs │ │ │ │ ├── ElementOwner.cs │ │ │ │ ├── ElementRealizationOptions.cs │ │ │ │ ├── FlowLayout.OrientationBasedMeasures.cs │ │ │ │ ├── FlowLayout.Properties.cs │ │ │ │ ├── FlowLayout.cs │ │ │ │ ├── FlowLayoutAlgorithm.OrientationBasedMeasures.cs │ │ │ │ ├── FlowLayoutAlgorithm.cs │ │ │ │ ├── FlowLayoutAlgorithm.uno.cs │ │ │ │ ├── FlowLayoutAnchorInfo.cs │ │ │ │ ├── FlowLayoutLineAlignment.cs │ │ │ │ ├── FlowLayoutState.cs │ │ │ │ ├── IElementFactoryShim.cs │ │ │ │ ├── IFlowLayoutAlgorithmDelegates.cs │ │ │ │ ├── IKeyIndexMapping.cs │ │ │ │ ├── IPanel.cs │ │ │ │ ├── IRepeaterScrollingSurface.cs │ │ │ │ ├── IndexPath.cs │ │ │ │ ├── IndexRange.cs │ │ │ │ ├── InspectingDataSource.cs │ │ │ │ ├── ItemTemplateWrapper.cs │ │ │ │ ├── ItemsRepeater.Properties.cs │ │ │ │ ├── ItemsRepeater.Templates.cs │ │ │ │ ├── ItemsRepeater.UIKit.cs │ │ │ │ ├── ItemsRepeater.cs │ │ │ │ ├── ItemsRepeaterElementClearingEventArgs.cs │ │ │ │ ├── ItemsRepeaterElementIndexChangedEventArgs.cs │ │ │ │ ├── ItemsRepeaterElementPreparedEventArgs.cs │ │ │ │ ├── ItemsRepeaterScrollHost.cs │ │ │ │ ├── ItemsSourceView.Impl.cs │ │ │ │ ├── ItemsSourceView.cs │ │ │ │ ├── Layout.cs │ │ │ │ ├── LayoutContext.cs │ │ │ │ ├── LayoutContextAdapter.cs │ │ │ │ ├── ListAdapter.cs │ │ │ │ ├── NonVirtualizingLayout.cs │ │ │ │ ├── NonvirtualizingLayoutContext.cs │ │ │ │ ├── OrientationBasedMeasures.cs │ │ │ │ ├── Phaser.cs │ │ │ │ ├── RecyclePool.Properties.cs │ │ │ │ ├── RecyclePool.cs │ │ │ │ ├── RecyclePoolFactory.cs │ │ │ │ ├── RecyclingElementFactory.cs │ │ │ │ ├── RepeaterAutomationPeer.cs │ │ │ │ ├── RepeaterLayoutContext.cs │ │ │ │ ├── RepeaterTestHooks.cs │ │ │ │ ├── ScrollOrientation.cs │ │ │ │ ├── SelectTemplateEventArgs.cs │ │ │ │ ├── SelectedItems.cs │ │ │ │ ├── SelectionModel.Header.cs │ │ │ │ ├── SelectionModel.Properties.cs │ │ │ │ ├── SelectionModel.cs │ │ │ │ ├── SelectionModelChildrenRequestedEventArgs.cs │ │ │ │ ├── SelectionModelSelectionChangedEventArgs.cs │ │ │ │ ├── SelectionNode.Header.cs │ │ │ │ ├── SelectionNode.cs │ │ │ │ ├── SelectionTreeHelper.cs │ │ │ │ ├── StackLayout.OrientationBasedMeasures.cs │ │ │ │ ├── StackLayout.Properties.cs │ │ │ │ ├── StackLayout.cs │ │ │ │ ├── StackLayoutState.cs │ │ │ │ ├── UniformGridLayout │ │ │ │ │ ├── UniformGridLayout.OrientationBasedMasures.cs │ │ │ │ │ ├── UniformGridLayout.cs │ │ │ │ │ ├── UniformGridLayout.h.cs │ │ │ │ │ ├── UniformGridLayout.properties.cs │ │ │ │ │ ├── UniformGridLayout.properties.h.cs │ │ │ │ │ ├── UniformGridLayoutItemsJustification.cs │ │ │ │ │ ├── UniformGridLayoutItemsStretch.cs │ │ │ │ │ ├── UniformGridLayoutState.cs │ │ │ │ │ └── UniformGridLayoutState.h.cs │ │ │ │ ├── UniqueIdElementPool.cs │ │ │ │ ├── ViewManager.cs │ │ │ │ ├── ViewportManager.cs │ │ │ │ ├── ViewportManagerWithPlatformFeatures.cs │ │ │ │ ├── VirtualLayoutContextAdapter.ChildrenCollection.cs │ │ │ │ ├── VirtualLayoutContextAdapter.cs │ │ │ │ ├── VirtualizationInfo.cs │ │ │ │ ├── VirtualizingLayout.cs │ │ │ │ ├── VirtualizingLayoutContext.cs │ │ │ │ └── _Tracing.cs │ │ │ ├── RichEditBox │ │ │ │ └── RichEditBox.cs │ │ │ ├── RichTextBlock │ │ │ │ ├── RichTextBlock.cs │ │ │ │ └── RichTextBlockOverflow.cs │ │ │ ├── ScrollBar │ │ │ │ ├── ScrollBar.Properties.cs │ │ │ │ ├── ScrollBar.cs │ │ │ │ ├── ScrollBar.h.mux.cs │ │ │ │ ├── ScrollBar.mux.cs │ │ │ │ ├── ScrollBar.uno.cs │ │ │ │ ├── ScrollBar.xaml │ │ │ │ ├── ScrollEventArgs.cs │ │ │ │ ├── ScrollEventHandler.cs │ │ │ │ ├── ScrollEventType.cs │ │ │ │ └── ScrollingIndicatorMode.cs │ │ │ ├── ScrollBarVisibility.cs │ │ │ ├── ScrollContentPresenter │ │ │ │ ├── INativeScrollContentPresenter.cs │ │ │ │ ├── IScrollContentPresenter.Android.cs │ │ │ │ ├── IScrollContentPresenter.UIKit.cs │ │ │ │ ├── IScrollContentPresenter.cs │ │ │ │ ├── IScrollContentPresenter.wasm.cs │ │ │ │ ├── IUIScrollView.Apple.cs │ │ │ │ ├── NativeScrollContentPresenter.Android.cs │ │ │ │ ├── NativeScrollContentPresenter.UIKit.cs │ │ │ │ ├── NativeScrollContentPresenter.Xamarin.cs │ │ │ │ ├── ScrollContentPresenter.Android.cs │ │ │ │ ├── ScrollContentPresenter.Managed.cs │ │ │ │ ├── ScrollContentPresenter.Native.cs │ │ │ │ ├── ScrollContentPresenter.OccludedPadding.cs │ │ │ │ ├── ScrollContentPresenter.cs │ │ │ │ ├── ScrollContentPresenter.mux.cs │ │ │ │ ├── ScrollContentPresenter.reference.cs │ │ │ │ ├── ScrollContentPresenter.unittests.cs │ │ │ │ ├── ScrollContentPresenter.uno.cs │ │ │ │ └── ScrollContentPresenter.wasm.cs │ │ │ ├── ScrollMode.cs │ │ │ ├── ScrollPresenter │ │ │ │ ├── BringIntoViewOffsetsChange.cs │ │ │ │ ├── BringIntoViewOffsetsChange.h.cs │ │ │ │ ├── IScrollPresenter.cs │ │ │ │ ├── InteractionTrackerAsyncOperation.cs │ │ │ │ ├── InteractionTrackerAsyncOperation.h.cs │ │ │ │ ├── InteractionTrackerOwner.cs │ │ │ │ ├── OffsetsChange.cs │ │ │ │ ├── OffsetsChangeWithAdditionalVelocity.cs │ │ │ │ ├── ScrollControllerAddScrollVelocityRequestedEventArgs.cs │ │ │ │ ├── ScrollControllerPanRequestedEventArgs.cs │ │ │ │ ├── ScrollControllerScrollByRequestedEventArgs.cs │ │ │ │ ├── ScrollControllerScrollToRequestedEventArgs.cs │ │ │ │ ├── ScrollPresenter.Uno.cs │ │ │ │ ├── ScrollPresenter.cs │ │ │ │ ├── ScrollPresenter.h.cs │ │ │ │ ├── ScrollPresenter.idl.cs │ │ │ │ ├── ScrollPresenterAnchoring.cs │ │ │ │ ├── ScrollPresenterAutomationPeer.cs │ │ │ │ ├── ScrollPresenterPrimitives.idl.cs │ │ │ │ ├── ScrollPresenterPrivate.cs │ │ │ │ ├── ScrollPresenterTestHooks.cs │ │ │ │ ├── ScrollPresenterTestHooks.h.cs │ │ │ │ ├── ScrollPresenterTestHooks.idl.cs │ │ │ │ ├── ScrollPresenterTestHooksAnchorEvaluatedEventArgs.cs │ │ │ │ ├── ScrollPresenterTestHooksExpressionAnimationStatusChangedEventArgs.cs │ │ │ │ ├── ScrollPresenterTestHooksInteractionSourcesChangedEventArgs.cs │ │ │ │ ├── ScrollingAnchorRequestedEventArgs.cs │ │ │ │ ├── ScrollingAnchorRequestedEventArgs.h.cs │ │ │ │ ├── ScrollingBringingIntoViewEventArgs.cs │ │ │ │ ├── ScrollingBringingIntoViewEventArgs.h.cs │ │ │ │ ├── ScrollingScrollAnimationStartingEventArgs.cs │ │ │ │ ├── ScrollingScrollCompletedEventArgs.cs │ │ │ │ ├── ScrollingScrollOptions.cs │ │ │ │ ├── ScrollingZoomAnimationStartingEventArgs.cs │ │ │ │ ├── ScrollingZoomCompletedEventArgs.cs │ │ │ │ ├── ScrollingZoomOptions.cs │ │ │ │ ├── SnapPoint.cs │ │ │ │ ├── SnapPoint.h.cs │ │ │ │ ├── SnapPointWrapper.cs │ │ │ │ ├── SnapPointWrapper.h.cs │ │ │ │ ├── ViewChange.cs │ │ │ │ ├── ViewChange.h.cs │ │ │ │ ├── ViewChangeBase.h.cs │ │ │ │ ├── ZoomFactorChange.cs │ │ │ │ ├── ZoomFactorChange.h.cs │ │ │ │ ├── ZoomFactorChangeWithAdditionalVelocity.cs │ │ │ │ └── ZoomFactorChangeWithAdditionalVelocity.h.cs │ │ │ ├── ScrollView │ │ │ │ ├── IScrollView.cs │ │ │ │ ├── ScrollBarController.cs │ │ │ │ ├── ScrollBarController.h.cs │ │ │ │ ├── ScrollView.Properties.cs │ │ │ │ ├── ScrollView.Properties.h.cs │ │ │ │ ├── ScrollView.cs │ │ │ │ ├── ScrollView.h.cs │ │ │ │ ├── ScrollView.idl.cs │ │ │ │ ├── ScrollView.xaml │ │ │ │ ├── ScrollViewBringIntoViewOperation.cs │ │ │ │ ├── ScrollViewBringIntoViewOperation.h.cs │ │ │ │ ├── ScrollViewTestHooks.cs │ │ │ │ ├── ScrollViewTestHooks.h.cs │ │ │ │ └── ScrollView_themeresources.xaml │ │ │ ├── ScrollViewer │ │ │ │ ├── ICustomScrollInfo.cs │ │ │ │ ├── ScrollViewer.Android.cs │ │ │ │ ├── ScrollViewer.ConstantVelocity.cs │ │ │ │ ├── ScrollViewer.HotReload.cs │ │ │ │ ├── ScrollViewer.Internal.cs │ │ │ │ ├── ScrollViewer.Managed.cs │ │ │ │ ├── ScrollViewer.MuxInternal.cs │ │ │ │ ├── ScrollViewer.SnapPoints.cs │ │ │ │ ├── ScrollViewer.UIKit.cs │ │ │ │ ├── ScrollViewer.Uno.cs │ │ │ │ ├── ScrollViewer.cs │ │ │ │ ├── ScrollViewer.focus.cs │ │ │ │ ├── ScrollViewer.reference.cs │ │ │ │ ├── ScrollViewer.skia.cs │ │ │ │ ├── ScrollViewer.unittests.cs │ │ │ │ ├── ScrollViewer.wasm.cs │ │ │ │ ├── ScrollViewer.xaml │ │ │ │ ├── ScrollViewerExtensions.cs │ │ │ │ ├── ScrollViewerViewChangedEventArgs.cs │ │ │ │ └── ZoomMode.cs │ │ │ ├── SelectionExports.cs │ │ │ ├── SelectionMode.cs │ │ │ ├── SelectorBar │ │ │ │ ├── SelectorBar.Properties.cs │ │ │ │ ├── SelectorBar.cs │ │ │ │ ├── SelectorBar.h.mux.cs │ │ │ │ ├── SelectorBar.mux.cs │ │ │ │ ├── SelectorBar.xaml │ │ │ │ ├── SelectorBarItem.Properties.cs │ │ │ │ ├── SelectorBarItem.cs │ │ │ │ ├── SelectorBarItem.h.mux.cs │ │ │ │ ├── SelectorBarItem.mux.cs │ │ │ │ ├── SelectorBarItemAutomationPeer.cs │ │ │ │ ├── SelectorBarSelectionChangedEventArgs.cs │ │ │ │ ├── SelectorBarTestHooks.cs │ │ │ │ └── SelectorBar_themeresources.xaml │ │ │ ├── Slider │ │ │ │ ├── Slider.Properties.cs │ │ │ │ ├── Slider.Uno.cs │ │ │ │ ├── Slider.cs │ │ │ │ ├── Slider.mux.cs │ │ │ │ ├── Slider.mux.h.cs │ │ │ │ └── SliderKeyProcess.cs │ │ │ ├── SnapPointsType.cs │ │ │ ├── SplitButton │ │ │ │ ├── SplitButton.cs │ │ │ │ ├── SplitButton.properties.cs │ │ │ │ ├── SplitButton.xaml │ │ │ │ ├── SplitButtonAutomationPeer.cs │ │ │ │ ├── SplitButtonEventArgs.cs │ │ │ │ ├── SplitButtonTestApi.cs │ │ │ │ ├── SplitButtonTestHelper.cs │ │ │ │ ├── SplitButton_themeresources.xaml │ │ │ │ ├── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ToggleSplitButton.cs │ │ │ │ ├── ToggleSplitButton.properties.cs │ │ │ │ └── ToggleSplitButtonAutomationPeer.cs │ │ │ ├── SplitView │ │ │ │ ├── SplitView.UIKit.cs │ │ │ │ ├── SplitView.cs │ │ │ │ ├── SplitViewDisplayMode.cs │ │ │ │ ├── SplitViewPaneClosingEventArgs.cs │ │ │ │ ├── SplitViewPlacement.cs │ │ │ │ └── SplitViewTemplateSettings.cs │ │ │ ├── StackPanel │ │ │ │ ├── StackPanel.Android.cs │ │ │ │ ├── StackPanel.Layout.cs │ │ │ │ ├── StackPanel.SnapPoints.cs │ │ │ │ ├── StackPanel.UIKit.cs │ │ │ │ └── StackPanel.cs │ │ │ ├── StyleSelector.cs │ │ │ ├── SwipeControl │ │ │ │ ├── SwipeBehaviorOnInvoked.cs │ │ │ │ ├── SwipeControl.Uno.cs │ │ │ │ ├── SwipeControl.cs │ │ │ │ ├── SwipeControl.h.cs │ │ │ │ ├── SwipeControl.properties.cs │ │ │ │ ├── SwipeControl.properties.h.cs │ │ │ │ ├── SwipeControl.xaml │ │ │ │ ├── SwipeControl_themeresources.xaml │ │ │ │ ├── SwipeItem.cs │ │ │ │ ├── SwipeItem.h.cs │ │ │ │ ├── SwipeItem.properties.cs │ │ │ │ ├── SwipeItem.properties.h.cs │ │ │ │ ├── SwipeItemInvokedEventArgs.cs │ │ │ │ ├── SwipeItemInvokedEventArgs.h.cs │ │ │ │ ├── SwipeItems.Uno.cs │ │ │ │ ├── SwipeItems.cs │ │ │ │ ├── SwipeItems.h.cs │ │ │ │ ├── SwipeItems.properties.cs │ │ │ │ ├── SwipeItems.properties.h.cs │ │ │ │ ├── SwipeMode.cs │ │ │ │ ├── SwipeTestHooks.Uno.cs │ │ │ │ ├── SwipeTestHooks.cs │ │ │ │ ├── SwipeTestHooks.h.cs │ │ │ │ ├── SwipeTestHooks.properties.cs │ │ │ │ ├── SwipeTestHooksFactory.cs │ │ │ │ └── SwipeTestHooksFactory.h.cs │ │ │ ├── Symbol.cs │ │ │ ├── TabView │ │ │ │ ├── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── TabView.Properties.cs │ │ │ │ ├── TabView.cs │ │ │ │ ├── TabView.h.mux.cs │ │ │ │ ├── TabViewAutomationPeer.cs │ │ │ │ ├── TabViewCloseButtonOverlayMode.cs │ │ │ │ ├── TabViewExternalTornOutTabsDroppedEventArgs.cs │ │ │ │ ├── TabViewExternalTornOutTabsDroppingEventArgs.cs │ │ │ │ ├── TabViewItem.Properties.cs │ │ │ │ ├── TabViewItem.cs │ │ │ │ ├── TabViewItem.h.mux.cs │ │ │ │ ├── TabViewItemAutomationPeer.cs │ │ │ │ ├── TabViewItemTemplateSettings.cs │ │ │ │ ├── TabViewListView.mux.cs │ │ │ │ ├── TabViewTabCloseRequestedEventArgs.cs │ │ │ │ ├── TabViewTabDragCompletedEventArgs.cs │ │ │ │ ├── TabViewTabDragStartingEventArgs.cs │ │ │ │ ├── TabViewTabDroppedOutsideEventArgs.cs │ │ │ │ ├── TabViewTabTearOutRequestedEventArgs.cs │ │ │ │ ├── TabViewTabTearOutWindowRequestedEventArgs.cs │ │ │ │ └── TabViewWidthMode.cs │ │ │ ├── TeachingTip │ │ │ │ ├── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── TeachingTip.Properties.cs │ │ │ │ ├── TeachingTip.h.mux.cs │ │ │ │ ├── TeachingTip.mux.cs │ │ │ │ ├── TeachingTipAutomationPeer.cs │ │ │ │ ├── TeachingTipCloseReason.cs │ │ │ │ ├── TeachingTipClosedEventArgs.cs │ │ │ │ ├── TeachingTipClosingEventArgs.cs │ │ │ │ ├── TeachingTipHeroContentPlacementMode.cs │ │ │ │ ├── TeachingTipPlacementMode.cs │ │ │ │ ├── TeachingTipTailVisibility.cs │ │ │ │ ├── TeachingTipTemplateSettings.cs │ │ │ │ └── TeachingTipTestHooks.cs │ │ │ ├── TestHooks │ │ │ │ └── IDateTimePickerTestHooks.cs │ │ │ ├── TextBlock │ │ │ │ ├── TextBlock.Android.cs │ │ │ │ ├── TextBlock.Apple.cs │ │ │ │ ├── TextBlock.UIKit.cs │ │ │ │ ├── TextBlock.crossruntime.cs │ │ │ │ ├── TextBlock.cs │ │ │ │ ├── TextBlock.reference.cs │ │ │ │ ├── TextBlock.skia.cs │ │ │ │ ├── TextBlock.unittests.cs │ │ │ │ ├── TextBlock.wasm.cs │ │ │ │ ├── TextBlockMeasureCache.MeasureEntry.cs │ │ │ │ ├── TextBlockMeasureCache.MeasureKey.cs │ │ │ │ ├── TextBlockMeasureCache.MeasureSizeEntry.cs │ │ │ │ ├── TextBlockMeasureCache.cs │ │ │ │ ├── TextBlockMeasureCache.wasm.cs │ │ │ │ └── TextVisual.skia.cs │ │ │ ├── TextBox │ │ │ │ ├── ContentMenuItem.cs │ │ │ │ ├── Extensions │ │ │ │ │ ├── IOverlayTextBoxView.skia.cs │ │ │ │ │ ├── IOverlayTextBoxViewExtension.skia.cs │ │ │ │ │ └── OverlayTextBoxViewExtension.skia.cs │ │ │ │ ├── ITextBoxNotificationsProviderSingleton.skia.cs │ │ │ │ ├── ITextBoxView.Apple.cs │ │ │ │ ├── InputReturnType.cs │ │ │ │ ├── InputReturnTypeExtensions.Android.cs │ │ │ │ ├── InputReturnTypeExtensions.UIKit.cs │ │ │ │ ├── InputReturnTypeExtensions.wasm.cs │ │ │ │ ├── InputScopeExtensions.wasm.cs │ │ │ │ ├── InputScopeHelper.Android.cs │ │ │ │ ├── InputScopeHelper.UIKit.cs │ │ │ │ ├── MultilineTextBoxDelegate.UIKit.cs │ │ │ │ ├── MultilineTextBoxView.UIKit.cs │ │ │ │ ├── SinglelineTextBoxDelegate.UIKit.cs │ │ │ │ ├── SinglelineTextBoxView.UIKit.cs │ │ │ │ ├── TextBox.Android.cs │ │ │ │ ├── TextBox.Attached.cs │ │ │ │ ├── TextBox.Overrides.Android.cs │ │ │ │ ├── TextBox.UIKit.cs │ │ │ │ ├── TextBox.Uno.cs │ │ │ │ ├── TextBox.cs │ │ │ │ ├── TextBox.mux.cs │ │ │ │ ├── TextBox.pointers.skia.cs │ │ │ │ ├── TextBox.reference.cs │ │ │ │ ├── TextBox.skia.cs │ │ │ │ ├── TextBox.unittests.cs │ │ │ │ ├── TextBox.wasm.cs │ │ │ │ ├── TextBoxBeforeTextChangingEventArgs.cs │ │ │ │ ├── TextBoxSelectionChangingEventArgs.cs │ │ │ │ ├── TextBoxTextChangingEventArgs.cs │ │ │ │ ├── TextBoxView.Android.cs │ │ │ │ ├── TextBoxView.skia.cs │ │ │ │ ├── TextBoxView.stub.cs │ │ │ │ ├── TextBoxView.wasm.cs │ │ │ │ ├── TextChangedEventArgs.cs │ │ │ │ ├── TextChangedEventHandler.cs │ │ │ │ ├── TextControlPasteEventArgs.cs │ │ │ │ └── TextControlPasteEventHandler.cs │ │ │ ├── TextTrimming.cs │ │ │ ├── TextWrapping.cs │ │ │ ├── TimePicker │ │ │ │ ├── NativeTimePickerFlyout.Android.cs │ │ │ │ ├── NativeTimePickerFlyout.cs │ │ │ │ ├── NativeTimePickerFlyout.iOS.cs │ │ │ │ ├── NativeTimePickerFlyoutPresenter.cs │ │ │ │ ├── TimePickedEventArgs.cs │ │ │ │ ├── TimePicker.Flyout.cs │ │ │ │ ├── TimePicker.Properties.cs │ │ │ │ ├── TimePicker.TestHooks.cs │ │ │ │ ├── TimePicker.cs │ │ │ │ ├── TimePicker.native.cs │ │ │ │ ├── TimePicker.partial.h.mux.cs │ │ │ │ ├── TimePicker.partial.mux.cs │ │ │ │ ├── TimePickerFlyout.Properties.cs │ │ │ │ ├── TimePickerFlyout.cs │ │ │ │ ├── TimePickerFlyout.partial.h.mux.cs │ │ │ │ ├── TimePickerFlyout.partial.mux.cs │ │ │ │ ├── TimePickerFlyoutPresenter.Properties.cs │ │ │ │ ├── TimePickerFlyoutPresenter.cs │ │ │ │ ├── TimePickerFlyoutPresenter.partial.h.mux.cs │ │ │ │ ├── TimePickerFlyoutPresenter.partial.mux.cs │ │ │ │ ├── TimePickerSelectedValueChangedEventArgs.cs │ │ │ │ ├── TimePickerSelector.Android.cs │ │ │ │ ├── TimePickerSelector.cs │ │ │ │ ├── TimePickerSelector.iOS.cs │ │ │ │ ├── TimePickerValueChangedEventArgs.cs │ │ │ │ └── UnoTimePickerDialog.Android.cs │ │ │ ├── TitleBar │ │ │ │ └── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur-PK │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-CN │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-TW │ │ │ │ │ └── Resources.resw │ │ │ ├── ToggleSwitch │ │ │ │ ├── ToggleSwitch.Android.cs │ │ │ │ ├── ToggleSwitch.cs │ │ │ │ ├── ToggleSwitch.mux.cs │ │ │ │ └── ToggleSwitchKeyProcess.cs │ │ │ ├── ToolTip │ │ │ │ ├── ToolTip.cs │ │ │ │ ├── ToolTip.xaml │ │ │ │ ├── ToolTipPositioning.cs │ │ │ │ ├── ToolTipService.Properties.cs │ │ │ │ ├── ToolTipService.cs │ │ │ │ └── ToolTipService.mux.cs │ │ │ ├── TreeView │ │ │ │ ├── SelectedItemsVector.cs │ │ │ │ ├── SelectedTreeNodeVector.cs │ │ │ │ ├── Strings │ │ │ │ │ ├── af-ZA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── am-ET │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ar-SA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── as-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bg-BG │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── cs-CZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── cy-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── da-DK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── de-DE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── el-GR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-GB │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── en-US │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── es-MX │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── et-EE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── eu-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fa-IR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fi-FI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fil-PH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-CA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── fr-FR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ga-IE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gd-gb │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gl-ES │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── gu-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── he-IL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hi-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hr-HR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hu-HU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── hy-AM │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── id-ID │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── is-IS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── it-IT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ja-JP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ka-GE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kk-KZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── km-KH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kn-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ko-KR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── kok-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lb-LU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lo-LA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lt-LT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── lv-LV │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mi-NZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mk-MK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ml-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mr-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ms-MY │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── mt-MT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nb-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ne-NP │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nl-NL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── nn-NO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── or-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pa │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pl-PL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── pt-PT │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── quz-PE │ │ │ │ │ │ └── Resources.resw_ignored │ │ │ │ │ ├── ro-RO │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ru-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sk-SK │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sl-SI │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sq-AL │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── sv-SE │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ta-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── te-IN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── th-TH │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tr-TR │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── tt-RU │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ug-CN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uk-UA │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── ur │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── uz-Latn-UZ │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── vi-VN │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ └── Resources.resw │ │ │ │ │ └── zh-Hant │ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── TreeNodeSelectionState.cs │ │ │ │ ├── TreeView.Events.cs │ │ │ │ ├── TreeView.Properties.cs │ │ │ │ ├── TreeView.cs │ │ │ │ ├── TreeViewCollapsedEventArgs.cs │ │ │ │ ├── TreeViewDragItemsCompletedEventArgs.cs │ │ │ │ ├── TreeViewDragItemsStartingEventArgs.cs │ │ │ │ ├── TreeViewExpandingEventArgs.cs │ │ │ │ ├── TreeViewItem.Properties.cs │ │ │ │ ├── TreeViewItem.cs │ │ │ │ ├── TreeViewItemAutomationPeer.cs │ │ │ │ ├── TreeViewItemDataAutomationPeer.cs │ │ │ │ ├── TreeViewItemInvokedEventArgs.cs │ │ │ │ ├── TreeViewItemTemplateSettings.cs │ │ │ │ ├── TreeViewItem_v1.xaml │ │ │ │ ├── TreeViewList.cs │ │ │ │ ├── TreeViewListAutomationPeer.cs │ │ │ │ ├── TreeViewNode.Events.cs │ │ │ │ ├── TreeViewNode.Properties.cs │ │ │ │ ├── TreeViewNode.cs │ │ │ │ ├── TreeViewNodeVector.cs │ │ │ │ ├── TreeViewSelectionChangedEventArgs.cs │ │ │ │ ├── TreeViewSelectionMode.cs │ │ │ │ ├── TreeViewViewModel.Events.cs │ │ │ │ ├── TreeViewViewModel.cs │ │ │ │ ├── TreeView_themeresources_v1.xaml │ │ │ │ └── TreeView_v1.xaml │ │ │ ├── TwoPaneView │ │ │ │ ├── DisplayRegionHelper.Header.cs │ │ │ │ ├── DisplayRegionHelper.cs │ │ │ │ ├── DisplayRegionHelperInfo.cs │ │ │ │ ├── DisplayRegionHelperTestApi.cs │ │ │ │ ├── TwoPaneView.Header.cs │ │ │ │ ├── TwoPaneView.Properties.cs │ │ │ │ ├── TwoPaneView.cs │ │ │ │ ├── TwoPaneViewMode.cs │ │ │ │ ├── TwoPaneViewPriority.cs │ │ │ │ ├── TwoPaneViewTallModeConfiguration.cs │ │ │ │ ├── TwoPaneViewWideModeConfiguration.cs │ │ │ │ ├── TwoPaneView_rs1.xaml │ │ │ │ └── TwoPaneView_v1.xaml │ │ │ ├── UserControl │ │ │ │ └── UserControl.cs │ │ │ ├── VariableSizedWrapGrid │ │ │ │ ├── VariableSizedWrapGrid.OccupancyMap.mux.cs │ │ │ │ ├── VariableSizedWrapGrid.Properties.cs │ │ │ │ ├── VariableSizedWrapGrid.cs │ │ │ │ ├── VariableSizedWrapGrid.partial.h.mux.cs │ │ │ │ └── VariableSizedWrapGrid.partial.mux.cs │ │ │ ├── ViewBox │ │ │ │ ├── StretchDirection.cs │ │ │ │ ├── Viewbox.Properties.cs │ │ │ │ └── Viewbox.cs │ │ │ ├── VirtualizingPanel.cs │ │ │ ├── WebView │ │ │ │ ├── Core │ │ │ │ │ ├── CoreWebView2.Android.cs │ │ │ │ │ ├── CoreWebView2.Properties.cs │ │ │ │ │ ├── CoreWebView2.cs │ │ │ │ │ ├── CoreWebView2.iOSmacOS.cs │ │ │ │ │ ├── CoreWebView2.skia.cs │ │ │ │ │ ├── CoreWebView2.unsupported.cs │ │ │ │ │ ├── CoreWebView2.wasm.cs │ │ │ │ │ ├── CoreWebView2HostResourceAccessKind.cs │ │ │ │ │ ├── CoreWebView2NavigationCompletedEventArgs.cs │ │ │ │ │ ├── CoreWebView2NavigationStartingEventArgs.cs │ │ │ │ │ ├── CoreWebView2NewWindowRequestedEventArgs.cs │ │ │ │ │ ├── CoreWebView2Settings.cs │ │ │ │ │ ├── CoreWebView2WebErrorStatus.cs │ │ │ │ │ ├── CoreWebView2WebMessageReceivedEventArgs.cs │ │ │ │ │ └── INativeWebViewProvider.cs │ │ │ │ ├── IWebView.cs │ │ │ │ ├── Native │ │ │ │ │ ├── Android │ │ │ │ │ │ ├── InternalWebChromeClient.Android.cs │ │ │ │ │ │ ├── InternalWebClient.Android.cs │ │ │ │ │ │ ├── NativeWebView.Android.cs │ │ │ │ │ │ ├── NativeWebViewWrapper.Android.cs │ │ │ │ │ │ └── UnoWebViewHandler.Android.cs │ │ │ │ │ ├── ISupportsVirtualHostMapping.cs │ │ │ │ │ ├── NativeWebView.unittests.cs │ │ │ │ │ ├── Skia │ │ │ │ │ │ └── ICleanableNativeWebView.cs │ │ │ │ │ ├── Wasm │ │ │ │ │ │ ├── HtmlWebViewElement.wasm.cs │ │ │ │ │ │ ├── NativeWebView.Interop.wasm.cs │ │ │ │ │ │ └── NativeWebView.wasm.cs │ │ │ │ │ └── iOSmacOS │ │ │ │ │ │ ├── LocalWKUIDelegate.iOSmacOS.cs │ │ │ │ │ │ ├── NativeWebView.iOSmacOS.cs │ │ │ │ │ │ ├── NativeWebView.tvOS.cs │ │ │ │ │ │ ├── UnoWKWebView.ErrorMap.iOSmacOS.cs │ │ │ │ │ │ ├── UnoWKWebView.iOSmacOS.cs │ │ │ │ │ │ └── WebViewNavigationDelegate.iOSmacOS.cs │ │ │ │ ├── README.md │ │ │ │ ├── Utils │ │ │ │ │ └── WebViewUtils.cs │ │ │ │ ├── WebView1 │ │ │ │ │ ├── WebView.Android.cs │ │ │ │ │ ├── WebView.Properties.cs │ │ │ │ │ ├── WebView.cs │ │ │ │ │ ├── WebViewExtensions.cs │ │ │ │ │ ├── WebViewNavigationCompletedEventArgs.cs │ │ │ │ │ ├── WebViewNavigationFailedEventArgs.cs │ │ │ │ │ ├── WebViewNavigationFailedEventHandler.cs │ │ │ │ │ ├── WebViewNavigationStartingEventArgs.cs │ │ │ │ │ ├── WebViewNewWindowRequestedEventArgs.cs │ │ │ │ │ └── WebViewUnsupportedUriSchemeIdentifiedEventArgs.cs │ │ │ │ └── WebView2 │ │ │ │ │ ├── CoreWebView2InitializedEventArgs.cs │ │ │ │ │ ├── WebView2.Android.cs │ │ │ │ │ ├── WebView2.Properties.cs │ │ │ │ │ └── WebView2.cs │ │ │ ├── WinUIResources │ │ │ │ ├── README.md │ │ │ │ ├── af-ZA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── am-et │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ar-SA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── as-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── az-Latn-AZ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── bg-BG │ │ │ │ │ └── Resources.resw │ │ │ │ ├── bn-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── bs-Latn-BA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ca-ES │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ca-Es-VALENCIA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── cs-CZ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── cy-GB │ │ │ │ │ └── Resources.resw │ │ │ │ ├── da-DK │ │ │ │ │ └── Resources.resw │ │ │ │ ├── de-DE │ │ │ │ │ └── Resources.resw │ │ │ │ ├── el-GR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── en-GB │ │ │ │ │ └── Resources.resw │ │ │ │ ├── en-us │ │ │ │ │ └── Resources.resw │ │ │ │ ├── es-ES │ │ │ │ │ └── Resources.resw │ │ │ │ ├── es-MX │ │ │ │ │ └── Resources.resw │ │ │ │ ├── et-EE │ │ │ │ │ └── Resources.resw │ │ │ │ ├── eu-ES │ │ │ │ │ └── Resources.resw │ │ │ │ ├── fa-IR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── fi-FI │ │ │ │ │ └── Resources.resw │ │ │ │ ├── fil-ph │ │ │ │ │ └── Resources.resw │ │ │ │ ├── fr-CA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── fr-FR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ga-IE │ │ │ │ │ └── Resources.resw │ │ │ │ ├── gd-gb │ │ │ │ │ └── Resources.resw │ │ │ │ ├── gl-ES │ │ │ │ │ └── Resources.resw │ │ │ │ ├── gu-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── he-IL │ │ │ │ │ └── Resources.resw │ │ │ │ ├── hi-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── hr-HR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── hu-HU │ │ │ │ │ └── Resources.resw │ │ │ │ ├── hy-AM │ │ │ │ │ └── Resources.resw │ │ │ │ ├── id-ID │ │ │ │ │ └── Resources.resw │ │ │ │ ├── is-IS │ │ │ │ │ └── Resources.resw │ │ │ │ ├── it-IT │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ja-JP │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ka-GE │ │ │ │ │ └── Resources.resw │ │ │ │ ├── kk-KZ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── km-kh │ │ │ │ │ └── Resources.resw │ │ │ │ ├── kn-in │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ko-KR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── kok-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── lb-LU │ │ │ │ │ └── Resources.resw │ │ │ │ ├── lo-la │ │ │ │ │ └── Resources.resw │ │ │ │ ├── lt-LT │ │ │ │ │ └── Resources.resw │ │ │ │ ├── lv-LV │ │ │ │ │ └── Resources.resw │ │ │ │ ├── mi-NZ │ │ │ │ │ └── Resources.resw │ │ │ │ ├── mk-mk │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ml-in │ │ │ │ │ └── Resources.resw │ │ │ │ ├── mr-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ms-MY │ │ │ │ │ └── Resources.resw │ │ │ │ ├── mt-MT │ │ │ │ │ └── Resources.resw │ │ │ │ ├── nb-NO │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ne-NP │ │ │ │ │ └── Resources.resw │ │ │ │ ├── nl-NL │ │ │ │ │ └── Resources.resw │ │ │ │ ├── nn-NO │ │ │ │ │ └── Resources.resw │ │ │ │ ├── or-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── pa-IN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── pl-PL │ │ │ │ │ └── Resources.resw │ │ │ │ ├── pt-BR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── pt-PT │ │ │ │ │ └── Resources.resw │ │ │ │ ├── quz-PE │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ro-RO │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ru-RU │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sk-SK │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sl-SI │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sq-AL │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sr-Cyrl-BA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sr-Cyrl-RS │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sr-Latn-RS │ │ │ │ │ └── Resources.resw │ │ │ │ ├── sv-SE │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ta-in │ │ │ │ │ └── Resources.resw │ │ │ │ ├── te-in │ │ │ │ │ └── Resources.resw │ │ │ │ ├── th-TH │ │ │ │ │ └── Resources.resw │ │ │ │ ├── tr-TR │ │ │ │ │ └── Resources.resw │ │ │ │ ├── tt-RU │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ug-CN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── uk-UA │ │ │ │ │ └── Resources.resw │ │ │ │ ├── ur-PK │ │ │ │ │ └── Resources.resw │ │ │ │ ├── uz-latn-uz │ │ │ │ │ └── Resources.resw │ │ │ │ ├── vi-VN │ │ │ │ │ └── Resources.resw │ │ │ │ ├── zh-CN │ │ │ │ │ └── Resources.resw │ │ │ │ └── zh-TW │ │ │ │ │ └── Resources.resw │ │ │ ├── WindowView.iOS.cs │ │ │ ├── WrapGrid │ │ │ │ └── WrapGrid.partial.mux.cs │ │ │ └── WrapPanel │ │ │ │ ├── NumericExtensions.cs │ │ │ │ ├── WrapPanel.Android.cs │ │ │ │ ├── WrapPanel.Layout.cs │ │ │ │ ├── WrapPanel.UIKit.cs │ │ │ │ └── WrapPanel.cs │ │ │ ├── CornerRadius.Android.cs │ │ │ ├── CornerRadius.cs │ │ │ ├── CornerRadiusConverter.cs │ │ │ ├── CornerRadiusHelper.cs │ │ │ ├── Data │ │ │ ├── BindableAttribute.cs │ │ │ ├── Binding.cs │ │ │ ├── BindingBase.cs │ │ │ ├── BindingHelper.cs │ │ │ ├── BindingMode.cs │ │ │ ├── BindingOperations.cs │ │ │ ├── CollectionView.cs │ │ │ ├── CollectionViewGroup.cs │ │ │ ├── CollectionViewSource.cs │ │ │ ├── CurrentChangingEventArgs.cs │ │ │ ├── CurrentChangingEventHandler.cs │ │ │ ├── ElementNameSubject.cs │ │ │ ├── ICollectionView.cs │ │ │ ├── ICollectionViewGroup.cs │ │ │ ├── ICustomProperty.cs │ │ │ ├── ICustomPropertyProvider.cs │ │ │ ├── ISelectionInfo.cs │ │ │ ├── ISupportIncrementalLoading.cs │ │ │ ├── IValueConverter.cs │ │ │ ├── ItemIndexRange │ │ │ │ ├── ItemIndexRange.cs │ │ │ │ ├── ItemIndexRange.mux.cs │ │ │ │ ├── ItemIndexRangeHelper.h.mux.cs │ │ │ │ └── ItemIndexRangeHelper.mux.cs │ │ │ ├── LoadMoreItemsResult.cs │ │ │ ├── PropertyPath.cs │ │ │ ├── RelativeSource.cs │ │ │ ├── RelativeSourceMode.cs │ │ │ ├── ResourceBinding.cs │ │ │ ├── ResourceUpdateReason.cs │ │ │ ├── TemplateBinding.cs │ │ │ └── UpdateSourceTrigger.cs │ │ │ ├── DataContextChangedEventArgs.cs │ │ │ ├── DataTemplate.cs │ │ │ ├── DataTemplateHelper.cs │ │ │ ├── DebugSettings.cs │ │ │ ├── DependencyObject.cs │ │ │ ├── DependencyObjectCollection.cs │ │ │ ├── DependencyObjectExtensions.cs │ │ │ ├── DependencyObjectExtensions.debugging.cs │ │ │ ├── DependencyObjectParentChangedEventArgs.cs │ │ │ ├── DependencyObjectStore.AncestorsDictionary.cs │ │ │ ├── DependencyObjectStore.Binder.cs │ │ │ ├── DependencyObjectStore.DependencyPropertyChangedEventArgsPool.cs │ │ │ ├── DependencyObjectStore.cs │ │ │ ├── DependencyPropertiesImplementation.tt │ │ │ ├── DependencyProperty.Dictionary.FrameworkPropertiesForType.cs │ │ │ ├── DependencyProperty.Dictionary.NameToProperty.cs │ │ │ ├── DependencyProperty.Dictionary.PropertiesRegistry.cs │ │ │ ├── DependencyProperty.Dictionary.TypeNullableDictionary.cs │ │ │ ├── DependencyProperty.cs │ │ │ ├── DependencyPropertyCacheEntry.cs │ │ │ ├── DependencyPropertyCallbackManager.cs │ │ │ ├── DependencyPropertyChangedCallback.cs │ │ │ ├── DependencyPropertyChangedEventArgs.cs │ │ │ ├── DependencyPropertyComparer.cs │ │ │ ├── DependencyPropertyDescriptor.cs │ │ │ ├── DependencyPropertyDetails.cs │ │ │ ├── DependencyPropertyDetailsCollection.Bindings.cs │ │ │ ├── DependencyPropertyDetailsCollection.cs │ │ │ ├── DependencyPropertyFactory.cs │ │ │ ├── DependencyPropertyValuePrecedences.cs │ │ │ ├── DispatcherConditionalDisposable.cs │ │ │ ├── DispatcherTimer.cs │ │ │ ├── Documents │ │ │ ├── BaseLineAlignment.cs │ │ │ ├── BlockCollection.cs │ │ │ ├── Bold.cs │ │ │ ├── Hyperlink.cs │ │ │ ├── Hyperlink.mux.cs │ │ │ ├── Hyperlink.wasm.cs │ │ │ ├── HyperlinkClickEventArgs.cs │ │ │ ├── IParsedText.skia.cs │ │ │ ├── Inline.cs │ │ │ ├── Inline.skia.cs │ │ │ ├── Inline.wasm.cs │ │ │ ├── InlineCollection.cs │ │ │ ├── InlineExtensions.Android.cs │ │ │ ├── InlineExtensions.UIKit.cs │ │ │ ├── InlineExtensions.cs │ │ │ ├── Italic.cs │ │ │ ├── LineBreak.cs │ │ │ ├── LineBreak.wasm.cs │ │ │ ├── Paragraph.cs │ │ │ ├── ParsedText.skia.cs │ │ │ ├── Run.cs │ │ │ ├── Run.skia.cs │ │ │ ├── Run.wasm.cs │ │ │ ├── Span.cs │ │ │ ├── Span.wasm.cs │ │ │ ├── TextElement.XamlRoot.cs │ │ │ ├── TextElement.cs │ │ │ ├── TextElement.skia.cs │ │ │ ├── TextElement.wasm.cs │ │ │ ├── TextFormatting │ │ │ │ ├── FontDetails.skia.cs │ │ │ │ ├── FontDetailsCache.skia.cs │ │ │ │ ├── GlyphInfo.skia.cs │ │ │ │ ├── IBlock.skia.cs │ │ │ │ ├── RenderLine.skia.cs │ │ │ │ ├── RenderSegmentSpan.skia.cs │ │ │ │ ├── Segment.skia.cs │ │ │ │ └── Unicode.skia.cs │ │ │ ├── Underline.cs │ │ │ ├── Underline.wasm.cs │ │ │ ├── UnderlineStyle.cs │ │ │ ├── UnicodeText.ICU.skia.cs │ │ │ └── UnicodeText.skia.cs │ │ │ ├── DragDrop │ │ │ ├── DragDropExtension.Interop.wasm.cs │ │ │ ├── DragDropExtension.wasm.cs │ │ │ ├── DragDropManager.cs │ │ │ ├── DragEventArgs.cs │ │ │ ├── DragEventHandler.cs │ │ │ ├── DragOperation.cs │ │ │ ├── DragOperationDeferral.cs │ │ │ ├── DragRoot.cs │ │ │ ├── DragStartingEventArgs.cs │ │ │ ├── DragUI.cs │ │ │ ├── DragUIOverride.cs │ │ │ ├── DragView.cs │ │ │ ├── DragView.xaml │ │ │ ├── DropCompletedEventArgs.cs │ │ │ ├── DropUITarget.cs │ │ │ └── Strings │ │ │ │ ├── en-GB │ │ │ │ └── Resources.resw │ │ │ │ ├── en-US │ │ │ │ └── Resources.resw │ │ │ │ ├── es-ES │ │ │ │ └── Resources.resw │ │ │ │ ├── es-MX │ │ │ │ └── Resources.resw │ │ │ │ ├── fr-CA │ │ │ │ └── Resources.resw │ │ │ │ └── fr-FR │ │ │ │ └── Resources.resw │ │ │ ├── Duration.cs │ │ │ ├── DurationHelper.cs │ │ │ ├── DurationType.cs │ │ │ ├── EffectiveViewportChangedEventArgs.cs │ │ │ ├── ElementSoundKind.cs │ │ │ ├── ElementSoundMode.cs │ │ │ ├── ElementSoundPlayer.cs │ │ │ ├── ElementSoundPlayerState.cs │ │ │ ├── ElementSpatialAudioMode.cs │ │ │ ├── ElementStub.Android.cs │ │ │ ├── ElementStub.Apple.cs │ │ │ ├── ElementStub.crossruntime.cs │ │ │ ├── ElementStub.cs │ │ │ ├── ElementStub.unittests.cs │ │ │ ├── ElementTheme.cs │ │ │ ├── EnterParams.cs │ │ │ ├── EnteredBackgroundEventHandler.cs │ │ │ ├── ExceptionRoutedEventArgs.cs │ │ │ ├── Extensions │ │ │ ├── FontHelper.Android.cs │ │ │ ├── FontHelper.Lookup.Android.cs │ │ │ ├── FontHelper.UIKit.cs │ │ │ ├── FontProperties.UIKit.cs │ │ │ └── ThicknessExtensions.Android.cs │ │ │ ├── FlowDirection.cs │ │ │ ├── FocusState.cs │ │ │ ├── FocusVisualKind.cs │ │ │ ├── FontFamily.cs │ │ │ ├── FontFamily.wasm.cs │ │ │ ├── FontFamilyHelper.cs │ │ │ ├── FontFamilyHelper.skia.cs │ │ │ ├── FontFamilyHelper.wasm.cs │ │ │ ├── FontFamilyLoader.Interop.wasm.cs │ │ │ ├── FontFamilyLoader.wasm.cs │ │ │ ├── FontInfo.cs │ │ │ ├── FontManifest.cs │ │ │ ├── FontManifestHelpers.cs │ │ │ ├── FrameworkElement.Android.cs │ │ │ ├── FrameworkElement.Apple.cs │ │ │ ├── FrameworkElement.Debugging.cs │ │ │ ├── FrameworkElement.EffectiveViewport.Interface.cs │ │ │ ├── FrameworkElement.EffectiveViewport.ViewportInfo.cs │ │ │ ├── FrameworkElement.EffectiveViewport.cs │ │ │ ├── FrameworkElement.Interface.reference.cs │ │ │ ├── FrameworkElement.Interface.skia.cs │ │ │ ├── FrameworkElement.Interface.unittests.cs │ │ │ ├── FrameworkElement.Interface.wasm.cs │ │ │ ├── FrameworkElement.Layout.crossruntime.cs │ │ │ ├── FrameworkElement.UIKit.cs │ │ │ ├── FrameworkElement.crossruntime.cs │ │ │ ├── FrameworkElement.cs │ │ │ ├── FrameworkElement.mux.cs │ │ │ ├── FrameworkElement.reference.cs │ │ │ ├── FrameworkElement.skia.cs │ │ │ ├── FrameworkElement.unittests.cs │ │ │ ├── FrameworkElement.wasm.cs │ │ │ ├── FrameworkElementExtensions.cs │ │ │ ├── FrameworkElementHelper.cs │ │ │ ├── FrameworkPropertyMetadata.cs │ │ │ ├── FrameworkPropertyMetadataOptions.cs │ │ │ ├── FrameworkPropertyMetadataOptionsExtensions.cs │ │ │ ├── FrameworkTemplate.cs │ │ │ ├── FrameworkTemplate.debugging.cs │ │ │ ├── FrameworkTemplatePool.InstanceTracker.cs │ │ │ ├── FrameworkTemplatePool.cs │ │ │ ├── FrameworkTemplatePoolDefaultPlatformProvider.cs │ │ │ ├── FullCornerRadius.cs │ │ │ ├── GeneratedDependencyPropertyAttribute.cs │ │ │ ├── GridLength.Converter.cs │ │ │ ├── GridLength.cs │ │ │ ├── GridLengthHelper.cs │ │ │ ├── GridUnitType.cs │ │ │ ├── HitTestability.cs │ │ │ ├── HorizontalAlignment.cs │ │ │ ├── Hosting │ │ │ ├── DesktopWindowXamlSource.cs │ │ │ ├── DesktopWindowXamlSourceGotFocusEventArgs.cs │ │ │ ├── DesktopWindowXamlSourceTakeFocusRequestedEventArgs.cs │ │ │ ├── ElementCompositionPreview.cs │ │ │ ├── FocusController.h.mux.cs │ │ │ ├── FocusController.mux.cs │ │ │ ├── NavigateFocusResult.mux.cs │ │ │ ├── NavigationFocusEventArgs.h.mux.cs │ │ │ ├── XamlSourceFocusNavigationReason.cs │ │ │ ├── XamlSourceFocusNavigationRequest.cs │ │ │ └── XamlSourceFocusNavigationResult.cs │ │ │ ├── HtmlCustomEventArgs.cs │ │ │ ├── HtmlElementHelper.wasm.cs │ │ │ ├── HtmlEventDispatchResult.wasm.cs │ │ │ ├── HtmlEventDispatchResultHelper.wasm.cs │ │ │ ├── IAdditionalChildrenProvider.cs │ │ │ ├── ICustomClippingElement.cs │ │ │ ├── IDependencyObjectInternal.cs │ │ │ ├── IDependencyObjectParse.cs │ │ │ ├── IDependencyObjectProvider.cs │ │ │ ├── IFrameworkElement.Partials.tt │ │ │ ├── IFrameworkElement.cs │ │ │ ├── IFrameworkElementImplementation.Android.tt │ │ │ ├── IFrameworkElementImplementation.UIKit.tt │ │ │ ├── IFrameworkElementInternal.cs │ │ │ ├── IFrameworkTemplateInternal.cs │ │ │ ├── IFrameworkTemplatePoolAware.cs │ │ │ ├── IFrameworkTemplatePoolPlatformProvider.cs │ │ │ ├── ILayoutConstraints.cs │ │ │ ├── ILayoutOptOut.cs │ │ │ ├── ILayouterElement.Android.cs │ │ │ ├── ILayouterElement.Apple.cs │ │ │ ├── ILayouterElement.cs │ │ │ ├── IShareableDependencyObject.cs │ │ │ ├── ISkiaApplicationHost.cs │ │ │ ├── IThemeChangeAware.cs │ │ │ ├── IXUidProvider.cs │ │ │ ├── IXamlLazyResourceInitializer.cs │ │ │ ├── IXamlResourceDictionaryProvider.cs │ │ │ ├── IXamlServiceProvider.cs │ │ │ ├── Input │ │ │ ├── AccessKeyDisplayDismissedEventArgs.cs │ │ │ ├── AccessKeyDisplayRequestedEventArgs.cs │ │ │ ├── AccessKeyInvokedEventArgs.cs │ │ │ ├── CanExecuteRequestedEventArgs.cs │ │ │ ├── CharacterReceivedRoutedEventArgs.cs │ │ │ ├── DoubleTappedEventHandler.cs │ │ │ ├── DoubleTappedRoutedEventArgs.cs │ │ │ ├── ExecuteRequestedEventArgs.cs │ │ │ ├── FindNextElementOptions.cs │ │ │ ├── FocusInputDeviceKind.cs │ │ │ ├── FocusManager.Android.cs │ │ │ ├── FocusManager.UIKit.cs │ │ │ ├── FocusManager.cs │ │ │ ├── FocusManager.mux.cs │ │ │ ├── FocusManager.mux.static.cs │ │ │ ├── FocusManager.reference.cs │ │ │ ├── FocusManager.skia.cs │ │ │ ├── FocusManager.unittests.cs │ │ │ ├── FocusManager.wasm.cs │ │ │ ├── FocusManagerGotFocusEventArgs.cs │ │ │ ├── FocusManagerLostFocusEventArgs.cs │ │ │ ├── FocusMovementResult.cs │ │ │ ├── FocusNavigationDirection.cs │ │ │ ├── GestureModes.cs │ │ │ ├── GettingFocusEventArgs.cs │ │ │ ├── HoldingRoutedEventArgs.cs │ │ │ ├── InertiaExpansionBehavior.cs │ │ │ ├── InertiaRotationBehavior.cs │ │ │ ├── InertiaTranslationBehavior.cs │ │ │ ├── InputScope.cs │ │ │ ├── InputScopeName.cs │ │ │ ├── InputScopeNameValue.cs │ │ │ ├── Internal │ │ │ │ ├── AKCommon.h.mux.cs │ │ │ │ ├── ChangingFocusEventArgsFactory.cs │ │ │ │ ├── ChangingFocusEventRaiseResult.cs │ │ │ │ ├── ConversionFunctions.cs │ │ │ │ ├── CoreWindowFocusObserver.cs │ │ │ │ ├── FindFocusOptions.cs │ │ │ │ ├── FocusAsyncOperation.cs │ │ │ │ ├── FocusMovement.cs │ │ │ │ ├── FocusObserver.cs │ │ │ │ ├── FocusProperties.cs │ │ │ │ ├── FocusProperties.uno.cs │ │ │ │ ├── FocusRectManager.cs │ │ │ │ ├── FocusSelection.cs │ │ │ │ ├── FocusableHelper.cs │ │ │ │ ├── FocusedElementRemovedEventArgs.cs │ │ │ │ ├── IChangingFocusEventArgs.cs │ │ │ │ ├── IFocusManager.cs │ │ │ │ ├── IFocusable.cs │ │ │ │ ├── IHandleableRoutedEventArgs.cs │ │ │ │ ├── IHtmlHandleableRoutedEventArgs.wasm.cs │ │ │ │ ├── InputActivationBehavior.cs │ │ │ │ ├── InputDeviceType.cs │ │ │ │ ├── KeyPress.cs │ │ │ │ ├── KeyboardAutomationInvoker.h.mux.cs │ │ │ │ ├── TabStopCandidateSearchResult.cs │ │ │ │ ├── TabStopProcessingResult.cs │ │ │ │ ├── UnoFocusInputHandler.cs │ │ │ │ ├── UnsafeFocusLockOverrideGuard.cs │ │ │ │ ├── XYFocus.AlgorithmHelper.cs │ │ │ │ ├── XYFocus.Bubbling.cs │ │ │ │ ├── XYFocus.Focusability.cs │ │ │ │ ├── XYFocus.ProximityStrategy.cs │ │ │ │ ├── XYFocus.TreeWalker.cs │ │ │ │ ├── XYFocus.cs │ │ │ │ ├── XYFocusAlgorithms.cs │ │ │ │ └── XYFocusOptions.cs │ │ │ ├── KeyEventHandler.cs │ │ │ ├── KeyRoutedEventArgs.cs │ │ │ ├── KeyRoutedEventArgs.wasm.cs │ │ │ ├── KeyTipPlacementMode.cs │ │ │ ├── KeyboardAccelerator │ │ │ │ ├── KeyboardAccelerator.Properties.cs │ │ │ │ ├── KeyboardAccelerator.cs │ │ │ │ ├── KeyboardAccelerator.mux.cs │ │ │ │ ├── KeyboardAccelerator.partial.mux.cs │ │ │ │ ├── KeyboardAcceleratorCollection.h.mux.cs │ │ │ │ ├── KeyboardAcceleratorInvokedEventArgs.cs │ │ │ │ ├── KeyboardAcceleratorPlacementMode.cs │ │ │ │ └── KeyboardAcceleratorUtility.mux.cs │ │ │ ├── KeyboardNavigationMode.cs │ │ │ ├── LosingFocusEventArgs.cs │ │ │ ├── ManipulationCompletedEventHandler.cs │ │ │ ├── ManipulationCompletedRoutedEventArgs.cs │ │ │ ├── ManipulationDeltaEventHandler.cs │ │ │ ├── ManipulationDeltaRoutedEventArgs.cs │ │ │ ├── ManipulationInertiaStartingEventHandler.cs │ │ │ ├── ManipulationInertiaStartingRoutedEventArgs.cs │ │ │ ├── ManipulationModes.cs │ │ │ ├── ManipulationStartedEventHandler.cs │ │ │ ├── ManipulationStartedRoutedEventArgs.cs │ │ │ ├── ManipulationStartingEventHandler.cs │ │ │ ├── ManipulationStartingRoutedEventArgs.cs │ │ │ ├── NoFocusCandidateFoundEventArgs.cs │ │ │ ├── Pointer.cs │ │ │ ├── PointerEventHandled.cs │ │ │ ├── PointerRoutedEventArgs.Android.cs │ │ │ ├── PointerRoutedEventArgs.Managed.cs │ │ │ ├── PointerRoutedEventArgs.MuxInternal.cs │ │ │ ├── PointerRoutedEventArgs.UIKit.cs │ │ │ ├── PointerRoutedEventArgs.cs │ │ │ ├── PointerRoutedEventArgs.reference.cs │ │ │ ├── PointerRoutedEventArgs.unittests.cs │ │ │ ├── PointerRoutedEventArgs.wasm.cs │ │ │ ├── ProcessKeyboardAcceleratorEventArgs.cs │ │ │ ├── RemapVirtualKey.mux.cs │ │ │ ├── RightTappedEventHandler.cs │ │ │ ├── RightTappedRoutedEventArgs.cs │ │ │ ├── StandardUICommand.Constants.cs │ │ │ ├── StandardUICommand.cs │ │ │ ├── StandardUICommand.mux.cs │ │ │ ├── StandardUICommand.mux.h.cs │ │ │ ├── StandardUICommandKind.cs │ │ │ ├── TappedEventHandler.cs │ │ │ ├── TappedRoutedEventArgs.cs │ │ │ ├── XYFocusKeyboardNavigationMode.cs │ │ │ ├── XYFocusNavigationStrategy.cs │ │ │ ├── XYFocusNavigationStrategyOverride.cs │ │ │ └── XamlUICommand.cs │ │ │ ├── Internal │ │ │ ├── AccessKeyExport.cs │ │ │ ├── ContentManager │ │ │ │ ├── ContentManager.Android.cs │ │ │ │ ├── ContentManager.UIKit.cs │ │ │ │ ├── ContentManager.cs │ │ │ │ ├── ContentManager.skia.cs │ │ │ │ ├── ContentManager.unittests.cs │ │ │ │ └── ContentManager.wasm.cs │ │ │ ├── ContentRoot.cs │ │ │ ├── ContentRoot.h.mux.cs │ │ │ ├── ContentRoot.uno.cs │ │ │ ├── ContentRootCoordinator.cs │ │ │ ├── ContentRootEventListener.cs │ │ │ ├── ContentRootType.cs │ │ │ ├── CoreServices.cs │ │ │ ├── CustomEventManager.cs │ │ │ ├── DependencyPropertyHelper.cs │ │ │ ├── DirectManipulation.cs │ │ │ ├── DirectManipulationCollection.cs │ │ │ ├── ElementSoundPlayerService.cs │ │ │ ├── EventManager.cs │ │ │ ├── EventManager.uno.cs │ │ │ ├── FocusAdapter.cs │ │ │ ├── FocusManagerCoreWindowAdapter.cs │ │ │ ├── FocusManagerXamlIslandAdapter.cs │ │ │ ├── FullWindowMediaRoot.cs │ │ │ ├── IDirectManipulationHandler.cs │ │ │ ├── IRootElement.cs │ │ │ ├── Inlined.cs │ │ │ ├── InputManager.DragDrop.cs │ │ │ ├── InputManager.Keyboard.skia.cs │ │ │ ├── InputManager.Pointers.Managed.cs │ │ │ ├── InputManager.Pointers.ManagedDirectManip.cs │ │ │ ├── InputManager.Pointers.cs │ │ │ ├── InputManager.cs │ │ │ ├── IntializationType.cs │ │ │ ├── Islands │ │ │ │ ├── XamlIslandRoot.Core.cs │ │ │ │ ├── XamlIslandRoot.cs │ │ │ │ ├── XamlIslandRoot.uno.cs │ │ │ │ └── XamlIslandRootCollection.cs │ │ │ ├── PointerCapture.Android.cs │ │ │ ├── PointerCapture.Managed.cs │ │ │ ├── PointerCapture.UIKit.cs │ │ │ ├── PointerCapture.cs │ │ │ ├── PointerCaptureKind.cs │ │ │ ├── PointerCaptureOptions.cs │ │ │ ├── PointerCaptureResult.cs │ │ │ ├── PointerCaptureTarget.cs │ │ │ ├── Rendering │ │ │ │ ├── DirtyFlags.cs │ │ │ │ └── IContentRenderer.cs │ │ │ ├── RootVisual.cs │ │ │ ├── Scaling │ │ │ │ ├── CoreWindowRootScale.mux.cs │ │ │ │ ├── RootScale.h.mux.cs │ │ │ │ ├── RootScale.mux.cs │ │ │ │ └── XamlIslandRootScale.mux.cs │ │ │ ├── TextCore.cs │ │ │ ├── UnoRootElementLogic.cs │ │ │ ├── VisualTree.cs │ │ │ └── VisualTree.uno.cs │ │ │ ├── IsEnabledChangedEventArgs.cs │ │ │ ├── LaunchActivatedEventArgs.cs │ │ │ ├── LayoutStorage.cs │ │ │ ├── LeaveParams.cs │ │ │ ├── LeavingBackgroundEventHandler.cs │ │ │ ├── LineStackingStrategy.cs │ │ │ ├── Maps │ │ │ ├── IUnoMapControl.cs │ │ │ ├── MapAnimationKind.cs │ │ │ ├── MapControl.cs │ │ │ ├── MapInputEventArgs.cs │ │ │ ├── MapScene.cs │ │ │ ├── MapStyle.cs │ │ │ └── MapVisibleRegionKind.cs │ │ │ ├── Markup │ │ │ ├── ApplyExtensions.cs │ │ │ ├── ComponentHolder.cs │ │ │ ├── ContentPropertyAttribute.cs │ │ │ ├── IDataTemplateComponent.cs │ │ │ ├── IMarkupExtensionOverrides.cs │ │ │ ├── INameScope.cs │ │ │ ├── IProvideValueTarget.cs │ │ │ ├── IRootObjectProvider.cs │ │ │ ├── IUriContext.cs │ │ │ ├── IXamlMember.cs │ │ │ ├── IXamlMetadataProvider.cs │ │ │ ├── IXamlType.cs │ │ │ ├── IXamlType2.cs │ │ │ ├── IXamlTypeResolver.cs │ │ │ ├── MarkupExtensionReturnTypeAttribute.cs │ │ │ ├── MarkupExtensions.cs │ │ │ ├── ProvideValueTargetProperty.cs │ │ │ ├── Reader │ │ │ │ ├── XamlConstants.cs │ │ │ │ ├── XamlFileDefinition.cs │ │ │ │ ├── XamlMemberDefinition.cs │ │ │ │ ├── XamlObjectBuilder.cs │ │ │ │ ├── XamlObjectDefinition.cs │ │ │ │ ├── XamlStringParser.cs │ │ │ │ └── XamlTypeResolver.cs │ │ │ ├── XamlBindingHelper.cs │ │ │ ├── XamlReader.cs │ │ │ ├── XamlServiceProviderContext.cs │ │ │ └── XamlServiceProviderExtensions.cs │ │ │ ├── Media │ │ │ ├── AcrylicBrush │ │ │ │ ├── AcrylicBackgroundSource.cs │ │ │ │ ├── AcrylicBrush.Apple.cs │ │ │ │ ├── AcrylicBrush.cs │ │ │ │ ├── AcrylicBrush.reference.cs │ │ │ │ ├── AcrylicBrush.skia.cs │ │ │ │ ├── AcrylicBrush.wasm.cs │ │ │ │ └── Android │ │ │ │ │ ├── AcrylicBrush.Android.cs │ │ │ │ │ ├── AcrylicBrush.Rendering.Android.cs │ │ │ │ │ ├── AcrylicBrush.Rendering.Blur.Android.cs │ │ │ │ │ ├── AndroidStockBlur.Android.cs │ │ │ │ │ ├── IBlurImpl.Android.cs │ │ │ │ │ ├── JniExtensions.Android.cs │ │ │ │ │ ├── JniWeakReference.Android.cs │ │ │ │ │ └── RealtimeBlurView.Android.cs │ │ │ ├── AlignmentX.cs │ │ │ ├── AlignmentY.cs │ │ │ ├── Animation │ │ │ │ ├── AddDeleteThemeTransition.cs │ │ │ │ ├── Animators │ │ │ │ │ ├── AnimatorFactory.Android.cs │ │ │ │ │ ├── AnimatorFactory.Apple.cs │ │ │ │ │ ├── AnimatorFactory.cs │ │ │ │ │ ├── AnimatorFactory.reference.cs │ │ │ │ │ ├── AnimatorFactory.skia.cs │ │ │ │ │ ├── AnimatorFactory.unittests.cs │ │ │ │ │ ├── AnimatorFactory.wasm.cs │ │ │ │ │ ├── CPUBoundAnimator.cs │ │ │ │ │ ├── ColorOffsetEasingExtensions.cs │ │ │ │ │ ├── ColorValueAnimator.Apple.cs │ │ │ │ │ ├── DiscreteFloatValueAnimator.cs │ │ │ │ │ ├── DispatcherAnimator.cs │ │ │ │ │ ├── DispatcherAnimator.skia.cs │ │ │ │ │ ├── DispatcherColorAnimator.cs │ │ │ │ │ ├── DispatcherDoubleAnimator.cs │ │ │ │ │ ├── DisplayLinkValueAnimator.Apple.cs │ │ │ │ │ ├── FloatValueAnimator.Apple.cs │ │ │ │ │ ├── GPUFloatValueAnimator.Apple.cs │ │ │ │ │ ├── IValueAnimator.cs │ │ │ │ │ ├── ImmediateAnimator.cs │ │ │ │ │ ├── NativeValueAnimatorAdapter.Android.cs │ │ │ │ │ ├── NotSupportedAnimator.cs │ │ │ │ │ ├── RenderingLoopAnimator.Interop.wasm.cs │ │ │ │ │ ├── RenderingLoopAnimator.wasm.cs │ │ │ │ │ ├── RenderingLoopAnimatorMetadataIdProvider.cs │ │ │ │ │ ├── RenderingLoopColorAnimator.wasm.cs │ │ │ │ │ └── RenderingLoopFloatAnimator.wasm.cs │ │ │ │ ├── BackEase.cs │ │ │ │ ├── BounceEase.cs │ │ │ │ ├── CircleEase.cs │ │ │ │ ├── ClockState.cs │ │ │ │ ├── ColorAnimation.cs │ │ │ │ ├── ColorAnimationUsingKeyFrames.Android.cs │ │ │ │ ├── ColorAnimationUsingKeyFrames.Apple.cs │ │ │ │ ├── ColorAnimationUsingKeyFrames.cs │ │ │ │ ├── ColorAnimationUsingKeyFrames.reference.cs │ │ │ │ ├── ColorAnimationUsingKeyFrames.skia.cs │ │ │ │ ├── ColorAnimationUsingKeyFrames.wasm.cs │ │ │ │ ├── ColorKeyFrame.cs │ │ │ │ ├── ColorKeyFrameCollection.cs │ │ │ │ ├── CommonNavigationTransitionInfo.cs │ │ │ │ ├── ContentThemeTransition.cs │ │ │ │ ├── CubicEase.cs │ │ │ │ ├── DiscreteColorKeyFrame.cs │ │ │ │ ├── DiscreteDoubleKeyFrame.cs │ │ │ │ ├── DiscreteObjectKeyFrame.cs │ │ │ │ ├── DoubleAnimation.cs │ │ │ │ ├── DoubleAnimation.skia.cs │ │ │ │ ├── DoubleAnimationUsingKeyFrames.Android.cs │ │ │ │ ├── DoubleAnimationUsingKeyFrames.Apple.cs │ │ │ │ ├── DoubleAnimationUsingKeyFrames.cs │ │ │ │ ├── DoubleAnimationUsingKeyFrames.reference.cs │ │ │ │ ├── DoubleAnimationUsingKeyFrames.skia.cs │ │ │ │ ├── DoubleAnimationUsingKeyFrames.wasm.cs │ │ │ │ ├── DoubleKeyFrame.cs │ │ │ │ ├── DoubleKeyFrameCollection.cs │ │ │ │ ├── DrillInNavigationTransitionInfo.cs │ │ │ │ ├── EasingColorKeyFrame.cs │ │ │ │ ├── EasingDoubleKeyFrame.cs │ │ │ │ ├── EasingFunctionBase.Android.cs │ │ │ │ ├── EasingFunctionBase.cs │ │ │ │ ├── EasingMode.cs │ │ │ │ ├── ElasticEase.cs │ │ │ │ ├── EntranceNavigationTransitionInfo.cs │ │ │ │ ├── EntranceThemeTransition.cs │ │ │ │ ├── ExponentialEase.Android.cs │ │ │ │ ├── ExponentialEase.cs │ │ │ │ ├── FadeInThemeAnimation.cs │ │ │ │ ├── FadeOutThemeAnimation.cs │ │ │ │ ├── FillBehavior.cs │ │ │ │ ├── IAnimation.cs │ │ │ │ ├── IEasingFunction.cs │ │ │ │ ├── IKeyFrame.cs │ │ │ │ ├── IKeyFramesProvider.cs │ │ │ │ ├── ITimeline.cs │ │ │ │ ├── ITimelineListener.cs │ │ │ │ ├── KeyFrameComparer.cs │ │ │ │ ├── KeyFrameScheduler.cs │ │ │ │ ├── KeySpline.cs │ │ │ │ ├── KeyTime.cs │ │ │ │ ├── LinearColorKeyFrame.cs │ │ │ │ ├── LinearDoubleKeyFrame.cs │ │ │ │ ├── LinearEase.cs │ │ │ │ ├── NavigationThemeTransition.cs │ │ │ │ ├── NavigationTransitionInfo.cs │ │ │ │ ├── ObjectAnimationUsingKeyFrames.cs │ │ │ │ ├── ObjectKeyFrame.cs │ │ │ │ ├── ObjectKeyFrameCollection.cs │ │ │ │ ├── PanelTransitionHelper.cs │ │ │ │ ├── PowerEase.cs │ │ │ │ ├── QuadraticEase.cs │ │ │ │ ├── QuarticEase.cs │ │ │ │ ├── QuinticEase.cs │ │ │ │ ├── ReorderThemeTransition.cs │ │ │ │ ├── RepeatBehavior.cs │ │ │ │ ├── RepeatBehaviorType.cs │ │ │ │ ├── RepositionThemeAnimation.cs │ │ │ │ ├── RepositionThemeTransition.cs │ │ │ │ ├── SineEase.cs │ │ │ │ ├── SlideNavigationTransitionInfo.cs │ │ │ │ ├── SplineColorKeyFrame.cs │ │ │ │ ├── SplineDoubleKeyFrame.cs │ │ │ │ ├── SplineEasingFunction.cs │ │ │ │ ├── Storyboard.cs │ │ │ │ ├── SuppressNavigationTransitionInfo.cs │ │ │ │ ├── Timeline.animation.Android.cs │ │ │ │ ├── Timeline.animation.Apple.cs │ │ │ │ ├── Timeline.animation.cs │ │ │ │ ├── Timeline.animation.reference.cs │ │ │ │ ├── Timeline.animation.skia.cs │ │ │ │ ├── Timeline.animation.unittests.cs │ │ │ │ ├── Timeline.animation.wasm.cs │ │ │ │ ├── Timeline.cs │ │ │ │ ├── TimelineCollection.cs │ │ │ │ ├── Transition.cs │ │ │ │ └── TransitionCollection.cs │ │ │ ├── ArcSegment.cs │ │ │ ├── ArcSegment.wasm.cs │ │ │ ├── BezierSegment.cs │ │ │ ├── BezierSegment.wasm.cs │ │ │ ├── Brush.Android.cs │ │ │ ├── Brush.cs │ │ │ ├── Brush.debugging.cs │ │ │ ├── Brush.skia.cs │ │ │ ├── BrushConverter.cs │ │ │ ├── BrushMappingMode.cs │ │ │ ├── CompositeTransform.cs │ │ │ ├── CompositionTarget.Android.cs │ │ │ ├── CompositionTarget.RenderScheduling.skia.cs │ │ │ ├── CompositionTarget.Rendering.skia.cs │ │ │ ├── CompositionTarget.UIKit.cs │ │ │ ├── CompositionTarget.cs │ │ │ ├── CompositionTarget.reference.cs │ │ │ ├── CompositionTarget.wasm.cs │ │ │ ├── DefaultBrushes.cs │ │ │ ├── DesktopAcrylicBackdrop.cs │ │ │ ├── DoubleCollection.cs │ │ │ ├── EllipseGeometry.Properties.wasm.cs │ │ │ ├── EllipseGeometry.skia.cs │ │ │ ├── EllipseGeometry.wasm.cs │ │ │ ├── FillRule.cs │ │ │ ├── FillRuleExtensions.Apple.cs │ │ │ ├── FillRuleExtensions.skia.cs │ │ │ ├── GeneralTransform.cs │ │ │ ├── Geometry.cs │ │ │ ├── Geometry.skia.cs │ │ │ ├── Geometry.wasm.cs │ │ │ ├── GeometryCollection.cs │ │ │ ├── GeometryData.wasm.cs │ │ │ ├── GeometryGroup.cs │ │ │ ├── GeometryGroup.skia.cs │ │ │ ├── GeometryGroup.wasm.cs │ │ │ ├── GeometryHelper.cs │ │ │ ├── GradientBrush.Android.cs │ │ │ ├── GradientBrush.Apple.cs │ │ │ ├── GradientBrush.cs │ │ │ ├── GradientBrush.wasm.cs │ │ │ ├── GradientSpreadMethod.cs │ │ │ ├── GradientStop.cs │ │ │ ├── GradientStopCollection.cs │ │ │ ├── IImageSourceProvider.cs │ │ │ ├── ImageBrush.Android.cs │ │ │ ├── ImageBrush.Apple.cs │ │ │ ├── ImageBrush.crossruntime.cs │ │ │ ├── ImageBrush.cs │ │ │ ├── ImageBrush.skia.cs │ │ │ ├── ImageBrush.wasm.cs │ │ │ ├── ImageData.cs │ │ │ ├── ImageDataKind.cs │ │ │ ├── ImageSource.Android.cs │ │ │ ├── ImageSource.Apple.cs │ │ │ ├── ImageSource.UIKit.cs │ │ │ ├── ImageSource.Xamarin.cs │ │ │ ├── ImageSource.crossruntime.cs │ │ │ ├── ImageSource.cs │ │ │ ├── ImageSource.unittests.cs │ │ │ ├── ImageSource.wasm.cs │ │ │ ├── ImageSourceConverter.Android.cs │ │ │ ├── ImageSourceConverter.UIKit.cs │ │ │ ├── ImageSourceConverter.cs │ │ │ ├── Imaging │ │ │ │ ├── BitmapCreateOptions.cs │ │ │ │ ├── BitmapImage.cs │ │ │ │ ├── BitmapImage.skia.cs │ │ │ │ ├── BitmapImage.wasm.cs │ │ │ │ ├── BitmapSource.Android.cs │ │ │ │ ├── BitmapSource.Apple.cs │ │ │ │ ├── BitmapSource.cs │ │ │ │ ├── BitmapSource.skia.cs │ │ │ │ ├── DecodePixelType.cs │ │ │ │ ├── DownloadProgressEventArgs.cs │ │ │ │ ├── DownloadProgressEventHandler.cs │ │ │ │ ├── ImageSourceHelpers.cs │ │ │ │ ├── RenderTargetBitmap.Android.cs │ │ │ │ ├── RenderTargetBitmap.UIKit.cs │ │ │ │ ├── RenderTargetBitmap.UnmanagedArrayOfBytes.cs │ │ │ │ ├── RenderTargetBitmap.cs │ │ │ │ ├── RenderTargetBitmap.skia.cs │ │ │ │ ├── Svg │ │ │ │ │ └── ISvgProvider.cs │ │ │ │ ├── SvgImageSource.Android.cs │ │ │ │ ├── SvgImageSource.Apple.cs │ │ │ │ ├── SvgImageSource.Properties.cs │ │ │ │ ├── SvgImageSource.cs │ │ │ │ ├── SvgImageSource.provider.cs │ │ │ │ ├── SvgImageSource.skia.cs │ │ │ │ ├── SvgImageSource.wasm.cs │ │ │ │ ├── SvgImageSourceFailedEventArgs.cs │ │ │ │ ├── SvgImageSourceLoadStatus.cs │ │ │ │ ├── SvgImageSourceOpenedEventArgs.cs │ │ │ │ ├── WriteableBitmap.Android.cs │ │ │ │ ├── WriteableBitmap.Apple.cs │ │ │ │ ├── WriteableBitmap.cs │ │ │ │ ├── WriteableBitmap.skia.cs │ │ │ │ └── WriteableBitmap.wasm.cs │ │ │ ├── LineGeometry.Properties.wasm.cs │ │ │ ├── LineGeometry.skia.cs │ │ │ ├── LineGeometry.wasm.cs │ │ │ ├── LineSegment.cs │ │ │ ├── LineSegment.wasm.cs │ │ │ ├── LinearGradientBrush.Android.cs │ │ │ ├── LinearGradientBrush.Apple.cs │ │ │ ├── LinearGradientBrush.cs │ │ │ ├── LinearGradientBrush.faux.cs │ │ │ ├── LinearGradientBrush.skia.cs │ │ │ ├── LinearGradientBrush.wasm.cs │ │ │ ├── LoadedImageSourceLoadCompletedEventArgs.cs │ │ │ ├── LoadedImageSurface.cs │ │ │ ├── LoadedImageSurface.skia.cs │ │ │ ├── Matrix.cs │ │ │ ├── MatrixTransform.cs │ │ │ ├── Media3D │ │ │ │ └── Matrix3D.cs │ │ │ ├── MicaBackdrop.cs │ │ │ ├── PathFigure.cs │ │ │ ├── PathFigureCollection.cs │ │ │ ├── PathGeometry.cs │ │ │ ├── PathGeometry.skia.cs │ │ │ ├── PathGeometry.wasm.cs │ │ │ ├── PathSegment.cs │ │ │ ├── PathSegment.wasm.cs │ │ │ ├── PathSegmentCollection.cs │ │ │ ├── PointCollection.cs │ │ │ ├── PointCollection.wasm.cs │ │ │ ├── PolyBezierSegment.cs │ │ │ ├── PolyBezierSegment.wasm.cs │ │ │ ├── PolyLineSegment.cs │ │ │ ├── PolyLineSegment.wasm.cs │ │ │ ├── PolyQuadraticBezierSegment.cs │ │ │ ├── PolyQuadraticBezierSegment.wasm.cs │ │ │ ├── QuadracticBezierSegment.wasm.cs │ │ │ ├── QuadraticBezierSegment.cs │ │ │ ├── RadialGradientBrush.Android.cs │ │ │ ├── RadialGradientBrush.Apple.cs │ │ │ ├── RadialGradientBrush.cs │ │ │ ├── RadialGradientBrush.skia.cs │ │ │ ├── RadialGradientBrush.wasm.cs │ │ │ ├── RectangleGeometry.cs │ │ │ ├── RectangleGeometry.skia.cs │ │ │ ├── RectangleGeometry.wasm.cs │ │ │ ├── RenderingEventArgs.cs │ │ │ ├── RevealBackgroundBrush.cs │ │ │ ├── RevealBorderBrush.cs │ │ │ ├── RevealBrush.Android.cs │ │ │ ├── RevealBrush.cs │ │ │ ├── RotateTransform.cs │ │ │ ├── ScaleTransform.cs │ │ │ ├── Shadow.cs │ │ │ ├── SkewTransform.cs │ │ │ ├── SolidColorBrush.Android.cs │ │ │ ├── SolidColorBrush.cs │ │ │ ├── SolidColorBrush.skia.cs │ │ │ ├── Stretch.cs │ │ │ ├── SweepDirection.cs │ │ │ ├── SystemBackdrop.cs │ │ │ ├── ThemeShadow.cs │ │ │ ├── Transform.Android.cs │ │ │ ├── Transform.Apple.cs │ │ │ ├── Transform.cs │ │ │ ├── TransformCollection.cs │ │ │ ├── TransformGroup.cs │ │ │ ├── TranslateTransform.cs │ │ │ ├── VisualTreeHelper.Android.cs │ │ │ ├── VisualTreeHelper.Apple.cs │ │ │ ├── VisualTreeHelper.crossruntime.cs │ │ │ ├── VisualTreeHelper.cs │ │ │ ├── VisualTreeHelper.unittests.cs │ │ │ ├── XamlCompositionBrushBase.Android.cs │ │ │ ├── XamlCompositionBrushBase.cs │ │ │ └── XamlCompositionBrushBase.skia.cs │ │ │ ├── MediaFailedRoutedEventArgs.cs │ │ │ ├── ModifiedValue.cs │ │ │ ├── NameScope.cs │ │ │ ├── NativeApplication.cs │ │ │ ├── Navigation │ │ │ ├── FrameNavigationOptions.cs │ │ │ ├── NavigatedEventHandler.cs │ │ │ ├── NavigatingCancelEventArgs.cs │ │ │ ├── NavigatingCancelEventHandler.cs │ │ │ ├── NavigationCache.h.mux.cs │ │ │ ├── NavigationCache.mux.cs │ │ │ ├── NavigationCacheMode.cs │ │ │ ├── NavigationEventArgs.cs │ │ │ ├── NavigationFailedEventArgs.cs │ │ │ ├── NavigationFailedEventHandler.cs │ │ │ ├── NavigationHelpers.cs │ │ │ ├── NavigationHistory.h.mux.cs │ │ │ ├── NavigationHistory.mux.cs │ │ │ ├── NavigationMode.cs │ │ │ ├── NavigationStoppedEventHandler.cs │ │ │ ├── PageStackEntry.Properties.cs │ │ │ ├── PageStackEntry.Uno.cs │ │ │ ├── PageStackEntry.cs │ │ │ └── PageStackEntryTrackerCollection.cs │ │ │ ├── NonUniformCornerRadius.Android.cs │ │ │ ├── NonUniformCornerRadius.cs │ │ │ ├── NonUniformCornerRadius.skia.cs │ │ │ ├── PagePool.cs │ │ │ ├── ParentVisualTreeListener.cs │ │ │ ├── PropertyChangedParams.cs │ │ │ ├── PropertyMetadata.cs │ │ │ ├── RectHelper.cs │ │ │ ├── ResourceBindingCollection.cs │ │ │ ├── ResourceDictionary.cs │ │ │ ├── ResourceDictionary.debugging.cs │ │ │ ├── ResourceResolver.cs │ │ │ ├── ResourceResolverSingleton.cs │ │ │ ├── Resources │ │ │ └── CustomXamlResourceLoader.cs │ │ │ ├── RoutedEvent.cs │ │ │ ├── RoutedEventArgs.cs │ │ │ ├── RoutedEventFlag.cs │ │ │ ├── RoutedEventHandler.cs │ │ │ ├── Setter.Generic.cs │ │ │ ├── Setter.cs │ │ │ ├── SetterBase.cs │ │ │ ├── SetterBaseCollection.cs │ │ │ ├── Shapes │ │ │ ├── DefsSvgElement.wasm.cs │ │ │ ├── Ellipse.Android.cs │ │ │ ├── Ellipse.Apple.cs │ │ │ ├── Ellipse.cs │ │ │ ├── Ellipse.skia.cs │ │ │ ├── Ellipse.wasm.cs │ │ │ ├── Line.Android.cs │ │ │ ├── Line.Apple.cs │ │ │ ├── Line.cs │ │ │ ├── Line.skia.cs │ │ │ ├── Line.wasm.cs │ │ │ ├── Path.Android.cs │ │ │ ├── Path.Apple.cs │ │ │ ├── Path.cs │ │ │ ├── Path.skia.cs │ │ │ ├── Path.wasm.cs │ │ │ ├── Polygon.Android.cs │ │ │ ├── Polygon.Apple.cs │ │ │ ├── Polygon.cs │ │ │ ├── Polygon.skia.cs │ │ │ ├── Polygon.wasm.cs │ │ │ ├── Polyline.Android.cs │ │ │ ├── Polyline.Apple.cs │ │ │ ├── Polyline.cs │ │ │ ├── Polyline.skia.cs │ │ │ ├── Polyline.wasm.cs │ │ │ ├── Rectangle.Android.cs │ │ │ ├── Rectangle.Apple.cs │ │ │ ├── Rectangle.cs │ │ │ ├── Rectangle.skia.cs │ │ │ ├── Rectangle.wasm.cs │ │ │ ├── Shape.Android.cs │ │ │ ├── Shape.Apple.cs │ │ │ ├── Shape.cs │ │ │ ├── Shape.layout.crossruntime.cs │ │ │ ├── Shape.layout.cs │ │ │ ├── Shape.layout.legacy.cs │ │ │ ├── Shape.reference.cs │ │ │ ├── Shape.skia.cs │ │ │ ├── Shape.unittests.cs │ │ │ ├── Shape.wasm.cs │ │ │ └── SvgElement.wasm.cs │ │ │ ├── SizeChangedEventHandler.cs │ │ │ ├── SolidColorBrushHelper.cs │ │ │ ├── SpecializedResourceDictionary.cs │ │ │ ├── StateTrigger.cs │ │ │ ├── StateTriggerBase.cs │ │ │ ├── StateTriggerPrecedence.cs │ │ │ ├── Style │ │ │ ├── Generic │ │ │ │ ├── FlyoutPresenter.xaml │ │ │ │ ├── Generic.Native.xaml │ │ │ │ ├── Generic.xaml │ │ │ │ ├── SemanticStylesResources.xaml │ │ │ │ └── SystemResources.xaml │ │ │ ├── Style.cs │ │ │ └── Style.debugging.cs │ │ │ ├── StyleTypedPropertyAttribute.cs │ │ │ ├── Styles │ │ │ ├── AcrylicBrush_19h1_themeresources.xaml │ │ │ ├── AcrylicBrush_rs3_themeresources.xaml │ │ │ └── Common_themeresources_any.xaml │ │ │ ├── SuspendingEventHandler.cs │ │ │ ├── TargetPropertyPath.cs │ │ │ ├── TemplateMaterializationSettings.cs │ │ │ ├── TemplatePartAttribute.cs │ │ │ ├── TemplateVisualStateAttribute.cs │ │ │ ├── TemplatedParentScope.cs │ │ │ ├── TextAlignment.cs │ │ │ ├── ThemingHelper.cs │ │ │ ├── Thickness.cs │ │ │ ├── ThicknessConverter.cs │ │ │ ├── ThicknessHelper.cs │ │ │ ├── TouchesManager.UIKit.cs │ │ │ ├── UIElement.Android.cs │ │ │ ├── UIElement.BringIntoView.cs │ │ │ ├── UIElement.EventRegistration.wasm.cs │ │ │ ├── UIElement.FocusMixins.cs │ │ │ ├── UIElement.GenericEventHandlers.wasm.cs │ │ │ ├── UIElement.Keyboard.cs │ │ │ ├── UIElement.Layout.crossruntime.cs │ │ │ ├── UIElement.Layout.cs │ │ │ ├── UIElement.MuxInternal.cs │ │ │ ├── UIElement.Pointers.Android.cs │ │ │ ├── UIElement.Pointers.Managed.cs │ │ │ ├── UIElement.Pointers.Native.cs │ │ │ ├── UIElement.Pointers.UIKit.cs │ │ │ ├── UIElement.Pointers.cs │ │ │ ├── UIElement.Pointers.wasm.cs │ │ │ ├── UIElement.Properties.cs │ │ │ ├── UIElement.RoutedEvents.cs │ │ │ ├── UIElement.TextHelper.wasm.cs │ │ │ ├── UIElement.ThemeShadow.Android.cs │ │ │ ├── UIElement.ThemeShadow.Apple.cs │ │ │ ├── UIElement.ThemeShadow.skia.cs │ │ │ ├── UIElement.ThemeShadow.wasm.cs │ │ │ ├── UIElement.UIKit.cs │ │ │ ├── UIElement.XamlRoot.cs │ │ │ ├── UIElement.crossruntime.cs │ │ │ ├── UIElement.cs │ │ │ ├── UIElement.debugging.cs │ │ │ ├── UIElement.h.mux.cs │ │ │ ├── UIElement.mux.cs │ │ │ ├── UIElement.reference.cs │ │ │ ├── UIElement.skia.cs │ │ │ ├── UIElement.unittests.cs │ │ │ ├── UIElement.wasm.cs │ │ │ ├── UIElementAccessibilityHelper.skia.cs │ │ │ ├── UIElementCollection.Android.cs │ │ │ ├── UIElementCollection.UIKit.cs │ │ │ ├── UIElementCollection.Xamarin.cs │ │ │ ├── UIElementCollection.crossruntime.cs │ │ │ ├── UIElementCollection.cs │ │ │ ├── UIElementCollection.unittests.cs │ │ │ ├── UIElementCollectionExtensions.Xamarin.cs │ │ │ ├── UIElementExtensions.cs │ │ │ ├── UIElementExtensions.reference.cs │ │ │ ├── UIElementGeneratedProxy.cs │ │ │ ├── UIElementWeakCollection.cs │ │ │ ├── UnhandledExceptionEventArgs.cs │ │ │ ├── UnhandledExceptionEventHandler.cs │ │ │ ├── UnsetValue.cs │ │ │ ├── VerticalAlignment.cs │ │ │ ├── VirtualizationInformation.cs │ │ │ ├── Visibility.cs │ │ │ ├── VisibilityExtensions.cs │ │ │ ├── VisualState.cs │ │ │ ├── VisualStateChangedEventArgs.cs │ │ │ ├── VisualStateChangedEventHandler.cs │ │ │ ├── VisualStateGroup.cs │ │ │ ├── VisualStateManager.cs │ │ │ ├── VisualStateManager.wasm.cs │ │ │ ├── VisualTransition.cs │ │ │ ├── WeakResourceInitializer.cs │ │ │ ├── WinUIVersionLog.txt │ │ │ ├── Window │ │ │ ├── Implementations │ │ │ │ ├── BaseWindowImplementation.cs │ │ │ │ ├── CoreWindowWindow.cs │ │ │ │ ├── DesktopWindow.cs │ │ │ │ └── IWindowImplementation.cs │ │ │ ├── Native │ │ │ │ ├── Factory │ │ │ │ │ ├── INativeWindowFactoryExtension.cs │ │ │ │ │ ├── NativeWindowFactory.UIKit.cs │ │ │ │ │ ├── NativeWindowFactory.cs │ │ │ │ │ ├── NativeWindowFactory.others.cs │ │ │ │ │ └── NativeWindowFactory.skia.cs │ │ │ │ ├── INativeWindowWrapper.cs │ │ │ │ ├── NativeWindow.UIKit.cs │ │ │ │ ├── NativeWindowWrapper.Android.cs │ │ │ │ ├── NativeWindowWrapper.Interop.wasm.cs │ │ │ │ ├── NativeWindowWrapper.UIKit.cs │ │ │ │ ├── NativeWindowWrapper.reference.cs │ │ │ │ ├── NativeWindowWrapper.unittests.cs │ │ │ │ ├── NativeWindowWrapper.wasm.cs │ │ │ │ ├── NativeWindowWrapperBase.cs │ │ │ │ └── UIKit │ │ │ │ │ └── NativeWindowHelpers.UIKit.cs │ │ │ ├── Window.Android.cs │ │ │ ├── Window.UIKit.cs │ │ │ ├── Window.Uwp.cs │ │ │ ├── Window.WeakRef.cs │ │ │ ├── Window.WinAppSdk.cs │ │ │ ├── Window.cs │ │ │ ├── Window.unittests.cs │ │ │ ├── Window.wasm.cs │ │ │ ├── WindowActivatedEventArgs.cs │ │ │ ├── WindowActivatedEventHandler.cs │ │ │ ├── WindowChrome.cs │ │ │ ├── WindowChromeStyles.xaml │ │ │ ├── WindowClosedEventHandler.cs │ │ │ ├── WindowCreatedEventArgs.cs │ │ │ ├── WindowEventArgs.cs │ │ │ ├── WindowHelper.cs │ │ │ ├── WindowManagerInterop.wasm.cs │ │ │ ├── WindowSizeChangedEventArgs.cs │ │ │ ├── WindowSizeChangedEventHandler.cs │ │ │ ├── WindowType.cs │ │ │ ├── WindowVisibilityChangedEventHandler.cs │ │ │ └── WindowingExplainer.md │ │ │ ├── XamlFilePathHelper.shared.cs │ │ │ ├── XamlInfo.cs │ │ │ ├── XamlParseContext.cs │ │ │ ├── XamlRoot.crossruntime.cs │ │ │ ├── XamlRoot.cs │ │ │ ├── XamlRoot.mux.cs │ │ │ ├── XamlRoot.skia.cs │ │ │ ├── XamlRootChangedEventArgs.cs │ │ │ └── XamlScope.cs │ ├── Uno.UI.Reference.csproj │ ├── Uno.UI.Skia.csproj │ ├── Uno.UI.Tests.csproj │ ├── Uno.UI.Wasm.csproj │ ├── Uno.UI.netcoremobile.csproj │ ├── Uno.UI.sln │ ├── Uno │ │ ├── TemplateManager.cs │ │ ├── TemplateManager.md │ │ └── TemplateUpdateSubscription.cs │ ├── UnoMetrics.cs │ ├── ViewEventExtensions.Android.cs │ ├── WasmCSS │ │ └── Uno.UI.css │ ├── WinRT │ │ ├── Extensions │ │ │ └── UI │ │ │ │ └── Popups │ │ │ │ ├── MessageDialogContentDialog.cs │ │ │ │ └── MessageDialogExtension.cs │ │ └── Interop │ │ │ ├── InitializeWithWindow.cs │ │ │ └── WindowNative.cs │ ├── Windows │ │ └── ApplicationModel │ │ │ └── Resources │ │ │ ├── IResourceContext.cs │ │ │ ├── IResourceManager.cs │ │ │ ├── MrtCoreContract.cs │ │ │ ├── ResourceCandidateKind.cs │ │ │ └── ResourceLoader.cs │ ├── WindowsNamespaces.cs │ ├── XamlMerge.targets │ ├── XmlnsDefinitionAttribute.cs │ ├── ts │ │ ├── CompositionTarget.ts │ │ ├── ExportManager.ts │ │ ├── Guid.ts │ │ ├── HtmlDom.ts │ │ ├── HtmlEventDispatchResult.ts │ │ ├── IContentDefinition.ts │ │ ├── Interop │ │ │ ├── AsyncInteropHelper.ts │ │ │ ├── EmscriptenPolyfill.ts │ │ │ ├── IAppManifest.ts │ │ │ ├── IMonoAssemblyHandle.ts │ │ │ ├── IMonoClassHandle.ts │ │ │ ├── IMonoMethodHandle.ts │ │ │ ├── IMonoRuntime.ts │ │ │ ├── IMonoStringHandle.ts │ │ │ ├── IWebAssemblyApp.ts │ │ │ ├── ManagedObject.ts │ │ │ ├── Runtime.ts │ │ │ ├── Xaml.ts │ │ │ └── _global.ts │ │ ├── MonoSupport.ts │ │ ├── Runtime │ │ │ └── BrowserPointerInputSource.ts │ │ ├── WindowManager.ts │ │ ├── Windows │ │ │ ├── ApplicationModel │ │ │ │ └── DataTransfer │ │ │ │ │ └── DragAndDropExtension.ts │ │ │ └── UI │ │ │ │ └── Xaml │ │ │ │ ├── Animation │ │ │ │ └── RenderingLoopAnimator.ts │ │ │ │ ├── Application.ts │ │ │ │ ├── Controls │ │ │ │ └── WebView.ts │ │ │ │ ├── Input │ │ │ │ └── FocusVisual.ts │ │ │ │ └── Media │ │ │ │ └── FontFamily.ts │ │ ├── types │ │ │ ├── css-font-loading-module │ │ │ │ └── index.d.ts │ │ │ ├── emscripten │ │ │ │ └── index.d.ts │ │ │ ├── requirejs │ │ │ │ └── index.d.ts │ │ │ ├── webmidi │ │ │ │ └── index.d.ts │ │ │ └── wicg-file-system-access │ │ │ │ └── index.d.ts │ │ └── z_global.ts │ ├── tsBindings │ │ ├── WindowManagerAddViewParams.ts │ │ ├── WindowManagerGetBBoxParams.ts │ │ ├── WindowManagerGetBBoxReturn.ts │ │ ├── WindowManagerGetClientViewSizeParams.ts │ │ ├── WindowManagerGetClientViewSizeReturn.ts │ │ ├── WindowManagerMeasureViewReturn.ts │ │ ├── WindowManagerRegisterEventOnViewParams.ts │ │ ├── WindowManagerRemoveAttributeParams.ts │ │ ├── WindowManagerRemoveViewParams.ts │ │ ├── WindowManagerResetElementBackgroundParams.ts │ │ ├── WindowManagerScrollToOptionsParams.ts │ │ ├── WindowManagerSetContentHtmlParams.ts │ │ ├── WindowManagerSetElementBackgroundColorParams.ts │ │ ├── WindowManagerSetElementBackgroundGradientParams.ts │ │ ├── WindowManagerSetElementColorParams.ts │ │ ├── WindowManagerSetElementFillParams.ts │ │ ├── WindowManagerSetNameParams.ts │ │ ├── WindowManagerSetSelectionHighlightParams.ts │ │ ├── WindowManagerSetStyleDoubleParams.ts │ │ ├── WindowManagerSetSvgElementRectParams.ts │ │ ├── WindowManagerSetXUidParams.ts │ │ └── Windows_ApplicationModel_DataTransfer_DragDrop_Core_DragDropExtensionEventArgs.ts │ └── tsconfig.json ├── Uno.UWP │ ├── ApplicationModel │ │ ├── Activation │ │ │ ├── ActivationKind.cs │ │ │ ├── ApplicationExecutionState.cs │ │ │ ├── IActivatedEventArgs.cs │ │ │ ├── IProtocolActivatedEventArgs.cs │ │ │ ├── IToastNotificationActivatedEventArgs.cs │ │ │ ├── LaunchActivatedEventArgs.cs │ │ │ ├── ProtocolActivatedEventArgs.cs │ │ │ ├── SearchActivatedEventArgs.cs │ │ │ ├── SplashScreen.cs │ │ │ └── ToastNotificationActivatedEventArgs.cs │ │ ├── Appointments │ │ │ ├── Appointment.cs │ │ │ ├── AppointmentManager.Android.cs │ │ │ ├── AppointmentOrganizer.cs │ │ │ ├── AppointmentProperties.cs │ │ │ ├── AppointmentStore.Android.cs │ │ │ ├── AppointmentStoreAccessType.cs │ │ │ ├── FindAppointmentsOptions.cs │ │ │ └── IAppointmentParticipant.cs │ │ ├── Background │ │ │ ├── BackgroundAccessStatus.cs │ │ │ ├── BackgroundTaskDeferral.Android.cs │ │ │ ├── BackgroundTaskRegistration.cs │ │ │ ├── IBackgroundCondition.cs │ │ │ ├── IBackgroundTaskRegistration.cs │ │ │ ├── IBackgroundTaskRegistration2.cs │ │ │ ├── IBackgroundTrigger.cs │ │ │ ├── SystemCondition.cs │ │ │ ├── SystemConditionType.cs │ │ │ ├── SystemTrigger.cs │ │ │ ├── SystemTriggerType.cs │ │ │ └── TimeTrigger.cs │ │ ├── Calls │ │ │ ├── Internal │ │ │ │ ├── CallCallback.Android.cs │ │ │ │ ├── CallObserverDelegate.iOS.cs │ │ │ │ └── CallStateListener.Android.cs │ │ │ ├── PhoneCallHistoryEntry.cs │ │ │ ├── PhoneCallHistoryEntryAddress.cs │ │ │ ├── PhoneCallHistoryEntryRawAddressKind.cs │ │ │ ├── PhoneCallHistoryEntryReader.Android.cs │ │ │ ├── PhoneCallHistoryManager.Android.cs │ │ │ ├── PhoneCallHistoryStore.Android.cs │ │ │ ├── PhoneCallHistoryStoreAccessType.cs │ │ │ ├── PhoneCallManager.Android.cs │ │ │ ├── PhoneCallManager.cs │ │ │ ├── PhoneCallManager.iOS.cs │ │ │ └── PhoneCallManager.wasm.cs │ │ ├── Chat │ │ │ ├── ChatItemKind.cs │ │ │ ├── ChatMessage.cs │ │ │ ├── ChatMessageChangeType.cs │ │ │ ├── ChatMessageKind.cs │ │ │ ├── ChatMessageManager.Android.cs │ │ │ ├── ChatMessageManager.iOS.cs │ │ │ ├── ChatMessageOperatorKind.cs │ │ │ ├── ChatMessageStatus.cs │ │ │ ├── ChatStoreChangedEventKind.cs │ │ │ └── IChatItem.cs │ │ ├── Contacts │ │ │ ├── Contact.cs │ │ │ ├── ContactAddress.cs │ │ │ ├── ContactAddressKind.cs │ │ │ ├── ContactBatch.cs │ │ │ ├── ContactEmail.cs │ │ │ ├── ContactEmailKind.cs │ │ │ ├── ContactPhone.cs │ │ │ ├── ContactPhoneKind.cs │ │ │ ├── ContactPicker.Android.cs │ │ │ ├── ContactPicker.Interop.wasm.cs │ │ │ ├── ContactPicker.cs │ │ │ ├── ContactPicker.iOS.cs │ │ │ ├── ContactPicker.skia.cs │ │ │ ├── ContactPicker.unsupported.cs │ │ │ ├── ContactPicker.wasm.cs │ │ │ ├── ContactQueryDesiredFields.cs │ │ │ ├── ContactQueryOptions.cs │ │ │ ├── ContactQuerySearchFields.cs │ │ │ ├── ContactStoreAccessType.cs │ │ │ └── Internal │ │ │ │ ├── WasmContact.wasm.cs │ │ │ │ └── WasmContactAddress.wasm.cs │ │ ├── Core │ │ │ ├── CoreApplication.Android.cs │ │ │ ├── CoreApplication.Reference.cs │ │ │ ├── CoreApplication.UIKit.cs │ │ │ ├── CoreApplication.cs │ │ │ ├── CoreApplication.skia.cs │ │ │ ├── CoreApplication.wasm.cs │ │ │ ├── CoreApplicationNative.cs │ │ │ ├── CoreApplicationView.cs │ │ │ ├── CoreApplicationViewTitleBar.Android.cs │ │ │ ├── CoreApplicationViewTitleBar.cs │ │ │ ├── CoreApplicationViewTitleBar.skia.cs │ │ │ └── ICoreApplicationExtension.cs │ │ ├── DataTransfer │ │ │ ├── Clipboard.Android.cs │ │ │ ├── Clipboard.Interop.wasm.cs │ │ │ ├── Clipboard.cs │ │ │ ├── Clipboard.iOS.cs │ │ │ ├── Clipboard.reference.cs │ │ │ ├── Clipboard.skia.cs │ │ │ ├── Clipboard.wasm.cs │ │ │ ├── DataPackage.cs │ │ │ ├── DataPackageOperation.cs │ │ │ ├── DataPackagePropertySet.cs │ │ │ ├── DataPackagePropertySetView.cs │ │ │ ├── DataPackageView.cs │ │ │ ├── DataProviderDeferral.cs │ │ │ ├── DataProviderHandler.cs │ │ │ ├── DataProviderRequest.cs │ │ │ ├── DataRequest.cs │ │ │ ├── DataRequestDeferral.cs │ │ │ ├── DataRequestedEventArgs.cs │ │ │ ├── DataTransferManager.Android.cs │ │ │ ├── DataTransferManager.Interop.wasm.cs │ │ │ ├── DataTransferManager.cs │ │ │ ├── DataTransferManager.iOS.cs │ │ │ ├── DataTransferManager.other.cs │ │ │ ├── DataTransferManager.skia.cs │ │ │ ├── DataTransferManager.wasm.cs │ │ │ ├── DragDrop │ │ │ │ ├── Core │ │ │ │ │ ├── CoreDragDropManager.cs │ │ │ │ │ ├── CoreDragInfo.cs │ │ │ │ │ ├── CoreDragUIOverride.cs │ │ │ │ │ ├── CoreDropOperationTargetRequestedEventArgs.cs │ │ │ │ │ ├── ICoreDropOperationTarget.cs │ │ │ │ │ ├── IDragDropExtension.cs │ │ │ │ │ └── IDragEventSource.cs │ │ │ │ └── DragDropModifiers.cs │ │ │ ├── FileUriHelper.cs │ │ │ ├── IClipboardExtension.cs │ │ │ ├── IDataTransferManagerExtension.skia.cs │ │ │ ├── OperationCompletedEventArgs.cs │ │ │ ├── ShareCompletedEventArgs.cs │ │ │ ├── ShareTargetInfo.cs │ │ │ ├── ShareUIOptions.cs │ │ │ ├── ShareUITheme.cs │ │ │ └── StandardDataFormats.cs │ │ ├── DesignMode.cs │ │ ├── Email │ │ │ ├── EmailManager.Android.cs │ │ │ ├── EmailManager.UIKit.cs │ │ │ ├── EmailManager.cs │ │ │ ├── EmailMessage.cs │ │ │ ├── EmailMessageBodyKind.cs │ │ │ └── EmailRecipient.cs │ │ ├── EnteredBackgroundEventArgs.cs │ │ ├── IEnteredBackgroundEventArgs.cs │ │ ├── ILeavingBackgroundEventArgs.cs │ │ ├── ISuspendingDeferral.cs │ │ ├── ISuspendingEventArgs.cs │ │ ├── ISuspendingOperation.cs │ │ ├── LeavingBackgroundEventArgs.cs │ │ ├── Package.Android.cs │ │ ├── Package.Apple.cs │ │ ├── Package.Other.cs │ │ ├── Package.cs │ │ ├── Package.skia.cs │ │ ├── PackageId.Android.cs │ │ ├── PackageId.Apple.cs │ │ ├── PackageId.crossruntime.cs │ │ ├── PackageId.cs │ │ ├── PackageId.defaults.cs │ │ ├── PackageVersion.cs │ │ ├── Resources │ │ │ ├── Core │ │ │ │ ├── ResourceCandidate.cs │ │ │ │ └── ResourceQualifier.cs │ │ │ ├── ResourceLoader.cs │ │ │ ├── ResourceLoader.instanced.cs │ │ │ └── ResourceLoader.static.cs │ │ ├── SuspendingDeferral.cs │ │ ├── SuspendingEventArgs.cs │ │ └── SuspendingOperation.cs │ ├── AssemblyInfo.cs │ ├── AssemblyInfo.skia.cs │ ├── BannedSymbols.txt │ ├── Buffers │ │ ├── ArrayPool.cs │ │ ├── DefaultArrayPool.cs │ │ ├── DefaultArrayPoolBucket.cs │ │ ├── DefaultArrayPoolPlatformProvider.cs │ │ ├── IArrayPoolPlatformProvider.cs │ │ ├── LinearArrayPool.cs │ │ └── Utilities.cs │ ├── Collections │ │ ├── HashtableEx.cs │ │ ├── LruCache.cs │ │ ├── MaterializableList.cs │ │ └── StackVector.cs │ ├── ContextHelper.cs │ ├── Data │ │ ├── Pdf │ │ │ ├── PdfDocument.Android.cs │ │ │ ├── PdfPage.Android.cs │ │ │ ├── PdfPageDimensions.Android.cs │ │ │ └── PdfPageRenderOptions.Android.cs │ │ └── Xml │ │ │ └── Dom │ │ │ ├── DtdEntity.cs │ │ │ ├── DtdNotation.cs │ │ │ ├── IXmlCharacterData.cs │ │ │ ├── IXmlNode.cs │ │ │ ├── IXmlNodeSelector.cs │ │ │ ├── IXmlNodeSerializer.cs │ │ │ ├── IXmlText.cs │ │ │ ├── NodeType.cs │ │ │ ├── XmlAttribute.cs │ │ │ ├── XmlCDataSection.cs │ │ │ ├── XmlComment.cs │ │ │ ├── XmlDocument.cs │ │ │ ├── XmlDocumentFragment.cs │ │ │ ├── XmlDocumentType.cs │ │ │ ├── XmlDomImplementation.cs │ │ │ ├── XmlElement.cs │ │ │ ├── XmlEntityReference.cs │ │ │ ├── XmlNamedNodeMap.cs │ │ │ ├── XmlNodeList.cs │ │ │ ├── XmlProcessingInstruction.cs │ │ │ └── XmlText.cs │ ├── Devices │ │ ├── Bluetooth │ │ │ ├── Advertisement │ │ │ │ ├── BluetoothLEAdvertisement.cs │ │ │ │ ├── BluetoothLEAdvertisementDataSection.cs │ │ │ │ ├── BluetoothLEAdvertisementFlags.cs │ │ │ │ └── BluetoothLEManufacturerData.cs │ │ │ ├── BluetoothAddressType.cs │ │ │ ├── BluetoothClassOfDevice.cs │ │ │ ├── BluetoothConnectionStatus.cs │ │ │ ├── BluetoothDevice.cs │ │ │ ├── BluetoothLEAppearance.cs │ │ │ ├── BluetoothLEAppearanceCategories.cs │ │ │ ├── BluetoothLEAppearanceSubcategories.cs │ │ │ ├── BluetoothLEDevice.cs │ │ │ ├── BluetoothMajorClass.cs │ │ │ ├── BluetoothMinorClass.cs │ │ │ ├── BluetoothServiceCapabilities.cs │ │ │ └── GenericAttributeProfile │ │ │ │ ├── GattCharacteristic.cs │ │ │ │ ├── GattCharacteristicProperties.cs │ │ │ │ ├── GattCharacteristicsResult.cs │ │ │ │ ├── GattCommunicationStatus.cs │ │ │ │ ├── GattDescriptor.cs │ │ │ │ ├── GattDescriptorsResult.cs │ │ │ │ ├── GattDeviceService.cs │ │ │ │ ├── GattDeviceServicesResult.cs │ │ │ │ ├── GattProtocolError.cs │ │ │ │ └── GattReadResult.cs │ │ ├── Enumeration │ │ │ ├── DeviceAccessInformation.cs │ │ │ ├── DeviceAccessStatus.cs │ │ │ ├── DeviceInformation.cs │ │ │ ├── DeviceInformation.providers.Android.cs │ │ │ ├── DeviceInformation.providers.iOS.cs │ │ │ ├── DeviceInformation.providers.wasm.cs │ │ │ ├── DeviceInformation.static.cs │ │ │ ├── DeviceInformationCollection.cs │ │ │ ├── DeviceInformationKind.cs │ │ │ ├── DeviceInformationUpdate.cs │ │ │ ├── DeviceWatcher.cs │ │ │ ├── DeviceWatcherStatus.cs │ │ │ └── Internal │ │ │ │ ├── DeviceClassGuids.cs │ │ │ │ ├── DeviceIdentifier.cs │ │ │ │ ├── IDeviceClassProvider.cs │ │ │ │ └── Providers │ │ │ │ ├── Midi │ │ │ │ ├── MidiDeviceClassProviderBase.Android.cs │ │ │ │ ├── MidiDeviceClassProviderBase.iOSmacOS.cs │ │ │ │ ├── MidiDeviceClassProviderBase.wasm.cs │ │ │ │ ├── MidiDeviceConnectionWatcher.wasm.cs │ │ │ │ ├── MidiInDeviceClassProvider.Android.cs │ │ │ │ ├── MidiInDeviceClassProvider.iOSmacOS.cs │ │ │ │ ├── MidiInDeviceClassProvider.wasm.cs │ │ │ │ ├── MidiOutDeviceClassProvider.Android.cs │ │ │ │ ├── MidiOutDeviceClassProvider.iOSmacOS.cs │ │ │ │ └── MidiOutDeviceClassProvider.wasm.cs │ │ │ │ └── ProximitySensor │ │ │ │ └── ProximitySensorDeviceClassProvider.Android.cs │ │ ├── Geolocation │ │ │ ├── AltitudeReferenceSystem.cs │ │ │ ├── BasicGeoposition.cs │ │ │ ├── Geocircle.cs │ │ │ ├── Geocoordinate.cs │ │ │ ├── Geofencing │ │ │ │ ├── Geofence.cs │ │ │ │ ├── GeofenceMonitorStatus.cs │ │ │ │ ├── GeofenceRemovalReason.cs │ │ │ │ ├── GeofenceState.cs │ │ │ │ └── MonitoredGeofenceStates.cs │ │ │ ├── GeolocationAccessStatus.cs │ │ │ ├── Geolocator.Android.cs │ │ │ ├── Geolocator.Interop.wasm.cs │ │ │ ├── Geolocator.cs │ │ │ ├── Geolocator.iOSmacOS.cs │ │ │ ├── Geolocator.wasm.cs │ │ │ ├── GeolocatorHelper.iOS.cs │ │ │ ├── Geopoint.cs │ │ │ ├── Geoposition.cs │ │ │ ├── GeoshapeType.cs │ │ │ ├── IGeoshape.cs │ │ │ ├── PositionAccuracy.cs │ │ │ ├── PositionChangedEventArgs.cs │ │ │ ├── PositionSource.cs │ │ │ ├── PositionStatus.cs │ │ │ └── StatusChangedEventArgs.cs │ │ ├── Haptics │ │ │ ├── KnownSimpleHapticsControllerWaveforms.cs │ │ │ ├── SimpleHapticsController.Android.cs │ │ │ ├── SimpleHapticsController.cs │ │ │ ├── SimpleHapticsController.iOS.cs │ │ │ ├── SimpleHapticsController.skia.cs │ │ │ ├── SimpleHapticsController.wasm.cs │ │ │ ├── SimpleHapticsControllerFeedback.cs │ │ │ ├── VibrationAccessStatus.cs │ │ │ ├── VibrationDevice.Android.cs │ │ │ ├── VibrationDevice.cs │ │ │ ├── VibrationDevice.iOS.cs │ │ │ ├── VibrationDevice.skia.cs │ │ │ ├── VibrationDevice.unsupported.cs │ │ │ └── VibrationDevice.wasm.cs │ │ ├── Input │ │ │ ├── KeyboardCapabilities.cs │ │ │ ├── PointerDevice.cs │ │ │ ├── PointerDeviceType.cs │ │ │ ├── PointerIdentifier.cs │ │ │ └── PointerIdentifierPool.cs │ │ ├── Lights │ │ │ ├── Lamp.Android.cs │ │ │ ├── Lamp.cs │ │ │ ├── Lamp.iOS.cs │ │ │ └── Lamp.unsupported.cs │ │ ├── Midi │ │ │ ├── IMidiMessage.cs │ │ │ ├── IMidiOutPort.cs │ │ │ ├── Internal │ │ │ │ ├── MidiDeviceOpenedListener.Android.cs │ │ │ │ ├── MidiHelpers.cs │ │ │ │ ├── MidiMessageParameter.cs │ │ │ │ ├── MidiMessageParser.cs │ │ │ │ ├── MidiMessageValidators.cs │ │ │ │ └── WasmMidiAccess.wasm.cs │ │ │ ├── MidiActiveSensingMessage.cs │ │ │ ├── MidiChannelPressureMessage.cs │ │ │ ├── MidiContinueMessage.cs │ │ │ ├── MidiControlChangeMessage.cs │ │ │ ├── MidiInPort.Android.cs │ │ │ ├── MidiInPort.Interop.wasm.cs │ │ │ ├── MidiInPort.cs │ │ │ ├── MidiInPort.iOSmacOS.cs │ │ │ ├── MidiInPort.unsupported.cs │ │ │ ├── MidiInPort.wasm.cs │ │ │ ├── MidiMessageReceivedEventArgs.cs │ │ │ ├── MidiMessageType.cs │ │ │ ├── MidiNoteOffMessage.cs │ │ │ ├── MidiNoteOnMessage.cs │ │ │ ├── MidiOutPort.Android.cs │ │ │ ├── MidiOutPort.Interop.wasm.cs │ │ │ ├── MidiOutPort.cs │ │ │ ├── MidiOutPort.iOSmacOS.cs │ │ │ ├── MidiOutPort.unsupported.cs │ │ │ ├── MidiOutPort.wasm.cs │ │ │ ├── MidiPitchBendChangeMessage.cs │ │ │ ├── MidiPolyphonicKeyPressureMessage.cs │ │ │ ├── MidiProgramChangeMessage.cs │ │ │ ├── MidiSongPositionPointerMessage.cs │ │ │ ├── MidiSongSelectMessage.cs │ │ │ ├── MidiStartMessage.cs │ │ │ ├── MidiStopMessage.cs │ │ │ ├── MidiSystemExclusiveMessage.cs │ │ │ ├── MidiSystemResetMessage.cs │ │ │ ├── MidiTimeCodeMessage.cs │ │ │ ├── MidiTimingClockMessage.cs │ │ │ └── MidiTuneRequestMessage.cs │ │ ├── Power │ │ │ ├── Battery.Android.cs │ │ │ └── BatteryReport.Android.cs │ │ ├── Radios │ │ │ ├── Radio.Android.cs │ │ │ ├── RadioAccessStatus.cs │ │ │ ├── RadioKind.cs │ │ │ └── RadioState.cs │ │ └── Sensors │ │ │ ├── Accelerometer.Android.cs │ │ │ ├── Accelerometer.Interop.wasm.cs │ │ │ ├── Accelerometer.cs │ │ │ ├── Accelerometer.iOS.cs │ │ │ ├── Accelerometer.unsupported.cs │ │ │ ├── Accelerometer.wasm.cs │ │ │ ├── AccelerometerReading.cs │ │ │ ├── AccelerometerReadingChangedEvenArgs.cs │ │ │ ├── AccelerometerReadingType.cs │ │ │ ├── AccelerometerShakenEventArgs.cs │ │ │ ├── Barometer.Android.cs │ │ │ ├── Barometer.cs │ │ │ ├── Barometer.iOS.cs │ │ │ ├── Barometer.unsupported.cs │ │ │ ├── BarometerReading.cs │ │ │ ├── BarometerReadingChangedEventArgs.cs │ │ │ ├── Compass.Android.cs │ │ │ ├── Compass.cs │ │ │ ├── Compass.iOS.cs │ │ │ ├── Compass.unsupported.cs │ │ │ ├── Compass.wasm.cs │ │ │ ├── CompassReading.cs │ │ │ ├── CompassReadingChangedEventArgs.cs │ │ │ ├── Gyrometer.Android.cs │ │ │ ├── Gyrometer.Interop.wasm.cs │ │ │ ├── Gyrometer.cs │ │ │ ├── Gyrometer.iOS.cs │ │ │ ├── Gyrometer.unsupported.cs │ │ │ ├── Gyrometer.wasm.cs │ │ │ ├── GyrometerReading.cs │ │ │ ├── GyrometerReadingChangedEventArgs.cs │ │ │ ├── Helpers │ │ │ ├── INativeDualScreenProvider.cs │ │ │ ├── INativeHingeAngleSensor.cs │ │ │ ├── NativeHingeAngleReading.cs │ │ │ ├── SensorConstants.cs │ │ │ ├── SensorHelpers.Android.cs │ │ │ ├── SensorHelpers.UIKit.cs │ │ │ └── ShakeDetector.cs │ │ │ ├── HingeAngleReading.cs │ │ │ ├── HingeAngleSensor.Android.cs │ │ │ ├── HingeAngleSensor.unsupported.cs │ │ │ ├── HingeAngleSensorReadingChangedEventArgs.cs │ │ │ ├── LightSensor.Android.cs │ │ │ ├── LightSensor.Interop.wasm.cs │ │ │ ├── LightSensor.cs │ │ │ ├── LightSensor.unsupported.cs │ │ │ ├── LightSensor.wasm.cs │ │ │ ├── LightSensorReading.cs │ │ │ ├── LightSensorReadingChangedEventArgs.cs │ │ │ ├── Magnetometer.Android.cs │ │ │ ├── Magnetometer.Interop.wasm.cs │ │ │ ├── Magnetometer.cs │ │ │ ├── Magnetometer.iOS.cs │ │ │ ├── Magnetometer.unsupported.cs │ │ │ ├── Magnetometer.wasm.cs │ │ │ ├── MagnetometerAccuracy.cs │ │ │ ├── MagnetometerReading.cs │ │ │ ├── MagnetometerReadingChangedEventArgs.cs │ │ │ ├── Pedometer.Android.cs │ │ │ ├── Pedometer.cs │ │ │ ├── Pedometer.iOS.cs │ │ │ ├── Pedometer.unsupported.cs │ │ │ ├── PedometerReading.cs │ │ │ ├── PedometerReadingChangedEventArgs.cs │ │ │ ├── PedometerStepKind.cs │ │ │ ├── ProximitySensor.Android.cs │ │ │ ├── ProximitySensor.cs │ │ │ ├── ProximitySensorReading.cs │ │ │ ├── ProximitySensorReadingChangedEventArgs.cs │ │ │ ├── SimpleOrientation.cs │ │ │ ├── SimpleOrientationSensor.Android.cs │ │ │ ├── SimpleOrientationSensor.cs │ │ │ ├── SimpleOrientationSensor.iOS.cs │ │ │ ├── SimpleOrientationSensor.unsupported.cs │ │ │ └── SimpleOrientationSensorOrientationChangedEventArgs.cs │ ├── Directory.Build.targets │ ├── Extensions │ │ ├── CoreDispatcherExtensions.cs │ │ ├── MathEx.cs │ │ ├── Matrix3x2Extensions.cs │ │ ├── MotionEventExtensions.Android.cs │ │ ├── NSUrlExtensions.Apple.cs │ │ ├── PermissionsHelper.cs │ │ ├── PointerHelpers.Android.cs │ │ ├── RandomAccessStreamExtensions.cs │ │ ├── RectExtensions.cs │ │ ├── UITextInputExtensions.UIKit.cs │ │ ├── UITouchExtensions.UIKit.cs │ │ ├── UIViewExtensions.Apple.cs │ │ └── Vector2Extensions.cs │ ├── FeatureConfiguration │ │ ├── WinRTFeatureConfiguration.Accessibility.cs │ │ ├── WinRTFeatureConfiguration.ApplicationData.cs │ │ ├── WinRTFeatureConfiguration.ArrayPool.cs │ │ ├── WinRTFeatureConfiguration.EmailManager.cs │ │ ├── WinRTFeatureConfiguration.FileTypes.cs │ │ ├── WinRTFeatureConfiguration.Focus.cs │ │ ├── WinRTFeatureConfiguration.GestureRecognizer.cs │ │ ├── WinRTFeatureConfiguration.MessageDialog.cs │ │ ├── WinRTFeatureConfiguration.Midi.cs │ │ ├── WinRTFeatureConfiguration.NetworkInformation.cs │ │ ├── WinRTFeatureConfiguration.WebAuthenticationBroker.cs │ │ └── WinRTFeatureConfiguration.cs │ ├── Foundation │ │ ├── GuidHelper.cs │ │ └── Metadata │ │ │ └── CreateFromStringAttribute.cs │ ├── Gaming │ │ └── Input │ │ │ ├── Gamepad.Android.cs │ │ │ ├── Gamepad.Apple.cs │ │ │ ├── Gamepad.Interop.wasm.cs │ │ │ ├── Gamepad.cs │ │ │ ├── Gamepad.others.cs │ │ │ ├── Gamepad.wasm.cs │ │ │ ├── GamepadButtons.cs │ │ │ ├── GamepadReading.cs │ │ │ ├── IGameController.cs │ │ │ └── Internal │ │ │ └── GamepadDpad.Android.cs │ ├── Generated │ │ └── 3.0.0.0 │ │ │ ├── Microsoft.Foundation │ │ │ └── WindowsAppSDKContract.cs │ │ │ ├── Microsoft.UI.Windowing │ │ │ ├── AppWindow.cs │ │ │ ├── AppWindowChangedEventArgs.cs │ │ │ ├── AppWindowClosingEventArgs.cs │ │ │ ├── AppWindowPresenter.cs │ │ │ ├── AppWindowPresenterKind.cs │ │ │ ├── AppWindowTitleBar.cs │ │ │ ├── CompactOverlayPresenter.cs │ │ │ ├── CompactOverlaySize.cs │ │ │ ├── DisplayArea.cs │ │ │ ├── DisplayAreaFallback.cs │ │ │ ├── DisplayAreaWatcher.cs │ │ │ ├── DisplayAreaWatcherStatus.cs │ │ │ ├── FullScreenPresenter.cs │ │ │ ├── IconShowOptions.cs │ │ │ ├── OverlappedPresenter.cs │ │ │ ├── OverlappedPresenterState.cs │ │ │ ├── TitleBarHeightOption.cs │ │ │ └── TitleBarTheme.cs │ │ │ ├── Microsoft.Windows.AppLifecycle │ │ │ ├── ActivationRegistrationManager.cs │ │ │ ├── AppActivationArguments.cs │ │ │ ├── AppInstance.cs │ │ │ ├── AppLifecycleContract.cs │ │ │ └── ExtendedActivationKind.cs │ │ │ ├── Windows.ApplicationModel.Activation │ │ │ ├── ActivationKind.cs │ │ │ ├── ApplicationExecutionState.cs │ │ │ ├── AppointmentsProviderAddAppointmentActivatedEventArgs.cs │ │ │ ├── AppointmentsProviderRemoveAppointmentActivatedEventArgs.cs │ │ │ ├── AppointmentsProviderReplaceAppointmentActivatedEventArgs.cs │ │ │ ├── AppointmentsProviderShowAppointmentDetailsActivatedEventArgs.cs │ │ │ ├── AppointmentsProviderShowTimeFrameActivatedEventArgs.cs │ │ │ ├── BackgroundActivatedEventArgs.cs │ │ │ ├── BarcodeScannerPreviewActivatedEventArgs.cs │ │ │ ├── CachedFileUpdaterActivatedEventArgs.cs │ │ │ ├── CommandLineActivatedEventArgs.cs │ │ │ ├── CommandLineActivationOperation.cs │ │ │ ├── ContactPanelActivatedEventArgs.cs │ │ │ ├── DeviceActivatedEventArgs.cs │ │ │ ├── DevicePairingActivatedEventArgs.cs │ │ │ ├── DialReceiverActivatedEventArgs.cs │ │ │ ├── FileActivatedEventArgs.cs │ │ │ ├── FileOpenPickerActivatedEventArgs.cs │ │ │ ├── FileOpenPickerContinuationEventArgs.cs │ │ │ ├── FileSavePickerActivatedEventArgs.cs │ │ │ ├── FileSavePickerContinuationEventArgs.cs │ │ │ ├── FolderPickerContinuationEventArgs.cs │ │ │ ├── IActivatedEventArgs.cs │ │ │ ├── IActivatedEventArgsWithUser.cs │ │ │ ├── IApplicationViewActivatedEventArgs.cs │ │ │ ├── IAppointmentsProviderActivatedEventArgs.cs │ │ │ ├── IAppointmentsProviderAddAppointmentActivatedEventArgs.cs │ │ │ ├── IAppointmentsProviderRemoveAppointmentActivatedEventArgs.cs │ │ │ ├── IAppointmentsProviderReplaceAppointmentActivatedEventArgs.cs │ │ │ ├── IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.cs │ │ │ ├── IAppointmentsProviderShowTimeFrameActivatedEventArgs.cs │ │ │ ├── IBackgroundActivatedEventArgs.cs │ │ │ ├── IBarcodeScannerPreviewActivatedEventArgs.cs │ │ │ ├── ICachedFileUpdaterActivatedEventArgs.cs │ │ │ ├── ICommandLineActivatedEventArgs.cs │ │ │ ├── IContactPanelActivatedEventArgs.cs │ │ │ ├── IContinuationActivatedEventArgs.cs │ │ │ ├── IDeviceActivatedEventArgs.cs │ │ │ ├── IDevicePairingActivatedEventArgs.cs │ │ │ ├── IDialReceiverActivatedEventArgs.cs │ │ │ ├── IFileActivatedEventArgs.cs │ │ │ ├── IFileActivatedEventArgsWithCallerPackageFamilyName.cs │ │ │ ├── IFileActivatedEventArgsWithNeighboringFiles.cs │ │ │ ├── IFileOpenPickerActivatedEventArgs.cs │ │ │ ├── IFileOpenPickerActivatedEventArgs2.cs │ │ │ ├── IFileOpenPickerContinuationEventArgs.cs │ │ │ ├── IFileSavePickerActivatedEventArgs.cs │ │ │ ├── IFileSavePickerActivatedEventArgs2.cs │ │ │ ├── IFileSavePickerContinuationEventArgs.cs │ │ │ ├── IFolderPickerContinuationEventArgs.cs │ │ │ ├── ILaunchActivatedEventArgs.cs │ │ │ ├── ILaunchActivatedEventArgs2.cs │ │ │ ├── ILockScreenActivatedEventArgs.cs │ │ │ ├── IPhoneCallActivatedEventArgs.cs │ │ │ ├── IPickerReturnedActivatedEventArgs.cs │ │ │ ├── IPrelaunchActivatedEventArgs.cs │ │ │ ├── IProtocolActivatedEventArgs.cs │ │ │ ├── IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData.cs │ │ │ ├── IProtocolForResultsActivatedEventArgs.cs │ │ │ ├── IRestrictedLaunchActivatedEventArgs.cs │ │ │ ├── ISearchActivatedEventArgs.cs │ │ │ ├── ISearchActivatedEventArgsWithLinguisticDetails.cs │ │ │ ├── IShareTargetActivatedEventArgs.cs │ │ │ ├── IStartupTaskActivatedEventArgs.cs │ │ │ ├── IToastNotificationActivatedEventArgs.cs │ │ │ ├── IUserDataAccountProviderActivatedEventArgs.cs │ │ │ ├── IViewSwitcherProvider.cs │ │ │ ├── IVoiceCommandActivatedEventArgs.cs │ │ │ ├── IWebAccountProviderActivatedEventArgs.cs │ │ │ ├── IWebAuthenticationBrokerContinuationEventArgs.cs │ │ │ ├── LaunchActivatedEventArgs.cs │ │ │ ├── LockScreenActivatedEventArgs.cs │ │ │ ├── LockScreenComponentActivatedEventArgs.cs │ │ │ ├── PhoneCallActivatedEventArgs.cs │ │ │ ├── PickerReturnedActivatedEventArgs.cs │ │ │ ├── ProtocolActivatedEventArgs.cs │ │ │ ├── ProtocolForResultsActivatedEventArgs.cs │ │ │ ├── RestrictedLaunchActivatedEventArgs.cs │ │ │ ├── SearchActivatedEventArgs.cs │ │ │ ├── ShareTargetActivatedEventArgs.cs │ │ │ ├── SplashScreen.cs │ │ │ ├── StartupTaskActivatedEventArgs.cs │ │ │ ├── TileActivatedInfo.cs │ │ │ ├── ToastNotificationActivatedEventArgs.cs │ │ │ ├── UserDataAccountProviderActivatedEventArgs.cs │ │ │ ├── VoiceCommandActivatedEventArgs.cs │ │ │ ├── WebAccountProviderActivatedEventArgs.cs │ │ │ └── WebAuthenticationBrokerContinuationEventArgs.cs │ │ │ ├── Windows.ApplicationModel.AppExtensions │ │ │ ├── AppExtension.cs │ │ │ ├── AppExtensionCatalog.cs │ │ │ ├── AppExtensionPackageInstalledEventArgs.cs │ │ │ ├── AppExtensionPackageStatusChangedEventArgs.cs │ │ │ ├── AppExtensionPackageUninstallingEventArgs.cs │ │ │ ├── AppExtensionPackageUpdatedEventArgs.cs │ │ │ └── AppExtensionPackageUpdatingEventArgs.cs │ │ │ ├── Windows.ApplicationModel.AppService │ │ │ ├── AppServiceCatalog.cs │ │ │ ├── AppServiceClosedEventArgs.cs │ │ │ ├── AppServiceClosedStatus.cs │ │ │ ├── AppServiceConnection.cs │ │ │ ├── AppServiceConnectionStatus.cs │ │ │ ├── AppServiceDeferral.cs │ │ │ ├── AppServiceRequest.cs │ │ │ ├── AppServiceRequestReceivedEventArgs.cs │ │ │ ├── AppServiceResponse.cs │ │ │ ├── AppServiceResponseStatus.cs │ │ │ ├── AppServiceTriggerDetails.cs │ │ │ ├── StatelessAppServiceResponse.cs │ │ │ └── StatelessAppServiceResponseStatus.cs │ │ │ ├── Windows.ApplicationModel.Appointments.AppointmentsProvider │ │ │ ├── AddAppointmentOperation.cs │ │ │ ├── AppointmentsProviderLaunchActionVerbs.cs │ │ │ ├── RemoveAppointmentOperation.cs │ │ │ └── ReplaceAppointmentOperation.cs │ │ │ ├── Windows.ApplicationModel.Appointments.DataProvider │ │ │ ├── AppointmentCalendarCancelMeetingRequest.cs │ │ │ ├── AppointmentCalendarCancelMeetingRequestEventArgs.cs │ │ │ ├── AppointmentCalendarCreateOrUpdateAppointmentRequest.cs │ │ │ ├── AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs.cs │ │ │ ├── AppointmentCalendarForwardMeetingRequest.cs │ │ │ ├── AppointmentCalendarForwardMeetingRequestEventArgs.cs │ │ │ ├── AppointmentCalendarProposeNewTimeForMeetingRequest.cs │ │ │ ├── AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs.cs │ │ │ ├── AppointmentCalendarSyncManagerSyncRequest.cs │ │ │ ├── AppointmentCalendarSyncManagerSyncRequestEventArgs.cs │ │ │ ├── AppointmentCalendarUpdateMeetingResponseRequest.cs │ │ │ ├── AppointmentCalendarUpdateMeetingResponseRequestEventArgs.cs │ │ │ ├── AppointmentDataProviderConnection.cs │ │ │ └── AppointmentDataProviderTriggerDetails.cs │ │ │ ├── Windows.ApplicationModel.Appointments │ │ │ ├── Appointment.cs │ │ │ ├── AppointmentBusyStatus.cs │ │ │ ├── AppointmentCalendar.cs │ │ │ ├── AppointmentCalendarOtherAppReadAccess.cs │ │ │ ├── AppointmentCalendarOtherAppWriteAccess.cs │ │ │ ├── AppointmentCalendarSyncManager.cs │ │ │ ├── AppointmentCalendarSyncStatus.cs │ │ │ ├── AppointmentConflictResult.cs │ │ │ ├── AppointmentConflictType.cs │ │ │ ├── AppointmentDaysOfWeek.cs │ │ │ ├── AppointmentDetailsKind.cs │ │ │ ├── AppointmentException.cs │ │ │ ├── AppointmentInvitee.cs │ │ │ ├── AppointmentManager.cs │ │ │ ├── AppointmentManagerForUser.cs │ │ │ ├── AppointmentOrganizer.cs │ │ │ ├── AppointmentParticipantResponse.cs │ │ │ ├── AppointmentParticipantRole.cs │ │ │ ├── AppointmentProperties.cs │ │ │ ├── AppointmentRecurrence.cs │ │ │ ├── AppointmentRecurrenceUnit.cs │ │ │ ├── AppointmentSensitivity.cs │ │ │ ├── AppointmentStore.cs │ │ │ ├── AppointmentStoreAccessType.cs │ │ │ ├── AppointmentStoreChange.cs │ │ │ ├── AppointmentStoreChangeReader.cs │ │ │ ├── AppointmentStoreChangeTracker.cs │ │ │ ├── AppointmentStoreChangeType.cs │ │ │ ├── AppointmentStoreChangedDeferral.cs │ │ │ ├── AppointmentStoreChangedEventArgs.cs │ │ │ ├── AppointmentStoreNotificationTriggerDetails.cs │ │ │ ├── AppointmentSummaryCardView.cs │ │ │ ├── AppointmentWeekOfMonth.cs │ │ │ ├── FindAppointmentCalendarsOptions.cs │ │ │ ├── FindAppointmentsOptions.cs │ │ │ ├── IAppointmentParticipant.cs │ │ │ └── RecurrenceType.cs │ │ │ ├── Windows.ApplicationModel.Background │ │ │ ├── ActivitySensorTrigger.cs │ │ │ ├── ApplicationTrigger.cs │ │ │ ├── ApplicationTriggerDetails.cs │ │ │ ├── ApplicationTriggerResult.cs │ │ │ ├── AppointmentStoreNotificationTrigger.cs │ │ │ ├── BackgroundAccessRequestKind.cs │ │ │ ├── BackgroundAccessStatus.cs │ │ │ ├── BackgroundExecutionManager.cs │ │ │ ├── BackgroundTaskBuilder.cs │ │ │ ├── BackgroundTaskCanceledEventHandler.cs │ │ │ ├── BackgroundTaskCancellationReason.cs │ │ │ ├── BackgroundTaskCompletedEventArgs.cs │ │ │ ├── BackgroundTaskCompletedEventHandler.cs │ │ │ ├── BackgroundTaskDeferral.cs │ │ │ ├── BackgroundTaskProgressEventArgs.cs │ │ │ ├── BackgroundTaskProgressEventHandler.cs │ │ │ ├── BackgroundTaskRegistration.cs │ │ │ ├── BackgroundTaskRegistrationGroup.cs │ │ │ ├── BackgroundTaskThrottleCounter.cs │ │ │ ├── BackgroundWorkCost.cs │ │ │ ├── BackgroundWorkCostValue.cs │ │ │ ├── BluetoothLEAdvertisementPublisherTrigger.cs │ │ │ ├── BluetoothLEAdvertisementWatcherTrigger.cs │ │ │ ├── CachedFileUpdaterTrigger.cs │ │ │ ├── CachedFileUpdaterTriggerDetails.cs │ │ │ ├── ChatMessageNotificationTrigger.cs │ │ │ ├── ChatMessageReceivedNotificationTrigger.cs │ │ │ ├── ContactStoreNotificationTrigger.cs │ │ │ ├── ContentPrefetchTrigger.cs │ │ │ ├── ConversationalAgentTrigger.cs │ │ │ ├── CustomSystemEventTrigger.cs │ │ │ ├── CustomSystemEventTriggerRecurrence.cs │ │ │ ├── DeviceConnectionChangeTrigger.cs │ │ │ ├── DeviceManufacturerNotificationTrigger.cs │ │ │ ├── DeviceServicingTrigger.cs │ │ │ ├── DeviceTriggerResult.cs │ │ │ ├── DeviceUseTrigger.cs │ │ │ ├── DeviceWatcherTrigger.cs │ │ │ ├── EmailStoreNotificationTrigger.cs │ │ │ ├── GattCharacteristicNotificationTrigger.cs │ │ │ ├── GattServiceProviderTrigger.cs │ │ │ ├── GattServiceProviderTriggerResult.cs │ │ │ ├── GeovisitTrigger.cs │ │ │ ├── IBackgroundCondition.cs │ │ │ ├── IBackgroundTask.cs │ │ │ ├── IBackgroundTaskInstance.cs │ │ │ ├── IBackgroundTaskInstance2.cs │ │ │ ├── IBackgroundTaskInstance4.cs │ │ │ ├── IBackgroundTaskRegistration.cs │ │ │ ├── IBackgroundTaskRegistration2.cs │ │ │ ├── IBackgroundTaskRegistration3.cs │ │ │ ├── IBackgroundTrigger.cs │ │ │ ├── LocationTrigger.cs │ │ │ ├── LocationTriggerType.cs │ │ │ ├── MaintenanceTrigger.cs │ │ │ ├── MediaProcessingTrigger.cs │ │ │ ├── MediaProcessingTriggerResult.cs │ │ │ ├── MobileBroadbandDeviceServiceNotificationTrigger.cs │ │ │ ├── MobileBroadbandPcoDataChangeTrigger.cs │ │ │ ├── MobileBroadbandPinLockStateChangeTrigger.cs │ │ │ ├── MobileBroadbandRadioStateChangeTrigger.cs │ │ │ ├── MobileBroadbandRegistrationStateChangeTrigger.cs │ │ │ ├── NetworkOperatorDataUsageTrigger.cs │ │ │ ├── NetworkOperatorHotspotAuthenticationTrigger.cs │ │ │ ├── NetworkOperatorNotificationTrigger.cs │ │ │ ├── PaymentAppCanMakePaymentTrigger.cs │ │ │ ├── PushNotificationTrigger.cs │ │ │ ├── RcsEndUserMessageAvailableTrigger.cs │ │ │ ├── RfcommConnectionTrigger.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationTrigger.cs │ │ │ ├── SensorDataThresholdTrigger.cs │ │ │ ├── SmsMessageReceivedTrigger.cs │ │ │ ├── SocketActivityTrigger.cs │ │ │ ├── StorageLibraryChangeTrackerTrigger.cs │ │ │ ├── StorageLibraryContentChangedTrigger.cs │ │ │ ├── SystemCondition.cs │ │ │ ├── SystemConditionType.cs │ │ │ ├── SystemTrigger.cs │ │ │ ├── SystemTriggerType.cs │ │ │ ├── TetheringEntitlementCheckTrigger.cs │ │ │ ├── TimeTrigger.cs │ │ │ ├── ToastNotificationActionTrigger.cs │ │ │ ├── ToastNotificationHistoryChangedTrigger.cs │ │ │ └── UserNotificationChangedTrigger.cs │ │ │ ├── Windows.ApplicationModel.Calls.Provider │ │ │ ├── PhoneCallOrigin.cs │ │ │ └── PhoneCallOriginManager.cs │ │ │ ├── Windows.ApplicationModel.Calls │ │ │ ├── CallsPhoneContract.cs │ │ │ ├── CellularDtmfMode.cs │ │ │ ├── DtmfKey.cs │ │ │ ├── DtmfToneAudioPlayback.cs │ │ │ ├── PhoneAudioRoutingEndpoint.cs │ │ │ ├── PhoneCall.cs │ │ │ ├── PhoneCallAudioDevice.cs │ │ │ ├── PhoneCallBlocking.cs │ │ │ ├── PhoneCallDirection.cs │ │ │ ├── PhoneCallHistoryEntry.cs │ │ │ ├── PhoneCallHistoryEntryAddress.cs │ │ │ ├── PhoneCallHistoryEntryMedia.cs │ │ │ ├── PhoneCallHistoryEntryOtherAppReadAccess.cs │ │ │ ├── PhoneCallHistoryEntryQueryDesiredMedia.cs │ │ │ ├── PhoneCallHistoryEntryQueryOptions.cs │ │ │ ├── PhoneCallHistoryEntryRawAddressKind.cs │ │ │ ├── PhoneCallHistoryEntryReader.cs │ │ │ ├── PhoneCallHistoryManager.cs │ │ │ ├── PhoneCallHistoryManagerForUser.cs │ │ │ ├── PhoneCallHistorySourceIdKind.cs │ │ │ ├── PhoneCallHistoryStore.cs │ │ │ ├── PhoneCallHistoryStoreAccessType.cs │ │ │ ├── PhoneCallInfo.cs │ │ │ ├── PhoneCallManager.cs │ │ │ ├── PhoneCallMedia.cs │ │ │ ├── PhoneCallOperationStatus.cs │ │ │ ├── PhoneCallStatus.cs │ │ │ ├── PhoneCallStore.cs │ │ │ ├── PhoneCallVideoCapabilities.cs │ │ │ ├── PhoneCallVideoCapabilitiesManager.cs │ │ │ ├── PhoneCallsResult.cs │ │ │ ├── PhoneDialOptions.cs │ │ │ ├── PhoneLine.cs │ │ │ ├── PhoneLineCellularDetails.cs │ │ │ ├── PhoneLineConfiguration.cs │ │ │ ├── PhoneLineDialResult.cs │ │ │ ├── PhoneLineNetworkOperatorDisplayTextLocation.cs │ │ │ ├── PhoneLineOperationStatus.cs │ │ │ ├── PhoneLineTransport.cs │ │ │ ├── PhoneLineTransportDevice.cs │ │ │ ├── PhoneLineWatcher.cs │ │ │ ├── PhoneLineWatcherEventArgs.cs │ │ │ ├── PhoneLineWatcherStatus.cs │ │ │ ├── PhoneNetworkState.cs │ │ │ ├── PhoneSimState.cs │ │ │ ├── PhoneVoicemail.cs │ │ │ ├── PhoneVoicemailType.cs │ │ │ └── TransportDeviceAudioRoutingStatus.cs │ │ │ ├── Windows.ApplicationModel.Chat │ │ │ ├── ChatCapabilities.cs │ │ │ ├── ChatCapabilitiesManager.cs │ │ │ ├── ChatConversation.cs │ │ │ ├── ChatConversationReader.cs │ │ │ ├── ChatConversationThreadingInfo.cs │ │ │ ├── ChatConversationThreadingKind.cs │ │ │ ├── ChatItemKind.cs │ │ │ ├── ChatMessage.cs │ │ │ ├── ChatMessageAttachment.cs │ │ │ ├── ChatMessageBlocking.cs │ │ │ ├── ChatMessageChange.cs │ │ │ ├── ChatMessageChangeReader.cs │ │ │ ├── ChatMessageChangeTracker.cs │ │ │ ├── ChatMessageChangeType.cs │ │ │ ├── ChatMessageChangedDeferral.cs │ │ │ ├── ChatMessageChangedEventArgs.cs │ │ │ ├── ChatMessageKind.cs │ │ │ ├── ChatMessageManager.cs │ │ │ ├── ChatMessageNotificationTriggerDetails.cs │ │ │ ├── ChatMessageOperatorKind.cs │ │ │ ├── ChatMessageReader.cs │ │ │ ├── ChatMessageStatus.cs │ │ │ ├── ChatMessageStore.cs │ │ │ ├── ChatMessageStoreChangedEventArgs.cs │ │ │ ├── ChatMessageTransport.cs │ │ │ ├── ChatMessageTransportConfiguration.cs │ │ │ ├── ChatMessageTransportKind.cs │ │ │ ├── ChatMessageValidationResult.cs │ │ │ ├── ChatMessageValidationStatus.cs │ │ │ ├── ChatQueryOptions.cs │ │ │ ├── ChatRecipientDeliveryInfo.cs │ │ │ ├── ChatRestoreHistorySpan.cs │ │ │ ├── ChatSearchReader.cs │ │ │ ├── ChatStoreChangedEventKind.cs │ │ │ ├── ChatSyncConfiguration.cs │ │ │ ├── ChatSyncManager.cs │ │ │ ├── ChatTransportErrorCodeCategory.cs │ │ │ ├── ChatTransportInterpretedErrorCode.cs │ │ │ ├── IChatItem.cs │ │ │ ├── RcsEndUserMessage.cs │ │ │ ├── RcsEndUserMessageAction.cs │ │ │ ├── RcsEndUserMessageAvailableEventArgs.cs │ │ │ ├── RcsEndUserMessageAvailableTriggerDetails.cs │ │ │ ├── RcsEndUserMessageManager.cs │ │ │ ├── RcsManager.cs │ │ │ ├── RcsServiceKind.cs │ │ │ ├── RcsServiceKindSupportedChangedEventArgs.cs │ │ │ ├── RcsTransport.cs │ │ │ ├── RcsTransportConfiguration.cs │ │ │ └── RemoteParticipantComposingChangedEventArgs.cs │ │ │ ├── Windows.ApplicationModel.Contacts.DataProvider │ │ │ ├── ContactDataProviderConnection.cs │ │ │ ├── ContactDataProviderTriggerDetails.cs │ │ │ ├── ContactListCreateOrUpdateContactRequest.cs │ │ │ ├── ContactListCreateOrUpdateContactRequestEventArgs.cs │ │ │ ├── ContactListDeleteContactRequest.cs │ │ │ ├── ContactListDeleteContactRequestEventArgs.cs │ │ │ ├── ContactListServerSearchReadBatchRequest.cs │ │ │ ├── ContactListServerSearchReadBatchRequestEventArgs.cs │ │ │ ├── ContactListSyncManagerSyncRequest.cs │ │ │ └── ContactListSyncManagerSyncRequestEventArgs.cs │ │ │ ├── Windows.ApplicationModel.Contacts.Provider │ │ │ ├── AddContactResult.cs │ │ │ ├── ContactPickerUI.cs │ │ │ └── ContactRemovedEventArgs.cs │ │ │ ├── Windows.ApplicationModel.Contacts │ │ │ ├── AggregateContactManager.cs │ │ │ ├── Contact.cs │ │ │ ├── ContactAddress.cs │ │ │ ├── ContactAddressKind.cs │ │ │ ├── ContactAnnotation.cs │ │ │ ├── ContactAnnotationList.cs │ │ │ ├── ContactAnnotationOperations.cs │ │ │ ├── ContactAnnotationStore.cs │ │ │ ├── ContactAnnotationStoreAccessType.cs │ │ │ ├── ContactBatch.cs │ │ │ ├── ContactBatchStatus.cs │ │ │ ├── ContactCardDelayedDataLoader.cs │ │ │ ├── ContactCardHeaderKind.cs │ │ │ ├── ContactCardOptions.cs │ │ │ ├── ContactCardTabKind.cs │ │ │ ├── ContactChange.cs │ │ │ ├── ContactChangeReader.cs │ │ │ ├── ContactChangeTracker.cs │ │ │ ├── ContactChangeType.cs │ │ │ ├── ContactChangedDeferral.cs │ │ │ ├── ContactChangedEventArgs.cs │ │ │ ├── ContactConnectedServiceAccount.cs │ │ │ ├── ContactDate.cs │ │ │ ├── ContactDateKind.cs │ │ │ ├── ContactEmail.cs │ │ │ ├── ContactEmailKind.cs │ │ │ ├── ContactField.cs │ │ │ ├── ContactFieldCategory.cs │ │ │ ├── ContactFieldFactory.cs │ │ │ ├── ContactFieldType.cs │ │ │ ├── ContactGroup.cs │ │ │ ├── ContactInformation.cs │ │ │ ├── ContactInstantMessageField.cs │ │ │ ├── ContactJobInfo.cs │ │ │ ├── ContactLaunchActionVerbs.cs │ │ │ ├── ContactList.cs │ │ │ ├── ContactListLimitedWriteOperations.cs │ │ │ ├── ContactListOtherAppReadAccess.cs │ │ │ ├── ContactListOtherAppWriteAccess.cs │ │ │ ├── ContactListSyncConstraints.cs │ │ │ ├── ContactListSyncManager.cs │ │ │ ├── ContactListSyncStatus.cs │ │ │ ├── ContactLocationField.cs │ │ │ ├── ContactManager.cs │ │ │ ├── ContactManagerForUser.cs │ │ │ ├── ContactMatchReason.cs │ │ │ ├── ContactMatchReasonKind.cs │ │ │ ├── ContactNameOrder.cs │ │ │ ├── ContactPanel.cs │ │ │ ├── ContactPanelClosingEventArgs.cs │ │ │ ├── ContactPanelLaunchFullAppRequestedEventArgs.cs │ │ │ ├── ContactPhone.cs │ │ │ ├── ContactPhoneKind.cs │ │ │ ├── ContactPicker.cs │ │ │ ├── ContactQueryDesiredFields.cs │ │ │ ├── ContactQueryOptions.cs │ │ │ ├── ContactQuerySearchFields.cs │ │ │ ├── ContactQuerySearchScope.cs │ │ │ ├── ContactQueryTextSearch.cs │ │ │ ├── ContactReader.cs │ │ │ ├── ContactRelationship.cs │ │ │ ├── ContactSelectionMode.cs │ │ │ ├── ContactSignificantOther.cs │ │ │ ├── ContactStore.cs │ │ │ ├── ContactStoreAccessType.cs │ │ │ ├── ContactStoreNotificationTriggerDetails.cs │ │ │ ├── ContactWebsite.cs │ │ │ ├── FullContactCardOptions.cs │ │ │ ├── IContactField.cs │ │ │ ├── IContactFieldFactory.cs │ │ │ ├── IContactInstantMessageFieldFactory.cs │ │ │ ├── IContactLocationFieldFactory.cs │ │ │ ├── KnownContactField.cs │ │ │ ├── PinnedContactIdsQueryResult.cs │ │ │ ├── PinnedContactManager.cs │ │ │ └── PinnedContactSurface.cs │ │ │ ├── Windows.ApplicationModel.ConversationalAgent │ │ │ ├── ActivationSignalDetectionConfiguration.cs │ │ │ ├── ActivationSignalDetectionConfigurationCreationResult.cs │ │ │ ├── ActivationSignalDetectionConfigurationCreationStatus.cs │ │ │ ├── ActivationSignalDetectionConfigurationRemovalResult.cs │ │ │ ├── ActivationSignalDetectionConfigurationSetModelDataResult.cs │ │ │ ├── ActivationSignalDetectionConfigurationStateChangeResult.cs │ │ │ ├── ActivationSignalDetectionTrainingDataFormat.cs │ │ │ ├── ActivationSignalDetector.cs │ │ │ ├── ActivationSignalDetectorKind.cs │ │ │ ├── ActivationSignalDetectorPowerState.cs │ │ │ ├── ConversationalAgentActivationKind.cs │ │ │ ├── ConversationalAgentActivationResult.cs │ │ │ ├── ConversationalAgentDetectorManager.cs │ │ │ ├── ConversationalAgentSession.cs │ │ │ ├── ConversationalAgentSessionInterruptedEventArgs.cs │ │ │ ├── ConversationalAgentSessionUpdateResponse.cs │ │ │ ├── ConversationalAgentSignal.cs │ │ │ ├── ConversationalAgentSignalDetectedEventArgs.cs │ │ │ ├── ConversationalAgentState.cs │ │ │ ├── ConversationalAgentSystemStateChangeType.cs │ │ │ ├── ConversationalAgentSystemStateChangedEventArgs.cs │ │ │ ├── ConversationalAgentVoiceActivationPrerequisiteKind.cs │ │ │ ├── DetectionConfigurationAvailabilityChangeKind.cs │ │ │ ├── DetectionConfigurationAvailabilityChangedEventArgs.cs │ │ │ ├── DetectionConfigurationAvailabilityInfo.cs │ │ │ ├── DetectionConfigurationTrainingStatus.cs │ │ │ └── SignalDetectorResourceKind.cs │ │ │ ├── Windows.ApplicationModel.Core │ │ │ ├── AppListEntry.cs │ │ │ ├── AppRestartFailureReason.cs │ │ │ ├── CoreApplication.cs │ │ │ ├── CoreApplicationView.cs │ │ │ ├── CoreApplicationViewTitleBar.cs │ │ │ ├── HostedViewClosingEventArgs.cs │ │ │ ├── ICoreApplicationUnhandledError.cs │ │ │ ├── IFrameworkView.cs │ │ │ ├── IFrameworkViewSource.cs │ │ │ ├── UnhandledError.cs │ │ │ └── UnhandledErrorDetectedEventArgs.cs │ │ │ ├── Windows.ApplicationModel.DataTransfer.DragDrop.Core │ │ │ ├── CoreDragDropManager.cs │ │ │ ├── CoreDragInfo.cs │ │ │ ├── CoreDragOperation.cs │ │ │ ├── CoreDragUIContentMode.cs │ │ │ ├── CoreDragUIOverride.cs │ │ │ ├── CoreDropOperationTargetRequestedEventArgs.cs │ │ │ └── ICoreDropOperationTarget.cs │ │ │ ├── Windows.ApplicationModel.DataTransfer.DragDrop │ │ │ └── DragDropModifiers.cs │ │ │ ├── Windows.ApplicationModel.DataTransfer.ShareTarget │ │ │ ├── QuickLink.cs │ │ │ └── ShareOperation.cs │ │ │ ├── Windows.ApplicationModel.DataTransfer │ │ │ ├── Clipboard.cs │ │ │ ├── ClipboardContentOptions.cs │ │ │ ├── ClipboardHistoryChangedEventArgs.cs │ │ │ ├── ClipboardHistoryItem.cs │ │ │ ├── ClipboardHistoryItemsResult.cs │ │ │ ├── ClipboardHistoryItemsResultStatus.cs │ │ │ ├── DataPackage.cs │ │ │ ├── DataPackageOperation.cs │ │ │ ├── DataPackagePropertySet.cs │ │ │ ├── DataPackagePropertySetView.cs │ │ │ ├── DataPackageView.cs │ │ │ ├── DataProviderDeferral.cs │ │ │ ├── DataProviderHandler.cs │ │ │ ├── DataProviderRequest.cs │ │ │ ├── DataRequest.cs │ │ │ ├── DataRequestDeferral.cs │ │ │ ├── DataRequestedEventArgs.cs │ │ │ ├── DataTransferManager.cs │ │ │ ├── HtmlFormatHelper.cs │ │ │ ├── OperationCompletedEventArgs.cs │ │ │ ├── SetHistoryItemAsContentStatus.cs │ │ │ ├── ShareCompletedEventArgs.cs │ │ │ ├── ShareProvider.cs │ │ │ ├── ShareProviderHandler.cs │ │ │ ├── ShareProviderOperation.cs │ │ │ ├── ShareProvidersRequestedEventArgs.cs │ │ │ ├── ShareTargetInfo.cs │ │ │ ├── ShareUIOptions.cs │ │ │ ├── ShareUITheme.cs │ │ │ ├── SharedStorageAccessManager.cs │ │ │ ├── StandardDataFormats.cs │ │ │ └── TargetApplicationChosenEventArgs.cs │ │ │ ├── Windows.ApplicationModel.Email.DataProvider │ │ │ ├── EmailDataProviderConnection.cs │ │ │ ├── EmailDataProviderTriggerDetails.cs │ │ │ ├── EmailMailboxCreateFolderRequest.cs │ │ │ ├── EmailMailboxCreateFolderRequestEventArgs.cs │ │ │ ├── EmailMailboxDeleteFolderRequest.cs │ │ │ ├── EmailMailboxDeleteFolderRequestEventArgs.cs │ │ │ ├── EmailMailboxDownloadAttachmentRequest.cs │ │ │ ├── EmailMailboxDownloadAttachmentRequestEventArgs.cs │ │ │ ├── EmailMailboxDownloadMessageRequest.cs │ │ │ ├── EmailMailboxDownloadMessageRequestEventArgs.cs │ │ │ ├── EmailMailboxEmptyFolderRequest.cs │ │ │ ├── EmailMailboxEmptyFolderRequestEventArgs.cs │ │ │ ├── EmailMailboxForwardMeetingRequest.cs │ │ │ ├── EmailMailboxForwardMeetingRequestEventArgs.cs │ │ │ ├── EmailMailboxGetAutoReplySettingsRequest.cs │ │ │ ├── EmailMailboxGetAutoReplySettingsRequestEventArgs.cs │ │ │ ├── EmailMailboxMoveFolderRequest.cs │ │ │ ├── EmailMailboxMoveFolderRequestEventArgs.cs │ │ │ ├── EmailMailboxProposeNewTimeForMeetingRequest.cs │ │ │ ├── EmailMailboxProposeNewTimeForMeetingRequestEventArgs.cs │ │ │ ├── EmailMailboxResolveRecipientsRequest.cs │ │ │ ├── EmailMailboxResolveRecipientsRequestEventArgs.cs │ │ │ ├── EmailMailboxServerSearchReadBatchRequest.cs │ │ │ ├── EmailMailboxServerSearchReadBatchRequestEventArgs.cs │ │ │ ├── EmailMailboxSetAutoReplySettingsRequest.cs │ │ │ ├── EmailMailboxSetAutoReplySettingsRequestEventArgs.cs │ │ │ ├── EmailMailboxSyncManagerSyncRequest.cs │ │ │ ├── EmailMailboxSyncManagerSyncRequestEventArgs.cs │ │ │ ├── EmailMailboxUpdateMeetingResponseRequest.cs │ │ │ ├── EmailMailboxUpdateMeetingResponseRequestEventArgs.cs │ │ │ ├── EmailMailboxValidateCertificatesRequest.cs │ │ │ └── EmailMailboxValidateCertificatesRequestEventArgs.cs │ │ │ ├── Windows.ApplicationModel.Email │ │ │ ├── EmailAttachment.cs │ │ │ ├── EmailAttachmentDownloadState.cs │ │ │ ├── EmailBatchStatus.cs │ │ │ ├── EmailCertificateValidationStatus.cs │ │ │ ├── EmailConversation.cs │ │ │ ├── EmailConversationBatch.cs │ │ │ ├── EmailConversationReader.cs │ │ │ ├── EmailFlagState.cs │ │ │ ├── EmailFolder.cs │ │ │ ├── EmailImportance.cs │ │ │ ├── EmailIrmInfo.cs │ │ │ ├── EmailIrmTemplate.cs │ │ │ ├── EmailItemCounts.cs │ │ │ ├── EmailMailbox.cs │ │ │ ├── EmailMailboxAction.cs │ │ │ ├── EmailMailboxActionKind.cs │ │ │ ├── EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation.cs │ │ │ ├── EmailMailboxAutoReply.cs │ │ │ ├── EmailMailboxAutoReplyMessageResponseKind.cs │ │ │ ├── EmailMailboxAutoReplySettings.cs │ │ │ ├── EmailMailboxCapabilities.cs │ │ │ ├── EmailMailboxChange.cs │ │ │ ├── EmailMailboxChangeReader.cs │ │ │ ├── EmailMailboxChangeTracker.cs │ │ │ ├── EmailMailboxChangeType.cs │ │ │ ├── EmailMailboxChangedDeferral.cs │ │ │ ├── EmailMailboxChangedEventArgs.cs │ │ │ ├── EmailMailboxCreateFolderResult.cs │ │ │ ├── EmailMailboxCreateFolderStatus.cs │ │ │ ├── EmailMailboxDeleteFolderStatus.cs │ │ │ ├── EmailMailboxEmptyFolderStatus.cs │ │ │ ├── EmailMailboxOtherAppReadAccess.cs │ │ │ ├── EmailMailboxOtherAppWriteAccess.cs │ │ │ ├── EmailMailboxPolicies.cs │ │ │ ├── EmailMailboxSmimeEncryptionAlgorithm.cs │ │ │ ├── EmailMailboxSmimeSigningAlgorithm.cs │ │ │ ├── EmailMailboxSyncManager.cs │ │ │ ├── EmailMailboxSyncStatus.cs │ │ │ ├── EmailManager.cs │ │ │ ├── EmailManagerForUser.cs │ │ │ ├── EmailMeetingInfo.cs │ │ │ ├── EmailMeetingResponseType.cs │ │ │ ├── EmailMessage.cs │ │ │ ├── EmailMessageBatch.cs │ │ │ ├── EmailMessageBodyKind.cs │ │ │ ├── EmailMessageDownloadState.cs │ │ │ ├── EmailMessageReader.cs │ │ │ ├── EmailMessageResponseKind.cs │ │ │ ├── EmailMessageSmimeKind.cs │ │ │ ├── EmailQueryKind.cs │ │ │ ├── EmailQueryOptions.cs │ │ │ ├── EmailQuerySearchFields.cs │ │ │ ├── EmailQuerySearchScope.cs │ │ │ ├── EmailQuerySortDirection.cs │ │ │ ├── EmailQuerySortProperty.cs │ │ │ ├── EmailQueryTextSearch.cs │ │ │ ├── EmailRecipient.cs │ │ │ ├── EmailRecipientResolutionResult.cs │ │ │ ├── EmailRecipientResolutionStatus.cs │ │ │ ├── EmailSpecialFolderKind.cs │ │ │ ├── EmailStore.cs │ │ │ ├── EmailStoreAccessType.cs │ │ │ └── EmailStoreNotificationTriggerDetails.cs │ │ │ ├── Windows.ApplicationModel.ExtendedExecution.Foreground │ │ │ ├── ExtendedExecutionForegroundReason.cs │ │ │ ├── ExtendedExecutionForegroundResult.cs │ │ │ ├── ExtendedExecutionForegroundRevokedEventArgs.cs │ │ │ ├── ExtendedExecutionForegroundRevokedReason.cs │ │ │ └── ExtendedExecutionForegroundSession.cs │ │ │ ├── Windows.ApplicationModel.ExtendedExecution │ │ │ ├── ExtendedExecutionReason.cs │ │ │ ├── ExtendedExecutionResult.cs │ │ │ ├── ExtendedExecutionRevokedEventArgs.cs │ │ │ ├── ExtendedExecutionRevokedReason.cs │ │ │ └── ExtendedExecutionSession.cs │ │ │ ├── Windows.ApplicationModel.Holographic │ │ │ └── HolographicKeyboard.cs │ │ │ ├── Windows.ApplicationModel.LockScreen │ │ │ ├── LockApplicationHost.cs │ │ │ ├── LockScreenBadge.cs │ │ │ ├── LockScreenInfo.cs │ │ │ ├── LockScreenUnlockingDeferral.cs │ │ │ └── LockScreenUnlockingEventArgs.cs │ │ │ ├── Windows.ApplicationModel.Payments.Provider │ │ │ ├── PaymentAppCanMakePaymentTriggerDetails.cs │ │ │ ├── PaymentAppManager.cs │ │ │ ├── PaymentTransaction.cs │ │ │ └── PaymentTransactionAcceptResult.cs │ │ │ ├── Windows.ApplicationModel.Payments │ │ │ ├── PaymentAddress.cs │ │ │ ├── PaymentCanMakePaymentResult.cs │ │ │ ├── PaymentCanMakePaymentResultStatus.cs │ │ │ ├── PaymentCurrencyAmount.cs │ │ │ ├── PaymentDetails.cs │ │ │ ├── PaymentDetailsModifier.cs │ │ │ ├── PaymentItem.cs │ │ │ ├── PaymentMediator.cs │ │ │ ├── PaymentMerchantInfo.cs │ │ │ ├── PaymentMethodData.cs │ │ │ ├── PaymentOptionPresence.cs │ │ │ ├── PaymentOptions.cs │ │ │ ├── PaymentRequest.cs │ │ │ ├── PaymentRequestChangeKind.cs │ │ │ ├── PaymentRequestChangedArgs.cs │ │ │ ├── PaymentRequestChangedHandler.cs │ │ │ ├── PaymentRequestChangedResult.cs │ │ │ ├── PaymentRequestCompletionStatus.cs │ │ │ ├── PaymentRequestStatus.cs │ │ │ ├── PaymentRequestSubmitResult.cs │ │ │ ├── PaymentResponse.cs │ │ │ ├── PaymentShippingOption.cs │ │ │ ├── PaymentShippingType.cs │ │ │ └── PaymentToken.cs │ │ │ ├── Windows.ApplicationModel.Preview.Holographic │ │ │ ├── HolographicApplicationPreview.cs │ │ │ └── HolographicKeyboardPlacementOverridePreview.cs │ │ │ ├── Windows.ApplicationModel.Resources.Core │ │ │ ├── NamedResource.cs │ │ │ ├── ResourceCandidate.cs │ │ │ ├── ResourceCandidateKind.cs │ │ │ ├── ResourceCandidateVectorView.cs │ │ │ ├── ResourceContext.cs │ │ │ ├── ResourceContextLanguagesVectorView.cs │ │ │ ├── ResourceLayoutInfo.cs │ │ │ ├── ResourceManager.cs │ │ │ ├── ResourceMap.cs │ │ │ ├── ResourceMapIterator.cs │ │ │ ├── ResourceMapMapView.cs │ │ │ ├── ResourceMapMapViewIterator.cs │ │ │ ├── ResourceQualifier.cs │ │ │ ├── ResourceQualifierMapView.cs │ │ │ ├── ResourceQualifierObservableMap.cs │ │ │ ├── ResourceQualifierPersistence.cs │ │ │ └── ResourceQualifierVectorView.cs │ │ │ ├── Windows.ApplicationModel.Resources │ │ │ └── ResourceLoader.cs │ │ │ ├── Windows.ApplicationModel.Search │ │ │ ├── LocalContentSuggestionSettings.cs │ │ │ ├── SearchPaneQueryLinguisticDetails.cs │ │ │ ├── SearchQueryLinguisticDetails.cs │ │ │ ├── SearchSuggestionCollection.cs │ │ │ ├── SearchSuggestionsRequest.cs │ │ │ └── SearchSuggestionsRequestDeferral.cs │ │ │ ├── Windows.ApplicationModel.Store.LicenseManagement │ │ │ ├── LicenseManager.cs │ │ │ ├── LicenseRefreshOption.cs │ │ │ ├── LicenseSatisfactionInfo.cs │ │ │ └── LicenseSatisfactionResult.cs │ │ │ ├── Windows.ApplicationModel.Store.Preview.InstallControl │ │ │ ├── AppInstallItem.cs │ │ │ ├── AppInstallManager.cs │ │ │ ├── AppInstallManagerItemEventArgs.cs │ │ │ ├── AppInstallOptions.cs │ │ │ ├── AppInstallState.cs │ │ │ ├── AppInstallStatus.cs │ │ │ ├── AppInstallType.cs │ │ │ ├── AppInstallationToastNotificationMode.cs │ │ │ ├── AppUpdateOptions.cs │ │ │ ├── AutoUpdateSetting.cs │ │ │ ├── GetEntitlementResult.cs │ │ │ └── GetEntitlementStatus.cs │ │ │ ├── Windows.ApplicationModel.Store.Preview │ │ │ ├── DeliveryOptimizationDownloadMode.cs │ │ │ ├── DeliveryOptimizationDownloadModeSource.cs │ │ │ ├── DeliveryOptimizationSettings.cs │ │ │ ├── StoreConfiguration.cs │ │ │ ├── StoreHardwareManufacturerInfo.cs │ │ │ ├── StoreLogOptions.cs │ │ │ ├── StorePreview.cs │ │ │ ├── StorePreviewProductInfo.cs │ │ │ ├── StorePreviewProductPurchaseStatus.cs │ │ │ ├── StorePreviewPurchaseResults.cs │ │ │ ├── StorePreviewSkuInfo.cs │ │ │ ├── StoreSystemFeature.cs │ │ │ └── WebAuthenticationCoreManagerHelper.cs │ │ │ ├── Windows.ApplicationModel.Store │ │ │ ├── CurrentApp.cs │ │ │ ├── CurrentAppSimulator.cs │ │ │ ├── FulfillmentResult.cs │ │ │ ├── LicenseChangedEventHandler.cs │ │ │ ├── LicenseInformation.cs │ │ │ ├── ListingInformation.cs │ │ │ ├── ProductLicense.cs │ │ │ ├── ProductListing.cs │ │ │ ├── ProductPurchaseDisplayProperties.cs │ │ │ ├── ProductPurchaseStatus.cs │ │ │ ├── ProductType.cs │ │ │ ├── PurchaseResults.cs │ │ │ └── UnfulfilledConsumable.cs │ │ │ ├── Windows.ApplicationModel.UserActivities.Core │ │ │ └── CoreUserActivityManager.cs │ │ │ ├── Windows.ApplicationModel.UserActivities │ │ │ ├── IUserActivityContentInfo.cs │ │ │ ├── UserActivity.cs │ │ │ ├── UserActivityAttribution.cs │ │ │ ├── UserActivityChannel.cs │ │ │ ├── UserActivityContentInfo.cs │ │ │ ├── UserActivityRequest.cs │ │ │ ├── UserActivityRequestManager.cs │ │ │ ├── UserActivityRequestedEventArgs.cs │ │ │ ├── UserActivitySession.cs │ │ │ ├── UserActivitySessionHistoryItem.cs │ │ │ ├── UserActivityState.cs │ │ │ └── UserActivityVisualElements.cs │ │ │ ├── Windows.ApplicationModel.UserDataAccounts.Provider │ │ │ ├── IUserDataAccountProviderOperation.cs │ │ │ ├── UserDataAccountPartnerAccountInfo.cs │ │ │ ├── UserDataAccountProviderAddAccountOperation.cs │ │ │ ├── UserDataAccountProviderOperationKind.cs │ │ │ ├── UserDataAccountProviderPartnerAccountKind.cs │ │ │ ├── UserDataAccountProviderResolveErrorsOperation.cs │ │ │ └── UserDataAccountProviderSettingsOperation.cs │ │ │ ├── Windows.ApplicationModel.UserDataAccounts.SystemAccess │ │ │ ├── DeviceAccountAuthenticationType.cs │ │ │ ├── DeviceAccountConfiguration.cs │ │ │ ├── DeviceAccountIconId.cs │ │ │ ├── DeviceAccountMailAgeFilter.cs │ │ │ ├── DeviceAccountServerType.cs │ │ │ ├── DeviceAccountSyncScheduleKind.cs │ │ │ └── UserDataAccountSystemAccessManager.cs │ │ │ ├── Windows.ApplicationModel.UserDataAccounts │ │ │ ├── UserDataAccount.cs │ │ │ ├── UserDataAccountContentKinds.cs │ │ │ ├── UserDataAccountManager.cs │ │ │ ├── UserDataAccountManagerForUser.cs │ │ │ ├── UserDataAccountOtherAppReadAccess.cs │ │ │ ├── UserDataAccountStore.cs │ │ │ ├── UserDataAccountStoreAccessType.cs │ │ │ └── UserDataAccountStoreChangedEventArgs.cs │ │ │ ├── Windows.ApplicationModel.UserDataTasks.DataProvider │ │ │ ├── UserDataTaskDataProviderConnection.cs │ │ │ ├── UserDataTaskDataProviderTriggerDetails.cs │ │ │ ├── UserDataTaskListCompleteTaskRequest.cs │ │ │ ├── UserDataTaskListCompleteTaskRequestEventArgs.cs │ │ │ ├── UserDataTaskListCreateOrUpdateTaskRequest.cs │ │ │ ├── UserDataTaskListCreateOrUpdateTaskRequestEventArgs.cs │ │ │ ├── UserDataTaskListDeleteTaskRequest.cs │ │ │ ├── UserDataTaskListDeleteTaskRequestEventArgs.cs │ │ │ ├── UserDataTaskListSkipOccurrenceRequest.cs │ │ │ ├── UserDataTaskListSkipOccurrenceRequestEventArgs.cs │ │ │ ├── UserDataTaskListSyncManagerSyncRequest.cs │ │ │ └── UserDataTaskListSyncManagerSyncRequestEventArgs.cs │ │ │ ├── Windows.ApplicationModel.UserDataTasks │ │ │ ├── UserDataTask.cs │ │ │ ├── UserDataTaskBatch.cs │ │ │ ├── UserDataTaskDaysOfWeek.cs │ │ │ ├── UserDataTaskDetailsKind.cs │ │ │ ├── UserDataTaskKind.cs │ │ │ ├── UserDataTaskList.cs │ │ │ ├── UserDataTaskListLimitedWriteOperations.cs │ │ │ ├── UserDataTaskListOtherAppReadAccess.cs │ │ │ ├── UserDataTaskListOtherAppWriteAccess.cs │ │ │ ├── UserDataTaskListSyncManager.cs │ │ │ ├── UserDataTaskListSyncStatus.cs │ │ │ ├── UserDataTaskManager.cs │ │ │ ├── UserDataTaskPriority.cs │ │ │ ├── UserDataTaskQueryKind.cs │ │ │ ├── UserDataTaskQueryOptions.cs │ │ │ ├── UserDataTaskQuerySortProperty.cs │ │ │ ├── UserDataTaskReader.cs │ │ │ ├── UserDataTaskRecurrenceProperties.cs │ │ │ ├── UserDataTaskRecurrenceUnit.cs │ │ │ ├── UserDataTaskRegenerationProperties.cs │ │ │ ├── UserDataTaskRegenerationUnit.cs │ │ │ ├── UserDataTaskSensitivity.cs │ │ │ ├── UserDataTaskStore.cs │ │ │ ├── UserDataTaskStoreAccessType.cs │ │ │ └── UserDataTaskWeekOfMonth.cs │ │ │ ├── Windows.ApplicationModel.VoiceCommands │ │ │ ├── VoiceCommand.cs │ │ │ ├── VoiceCommandCompletedEventArgs.cs │ │ │ ├── VoiceCommandCompletionReason.cs │ │ │ ├── VoiceCommandConfirmationResult.cs │ │ │ ├── VoiceCommandContentTile.cs │ │ │ ├── VoiceCommandContentTileType.cs │ │ │ ├── VoiceCommandDefinition.cs │ │ │ ├── VoiceCommandDefinitionManager.cs │ │ │ ├── VoiceCommandDisambiguationResult.cs │ │ │ ├── VoiceCommandResponse.cs │ │ │ ├── VoiceCommandServiceConnection.cs │ │ │ └── VoiceCommandUserMessage.cs │ │ │ ├── Windows.ApplicationModel.Wallet.System │ │ │ ├── WalletItemAppAssociation.cs │ │ │ ├── WalletItemSystemStore.cs │ │ │ └── WalletManagerSystem.cs │ │ │ ├── Windows.ApplicationModel.Wallet │ │ │ ├── WalletBarcode.cs │ │ │ ├── WalletBarcodeSymbology.cs │ │ │ ├── WalletDetailViewPosition.cs │ │ │ ├── WalletItem.cs │ │ │ ├── WalletItemCustomProperty.cs │ │ │ ├── WalletItemKind.cs │ │ │ ├── WalletItemStore.cs │ │ │ ├── WalletManager.cs │ │ │ ├── WalletRelevantLocation.cs │ │ │ ├── WalletSummaryViewPosition.cs │ │ │ ├── WalletTransaction.cs │ │ │ └── WalletVerb.cs │ │ │ ├── Windows.ApplicationModel │ │ │ ├── AddResourcePackageOptions.cs │ │ │ ├── AppDisplayInfo.cs │ │ │ ├── AppExecutionContext.cs │ │ │ ├── AppInfo.cs │ │ │ ├── AppInstallerInfo.cs │ │ │ ├── AppInstallerPolicySource.cs │ │ │ ├── AppInstance.cs │ │ │ ├── CameraApplicationManager.cs │ │ │ ├── DesignMode.cs │ │ │ ├── EnteredBackgroundEventArgs.cs │ │ │ ├── IEnteredBackgroundEventArgs.cs │ │ │ ├── ILeavingBackgroundEventArgs.cs │ │ │ ├── ISuspendingDeferral.cs │ │ │ ├── ISuspendingEventArgs.cs │ │ │ ├── ISuspendingOperation.cs │ │ │ ├── LeavingBackgroundEventArgs.cs │ │ │ ├── LimitedAccessFeatureRequestResult.cs │ │ │ ├── LimitedAccessFeatureStatus.cs │ │ │ ├── LimitedAccessFeatures.cs │ │ │ ├── Package.cs │ │ │ ├── PackageCatalog.cs │ │ │ ├── PackageCatalogAddOptionalPackageResult.cs │ │ │ ├── PackageCatalogAddResourcePackageResult.cs │ │ │ ├── PackageCatalogRemoveOptionalPackagesResult.cs │ │ │ ├── PackageCatalogRemoveResourcePackagesResult.cs │ │ │ ├── PackageContentGroup.cs │ │ │ ├── PackageContentGroupStagingEventArgs.cs │ │ │ ├── PackageContentGroupState.cs │ │ │ ├── PackageId.cs │ │ │ ├── PackageInstallProgress.cs │ │ │ ├── PackageInstallingEventArgs.cs │ │ │ ├── PackageSignatureKind.cs │ │ │ ├── PackageStagingEventArgs.cs │ │ │ ├── PackageStatus.cs │ │ │ ├── PackageStatusChangedEventArgs.cs │ │ │ ├── PackageUninstallingEventArgs.cs │ │ │ ├── PackageUpdateAvailability.cs │ │ │ ├── PackageUpdateAvailabilityResult.cs │ │ │ ├── PackageUpdatingEventArgs.cs │ │ │ ├── PackageVersion.cs │ │ │ ├── SuspendingDeferral.cs │ │ │ ├── SuspendingEventArgs.cs │ │ │ └── SuspendingOperation.cs │ │ │ ├── Windows.Data.Html │ │ │ └── HtmlUtilities.cs │ │ │ ├── Windows.Data.Json │ │ │ ├── IJsonValue.cs │ │ │ ├── JsonArray.cs │ │ │ ├── JsonError.cs │ │ │ ├── JsonErrorStatus.cs │ │ │ ├── JsonObject.cs │ │ │ ├── JsonValue.cs │ │ │ └── JsonValueType.cs │ │ │ ├── Windows.Data.Pdf │ │ │ ├── PdfDocument.cs │ │ │ ├── PdfPage.cs │ │ │ ├── PdfPageDimensions.cs │ │ │ ├── PdfPageRenderOptions.cs │ │ │ └── PdfPageRotation.cs │ │ │ ├── Windows.Data.Text │ │ │ ├── AlternateNormalizationFormat.cs │ │ │ ├── AlternateWordForm.cs │ │ │ ├── SelectableWordSegment.cs │ │ │ ├── SelectableWordSegmentsTokenizingHandler.cs │ │ │ ├── SelectableWordsSegmenter.cs │ │ │ ├── SemanticTextQuery.cs │ │ │ ├── TextConversionGenerator.cs │ │ │ ├── TextPhoneme.cs │ │ │ ├── TextPredictionGenerator.cs │ │ │ ├── TextPredictionOptions.cs │ │ │ ├── TextReverseConversionGenerator.cs │ │ │ ├── TextSegment.cs │ │ │ ├── UnicodeCharacters.cs │ │ │ ├── UnicodeGeneralCategory.cs │ │ │ ├── UnicodeNumericType.cs │ │ │ ├── WordSegment.cs │ │ │ ├── WordSegmentsTokenizingHandler.cs │ │ │ └── WordsSegmenter.cs │ │ │ ├── Windows.Data.Xml.Dom │ │ │ ├── DtdEntity.cs │ │ │ ├── DtdNotation.cs │ │ │ ├── IXmlCharacterData.cs │ │ │ ├── IXmlNode.cs │ │ │ ├── IXmlNodeSelector.cs │ │ │ ├── IXmlNodeSerializer.cs │ │ │ ├── IXmlText.cs │ │ │ ├── NodeType.cs │ │ │ ├── XmlAttribute.cs │ │ │ ├── XmlCDataSection.cs │ │ │ ├── XmlComment.cs │ │ │ ├── XmlDocument.cs │ │ │ ├── XmlDocumentFragment.cs │ │ │ ├── XmlDocumentType.cs │ │ │ ├── XmlDomImplementation.cs │ │ │ ├── XmlElement.cs │ │ │ ├── XmlEntityReference.cs │ │ │ ├── XmlLoadSettings.cs │ │ │ ├── XmlNamedNodeMap.cs │ │ │ ├── XmlNodeList.cs │ │ │ ├── XmlProcessingInstruction.cs │ │ │ └── XmlText.cs │ │ │ ├── Windows.Data.Xml.Xsl │ │ │ └── XsltProcessor.cs │ │ │ ├── Windows.Devices.AllJoyn │ │ │ ├── AllJoynAboutData.cs │ │ │ ├── AllJoynAboutDataView.cs │ │ │ ├── AllJoynAcceptSessionJoinerEventArgs.cs │ │ │ ├── AllJoynAuthenticationCompleteEventArgs.cs │ │ │ ├── AllJoynAuthenticationMechanism.cs │ │ │ ├── AllJoynBusAttachment.cs │ │ │ ├── AllJoynBusAttachmentState.cs │ │ │ ├── AllJoynBusAttachmentStateChangedEventArgs.cs │ │ │ ├── AllJoynBusObject.cs │ │ │ ├── AllJoynBusObjectStoppedEventArgs.cs │ │ │ ├── AllJoynCredentials.cs │ │ │ ├── AllJoynCredentialsRequestedEventArgs.cs │ │ │ ├── AllJoynCredentialsVerificationRequestedEventArgs.cs │ │ │ ├── AllJoynMessageInfo.cs │ │ │ ├── AllJoynProducerStoppedEventArgs.cs │ │ │ ├── AllJoynServiceInfo.cs │ │ │ ├── AllJoynServiceInfoRemovedEventArgs.cs │ │ │ ├── AllJoynSession.cs │ │ │ ├── AllJoynSessionJoinedEventArgs.cs │ │ │ ├── AllJoynSessionLostEventArgs.cs │ │ │ ├── AllJoynSessionLostReason.cs │ │ │ ├── AllJoynSessionMemberAddedEventArgs.cs │ │ │ ├── AllJoynSessionMemberRemovedEventArgs.cs │ │ │ ├── AllJoynStatus.cs │ │ │ ├── AllJoynTrafficType.cs │ │ │ ├── AllJoynWatcherStoppedEventArgs.cs │ │ │ ├── IAllJoynAcceptSessionJoiner.cs │ │ │ └── IAllJoynProducer.cs │ │ │ ├── Windows.Devices.Background │ │ │ ├── DeviceServicingDetails.cs │ │ │ └── DeviceUseDetails.cs │ │ │ ├── Windows.Devices.Bluetooth.Advertisement │ │ │ ├── BluetoothLEAdvertisement.cs │ │ │ ├── BluetoothLEAdvertisementBytePattern.cs │ │ │ ├── BluetoothLEAdvertisementDataSection.cs │ │ │ ├── BluetoothLEAdvertisementDataTypes.cs │ │ │ ├── BluetoothLEAdvertisementFilter.cs │ │ │ ├── BluetoothLEAdvertisementFlags.cs │ │ │ ├── BluetoothLEAdvertisementPublisher.cs │ │ │ ├── BluetoothLEAdvertisementPublisherStatus.cs │ │ │ ├── BluetoothLEAdvertisementPublisherStatusChangedEventArgs.cs │ │ │ ├── BluetoothLEAdvertisementReceivedEventArgs.cs │ │ │ ├── BluetoothLEAdvertisementType.cs │ │ │ ├── BluetoothLEAdvertisementWatcher.cs │ │ │ ├── BluetoothLEAdvertisementWatcherStatus.cs │ │ │ ├── BluetoothLEAdvertisementWatcherStoppedEventArgs.cs │ │ │ ├── BluetoothLEManufacturerData.cs │ │ │ └── BluetoothLEScanningMode.cs │ │ │ ├── Windows.Devices.Bluetooth.Background │ │ │ ├── BluetoothEventTriggeringMode.cs │ │ │ ├── BluetoothLEAdvertisementPublisherTriggerDetails.cs │ │ │ ├── BluetoothLEAdvertisementWatcherTriggerDetails.cs │ │ │ ├── GattCharacteristicNotificationTriggerDetails.cs │ │ │ ├── GattServiceProviderConnection.cs │ │ │ ├── GattServiceProviderTriggerDetails.cs │ │ │ ├── RfcommConnectionTriggerDetails.cs │ │ │ ├── RfcommInboundConnectionInformation.cs │ │ │ └── RfcommOutboundConnectionInformation.cs │ │ │ ├── Windows.Devices.Bluetooth.GenericAttributeProfile │ │ │ ├── GattCharacteristic.cs │ │ │ ├── GattCharacteristicProperties.cs │ │ │ ├── GattCharacteristicUuids.cs │ │ │ ├── GattCharacteristicsResult.cs │ │ │ ├── GattClientCharacteristicConfigurationDescriptorValue.cs │ │ │ ├── GattClientNotificationResult.cs │ │ │ ├── GattCommunicationStatus.cs │ │ │ ├── GattDescriptor.cs │ │ │ ├── GattDescriptorUuids.cs │ │ │ ├── GattDescriptorsResult.cs │ │ │ ├── GattDeviceService.cs │ │ │ ├── GattDeviceServicesResult.cs │ │ │ ├── GattLocalCharacteristic.cs │ │ │ ├── GattLocalCharacteristicParameters.cs │ │ │ ├── GattLocalCharacteristicResult.cs │ │ │ ├── GattLocalDescriptor.cs │ │ │ ├── GattLocalDescriptorParameters.cs │ │ │ ├── GattLocalDescriptorResult.cs │ │ │ ├── GattLocalService.cs │ │ │ ├── GattOpenStatus.cs │ │ │ ├── GattPresentationFormat.cs │ │ │ ├── GattPresentationFormatTypes.cs │ │ │ ├── GattProtectionLevel.cs │ │ │ ├── GattProtocolError.cs │ │ │ ├── GattReadClientCharacteristicConfigurationDescriptorResult.cs │ │ │ ├── GattReadRequest.cs │ │ │ ├── GattReadRequestedEventArgs.cs │ │ │ ├── GattReadResult.cs │ │ │ ├── GattReliableWriteTransaction.cs │ │ │ ├── GattRequestState.cs │ │ │ ├── GattRequestStateChangedEventArgs.cs │ │ │ ├── GattServiceProvider.cs │ │ │ ├── GattServiceProviderAdvertisementStatus.cs │ │ │ ├── GattServiceProviderAdvertisementStatusChangedEventArgs.cs │ │ │ ├── GattServiceProviderAdvertisingParameters.cs │ │ │ ├── GattServiceProviderResult.cs │ │ │ ├── GattServiceUuids.cs │ │ │ ├── GattSession.cs │ │ │ ├── GattSessionStatus.cs │ │ │ ├── GattSessionStatusChangedEventArgs.cs │ │ │ ├── GattSharingMode.cs │ │ │ ├── GattSubscribedClient.cs │ │ │ ├── GattValueChangedEventArgs.cs │ │ │ ├── GattWriteOption.cs │ │ │ ├── GattWriteRequest.cs │ │ │ ├── GattWriteRequestedEventArgs.cs │ │ │ └── GattWriteResult.cs │ │ │ ├── Windows.Devices.Bluetooth.Rfcomm │ │ │ ├── RfcommDeviceService.cs │ │ │ ├── RfcommDeviceServicesResult.cs │ │ │ ├── RfcommServiceId.cs │ │ │ └── RfcommServiceProvider.cs │ │ │ ├── Windows.Devices.Bluetooth │ │ │ ├── BluetoothAdapter.cs │ │ │ ├── BluetoothAddressType.cs │ │ │ ├── BluetoothCacheMode.cs │ │ │ ├── BluetoothClassOfDevice.cs │ │ │ ├── BluetoothConnectionStatus.cs │ │ │ ├── BluetoothDevice.cs │ │ │ ├── BluetoothDeviceId.cs │ │ │ ├── BluetoothError.cs │ │ │ ├── BluetoothLEAppearance.cs │ │ │ ├── BluetoothLEAppearanceCategories.cs │ │ │ ├── BluetoothLEAppearanceSubcategories.cs │ │ │ ├── BluetoothLEConnectionParameters.cs │ │ │ ├── BluetoothLEConnectionPhy.cs │ │ │ ├── BluetoothLEConnectionPhyInfo.cs │ │ │ ├── BluetoothLEDevice.cs │ │ │ ├── BluetoothLEPreferredConnectionParameters.cs │ │ │ ├── BluetoothLEPreferredConnectionParametersRequest.cs │ │ │ ├── BluetoothLEPreferredConnectionParametersRequestStatus.cs │ │ │ ├── BluetoothMajorClass.cs │ │ │ ├── BluetoothMinorClass.cs │ │ │ ├── BluetoothServiceCapabilities.cs │ │ │ ├── BluetoothSignalStrengthFilter.cs │ │ │ └── BluetoothUuidHelper.cs │ │ │ ├── Windows.Devices.Display.Core │ │ │ ├── DisplayAdapter.cs │ │ │ ├── DisplayBitsPerChannel.cs │ │ │ ├── DisplayDevice.cs │ │ │ ├── DisplayDeviceCapability.cs │ │ │ ├── DisplayFence.cs │ │ │ ├── DisplayManager.cs │ │ │ ├── DisplayManagerChangedEventArgs.cs │ │ │ ├── DisplayManagerDisabledEventArgs.cs │ │ │ ├── DisplayManagerEnabledEventArgs.cs │ │ │ ├── DisplayManagerOptions.cs │ │ │ ├── DisplayManagerPathsFailedOrInvalidatedEventArgs.cs │ │ │ ├── DisplayManagerResult.cs │ │ │ ├── DisplayManagerResultWithState.cs │ │ │ ├── DisplayModeInfo.cs │ │ │ ├── DisplayModeQueryOptions.cs │ │ │ ├── DisplayPath.cs │ │ │ ├── DisplayPathScaling.cs │ │ │ ├── DisplayPathStatus.cs │ │ │ ├── DisplayPresentStatus.cs │ │ │ ├── DisplayPresentationRate.cs │ │ │ ├── DisplayPrimaryDescription.cs │ │ │ ├── DisplayRotation.cs │ │ │ ├── DisplayScanout.cs │ │ │ ├── DisplayScanoutOptions.cs │ │ │ ├── DisplaySource.cs │ │ │ ├── DisplaySourceStatus.cs │ │ │ ├── DisplayState.cs │ │ │ ├── DisplayStateApplyOptions.cs │ │ │ ├── DisplayStateFunctionalizeOptions.cs │ │ │ ├── DisplayStateOperationResult.cs │ │ │ ├── DisplayStateOperationStatus.cs │ │ │ ├── DisplaySurface.cs │ │ │ ├── DisplayTarget.cs │ │ │ ├── DisplayTargetPersistence.cs │ │ │ ├── DisplayTask.cs │ │ │ ├── DisplayTaskPool.cs │ │ │ ├── DisplayTaskResult.cs │ │ │ ├── DisplayTaskSignalKind.cs │ │ │ ├── DisplayView.cs │ │ │ ├── DisplayWireFormat.cs │ │ │ ├── DisplayWireFormatColorSpace.cs │ │ │ ├── DisplayWireFormatEotf.cs │ │ │ ├── DisplayWireFormatHdrMetadata.cs │ │ │ └── DisplayWireFormatPixelEncoding.cs │ │ │ ├── Windows.Devices.Display │ │ │ ├── DisplayMonitor.cs │ │ │ ├── DisplayMonitorConnectionKind.cs │ │ │ ├── DisplayMonitorDescriptorKind.cs │ │ │ ├── DisplayMonitorPhysicalConnectorKind.cs │ │ │ └── DisplayMonitorUsageKind.cs │ │ │ ├── Windows.Devices.Enumeration.Pnp │ │ │ ├── PnpObject.cs │ │ │ ├── PnpObjectCollection.cs │ │ │ ├── PnpObjectType.cs │ │ │ ├── PnpObjectUpdate.cs │ │ │ └── PnpObjectWatcher.cs │ │ │ ├── Windows.Devices.Enumeration │ │ │ ├── DeviceAccessChangedEventArgs.cs │ │ │ ├── DeviceAccessInformation.cs │ │ │ ├── DeviceAccessStatus.cs │ │ │ ├── DeviceClass.cs │ │ │ ├── DeviceConnectionChangeTriggerDetails.cs │ │ │ ├── DeviceDisconnectButtonClickedEventArgs.cs │ │ │ ├── DeviceInformation.cs │ │ │ ├── DeviceInformationCollection.cs │ │ │ ├── DeviceInformationCustomPairing.cs │ │ │ ├── DeviceInformationKind.cs │ │ │ ├── DeviceInformationPairing.cs │ │ │ ├── DeviceInformationUpdate.cs │ │ │ ├── DevicePairingKinds.cs │ │ │ ├── DevicePairingProtectionLevel.cs │ │ │ ├── DevicePairingRequestedEventArgs.cs │ │ │ ├── DevicePairingResult.cs │ │ │ ├── DevicePairingResultStatus.cs │ │ │ ├── DevicePicker.cs │ │ │ ├── DevicePickerAppearance.cs │ │ │ ├── DevicePickerDisplayStatusOptions.cs │ │ │ ├── DevicePickerFilter.cs │ │ │ ├── DeviceSelectedEventArgs.cs │ │ │ ├── DeviceThumbnail.cs │ │ │ ├── DeviceUnpairingResult.cs │ │ │ ├── DeviceUnpairingResultStatus.cs │ │ │ ├── DeviceWatcher.cs │ │ │ ├── DeviceWatcherEvent.cs │ │ │ ├── DeviceWatcherEventKind.cs │ │ │ ├── DeviceWatcherStatus.cs │ │ │ ├── DeviceWatcherTriggerDetails.cs │ │ │ ├── EnclosureLocation.cs │ │ │ ├── IDevicePairingSettings.cs │ │ │ └── Panel.cs │ │ │ ├── Windows.Devices.Geolocation.Geofencing │ │ │ ├── Geofence.cs │ │ │ ├── GeofenceMonitor.cs │ │ │ ├── GeofenceMonitorStatus.cs │ │ │ ├── GeofenceRemovalReason.cs │ │ │ ├── GeofenceState.cs │ │ │ ├── GeofenceStateChangeReport.cs │ │ │ └── MonitoredGeofenceStates.cs │ │ │ ├── Windows.Devices.Geolocation │ │ │ ├── AltitudeReferenceSystem.cs │ │ │ ├── BasicGeoposition.cs │ │ │ ├── CivicAddress.cs │ │ │ ├── GeoboundingBox.cs │ │ │ ├── Geocircle.cs │ │ │ ├── Geocoordinate.cs │ │ │ ├── GeocoordinateSatelliteData.cs │ │ │ ├── GeolocationAccessStatus.cs │ │ │ ├── Geolocator.cs │ │ │ ├── Geopath.cs │ │ │ ├── Geopoint.cs │ │ │ ├── Geoposition.cs │ │ │ ├── GeoshapeType.cs │ │ │ ├── Geovisit.cs │ │ │ ├── GeovisitMonitor.cs │ │ │ ├── GeovisitStateChangedEventArgs.cs │ │ │ ├── GeovisitTriggerDetails.cs │ │ │ ├── IGeoshape.cs │ │ │ ├── PositionAccuracy.cs │ │ │ ├── PositionChangedEventArgs.cs │ │ │ ├── PositionSource.cs │ │ │ ├── PositionStatus.cs │ │ │ ├── StatusChangedEventArgs.cs │ │ │ ├── VenueData.cs │ │ │ ├── VisitMonitoringScope.cs │ │ │ └── VisitStateChange.cs │ │ │ ├── Windows.Devices.Haptics │ │ │ ├── KnownSimpleHapticsControllerWaveforms.cs │ │ │ ├── SimpleHapticsController.cs │ │ │ ├── SimpleHapticsControllerFeedback.cs │ │ │ ├── VibrationAccessStatus.cs │ │ │ └── VibrationDevice.cs │ │ │ ├── Windows.Devices.HumanInterfaceDevice │ │ │ ├── HidBooleanControl.cs │ │ │ ├── HidBooleanControlDescription.cs │ │ │ ├── HidCollection.cs │ │ │ ├── HidCollectionType.cs │ │ │ ├── HidDevice.cs │ │ │ ├── HidFeatureReport.cs │ │ │ ├── HidInputReport.cs │ │ │ ├── HidInputReportReceivedEventArgs.cs │ │ │ ├── HidNumericControl.cs │ │ │ ├── HidNumericControlDescription.cs │ │ │ ├── HidOutputReport.cs │ │ │ └── HidReportType.cs │ │ │ ├── Windows.Devices.Input.Preview │ │ │ ├── GazeDeviceConfigurationStatePreview.cs │ │ │ ├── GazeDevicePreview.cs │ │ │ ├── GazeDeviceWatcherAddedPreviewEventArgs.cs │ │ │ ├── GazeDeviceWatcherPreview.cs │ │ │ ├── GazeDeviceWatcherRemovedPreviewEventArgs.cs │ │ │ ├── GazeDeviceWatcherUpdatedPreviewEventArgs.cs │ │ │ ├── GazeEnteredPreviewEventArgs.cs │ │ │ ├── GazeExitedPreviewEventArgs.cs │ │ │ ├── GazeInputSourcePreview.cs │ │ │ ├── GazeMovedPreviewEventArgs.cs │ │ │ └── GazePointPreview.cs │ │ │ ├── Windows.Devices.Input │ │ │ ├── KeyboardCapabilities.cs │ │ │ ├── MouseCapabilities.cs │ │ │ ├── MouseDelta.cs │ │ │ ├── MouseDevice.cs │ │ │ ├── MouseEventArgs.cs │ │ │ ├── PenButtonListener.cs │ │ │ ├── PenDevice.cs │ │ │ ├── PenDockListener.cs │ │ │ ├── PenDockedEventArgs.cs │ │ │ ├── PenTailButtonClickedEventArgs.cs │ │ │ ├── PenTailButtonDoubleClickedEventArgs.cs │ │ │ ├── PenTailButtonLongPressedEventArgs.cs │ │ │ ├── PenUndockedEventArgs.cs │ │ │ ├── PointerDevice.cs │ │ │ ├── PointerDeviceType.cs │ │ │ ├── PointerDeviceUsage.cs │ │ │ └── TouchCapabilities.cs │ │ │ ├── Windows.Devices.Lights.Effects │ │ │ ├── ILampArrayEffect.cs │ │ │ ├── LampArrayBitmapEffect.cs │ │ │ ├── LampArrayBitmapRequestedEventArgs.cs │ │ │ ├── LampArrayBlinkEffect.cs │ │ │ ├── LampArrayColorRampEffect.cs │ │ │ ├── LampArrayCustomEffect.cs │ │ │ ├── LampArrayEffectCompletionBehavior.cs │ │ │ ├── LampArrayEffectPlaylist.cs │ │ │ ├── LampArrayEffectStartMode.cs │ │ │ ├── LampArrayRepetitionMode.cs │ │ │ ├── LampArraySolidEffect.cs │ │ │ └── LampArrayUpdateRequestedEventArgs.cs │ │ │ ├── Windows.Devices.Lights │ │ │ ├── Lamp.cs │ │ │ ├── LampArray.cs │ │ │ ├── LampArrayKind.cs │ │ │ ├── LampAvailabilityChangedEventArgs.cs │ │ │ ├── LampInfo.cs │ │ │ └── LampPurposes.cs │ │ │ ├── Windows.Devices.Midi │ │ │ ├── IMidiMessage.cs │ │ │ ├── IMidiOutPort.cs │ │ │ ├── MidiActiveSensingMessage.cs │ │ │ ├── MidiChannelPressureMessage.cs │ │ │ ├── MidiContinueMessage.cs │ │ │ ├── MidiControlChangeMessage.cs │ │ │ ├── MidiInPort.cs │ │ │ ├── MidiMessageReceivedEventArgs.cs │ │ │ ├── MidiMessageType.cs │ │ │ ├── MidiNoteOffMessage.cs │ │ │ ├── MidiNoteOnMessage.cs │ │ │ ├── MidiOutPort.cs │ │ │ ├── MidiPitchBendChangeMessage.cs │ │ │ ├── MidiPolyphonicKeyPressureMessage.cs │ │ │ ├── MidiProgramChangeMessage.cs │ │ │ ├── MidiSongPositionPointerMessage.cs │ │ │ ├── MidiSongSelectMessage.cs │ │ │ ├── MidiStartMessage.cs │ │ │ ├── MidiStopMessage.cs │ │ │ ├── MidiSynthesizer.cs │ │ │ ├── MidiSystemExclusiveMessage.cs │ │ │ ├── MidiSystemResetMessage.cs │ │ │ ├── MidiTimeCodeMessage.cs │ │ │ ├── MidiTimingClockMessage.cs │ │ │ └── MidiTuneRequestMessage.cs │ │ │ ├── Windows.Devices.Perception.Provider │ │ │ ├── IPerceptionFrameProvider.cs │ │ │ ├── IPerceptionFrameProviderManager.cs │ │ │ ├── KnownPerceptionFrameKind.cs │ │ │ ├── PerceptionControlGroup.cs │ │ │ ├── PerceptionCorrelation.cs │ │ │ ├── PerceptionCorrelationGroup.cs │ │ │ ├── PerceptionFaceAuthenticationGroup.cs │ │ │ ├── PerceptionFrame.cs │ │ │ ├── PerceptionFrameProviderInfo.cs │ │ │ ├── PerceptionFrameProviderManagerService.cs │ │ │ ├── PerceptionPropertyChangeRequest.cs │ │ │ ├── PerceptionStartFaceAuthenticationHandler.cs │ │ │ ├── PerceptionStopFaceAuthenticationHandler.cs │ │ │ └── PerceptionVideoFrameAllocator.cs │ │ │ ├── Windows.Devices.Perception │ │ │ ├── KnownCameraIntrinsicsProperties.cs │ │ │ ├── KnownPerceptionColorFrameSourceProperties.cs │ │ │ ├── KnownPerceptionDepthFrameSourceProperties.cs │ │ │ ├── KnownPerceptionFrameSourceProperties.cs │ │ │ ├── KnownPerceptionInfraredFrameSourceProperties.cs │ │ │ ├── KnownPerceptionVideoFrameSourceProperties.cs │ │ │ ├── KnownPerceptionVideoProfileProperties.cs │ │ │ ├── PerceptionColorFrame.cs │ │ │ ├── PerceptionColorFrameArrivedEventArgs.cs │ │ │ ├── PerceptionColorFrameReader.cs │ │ │ ├── PerceptionColorFrameSource.cs │ │ │ ├── PerceptionColorFrameSourceAddedEventArgs.cs │ │ │ ├── PerceptionColorFrameSourceRemovedEventArgs.cs │ │ │ ├── PerceptionColorFrameSourceWatcher.cs │ │ │ ├── PerceptionControlSession.cs │ │ │ ├── PerceptionDepthCorrelatedCameraIntrinsics.cs │ │ │ ├── PerceptionDepthCorrelatedCoordinateMapper.cs │ │ │ ├── PerceptionDepthFrame.cs │ │ │ ├── PerceptionDepthFrameArrivedEventArgs.cs │ │ │ ├── PerceptionDepthFrameReader.cs │ │ │ ├── PerceptionDepthFrameSource.cs │ │ │ ├── PerceptionDepthFrameSourceAddedEventArgs.cs │ │ │ ├── PerceptionDepthFrameSourceRemovedEventArgs.cs │ │ │ ├── PerceptionDepthFrameSourceWatcher.cs │ │ │ ├── PerceptionFrameSourceAccessStatus.cs │ │ │ ├── PerceptionFrameSourcePropertiesChangedEventArgs.cs │ │ │ ├── PerceptionFrameSourcePropertyChangeResult.cs │ │ │ ├── PerceptionFrameSourcePropertyChangeStatus.cs │ │ │ ├── PerceptionInfraredFrame.cs │ │ │ ├── PerceptionInfraredFrameArrivedEventArgs.cs │ │ │ ├── PerceptionInfraredFrameReader.cs │ │ │ ├── PerceptionInfraredFrameSource.cs │ │ │ ├── PerceptionInfraredFrameSourceAddedEventArgs.cs │ │ │ ├── PerceptionInfraredFrameSourceRemovedEventArgs.cs │ │ │ ├── PerceptionInfraredFrameSourceWatcher.cs │ │ │ └── PerceptionVideoProfile.cs │ │ │ ├── Windows.Devices.PointOfService.Provider │ │ │ ├── BarcodeScannerDisableScannerRequest.cs │ │ │ ├── BarcodeScannerDisableScannerRequestEventArgs.cs │ │ │ ├── BarcodeScannerEnableScannerRequest.cs │ │ │ ├── BarcodeScannerEnableScannerRequestEventArgs.cs │ │ │ ├── BarcodeScannerFrameReader.cs │ │ │ ├── BarcodeScannerFrameReaderFrameArrivedEventArgs.cs │ │ │ ├── BarcodeScannerGetSymbologyAttributesRequest.cs │ │ │ ├── BarcodeScannerGetSymbologyAttributesRequestEventArgs.cs │ │ │ ├── BarcodeScannerHideVideoPreviewRequest.cs │ │ │ ├── BarcodeScannerHideVideoPreviewRequestEventArgs.cs │ │ │ ├── BarcodeScannerProviderConnection.cs │ │ │ ├── BarcodeScannerProviderTriggerDetails.cs │ │ │ ├── BarcodeScannerSetActiveSymbologiesRequest.cs │ │ │ ├── BarcodeScannerSetActiveSymbologiesRequestEventArgs.cs │ │ │ ├── BarcodeScannerSetSymbologyAttributesRequest.cs │ │ │ ├── BarcodeScannerSetSymbologyAttributesRequestEventArgs.cs │ │ │ ├── BarcodeScannerStartSoftwareTriggerRequest.cs │ │ │ ├── BarcodeScannerStartSoftwareTriggerRequestEventArgs.cs │ │ │ ├── BarcodeScannerStopSoftwareTriggerRequest.cs │ │ │ ├── BarcodeScannerStopSoftwareTriggerRequestEventArgs.cs │ │ │ ├── BarcodeScannerTriggerState.cs │ │ │ ├── BarcodeScannerVideoFrame.cs │ │ │ └── BarcodeSymbologyAttributesBuilder.cs │ │ │ ├── Windows.Devices.PointOfService │ │ │ ├── BarcodeScanner.cs │ │ │ ├── BarcodeScannerCapabilities.cs │ │ │ ├── BarcodeScannerDataReceivedEventArgs.cs │ │ │ ├── BarcodeScannerErrorOccurredEventArgs.cs │ │ │ ├── BarcodeScannerImagePreviewReceivedEventArgs.cs │ │ │ ├── BarcodeScannerReport.cs │ │ │ ├── BarcodeScannerStatus.cs │ │ │ ├── BarcodeScannerStatusUpdatedEventArgs.cs │ │ │ ├── BarcodeSymbologies.cs │ │ │ ├── BarcodeSymbologyAttributes.cs │ │ │ ├── BarcodeSymbologyDecodeLengthKind.cs │ │ │ ├── CashDrawer.cs │ │ │ ├── CashDrawerCapabilities.cs │ │ │ ├── CashDrawerCloseAlarm.cs │ │ │ ├── CashDrawerClosedEventArgs.cs │ │ │ ├── CashDrawerEventSource.cs │ │ │ ├── CashDrawerOpenedEventArgs.cs │ │ │ ├── CashDrawerStatus.cs │ │ │ ├── CashDrawerStatusKind.cs │ │ │ ├── CashDrawerStatusUpdatedEventArgs.cs │ │ │ ├── ClaimedBarcodeScanner.cs │ │ │ ├── ClaimedBarcodeScannerClosedEventArgs.cs │ │ │ ├── ClaimedCashDrawer.cs │ │ │ ├── ClaimedCashDrawerClosedEventArgs.cs │ │ │ ├── ClaimedJournalPrinter.cs │ │ │ ├── ClaimedLineDisplay.cs │ │ │ ├── ClaimedLineDisplayClosedEventArgs.cs │ │ │ ├── ClaimedMagneticStripeReader.cs │ │ │ ├── ClaimedMagneticStripeReaderClosedEventArgs.cs │ │ │ ├── ClaimedPosPrinter.cs │ │ │ ├── ClaimedPosPrinterClosedEventArgs.cs │ │ │ ├── ClaimedReceiptPrinter.cs │ │ │ ├── ClaimedSlipPrinter.cs │ │ │ ├── ICashDrawerEventSourceEventArgs.cs │ │ │ ├── ICommonClaimedPosPrinterStation.cs │ │ │ ├── ICommonPosPrintStationCapabilities.cs │ │ │ ├── ICommonReceiptSlipCapabilities.cs │ │ │ ├── IPosPrinterJob.cs │ │ │ ├── IReceiptOrSlipJob.cs │ │ │ ├── JournalPrintJob.cs │ │ │ ├── JournalPrinterCapabilities.cs │ │ │ ├── LineDisplay.cs │ │ │ ├── LineDisplayAttributes.cs │ │ │ ├── LineDisplayCapabilities.cs │ │ │ ├── LineDisplayCursor.cs │ │ │ ├── LineDisplayCursorAttributes.cs │ │ │ ├── LineDisplayCursorType.cs │ │ │ ├── LineDisplayCustomGlyphs.cs │ │ │ ├── LineDisplayDescriptorState.cs │ │ │ ├── LineDisplayHorizontalAlignment.cs │ │ │ ├── LineDisplayMarquee.cs │ │ │ ├── LineDisplayMarqueeFormat.cs │ │ │ ├── LineDisplayPowerStatus.cs │ │ │ ├── LineDisplayScrollDirection.cs │ │ │ ├── LineDisplayStatisticsCategorySelector.cs │ │ │ ├── LineDisplayStatusUpdatedEventArgs.cs │ │ │ ├── LineDisplayStoredBitmap.cs │ │ │ ├── LineDisplayTextAttribute.cs │ │ │ ├── LineDisplayTextAttributeGranularity.cs │ │ │ ├── LineDisplayVerticalAlignment.cs │ │ │ ├── LineDisplayWindow.cs │ │ │ ├── MagneticStripeReader.cs │ │ │ ├── MagneticStripeReaderAamvaCardDataReceivedEventArgs.cs │ │ │ ├── MagneticStripeReaderAuthenticationLevel.cs │ │ │ ├── MagneticStripeReaderAuthenticationProtocol.cs │ │ │ ├── MagneticStripeReaderBankCardDataReceivedEventArgs.cs │ │ │ ├── MagneticStripeReaderCapabilities.cs │ │ │ ├── MagneticStripeReaderCardTypes.cs │ │ │ ├── MagneticStripeReaderEncryptionAlgorithms.cs │ │ │ ├── MagneticStripeReaderErrorOccurredEventArgs.cs │ │ │ ├── MagneticStripeReaderErrorReportingType.cs │ │ │ ├── MagneticStripeReaderReport.cs │ │ │ ├── MagneticStripeReaderStatus.cs │ │ │ ├── MagneticStripeReaderStatusUpdatedEventArgs.cs │ │ │ ├── MagneticStripeReaderTrackData.cs │ │ │ ├── MagneticStripeReaderTrackErrorType.cs │ │ │ ├── MagneticStripeReaderTrackIds.cs │ │ │ ├── MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs.cs │ │ │ ├── PosConnectionTypes.cs │ │ │ ├── PosPrinter.cs │ │ │ ├── PosPrinterAlignment.cs │ │ │ ├── PosPrinterBarcodeTextPosition.cs │ │ │ ├── PosPrinterCapabilities.cs │ │ │ ├── PosPrinterCartridgeSensors.cs │ │ │ ├── PosPrinterCharacterSetIds.cs │ │ │ ├── PosPrinterColorCapabilities.cs │ │ │ ├── PosPrinterColorCartridge.cs │ │ │ ├── PosPrinterFontProperty.cs │ │ │ ├── PosPrinterLineDirection.cs │ │ │ ├── PosPrinterLineStyle.cs │ │ │ ├── PosPrinterMapMode.cs │ │ │ ├── PosPrinterMarkFeedCapabilities.cs │ │ │ ├── PosPrinterMarkFeedKind.cs │ │ │ ├── PosPrinterPrintOptions.cs │ │ │ ├── PosPrinterPrintSide.cs │ │ │ ├── PosPrinterReleaseDeviceRequestedEventArgs.cs │ │ │ ├── PosPrinterRotation.cs │ │ │ ├── PosPrinterRuledLineCapabilities.cs │ │ │ ├── PosPrinterStatus.cs │ │ │ ├── PosPrinterStatusKind.cs │ │ │ ├── PosPrinterStatusUpdatedEventArgs.cs │ │ │ ├── ReceiptPrintJob.cs │ │ │ ├── ReceiptPrinterCapabilities.cs │ │ │ ├── SizeUInt32.cs │ │ │ ├── SlipPrintJob.cs │ │ │ ├── SlipPrinterCapabilities.cs │ │ │ ├── UnifiedPosErrorData.cs │ │ │ ├── UnifiedPosErrorReason.cs │ │ │ ├── UnifiedPosErrorSeverity.cs │ │ │ ├── UnifiedPosHealthCheckLevel.cs │ │ │ └── UnifiedPosPowerReportingType.cs │ │ │ ├── Windows.Devices.Power │ │ │ ├── Battery.cs │ │ │ └── BatteryReport.cs │ │ │ ├── Windows.Devices.Printers.Extensions │ │ │ ├── Print3DWorkflow.cs │ │ │ ├── Print3DWorkflowDetail.cs │ │ │ ├── Print3DWorkflowPrintRequestedEventArgs.cs │ │ │ ├── Print3DWorkflowPrinterChangedEventArgs.cs │ │ │ └── Print3DWorkflowStatus.cs │ │ │ ├── Windows.Devices.Printers │ │ │ ├── IppAttributeError.cs │ │ │ ├── IppAttributeErrorReason.cs │ │ │ ├── IppAttributeValue.cs │ │ │ ├── IppAttributeValueKind.cs │ │ │ ├── IppIntegerRange.cs │ │ │ ├── IppPrintDevice.cs │ │ │ ├── IppResolution.cs │ │ │ ├── IppResolutionUnit.cs │ │ │ ├── IppSetAttributesResult.cs │ │ │ └── IppTextWithLanguage.cs │ │ │ ├── Windows.Devices.Radios │ │ │ ├── Radio.cs │ │ │ ├── RadioAccessStatus.cs │ │ │ ├── RadioKind.cs │ │ │ └── RadioState.cs │ │ │ ├── Windows.Devices.Sensors.Custom │ │ │ ├── CustomSensor.cs │ │ │ ├── CustomSensorReading.cs │ │ │ └── CustomSensorReadingChangedEventArgs.cs │ │ │ ├── Windows.Devices.Sensors │ │ │ ├── Accelerometer.cs │ │ │ ├── AccelerometerDataThreshold.cs │ │ │ ├── AccelerometerReading.cs │ │ │ ├── AccelerometerReadingChangedEventArgs.cs │ │ │ ├── AccelerometerReadingType.cs │ │ │ ├── AccelerometerShakenEventArgs.cs │ │ │ ├── ActivitySensor.cs │ │ │ ├── ActivitySensorReading.cs │ │ │ ├── ActivitySensorReadingChangeReport.cs │ │ │ ├── ActivitySensorReadingChangedEventArgs.cs │ │ │ ├── ActivitySensorReadingConfidence.cs │ │ │ ├── ActivitySensorTriggerDetails.cs │ │ │ ├── ActivityType.cs │ │ │ ├── Altimeter.cs │ │ │ ├── AltimeterReading.cs │ │ │ ├── AltimeterReadingChangedEventArgs.cs │ │ │ ├── Barometer.cs │ │ │ ├── BarometerDataThreshold.cs │ │ │ ├── BarometerReading.cs │ │ │ ├── BarometerReadingChangedEventArgs.cs │ │ │ ├── Compass.cs │ │ │ ├── CompassDataThreshold.cs │ │ │ ├── CompassReading.cs │ │ │ ├── CompassReadingChangedEventArgs.cs │ │ │ ├── Gyrometer.cs │ │ │ ├── GyrometerDataThreshold.cs │ │ │ ├── GyrometerReading.cs │ │ │ ├── GyrometerReadingChangedEventArgs.cs │ │ │ ├── HingeAngleReading.cs │ │ │ ├── HingeAngleSensor.cs │ │ │ ├── HingeAngleSensorReadingChangedEventArgs.cs │ │ │ ├── ISensorDataThreshold.cs │ │ │ ├── Inclinometer.cs │ │ │ ├── InclinometerDataThreshold.cs │ │ │ ├── InclinometerReading.cs │ │ │ ├── InclinometerReadingChangedEventArgs.cs │ │ │ ├── LightSensor.cs │ │ │ ├── LightSensorDataThreshold.cs │ │ │ ├── LightSensorReading.cs │ │ │ ├── LightSensorReadingChangedEventArgs.cs │ │ │ ├── Magnetometer.cs │ │ │ ├── MagnetometerAccuracy.cs │ │ │ ├── MagnetometerDataThreshold.cs │ │ │ ├── MagnetometerReading.cs │ │ │ ├── MagnetometerReadingChangedEventArgs.cs │ │ │ ├── OrientationSensor.cs │ │ │ ├── OrientationSensorReading.cs │ │ │ ├── OrientationSensorReadingChangedEventArgs.cs │ │ │ ├── Pedometer.cs │ │ │ ├── PedometerDataThreshold.cs │ │ │ ├── PedometerReading.cs │ │ │ ├── PedometerReadingChangedEventArgs.cs │ │ │ ├── PedometerStepKind.cs │ │ │ ├── ProximitySensor.cs │ │ │ ├── ProximitySensorDataThreshold.cs │ │ │ ├── ProximitySensorDisplayOnOffController.cs │ │ │ ├── ProximitySensorReading.cs │ │ │ ├── ProximitySensorReadingChangedEventArgs.cs │ │ │ ├── SensorDataThresholdTriggerDetails.cs │ │ │ ├── SensorOptimizationGoal.cs │ │ │ ├── SensorQuaternion.cs │ │ │ ├── SensorReadingType.cs │ │ │ ├── SensorRotationMatrix.cs │ │ │ ├── SensorType.cs │ │ │ ├── SimpleOrientation.cs │ │ │ ├── SimpleOrientationSensor.cs │ │ │ └── SimpleOrientationSensorOrientationChangedEventArgs.cs │ │ │ ├── Windows.Devices.SerialCommunication │ │ │ ├── ErrorReceivedEventArgs.cs │ │ │ ├── PinChangedEventArgs.cs │ │ │ ├── SerialDevice.cs │ │ │ ├── SerialError.cs │ │ │ ├── SerialHandshake.cs │ │ │ ├── SerialParity.cs │ │ │ ├── SerialPinChange.cs │ │ │ └── SerialStopBitCount.cs │ │ │ ├── Windows.Devices.SmartCards │ │ │ ├── CardAddedEventArgs.cs │ │ │ ├── CardRemovedEventArgs.cs │ │ │ ├── SmartCard.cs │ │ │ ├── SmartCardChallengeContext.cs │ │ │ ├── SmartCardConnection.cs │ │ │ ├── SmartCardPinCharacterPolicyOption.cs │ │ │ ├── SmartCardPinPolicy.cs │ │ │ ├── SmartCardPinResetDeferral.cs │ │ │ ├── SmartCardPinResetHandler.cs │ │ │ ├── SmartCardPinResetRequest.cs │ │ │ ├── SmartCardProvisioning.cs │ │ │ ├── SmartCardReader.cs │ │ │ ├── SmartCardReaderKind.cs │ │ │ ├── SmartCardReaderStatus.cs │ │ │ └── SmartCardStatus.cs │ │ │ ├── Windows.Devices.Sms │ │ │ ├── CellularClass.cs │ │ │ ├── ISmsMessageBase.cs │ │ │ ├── SmsAppMessage.cs │ │ │ ├── SmsBroadcastMessage.cs │ │ │ ├── SmsBroadcastType.cs │ │ │ ├── SmsDataFormat.cs │ │ │ ├── SmsDevice2.cs │ │ │ ├── SmsDeviceStatus.cs │ │ │ ├── SmsEncodedLength.cs │ │ │ ├── SmsEncoding.cs │ │ │ ├── SmsFilterActionType.cs │ │ │ ├── SmsFilterRule.cs │ │ │ ├── SmsFilterRules.cs │ │ │ ├── SmsGeographicalScope.cs │ │ │ ├── SmsMessageClass.cs │ │ │ ├── SmsMessageReceivedTriggerDetails.cs │ │ │ ├── SmsMessageRegistration.cs │ │ │ ├── SmsMessageType.cs │ │ │ ├── SmsModemErrorCode.cs │ │ │ ├── SmsSendMessageResult.cs │ │ │ ├── SmsStatusMessage.cs │ │ │ ├── SmsTextMessage2.cs │ │ │ ├── SmsVoicemailMessage.cs │ │ │ └── SmsWapMessage.cs │ │ │ ├── Windows.Devices.Usb │ │ │ ├── UsbBulkInEndpointDescriptor.cs │ │ │ ├── UsbBulkInPipe.cs │ │ │ ├── UsbBulkOutEndpointDescriptor.cs │ │ │ ├── UsbBulkOutPipe.cs │ │ │ ├── UsbConfiguration.cs │ │ │ ├── UsbConfigurationDescriptor.cs │ │ │ ├── UsbControlRecipient.cs │ │ │ ├── UsbControlRequestType.cs │ │ │ ├── UsbControlTransferType.cs │ │ │ ├── UsbDescriptor.cs │ │ │ ├── UsbDevice.cs │ │ │ ├── UsbDeviceClass.cs │ │ │ ├── UsbDeviceClasses.cs │ │ │ ├── UsbDeviceDescriptor.cs │ │ │ ├── UsbEndpointDescriptor.cs │ │ │ ├── UsbEndpointType.cs │ │ │ ├── UsbInterface.cs │ │ │ ├── UsbInterfaceDescriptor.cs │ │ │ ├── UsbInterfaceSetting.cs │ │ │ ├── UsbInterruptInEndpointDescriptor.cs │ │ │ ├── UsbInterruptInEventArgs.cs │ │ │ ├── UsbInterruptInPipe.cs │ │ │ ├── UsbInterruptOutEndpointDescriptor.cs │ │ │ ├── UsbInterruptOutPipe.cs │ │ │ ├── UsbReadOptions.cs │ │ │ ├── UsbSetupPacket.cs │ │ │ ├── UsbTransferDirection.cs │ │ │ └── UsbWriteOptions.cs │ │ │ ├── Windows.Devices.WiFi │ │ │ ├── WiFiAccessStatus.cs │ │ │ ├── WiFiAdapter.cs │ │ │ ├── WiFiAvailableNetwork.cs │ │ │ ├── WiFiConnectionMethod.cs │ │ │ ├── WiFiConnectionResult.cs │ │ │ ├── WiFiConnectionStatus.cs │ │ │ ├── WiFiNetworkKind.cs │ │ │ ├── WiFiNetworkReport.cs │ │ │ ├── WiFiPhyKind.cs │ │ │ ├── WiFiReconnectionKind.cs │ │ │ ├── WiFiWpsConfigurationResult.cs │ │ │ ├── WiFiWpsConfigurationStatus.cs │ │ │ └── WiFiWpsKind.cs │ │ │ ├── Windows.Devices.WiFiDirect.Services │ │ │ ├── WiFiDirectService.cs │ │ │ ├── WiFiDirectServiceAdvertisementStatus.cs │ │ │ ├── WiFiDirectServiceAdvertiser.cs │ │ │ ├── WiFiDirectServiceAutoAcceptSessionConnectedEventArgs.cs │ │ │ ├── WiFiDirectServiceConfigurationMethod.cs │ │ │ ├── WiFiDirectServiceError.cs │ │ │ ├── WiFiDirectServiceIPProtocol.cs │ │ │ ├── WiFiDirectServiceProvisioningInfo.cs │ │ │ ├── WiFiDirectServiceRemotePortAddedEventArgs.cs │ │ │ ├── WiFiDirectServiceSession.cs │ │ │ ├── WiFiDirectServiceSessionDeferredEventArgs.cs │ │ │ ├── WiFiDirectServiceSessionErrorStatus.cs │ │ │ ├── WiFiDirectServiceSessionRequest.cs │ │ │ ├── WiFiDirectServiceSessionRequestedEventArgs.cs │ │ │ ├── WiFiDirectServiceSessionStatus.cs │ │ │ └── WiFiDirectServiceStatus.cs │ │ │ ├── Windows.Devices.WiFiDirect │ │ │ ├── WiFiDirectAdvertisement.cs │ │ │ ├── WiFiDirectAdvertisementListenStateDiscoverability.cs │ │ │ ├── WiFiDirectAdvertisementPublisher.cs │ │ │ ├── WiFiDirectAdvertisementPublisherStatus.cs │ │ │ ├── WiFiDirectAdvertisementPublisherStatusChangedEventArgs.cs │ │ │ ├── WiFiDirectConfigurationMethod.cs │ │ │ ├── WiFiDirectConnectionListener.cs │ │ │ ├── WiFiDirectConnectionParameters.cs │ │ │ ├── WiFiDirectConnectionRequest.cs │ │ │ ├── WiFiDirectConnectionRequestedEventArgs.cs │ │ │ ├── WiFiDirectConnectionStatus.cs │ │ │ ├── WiFiDirectDevice.cs │ │ │ ├── WiFiDirectDeviceSelectorType.cs │ │ │ ├── WiFiDirectError.cs │ │ │ ├── WiFiDirectInformationElement.cs │ │ │ ├── WiFiDirectLegacySettings.cs │ │ │ └── WiFiDirectPairingProcedure.cs │ │ │ ├── Windows.Foundation.Diagnostics │ │ │ ├── AsyncCausalityTracer.cs │ │ │ ├── CausalityRelation.cs │ │ │ ├── CausalitySource.cs │ │ │ ├── CausalitySynchronousWork.cs │ │ │ ├── CausalityTraceLevel.cs │ │ │ ├── ErrorDetails.cs │ │ │ ├── ErrorOptions.cs │ │ │ ├── FileLoggingSession.cs │ │ │ ├── IErrorReportingSettings.cs │ │ │ ├── IFileLoggingSession.cs │ │ │ ├── ILoggingChannel.cs │ │ │ ├── ILoggingSession.cs │ │ │ ├── ILoggingTarget.cs │ │ │ ├── LogFileGeneratedEventArgs.cs │ │ │ ├── LoggingActivity.cs │ │ │ ├── LoggingChannel.cs │ │ │ ├── LoggingChannelOptions.cs │ │ │ ├── LoggingFieldFormat.cs │ │ │ ├── LoggingFields.cs │ │ │ ├── LoggingLevel.cs │ │ │ ├── LoggingOpcode.cs │ │ │ ├── LoggingOptions.cs │ │ │ ├── LoggingSession.cs │ │ │ ├── RuntimeBrokerErrorSettings.cs │ │ │ └── TracingStatusChangedEventArgs.cs │ │ │ ├── Windows.Foundation.Metadata │ │ │ └── CreateFromStringAttribute.cs │ │ │ ├── Windows.Foundation.Numerics │ │ │ └── Rational.cs │ │ │ ├── Windows.Foundation │ │ │ ├── GuidHelper.cs │ │ │ ├── IGetActivationFactory.cs │ │ │ ├── IMemoryBuffer.cs │ │ │ ├── IMemoryBufferReference.cs │ │ │ ├── IWwwFormUrlDecoderEntry.cs │ │ │ ├── MemoryBuffer.cs │ │ │ ├── UniversalApiContract.cs │ │ │ ├── WwwFormUrlDecoder.cs │ │ │ └── WwwFormUrlDecoderEntry.cs │ │ │ ├── Windows.Gaming.Input.Custom │ │ │ ├── GameControllerFactoryManager.cs │ │ │ ├── GameControllerVersionInfo.cs │ │ │ ├── GipFirmwareUpdateProgress.cs │ │ │ ├── GipFirmwareUpdateResult.cs │ │ │ ├── GipFirmwareUpdateStatus.cs │ │ │ ├── GipGameControllerProvider.cs │ │ │ ├── GipMessageClass.cs │ │ │ ├── HidGameControllerProvider.cs │ │ │ ├── ICustomGameControllerFactory.cs │ │ │ ├── IGameControllerInputSink.cs │ │ │ ├── IGameControllerProvider.cs │ │ │ ├── IGipGameControllerInputSink.cs │ │ │ ├── IHidGameControllerInputSink.cs │ │ │ ├── IXusbGameControllerInputSink.cs │ │ │ ├── XusbDeviceSubtype.cs │ │ │ ├── XusbDeviceType.cs │ │ │ └── XusbGameControllerProvider.cs │ │ │ ├── Windows.Gaming.Input.ForceFeedback │ │ │ ├── ConditionForceEffect.cs │ │ │ ├── ConditionForceEffectKind.cs │ │ │ ├── ConstantForceEffect.cs │ │ │ ├── ForceFeedbackEffectAxes.cs │ │ │ ├── ForceFeedbackEffectState.cs │ │ │ ├── ForceFeedbackLoadEffectResult.cs │ │ │ ├── ForceFeedbackMotor.cs │ │ │ ├── IForceFeedbackEffect.cs │ │ │ ├── PeriodicForceEffect.cs │ │ │ ├── PeriodicForceEffectKind.cs │ │ │ └── RampForceEffect.cs │ │ │ ├── Windows.Gaming.Input │ │ │ ├── ArcadeStick.cs │ │ │ ├── ArcadeStickButtons.cs │ │ │ ├── ArcadeStickReading.cs │ │ │ ├── FlightStick.cs │ │ │ ├── FlightStickButtons.cs │ │ │ ├── FlightStickReading.cs │ │ │ ├── GameControllerButtonLabel.cs │ │ │ ├── GameControllerSwitchKind.cs │ │ │ ├── GameControllerSwitchPosition.cs │ │ │ ├── Gamepad.cs │ │ │ ├── GamepadButtons.cs │ │ │ ├── GamepadReading.cs │ │ │ ├── GamepadVibration.cs │ │ │ ├── Headset.cs │ │ │ ├── IGameController.cs │ │ │ ├── IGameControllerBatteryInfo.cs │ │ │ ├── OptionalUINavigationButtons.cs │ │ │ ├── RacingWheel.cs │ │ │ ├── RacingWheelButtons.cs │ │ │ ├── RacingWheelReading.cs │ │ │ ├── RawGameController.cs │ │ │ ├── RequiredUINavigationButtons.cs │ │ │ ├── UINavigationController.cs │ │ │ └── UINavigationReading.cs │ │ │ ├── Windows.Gaming.UI │ │ │ ├── GameBar.cs │ │ │ ├── GameChatMessageOrigin.cs │ │ │ ├── GameChatOverlay.cs │ │ │ └── GameChatOverlayPosition.cs │ │ │ ├── Windows.Globalization.Collation │ │ │ ├── CharacterGrouping.cs │ │ │ └── CharacterGroupings.cs │ │ │ ├── Windows.Globalization.DateTimeFormatting │ │ │ ├── DateTimeFormatter.cs │ │ │ ├── DayFormat.cs │ │ │ ├── DayOfWeekFormat.cs │ │ │ ├── HourFormat.cs │ │ │ ├── MinuteFormat.cs │ │ │ ├── MonthFormat.cs │ │ │ ├── SecondFormat.cs │ │ │ └── YearFormat.cs │ │ │ ├── Windows.Globalization.Fonts │ │ │ ├── LanguageFont.cs │ │ │ └── LanguageFontGroup.cs │ │ │ ├── Windows.Globalization.NumberFormatting │ │ │ ├── CurrencyFormatter.cs │ │ │ ├── CurrencyFormatterMode.cs │ │ │ ├── DecimalFormatter.cs │ │ │ ├── INumberFormatter.cs │ │ │ ├── INumberFormatter2.cs │ │ │ ├── INumberFormatterOptions.cs │ │ │ ├── INumberParser.cs │ │ │ ├── INumberRounder.cs │ │ │ ├── INumberRounderOption.cs │ │ │ ├── ISignedZeroOption.cs │ │ │ ├── ISignificantDigitsOption.cs │ │ │ ├── IncrementNumberRounder.cs │ │ │ ├── NumeralSystemTranslator.cs │ │ │ ├── PercentFormatter.cs │ │ │ ├── PermilleFormatter.cs │ │ │ ├── RoundingAlgorithm.cs │ │ │ └── SignificantDigitsNumberRounder.cs │ │ │ ├── Windows.Globalization.PhoneNumberFormatting │ │ │ ├── PhoneNumberFormat.cs │ │ │ ├── PhoneNumberFormatter.cs │ │ │ ├── PhoneNumberInfo.cs │ │ │ ├── PhoneNumberMatchResult.cs │ │ │ ├── PhoneNumberParseResult.cs │ │ │ └── PredictedPhoneNumberKind.cs │ │ │ ├── Windows.Globalization │ │ │ ├── ApplicationLanguages.cs │ │ │ ├── Calendar.cs │ │ │ ├── CalendarIdentifiers.cs │ │ │ ├── ClockIdentifiers.cs │ │ │ ├── CurrencyAmount.cs │ │ │ ├── CurrencyIdentifiers.cs │ │ │ ├── DayOfWeek.cs │ │ │ ├── GeographicRegion.cs │ │ │ ├── Language.cs │ │ │ ├── LanguageLayoutDirection.cs │ │ │ └── NumeralSystemIdentifiers.cs │ │ │ ├── Windows.Graphics.Capture │ │ │ ├── Direct3D11CaptureFrame.cs │ │ │ ├── Direct3D11CaptureFramePool.cs │ │ │ ├── GraphicsCaptureAccess.cs │ │ │ ├── GraphicsCaptureAccessKind.cs │ │ │ ├── GraphicsCaptureItem.cs │ │ │ ├── GraphicsCapturePicker.cs │ │ │ └── GraphicsCaptureSession.cs │ │ │ ├── Windows.Graphics.DirectX.Direct3D11 │ │ │ ├── Direct3DBindings.cs │ │ │ ├── Direct3DMultisampleDescription.cs │ │ │ ├── Direct3DSurfaceDescription.cs │ │ │ ├── Direct3DUsage.cs │ │ │ ├── IDirect3DDevice.cs │ │ │ └── IDirect3DSurface.cs │ │ │ ├── Windows.Graphics.DirectX │ │ │ ├── DirectXAlphaMode.cs │ │ │ ├── DirectXColorSpace.cs │ │ │ ├── DirectXPixelFormat.cs │ │ │ └── DirectXPrimitiveTopology.cs │ │ │ ├── Windows.Graphics.Display.Core │ │ │ ├── HdmiDisplayColorSpace.cs │ │ │ ├── HdmiDisplayHdr2086Metadata.cs │ │ │ ├── HdmiDisplayHdrOption.cs │ │ │ ├── HdmiDisplayInformation.cs │ │ │ ├── HdmiDisplayMode.cs │ │ │ └── HdmiDisplayPixelEncoding.cs │ │ │ ├── Windows.Graphics.Display │ │ │ ├── AdvancedColorInfo.cs │ │ │ ├── AdvancedColorKind.cs │ │ │ ├── BrightnessOverride.cs │ │ │ ├── BrightnessOverrideSettings.cs │ │ │ ├── ColorOverrideSettings.cs │ │ │ ├── DisplayBrightnessOverrideOptions.cs │ │ │ ├── DisplayBrightnessOverrideScenario.cs │ │ │ ├── DisplayBrightnessScenario.cs │ │ │ ├── DisplayColorOverrideScenario.cs │ │ │ ├── DisplayEnhancementOverride.cs │ │ │ ├── DisplayEnhancementOverrideCapabilities.cs │ │ │ ├── DisplayEnhancementOverrideCapabilitiesChangedEventArgs.cs │ │ │ ├── DisplayInformation.cs │ │ │ ├── DisplayOrientations.cs │ │ │ ├── DisplayProperties.cs │ │ │ ├── DisplayPropertiesEventHandler.cs │ │ │ ├── DisplayServices.cs │ │ │ ├── HdrMetadataFormat.cs │ │ │ ├── NitRange.cs │ │ │ └── ResolutionScale.cs │ │ │ ├── Windows.Graphics.Effects │ │ │ ├── IGraphicsEffect.cs │ │ │ └── IGraphicsEffectSource.cs │ │ │ ├── Windows.Graphics.Holographic │ │ │ ├── HolographicAdapterId.cs │ │ │ ├── HolographicCamera.cs │ │ │ ├── HolographicCameraPose.cs │ │ │ ├── HolographicCameraRenderingParameters.cs │ │ │ ├── HolographicCameraViewportParameters.cs │ │ │ ├── HolographicDepthReprojectionMethod.cs │ │ │ ├── HolographicDisplay.cs │ │ │ ├── HolographicFrame.cs │ │ │ ├── HolographicFrameId.cs │ │ │ ├── HolographicFramePrediction.cs │ │ │ ├── HolographicFramePresentResult.cs │ │ │ ├── HolographicFramePresentWaitBehavior.cs │ │ │ ├── HolographicFramePresentationMonitor.cs │ │ │ ├── HolographicFramePresentationReport.cs │ │ │ ├── HolographicFrameRenderingReport.cs │ │ │ ├── HolographicFrameScanoutMonitor.cs │ │ │ ├── HolographicFrameScanoutReport.cs │ │ │ ├── HolographicQuadLayer.cs │ │ │ ├── HolographicQuadLayerUpdateParameters.cs │ │ │ ├── HolographicReprojectionMode.cs │ │ │ ├── HolographicSpace.cs │ │ │ ├── HolographicSpaceCameraAddedEventArgs.cs │ │ │ ├── HolographicSpaceCameraRemovedEventArgs.cs │ │ │ ├── HolographicSpaceUserPresence.cs │ │ │ ├── HolographicStereoTransform.cs │ │ │ ├── HolographicViewConfiguration.cs │ │ │ └── HolographicViewConfigurationKind.cs │ │ │ ├── Windows.Graphics.Imaging │ │ │ ├── BitmapAlphaMode.cs │ │ │ ├── BitmapBounds.cs │ │ │ ├── BitmapBuffer.cs │ │ │ ├── BitmapBufferAccessMode.cs │ │ │ ├── BitmapCodecInformation.cs │ │ │ ├── BitmapDecoder.cs │ │ │ ├── BitmapEncoder.cs │ │ │ ├── BitmapFlip.cs │ │ │ ├── BitmapFrame.cs │ │ │ ├── BitmapInterpolationMode.cs │ │ │ ├── BitmapPixelFormat.cs │ │ │ ├── BitmapPlaneDescription.cs │ │ │ ├── BitmapProperties.cs │ │ │ ├── BitmapPropertiesView.cs │ │ │ ├── BitmapPropertySet.cs │ │ │ ├── BitmapRotation.cs │ │ │ ├── BitmapSize.cs │ │ │ ├── BitmapTransform.cs │ │ │ ├── BitmapTypedValue.cs │ │ │ ├── ColorManagementMode.cs │ │ │ ├── ExifOrientationMode.cs │ │ │ ├── IBitmapFrame.cs │ │ │ ├── IBitmapFrameWithSoftwareBitmap.cs │ │ │ ├── IBitmapPropertiesView.cs │ │ │ ├── ImageStream.cs │ │ │ ├── JpegSubsamplingMode.cs │ │ │ ├── PixelDataProvider.cs │ │ │ ├── PngFilterMode.cs │ │ │ ├── SoftwareBitmap.cs │ │ │ └── TiffCompressionMode.cs │ │ │ ├── Windows.Graphics.Printing.OptionDetails │ │ │ ├── IPrintCustomOptionDetails.cs │ │ │ ├── IPrintItemListOptionDetails.cs │ │ │ ├── IPrintNumberOptionDetails.cs │ │ │ ├── IPrintOptionDetails.cs │ │ │ ├── IPrintTextOptionDetails.cs │ │ │ ├── PrintBindingOptionDetails.cs │ │ │ ├── PrintBorderingOptionDetails.cs │ │ │ ├── PrintCollationOptionDetails.cs │ │ │ ├── PrintColorModeOptionDetails.cs │ │ │ ├── PrintCopiesOptionDetails.cs │ │ │ ├── PrintCustomItemDetails.cs │ │ │ ├── PrintCustomItemListOptionDetails.cs │ │ │ ├── PrintCustomTextOptionDetails.cs │ │ │ ├── PrintCustomToggleOptionDetails.cs │ │ │ ├── PrintDuplexOptionDetails.cs │ │ │ ├── PrintHolePunchOptionDetails.cs │ │ │ ├── PrintMediaSizeOptionDetails.cs │ │ │ ├── PrintMediaTypeOptionDetails.cs │ │ │ ├── PrintOptionStates.cs │ │ │ ├── PrintOptionType.cs │ │ │ ├── PrintOrientationOptionDetails.cs │ │ │ ├── PrintPageRangeOptionDetails.cs │ │ │ ├── PrintQualityOptionDetails.cs │ │ │ ├── PrintStapleOptionDetails.cs │ │ │ ├── PrintTaskOptionChangedEventArgs.cs │ │ │ └── PrintTaskOptionDetails.cs │ │ │ ├── Windows.Graphics.Printing.PrintSupport │ │ │ ├── PrintSupportExtensionSession.cs │ │ │ ├── PrintSupportExtensionTriggerDetails.cs │ │ │ ├── PrintSupportPrintDeviceCapabilitiesChangedEventArgs.cs │ │ │ ├── PrintSupportPrintTicketValidationRequestedEventArgs.cs │ │ │ ├── PrintSupportSessionInfo.cs │ │ │ ├── PrintSupportSettingsActivatedEventArgs.cs │ │ │ ├── PrintSupportSettingsUISession.cs │ │ │ ├── SettingsLaunchKind.cs │ │ │ └── WorkflowPrintTicketValidationStatus.cs │ │ │ ├── Windows.Graphics.Printing.PrintTicket │ │ │ ├── PrintTicketCapabilities.cs │ │ │ ├── PrintTicketFeature.cs │ │ │ ├── PrintTicketFeatureSelectionType.cs │ │ │ ├── PrintTicketOption.cs │ │ │ ├── PrintTicketParameterDataType.cs │ │ │ ├── PrintTicketParameterDefinition.cs │ │ │ ├── PrintTicketParameterInitializer.cs │ │ │ ├── PrintTicketValue.cs │ │ │ ├── PrintTicketValueType.cs │ │ │ ├── WorkflowPrintTicket.cs │ │ │ └── WorkflowPrintTicketValidationResult.cs │ │ │ ├── Windows.Graphics.Printing.Workflow │ │ │ ├── PrintWorkflowBackgroundSession.cs │ │ │ ├── PrintWorkflowBackgroundSetupRequestedEventArgs.cs │ │ │ ├── PrintWorkflowConfiguration.cs │ │ │ ├── PrintWorkflowForegroundSession.cs │ │ │ ├── PrintWorkflowForegroundSetupRequestedEventArgs.cs │ │ │ ├── PrintWorkflowJobAbortReason.cs │ │ │ ├── PrintWorkflowJobActivatedEventArgs.cs │ │ │ ├── PrintWorkflowJobBackgroundSession.cs │ │ │ ├── PrintWorkflowJobNotificationEventArgs.cs │ │ │ ├── PrintWorkflowJobStartingEventArgs.cs │ │ │ ├── PrintWorkflowJobTriggerDetails.cs │ │ │ ├── PrintWorkflowJobUISession.cs │ │ │ ├── PrintWorkflowObjectModelSourceFileContent.cs │ │ │ ├── PrintWorkflowObjectModelTargetPackage.cs │ │ │ ├── PrintWorkflowPdlConversionType.cs │ │ │ ├── PrintWorkflowPdlConverter.cs │ │ │ ├── PrintWorkflowPdlDataAvailableEventArgs.cs │ │ │ ├── PrintWorkflowPdlModificationRequestedEventArgs.cs │ │ │ ├── PrintWorkflowPdlSourceContent.cs │ │ │ ├── PrintWorkflowPdlTargetStream.cs │ │ │ ├── PrintWorkflowPrinterJob.cs │ │ │ ├── PrintWorkflowPrinterJobStatus.cs │ │ │ ├── PrintWorkflowSessionStatus.cs │ │ │ ├── PrintWorkflowSourceContent.cs │ │ │ ├── PrintWorkflowSpoolStreamContent.cs │ │ │ ├── PrintWorkflowStreamTarget.cs │ │ │ ├── PrintWorkflowSubmittedEventArgs.cs │ │ │ ├── PrintWorkflowSubmittedOperation.cs │ │ │ ├── PrintWorkflowSubmittedStatus.cs │ │ │ ├── PrintWorkflowTarget.cs │ │ │ ├── PrintWorkflowTriggerDetails.cs │ │ │ ├── PrintWorkflowUIActivatedEventArgs.cs │ │ │ ├── PrintWorkflowUICompletionStatus.cs │ │ │ ├── PrintWorkflowUILauncher.cs │ │ │ └── PrintWorkflowXpsDataAvailableEventArgs.cs │ │ │ ├── Windows.Graphics.Printing │ │ │ ├── IPrintDocumentSource.cs │ │ │ ├── IPrintTaskOptionsCore.cs │ │ │ ├── IPrintTaskOptionsCoreProperties.cs │ │ │ ├── IPrintTaskOptionsCoreUIConfiguration.cs │ │ │ ├── PrintBinding.cs │ │ │ ├── PrintBordering.cs │ │ │ ├── PrintCollation.cs │ │ │ ├── PrintColorMode.cs │ │ │ ├── PrintDuplex.cs │ │ │ ├── PrintHolePunch.cs │ │ │ ├── PrintManager.cs │ │ │ ├── PrintMediaSize.cs │ │ │ ├── PrintMediaType.cs │ │ │ ├── PrintOrientation.cs │ │ │ ├── PrintPageDescription.cs │ │ │ ├── PrintPageInfo.cs │ │ │ ├── PrintPageRange.cs │ │ │ ├── PrintPageRangeOptions.cs │ │ │ ├── PrintQuality.cs │ │ │ ├── PrintStaple.cs │ │ │ ├── PrintTask.cs │ │ │ ├── PrintTaskCompletedEventArgs.cs │ │ │ ├── PrintTaskCompletion.cs │ │ │ ├── PrintTaskOptions.cs │ │ │ ├── PrintTaskProgressingEventArgs.cs │ │ │ ├── PrintTaskRequest.cs │ │ │ ├── PrintTaskRequestedDeferral.cs │ │ │ ├── PrintTaskRequestedEventArgs.cs │ │ │ ├── PrintTaskSourceRequestedArgs.cs │ │ │ ├── PrintTaskSourceRequestedDeferral.cs │ │ │ ├── PrintTaskSourceRequestedHandler.cs │ │ │ └── StandardPrintTaskOptions.cs │ │ │ ├── Windows.Graphics │ │ │ ├── DisplayAdapterId.cs │ │ │ ├── DisplayId.cs │ │ │ ├── IGeometrySource2D.cs │ │ │ ├── PointInt32.cs │ │ │ ├── RectInt32.cs │ │ │ └── SizeInt32.cs │ │ │ ├── Windows.Management.Core │ │ │ └── ApplicationDataManager.cs │ │ │ ├── Windows.Management.Deployment │ │ │ ├── AddPackageByAppInstallerOptions.cs │ │ │ ├── AddPackageOptions.cs │ │ │ ├── AppInstallerManager.cs │ │ │ ├── AutoUpdateSettingsOptions.cs │ │ │ ├── DeploymentOptions.cs │ │ │ ├── DeploymentProgress.cs │ │ │ ├── DeploymentProgressState.cs │ │ │ ├── DeploymentResult.cs │ │ │ ├── PackageAllUserProvisioningOptions.cs │ │ │ ├── PackageInstallState.cs │ │ │ ├── PackageManager.cs │ │ │ ├── PackageManagerDebugSettings.cs │ │ │ ├── PackageState.cs │ │ │ ├── PackageStatus.cs │ │ │ ├── PackageStubPreference.cs │ │ │ ├── PackageTypes.cs │ │ │ ├── PackageUserInformation.cs │ │ │ ├── PackageVolume.cs │ │ │ ├── RegisterPackageOptions.cs │ │ │ ├── RemovalOptions.cs │ │ │ ├── StagePackageOptions.cs │ │ │ └── StubPackageOption.cs │ │ │ ├── Windows.Management.Policies │ │ │ ├── NamedPolicy.cs │ │ │ ├── NamedPolicyData.cs │ │ │ └── NamedPolicyKind.cs │ │ │ ├── Windows.Management.Update │ │ │ ├── PreviewBuildsManager.cs │ │ │ └── PreviewBuildsState.cs │ │ │ ├── Windows.Management.Workplace │ │ │ ├── MdmPolicy.cs │ │ │ └── MessagingSyncPolicy.cs │ │ │ ├── Windows.Management │ │ │ ├── MdmAlert.cs │ │ │ ├── MdmAlertDataType.cs │ │ │ ├── MdmAlertMark.cs │ │ │ ├── MdmSession.cs │ │ │ ├── MdmSessionManager.cs │ │ │ └── MdmSessionState.cs │ │ │ ├── Windows.Media.Audio │ │ │ ├── AudioDeviceInputNode.cs │ │ │ ├── AudioDeviceNodeCreationStatus.cs │ │ │ ├── AudioDeviceOutputNode.cs │ │ │ ├── AudioFileInputNode.cs │ │ │ ├── AudioFileNodeCreationStatus.cs │ │ │ ├── AudioFileOutputNode.cs │ │ │ ├── AudioFrameCompletedEventArgs.cs │ │ │ ├── AudioFrameInputNode.cs │ │ │ ├── AudioFrameOutputNode.cs │ │ │ ├── AudioGraph.cs │ │ │ ├── AudioGraphBatchUpdater.cs │ │ │ ├── AudioGraphConnection.cs │ │ │ ├── AudioGraphCreationStatus.cs │ │ │ ├── AudioGraphSettings.cs │ │ │ ├── AudioGraphUnrecoverableError.cs │ │ │ ├── AudioGraphUnrecoverableErrorOccurredEventArgs.cs │ │ │ ├── AudioNodeEmitter.cs │ │ │ ├── AudioNodeEmitterConeProperties.cs │ │ │ ├── AudioNodeEmitterDecayKind.cs │ │ │ ├── AudioNodeEmitterDecayModel.cs │ │ │ ├── AudioNodeEmitterNaturalDecayModelProperties.cs │ │ │ ├── AudioNodeEmitterSettings.cs │ │ │ ├── AudioNodeEmitterShape.cs │ │ │ ├── AudioNodeEmitterShapeKind.cs │ │ │ ├── AudioNodeListener.cs │ │ │ ├── AudioPlaybackConnection.cs │ │ │ ├── AudioPlaybackConnectionOpenResult.cs │ │ │ ├── AudioPlaybackConnectionOpenResultStatus.cs │ │ │ ├── AudioPlaybackConnectionState.cs │ │ │ ├── AudioStateMonitor.cs │ │ │ ├── AudioSubmixNode.cs │ │ │ ├── CreateAudioDeviceInputNodeResult.cs │ │ │ ├── CreateAudioDeviceOutputNodeResult.cs │ │ │ ├── CreateAudioFileInputNodeResult.cs │ │ │ ├── CreateAudioFileOutputNodeResult.cs │ │ │ ├── CreateAudioGraphResult.cs │ │ │ ├── CreateMediaSourceAudioInputNodeResult.cs │ │ │ ├── EchoEffectDefinition.cs │ │ │ ├── EqualizerBand.cs │ │ │ ├── EqualizerEffectDefinition.cs │ │ │ ├── FrameInputNodeQuantumStartedEventArgs.cs │ │ │ ├── IAudioInputNode.cs │ │ │ ├── IAudioInputNode2.cs │ │ │ ├── IAudioNode.cs │ │ │ ├── IAudioNodeWithListener.cs │ │ │ ├── LimiterEffectDefinition.cs │ │ │ ├── MediaSourceAudioInputNode.cs │ │ │ ├── MediaSourceAudioInputNodeCreationStatus.cs │ │ │ ├── MixedRealitySpatialAudioFormatPolicy.cs │ │ │ ├── QuantumSizeSelectionMode.cs │ │ │ ├── ReverbEffectDefinition.cs │ │ │ ├── SetDefaultSpatialAudioFormatResult.cs │ │ │ ├── SetDefaultSpatialAudioFormatStatus.cs │ │ │ ├── SpatialAudioDeviceConfiguration.cs │ │ │ ├── SpatialAudioFormatConfiguration.cs │ │ │ ├── SpatialAudioFormatSubtype.cs │ │ │ └── SpatialAudioModel.cs │ │ │ ├── Windows.Media.Capture.Core │ │ │ ├── VariablePhotoCapturedEventArgs.cs │ │ │ └── VariablePhotoSequenceCapture.cs │ │ │ ├── Windows.Media.Capture.Frames │ │ │ ├── AudioMediaFrame.cs │ │ │ ├── BufferMediaFrame.cs │ │ │ ├── DepthMediaFrame.cs │ │ │ ├── DepthMediaFrameFormat.cs │ │ │ ├── InfraredMediaFrame.cs │ │ │ ├── MediaFrameArrivedEventArgs.cs │ │ │ ├── MediaFrameFormat.cs │ │ │ ├── MediaFrameReader.cs │ │ │ ├── MediaFrameReaderAcquisitionMode.cs │ │ │ ├── MediaFrameReaderStartStatus.cs │ │ │ ├── MediaFrameReference.cs │ │ │ ├── MediaFrameSource.cs │ │ │ ├── MediaFrameSourceController.cs │ │ │ ├── MediaFrameSourceGetPropertyResult.cs │ │ │ ├── MediaFrameSourceGetPropertyStatus.cs │ │ │ ├── MediaFrameSourceGroup.cs │ │ │ ├── MediaFrameSourceInfo.cs │ │ │ ├── MediaFrameSourceKind.cs │ │ │ ├── MediaFrameSourceSetPropertyStatus.cs │ │ │ ├── MultiSourceMediaFrameArrivedEventArgs.cs │ │ │ ├── MultiSourceMediaFrameReader.cs │ │ │ ├── MultiSourceMediaFrameReaderStartStatus.cs │ │ │ ├── MultiSourceMediaFrameReference.cs │ │ │ ├── VideoMediaFrame.cs │ │ │ └── VideoMediaFrameFormat.cs │ │ │ ├── Windows.Media.Capture │ │ │ ├── AdvancedCapturedPhoto.cs │ │ │ ├── AdvancedPhotoCapture.cs │ │ │ ├── AppCapture.cs │ │ │ ├── CameraCaptureUI.cs │ │ │ ├── CameraCaptureUIMaxPhotoResolution.cs │ │ │ ├── CameraCaptureUIMaxVideoResolution.cs │ │ │ ├── CameraCaptureUIMode.cs │ │ │ ├── CameraCaptureUIPhotoCaptureSettings.cs │ │ │ ├── CameraCaptureUIPhotoFormat.cs │ │ │ ├── CameraCaptureUIVideoCaptureSettings.cs │ │ │ ├── CameraCaptureUIVideoFormat.cs │ │ │ ├── CapturedFrame.cs │ │ │ ├── CapturedFrameControlValues.cs │ │ │ ├── CapturedPhoto.cs │ │ │ ├── KnownVideoProfile.cs │ │ │ ├── LowLagMediaRecording.cs │ │ │ ├── LowLagPhotoCapture.cs │ │ │ ├── LowLagPhotoSequenceCapture.cs │ │ │ ├── MediaCapture.cs │ │ │ ├── MediaCaptureDeviceExclusiveControlStatus.cs │ │ │ ├── MediaCaptureDeviceExclusiveControlStatusChangedEventArgs.cs │ │ │ ├── MediaCaptureFailedEventArgs.cs │ │ │ ├── MediaCaptureFailedEventHandler.cs │ │ │ ├── MediaCaptureFocusChangedEventArgs.cs │ │ │ ├── MediaCaptureInitializationSettings.cs │ │ │ ├── MediaCaptureMemoryPreference.cs │ │ │ ├── MediaCapturePauseResult.cs │ │ │ ├── MediaCaptureRelativePanelWatcher.cs │ │ │ ├── MediaCaptureSettings.cs │ │ │ ├── MediaCaptureSharingMode.cs │ │ │ ├── MediaCaptureStopResult.cs │ │ │ ├── MediaCaptureThermalStatus.cs │ │ │ ├── MediaCaptureVideoProfile.cs │ │ │ ├── MediaCaptureVideoProfileMediaDescription.cs │ │ │ ├── MediaCategory.cs │ │ │ ├── MediaStreamType.cs │ │ │ ├── OptionalReferencePhotoCapturedEventArgs.cs │ │ │ ├── PhotoCaptureSource.cs │ │ │ ├── PhotoCapturedEventArgs.cs │ │ │ ├── PhotoConfirmationCapturedEventArgs.cs │ │ │ ├── PowerlineFrequency.cs │ │ │ ├── RecordLimitationExceededEventHandler.cs │ │ │ ├── ScreenCapture.cs │ │ │ ├── SourceSuspensionChangedEventArgs.cs │ │ │ ├── StreamingCaptureMode.cs │ │ │ ├── VideoDeviceCharacteristic.cs │ │ │ ├── VideoRotation.cs │ │ │ ├── VideoStreamConfiguration.cs │ │ │ └── WhiteBalanceGain.cs │ │ │ ├── Windows.Media.Casting │ │ │ ├── CastingConnection.cs │ │ │ ├── CastingConnectionErrorOccurredEventArgs.cs │ │ │ ├── CastingConnectionErrorStatus.cs │ │ │ ├── CastingConnectionState.cs │ │ │ ├── CastingDevice.cs │ │ │ ├── CastingDevicePicker.cs │ │ │ ├── CastingDevicePickerFilter.cs │ │ │ ├── CastingDeviceSelectedEventArgs.cs │ │ │ ├── CastingPlaybackTypes.cs │ │ │ └── CastingSource.cs │ │ │ ├── Windows.Media.ClosedCaptioning │ │ │ ├── ClosedCaptionColor.cs │ │ │ ├── ClosedCaptionEdgeEffect.cs │ │ │ ├── ClosedCaptionOpacity.cs │ │ │ ├── ClosedCaptionProperties.cs │ │ │ ├── ClosedCaptionSize.cs │ │ │ └── ClosedCaptionStyle.cs │ │ │ ├── Windows.Media.ContentRestrictions │ │ │ ├── ContentAccessRestrictionLevel.cs │ │ │ ├── ContentRestrictionsBrowsePolicy.cs │ │ │ ├── RatedContentCategory.cs │ │ │ ├── RatedContentDescription.cs │ │ │ └── RatedContentRestrictions.cs │ │ │ ├── Windows.Media.Control │ │ │ ├── CurrentSessionChangedEventArgs.cs │ │ │ ├── GlobalSystemMediaTransportControlsSession.cs │ │ │ ├── GlobalSystemMediaTransportControlsSessionManager.cs │ │ │ ├── GlobalSystemMediaTransportControlsSessionMediaProperties.cs │ │ │ ├── GlobalSystemMediaTransportControlsSessionPlaybackControls.cs │ │ │ ├── GlobalSystemMediaTransportControlsSessionPlaybackInfo.cs │ │ │ ├── GlobalSystemMediaTransportControlsSessionPlaybackStatus.cs │ │ │ ├── GlobalSystemMediaTransportControlsSessionTimelineProperties.cs │ │ │ ├── MediaPropertiesChangedEventArgs.cs │ │ │ ├── PlaybackInfoChangedEventArgs.cs │ │ │ ├── SessionsChangedEventArgs.cs │ │ │ └── TimelinePropertiesChangedEventArgs.cs │ │ │ ├── Windows.Media.Core.Preview │ │ │ └── SoundLevelBroker.cs │ │ │ ├── Windows.Media.Core │ │ │ ├── AudioDecoderDegradation.cs │ │ │ ├── AudioDecoderDegradationReason.cs │ │ │ ├── AudioStreamDescriptor.cs │ │ │ ├── AudioTrack.cs │ │ │ ├── AudioTrackOpenFailedEventArgs.cs │ │ │ ├── AudioTrackSupportInfo.cs │ │ │ ├── ChapterCue.cs │ │ │ ├── CodecCategory.cs │ │ │ ├── CodecInfo.cs │ │ │ ├── CodecKind.cs │ │ │ ├── CodecQuery.cs │ │ │ ├── CodecSubtypes.cs │ │ │ ├── DataCue.cs │ │ │ ├── FaceDetectedEventArgs.cs │ │ │ ├── FaceDetectionEffect.cs │ │ │ ├── FaceDetectionEffectDefinition.cs │ │ │ ├── FaceDetectionEffectFrame.cs │ │ │ ├── FaceDetectionMode.cs │ │ │ ├── HighDynamicRangeControl.cs │ │ │ ├── HighDynamicRangeOutput.cs │ │ │ ├── IMediaCue.cs │ │ │ ├── IMediaSource.cs │ │ │ ├── IMediaStreamDescriptor.cs │ │ │ ├── IMediaStreamDescriptor2.cs │ │ │ ├── IMediaTrack.cs │ │ │ ├── ISingleSelectMediaTrackList.cs │ │ │ ├── ITimedMetadataTrackProvider.cs │ │ │ ├── ImageCue.cs │ │ │ ├── InitializeMediaStreamSourceRequestedEventArgs.cs │ │ │ ├── LowLightFusion.cs │ │ │ ├── LowLightFusionResult.cs │ │ │ ├── MediaBinder.cs │ │ │ ├── MediaBindingEventArgs.cs │ │ │ ├── MediaCueEventArgs.cs │ │ │ ├── MediaDecoderStatus.cs │ │ │ ├── MediaSource.cs │ │ │ ├── MediaSourceAppServiceConnection.cs │ │ │ ├── MediaSourceError.cs │ │ │ ├── MediaSourceOpenOperationCompletedEventArgs.cs │ │ │ ├── MediaSourceState.cs │ │ │ ├── MediaSourceStateChangedEventArgs.cs │ │ │ ├── MediaSourceStatus.cs │ │ │ ├── MediaStreamSample.cs │ │ │ ├── MediaStreamSamplePropertySet.cs │ │ │ ├── MediaStreamSampleProtectionProperties.cs │ │ │ ├── MediaStreamSource.cs │ │ │ ├── MediaStreamSourceClosedEventArgs.cs │ │ │ ├── MediaStreamSourceClosedReason.cs │ │ │ ├── MediaStreamSourceClosedRequest.cs │ │ │ ├── MediaStreamSourceErrorStatus.cs │ │ │ ├── MediaStreamSourceSampleRenderedEventArgs.cs │ │ │ ├── MediaStreamSourceSampleRequest.cs │ │ │ ├── MediaStreamSourceSampleRequestDeferral.cs │ │ │ ├── MediaStreamSourceSampleRequestedEventArgs.cs │ │ │ ├── MediaStreamSourceStartingEventArgs.cs │ │ │ ├── MediaStreamSourceStartingRequest.cs │ │ │ ├── MediaStreamSourceStartingRequestDeferral.cs │ │ │ ├── MediaStreamSourceSwitchStreamsRequest.cs │ │ │ ├── MediaStreamSourceSwitchStreamsRequestDeferral.cs │ │ │ ├── MediaStreamSourceSwitchStreamsRequestedEventArgs.cs │ │ │ ├── MediaTrackKind.cs │ │ │ ├── MseAppendMode.cs │ │ │ ├── MseEndOfStreamStatus.cs │ │ │ ├── MseReadyState.cs │ │ │ ├── MseSourceBuffer.cs │ │ │ ├── MseSourceBufferList.cs │ │ │ ├── MseStreamSource.cs │ │ │ ├── MseTimeRange.cs │ │ │ ├── SceneAnalysisEffect.cs │ │ │ ├── SceneAnalysisEffectDefinition.cs │ │ │ ├── SceneAnalysisEffectFrame.cs │ │ │ ├── SceneAnalysisRecommendation.cs │ │ │ ├── SceneAnalyzedEventArgs.cs │ │ │ ├── SpeechCue.cs │ │ │ ├── TimedMetadataKind.cs │ │ │ ├── TimedMetadataStreamDescriptor.cs │ │ │ ├── TimedMetadataTrack.cs │ │ │ ├── TimedMetadataTrackError.cs │ │ │ ├── TimedMetadataTrackErrorCode.cs │ │ │ ├── TimedMetadataTrackFailedEventArgs.cs │ │ │ ├── TimedTextBouten.cs │ │ │ ├── TimedTextBoutenPosition.cs │ │ │ ├── TimedTextBoutenType.cs │ │ │ ├── TimedTextCue.cs │ │ │ ├── TimedTextDisplayAlignment.cs │ │ │ ├── TimedTextDouble.cs │ │ │ ├── TimedTextFlowDirection.cs │ │ │ ├── TimedTextFontStyle.cs │ │ │ ├── TimedTextLine.cs │ │ │ ├── TimedTextLineAlignment.cs │ │ │ ├── TimedTextPadding.cs │ │ │ ├── TimedTextPoint.cs │ │ │ ├── TimedTextRegion.cs │ │ │ ├── TimedTextRuby.cs │ │ │ ├── TimedTextRubyAlign.cs │ │ │ ├── TimedTextRubyPosition.cs │ │ │ ├── TimedTextRubyReserve.cs │ │ │ ├── TimedTextScrollMode.cs │ │ │ ├── TimedTextSize.cs │ │ │ ├── TimedTextSource.cs │ │ │ ├── TimedTextSourceResolveResultEventArgs.cs │ │ │ ├── TimedTextStyle.cs │ │ │ ├── TimedTextSubformat.cs │ │ │ ├── TimedTextUnit.cs │ │ │ ├── TimedTextWeight.cs │ │ │ ├── TimedTextWrapping.cs │ │ │ ├── TimedTextWritingMode.cs │ │ │ ├── VideoStabilizationEffect.cs │ │ │ ├── VideoStabilizationEffectDefinition.cs │ │ │ ├── VideoStabilizationEffectEnabledChangedEventArgs.cs │ │ │ ├── VideoStabilizationEffectEnabledChangedReason.cs │ │ │ ├── VideoStreamDescriptor.cs │ │ │ ├── VideoTrack.cs │ │ │ ├── VideoTrackOpenFailedEventArgs.cs │ │ │ └── VideoTrackSupportInfo.cs │ │ │ ├── Windows.Media.Devices.Core │ │ │ ├── CameraIntrinsics.cs │ │ │ ├── DepthCorrelatedCoordinateMapper.cs │ │ │ ├── FrameControlCapabilities.cs │ │ │ ├── FrameController.cs │ │ │ ├── FrameExposureCapabilities.cs │ │ │ ├── FrameExposureCompensationCapabilities.cs │ │ │ ├── FrameExposureCompensationControl.cs │ │ │ ├── FrameExposureControl.cs │ │ │ ├── FrameFlashCapabilities.cs │ │ │ ├── FrameFlashControl.cs │ │ │ ├── FrameFlashMode.cs │ │ │ ├── FrameFocusCapabilities.cs │ │ │ ├── FrameFocusControl.cs │ │ │ ├── FrameIsoSpeedCapabilities.cs │ │ │ ├── FrameIsoSpeedControl.cs │ │ │ └── VariablePhotoSequenceController.cs │ │ │ ├── Windows.Media.Devices │ │ │ ├── AdvancedPhotoCaptureSettings.cs │ │ │ ├── AdvancedPhotoControl.cs │ │ │ ├── AdvancedPhotoMode.cs │ │ │ ├── AudioDeviceController.cs │ │ │ ├── AudioDeviceModule.cs │ │ │ ├── AudioDeviceModuleNotificationEventArgs.cs │ │ │ ├── AudioDeviceModulesManager.cs │ │ │ ├── AudioDeviceRole.cs │ │ │ ├── AutoFocusRange.cs │ │ │ ├── CameraOcclusionInfo.cs │ │ │ ├── CameraOcclusionKind.cs │ │ │ ├── CameraOcclusionState.cs │ │ │ ├── CameraOcclusionStateChangedEventArgs.cs │ │ │ ├── CameraStreamState.cs │ │ │ ├── CaptureSceneMode.cs │ │ │ ├── CaptureUse.cs │ │ │ ├── ColorTemperaturePreset.cs │ │ │ ├── DefaultAudioCaptureDeviceChangedEventArgs.cs │ │ │ ├── DefaultAudioRenderDeviceChangedEventArgs.cs │ │ │ ├── DigitalWindowBounds.cs │ │ │ ├── DigitalWindowCapability.cs │ │ │ ├── DigitalWindowControl.cs │ │ │ ├── DigitalWindowMode.cs │ │ │ ├── ExposureCompensationControl.cs │ │ │ ├── ExposureControl.cs │ │ │ ├── ExposurePriorityVideoControl.cs │ │ │ ├── FlashControl.cs │ │ │ ├── FocusControl.cs │ │ │ ├── FocusMode.cs │ │ │ ├── FocusPreset.cs │ │ │ ├── FocusSettings.cs │ │ │ ├── HdrVideoControl.cs │ │ │ ├── HdrVideoMode.cs │ │ │ ├── IDefaultAudioDeviceChangedEventArgs.cs │ │ │ ├── IMediaDeviceController.cs │ │ │ ├── InfraredTorchControl.cs │ │ │ ├── InfraredTorchMode.cs │ │ │ ├── IsoSpeedControl.cs │ │ │ ├── IsoSpeedPreset.cs │ │ │ ├── LowLagPhotoControl.cs │ │ │ ├── LowLagPhotoSequenceControl.cs │ │ │ ├── ManualFocusDistance.cs │ │ │ ├── MediaCaptureFocusState.cs │ │ │ ├── MediaCaptureOptimization.cs │ │ │ ├── MediaCapturePauseBehavior.cs │ │ │ ├── MediaDevice.cs │ │ │ ├── MediaDeviceControl.cs │ │ │ ├── MediaDeviceControlCapabilities.cs │ │ │ ├── ModuleCommandResult.cs │ │ │ ├── OpticalImageStabilizationControl.cs │ │ │ ├── OpticalImageStabilizationMode.cs │ │ │ ├── PanelBasedOptimizationControl.cs │ │ │ ├── PhotoConfirmationControl.cs │ │ │ ├── RegionOfInterest.cs │ │ │ ├── RegionOfInterestType.cs │ │ │ ├── RegionsOfInterestControl.cs │ │ │ ├── SceneModeControl.cs │ │ │ ├── SendCommandStatus.cs │ │ │ ├── TorchControl.cs │ │ │ ├── VideoDeviceController.cs │ │ │ ├── VideoDeviceControllerGetDevicePropertyResult.cs │ │ │ ├── VideoDeviceControllerGetDevicePropertyStatus.cs │ │ │ ├── VideoDeviceControllerSetDevicePropertyStatus.cs │ │ │ ├── VideoTemporalDenoisingControl.cs │ │ │ ├── VideoTemporalDenoisingMode.cs │ │ │ ├── WhiteBalanceControl.cs │ │ │ ├── ZoomControl.cs │ │ │ ├── ZoomSettings.cs │ │ │ └── ZoomTransitionMode.cs │ │ │ ├── Windows.Media.DialProtocol │ │ │ ├── DialApp.cs │ │ │ ├── DialAppLaunchResult.cs │ │ │ ├── DialAppState.cs │ │ │ ├── DialAppStateDetails.cs │ │ │ ├── DialAppStopResult.cs │ │ │ ├── DialDevice.cs │ │ │ ├── DialDeviceDisplayStatus.cs │ │ │ ├── DialDevicePicker.cs │ │ │ ├── DialDevicePickerFilter.cs │ │ │ ├── DialDeviceSelectedEventArgs.cs │ │ │ ├── DialDisconnectButtonClickedEventArgs.cs │ │ │ └── DialReceiverApp.cs │ │ │ ├── Windows.Media.Editing │ │ │ ├── BackgroundAudioTrack.cs │ │ │ ├── EmbeddedAudioTrack.cs │ │ │ ├── MediaClip.cs │ │ │ ├── MediaComposition.cs │ │ │ ├── MediaOverlay.cs │ │ │ ├── MediaOverlayLayer.cs │ │ │ ├── MediaTrimmingPreference.cs │ │ │ └── VideoFramePrecision.cs │ │ │ ├── Windows.Media.Effects │ │ │ ├── AudioCaptureEffectsManager.cs │ │ │ ├── AudioEffect.cs │ │ │ ├── AudioEffectDefinition.cs │ │ │ ├── AudioEffectType.cs │ │ │ ├── AudioEffectsManager.cs │ │ │ ├── AudioRenderEffectsManager.cs │ │ │ ├── CompositeVideoFrameContext.cs │ │ │ ├── IAudioEffectDefinition.cs │ │ │ ├── IBasicAudioEffect.cs │ │ │ ├── IBasicVideoEffect.cs │ │ │ ├── IVideoCompositor.cs │ │ │ ├── IVideoCompositorDefinition.cs │ │ │ ├── IVideoEffectDefinition.cs │ │ │ ├── MediaEffectClosedReason.cs │ │ │ ├── MediaMemoryTypes.cs │ │ │ ├── ProcessAudioFrameContext.cs │ │ │ ├── ProcessVideoFrameContext.cs │ │ │ ├── SlowMotionEffectDefinition.cs │ │ │ ├── VideoCompositorDefinition.cs │ │ │ ├── VideoEffectDefinition.cs │ │ │ ├── VideoTransformEffectDefinition.cs │ │ │ └── VideoTransformSphericalProjection.cs │ │ │ ├── Windows.Media.FaceAnalysis │ │ │ ├── DetectedFace.cs │ │ │ ├── FaceDetector.cs │ │ │ └── FaceTracker.cs │ │ │ ├── Windows.Media.Import │ │ │ ├── PhotoImportAccessMode.cs │ │ │ ├── PhotoImportConnectionTransport.cs │ │ │ ├── PhotoImportContentType.cs │ │ │ ├── PhotoImportContentTypeFilter.cs │ │ │ ├── PhotoImportDeleteImportedItemsFromSourceResult.cs │ │ │ ├── PhotoImportFindItemsResult.cs │ │ │ ├── PhotoImportImportItemsResult.cs │ │ │ ├── PhotoImportImportMode.cs │ │ │ ├── PhotoImportItem.cs │ │ │ ├── PhotoImportItemImportedEventArgs.cs │ │ │ ├── PhotoImportItemSelectionMode.cs │ │ │ ├── PhotoImportManager.cs │ │ │ ├── PhotoImportOperation.cs │ │ │ ├── PhotoImportPowerSource.cs │ │ │ ├── PhotoImportProgress.cs │ │ │ ├── PhotoImportSelectionChangedEventArgs.cs │ │ │ ├── PhotoImportSession.cs │ │ │ ├── PhotoImportSidecar.cs │ │ │ ├── PhotoImportSource.cs │ │ │ ├── PhotoImportSourceType.cs │ │ │ ├── PhotoImportStage.cs │ │ │ ├── PhotoImportStorageMedium.cs │ │ │ ├── PhotoImportStorageMediumType.cs │ │ │ ├── PhotoImportSubfolderCreationMode.cs │ │ │ ├── PhotoImportSubfolderDateFormat.cs │ │ │ └── PhotoImportVideoSegment.cs │ │ │ ├── Windows.Media.MediaProperties │ │ │ ├── AudioEncodingProperties.cs │ │ │ ├── AudioEncodingQuality.cs │ │ │ ├── ContainerEncodingProperties.cs │ │ │ ├── H264ProfileIds.cs │ │ │ ├── IMediaEncodingProperties.cs │ │ │ ├── ImageEncodingProperties.cs │ │ │ ├── MediaEncodingProfile.cs │ │ │ ├── MediaEncodingSubtypes.cs │ │ │ ├── MediaMirroringOptions.cs │ │ │ ├── MediaPixelFormat.cs │ │ │ ├── MediaPropertySet.cs │ │ │ ├── MediaRatio.cs │ │ │ ├── MediaRotation.cs │ │ │ ├── MediaThumbnailFormat.cs │ │ │ ├── Mpeg2ProfileIds.cs │ │ │ ├── SphericalVideoFrameFormat.cs │ │ │ ├── StereoscopicVideoPackingMode.cs │ │ │ ├── TimedMetadataEncodingProperties.cs │ │ │ ├── VideoEncodingProperties.cs │ │ │ └── VideoEncodingQuality.cs │ │ │ ├── Windows.Media.Miracast │ │ │ ├── MiracastReceiver.cs │ │ │ ├── MiracastReceiverApplySettingsResult.cs │ │ │ ├── MiracastReceiverApplySettingsStatus.cs │ │ │ ├── MiracastReceiverAuthorizationMethod.cs │ │ │ ├── MiracastReceiverConnection.cs │ │ │ ├── MiracastReceiverConnectionCreatedEventArgs.cs │ │ │ ├── MiracastReceiverCursorImageChannel.cs │ │ │ ├── MiracastReceiverCursorImageChannelSettings.cs │ │ │ ├── MiracastReceiverDisconnectReason.cs │ │ │ ├── MiracastReceiverDisconnectedEventArgs.cs │ │ │ ├── MiracastReceiverGameControllerDevice.cs │ │ │ ├── MiracastReceiverGameControllerDeviceUsageMode.cs │ │ │ ├── MiracastReceiverInputDevices.cs │ │ │ ├── MiracastReceiverKeyboardDevice.cs │ │ │ ├── MiracastReceiverListeningStatus.cs │ │ │ ├── MiracastReceiverMediaSourceCreatedEventArgs.cs │ │ │ ├── MiracastReceiverSession.cs │ │ │ ├── MiracastReceiverSessionStartResult.cs │ │ │ ├── MiracastReceiverSessionStartStatus.cs │ │ │ ├── MiracastReceiverSettings.cs │ │ │ ├── MiracastReceiverStatus.cs │ │ │ ├── MiracastReceiverStreamControl.cs │ │ │ ├── MiracastReceiverVideoStreamSettings.cs │ │ │ ├── MiracastReceiverWiFiStatus.cs │ │ │ ├── MiracastTransmitter.cs │ │ │ └── MiracastTransmitterAuthorizationStatus.cs │ │ │ ├── Windows.Media.Ocr │ │ │ ├── OcrEngine.cs │ │ │ ├── OcrLine.cs │ │ │ ├── OcrResult.cs │ │ │ └── OcrWord.cs │ │ │ ├── Windows.Media.PlayTo │ │ │ ├── CurrentTimeChangeRequestedEventArgs.cs │ │ │ ├── MuteChangeRequestedEventArgs.cs │ │ │ ├── PlayToConnection.cs │ │ │ ├── PlayToConnectionError.cs │ │ │ ├── PlayToConnectionErrorEventArgs.cs │ │ │ ├── PlayToConnectionState.cs │ │ │ ├── PlayToConnectionStateChangedEventArgs.cs │ │ │ ├── PlayToConnectionTransferredEventArgs.cs │ │ │ ├── PlayToManager.cs │ │ │ ├── PlayToReceiver.cs │ │ │ ├── PlayToSource.cs │ │ │ ├── PlayToSourceDeferral.cs │ │ │ ├── PlayToSourceRequest.cs │ │ │ ├── PlayToSourceRequestedEventArgs.cs │ │ │ ├── PlayToSourceSelectedEventArgs.cs │ │ │ ├── PlaybackRateChangeRequestedEventArgs.cs │ │ │ ├── SourceChangeRequestedEventArgs.cs │ │ │ └── VolumeChangeRequestedEventArgs.cs │ │ │ ├── Windows.Media.Playback │ │ │ ├── AutoLoadedDisplayPropertyKind.cs │ │ │ ├── BackgroundMediaPlayer.cs │ │ │ ├── CurrentMediaPlaybackItemChangedEventArgs.cs │ │ │ ├── FailedMediaStreamKind.cs │ │ │ ├── IMediaEnginePlaybackSource.cs │ │ │ ├── IMediaPlaybackSource.cs │ │ │ ├── MediaBreak.cs │ │ │ ├── MediaBreakEndedEventArgs.cs │ │ │ ├── MediaBreakInsertionMethod.cs │ │ │ ├── MediaBreakManager.cs │ │ │ ├── MediaBreakSchedule.cs │ │ │ ├── MediaBreakSeekedOverEventArgs.cs │ │ │ ├── MediaBreakSkippedEventArgs.cs │ │ │ ├── MediaBreakStartedEventArgs.cs │ │ │ ├── MediaCommandEnablingRule.cs │ │ │ ├── MediaItemDisplayProperties.cs │ │ │ ├── MediaPlaybackAudioTrackList.cs │ │ │ ├── MediaPlaybackCommandManager.cs │ │ │ ├── MediaPlaybackCommandManagerAutoRepeatModeReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerCommandBehavior.cs │ │ │ ├── MediaPlaybackCommandManagerFastForwardReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerNextReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerPauseReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerPlayReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerPositionReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerPreviousReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerRateReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerRewindReceivedEventArgs.cs │ │ │ ├── MediaPlaybackCommandManagerShuffleReceivedEventArgs.cs │ │ │ ├── MediaPlaybackItem.cs │ │ │ ├── MediaPlaybackItemChangedReason.cs │ │ │ ├── MediaPlaybackItemError.cs │ │ │ ├── MediaPlaybackItemErrorCode.cs │ │ │ ├── MediaPlaybackItemFailedEventArgs.cs │ │ │ ├── MediaPlaybackItemOpenedEventArgs.cs │ │ │ ├── MediaPlaybackList.cs │ │ │ ├── MediaPlaybackSession.cs │ │ │ ├── MediaPlaybackSessionBufferingStartedEventArgs.cs │ │ │ ├── MediaPlaybackSessionOutputDegradationPolicyState.cs │ │ │ ├── MediaPlaybackSessionVideoConstrictionReason.cs │ │ │ ├── MediaPlaybackSphericalVideoProjection.cs │ │ │ ├── MediaPlaybackState.cs │ │ │ ├── MediaPlaybackTimedMetadataTrackList.cs │ │ │ ├── MediaPlaybackVideoTrackList.cs │ │ │ ├── MediaPlayer.cs │ │ │ ├── MediaPlayerAudioCategory.cs │ │ │ ├── MediaPlayerAudioDeviceType.cs │ │ │ ├── MediaPlayerDataReceivedEventArgs.cs │ │ │ ├── MediaPlayerError.cs │ │ │ ├── MediaPlayerFailedEventArgs.cs │ │ │ ├── MediaPlayerRateChangedEventArgs.cs │ │ │ ├── MediaPlayerState.cs │ │ │ ├── MediaPlayerSurface.cs │ │ │ ├── PlaybackMediaMarker.cs │ │ │ ├── PlaybackMediaMarkerReachedEventArgs.cs │ │ │ ├── PlaybackMediaMarkerSequence.cs │ │ │ ├── SphericalVideoProjectionMode.cs │ │ │ ├── StereoscopicVideoRenderMode.cs │ │ │ ├── TimedMetadataPresentationModeChangedEventArgs.cs │ │ │ └── TimedMetadataTrackPresentationMode.cs │ │ │ ├── Windows.Media.Protection.PlayReady │ │ │ ├── INDClosedCaptionDataReceivedEventArgs.cs │ │ │ ├── INDCustomData.cs │ │ │ ├── INDDownloadEngine.cs │ │ │ ├── INDDownloadEngineNotifier.cs │ │ │ ├── INDLicenseFetchCompletedEventArgs.cs │ │ │ ├── INDLicenseFetchDescriptor.cs │ │ │ ├── INDLicenseFetchResult.cs │ │ │ ├── INDMessenger.cs │ │ │ ├── INDProximityDetectionCompletedEventArgs.cs │ │ │ ├── INDRegistrationCompletedEventArgs.cs │ │ │ ├── INDSendResult.cs │ │ │ ├── INDStartResult.cs │ │ │ ├── INDStorageFileHelper.cs │ │ │ ├── INDStreamParser.cs │ │ │ ├── INDStreamParserNotifier.cs │ │ │ ├── INDTransmitterProperties.cs │ │ │ ├── IPlayReadyDomain.cs │ │ │ ├── IPlayReadyLicense.cs │ │ │ ├── IPlayReadyLicenseAcquisitionServiceRequest.cs │ │ │ ├── IPlayReadyLicenseSession.cs │ │ │ ├── IPlayReadyLicenseSession2.cs │ │ │ ├── IPlayReadySecureStopServiceRequest.cs │ │ │ ├── IPlayReadyServiceRequest.cs │ │ │ ├── NDCertificateFeature.cs │ │ │ ├── NDCertificatePlatformID.cs │ │ │ ├── NDCertificateType.cs │ │ │ ├── NDClient.cs │ │ │ ├── NDClosedCaptionFormat.cs │ │ │ ├── NDContentIDType.cs │ │ │ ├── NDCustomData.cs │ │ │ ├── NDDownloadEngineNotifier.cs │ │ │ ├── NDLicenseFetchDescriptor.cs │ │ │ ├── NDMediaStreamType.cs │ │ │ ├── NDProximityDetectionType.cs │ │ │ ├── NDStartAsyncOptions.cs │ │ │ ├── NDStorageFileHelper.cs │ │ │ ├── NDStreamParserNotifier.cs │ │ │ ├── NDTCPMessenger.cs │ │ │ ├── PlayReadyContentHeader.cs │ │ │ ├── PlayReadyContentResolver.cs │ │ │ ├── PlayReadyDecryptorSetup.cs │ │ │ ├── PlayReadyDomain.cs │ │ │ ├── PlayReadyDomainIterable.cs │ │ │ ├── PlayReadyDomainIterator.cs │ │ │ ├── PlayReadyDomainJoinServiceRequest.cs │ │ │ ├── PlayReadyDomainLeaveServiceRequest.cs │ │ │ ├── PlayReadyEncryptionAlgorithm.cs │ │ │ ├── PlayReadyHardwareDRMFeatures.cs │ │ │ ├── PlayReadyITADataFormat.cs │ │ │ ├── PlayReadyITADataGenerator.cs │ │ │ ├── PlayReadyIndividualizationServiceRequest.cs │ │ │ ├── PlayReadyLicense.cs │ │ │ ├── PlayReadyLicenseAcquisitionServiceRequest.cs │ │ │ ├── PlayReadyLicenseIterable.cs │ │ │ ├── PlayReadyLicenseIterator.cs │ │ │ ├── PlayReadyLicenseManagement.cs │ │ │ ├── PlayReadyLicenseSession.cs │ │ │ ├── PlayReadyMeteringReportServiceRequest.cs │ │ │ ├── PlayReadyRevocationServiceRequest.cs │ │ │ ├── PlayReadySecureStopIterable.cs │ │ │ ├── PlayReadySecureStopIterator.cs │ │ │ ├── PlayReadySecureStopServiceRequest.cs │ │ │ ├── PlayReadySoapMessage.cs │ │ │ └── PlayReadyStatics.cs │ │ │ ├── Windows.Media.Protection │ │ │ ├── ComponentLoadFailedEventArgs.cs │ │ │ ├── ComponentLoadFailedEventHandler.cs │ │ │ ├── GraphicsTrustStatus.cs │ │ │ ├── HdcpProtection.cs │ │ │ ├── HdcpSession.cs │ │ │ ├── HdcpSetProtectionResult.cs │ │ │ ├── IMediaProtectionServiceRequest.cs │ │ │ ├── MediaProtectionManager.cs │ │ │ ├── MediaProtectionPMPServer.cs │ │ │ ├── MediaProtectionServiceCompletion.cs │ │ │ ├── ProtectionCapabilities.cs │ │ │ ├── ProtectionCapabilityResult.cs │ │ │ ├── RebootNeededEventHandler.cs │ │ │ ├── RevocationAndRenewalInformation.cs │ │ │ ├── RevocationAndRenewalItem.cs │ │ │ ├── RevocationAndRenewalReasons.cs │ │ │ ├── ServiceRequestedEventArgs.cs │ │ │ └── ServiceRequestedEventHandler.cs │ │ │ ├── Windows.Media.Render │ │ │ └── AudioRenderCategory.cs │ │ │ ├── Windows.Media.SpeechRecognition │ │ │ ├── ISpeechRecognitionConstraint.cs │ │ │ ├── SpeechContinuousRecognitionCompletedEventArgs.cs │ │ │ ├── SpeechContinuousRecognitionMode.cs │ │ │ ├── SpeechContinuousRecognitionResultGeneratedEventArgs.cs │ │ │ ├── SpeechContinuousRecognitionSession.cs │ │ │ ├── SpeechRecognitionAudioProblem.cs │ │ │ ├── SpeechRecognitionCompilationResult.cs │ │ │ ├── SpeechRecognitionConfidence.cs │ │ │ ├── SpeechRecognitionConstraintProbability.cs │ │ │ ├── SpeechRecognitionConstraintType.cs │ │ │ ├── SpeechRecognitionGrammarFileConstraint.cs │ │ │ ├── SpeechRecognitionHypothesis.cs │ │ │ ├── SpeechRecognitionHypothesisGeneratedEventArgs.cs │ │ │ ├── SpeechRecognitionListConstraint.cs │ │ │ ├── SpeechRecognitionQualityDegradingEventArgs.cs │ │ │ ├── SpeechRecognitionResult.cs │ │ │ ├── SpeechRecognitionResultStatus.cs │ │ │ ├── SpeechRecognitionScenario.cs │ │ │ ├── SpeechRecognitionSemanticInterpretation.cs │ │ │ ├── SpeechRecognitionTopicConstraint.cs │ │ │ ├── SpeechRecognitionVoiceCommandDefinitionConstraint.cs │ │ │ ├── SpeechRecognizer.cs │ │ │ ├── SpeechRecognizerState.cs │ │ │ ├── SpeechRecognizerStateChangedEventArgs.cs │ │ │ ├── SpeechRecognizerTimeouts.cs │ │ │ ├── SpeechRecognizerUIOptions.cs │ │ │ ├── VoiceCommandManager.cs │ │ │ └── VoiceCommandSet.cs │ │ │ ├── Windows.Media.SpeechSynthesis │ │ │ ├── SpeechAppendedSilence.cs │ │ │ ├── SpeechPunctuationSilence.cs │ │ │ ├── SpeechSynthesisStream.cs │ │ │ ├── SpeechSynthesizer.cs │ │ │ ├── SpeechSynthesizerOptions.cs │ │ │ ├── VoiceGender.cs │ │ │ └── VoiceInformation.cs │ │ │ ├── Windows.Media.Streaming.Adaptive │ │ │ ├── AdaptiveMediaSource.cs │ │ │ ├── AdaptiveMediaSourceAdvancedSettings.cs │ │ │ ├── AdaptiveMediaSourceCorrelatedTimes.cs │ │ │ ├── AdaptiveMediaSourceCreationResult.cs │ │ │ ├── AdaptiveMediaSourceCreationStatus.cs │ │ │ ├── AdaptiveMediaSourceDiagnosticAvailableEventArgs.cs │ │ │ ├── AdaptiveMediaSourceDiagnosticType.cs │ │ │ ├── AdaptiveMediaSourceDiagnostics.cs │ │ │ ├── AdaptiveMediaSourceDownloadBitrateChangedEventArgs.cs │ │ │ ├── AdaptiveMediaSourceDownloadBitrateChangedReason.cs │ │ │ ├── AdaptiveMediaSourceDownloadCompletedEventArgs.cs │ │ │ ├── AdaptiveMediaSourceDownloadFailedEventArgs.cs │ │ │ ├── AdaptiveMediaSourceDownloadRequestedDeferral.cs │ │ │ ├── AdaptiveMediaSourceDownloadRequestedEventArgs.cs │ │ │ ├── AdaptiveMediaSourceDownloadResult.cs │ │ │ ├── AdaptiveMediaSourceDownloadStatistics.cs │ │ │ ├── AdaptiveMediaSourcePlaybackBitrateChangedEventArgs.cs │ │ │ └── AdaptiveMediaSourceResourceType.cs │ │ │ ├── Windows.Media.Transcoding │ │ │ ├── MediaTranscoder.cs │ │ │ ├── MediaVideoProcessingAlgorithm.cs │ │ │ ├── PrepareTranscodeResult.cs │ │ │ └── TranscodeFailureReason.cs │ │ │ ├── Windows.Media │ │ │ ├── AudioBuffer.cs │ │ │ ├── AudioBufferAccessMode.cs │ │ │ ├── AudioFrame.cs │ │ │ ├── AudioProcessing.cs │ │ │ ├── AutoRepeatModeChangeRequestedEventArgs.cs │ │ │ ├── IMediaExtension.cs │ │ │ ├── IMediaFrame.cs │ │ │ ├── IMediaMarker.cs │ │ │ ├── IMediaMarkers.cs │ │ │ ├── ImageDisplayProperties.cs │ │ │ ├── MediaExtensionManager.cs │ │ │ ├── MediaMarkerTypes.cs │ │ │ ├── MediaPlaybackAutoRepeatMode.cs │ │ │ ├── MediaPlaybackStatus.cs │ │ │ ├── MediaPlaybackType.cs │ │ │ ├── MediaProcessingTriggerDetails.cs │ │ │ ├── MediaTimeRange.cs │ │ │ ├── MediaTimelineController.cs │ │ │ ├── MediaTimelineControllerFailedEventArgs.cs │ │ │ ├── MediaTimelineControllerState.cs │ │ │ ├── MusicDisplayProperties.cs │ │ │ ├── PlaybackPositionChangeRequestedEventArgs.cs │ │ │ ├── PlaybackRateChangeRequestedEventArgs.cs │ │ │ ├── ShuffleEnabledChangeRequestedEventArgs.cs │ │ │ ├── SoundLevel.cs │ │ │ ├── SystemMediaTransportControls.cs │ │ │ ├── SystemMediaTransportControlsButton.cs │ │ │ ├── SystemMediaTransportControlsButtonPressedEventArgs.cs │ │ │ ├── SystemMediaTransportControlsDisplayUpdater.cs │ │ │ ├── SystemMediaTransportControlsProperty.cs │ │ │ ├── SystemMediaTransportControlsPropertyChangedEventArgs.cs │ │ │ ├── SystemMediaTransportControlsTimelineProperties.cs │ │ │ ├── VideoDisplayProperties.cs │ │ │ ├── VideoEffects.cs │ │ │ └── VideoFrame.cs │ │ │ ├── Windows.Networking.BackgroundTransfer │ │ │ ├── BackgroundDownloadProgress.cs │ │ │ ├── BackgroundDownloader.cs │ │ │ ├── BackgroundTransferBehavior.cs │ │ │ ├── BackgroundTransferCompletionGroup.cs │ │ │ ├── BackgroundTransferCompletionGroupTriggerDetails.cs │ │ │ ├── BackgroundTransferContentPart.cs │ │ │ ├── BackgroundTransferCostPolicy.cs │ │ │ ├── BackgroundTransferError.cs │ │ │ ├── BackgroundTransferFileRange.cs │ │ │ ├── BackgroundTransferGroup.cs │ │ │ ├── BackgroundTransferPriority.cs │ │ │ ├── BackgroundTransferRangesDownloadedEventArgs.cs │ │ │ ├── BackgroundTransferStatus.cs │ │ │ ├── BackgroundUploadProgress.cs │ │ │ ├── BackgroundUploader.cs │ │ │ ├── ContentPrefetcher.cs │ │ │ ├── DownloadOperation.cs │ │ │ ├── IBackgroundTransferBase.cs │ │ │ ├── IBackgroundTransferContentPartFactory.cs │ │ │ ├── IBackgroundTransferOperation.cs │ │ │ ├── IBackgroundTransferOperationPriority.cs │ │ │ ├── ResponseInformation.cs │ │ │ ├── UnconstrainedTransferRequestResult.cs │ │ │ └── UploadOperation.cs │ │ │ ├── Windows.Networking.Connectivity │ │ │ ├── AttributedNetworkUsage.cs │ │ │ ├── CellularApnAuthenticationType.cs │ │ │ ├── CellularApnContext.cs │ │ │ ├── ConnectionCost.cs │ │ │ ├── ConnectionProfile.cs │ │ │ ├── ConnectionProfileDeleteStatus.cs │ │ │ ├── ConnectionProfileFilter.cs │ │ │ ├── ConnectionSession.cs │ │ │ ├── ConnectivityInterval.cs │ │ │ ├── ConnectivityManager.cs │ │ │ ├── DataPlanStatus.cs │ │ │ ├── DataPlanUsage.cs │ │ │ ├── DataUsage.cs │ │ │ ├── DataUsageGranularity.cs │ │ │ ├── DomainConnectivityLevel.cs │ │ │ ├── IPInformation.cs │ │ │ ├── LanIdentifier.cs │ │ │ ├── LanIdentifierData.cs │ │ │ ├── NetworkAdapter.cs │ │ │ ├── NetworkAuthenticationType.cs │ │ │ ├── NetworkConnectivityLevel.cs │ │ │ ├── NetworkCostType.cs │ │ │ ├── NetworkEncryptionType.cs │ │ │ ├── NetworkInformation.cs │ │ │ ├── NetworkItem.cs │ │ │ ├── NetworkSecuritySettings.cs │ │ │ ├── NetworkStateChangeEventDetails.cs │ │ │ ├── NetworkStatusChangedEventHandler.cs │ │ │ ├── NetworkTypes.cs │ │ │ ├── NetworkUsage.cs │ │ │ ├── NetworkUsageStates.cs │ │ │ ├── ProviderNetworkUsage.cs │ │ │ ├── ProxyConfiguration.cs │ │ │ ├── RoamingStates.cs │ │ │ ├── RoutePolicy.cs │ │ │ ├── TriStates.cs │ │ │ ├── WlanConnectionProfileDetails.cs │ │ │ ├── WwanConnectionProfileDetails.cs │ │ │ ├── WwanContract.cs │ │ │ ├── WwanDataClass.cs │ │ │ ├── WwanNetworkIPKind.cs │ │ │ └── WwanNetworkRegistrationState.cs │ │ │ ├── Windows.Networking.NetworkOperators │ │ │ ├── DataClasses.cs │ │ │ ├── ESim.cs │ │ │ ├── ESimAddedEventArgs.cs │ │ │ ├── ESimAuthenticationPreference.cs │ │ │ ├── ESimDiscoverEvent.cs │ │ │ ├── ESimDiscoverResult.cs │ │ │ ├── ESimDiscoverResultKind.cs │ │ │ ├── ESimDownloadProfileMetadataResult.cs │ │ │ ├── ESimManager.cs │ │ │ ├── ESimOperationResult.cs │ │ │ ├── ESimOperationStatus.cs │ │ │ ├── ESimPolicy.cs │ │ │ ├── ESimProfile.cs │ │ │ ├── ESimProfileClass.cs │ │ │ ├── ESimProfileInstallProgress.cs │ │ │ ├── ESimProfileMetadata.cs │ │ │ ├── ESimProfileMetadataState.cs │ │ │ ├── ESimProfilePolicy.cs │ │ │ ├── ESimProfileState.cs │ │ │ ├── ESimRemovedEventArgs.cs │ │ │ ├── ESimServiceInfo.cs │ │ │ ├── ESimState.cs │ │ │ ├── ESimUpdatedEventArgs.cs │ │ │ ├── ESimWatcher.cs │ │ │ ├── ESimWatcherStatus.cs │ │ │ ├── HotspotAuthenticationContext.cs │ │ │ ├── HotspotAuthenticationEventDetails.cs │ │ │ ├── HotspotAuthenticationResponseCode.cs │ │ │ ├── HotspotCredentialsAuthenticationResult.cs │ │ │ ├── KnownCSimFilePaths.cs │ │ │ ├── KnownRuimFilePaths.cs │ │ │ ├── KnownSimFilePaths.cs │ │ │ ├── KnownUSimFilePaths.cs │ │ │ ├── MobileBroadbandAccount.cs │ │ │ ├── MobileBroadbandAccountEventArgs.cs │ │ │ ├── MobileBroadbandAccountUpdatedEventArgs.cs │ │ │ ├── MobileBroadbandAccountWatcher.cs │ │ │ ├── MobileBroadbandAccountWatcherStatus.cs │ │ │ ├── MobileBroadbandAntennaSar.cs │ │ │ ├── MobileBroadbandCellCdma.cs │ │ │ ├── MobileBroadbandCellGsm.cs │ │ │ ├── MobileBroadbandCellLte.cs │ │ │ ├── MobileBroadbandCellNR.cs │ │ │ ├── MobileBroadbandCellTdscdma.cs │ │ │ ├── MobileBroadbandCellUmts.cs │ │ │ ├── MobileBroadbandCellsInfo.cs │ │ │ ├── MobileBroadbandCurrentSlotIndexChangedEventArgs.cs │ │ │ ├── MobileBroadbandDeviceInformation.cs │ │ │ ├── MobileBroadbandDeviceService.cs │ │ │ ├── MobileBroadbandDeviceServiceCommandResult.cs │ │ │ ├── MobileBroadbandDeviceServiceCommandSession.cs │ │ │ ├── MobileBroadbandDeviceServiceDataReceivedEventArgs.cs │ │ │ ├── MobileBroadbandDeviceServiceDataSession.cs │ │ │ ├── MobileBroadbandDeviceServiceInformation.cs │ │ │ ├── MobileBroadbandDeviceServiceTriggerDetails.cs │ │ │ ├── MobileBroadbandDeviceType.cs │ │ │ ├── MobileBroadbandModem.cs │ │ │ ├── MobileBroadbandModemConfiguration.cs │ │ │ ├── MobileBroadbandModemIsolation.cs │ │ │ ├── MobileBroadbandModemStatus.cs │ │ │ ├── MobileBroadbandNetwork.cs │ │ │ ├── MobileBroadbandNetworkRegistrationStateChange.cs │ │ │ ├── MobileBroadbandNetworkRegistrationStateChangeTriggerDetails.cs │ │ │ ├── MobileBroadbandPco.cs │ │ │ ├── MobileBroadbandPcoDataChangeTriggerDetails.cs │ │ │ ├── MobileBroadbandPin.cs │ │ │ ├── MobileBroadbandPinFormat.cs │ │ │ ├── MobileBroadbandPinLockState.cs │ │ │ ├── MobileBroadbandPinLockStateChange.cs │ │ │ ├── MobileBroadbandPinLockStateChangeTriggerDetails.cs │ │ │ ├── MobileBroadbandPinManager.cs │ │ │ ├── MobileBroadbandPinOperationResult.cs │ │ │ ├── MobileBroadbandPinType.cs │ │ │ ├── MobileBroadbandRadioState.cs │ │ │ ├── MobileBroadbandRadioStateChange.cs │ │ │ ├── MobileBroadbandRadioStateChangeTriggerDetails.cs │ │ │ ├── MobileBroadbandSarManager.cs │ │ │ ├── MobileBroadbandSlotInfo.cs │ │ │ ├── MobileBroadbandSlotInfoChangedEventArgs.cs │ │ │ ├── MobileBroadbandSlotManager.cs │ │ │ ├── MobileBroadbandSlotState.cs │ │ │ ├── MobileBroadbandTransmissionStateChangedEventArgs.cs │ │ │ ├── MobileBroadbandUicc.cs │ │ │ ├── MobileBroadbandUiccApp.cs │ │ │ ├── MobileBroadbandUiccAppOperationStatus.cs │ │ │ ├── MobileBroadbandUiccAppReadRecordResult.cs │ │ │ ├── MobileBroadbandUiccAppRecordDetailsResult.cs │ │ │ ├── MobileBroadbandUiccAppsResult.cs │ │ │ ├── NetworkDeviceStatus.cs │ │ │ ├── NetworkOperatorDataUsageNotificationKind.cs │ │ │ ├── NetworkOperatorDataUsageTriggerDetails.cs │ │ │ ├── NetworkOperatorEventMessageType.cs │ │ │ ├── NetworkOperatorTetheringAccessPointConfiguration.cs │ │ │ ├── NetworkOperatorTetheringClient.cs │ │ │ ├── NetworkOperatorTetheringManager.cs │ │ │ ├── NetworkOperatorTetheringOperationResult.cs │ │ │ ├── NetworkRegistrationState.cs │ │ │ ├── ProfileMediaType.cs │ │ │ ├── ProfileUsage.cs │ │ │ ├── ProvisionFromXmlDocumentResults.cs │ │ │ ├── ProvisionedProfile.cs │ │ │ ├── ProvisioningAgent.cs │ │ │ ├── TetheringCapability.cs │ │ │ ├── TetheringEntitlementCheckTriggerDetails.cs │ │ │ ├── TetheringOperationStatus.cs │ │ │ ├── TetheringOperationalState.cs │ │ │ ├── TetheringWiFiBand.cs │ │ │ ├── UiccAccessCondition.cs │ │ │ ├── UiccAppKind.cs │ │ │ ├── UiccAppRecordKind.cs │ │ │ ├── UssdMessage.cs │ │ │ ├── UssdReply.cs │ │ │ ├── UssdResultCode.cs │ │ │ └── UssdSession.cs │ │ │ ├── Windows.Networking.Proximity │ │ │ ├── ConnectionRequestedEventArgs.cs │ │ │ ├── DeviceArrivedEventHandler.cs │ │ │ ├── DeviceDepartedEventHandler.cs │ │ │ ├── MessageReceivedHandler.cs │ │ │ ├── MessageTransmittedHandler.cs │ │ │ ├── PeerDiscoveryTypes.cs │ │ │ ├── PeerFinder.cs │ │ │ ├── PeerInformation.cs │ │ │ ├── PeerRole.cs │ │ │ ├── PeerWatcher.cs │ │ │ ├── PeerWatcherStatus.cs │ │ │ ├── ProximityDevice.cs │ │ │ ├── ProximityMessage.cs │ │ │ ├── TriggeredConnectState.cs │ │ │ └── TriggeredConnectionStateChangedEventArgs.cs │ │ │ ├── Windows.Networking.PushNotifications │ │ │ ├── PushNotificationChannel.cs │ │ │ ├── PushNotificationChannelManager.cs │ │ │ ├── PushNotificationChannelManagerForUser.cs │ │ │ ├── PushNotificationChannelsRevokedEventArgs.cs │ │ │ ├── PushNotificationReceivedEventArgs.cs │ │ │ ├── PushNotificationType.cs │ │ │ └── RawNotification.cs │ │ │ ├── Windows.Networking.ServiceDiscovery.Dnssd │ │ │ ├── DnssdRegistrationResult.cs │ │ │ ├── DnssdRegistrationStatus.cs │ │ │ ├── DnssdServiceInstance.cs │ │ │ ├── DnssdServiceInstanceCollection.cs │ │ │ ├── DnssdServiceWatcher.cs │ │ │ └── DnssdServiceWatcherStatus.cs │ │ │ ├── Windows.Networking.Sockets │ │ │ ├── BandwidthStatistics.cs │ │ │ ├── ControlChannelTriggerStatus.cs │ │ │ ├── DatagramSocket.cs │ │ │ ├── DatagramSocketControl.cs │ │ │ ├── DatagramSocketInformation.cs │ │ │ ├── DatagramSocketMessageReceivedEventArgs.cs │ │ │ ├── IWebSocket.cs │ │ │ ├── IWebSocketControl.cs │ │ │ ├── IWebSocketControl2.cs │ │ │ ├── IWebSocketInformation.cs │ │ │ ├── IWebSocketInformation2.cs │ │ │ ├── MessageWebSocket.cs │ │ │ ├── MessageWebSocketControl.cs │ │ │ ├── MessageWebSocketInformation.cs │ │ │ ├── MessageWebSocketMessageReceivedEventArgs.cs │ │ │ ├── MessageWebSocketReceiveMode.cs │ │ │ ├── RoundTripTimeStatistics.cs │ │ │ ├── ServerMessageWebSocket.cs │ │ │ ├── ServerMessageWebSocketControl.cs │ │ │ ├── ServerMessageWebSocketInformation.cs │ │ │ ├── ServerStreamWebSocket.cs │ │ │ ├── ServerStreamWebSocketInformation.cs │ │ │ ├── SocketActivityConnectedStandbyAction.cs │ │ │ ├── SocketActivityContext.cs │ │ │ ├── SocketActivityInformation.cs │ │ │ ├── SocketActivityKind.cs │ │ │ ├── SocketActivityTriggerDetails.cs │ │ │ ├── SocketActivityTriggerReason.cs │ │ │ ├── SocketError.cs │ │ │ ├── SocketErrorStatus.cs │ │ │ ├── SocketMessageType.cs │ │ │ ├── SocketProtectionLevel.cs │ │ │ ├── SocketQualityOfService.cs │ │ │ ├── SocketSslErrorSeverity.cs │ │ │ ├── StreamSocket.cs │ │ │ ├── StreamSocketControl.cs │ │ │ ├── StreamSocketInformation.cs │ │ │ ├── StreamSocketListener.cs │ │ │ ├── StreamSocketListenerConnectionReceivedEventArgs.cs │ │ │ ├── StreamSocketListenerControl.cs │ │ │ ├── StreamSocketListenerInformation.cs │ │ │ ├── StreamWebSocket.cs │ │ │ ├── StreamWebSocketControl.cs │ │ │ ├── StreamWebSocketInformation.cs │ │ │ ├── WebSocketClosedEventArgs.cs │ │ │ ├── WebSocketError.cs │ │ │ ├── WebSocketKeepAlive.cs │ │ │ └── WebSocketServerCustomValidationRequestedEventArgs.cs │ │ │ ├── Windows.Networking.Vpn │ │ │ ├── IVpnChannelStatics.cs │ │ │ ├── IVpnCredential.cs │ │ │ ├── IVpnCustomPrompt.cs │ │ │ ├── IVpnCustomPromptElement.cs │ │ │ ├── IVpnDomainNameInfoFactory.cs │ │ │ ├── IVpnInterfaceIdFactory.cs │ │ │ ├── IVpnNamespaceInfoFactory.cs │ │ │ ├── IVpnPacketBufferFactory.cs │ │ │ ├── IVpnPlugIn.cs │ │ │ ├── IVpnProfile.cs │ │ │ ├── IVpnRouteFactory.cs │ │ │ ├── VpnAppId.cs │ │ │ ├── VpnAppIdType.cs │ │ │ ├── VpnAuthenticationMethod.cs │ │ │ ├── VpnChannel.cs │ │ │ ├── VpnChannelActivityEventArgs.cs │ │ │ ├── VpnChannelActivityEventType.cs │ │ │ ├── VpnChannelActivityStateChangedArgs.cs │ │ │ ├── VpnChannelConfiguration.cs │ │ │ ├── VpnChannelRequestCredentialsOptions.cs │ │ │ ├── VpnCredential.cs │ │ │ ├── VpnCredentialType.cs │ │ │ ├── VpnCustomCheckBox.cs │ │ │ ├── VpnCustomComboBox.cs │ │ │ ├── VpnCustomEditBox.cs │ │ │ ├── VpnCustomErrorBox.cs │ │ │ ├── VpnCustomPromptBooleanInput.cs │ │ │ ├── VpnCustomPromptOptionSelector.cs │ │ │ ├── VpnCustomPromptText.cs │ │ │ ├── VpnCustomPromptTextInput.cs │ │ │ ├── VpnCustomTextBox.cs │ │ │ ├── VpnDataPathType.cs │ │ │ ├── VpnDomainNameAssignment.cs │ │ │ ├── VpnDomainNameInfo.cs │ │ │ ├── VpnDomainNameType.cs │ │ │ ├── VpnForegroundActivatedEventArgs.cs │ │ │ ├── VpnForegroundActivationOperation.cs │ │ │ ├── VpnIPProtocol.cs │ │ │ ├── VpnInterfaceId.cs │ │ │ ├── VpnManagementAgent.cs │ │ │ ├── VpnManagementConnectionStatus.cs │ │ │ ├── VpnManagementErrorStatus.cs │ │ │ ├── VpnNamespaceAssignment.cs │ │ │ ├── VpnNamespaceInfo.cs │ │ │ ├── VpnNativeProfile.cs │ │ │ ├── VpnNativeProtocolType.cs │ │ │ ├── VpnPacketBuffer.cs │ │ │ ├── VpnPacketBufferList.cs │ │ │ ├── VpnPacketBufferStatus.cs │ │ │ ├── VpnPickedCredential.cs │ │ │ ├── VpnPlugInProfile.cs │ │ │ ├── VpnRoute.cs │ │ │ ├── VpnRouteAssignment.cs │ │ │ ├── VpnRoutingPolicyType.cs │ │ │ ├── VpnSystemHealth.cs │ │ │ ├── VpnTrafficFilter.cs │ │ │ └── VpnTrafficFilterAssignment.cs │ │ │ ├── Windows.Networking │ │ │ ├── DomainNameType.cs │ │ │ ├── EndpointPair.cs │ │ │ ├── HostName.cs │ │ │ ├── HostNameSortOptions.cs │ │ │ └── HostNameType.cs │ │ │ ├── Windows.Perception.People │ │ │ ├── EyesPose.cs │ │ │ ├── HandJointKind.cs │ │ │ ├── HandMeshObserver.cs │ │ │ ├── HandMeshVertex.cs │ │ │ ├── HandMeshVertexState.cs │ │ │ ├── HandPose.cs │ │ │ ├── HeadPose.cs │ │ │ ├── JointPose.cs │ │ │ └── JointPoseAccuracy.cs │ │ │ ├── Windows.Perception.Spatial.Preview │ │ │ ├── SpatialGraphInteropFrameOfReferencePreview.cs │ │ │ └── SpatialGraphInteropPreview.cs │ │ │ ├── Windows.Perception.Spatial.Surfaces │ │ │ ├── SpatialSurfaceInfo.cs │ │ │ ├── SpatialSurfaceMesh.cs │ │ │ ├── SpatialSurfaceMeshBuffer.cs │ │ │ ├── SpatialSurfaceMeshOptions.cs │ │ │ └── SpatialSurfaceObserver.cs │ │ │ ├── Windows.Perception.Spatial │ │ │ ├── SpatialAnchor.cs │ │ │ ├── SpatialAnchorExportPurpose.cs │ │ │ ├── SpatialAnchorExportSufficiency.cs │ │ │ ├── SpatialAnchorExporter.cs │ │ │ ├── SpatialAnchorManager.cs │ │ │ ├── SpatialAnchorRawCoordinateSystemAdjustedEventArgs.cs │ │ │ ├── SpatialAnchorStore.cs │ │ │ ├── SpatialAnchorTransferManager.cs │ │ │ ├── SpatialBoundingBox.cs │ │ │ ├── SpatialBoundingFrustum.cs │ │ │ ├── SpatialBoundingOrientedBox.cs │ │ │ ├── SpatialBoundingSphere.cs │ │ │ ├── SpatialBoundingVolume.cs │ │ │ ├── SpatialCoordinateSystem.cs │ │ │ ├── SpatialEntity.cs │ │ │ ├── SpatialEntityAddedEventArgs.cs │ │ │ ├── SpatialEntityRemovedEventArgs.cs │ │ │ ├── SpatialEntityStore.cs │ │ │ ├── SpatialEntityUpdatedEventArgs.cs │ │ │ ├── SpatialEntityWatcher.cs │ │ │ ├── SpatialEntityWatcherStatus.cs │ │ │ ├── SpatialLocatability.cs │ │ │ ├── SpatialLocation.cs │ │ │ ├── SpatialLocator.cs │ │ │ ├── SpatialLocatorAttachedFrameOfReference.cs │ │ │ ├── SpatialLocatorPositionalTrackingDeactivatingEventArgs.cs │ │ │ ├── SpatialLookDirectionRange.cs │ │ │ ├── SpatialMovementRange.cs │ │ │ ├── SpatialPerceptionAccessStatus.cs │ │ │ ├── SpatialRay.cs │ │ │ ├── SpatialStageFrameOfReference.cs │ │ │ └── SpatialStationaryFrameOfReference.cs │ │ │ ├── Windows.Perception │ │ │ ├── PerceptionTimestamp.cs │ │ │ └── PerceptionTimestampHelper.cs │ │ │ ├── Windows.Phone.ApplicationModel │ │ │ ├── ApplicationProfile.cs │ │ │ └── ApplicationProfileModes.cs │ │ │ ├── Windows.Phone.Devices.Notification │ │ │ └── VibrationDevice.cs │ │ │ ├── Windows.Phone.Devices.Power │ │ │ └── Battery.cs │ │ │ ├── Windows.Phone.Management.Deployment │ │ │ ├── Enterprise.cs │ │ │ ├── EnterpriseEnrollmentManager.cs │ │ │ ├── EnterpriseEnrollmentResult.cs │ │ │ ├── EnterpriseEnrollmentStatus.cs │ │ │ ├── EnterpriseStatus.cs │ │ │ ├── InstallationManager.cs │ │ │ └── PackageInstallResult.cs │ │ │ ├── Windows.Phone.Media.Devices │ │ │ ├── AudioRoutingEndpoint.cs │ │ │ ├── AudioRoutingManager.cs │ │ │ └── AvailableAudioRoutingEndpoints.cs │ │ │ ├── Windows.Phone.Notification.Management │ │ │ ├── AccessoryManager.cs │ │ │ ├── AccessoryNotificationType.cs │ │ │ ├── AlarmNotificationTriggerDetails.cs │ │ │ ├── AppNotificationInfo.cs │ │ │ ├── BinaryId.cs │ │ │ ├── CalendarChangedEvent.cs │ │ │ ├── CalendarChangedNotificationTriggerDetails.cs │ │ │ ├── CortanaTileNotificationTriggerDetails.cs │ │ │ ├── EmailAccountInfo.cs │ │ │ ├── EmailFolderInfo.cs │ │ │ ├── EmailNotificationTriggerDetails.cs │ │ │ ├── EmailReadNotificationTriggerDetails.cs │ │ │ ├── IAccessoryNotificationTriggerDetails.cs │ │ │ ├── MediaControlsTriggerDetails.cs │ │ │ ├── MediaMetadata.cs │ │ │ ├── PhoneCallAudioEndpoint.cs │ │ │ ├── PhoneCallDetails.cs │ │ │ ├── PhoneCallDirection.cs │ │ │ ├── PhoneCallState.cs │ │ │ ├── PhoneCallTransport.cs │ │ │ ├── PhoneLineDetails.cs │ │ │ ├── PhoneLineRegistrationState.cs │ │ │ ├── PhoneMediaType.cs │ │ │ ├── PhoneNotificationTriggerDetails.cs │ │ │ ├── PhoneNotificationType.cs │ │ │ ├── PlaybackCapability.cs │ │ │ ├── PlaybackCommand.cs │ │ │ ├── PlaybackStatus.cs │ │ │ ├── ReminderNotificationTriggerDetails.cs │ │ │ ├── ReminderState.cs │ │ │ ├── SpeedDialEntry.cs │ │ │ ├── TextResponse.cs │ │ │ ├── ToastNotificationTriggerDetails.cs │ │ │ ├── VibrateState.cs │ │ │ └── VolumeInfo.cs │ │ │ ├── Windows.Phone.PersonalInformation.Provisioning │ │ │ ├── ContactPartnerProvisioningManager.cs │ │ │ └── MessagePartnerProvisioningManager.cs │ │ │ ├── Windows.Phone.PersonalInformation │ │ │ ├── ContactAddress.cs │ │ │ ├── ContactChangeRecord.cs │ │ │ ├── ContactChangeType.cs │ │ │ ├── ContactInformation.cs │ │ │ ├── ContactQueryOptions.cs │ │ │ ├── ContactQueryResult.cs │ │ │ ├── ContactQueryResultOrdering.cs │ │ │ ├── ContactStore.cs │ │ │ ├── ContactStoreApplicationAccessMode.cs │ │ │ ├── ContactStoreSystemAccessMode.cs │ │ │ ├── IContactInformation.cs │ │ │ ├── IContactInformation2.cs │ │ │ ├── KnownContactProperties.cs │ │ │ ├── StoredContact.cs │ │ │ └── VCardFormat.cs │ │ │ ├── Windows.Phone.Speech.Recognition │ │ │ └── SpeechRecognitionUIStatus.cs │ │ │ ├── Windows.Phone.System.Power │ │ │ ├── PowerManager.cs │ │ │ └── PowerSavingMode.cs │ │ │ ├── Windows.Phone.System.Profile │ │ │ └── RetailMode.cs │ │ │ ├── Windows.Phone.System.UserProfile.GameServices.Core │ │ │ ├── GameService.cs │ │ │ ├── GameServiceGameOutcome.cs │ │ │ ├── GameServicePropertyCollection.cs │ │ │ └── GameServiceScoreKind.cs │ │ │ ├── Windows.Phone.System │ │ │ └── SystemProtection.cs │ │ │ ├── Windows.Phone.UI.Input │ │ │ ├── BackPressedEventArgs.cs │ │ │ ├── CameraEventArgs.cs │ │ │ └── HardwareButtons.cs │ │ │ ├── Windows.Phone │ │ │ └── PhoneContract.cs │ │ │ ├── Windows.Security.Authentication.Identity.Core │ │ │ ├── MicrosoftAccountMultiFactorAuthenticationManager.cs │ │ │ ├── MicrosoftAccountMultiFactorAuthenticationType.cs │ │ │ ├── MicrosoftAccountMultiFactorGetSessionsResult.cs │ │ │ ├── MicrosoftAccountMultiFactorOneTimeCodedInfo.cs │ │ │ ├── MicrosoftAccountMultiFactorServiceResponse.cs │ │ │ ├── MicrosoftAccountMultiFactorSessionApprovalStatus.cs │ │ │ ├── MicrosoftAccountMultiFactorSessionAuthenticationStatus.cs │ │ │ ├── MicrosoftAccountMultiFactorSessionInfo.cs │ │ │ └── MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo.cs │ │ │ ├── Windows.Security.Authentication.Identity.Provider │ │ │ ├── SecondaryAuthenticationFactorAuthentication.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationMessage.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationResult.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationScenario.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationStage.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationStageInfo.cs │ │ │ ├── SecondaryAuthenticationFactorAuthenticationStatus.cs │ │ │ ├── SecondaryAuthenticationFactorDeviceCapabilities.cs │ │ │ ├── SecondaryAuthenticationFactorDeviceFindScope.cs │ │ │ ├── SecondaryAuthenticationFactorDevicePresence.cs │ │ │ ├── SecondaryAuthenticationFactorDevicePresenceMonitoringMode.cs │ │ │ ├── SecondaryAuthenticationFactorDevicePresenceMonitoringRegistrationStatus.cs │ │ │ ├── SecondaryAuthenticationFactorFinishAuthenticationStatus.cs │ │ │ ├── SecondaryAuthenticationFactorInfo.cs │ │ │ ├── SecondaryAuthenticationFactorRegistration.cs │ │ │ ├── SecondaryAuthenticationFactorRegistrationResult.cs │ │ │ └── SecondaryAuthenticationFactorRegistrationStatus.cs │ │ │ ├── Windows.Security.Authentication.Identity │ │ │ ├── EnterpriseKeyCredentialRegistrationInfo.cs │ │ │ └── EnterpriseKeyCredentialRegistrationManager.cs │ │ │ ├── Windows.Security.Authentication.OnlineId │ │ │ ├── CredentialPromptType.cs │ │ │ ├── OnlineIdAuthenticator.cs │ │ │ ├── OnlineIdServiceTicket.cs │ │ │ ├── OnlineIdServiceTicketRequest.cs │ │ │ ├── OnlineIdSystemAuthenticator.cs │ │ │ ├── OnlineIdSystemAuthenticatorForUser.cs │ │ │ ├── OnlineIdSystemIdentity.cs │ │ │ ├── OnlineIdSystemTicketResult.cs │ │ │ ├── OnlineIdSystemTicketStatus.cs │ │ │ ├── SignOutUserOperation.cs │ │ │ ├── UserAuthenticationOperation.cs │ │ │ └── UserIdentity.cs │ │ │ ├── Windows.Security.Authentication.Web.Core │ │ │ ├── FindAllAccountsResult.cs │ │ │ ├── FindAllWebAccountsStatus.cs │ │ │ ├── WebAccountEventArgs.cs │ │ │ ├── WebAccountMonitor.cs │ │ │ ├── WebAuthenticationCoreManager.cs │ │ │ ├── WebProviderError.cs │ │ │ ├── WebTokenRequest.cs │ │ │ ├── WebTokenRequestPromptType.cs │ │ │ ├── WebTokenRequestResult.cs │ │ │ ├── WebTokenRequestStatus.cs │ │ │ └── WebTokenResponse.cs │ │ │ ├── Windows.Security.Authentication.Web.Provider │ │ │ ├── IWebAccountProviderBaseReportOperation.cs │ │ │ ├── IWebAccountProviderOperation.cs │ │ │ ├── IWebAccountProviderSilentReportOperation.cs │ │ │ ├── IWebAccountProviderTokenObjects.cs │ │ │ ├── IWebAccountProviderTokenObjects2.cs │ │ │ ├── IWebAccountProviderTokenOperation.cs │ │ │ ├── IWebAccountProviderUIReportOperation.cs │ │ │ ├── WebAccountClientView.cs │ │ │ ├── WebAccountClientViewType.cs │ │ │ ├── WebAccountManager.cs │ │ │ ├── WebAccountProviderAddAccountOperation.cs │ │ │ ├── WebAccountProviderDeleteAccountOperation.cs │ │ │ ├── WebAccountProviderGetTokenSilentOperation.cs │ │ │ ├── WebAccountProviderManageAccountOperation.cs │ │ │ ├── WebAccountProviderOperationKind.cs │ │ │ ├── WebAccountProviderRequestTokenOperation.cs │ │ │ ├── WebAccountProviderRetrieveCookiesOperation.cs │ │ │ ├── WebAccountProviderSignOutAccountOperation.cs │ │ │ ├── WebAccountProviderTriggerDetails.cs │ │ │ ├── WebAccountScope.cs │ │ │ ├── WebAccountSelectionOptions.cs │ │ │ ├── WebProviderTokenRequest.cs │ │ │ └── WebProviderTokenResponse.cs │ │ │ ├── Windows.Security.Authentication.Web │ │ │ ├── TokenBindingKeyType.cs │ │ │ ├── WebAuthenticationBroker.cs │ │ │ ├── WebAuthenticationOptions.cs │ │ │ ├── WebAuthenticationResult.cs │ │ │ └── WebAuthenticationStatus.cs │ │ │ ├── Windows.Security.Authorization.AppCapabilityAccess │ │ │ ├── AppCapability.cs │ │ │ ├── AppCapabilityAccessChangedEventArgs.cs │ │ │ └── AppCapabilityAccessStatus.cs │ │ │ ├── Windows.Security.Credentials.UI │ │ │ ├── AuthenticationProtocol.cs │ │ │ ├── CredentialPicker.cs │ │ │ ├── CredentialPickerOptions.cs │ │ │ ├── CredentialPickerResults.cs │ │ │ ├── CredentialSaveOption.cs │ │ │ ├── UserConsentVerificationResult.cs │ │ │ ├── UserConsentVerifier.cs │ │ │ └── UserConsentVerifierAvailability.cs │ │ │ ├── Windows.Security.Credentials │ │ │ ├── IWebAccount.cs │ │ │ ├── KeyCredential.cs │ │ │ ├── KeyCredentialAttestationResult.cs │ │ │ ├── KeyCredentialAttestationStatus.cs │ │ │ ├── KeyCredentialCreationOption.cs │ │ │ ├── KeyCredentialManager.cs │ │ │ ├── KeyCredentialOperationResult.cs │ │ │ ├── KeyCredentialRetrievalResult.cs │ │ │ ├── KeyCredentialStatus.cs │ │ │ ├── PasswordCredential.cs │ │ │ ├── PasswordCredentialPropertyStore.cs │ │ │ ├── PasswordVault.cs │ │ │ ├── WebAccount.cs │ │ │ ├── WebAccountPictureSize.cs │ │ │ ├── WebAccountProvider.cs │ │ │ └── WebAccountState.cs │ │ │ ├── Windows.Security.Cryptography.Certificates │ │ │ ├── Certificate.cs │ │ │ ├── CertificateChain.cs │ │ │ ├── CertificateChainPolicy.cs │ │ │ ├── CertificateEnrollmentManager.cs │ │ │ ├── CertificateExtension.cs │ │ │ ├── CertificateKeyUsages.cs │ │ │ ├── CertificateQuery.cs │ │ │ ├── CertificateRequestProperties.cs │ │ │ ├── CertificateStore.cs │ │ │ ├── CertificateStores.cs │ │ │ ├── ChainBuildingParameters.cs │ │ │ ├── ChainValidationParameters.cs │ │ │ ├── ChainValidationResult.cs │ │ │ ├── CmsAttachedSignature.cs │ │ │ ├── CmsDetachedSignature.cs │ │ │ ├── CmsSignerInfo.cs │ │ │ ├── CmsTimestampInfo.cs │ │ │ ├── EnrollKeyUsages.cs │ │ │ ├── ExportOption.cs │ │ │ ├── InstallOptions.cs │ │ │ ├── KeyAlgorithmNames.cs │ │ │ ├── KeyAttestationHelper.cs │ │ │ ├── KeyProtectionLevel.cs │ │ │ ├── KeySize.cs │ │ │ ├── KeyStorageProviderNames.cs │ │ │ ├── PfxImportParameters.cs │ │ │ ├── SignatureValidationResult.cs │ │ │ ├── StandardCertificateStoreNames.cs │ │ │ ├── SubjectAlternativeNameInfo.cs │ │ │ ├── UserCertificateEnrollmentManager.cs │ │ │ └── UserCertificateStore.cs │ │ │ ├── Windows.Security.Cryptography.Core │ │ │ ├── AsymmetricAlgorithmNames.cs │ │ │ ├── AsymmetricKeyAlgorithmProvider.cs │ │ │ ├── Capi1KdfTargetAlgorithm.cs │ │ │ ├── CryptographicEngine.cs │ │ │ ├── CryptographicHash.cs │ │ │ ├── CryptographicKey.cs │ │ │ ├── CryptographicPadding.cs │ │ │ ├── CryptographicPrivateKeyBlobType.cs │ │ │ ├── CryptographicPublicKeyBlobType.cs │ │ │ ├── EccCurveNames.cs │ │ │ ├── EncryptedAndAuthenticatedData.cs │ │ │ ├── HashAlgorithmNames.cs │ │ │ ├── HashAlgorithmProvider.cs │ │ │ ├── KeyDerivationAlgorithmNames.cs │ │ │ ├── KeyDerivationAlgorithmProvider.cs │ │ │ ├── KeyDerivationParameters.cs │ │ │ ├── MacAlgorithmNames.cs │ │ │ ├── MacAlgorithmProvider.cs │ │ │ ├── PersistedKeyProvider.cs │ │ │ ├── SymmetricAlgorithmNames.cs │ │ │ └── SymmetricKeyAlgorithmProvider.cs │ │ │ ├── Windows.Security.Cryptography.DataProtection │ │ │ └── DataProtectionProvider.cs │ │ │ ├── Windows.Security.Cryptography │ │ │ ├── BinaryStringEncoding.cs │ │ │ └── CryptographicBuffer.cs │ │ │ ├── Windows.Security.DataProtection │ │ │ ├── UserDataAvailability.cs │ │ │ ├── UserDataAvailabilityStateChangedEventArgs.cs │ │ │ ├── UserDataBufferUnprotectResult.cs │ │ │ ├── UserDataBufferUnprotectStatus.cs │ │ │ ├── UserDataProtectionManager.cs │ │ │ ├── UserDataStorageItemProtectionInfo.cs │ │ │ └── UserDataStorageItemProtectionStatus.cs │ │ │ ├── Windows.Security.EnterpriseData │ │ │ └── ProtectionPolicyEvaluationResult.cs │ │ │ ├── Windows.Security.ExchangeActiveSyncProvisioning │ │ │ └── EasClientDeviceInformation.cs │ │ │ ├── Windows.Services.Cortana │ │ │ ├── CortanaActionableInsights.cs │ │ │ ├── CortanaActionableInsightsOptions.cs │ │ │ ├── CortanaPermission.cs │ │ │ ├── CortanaPermissionsChangeResult.cs │ │ │ └── CortanaPermissionsManager.cs │ │ │ ├── Windows.Services.Maps.OfflineMaps │ │ │ ├── OfflineMapPackage.cs │ │ │ ├── OfflineMapPackageQueryResult.cs │ │ │ ├── OfflineMapPackageQueryStatus.cs │ │ │ ├── OfflineMapPackageStartDownloadResult.cs │ │ │ ├── OfflineMapPackageStartDownloadStatus.cs │ │ │ └── OfflineMapPackageStatus.cs │ │ │ ├── Windows.Services.Maps │ │ │ ├── EnhancedWaypoint.cs │ │ │ ├── ManeuverWarning.cs │ │ │ ├── ManeuverWarningKind.cs │ │ │ ├── ManeuverWarningSeverity.cs │ │ │ ├── MapAddress.cs │ │ │ ├── MapLocation.cs │ │ │ ├── MapLocationDesiredAccuracy.cs │ │ │ ├── MapLocationFinder.cs │ │ │ ├── MapLocationFinderResult.cs │ │ │ ├── MapLocationFinderStatus.cs │ │ │ ├── MapManager.cs │ │ │ ├── MapManeuverNotices.cs │ │ │ ├── MapRoute.cs │ │ │ ├── MapRouteDrivingOptions.cs │ │ │ ├── MapRouteFinder.cs │ │ │ ├── MapRouteFinderResult.cs │ │ │ ├── MapRouteFinderStatus.cs │ │ │ ├── MapRouteLeg.cs │ │ │ ├── MapRouteManeuver.cs │ │ │ ├── MapRouteManeuverKind.cs │ │ │ ├── MapRouteOptimization.cs │ │ │ ├── MapRouteRestrictions.cs │ │ │ ├── MapService.cs │ │ │ ├── MapServiceDataUsagePreference.cs │ │ │ ├── PlaceInfo.cs │ │ │ ├── PlaceInfoCreateOptions.cs │ │ │ ├── TrafficCongestion.cs │ │ │ └── WaypointKind.cs │ │ │ ├── Windows.Services.Store │ │ │ ├── StoreAcquireLicenseResult.cs │ │ │ ├── StoreAppLicense.cs │ │ │ ├── StoreAvailability.cs │ │ │ ├── StoreCanAcquireLicenseResult.cs │ │ │ ├── StoreCanLicenseStatus.cs │ │ │ ├── StoreCollectionData.cs │ │ │ ├── StoreConsumableResult.cs │ │ │ ├── StoreConsumableStatus.cs │ │ │ ├── StoreContext.cs │ │ │ ├── StoreContract.cs │ │ │ ├── StoreDurationUnit.cs │ │ │ ├── StoreImage.cs │ │ │ ├── StoreLicense.cs │ │ │ ├── StorePackageInstallOptions.cs │ │ │ ├── StorePackageLicense.cs │ │ │ ├── StorePackageUpdate.cs │ │ │ ├── StorePackageUpdateResult.cs │ │ │ ├── StorePackageUpdateState.cs │ │ │ ├── StorePackageUpdateStatus.cs │ │ │ ├── StorePrice.cs │ │ │ ├── StoreProduct.cs │ │ │ ├── StoreProductOptions.cs │ │ │ ├── StoreProductPagedQueryResult.cs │ │ │ ├── StoreProductQueryResult.cs │ │ │ ├── StoreProductResult.cs │ │ │ ├── StorePurchaseProperties.cs │ │ │ ├── StorePurchaseResult.cs │ │ │ ├── StorePurchaseStatus.cs │ │ │ ├── StoreQueueItem.cs │ │ │ ├── StoreQueueItemCompletedEventArgs.cs │ │ │ ├── StoreQueueItemExtendedState.cs │ │ │ ├── StoreQueueItemKind.cs │ │ │ ├── StoreQueueItemState.cs │ │ │ ├── StoreQueueItemStatus.cs │ │ │ ├── StoreRateAndReviewResult.cs │ │ │ ├── StoreRateAndReviewStatus.cs │ │ │ ├── StoreRequestHelper.cs │ │ │ ├── StoreSendRequestResult.cs │ │ │ ├── StoreSku.cs │ │ │ ├── StoreSubscriptionInfo.cs │ │ │ ├── StoreUninstallStorePackageResult.cs │ │ │ ├── StoreUninstallStorePackageStatus.cs │ │ │ └── StoreVideo.cs │ │ │ ├── Windows.Storage.AccessCache │ │ │ ├── AccessCacheOptions.cs │ │ │ ├── AccessListEntry.cs │ │ │ ├── AccessListEntryView.cs │ │ │ ├── IStorageItemAccessList.cs │ │ │ ├── ItemRemovedEventArgs.cs │ │ │ ├── RecentStorageItemVisibility.cs │ │ │ ├── StorageApplicationPermissions.cs │ │ │ ├── StorageItemAccessList.cs │ │ │ └── StorageItemMostRecentlyUsedList.cs │ │ │ ├── Windows.Storage.BulkAccess │ │ │ ├── FileInformation.cs │ │ │ ├── FileInformationFactory.cs │ │ │ ├── FolderInformation.cs │ │ │ └── IStorageItemInformation.cs │ │ │ ├── Windows.Storage.Compression │ │ │ ├── CompressAlgorithm.cs │ │ │ ├── Compressor.cs │ │ │ └── Decompressor.cs │ │ │ ├── Windows.Storage.FileProperties │ │ │ ├── BasicProperties.cs │ │ │ ├── DocumentProperties.cs │ │ │ ├── GeotagHelper.cs │ │ │ ├── IStorageItemExtraProperties.cs │ │ │ ├── ImageProperties.cs │ │ │ ├── MusicProperties.cs │ │ │ ├── PhotoOrientation.cs │ │ │ ├── PropertyPrefetchOptions.cs │ │ │ ├── StorageItemContentProperties.cs │ │ │ ├── StorageItemThumbnail.cs │ │ │ ├── ThumbnailMode.cs │ │ │ ├── ThumbnailOptions.cs │ │ │ ├── ThumbnailType.cs │ │ │ ├── VideoOrientation.cs │ │ │ └── VideoProperties.cs │ │ │ ├── Windows.Storage.Pickers.Provider │ │ │ ├── AddFileResult.cs │ │ │ ├── FileOpenPickerUI.cs │ │ │ ├── FileRemovedEventArgs.cs │ │ │ ├── FileSavePickerUI.cs │ │ │ ├── FileSelectionMode.cs │ │ │ ├── PickerClosingDeferral.cs │ │ │ ├── PickerClosingEventArgs.cs │ │ │ ├── PickerClosingOperation.cs │ │ │ ├── SetFileNameResult.cs │ │ │ ├── TargetFileRequest.cs │ │ │ ├── TargetFileRequestDeferral.cs │ │ │ └── TargetFileRequestedEventArgs.cs │ │ │ ├── Windows.Storage.Pickers │ │ │ ├── FileExtensionVector.cs │ │ │ ├── FileOpenPicker.cs │ │ │ ├── FilePickerFileTypesOrderedMap.cs │ │ │ ├── FilePickerSelectedFilesArray.cs │ │ │ ├── FileSavePicker.cs │ │ │ ├── FolderPicker.cs │ │ │ ├── PickerLocationId.cs │ │ │ └── PickerViewMode.cs │ │ │ ├── Windows.Storage.Provider │ │ │ ├── CachedFileOptions.cs │ │ │ ├── CachedFileTarget.cs │ │ │ ├── CachedFileUpdater.cs │ │ │ ├── CachedFileUpdaterUI.cs │ │ │ ├── FileUpdateRequest.cs │ │ │ ├── FileUpdateRequestDeferral.cs │ │ │ ├── FileUpdateRequestedEventArgs.cs │ │ │ ├── FileUpdateStatus.cs │ │ │ ├── ReadActivationMode.cs │ │ │ ├── UIStatus.cs │ │ │ └── WriteActivationMode.cs │ │ │ ├── Windows.Storage.Search │ │ │ ├── CommonFileQuery.cs │ │ │ ├── CommonFolderQuery.cs │ │ │ ├── ContentIndexer.cs │ │ │ ├── ContentIndexerQuery.cs │ │ │ ├── DateStackOption.cs │ │ │ ├── FolderDepth.cs │ │ │ ├── IIndexableContent.cs │ │ │ ├── IStorageFolderQueryOperations.cs │ │ │ ├── IStorageQueryResultBase.cs │ │ │ ├── IndexableContent.cs │ │ │ ├── IndexedState.cs │ │ │ ├── IndexerOption.cs │ │ │ ├── QueryOptions.cs │ │ │ ├── SortEntry.cs │ │ │ ├── SortEntryVector.cs │ │ │ ├── StorageFileQueryResult.cs │ │ │ ├── StorageFolderQueryResult.cs │ │ │ ├── StorageItemQueryResult.cs │ │ │ ├── StorageLibraryChangeTrackerTriggerDetails.cs │ │ │ ├── StorageLibraryContentChangedTriggerDetails.cs │ │ │ └── ValueAndLanguage.cs │ │ │ ├── Windows.Storage.Streams │ │ │ ├── Buffer.cs │ │ │ ├── ByteOrder.cs │ │ │ ├── DataReader.cs │ │ │ ├── DataReaderLoadOperation.cs │ │ │ ├── DataWriter.cs │ │ │ ├── DataWriterStoreOperation.cs │ │ │ ├── FileInputStream.cs │ │ │ ├── FileOpenDisposition.cs │ │ │ ├── FileOutputStream.cs │ │ │ ├── FileRandomAccessStream.cs │ │ │ ├── IBuffer.cs │ │ │ ├── IContentTypeProvider.cs │ │ │ ├── IDataReader.cs │ │ │ ├── IDataWriter.cs │ │ │ ├── IInputStream.cs │ │ │ ├── IInputStreamReference.cs │ │ │ ├── IOutputStream.cs │ │ │ ├── IPropertySetSerializer.cs │ │ │ ├── IRandomAccessStream.cs │ │ │ ├── IRandomAccessStreamReference.cs │ │ │ ├── IRandomAccessStreamWithContentType.cs │ │ │ ├── InMemoryRandomAccessStream.cs │ │ │ ├── InputStreamOptions.cs │ │ │ ├── InputStreamOverStream.cs │ │ │ ├── OutputStreamOverStream.cs │ │ │ ├── RandomAccessStream.cs │ │ │ ├── RandomAccessStreamOverStream.cs │ │ │ ├── RandomAccessStreamReference.cs │ │ │ └── UnicodeEncoding.cs │ │ │ ├── Windows.Storage │ │ │ ├── AppDataPaths.cs │ │ │ ├── ApplicationData.cs │ │ │ ├── ApplicationDataCompositeValue.cs │ │ │ ├── ApplicationDataContainer.cs │ │ │ ├── ApplicationDataContainerSettings.cs │ │ │ ├── ApplicationDataCreateDisposition.cs │ │ │ ├── ApplicationDataLocality.cs │ │ │ ├── ApplicationDataSetVersionHandler.cs │ │ │ ├── CachedFileManager.cs │ │ │ ├── CreationCollisionOption.cs │ │ │ ├── DownloadsFolder.cs │ │ │ ├── FileAccessMode.cs │ │ │ ├── FileAttributes.cs │ │ │ ├── FileIO.cs │ │ │ ├── IStorageFile.cs │ │ │ ├── IStorageFile2.cs │ │ │ ├── IStorageFilePropertiesWithAvailability.cs │ │ │ ├── IStorageFolder.cs │ │ │ ├── IStorageFolder2.cs │ │ │ ├── IStorageItem.cs │ │ │ ├── IStorageItem2.cs │ │ │ ├── IStorageItemProperties.cs │ │ │ ├── IStorageItemProperties2.cs │ │ │ ├── IStorageItemPropertiesWithProvider.cs │ │ │ ├── IStreamedFileDataRequest.cs │ │ │ ├── KnownFolderId.cs │ │ │ ├── KnownFolders.cs │ │ │ ├── KnownFoldersAccessStatus.cs │ │ │ ├── KnownLibraryId.cs │ │ │ ├── NameCollisionOption.cs │ │ │ ├── PathIO.cs │ │ │ ├── SetVersionDeferral.cs │ │ │ ├── SetVersionRequest.cs │ │ │ ├── StorageDeleteOption.cs │ │ │ ├── StorageFile.cs │ │ │ ├── StorageFolder.cs │ │ │ ├── StorageItemTypes.cs │ │ │ ├── StorageLibrary.cs │ │ │ ├── StorageLibraryChange.cs │ │ │ ├── StorageLibraryChangeReader.cs │ │ │ ├── StorageLibraryChangeTracker.cs │ │ │ ├── StorageLibraryChangeTrackerOptions.cs │ │ │ ├── StorageLibraryChangeType.cs │ │ │ ├── StorageLibraryLastChangeId.cs │ │ │ ├── StorageOpenOptions.cs │ │ │ ├── StorageProvider.cs │ │ │ ├── StorageStreamTransaction.cs │ │ │ ├── StreamedFileDataRequest.cs │ │ │ ├── StreamedFileDataRequestedHandler.cs │ │ │ ├── StreamedFileFailureMode.cs │ │ │ ├── SystemAudioProperties.cs │ │ │ ├── SystemDataPaths.cs │ │ │ ├── SystemGPSProperties.cs │ │ │ ├── SystemImageProperties.cs │ │ │ ├── SystemMediaProperties.cs │ │ │ ├── SystemMusicProperties.cs │ │ │ ├── SystemPhotoProperties.cs │ │ │ ├── SystemProperties.cs │ │ │ ├── SystemVideoProperties.cs │ │ │ └── UserDataPaths.cs │ │ │ ├── Windows.System.Diagnostics.DevicePortal │ │ │ ├── DevicePortalConnection.cs │ │ │ ├── DevicePortalConnectionClosedEventArgs.cs │ │ │ ├── DevicePortalConnectionClosedReason.cs │ │ │ └── DevicePortalConnectionRequestReceivedEventArgs.cs │ │ │ ├── Windows.System.Diagnostics.Telemetry │ │ │ ├── PlatformTelemetryClient.cs │ │ │ ├── PlatformTelemetryRegistrationResult.cs │ │ │ ├── PlatformTelemetryRegistrationSettings.cs │ │ │ └── PlatformTelemetryRegistrationStatus.cs │ │ │ ├── Windows.System.Diagnostics.TraceReporting │ │ │ ├── PlatformDiagnosticActionState.cs │ │ │ ├── PlatformDiagnosticActions.cs │ │ │ ├── PlatformDiagnosticEscalationType.cs │ │ │ ├── PlatformDiagnosticEventBufferLatencies.cs │ │ │ ├── PlatformDiagnosticTraceInfo.cs │ │ │ ├── PlatformDiagnosticTracePriority.cs │ │ │ ├── PlatformDiagnosticTraceRuntimeInfo.cs │ │ │ ├── PlatformDiagnosticTraceSlotState.cs │ │ │ └── PlatformDiagnosticTraceSlotType.cs │ │ │ ├── Windows.System.Diagnostics │ │ │ ├── DiagnosticActionResult.cs │ │ │ ├── DiagnosticActionState.cs │ │ │ ├── DiagnosticInvoker.cs │ │ │ ├── ProcessCpuUsage.cs │ │ │ ├── ProcessCpuUsageReport.cs │ │ │ ├── ProcessDiagnosticInfo.cs │ │ │ ├── ProcessDiskUsage.cs │ │ │ ├── ProcessDiskUsageReport.cs │ │ │ ├── ProcessMemoryUsage.cs │ │ │ ├── ProcessMemoryUsageReport.cs │ │ │ ├── SystemCpuUsage.cs │ │ │ ├── SystemCpuUsageReport.cs │ │ │ ├── SystemDiagnosticInfo.cs │ │ │ ├── SystemMemoryUsage.cs │ │ │ └── SystemMemoryUsageReport.cs │ │ │ ├── Windows.System.Display │ │ │ └── DisplayRequest.cs │ │ │ ├── Windows.System.Inventory │ │ │ └── InstalledDesktopApp.cs │ │ │ ├── Windows.System.Power.Diagnostics │ │ │ ├── BackgroundEnergyDiagnostics.cs │ │ │ └── ForegroundEnergyDiagnostics.cs │ │ │ ├── Windows.System.Power │ │ │ ├── BackgroundEnergyManager.cs │ │ │ ├── BatteryStatus.cs │ │ │ ├── EnergySaverStatus.cs │ │ │ ├── ForegroundEnergyManager.cs │ │ │ ├── PowerManager.cs │ │ │ └── PowerSupplyStatus.cs │ │ │ ├── Windows.System.Preview │ │ │ ├── HingeState.cs │ │ │ ├── TwoPanelHingedDevicePosturePreview.cs │ │ │ ├── TwoPanelHingedDevicePosturePreviewReading.cs │ │ │ └── TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs.cs │ │ │ ├── Windows.System.Profile │ │ │ ├── AnalyticsInfo.cs │ │ │ ├── AnalyticsVersionInfo.cs │ │ │ ├── AppApplicability.cs │ │ │ ├── EducationSettings.cs │ │ │ ├── PlatformDataCollectionLevel.cs │ │ │ ├── PlatformDiagnosticsAndUsageDataSettings.cs │ │ │ ├── SystemIdentification.cs │ │ │ ├── SystemIdentificationInfo.cs │ │ │ ├── SystemIdentificationSource.cs │ │ │ ├── SystemOutOfBoxExperienceState.cs │ │ │ ├── SystemSetupInfo.cs │ │ │ ├── UnsupportedAppRequirement.cs │ │ │ ├── UnsupportedAppRequirementReasons.cs │ │ │ └── WindowsIntegrityPolicy.cs │ │ │ ├── Windows.System.RemoteDesktop.Input │ │ │ ├── RemoteTextConnection.cs │ │ │ └── RemoteTextConnectionDataHandler.cs │ │ │ ├── Windows.System.RemoteDesktop │ │ │ └── InteractiveSession.cs │ │ │ ├── Windows.System.RemoteSystems │ │ │ ├── IRemoteSystemFilter.cs │ │ │ ├── KnownRemoteSystemCapabilities.cs │ │ │ ├── RemoteSystem.cs │ │ │ ├── RemoteSystemAccessStatus.cs │ │ │ ├── RemoteSystemAddedEventArgs.cs │ │ │ ├── RemoteSystemApp.cs │ │ │ ├── RemoteSystemAppRegistration.cs │ │ │ ├── RemoteSystemAuthorizationKind.cs │ │ │ ├── RemoteSystemAuthorizationKindFilter.cs │ │ │ ├── RemoteSystemConnectionInfo.cs │ │ │ ├── RemoteSystemConnectionRequest.cs │ │ │ ├── RemoteSystemDiscoveryType.cs │ │ │ ├── RemoteSystemDiscoveryTypeFilter.cs │ │ │ ├── RemoteSystemEnumerationCompletedEventArgs.cs │ │ │ ├── RemoteSystemKindFilter.cs │ │ │ ├── RemoteSystemKinds.cs │ │ │ ├── RemoteSystemPlatform.cs │ │ │ ├── RemoteSystemRemovedEventArgs.cs │ │ │ ├── RemoteSystemSession.cs │ │ │ ├── RemoteSystemSessionAddedEventArgs.cs │ │ │ ├── RemoteSystemSessionController.cs │ │ │ ├── RemoteSystemSessionCreationResult.cs │ │ │ ├── RemoteSystemSessionCreationStatus.cs │ │ │ ├── RemoteSystemSessionDisconnectedEventArgs.cs │ │ │ ├── RemoteSystemSessionDisconnectedReason.cs │ │ │ ├── RemoteSystemSessionInfo.cs │ │ │ ├── RemoteSystemSessionInvitation.cs │ │ │ ├── RemoteSystemSessionInvitationListener.cs │ │ │ ├── RemoteSystemSessionInvitationReceivedEventArgs.cs │ │ │ ├── RemoteSystemSessionJoinRequest.cs │ │ │ ├── RemoteSystemSessionJoinRequestedEventArgs.cs │ │ │ ├── RemoteSystemSessionJoinResult.cs │ │ │ ├── RemoteSystemSessionJoinStatus.cs │ │ │ ├── RemoteSystemSessionMessageChannel.cs │ │ │ ├── RemoteSystemSessionMessageChannelReliability.cs │ │ │ ├── RemoteSystemSessionOptions.cs │ │ │ ├── RemoteSystemSessionParticipant.cs │ │ │ ├── RemoteSystemSessionParticipantAddedEventArgs.cs │ │ │ ├── RemoteSystemSessionParticipantRemovedEventArgs.cs │ │ │ ├── RemoteSystemSessionParticipantWatcher.cs │ │ │ ├── RemoteSystemSessionParticipantWatcherStatus.cs │ │ │ ├── RemoteSystemSessionRemovedEventArgs.cs │ │ │ ├── RemoteSystemSessionUpdatedEventArgs.cs │ │ │ ├── RemoteSystemSessionValueSetReceivedEventArgs.cs │ │ │ ├── RemoteSystemSessionWatcher.cs │ │ │ ├── RemoteSystemSessionWatcherStatus.cs │ │ │ ├── RemoteSystemStatus.cs │ │ │ ├── RemoteSystemStatusType.cs │ │ │ ├── RemoteSystemStatusTypeFilter.cs │ │ │ ├── RemoteSystemUpdatedEventArgs.cs │ │ │ ├── RemoteSystemWatcher.cs │ │ │ ├── RemoteSystemWatcherError.cs │ │ │ ├── RemoteSystemWatcherErrorOccurredEventArgs.cs │ │ │ └── RemoteSystemWebAccountFilter.cs │ │ │ ├── Windows.System.Threading.Core │ │ │ ├── PreallocatedWorkItem.cs │ │ │ ├── SignalHandler.cs │ │ │ └── SignalNotifier.cs │ │ │ ├── Windows.System.Threading │ │ │ ├── ThreadPool.cs │ │ │ ├── ThreadPoolTimer.cs │ │ │ ├── TimerDestroyedHandler.cs │ │ │ ├── TimerElapsedHandler.cs │ │ │ ├── WorkItemHandler.cs │ │ │ ├── WorkItemOptions.cs │ │ │ └── WorkItemPriority.cs │ │ │ ├── Windows.System.UserProfile │ │ │ ├── AdvertisingManager.cs │ │ │ ├── AdvertisingManagerForUser.cs │ │ │ ├── AssignedAccessSettings.cs │ │ │ ├── DiagnosticsSettings.cs │ │ │ ├── FirstSignInSettings.cs │ │ │ ├── GlobalizationPreferences.cs │ │ │ ├── GlobalizationPreferencesForUser.cs │ │ │ └── UserProfilePersonalizationSettings.cs │ │ │ ├── Windows.System │ │ │ ├── AppActivationResult.cs │ │ │ ├── AppDiagnosticInfo.cs │ │ │ ├── AppDiagnosticInfoWatcher.cs │ │ │ ├── AppDiagnosticInfoWatcherEventArgs.cs │ │ │ ├── AppDiagnosticInfoWatcherStatus.cs │ │ │ ├── AppExecutionStateChangeResult.cs │ │ │ ├── AppMemoryReport.cs │ │ │ ├── AppMemoryUsageLevel.cs │ │ │ ├── AppMemoryUsageLimitChangingEventArgs.cs │ │ │ ├── AppResourceGroupBackgroundTaskReport.cs │ │ │ ├── AppResourceGroupEnergyQuotaState.cs │ │ │ ├── AppResourceGroupExecutionState.cs │ │ │ ├── AppResourceGroupInfo.cs │ │ │ ├── AppResourceGroupInfoWatcher.cs │ │ │ ├── AppResourceGroupInfoWatcherEventArgs.cs │ │ │ ├── AppResourceGroupInfoWatcherExecutionStateChangedEventArgs.cs │ │ │ ├── AppResourceGroupInfoWatcherStatus.cs │ │ │ ├── AppResourceGroupMemoryReport.cs │ │ │ ├── AppResourceGroupStateReport.cs │ │ │ ├── AppUriHandlerHost.cs │ │ │ ├── AppUriHandlerRegistration.cs │ │ │ ├── AppUriHandlerRegistrationManager.cs │ │ │ ├── DiagnosticAccessStatus.cs │ │ │ ├── DispatcherQueue.cs │ │ │ ├── DispatcherQueueController.cs │ │ │ ├── DispatcherQueueHandler.cs │ │ │ ├── DispatcherQueuePriority.cs │ │ │ ├── DispatcherQueueShutdownStartingEventArgs.cs │ │ │ ├── DispatcherQueueTimer.cs │ │ │ ├── FolderLauncherOptions.cs │ │ │ ├── ILauncherViewOptions.cs │ │ │ ├── KnownUserProperties.cs │ │ │ ├── LaunchFileStatus.cs │ │ │ ├── LaunchQuerySupportStatus.cs │ │ │ ├── LaunchQuerySupportType.cs │ │ │ ├── LaunchUriResult.cs │ │ │ ├── LaunchUriStatus.cs │ │ │ ├── Launcher.cs │ │ │ ├── LauncherOptions.cs │ │ │ ├── LauncherUIOptions.cs │ │ │ ├── MemoryManager.cs │ │ │ ├── ProcessMemoryReport.cs │ │ │ ├── ProcessorArchitecture.cs │ │ │ ├── ProtocolForResultsOperation.cs │ │ │ ├── RemoteLaunchUriStatus.cs │ │ │ ├── RemoteLauncher.cs │ │ │ ├── RemoteLauncherOptions.cs │ │ │ ├── User.cs │ │ │ ├── UserAgeConsentGroup.cs │ │ │ ├── UserAgeConsentResult.cs │ │ │ ├── UserAuthenticationStatus.cs │ │ │ ├── UserAuthenticationStatusChangeDeferral.cs │ │ │ ├── UserAuthenticationStatusChangingEventArgs.cs │ │ │ ├── UserChangedEventArgs.cs │ │ │ ├── UserDeviceAssociation.cs │ │ │ ├── UserDeviceAssociationChangedEventArgs.cs │ │ │ ├── UserPicker.cs │ │ │ ├── UserPictureSize.cs │ │ │ ├── UserType.cs │ │ │ ├── UserWatcher.cs │ │ │ ├── UserWatcherStatus.cs │ │ │ ├── UserWatcherUpdateKind.cs │ │ │ ├── VirtualKey.cs │ │ │ └── VirtualKeyModifiers.cs │ │ │ ├── Windows.UI.Accessibility │ │ │ ├── ScreenReaderPositionChangedEventArgs.cs │ │ │ └── ScreenReaderService.cs │ │ │ ├── Windows.UI.ApplicationSettings │ │ │ ├── AccountsSettingsPane.cs │ │ │ ├── AccountsSettingsPaneCommandsRequestedEventArgs.cs │ │ │ ├── AccountsSettingsPaneEventDeferral.cs │ │ │ ├── CredentialCommand.cs │ │ │ ├── CredentialCommandCredentialDeletedHandler.cs │ │ │ ├── SettingsCommand.cs │ │ │ ├── SupportedWebAccountActions.cs │ │ │ ├── WebAccountAction.cs │ │ │ ├── WebAccountCommand.cs │ │ │ ├── WebAccountCommandInvokedHandler.cs │ │ │ ├── WebAccountInvokedArgs.cs │ │ │ ├── WebAccountProviderCommand.cs │ │ │ └── WebAccountProviderCommandInvokedHandler.cs │ │ │ ├── Windows.UI.Composition.Core │ │ │ └── CompositorController.cs │ │ │ ├── Windows.UI.Composition.Desktop │ │ │ └── DesktopWindowTarget.cs │ │ │ ├── Windows.UI.Composition.Diagnostics │ │ │ ├── CompositionDebugHeatMaps.cs │ │ │ ├── CompositionDebugOverdrawContentKinds.cs │ │ │ └── CompositionDebugSettings.cs │ │ │ ├── Windows.UI.Composition.Effects │ │ │ ├── SceneLightingEffect.cs │ │ │ └── SceneLightingEffectReflectanceModel.cs │ │ │ ├── Windows.UI.Composition.Interactions │ │ │ ├── CompositionConditionalValue.cs │ │ │ ├── CompositionInteractionSourceCollection.cs │ │ │ ├── ICompositionInteractionSource.cs │ │ │ ├── IInteractionTrackerOwner.cs │ │ │ ├── InteractionBindingAxisModes.cs │ │ │ ├── InteractionChainingMode.cs │ │ │ ├── InteractionSourceConfiguration.cs │ │ │ ├── InteractionSourceMode.cs │ │ │ ├── InteractionSourceRedirectionMode.cs │ │ │ ├── InteractionTracker.cs │ │ │ ├── InteractionTrackerClampingOption.cs │ │ │ ├── InteractionTrackerCustomAnimationStateEnteredArgs.cs │ │ │ ├── InteractionTrackerIdleStateEnteredArgs.cs │ │ │ ├── InteractionTrackerInertiaModifier.cs │ │ │ ├── InteractionTrackerInertiaMotion.cs │ │ │ ├── InteractionTrackerInertiaNaturalMotion.cs │ │ │ ├── InteractionTrackerInertiaRestingValue.cs │ │ │ ├── InteractionTrackerInertiaStateEnteredArgs.cs │ │ │ ├── InteractionTrackerInteractingStateEnteredArgs.cs │ │ │ ├── InteractionTrackerPositionUpdateOption.cs │ │ │ ├── InteractionTrackerRequestIgnoredArgs.cs │ │ │ ├── InteractionTrackerValuesChangedArgs.cs │ │ │ ├── InteractionTrackerVector2InertiaModifier.cs │ │ │ ├── InteractionTrackerVector2InertiaNaturalMotion.cs │ │ │ ├── VisualInteractionSource.cs │ │ │ └── VisualInteractionSourceRedirectionMode.cs │ │ │ ├── Windows.UI.Composition.Scenes │ │ │ ├── SceneAlphaMode.cs │ │ │ ├── SceneAttributeSemantic.cs │ │ │ ├── SceneBoundingBox.cs │ │ │ ├── SceneComponent.cs │ │ │ ├── SceneComponentCollection.cs │ │ │ ├── SceneComponentType.cs │ │ │ ├── SceneMaterial.cs │ │ │ ├── SceneMaterialInput.cs │ │ │ ├── SceneMesh.cs │ │ │ ├── SceneMeshMaterialAttributeMap.cs │ │ │ ├── SceneMeshRendererComponent.cs │ │ │ ├── SceneMetallicRoughnessMaterial.cs │ │ │ ├── SceneModelTransform.cs │ │ │ ├── SceneNode.cs │ │ │ ├── SceneNodeCollection.cs │ │ │ ├── SceneObject.cs │ │ │ ├── ScenePbrMaterial.cs │ │ │ ├── SceneRendererComponent.cs │ │ │ ├── SceneSurfaceMaterialInput.cs │ │ │ ├── SceneVisual.cs │ │ │ └── SceneWrappingMode.cs │ │ │ ├── Windows.UI.Composition │ │ │ ├── AmbientLight.cs │ │ │ ├── AnimationController.cs │ │ │ ├── AnimationControllerProgressBehavior.cs │ │ │ ├── AnimationDelayBehavior.cs │ │ │ ├── AnimationDirection.cs │ │ │ ├── AnimationIterationBehavior.cs │ │ │ ├── AnimationPropertyAccessMode.cs │ │ │ ├── AnimationPropertyInfo.cs │ │ │ ├── AnimationStopBehavior.cs │ │ │ ├── BackEasingFunction.cs │ │ │ ├── BooleanKeyFrameAnimation.cs │ │ │ ├── BounceEasingFunction.cs │ │ │ ├── BounceScalarNaturalMotionAnimation.cs │ │ │ ├── BounceVector2NaturalMotionAnimation.cs │ │ │ ├── BounceVector3NaturalMotionAnimation.cs │ │ │ ├── CircleEasingFunction.cs │ │ │ ├── ColorKeyFrameAnimation.cs │ │ │ ├── CompositionAnimation.cs │ │ │ ├── CompositionAnimationGroup.cs │ │ │ ├── CompositionBackdropBrush.cs │ │ │ ├── CompositionBackfaceVisibility.cs │ │ │ ├── CompositionBatchCompletedEventArgs.cs │ │ │ ├── CompositionBatchTypes.cs │ │ │ ├── CompositionBitmapInterpolationMode.cs │ │ │ ├── CompositionBorderMode.cs │ │ │ ├── CompositionBrush.cs │ │ │ ├── CompositionCapabilities.cs │ │ │ ├── CompositionClip.cs │ │ │ ├── CompositionColorBrush.cs │ │ │ ├── CompositionColorGradientStop.cs │ │ │ ├── CompositionColorGradientStopCollection.cs │ │ │ ├── CompositionColorSpace.cs │ │ │ ├── CompositionCommitBatch.cs │ │ │ ├── CompositionCompositeMode.cs │ │ │ ├── CompositionContainerShape.cs │ │ │ ├── CompositionDrawingSurface.cs │ │ │ ├── CompositionDropShadowSourcePolicy.cs │ │ │ ├── CompositionEasingFunction.cs │ │ │ ├── CompositionEasingFunctionMode.cs │ │ │ ├── CompositionEffectBrush.cs │ │ │ ├── CompositionEffectFactory.cs │ │ │ ├── CompositionEffectFactoryLoadStatus.cs │ │ │ ├── CompositionEffectSourceParameter.cs │ │ │ ├── CompositionEllipseGeometry.cs │ │ │ ├── CompositionGeometricClip.cs │ │ │ ├── CompositionGeometry.cs │ │ │ ├── CompositionGetValueStatus.cs │ │ │ ├── CompositionGradientBrush.cs │ │ │ ├── CompositionGradientExtendMode.cs │ │ │ ├── CompositionGraphicsDevice.cs │ │ │ ├── CompositionLight.cs │ │ │ ├── CompositionLineGeometry.cs │ │ │ ├── CompositionLinearGradientBrush.cs │ │ │ ├── CompositionMappingMode.cs │ │ │ ├── CompositionMaskBrush.cs │ │ │ ├── CompositionMipmapSurface.cs │ │ │ ├── CompositionNineGridBrush.cs │ │ │ ├── CompositionObject.cs │ │ │ ├── CompositionPath.cs │ │ │ ├── CompositionPathGeometry.cs │ │ │ ├── CompositionProjectedShadow.cs │ │ │ ├── CompositionProjectedShadowCaster.cs │ │ │ ├── CompositionProjectedShadowCasterCollection.cs │ │ │ ├── CompositionProjectedShadowReceiver.cs │ │ │ ├── CompositionProjectedShadowReceiverUnorderedCollection.cs │ │ │ ├── CompositionPropertySet.cs │ │ │ ├── CompositionRadialGradientBrush.cs │ │ │ ├── CompositionRectangleGeometry.cs │ │ │ ├── CompositionRoundedRectangleGeometry.cs │ │ │ ├── CompositionScopedBatch.cs │ │ │ ├── CompositionShadow.cs │ │ │ ├── CompositionShape.cs │ │ │ ├── CompositionShapeCollection.cs │ │ │ ├── CompositionSpriteShape.cs │ │ │ ├── CompositionStretch.cs │ │ │ ├── CompositionStrokeCap.cs │ │ │ ├── CompositionStrokeDashArray.cs │ │ │ ├── CompositionStrokeLineJoin.cs │ │ │ ├── CompositionSurfaceBrush.cs │ │ │ ├── CompositionTarget.cs │ │ │ ├── CompositionTransform.cs │ │ │ ├── CompositionViewBox.cs │ │ │ ├── CompositionVirtualDrawingSurface.cs │ │ │ ├── CompositionVisualSurface.cs │ │ │ ├── Compositor.cs │ │ │ ├── ContainerVisual.cs │ │ │ ├── CubicBezierEasingFunction.cs │ │ │ ├── DelegatedInkTrailVisual.cs │ │ │ ├── DistantLight.cs │ │ │ ├── DropShadow.cs │ │ │ ├── ElasticEasingFunction.cs │ │ │ ├── ExponentialEasingFunction.cs │ │ │ ├── ExpressionAnimation.cs │ │ │ ├── IAnimationObject.cs │ │ │ ├── ICompositionAnimationBase.cs │ │ │ ├── ICompositionSupportsSystemBackdrop.cs │ │ │ ├── ICompositionSurface.cs │ │ │ ├── ICompositionSurfaceFacade.cs │ │ │ ├── IVisualElement.cs │ │ │ ├── IVisualElement2.cs │ │ │ ├── ImplicitAnimationCollection.cs │ │ │ ├── InitialValueExpressionCollection.cs │ │ │ ├── InkTrailPoint.cs │ │ │ ├── InsetClip.cs │ │ │ ├── KeyFrameAnimation.cs │ │ │ ├── LayerVisual.cs │ │ │ ├── LinearEasingFunction.cs │ │ │ ├── NaturalMotionAnimation.cs │ │ │ ├── PathKeyFrameAnimation.cs │ │ │ ├── PointLight.cs │ │ │ ├── PowerEasingFunction.cs │ │ │ ├── QuaternionKeyFrameAnimation.cs │ │ │ ├── RectangleClip.cs │ │ │ ├── RedirectVisual.cs │ │ │ ├── RenderingDeviceReplacedEventArgs.cs │ │ │ ├── ScalarKeyFrameAnimation.cs │ │ │ ├── ScalarNaturalMotionAnimation.cs │ │ │ ├── ShapeVisual.cs │ │ │ ├── SineEasingFunction.cs │ │ │ ├── SpotLight.cs │ │ │ ├── SpringScalarNaturalMotionAnimation.cs │ │ │ ├── SpringVector2NaturalMotionAnimation.cs │ │ │ ├── SpringVector3NaturalMotionAnimation.cs │ │ │ ├── SpriteVisual.cs │ │ │ ├── StepEasingFunction.cs │ │ │ ├── Vector2KeyFrameAnimation.cs │ │ │ ├── Vector2NaturalMotionAnimation.cs │ │ │ ├── Vector3KeyFrameAnimation.cs │ │ │ ├── Vector3NaturalMotionAnimation.cs │ │ │ ├── Vector4KeyFrameAnimation.cs │ │ │ ├── Visual.cs │ │ │ ├── VisualCollection.cs │ │ │ └── VisualUnorderedCollection.cs │ │ │ ├── Windows.UI.Core.Preview │ │ │ ├── CoreAppWindowPreview.cs │ │ │ ├── SystemNavigationCloseRequestedPreviewEventArgs.cs │ │ │ └── SystemNavigationManagerPreview.cs │ │ │ ├── Windows.UI.Core │ │ │ ├── AcceleratorKeyEventArgs.cs │ │ │ ├── AppViewBackButtonVisibility.cs │ │ │ ├── AutomationProviderRequestedEventArgs.cs │ │ │ ├── BackRequestedEventArgs.cs │ │ │ ├── CharacterReceivedEventArgs.cs │ │ │ ├── ClosestInteractiveBoundsRequestedEventArgs.cs │ │ │ ├── CoreAcceleratorKeyEventType.cs │ │ │ ├── CoreAcceleratorKeys.cs │ │ │ ├── CoreComponentInputSource.cs │ │ │ ├── CoreCursor.cs │ │ │ ├── CoreCursorType.cs │ │ │ ├── CoreDispatcher.cs │ │ │ ├── CoreDispatcherPriority.cs │ │ │ ├── CoreIndependentInputFilters.cs │ │ │ ├── CoreIndependentInputSource.cs │ │ │ ├── CoreIndependentInputSourceController.cs │ │ │ ├── CoreInputDeviceTypes.cs │ │ │ ├── CorePhysicalKeyStatus.cs │ │ │ ├── CoreProcessEventsOption.cs │ │ │ ├── CoreProximityEvaluation.cs │ │ │ ├── CoreProximityEvaluationScore.cs │ │ │ ├── CoreVirtualKeyStates.cs │ │ │ ├── CoreWindow.cs │ │ │ ├── CoreWindowActivationMode.cs │ │ │ ├── CoreWindowActivationState.cs │ │ │ ├── CoreWindowEventArgs.cs │ │ │ ├── CoreWindowFlowDirection.cs │ │ │ ├── CoreWindowResizeManager.cs │ │ │ ├── DispatchedHandler.cs │ │ │ ├── ICoreAcceleratorKeys.cs │ │ │ ├── ICoreInputSourceBase.cs │ │ │ ├── ICorePointerInputSource.cs │ │ │ ├── ICorePointerInputSource2.cs │ │ │ ├── ICorePointerRedirector.cs │ │ │ ├── ICoreWindow.cs │ │ │ ├── ICoreWindowEventArgs.cs │ │ │ ├── IInitializeWithCoreWindow.cs │ │ │ ├── IdleDispatchedHandler.cs │ │ │ ├── IdleDispatchedHandlerArgs.cs │ │ │ ├── InputEnabledEventArgs.cs │ │ │ ├── KeyEventArgs.cs │ │ │ ├── PointerEventArgs.cs │ │ │ ├── SystemNavigationManager.cs │ │ │ ├── TouchHitTestingEventArgs.cs │ │ │ ├── VisibilityChangedEventArgs.cs │ │ │ ├── WindowActivatedEventArgs.cs │ │ │ └── WindowSizeChangedEventArgs.cs │ │ │ ├── Windows.UI.Input.Core │ │ │ └── RadialControllerIndependentInputSource.cs │ │ │ ├── Windows.UI.Input.Inking.Analysis │ │ │ ├── IInkAnalysisNode.cs │ │ │ ├── IInkAnalyzerFactory.cs │ │ │ ├── InkAnalysisDrawingKind.cs │ │ │ ├── InkAnalysisInkBullet.cs │ │ │ ├── InkAnalysisInkDrawing.cs │ │ │ ├── InkAnalysisInkWord.cs │ │ │ ├── InkAnalysisLine.cs │ │ │ ├── InkAnalysisListItem.cs │ │ │ ├── InkAnalysisNode.cs │ │ │ ├── InkAnalysisNodeKind.cs │ │ │ ├── InkAnalysisParagraph.cs │ │ │ ├── InkAnalysisResult.cs │ │ │ ├── InkAnalysisRoot.cs │ │ │ ├── InkAnalysisStatus.cs │ │ │ ├── InkAnalysisStrokeKind.cs │ │ │ ├── InkAnalysisWritingRegion.cs │ │ │ └── InkAnalyzer.cs │ │ │ ├── Windows.UI.Input.Inking.Core │ │ │ ├── CoreIncrementalInkStroke.cs │ │ │ ├── CoreInkIndependentInputSource.cs │ │ │ ├── CoreInkPresenterHost.cs │ │ │ ├── CoreWetStrokeDisposition.cs │ │ │ ├── CoreWetStrokeUpdateEventArgs.cs │ │ │ └── CoreWetStrokeUpdateSource.cs │ │ │ ├── Windows.UI.Input.Inking.Preview │ │ │ └── PalmRejectionDelayZonePreview.cs │ │ │ ├── Windows.UI.Input.Inking │ │ │ ├── HandwritingLineHeight.cs │ │ │ ├── IInkPointFactory.cs │ │ │ ├── IInkPresenterRulerFactory.cs │ │ │ ├── IInkPresenterStencil.cs │ │ │ ├── IInkRecognizerContainer.cs │ │ │ ├── IInkStrokeContainer.cs │ │ │ ├── InkDrawingAttributes.cs │ │ │ ├── InkDrawingAttributesKind.cs │ │ │ ├── InkDrawingAttributesPencilProperties.cs │ │ │ ├── InkHighContrastAdjustment.cs │ │ │ ├── InkInputConfiguration.cs │ │ │ ├── InkInputProcessingConfiguration.cs │ │ │ ├── InkInputProcessingMode.cs │ │ │ ├── InkInputRightDragAction.cs │ │ │ ├── InkManager.cs │ │ │ ├── InkManipulationMode.cs │ │ │ ├── InkModelerAttributes.cs │ │ │ ├── InkPersistenceFormat.cs │ │ │ ├── InkPoint.cs │ │ │ ├── InkPresenter.cs │ │ │ ├── InkPresenterPredefinedConfiguration.cs │ │ │ ├── InkPresenterProtractor.cs │ │ │ ├── InkPresenterRuler.cs │ │ │ ├── InkPresenterStencilKind.cs │ │ │ ├── InkRecognitionResult.cs │ │ │ ├── InkRecognitionTarget.cs │ │ │ ├── InkRecognizer.cs │ │ │ ├── InkRecognizerContainer.cs │ │ │ ├── InkStroke.cs │ │ │ ├── InkStrokeBuilder.cs │ │ │ ├── InkStrokeContainer.cs │ │ │ ├── InkStrokeInput.cs │ │ │ ├── InkStrokeRenderingSegment.cs │ │ │ ├── InkStrokesCollectedEventArgs.cs │ │ │ ├── InkStrokesErasedEventArgs.cs │ │ │ ├── InkSynchronizer.cs │ │ │ ├── InkUnprocessedInput.cs │ │ │ ├── PenAndInkSettings.cs │ │ │ ├── PenHandedness.cs │ │ │ └── PenTipShape.cs │ │ │ ├── Windows.UI.Input.Preview.Injection │ │ │ ├── InjectedInputButtonChangeKind.cs │ │ │ ├── InjectedInputGamepadInfo.cs │ │ │ ├── InjectedInputKeyOptions.cs │ │ │ ├── InjectedInputKeyboardInfo.cs │ │ │ ├── InjectedInputMouseInfo.cs │ │ │ ├── InjectedInputMouseOptions.cs │ │ │ ├── InjectedInputPenButtons.cs │ │ │ ├── InjectedInputPenInfo.cs │ │ │ ├── InjectedInputPenParameters.cs │ │ │ ├── InjectedInputPoint.cs │ │ │ ├── InjectedInputPointerInfo.cs │ │ │ ├── InjectedInputPointerOptions.cs │ │ │ ├── InjectedInputRectangle.cs │ │ │ ├── InjectedInputShortcut.cs │ │ │ ├── InjectedInputTouchInfo.cs │ │ │ ├── InjectedInputTouchParameters.cs │ │ │ ├── InjectedInputVisualizationMode.cs │ │ │ └── InputInjector.cs │ │ │ ├── Windows.UI.Input.Preview │ │ │ └── InputActivationListenerPreview.cs │ │ │ ├── Windows.UI.Input.Spatial │ │ │ ├── SpatialGestureRecognizer.cs │ │ │ ├── SpatialGestureSettings.cs │ │ │ ├── SpatialHoldCanceledEventArgs.cs │ │ │ ├── SpatialHoldCompletedEventArgs.cs │ │ │ ├── SpatialHoldStartedEventArgs.cs │ │ │ ├── SpatialInteraction.cs │ │ │ ├── SpatialInteractionController.cs │ │ │ ├── SpatialInteractionControllerProperties.cs │ │ │ ├── SpatialInteractionDetectedEventArgs.cs │ │ │ ├── SpatialInteractionManager.cs │ │ │ ├── SpatialInteractionPressKind.cs │ │ │ ├── SpatialInteractionSource.cs │ │ │ ├── SpatialInteractionSourceEventArgs.cs │ │ │ ├── SpatialInteractionSourceHandedness.cs │ │ │ ├── SpatialInteractionSourceKind.cs │ │ │ ├── SpatialInteractionSourceLocation.cs │ │ │ ├── SpatialInteractionSourcePositionAccuracy.cs │ │ │ ├── SpatialInteractionSourceProperties.cs │ │ │ ├── SpatialInteractionSourceState.cs │ │ │ ├── SpatialManipulationCanceledEventArgs.cs │ │ │ ├── SpatialManipulationCompletedEventArgs.cs │ │ │ ├── SpatialManipulationDelta.cs │ │ │ ├── SpatialManipulationStartedEventArgs.cs │ │ │ ├── SpatialManipulationUpdatedEventArgs.cs │ │ │ ├── SpatialNavigationCanceledEventArgs.cs │ │ │ ├── SpatialNavigationCompletedEventArgs.cs │ │ │ ├── SpatialNavigationStartedEventArgs.cs │ │ │ ├── SpatialNavigationUpdatedEventArgs.cs │ │ │ ├── SpatialPointerInteractionSourcePose.cs │ │ │ ├── SpatialPointerPose.cs │ │ │ ├── SpatialRecognitionEndedEventArgs.cs │ │ │ ├── SpatialRecognitionStartedEventArgs.cs │ │ │ └── SpatialTappedEventArgs.cs │ │ │ ├── Windows.UI.Input │ │ │ ├── AttachableInputObject.cs │ │ │ ├── CrossSlideThresholds.cs │ │ │ ├── CrossSlidingEventArgs.cs │ │ │ ├── CrossSlidingState.cs │ │ │ ├── DraggingEventArgs.cs │ │ │ ├── DraggingState.cs │ │ │ ├── EdgeGesture.cs │ │ │ ├── EdgeGestureEventArgs.cs │ │ │ ├── EdgeGestureKind.cs │ │ │ ├── GazeInputAccessStatus.cs │ │ │ ├── GestureRecognizer.cs │ │ │ ├── GestureSettings.cs │ │ │ ├── HoldingEventArgs.cs │ │ │ ├── HoldingState.cs │ │ │ ├── IPointerPointTransform.cs │ │ │ ├── InputActivationListener.cs │ │ │ ├── InputActivationListenerActivationChangedEventArgs.cs │ │ │ ├── InputActivationState.cs │ │ │ ├── KeyboardDeliveryInterceptor.cs │ │ │ ├── ManipulationCompletedEventArgs.cs │ │ │ ├── ManipulationDelta.cs │ │ │ ├── ManipulationInertiaStartingEventArgs.cs │ │ │ ├── ManipulationStartedEventArgs.cs │ │ │ ├── ManipulationUpdatedEventArgs.cs │ │ │ ├── ManipulationVelocities.cs │ │ │ ├── MouseWheelParameters.cs │ │ │ ├── PointerPoint.cs │ │ │ ├── PointerPointProperties.cs │ │ │ ├── PointerUpdateKind.cs │ │ │ ├── PointerVisualizationSettings.cs │ │ │ ├── RadialController.cs │ │ │ ├── RadialControllerButtonClickedEventArgs.cs │ │ │ ├── RadialControllerButtonHoldingEventArgs.cs │ │ │ ├── RadialControllerButtonPressedEventArgs.cs │ │ │ ├── RadialControllerButtonReleasedEventArgs.cs │ │ │ ├── RadialControllerConfiguration.cs │ │ │ ├── RadialControllerControlAcquiredEventArgs.cs │ │ │ ├── RadialControllerMenu.cs │ │ │ ├── RadialControllerMenuItem.cs │ │ │ ├── RadialControllerMenuKnownIcon.cs │ │ │ ├── RadialControllerRotationChangedEventArgs.cs │ │ │ ├── RadialControllerScreenContact.cs │ │ │ ├── RadialControllerScreenContactContinuedEventArgs.cs │ │ │ ├── RadialControllerScreenContactEndedEventArgs.cs │ │ │ ├── RadialControllerScreenContactStartedEventArgs.cs │ │ │ ├── RadialControllerSystemMenuItemKind.cs │ │ │ ├── RightTappedEventArgs.cs │ │ │ ├── SystemButtonEventController.cs │ │ │ ├── SystemFunctionButtonEventArgs.cs │ │ │ ├── SystemFunctionLockChangedEventArgs.cs │ │ │ ├── SystemFunctionLockIndicatorChangedEventArgs.cs │ │ │ └── TappedEventArgs.cs │ │ │ ├── Windows.UI.Notifications.Management │ │ │ ├── UserNotificationListener.cs │ │ │ └── UserNotificationListenerAccessStatus.cs │ │ │ ├── Windows.UI.Notifications │ │ │ ├── AdaptiveNotificationContentKind.cs │ │ │ ├── AdaptiveNotificationText.cs │ │ │ ├── BadgeNotification.cs │ │ │ ├── BadgeTemplateType.cs │ │ │ ├── BadgeUpdateManager.cs │ │ │ ├── BadgeUpdateManagerForUser.cs │ │ │ ├── BadgeUpdater.cs │ │ │ ├── IAdaptiveNotificationContent.cs │ │ │ ├── KnownAdaptiveNotificationHints.cs │ │ │ ├── KnownAdaptiveNotificationTextStyles.cs │ │ │ ├── KnownNotificationBindings.cs │ │ │ ├── Notification.cs │ │ │ ├── NotificationBinding.cs │ │ │ ├── NotificationData.cs │ │ │ ├── NotificationKinds.cs │ │ │ ├── NotificationMirroring.cs │ │ │ ├── NotificationSetting.cs │ │ │ ├── NotificationUpdateResult.cs │ │ │ ├── NotificationVisual.cs │ │ │ ├── PeriodicUpdateRecurrence.cs │ │ │ ├── ScheduledTileNotification.cs │ │ │ ├── ScheduledToastNotification.cs │ │ │ ├── ScheduledToastNotificationShowingEventArgs.cs │ │ │ ├── ShownTileNotification.cs │ │ │ ├── TileFlyoutNotification.cs │ │ │ ├── TileFlyoutTemplateType.cs │ │ │ ├── TileFlyoutUpdateManager.cs │ │ │ ├── TileFlyoutUpdater.cs │ │ │ ├── TileNotification.cs │ │ │ ├── TileTemplateType.cs │ │ │ ├── TileUpdateManager.cs │ │ │ ├── TileUpdateManagerForUser.cs │ │ │ ├── TileUpdater.cs │ │ │ ├── ToastActivatedEventArgs.cs │ │ │ ├── ToastCollection.cs │ │ │ ├── ToastCollectionManager.cs │ │ │ ├── ToastDismissalReason.cs │ │ │ ├── ToastDismissedEventArgs.cs │ │ │ ├── ToastFailedEventArgs.cs │ │ │ ├── ToastHistoryChangedType.cs │ │ │ ├── ToastNotification.cs │ │ │ ├── ToastNotificationActionTriggerDetail.cs │ │ │ ├── ToastNotificationHistory.cs │ │ │ ├── ToastNotificationHistoryChangedTriggerDetail.cs │ │ │ ├── ToastNotificationManager.cs │ │ │ ├── ToastNotificationManagerForUser.cs │ │ │ ├── ToastNotificationMode.cs │ │ │ ├── ToastNotificationPriority.cs │ │ │ ├── ToastNotifier.cs │ │ │ ├── ToastTemplateType.cs │ │ │ ├── UserNotification.cs │ │ │ ├── UserNotificationChangedEventArgs.cs │ │ │ └── UserNotificationChangedKind.cs │ │ │ ├── Windows.UI.Popups │ │ │ ├── IUICommand.cs │ │ │ ├── MessageDialog.cs │ │ │ ├── MessageDialogOptions.cs │ │ │ ├── Placement.cs │ │ │ ├── PopupMenu.cs │ │ │ ├── UICommand.cs │ │ │ ├── UICommandInvokedHandler.cs │ │ │ └── UICommandSeparator.cs │ │ │ ├── Windows.UI.Shell │ │ │ ├── AdaptiveCardBuilder.cs │ │ │ ├── IAdaptiveCard.cs │ │ │ ├── IAdaptiveCardBuilderStatics.cs │ │ │ ├── ShareWindowCommand.cs │ │ │ ├── ShareWindowCommandEventArgs.cs │ │ │ ├── ShareWindowCommandSource.cs │ │ │ └── TaskbarManager.cs │ │ │ ├── Windows.UI.StartScreen │ │ │ ├── ForegroundText.cs │ │ │ ├── JumpList.cs │ │ │ ├── JumpListItem.cs │ │ │ ├── JumpListItemKind.cs │ │ │ ├── JumpListSystemGroupKind.cs │ │ │ ├── SecondaryTile.cs │ │ │ ├── SecondaryTileVisualElements.cs │ │ │ ├── StartScreenManager.cs │ │ │ ├── TileMixedRealityModel.cs │ │ │ ├── TileMixedRealityModelActivationBehavior.cs │ │ │ ├── TileOptions.cs │ │ │ ├── TileSize.cs │ │ │ ├── VisualElementsRequest.cs │ │ │ ├── VisualElementsRequestDeferral.cs │ │ │ └── VisualElementsRequestedEventArgs.cs │ │ │ ├── Windows.UI.Text.Core │ │ │ ├── CoreTextCompositionCompletedEventArgs.cs │ │ │ ├── CoreTextCompositionSegment.cs │ │ │ ├── CoreTextCompositionStartedEventArgs.cs │ │ │ ├── CoreTextEditContext.cs │ │ │ ├── CoreTextFormatUpdatingEventArgs.cs │ │ │ ├── CoreTextFormatUpdatingReason.cs │ │ │ ├── CoreTextFormatUpdatingResult.cs │ │ │ ├── CoreTextInputPaneDisplayPolicy.cs │ │ │ ├── CoreTextInputScope.cs │ │ │ ├── CoreTextLayoutBounds.cs │ │ │ ├── CoreTextLayoutRequest.cs │ │ │ ├── CoreTextLayoutRequestedEventArgs.cs │ │ │ ├── CoreTextRange.cs │ │ │ ├── CoreTextSelectionRequest.cs │ │ │ ├── CoreTextSelectionRequestedEventArgs.cs │ │ │ ├── CoreTextSelectionUpdatingEventArgs.cs │ │ │ ├── CoreTextSelectionUpdatingResult.cs │ │ │ ├── CoreTextServicesConstants.cs │ │ │ ├── CoreTextServicesManager.cs │ │ │ ├── CoreTextTextRequest.cs │ │ │ ├── CoreTextTextRequestedEventArgs.cs │ │ │ ├── CoreTextTextUpdatingEventArgs.cs │ │ │ └── CoreTextTextUpdatingResult.cs │ │ │ ├── Windows.UI.Text │ │ │ ├── CaretType.cs │ │ │ ├── ContentLinkInfo.cs │ │ │ ├── FindOptions.cs │ │ │ ├── FontStretch.cs │ │ │ ├── FontStyle.cs │ │ │ ├── FontWeight.cs │ │ │ ├── FontWeights.cs │ │ │ ├── FormatEffect.cs │ │ │ ├── HorizontalCharacterAlignment.cs │ │ │ ├── ITextCharacterFormat.cs │ │ │ ├── ITextDocument.cs │ │ │ ├── ITextParagraphFormat.cs │ │ │ ├── ITextRange.cs │ │ │ ├── ITextSelection.cs │ │ │ ├── LetterCase.cs │ │ │ ├── LineSpacingRule.cs │ │ │ ├── LinkType.cs │ │ │ ├── MarkerAlignment.cs │ │ │ ├── MarkerStyle.cs │ │ │ ├── MarkerType.cs │ │ │ ├── ParagraphAlignment.cs │ │ │ ├── ParagraphStyle.cs │ │ │ ├── PointOptions.cs │ │ │ ├── RangeGravity.cs │ │ │ ├── RichEditMathMode.cs │ │ │ ├── RichEditTextDocument.cs │ │ │ ├── RichEditTextRange.cs │ │ │ ├── SelectionOptions.cs │ │ │ ├── SelectionType.cs │ │ │ ├── TabAlignment.cs │ │ │ ├── TabLeader.cs │ │ │ ├── TextConstants.cs │ │ │ ├── TextDecorations.cs │ │ │ ├── TextGetOptions.cs │ │ │ ├── TextRangeUnit.cs │ │ │ ├── TextScript.cs │ │ │ ├── TextSetOptions.cs │ │ │ ├── UnderlineType.cs │ │ │ └── VerticalCharacterAlignment.cs │ │ │ ├── Windows.UI.ViewManagement.Core │ │ │ ├── CoreFrameworkInputView.cs │ │ │ ├── CoreFrameworkInputViewAnimationStartingEventArgs.cs │ │ │ ├── CoreFrameworkInputViewOcclusionsChangedEventArgs.cs │ │ │ ├── CoreInputView.cs │ │ │ ├── CoreInputViewAnimationStartingEventArgs.cs │ │ │ ├── CoreInputViewHidingEventArgs.cs │ │ │ ├── CoreInputViewKind.cs │ │ │ ├── CoreInputViewOcclusion.cs │ │ │ ├── CoreInputViewOcclusionKind.cs │ │ │ ├── CoreInputViewOcclusionsChangedEventArgs.cs │ │ │ ├── CoreInputViewShowingEventArgs.cs │ │ │ ├── CoreInputViewTransferringXYFocusEventArgs.cs │ │ │ ├── CoreInputViewXYFocusTransferDirection.cs │ │ │ └── UISettingsController.cs │ │ │ ├── Windows.UI.ViewManagement │ │ │ ├── AccessibilitySettings.cs │ │ │ ├── ActivationViewSwitcher.cs │ │ │ ├── ApplicationView.cs │ │ │ ├── ApplicationViewBoundsMode.cs │ │ │ ├── ApplicationViewConsolidatedEventArgs.cs │ │ │ ├── ApplicationViewMode.cs │ │ │ ├── ApplicationViewOrientation.cs │ │ │ ├── ApplicationViewState.cs │ │ │ ├── ApplicationViewSwitcher.cs │ │ │ ├── ApplicationViewSwitchingOptions.cs │ │ │ ├── ApplicationViewTitleBar.cs │ │ │ ├── ApplicationViewTransferContext.cs │ │ │ ├── ApplicationViewWindowingMode.cs │ │ │ ├── FullScreenSystemOverlayMode.cs │ │ │ ├── HandPreference.cs │ │ │ ├── InputPane.cs │ │ │ ├── InputPaneVisibilityEventArgs.cs │ │ │ ├── ProjectionManager.cs │ │ │ ├── StatusBar.cs │ │ │ ├── StatusBarProgressIndicator.cs │ │ │ ├── UIColorType.cs │ │ │ ├── UIElementType.cs │ │ │ ├── UISettings.cs │ │ │ ├── UISettingsAnimationsEnabledChangedEventArgs.cs │ │ │ ├── UISettingsAutoHideScrollBarsChangedEventArgs.cs │ │ │ ├── UISettingsMessageDurationChangedEventArgs.cs │ │ │ ├── UIViewSettings.cs │ │ │ ├── UserInteractionMode.cs │ │ │ ├── ViewModePreferences.cs │ │ │ └── ViewSizePreference.cs │ │ │ ├── Windows.UI.WebUI │ │ │ ├── ActivatedDeferral.cs │ │ │ ├── ActivatedEventHandler.cs │ │ │ ├── ActivatedOperation.cs │ │ │ ├── BackgroundActivatedEventArgs.cs │ │ │ ├── BackgroundActivatedEventHandler.cs │ │ │ ├── EnteredBackgroundEventArgs.cs │ │ │ ├── EnteredBackgroundEventHandler.cs │ │ │ ├── HtmlPrintDocumentSource.cs │ │ │ ├── IActivatedEventArgsDeferral.cs │ │ │ ├── IWebUIBackgroundTaskInstance.cs │ │ │ ├── IWebUINavigatedEventArgs.cs │ │ │ ├── LeavingBackgroundEventArgs.cs │ │ │ ├── LeavingBackgroundEventHandler.cs │ │ │ ├── NavigatedEventHandler.cs │ │ │ ├── NewWebUIViewCreatedEventArgs.cs │ │ │ ├── PrintContent.cs │ │ │ ├── ResumingEventHandler.cs │ │ │ ├── SuspendingDeferral.cs │ │ │ ├── SuspendingEventArgs.cs │ │ │ ├── SuspendingEventHandler.cs │ │ │ ├── SuspendingOperation.cs │ │ │ ├── WebUIApplication.cs │ │ │ ├── WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.cs │ │ │ ├── WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs.cs │ │ │ ├── WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.cs │ │ │ ├── WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.cs │ │ │ ├── WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.cs │ │ │ ├── WebUIBackgroundTaskInstance.cs │ │ │ ├── WebUIBackgroundTaskInstanceRuntimeClass.cs │ │ │ ├── WebUIBarcodeScannerPreviewActivatedEventArgs.cs │ │ │ ├── WebUICachedFileUpdaterActivatedEventArgs.cs │ │ │ ├── WebUICommandLineActivatedEventArgs.cs │ │ │ ├── WebUIContactPanelActivatedEventArgs.cs │ │ │ ├── WebUIDeviceActivatedEventArgs.cs │ │ │ ├── WebUIDevicePairingActivatedEventArgs.cs │ │ │ ├── WebUIDialReceiverActivatedEventArgs.cs │ │ │ ├── WebUIFileActivatedEventArgs.cs │ │ │ ├── WebUIFileOpenPickerActivatedEventArgs.cs │ │ │ ├── WebUIFileOpenPickerContinuationEventArgs.cs │ │ │ ├── WebUIFileSavePickerActivatedEventArgs.cs │ │ │ ├── WebUIFileSavePickerContinuationEventArgs.cs │ │ │ ├── WebUIFolderPickerContinuationEventArgs.cs │ │ │ ├── WebUILaunchActivatedEventArgs.cs │ │ │ ├── WebUILockScreenActivatedEventArgs.cs │ │ │ ├── WebUILockScreenComponentActivatedEventArgs.cs │ │ │ ├── WebUINavigatedDeferral.cs │ │ │ ├── WebUINavigatedEventArgs.cs │ │ │ ├── WebUINavigatedOperation.cs │ │ │ ├── WebUIPhoneCallActivatedEventArgs.cs │ │ │ ├── WebUIPrintWorkflowForegroundTaskActivatedEventArgs.cs │ │ │ ├── WebUIProtocolActivatedEventArgs.cs │ │ │ ├── WebUIProtocolForResultsActivatedEventArgs.cs │ │ │ ├── WebUIRestrictedLaunchActivatedEventArgs.cs │ │ │ ├── WebUIShareTargetActivatedEventArgs.cs │ │ │ ├── WebUIStartupTaskActivatedEventArgs.cs │ │ │ ├── WebUIToastNotificationActivatedEventArgs.cs │ │ │ ├── WebUIUserDataAccountProviderActivatedEventArgs.cs │ │ │ ├── WebUIView.cs │ │ │ ├── WebUIVoiceCommandActivatedEventArgs.cs │ │ │ ├── WebUIWebAccountProviderActivatedEventArgs.cs │ │ │ └── WebUIWebAuthenticationBrokerContinuationEventArgs.cs │ │ │ ├── Windows.UI.WindowManagement.Preview │ │ │ └── WindowManagementPreview.cs │ │ │ ├── Windows.UI.WindowManagement │ │ │ ├── AppWindow.cs │ │ │ ├── AppWindowChangedEventArgs.cs │ │ │ ├── AppWindowCloseRequestedEventArgs.cs │ │ │ ├── AppWindowClosedEventArgs.cs │ │ │ ├── AppWindowClosedReason.cs │ │ │ ├── AppWindowFrame.cs │ │ │ ├── AppWindowFrameStyle.cs │ │ │ ├── AppWindowPlacement.cs │ │ │ ├── AppWindowPresentationConfiguration.cs │ │ │ ├── AppWindowPresentationKind.cs │ │ │ ├── AppWindowPresenter.cs │ │ │ ├── AppWindowTitleBar.cs │ │ │ ├── AppWindowTitleBarOcclusion.cs │ │ │ ├── AppWindowTitleBarVisibility.cs │ │ │ ├── CompactOverlayPresentationConfiguration.cs │ │ │ ├── DefaultPresentationConfiguration.cs │ │ │ ├── DisplayRegion.cs │ │ │ ├── FullScreenPresentationConfiguration.cs │ │ │ ├── WindowServices.cs │ │ │ ├── WindowingEnvironment.cs │ │ │ ├── WindowingEnvironmentAddedEventArgs.cs │ │ │ ├── WindowingEnvironmentChangedEventArgs.cs │ │ │ ├── WindowingEnvironmentKind.cs │ │ │ └── WindowingEnvironmentRemovedEventArgs.cs │ │ │ ├── Windows.UI │ │ │ ├── ColorHelper.cs │ │ │ ├── Colors.cs │ │ │ ├── UIContentRoot.cs │ │ │ ├── UIContext.cs │ │ │ └── WindowId.cs │ │ │ ├── Windows.Web.AtomPub │ │ │ ├── AtomPubClient.cs │ │ │ ├── ResourceCollection.cs │ │ │ ├── ServiceDocument.cs │ │ │ └── Workspace.cs │ │ │ ├── Windows.Web.Http.Filters │ │ │ ├── HttpBaseProtocolFilter.cs │ │ │ ├── HttpCacheControl.cs │ │ │ ├── HttpCacheReadBehavior.cs │ │ │ ├── HttpCacheWriteBehavior.cs │ │ │ ├── HttpCookieUsageBehavior.cs │ │ │ ├── HttpServerCustomValidationRequestedEventArgs.cs │ │ │ └── IHttpFilter.cs │ │ │ ├── Windows.Web.Http.Headers │ │ │ ├── HttpCacheDirectiveHeaderValueCollection.cs │ │ │ ├── HttpChallengeHeaderValue.cs │ │ │ ├── HttpChallengeHeaderValueCollection.cs │ │ │ ├── HttpConnectionOptionHeaderValue.cs │ │ │ ├── HttpConnectionOptionHeaderValueCollection.cs │ │ │ ├── HttpContentCodingHeaderValue.cs │ │ │ ├── HttpContentCodingHeaderValueCollection.cs │ │ │ ├── HttpContentCodingWithQualityHeaderValue.cs │ │ │ ├── HttpContentCodingWithQualityHeaderValueCollection.cs │ │ │ ├── HttpContentDispositionHeaderValue.cs │ │ │ ├── HttpContentHeaderCollection.cs │ │ │ ├── HttpContentRangeHeaderValue.cs │ │ │ ├── HttpCookiePairHeaderValue.cs │ │ │ ├── HttpCookiePairHeaderValueCollection.cs │ │ │ ├── HttpCredentialsHeaderValue.cs │ │ │ ├── HttpDateOrDeltaHeaderValue.cs │ │ │ ├── HttpExpectationHeaderValue.cs │ │ │ ├── HttpExpectationHeaderValueCollection.cs │ │ │ ├── HttpLanguageHeaderValueCollection.cs │ │ │ ├── HttpLanguageRangeWithQualityHeaderValue.cs │ │ │ ├── HttpLanguageRangeWithQualityHeaderValueCollection.cs │ │ │ ├── HttpMediaTypeHeaderValue.cs │ │ │ ├── HttpMediaTypeWithQualityHeaderValue.cs │ │ │ ├── HttpMediaTypeWithQualityHeaderValueCollection.cs │ │ │ ├── HttpMethodHeaderValueCollection.cs │ │ │ ├── HttpNameValueHeaderValue.cs │ │ │ ├── HttpProductHeaderValue.cs │ │ │ ├── HttpProductInfoHeaderValue.cs │ │ │ ├── HttpProductInfoHeaderValueCollection.cs │ │ │ ├── HttpRequestHeaderCollection.cs │ │ │ ├── HttpResponseHeaderCollection.cs │ │ │ ├── HttpTransferCodingHeaderValue.cs │ │ │ └── HttpTransferCodingHeaderValueCollection.cs │ │ │ ├── Windows.Web.Http │ │ │ ├── HttpBufferContent.cs │ │ │ ├── HttpClient.cs │ │ │ ├── HttpCompletionOption.cs │ │ │ ├── HttpCookie.cs │ │ │ ├── HttpCookieCollection.cs │ │ │ ├── HttpCookieManager.cs │ │ │ ├── HttpFormUrlEncodedContent.cs │ │ │ ├── HttpGetBufferResult.cs │ │ │ ├── HttpGetInputStreamResult.cs │ │ │ ├── HttpGetStringResult.cs │ │ │ ├── HttpMethod.cs │ │ │ ├── HttpMultipartContent.cs │ │ │ ├── HttpMultipartFormDataContent.cs │ │ │ ├── HttpProgress.cs │ │ │ ├── HttpProgressStage.cs │ │ │ ├── HttpRequestMessage.cs │ │ │ ├── HttpRequestResult.cs │ │ │ ├── HttpResponseMessage.cs │ │ │ ├── HttpResponseMessageSource.cs │ │ │ ├── HttpStatusCode.cs │ │ │ ├── HttpStreamContent.cs │ │ │ ├── HttpStringContent.cs │ │ │ ├── HttpTransportInformation.cs │ │ │ ├── HttpVersion.cs │ │ │ └── IHttpContent.cs │ │ │ ├── Windows.Web.Syndication │ │ │ ├── ISyndicationClient.cs │ │ │ ├── ISyndicationNode.cs │ │ │ ├── ISyndicationText.cs │ │ │ ├── RetrievalProgress.cs │ │ │ ├── SyndicationAttribute.cs │ │ │ ├── SyndicationCategory.cs │ │ │ ├── SyndicationClient.cs │ │ │ ├── SyndicationContent.cs │ │ │ ├── SyndicationError.cs │ │ │ ├── SyndicationErrorStatus.cs │ │ │ ├── SyndicationFeed.cs │ │ │ ├── SyndicationFormat.cs │ │ │ ├── SyndicationGenerator.cs │ │ │ ├── SyndicationItem.cs │ │ │ ├── SyndicationLink.cs │ │ │ ├── SyndicationNode.cs │ │ │ ├── SyndicationPerson.cs │ │ │ ├── SyndicationText.cs │ │ │ ├── SyndicationTextType.cs │ │ │ └── TransferProgress.cs │ │ │ ├── Windows.Web.UI.Interop │ │ │ ├── WebViewControl.cs │ │ │ ├── WebViewControlAcceleratorKeyPressedEventArgs.cs │ │ │ ├── WebViewControlAcceleratorKeyRoutingStage.cs │ │ │ ├── WebViewControlMoveFocusReason.cs │ │ │ ├── WebViewControlMoveFocusRequestedEventArgs.cs │ │ │ ├── WebViewControlProcess.cs │ │ │ ├── WebViewControlProcessCapabilityState.cs │ │ │ └── WebViewControlProcessOptions.cs │ │ │ ├── Windows.Web.UI │ │ │ ├── IWebViewControl.cs │ │ │ ├── IWebViewControl2.cs │ │ │ ├── WebViewControlContentLoadingEventArgs.cs │ │ │ ├── WebViewControlDOMContentLoadedEventArgs.cs │ │ │ ├── WebViewControlDeferredPermissionRequest.cs │ │ │ ├── WebViewControlLongRunningScriptDetectedEventArgs.cs │ │ │ ├── WebViewControlNavigationCompletedEventArgs.cs │ │ │ ├── WebViewControlNavigationStartingEventArgs.cs │ │ │ ├── WebViewControlNewWindowRequestedEventArgs.cs │ │ │ ├── WebViewControlPermissionRequest.cs │ │ │ ├── WebViewControlPermissionRequestedEventArgs.cs │ │ │ ├── WebViewControlPermissionState.cs │ │ │ ├── WebViewControlPermissionType.cs │ │ │ ├── WebViewControlScriptNotifyEventArgs.cs │ │ │ ├── WebViewControlSettings.cs │ │ │ ├── WebViewControlUnsupportedUriSchemeIdentifiedEventArgs.cs │ │ │ ├── WebViewControlUnviewableContentIdentifiedEventArgs.cs │ │ │ └── WebViewControlWebResourceRequestedEventArgs.cs │ │ │ └── Windows.Web │ │ │ ├── IUriToStreamResolver.cs │ │ │ ├── WebError.cs │ │ │ └── WebErrorStatus.cs │ ├── Globalization │ │ ├── ApplicationLanguages.cs │ │ ├── Calendar.cs │ │ ├── CalendarIdentifiers.cs │ │ ├── ClockIdentifiers.cs │ │ ├── CurrencyIdentifiers.cs │ │ ├── DateTimeFormatting │ │ │ ├── DateTimeFormatter.cs │ │ │ ├── DateTimePatternParser │ │ │ │ ├── PatternNodes.cs │ │ │ │ └── PatternParser.cs │ │ │ ├── DateTimeTemplateParser │ │ │ │ ├── TemplateNodes.cs │ │ │ │ └── TemplateParser.cs │ │ │ ├── DayFormat.cs │ │ │ ├── DayOfWeekFormat.cs │ │ │ ├── HourFormat.cs │ │ │ ├── MinuteFormat.cs │ │ │ ├── MonthFormat.cs │ │ │ ├── SecondFormat.cs │ │ │ ├── TimeZoneFormat.cs │ │ │ └── YearFormat.cs │ │ ├── DayOfWeek.cs │ │ ├── Language.Android.cs │ │ ├── Language.UIKit.cs │ │ ├── Language.cs │ │ ├── Language.wasm.cs │ │ └── NumberFormatting │ │ │ ├── CurrencyData.cs │ │ │ ├── CurrencyFormatter.cs │ │ │ ├── CurrencyFormatterMode.cs │ │ │ ├── DecimalFormatter.cs │ │ │ ├── ExceptionHelper.cs │ │ │ ├── Extensions.cs │ │ │ ├── FormatterHelper.cs │ │ │ ├── INumberFormatter.cs │ │ │ ├── INumberFormatter2.cs │ │ │ ├── INumberFormatterOptions.cs │ │ │ ├── INumberParser.cs │ │ │ ├── INumberRounder.cs │ │ │ ├── INumberRounderOption.cs │ │ │ ├── ISignedZeroOption.cs │ │ │ ├── ISignificantDigitsOption.cs │ │ │ ├── IncrementNumberRounder.cs │ │ │ ├── MathExtensions.cs │ │ │ ├── NumeralSystemTranslator.cs │ │ │ ├── NumeralSystemTranslatorHelper.cs │ │ │ ├── PercentFormatter.cs │ │ │ ├── PermilleFormatter.cs │ │ │ ├── Rounder.cs │ │ │ ├── RoundingAlgorithm.cs │ │ │ └── SignificantDigitsNumberRounder.cs │ ├── Graphics │ │ ├── Display │ │ │ ├── BrightnessOverride.Android.cs │ │ │ ├── BrightnessOverride.cs │ │ │ ├── BrightnessOverride.iOS.cs │ │ │ ├── BrightnessOverride.wasm.cs │ │ │ ├── DisplayBrightnessOverrideOptions.cs │ │ │ ├── DisplayInformation.Android.cs │ │ │ ├── DisplayInformation.Interop.wasm.cs │ │ │ ├── DisplayInformation.UIKit.cs │ │ │ ├── DisplayInformation.cs │ │ │ ├── DisplayInformation.skia.cs │ │ │ ├── DisplayInformation.unsupported.cs │ │ │ ├── DisplayInformation.wasm.cs │ │ │ ├── DisplayOrientations.cs │ │ │ ├── DisplayOrientationsExtensions.Android.cs │ │ │ ├── DisplayOrientationsExtensions.iOS.cs │ │ │ ├── IDisplayInformationExtension.cs │ │ │ └── ResolutionScale.cs │ │ ├── DisplayAdapterId.cs │ │ ├── DisplayId.cs │ │ ├── Effects │ │ │ ├── D2D1BlendEffectMode.cs │ │ │ ├── D2D1BorderEdgeMode.cs │ │ │ ├── D2D1CompositeMode.cs │ │ │ └── Interop │ │ │ │ ├── EffectType.cs │ │ │ │ ├── GraphicsEffectPropertyMapping.cs │ │ │ │ └── IGraphicsEffectD2D1Interop.cs │ │ ├── IGeometrySource2D.cs │ │ ├── Imaging │ │ │ ├── BitmapEncoder.Android.cs │ │ │ ├── BitmapEncoder.UIKit.cs │ │ │ ├── BitmapEncoder.crossruntime.cs │ │ │ ├── BitmapEncoder.cs │ │ │ ├── BitmapEncoder.skia.cs │ │ │ ├── SoftwareBitmap.Android.cs │ │ │ ├── SoftwareBitmap.Apple.cs │ │ │ ├── SoftwareBitmap.UIKit.cs │ │ │ └── SoftwareBitmap.skia.cs │ │ ├── Interop │ │ │ ├── Direct2D │ │ │ │ ├── D2D1ArcSegment.cs │ │ │ │ ├── D2D1ArcSize.cs │ │ │ │ ├── D2D1BezierSegment.cs │ │ │ │ ├── D2D1Ellipse.cs │ │ │ │ ├── D2D1FigureBegin.cs │ │ │ │ ├── D2D1FigureEnd.cs │ │ │ │ ├── D2D1FillMode.cs │ │ │ │ ├── D2D1PathSegment.cs │ │ │ │ ├── D2D1QuadraticBezierSegment.cs │ │ │ │ ├── D2D1RoundedRect.cs │ │ │ │ ├── D2D1SweepDirection.cs │ │ │ │ ├── ID2D1EllipseGeometry.cs │ │ │ │ ├── ID2D1Geometry.cs │ │ │ │ ├── ID2D1GeometrySink.cs │ │ │ │ ├── ID2D1PathGeometry.cs │ │ │ │ ├── ID2D1RectangleGeometry.cs │ │ │ │ ├── ID2D1RoundedRectangleGeometry.cs │ │ │ │ └── ID2D1SimplifiedGeometrySink.cs │ │ │ └── IGeometrySource2DInterop.cs │ │ ├── PointExtensions.cs │ │ ├── PointInt32.cs │ │ ├── RectInt32.cs │ │ ├── SizeExtensions.cs │ │ └── SizeInt32.cs │ ├── Helpers │ │ ├── AccessibilityAnnouncer.cs │ │ ├── Activities │ │ │ ├── ActivityResult.cs │ │ │ └── AwaitableResultActivity.cs │ │ ├── AndroidResourceNameEncoder.cs │ │ ├── AppDataUriEvaluator.cs │ │ ├── AssetResolver.wasm.cs │ │ ├── DeferralManager.cs │ │ ├── DispatcherTimerProxy.cs │ │ ├── DrawableHelper.Android.cs │ │ ├── EventLoop.cs │ │ ├── IUnoAccessibility.cs │ │ ├── LRUCache.cs │ │ ├── MathHelpers.cs │ │ ├── PlatformImageHelpers.cs │ │ ├── PlatformImageHelpers.notsupported.cs │ │ ├── PlatformImageHelpers.reference.cs │ │ ├── PlatformImageHelpers.skia.cs │ │ ├── PlatformImageHelpers.wasm.cs │ │ ├── Pointers │ │ │ └── PointerHelpers.Apple.cs │ │ ├── ProtocolActivation.wasm.cs │ │ ├── Serialization │ │ │ └── JsonHelper.cs │ │ ├── StartStopDelegateWrapper.cs │ │ ├── StartStopEventWrapper.cs │ │ ├── StartStopTypedEventWrapper.cs │ │ ├── Theming │ │ │ ├── ISystemThemeHelperExtension.skia.cs │ │ │ ├── SystemTheme.cs │ │ │ ├── SystemThemeHelper.Android.cs │ │ │ ├── SystemThemeHelper.Interop.wasm.cs │ │ │ ├── SystemThemeHelper.UIKit.cs │ │ │ ├── SystemThemeHelper.cs │ │ │ ├── SystemThemeHelper.others.cs │ │ │ ├── SystemThemeHelper.skia.cs │ │ │ └── SystemThemeHelper.wasm.cs │ │ ├── ViewManagement │ │ │ ├── ApplicationViewHelper.Android.cs │ │ │ ├── IActivityLifecycleEvents.Android.cs │ │ │ ├── IBaseActivityEvents.Android.cs │ │ │ └── IBaseActivityEvents.Delegates.Android.cs │ │ └── VisualTreeHelperProxy.cs │ ├── Media │ │ ├── Capture │ │ │ ├── CameraCaptureUI.Android.cs │ │ │ ├── CameraCaptureUI.cs │ │ │ ├── CameraCaptureUI.iOS.cs │ │ │ ├── CameraCaptureUI.other.cs │ │ │ ├── CameraCaptureUIMaxPhotoResolution.cs │ │ │ ├── CameraCaptureUIMaxVideoResolution.cs │ │ │ ├── CameraCaptureUIMode.cs │ │ │ ├── CameraCaptureUIPhotoCaptureSettings.cs │ │ │ ├── CameraCaptureUIPhotoFormat.cs │ │ │ ├── CameraCaptureUIVideoCaptureSettings.cs │ │ │ └── CameraCaptureUIVideoFormat.cs │ │ ├── Core │ │ │ └── MediaSource.cs │ │ ├── Playback │ │ │ ├── IMediaPlaybackList.cs │ │ │ ├── IMediaPlaybackSource.cs │ │ │ ├── IMediaPlayerEventsExtension.cs │ │ │ ├── IMediaPlayerExtension.cs │ │ │ ├── Internal │ │ │ │ ├── AudioPlayerBroadcastReceiver.Android.cs │ │ │ │ ├── IVideoSurface.cs │ │ │ │ ├── VideoSurface.Android.cs │ │ │ │ └── VideoSurface.Apple.cs │ │ │ ├── MediaPlaybackItem.cs │ │ │ ├── MediaPlaybackList.cs │ │ │ ├── MediaPlaybackSession.cs │ │ │ ├── MediaPlaybackSourceConverter.cs │ │ │ ├── MediaPlayer.Android.cs │ │ │ ├── MediaPlayer.Apple.cs │ │ │ ├── MediaPlayer.Events.others.cs │ │ │ ├── MediaPlayer.cs │ │ │ ├── MediaPlayer.others.cs │ │ │ ├── MediaPlayerError.cs │ │ │ ├── MediaPlayerFailedEventArgs.cs │ │ │ ├── MediaPlayerRateChangedEventArgs.cs │ │ │ ├── MediaPlayerState.cs │ │ │ └── PlaybackMediaMarkerReachedEventArgs.cs │ │ └── SpeechRecognition │ │ │ ├── SpeechRecognitionCompilationResult.cs │ │ │ ├── SpeechRecognitionConfidence.cs │ │ │ ├── SpeechRecognitionHypothesis.cs │ │ │ ├── SpeechRecognitionHypothesisGeneratedEventArgs.cs │ │ │ ├── SpeechRecognitionListener.Android.cs │ │ │ ├── SpeechRecognitionResult.cs │ │ │ ├── SpeechRecognitionResultStatus.cs │ │ │ ├── SpeechRecognizer.Android.cs │ │ │ ├── SpeechRecognizer.Interop.wasm.cs │ │ │ ├── SpeechRecognizer.cs │ │ │ ├── SpeechRecognizer.iOS.cs │ │ │ ├── SpeechRecognizer.wasm.cs │ │ │ ├── SpeechRecognizerState.cs │ │ │ ├── SpeechRecognizerStateChangedEventArgs.cs │ │ │ ├── SpeechRecognizerTimeouts.cs │ │ │ └── SpeechRecognizerUIOptions.cs │ ├── Microsoft │ │ └── UI │ │ │ ├── DisplayId.cs │ │ │ ├── IconId.cs │ │ │ ├── WindowId.cs │ │ │ └── Windowing │ │ │ ├── AppWindow.cs │ │ │ ├── AppWindowChangedEventArgs.cs │ │ │ ├── AppWindowClosingEventArgs.cs │ │ │ ├── AppWindowPresenter.cs │ │ │ ├── AppWindowPresenterKind.cs │ │ │ ├── AppWindowTitleBar.cs │ │ │ ├── CompactOverlayPresenter.cs │ │ │ ├── CompactOverlaySize.cs │ │ │ ├── DisplayAreaFallback.cs │ │ │ ├── DisplayAreaWatcherStatus.cs │ │ │ ├── FullScreenPresenter.cs │ │ │ ├── IOverlappedPresenterController.cs │ │ │ ├── IconShowOptions.cs │ │ │ ├── Native │ │ │ ├── INativeAppWindow.cs │ │ │ └── INativeOverlappedPresenter.cs │ │ │ ├── OverlappedPresenter.cs │ │ │ ├── OverlappedPresenterState.cs │ │ │ └── TitleBarHeightOption.cs │ ├── Networking │ │ ├── Connectivity │ │ │ ├── ConnectionCost.cs │ │ │ ├── ConnectionProfile.Android.cs │ │ │ ├── ConnectionProfile.Apple.cs │ │ │ ├── ConnectionProfile.Interop.wasm.cs │ │ │ ├── ConnectionProfile.cs │ │ │ ├── ConnectionProfile.reference.cs │ │ │ ├── ConnectionProfile.skia.cs │ │ │ ├── ConnectionProfile.wasm.cs │ │ │ ├── IPInformation.Android.cs │ │ │ ├── Internal │ │ │ │ ├── ConnectivityChangeBroadcastReceiver.Android.cs │ │ │ │ ├── IConnectionProfileExtension.skia.cs │ │ │ │ ├── INetworkInformationExtension.cs │ │ │ │ ├── NetworkCallbackListener.Android.cs │ │ │ │ └── NetworkReachability.Apple.cs │ │ │ ├── NetworkConnectivityLevel.cs │ │ │ ├── NetworkCostType.cs │ │ │ ├── NetworkInformation.Android.cs │ │ │ ├── NetworkInformation.Apple.cs │ │ │ ├── NetworkInformation.Interop.wasm.cs │ │ │ ├── NetworkInformation.cs │ │ │ ├── NetworkInformation.reference.cs │ │ │ ├── NetworkInformation.skia.cs │ │ │ ├── NetworkInformation.wasm.cs │ │ │ └── NetworkStatusChangedEventHandler.cs │ │ ├── HostName.Android.cs │ │ └── HostNameType.cs │ ├── Phone │ │ └── Devices │ │ │ └── Notification │ │ │ ├── VibrationDevice.Android.cs │ │ │ ├── VibrationDevice.Interop.wasm.cs │ │ │ ├── VibrationDevice.UIKit.cs │ │ │ ├── VibrationDevice.reference.cs │ │ │ └── VibrationDevice.wasm.cs │ ├── Security │ │ ├── Authentication │ │ │ └── Web │ │ │ │ ├── IWebAuthenticationBrokerProvider.cs │ │ │ │ ├── WebAuthenticationBroker.Android.cs │ │ │ │ ├── WebAuthenticationBroker.cs │ │ │ │ ├── WebAuthenticationBrokerActivityBase.Android.cs │ │ │ │ ├── WebAuthenticationBrokerProvider.Android.cs │ │ │ │ ├── WebAuthenticationBrokerProvider.cs │ │ │ │ ├── WebAuthenticationBrokerProvider.iOSmacOS.cs │ │ │ │ ├── WebAuthenticationBrokerProvider.skia.cs │ │ │ │ ├── WebAuthenticationBrokerProvider.unsupported.cs │ │ │ │ ├── WebAuthenticationBrokerProvider.wasm.cs │ │ │ │ ├── WebAuthenticationBrokerRedirectActivity.Android.cs │ │ │ │ ├── WebAuthenticationOptions.cs │ │ │ │ ├── WebAuthenticationResult.cs │ │ │ │ └── WebAuthenticationStatus.cs │ │ ├── Credentials │ │ │ ├── PasswordCredential.cs │ │ │ ├── PasswordVault.Android.cs │ │ │ ├── PasswordVault.Apple.cs │ │ │ ├── PasswordVault.cs │ │ │ └── PasswordVault.others.cs │ │ └── ExchangeActiveSyncProvisioning │ │ │ ├── EasClientDeviceInformation.Android.cs │ │ │ ├── EasClientDeviceInformation.Interop.wasm.cs │ │ │ ├── EasClientDeviceInformation.UIKit.cs │ │ │ ├── EasClientDeviceInformation.cs │ │ │ ├── EasClientDeviceInformation.skia.cs │ │ │ └── EasClientDeviceInformation.wasm.cs │ ├── Services │ │ ├── Maps │ │ │ ├── MapAddress.cs │ │ │ ├── MapLocation.cs │ │ │ ├── MapLocationFinder.Android.cs │ │ │ ├── MapLocationFinder.UIKit.cs │ │ │ ├── MapLocationFinderResult.cs │ │ │ └── MapLocationFinderStatus.cs │ │ └── Store │ │ │ ├── Internal │ │ │ └── IStoreContextExtension.cs │ │ │ ├── StoreContext.Android.cs │ │ │ ├── StoreContext.UIKit.cs │ │ │ ├── StoreContext.cs │ │ │ ├── StoreProduct.cs │ │ │ ├── StoreProductResult.cs │ │ │ ├── StoreRateAndReviewResult.cs │ │ │ └── StoreRateAndReviewStatus.cs │ ├── Storage │ │ ├── ApplicationData.Android.cs │ │ ├── ApplicationData.UIKit.cs │ │ ├── ApplicationData.cs │ │ ├── ApplicationData.reference.cs │ │ ├── ApplicationData.skia.cs │ │ ├── ApplicationData.wasm.cs │ │ ├── ApplicationData │ │ │ └── ApplicationDataCompositeValue.cs │ │ ├── ApplicationDataContainer.Android.cs │ │ ├── ApplicationDataContainer.Apple.cs │ │ ├── ApplicationDataContainer.cs │ │ ├── ApplicationDataContainer.skia.cs │ │ ├── ApplicationDataContainer.wasm.cs │ │ ├── CachedFileManager.cs │ │ ├── CachedFileManager.other.cs │ │ ├── CachedFileManager.wasm.cs │ │ ├── CreationCollisionOption.cs │ │ ├── DataTypeSerializer.cs │ │ ├── DataTypeSerializerContext.cs │ │ ├── FileAccessMode.cs │ │ ├── FileIO.cs │ │ ├── FileProperties │ │ │ └── BasicProperties.cs │ │ ├── Helpers │ │ │ ├── AssetsManager.Interop.wasm.cs │ │ │ ├── AssetsManager.wasm.cs │ │ │ ├── AssetsPathBuilder.wasm.cs │ │ │ ├── ConcurrentEntryManager.cs │ │ │ ├── StorageFileHelper.Android.cs │ │ │ ├── StorageFileHelper.Apple.cs │ │ │ ├── StorageFileHelper.cs │ │ │ └── StorageFileHelper.wasm.cs │ │ ├── IStorageFile.cs │ │ ├── IStorageFile2.cs │ │ ├── IStorageFolder.cs │ │ ├── IStorageFolder2.cs │ │ ├── IStorageItem.cs │ │ ├── IStorageItem2.cs │ │ ├── Internal │ │ │ ├── NSFileCoordinatorExtensions.Apple.cs │ │ │ ├── NSUrlExtensions.Apple.cs │ │ │ ├── NativeStorageItemInfo.wasm.cs │ │ │ ├── SafHelpers.Android.cs │ │ │ ├── SecurityScopeManager.Apple.cs │ │ │ ├── StorageItemNameGenerator.cs │ │ │ └── StorageProviders.cs │ │ ├── KnownFolders.Android.cs │ │ ├── MimeTypeService.cs │ │ ├── NameCollisionOption.cs │ │ ├── NativeStorageItem.wasm.cs │ │ ├── OwnedStream.cs │ │ ├── PathIO.cs │ │ ├── Pickers │ │ │ ├── FileExtensionVector.cs │ │ │ ├── FileOpenPicker.Android.cs │ │ │ ├── FileOpenPicker.Interop.wasm.cs │ │ │ ├── FileOpenPicker.cs │ │ │ ├── FileOpenPicker.iOS.cs │ │ │ ├── FileOpenPicker.skia.cs │ │ │ ├── FileOpenPicker.wasm.cs │ │ │ ├── FilePickerFileTypesOrderedMap.cs │ │ │ ├── FilePickerHelper.Android.cs │ │ │ ├── FilePickerSelectedFilesArray.cs │ │ │ ├── FileSavePicker.Android.cs │ │ │ ├── FileSavePicker.Interop.wasm.cs │ │ │ ├── FileSavePicker.cs │ │ │ ├── FileSavePicker.skiaiOS.cs │ │ │ ├── FileSavePicker.wasm.cs │ │ │ ├── FolderPicker.Android.cs │ │ │ ├── FolderPicker.Interop.wasm.cs │ │ │ ├── FolderPicker.cs │ │ │ ├── FolderPicker.iOS.cs │ │ │ ├── FolderPicker.skia.cs │ │ │ ├── FolderPicker.wasm.cs │ │ │ ├── FolderPickerHelper.Android.cs │ │ │ ├── IFilePicker.cs │ │ │ ├── IFileSavePickerExtension.skiaiOS.cs │ │ │ ├── Internal │ │ │ │ ├── IFileOpenPickerExtension.skia.cs │ │ │ │ ├── IFolderPickerExtension.skia.cs │ │ │ │ ├── NativeFilePickerAcceptType.wasm.cs │ │ │ │ ├── NativeFilePickerAcceptTypeItem.wasm.cs │ │ │ │ ├── PickerLocationIdExtensions.wasm.cs │ │ │ │ └── UTTypeMapper.Apple.cs │ │ │ ├── PickerLocationId.cs │ │ │ ├── PickerViewMode.cs │ │ │ └── StorageSerializationContext.wasm.cs │ │ ├── Provider │ │ │ └── FileUpdateStatus.cs │ │ ├── StorageDeleteOption.cs │ │ ├── StorageFile.Android.cs │ │ ├── StorageFile.Apple.cs │ │ ├── StorageFile.Base.cs │ │ ├── StorageFile.Local.cs │ │ ├── StorageFile.cs │ │ ├── StorageFile.iOS.cs │ │ ├── StorageFile.native.Interop.wasm.cs │ │ ├── StorageFile.native.wasm.cs │ │ ├── StorageFile.saf.Android.cs │ │ ├── StorageFile.skia.cs │ │ ├── StorageFile.wasm.cs │ │ ├── StorageFolder.Base.cs │ │ ├── StorageFolder.Local.cs │ │ ├── StorageFolder.cs │ │ ├── StorageFolder.iOS.cs │ │ ├── StorageFolder.native.Interop.wasm.cs │ │ ├── StorageFolder.native.wasm.cs │ │ ├── StorageFolder.saf.Android.cs │ │ ├── StorageFolder.wasm.cs │ │ ├── StorageItemTypes.cs │ │ ├── StorageOpenOptions.cs │ │ ├── StorageProvider.cs │ │ ├── StorageStreamTransaction.cs │ │ ├── StreamedFileDataRequest.cs │ │ ├── StreamedFileDataRequestedHandler.cs │ │ ├── StreamedFileFailureMode.cs │ │ ├── Streams │ │ │ ├── Buffer.cs │ │ │ ├── ByteOrder.cs │ │ │ ├── DataReader.cs │ │ │ ├── DataWriter.cs │ │ │ ├── DataWriterStoreOperation.cs │ │ │ ├── FileInputStream.cs │ │ │ ├── FileOutputStream.cs │ │ │ ├── FileRandomAccessStream.UIKit.cs │ │ │ ├── FileRandomAccessStream.base.cs │ │ │ ├── FileRandomAccessStream.cs │ │ │ ├── FileRandomAccessStream.local.cs │ │ │ ├── FileRandomAccessStream.native.wasm.cs │ │ │ ├── FileRandomAccessStream.saf.Android.cs │ │ │ ├── IBuffer.cs │ │ │ ├── IContentTypeProvider.cs │ │ │ ├── IDataReader.cs │ │ │ ├── IDataWriter.cs │ │ │ ├── IInputStream.cs │ │ │ ├── IInputStreamReference.cs │ │ │ ├── IOutputStream.cs │ │ │ ├── IRandomAccessStream.cs │ │ │ ├── IRandomAccessStreamReference.cs │ │ │ ├── IRandomAccessStreamWithContentType.cs │ │ │ ├── IStreamWrapper.cs │ │ │ ├── IStreamedDataLoader.cs │ │ │ ├── IStreamedDataUploader.cs │ │ │ ├── InMemoryRandomAccessStream.cs │ │ │ ├── InputStreamOptions.cs │ │ │ ├── InputStreamOverStream.cs │ │ │ ├── Internal │ │ │ │ ├── IRentableStream.cs │ │ │ │ ├── NativeReadStream.wasm.cs │ │ │ │ ├── NativeReadStreamAdapter.wasm.cs │ │ │ │ ├── NativeWriteStream.wasm.cs │ │ │ │ ├── NativeWriteStreamAdapter.wasm.cs │ │ │ │ ├── RentedStream.cs │ │ │ │ ├── SafOutputStream.Android.cs │ │ │ │ ├── SecurityScopeStreamWrapper.UIKit.cs │ │ │ │ └── StreamAccessScope.cs │ │ │ ├── OutputStreamOverStream.cs │ │ │ ├── RandomAccessStreamOverStream.cs │ │ │ ├── RandomAccessStreamReference.cs │ │ │ ├── RandomAccessStreamWithContentType.cs │ │ │ ├── StreamOverBuffer.cs │ │ │ ├── StreamOverInputStream.cs │ │ │ ├── StreamOverOutputStream.cs │ │ │ ├── StreamOverRandomAccessStream.cs │ │ │ ├── StreamedCustomDataLoader.cs │ │ │ ├── StreamedInputStream.cs │ │ │ ├── StreamedOutputStream.cs │ │ │ ├── StreamedRandomAccessStream.cs │ │ │ ├── StreamedUriDataLoader.cs │ │ │ ├── StreamedUriDataUploader.cs │ │ │ └── UnicodeEncoding.cs │ │ ├── TemporaryFile.cs │ │ └── ThumbnailMode.cs │ ├── System.IO │ │ ├── WindowsRuntimeStorageExtensions.cs │ │ └── WindowsRuntimeStreamExtensions.cs │ ├── System.Runtime │ │ ├── AsyncInfo.cs │ │ ├── WindowsRuntimeBufferExtensions.cs │ │ └── WindowsRuntimeSystemExtensions.cs │ ├── System.Threading │ │ ├── ThreadPoolTimer.cs │ │ ├── TimerDestroyedHandler.cs │ │ ├── TimerElapsedHandler.cs │ │ ├── WorkItemHandler.cs │ │ ├── WorkItemOptions.cs │ │ └── WorkItemPriority.cs │ ├── System │ │ ├── AppMemoryUsageLevel.cs │ │ ├── BrowserVirtualKeyHelper.cs │ │ ├── DispatcherQueue.cs │ │ ├── DispatcherQueueHandler.cs │ │ ├── DispatcherQueuePriority.cs │ │ ├── DispatcherQueueTimer.Android.cs │ │ ├── DispatcherQueueTimer.Apple.cs │ │ ├── DispatcherQueueTimer.cs │ │ ├── DispatcherQueueTimer.others.cs │ │ ├── Display │ │ │ ├── DisplayRequest.Android.cs │ │ │ ├── DisplayRequest.Interop.wasm.cs │ │ │ ├── DisplayRequest.UIKit.cs │ │ │ ├── DisplayRequest.cs │ │ │ └── DisplayRequest.wasm.cs │ │ ├── ILauncherExtension.skia.cs │ │ ├── KeyEventArgs.cs │ │ ├── LaunchQuerySupportStatus.cs │ │ ├── LaunchQuerySupportType.cs │ │ ├── LaunchUriResult.cs │ │ ├── LaunchUriStatus.cs │ │ ├── Launcher.Android.cs │ │ ├── Launcher.Apple.cs │ │ ├── Launcher.Interop.wasm.cs │ │ ├── Launcher.SpecialUris.Android.cs │ │ ├── Launcher.SpecialUris.UIKit.cs │ │ ├── Launcher.cs │ │ ├── Launcher.skia.cs │ │ ├── Launcher.wasm.cs │ │ ├── LauncherHelpers │ │ │ ├── DesktopFile.cs │ │ │ └── MimeAppsList.cs │ │ ├── LinuxLauncherExtension.skia.cs │ │ ├── MemoryManager.Android.cs │ │ ├── MemoryManager.Interop.wasm.cs │ │ ├── MemoryManager.cs │ │ ├── MemoryManager.skia.cs │ │ ├── MemoryManager.wasm.cs │ │ ├── Power │ │ │ ├── BatteryStatus.cs │ │ │ ├── EnergySaverStatus.cs │ │ │ ├── Internal │ │ │ │ ├── BatteryChangedBroadcastReceiver.Android.cs │ │ │ │ ├── PowerConnectionBroadcastReceiver.Android.cs │ │ │ │ └── PowerSaveModeChangeReceiver.Android.cs │ │ │ ├── PowerManager.Android.cs │ │ │ ├── PowerManager.Initialization.cs │ │ │ ├── PowerManager.Interop.wasm.cs │ │ │ ├── PowerManager.cs │ │ │ ├── PowerManager.iOS.cs │ │ │ ├── PowerManager.wasm.cs │ │ │ └── PowerSupplyStatus.cs │ │ ├── Profile │ │ │ ├── AnalyticsInfo.Android.cs │ │ │ ├── AnalyticsInfo.Interop.wasm.cs │ │ │ ├── AnalyticsInfo.UIKit.cs │ │ │ ├── AnalyticsInfo.cs │ │ │ ├── AnalyticsInfo.others.cs │ │ │ ├── AnalyticsInfo.skia.cs │ │ │ ├── AnalyticsInfo.wasm.cs │ │ │ ├── AnalyticsVersionInfo.Android.cs │ │ │ ├── AnalyticsVersionInfo.UIKit.cs │ │ │ ├── AnalyticsVersionInfo.cs │ │ │ ├── AnalyticsVersionInfo.skia.cs │ │ │ ├── AnalyticsVersionInfo.wasm.cs │ │ │ └── Internal │ │ │ │ ├── IAnalyticsInfoExtension.skia.cs │ │ │ │ ├── UnoDeviceForm.cs │ │ │ │ └── VersionExtensions.cs │ │ ├── UserProfile │ │ │ ├── GlobalizationPreferences.cs │ │ │ ├── UserProfilePersonalizationSettings.Android.cs │ │ │ └── UserProfilePersonalizationSettings.cs │ │ ├── VirtualKey.cs │ │ ├── VirtualKeyHelper.Android.cs │ │ ├── VirtualKeyHelper.UIKit.cs │ │ ├── VirtualKeyHelper.constants.cs │ │ ├── VirtualKeyModifiers.cs │ │ └── WindowsLauncherExtension.skia.cs │ ├── TypefaceStyleHelper.Android.cs │ ├── UI │ │ ├── Color.Android.cs │ │ ├── Color.UIKit.cs │ │ ├── Color.cs │ │ ├── Color.skia.cs │ │ ├── Color.wasm.cs │ │ ├── ColorOffset.cs │ │ ├── Core │ │ │ ├── AppViewBackButtonVisibility.cs │ │ │ ├── BackRequestedEventArgs.cs │ │ │ ├── CoreCursor.cs │ │ │ ├── CoreCursorType.cs │ │ │ ├── CoreCursorTypeExtensions.wasm.cs │ │ │ ├── CoreDispatcher.cs │ │ │ ├── CoreDispatcher.skia.cs │ │ │ ├── CoreDispatcher.unittests.cs │ │ │ ├── CoreDispatcher.wasm.cs │ │ │ ├── CoreDispatcherPriority.cs │ │ │ ├── CorePhysicalKeyStatus.cs │ │ │ ├── CoreProcessEventsOption.cs │ │ │ ├── CoreVirtualKeyStates.cs │ │ │ ├── CoreWindow.Interop.wasm.cs │ │ │ ├── CoreWindow.Keyboard.cs │ │ │ ├── CoreWindow.Pointers.Managed.cs │ │ │ ├── CoreWindow.Reference.cs │ │ │ ├── CoreWindow.cs │ │ │ ├── CoreWindow.skia.cs │ │ │ ├── CoreWindow.wasm.cs │ │ │ ├── CoreWindowActivationMode.cs │ │ │ ├── CoreWindowActivationState.cs │ │ │ ├── CoreWindowEventArgs.cs │ │ │ ├── ICorePointerInputSource.cs │ │ │ ├── ICoreWindow.cs │ │ │ ├── ICoreWindowEventArgs.cs │ │ │ ├── ICoreWindowsEvents.cs │ │ │ ├── IdleDispatchedHandlerArgs.cs │ │ │ ├── Internal │ │ │ │ ├── IUnoKeyboardInputSource.cs │ │ │ │ └── KeyboardStateTracker.cs │ │ │ ├── PointerEventArgs.cs │ │ │ ├── Preview │ │ │ │ └── SystemNavigationManagerPreview.cs │ │ │ ├── SystemNavigationManager.Interop.wasm.cs │ │ │ ├── SystemNavigationManager.cs │ │ │ ├── SystemNavigationManager.wasm.cs │ │ │ ├── VisibilityChangedEventArgs.cs │ │ │ ├── WeakEventHelper.cs │ │ │ ├── WindowActivatedEventArgs.cs │ │ │ └── WindowSizeChangedEventArgs.cs │ │ ├── HslColor.cs │ │ ├── HtmlEventDispatchResult.cs │ │ ├── INativeWebView.Apple.cs │ │ ├── INativeWebView.cs │ │ ├── Input │ │ │ ├── InputPaneInterop.Android.cs │ │ │ ├── InputPaneInterop.Apple.cs │ │ │ └── Preview.Injection │ │ │ │ ├── IInputInjectorTarget.cs │ │ │ │ ├── InjectedInputMouseInfo.cs │ │ │ │ ├── InjectedInputMouseOptions.cs │ │ │ │ ├── InjectedInputPoint.cs │ │ │ │ ├── InjectedInputPointerInfo.cs │ │ │ │ ├── InjectedInputPointerOptions.cs │ │ │ │ ├── InjectedInputRectangle.cs │ │ │ │ ├── InjectedInputState.cs │ │ │ │ ├── InjectedInputTouchInfo.cs │ │ │ │ ├── InjectedInputTouchParameters.cs │ │ │ │ ├── InjectedInputVisualizationMode.cs │ │ │ │ └── InputInjector.cs │ │ ├── Notifications │ │ │ ├── BadgeNotification.cs │ │ │ ├── BadgeTemplateType.cs │ │ │ ├── BadgeUpdateManager.cs │ │ │ ├── BadgeUpdater.Interop.wasm.cs │ │ │ ├── BadgeUpdater.UIKit.cs │ │ │ ├── BadgeUpdater.cs │ │ │ ├── BadgeUpdater.skia.cs │ │ │ ├── BadgeUpdater.wasm.cs │ │ │ ├── IBadgeUpdaterExtension.skia.cs │ │ │ ├── NotificationMirroring.cs │ │ │ ├── ScheduledToastNotification.cs │ │ │ ├── TileNotification.cs │ │ │ ├── ToastNotification.Android.cs │ │ │ └── ToastNotification.cs │ │ ├── Popups │ │ │ ├── IUICommand.cs │ │ │ ├── Internal │ │ │ │ └── IMessageDialogExtension.cs │ │ │ ├── MessageDialog.Android.cs │ │ │ ├── MessageDialog.Interop.wasm.cs │ │ │ ├── MessageDialog.UIKit.cs │ │ │ ├── MessageDialog.cs │ │ │ ├── MessageDialog.md │ │ │ ├── MessageDialog.wasm.cs │ │ │ ├── MessageDialogOptions.cs │ │ │ ├── Placement.cs │ │ │ ├── PopupMenu.cs │ │ │ ├── UICommand.UIKit.cs │ │ │ ├── UICommand.cs │ │ │ ├── UICommandInvokedHandler.cs │ │ │ └── UICommandSeparator.cs │ │ ├── StartScreen │ │ │ ├── Extensions │ │ │ │ ├── JumpListItemExtensions.Android.cs │ │ │ │ ├── JumpListItemExtensions.iOS.cs │ │ │ │ ├── ShortcutInfoExtensions.Android.cs │ │ │ │ └── UIApplicationShortcutItemExtensions.iOS.cs │ │ │ ├── JumpList.Android.cs │ │ │ ├── JumpList.cs │ │ │ ├── JumpList.iOS.cs │ │ │ ├── JumpListItem.cs │ │ │ ├── JumpListItemKind.cs │ │ │ └── JumpListSystemGroupKind.cs │ │ ├── Text │ │ │ ├── FontStyle.cs │ │ │ ├── FontWeight.cs │ │ │ ├── FontWeight.wasm.cs │ │ │ └── TextDecorations.cs │ │ ├── UIContext.cs │ │ ├── ViewManagement │ │ │ ├── AccessibilitySettings.cs │ │ │ ├── ApplicationView.Android.cs │ │ │ ├── ApplicationView.Interop.wasm.cs │ │ │ ├── ApplicationView.cs │ │ │ ├── ApplicationView.skia.cs │ │ │ ├── ApplicationViewMode.cs │ │ │ ├── ApplicationViewOrientation.cs │ │ │ ├── ApplicationViewTitleBar.Interop.wasm.cs │ │ │ ├── ApplicationViewTitleBar.cs │ │ │ ├── ApplicationViewTitleBar.wasm.cs │ │ │ ├── IApplicationViewExtension.cs │ │ │ ├── IApplicationViewSpanningRects.cs │ │ │ ├── StatusBar │ │ │ │ ├── StatusBar.Android.cs │ │ │ │ ├── StatusBar.cs │ │ │ │ └── StatusBar.iOS.cs │ │ │ ├── UIColorType.cs │ │ │ ├── UISettings.Android.cs │ │ │ ├── UISettings.cs │ │ │ └── ViewModePreferences.cs │ │ └── WindowId.cs │ ├── Uno.Reference.csproj │ ├── Uno.Skia.csproj │ ├── Uno.Tests.csproj │ ├── Uno.Wasm.csproj │ ├── Uno.netcoremobile.csproj │ ├── Uno │ │ ├── DeviceHelper.cs │ │ └── IDispatcherTimer.cs │ ├── WasmScripts │ │ └── setImmediate.js │ ├── Web │ │ ├── Http │ │ │ ├── HttpCookie.cs │ │ │ ├── HttpMethod.cs │ │ │ ├── HttpRequestHeaderCollection.cs │ │ │ └── HttpRequestMessage.cs │ │ └── WebErrorStatus.cs │ ├── WinRT │ │ ├── MarshalString.skia.cs │ │ ├── Paltypes.h.mux.cs │ │ └── WinUser.h.mux.cs │ ├── js │ │ └── Uno.Wasm.d.ts │ ├── ts │ │ └── Windows │ │ │ ├── ApplicationModel │ │ │ ├── Contacts │ │ │ │ └── ContactPicker.ts │ │ │ ├── Core │ │ │ │ └── CoreApplication.ts │ │ │ └── DataTransfer │ │ │ │ ├── Clipboard.ts │ │ │ │ └── DataTransferManager.ts │ │ │ ├── Devices │ │ │ ├── Enumeration │ │ │ │ └── Internal │ │ │ │ │ └── Providers │ │ │ │ │ └── Midi │ │ │ │ │ ├── MidiDeviceClassProvider.ts │ │ │ │ │ └── MidiDeviceConnectionWatcher.ts │ │ │ ├── Geolocation │ │ │ │ └── Geolocator.ts │ │ │ ├── Input │ │ │ │ └── PointerDeviceType.ts │ │ │ ├── Midi │ │ │ │ ├── Internal │ │ │ │ │ └── WasmMidiAccess.ts │ │ │ │ ├── MidiInPort.ts │ │ │ │ └── MidiOutPort.ts │ │ │ └── Sensors │ │ │ │ ├── Accelerometer.ts │ │ │ │ ├── Gyrometer.ts │ │ │ │ ├── LightSensor.ts │ │ │ │ └── Magnetometer.ts │ │ │ ├── Dispatching │ │ │ └── NativeDispatcher.ts │ │ │ ├── Gaming │ │ │ └── Input │ │ │ │ └── Gamepad.ts │ │ │ ├── Graphics │ │ │ └── Display │ │ │ │ └── DisplayInformation.ts │ │ │ ├── Helpers │ │ │ └── Theming │ │ │ │ ├── SystemTheme.ts │ │ │ │ └── SystemThemeHelper.ts │ │ │ ├── Media │ │ │ └── SpeechRecognizer.ts │ │ │ ├── Networking │ │ │ └── Connectivity │ │ │ │ ├── ConnectionProfile.ts │ │ │ │ └── NetworkInformation.ts │ │ │ ├── Phone │ │ │ └── Devices │ │ │ │ └── Notification │ │ │ │ └── VibrationDevice.ts │ │ │ ├── Security │ │ │ └── Authentication │ │ │ │ └── Web │ │ │ │ └── WebAuthenticationBroker.ts │ │ │ ├── Storage │ │ │ ├── ApplicationDataContainer.d.ts │ │ │ ├── ApplicationDataContainer.js │ │ │ ├── ApplicationDataContainer.ts │ │ │ ├── AssetManager.ts │ │ │ ├── NativeStorageFile.d.ts │ │ │ ├── NativeStorageFile.js │ │ │ ├── NativeStorageFile.ts │ │ │ ├── NativeStorageFolder.d.ts │ │ │ ├── NativeStorageFolder.js │ │ │ ├── NativeStorageFolder.ts │ │ │ ├── NativeStorageItem.d.ts │ │ │ ├── NativeStorageItem.js │ │ │ ├── NativeStorageItem.ts │ │ │ ├── NativeStorageItemInfo.d.ts │ │ │ ├── NativeStorageItemInfo.js │ │ │ ├── NativeStorageItemInfo.ts │ │ │ ├── Pickers │ │ │ │ ├── FileOpenPicker.d.ts │ │ │ │ ├── FileOpenPicker.js │ │ │ │ ├── FileOpenPicker.ts │ │ │ │ ├── FileSavePicker.d.ts │ │ │ │ ├── FileSavePicker.js │ │ │ │ ├── FileSavePicker.ts │ │ │ │ ├── FolderPicker.Native.d.ts │ │ │ │ ├── FolderPicker.Native.js │ │ │ │ ├── FolderPicker.Native.ts │ │ │ │ ├── NativeFilePickerAcceptType.d.ts │ │ │ │ ├── NativeFilePickerAcceptType.js │ │ │ │ ├── NativeFilePickerAcceptType.ts │ │ │ │ ├── NativeFilePickerAcceptTypeItem.d.ts │ │ │ │ ├── NativeFilePickerAcceptTypeItem.js │ │ │ │ └── NativeFilePickerAcceptTypeItem.ts │ │ │ ├── StorageFolder.d.ts │ │ │ ├── StorageFolder.js │ │ │ ├── StorageFolder.ts │ │ │ └── Streams │ │ │ │ ├── NativeFileReadStream.d.ts │ │ │ │ ├── NativeFileReadStream.js │ │ │ │ ├── NativeFileReadStream.ts │ │ │ │ ├── NativeFileWriteStream.d.ts │ │ │ │ ├── NativeFileWriteStream.js │ │ │ │ └── NativeFileWriteStream.ts │ │ │ ├── System │ │ │ ├── Display │ │ │ │ └── DisplayRequest.ts │ │ │ ├── Launcher │ │ │ │ └── Launcher.ts │ │ │ ├── MemoryManager.ts │ │ │ ├── Power │ │ │ │ └── PowerManager.ts │ │ │ └── Profile │ │ │ │ ├── AnalyticsInfo.ts │ │ │ │ └── AnalyticsVersionInfo.ts │ │ │ └── UI │ │ │ ├── Core │ │ │ └── SystemNavigationManager.ts │ │ │ ├── Notifications │ │ │ └── BadgeUpdater.ts │ │ │ └── ViewManagement │ │ │ ├── ApplicationView.ts │ │ │ └── ApplicationViewTitleBar.ts │ └── tsconfig.json ├── Uno.UWPSyncGenerator.Reference │ ├── .gitignore │ ├── Class1.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ └── Uno.UWPSyncGenerator.Reference.rd.xml │ └── Uno.UWPSyncGenerator.Reference.csproj ├── Uno.UWPSyncGenerator │ ├── App.config │ ├── AttributeGeneration │ │ ├── AttributeDataClassComparer.cs │ │ ├── AttributeDescriptionBase.cs │ │ ├── AttributeUsageAttributeDescription.cs │ │ ├── BindableAttributeDescription.cs │ │ ├── ContentPropertyAttributeDescription.cs │ │ ├── DeprecatedAttributeDescription.cs │ │ ├── FlagsAttributeDescription.cs │ │ └── IAttributeDescription.cs │ ├── DocGenerator.cs │ ├── Generator.cs │ ├── Helpers │ │ ├── BuildTargets.cs │ │ ├── ProcessHelper.cs │ │ ├── ProjectDetails.cs │ │ ├── ProjectLoader.cs │ │ ├── SymbolMatchingHelpers.cs │ │ └── TaskLogger.cs │ ├── ImplementedFor.cs │ ├── InheritanceTypeComparer.cs │ ├── MarkdownStringBuilder.cs │ ├── NamedTypeSymbolStringComparer.cs │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── SyncGenerator.cs │ └── Uno.UWPSyncGenerator.csproj ├── Uno.XamlTrimmingValidator │ ├── Program.cs │ └── Uno.XamlTrimmingValidator.csproj ├── Workaround-43339.targets ├── crosstargeting_override.props.sample ├── targetframework-override-netprevious.props ├── targetframework-override-noplatform.props ├── targetframework-override-windows.props └── targetframework-override.props ├── tools └── ResourcesExtractor │ ├── README.md │ ├── ResourcesExtractor.sln │ └── ResourcesExtractor │ ├── App.xaml │ ├── App.xaml.cs │ ├── Assets │ ├── LockScreenLogo.scale-200.png │ ├── SplashScreen.scale-200.png │ ├── Square150x150Logo.scale-200.png │ ├── Square44x44Logo.scale-200.png │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ ├── StoreLogo.png │ └── Wide310x150Logo.scale-200.png │ ├── Constants.cs │ ├── Magic.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Package.appxmanifest │ ├── Properties │ ├── PublishProfiles │ │ ├── win10-arm64.pubxml │ │ ├── win10-x64.pubxml │ │ └── win10-x86.pubxml │ └── launchSettings.json │ ├── ResourcesExtractor.csproj │ └── app.manifest └── version.json /.codacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.codacy.yml -------------------------------------------------------------------------------- /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/q-a.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/DISCUSSION_TEMPLATE/q-a.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/ISSUE_TEMPLATE/bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/enhancement.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/ISSUE_TEMPLATE/enhancement.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feedback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/ISSUE_TEMPLATE/feedback.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/samples-issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/ISSUE_TEMPLATE/samples-issue.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/success-story.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/ISSUE_TEMPLATE/success-story.yml -------------------------------------------------------------------------------- /.github/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/config.yml -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/invite-contributors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/invite-contributors.yml -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/topissuebot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/topissuebot.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/labeler.yml -------------------------------------------------------------------------------- /.github/workflows/link-validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/link-validation.yml -------------------------------------------------------------------------------- /.github/workflows/no-response.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/no-response.yml -------------------------------------------------------------------------------- /.github/workflows/scorecard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/scorecard.yml -------------------------------------------------------------------------------- /.github/workflows/stale-issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/stale-issues.yml -------------------------------------------------------------------------------- /.github/workflows/stale-prs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.github/workflows/stale-prs.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitpod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.gitpod.yml -------------------------------------------------------------------------------- /.globalconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.globalconfig -------------------------------------------------------------------------------- /.mergify.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.mergify.yml -------------------------------------------------------------------------------- /.vsts-ci-docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.vsts-ci-docs.yml -------------------------------------------------------------------------------- /.vsts-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/.vsts-ci.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/Directory.Build.props -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/License.md -------------------------------------------------------------------------------- /NuGet.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/NuGet.Config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/SECURITY.md -------------------------------------------------------------------------------- /THIRD-PARTY-NOTICES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/THIRD-PARTY-NOTICES.md -------------------------------------------------------------------------------- /doc/.browserlistrc: -------------------------------------------------------------------------------- 1 | # Browsers that we support 2 | 3 | > 5% 4 | last 2 versions 5 | -------------------------------------------------------------------------------- /doc/.feature-template-uno-only.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/.feature-template-uno-only.md -------------------------------------------------------------------------------- /doc/.feature-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/.feature-template.md -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/.gitignore -------------------------------------------------------------------------------- /doc/.howto-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/.howto-template.md -------------------------------------------------------------------------------- /doc/.nvmrc: -------------------------------------------------------------------------------- 1 | 14.17.1 2 | -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/README.md -------------------------------------------------------------------------------- /doc/ReleaseNotes/LegacyReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/ReleaseNotes/LegacyReleaseNotes.md -------------------------------------------------------------------------------- /doc/api/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/api/.gitignore -------------------------------------------------------------------------------- /doc/api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/api/index.md -------------------------------------------------------------------------------- /doc/articles/Assets/aswa-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/aswa-create.png -------------------------------------------------------------------------------- /doc/articles/Assets/aswa-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/aswa-settings.png -------------------------------------------------------------------------------- /doc/articles/Assets/build-uwp.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/build-uwp.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/build-wasm.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/build-wasm.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/build-winui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/build-winui.png -------------------------------------------------------------------------------- /doc/articles/Assets/can-be-launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/can-be-launch.png -------------------------------------------------------------------------------- /doc/articles/Assets/datagrid-nuget.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/datagrid-nuget.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/diagnostics.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/diagnostics.PNG -------------------------------------------------------------------------------- /doc/articles/Assets/font-droid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/font-droid.png -------------------------------------------------------------------------------- /doc/articles/Assets/font-macos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/font-macos.png -------------------------------------------------------------------------------- /doc/articles/Assets/font-wasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/font-wasm.png -------------------------------------------------------------------------------- /doc/articles/Assets/ios-constraints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/ios-constraints.png -------------------------------------------------------------------------------- /doc/articles/Assets/ios-content-fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/ios-content-fit.png -------------------------------------------------------------------------------- /doc/articles/Assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/logo.svg -------------------------------------------------------------------------------- /doc/articles/Assets/migrated-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/migrated-app.png -------------------------------------------------------------------------------- /doc/articles/Assets/project-structure.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/project-structure.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/rider-cover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/rider-cover.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/uno-check-running.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uno-check-running.gif -------------------------------------------------------------------------------- /doc/articles/Assets/uno-settings-vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uno-settings-vs.png -------------------------------------------------------------------------------- /doc/articles/Assets/uno-settings-vsc.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uno-settings-vsc.jpeg -------------------------------------------------------------------------------- /doc/articles/Assets/uno-settings-vsc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uno-settings-vsc.png -------------------------------------------------------------------------------- /doc/articles/Assets/uno-studio-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uno-studio-main.png -------------------------------------------------------------------------------- /doc/articles/Assets/uwp-slider-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uwp-slider-demo.gif -------------------------------------------------------------------------------- /doc/articles/Assets/uwp-splash-screen.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/uwp-splash-screen.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/vs-copilot-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/vs-copilot-chat.png -------------------------------------------------------------------------------- /doc/articles/Assets/vs-cover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/vs-cover.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/vscode-agent-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/vscode-agent-mode.png -------------------------------------------------------------------------------- /doc/articles/Assets/vscode-cover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/vscode-cover.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/vscode-start-mcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/vscode-start-mcp.png -------------------------------------------------------------------------------- /doc/articles/Assets/vsmac-cover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/vsmac-cover.JPG -------------------------------------------------------------------------------- /doc/articles/Assets/wasm-slider-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Assets/wasm-slider-demo.gif -------------------------------------------------------------------------------- /doc/articles/Uno-UI-Performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Uno-UI-Performance.md -------------------------------------------------------------------------------- /doc/articles/Uno.UI.Toolkit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/Uno.UI.Toolkit.md -------------------------------------------------------------------------------- /doc/articles/additional-vscode-topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/additional-vscode-topics.md -------------------------------------------------------------------------------- /doc/articles/android-activities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/android-activities.md -------------------------------------------------------------------------------- /doc/articles/api-differences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/api-differences.md -------------------------------------------------------------------------------- /doc/articles/best-practices-uno.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/best-practices-uno.md -------------------------------------------------------------------------------- /doc/articles/check_toc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/check_toc.ps1 -------------------------------------------------------------------------------- /doc/articles/common-issues-ai-agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-ai-agents.md -------------------------------------------------------------------------------- /doc/articles/common-issues-all-ides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-all-ides.md -------------------------------------------------------------------------------- /doc/articles/common-issues-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-android.md -------------------------------------------------------------------------------- /doc/articles/common-issues-ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-ios.md -------------------------------------------------------------------------------- /doc/articles/common-issues-rider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-rider.md -------------------------------------------------------------------------------- /doc/articles/common-issues-skia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-skia.md -------------------------------------------------------------------------------- /doc/articles/common-issues-vs2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-vs2022.md -------------------------------------------------------------------------------- /doc/articles/common-issues-vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-vscode.md -------------------------------------------------------------------------------- /doc/articles/common-issues-wasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues-wasm.md -------------------------------------------------------------------------------- /doc/articles/common-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/common-issues.md -------------------------------------------------------------------------------- /doc/articles/composition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/composition.md -------------------------------------------------------------------------------- /doc/articles/controls/ComboBox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/ComboBox.md -------------------------------------------------------------------------------- /doc/articles/controls/CommandBar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/CommandBar.md -------------------------------------------------------------------------------- /doc/articles/controls/DatePicker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/DatePicker.md -------------------------------------------------------------------------------- /doc/articles/controls/Flyout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/Flyout.md -------------------------------------------------------------------------------- /doc/articles/controls/Frame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/Frame.md -------------------------------------------------------------------------------- /doc/articles/controls/GLCanvasElement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/GLCanvasElement.md -------------------------------------------------------------------------------- /doc/articles/controls/ListViewBase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/ListViewBase.md -------------------------------------------------------------------------------- /doc/articles/controls/MenuFlyout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/MenuFlyout.md -------------------------------------------------------------------------------- /doc/articles/controls/NavigationView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/NavigationView.md -------------------------------------------------------------------------------- /doc/articles/controls/Pivot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/Pivot.md -------------------------------------------------------------------------------- /doc/articles/controls/Popup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/Popup.md -------------------------------------------------------------------------------- /doc/articles/controls/RefreshContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/RefreshContainer.md -------------------------------------------------------------------------------- /doc/articles/controls/SKCanvasElement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/SKCanvasElement.md -------------------------------------------------------------------------------- /doc/articles/controls/ScrollViewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/ScrollViewer.md -------------------------------------------------------------------------------- /doc/articles/controls/TextBox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/TextBox.md -------------------------------------------------------------------------------- /doc/articles/controls/TimePicker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/TimePicker.md -------------------------------------------------------------------------------- /doc/articles/controls/ToggleSwitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/ToggleSwitch.md -------------------------------------------------------------------------------- /doc/articles/controls/WebView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/controls/WebView.md -------------------------------------------------------------------------------- /doc/articles/create-an-app-ai-claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/create-an-app-ai-claude.md -------------------------------------------------------------------------------- /doc/articles/create-an-app-ai-codex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/create-an-app-ai-codex.md -------------------------------------------------------------------------------- /doc/articles/create-an-app-ai-cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/create-an-app-ai-cursor.md -------------------------------------------------------------------------------- /doc/articles/create-an-app-rider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/create-an-app-rider.md -------------------------------------------------------------------------------- /doc/articles/create-an-app-vs2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/create-an-app-vs2022.md -------------------------------------------------------------------------------- /doc/articles/create-an-app-vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/create-an-app-vscode.md -------------------------------------------------------------------------------- /doc/articles/debugging-wasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/debugging-wasm.md -------------------------------------------------------------------------------- /doc/articles/dev-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/dev-server.md -------------------------------------------------------------------------------- /doc/articles/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/faq.md -------------------------------------------------------------------------------- /doc/articles/feature-flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/feature-flags.md -------------------------------------------------------------------------------- /doc/articles/features/AdaptiveTrigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/AdaptiveTrigger.md -------------------------------------------------------------------------------- /doc/articles/features/ElevatedView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/ElevatedView.md -------------------------------------------------------------------------------- /doc/articles/features/Lottie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/Lottie.md -------------------------------------------------------------------------------- /doc/articles/features/PasswordVault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/PasswordVault.md -------------------------------------------------------------------------------- /doc/articles/features/accelerometer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/accelerometer.md -------------------------------------------------------------------------------- /doc/articles/features/android-tv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/android-tv.md -------------------------------------------------------------------------------- /doc/articles/features/applicationdata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/applicationdata.md -------------------------------------------------------------------------------- /doc/articles/features/barometer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/barometer.md -------------------------------------------------------------------------------- /doc/articles/features/bluetoothdevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/bluetoothdevice.md -------------------------------------------------------------------------------- /doc/articles/features/clipboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/clipboard.md -------------------------------------------------------------------------------- /doc/articles/features/compass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/compass.md -------------------------------------------------------------------------------- /doc/articles/features/cursors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/cursors.md -------------------------------------------------------------------------------- /doc/articles/features/custom-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/custom-fonts.md -------------------------------------------------------------------------------- /doc/articles/features/dialogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/dialogs.md -------------------------------------------------------------------------------- /doc/articles/features/file-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/file-management.md -------------------------------------------------------------------------------- /doc/articles/features/flashlight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/flashlight.md -------------------------------------------------------------------------------- /doc/articles/features/fluent-styles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/fluent-styles.md -------------------------------------------------------------------------------- /doc/articles/features/focus-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/focus-management.md -------------------------------------------------------------------------------- /doc/articles/features/gamepad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/gamepad.md -------------------------------------------------------------------------------- /doc/articles/features/gyrometer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/gyrometer.md -------------------------------------------------------------------------------- /doc/articles/features/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/image.md -------------------------------------------------------------------------------- /doc/articles/features/lightsensor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/lightsensor.md -------------------------------------------------------------------------------- /doc/articles/features/magnetometer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/magnetometer.md -------------------------------------------------------------------------------- /doc/articles/features/native-frame-nav.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/native-frame-nav.md -------------------------------------------------------------------------------- /doc/articles/features/orientation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/orientation.md -------------------------------------------------------------------------------- /doc/articles/features/progressring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/progressring.md -------------------------------------------------------------------------------- /doc/articles/features/proximity-sensor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/proximity-sensor.md -------------------------------------------------------------------------------- /doc/articles/features/routed-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/routed-events.md -------------------------------------------------------------------------------- /doc/articles/features/settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/settings.md -------------------------------------------------------------------------------- /doc/articles/features/step-counter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/step-counter.md -------------------------------------------------------------------------------- /doc/articles/features/svg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/svg.md -------------------------------------------------------------------------------- /doc/articles/features/uno-cupertino.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/uno-cupertino.md -------------------------------------------------------------------------------- /doc/articles/features/uno-material.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/uno-material.md -------------------------------------------------------------------------------- /doc/articles/features/upri-trimming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/upri-trimming.md -------------------------------------------------------------------------------- /doc/articles/features/using-markup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/using-markup.md -------------------------------------------------------------------------------- /doc/articles/features/using-skia-macos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/using-skia-macos.md -------------------------------------------------------------------------------- /doc/articles/features/using-winrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/using-winrt.md -------------------------------------------------------------------------------- /doc/articles/features/using-winui2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/using-winui2.md -------------------------------------------------------------------------------- /doc/articles/features/windows-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/features/windows-system.md -------------------------------------------------------------------------------- /doc/articles/get-started-ai-claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-ai-claude.md -------------------------------------------------------------------------------- /doc/articles/get-started-ai-codex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-ai-codex.md -------------------------------------------------------------------------------- /doc/articles/get-started-ai-cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-ai-cursor.md -------------------------------------------------------------------------------- /doc/articles/get-started-dotnet-new.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-dotnet-new.md -------------------------------------------------------------------------------- /doc/articles/get-started-explore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-explore.md -------------------------------------------------------------------------------- /doc/articles/get-started-licensing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-licensing.md -------------------------------------------------------------------------------- /doc/articles/get-started-next-steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-next-steps.md -------------------------------------------------------------------------------- /doc/articles/get-started-rider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-rider.md -------------------------------------------------------------------------------- /doc/articles/get-started-vs-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-vs-2022.md -------------------------------------------------------------------------------- /doc/articles/get-started-vscode-devkit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-vscode-devkit.md -------------------------------------------------------------------------------- /doc/articles/get-started-vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-vscode.md -------------------------------------------------------------------------------- /doc/articles/get-started-wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started-wizard.md -------------------------------------------------------------------------------- /doc/articles/get-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/get-started.md -------------------------------------------------------------------------------- /doc/articles/guides/localization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/guides/localization.md -------------------------------------------------------------------------------- /doc/articles/guides/open-id-connect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/guides/open-id-connect.md -------------------------------------------------------------------------------- /doc/articles/guides/raygun-monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/guides/raygun-monitoring.md -------------------------------------------------------------------------------- /doc/articles/guides/uno-islands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/guides/uno-islands.md -------------------------------------------------------------------------------- /doc/articles/guides/xf-migration/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/guides/xf-migration/intro.md -------------------------------------------------------------------------------- /doc/articles/guides/xf-migration/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/guides/xf-migration/toc.yml -------------------------------------------------------------------------------- /doc/articles/how-uno-works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/how-uno-works.md -------------------------------------------------------------------------------- /doc/articles/howto-consume-webservices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/howto-consume-webservices.md -------------------------------------------------------------------------------- /doc/articles/includes/getting-help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/includes/getting-help.md -------------------------------------------------------------------------------- /doc/articles/interop/MSAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/interop/MSAL.md -------------------------------------------------------------------------------- /doc/articles/interop/apple-login.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/interop/apple-login.md -------------------------------------------------------------------------------- /doc/articles/interop/wasm-javascript-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/interop/wasm-javascript-1.md -------------------------------------------------------------------------------- /doc/articles/interop/wasm-javascript-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/interop/wasm-javascript-2.md -------------------------------------------------------------------------------- /doc/articles/interop/wasm-javascript-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/interop/wasm-javascript-3.md -------------------------------------------------------------------------------- /doc/articles/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/intro.md -------------------------------------------------------------------------------- /doc/articles/llms/llms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/llms/llms.txt -------------------------------------------------------------------------------- /doc/articles/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/logging.md -------------------------------------------------------------------------------- /doc/articles/migrating-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/migrating-apps.md -------------------------------------------------------------------------------- /doc/articles/migrating-guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/migrating-guidance.md -------------------------------------------------------------------------------- /doc/articles/migrating-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/migrating-libraries.md -------------------------------------------------------------------------------- /doc/articles/migrating-to-uno-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/migrating-to-uno-5.md -------------------------------------------------------------------------------- /doc/articles/migrating-to-uno-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/migrating-to-uno-6.md -------------------------------------------------------------------------------- /doc/articles/native-styles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/native-styles.md -------------------------------------------------------------------------------- /doc/articles/native-views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/native-views.md -------------------------------------------------------------------------------- /doc/articles/net-version-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/net-version-support.md -------------------------------------------------------------------------------- /doc/articles/other/rider-eula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/other/rider-eula.md -------------------------------------------------------------------------------- /doc/articles/platform-specific-csharp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/platform-specific-csharp.md -------------------------------------------------------------------------------- /doc/articles/platform-specific-xaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/platform-specific-xaml.md -------------------------------------------------------------------------------- /doc/articles/signalr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/signalr.md -------------------------------------------------------------------------------- /doc/articles/splash-screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/splash-screen.md -------------------------------------------------------------------------------- /doc/articles/studio/studio-feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/studio/studio-feedback.md -------------------------------------------------------------------------------- /doc/articles/studio/studio-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/studio/studio-overview.md -------------------------------------------------------------------------------- /doc/articles/supported-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/supported-features.md -------------------------------------------------------------------------------- /doc/articles/supported-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/supported-libraries.md -------------------------------------------------------------------------------- /doc/articles/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/toc.yml -------------------------------------------------------------------------------- /doc/articles/tutorials-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/tutorials-intro.md -------------------------------------------------------------------------------- /doc/articles/uno-build-error-codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-build-error-codes.md -------------------------------------------------------------------------------- /doc/articles/uno-community-toolkit-v7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-community-toolkit-v7.md -------------------------------------------------------------------------------- /doc/articles/uno-community-toolkit-v8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-community-toolkit-v8.md -------------------------------------------------------------------------------- /doc/articles/uno-community-toolkit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-community-toolkit.md -------------------------------------------------------------------------------- /doc/articles/uno-development/docfx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-development/docfx.md -------------------------------------------------------------------------------- /doc/articles/uno-fluent-assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-fluent-assets.md -------------------------------------------------------------------------------- /doc/articles/uno-howto-create-a-repro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-howto-create-a-repro.md -------------------------------------------------------------------------------- /doc/articles/uno-notimplemented-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-notimplemented-types.md -------------------------------------------------------------------------------- /doc/articles/uno-platform-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-platform-status.md -------------------------------------------------------------------------------- /doc/articles/uno-publishing-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-publishing-android.md -------------------------------------------------------------------------------- /doc/articles/uno-publishing-desktop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-publishing-desktop.md -------------------------------------------------------------------------------- /doc/articles/uno-publishing-ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-publishing-ios.md -------------------------------------------------------------------------------- /doc/articles/uno-publishing-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-publishing-overview.md -------------------------------------------------------------------------------- /doc/articles/uno-publishing-windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-publishing-windows.md -------------------------------------------------------------------------------- /doc/articles/uno-toolchain-telemetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uno-toolchain-telemetry.md -------------------------------------------------------------------------------- /doc/articles/updating-to-winui3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/updating-to-winui3.md -------------------------------------------------------------------------------- /doc/articles/upgrading-nuget-packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/upgrading-nuget-packages.md -------------------------------------------------------------------------------- /doc/articles/using-uno-ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/using-uno-ui.md -------------------------------------------------------------------------------- /doc/articles/uwp-vs-winui3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/uwp-vs-winui3.md -------------------------------------------------------------------------------- /doc/articles/wasm-appmanifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/wasm-appmanifest.md -------------------------------------------------------------------------------- /doc/articles/winui-doc-links-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/winui-doc-links-design.md -------------------------------------------------------------------------------- /doc/articles/winui-doc-links-tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/winui-doc-links-tutorials.md -------------------------------------------------------------------------------- /doc/articles/winui-doc-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/winui-doc-links.md -------------------------------------------------------------------------------- /doc/articles/wpf-migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/articles/wpf-migration.md -------------------------------------------------------------------------------- /doc/blog/201808-UnoUnderTheHoodButton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/201808-UnoUnderTheHoodButton.md -------------------------------------------------------------------------------- /doc/blog/201808-UnoUnderTheHoodIntro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/201808-UnoUnderTheHoodIntro.md -------------------------------------------------------------------------------- /doc/blog/201809-uno-wasm-intro-part-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/201809-uno-wasm-intro-part-01.md -------------------------------------------------------------------------------- /doc/blog/201903-using-wsl-to-build-aot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/201903-using-wsl-to-build-aot.md -------------------------------------------------------------------------------- /doc/blog/Assets/201906-skiasharp-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/Assets/201906-skiasharp-demo.png -------------------------------------------------------------------------------- /doc/blog/Assets/Button/visualtree-ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/Assets/Button/visualtree-ios.png -------------------------------------------------------------------------------- /doc/blog/Assets/Button/visualtree-uwp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/Assets/Button/visualtree-uwp.png -------------------------------------------------------------------------------- /doc/blog/Assets/wasm-intro-c-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/Assets/wasm-intro-c-code.png -------------------------------------------------------------------------------- /doc/blog/Assets/wasm-intro-wasm-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/blog/Assets/wasm-intro-wasm-code.png -------------------------------------------------------------------------------- /doc/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/docfx.json -------------------------------------------------------------------------------- /doc/generate-llms-full.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/generate-llms-full.ps1 -------------------------------------------------------------------------------- /doc/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/gulpfile.js -------------------------------------------------------------------------------- /doc/images/UnoLogoSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/UnoLogoSmall.png -------------------------------------------------------------------------------- /doc/images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/bug.png -------------------------------------------------------------------------------- /doc/images/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/features.png -------------------------------------------------------------------------------- /doc/images/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/keyboard.png -------------------------------------------------------------------------------- /doc/images/uno-bg-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/uno-bg-left.png -------------------------------------------------------------------------------- /doc/images/uno-bg-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/uno-bg-right.png -------------------------------------------------------------------------------- /doc/images/uno-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/uno-logo.png -------------------------------------------------------------------------------- /doc/images/uno-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/uno-logo.svg -------------------------------------------------------------------------------- /doc/images/uno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/images/uno.png -------------------------------------------------------------------------------- /doc/import_external_docs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/import_external_docs.ps1 -------------------------------------------------------------------------------- /doc/import_external_docs_test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/import_external_docs_test.ps1 -------------------------------------------------------------------------------- /doc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/index.md -------------------------------------------------------------------------------- /doc/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/package-lock.json -------------------------------------------------------------------------------- /doc/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/package.json -------------------------------------------------------------------------------- /doc/qa/remotecontrol-qa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/qa/remotecontrol-qa.md -------------------------------------------------------------------------------- /doc/templates/uno/component/affix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/affix.js -------------------------------------------------------------------------------- /doc/templates/uno/component/affix.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/affix.scss -------------------------------------------------------------------------------- /doc/templates/uno/component/alerts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/alerts.js -------------------------------------------------------------------------------- /doc/templates/uno/component/alerts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/alerts.scss -------------------------------------------------------------------------------- /doc/templates/uno/component/breadcrumb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/breadcrumb.js -------------------------------------------------------------------------------- /doc/templates/uno/component/footer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/footer.js -------------------------------------------------------------------------------- /doc/templates/uno/component/links.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/links.js -------------------------------------------------------------------------------- /doc/templates/uno/component/navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/navbar.js -------------------------------------------------------------------------------- /doc/templates/uno/component/navbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/navbar.scss -------------------------------------------------------------------------------- /doc/templates/uno/component/sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/sidebar.js -------------------------------------------------------------------------------- /doc/templates/uno/component/tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/tab.js -------------------------------------------------------------------------------- /doc/templates/uno/component/tables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/component/tables.js -------------------------------------------------------------------------------- /doc/templates/uno/constant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/constant.js -------------------------------------------------------------------------------- /doc/templates/uno/layout/_master.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/layout/_master.tmpl -------------------------------------------------------------------------------- /doc/templates/uno/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/main.js -------------------------------------------------------------------------------- /doc/templates/uno/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/main.scss -------------------------------------------------------------------------------- /doc/templates/uno/render.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/render.js -------------------------------------------------------------------------------- /doc/templates/uno/service/globalevents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/service/globalevents.js -------------------------------------------------------------------------------- /doc/templates/uno/service/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/service/search.js -------------------------------------------------------------------------------- /doc/templates/uno/service/search.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/service/search.scss -------------------------------------------------------------------------------- /doc/templates/uno/service/utility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/service/utility.js -------------------------------------------------------------------------------- /doc/templates/uno/styles/docfx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/docfx.js -------------------------------------------------------------------------------- /doc/templates/uno/styles/docfx.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/docfx.js.map -------------------------------------------------------------------------------- /doc/templates/uno/styles/docfx.vendor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/docfx.vendor.css -------------------------------------------------------------------------------- /doc/templates/uno/styles/docfx.vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/docfx.vendor.js -------------------------------------------------------------------------------- /doc/templates/uno/styles/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/main.css -------------------------------------------------------------------------------- /doc/templates/uno/styles/main.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/main.css.map -------------------------------------------------------------------------------- /doc/templates/uno/styles/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/main.js -------------------------------------------------------------------------------- /doc/templates/uno/styles/main.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/styles/main.js.map -------------------------------------------------------------------------------- /doc/templates/uno/toc.html.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/toc.html.tmpl -------------------------------------------------------------------------------- /doc/templates/uno/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/variables.scss -------------------------------------------------------------------------------- /doc/templates/uno/vendor/docfx.vendor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/vendor/docfx.vendor.css -------------------------------------------------------------------------------- /doc/templates/uno/vendor/docfx.vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/doc/templates/uno/vendor/docfx.vendor.js -------------------------------------------------------------------------------- /global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/global.json -------------------------------------------------------------------------------- /src/.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/.vsconfig -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Foldable/NativeFold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Foldable/NativeFold.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Foldable/ViewHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Foldable/ViewHelper.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Lottie/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Lottie/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Lottie/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Lottie/tsconfig.json -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.MSAL/WasmWebUi.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.MSAL/WasmWebUi.wasm.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.MSAL/ts/MSAL.WebUI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.MSAL/ts/MSAL.WebUI.ts -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.MSAL/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.MSAL/tsconfig.json -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Maps/MapHelper.iOS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Maps/MapHelper.iOS.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Maps/MapPresenter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Maps/MapPresenter.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Svg/SvgCanvas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Svg/SvgCanvas.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.UI.Svg/SvgProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/AddIns/Uno.UI.Svg/SvgProvider.cs -------------------------------------------------------------------------------- /src/AddIns/Uno.WinUI.Graphics3DGL/.gitignore: -------------------------------------------------------------------------------- 1 | angle_binaries/ 2 | -------------------------------------------------------------------------------- /src/Common/GlobalAssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Common/GlobalAssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common/uno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Common/uno.png -------------------------------------------------------------------------------- /src/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Directory.Build.props -------------------------------------------------------------------------------- /src/Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Directory.Build.targets -------------------------------------------------------------------------------- /src/PackageCache/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/PackageCache/.gitignore -------------------------------------------------------------------------------- /src/PackageCache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/PackageCache/README.md -------------------------------------------------------------------------------- /src/SamplesApp/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SamplesApp/Directory.Build.props -------------------------------------------------------------------------------- /src/SamplesApp/Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SamplesApp/Directory.Build.targets -------------------------------------------------------------------------------- /src/SamplesApp/SamplesApp.Shared/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SamplesApp/SamplesApp.Shared/App.xaml -------------------------------------------------------------------------------- /src/SamplesApp/SamplesApp.Shared/Embedded/SubFolder1/SubFolder2/SharedProjectEmbeddedFile.txt: -------------------------------------------------------------------------------- 1 | Hello Uno! 2 | -------------------------------------------------------------------------------- /src/SamplesApp/SamplesApp.UnitTests.Shared/Controls/UITests/Presentation/SampleChooserViewModel.UIKit.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SamplesApp/SamplesApp.UnitTests.Shared/Controls/UnitTest/IsExternalInit.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SamplesApp/SamplesApp.Wasm/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SamplesApp/SamplesApp.Wasm/Program.cs -------------------------------------------------------------------------------- /src/SamplesApp/UITests.Shared/Asset_GetFileFromApplicationUriAsync.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SamplesApp/UITests.Shared/Assets/Asset_GetFileFromApplicationUriAsync_Nested.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SamplesApp/UnoIslands.Shared/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SamplesApp/UnoIslands.Shared/App.xaml -------------------------------------------------------------------------------- /src/SolutionTemplate/5.3/uno53AppWithLib/uno53AppWithLib/Assets/json_file_asset.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SolutionTemplate/5.3/uno53AppWithLib/uno53AppWithLib/test_root_asset.json: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /src/SolutionTemplate/5.3/uno53AppWithLib/uno53AppWithLib/test_root_asset_not_included.json: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /src/SolutionTemplate/5.3/uno53AppWithLib/uno53lib/Assets/test.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SolutionTemplate/5.3/uno53AppWithLib/uno53lib/Assets/uno53lib-test.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SolutionTemplate/5.6/uno56droidioswasmskia/uno56droidioswasmskia/TestStaticContent.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /src/SolutionTemplate/MyUnoLib/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SolutionTemplate/MyUnoLib/Class1.cs -------------------------------------------------------------------------------- /src/SolutionTemplate/MyUnoLib2/Assets/MyTestAsset01.txt: -------------------------------------------------------------------------------- 1 | Test file 2 | -------------------------------------------------------------------------------- /src/SolutionTemplate/MyUnoLib2/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SolutionTemplate/MyUnoLib2/Class1.cs -------------------------------------------------------------------------------- /src/SolutionTemplate/UnoAppWinUI/UnoAppWinUI.Skia.Gtk/UnoAppWinUI.Skia.Gtk.csproj: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SourceGenerators/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SourceGenerators/.editorconfig -------------------------------------------------------------------------------- /src/SourceGenerators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SourceGenerators/README.md -------------------------------------------------------------------------------- /src/SourceGenerators/System.Xaml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/SourceGenerators/System.Xaml/Makefile -------------------------------------------------------------------------------- /src/SourceGenerators/Uno.UI.SourceGenerators.Tests/MetadataUpdateTests/Scenarios/When_Empty/0/p1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SourceGenerators/Uno.UI.SourceGenerators.Tests/MetadataUpdateTests/Scenarios/When_Empty/1/p1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SourceGenerators/XamlGenerationTests.Core/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/SourceGenerators/XamlGenerationTests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Uno.Analyzers/SymbolExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Analyzers/SymbolExtensions.cs -------------------------------------------------------------------------------- /src/Uno.Analyzers/Uno.Analyzers.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Analyzers/Uno.Analyzers.csproj -------------------------------------------------------------------------------- /src/Uno.CrossTargetting.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.CrossTargetting.targets -------------------------------------------------------------------------------- /src/Uno.Docs.InlineTOCGenerator/Item.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Docs.InlineTOCGenerator/Item.cs -------------------------------------------------------------------------------- /src/Uno.Foundation.Logging/LogLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation.Logging/LogLevel.cs -------------------------------------------------------------------------------- /src/Uno.Foundation.Logging/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation.Logging/Logger.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/AssemblyInfo.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/AssemblyInfo.skia.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/AsyncStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/AsyncStatus.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/CI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/CI.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Deferral.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Deferral.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/DelegateCommand.T.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/DelegateCommand.T.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/DelegateCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/DelegateCommand.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/FoundationContract.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/FoundationContract.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Gen2GcCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Gen2GcCallback.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/GlobalUsings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/GlobalUsings.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IAsyncAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IAsyncAction.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IAsyncInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IAsyncInfo.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IAsyncOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IAsyncOperation.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IPropertyValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IPropertyValue.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IReferenceArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IReferenceArray.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IStringable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IStringable.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IndexPath.UIKit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IndexPath.UIKit.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/IndexPath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/IndexPath.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Metadata/Platform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Metadata/Platform.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Point.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Point.Android.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Point.Apple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Point.Apple.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Point.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Point.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/PreserveAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/PreserveAttribute.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/PropertyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/PropertyType.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/PropertyValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/PropertyValue.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Rect.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Rect.Android.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Rect.Apple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Rect.Apple.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Rect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Rect.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Size.Apple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Size.Apple.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Size.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Size.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/SizeConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/SizeConverter.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/SizeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/SizeExtensions.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/TypedEventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/TypedEventHandler.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/Uno.Foundation.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/Uno.Foundation.csproj -------------------------------------------------------------------------------- /src/Uno.Foundation/UnoOnlyAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/UnoOnlyAttribute.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/_Compat/Nullable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/_Compat/Nullable.cs -------------------------------------------------------------------------------- /src/Uno.Foundation/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Foundation/app.config -------------------------------------------------------------------------------- /src/Uno.NUnitTransformTool/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.NUnitTransformTool/Program.cs -------------------------------------------------------------------------------- /src/Uno.ReferenceImplComparer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.ReferenceImplComparer/Program.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/AssemblyName.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/AssemblyName.props -------------------------------------------------------------------------------- /src/Uno.Sdk/Models/ManifestGroup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Models/ManifestGroup.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/Models/NuGetVersion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Models/NuGetVersion.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/Models/PackageReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Models/PackageReference.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/Sdk/Sdk.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Sdk/Sdk.props -------------------------------------------------------------------------------- /src/Uno.Sdk/Sdk/Sdk.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Sdk/Sdk.targets -------------------------------------------------------------------------------- /src/Uno.Sdk/Services/NuGetApiClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Services/NuGetApiClient.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/Services/PackageManifest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Services/PackageManifest.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/Uno.Sdk.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/Uno.Sdk.csproj -------------------------------------------------------------------------------- /src/Uno.Sdk/UnoArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/UnoArea.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/UnoAreaAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/UnoAreaAttribute.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/UnoFeature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/UnoFeature.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/UnoTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/UnoTarget.cs -------------------------------------------------------------------------------- /src/Uno.Sdk/packages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/packages.json -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.AppLaunch.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.AppLaunch.targets -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.Build.targets -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.Common.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.Common.targets -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.Features.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.Features.targets -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.IsPlatform.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.IsPlatform.props -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.Sdk.After.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.Sdk.After.targets -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.Server.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.Server.props -------------------------------------------------------------------------------- /src/Uno.Sdk/targets/Uno.Server.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.Sdk/targets/Uno.Server.targets -------------------------------------------------------------------------------- /src/Uno.UI-Reference-Only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-Reference-Only.slnf -------------------------------------------------------------------------------- /src/Uno.UI-RemoteControl-Only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-RemoteControl-Only.slnf -------------------------------------------------------------------------------- /src/Uno.UI-Skia-only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-Skia-only.slnf -------------------------------------------------------------------------------- /src/Uno.UI-Tools.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-Tools.slnf -------------------------------------------------------------------------------- /src/Uno.UI-UnitTests-only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-UnitTests-only.slnf -------------------------------------------------------------------------------- /src/Uno.UI-Wasm-only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-Wasm-only.slnf -------------------------------------------------------------------------------- /src/Uno.UI-Windows-only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-Windows-only.slnf -------------------------------------------------------------------------------- /src/Uno.UI-netcoremobile-only.slnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI-netcoremobile-only.slnf -------------------------------------------------------------------------------- /src/Uno.UI.BindingHelper.Android/Uno/.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | -------------------------------------------------------------------------------- /src/Uno.UI.Composition/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Composition/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.DevServer.Cli/CliManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.DevServer.Cli/CliManager.cs -------------------------------------------------------------------------------- /src/Uno.UI.DevServer.Cli/Mcp/McpProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.DevServer.Cli/Mcp/McpProxy.cs -------------------------------------------------------------------------------- /src/Uno.UI.DevServer.Cli/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.DevServer.Cli/Program.cs -------------------------------------------------------------------------------- /src/Uno.UI.Dispatching/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Dispatching/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.FluentTheme.v1/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.FluentTheme.v1/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.FluentTheme.v2/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.FluentTheme.v2/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.FluentTheme/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.FluentTheme/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.RemoteControl.Host/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RemoteControl.Host/Program.cs -------------------------------------------------------------------------------- /src/Uno.UI.RemoteControl.Host/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RemoteControl.Host/Startup.cs -------------------------------------------------------------------------------- /src/Uno.UI.RemoteControl.VS/EntryPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RemoteControl.VS/EntryPoint.cs -------------------------------------------------------------------------------- /src/Uno.UI.RemoteControl/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RemoteControl/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.Runtime.Skia.MacOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Runtime.Skia.MacOS/README.md -------------------------------------------------------------------------------- /src/Uno.UI.Runtime.Skia.X11/LibDl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Runtime.Skia.X11/LibDl.cs -------------------------------------------------------------------------------- /src/Uno.UI.Runtime.Skia/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Runtime.Skia/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | 2 | [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("SamplesApp.Windows")] 3 | -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/Assets/TransientAsset01.txt: -------------------------------------------------------------------------------- 1 | My Transient Asset 01 2 | -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/Assets/UnoA4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/Assets/UnoA4.pdf -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/Assets/UnoA4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/Assets/UnoA4.png -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/Assets/couch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/Assets/couch.svg -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/Assets/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/Assets/help.svg -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/Assets/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/Assets/linux.png -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/GlobalUsings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/GlobalUsings.cs -------------------------------------------------------------------------------- /src/Uno.UI.RuntimeTests/MUX/TestPage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.RuntimeTests/MUX/TestPage.cs -------------------------------------------------------------------------------- /src/Uno.UI.TestComparer/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.TestComparer/App.config -------------------------------------------------------------------------------- /src/Uno.UI.TestComparer/GitHubClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.TestComparer/GitHubClient.cs -------------------------------------------------------------------------------- /src/Uno.UI.TestComparer/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.TestComparer/Helpers.cs -------------------------------------------------------------------------------- /src/Uno.UI.TestComparer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.TestComparer/Program.cs -------------------------------------------------------------------------------- /src/Uno.UI.TestComparer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Uno.UI.Tests.ViewLibrary/MyTextBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests.ViewLibrary/MyTextBox.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/App/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/App/App.xaml -------------------------------------------------------------------------------- /src/Uno.UI.Tests/App/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/App/App.xaml.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/App/Views/MyBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/App/Views/MyBehavior.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/App/Views/MyControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/App/Views/MyControl.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/App/Views/MyPoco.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/App/Views/MyPoco.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/App/Xaml/Test_Page.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/App/Xaml/Test_Page.xaml -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Collections/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Collections/Helpers.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Foundation/Given_Rect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Foundation/Given_Rect.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Global.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Helpers/AssertEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Helpers/AssertEx.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Helpers/MuxVerify.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Helpers/MuxVerify.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Helpers/ThemeHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Helpers/ThemeHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Lottie/animation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Lottie/animation.json -------------------------------------------------------------------------------- /src/Uno.UI.Tests/Uno.UI.Unit.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/Uno.UI.Unit.Tests.csproj -------------------------------------------------------------------------------- /src/Uno.UI.Tests/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Tests/app.config -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/ColorExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/ColorExtensions.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/ElevatedView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/ElevatedView.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/ImageHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/ImageHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/MapResources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/MapResources.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/RectExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/RectExtensions.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/SplitViewExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/SplitViewExtensions.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/Themes/Generic.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/Themes/Generic.xaml -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/UICommandExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/UICommandExtensions.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/UIElementExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/UIElementExtensions.cs -------------------------------------------------------------------------------- /src/Uno.UI.Toolkit/ViewHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Toolkit/ViewHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI.Wasm.Tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Wasm.Tests/README.md -------------------------------------------------------------------------------- /src/Uno.UI.Wasm.Tests/ts/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Wasm.Tests/ts/.gitignore -------------------------------------------------------------------------------- /src/Uno.UI.Wasm.Tests/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.Wasm.Tests/tsconfig.json -------------------------------------------------------------------------------- /src/Uno.UI.XamlHost/UnoTypeFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.XamlHost/UnoTypeFactory.cs -------------------------------------------------------------------------------- /src/Uno.UI.XamlHost/XamlApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.XamlHost/XamlApplication.cs -------------------------------------------------------------------------------- /src/Uno.UI.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI.slnx -------------------------------------------------------------------------------- /src/Uno.UI/ActivityHelper.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ActivityHelper.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI/AssemblyInfo.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/AssemblyInfo.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/AssetsHelper.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/AssetsHelper.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/BannedSymbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/BannedSymbols.txt -------------------------------------------------------------------------------- /src/Uno.UI/BaseActivity.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/BaseActivity.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/Behaviors/TextBoxBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Behaviors/TextBoxBehavior.cs -------------------------------------------------------------------------------- /src/Uno.UI/Controls/Lineview.UIKit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Controls/Lineview.UIKit.cs -------------------------------------------------------------------------------- /src/Uno.UI/Controls/PaintPool.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Controls/PaintPool.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/Controls/Renderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Controls/Renderer.cs -------------------------------------------------------------------------------- /src/Uno.UI/DataBinding/BindableType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DataBinding/BindableType.cs -------------------------------------------------------------------------------- /src/Uno.UI/DataBinding/BindingPath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DataBinding/BindingPath.cs -------------------------------------------------------------------------------- /src/Uno.UI/DataBinding/IBindableType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DataBinding/IBindableType.cs -------------------------------------------------------------------------------- /src/Uno.UI/DataBinding/IBinding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DataBinding/IBinding.cs -------------------------------------------------------------------------------- /src/Uno.UI/DataBinding/IBindingAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DataBinding/IBindingAdapter.cs -------------------------------------------------------------------------------- /src/Uno.UI/DataBinding/IBindingItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DataBinding/IBindingItem.cs -------------------------------------------------------------------------------- /src/Uno.UI/DebugHelper.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DebugHelper.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/DebugHelper.Apple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DebugHelper.Apple.cs -------------------------------------------------------------------------------- /src/Uno.UI/DebugHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DebugHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/DelegateActivity.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DelegateActivity.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/BudgetManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/BudgetManager.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/BudgetManager.h.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/BudgetManager.h.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/CoreImports.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/CoreImports.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/CustomProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/CustomProperty.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/DXamlCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/DXamlCore.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/DXamlTestHooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/DXamlTestHooks.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/DateComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/DateComparer.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/DoubleUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/DoubleUtil.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/ElevationHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/ElevationHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/FxCallbacks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/FxCallbacks.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/IOrientedPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/IOrientedPanel.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/ITreeBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/ITreeBuilder.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/JoltCollections.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/JoltCollections.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/MetadataAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/MetadataAPI.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/OrientedSize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/OrientedSize.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/PropertyAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/PropertyAccess.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/PropertyPath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/PropertyPath.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/RectUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/RectUtil.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/SizeUtil.h.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/SizeUtil.h.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/TextAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/TextAdapter.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/WinError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/WinError.cs -------------------------------------------------------------------------------- /src/Uno.UI/DirectUI/XboxUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DirectUI/XboxUtility.cs -------------------------------------------------------------------------------- /src/Uno.UI/Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Directory.Build.targets -------------------------------------------------------------------------------- /src/Uno.UI/DrawableHelper.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/DrawableHelper.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/Extensions/PrettyPrint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Extensions/PrettyPrint.cs -------------------------------------------------------------------------------- /src/Uno.UI/Extensions/ViewHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Extensions/ViewHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/FeatureConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/FeatureConfiguration.cs -------------------------------------------------------------------------------- /src/Uno.UI/GlobalUsings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/GlobalUsings.cs -------------------------------------------------------------------------------- /src/Uno.UI/GravityHelper.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/GravityHelper.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/Automation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/Automation.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/Automation.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/Automation.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/Boxes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/Boxes.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/EglHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/EglHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/FastTypeComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/FastTypeComparer.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/FocusHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/FocusHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/InputHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/InputHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/ListViewHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/ListViewHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/MarkupHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/MarkupHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/PickerHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/PickerHelpers.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/TypeMappings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/TypeMappings.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/WinUI/StringUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/WinUI/StringUtil.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/WinUI/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/WinUI/Utils.cs -------------------------------------------------------------------------------- /src/Uno.UI/Helpers/XamlHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Helpers/XamlHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Hosting/IXamlRootHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Hosting/IXamlRootHost.cs -------------------------------------------------------------------------------- /src/Uno.UI/Hosting/UnoPlatformHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Hosting/UnoPlatformHost.cs -------------------------------------------------------------------------------- /src/Uno.UI/Hosting/XamlRootMap.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Hosting/XamlRootMap.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/IFragmentTracker.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/IFragmentTracker.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/LayoutProvider.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/LayoutProvider.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/LinkerDefinition.Wasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/LinkerDefinition.Wasm.xml -------------------------------------------------------------------------------- /src/Uno.UI/LinkerSubstitution.Wasm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/LinkerSubstitution.Wasm.xml -------------------------------------------------------------------------------- /src/Uno.UI/Media/GeometryConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Media/GeometryConverter.cs -------------------------------------------------------------------------------- /src/Uno.UI/Media/GeometryHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Media/GeometryHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/Media/Parsers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Media/Parsers.cs -------------------------------------------------------------------------------- /src/Uno.UI/Media/PathMarkupParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Media/PathMarkupParser.cs -------------------------------------------------------------------------------- /src/Uno.UI/Media/StreamGeometry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Media/StreamGeometry.cs -------------------------------------------------------------------------------- /src/Uno.UI/Microsoft/.editorconfig: -------------------------------------------------------------------------------- 1 | [*.cs] 2 | dotnet_diagnostic.CA1805.severity = none 3 | -------------------------------------------------------------------------------- /src/Uno.UI/MixinGeneration.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/MixinGeneration.targets -------------------------------------------------------------------------------- /src/Uno.UI/MixinGenerationCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/MixinGenerationCore.targets -------------------------------------------------------------------------------- /src/Uno.UI/Mixins/AppleUIKit/FrameworkElementMixins.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /src/Uno.UI/Mixins/DependencyPropertyMixins.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /src/Uno.UI/Rendering/IRenderer.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Rendering/IRenderer.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/Resources/Values/Attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Resources/Values/Attrs.xml -------------------------------------------------------------------------------- /src/Uno.UI/Resources/Values/Styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Resources/Values/Styles.xml -------------------------------------------------------------------------------- /src/Uno.UI/ToolkitHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ToolkitHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/ColorHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/ColorHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Colors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Colors.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Content/ContentIsland.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Content/ContentIsland.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Content/ContentSite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Content/ContentSite.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/ConverterBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/ConverterBase.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Input/InputCursor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Input/InputCursor.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Input/InputObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Input/InputObject.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/KnownColors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/KnownColors.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/LayoutHelper.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/LayoutHelper.Android.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/LayoutHelper.UIKit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/LayoutHelper.UIKit.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/LayoutHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/LayoutHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/NullConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/NullConverter.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Text/FontWeights.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Text/FontWeights.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/.editorconfig -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/AdaptiveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/AdaptiveTrigger.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Application.Uwp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Application.Uwp.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Application.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Application.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Application.iOS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Application.iOS.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Application.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Application.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Application.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Application.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ApplicationTheme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ApplicationTheme.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/BrushTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/BrushTransition.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ControlTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ControlTemplate.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Controls/Symbol.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Controls/Symbol.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/CornerRadius.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/CornerRadius.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Data/Binding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Data/Binding.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Data/BindingBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Data/BindingBase.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Data/BindingMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Data/BindingMode.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DataTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DataTemplate.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DebugSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DebugSettings.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DependencyObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DependencyObject.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DispatcherTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DispatcherTimer.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Documents/Bold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Documents/Bold.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Documents/Inline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Documents/Inline.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Documents/Italic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Documents/Italic.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Documents/Run.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Documents/Run.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Documents/Span.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Documents/Span.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DragDrop/DragUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DragDrop/DragUI.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Duration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Duration.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DurationHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DurationHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/DurationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/DurationType.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ElementSoundKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ElementSoundKind.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ElementSoundMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ElementSoundMode.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ElementStub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ElementStub.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ElementTheme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ElementTheme.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/EnterParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/EnterParams.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FlowDirection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FlowDirection.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FocusState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FocusState.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FocusVisualKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FocusVisualKind.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FontFamily.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FontFamily.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FontFamily.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FontFamily.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FontFamilyHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FontFamilyHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FontInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FontInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FontManifest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FontManifest.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FrameworkElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FrameworkElement.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/FullCornerRadius.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/FullCornerRadius.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/GridLength.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/GridLength.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/GridLengthHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/GridLengthHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/GridUnitType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/GridUnitType.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/HitTestability.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/HitTestability.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ILayoutOptOut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ILayoutOptOut.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ILayouterElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ILayouterElement.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/IXUidProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/IXUidProvider.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Input/InputScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Input/InputScope.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Input/Pointer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Input/Pointer.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Internal/Inlined.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Internal/Inlined.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/LayoutStorage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/LayoutStorage.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/LeaveParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/LeaveParams.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Maps/MapControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Maps/MapControl.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Maps/MapStyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Maps/MapStyle.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Markup/IXamlType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Markup/IXamlType.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/AlignmentX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/AlignmentX.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/AlignmentY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/AlignmentY.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/ArcSegment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/ArcSegment.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Brush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Brush.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Brush.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Brush.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/FillRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/FillRule.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Geometry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Geometry.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/ImageBrush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/ImageBrush.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/ImageData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/ImageData.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Matrix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Matrix.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/PathFigure.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/PathFigure.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Shadow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Shadow.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Stretch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Stretch.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Media/Transform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Media/Transform.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ModifiedValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ModifiedValue.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/NameScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/NameScope.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/PagePool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/PagePool.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/PropertyMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/PropertyMetadata.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/RectHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/RectHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ResourceResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ResourceResolver.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/RoutedEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/RoutedEvent.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/RoutedEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/RoutedEventArgs.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/RoutedEventFlag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/RoutedEventFlag.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Setter.Generic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Setter.Generic.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Setter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Setter.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/SetterBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/SetterBase.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Ellipse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Ellipse.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Line.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Line.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Line.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Line.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Line.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Line.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Path.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Path.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Path.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Path.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Path.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Path.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Polygon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Polygon.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Polyline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Polyline.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Rectangle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Rectangle.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Shapes/Shape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Shapes/Shape.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/StateTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/StateTrigger.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/StateTriggerBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/StateTriggerBase.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Style/Style.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Style/Style.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/TextAlignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/TextAlignment.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ThemingHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ThemingHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Thickness.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Thickness.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/ThicknessHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/ThicknessHelper.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.Layout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.Layout.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.UIKit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.UIKit.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.h.mux.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.h.mux.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.mux.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.mux.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UIElement.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UIElement.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/UnsetValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/UnsetValue.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Visibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Visibility.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/VisualState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/VisualState.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/VisualStateGroup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/VisualStateGroup.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/VisualTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/VisualTransition.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/WinUIVersionLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/WinUIVersionLog.txt -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/Window/Window.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/Window/Window.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/XamlInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/XamlInfo.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/XamlParseContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/XamlParseContext.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/XamlRoot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/XamlRoot.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/XamlRoot.mux.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/XamlRoot.mux.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/XamlRoot.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/XamlRoot.skia.cs -------------------------------------------------------------------------------- /src/Uno.UI/UI/Xaml/XamlScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UI/Xaml/XamlScope.cs -------------------------------------------------------------------------------- /src/Uno.UI/Uno.UI.Reference.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno.UI.Reference.csproj -------------------------------------------------------------------------------- /src/Uno.UI/Uno.UI.Skia.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno.UI.Skia.csproj -------------------------------------------------------------------------------- /src/Uno.UI/Uno.UI.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno.UI.Tests.csproj -------------------------------------------------------------------------------- /src/Uno.UI/Uno.UI.Wasm.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno.UI.Wasm.csproj -------------------------------------------------------------------------------- /src/Uno.UI/Uno.UI.netcoremobile.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno.UI.netcoremobile.csproj -------------------------------------------------------------------------------- /src/Uno.UI/Uno.UI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno.UI.sln -------------------------------------------------------------------------------- /src/Uno.UI/Uno/TemplateManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno/TemplateManager.cs -------------------------------------------------------------------------------- /src/Uno.UI/Uno/TemplateManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/Uno/TemplateManager.md -------------------------------------------------------------------------------- /src/Uno.UI/UnoMetrics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/UnoMetrics.cs -------------------------------------------------------------------------------- /src/Uno.UI/WasmCSS/Uno.UI.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/WasmCSS/Uno.UI.css -------------------------------------------------------------------------------- /src/Uno.UI/WindowsNamespaces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/WindowsNamespaces.cs -------------------------------------------------------------------------------- /src/Uno.UI/XamlMerge.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/XamlMerge.targets -------------------------------------------------------------------------------- /src/Uno.UI/XmlnsDefinitionAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/XmlnsDefinitionAttribute.cs -------------------------------------------------------------------------------- /src/Uno.UI/ts/CompositionTarget.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/CompositionTarget.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/ExportManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/ExportManager.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/Guid.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/Guid.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/HtmlDom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/HtmlDom.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/IContentDefinition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/IContentDefinition.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/Interop/IAppManifest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/Interop/IAppManifest.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/Interop/IMonoRuntime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/Interop/IMonoRuntime.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/Interop/ManagedObject.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/Interop/ManagedObject.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/Interop/Runtime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/Interop/Runtime.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/Interop/Xaml.ts: -------------------------------------------------------------------------------- 1 | namespace Uno.UI.Interop { 2 | export class Xaml { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /src/Uno.UI/ts/Interop/_global.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/Interop/_global.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/MonoSupport.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/MonoSupport.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/WindowManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/WindowManager.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/types/webmidi/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/types/webmidi/index.d.ts -------------------------------------------------------------------------------- /src/Uno.UI/ts/z_global.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/ts/z_global.ts -------------------------------------------------------------------------------- /src/Uno.UI/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UI/tsconfig.json -------------------------------------------------------------------------------- /src/Uno.UWP/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Uno.UWP/AssemblyInfo.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/AssemblyInfo.skia.cs -------------------------------------------------------------------------------- /src/Uno.UWP/BannedSymbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/BannedSymbols.txt -------------------------------------------------------------------------------- /src/Uno.UWP/Buffers/ArrayPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Buffers/ArrayPool.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Buffers/LinearArrayPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Buffers/LinearArrayPool.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Buffers/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Buffers/Utilities.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Collections/HashtableEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Collections/HashtableEx.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Collections/LruCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Collections/LruCache.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Collections/StackVector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Collections/StackVector.cs -------------------------------------------------------------------------------- /src/Uno.UWP/ContextHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/ContextHelper.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/DtdEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/DtdEntity.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/IXmlNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/IXmlNode.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/IXmlText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/IXmlText.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/NodeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/NodeType.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/XmlComment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/XmlComment.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/XmlElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/XmlElement.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Data/Xml/Dom/XmlText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Data/Xml/Dom/XmlText.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Devices/Lights/Lamp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Devices/Lights/Lamp.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Devices/Lights/Lamp.iOS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Devices/Lights/Lamp.iOS.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Devices/Midi/MidiInPort.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Devices/Midi/MidiInPort.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Devices/Sensors/Compass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Devices/Sensors/Compass.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Directory.Build.targets -------------------------------------------------------------------------------- /src/Uno.UWP/Extensions/MathEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Extensions/MathEx.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Foundation/GuidHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Foundation/GuidHelper.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Gaming/Input/Gamepad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Gaming/Input/Gamepad.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Globalization/Calendar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Globalization/Calendar.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Globalization/DayOfWeek.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Globalization/DayOfWeek.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Globalization/Language.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Globalization/Language.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Graphics/DisplayId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Graphics/DisplayId.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Graphics/PointInt32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Graphics/PointInt32.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Graphics/RectInt32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Graphics/RectInt32.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Graphics/SizeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Graphics/SizeExtensions.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Graphics/SizeInt32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Graphics/SizeInt32.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Helpers/DeferralManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Helpers/DeferralManager.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Helpers/EventLoop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Helpers/EventLoop.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Helpers/LRUCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Helpers/LRUCache.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Helpers/MathHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Helpers/MathHelpers.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Media/Core/MediaSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Media/Core/MediaSource.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Microsoft/UI/DisplayId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Microsoft/UI/DisplayId.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Microsoft/UI/IconId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Microsoft/UI/IconId.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Microsoft/UI/WindowId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Microsoft/UI/WindowId.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Networking/HostNameType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Networking/HostNameType.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/ApplicationData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/ApplicationData.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/FileAccessMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/FileAccessMode.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/FileIO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/FileIO.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/IStorageFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/IStorageFile.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/IStorageFile2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/IStorageFile2.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/IStorageFolder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/IStorageFolder.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/IStorageFolder2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/IStorageFolder2.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/IStorageItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/IStorageItem.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/IStorageItem2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/IStorageItem2.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/MimeTypeService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/MimeTypeService.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/OwnedStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/OwnedStream.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/PathIO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/PathIO.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/StorageFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/StorageFile.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/StorageFile.iOS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/StorageFile.iOS.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/StorageFolder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/StorageFolder.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/StorageProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/StorageProvider.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/Streams/Buffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/Streams/Buffer.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/Streams/IBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/Streams/IBuffer.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/TemporaryFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/TemporaryFile.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Storage/ThumbnailMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Storage/ThumbnailMode.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/DispatcherQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/DispatcherQueue.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/KeyEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/KeyEventArgs.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/LaunchUriResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/LaunchUriResult.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/LaunchUriStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/LaunchUriStatus.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/Launcher.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/Launcher.Android.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/Launcher.Apple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/Launcher.Apple.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/Launcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/Launcher.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/Launcher.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/Launcher.skia.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/Launcher.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/Launcher.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/MemoryManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/MemoryManager.cs -------------------------------------------------------------------------------- /src/Uno.UWP/System/VirtualKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/System/VirtualKey.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Color.Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Color.Android.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Color.UIKit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Color.UIKit.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Color.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Color.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Color.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Color.skia.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Color.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Color.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/ColorOffset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/ColorOffset.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/CoreCursor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/CoreCursor.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/CoreCursorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/CoreCursorType.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/CoreDispatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/CoreDispatcher.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/CoreWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/CoreWindow.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/CoreWindow.skia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/CoreWindow.skia.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/CoreWindow.wasm.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/ICoreWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/ICoreWindow.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Core/WeakEventHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Core/WeakEventHelper.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/HslColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/HslColor.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/INativeWebView.Apple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/INativeWebView.Apple.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/INativeWebView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/INativeWebView.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Popups/IUICommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Popups/IUICommand.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Popups/MessageDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Popups/MessageDialog.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Popups/MessageDialog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Popups/MessageDialog.md -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Popups/Placement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Popups/Placement.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Popups/PopupMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Popups/PopupMenu.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Popups/UICommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Popups/UICommand.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/StartScreen/JumpList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/StartScreen/JumpList.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Text/FontStyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Text/FontStyle.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Text/FontWeight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Text/FontWeight.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Text/FontWeight.wasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Text/FontWeight.wasm.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/Text/TextDecorations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/Text/TextDecorations.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/UIContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/UIContext.cs -------------------------------------------------------------------------------- /src/Uno.UWP/UI/WindowId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/UI/WindowId.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Uno.Reference.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno.Reference.csproj -------------------------------------------------------------------------------- /src/Uno.UWP/Uno.Skia.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno.Skia.csproj -------------------------------------------------------------------------------- /src/Uno.UWP/Uno.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno.Tests.csproj -------------------------------------------------------------------------------- /src/Uno.UWP/Uno.Wasm.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno.Wasm.csproj -------------------------------------------------------------------------------- /src/Uno.UWP/Uno.netcoremobile.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno.netcoremobile.csproj -------------------------------------------------------------------------------- /src/Uno.UWP/Uno/DeviceHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno/DeviceHelper.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Uno/IDispatcherTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Uno/IDispatcherTimer.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Web/Http/HttpCookie.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Web/Http/HttpCookie.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Web/Http/HttpMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Web/Http/HttpMethod.cs -------------------------------------------------------------------------------- /src/Uno.UWP/Web/WebErrorStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/Web/WebErrorStatus.cs -------------------------------------------------------------------------------- /src/Uno.UWP/WinRT/Paltypes.h.mux.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/WinRT/Paltypes.h.mux.cs -------------------------------------------------------------------------------- /src/Uno.UWP/WinRT/WinUser.h.mux.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/WinRT/WinUser.h.mux.cs -------------------------------------------------------------------------------- /src/Uno.UWP/js/Uno.Wasm.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/js/Uno.Wasm.d.ts -------------------------------------------------------------------------------- /src/Uno.UWP/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWP/tsconfig.json -------------------------------------------------------------------------------- /src/Uno.UWPSyncGenerator.Reference/.gitignore: -------------------------------------------------------------------------------- 1 | references.txt 2 | -------------------------------------------------------------------------------- /src/Uno.UWPSyncGenerator/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWPSyncGenerator/App.config -------------------------------------------------------------------------------- /src/Uno.UWPSyncGenerator/Generator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWPSyncGenerator/Generator.cs -------------------------------------------------------------------------------- /src/Uno.UWPSyncGenerator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Uno.UWPSyncGenerator/Program.cs -------------------------------------------------------------------------------- /src/Workaround-43339.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/Workaround-43339.targets -------------------------------------------------------------------------------- /src/targetframework-override.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/src/targetframework-override.props -------------------------------------------------------------------------------- /tools/ResourcesExtractor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/tools/ResourcesExtractor/README.md -------------------------------------------------------------------------------- /version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unoplatform/uno/HEAD/version.json --------------------------------------------------------------------------------