From 7070d8614ffe3ddad26c90452b1aa7c06d18b012 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 21 Feb 2024 21:48:44 +0200 Subject: [PATCH] feat: Update API surface to WinAppSdk 1.4 --- .../CompositorController.cs | 18 +- .../CompositionDebugHeatMaps.cs | 16 +- .../SceneLightingEffect.cs | 14 +- .../CompositionConditionalValue.cs | 2 +- .../InteractionSourceConfiguration.cs | 4 +- .../InteractionTracker.cs | 44 +- .../InteractionTrackerIdleStateEnteredArgs.cs | 1 + .../InteractionTrackerInertiaMotion.cs | 2 +- .../InteractionTrackerInertiaNaturalMotion.cs | 2 +- .../InteractionTrackerInertiaRestingValue.cs | 2 +- ...teractionTrackerInertiaStateEnteredArgs.cs | 5 +- ...ctionTrackerInteractingStateEnteredArgs.cs | 1 + ...ctionTrackerVector2InertiaNaturalMotion.cs | 2 +- .../VisualInteractionSource.cs | 20 +- .../SceneBoundingBox.cs | 4 +- .../SceneComponentCollection.cs | 10 +- .../SceneMesh.cs | 4 +- .../SceneMeshMaterialAttributeMap.cs | 10 +- .../SceneMeshRendererComponent.cs | 6 +- .../SceneMetallicRoughnessMaterial.cs | 6 +- .../SceneModelTransform.cs | 12 +- .../SceneNode.cs | 6 +- .../SceneNodeCollection.cs | 12 +- .../ScenePbrMaterial.cs | 16 +- .../SceneSurfaceMaterialInput.cs | 10 +- .../SceneVisual.cs | 2 +- .../DesktopAcrylicController.cs | 90 +- .../DesktopAcrylicKind.cs | 20 + .../MicaController.cs | 106 +- .../SystemBackdropConfiguration.cs | 6 +- .../Microsoft.UI.Composition/AmbientLight.cs | 2 +- .../AnimationController.cs | 20 +- .../AnimationPropertyInfo.cs | 12 +- .../BackEasingFunction.cs | 2 +- .../BounceScalarNaturalMotionAnimation.cs | 4 +- .../BounceVector3NaturalMotionAnimation.cs | 2 +- .../ColorKeyFrameAnimation.cs | 10 +- .../CompositionAnimation.cs | 33 +- .../CompositionAnimationGroup.cs | 12 +- .../CompositionCapabilities.cs | 8 +- .../CompositionClip.cs | 16 +- .../CompositionColorBrush.cs | 2 +- .../CompositionColorGradientStop.cs | 2 +- .../CompositionColorGradientStopCollection.cs | 16 +- .../CompositionCommitBatch.cs | 4 +- .../CompositionDrawingSurface.cs | 26 +- .../CompositionEllipseGeometry.cs | 2 +- .../CompositionGeometricClip.cs | 4 +- .../CompositionGeometry.cs | 4 +- .../CompositionGradientBrush.cs | 20 +- .../CompositionGraphicsDevice.cs | 24 +- .../CompositionLight.cs | 4 +- .../CompositionLineGeometry.cs | 4 +- .../CompositionLinearGradientBrush.cs | 2 +- .../CompositionMaskBrush.cs | 4 +- .../CompositionMipmapSurface.cs | 8 +- .../CompositionNineGridBrush.cs | 10 +- .../CompositionObject.cs | 4 +- .../CompositionProjectedShadow.cs | 4 +- .../CompositionProjectedShadowCaster.cs | 2 +- ...positionProjectedShadowCasterCollection.cs | 24 +- .../CompositionProjectedShadowReceiver.cs | 2 +- ...jectedShadowReceiverUnorderedCollection.cs | 10 +- .../CompositionPropertySet.cs | 20 +- .../CompositionRadialGradientBrush.cs | 4 +- .../CompositionRectangleGeometry.cs | 4 +- .../CompositionRoundedRectangleGeometry.cs | 6 +- .../CompositionScopedBatch.cs | 6 +- .../CompositionShape.cs | 14 +- .../CompositionShapeCollection.cs | 8 +- .../CompositionSpriteShape.cs | 10 +- .../CompositionStrokeDashArray.cs | 8 +- .../CompositionSurfaceBrush.cs | 14 +- .../CompositionViewBox.cs | 6 +- .../CompositionVisualSurface.cs | 4 +- .../Microsoft.UI.Composition/Compositor.cs | 38 +- .../CubicBezierEasingFunction.cs | 2 +- .../Microsoft.UI.Composition/DistantLight.cs | 6 +- .../Microsoft.UI.Composition/DropShadow.cs | 12 +- .../ElasticEasingFunction.cs | 4 +- .../ExponentialEasingFunction.cs | 2 +- .../ExpressionAnimation.cs | 1 + .../ImplicitAnimationCollection.cs | 8 +- .../InitialValueExpressionCollection.cs | 2 +- .../Microsoft.UI.Composition/InsetClip.cs | 8 +- .../KeyFrameAnimation.cs | 18 +- .../NaturalMotionAnimation.cs | 4 +- .../Microsoft.UI.Composition/RectangleClip.cs | 16 +- .../ScalarNaturalMotionAnimation.cs | 2 +- .../Microsoft.UI.Composition/ShapeVisual.cs | 2 +- .../Microsoft.UI.Composition/SpotLight.cs | 36 +- .../SpringScalarNaturalMotionAnimation.cs | 4 +- .../SpringVector2NaturalMotionAnimation.cs | 4 +- .../SpringVector3NaturalMotionAnimation.cs | 4 +- .../Microsoft.UI.Composition/SpriteVisual.cs | 4 +- .../StepEasingFunction.cs | 8 +- .../Vector2KeyFrameAnimation.cs | 8 +- .../Vector2NaturalMotionAnimation.cs | 6 +- .../Vector3KeyFrameAnimation.cs | 8 +- .../Vector3NaturalMotionAnimation.cs | 4 +- .../Microsoft.UI.Composition/Visual.cs | 14 +- .../VisualCollection.cs | 6 +- .../VisualUnorderedCollection.cs | 14 +- .../DispatcherExitDeferral.cs | 27 + .../DispatcherQueue.cs | 68 +- .../DispatcherQueueController.cs | 7 + .../DispatcherQueueTimer.cs | 4 +- .../DispatcherRunOptions.cs | 21 + .../DragDropManager.cs | 66 ++ .../DragDropModifiers.cs | 33 + .../Microsoft.UI.Input.DragDrop/DragInfo.cs | 61 ++ .../DragOperation.cs | 92 ++ .../DragUIContentMode.cs | 17 + .../DragUIOverride.cs | 102 ++ .../DropOperationTargetRequestedEventArgs.cs | 24 + .../IDropOperationTarget.cs | 24 + .../CharacterReceivedEventArgs.cs | 55 ++ .../ContextMenuKeyEventArgs.cs | 33 + .../CrossSlidingEventArgs.cs | 2 +- .../FocusChangedEventArgs.cs | 33 + .../Microsoft.UI.Input/GestureRecognizer.cs | 28 +- .../Microsoft.UI.Input/HoldingEventArgs.cs | 4 +- .../InputActivationListener.cs | 9 +- .../InputDesktopNamedResourceCursor.cs | 2 +- .../InputDesktopResourceCursor.cs | 2 +- .../InputFocusChangedEventArgs.cs | 17 + .../InputFocusController.cs | 78 ++ .../Microsoft.UI.Input/InputKeyboardSource.cs | 129 +++ .../InputNonClientPointerSource.cs | 189 ++++ .../Microsoft.UI.Input/InputPointerSource.cs | 17 +- .../InputPreTranslateKeyboardSource.cs | 24 + .../Microsoft.UI.Input/KeyEventArgs.cs | 66 ++ .../ManipulationCompletedEventArgs.cs | 4 +- .../ManipulationUpdatedEventArgs.cs | 4 +- .../MouseWheelParameters.cs | 2 +- .../NonClientCaptionTappedEventArgs.cs | 39 + .../NonClientPointerEventArgs.cs | 61 ++ .../Microsoft.UI.Input/NonClientRegionKind.cs | 41 + .../NonClientRegionsChangedEventArgs.cs | 28 + .../Microsoft.UI.Input/PhysicalKeyStatus.cs | 31 + .../Microsoft.UI.Input/PointerEventArgs.cs | 4 +- .../PointerPointProperties.cs | 4 +- .../Microsoft.UI.Input/VirtualKeyStates.cs | 21 + .../AutomationControlType.cs | 3 + .../ItemContainerAutomationPeer.cs | 72 ++ .../ItemsViewAutomationPeer.cs | 50 + .../CommandBarFlyoutCommandBar.cs | 25 + .../FlyoutBase.cs | 25 + .../IScrollController.cs | 70 ++ .../IScrollControllerPanningInfo.cs | 46 + .../Popup.cs | 25 + .../RepeatedScrollSnapPoint.cs | 64 ++ .../RepeatedZoomSnapPoint.cs | 64 ++ ...llerAddScrollVelocityRequestedEventArgs.cs | 58 ++ .../ScrollControllerPanRequestedEventArgs.cs | 47 + ...ollControllerScrollByRequestedEventArgs.cs | 58 ++ ...ollControllerScrollToRequestedEventArgs.cs | 58 ++ .../ScrollPresenter.cs | 905 +++++++++++++++++ .../ScrollSnapPoint.cs | 31 + .../ScrollSnapPointBase.cs | 28 + .../ScrollSnapPointsAlignment.cs | 20 + .../SnapPointBase.cs} | 10 +- .../ZoomSnapPoint.cs | 31 + .../ZoomSnapPointBase.cs | 17 + .../AnnotatedScrollBar.cs | 167 ++++ ...dScrollBarDetailLabelRequestedEventArgs.cs | 44 + .../AnnotatedScrollBarLabel.cs | 42 + .../AnnotatedScrollBarScrollingEventArgs.cs | 55 ++ .../AnnotatedScrollBarScrollingEventKind.cs | 23 + .../IndexBasedLayoutOrientation.cs | 20 + .../ItemCollectionTransition.cs | 79 ++ ...mCollectionTransitionCompletedEventArgs.cs | 39 + .../ItemCollectionTransitionOperation.cs | 20 + .../ItemCollectionTransitionProgress.cs | 46 + .../ItemCollectionTransitionProvider.cs | 66 ++ .../ItemCollectionTransitionTriggers.cs | 24 + .../ItemContainer.cs | 71 ++ .../ItemsRepeater.cs | 25 + .../Microsoft.UI.Xaml.Controls/ItemsView.cs | 358 +++++++ .../ItemsViewItemInvokedEventArgs.cs | 28 + .../ItemsViewSelectionChangedEventArgs.cs | 17 + .../ItemsViewSelectionMode.cs | 23 + .../Microsoft.UI.Xaml.Controls/Layout.cs | 25 + .../LinedFlowLayout.cs | 237 +++++ ...wLayoutItemCollectionTransitionProvider.cs | 20 + ...edFlowLayoutItemsInfoRequestedEventArgs.cs | 97 ++ .../LinedFlowLayoutItemsJustification.cs | 29 + .../LinedFlowLayoutItemsStretch.cs | 17 + .../MenuFlyoutPresenter.cs | 25 + .../NavigationViewTemplateSettings.cs | 4 + .../Microsoft.UI.Xaml.Controls/ScrollView.cs | 924 ++++++++++++++++++ .../ScrollingAnchorRequestedEventArgs.cs | 44 + .../ScrollingAnimationMode.cs | 20 + .../ScrollingBringingIntoViewEventArgs.cs | 93 ++ .../ScrollingChainMode.cs | 20 + .../ScrollingContentOrientation.cs | 23 + .../ScrollingInputKinds.cs | 33 + .../ScrollingInteractionState.cs | 23 + .../ScrollingRailMode.cs | 17 + ...rollingScrollAnimationStartingEventArgs.cs | 66 ++ .../ScrollingScrollBarVisibility.cs | 20 + .../ScrollingScrollCompletedEventArgs.cs | 28 + .../ScrollingScrollMode.cs | 20 + .../ScrollingScrollOptions.cs | 60 ++ .../ScrollingSnapPointsMode.cs | 17 + ...ScrollingZoomAnimationStartingEventArgs.cs | 77 ++ .../ScrollingZoomCompletedEventArgs.cs | 28 + .../ScrollingZoomMode.cs | 17 + .../ScrollingZoomOptions.cs | 60 ++ .../Microsoft.UI.Xaml.Controls/TreeView.cs | 3 + .../TreeViewSelectionChangedEventArgs.cs | 16 + .../VirtualizingLayoutContext.cs | 18 + .../DesktopWindowXamlSource.cs | 62 ++ ...esktopWindowXamlSourceGotFocusEventArgs.cs | 14 + ...owXamlSourceTakeFocusRequestedEventArgs.cs | 14 + .../WindowsXamlManager.cs | 32 + .../XamlSourceFocusNavigationReason.cs | 19 + .../XamlSourceFocusNavigationRequest.cs | 24 + .../XamlSourceFocusNavigationResult.cs | 16 + .../AccessKeyManager.cs | 7 + .../DesktopAcrylicBackdrop.cs | 20 + .../Microsoft.UI.Xaml.Media/MicaBackdrop.cs | 45 + .../Microsoft.UI.Xaml.Media/SystemBackdrop.cs | 48 + .../3.0.0.0/Microsoft.UI.Xaml/Application.cs | 18 + .../Microsoft.UI.Xaml/DebugSettings.cs | 34 + .../ResourceManagerRequestedEventArgs.cs | 33 + .../3.0.0.0/Microsoft.UI.Xaml/Window.cs | 18 + .../XamlResourceReferenceFailedEventArgs.cs | 28 + .../3.0.0.0/Microsoft.UI.Xaml/XamlRoot.cs | 11 + .../CoreWebView2.cs | 134 +++ .../CoreWebView2BrowsingDataKinds.cs | 57 ++ .../CoreWebView2Certificate.cs | 108 ++ .../CoreWebView2CompositionController.cs | 28 + .../CoreWebView2Controller.cs | 11 + .../CoreWebView2ControllerOptions.cs | 65 ++ .../CoreWebView2CustomSchemeRegistration.cs | 49 + .../CoreWebView2Environment.cs | 39 + .../CoreWebView2EnvironmentOptions.cs | 32 + .../CoreWebView2FaviconImageFormat.cs | 17 + .../CoreWebView2File.cs | 28 + .../CoreWebView2Frame.cs | 7 + ...iew2LaunchingExternalUriSchemeEventArgs.cs | 73 ++ .../CoreWebView2MemoryUsageTargetLevel.cs | 17 + ...oreWebView2NavigationCompletedEventArgs.cs | 2 + .../CoreWebView2PdfToolbarItems.cs | 30 + .../CoreWebView2PermissionKind.cs | 18 + ...oreWebView2PermissionRequestedEventArgs.cs | 16 + .../CoreWebView2PermissionSetting.cs | 50 + .../CoreWebView2PreferredColorScheme.cs | 20 + .../CoreWebView2PrintCollation.cs | 20 + .../CoreWebView2PrintColorMode.cs | 20 + .../CoreWebView2PrintDialogKind.cs | 17 + .../CoreWebView2PrintDuplex.cs | 23 + .../CoreWebView2PrintMediaSize.cs | 17 + .../CoreWebView2PrintSettings.cs | 128 +++ .../CoreWebView2PrintStatus.cs | 20 + .../CoreWebView2ProcessFailedReason.cs | 3 + .../CoreWebView2Profile.cs | 176 ++++ ...oreWebView2ServerCertificateErrorAction.cs | 20 + ...ServerCertificateErrorDetectedEventArgs.cs | 73 ++ .../CoreWebView2Settings.cs | 16 + .../CoreWebView2SharedBuffer.cs | 54 + .../CoreWebView2SharedBufferAccess.cs | 17 + .../CoreWebView2TrackingPreventionLevel.cs | 23 + ...CoreWebView2WebMessageReceivedEventArgs.cs | 11 + .../Microsoft.UI.Windowing/AppWindow.cs | 35 +- .../AppWindowChangedEventArgs.cs | 2 + .../AppWindowTitleBar.cs | 11 +- .../Uno.UWPSyncGenerator.Reference.csproj | 6 +- 269 files changed, 8921 insertions(+), 528 deletions(-) create mode 100644 src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicKind.cs create mode 100644 src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherExitDeferral.cs create mode 100644 src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherRunOptions.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropManager.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropModifiers.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragInfo.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragOperation.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIContentMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIOverride.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DropOperationTargetRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/IDropOperationTarget.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CharacterReceivedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ContextMenuKeyEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/FocusChangedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusChangedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusController.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputNonClientPointerSource.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPreTranslateKeyboardSource.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/KeyEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientCaptionTappedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientPointerEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionKind.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionsChangedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PhysicalKeyStatus.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/VirtualKeyStates.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemContainerAutomationPeer.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemsViewAutomationPeer.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollController.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollControllerPanningInfo.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedScrollSnapPoint.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedZoomSnapPoint.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerAddScrollVelocityRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerPanRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollByRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollToRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollPresenter.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPoint.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointBase.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointsAlignment.cs rename src/Uno.UI/Generated/3.0.0.0/{Microsoft.UI.Xaml.Hosting/HostingContract.cs => Microsoft.UI.Xaml.Controls.Primitives/SnapPointBase.cs} (54%) create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPoint.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPointBase.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBar.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarDetailLabelRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarLabel.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventKind.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/IndexBasedLayoutOrientation.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransition.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionCompletedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionOperation.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProgress.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProvider.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionTriggers.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemContainer.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsView.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewItemInvokedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionChangedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayout.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemCollectionTransitionProvider.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsInfoRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsJustification.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsStretch.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollView.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnchorRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnimationMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingBringingIntoViewEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingChainMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingContentOrientation.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInputKinds.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInteractionState.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingRailMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollAnimationStartingEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollBarVisibility.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollCompletedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollOptions.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingSnapPointsMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomAnimationStartingEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomCompletedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomOptions.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeViewSelectionChangedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSource.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceGotFocusEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceTakeFocusRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/WindowsXamlManager.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationReason.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationRequest.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationResult.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/DesktopAcrylicBackdrop.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/MicaBackdrop.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/SystemBackdrop.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/ResourceManagerRequestedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlResourceReferenceFailedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2BrowsingDataKinds.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Certificate.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ControllerOptions.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CustomSchemeRegistration.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2FaviconImageFormat.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2File.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2LaunchingExternalUriSchemeEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2MemoryUsageTargetLevel.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionSetting.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PreferredColorScheme.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintCollation.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintColorMode.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDialogKind.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDuplex.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintMediaSize.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintStatus.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Profile.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorAction.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorDetectedEventArgs.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBuffer.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBufferAccess.cs create mode 100644 src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2TrackingPreventionLevel.cs diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Core/CompositorController.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Core/CompositorController.cs index 314f4fc7300c..3a88612e82de 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Core/CompositorController.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Core/CompositorController.cs @@ -18,30 +18,30 @@ public partial class CompositorController : global::System.IDisposable } } #endif - // Forced skipping of method Microsoft.UI.Composition.Core.CompositorController.CommitNeeded.remove #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Dispose() + public global::Windows.Foundation.IAsyncAction EnsurePreviousCommitCompletedAsync() { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Core.CompositorController", "void CompositorController.Dispose()"); + throw new global::System.NotImplementedException("The member IAsyncAction CompositorController.EnsurePreviousCommitCompletedAsync() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CompositorController.EnsurePreviousCommitCompletedAsync%28%29"); } #endif + // Forced skipping of method Microsoft.UI.Composition.Core.CompositorController.CommitNeeded.remove #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Commit() + public void Dispose() { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Core.CompositorController", "void CompositorController.Commit()"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Core.CompositorController", "void CompositorController.Dispose()"); } #endif + // Forced skipping of method Microsoft.UI.Composition.Core.CompositorController.Compositor.get + // Forced skipping of method Microsoft.UI.Composition.Core.CompositorController.CommitNeeded.add #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Windows.Foundation.IAsyncAction EnsurePreviousCommitCompletedAsync() + public void Commit() { - throw new global::System.NotImplementedException("The member IAsyncAction CompositorController.EnsurePreviousCommitCompletedAsync() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CompositorController.EnsurePreviousCommitCompletedAsync%28%29"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Core.CompositorController", "void CompositorController.Commit()"); } #endif - // Forced skipping of method Microsoft.UI.Composition.Core.CompositorController.CommitNeeded.add - // Forced skipping of method Microsoft.UI.Composition.Core.CompositorController.Compositor.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public CompositorController() diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Diagnostics/CompositionDebugHeatMaps.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Diagnostics/CompositionDebugHeatMaps.cs index 8577579a628c..8559bce4a804 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Diagnostics/CompositionDebugHeatMaps.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Diagnostics/CompositionDebugHeatMaps.cs @@ -15,30 +15,30 @@ internal CompositionDebugHeatMaps() #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ShowMemoryUsage(global::Microsoft.UI.Composition.Visual subtree) + public void Hide(global::Microsoft.UI.Composition.Visual subtree) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.ShowMemoryUsage(Visual subtree)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.Hide(Visual subtree)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Hide(global::Microsoft.UI.Composition.Visual subtree) + public void ShowRedraw(global::Microsoft.UI.Composition.Visual subtree) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.Hide(Visual subtree)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.ShowRedraw(Visual subtree)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ShowOverdraw(global::Microsoft.UI.Composition.Visual subtree, global::Microsoft.UI.Composition.Diagnostics.CompositionDebugOverdrawContentKinds contentKinds) + public void ShowMemoryUsage(global::Microsoft.UI.Composition.Visual subtree) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.ShowOverdraw(Visual subtree, CompositionDebugOverdrawContentKinds contentKinds)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.ShowMemoryUsage(Visual subtree)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ShowRedraw(global::Microsoft.UI.Composition.Visual subtree) + public void ShowOverdraw(global::Microsoft.UI.Composition.Visual subtree, global::Microsoft.UI.Composition.Diagnostics.CompositionDebugOverdrawContentKinds contentKinds) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.ShowRedraw(Visual subtree)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Diagnostics.CompositionDebugHeatMaps", "void CompositionDebugHeatMaps.ShowOverdraw(Visual subtree, CompositionDebugOverdrawContentKinds contentKinds)"); } #endif } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Effects/SceneLightingEffect.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Effects/SceneLightingEffect.cs index 41806574ccc3..362526cce6b1 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Effects/SceneLightingEffect.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Effects/SceneLightingEffect.cs @@ -106,20 +106,20 @@ public string Name } } #endif + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.Name.set + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularAmount.set + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularShine.get // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularShine.set + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.ReflectanceModel.get + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.ReflectanceModel.set // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.Name.get - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.Name.set - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularAmount.get + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.AmbientAmount.get // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.AmbientAmount.set // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.DiffuseAmount.get // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.DiffuseAmount.set // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.NormalMapSource.get // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.NormalMapSource.set - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.AmbientAmount.get - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularAmount.set - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularShine.get - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.ReflectanceModel.set - // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.ReflectanceModel.get + // Forced skipping of method Microsoft.UI.Composition.Effects.SceneLightingEffect.SpecularAmount.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public SceneLightingEffect() diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/CompositionConditionalValue.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/CompositionConditionalValue.cs index 3b0fc2fb7b0b..a6cdc43e737a 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/CompositionConditionalValue.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/CompositionConditionalValue.cs @@ -41,8 +41,8 @@ internal CompositionConditionalValue() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Interactions.CompositionConditionalValue.Value.set // Forced skipping of method Microsoft.UI.Composition.Interactions.CompositionConditionalValue.Condition.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.CompositionConditionalValue.Value.set // Forced skipping of method Microsoft.UI.Composition.Interactions.CompositionConditionalValue.Condition.get // Forced skipping of method Microsoft.UI.Composition.Interactions.CompositionConditionalValue.Value.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionSourceConfiguration.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionSourceConfiguration.cs index cbbbfe688191..9480071c1665 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionSourceConfiguration.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionSourceConfiguration.cs @@ -55,10 +55,10 @@ internal InteractionSourceConfiguration() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.PositionXSourceMode.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.ScaleSourceMode.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.PositionXSourceMode.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.PositionYSourceMode.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.PositionXSourceMode.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.PositionXSourceMode.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.PositionYSourceMode.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration.ScaleSourceMode.get } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTracker.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTracker.cs index 36493691a07c..63625a1eb254 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTracker.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTracker.cs @@ -91,27 +91,10 @@ public bool IsInertiaFromImpulse } } #endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public int TryUpdateScaleWithAnimation(global::Microsoft.UI.Composition.CompositionAnimation animation, global::System.Numerics.Vector3 centerPoint) - { - throw new global::System.NotImplementedException("The member int InteractionTracker.TryUpdateScaleWithAnimation(CompositionAnimation animation, Vector3 centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20InteractionTracker.TryUpdateScaleWithAnimation%28CompositionAnimation%20animation%2C%20Vector3%20centerPoint%29"); - } -#endif - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.InteractionSources.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.IsPositionRoundingSuggested.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxPosition.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxPosition.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxScale.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxScale.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinPosition.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinPosition.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinScale.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinScale.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.Position.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.NaturalRestingPosition.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.NaturalRestingScale.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.Owner.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.Position.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.InteractionSources.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.PositionInertiaDecayRate.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.PositionInertiaDecayRate.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.PositionVelocityInPixelsPerSecond.get @@ -171,6 +154,13 @@ public int TryUpdateScale(float value, global::System.Numerics.Vector3 centerPoi throw new global::System.NotImplementedException("The member int InteractionTracker.TryUpdateScale(float value, Vector3 centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20InteractionTracker.TryUpdateScale%28float%20value%2C%20Vector3%20centerPoint%29"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int TryUpdateScaleWithAnimation(global::Microsoft.UI.Composition.CompositionAnimation animation, global::System.Numerics.Vector3 centerPoint) + { + throw new global::System.NotImplementedException("The member int InteractionTracker.TryUpdateScaleWithAnimation(CompositionAnimation animation, Vector3 centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20InteractionTracker.TryUpdateScaleWithAnimation%28CompositionAnimation%20animation%2C%20Vector3%20centerPoint%29"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public int TryUpdateScaleWithAdditionalVelocity(float velocityInPercentPerSecond, global::System.Numerics.Vector3 centerPoint) @@ -209,6 +199,22 @@ public int TryUpdatePosition(global::System.Numerics.Vector3 value, global::Micr throw new global::System.NotImplementedException("The member int InteractionTracker.TryUpdatePosition(Vector3 value, InteractionTrackerClampingOption option, InteractionTrackerPositionUpdateOption posUpdateOption) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20InteractionTracker.TryUpdatePosition%28Vector3%20value%2C%20InteractionTrackerClampingOption%20option%2C%20InteractionTrackerPositionUpdateOption%20posUpdateOption%29"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int TryUpdatePositionBy(global::System.Numerics.Vector3 amount) + { + throw new global::System.NotImplementedException("The member int InteractionTracker.TryUpdatePositionBy(Vector3 amount) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20InteractionTracker.TryUpdatePositionBy%28Vector3%20amount%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.NaturalRestingScale.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.IsPositionRoundingSuggested.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxPosition.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxPosition.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxScale.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MaxScale.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinPosition.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinPosition.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTracker.MinScale.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static void SetBindingMode(global::Microsoft.UI.Composition.Interactions.InteractionTracker boundTracker1, global::Microsoft.UI.Composition.Interactions.InteractionTracker boundTracker2, global::Microsoft.UI.Composition.Interactions.InteractionBindingAxisModes axisMode) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerIdleStateEnteredArgs.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerIdleStateEnteredArgs.cs index df610e83e349..2bc3258acdd5 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerIdleStateEnteredArgs.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerIdleStateEnteredArgs.cs @@ -12,5 +12,6 @@ public partial class InteractionTrackerIdleStateEnteredArgs // Skipping already declared property IsFromBinding // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerIdleStateEnteredArgs.IsFromBinding.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerIdleStateEnteredArgs.RequestId.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerIdleStateEnteredArgs.IsFromBinding.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaMotion.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaMotion.cs index 498a6d9d969c..8339c28f596d 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaMotion.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaMotion.cs @@ -42,9 +42,9 @@ internal InteractionTrackerInertiaMotion() } #endif // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Condition.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Motion.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Motion.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Condition.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Motion.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaNaturalMotion.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaNaturalMotion.cs index 0e8450bd2fab..e01d3f1497c0 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaNaturalMotion.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaNaturalMotion.cs @@ -41,9 +41,9 @@ internal InteractionTrackerInertiaNaturalMotion() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion.Condition.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion.NaturalMotion.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion.NaturalMotion.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion.Condition.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion.Condition.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaRestingValue.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaRestingValue.cs index e7b960b5d526..d382da1cd2d0 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaRestingValue.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaRestingValue.cs @@ -41,9 +41,9 @@ internal InteractionTrackerInertiaRestingValue() } } #endif + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.Condition.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.Condition.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.RestingValue.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.Condition.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.RestingValue.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaStateEnteredArgs.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaStateEnteredArgs.cs index 8bbf98e51a66..e696ddab4384 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaStateEnteredArgs.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInertiaStateEnteredArgs.cs @@ -19,12 +19,13 @@ public partial class InteractionTrackerInertiaStateEnteredArgs // Skipping already declared property IsFromBinding // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.RequestId.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.IsFromBinding.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.ModifiedRestingScale.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.NaturalRestingPosition.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.NaturalRestingScale.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.PositionVelocityInPixelsPerSecond.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.ModifiedRestingPosition.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.ScaleVelocityInPercentPerSecond.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.IsInertiaFromImpulse.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.RequestId.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.ModifiedRestingScale.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs.NaturalRestingPosition.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInteractingStateEnteredArgs.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInteractingStateEnteredArgs.cs index be91dc7af3da..b45e5693f151 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInteractingStateEnteredArgs.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerInteractingStateEnteredArgs.cs @@ -12,5 +12,6 @@ public partial class InteractionTrackerInteractingStateEnteredArgs // Skipping already declared property IsFromBinding // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInteractingStateEnteredArgs.RequestId.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInteractingStateEnteredArgs.IsFromBinding.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerInteractingStateEnteredArgs.RequestId.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerVector2InertiaNaturalMotion.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerVector2InertiaNaturalMotion.cs index fc73347e09d0..b39332f6ac5d 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerVector2InertiaNaturalMotion.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/InteractionTrackerVector2InertiaNaturalMotion.cs @@ -41,10 +41,10 @@ internal InteractionTrackerVector2InertiaNaturalMotion() } } #endif + // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion.set // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion.Condition.get // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion.Condition.set - // Forced skipping of method Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/VisualInteractionSource.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/VisualInteractionSource.cs index a2573dc940cf..30ee1c59f385 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/VisualInteractionSource.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Interactions/VisualInteractionSource.cs @@ -127,7 +127,14 @@ public float ScaleVelocity } } #endif - // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PointerWheelConfig.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionYChainingMode.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ConfigureDeltaScaleModifiers(global::System.Collections.Generic.IEnumerable conditionalValues) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Interactions.VisualInteractionSource", "void VisualInteractionSource.ConfigureDeltaScaleModifiers(IEnumerable conditionalValues)"); + } +#endif // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionVelocity.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.Scale.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.ScaleVelocity.get @@ -159,14 +166,7 @@ public void ConfigureDeltaPositionYModifiers(global::System.Collections.Generic. global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Interactions.VisualInteractionSource", "void VisualInteractionSource.ConfigureDeltaPositionYModifiers(IEnumerable conditionalValues)"); } #endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ConfigureDeltaScaleModifiers(global::System.Collections.Generic.IEnumerable conditionalValues) - { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Interactions.VisualInteractionSource", "void VisualInteractionSource.ConfigureDeltaScaleModifiers(IEnumerable conditionalValues)"); - } -#endif - // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.IsPositionXRailsEnabled.get + // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PointerWheelConfig.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.IsPositionXRailsEnabled.set // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.IsPositionYRailsEnabled.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.IsPositionYRailsEnabled.set @@ -177,7 +177,7 @@ public void ConfigureDeltaScaleModifiers(global::System.Collections.Generic.IEnu // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionXSourceMode.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionXSourceMode.set // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionYChainingMode.get - // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionYChainingMode.set + // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.IsPositionXRailsEnabled.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionYSourceMode.get // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.PositionYSourceMode.set // Forced skipping of method Microsoft.UI.Composition.Interactions.VisualInteractionSource.ScaleChainingMode.get diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneBoundingBox.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneBoundingBox.cs index 868447e60aa1..9f5d44fec370 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneBoundingBox.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneBoundingBox.cs @@ -63,10 +63,10 @@ internal SceneBoundingBox() } } #endif + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Size.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Max.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Min.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Extents.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Min.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Center.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneBoundingBox.Size.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneComponentCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneComponentCollection.cs index 240f7fb3a3b0..4cfabd1cbea8 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneComponentCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneComponentCollection.cs @@ -23,18 +23,18 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.GetMany(uint, Microsoft.UI.Composition.Scenes.SceneComponent[]) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.Append(Microsoft.UI.Composition.Scenes.SceneComponent) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.SetAt(uint, Microsoft.UI.Composition.Scenes.SceneComponent) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.InsertAt(uint, Microsoft.UI.Composition.Scenes.SceneComponent) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.First() - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.IndexOf(Microsoft.UI.Composition.Scenes.SceneComponent, out uint) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.Size.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.GetView() // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.GetAt(uint) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.SetAt(uint, Microsoft.UI.Composition.Scenes.SceneComponent) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.InsertAt(uint, Microsoft.UI.Composition.Scenes.SceneComponent) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.RemoveAt(uint) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.Append(Microsoft.UI.Composition.Scenes.SceneComponent) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.IndexOf(Microsoft.UI.Composition.Scenes.SceneComponent, out uint) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.RemoveAtEnd() // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.Clear() + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.GetMany(uint, Microsoft.UI.Composition.Scenes.SceneComponent[]) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneComponentCollection.ReplaceAll(Microsoft.UI.Composition.Scenes.SceneComponent[]) // Processing: System.Collections.Generic.IList #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMesh.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMesh.cs index e8d353e736ed..7e3bb76a8c50 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMesh.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMesh.cs @@ -37,7 +37,9 @@ internal SceneMesh() } } #endif + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMesh.Bounds.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMesh.PrimitiveTopology.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMesh.PrimitiveTopology.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void FillMeshAttribute(global::Microsoft.UI.Composition.Scenes.SceneAttributeSemantic semantic, global::Microsoft.Graphics.DirectX.DirectXPixelFormat format, global::Windows.Foundation.MemoryBuffer memory) @@ -45,8 +47,6 @@ public void FillMeshAttribute(global::Microsoft.UI.Composition.Scenes.SceneAttri global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Scenes.SceneMesh", "void SceneMesh.FillMeshAttribute(SceneAttributeSemantic semantic, DirectXPixelFormat format, MemoryBuffer memory)"); } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMesh.PrimitiveTopology.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMesh.Bounds.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Scenes.SceneMesh Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshMaterialAttributeMap.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshMaterialAttributeMap.cs index b87ca7cd0737..8b7f1dad434f 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshMaterialAttributeMap.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshMaterialAttributeMap.cs @@ -23,14 +23,14 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.HasKey(string) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Insert(string, Microsoft.UI.Composition.Scenes.SceneAttributeSemantic) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.First() // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Remove(string) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Size.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Clear() - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.First() - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Lookup(string) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.HasKey(string) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.GetView() + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Insert(string, Microsoft.UI.Composition.Scenes.SceneAttributeSemantic) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Lookup(string) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshMaterialAttributeMap.Clear() // Processing: System.Collections.Generic.IDictionary #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ // DeclaringType: System.Collections.Generic.IDictionary diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshRendererComponent.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshRendererComponent.cs index ed58f7aba998..4893c4f1df47 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshRendererComponent.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMeshRendererComponent.cs @@ -51,11 +51,11 @@ internal SceneMeshRendererComponent() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Mesh.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Mesh.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.UVMappings.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Material.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Material.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Mesh.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Material.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent.Mesh.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Scenes.SceneMeshRendererComponent Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMetallicRoughnessMaterial.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMetallicRoughnessMaterial.cs index 020656096eb1..92a2d8dab719 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMetallicRoughnessMaterial.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneMetallicRoughnessMaterial.cs @@ -83,16 +83,16 @@ public float MetallicFactor } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.MetallicFactor.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.BaseColorInput.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.BaseColorFactor.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.BaseColorInput.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.MetallicFactor.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.MetallicFactor.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.MetallicRoughnessInput.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.BaseColorFactor.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.BaseColorFactor.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.MetallicRoughnessInput.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.RoughnessFactor.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.RoughnessFactor.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial.BaseColorInput.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Scenes.SceneMetallicRoughnessMaterial Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneModelTransform.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneModelTransform.cs index a15216a56554..9832fcae3601 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneModelTransform.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneModelTransform.cs @@ -97,17 +97,17 @@ public float RotationAngle } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Scale.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Translation.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Translation.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Orientation.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAxis.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Orientation.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAngle.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAngle.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAngleInDegrees.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Orientation.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Orientation.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAngleInDegrees.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAxis.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.RotationAxis.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Translation.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Scale.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Scale.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneModelTransform.Translation.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNode.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNode.cs index edb6df80554b..028077a3d19c 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNode.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNode.cs @@ -53,9 +53,6 @@ internal SceneNode() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Parent.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Transform.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Components.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public global::Microsoft.UI.Composition.Scenes.SceneComponent FindFirstComponentOfType(global::Microsoft.UI.Composition.Scenes.SceneComponentType value) @@ -63,6 +60,9 @@ internal SceneNode() throw new global::System.NotImplementedException("The member SceneComponent SceneNode.FindFirstComponentOfType(SceneComponentType value) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SceneComponent%20SceneNode.FindFirstComponentOfType%28SceneComponentType%20value%29"); } #endif + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Transform.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Components.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Parent.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNode.Children.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNodeCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNodeCollection.cs index 9a334355b14b..69c729888f48 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNodeCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneNodeCollection.cs @@ -23,19 +23,19 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.InsertAt(uint, Microsoft.UI.Composition.Scenes.SceneNode) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.Clear() - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.ReplaceAll(Microsoft.UI.Composition.Scenes.SceneNode[]) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.SetAt(uint, Microsoft.UI.Composition.Scenes.SceneNode) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.First() // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.Size.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.GetView() // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.IndexOf(Microsoft.UI.Composition.Scenes.SceneNode, out uint) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.SetAt(uint, Microsoft.UI.Composition.Scenes.SceneNode) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.GetAt(uint) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.InsertAt(uint, Microsoft.UI.Composition.Scenes.SceneNode) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.RemoveAt(uint) - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.GetMany(uint, Microsoft.UI.Composition.Scenes.SceneNode[]) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.Append(Microsoft.UI.Composition.Scenes.SceneNode) // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.RemoveAtEnd() + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.Clear() + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.GetMany(uint, Microsoft.UI.Composition.Scenes.SceneNode[]) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.ReplaceAll(Microsoft.UI.Composition.Scenes.SceneNode[]) + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneNodeCollection.GetAt(uint) // Processing: System.Collections.Generic.IList #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ // DeclaringType: System.Collections.Generic.IList diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/ScenePbrMaterial.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/ScenePbrMaterial.cs index c4de2c26ffcd..702f78a0d5ae 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/ScenePbrMaterial.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/ScenePbrMaterial.cs @@ -139,23 +139,23 @@ public float AlphaCutoff } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.IsDoubleSided.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.OcclusionStrength.set // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.EmissiveInput.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.AlphaCutoff.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.OcclusionStrength.set // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.AlphaCutoff.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.OcclusionStrength.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalInput.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.EmissiveFactor.set // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.AlphaMode.get // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.AlphaMode.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.AlphaCutoff.get // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.EmissiveInput.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalInput.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalScale.get // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.EmissiveFactor.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.EmissiveFactor.set // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.IsDoubleSided.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.IsDoubleSided.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalInput.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalInput.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalScale.get // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.NormalScale.set // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.OcclusionInput.get // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.OcclusionInput.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.ScenePbrMaterial.OcclusionStrength.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneSurfaceMaterialInput.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneSurfaceMaterialInput.cs index 1e47d0277a26..f0b944c31d6c 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneSurfaceMaterialInput.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneSurfaceMaterialInput.cs @@ -69,14 +69,14 @@ internal SceneSurfaceMaterialInput() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.Surface.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.BitmapInterpolationMode.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.WrappingUMode.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.Surface.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.WrappingVMode.get + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.BitmapInterpolationMode.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.WrappingUMode.set // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.WrappingVMode.set - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.Surface.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.WrappingUMode.get - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.BitmapInterpolationMode.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.Surface.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput.BitmapInterpolationMode.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Scenes.SceneSurfaceMaterialInput Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneVisual.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneVisual.cs index 9ce313a1348b..52eac2edd14e 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneVisual.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.Scenes/SceneVisual.cs @@ -27,8 +27,8 @@ internal SceneVisual() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneVisual.Root.get // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneVisual.Root.set + // Forced skipping of method Microsoft.UI.Composition.Scenes.SceneVisual.Root.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Composition.Scenes.SceneVisual Create(global::Microsoft.UI.Composition.Compositor compositor) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicController.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicController.cs index 2ad0a3b497e1..c0846f3e95c3 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicController.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicController.cs @@ -6,7 +6,7 @@ namespace Microsoft.UI.Composition.SystemBackdrops #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif - public partial class DesktopAcrylicController : global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropController, global::System.IDisposable, global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropControllerWithTargets + public partial class DesktopAcrylicController : global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropController, global::System.IDisposable, global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropControllerWithTargets, global::Microsoft.UI.IClosableNotifier { #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -64,6 +64,20 @@ public float LuminosityOpacity } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicKind Kind + { + get + { + throw new global::System.NotImplementedException("The member DesktopAcrylicKind DesktopAcrylicController.Kind is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DesktopAcrylicKind%20DesktopAcrylicController.Kind"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "DesktopAcrylicKind DesktopAcrylicController.Kind"); + } + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public global::Microsoft.UI.Composition.SystemBackdrops.SystemBackdropState State @@ -76,11 +90,22 @@ public float LuminosityOpacity #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public bool SetTarget(global::Windows.UI.Core.CoreWindow coreWindow, global::Windows.UI.Composition.CompositionTarget compositionTarget) + public bool IsClosed { - throw new global::System.NotImplementedException("The member bool DesktopAcrylicController.SetTarget(CoreWindow coreWindow, CompositionTarget compositionTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DesktopAcrylicController.SetTarget%28CoreWindow%20coreWindow%2C%20CompositionTarget%20compositionTarget%29"); + get + { + throw new global::System.NotImplementedException("The member bool DesktopAcrylicController.IsClosed is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DesktopAcrylicController.IsClosed"); + } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool RemoveSystemBackdropTarget(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop systemBackdropTarget) + { + throw new global::System.NotImplementedException("The member bool DesktopAcrylicController.RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DesktopAcrylicController.RemoveSystemBackdropTarget%28ICompositionSupportsSystemBackdrop%20systemBackdropTarget%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.TintOpacity.get // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.TintOpacity.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -89,6 +114,8 @@ public void ResetProperties() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "void DesktopAcrylicController.ResetProperties()"); } #endif + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.Kind.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.Kind.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public bool SetTarget(global::Microsoft.UI.WindowId windowId, global::Windows.UI.Composition.CompositionTarget desktopWindowTarget) @@ -96,7 +123,13 @@ public bool SetTarget(global::Microsoft.UI.WindowId windowId, global::Windows.UI throw new global::System.NotImplementedException("The member bool DesktopAcrylicController.SetTarget(WindowId windowId, CompositionTarget desktopWindowTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DesktopAcrylicController.SetTarget%28WindowId%20windowId%2C%20CompositionTarget%20desktopWindowTarget%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.FallbackColor.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool SetTarget(global::Windows.UI.Core.CoreWindow coreWindow, global::Windows.UI.Composition.CompositionTarget compositionTarget) + { + throw new global::System.NotImplementedException("The member bool DesktopAcrylicController.SetTarget(CoreWindow coreWindow, CompositionTarget compositionTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DesktopAcrylicController.SetTarget%28CoreWindow%20coreWindow%2C%20CompositionTarget%20compositionTarget%29"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void Dispose() @@ -119,7 +152,7 @@ public void RemoveAllSystemBackdropTargets() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "void DesktopAcrylicController.RemoveAllSystemBackdropTargets()"); } #endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.FallbackColor.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.IsClosed.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void SetSystemBackdropConfiguration(global::Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration configuration) @@ -129,18 +162,16 @@ public void SetSystemBackdropConfiguration(global::Microsoft.UI.Composition.Syst #endif // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.StateChanged.add // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.StateChanged.remove + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.FallbackColor.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.Closed.add + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.Closed.remove + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.FrameworkClosed.add + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.FrameworkClosed.remove + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.FallbackColor.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.LuminosityOpacity.get // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.LuminosityOpacity.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.TintColor.get -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public bool RemoveSystemBackdropTarget(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop systemBackdropTarget) - { - throw new global::System.NotImplementedException("The member bool DesktopAcrylicController.RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DesktopAcrylicController.RemoveSystemBackdropTarget%28ICompositionSupportsSystemBackdrop%20systemBackdropTarget%29"); - } -#endif // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.TintColor.set - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController.TintOpacity.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public DesktopAcrylicController() @@ -171,9 +202,42 @@ public static bool IsSupported() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "event TypedEventHandler DesktopAcrylicController.StateChanged"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Microsoft.UI.ClosableNotifierHandler Closed + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "event ClosableNotifierHandler DesktopAcrylicController.Closed"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "event ClosableNotifierHandler DesktopAcrylicController.Closed"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Microsoft.UI.ClosableNotifierHandler FrameworkClosed + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "event ClosableNotifierHandler DesktopAcrylicController.FrameworkClosed"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicController", "event ClosableNotifierHandler DesktopAcrylicController.FrameworkClosed"); + } + } #endif // Processing: Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropController // Processing: System.IDisposable // Processing: Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropControllerWithTargets + // Processing: Microsoft.UI.IClosableNotifier } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicKind.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicKind.cs new file mode 100644 index 000000000000..41f7b87c8348 --- /dev/null +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/DesktopAcrylicKind.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Composition.SystemBackdrops +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum DesktopAcrylicKind + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Base = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Thin = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/MicaController.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/MicaController.cs index fb43eef33bc8..40f011fd59a9 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/MicaController.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/MicaController.cs @@ -6,7 +6,7 @@ namespace Microsoft.UI.Composition.SystemBackdrops #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif - public partial class MicaController : global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropController, global::System.IDisposable, global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropControllerWithTargets + public partial class MicaController : global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropController, global::System.IDisposable, global::Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropControllerWithTargets, global::Microsoft.UI.IClosableNotifier { #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -88,7 +88,24 @@ public float LuminosityOpacity } } #endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.TintColor.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsClosed + { + get + { + throw new global::System.NotImplementedException("The member bool MicaController.IsClosed is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.IsClosed"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool RemoveSystemBackdropTarget(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop systemBackdropTarget) + { + throw new global::System.NotImplementedException("The member bool MicaController.RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.RemoveSystemBackdropTarget%28ICompositionSupportsSystemBackdrop%20systemBackdropTarget%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.State.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void SetSystemBackdropConfiguration(global::Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration configuration) @@ -96,11 +113,37 @@ public void SetSystemBackdropConfiguration(global::Microsoft.UI.Composition.Syst global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "void MicaController.SetSystemBackdropConfiguration(SystemBackdropConfiguration configuration)"); } #endif + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.StateChanged.add + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.StateChanged.remove + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.IsClosed.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.Closed.add + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.Closed.remove + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.FrameworkClosed.add + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.FrameworkClosed.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool AddSystemBackdropTarget(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop systemBackdropTarget) + { + throw new global::System.NotImplementedException("The member bool MicaController.AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.AddSystemBackdropTarget%28ICompositionSupportsSystemBackdrop%20systemBackdropTarget%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void RemoveAllSystemBackdropTargets() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "void MicaController.RemoveAllSystemBackdropTargets()"); + } +#endif + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.FallbackColor.set + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.LuminosityOpacity.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.LuminosityOpacity.set + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.TintColor.get // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.TintColor.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.TintOpacity.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.FallbackColor.get // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.TintOpacity.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.Kind.get - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.LuminosityOpacity.set + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.Kind.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void ResetProperties() @@ -128,68 +171,73 @@ public void Dispose() { global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "void MicaController.Dispose()"); } -#endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.State.get -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public bool AddSystemBackdropTarget(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop systemBackdropTarget) - { - throw new global::System.NotImplementedException("The member bool MicaController.AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.AddSystemBackdropTarget%28ICompositionSupportsSystemBackdrop%20systemBackdropTarget%29"); - } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void RemoveAllSystemBackdropTargets() + public MicaController() { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "void MicaController.RemoveAllSystemBackdropTargets()"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "MicaController.MicaController()"); } #endif + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.MicaController() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public bool RemoveSystemBackdropTarget(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop systemBackdropTarget) + public static bool IsSupported() { - throw new global::System.NotImplementedException("The member bool MicaController.RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.RemoveSystemBackdropTarget%28ICompositionSupportsSystemBackdrop%20systemBackdropTarget%29"); + throw new global::System.NotImplementedException("The member bool MicaController.IsSupported() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.IsSupported%28%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.StateChanged.add - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.StateChanged.remove - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.Kind.set - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.FallbackColor.set - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.FallbackColor.get - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.LuminosityOpacity.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public MicaController() + public event global::Windows.Foundation.TypedEventHandler StateChanged { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "MicaController.MicaController()"); + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event TypedEventHandler MicaController.StateChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event TypedEventHandler MicaController.StateChanged"); + } } #endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.MicaController.MicaController() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public static bool IsSupported() + public event global::Microsoft.UI.ClosableNotifierHandler Closed { - throw new global::System.NotImplementedException("The member bool MicaController.IsSupported() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20MicaController.IsSupported%28%29"); + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event ClosableNotifierHandler MicaController.Closed"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event ClosableNotifierHandler MicaController.Closed"); + } } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public event global::Windows.Foundation.TypedEventHandler StateChanged + public event global::Microsoft.UI.ClosableNotifierHandler FrameworkClosed { [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] add { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event TypedEventHandler MicaController.StateChanged"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event ClosableNotifierHandler MicaController.FrameworkClosed"); } [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] remove { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event TypedEventHandler MicaController.StateChanged"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.SystemBackdrops.MicaController", "event ClosableNotifierHandler MicaController.FrameworkClosed"); } } #endif // Processing: Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropController // Processing: System.IDisposable // Processing: Microsoft.UI.Composition.SystemBackdrops.ISystemBackdropControllerWithTargets + // Processing: Microsoft.UI.IClosableNotifier } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/SystemBackdropConfiguration.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/SystemBackdropConfiguration.cs index b9321c07455f..6056b0346b81 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/SystemBackdropConfiguration.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition.SystemBackdrops/SystemBackdropConfiguration.cs @@ -64,12 +64,12 @@ public bool IsHighContrast } } #endif - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.HighContrastBackgroundColor.get - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.IsHighContrast.set - // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.IsInputActive.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.Theme.set + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.IsHighContrast.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.IsInputActive.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.IsInputActive.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.Theme.get + // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.HighContrastBackgroundColor.get // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.HighContrastBackgroundColor.set // Forced skipping of method Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration.IsHighContrast.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AmbientLight.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AmbientLight.cs index 154a245f3090..ac89bb95dd62 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AmbientLight.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AmbientLight.cs @@ -41,8 +41,8 @@ public float Intensity } } #endif - // Forced skipping of method Microsoft.UI.Composition.AmbientLight.Intensity.get // Forced skipping of method Microsoft.UI.Composition.AmbientLight.Color.set + // Forced skipping of method Microsoft.UI.Composition.AmbientLight.Intensity.get // Forced skipping of method Microsoft.UI.Composition.AmbientLight.Color.get // Forced skipping of method Microsoft.UI.Composition.AmbientLight.Intensity.set } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationController.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationController.cs index 1e5bdb9ab0a4..6046b2f1018f 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationController.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationController.cs @@ -75,14 +75,7 @@ public static float MinPlaybackRate } } #endif - // Forced skipping of method Microsoft.UI.Composition.AnimationController.PlaybackRate.get -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Pause() - { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.AnimationController", "void AnimationController.Pause()"); - } -#endif + // Forced skipping of method Microsoft.UI.Composition.AnimationController.ProgressBehavior.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void Resume() @@ -90,11 +83,18 @@ public void Resume() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.AnimationController", "void AnimationController.Resume()"); } #endif - // Forced skipping of method Microsoft.UI.Composition.AnimationController.ProgressBehavior.set // Forced skipping of method Microsoft.UI.Composition.AnimationController.Progress.get // Forced skipping of method Microsoft.UI.Composition.AnimationController.PlaybackRate.set + // Forced skipping of method Microsoft.UI.Composition.AnimationController.PlaybackRate.get // Forced skipping of method Microsoft.UI.Composition.AnimationController.Progress.set - // Forced skipping of method Microsoft.UI.Composition.AnimationController.ProgressBehavior.get + // Forced skipping of method Microsoft.UI.Composition.AnimationController.ProgressBehavior.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Pause() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.AnimationController", "void AnimationController.Pause()"); + } +#endif // Forced skipping of method Microsoft.UI.Composition.AnimationController.MaxPlaybackRate.get // Forced skipping of method Microsoft.UI.Composition.AnimationController.MinPlaybackRate.get } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationPropertyInfo.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationPropertyInfo.cs index ef756705b5a4..513e73a15385 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationPropertyInfo.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/AnimationPropertyInfo.cs @@ -27,21 +27,21 @@ internal AnimationPropertyInfo() } } #endif - // Forced skipping of method Microsoft.UI.Composition.AnimationPropertyInfo.AccessMode.set + // Forced skipping of method Microsoft.UI.Composition.AnimationPropertyInfo.AccessMode.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.CompositionObject GetResolvedCompositionObject() + public string GetResolvedCompositionObjectProperty() { - throw new global::System.NotImplementedException("The member CompositionObject AnimationPropertyInfo.GetResolvedCompositionObject() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionObject%20AnimationPropertyInfo.GetResolvedCompositionObject%28%29"); + throw new global::System.NotImplementedException("The member string AnimationPropertyInfo.GetResolvedCompositionObjectProperty() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20AnimationPropertyInfo.GetResolvedCompositionObjectProperty%28%29"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public string GetResolvedCompositionObjectProperty() + public global::Microsoft.UI.Composition.CompositionObject GetResolvedCompositionObject() { - throw new global::System.NotImplementedException("The member string AnimationPropertyInfo.GetResolvedCompositionObjectProperty() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20AnimationPropertyInfo.GetResolvedCompositionObjectProperty%28%29"); + throw new global::System.NotImplementedException("The member CompositionObject AnimationPropertyInfo.GetResolvedCompositionObject() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionObject%20AnimationPropertyInfo.GetResolvedCompositionObject%28%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.AnimationPropertyInfo.AccessMode.get + // Forced skipping of method Microsoft.UI.Composition.AnimationPropertyInfo.AccessMode.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BackEasingFunction.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BackEasingFunction.cs index 594e475e056e..e8a00e0d5a90 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BackEasingFunction.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BackEasingFunction.cs @@ -33,7 +33,7 @@ public float Amplitude } } #endif - // Forced skipping of method Microsoft.UI.Composition.BackEasingFunction.Mode.get // Forced skipping of method Microsoft.UI.Composition.BackEasingFunction.Amplitude.get + // Forced skipping of method Microsoft.UI.Composition.BackEasingFunction.Mode.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceScalarNaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceScalarNaturalMotionAnimation.cs index 40c912570035..556af80861ea 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceScalarNaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceScalarNaturalMotionAnimation.cs @@ -41,9 +41,9 @@ public float Acceleration } } #endif - // Forced skipping of method Microsoft.UI.Composition.BounceScalarNaturalMotionAnimation.Restitution.set // Forced skipping of method Microsoft.UI.Composition.BounceScalarNaturalMotionAnimation.Acceleration.get - // Forced skipping of method Microsoft.UI.Composition.BounceScalarNaturalMotionAnimation.Acceleration.set // Forced skipping of method Microsoft.UI.Composition.BounceScalarNaturalMotionAnimation.Restitution.get + // Forced skipping of method Microsoft.UI.Composition.BounceScalarNaturalMotionAnimation.Acceleration.set + // Forced skipping of method Microsoft.UI.Composition.BounceScalarNaturalMotionAnimation.Restitution.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceVector3NaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceVector3NaturalMotionAnimation.cs index 8cbae3c22f47..e6a63022943c 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceVector3NaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/BounceVector3NaturalMotionAnimation.cs @@ -41,9 +41,9 @@ public float Acceleration } } #endif - // Forced skipping of method Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation.Restitution.get // Forced skipping of method Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation.Acceleration.set // Forced skipping of method Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation.Acceleration.get + // Forced skipping of method Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation.Restitution.get // Forced skipping of method Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation.Restitution.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ColorKeyFrameAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ColorKeyFrameAnimation.cs index 4284a8a19245..42fa3efe2aa1 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ColorKeyFrameAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ColorKeyFrameAnimation.cs @@ -29,19 +29,19 @@ internal ColorKeyFrameAnimation() #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertKeyFrame(float normalizedProgressKey, global::Windows.UI.Color value) + public void InsertKeyFrame(float normalizedProgressKey, global::Windows.UI.Color value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.ColorKeyFrameAnimation", "void ColorKeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Color value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.ColorKeyFrameAnimation", "void ColorKeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Color value, CompositionEasingFunction easingFunction)"); } #endif + // Forced skipping of method Microsoft.UI.Composition.ColorKeyFrameAnimation.InterpolationColorSpace.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertKeyFrame(float normalizedProgressKey, global::Windows.UI.Color value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) + public void InsertKeyFrame(float normalizedProgressKey, global::Windows.UI.Color value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.ColorKeyFrameAnimation", "void ColorKeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Color value, CompositionEasingFunction easingFunction)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.ColorKeyFrameAnimation", "void ColorKeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Color value)"); } #endif - // Forced skipping of method Microsoft.UI.Composition.ColorKeyFrameAnimation.InterpolationColorSpace.get // Forced skipping of method Microsoft.UI.Composition.ColorKeyFrameAnimation.InterpolationColorSpace.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimation.cs index 1b9d22538bdc..7817426c5a2b 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimation.cs @@ -34,16 +34,9 @@ public string Target #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void SetQuaternionParameter(string key, global::System.Numerics.Quaternion value) - { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetQuaternionParameter(string key, Quaternion value)"); - } -#endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void SetBooleanParameter(string key, bool value) + public void SetVector4Parameter(string key, global::System.Numerics.Vector4 value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetBooleanParameter(string key, bool value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetVector4Parameter(string key, Vector4 value)"); } #endif // Forced skipping of method Microsoft.UI.Composition.CompositionAnimation.Target.get @@ -58,9 +51,9 @@ public void SetExpressionReferenceParameter(string parameterName, global::Micros #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ClearAllParameters() + public void SetScalarParameter(string key, float value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.ClearAllParameters()"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetScalarParameter(string key, float value)"); } #endif // Skipping already declared method Microsoft.UI.Composition.CompositionAnimation.SetReferenceParameter(string, Microsoft.UI.Composition.CompositionObject) @@ -79,6 +72,13 @@ public void SetColorParameter(string key, global::Windows.UI.Color value) global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetColorParameter(string key, Color value)"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetBooleanParameter(string key, bool value) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetBooleanParameter(string key, bool value)"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void SetMatrix3x2Parameter(string key, global::System.Numerics.Matrix3x2 value) @@ -93,6 +93,13 @@ public void SetMatrix4x4Parameter(string key, global::System.Numerics.Matrix4x4 global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetMatrix4x4Parameter(string key, Matrix4x4 value)"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetQuaternionParameter(string key, global::System.Numerics.Quaternion value) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetQuaternionParameter(string key, Quaternion value)"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void SetVector2Parameter(string key, global::System.Numerics.Vector2 value) @@ -109,9 +116,9 @@ public void SetVector3Parameter(string key, global::System.Numerics.Vector3 valu #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void SetVector4Parameter(string key, global::System.Numerics.Vector4 value) + public void ClearAllParameters() { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.SetVector4Parameter(string key, Vector4 value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimation", "void CompositionAnimation.ClearAllParameters()"); } #endif // Processing: Microsoft.UI.Composition.ICompositionAnimationBase diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimationGroup.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimationGroup.cs index 41145f115b76..2ee8643f9e3a 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimationGroup.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionAnimationGroup.cs @@ -23,21 +23,21 @@ public int Count } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionAnimationGroup.First() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Add(global::Microsoft.UI.Composition.CompositionAnimation value) + public void Remove(global::Microsoft.UI.Composition.CompositionAnimation value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimationGroup", "void CompositionAnimationGroup.Add(CompositionAnimation value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimationGroup", "void CompositionAnimationGroup.Remove(CompositionAnimation value)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Remove(global::Microsoft.UI.Composition.CompositionAnimation value) + public void Add(global::Microsoft.UI.Composition.CompositionAnimation value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimationGroup", "void CompositionAnimationGroup.Remove(CompositionAnimation value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimationGroup", "void CompositionAnimationGroup.Add(CompositionAnimation value)"); } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionAnimationGroup.Count.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void RemoveAll() @@ -45,7 +45,7 @@ public void RemoveAll() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionAnimationGroup", "void CompositionAnimationGroup.RemoveAll()"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionAnimationGroup.Count.get + // Forced skipping of method Microsoft.UI.Composition.CompositionAnimationGroup.First() // Processing: System.Collections.Generic.IEnumerable #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ // DeclaringType: System.Collections.Generic.IEnumerable diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCapabilities.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCapabilities.cs index a38bb5d357aa..4b51e30608d5 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCapabilities.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCapabilities.cs @@ -10,16 +10,16 @@ public partial class CompositionCapabilities { #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || false || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__NETSTD_REFERENCE__", "__MACOS__")] - public bool AreEffectsFast() + public bool AreEffectsSupported() { - throw new global::System.NotImplementedException("The member bool CompositionCapabilities.AreEffectsFast() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CompositionCapabilities.AreEffectsFast%28%29"); + throw new global::System.NotImplementedException("The member bool CompositionCapabilities.AreEffectsSupported() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CompositionCapabilities.AreEffectsSupported%28%29"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || false || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__NETSTD_REFERENCE__", "__MACOS__")] - public bool AreEffectsSupported() + public bool AreEffectsFast() { - throw new global::System.NotImplementedException("The member bool CompositionCapabilities.AreEffectsSupported() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CompositionCapabilities.AreEffectsSupported%28%29"); + throw new global::System.NotImplementedException("The member bool CompositionCapabilities.AreEffectsFast() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CompositionCapabilities.AreEffectsFast%28%29"); } #endif // Forced skipping of method Microsoft.UI.Composition.CompositionCapabilities.Changed.add diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionClip.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionClip.cs index 32ec68f1c4dd..94dd50d3196e 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionClip.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionClip.cs @@ -15,19 +15,19 @@ public partial class CompositionClip : global::Microsoft.UI.Composition.Composit // Skipping already declared property Offset // Skipping already declared property CenterPoint // Skipping already declared property AnchorPoint - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Offset.get - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.RotationAngleInDegrees.set - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.AnchorPoint.get - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Scale.set - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.TransformMatrix.get - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.TransformMatrix.set // Forced skipping of method Microsoft.UI.Composition.CompositionClip.AnchorPoint.set + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.TransformMatrix.get + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.RotationAngle.get + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Scale.get // Forced skipping of method Microsoft.UI.Composition.CompositionClip.CenterPoint.get // Forced skipping of method Microsoft.UI.Composition.CompositionClip.CenterPoint.set - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Scale.get + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Offset.get // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Offset.set - // Forced skipping of method Microsoft.UI.Composition.CompositionClip.RotationAngle.get + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.RotationAngleInDegrees.set // Forced skipping of method Microsoft.UI.Composition.CompositionClip.RotationAngle.set // Forced skipping of method Microsoft.UI.Composition.CompositionClip.RotationAngleInDegrees.get + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.Scale.set + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.TransformMatrix.set + // Forced skipping of method Microsoft.UI.Composition.CompositionClip.AnchorPoint.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorBrush.cs index bb7cf5f58283..84be3ae20acb 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorBrush.cs @@ -9,7 +9,7 @@ namespace Microsoft.UI.Composition public partial class CompositionColorBrush : global::Microsoft.UI.Composition.CompositionBrush { // Skipping already declared property Color - // Forced skipping of method Microsoft.UI.Composition.CompositionColorBrush.Color.get // Forced skipping of method Microsoft.UI.Composition.CompositionColorBrush.Color.set + // Forced skipping of method Microsoft.UI.Composition.CompositionColorBrush.Color.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStop.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStop.cs index 88bdb67ab083..fd91b50c9017 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStop.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStop.cs @@ -10,9 +10,9 @@ public partial class CompositionColorGradientStop : global::Microsoft.UI.Composi { // Skipping already declared property Offset // Skipping already declared property Color + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStop.Color.set // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStop.Offset.set // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStop.Color.get - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStop.Color.set // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStop.Offset.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStopCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStopCollection.cs index 4975c6bee463..f59c2e2a6a9b 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStopCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionColorGradientStopCollection.cs @@ -18,19 +18,19 @@ public uint Size } } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.IndexOf(Microsoft.UI.Composition.CompositionColorGradientStop, out uint) + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.InsertAt(uint, Microsoft.UI.Composition.CompositionColorGradientStop) + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.GetAt(uint) // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.First() + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.Size.get + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.GetView() + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.RemoveAtEnd() + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.ReplaceAll(Microsoft.UI.Composition.CompositionColorGradientStop[]) // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.RemoveAt(uint) // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.Append(Microsoft.UI.Composition.CompositionColorGradientStop) - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.RemoveAtEnd() + // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.SetAt(uint, Microsoft.UI.Composition.CompositionColorGradientStop) // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.Clear() // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.GetMany(uint, Microsoft.UI.Composition.CompositionColorGradientStop[]) - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.ReplaceAll(Microsoft.UI.Composition.CompositionColorGradientStop[]) - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.Size.get - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.GetView() - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.IndexOf(Microsoft.UI.Composition.CompositionColorGradientStop, out uint) - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.SetAt(uint, Microsoft.UI.Composition.CompositionColorGradientStop) - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.InsertAt(uint, Microsoft.UI.Composition.CompositionColorGradientStop) - // Forced skipping of method Microsoft.UI.Composition.CompositionColorGradientStopCollection.GetAt(uint) // Processing: System.Collections.Generic.IEnumerable // Processing: System.Collections.IEnumerable // Processing: System.Collections.Generic.IList diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCommitBatch.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCommitBatch.cs index 59e27416f0aa..7d63e417df62 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCommitBatch.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionCommitBatch.cs @@ -33,10 +33,10 @@ public bool IsEnded } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionCommitBatch.Completed.add // Forced skipping of method Microsoft.UI.Composition.CompositionCommitBatch.IsActive.get - // Forced skipping of method Microsoft.UI.Composition.CompositionCommitBatch.IsEnded.get + // Forced skipping of method Microsoft.UI.Composition.CompositionCommitBatch.Completed.add // Forced skipping of method Microsoft.UI.Composition.CompositionCommitBatch.Completed.remove + // Forced skipping of method Microsoft.UI.Composition.CompositionCommitBatch.IsEnded.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public event global::Windows.Foundation.TypedEventHandler Completed diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionDrawingSurface.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionDrawingSurface.cs index 6f395cf197d2..e4841bc4d7a8 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionDrawingSurface.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionDrawingSurface.cs @@ -53,14 +53,7 @@ internal CompositionDrawingSurface() } } #endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Scroll(global::Windows.Graphics.PointInt32 offset, global::Windows.Graphics.RectInt32 scrollRect) - { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionDrawingSurface", "void CompositionDrawingSurface.Scroll(PointInt32 offset, RectInt32 scrollRect)"); - } -#endif - // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.PixelFormat.get + // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.Size.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void Resize(global::Windows.Graphics.SizeInt32 sizePixels) @@ -77,11 +70,14 @@ public void Scroll(global::Windows.Graphics.PointInt32 offset) #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ScrollWithClip(global::Windows.Graphics.PointInt32 offset, global::Windows.Graphics.RectInt32 clipRect) + public void Scroll(global::Windows.Graphics.PointInt32 offset, global::Windows.Graphics.RectInt32 scrollRect) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionDrawingSurface", "void CompositionDrawingSurface.ScrollWithClip(PointInt32 offset, RectInt32 clipRect)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionDrawingSurface", "void CompositionDrawingSurface.Scroll(PointInt32 offset, RectInt32 scrollRect)"); } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.AlphaMode.get + // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.SizeInt32.get + // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.PixelFormat.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void ScrollWithClip(global::Windows.Graphics.PointInt32 offset, global::Windows.Graphics.RectInt32 clipRect, global::Windows.Graphics.RectInt32 scrollRect) @@ -89,9 +85,13 @@ public void ScrollWithClip(global::Windows.Graphics.PointInt32 offset, global::W global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionDrawingSurface", "void CompositionDrawingSurface.ScrollWithClip(PointInt32 offset, RectInt32 clipRect, RectInt32 scrollRect)"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.Size.get - // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.AlphaMode.get - // Forced skipping of method Microsoft.UI.Composition.CompositionDrawingSurface.SizeInt32.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ScrollWithClip(global::Windows.Graphics.PointInt32 offset, global::Windows.Graphics.RectInt32 clipRect) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionDrawingSurface", "void CompositionDrawingSurface.ScrollWithClip(PointInt32 offset, RectInt32 clipRect)"); + } +#endif // Processing: Microsoft.UI.Composition.ICompositionSurface } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionEllipseGeometry.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionEllipseGeometry.cs index d818a8d31ab5..95dea8eaeeb7 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionEllipseGeometry.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionEllipseGeometry.cs @@ -11,8 +11,8 @@ public partial class CompositionEllipseGeometry : global::Microsoft.UI.Compositi // Skipping already declared property Radius // Skipping already declared property Center // Forced skipping of method Microsoft.UI.Composition.CompositionEllipseGeometry.Radius.set + // Forced skipping of method Microsoft.UI.Composition.CompositionEllipseGeometry.Center.get // Forced skipping of method Microsoft.UI.Composition.CompositionEllipseGeometry.Radius.get // Forced skipping of method Microsoft.UI.Composition.CompositionEllipseGeometry.Center.set - // Forced skipping of method Microsoft.UI.Composition.CompositionEllipseGeometry.Center.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometricClip.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometricClip.cs index 3e5d3deab74a..af50cfa5eb3f 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometricClip.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometricClip.cs @@ -10,9 +10,9 @@ public partial class CompositionGeometricClip : global::Microsoft.UI.Composition { // Skipping already declared property ViewBox // Skipping already declared property Geometry - // Forced skipping of method Microsoft.UI.Composition.CompositionGeometricClip.ViewBox.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGeometricClip.Geometry.get // Forced skipping of method Microsoft.UI.Composition.CompositionGeometricClip.Geometry.set // Forced skipping of method Microsoft.UI.Composition.CompositionGeometricClip.ViewBox.get + // Forced skipping of method Microsoft.UI.Composition.CompositionGeometricClip.ViewBox.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGeometricClip.Geometry.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometry.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometry.cs index 751c190d162c..71b65c5fda84 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometry.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGeometry.cs @@ -11,11 +11,11 @@ public partial class CompositionGeometry : global::Microsoft.UI.Composition.Comp // Skipping already declared property TrimStart // Skipping already declared property TrimOffset // Skipping already declared property TrimEnd + // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimOffset.get // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimEnd.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimStart.set // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimOffset.set // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimEnd.get - // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimStart.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimOffset.get // Forced skipping of method Microsoft.UI.Composition.CompositionGeometry.TrimStart.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGradientBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGradientBrush.cs index 0f897cf5f620..c5fb8c03849e 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGradientBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGradientBrush.cs @@ -45,13 +45,19 @@ public partial class CompositionGradientBrush : global::Microsoft.UI.Composition #endif // Skipping already declared property ColorStops // Skipping already declared property MappingMode - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.TransformMatrix.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.AnchorPoint.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.CenterPoint.get - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.AnchorPoint.get + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngleInDegrees.get + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngle.get // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.TransformMatrix.get + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngleInDegrees.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.Scale.get + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.Scale.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.AnchorPoint.get + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.TransformMatrix.set // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.MappingMode.get // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.MappingMode.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngle.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.AnchorPoint.set + // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.CenterPoint.get // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.CenterPoint.set // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.ColorStops.get // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.ExtendMode.get @@ -60,11 +66,5 @@ public partial class CompositionGradientBrush : global::Microsoft.UI.Composition // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.InterpolationSpace.set // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.Offset.get // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.Offset.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngle.get - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngle.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngleInDegrees.get - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.RotationAngleInDegrees.set - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.Scale.get - // Forced skipping of method Microsoft.UI.Composition.CompositionGradientBrush.Scale.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGraphicsDevice.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGraphicsDevice.cs index da8b2773175e..b982f563108b 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGraphicsDevice.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionGraphicsDevice.cs @@ -15,23 +15,24 @@ internal CompositionGraphicsDevice() #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.CompositionMipmapSurface CreateMipmapSurface(global::Windows.Graphics.SizeInt32 sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) + public void Trim() { - throw new global::System.NotImplementedException("The member CompositionMipmapSurface CompositionGraphicsDevice.CreateMipmapSurface(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionMipmapSurface%20CompositionGraphicsDevice.CreateMipmapSurface%28SizeInt32%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionGraphicsDevice", "void CompositionGraphicsDevice.Trim()"); } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionGraphicsDevice.RenderingDeviceReplaced.add #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.CompositionDrawingSurface CreateDrawingSurface2(global::Windows.Graphics.SizeInt32 sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) + public global::Microsoft.UI.Composition.CompositionVirtualDrawingSurface CreateVirtualDrawingSurface(global::Windows.Graphics.SizeInt32 sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) { - throw new global::System.NotImplementedException("The member CompositionDrawingSurface CompositionGraphicsDevice.CreateDrawingSurface2(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionDrawingSurface%20CompositionGraphicsDevice.CreateDrawingSurface2%28SizeInt32%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); + throw new global::System.NotImplementedException("The member CompositionVirtualDrawingSurface CompositionGraphicsDevice.CreateVirtualDrawingSurface(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionVirtualDrawingSurface%20CompositionGraphicsDevice.CreateVirtualDrawingSurface%28SizeInt32%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Trim() + public global::Microsoft.UI.Composition.CompositionMipmapSurface CreateMipmapSurface(global::Windows.Graphics.SizeInt32 sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionGraphicsDevice", "void CompositionGraphicsDevice.Trim()"); + throw new global::System.NotImplementedException("The member CompositionMipmapSurface CompositionGraphicsDevice.CreateMipmapSurface(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionMipmapSurface%20CompositionGraphicsDevice.CreateMipmapSurface%28SizeInt32%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ @@ -41,22 +42,21 @@ public void Trim() throw new global::System.NotImplementedException("The member IAsyncOperation CompositionGraphicsDevice.CaptureAsync(Visual captureVisual, SizeInt32 size, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode, float sdrBoost) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CICompositionSurface%3E%20CompositionGraphicsDevice.CaptureAsync%28Visual%20captureVisual%2C%20SizeInt32%20size%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%2C%20float%20sdrBoost%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionGraphicsDevice.RenderingDeviceReplaced.add #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.CompositionVirtualDrawingSurface CreateVirtualDrawingSurface(global::Windows.Graphics.SizeInt32 sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) + public global::Microsoft.UI.Composition.CompositionDrawingSurface CreateDrawingSurface(global::Windows.Foundation.Size sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) { - throw new global::System.NotImplementedException("The member CompositionVirtualDrawingSurface CompositionGraphicsDevice.CreateVirtualDrawingSurface(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionVirtualDrawingSurface%20CompositionGraphicsDevice.CreateVirtualDrawingSurface%28SizeInt32%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); + throw new global::System.NotImplementedException("The member CompositionDrawingSurface CompositionGraphicsDevice.CreateDrawingSurface(Size sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionDrawingSurface%20CompositionGraphicsDevice.CreateDrawingSurface%28Size%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionGraphicsDevice.RenderingDeviceReplaced.remove #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.CompositionDrawingSurface CreateDrawingSurface(global::Windows.Foundation.Size sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) + public global::Microsoft.UI.Composition.CompositionDrawingSurface CreateDrawingSurface2(global::Windows.Graphics.SizeInt32 sizePixels, global::Microsoft.Graphics.DirectX.DirectXPixelFormat pixelFormat, global::Microsoft.Graphics.DirectX.DirectXAlphaMode alphaMode) { - throw new global::System.NotImplementedException("The member CompositionDrawingSurface CompositionGraphicsDevice.CreateDrawingSurface(Size sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionDrawingSurface%20CompositionGraphicsDevice.CreateDrawingSurface%28Size%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); + throw new global::System.NotImplementedException("The member CompositionDrawingSurface CompositionGraphicsDevice.CreateDrawingSurface2(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionDrawingSurface%20CompositionGraphicsDevice.CreateDrawingSurface2%28SizeInt32%20sizePixels%2C%20DirectXPixelFormat%20pixelFormat%2C%20DirectXAlphaMode%20alphaMode%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionGraphicsDevice.RenderingDeviceReplaced.remove #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public event global::Windows.Foundation.TypedEventHandler RenderingDeviceReplaced diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLight.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLight.cs index 93a4051e76c6..84aa836a57a2 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLight.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLight.cs @@ -47,9 +47,9 @@ public bool IsEnabled } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionLight.ExclusionsFromTargets.get // Forced skipping of method Microsoft.UI.Composition.CompositionLight.IsEnabled.set - // Forced skipping of method Microsoft.UI.Composition.CompositionLight.Targets.get // Forced skipping of method Microsoft.UI.Composition.CompositionLight.IsEnabled.get + // Forced skipping of method Microsoft.UI.Composition.CompositionLight.Targets.get + // Forced skipping of method Microsoft.UI.Composition.CompositionLight.ExclusionsFromTargets.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLineGeometry.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLineGeometry.cs index eb634c33ad1b..9cdd60378dda 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLineGeometry.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLineGeometry.cs @@ -10,9 +10,9 @@ public partial class CompositionLineGeometry : global::Microsoft.UI.Composition. { // Skipping already declared property Start // Skipping already declared property End - // Forced skipping of method Microsoft.UI.Composition.CompositionLineGeometry.End.get - // Forced skipping of method Microsoft.UI.Composition.CompositionLineGeometry.End.set // Forced skipping of method Microsoft.UI.Composition.CompositionLineGeometry.Start.set // Forced skipping of method Microsoft.UI.Composition.CompositionLineGeometry.Start.get + // Forced skipping of method Microsoft.UI.Composition.CompositionLineGeometry.End.set + // Forced skipping of method Microsoft.UI.Composition.CompositionLineGeometry.End.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLinearGradientBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLinearGradientBrush.cs index 3fad980a553c..b0904e383714 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLinearGradientBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionLinearGradientBrush.cs @@ -11,8 +11,8 @@ public partial class CompositionLinearGradientBrush : global::Microsoft.UI.Compo // Skipping already declared property StartPoint // Skipping already declared property EndPoint // Forced skipping of method Microsoft.UI.Composition.CompositionLinearGradientBrush.StartPoint.get - // Forced skipping of method Microsoft.UI.Composition.CompositionLinearGradientBrush.StartPoint.set // Forced skipping of method Microsoft.UI.Composition.CompositionLinearGradientBrush.EndPoint.get // Forced skipping of method Microsoft.UI.Composition.CompositionLinearGradientBrush.EndPoint.set + // Forced skipping of method Microsoft.UI.Composition.CompositionLinearGradientBrush.StartPoint.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMaskBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMaskBrush.cs index 579e02d15348..ff5716d6a67d 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMaskBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMaskBrush.cs @@ -10,9 +10,9 @@ public partial class CompositionMaskBrush : global::Microsoft.UI.Composition.Com { // Skipping already declared property Source // Skipping already declared property Mask + // Forced skipping of method Microsoft.UI.Composition.CompositionMaskBrush.Source.get // Forced skipping of method Microsoft.UI.Composition.CompositionMaskBrush.Source.set - // Forced skipping of method Microsoft.UI.Composition.CompositionMaskBrush.Mask.get // Forced skipping of method Microsoft.UI.Composition.CompositionMaskBrush.Mask.set - // Forced skipping of method Microsoft.UI.Composition.CompositionMaskBrush.Source.get + // Forced skipping of method Microsoft.UI.Composition.CompositionMaskBrush.Mask.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMipmapSurface.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMipmapSurface.cs index 812944be4367..0b552a38d62e 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMipmapSurface.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionMipmapSurface.cs @@ -53,7 +53,9 @@ public uint LevelCount } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.AlphaMode.get + // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.LevelCount.get + // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.PixelFormat.get + // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.SizeInt32.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public global::Microsoft.UI.Composition.CompositionDrawingSurface GetDrawingSurfaceForLevel(uint level) @@ -61,9 +63,7 @@ public uint LevelCount throw new global::System.NotImplementedException("The member CompositionDrawingSurface CompositionMipmapSurface.GetDrawingSurfaceForLevel(uint level) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionDrawingSurface%20CompositionMipmapSurface.GetDrawingSurfaceForLevel%28uint%20level%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.LevelCount.get - // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.PixelFormat.get - // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.SizeInt32.get + // Forced skipping of method Microsoft.UI.Composition.CompositionMipmapSurface.AlphaMode.get // Processing: Microsoft.UI.Composition.ICompositionSurface } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionNineGridBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionNineGridBrush.cs index 001279bbec0d..6371e67af119 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionNineGridBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionNineGridBrush.cs @@ -18,20 +18,20 @@ public partial class CompositionNineGridBrush : global::Microsoft.UI.Composition // Skipping already declared property IsCenterHollow // Skipping already declared property BottomInsetScale // Skipping already declared property BottomInset - // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.Source.set - // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.IsCenterHollow.get // Skipping already declared method Microsoft.UI.Composition.CompositionNineGridBrush.SetInsets(float, float, float, float) - // Skipping already declared method Microsoft.UI.Composition.CompositionNineGridBrush.SetInsetScales(float) - // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.LeftInsetScale.get - // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.TopInset.get + // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.IsCenterHollow.get + // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.Source.set // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.TopInset.set // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.TopInsetScale.get // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.TopInsetScale.set // Skipping already declared method Microsoft.UI.Composition.CompositionNineGridBrush.SetInsets(float) + // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.LeftInsetScale.get + // Skipping already declared method Microsoft.UI.Composition.CompositionNineGridBrush.SetInsetScales(float) // Skipping already declared method Microsoft.UI.Composition.CompositionNineGridBrush.SetInsetScales(float, float, float, float) // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.BottomInset.set // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.BottomInsetScale.get // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.BottomInsetScale.set + // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.TopInset.get // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.IsCenterHollow.set // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.LeftInset.get // Forced skipping of method Microsoft.UI.Composition.CompositionNineGridBrush.LeftInset.set diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionObject.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionObject.cs index 8ee09dd8a8a9..3218afd4b594 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionObject.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionObject.cs @@ -35,6 +35,8 @@ public partial class CompositionObject : global::System.IDisposable, global::Mic } } #endif + // Skipping already declared method Microsoft.UI.Composition.CompositionObject.Dispose() + // Forced skipping of method Microsoft.UI.Composition.CompositionObject.Comment.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void PopulatePropertyInfo(string propertyName, global::Microsoft.UI.Composition.AnimationPropertyInfo propertyInfo) @@ -42,7 +44,6 @@ public void PopulatePropertyInfo(string propertyName, global::Microsoft.UI.Compo global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionObject", "void CompositionObject.PopulatePropertyInfo(string propertyName, AnimationPropertyInfo propertyInfo)"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionObject.Comment.set // Forced skipping of method Microsoft.UI.Composition.CompositionObject.Properties.get // Skipping already declared method Microsoft.UI.Composition.CompositionObject.StartAnimation(string, Microsoft.UI.Composition.CompositionAnimation) // Skipping already declared method Microsoft.UI.Composition.CompositionObject.StopAnimation(string) @@ -79,7 +80,6 @@ public void StartAnimation(string propertyName, global::Microsoft.UI.Composition global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionObject", "void CompositionObject.StartAnimation(string propertyName, CompositionAnimation animation, AnimationController animationController)"); } #endif - // Skipping already declared method Microsoft.UI.Composition.CompositionObject.Dispose() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static void StartAnimationWithIAnimationObject(global::Microsoft.UI.Composition.IAnimationObject target, string propertyName, global::Microsoft.UI.Composition.CompositionAnimation animation) diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadow.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadow.cs index e94f1e9f53b2..afd46d1b7821 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadow.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadow.cs @@ -89,9 +89,8 @@ public float BlurRadiusMultiplier } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.Receivers.get - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.MinBlurRadius.set // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.MaxBlurRadius.get + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.Receivers.get // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.BlurRadiusMultiplier.set // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.Casters.get // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.LightSource.get @@ -99,5 +98,6 @@ public float BlurRadiusMultiplier // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.BlurRadiusMultiplier.get // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.MaxBlurRadius.set // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.MinBlurRadius.get + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadow.MinBlurRadius.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCaster.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCaster.cs index a27704930942..7be58d061d23 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCaster.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCaster.cs @@ -41,8 +41,8 @@ internal CompositionProjectedShadowCaster() } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCaster.Brush.get // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCaster.CastingVisual.set + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCaster.Brush.get // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCaster.Brush.set // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCaster.CastingVisual.get } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCasterCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCasterCollection.cs index 709efdef4178..21b22c9d0ae5 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCasterCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowCasterCollection.cs @@ -33,41 +33,40 @@ public static int MaxRespectedCasters } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection.Count.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertAtTop(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster) + public void InsertBelow(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster, global::Microsoft.UI.Composition.CompositionProjectedShadowCaster reference) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertAtTop(CompositionProjectedShadowCaster newCaster)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertBelow(CompositionProjectedShadowCaster newCaster, CompositionProjectedShadowCaster reference)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertBelow(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster, global::Microsoft.UI.Composition.CompositionProjectedShadowCaster reference) + public void InsertAbove(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster, global::Microsoft.UI.Composition.CompositionProjectedShadowCaster reference) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertBelow(CompositionProjectedShadowCaster newCaster, CompositionProjectedShadowCaster reference)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertAbove(CompositionProjectedShadowCaster newCaster, CompositionProjectedShadowCaster reference)"); } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection.Count.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Remove(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster caster) + public void InsertAtBottom(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.Remove(CompositionProjectedShadowCaster caster)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertAtBottom(CompositionProjectedShadowCaster newCaster)"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection.First() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertAtBottom(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster) + public void InsertAtTop(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertAtBottom(CompositionProjectedShadowCaster newCaster)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertAtTop(CompositionProjectedShadowCaster newCaster)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertAbove(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster newCaster, global::Microsoft.UI.Composition.CompositionProjectedShadowCaster reference) + public void Remove(global::Microsoft.UI.Composition.CompositionProjectedShadowCaster caster) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.InsertAbove(CompositionProjectedShadowCaster newCaster, CompositionProjectedShadowCaster reference)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.Remove(CompositionProjectedShadowCaster caster)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ @@ -77,6 +76,7 @@ public void RemoveAll() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection", "void CompositionProjectedShadowCasterCollection.RemoveAll()"); } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection.First() // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowCasterCollection.MaxRespectedCasters.get // Processing: System.Collections.Generic.IEnumerable #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiver.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiver.cs index db610893af25..0cf4f89eee2f 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiver.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiver.cs @@ -27,7 +27,7 @@ internal CompositionProjectedShadowReceiver() } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowReceiver.ReceivingVisual.get // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowReceiver.ReceivingVisual.set + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowReceiver.ReceivingVisual.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiverUnorderedCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiverUnorderedCollection.cs index aaf71271fdfa..4e931293a369 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiverUnorderedCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionProjectedShadowReceiverUnorderedCollection.cs @@ -23,14 +23,14 @@ public int Count } } #endif + // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection.First() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void RemoveAll() + public void Add(global::Microsoft.UI.Composition.CompositionProjectedShadowReceiver value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection", "void CompositionProjectedShadowReceiverUnorderedCollection.RemoveAll()"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection", "void CompositionProjectedShadowReceiverUnorderedCollection.Add(CompositionProjectedShadowReceiver value)"); } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection.First() // Forced skipping of method Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection.Count.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -41,9 +41,9 @@ public void Remove(global::Microsoft.UI.Composition.CompositionProjectedShadowRe #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Add(global::Microsoft.UI.Composition.CompositionProjectedShadowReceiver value) + public void RemoveAll() { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection", "void CompositionProjectedShadowReceiverUnorderedCollection.Add(CompositionProjectedShadowReceiver value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.CompositionProjectedShadowReceiverUnorderedCollection", "void CompositionProjectedShadowReceiverUnorderedCollection.RemoveAll()"); } #endif // Processing: System.Collections.Generic.IEnumerable diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionPropertySet.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionPropertySet.cs index 0804dc83cdc4..abd13982b50b 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionPropertySet.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionPropertySet.cs @@ -8,23 +8,23 @@ namespace Microsoft.UI.Composition #endif public partial class CompositionPropertySet : global::Microsoft.UI.Composition.CompositionObject { - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertMatrix4x4(string, System.Numerics.Matrix4x4) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetBoolean(string, out bool) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetScalar(string, out float) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetVector3(string, out System.Numerics.Vector3) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetColor(string, out Windows.UI.Color) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetVector2(string, out System.Numerics.Vector2) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetVector4(string, out System.Numerics.Vector4) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertBoolean(string, bool) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetBoolean(string, out bool) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertScalar(string, float) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetScalar(string, out float) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertVector2(string, System.Numerics.Vector2) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetVector3(string, out System.Numerics.Vector3) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetMatrix3x2(string, out System.Numerics.Matrix3x2) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetMatrix4x4(string, out System.Numerics.Matrix4x4) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetQuaternion(string, out System.Numerics.Quaternion) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertMatrix3x2(string, System.Numerics.Matrix3x2) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertMatrix4x4(string, System.Numerics.Matrix4x4) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertQuaternion(string, System.Numerics.Quaternion) + // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertScalar(string, float) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertColor(string, Windows.UI.Color) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertVector3(string, System.Numerics.Vector3) // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertVector4(string, System.Numerics.Vector4) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetColor(string, out Windows.UI.Color) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.InsertMatrix3x2(string, System.Numerics.Matrix3x2) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetMatrix3x2(string, out System.Numerics.Matrix3x2) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetMatrix4x4(string, out System.Numerics.Matrix4x4) - // Skipping already declared method Microsoft.UI.Composition.CompositionPropertySet.TryGetQuaternion(string, out System.Numerics.Quaternion) } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRadialGradientBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRadialGradientBrush.cs index 284c582e598c..4176c07980c8 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRadialGradientBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRadialGradientBrush.cs @@ -11,11 +11,11 @@ public partial class CompositionRadialGradientBrush : global::Microsoft.UI.Compo // Skipping already declared property GradientOriginOffset // Skipping already declared property EllipseRadius // Skipping already declared property EllipseCenter - // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.EllipseCenter.set - // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.EllipseRadius.set // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.GradientOriginOffset.set + // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.EllipseCenter.set // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.EllipseRadius.get // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.EllipseCenter.get // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.GradientOriginOffset.get + // Forced skipping of method Microsoft.UI.Composition.CompositionRadialGradientBrush.EllipseRadius.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRectangleGeometry.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRectangleGeometry.cs index 325cb0fa530e..5b41bdb9a9be 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRectangleGeometry.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRectangleGeometry.cs @@ -10,9 +10,9 @@ public partial class CompositionRectangleGeometry : global::Microsoft.UI.Composi { // Skipping already declared property Size // Skipping already declared property Offset - // Forced skipping of method Microsoft.UI.Composition.CompositionRectangleGeometry.Size.set + // Forced skipping of method Microsoft.UI.Composition.CompositionRectangleGeometry.Offset.set // Forced skipping of method Microsoft.UI.Composition.CompositionRectangleGeometry.Size.get + // Forced skipping of method Microsoft.UI.Composition.CompositionRectangleGeometry.Size.set // Forced skipping of method Microsoft.UI.Composition.CompositionRectangleGeometry.Offset.get - // Forced skipping of method Microsoft.UI.Composition.CompositionRectangleGeometry.Offset.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRoundedRectangleGeometry.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRoundedRectangleGeometry.cs index 09153ba4582e..e5a00e380f74 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRoundedRectangleGeometry.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionRoundedRectangleGeometry.cs @@ -11,11 +11,11 @@ public partial class CompositionRoundedRectangleGeometry : global::Microsoft.UI. // Skipping already declared property Size // Skipping already declared property Offset // Skipping already declared property CornerRadius - // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.Size.set - // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.CornerRadius.set // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.CornerRadius.get // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.Size.get - // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.Offset.set + // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.Size.set + // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.CornerRadius.set // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.Offset.get + // Forced skipping of method Microsoft.UI.Composition.CompositionRoundedRectangleGeometry.Offset.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionScopedBatch.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionScopedBatch.cs index c79183d80bcb..e3c6c8c6c917 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionScopedBatch.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionScopedBatch.cs @@ -10,13 +10,13 @@ public partial class CompositionScopedBatch : global::Microsoft.UI.Composition.C { // Skipping already declared property IsActive // Skipping already declared property IsEnded + // Forced skipping of method Microsoft.UI.Composition.CompositionScopedBatch.Completed.remove + // Forced skipping of method Microsoft.UI.Composition.CompositionScopedBatch.Completed.add + // Skipping already declared method Microsoft.UI.Composition.CompositionScopedBatch.Resume() // Forced skipping of method Microsoft.UI.Composition.CompositionScopedBatch.IsEnded.get // Skipping already declared method Microsoft.UI.Composition.CompositionScopedBatch.End() // Forced skipping of method Microsoft.UI.Composition.CompositionScopedBatch.IsActive.get // Skipping already declared method Microsoft.UI.Composition.CompositionScopedBatch.Suspend() - // Forced skipping of method Microsoft.UI.Composition.CompositionScopedBatch.Completed.add - // Forced skipping of method Microsoft.UI.Composition.CompositionScopedBatch.Completed.remove - // Skipping already declared method Microsoft.UI.Composition.CompositionScopedBatch.Resume() // Skipping already declared event Microsoft.UI.Composition.CompositionScopedBatch.Completed } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShape.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShape.cs index d16c88fa2326..8a8c8f315fea 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShape.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShape.cs @@ -14,17 +14,17 @@ public partial class CompositionShape : global::Microsoft.UI.Composition.Composi // Skipping already declared property RotationAngle // Skipping already declared property Offset // Skipping already declared property CenterPoint - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Scale.set - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.TransformMatrix.set - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Offset.set - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Scale.get // Forced skipping of method Microsoft.UI.Composition.CompositionShape.CenterPoint.get - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.CenterPoint.set - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Offset.get - // Forced skipping of method Microsoft.UI.Composition.CompositionShape.TransformMatrix.get + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Offset.set // Forced skipping of method Microsoft.UI.Composition.CompositionShape.RotationAngle.get // Forced skipping of method Microsoft.UI.Composition.CompositionShape.RotationAngle.set // Forced skipping of method Microsoft.UI.Composition.CompositionShape.RotationAngleInDegrees.get // Forced skipping of method Microsoft.UI.Composition.CompositionShape.RotationAngleInDegrees.set + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Scale.get + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Scale.set + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.TransformMatrix.get + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.TransformMatrix.set + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.CenterPoint.set + // Forced skipping of method Microsoft.UI.Composition.CompositionShape.Offset.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShapeCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShapeCollection.cs index 8a1f891b771e..24fdbfa19b51 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShapeCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionShapeCollection.cs @@ -18,18 +18,18 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.RemoveAt(uint) + // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.IndexOf(Microsoft.UI.Composition.CompositionShape, out uint) // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.GetAt(uint) - // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.Append(Microsoft.UI.Composition.CompositionShape) // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.RemoveAtEnd() // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.Clear() // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.GetMany(uint, Microsoft.UI.Composition.CompositionShape[]) // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.ReplaceAll(Microsoft.UI.Composition.CompositionShape[]) // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.First() + // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.Append(Microsoft.UI.Composition.CompositionShape) + // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.RemoveAt(uint) // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.Size.get - // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.GetView() - // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.IndexOf(Microsoft.UI.Composition.CompositionShape, out uint) // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.SetAt(uint, Microsoft.UI.Composition.CompositionShape) + // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.GetView() // Forced skipping of method Microsoft.UI.Composition.CompositionShapeCollection.InsertAt(uint, Microsoft.UI.Composition.CompositionShape) // Processing: System.Collections.Generic.IList // Skipping already implement System.Collections.Generic.IList.this[int] diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSpriteShape.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSpriteShape.cs index 49ea40ad9b6d..e23019cff0d5 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSpriteShape.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSpriteShape.cs @@ -20,12 +20,12 @@ public partial class CompositionSpriteShape : global::Microsoft.UI.Composition.C // Skipping already declared property Geometry // Skipping already declared property FillBrush // Skipping already declared property StrokeDashArray - // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.IsStrokeNonScaling.get - // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeBrush.get + // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashOffset.get + // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeBrush.set // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashArray.get // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashCap.get // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.FillBrush.get - // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashOffset.get + // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashCap.set // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashOffset.set // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeEndCap.get // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeEndCap.set @@ -37,11 +37,11 @@ public partial class CompositionSpriteShape : global::Microsoft.UI.Composition.C // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeStartCap.set // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeThickness.get // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeThickness.set - // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeBrush.set // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.FillBrush.set // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.Geometry.get // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.Geometry.set - // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeDashCap.set + // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.IsStrokeNonScaling.get // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.IsStrokeNonScaling.set + // Forced skipping of method Microsoft.UI.Composition.CompositionSpriteShape.StrokeBrush.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionStrokeDashArray.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionStrokeDashArray.cs index 392b477cd551..36479c3b078e 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionStrokeDashArray.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionStrokeDashArray.cs @@ -23,19 +23,19 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.Size.get + // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.Clear() + // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.RemoveAt(uint) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.Append(float) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.RemoveAtEnd() - // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.Clear() + // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.GetAt(uint) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.GetMany(uint, float[]) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.ReplaceAll(float[]) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.First() - // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.GetAt(uint) + // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.Size.get // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.GetView() // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.IndexOf(float, out uint) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.SetAt(uint, float) // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.InsertAt(uint, float) - // Forced skipping of method Microsoft.UI.Composition.CompositionStrokeDashArray.RemoveAt(uint) // Processing: System.Collections.Generic.IList #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ // DeclaringType: System.Collections.Generic.IList diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSurfaceBrush.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSurfaceBrush.cs index e884c3ff62e2..c1e50ad109fe 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSurfaceBrush.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionSurfaceBrush.cs @@ -21,11 +21,8 @@ public partial class CompositionSurfaceBrush : global::Microsoft.UI.Composition. // Skipping already declared property CenterPoint // Skipping already declared property AnchorPoint // Skipping already declared property SnapToPixels - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.AnchorPoint.get - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngleInDegrees.get - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngleInDegrees.set - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngle.get - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Stretch.set + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngle.set + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Scale.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.BitmapInterpolationMode.set // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.HorizontalAlignmentRatio.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.HorizontalAlignmentRatio.set @@ -35,13 +32,16 @@ public partial class CompositionSurfaceBrush : global::Microsoft.UI.Composition. // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Surface.set // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.VerticalAlignmentRatio.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.VerticalAlignmentRatio.set + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.AnchorPoint.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.AnchorPoint.set // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.CenterPoint.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.CenterPoint.set // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Offset.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Offset.set - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngle.set - // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Scale.get + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngle.get + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Stretch.set + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngleInDegrees.get + // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.RotationAngleInDegrees.set // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.Scale.set // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.TransformMatrix.get // Forced skipping of method Microsoft.UI.Composition.CompositionSurfaceBrush.TransformMatrix.set diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionViewBox.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionViewBox.cs index 3d8754751862..3493ae7e59d7 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionViewBox.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionViewBox.cs @@ -14,13 +14,13 @@ public partial class CompositionViewBox : global::Microsoft.UI.Composition.Compo // Skipping already declared property Offset // Skipping already declared property HorizontalAlignmentRatio // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.VerticalAlignmentRatio.get - // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Size.get + // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Stretch.set // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.HorizontalAlignmentRatio.set // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Offset.get // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Offset.set - // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Stretch.get + // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Size.get // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Size.set - // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Stretch.set + // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.Stretch.get // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.HorizontalAlignmentRatio.get // Forced skipping of method Microsoft.UI.Composition.CompositionViewBox.VerticalAlignmentRatio.set } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionVisualSurface.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionVisualSurface.cs index ee97e8f01ab0..61d0164c785f 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionVisualSurface.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CompositionVisualSurface.cs @@ -12,11 +12,11 @@ public partial class CompositionVisualSurface : global::Microsoft.UI.Composition // Skipping already declared property SourceSize // Skipping already declared property SourceOffset // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceSize.set - // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceSize.get - // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceOffset.set // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceVisual.get // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceVisual.set // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceOffset.get + // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceOffset.set + // Forced skipping of method Microsoft.UI.Composition.CompositionVisualSurface.SourceSize.get // Processing: Microsoft.UI.Composition.ICompositionSurface } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Compositor.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Compositor.cs index dc0aca1c4adc..7457ca51ecfa 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Compositor.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Compositor.cs @@ -66,15 +66,21 @@ public static float MinGlobalPlaybackRate } } #endif - // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateSpriteShape(Microsoft.UI.Composition.CompositionGeometry) #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.ColorKeyFrameAnimation CreateColorKeyFrameAnimation() + public global::Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation CreateSpringVector2Animation() { - throw new global::System.NotImplementedException("The member ColorKeyFrameAnimation Compositor.CreateColorKeyFrameAnimation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ColorKeyFrameAnimation%20Compositor.CreateColorKeyFrameAnimation%28%29"); + throw new global::System.NotImplementedException("The member SpringVector2NaturalMotionAnimation Compositor.CreateSpringVector2Animation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SpringVector2NaturalMotionAnimation%20Compositor.CreateSpringVector2Animation%28%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Composition.Compositor.Comment.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation CreateSpringVector3Animation() + { + throw new global::System.NotImplementedException("The member SpringVector3NaturalMotionAnimation Compositor.CreateSpringVector3Animation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SpringVector3NaturalMotionAnimation%20Compositor.CreateSpringVector3Animation%28%29"); } #endif - // Forced skipping of method Microsoft.UI.Composition.Compositor.Comment.set // Forced skipping of method Microsoft.UI.Composition.Compositor.GlobalPlaybackRate.get // Forced skipping of method Microsoft.UI.Composition.Compositor.GlobalPlaybackRate.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ @@ -120,7 +126,7 @@ public static float MinGlobalPlaybackRate // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateRoundedRectangleGeometry() // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateShapeVisual() // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateSpriteShape() - // Forced skipping of method Microsoft.UI.Composition.Compositor.Comment.get + // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateSpriteShape(Microsoft.UI.Composition.CompositionGeometry) // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateViewBox() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -188,6 +194,14 @@ public void Dispose() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Compositor", "void Compositor.Dispose()"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.ColorKeyFrameAnimation CreateColorKeyFrameAnimation() + { + throw new global::System.NotImplementedException("The member ColorKeyFrameAnimation Compositor.CreateColorKeyFrameAnimation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ColorKeyFrameAnimation%20Compositor.CreateColorKeyFrameAnimation%28%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Composition.Compositor.Comment.set // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateColorBrush() // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateColorBrush(Windows.UI.Color) // Skipping already declared method Microsoft.UI.Composition.Compositor.CreateContainerVisual() @@ -334,20 +348,6 @@ public void Dispose() { throw new global::System.NotImplementedException("The member SpringScalarNaturalMotionAnimation Compositor.CreateSpringScalarAnimation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SpringScalarNaturalMotionAnimation%20Compositor.CreateSpringScalarAnimation%28%29"); } -#endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation CreateSpringVector2Animation() - { - throw new global::System.NotImplementedException("The member SpringVector2NaturalMotionAnimation Compositor.CreateSpringVector2Animation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SpringVector2NaturalMotionAnimation%20Compositor.CreateSpringVector2Animation%28%29"); - } -#endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public global::Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation CreateSpringVector3Animation() - { - throw new global::System.NotImplementedException("The member SpringVector3NaturalMotionAnimation Compositor.CreateSpringVector3Animation() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SpringVector3NaturalMotionAnimation%20Compositor.CreateSpringVector3Animation%28%29"); - } #endif // Skipping already declared method Microsoft.UI.Composition.Compositor.Compositor() // Forced skipping of method Microsoft.UI.Composition.Compositor.Compositor() diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CubicBezierEasingFunction.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CubicBezierEasingFunction.cs index 95b66bfa5e13..536fd90b5f64 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CubicBezierEasingFunction.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/CubicBezierEasingFunction.cs @@ -33,7 +33,7 @@ internal CubicBezierEasingFunction() } } #endif - // Forced skipping of method Microsoft.UI.Composition.CubicBezierEasingFunction.ControlPoint2.get // Forced skipping of method Microsoft.UI.Composition.CubicBezierEasingFunction.ControlPoint1.get + // Forced skipping of method Microsoft.UI.Composition.CubicBezierEasingFunction.ControlPoint2.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DistantLight.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DistantLight.cs index 8e14f36676a3..96ad3e43f278 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DistantLight.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DistantLight.cs @@ -69,12 +69,12 @@ public float Intensity } } #endif - // Forced skipping of method Microsoft.UI.Composition.DistantLight.Direction.get + // Forced skipping of method Microsoft.UI.Composition.DistantLight.CoordinateSpace.set // Forced skipping of method Microsoft.UI.Composition.DistantLight.Color.get // Forced skipping of method Microsoft.UI.Composition.DistantLight.Color.set - // Forced skipping of method Microsoft.UI.Composition.DistantLight.CoordinateSpace.get - // Forced skipping of method Microsoft.UI.Composition.DistantLight.CoordinateSpace.set + // Forced skipping of method Microsoft.UI.Composition.DistantLight.Direction.get // Forced skipping of method Microsoft.UI.Composition.DistantLight.Intensity.set + // Forced skipping of method Microsoft.UI.Composition.DistantLight.CoordinateSpace.get // Forced skipping of method Microsoft.UI.Composition.DistantLight.Direction.set // Forced skipping of method Microsoft.UI.Composition.DistantLight.Intensity.get } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DropShadow.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DropShadow.cs index d884660d0106..f58e79224173 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DropShadow.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/DropShadow.cs @@ -97,17 +97,17 @@ public float BlurRadius } } #endif - // Forced skipping of method Microsoft.UI.Composition.DropShadow.BlurRadius.set - // Forced skipping of method Microsoft.UI.Composition.DropShadow.Opacity.set - // Forced skipping of method Microsoft.UI.Composition.DropShadow.SourcePolicy.get - // Forced skipping of method Microsoft.UI.Composition.DropShadow.SourcePolicy.set - // Forced skipping of method Microsoft.UI.Composition.DropShadow.Color.get + // Forced skipping of method Microsoft.UI.Composition.DropShadow.Opacity.get // Forced skipping of method Microsoft.UI.Composition.DropShadow.Color.set // Forced skipping of method Microsoft.UI.Composition.DropShadow.Mask.get // Forced skipping of method Microsoft.UI.Composition.DropShadow.Mask.set // Forced skipping of method Microsoft.UI.Composition.DropShadow.BlurRadius.get // Forced skipping of method Microsoft.UI.Composition.DropShadow.Offset.set - // Forced skipping of method Microsoft.UI.Composition.DropShadow.Opacity.get // Forced skipping of method Microsoft.UI.Composition.DropShadow.Offset.get + // Forced skipping of method Microsoft.UI.Composition.DropShadow.Opacity.set + // Forced skipping of method Microsoft.UI.Composition.DropShadow.SourcePolicy.get + // Forced skipping of method Microsoft.UI.Composition.DropShadow.SourcePolicy.set + // Forced skipping of method Microsoft.UI.Composition.DropShadow.BlurRadius.set + // Forced skipping of method Microsoft.UI.Composition.DropShadow.Color.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ElasticEasingFunction.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ElasticEasingFunction.cs index b6e5c1be929b..8054ce534f68 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ElasticEasingFunction.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ElasticEasingFunction.cs @@ -43,8 +43,8 @@ public float Springiness } } #endif - // Forced skipping of method Microsoft.UI.Composition.ElasticEasingFunction.Springiness.get - // Forced skipping of method Microsoft.UI.Composition.ElasticEasingFunction.Mode.get // Forced skipping of method Microsoft.UI.Composition.ElasticEasingFunction.Oscillations.get + // Forced skipping of method Microsoft.UI.Composition.ElasticEasingFunction.Mode.get + // Forced skipping of method Microsoft.UI.Composition.ElasticEasingFunction.Springiness.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExponentialEasingFunction.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExponentialEasingFunction.cs index 8f88ce4787d6..d6dcba070c10 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExponentialEasingFunction.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExponentialEasingFunction.cs @@ -33,7 +33,7 @@ public float Exponent } } #endif - // Forced skipping of method Microsoft.UI.Composition.ExponentialEasingFunction.Exponent.get // Forced skipping of method Microsoft.UI.Composition.ExponentialEasingFunction.Mode.get + // Forced skipping of method Microsoft.UI.Composition.ExponentialEasingFunction.Exponent.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExpressionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExpressionAnimation.cs index 70fa951056c3..5fa14c65922c 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExpressionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ExpressionAnimation.cs @@ -11,5 +11,6 @@ public partial class ExpressionAnimation : global::Microsoft.UI.Composition.Comp // Skipping already declared property Expression // Forced skipping of method Microsoft.UI.Composition.ExpressionAnimation.Expression.get // Forced skipping of method Microsoft.UI.Composition.ExpressionAnimation.Expression.set + // Forced skipping of method Microsoft.UI.Composition.ExpressionAnimation.Expression.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ImplicitAnimationCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ImplicitAnimationCollection.cs index 0167f5f6601e..5b4eea5997d8 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ImplicitAnimationCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ImplicitAnimationCollection.cs @@ -23,14 +23,14 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Insert(string, Microsoft.UI.Composition.ICompositionAnimationBase) - // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.First() - // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Lookup(string) // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Size.get - // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.HasKey(string) // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.GetView() + // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Insert(string, Microsoft.UI.Composition.ICompositionAnimationBase) // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Remove(string) // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Clear() + // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.HasKey(string) + // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.First() + // Forced skipping of method Microsoft.UI.Composition.ImplicitAnimationCollection.Lookup(string) // Processing: System.Collections.Generic.IEnumerable> #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ // DeclaringType: System.Collections.Generic.IEnumerable> diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InitialValueExpressionCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InitialValueExpressionCollection.cs index ec2f3a604180..fa7ed8e974dc 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InitialValueExpressionCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InitialValueExpressionCollection.cs @@ -23,8 +23,8 @@ public uint Size } } #endif - // Forced skipping of method Microsoft.UI.Composition.InitialValueExpressionCollection.Insert(string, string) // Forced skipping of method Microsoft.UI.Composition.InitialValueExpressionCollection.First() + // Forced skipping of method Microsoft.UI.Composition.InitialValueExpressionCollection.Insert(string, string) // Forced skipping of method Microsoft.UI.Composition.InitialValueExpressionCollection.Size.get // Forced skipping of method Microsoft.UI.Composition.InitialValueExpressionCollection.HasKey(string) // Forced skipping of method Microsoft.UI.Composition.InitialValueExpressionCollection.GetView() diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InsetClip.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InsetClip.cs index 7b21bc547b5a..e9262571d13a 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InsetClip.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/InsetClip.cs @@ -12,13 +12,13 @@ public partial class InsetClip : global::Microsoft.UI.Composition.CompositionCli // Skipping already declared property RightInset // Skipping already declared property LeftInset // Skipping already declared property BottomInset - // Forced skipping of method Microsoft.UI.Composition.InsetClip.LeftInset.get + // Forced skipping of method Microsoft.UI.Composition.InsetClip.BottomInset.get // Forced skipping of method Microsoft.UI.Composition.InsetClip.RightInset.set - // Forced skipping of method Microsoft.UI.Composition.InsetClip.TopInset.set // Forced skipping of method Microsoft.UI.Composition.InsetClip.TopInset.get + // Forced skipping of method Microsoft.UI.Composition.InsetClip.TopInset.set + // Forced skipping of method Microsoft.UI.Composition.InsetClip.BottomInset.set + // Forced skipping of method Microsoft.UI.Composition.InsetClip.LeftInset.get // Forced skipping of method Microsoft.UI.Composition.InsetClip.LeftInset.set // Forced skipping of method Microsoft.UI.Composition.InsetClip.RightInset.get - // Forced skipping of method Microsoft.UI.Composition.InsetClip.BottomInset.set - // Forced skipping of method Microsoft.UI.Composition.InsetClip.BottomInset.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/KeyFrameAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/KeyFrameAnimation.cs index 9c1faa033aa3..213f5faf8437 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/KeyFrameAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/KeyFrameAnimation.cs @@ -30,6 +30,7 @@ public partial class KeyFrameAnimation : global::Microsoft.UI.Composition.Compos } #endif // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.StopBehavior.get + // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.StopBehavior.set #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void InsertExpressionKeyFrame(float normalizedProgressKey, string value) @@ -37,15 +38,6 @@ public void InsertExpressionKeyFrame(float normalizedProgressKey, string value) global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.KeyFrameAnimation", "void KeyFrameAnimation.InsertExpressionKeyFrame(float normalizedProgressKey, string value)"); } #endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertExpressionKeyFrame(float normalizedProgressKey, string value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) - { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.KeyFrameAnimation", "void KeyFrameAnimation.InsertExpressionKeyFrame(float normalizedProgressKey, string value, CompositionEasingFunction easingFunction)"); - } -#endif - // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.DelayTime.get - // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.StopBehavior.set // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.DelayBehavior.set // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.DelayTime.set // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.Duration.get @@ -55,6 +47,14 @@ public void InsertExpressionKeyFrame(float normalizedProgressKey, string value, // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.IterationCount.get // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.IterationCount.set // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.KeyFrameCount.get + // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.DelayTime.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void InsertExpressionKeyFrame(float normalizedProgressKey, string value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.KeyFrameAnimation", "void KeyFrameAnimation.InsertExpressionKeyFrame(float normalizedProgressKey, string value, CompositionEasingFunction easingFunction)"); + } +#endif // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.Direction.get // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.Direction.set // Forced skipping of method Microsoft.UI.Composition.KeyFrameAnimation.DelayBehavior.get diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/NaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/NaturalMotionAnimation.cs index 632e1cdb12df..33d58ae1a92a 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/NaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/NaturalMotionAnimation.cs @@ -55,11 +55,11 @@ internal NaturalMotionAnimation() } } #endif + // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.DelayTime.get + // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.DelayBehavior.get // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.StopBehavior.set // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.StopBehavior.get // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.DelayBehavior.set - // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.DelayTime.get // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.DelayTime.set - // Forced skipping of method Microsoft.UI.Composition.NaturalMotionAnimation.DelayBehavior.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/RectangleClip.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/RectangleClip.cs index dfe7937312f8..0226a96153ed 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/RectangleClip.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/RectangleClip.cs @@ -16,21 +16,21 @@ public partial class RectangleClip : global::Microsoft.UI.Composition.Compositio // Skipping already declared property BottomRightRadius // Skipping already declared property BottomLeftRadius // Skipping already declared property Bottom - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Right.set + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomLeftRadius.set + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.TopRightRadius.set + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomRightRadius.get + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomRightRadius.set + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Left.get + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Left.set // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Right.get // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Bottom.get + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Right.set // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Bottom.set - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Left.set + // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomLeftRadius.get // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Top.get // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Top.set // Forced skipping of method Microsoft.UI.Composition.RectangleClip.TopLeftRadius.get // Forced skipping of method Microsoft.UI.Composition.RectangleClip.TopLeftRadius.set // Forced skipping of method Microsoft.UI.Composition.RectangleClip.TopRightRadius.get - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.TopRightRadius.set - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomLeftRadius.get - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomLeftRadius.set - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomRightRadius.get - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.BottomRightRadius.set - // Forced skipping of method Microsoft.UI.Composition.RectangleClip.Left.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ScalarNaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ScalarNaturalMotionAnimation.cs index f9d19719db81..a5634a26baa0 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ScalarNaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ScalarNaturalMotionAnimation.cs @@ -55,8 +55,8 @@ public float? FinalValue } } #endif - // Forced skipping of method Microsoft.UI.Composition.ScalarNaturalMotionAnimation.InitialVelocity.set // Forced skipping of method Microsoft.UI.Composition.ScalarNaturalMotionAnimation.FinalValue.get + // Forced skipping of method Microsoft.UI.Composition.ScalarNaturalMotionAnimation.InitialVelocity.set // Forced skipping of method Microsoft.UI.Composition.ScalarNaturalMotionAnimation.FinalValue.set // Forced skipping of method Microsoft.UI.Composition.ScalarNaturalMotionAnimation.InitialValue.get // Forced skipping of method Microsoft.UI.Composition.ScalarNaturalMotionAnimation.InitialValue.set diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ShapeVisual.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ShapeVisual.cs index 5ae7fdc6d675..2c9fa7dbe3d7 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ShapeVisual.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/ShapeVisual.cs @@ -10,8 +10,8 @@ public partial class ShapeVisual : global::Microsoft.UI.Composition.ContainerVis { // Skipping already declared property ViewBox // Skipping already declared property Shapes + // Forced skipping of method Microsoft.UI.Composition.ShapeVisual.ViewBox.set // Forced skipping of method Microsoft.UI.Composition.ShapeVisual.Shapes.get // Forced skipping of method Microsoft.UI.Composition.ShapeVisual.ViewBox.get - // Forced skipping of method Microsoft.UI.Composition.ShapeVisual.ViewBox.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpotLight.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpotLight.cs index b3b13e6c6a97..73c83223fe84 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpotLight.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpotLight.cs @@ -237,20 +237,18 @@ public float MaxAttenuationCutoff } } #endif - // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeColor.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.CoordinateSpace.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.QuadraticAttenuation.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.ConstantAttenuation.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.CoordinateSpace.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.Direction.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.Direction.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngle.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.ConstantAttenuation.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngleInDegrees.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.MaxAttenuationCutoff.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeIntensity.get // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngleInDegrees.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeColor.get // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeColor.set // Forced skipping of method Microsoft.UI.Composition.SpotLight.LinearAttenuation.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.MaxAttenuationCutoff.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.QuadraticAttenuation.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeColor.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeIntensity.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeIntensity.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngleInDegrees.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.MinAttenuationCutoff.set // Forced skipping of method Microsoft.UI.Composition.SpotLight.LinearAttenuation.set // Forced skipping of method Microsoft.UI.Composition.SpotLight.Offset.get // Forced skipping of method Microsoft.UI.Composition.SpotLight.Offset.set @@ -258,16 +256,18 @@ public float MaxAttenuationCutoff // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeAngle.set // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeAngleInDegrees.get // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeAngleInDegrees.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngle.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeColor.get // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeColor.set // Forced skipping of method Microsoft.UI.Composition.SpotLight.QuadraticAttenuation.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeIntensity.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeIntensity.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeIntensity.get // Forced skipping of method Microsoft.UI.Composition.SpotLight.OuterConeIntensity.set // Forced skipping of method Microsoft.UI.Composition.SpotLight.MinAttenuationCutoff.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.MinAttenuationCutoff.set - // Forced skipping of method Microsoft.UI.Composition.SpotLight.MaxAttenuationCutoff.get - // Forced skipping of method Microsoft.UI.Composition.SpotLight.MaxAttenuationCutoff.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngle.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.ConstantAttenuation.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.CoordinateSpace.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.CoordinateSpace.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.Direction.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.Direction.set + // Forced skipping of method Microsoft.UI.Composition.SpotLight.InnerConeAngle.get + // Forced skipping of method Microsoft.UI.Composition.SpotLight.ConstantAttenuation.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringScalarNaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringScalarNaturalMotionAnimation.cs index f12f95f63530..576b7c3357f6 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringScalarNaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringScalarNaturalMotionAnimation.cs @@ -41,9 +41,9 @@ public float DampingRatio } } #endif - // Forced skipping of method Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation.DampingRatio.get // Forced skipping of method Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation.Period.set - // Forced skipping of method Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation.DampingRatio.set // Forced skipping of method Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation.Period.get + // Forced skipping of method Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation.DampingRatio.get + // Forced skipping of method Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation.DampingRatio.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector2NaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector2NaturalMotionAnimation.cs index ab178acd7346..3fb4868521d7 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector2NaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector2NaturalMotionAnimation.cs @@ -41,9 +41,9 @@ public float DampingRatio } } #endif - // Forced skipping of method Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation.Period.set + // Forced skipping of method Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation.Period.get // Forced skipping of method Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation.DampingRatio.get // Forced skipping of method Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation.DampingRatio.set - // Forced skipping of method Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation.Period.get + // Forced skipping of method Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation.Period.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector3NaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector3NaturalMotionAnimation.cs index 3bac4e42df94..7e1f83d013c8 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector3NaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpringVector3NaturalMotionAnimation.cs @@ -42,8 +42,8 @@ public float DampingRatio } #endif // Forced skipping of method Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation.DampingRatio.set - // Forced skipping of method Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation.DampingRatio.get - // Forced skipping of method Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation.Period.set // Forced skipping of method Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation.Period.get + // Forced skipping of method Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation.Period.set + // Forced skipping of method Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation.DampingRatio.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpriteVisual.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpriteVisual.cs index a9f2da7dc9e4..2a343601ee4e 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpriteVisual.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/SpriteVisual.cs @@ -23,9 +23,9 @@ public partial class SpriteVisual : global::Microsoft.UI.Composition.ContainerVi } } #endif + // Forced skipping of method Microsoft.UI.Composition.SpriteVisual.Shadow.get // Forced skipping of method Microsoft.UI.Composition.SpriteVisual.Brush.get - // Forced skipping of method Microsoft.UI.Composition.SpriteVisual.Shadow.set // Forced skipping of method Microsoft.UI.Composition.SpriteVisual.Brush.set - // Forced skipping of method Microsoft.UI.Composition.SpriteVisual.Shadow.get + // Forced skipping of method Microsoft.UI.Composition.SpriteVisual.Shadow.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/StepEasingFunction.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/StepEasingFunction.cs index a17cd02a655a..832b01cdd71c 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/StepEasingFunction.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/StepEasingFunction.cs @@ -84,14 +84,14 @@ public int FinalStep } #endif // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.StepCount.set - // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsFinalStepSingleFrame.set - // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsInitialStepSingleFrame.set - // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.StepCount.get - // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsInitialStepSingleFrame.get // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.InitialStep.get // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.FinalStep.set // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.FinalStep.get // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.InitialStep.set // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsFinalStepSingleFrame.get + // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsFinalStepSingleFrame.set + // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsInitialStepSingleFrame.get + // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.IsInitialStepSingleFrame.set + // Forced skipping of method Microsoft.UI.Composition.StepEasingFunction.StepCount.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2KeyFrameAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2KeyFrameAnimation.cs index 5d7c3dff0f66..18ce170a552f 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2KeyFrameAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2KeyFrameAnimation.cs @@ -15,16 +15,16 @@ internal Vector2KeyFrameAnimation() #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector2 value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) + public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector2 value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector2KeyFrameAnimation", "void Vector2KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector2 value, CompositionEasingFunction easingFunction)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector2KeyFrameAnimation", "void Vector2KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector2 value)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector2 value) + public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector2 value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector2KeyFrameAnimation", "void Vector2KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector2 value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector2KeyFrameAnimation", "void Vector2KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector2 value, CompositionEasingFunction easingFunction)"); } #endif } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2NaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2NaturalMotionAnimation.cs index 5a397f8f4e84..44a87adc0247 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2NaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector2NaturalMotionAnimation.cs @@ -55,11 +55,11 @@ internal Vector2NaturalMotionAnimation() } } #endif - // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialValue.get - // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialVelocity.get // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialVelocity.set - // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialValue.set // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.FinalValue.get + // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialVelocity.get // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.FinalValue.set + // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialValue.get + // Forced skipping of method Microsoft.UI.Composition.Vector2NaturalMotionAnimation.InitialValue.set } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3KeyFrameAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3KeyFrameAnimation.cs index 0fc015bc4fa5..6d8875b124cc 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3KeyFrameAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3KeyFrameAnimation.cs @@ -15,16 +15,16 @@ internal Vector3KeyFrameAnimation() #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector3 value) + public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector3 value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector3KeyFrameAnimation", "void Vector3KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector3 value)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector3KeyFrameAnimation", "void Vector3KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector3 value, CompositionEasingFunction easingFunction)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector3 value, global::Microsoft.UI.Composition.CompositionEasingFunction easingFunction) + public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Vector3 value) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector3KeyFrameAnimation", "void Vector3KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector3 value, CompositionEasingFunction easingFunction)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.Vector3KeyFrameAnimation", "void Vector3KeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Vector3 value)"); } #endif } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3NaturalMotionAnimation.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3NaturalMotionAnimation.cs index af05d6663b3b..6cf920120149 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3NaturalMotionAnimation.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Vector3NaturalMotionAnimation.cs @@ -55,11 +55,11 @@ internal Vector3NaturalMotionAnimation() } } #endif + // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.InitialVelocity.set // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.FinalValue.set + // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.InitialValue.get // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.InitialValue.set // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.FinalValue.get - // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.InitialValue.get - // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.InitialVelocity.set // Forced skipping of method Microsoft.UI.Composition.Vector3NaturalMotionAnimation.InitialVelocity.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Visual.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Visual.cs index 1ad61f9a0197..980d6c43b306 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Visual.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/Visual.cs @@ -147,13 +147,15 @@ public bool IsPixelSnappingEnabled } } #endif + // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeOffsetAdjustment.set + // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeOffsetAdjustment.get // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeSizeAdjustment.get + // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeSizeAdjustment.set // Forced skipping of method Microsoft.UI.Composition.Visual.IsHitTestVisible.get // Forced skipping of method Microsoft.UI.Composition.Visual.IsHitTestVisible.set // Forced skipping of method Microsoft.UI.Composition.Visual.IsPixelSnappingEnabled.get // Forced skipping of method Microsoft.UI.Composition.Visual.Opacity.get - // Forced skipping of method Microsoft.UI.Composition.Visual.IsPixelSnappingEnabled.set - // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeSizeAdjustment.set + // Forced skipping of method Microsoft.UI.Composition.Visual.ParentForTransform.set // Forced skipping of method Microsoft.UI.Composition.Visual.BackfaceVisibility.set // Forced skipping of method Microsoft.UI.Composition.Visual.AnchorPoint.set // Forced skipping of method Microsoft.UI.Composition.Visual.BackfaceVisibility.get @@ -170,8 +172,8 @@ public bool IsPixelSnappingEnabled // Forced skipping of method Microsoft.UI.Composition.Visual.IsVisible.set // Forced skipping of method Microsoft.UI.Composition.Visual.Offset.get // Forced skipping of method Microsoft.UI.Composition.Visual.Offset.set - // Forced skipping of method Microsoft.UI.Composition.Visual.RotationAxis.set - // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeOffsetAdjustment.set + // Forced skipping of method Microsoft.UI.Composition.Visual.IsPixelSnappingEnabled.set + // Forced skipping of method Microsoft.UI.Composition.Visual.Opacity.set // Forced skipping of method Microsoft.UI.Composition.Visual.Orientation.get // Forced skipping of method Microsoft.UI.Composition.Visual.Orientation.set // Forced skipping of method Microsoft.UI.Composition.Visual.Parent.get @@ -180,7 +182,7 @@ public bool IsPixelSnappingEnabled // Forced skipping of method Microsoft.UI.Composition.Visual.RotationAngleInDegrees.get // Forced skipping of method Microsoft.UI.Composition.Visual.RotationAngleInDegrees.set // Forced skipping of method Microsoft.UI.Composition.Visual.RotationAxis.get - // Forced skipping of method Microsoft.UI.Composition.Visual.Opacity.set + // Forced skipping of method Microsoft.UI.Composition.Visual.RotationAxis.set // Forced skipping of method Microsoft.UI.Composition.Visual.Scale.get // Forced skipping of method Microsoft.UI.Composition.Visual.Scale.set // Forced skipping of method Microsoft.UI.Composition.Visual.Size.get @@ -188,7 +190,5 @@ public bool IsPixelSnappingEnabled // Forced skipping of method Microsoft.UI.Composition.Visual.TransformMatrix.get // Forced skipping of method Microsoft.UI.Composition.Visual.TransformMatrix.set // Forced skipping of method Microsoft.UI.Composition.Visual.ParentForTransform.get - // Forced skipping of method Microsoft.UI.Composition.Visual.ParentForTransform.set - // Forced skipping of method Microsoft.UI.Composition.Visual.RelativeOffsetAdjustment.get } } diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualCollection.cs index 689b034d82f7..4a803cb5eaeb 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualCollection.cs @@ -9,11 +9,11 @@ namespace Microsoft.UI.Composition public partial class VisualCollection : global::Microsoft.UI.Composition.CompositionObject, global::System.Collections.Generic.IEnumerable { // Skipping already declared property Count - // Skipping already declared method Microsoft.UI.Composition.VisualCollection.InsertAtBottom(Microsoft.UI.Composition.Visual) + // Skipping already declared method Microsoft.UI.Composition.VisualCollection.InsertBelow(Microsoft.UI.Composition.Visual, Microsoft.UI.Composition.Visual) // Skipping already declared method Microsoft.UI.Composition.VisualCollection.InsertAbove(Microsoft.UI.Composition.Visual, Microsoft.UI.Composition.Visual) - // Forced skipping of method Microsoft.UI.Composition.VisualCollection.Count.get + // Skipping already declared method Microsoft.UI.Composition.VisualCollection.InsertAtBottom(Microsoft.UI.Composition.Visual) // Skipping already declared method Microsoft.UI.Composition.VisualCollection.InsertAtTop(Microsoft.UI.Composition.Visual) - // Skipping already declared method Microsoft.UI.Composition.VisualCollection.InsertBelow(Microsoft.UI.Composition.Visual, Microsoft.UI.Composition.Visual) + // Forced skipping of method Microsoft.UI.Composition.VisualCollection.Count.get // Skipping already declared method Microsoft.UI.Composition.VisualCollection.Remove(Microsoft.UI.Composition.Visual) // Skipping already declared method Microsoft.UI.Composition.VisualCollection.RemoveAll() // Forced skipping of method Microsoft.UI.Composition.VisualCollection.First() diff --git a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualUnorderedCollection.cs b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualUnorderedCollection.cs index 9f7206fa25c3..f0b6b468bd03 100644 --- a/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualUnorderedCollection.cs +++ b/src/Uno.UI.Composition/Generated/3.0.0.0/Microsoft.UI.Composition/VisualUnorderedCollection.cs @@ -23,28 +23,28 @@ public int Count } } #endif + // Forced skipping of method Microsoft.UI.Composition.VisualUnorderedCollection.Count.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void RemoveAll() + public void Add(global::Microsoft.UI.Composition.Visual newVisual) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.VisualUnorderedCollection", "void VisualUnorderedCollection.RemoveAll()"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.VisualUnorderedCollection", "void VisualUnorderedCollection.Add(Visual newVisual)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Add(global::Microsoft.UI.Composition.Visual newVisual) + public void Remove(global::Microsoft.UI.Composition.Visual visual) { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.VisualUnorderedCollection", "void VisualUnorderedCollection.Add(Visual newVisual)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.VisualUnorderedCollection", "void VisualUnorderedCollection.Remove(Visual visual)"); } #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void Remove(global::Microsoft.UI.Composition.Visual visual) + public void RemoveAll() { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.VisualUnorderedCollection", "void VisualUnorderedCollection.Remove(Visual visual)"); + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Composition.VisualUnorderedCollection", "void VisualUnorderedCollection.RemoveAll()"); } #endif - // Forced skipping of method Microsoft.UI.Composition.VisualUnorderedCollection.Count.get // Forced skipping of method Microsoft.UI.Composition.VisualUnorderedCollection.First() // Processing: System.Collections.Generic.IEnumerable #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ diff --git a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherExitDeferral.cs b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherExitDeferral.cs new file mode 100644 index 000000000000..d1478e730b2e --- /dev/null +++ b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherExitDeferral.cs @@ -0,0 +1,27 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Dispatching +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DispatcherExitDeferral + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Complete() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherExitDeferral", "void DispatcherExitDeferral.Complete()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public DispatcherExitDeferral() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherExitDeferral", "DispatcherExitDeferral.DispatcherExitDeferral()"); + } +#endif + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherExitDeferral.DispatcherExitDeferral() + } +} diff --git a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueue.cs b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueue.cs index cac6dd06851a..df5be8de6e7f 100644 --- a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueue.cs +++ b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueue.cs @@ -9,14 +9,46 @@ namespace Microsoft.UI.Dispatching public partial class DispatcherQueue { // Skipping already declared property HasThreadAccess +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void EnqueueEventLoopExit() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "void DispatcherQueue.EnqueueEventLoopExit()"); + } +#endif + // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueue.TryEnqueue(Microsoft.UI.Dispatching.DispatcherQueueHandler) // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueue.TryEnqueue(Microsoft.UI.Dispatching.DispatcherQueuePriority, Microsoft.UI.Dispatching.DispatcherQueueHandler) // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueue.CreateTimer() - // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueue.TryEnqueue(Microsoft.UI.Dispatching.DispatcherQueueHandler) - // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.ShutdownStarting.add // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.ShutdownStarting.remove // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.ShutdownCompleted.add // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.ShutdownCompleted.remove // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.HasThreadAccess.get + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.ShutdownStarting.add +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void EnsureSystemDispatcherQueue() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "void DispatcherQueue.EnsureSystemDispatcherQueue()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void RunEventLoop() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "void DispatcherQueue.RunEventLoop()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void RunEventLoop(global::Microsoft.UI.Dispatching.DispatcherRunOptions options, global::Microsoft.UI.Dispatching.DispatcherExitDeferral deferral) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "void DispatcherQueue.RunEventLoop(DispatcherRunOptions options, DispatcherExitDeferral deferral)"); + } +#endif + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.FrameworkShutdownStarting.add + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.FrameworkShutdownStarting.remove + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.FrameworkShutdownCompleted.add + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueue.FrameworkShutdownCompleted.remove // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueue.GetForCurrentThread() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -49,6 +81,38 @@ public partial class DispatcherQueue global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "event TypedEventHandler DispatcherQueue.ShutdownStarting"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler FrameworkShutdownCompleted + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "event TypedEventHandler DispatcherQueue.FrameworkShutdownCompleted"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "event TypedEventHandler DispatcherQueue.FrameworkShutdownCompleted"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler FrameworkShutdownStarting + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "event TypedEventHandler DispatcherQueue.FrameworkShutdownStarting"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueue", "event TypedEventHandler DispatcherQueue.FrameworkShutdownStarting"); + } + } #endif } } diff --git a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueController.cs b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueController.cs index 783bbd376303..d3aacb24b0e5 100644 --- a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueController.cs +++ b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueController.cs @@ -31,6 +31,13 @@ internal DispatcherQueueController() throw new global::System.NotImplementedException("The member IAsyncAction DispatcherQueueController.ShutdownQueueAsync() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20DispatcherQueueController.ShutdownQueueAsync%28%29"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ShutdownQueue() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Dispatching.DispatcherQueueController", "void DispatcherQueueController.ShutdownQueue()"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Dispatching.DispatcherQueueController CreateOnDedicatedThread() diff --git a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueTimer.cs b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueTimer.cs index 94c1afe75a9d..58d17cc1b39b 100644 --- a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueTimer.cs +++ b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherQueueTimer.cs @@ -11,11 +11,11 @@ public partial class DispatcherQueueTimer // Skipping already declared property IsRepeating // Skipping already declared property Interval // Skipping already declared property IsRunning - // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.IsRepeating.get // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.Interval.set + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.IsRepeating.set // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.IsRunning.get + // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.IsRepeating.get // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.Interval.get - // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.IsRepeating.set // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueueTimer.Start() // Skipping already declared method Microsoft.UI.Dispatching.DispatcherQueueTimer.Stop() // Forced skipping of method Microsoft.UI.Dispatching.DispatcherQueueTimer.Tick.add diff --git a/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherRunOptions.cs b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherRunOptions.cs new file mode 100644 index 000000000000..a93d1ac72ffc --- /dev/null +++ b/src/Uno.UI.Dispatching/Generated/3.0.0.0/Microsoft.UI.Dispatching/DispatcherRunOptions.cs @@ -0,0 +1,21 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Dispatching +{ + [global::System.FlagsAttribute] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum DispatcherRunOptions : uint + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + ContinueOnQuit = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + QuitOnlyLocalLoop = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropManager.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropManager.cs new file mode 100644 index 000000000000..0744e9c71bf4 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropManager.cs @@ -0,0 +1,66 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DragDropManager : global::System.IDisposable + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal DragDropManager() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool AreConcurrentOperationsEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool DragDropManager.AreConcurrentOperationsEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DragDropManager.AreConcurrentOperationsEnabled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragDropManager", "bool DragDropManager.AreConcurrentOperationsEnabled"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragDropManager.AreConcurrentOperationsEnabled.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Dispose() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragDropManager", "void DragDropManager.Dispose()"); + } +#endif + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragDropManager.TargetRequested.add + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragDropManager.TargetRequested.remove + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragDropManager.AreConcurrentOperationsEnabled.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.DragDrop.DragDropManager GetForIsland(global::Microsoft.UI.Content.ContentIsland content) + { + throw new global::System.NotImplementedException("The member DragDropManager DragDropManager.GetForIsland(ContentIsland content) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DragDropManager%20DragDropManager.GetForIsland%28ContentIsland%20content%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler TargetRequested + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragDropManager", "event TypedEventHandler DragDropManager.TargetRequested"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragDropManager", "event TypedEventHandler DragDropManager.TargetRequested"); + } + } +#endif + // Processing: System.IDisposable + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropModifiers.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropModifiers.cs new file mode 100644 index 000000000000..5a5c83f3a7f2 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragDropModifiers.cs @@ -0,0 +1,33 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ + [global::System.FlagsAttribute] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum DragDropModifiers : uint + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Shift = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Control = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Alt = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + LeftButton = 8, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + MiddleButton = 16, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + RightButton = 32, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragInfo.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragInfo.cs new file mode 100644 index 000000000000..c269ae33480e --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragInfo.cs @@ -0,0 +1,61 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DragInfo + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal DragInfo() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackageOperation AllowedOperations + { + get + { + throw new global::System.NotImplementedException("The member DataPackageOperation DragInfo.AllowedOperations is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackageOperation%20DragInfo.AllowedOperations"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackageView Data + { + get + { + throw new global::System.NotImplementedException("The member DataPackageView DragInfo.Data is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackageView%20DragInfo.Data"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.DragDrop.DragDropModifiers Modifiers + { + get + { + throw new global::System.NotImplementedException("The member DragDropModifiers DragInfo.Modifiers is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DragDropModifiers%20DragInfo.Modifiers"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Point Position + { + get + { + throw new global::System.NotImplementedException("The member Point DragInfo.Position is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Point%20DragInfo.Position"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragInfo.Modifiers.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragInfo.Data.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragInfo.Position.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragInfo.AllowedOperations.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragOperation.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragOperation.cs new file mode 100644 index 000000000000..0ee30acabaa7 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragOperation.cs @@ -0,0 +1,92 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DragOperation : global::System.IDisposable + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.DragDrop.DragUIContentMode DragUIContentMode + { + get + { + throw new global::System.NotImplementedException("The member DragUIContentMode DragOperation.DragUIContentMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DragUIContentMode%20DragOperation.DragUIContentMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragOperation", "DragUIContentMode DragOperation.DragUIContentMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackageOperation AllowedOperations + { + get + { + throw new global::System.NotImplementedException("The member DataPackageOperation DragOperation.AllowedOperations is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackageOperation%20DragOperation.AllowedOperations"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragOperation", "DataPackageOperation DragOperation.AllowedOperations"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackage Data + { + get + { + throw new global::System.NotImplementedException("The member DataPackage DragOperation.Data is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackage%20DragOperation.Data"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragOperation.AllowedOperations.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragOperation.AllowedOperations.set + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragOperation.Data.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragOperation.DragUIContentMode.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragOperation.DragUIContentMode.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetDragUIContentFromSoftwareBitmap(global::Windows.Graphics.Imaging.SoftwareBitmap bitmap) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragOperation", "void DragOperation.SetDragUIContentFromSoftwareBitmap(SoftwareBitmap bitmap)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetDragUIContentFromSoftwareBitmap(global::Windows.Graphics.Imaging.SoftwareBitmap bitmap, global::Windows.Foundation.Point anchorPoint) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragOperation", "void DragOperation.SetDragUIContentFromSoftwareBitmap(SoftwareBitmap bitmap, Point anchorPoint)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation StartAsync(global::Microsoft.UI.Input.DragDrop.DragDropManager initialTarget, global::Microsoft.UI.Input.PointerPoint initialPointerPoint) + { + throw new global::System.NotImplementedException("The member IAsyncOperation DragOperation.StartAsync(DragDropManager initialTarget, PointerPoint initialPointerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CDataPackageOperation%3E%20DragOperation.StartAsync%28DragDropManager%20initialTarget%2C%20PointerPoint%20initialPointerPoint%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Dispose() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragOperation", "void DragOperation.Dispose()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public DragOperation() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragOperation", "DragOperation.DragOperation()"); + } +#endif + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragOperation.DragOperation() + // Processing: System.IDisposable + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIContentMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIContentMode.cs new file mode 100644 index 000000000000..54bf90bd04c3 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIContentMode.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum DragUIContentMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Auto = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Deferred = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIOverride.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIOverride.cs new file mode 100644 index 000000000000..aa011d64a8b0 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DragUIOverride.cs @@ -0,0 +1,102 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DragUIOverride + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal DragUIOverride() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsGlyphVisible + { + get + { + throw new global::System.NotImplementedException("The member bool DragUIOverride.IsGlyphVisible is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DragUIOverride.IsGlyphVisible"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "bool DragUIOverride.IsGlyphVisible"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsContentVisible + { + get + { + throw new global::System.NotImplementedException("The member bool DragUIOverride.IsContentVisible is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DragUIOverride.IsContentVisible"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "bool DragUIOverride.IsContentVisible"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsCaptionVisible + { + get + { + throw new global::System.NotImplementedException("The member bool DragUIOverride.IsCaptionVisible is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DragUIOverride.IsCaptionVisible"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "bool DragUIOverride.IsCaptionVisible"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string Caption + { + get + { + throw new global::System.NotImplementedException("The member string DragUIOverride.Caption is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20DragUIOverride.Caption"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "string DragUIOverride.Caption"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.IsCaptionVisible.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.Caption.set + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.Caption.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.IsCaptionVisible.set + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.IsContentVisible.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.IsContentVisible.set + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.IsGlyphVisible.get + // Forced skipping of method Microsoft.UI.Input.DragDrop.DragUIOverride.IsGlyphVisible.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Clear() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "void DragUIOverride.Clear()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetContentFromSoftwareBitmap(global::Windows.Graphics.Imaging.SoftwareBitmap bitmap) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "void DragUIOverride.SetContentFromSoftwareBitmap(SoftwareBitmap bitmap)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetContentFromSoftwareBitmap(global::Windows.Graphics.Imaging.SoftwareBitmap bitmap, global::Windows.Foundation.Point anchorPoint) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DragUIOverride", "void DragUIOverride.SetContentFromSoftwareBitmap(SoftwareBitmap bitmap, Point anchorPoint)"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DropOperationTargetRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DropOperationTargetRequestedEventArgs.cs new file mode 100644 index 000000000000..bd7d5f5ffa84 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/DropOperationTargetRequestedEventArgs.cs @@ -0,0 +1,24 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DropOperationTargetRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal DropOperationTargetRequestedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetTarget(global::Microsoft.UI.Input.DragDrop.IDropOperationTarget target) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.DragDrop.DropOperationTargetRequestedEventArgs", "void DropOperationTargetRequestedEventArgs.SetTarget(IDropOperationTarget target)"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/IDropOperationTarget.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/IDropOperationTarget.cs new file mode 100644 index 000000000000..bdd6c750cfbe --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input.DragDrop/IDropOperationTarget.cs @@ -0,0 +1,24 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input.DragDrop +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial interface IDropOperationTarget + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Windows.Foundation.IAsyncOperation DropAsync(global::Microsoft.UI.Input.DragDrop.DragInfo dragInfo); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Windows.Foundation.IAsyncOperation EnterAsync(global::Microsoft.UI.Input.DragDrop.DragInfo dragInfo, global::Microsoft.UI.Input.DragDrop.DragUIOverride dragUIOverride); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Windows.Foundation.IAsyncAction LeaveAsync(global::Microsoft.UI.Input.DragDrop.DragInfo dragInfo); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Windows.Foundation.IAsyncOperation OverAsync(global::Microsoft.UI.Input.DragDrop.DragInfo dragInfo, global::Microsoft.UI.Input.DragDrop.DragUIOverride dragUIOverride); +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CharacterReceivedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CharacterReceivedEventArgs.cs new file mode 100644 index 000000000000..47eeb038dac0 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CharacterReceivedEventArgs.cs @@ -0,0 +1,55 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CharacterReceivedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CharacterReceivedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Handled + { + get + { + throw new global::System.NotImplementedException("The member bool CharacterReceivedEventArgs.Handled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CharacterReceivedEventArgs.Handled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.CharacterReceivedEventArgs", "bool CharacterReceivedEventArgs.Handled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public uint KeyCode + { + get + { + throw new global::System.NotImplementedException("The member uint CharacterReceivedEventArgs.KeyCode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=uint%20CharacterReceivedEventArgs.KeyCode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.PhysicalKeyStatus KeyStatus + { + get + { + throw new global::System.NotImplementedException("The member PhysicalKeyStatus CharacterReceivedEventArgs.KeyStatus is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=PhysicalKeyStatus%20CharacterReceivedEventArgs.KeyStatus"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.CharacterReceivedEventArgs.KeyCode.get + // Forced skipping of method Microsoft.UI.Input.CharacterReceivedEventArgs.Handled.get + // Forced skipping of method Microsoft.UI.Input.CharacterReceivedEventArgs.Handled.set + // Forced skipping of method Microsoft.UI.Input.CharacterReceivedEventArgs.KeyStatus.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ContextMenuKeyEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ContextMenuKeyEventArgs.cs new file mode 100644 index 000000000000..14217773d31c --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ContextMenuKeyEventArgs.cs @@ -0,0 +1,33 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ContextMenuKeyEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ContextMenuKeyEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Handled + { + get + { + throw new global::System.NotImplementedException("The member bool ContextMenuKeyEventArgs.Handled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ContextMenuKeyEventArgs.Handled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.ContextMenuKeyEventArgs", "bool ContextMenuKeyEventArgs.Handled"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.ContextMenuKeyEventArgs.Handled.get + // Forced skipping of method Microsoft.UI.Input.ContextMenuKeyEventArgs.Handled.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CrossSlidingEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CrossSlidingEventArgs.cs index d68278c1257f..25724a820172 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CrossSlidingEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/CrossSlidingEventArgs.cs @@ -43,8 +43,8 @@ internal CrossSlidingEventArgs() } } #endif - // Forced skipping of method Microsoft.UI.Input.CrossSlidingEventArgs.CrossSlidingState.get // Forced skipping of method Microsoft.UI.Input.CrossSlidingEventArgs.PointerDeviceType.get + // Forced skipping of method Microsoft.UI.Input.CrossSlidingEventArgs.CrossSlidingState.get // Forced skipping of method Microsoft.UI.Input.CrossSlidingEventArgs.Position.get } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/FocusChangedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/FocusChangedEventArgs.cs new file mode 100644 index 000000000000..a739888be257 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/FocusChangedEventArgs.cs @@ -0,0 +1,33 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class FocusChangedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal FocusChangedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Handled + { + get + { + throw new global::System.NotImplementedException("The member bool FocusChangedEventArgs.Handled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20FocusChangedEventArgs.Handled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.FocusChangedEventArgs", "bool FocusChangedEventArgs.Handled"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.FocusChangedEventArgs.Handled.set + // Forced skipping of method Microsoft.UI.Input.FocusChangedEventArgs.Handled.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/GestureRecognizer.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/GestureRecognizer.cs index 832d1e949a95..7caf59b261a3 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/GestureRecognizer.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/GestureRecognizer.cs @@ -226,7 +226,7 @@ public bool IsInertial } } #endif - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Holding.remove + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaExpansionDeceleration.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.AutoProcessInertia.set // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.CrossSlideExact.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.CrossSlideExact.set @@ -242,7 +242,13 @@ public bool IsInertial // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.PivotCenter.set // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.PivotRadius.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.PivotRadius.set - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaExpansionDeceleration.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ProcessInertia() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.GestureRecognizer", "void GestureRecognizer.ProcessInertia()"); + } +#endif // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaExpansionDeceleration.set // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaExpansion.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaExpansion.set @@ -255,7 +261,7 @@ public bool IsInertial // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaTranslationDisplacement.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.InertiaTranslationDisplacement.set // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationExact.get - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.AutoProcessInertia.get + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationExact.set // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.MouseWheelParameters.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ShowGestureFeedback.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ShowGestureFeedback.set @@ -270,30 +276,24 @@ public void ProcessMouseWheelEvent(global::Microsoft.UI.Input.PointerPoint value global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.GestureRecognizer", "void GestureRecognizer.ProcessMouseWheelEvent(PointerPoint value, bool isShiftKeyDown, bool isControlKeyDown)"); } #endif -#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ - [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void ProcessInertia() - { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.GestureRecognizer", "void GestureRecognizer.ProcessInertia()"); - } -#endif + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationStarted.remove // Skipping already declared method Microsoft.UI.Input.GestureRecognizer.ProcessUpEvent(Microsoft.UI.Input.PointerPoint) // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Tapped.add // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Tapped.remove // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.RightTapped.add // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.RightTapped.remove // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Holding.add - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationExact.set + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.AutoProcessInertia.get // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Dragging.add // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Dragging.remove // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationStarted.add - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationStarted.remove - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationUpdated.add + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationCompleted.remove + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.Holding.remove // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationUpdated.remove // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationInertiaStarting.add // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationInertiaStarting.remove // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationCompleted.add - // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationCompleted.remove + // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.ManipulationUpdated.add // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.CrossSliding.add // Forced skipping of method Microsoft.UI.Input.GestureRecognizer.CrossSliding.remove // Skipping already declared method Microsoft.UI.Input.GestureRecognizer.GestureRecognizer() diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/HoldingEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/HoldingEventArgs.cs index 59e0a56163f7..44ba768e60d3 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/HoldingEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/HoldingEventArgs.cs @@ -11,8 +11,8 @@ public partial class HoldingEventArgs // Skipping already declared property HoldingState // Skipping already declared property PointerDeviceType // Skipping already declared property Position - // Forced skipping of method Microsoft.UI.Input.HoldingEventArgs.Position.get - // Forced skipping of method Microsoft.UI.Input.HoldingEventArgs.HoldingState.get // Forced skipping of method Microsoft.UI.Input.HoldingEventArgs.PointerDeviceType.get + // Forced skipping of method Microsoft.UI.Input.HoldingEventArgs.HoldingState.get + // Forced skipping of method Microsoft.UI.Input.HoldingEventArgs.Position.get } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputActivationListener.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputActivationListener.cs index 3ea77761180c..fe3906815c73 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputActivationListener.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputActivationListener.cs @@ -23,9 +23,16 @@ internal InputActivationListener() } } #endif - // Forced skipping of method Microsoft.UI.Input.InputActivationListener.InputActivationChanged.add // Forced skipping of method Microsoft.UI.Input.InputActivationListener.State.get + // Forced skipping of method Microsoft.UI.Input.InputActivationListener.InputActivationChanged.add // Forced skipping of method Microsoft.UI.Input.InputActivationListener.InputActivationChanged.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.InputActivationListener GetForIsland(global::Microsoft.UI.Content.ContentIsland island) + { + throw new global::System.NotImplementedException("The member InputActivationListener InputActivationListener.GetForIsland(ContentIsland island) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=InputActivationListener%20InputActivationListener.GetForIsland%28ContentIsland%20island%29"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Input.InputActivationListener GetForWindowId(global::Microsoft.UI.WindowId windowId) diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopNamedResourceCursor.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopNamedResourceCursor.cs index b73682db0d7b..32e562a59f80 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopNamedResourceCursor.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopNamedResourceCursor.cs @@ -33,8 +33,8 @@ public string ResourceName } } #endif - // Forced skipping of method Microsoft.UI.Input.InputDesktopNamedResourceCursor.ModuleName.get // Forced skipping of method Microsoft.UI.Input.InputDesktopNamedResourceCursor.ResourceName.get + // Forced skipping of method Microsoft.UI.Input.InputDesktopNamedResourceCursor.ModuleName.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Input.InputDesktopNamedResourceCursor Create(string resourceName) diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopResourceCursor.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopResourceCursor.cs index d6d82c980b70..990122323986 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopResourceCursor.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputDesktopResourceCursor.cs @@ -10,8 +10,8 @@ public partial class InputDesktopResourceCursor : global::Microsoft.UI.Input.Inp { // Skipping already declared property ModuleName // Skipping already declared property ResourceId - // Forced skipping of method Microsoft.UI.Input.InputDesktopResourceCursor.ResourceId.get // Forced skipping of method Microsoft.UI.Input.InputDesktopResourceCursor.ModuleName.get + // Forced skipping of method Microsoft.UI.Input.InputDesktopResourceCursor.ResourceId.get // Skipping already declared method Microsoft.UI.Input.InputDesktopResourceCursor.Create(uint) // Skipping already declared method Microsoft.UI.Input.InputDesktopResourceCursor.CreateFromModule(string, uint) } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusChangedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusChangedEventArgs.cs new file mode 100644 index 000000000000..96472a8fc541 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusChangedEventArgs.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class InputFocusChangedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal InputFocusChangedEventArgs() + { + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusController.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusController.cs new file mode 100644 index 000000000000..3144acf233fb --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputFocusController.cs @@ -0,0 +1,78 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class InputFocusController : global::Microsoft.UI.Input.InputObject + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal InputFocusController() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool HasFocus + { + get + { + throw new global::System.NotImplementedException("The member bool InputFocusController.HasFocus is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20InputFocusController.HasFocus"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.InputFocusController.GotFocus.add + // Forced skipping of method Microsoft.UI.Input.InputFocusController.HasFocus.get + // Forced skipping of method Microsoft.UI.Input.InputFocusController.GotFocus.remove + // Forced skipping of method Microsoft.UI.Input.InputFocusController.LostFocus.add + // Forced skipping of method Microsoft.UI.Input.InputFocusController.LostFocus.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool TrySetFocus() + { + throw new global::System.NotImplementedException("The member bool InputFocusController.TrySetFocus() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20InputFocusController.TrySetFocus%28%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.InputFocusController GetForIsland(global::Microsoft.UI.Content.ContentIsland island) + { + throw new global::System.NotImplementedException("The member InputFocusController InputFocusController.GetForIsland(ContentIsland island) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=InputFocusController%20InputFocusController.GetForIsland%28ContentIsland%20island%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler GotFocus + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputFocusController", "event TypedEventHandler InputFocusController.GotFocus"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputFocusController", "event TypedEventHandler InputFocusController.GotFocus"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler LostFocus + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputFocusController", "event TypedEventHandler InputFocusController.LostFocus"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputFocusController", "event TypedEventHandler InputFocusController.LostFocus"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputKeyboardSource.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputKeyboardSource.cs index 0466559fe271..d38b1abae648 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputKeyboardSource.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputKeyboardSource.cs @@ -8,6 +8,135 @@ namespace Microsoft.UI.Input #endif public partial class InputKeyboardSource : global::Microsoft.UI.Input.InputObject { + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.CharacterReceived.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.VirtualKeyStates GetKeyState(global::Windows.System.VirtualKey virtualKey) + { + throw new global::System.NotImplementedException("The member VirtualKeyStates InputKeyboardSource.GetKeyState(VirtualKey virtualKey) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=VirtualKeyStates%20InputKeyboardSource.GetKeyState%28VirtualKey%20virtualKey%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.ContextMenuKey.add + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.ContextMenuKey.remove + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.KeyDown.add + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.KeyDown.remove + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.KeyUp.add + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.KeyUp.remove + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.SystemKeyDown.add + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.SystemKeyDown.remove + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.SystemKeyUp.add + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.CharacterReceived.add +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.VirtualKeyStates GetCurrentKeyState(global::Windows.System.VirtualKey virtualKey) + { + throw new global::System.NotImplementedException("The member VirtualKeyStates InputKeyboardSource.GetCurrentKeyState(VirtualKey virtualKey) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=VirtualKeyStates%20InputKeyboardSource.GetCurrentKeyState%28VirtualKey%20virtualKey%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Input.InputKeyboardSource.SystemKeyUp.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.InputKeyboardSource GetForIsland(global::Microsoft.UI.Content.ContentIsland island) + { + throw new global::System.NotImplementedException("The member InputKeyboardSource InputKeyboardSource.GetForIsland(ContentIsland island) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=InputKeyboardSource%20InputKeyboardSource.GetForIsland%28ContentIsland%20island%29"); + } +#endif // Skipping already declared method Microsoft.UI.Input.InputKeyboardSource.GetKeyStateForCurrentThread(Windows.System.VirtualKey) +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler CharacterReceived + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.CharacterReceived"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.CharacterReceived"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ContextMenuKey + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.ContextMenuKey"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.ContextMenuKey"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler KeyDown + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.KeyDown"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.KeyDown"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler KeyUp + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.KeyUp"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.KeyUp"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler SystemKeyDown + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.SystemKeyDown"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.SystemKeyDown"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler SystemKeyUp + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.SystemKeyUp"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputKeyboardSource", "event TypedEventHandler InputKeyboardSource.SystemKeyUp"); + } + } +#endif } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputNonClientPointerSource.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputNonClientPointerSource.cs new file mode 100644 index 000000000000..ef4ff2e780da --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputNonClientPointerSource.cs @@ -0,0 +1,189 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class InputNonClientPointerSource + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal InputNonClientPointerSource() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Dispatching.DispatcherQueue DispatcherQueue + { + get + { + throw new global::System.NotImplementedException("The member DispatcherQueue InputNonClientPointerSource.DispatcherQueue is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DispatcherQueue%20InputNonClientPointerSource.DispatcherQueue"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerReleased.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ClearRegionRects(global::Microsoft.UI.Input.NonClientRegionKind region) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "void InputNonClientPointerSource.ClearRegionRects(NonClientRegionKind region)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Graphics.RectInt32[] GetRegionRects(global::Microsoft.UI.Input.NonClientRegionKind region) + { + throw new global::System.NotImplementedException("The member RectInt32[] InputNonClientPointerSource.GetRegionRects(NonClientRegionKind region) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=RectInt32%5B%5D%20InputNonClientPointerSource.GetRegionRects%28NonClientRegionKind%20region%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetRegionRects(global::Microsoft.UI.Input.NonClientRegionKind region, global::Windows.Graphics.RectInt32[] rects) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "void InputNonClientPointerSource.SetRegionRects(NonClientRegionKind region, RectInt32[] rects)"); + } +#endif + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.CaptionTapped.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.CaptionTapped.remove + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerEntered.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerEntered.remove + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerExited.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerExited.remove + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerMoved.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerMoved.remove + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerPressed.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerPressed.remove + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.DispatcherQueue.get + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.PointerReleased.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.RegionsChanged.add + // Forced skipping of method Microsoft.UI.Input.InputNonClientPointerSource.RegionsChanged.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ClearAllRegionRects() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "void InputNonClientPointerSource.ClearAllRegionRects()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.InputNonClientPointerSource GetForWindowId(global::Microsoft.UI.WindowId windowId) + { + throw new global::System.NotImplementedException("The member InputNonClientPointerSource InputNonClientPointerSource.GetForWindowId(WindowId windowId) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=InputNonClientPointerSource%20InputNonClientPointerSource.GetForWindowId%28WindowId%20windowId%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler CaptionTapped + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.CaptionTapped"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.CaptionTapped"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler PointerEntered + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerEntered"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerEntered"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler PointerExited + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerExited"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerExited"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler PointerMoved + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerMoved"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerMoved"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler PointerPressed + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerPressed"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerPressed"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler PointerReleased + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerReleased"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.PointerReleased"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler RegionsChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.RegionsChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.InputNonClientPointerSource", "event TypedEventHandler InputNonClientPointerSource.RegionsChanged"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPointerSource.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPointerSource.cs index f6a98bcfed76..7d389e031fb4 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPointerSource.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPointerSource.cs @@ -10,9 +10,9 @@ public partial class InputPointerSource : global::Microsoft.UI.Input.InputObject { // Skipping already declared property Cursor // Skipping already declared property DeviceKinds - // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedReleased.add + // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerPressed.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.Cursor.set - // Forced skipping of method Microsoft.UI.Input.InputPointerSource.Cursor.get + // Forced skipping of method Microsoft.UI.Input.InputPointerSource.DeviceKinds.get // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerCaptureLost.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerCaptureLost.remove // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerEntered.add @@ -21,18 +21,25 @@ public partial class InputPointerSource : global::Microsoft.UI.Input.InputObject // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerExited.remove // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerMoved.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerMoved.remove - // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerPressed.add + // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedReleased.remove // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerPressed.remove // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerReleased.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerReleased.remove // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedAway.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedAway.remove - // Forced skipping of method Microsoft.UI.Input.InputPointerSource.DeviceKinds.get - // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedReleased.remove + // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedReleased.add + // Forced skipping of method Microsoft.UI.Input.InputPointerSource.Cursor.get // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedTo.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerRoutedTo.remove // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerWheelChanged.add // Forced skipping of method Microsoft.UI.Input.InputPointerSource.PointerWheelChanged.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.InputPointerSource GetForIsland(global::Microsoft.UI.Content.ContentIsland island) + { + throw new global::System.NotImplementedException("The member InputPointerSource InputPointerSource.GetForIsland(ContentIsland island) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=InputPointerSource%20InputPointerSource.GetForIsland%28ContentIsland%20island%29"); + } +#endif // Skipping already declared event Microsoft.UI.Input.InputPointerSource.PointerCaptureLost // Skipping already declared event Microsoft.UI.Input.InputPointerSource.PointerEntered // Skipping already declared event Microsoft.UI.Input.InputPointerSource.PointerExited diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPreTranslateKeyboardSource.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPreTranslateKeyboardSource.cs new file mode 100644 index 000000000000..16e23c08a311 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/InputPreTranslateKeyboardSource.cs @@ -0,0 +1,24 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class InputPreTranslateKeyboardSource : global::Microsoft.UI.Input.InputObject + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal InputPreTranslateKeyboardSource() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Input.InputPreTranslateKeyboardSource GetForIsland(global::Microsoft.UI.Content.ContentIsland island) + { + throw new global::System.NotImplementedException("The member InputPreTranslateKeyboardSource InputPreTranslateKeyboardSource.GetForIsland(ContentIsland island) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=InputPreTranslateKeyboardSource%20InputPreTranslateKeyboardSource.GetForIsland%28ContentIsland%20island%29"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/KeyEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/KeyEventArgs.cs new file mode 100644 index 000000000000..427aeecc5073 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/KeyEventArgs.cs @@ -0,0 +1,66 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class KeyEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal KeyEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Handled + { + get + { + throw new global::System.NotImplementedException("The member bool KeyEventArgs.Handled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20KeyEventArgs.Handled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Input.KeyEventArgs", "bool KeyEventArgs.Handled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.PhysicalKeyStatus KeyStatus + { + get + { + throw new global::System.NotImplementedException("The member PhysicalKeyStatus KeyEventArgs.KeyStatus is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=PhysicalKeyStatus%20KeyEventArgs.KeyStatus"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ulong Timestamp + { + get + { + throw new global::System.NotImplementedException("The member ulong KeyEventArgs.Timestamp is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ulong%20KeyEventArgs.Timestamp"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.System.VirtualKey VirtualKey + { + get + { + throw new global::System.NotImplementedException("The member VirtualKey KeyEventArgs.VirtualKey is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=VirtualKey%20KeyEventArgs.VirtualKey"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.KeyEventArgs.VirtualKey.get + // Forced skipping of method Microsoft.UI.Input.KeyEventArgs.Handled.set + // Forced skipping of method Microsoft.UI.Input.KeyEventArgs.KeyStatus.get + // Forced skipping of method Microsoft.UI.Input.KeyEventArgs.Timestamp.get + // Forced skipping of method Microsoft.UI.Input.KeyEventArgs.Handled.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationCompletedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationCompletedEventArgs.cs index 8a4626e540b5..67c863200ec9 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationCompletedEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationCompletedEventArgs.cs @@ -12,9 +12,9 @@ public partial class ManipulationCompletedEventArgs // Skipping already declared property PointerDeviceType // Skipping already declared property Position // Skipping already declared property Velocities - // Forced skipping of method Microsoft.UI.Input.ManipulationCompletedEventArgs.Position.get + // Forced skipping of method Microsoft.UI.Input.ManipulationCompletedEventArgs.Velocities.get // Forced skipping of method Microsoft.UI.Input.ManipulationCompletedEventArgs.PointerDeviceType.get // Forced skipping of method Microsoft.UI.Input.ManipulationCompletedEventArgs.Cumulative.get - // Forced skipping of method Microsoft.UI.Input.ManipulationCompletedEventArgs.Velocities.get + // Forced skipping of method Microsoft.UI.Input.ManipulationCompletedEventArgs.Position.get } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationUpdatedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationUpdatedEventArgs.cs index 63df13454a42..c1f9c3e4ce5a 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationUpdatedEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/ManipulationUpdatedEventArgs.cs @@ -13,10 +13,10 @@ public partial class ManipulationUpdatedEventArgs // Skipping already declared property PointerDeviceType // Skipping already declared property Position // Skipping already declared property Velocities - // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.Velocities.get + // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.Position.get // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.Delta.get // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.PointerDeviceType.get - // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.Position.get + // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.Velocities.get // Forced skipping of method Microsoft.UI.Input.ManipulationUpdatedEventArgs.Cumulative.get } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/MouseWheelParameters.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/MouseWheelParameters.cs index b2a893ee2da4..79f20ec45938 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/MouseWheelParameters.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/MouseWheelParameters.cs @@ -69,9 +69,9 @@ public float DeltaRotationAngle } } #endif + // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.DeltaScale.get // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.CharTranslation.set // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.CharTranslation.get - // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.DeltaScale.get // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.DeltaScale.set // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.DeltaRotationAngle.get // Forced skipping of method Microsoft.UI.Input.MouseWheelParameters.DeltaRotationAngle.set diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientCaptionTappedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientCaptionTappedEventArgs.cs new file mode 100644 index 000000000000..630cbbf425b5 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientCaptionTappedEventArgs.cs @@ -0,0 +1,39 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class NonClientCaptionTappedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal NonClientCaptionTappedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Point Point + { + get + { + throw new global::System.NotImplementedException("The member Point NonClientCaptionTappedEventArgs.Point is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Point%20NonClientCaptionTappedEventArgs.Point"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.PointerDeviceType PointerDeviceType + { + get + { + throw new global::System.NotImplementedException("The member PointerDeviceType NonClientCaptionTappedEventArgs.PointerDeviceType is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=PointerDeviceType%20NonClientCaptionTappedEventArgs.PointerDeviceType"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.NonClientCaptionTappedEventArgs.Point.get + // Forced skipping of method Microsoft.UI.Input.NonClientCaptionTappedEventArgs.PointerDeviceType.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientPointerEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientPointerEventArgs.cs new file mode 100644 index 000000000000..2082e07c47ea --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientPointerEventArgs.cs @@ -0,0 +1,61 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class NonClientPointerEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal NonClientPointerEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsPointInRegion + { + get + { + throw new global::System.NotImplementedException("The member bool NonClientPointerEventArgs.IsPointInRegion is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20NonClientPointerEventArgs.IsPointInRegion"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Point Point + { + get + { + throw new global::System.NotImplementedException("The member Point NonClientPointerEventArgs.Point is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Point%20NonClientPointerEventArgs.Point"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.PointerDeviceType PointerDeviceType + { + get + { + throw new global::System.NotImplementedException("The member PointerDeviceType NonClientPointerEventArgs.PointerDeviceType is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=PointerDeviceType%20NonClientPointerEventArgs.PointerDeviceType"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.NonClientRegionKind RegionKind + { + get + { + throw new global::System.NotImplementedException("The member NonClientRegionKind NonClientPointerEventArgs.RegionKind is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=NonClientRegionKind%20NonClientPointerEventArgs.RegionKind"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.NonClientPointerEventArgs.RegionKind.get + // Forced skipping of method Microsoft.UI.Input.NonClientPointerEventArgs.Point.get + // Forced skipping of method Microsoft.UI.Input.NonClientPointerEventArgs.PointerDeviceType.get + // Forced skipping of method Microsoft.UI.Input.NonClientPointerEventArgs.IsPointInRegion.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionKind.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionKind.cs new file mode 100644 index 000000000000..3b14063d4e43 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionKind.cs @@ -0,0 +1,41 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum NonClientRegionKind + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Close = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Maximize = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Minimize = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Icon = 3, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Caption = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + TopBorder = 5, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + LeftBorder = 6, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + BottomBorder = 7, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + RightBorder = 8, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Passthrough = 9, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionsChangedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionsChangedEventArgs.cs new file mode 100644 index 000000000000..bd7c7f838f5a --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/NonClientRegionsChangedEventArgs.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class NonClientRegionsChangedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal NonClientRegionsChangedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.NonClientRegionKind[] ChangedRegions + { + get + { + throw new global::System.NotImplementedException("The member NonClientRegionKind[] NonClientRegionsChangedEventArgs.ChangedRegions is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=NonClientRegionKind%5B%5D%20NonClientRegionsChangedEventArgs.ChangedRegions"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Input.NonClientRegionsChangedEventArgs.ChangedRegions.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PhysicalKeyStatus.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PhysicalKeyStatus.cs new file mode 100644 index 000000000000..e9d21e782243 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PhysicalKeyStatus.cs @@ -0,0 +1,31 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial struct PhysicalKeyStatus + { + // Forced skipping of method Microsoft.UI.Input.PhysicalKeyStatus.PhysicalKeyStatus() +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public uint RepeatCount; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public uint ScanCode; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public bool IsExtendedKey; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public bool IsMenuKeyDown; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public bool WasKeyDown; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public bool IsKeyReleased; +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerEventArgs.cs index 0da92bac8863..80a8703e6a5b 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerEventArgs.cs @@ -11,11 +11,11 @@ public partial class PointerEventArgs // Skipping already declared property Handled // Skipping already declared property CurrentPoint // Skipping already declared property KeyModifiers - // Skipping already declared method Microsoft.UI.Input.PointerEventArgs.GetIntermediateTransformedPoints(Microsoft.UI.Input.IPointerPointTransform) + // Skipping already declared method Microsoft.UI.Input.PointerEventArgs.GetIntermediatePoints() // Forced skipping of method Microsoft.UI.Input.PointerEventArgs.CurrentPoint.get // Forced skipping of method Microsoft.UI.Input.PointerEventArgs.Handled.set // Forced skipping of method Microsoft.UI.Input.PointerEventArgs.KeyModifiers.get - // Skipping already declared method Microsoft.UI.Input.PointerEventArgs.GetIntermediatePoints() // Forced skipping of method Microsoft.UI.Input.PointerEventArgs.Handled.get + // Skipping already declared method Microsoft.UI.Input.PointerEventArgs.GetIntermediateTransformedPoints(Microsoft.UI.Input.IPointerPointTransform) } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerPointProperties.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerPointProperties.cs index 43c22c4a6316..6973c4c4f820 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerPointProperties.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/PointerPointProperties.cs @@ -47,12 +47,12 @@ public float Twist #endif // Skipping already declared property XTilt // Skipping already declared property YTilt - // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsInRange.get + // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.ContactRect.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsBarrelButtonPressed.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsCanceled.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsEraser.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsHorizontalMouseWheel.get - // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.ContactRect.get + // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsInRange.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsInverted.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsLeftButtonPressed.get // Forced skipping of method Microsoft.UI.Input.PointerPointProperties.IsMiddleButtonPressed.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/VirtualKeyStates.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/VirtualKeyStates.cs new file mode 100644 index 000000000000..b9566674a43d --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Input/VirtualKeyStates.cs @@ -0,0 +1,21 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Input +{ + [global::System.FlagsAttribute] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum VirtualKeyStates : uint + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Down = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Locked = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/AutomationControlType.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/AutomationControlType.cs index ba49811535cb..f78aaea99814 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/AutomationControlType.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/AutomationControlType.cs @@ -47,6 +47,9 @@ public enum AutomationControlType // Skipping already declared field Microsoft.UI.Xaml.Automation.Peers.AutomationControlType.Separator // Skipping already declared field Microsoft.UI.Xaml.Automation.Peers.AutomationControlType.SemanticZoom // Skipping already declared field Microsoft.UI.Xaml.Automation.Peers.AutomationControlType.AppBar +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + FlipView = 41, +#endif } #endif } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemContainerAutomationPeer.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemContainerAutomationPeer.cs new file mode 100644 index 000000000000..11390c2ea2dc --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemContainerAutomationPeer.cs @@ -0,0 +1,72 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Automation.Peers +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemContainerAutomationPeer : global::Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, global::Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider, global::Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsSelected + { + get + { + throw new global::System.NotImplementedException("The member bool ItemContainerAutomationPeer.IsSelected is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemContainerAutomationPeer.IsSelected"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple SelectionContainer + { + get + { + throw new global::System.NotImplementedException("The member IRawElementProviderSimple ItemContainerAutomationPeer.SelectionContainer is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IRawElementProviderSimple%20ItemContainerAutomationPeer.SelectionContainer"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ItemContainerAutomationPeer(global::Microsoft.UI.Xaml.Controls.ItemContainer owner) : base(owner) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer", "ItemContainerAutomationPeer.ItemContainerAutomationPeer(ItemContainer owner)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer.ItemContainerAutomationPeer(Microsoft.UI.Xaml.Controls.ItemContainer) + // Forced skipping of method Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer.IsSelected.get + // Forced skipping of method Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer.SelectionContainer.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void AddToSelection() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer", "void ItemContainerAutomationPeer.AddToSelection()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void RemoveFromSelection() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer", "void ItemContainerAutomationPeer.RemoveFromSelection()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Select() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer", "void ItemContainerAutomationPeer.Select()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Invoke() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Automation.Peers.ItemContainerAutomationPeer", "void ItemContainerAutomationPeer.Invoke()"); + } +#endif + // Processing: Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider + // Processing: Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemsViewAutomationPeer.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemsViewAutomationPeer.cs new file mode 100644 index 000000000000..60a9829aed2d --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Automation.Peers/ItemsViewAutomationPeer.cs @@ -0,0 +1,50 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Automation.Peers +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemsViewAutomationPeer : global::Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, global::Microsoft.UI.Xaml.Automation.Provider.ISelectionProvider + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool CanSelectMultiple + { + get + { + throw new global::System.NotImplementedException("The member bool ItemsViewAutomationPeer.CanSelectMultiple is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemsViewAutomationPeer.CanSelectMultiple"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsSelectionRequired + { + get + { + throw new global::System.NotImplementedException("The member bool ItemsViewAutomationPeer.IsSelectionRequired is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemsViewAutomationPeer.IsSelectionRequired"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ItemsViewAutomationPeer(global::Microsoft.UI.Xaml.Controls.ItemsView owner) : base(owner) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Automation.Peers.ItemsViewAutomationPeer", "ItemsViewAutomationPeer.ItemsViewAutomationPeer(ItemsView owner)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Automation.Peers.ItemsViewAutomationPeer.ItemsViewAutomationPeer(Microsoft.UI.Xaml.Controls.ItemsView) + // Forced skipping of method Microsoft.UI.Xaml.Automation.Peers.ItemsViewAutomationPeer.CanSelectMultiple.get + // Forced skipping of method Microsoft.UI.Xaml.Automation.Peers.ItemsViewAutomationPeer.IsSelectionRequired.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple[] GetSelection() + { + throw new global::System.NotImplementedException("The member IRawElementProviderSimple[] ItemsViewAutomationPeer.GetSelection() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IRawElementProviderSimple%5B%5D%20ItemsViewAutomationPeer.GetSelection%28%29"); + } +#endif + // Processing: Microsoft.UI.Xaml.Automation.Provider.ISelectionProvider + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/CommandBarFlyoutCommandBar.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/CommandBarFlyoutCommandBar.cs index 01a8f782df99..930d047676e4 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/CommandBarFlyoutCommandBar.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/CommandBarFlyoutCommandBar.cs @@ -18,6 +18,28 @@ public partial class CommandBarFlyoutCommandBar : global::Microsoft.UI.Xaml.Cont } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.SystemBackdrop SystemBackdrop + { + get + { + return (global::Microsoft.UI.Xaml.Media.SystemBackdrop)this.GetValue(SystemBackdropProperty); + } + set + { + this.SetValue(SystemBackdropProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SystemBackdropProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SystemBackdrop), typeof(global::Microsoft.UI.Xaml.Media.SystemBackdrop), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Media.SystemBackdrop))); +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public CommandBarFlyoutCommandBar() : base() @@ -27,5 +49,8 @@ public CommandBarFlyoutCommandBar() : base() #endif // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.CommandBarFlyoutCommandBar() // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.FlyoutTemplateSettings.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.SystemBackdrop.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.SystemBackdrop.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.SystemBackdropProperty.get } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/FlyoutBase.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/FlyoutBase.cs index fd8c1bbae7c5..d9ca78ec0101 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/FlyoutBase.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/FlyoutBase.cs @@ -105,6 +105,20 @@ public bool IsConstrainedToRootBounds #endif // Skipping already declared property IsOpen // Skipping already declared property Target +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.SystemBackdrop SystemBackdrop + { + get + { + return (global::Microsoft.UI.Xaml.Media.SystemBackdrop)this.GetValue(SystemBackdropProperty); + } + set + { + this.SetValue(SystemBackdropProperty, value); + } + } +#endif // Skipping already declared property AllowFocusOnInteractionProperty // Skipping already declared property AllowFocusWhenDisabledProperty #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ @@ -166,6 +180,14 @@ public bool IsConstrainedToRootBounds nameof(Target), typeof(global::Microsoft.UI.Xaml.FrameworkElement), typeof(global::Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase), new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.FrameworkElement))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SystemBackdropProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SystemBackdrop), typeof(global::Microsoft.UI.Xaml.Media.SystemBackdrop), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Media.SystemBackdrop))); #endif // Skipping already declared method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.FlyoutBase() // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.FlyoutBase() @@ -211,6 +233,8 @@ public void TryInvokeKeyboardAccelerator(global::Microsoft.UI.Xaml.Input.Process global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase", "void FlyoutBase.TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs args)"); } #endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.SystemBackdrop.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.SystemBackdrop.set // Skipping already declared method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.CreatePresenter() #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -219,6 +243,7 @@ protected virtual void OnProcessKeyboardAccelerators(global::Microsoft.UI.Xaml.I global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase", "void FlyoutBase.OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs args)"); } #endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.SystemBackdropProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.TargetProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.PlacementProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.AllowFocusOnInteractionProperty.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollController.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollController.cs new file mode 100644 index 000000000000..d7aff8785c2b --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollController.cs @@ -0,0 +1,70 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial interface IScrollController + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + bool CanScroll + { + get; + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + bool IsScrollingWithMouse + { + get; + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo PanningInfo + { + get; + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.PanningInfo.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.CanScroll.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.IsScrollingWithMouse.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + void SetIsScrollable(bool isScrollable); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + void SetValues(double minOffset, double maxOffset, double offset, double viewportLength); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Microsoft.UI.Composition.CompositionAnimation GetScrollAnimation(int correlationId, global::System.Numerics.Vector2 startPosition, global::System.Numerics.Vector2 endPosition, global::Microsoft.UI.Composition.CompositionAnimation defaultAnimation); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + void NotifyRequestedScrollCompleted(int correlationId); +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.CanScrollChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.CanScrollChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.IsScrollingWithMouseChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.IsScrollingWithMouseChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.ScrollToRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.ScrollToRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.ScrollByRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.ScrollByRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.AddScrollVelocityRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollController.AddScrollVelocityRequested.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler AddScrollVelocityRequested; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler CanScrollChanged; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler IsScrollingWithMouseChanged; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler ScrollByRequested; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler ScrollToRequested; +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollControllerPanningInfo.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollControllerPanningInfo.cs new file mode 100644 index 000000000000..03ff1d316862 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/IScrollControllerPanningInfo.cs @@ -0,0 +1,46 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial interface IScrollControllerPanningInfo + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + bool IsRailEnabled + { + get; + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Microsoft.UI.Xaml.Controls.Orientation PanOrientation + { + get; + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + global::Microsoft.UI.Xaml.UIElement PanningElementAncestor + { + get; + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.IsRailEnabled.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.PanOrientation.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.PanningElementAncestor.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + void SetPanningElementExpressionAnimationSources(global::Microsoft.UI.Composition.CompositionPropertySet propertySet, string minOffsetPropertyName, string maxOffsetPropertyName, string offsetPropertyName, string multiplierPropertyName); +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.Changed.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.Changed.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.PanRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanningInfo.PanRequested.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler Changed; +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + event global::Windows.Foundation.TypedEventHandler PanRequested; +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/Popup.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/Popup.cs index 8c7d530d5c13..828df42a8bc5 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/Popup.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/Popup.cs @@ -55,6 +55,20 @@ public bool IsConstrainedToRootBounds // Skipping already declared property PlacementTarget // Skipping already declared property DesiredPlacement // Skipping already declared property ActualPlacement +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.SystemBackdrop SystemBackdrop + { + get + { + return (global::Microsoft.UI.Xaml.Media.SystemBackdrop)this.GetValue(SystemBackdropProperty); + } + set + { + this.SetValue(SystemBackdropProperty, value); + } + } +#endif // Skipping already declared property ChildProperty #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] @@ -79,6 +93,14 @@ public bool IsConstrainedToRootBounds // Skipping already declared property VerticalOffsetProperty // Skipping already declared property DesiredPlacementProperty // Skipping already declared property PlacementTargetProperty +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SystemBackdropProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SystemBackdrop), typeof(global::Microsoft.UI.Xaml.Media.SystemBackdrop), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.Popup), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Media.SystemBackdrop))); +#endif // Skipping already declared method Microsoft.UI.Xaml.Controls.Primitives.Popup.Popup() // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.Popup() // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.Child.get @@ -109,6 +131,9 @@ public bool IsConstrainedToRootBounds // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.ActualPlacement.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.ActualPlacementChanged.add // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.ActualPlacementChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.SystemBackdrop.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.SystemBackdrop.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.SystemBackdropProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.PlacementTargetProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.DesiredPlacementProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.Popup.ChildProperty.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedScrollSnapPoint.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedScrollSnapPoint.cs new file mode 100644 index 000000000000..4531a0beceef --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedScrollSnapPoint.cs @@ -0,0 +1,64 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class RepeatedScrollSnapPoint : global::Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointBase + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double End + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedScrollSnapPoint.End is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedScrollSnapPoint.End"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Interval + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedScrollSnapPoint.Interval is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedScrollSnapPoint.Interval"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Offset + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedScrollSnapPoint.Offset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedScrollSnapPoint.Offset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Start + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedScrollSnapPoint.Start is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedScrollSnapPoint.Start"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public RepeatedScrollSnapPoint(double offset, double interval, double start, double end, global::Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment alignment) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.RepeatedScrollSnapPoint", "RepeatedScrollSnapPoint.RepeatedScrollSnapPoint(double offset, double interval, double start, double end, ScrollSnapPointsAlignment alignment)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedScrollSnapPoint.RepeatedScrollSnapPoint(double, double, double, double, Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedScrollSnapPoint.Offset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedScrollSnapPoint.Interval.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedScrollSnapPoint.Start.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedScrollSnapPoint.End.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedZoomSnapPoint.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedZoomSnapPoint.cs new file mode 100644 index 000000000000..54e4ab98e42c --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/RepeatedZoomSnapPoint.cs @@ -0,0 +1,64 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class RepeatedZoomSnapPoint : global::Microsoft.UI.Xaml.Controls.Primitives.ZoomSnapPointBase + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double End + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedZoomSnapPoint.End is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedZoomSnapPoint.End"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Interval + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedZoomSnapPoint.Interval is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedZoomSnapPoint.Interval"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Offset + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedZoomSnapPoint.Offset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedZoomSnapPoint.Offset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Start + { + get + { + throw new global::System.NotImplementedException("The member double RepeatedZoomSnapPoint.Start is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20RepeatedZoomSnapPoint.Start"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public RepeatedZoomSnapPoint(double offset, double interval, double start, double end) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.RepeatedZoomSnapPoint", "RepeatedZoomSnapPoint.RepeatedZoomSnapPoint(double offset, double interval, double start, double end)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedZoomSnapPoint.RepeatedZoomSnapPoint(double, double, double, double) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedZoomSnapPoint.Offset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedZoomSnapPoint.Interval.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedZoomSnapPoint.Start.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.RepeatedZoomSnapPoint.End.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerAddScrollVelocityRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerAddScrollVelocityRequestedEventArgs.cs new file mode 100644 index 000000000000..c1a86f6490ac --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerAddScrollVelocityRequestedEventArgs.cs @@ -0,0 +1,58 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollControllerAddScrollVelocityRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs", "int ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public float? InertiaDecayRate + { + get + { + throw new global::System.NotImplementedException("The member float? ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=float%3F%20ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public float OffsetVelocity + { + get + { + throw new global::System.NotImplementedException("The member float ScrollControllerAddScrollVelocityRequestedEventArgs.OffsetVelocity is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=float%20ScrollControllerAddScrollVelocityRequestedEventArgs.OffsetVelocity"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, float? inertiaDecayRate) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs", "ScrollControllerAddScrollVelocityRequestedEventArgs.ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, float? inertiaDecayRate)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.ScrollControllerAddScrollVelocityRequestedEventArgs(float, float?) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.OffsetVelocity.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerPanRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerPanRequestedEventArgs.cs new file mode 100644 index 000000000000..3eccc9bef3af --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerPanRequestedEventArgs.cs @@ -0,0 +1,47 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollControllerPanRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Handled + { + get + { + throw new global::System.NotImplementedException("The member bool ScrollControllerPanRequestedEventArgs.Handled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ScrollControllerPanRequestedEventArgs.Handled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerPanRequestedEventArgs", "bool ScrollControllerPanRequestedEventArgs.Handled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Input.PointerPoint PointerPoint + { + get + { + throw new global::System.NotImplementedException("The member PointerPoint ScrollControllerPanRequestedEventArgs.PointerPoint is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=PointerPoint%20ScrollControllerPanRequestedEventArgs.PointerPoint"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollControllerPanRequestedEventArgs(global::Microsoft.UI.Input.PointerPoint pointerPoint) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerPanRequestedEventArgs", "ScrollControllerPanRequestedEventArgs.ScrollControllerPanRequestedEventArgs(PointerPoint pointerPoint)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerPanRequestedEventArgs.ScrollControllerPanRequestedEventArgs(Microsoft.UI.Input.PointerPoint) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerPanRequestedEventArgs.PointerPoint.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerPanRequestedEventArgs.Handled.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerPanRequestedEventArgs.Handled.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollByRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollByRequestedEventArgs.cs new file mode 100644 index 000000000000..0e5c7d22f47b --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollByRequestedEventArgs.cs @@ -0,0 +1,58 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollControllerScrollByRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollControllerScrollByRequestedEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollControllerScrollByRequestedEventArgs.CorrelationId"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs", "int ScrollControllerScrollByRequestedEventArgs.CorrelationId"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double OffsetDelta + { + get + { + throw new global::System.NotImplementedException("The member double ScrollControllerScrollByRequestedEventArgs.OffsetDelta is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollControllerScrollByRequestedEventArgs.OffsetDelta"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions Options + { + get + { + throw new global::System.NotImplementedException("The member ScrollingScrollOptions ScrollControllerScrollByRequestedEventArgs.Options is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingScrollOptions%20ScrollControllerScrollByRequestedEventArgs.Options"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollControllerScrollByRequestedEventArgs(double offsetDelta, global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions options) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs", "ScrollControllerScrollByRequestedEventArgs.ScrollControllerScrollByRequestedEventArgs(double offsetDelta, ScrollingScrollOptions options)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs.ScrollControllerScrollByRequestedEventArgs(double, Microsoft.UI.Xaml.Controls.ScrollingScrollOptions) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs.OffsetDelta.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs.Options.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs.CorrelationId.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollByRequestedEventArgs.CorrelationId.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollToRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollToRequestedEventArgs.cs new file mode 100644 index 000000000000..bd4bc08eae11 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollControllerScrollToRequestedEventArgs.cs @@ -0,0 +1,58 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollControllerScrollToRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollControllerScrollToRequestedEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollControllerScrollToRequestedEventArgs.CorrelationId"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs", "int ScrollControllerScrollToRequestedEventArgs.CorrelationId"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Offset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollControllerScrollToRequestedEventArgs.Offset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollControllerScrollToRequestedEventArgs.Offset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions Options + { + get + { + throw new global::System.NotImplementedException("The member ScrollingScrollOptions ScrollControllerScrollToRequestedEventArgs.Options is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingScrollOptions%20ScrollControllerScrollToRequestedEventArgs.Options"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollControllerScrollToRequestedEventArgs(double offset, global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions options) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs", "ScrollControllerScrollToRequestedEventArgs.ScrollControllerScrollToRequestedEventArgs(double offset, ScrollingScrollOptions options)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs.ScrollControllerScrollToRequestedEventArgs(double, Microsoft.UI.Xaml.Controls.ScrollingScrollOptions) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs.Offset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs.Options.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs.CorrelationId.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerScrollToRequestedEventArgs.CorrelationId.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollPresenter.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollPresenter.cs new file mode 100644 index 000000000000..421157dce9fd --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollPresenter.cs @@ -0,0 +1,905 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ + [global::Microsoft.UI.Xaml.Markup.ContentPropertyAttribute(Name = "Content")] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollPresenter : global::Microsoft.UI.Xaml.FrameworkElement, global::Microsoft.UI.Xaml.Controls.IScrollAnchorProvider + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement CurrentAnchor + { + get + { + throw new global::System.NotImplementedException("The member UIElement ScrollPresenter.CurrentAnchor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=UIElement%20ScrollPresenter.CurrentAnchor"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds IgnoredInputKinds + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds)this.GetValue(IgnoredInputKindsProperty); + } + set + { + this.SetValue(IgnoredInputKindsProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double HorizontalAnchorRatio + { + get + { + return (double)this.GetValue(HorizontalAnchorRatioProperty); + } + set + { + this.SetValue(HorizontalAnchorRatioProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MaxZoomFactor + { + get + { + return (double)this.GetValue(MaxZoomFactorProperty); + } + set + { + this.SetValue(MaxZoomFactorProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingRailMode HorizontalScrollRailMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingRailMode)this.GetValue(HorizontalScrollRailModeProperty); + } + set + { + this.SetValue(HorizontalScrollRailModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode HorizontalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(HorizontalScrollModeProperty); + } + set + { + this.SetValue(HorizontalScrollModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation ContentOrientation + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation)this.GetValue(ContentOrientationProperty); + } + set + { + this.SetValue(ContentOrientationProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement Content + { + get + { + return (global::Microsoft.UI.Xaml.UIElement)this.GetValue(ContentProperty); + } + set + { + this.SetValue(ContentProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController HorizontalScrollController + { + get + { + throw new global::System.NotImplementedException("The member IScrollController ScrollPresenter.HorizontalScrollController is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IScrollController%20ScrollPresenter.HorizontalScrollController"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "IScrollController ScrollPresenter.HorizontalScrollController"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingChainMode HorizontalScrollChainMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingChainMode)this.GetValue(HorizontalScrollChainModeProperty); + } + set + { + this.SetValue(HorizontalScrollChainModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MinZoomFactor + { + get + { + return (double)this.GetValue(MinZoomFactorProperty); + } + set + { + this.SetValue(MinZoomFactorProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.Brush Background + { + get + { + return (global::Microsoft.UI.Xaml.Media.Brush)this.GetValue(BackgroundProperty); + } + set + { + this.SetValue(BackgroundProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode ZoomMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode)this.GetValue(ZoomModeProperty); + } + set + { + this.SetValue(ZoomModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingChainMode ZoomChainMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingChainMode)this.GetValue(ZoomChainModeProperty); + } + set + { + this.SetValue(ZoomChainModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingRailMode VerticalScrollRailMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingRailMode)this.GetValue(VerticalScrollRailModeProperty); + } + set + { + this.SetValue(VerticalScrollRailModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode VerticalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(VerticalScrollModeProperty); + } + set + { + this.SetValue(VerticalScrollModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController VerticalScrollController + { + get + { + throw new global::System.NotImplementedException("The member IScrollController ScrollPresenter.VerticalScrollController is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IScrollController%20ScrollPresenter.VerticalScrollController"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "IScrollController ScrollPresenter.VerticalScrollController"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingChainMode VerticalScrollChainMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingChainMode)this.GetValue(VerticalScrollChainModeProperty); + } + set + { + this.SetValue(VerticalScrollChainModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double VerticalAnchorRatio + { + get + { + return (double)this.GetValue(VerticalAnchorRatioProperty); + } + set + { + this.SetValue(VerticalAnchorRatioProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode ComputedHorizontalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(ComputedHorizontalScrollModeProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode ComputedVerticalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(ComputedVerticalScrollModeProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.CompositionPropertySet ExpressionAnimationSources + { + get + { + throw new global::System.NotImplementedException("The member CompositionPropertySet ScrollPresenter.ExpressionAnimationSources is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionPropertySet%20ScrollPresenter.ExpressionAnimationSources"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ExtentHeight + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.ExtentHeight is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.ExtentHeight"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ExtentWidth + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.ExtentWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.ExtentWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double HorizontalOffset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.HorizontalOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.HorizontalOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IList HorizontalSnapPoints + { + get + { + throw new global::System.NotImplementedException("The member IList ScrollPresenter.HorizontalSnapPoints is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IList%3CScrollSnapPointBase%3E%20ScrollPresenter.HorizontalSnapPoints"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollableHeight + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.ScrollableHeight is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.ScrollableHeight"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollableWidth + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.ScrollableWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.ScrollableWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingInteractionState State + { + get + { + throw new global::System.NotImplementedException("The member ScrollingInteractionState ScrollPresenter.State is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingInteractionState%20ScrollPresenter.State"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double VerticalOffset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.VerticalOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.VerticalOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IList VerticalSnapPoints + { + get + { + throw new global::System.NotImplementedException("The member IList ScrollPresenter.VerticalSnapPoints is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IList%3CScrollSnapPointBase%3E%20ScrollPresenter.VerticalSnapPoints"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ViewportHeight + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.ViewportHeight is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.ViewportHeight"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ViewportWidth + { + get + { + throw new global::System.NotImplementedException("The member double ScrollPresenter.ViewportWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollPresenter.ViewportWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public float ZoomFactor + { + get + { + throw new global::System.NotImplementedException("The member float ScrollPresenter.ZoomFactor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=float%20ScrollPresenter.ZoomFactor"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IList ZoomSnapPoints + { + get + { + throw new global::System.NotImplementedException("The member IList ScrollPresenter.ZoomSnapPoints is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IList%3CZoomSnapPointBase%3E%20ScrollPresenter.ZoomSnapPoints"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty BackgroundProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Background), typeof(global::Microsoft.UI.Xaml.Media.Brush), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Media.Brush))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ComputedHorizontalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ComputedHorizontalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ComputedVerticalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ComputedVerticalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ContentOrientationProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ContentOrientation), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ContentProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Content), typeof(global::Microsoft.UI.Xaml.UIElement), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.UIElement))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalAnchorRatioProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalAnchorRatio), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollChainModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollChainMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollRailModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollRailMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty IgnoredInputKindsProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(IgnoredInputKinds), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty MaxZoomFactorProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(MaxZoomFactor), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty MinZoomFactorProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(MinZoomFactor), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalAnchorRatioProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalAnchorRatio), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollChainModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollChainMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollRailModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollRailMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ZoomChainModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ZoomChainMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ZoomModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ZoomMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode), + typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollPresenter() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "ScrollPresenter.ScrollPresenter()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollPresenter() + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.Background.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.Background.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.Content.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.Content.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ExpressionAnimationSources.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ExtentWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ExtentHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ViewportWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ViewportHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollableWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollableHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ContentOrientation.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ContentOrientation.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollChainMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollChainMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollChainMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollChainMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollRailMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollRailMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollRailMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollRailMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ComputedHorizontalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ComputedVerticalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomChainMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomChainMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.IgnoredInputKinds.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.IgnoredInputKinds.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.MinZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.MinZoomFactor.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.MaxZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.MaxZoomFactor.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.State.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollController.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollController.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollController.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollController.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalAnchorRatio.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalAnchorRatio.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalAnchorRatio.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalAnchorRatio.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalSnapPoints.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalSnapPoints.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomSnapPoints.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollTo(double horizontalOffset, double verticalOffset) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ScrollTo(double horizontalOffset, double verticalOffset) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ScrollTo%28double%20horizontalOffset%2C%20double%20verticalOffset%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollTo(double horizontalOffset, double verticalOffset, global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ScrollTo(double horizontalOffset, double verticalOffset, ScrollingScrollOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ScrollTo%28double%20horizontalOffset%2C%20double%20verticalOffset%2C%20ScrollingScrollOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ScrollBy%28double%20horizontalOffsetDelta%2C%20double%20verticalOffsetDelta%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta, global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta, ScrollingScrollOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ScrollBy%28double%20horizontalOffsetDelta%2C%20double%20verticalOffsetDelta%2C%20ScrollingScrollOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int AddScrollVelocity(global::System.Numerics.Vector2 offsetsVelocity, global::System.Numerics.Vector2? inertiaDecayRate) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.AddScrollVelocity(Vector2 offsetsVelocity, Vector2? inertiaDecayRate) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.AddScrollVelocity%28Vector2%20offsetsVelocity%2C%20Vector2%3F%20inertiaDecayRate%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomTo(float zoomFactor, global::System.Numerics.Vector2? centerPoint) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ZoomTo(float zoomFactor, Vector2? centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ZoomTo%28float%20zoomFactor%2C%20Vector2%3F%20centerPoint%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomTo(float zoomFactor, global::System.Numerics.Vector2? centerPoint, global::Microsoft.UI.Xaml.Controls.ScrollingZoomOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ZoomTo(float zoomFactor, Vector2? centerPoint, ScrollingZoomOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ZoomTo%28float%20zoomFactor%2C%20Vector2%3F%20centerPoint%2C%20ScrollingZoomOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomBy(float zoomFactorDelta, global::System.Numerics.Vector2? centerPoint) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ZoomBy(float zoomFactorDelta, Vector2? centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ZoomBy%28float%20zoomFactorDelta%2C%20Vector2%3F%20centerPoint%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomBy(float zoomFactorDelta, global::System.Numerics.Vector2? centerPoint, global::Microsoft.UI.Xaml.Controls.ScrollingZoomOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.ZoomBy(float zoomFactorDelta, Vector2? centerPoint, ScrollingZoomOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.ZoomBy%28float%20zoomFactorDelta%2C%20Vector2%3F%20centerPoint%2C%20ScrollingZoomOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int AddZoomVelocity(float zoomFactorVelocity, global::System.Numerics.Vector2? centerPoint, float? inertiaDecayRate) + { + throw new global::System.NotImplementedException("The member int ScrollPresenter.AddZoomVelocity(float zoomFactorVelocity, Vector2? centerPoint, float? inertiaDecayRate) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollPresenter.AddZoomVelocity%28float%20zoomFactorVelocity%2C%20Vector2%3F%20centerPoint%2C%20float%3F%20inertiaDecayRate%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ExtentChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ExtentChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.StateChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.StateChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ViewChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ViewChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollAnimationStarting.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollAnimationStarting.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomAnimationStarting.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomAnimationStarting.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollCompleted.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ScrollCompleted.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomCompleted.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomCompleted.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.BringingIntoView.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.BringingIntoView.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.AnchorRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.AnchorRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.CurrentAnchor.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void RegisterAnchorCandidate(global::Microsoft.UI.Xaml.UIElement element) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "void ScrollPresenter.RegisterAnchorCandidate(UIElement element)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void UnregisterAnchorCandidate(global::Microsoft.UI.Xaml.UIElement element) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "void ScrollPresenter.UnregisterAnchorCandidate(UIElement element)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.BackgroundProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ContentProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ContentOrientationProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollChainModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollChainModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollRailModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollRailModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ComputedHorizontalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ComputedVerticalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomChainModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.ZoomModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.IgnoredInputKindsProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.MinZoomFactorProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.MaxZoomFactorProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.HorizontalAnchorRatioProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter.VerticalAnchorRatioProperty.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler AnchorRequested + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.AnchorRequested"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.AnchorRequested"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler BringingIntoView + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.BringingIntoView"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.BringingIntoView"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ExtentChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ExtentChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ExtentChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ScrollAnimationStarting + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ScrollAnimationStarting"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ScrollAnimationStarting"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ScrollCompleted + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ScrollCompleted"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ScrollCompleted"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler StateChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.StateChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.StateChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ViewChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ViewChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ViewChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ZoomAnimationStarting + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ZoomAnimationStarting"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ZoomAnimationStarting"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ZoomCompleted + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ZoomCompleted"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter", "event TypedEventHandler ScrollPresenter.ZoomCompleted"); + } + } +#endif + // Processing: Microsoft.UI.Xaml.Controls.IScrollAnchorProvider + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPoint.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPoint.cs new file mode 100644 index 000000000000..9081c9ab90e0 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPoint.cs @@ -0,0 +1,31 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollSnapPoint : global::Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointBase + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Value + { + get + { + throw new global::System.NotImplementedException("The member double ScrollSnapPoint.Value is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollSnapPoint.Value"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollSnapPoint(double snapPointValue, global::Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment alignment) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPoint", "ScrollSnapPoint.ScrollSnapPoint(double snapPointValue, ScrollSnapPointsAlignment alignment)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPoint.ScrollSnapPoint(double, Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPoint.Value.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointBase.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointBase.cs new file mode 100644 index 000000000000..e958c261902e --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointBase.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollSnapPointBase : global::Microsoft.UI.Xaml.Controls.Primitives.SnapPointBase + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollSnapPointBase() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment Alignment + { + get + { + throw new global::System.NotImplementedException("The member ScrollSnapPointsAlignment ScrollSnapPointBase.Alignment is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollSnapPointsAlignment%20ScrollSnapPointBase.Alignment"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointBase.Alignment.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointsAlignment.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointsAlignment.cs new file mode 100644 index 000000000000..ec6ea2323d28 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ScrollSnapPointsAlignment.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollSnapPointsAlignment + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Near = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Center = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Far = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/HostingContract.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/SnapPointBase.cs similarity index 54% rename from src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/HostingContract.cs rename to src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/SnapPointBase.cs index 53964551ba74..a0e7bc37b94a 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/HostingContract.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/SnapPointBase.cs @@ -1,13 +1,17 @@ // #pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding -namespace Microsoft.UI.Xaml.Hosting +namespace Microsoft.UI.Xaml.Controls.Primitives { #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif - public partial struct HostingContract + public partial class SnapPointBase { - // Forced skipping of method Microsoft.UI.Xaml.Hosting.HostingContract.HostingContract() +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal SnapPointBase() + { + } +#endif } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPoint.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPoint.cs new file mode 100644 index 000000000000..61cd2aa8a4a2 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPoint.cs @@ -0,0 +1,31 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ZoomSnapPoint : global::Microsoft.UI.Xaml.Controls.Primitives.ZoomSnapPointBase + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double Value + { + get + { + throw new global::System.NotImplementedException("The member double ZoomSnapPoint.Value is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ZoomSnapPoint.Value"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ZoomSnapPoint(double snapPointValue) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Primitives.ZoomSnapPoint", "ZoomSnapPoint.ZoomSnapPoint(double snapPointValue)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ZoomSnapPoint.ZoomSnapPoint(double) + // Forced skipping of method Microsoft.UI.Xaml.Controls.Primitives.ZoomSnapPoint.Value.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPointBase.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPointBase.cs new file mode 100644 index 000000000000..ac794c26f962 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls.Primitives/ZoomSnapPointBase.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls.Primitives +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ZoomSnapPointBase : global::Microsoft.UI.Xaml.Controls.Primitives.SnapPointBase + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ZoomSnapPointBase() + { + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBar.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBar.cs new file mode 100644 index 000000000000..56c40fbac9c5 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBar.cs @@ -0,0 +1,167 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class AnnotatedScrollBar : global::Microsoft.UI.Xaml.Controls.Control + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double SmallChange + { + get + { + return (double)this.GetValue(SmallChangeProperty); + } + set + { + this.SetValue(SmallChangeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IList Labels + { + get + { + return (global::System.Collections.Generic.IList)this.GetValue(LabelsProperty); + } + set + { + this.SetValue(LabelsProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.IElementFactory LabelTemplate + { + get + { + return (global::Microsoft.UI.Xaml.IElementFactory)this.GetValue(LabelTemplateProperty); + } + set + { + this.SetValue(LabelTemplateProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.IElementFactory DetailLabelTemplate + { + get + { + return (global::Microsoft.UI.Xaml.IElementFactory)this.GetValue(DetailLabelTemplateProperty); + } + set + { + this.SetValue(DetailLabelTemplateProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController ScrollController + { + get + { + throw new global::System.NotImplementedException("The member IScrollController AnnotatedScrollBar.ScrollController is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IScrollController%20AnnotatedScrollBar.ScrollController"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty DetailLabelTemplateProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(DetailLabelTemplate), typeof(global::Microsoft.UI.Xaml.IElementFactory), + typeof(global::Microsoft.UI.Xaml.Controls.AnnotatedScrollBar), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.IElementFactory))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty LabelTemplateProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(LabelTemplate), typeof(global::Microsoft.UI.Xaml.IElementFactory), + typeof(global::Microsoft.UI.Xaml.Controls.AnnotatedScrollBar), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.IElementFactory))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty LabelsProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Labels), typeof(global::System.Collections.Generic.IList), + typeof(global::Microsoft.UI.Xaml.Controls.AnnotatedScrollBar), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SmallChangeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SmallChange), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.AnnotatedScrollBar), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public AnnotatedScrollBar() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBar", "AnnotatedScrollBar.AnnotatedScrollBar()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.AnnotatedScrollBar() + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.ScrollController.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.Labels.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.Labels.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.LabelTemplate.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.LabelTemplate.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.DetailLabelTemplate.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.DetailLabelTemplate.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.SmallChange.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.SmallChange.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.Scrolling.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.Scrolling.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.DetailLabelRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.DetailLabelRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.LabelsProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.LabelTemplateProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.DetailLabelTemplateProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBar.SmallChangeProperty.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler DetailLabelRequested + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBar", "event TypedEventHandler AnnotatedScrollBar.DetailLabelRequested"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBar", "event TypedEventHandler AnnotatedScrollBar.DetailLabelRequested"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler Scrolling + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBar", "event TypedEventHandler AnnotatedScrollBar.Scrolling"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBar", "event TypedEventHandler AnnotatedScrollBar.Scrolling"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarDetailLabelRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarDetailLabelRequestedEventArgs.cs new file mode 100644 index 000000000000..18d973bc1e0b --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarDetailLabelRequestedEventArgs.cs @@ -0,0 +1,44 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class AnnotatedScrollBarDetailLabelRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal AnnotatedScrollBarDetailLabelRequestedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public object Content + { + get + { + throw new global::System.NotImplementedException("The member object AnnotatedScrollBarDetailLabelRequestedEventArgs.Content is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=object%20AnnotatedScrollBarDetailLabelRequestedEventArgs.Content"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBarDetailLabelRequestedEventArgs", "object AnnotatedScrollBarDetailLabelRequestedEventArgs.Content"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollOffset + { + get + { + throw new global::System.NotImplementedException("The member double AnnotatedScrollBarDetailLabelRequestedEventArgs.ScrollOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20AnnotatedScrollBarDetailLabelRequestedEventArgs.ScrollOffset"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarDetailLabelRequestedEventArgs.Content.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarDetailLabelRequestedEventArgs.Content.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarDetailLabelRequestedEventArgs.ScrollOffset.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarLabel.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarLabel.cs new file mode 100644 index 000000000000..4e50ffe867c7 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarLabel.cs @@ -0,0 +1,42 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class AnnotatedScrollBarLabel + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public object Content + { + get + { + throw new global::System.NotImplementedException("The member object AnnotatedScrollBarLabel.Content is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=object%20AnnotatedScrollBarLabel.Content"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollOffset + { + get + { + throw new global::System.NotImplementedException("The member double AnnotatedScrollBarLabel.ScrollOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20AnnotatedScrollBarLabel.ScrollOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public AnnotatedScrollBarLabel(object content, double scrollOffset) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBarLabel", "AnnotatedScrollBarLabel.AnnotatedScrollBarLabel(object content, double scrollOffset)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarLabel.AnnotatedScrollBarLabel(object, double) + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarLabel.Content.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarLabel.ScrollOffset.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventArgs.cs new file mode 100644 index 000000000000..9b8b1b3d26a1 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventArgs.cs @@ -0,0 +1,55 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class AnnotatedScrollBarScrollingEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal AnnotatedScrollBarScrollingEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Cancel + { + get + { + throw new global::System.NotImplementedException("The member bool AnnotatedScrollBarScrollingEventArgs.Cancel is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20AnnotatedScrollBarScrollingEventArgs.Cancel"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventArgs", "bool AnnotatedScrollBarScrollingEventArgs.Cancel"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollOffset + { + get + { + throw new global::System.NotImplementedException("The member double AnnotatedScrollBarScrollingEventArgs.ScrollOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20AnnotatedScrollBarScrollingEventArgs.ScrollOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventKind ScrollingEventKind + { + get + { + throw new global::System.NotImplementedException("The member AnnotatedScrollBarScrollingEventKind AnnotatedScrollBarScrollingEventArgs.ScrollingEventKind is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=AnnotatedScrollBarScrollingEventKind%20AnnotatedScrollBarScrollingEventArgs.ScrollingEventKind"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventArgs.ScrollOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventArgs.ScrollingEventKind.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventArgs.Cancel.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventArgs.Cancel.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventKind.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventKind.cs new file mode 100644 index 000000000000..656f38f666b9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/AnnotatedScrollBarScrollingEventKind.cs @@ -0,0 +1,23 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum AnnotatedScrollBarScrollingEventKind + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Click = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Drag = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + IncrementButton = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + DecrementButton = 3, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/IndexBasedLayoutOrientation.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/IndexBasedLayoutOrientation.cs new file mode 100644 index 000000000000..7020c319a20a --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/IndexBasedLayoutOrientation.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum IndexBasedLayoutOrientation + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + TopToBottom = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + LeftToRight = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransition.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransition.cs new file mode 100644 index 000000000000..0d00e238a6cc --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransition.cs @@ -0,0 +1,79 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemCollectionTransition + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ItemCollectionTransition() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool HasStarted + { + get + { + throw new global::System.NotImplementedException("The member bool ItemCollectionTransition.HasStarted is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemCollectionTransition.HasStarted"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Rect NewBounds + { + get + { + throw new global::System.NotImplementedException("The member Rect ItemCollectionTransition.NewBounds is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Rect%20ItemCollectionTransition.NewBounds"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Rect OldBounds + { + get + { + throw new global::System.NotImplementedException("The member Rect ItemCollectionTransition.OldBounds is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Rect%20ItemCollectionTransition.OldBounds"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionOperation Operation + { + get + { + throw new global::System.NotImplementedException("The member ItemCollectionTransitionOperation ItemCollectionTransition.Operation is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ItemCollectionTransitionOperation%20ItemCollectionTransition.Operation"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionTriggers Triggers + { + get + { + throw new global::System.NotImplementedException("The member ItemCollectionTransitionTriggers ItemCollectionTransition.Triggers is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ItemCollectionTransitionTriggers%20ItemCollectionTransition.Triggers"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransition.Operation.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransition.Triggers.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransition.OldBounds.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransition.NewBounds.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransition.HasStarted.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProgress Start() + { + throw new global::System.NotImplementedException("The member ItemCollectionTransitionProgress ItemCollectionTransition.Start() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ItemCollectionTransitionProgress%20ItemCollectionTransition.Start%28%29"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionCompletedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionCompletedEventArgs.cs new file mode 100644 index 000000000000..4a5df30c1821 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionCompletedEventArgs.cs @@ -0,0 +1,39 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemCollectionTransitionCompletedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ItemCollectionTransitionCompletedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement Element + { + get + { + throw new global::System.NotImplementedException("The member UIElement ItemCollectionTransitionCompletedEventArgs.Element is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=UIElement%20ItemCollectionTransitionCompletedEventArgs.Element"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransition Transition + { + get + { + throw new global::System.NotImplementedException("The member ItemCollectionTransition ItemCollectionTransitionCompletedEventArgs.Transition is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ItemCollectionTransition%20ItemCollectionTransitionCompletedEventArgs.Transition"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionCompletedEventArgs.Transition.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionCompletedEventArgs.Element.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionOperation.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionOperation.cs new file mode 100644 index 000000000000..9762b275065f --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionOperation.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ItemCollectionTransitionOperation + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Add = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Remove = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Move = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProgress.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProgress.cs new file mode 100644 index 000000000000..300588854e88 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProgress.cs @@ -0,0 +1,46 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemCollectionTransitionProgress + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ItemCollectionTransitionProgress() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement Element + { + get + { + throw new global::System.NotImplementedException("The member UIElement ItemCollectionTransitionProgress.Element is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=UIElement%20ItemCollectionTransitionProgress.Element"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransition Transition + { + get + { + throw new global::System.NotImplementedException("The member ItemCollectionTransition ItemCollectionTransitionProgress.Transition is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ItemCollectionTransition%20ItemCollectionTransitionProgress.Transition"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProgress.Transition.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProgress.Element.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Complete() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProgress", "void ItemCollectionTransitionProgress.Complete()"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProvider.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProvider.cs new file mode 100644 index 000000000000..53c8fdebc0b7 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionProvider.cs @@ -0,0 +1,66 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemCollectionTransitionProvider + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ItemCollectionTransitionProvider() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider", "ItemCollectionTransitionProvider.ItemCollectionTransitionProvider()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider.ItemCollectionTransitionProvider() +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool ShouldAnimate(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransition transition) + { + throw new global::System.NotImplementedException("The member bool ItemCollectionTransitionProvider.ShouldAnimate(ItemCollectionTransition transition) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemCollectionTransitionProvider.ShouldAnimate%28ItemCollectionTransition%20transition%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void QueueTransition(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransition transition) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider", "void ItemCollectionTransitionProvider.QueueTransition(ItemCollectionTransition transition)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider.TransitionCompleted.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider.TransitionCompleted.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual bool ShouldAnimateCore(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransition transition) + { + throw new global::System.NotImplementedException("The member bool ItemCollectionTransitionProvider.ShouldAnimateCore(ItemCollectionTransition transition) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemCollectionTransitionProvider.ShouldAnimateCore%28ItemCollectionTransition%20transition%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual void StartTransitions(global::System.Collections.Generic.IList transitions) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider", "void ItemCollectionTransitionProvider.StartTransitions(IList transitions)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler TransitionCompleted + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider", "event TypedEventHandler ItemCollectionTransitionProvider.TransitionCompleted"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider", "event TypedEventHandler ItemCollectionTransitionProvider.TransitionCompleted"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionTriggers.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionTriggers.cs new file mode 100644 index 000000000000..b538aa825056 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemCollectionTransitionTriggers.cs @@ -0,0 +1,24 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ + [global::System.FlagsAttribute] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ItemCollectionTransitionTriggers : uint + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + CollectionChangeAdd = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + CollectionChangeRemove = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + CollectionChangeReset = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + LayoutTransition = 8, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemContainer.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemContainer.cs new file mode 100644 index 000000000000..12383da5dad0 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemContainer.cs @@ -0,0 +1,71 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ + [global::Microsoft.UI.Xaml.Markup.ContentPropertyAttribute(Name = "Child")] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemContainer : global::Microsoft.UI.Xaml.Controls.Control + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsSelected + { + get + { + return (bool)this.GetValue(IsSelectedProperty); + } + set + { + this.SetValue(IsSelectedProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement Child + { + get + { + return (global::Microsoft.UI.Xaml.UIElement)this.GetValue(ChildProperty); + } + set + { + this.SetValue(ChildProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ChildProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Child), typeof(global::Microsoft.UI.Xaml.UIElement), + typeof(global::Microsoft.UI.Xaml.Controls.ItemContainer), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.UIElement))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty IsSelectedProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(IsSelected), typeof(bool), + typeof(global::Microsoft.UI.Xaml.Controls.ItemContainer), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(bool))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ItemContainer() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemContainer", "ItemContainer.ItemContainer()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.ItemContainer() + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.Child.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.Child.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.IsSelected.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.IsSelected.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.ChildProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemContainer.IsSelectedProperty.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsRepeater.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsRepeater.cs index 637c2043da6a..4ef1a0a068e4 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsRepeater.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsRepeater.cs @@ -15,12 +15,34 @@ public partial class ItemsRepeater : global::Microsoft.UI.Xaml.FrameworkElement // Skipping already declared property HorizontalCacheLength // Skipping already declared property Background // Skipping already declared property ItemsSourceView +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider ItemTransitionProvider + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider)this.GetValue(ItemTransitionProviderProperty); + } + set + { + this.SetValue(ItemTransitionProviderProperty, value); + } + } +#endif // Skipping already declared property BackgroundProperty // Skipping already declared property HorizontalCacheLengthProperty // Skipping already declared property ItemTemplateProperty // Skipping already declared property ItemsSourceProperty // Skipping already declared property LayoutProperty // Skipping already declared property VerticalCacheLengthProperty +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ItemTransitionProviderProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ItemTransitionProvider), typeof(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsRepeater), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider))); +#endif // Skipping already declared method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemsRepeater() // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemsRepeater() // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemsSource.get @@ -45,6 +67,9 @@ public partial class ItemsRepeater : global::Microsoft.UI.Xaml.FrameworkElement // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ElementClearing.remove // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ElementIndexChanged.add // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ElementIndexChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemTransitionProvider.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemTransitionProvider.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemTransitionProviderProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemsSourceProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.ItemTemplateProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsRepeater.LayoutProperty.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsView.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsView.cs new file mode 100644 index 000000000000..0b491bb5c40d --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsView.cs @@ -0,0 +1,358 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemsView : global::Microsoft.UI.Xaml.Controls.Control + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController VerticalScrollController + { + get + { + return (global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController)this.GetValue(VerticalScrollControllerProperty); + } + set + { + this.SetValue(VerticalScrollControllerProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemsViewSelectionMode SelectionMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ItemsViewSelectionMode)this.GetValue(SelectionModeProperty); + } + set + { + this.SetValue(SelectionModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Layout Layout + { + get + { + return (global::Microsoft.UI.Xaml.Controls.Layout)this.GetValue(LayoutProperty); + } + set + { + this.SetValue(LayoutProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public object ItemsSource + { + get + { + return (object)this.GetValue(ItemsSourceProperty); + } + set + { + this.SetValue(ItemsSourceProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider ItemTransitionProvider + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider)this.GetValue(ItemTransitionProviderProperty); + } + set + { + this.SetValue(ItemTransitionProviderProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.IElementFactory ItemTemplate + { + get + { + return (global::Microsoft.UI.Xaml.IElementFactory)this.GetValue(ItemTemplateProperty); + } + set + { + this.SetValue(ItemTemplateProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsItemInvokedEnabled + { + get + { + return (bool)this.GetValue(IsItemInvokedEnabledProperty); + } + set + { + this.SetValue(IsItemInvokedEnabledProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CurrentItemIndex + { + get + { + return (int)this.GetValue(CurrentItemIndexProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollView ScrollView + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollView)this.GetValue(ScrollViewProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public object SelectedItem + { + get + { + return (object)this.GetValue(SelectedItemProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IReadOnlyList SelectedItems + { + get + { + throw new global::System.NotImplementedException("The member IReadOnlyList ItemsView.SelectedItems is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IReadOnlyList%3Cobject%3E%20ItemsView.SelectedItems"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty CurrentItemIndexProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(CurrentItemIndex), typeof(int), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(int))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty IsItemInvokedEnabledProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(IsItemInvokedEnabled), typeof(bool), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(bool))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ItemTemplateProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ItemTemplate), typeof(global::Microsoft.UI.Xaml.IElementFactory), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.IElementFactory))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ItemTransitionProviderProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ItemTransitionProvider), typeof(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ItemsSourceProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ItemsSource), typeof(object), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(object))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty LayoutProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Layout), typeof(global::Microsoft.UI.Xaml.Controls.Layout), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.Layout))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ScrollViewProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ScrollView), typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollView))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SelectedItemProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SelectedItem), typeof(object), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(object))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SelectionModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SelectionMode), typeof(global::Microsoft.UI.Xaml.Controls.ItemsViewSelectionMode), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ItemsViewSelectionMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollControllerProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollController), typeof(global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController), + typeof(global::Microsoft.UI.Xaml.Controls.ItemsView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.Primitives.IScrollController))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ItemsView() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "ItemsView.ItemsView()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemsView() + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemsSource.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemsSource.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ScrollView.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.VerticalScrollController.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.VerticalScrollController.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemTemplate.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemTemplate.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.Layout.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.Layout.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.IsItemInvokedEnabled.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.IsItemInvokedEnabled.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectionMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectionMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemTransitionProvider.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemTransitionProvider.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.CurrentItemIndex.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectedItem.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectedItems.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool TryGetItemIndex(double horizontalViewportRatio, double verticalViewportRatio, out int index) + { + throw new global::System.NotImplementedException("The member bool ItemsView.TryGetItemIndex(double horizontalViewportRatio, double verticalViewportRatio, out int index) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemsView.TryGetItemIndex%28double%20horizontalViewportRatio%2C%20double%20verticalViewportRatio%2C%20out%20int%20index%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void StartBringItemIntoView(int index, global::Microsoft.UI.Xaml.BringIntoViewOptions options) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "void ItemsView.StartBringItemIntoView(int index, BringIntoViewOptions options)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Select(int itemIndex) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "void ItemsView.Select(int itemIndex)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Deselect(int itemIndex) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "void ItemsView.Deselect(int itemIndex)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsSelected(int itemIndex) + { + throw new global::System.NotImplementedException("The member bool ItemsView.IsSelected(int itemIndex) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ItemsView.IsSelected%28int%20itemIndex%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SelectAll() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "void ItemsView.SelectAll()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void DeselectAll() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "void ItemsView.DeselectAll()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void InvertSelection() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "void ItemsView.InvertSelection()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemInvoked.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemInvoked.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectionChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectionChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.IsItemInvokedEnabledProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemsSourceProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemTemplateProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.LayoutProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectionModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ItemTransitionProviderProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.CurrentItemIndexProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.SelectedItemProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.ScrollViewProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsView.VerticalScrollControllerProperty.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ItemInvoked + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "event TypedEventHandler ItemsView.ItemInvoked"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "event TypedEventHandler ItemsView.ItemInvoked"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler SelectionChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "event TypedEventHandler ItemsView.SelectionChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ItemsView", "event TypedEventHandler ItemsView.SelectionChanged"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewItemInvokedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewItemInvokedEventArgs.cs new file mode 100644 index 000000000000..3762db1a3442 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewItemInvokedEventArgs.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemsViewItemInvokedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ItemsViewItemInvokedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public object InvokedItem + { + get + { + throw new global::System.NotImplementedException("The member object ItemsViewItemInvokedEventArgs.InvokedItem is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=object%20ItemsViewItemInvokedEventArgs.InvokedItem"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ItemsViewItemInvokedEventArgs.InvokedItem.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionChangedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionChangedEventArgs.cs new file mode 100644 index 000000000000..af54e2734e48 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionChangedEventArgs.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ItemsViewSelectionChangedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ItemsViewSelectionChangedEventArgs() + { + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionMode.cs new file mode 100644 index 000000000000..78973237971d --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ItemsViewSelectionMode.cs @@ -0,0 +1,23 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ItemsViewSelectionMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Single = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Multiple = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Extended = 3, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/Layout.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/Layout.cs index 5106d2b8e135..a6fef5db7923 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/Layout.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/Layout.cs @@ -8,6 +8,16 @@ namespace Microsoft.UI.Xaml.Controls #endif public partial class Layout : global::Microsoft.UI.Xaml.DependencyObject { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.IndexBasedLayoutOrientation IndexBasedLayoutOrientation + { + get + { + throw new global::System.NotImplementedException("The member IndexBasedLayoutOrientation Layout.IndexBasedLayoutOrientation is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IndexBasedLayoutOrientation%20Layout.IndexBasedLayoutOrientation"); + } + } +#endif // Skipping already declared method Microsoft.UI.Xaml.Controls.Layout.InitializeForContext(Microsoft.UI.Xaml.Controls.LayoutContext) // Skipping already declared method Microsoft.UI.Xaml.Controls.Layout.UninitializeForContext(Microsoft.UI.Xaml.Controls.LayoutContext) // Skipping already declared method Microsoft.UI.Xaml.Controls.Layout.Measure(Microsoft.UI.Xaml.Controls.LayoutContext, Windows.Foundation.Size) @@ -16,8 +26,23 @@ public partial class Layout : global::Microsoft.UI.Xaml.DependencyObject // Forced skipping of method Microsoft.UI.Xaml.Controls.Layout.MeasureInvalidated.remove // Forced skipping of method Microsoft.UI.Xaml.Controls.Layout.ArrangeInvalidated.add // Forced skipping of method Microsoft.UI.Xaml.Controls.Layout.ArrangeInvalidated.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.Layout.IndexBasedLayoutOrientation.get // Skipping already declared method Microsoft.UI.Xaml.Controls.Layout.InvalidateMeasure() // Skipping already declared method Microsoft.UI.Xaml.Controls.Layout.InvalidateArrange() +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected void SetIndexBasedLayoutOrientation(global::Microsoft.UI.Xaml.Controls.IndexBasedLayoutOrientation orientation) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.Layout", "void Layout.SetIndexBasedLayoutOrientation(IndexBasedLayoutOrientation orientation)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider CreateDefaultItemTransitionProvider() + { + throw new global::System.NotImplementedException("The member ItemCollectionTransitionProvider Layout.CreateDefaultItemTransitionProvider() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ItemCollectionTransitionProvider%20Layout.CreateDefaultItemTransitionProvider%28%29"); + } +#endif // Skipping already declared event Microsoft.UI.Xaml.Controls.Layout.ArrangeInvalidated // Skipping already declared event Microsoft.UI.Xaml.Controls.Layout.MeasureInvalidated } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayout.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayout.cs new file mode 100644 index 000000000000..34dbed365ee9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayout.cs @@ -0,0 +1,237 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class LinedFlowLayout : global::Microsoft.UI.Xaml.Controls.VirtualizingLayout + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MinItemSpacing + { + get + { + return (double)this.GetValue(MinItemSpacingProperty); + } + set + { + this.SetValue(MinItemSpacingProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double LineSpacing + { + get + { + return (double)this.GetValue(LineSpacingProperty); + } + set + { + this.SetValue(LineSpacingProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double LineHeight + { + get + { + return (double)this.GetValue(LineHeightProperty); + } + set + { + this.SetValue(LineHeightProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsStretch ItemsStretch + { + get + { + return (global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsStretch)this.GetValue(ItemsStretchProperty); + } + set + { + this.SetValue(ItemsStretchProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsJustification ItemsJustification + { + get + { + return (global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsJustification)this.GetValue(ItemsJustificationProperty); + } + set + { + this.SetValue(ItemsJustificationProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ActualLineHeight + { + get + { + return (double)this.GetValue(ActualLineHeightProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int RequestedRangeLength + { + get + { + throw new global::System.NotImplementedException("The member int LinedFlowLayout.RequestedRangeLength is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20LinedFlowLayout.RequestedRangeLength"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int RequestedRangeStartIndex + { + get + { + throw new global::System.NotImplementedException("The member int LinedFlowLayout.RequestedRangeStartIndex is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20LinedFlowLayout.RequestedRangeStartIndex"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ActualLineHeightProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ActualLineHeight), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayout), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ItemsJustificationProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ItemsJustification), typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsJustification), + typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayout), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsJustification))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ItemsStretchProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ItemsStretch), typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsStretch), + typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayout), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsStretch))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty LineHeightProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(LineHeight), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayout), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty LineSpacingProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(LineSpacing), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayout), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty MinItemSpacingProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(MinItemSpacing), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.LinedFlowLayout), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public LinedFlowLayout() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayout", "LinedFlowLayout.LinedFlowLayout()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LinedFlowLayout() + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsInfoRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsInfoRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsUnlocked.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsUnlocked.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsJustification.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsJustification.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsStretch.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsStretch.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.MinItemSpacing.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.MinItemSpacing.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LineSpacing.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LineSpacing.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LineHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LineHeight.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ActualLineHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.RequestedRangeStartIndex.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.RequestedRangeLength.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void InvalidateItemsInfo() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayout", "void LinedFlowLayout.InvalidateItemsInfo()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int LockItemToLine(int itemIndex) + { + throw new global::System.NotImplementedException("The member int LinedFlowLayout.LockItemToLine(int itemIndex) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20LinedFlowLayout.LockItemToLine%28int%20itemIndex%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsJustificationProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ItemsStretchProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.MinItemSpacingProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LineSpacingProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.LineHeightProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayout.ActualLineHeightProperty.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ItemsInfoRequested + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayout", "event TypedEventHandler LinedFlowLayout.ItemsInfoRequested"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayout", "event TypedEventHandler LinedFlowLayout.ItemsInfoRequested"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ItemsUnlocked + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayout", "event TypedEventHandler LinedFlowLayout.ItemsUnlocked"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayout", "event TypedEventHandler LinedFlowLayout.ItemsUnlocked"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemCollectionTransitionProvider.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemCollectionTransitionProvider.cs new file mode 100644 index 000000000000..5f3413edfb79 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemCollectionTransitionProvider.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class LinedFlowLayoutItemCollectionTransitionProvider : global::Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public LinedFlowLayoutItemCollectionTransitionProvider() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemCollectionTransitionProvider", "LinedFlowLayoutItemCollectionTransitionProvider.LinedFlowLayoutItemCollectionTransitionProvider()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemCollectionTransitionProvider.LinedFlowLayoutItemCollectionTransitionProvider() + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsInfoRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsInfoRequestedEventArgs.cs new file mode 100644 index 000000000000..8d80d662cd9d --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsInfoRequestedEventArgs.cs @@ -0,0 +1,97 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class LinedFlowLayoutItemsInfoRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal LinedFlowLayoutItemsInfoRequestedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MinWidth + { + get + { + throw new global::System.NotImplementedException("The member double LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs", "double LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MaxWidth + { + get + { + throw new global::System.NotImplementedException("The member double LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs", "double LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ItemsRangeStartIndex + { + get + { + throw new global::System.NotImplementedException("The member int LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeStartIndex is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeStartIndex"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs", "int LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeStartIndex"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ItemsRangeRequestedLength + { + get + { + throw new global::System.NotImplementedException("The member int LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeStartIndex.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeStartIndex.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetDesiredAspectRatios(double[] values) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs", "void LinedFlowLayoutItemsInfoRequestedEventArgs.SetDesiredAspectRatios(double[] values)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetMinWidths(double[] values) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs", "void LinedFlowLayoutItemsInfoRequestedEventArgs.SetMinWidths(double[] values)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetMaxWidths(double[] values) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsInfoRequestedEventArgs", "void LinedFlowLayoutItemsInfoRequestedEventArgs.SetMaxWidths(double[] values)"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsJustification.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsJustification.cs new file mode 100644 index 000000000000..67c8982f5cc1 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsJustification.cs @@ -0,0 +1,29 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum LinedFlowLayoutItemsJustification + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Start = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Center = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + End = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + SpaceAround = 3, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + SpaceBetween = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + SpaceEvenly = 5, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsStretch.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsStretch.cs new file mode 100644 index 000000000000..44b5da9e5244 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/LinedFlowLayoutItemsStretch.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum LinedFlowLayoutItemsStretch + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Fill = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/MenuFlyoutPresenter.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/MenuFlyoutPresenter.cs index 52483842008c..2da652d0d44b 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/MenuFlyoutPresenter.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/MenuFlyoutPresenter.cs @@ -23,6 +23,20 @@ public bool IsDefaultShadowEnabled } #endif // Skipping already declared property TemplateSettings +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.SystemBackdrop SystemBackdrop + { + get + { + return (global::Microsoft.UI.Xaml.Media.SystemBackdrop)this.GetValue(SystemBackdropProperty); + } + set + { + this.SetValue(SystemBackdropProperty, value); + } + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Xaml.DependencyProperty IsDefaultShadowEnabledProperty { get; } = @@ -30,12 +44,23 @@ public bool IsDefaultShadowEnabled nameof(IsDefaultShadowEnabled), typeof(bool), typeof(global::Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter), new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(bool))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty SystemBackdropProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(SystemBackdrop), typeof(global::Microsoft.UI.Xaml.Media.SystemBackdrop), + typeof(global::Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Media.SystemBackdrop))); #endif // Skipping already declared method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.MenuFlyoutPresenter() // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.MenuFlyoutPresenter() // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.TemplateSettings.get // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.IsDefaultShadowEnabled.get // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.IsDefaultShadowEnabled.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.SystemBackdrop.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.SystemBackdrop.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.SystemBackdropProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter.IsDefaultShadowEnabledProperty.get } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/NavigationViewTemplateSettings.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/NavigationViewTemplateSettings.cs index fe031f176a3a..5b46b7f7d5cc 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/NavigationViewTemplateSettings.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/NavigationViewTemplateSettings.cs @@ -17,6 +17,7 @@ public partial class NavigationViewTemplateSettings : global::Microsoft.UI.Xaml. // Skipping already declared property SmallerPaneToggleButtonWidth // Skipping already declared property TopPadding // Skipping already declared property TopPaneVisibility + // Skipping already declared property OpenPaneLength // Skipping already declared property BackButtonVisibilityProperty // Skipping already declared property LeftPaneVisibilityProperty // Skipping already declared property OverflowButtonVisibilityProperty @@ -26,6 +27,7 @@ public partial class NavigationViewTemplateSettings : global::Microsoft.UI.Xaml. // Skipping already declared property SmallerPaneToggleButtonWidthProperty // Skipping already declared property TopPaddingProperty // Skipping already declared property TopPaneVisibilityProperty + // Skipping already declared property OpenPaneLengthProperty // Skipping already declared method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.NavigationViewTemplateSettings() // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.NavigationViewTemplateSettings() // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPadding.get @@ -37,6 +39,8 @@ public partial class NavigationViewTemplateSettings : global::Microsoft.UI.Xaml. // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.SingleSelectionFollowsFocus.get // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.PaneToggleButtonWidth.get // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.SmallerPaneToggleButtonWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.OpenPaneLength.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.OpenPaneLengthProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaddingProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.OverflowButtonVisibilityProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.PaneToggleButtonVisibilityProperty.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollView.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollView.cs new file mode 100644 index 000000000000..85676ef87d44 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollView.cs @@ -0,0 +1,924 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ + [global::Microsoft.UI.Xaml.Markup.ContentPropertyAttribute(Name = "Content")] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollView : global::Microsoft.UI.Xaml.Controls.Control + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode HorizontalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(HorizontalScrollModeProperty); + } + set + { + this.SetValue(HorizontalScrollModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingChainMode HorizontalScrollChainMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingChainMode)this.GetValue(HorizontalScrollChainModeProperty); + } + set + { + this.SetValue(HorizontalScrollChainModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility HorizontalScrollBarVisibility + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility)this.GetValue(HorizontalScrollBarVisibilityProperty); + } + set + { + this.SetValue(HorizontalScrollBarVisibilityProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation ContentOrientation + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation)this.GetValue(ContentOrientationProperty); + } + set + { + this.SetValue(ContentOrientationProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement Content + { + get + { + return (global::Microsoft.UI.Xaml.UIElement)this.GetValue(ContentProperty); + } + set + { + this.SetValue(ContentProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds IgnoredInputKinds + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds)this.GetValue(IgnoredInputKindsProperty); + } + set + { + this.SetValue(IgnoredInputKindsProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double HorizontalAnchorRatio + { + get + { + return (double)this.GetValue(HorizontalAnchorRatioProperty); + } + set + { + this.SetValue(HorizontalAnchorRatioProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingRailMode HorizontalScrollRailMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingRailMode)this.GetValue(HorizontalScrollRailModeProperty); + } + set + { + this.SetValue(HorizontalScrollRailModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode ZoomMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode)this.GetValue(ZoomModeProperty); + } + set + { + this.SetValue(ZoomModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MaxZoomFactor + { + get + { + return (double)this.GetValue(MaxZoomFactorProperty); + } + set + { + this.SetValue(MaxZoomFactorProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingChainMode ZoomChainMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingChainMode)this.GetValue(ZoomChainModeProperty); + } + set + { + this.SetValue(ZoomChainModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingRailMode VerticalScrollRailMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingRailMode)this.GetValue(VerticalScrollRailModeProperty); + } + set + { + this.SetValue(VerticalScrollRailModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode VerticalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(VerticalScrollModeProperty); + } + set + { + this.SetValue(VerticalScrollModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingChainMode VerticalScrollChainMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingChainMode)this.GetValue(VerticalScrollChainModeProperty); + } + set + { + this.SetValue(VerticalScrollChainModeProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility VerticalScrollBarVisibility + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility)this.GetValue(VerticalScrollBarVisibilityProperty); + } + set + { + this.SetValue(VerticalScrollBarVisibilityProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double VerticalAnchorRatio + { + get + { + return (double)this.GetValue(VerticalAnchorRatioProperty); + } + set + { + this.SetValue(VerticalAnchorRatioProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double MinZoomFactor + { + get + { + return (double)this.GetValue(MinZoomFactorProperty); + } + set + { + this.SetValue(MinZoomFactorProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode ComputedHorizontalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(ComputedHorizontalScrollModeProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Visibility ComputedVerticalScrollBarVisibility + { + get + { + return (global::Microsoft.UI.Xaml.Visibility)this.GetValue(ComputedVerticalScrollBarVisibilityProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode ComputedVerticalScrollMode + { + get + { + return (global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode)this.GetValue(ComputedVerticalScrollModeProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement CurrentAnchor + { + get + { + throw new global::System.NotImplementedException("The member UIElement ScrollView.CurrentAnchor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=UIElement%20ScrollView.CurrentAnchor"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.CompositionPropertySet ExpressionAnimationSources + { + get + { + throw new global::System.NotImplementedException("The member CompositionPropertySet ScrollView.ExpressionAnimationSources is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionPropertySet%20ScrollView.ExpressionAnimationSources"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ExtentHeight + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.ExtentHeight is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.ExtentHeight"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ExtentWidth + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.ExtentWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.ExtentWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double HorizontalOffset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.HorizontalOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.HorizontalOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter ScrollPresenter + { + get + { + return (global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter)this.GetValue(ScrollPresenterProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollableHeight + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.ScrollableHeight is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.ScrollableHeight"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ScrollableWidth + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.ScrollableWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.ScrollableWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingInteractionState State + { + get + { + throw new global::System.NotImplementedException("The member ScrollingInteractionState ScrollView.State is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingInteractionState%20ScrollView.State"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double VerticalOffset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.VerticalOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.VerticalOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ViewportHeight + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.ViewportHeight is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.ViewportHeight"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ViewportWidth + { + get + { + throw new global::System.NotImplementedException("The member double ScrollView.ViewportWidth is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollView.ViewportWidth"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public float ZoomFactor + { + get + { + throw new global::System.NotImplementedException("The member float ScrollView.ZoomFactor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=float%20ScrollView.ZoomFactor"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Visibility ComputedHorizontalScrollBarVisibility + { + get + { + return (global::Microsoft.UI.Xaml.Visibility)this.GetValue(ComputedHorizontalScrollBarVisibilityProperty); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ComputedHorizontalScrollBarVisibilityProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ComputedHorizontalScrollBarVisibility), typeof(global::Microsoft.UI.Xaml.Visibility), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Visibility))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ComputedHorizontalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ComputedHorizontalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ComputedVerticalScrollBarVisibilityProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ComputedVerticalScrollBarVisibility), typeof(global::Microsoft.UI.Xaml.Visibility), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Visibility))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ComputedVerticalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ComputedVerticalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ContentOrientationProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ContentOrientation), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingContentOrientation))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ContentProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Content), typeof(global::Microsoft.UI.Xaml.UIElement), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.UIElement))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalAnchorRatioProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalAnchorRatio), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollBarVisibilityProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollBarVisibility), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollChainModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollChainMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty HorizontalScrollRailModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(HorizontalScrollRailMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty IgnoredInputKindsProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(IgnoredInputKinds), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingInputKinds))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty MaxZoomFactorProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(MaxZoomFactor), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty MinZoomFactorProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(MinZoomFactor), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ScrollPresenterProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ScrollPresenter), typeof(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.Primitives.ScrollPresenter))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalAnchorRatioProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalAnchorRatio), typeof(double), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(double))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollBarVisibilityProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollBarVisibility), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollChainModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollChainMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingScrollMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty VerticalScrollRailModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(VerticalScrollRailMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingRailMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ZoomChainModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ZoomChainMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingChainMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty ZoomModeProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(ZoomMode), typeof(global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode), + typeof(global::Microsoft.UI.Xaml.Controls.ScrollView), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Xaml.Controls.ScrollingZoomMode))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollView() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "ScrollView.ScrollView()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollView() + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.Content.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.Content.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.CurrentAnchor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollPresenter.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ExpressionAnimationSources.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ExtentWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ExtentHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ViewportWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ViewportHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollableWidth.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollableHeight.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.State.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollBarVisibility.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollBarVisibility.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollBarVisibility.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollBarVisibility.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ContentOrientation.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ContentOrientation.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollChainMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollChainMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollChainMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollChainMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollRailMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollRailMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollRailMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollRailMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedHorizontalScrollBarVisibility.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedVerticalScrollBarVisibility.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedHorizontalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedVerticalScrollMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomChainMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomChainMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.IgnoredInputKinds.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.IgnoredInputKinds.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.MinZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.MinZoomFactor.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.MaxZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.MaxZoomFactor.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalAnchorRatio.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalAnchorRatio.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalAnchorRatio.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalAnchorRatio.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void RegisterAnchorCandidate(global::Microsoft.UI.Xaml.UIElement element) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "void ScrollView.RegisterAnchorCandidate(UIElement element)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void UnregisterAnchorCandidate(global::Microsoft.UI.Xaml.UIElement element) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "void ScrollView.UnregisterAnchorCandidate(UIElement element)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollTo(double horizontalOffset, double verticalOffset) + { + throw new global::System.NotImplementedException("The member int ScrollView.ScrollTo(double horizontalOffset, double verticalOffset) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ScrollTo%28double%20horizontalOffset%2C%20double%20verticalOffset%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollTo(double horizontalOffset, double verticalOffset, global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollView.ScrollTo(double horizontalOffset, double verticalOffset, ScrollingScrollOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ScrollTo%28double%20horizontalOffset%2C%20double%20verticalOffset%2C%20ScrollingScrollOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta) + { + throw new global::System.NotImplementedException("The member int ScrollView.ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ScrollBy%28double%20horizontalOffsetDelta%2C%20double%20verticalOffsetDelta%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta, global::Microsoft.UI.Xaml.Controls.ScrollingScrollOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollView.ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta, ScrollingScrollOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ScrollBy%28double%20horizontalOffsetDelta%2C%20double%20verticalOffsetDelta%2C%20ScrollingScrollOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int AddScrollVelocity(global::System.Numerics.Vector2 offsetsVelocity, global::System.Numerics.Vector2? inertiaDecayRate) + { + throw new global::System.NotImplementedException("The member int ScrollView.AddScrollVelocity(Vector2 offsetsVelocity, Vector2? inertiaDecayRate) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.AddScrollVelocity%28Vector2%20offsetsVelocity%2C%20Vector2%3F%20inertiaDecayRate%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomTo(float zoomFactor, global::System.Numerics.Vector2? centerPoint) + { + throw new global::System.NotImplementedException("The member int ScrollView.ZoomTo(float zoomFactor, Vector2? centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ZoomTo%28float%20zoomFactor%2C%20Vector2%3F%20centerPoint%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomTo(float zoomFactor, global::System.Numerics.Vector2? centerPoint, global::Microsoft.UI.Xaml.Controls.ScrollingZoomOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollView.ZoomTo(float zoomFactor, Vector2? centerPoint, ScrollingZoomOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ZoomTo%28float%20zoomFactor%2C%20Vector2%3F%20centerPoint%2C%20ScrollingZoomOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomBy(float zoomFactorDelta, global::System.Numerics.Vector2? centerPoint) + { + throw new global::System.NotImplementedException("The member int ScrollView.ZoomBy(float zoomFactorDelta, Vector2? centerPoint) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ZoomBy%28float%20zoomFactorDelta%2C%20Vector2%3F%20centerPoint%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int ZoomBy(float zoomFactorDelta, global::System.Numerics.Vector2? centerPoint, global::Microsoft.UI.Xaml.Controls.ScrollingZoomOptions options) + { + throw new global::System.NotImplementedException("The member int ScrollView.ZoomBy(float zoomFactorDelta, Vector2? centerPoint, ScrollingZoomOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.ZoomBy%28float%20zoomFactorDelta%2C%20Vector2%3F%20centerPoint%2C%20ScrollingZoomOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int AddZoomVelocity(float zoomFactorVelocity, global::System.Numerics.Vector2? centerPoint, float? inertiaDecayRate) + { + throw new global::System.NotImplementedException("The member int ScrollView.AddZoomVelocity(float zoomFactorVelocity, Vector2? centerPoint, float? inertiaDecayRate) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollView.AddZoomVelocity%28float%20zoomFactorVelocity%2C%20Vector2%3F%20centerPoint%2C%20float%3F%20inertiaDecayRate%29"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ExtentChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ExtentChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.StateChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.StateChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ViewChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ViewChanged.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollAnimationStarting.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollAnimationStarting.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomAnimationStarting.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomAnimationStarting.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollCompleted.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollCompleted.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomCompleted.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomCompleted.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.BringingIntoView.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.BringingIntoView.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.AnchorRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.AnchorRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ContentProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ScrollPresenterProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollBarVisibilityProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollBarVisibilityProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ContentOrientationProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollChainModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollChainModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollRailModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollRailModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedHorizontalScrollBarVisibilityProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedVerticalScrollBarVisibilityProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedHorizontalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ComputedVerticalScrollModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomChainModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.ZoomModeProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.IgnoredInputKindsProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.MinZoomFactorProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.MaxZoomFactorProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.HorizontalAnchorRatioProperty.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollView.VerticalAnchorRatioProperty.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler AnchorRequested + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.AnchorRequested"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.AnchorRequested"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler BringingIntoView + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.BringingIntoView"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.BringingIntoView"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ExtentChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ExtentChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ExtentChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ScrollAnimationStarting + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ScrollAnimationStarting"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ScrollAnimationStarting"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ScrollCompleted + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ScrollCompleted"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ScrollCompleted"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler StateChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.StateChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.StateChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ViewChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ViewChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ViewChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ZoomAnimationStarting + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ZoomAnimationStarting"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ZoomAnimationStarting"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ZoomCompleted + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ZoomCompleted"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollView", "event TypedEventHandler ScrollView.ZoomCompleted"); + } + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnchorRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnchorRequestedEventArgs.cs new file mode 100644 index 000000000000..914e2669fcef --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnchorRequestedEventArgs.cs @@ -0,0 +1,44 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingAnchorRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollingAnchorRequestedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.UIElement AnchorElement + { + get + { + throw new global::System.NotImplementedException("The member UIElement ScrollingAnchorRequestedEventArgs.AnchorElement is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=UIElement%20ScrollingAnchorRequestedEventArgs.AnchorElement"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingAnchorRequestedEventArgs", "UIElement ScrollingAnchorRequestedEventArgs.AnchorElement"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IList AnchorCandidates + { + get + { + throw new global::System.NotImplementedException("The member IList ScrollingAnchorRequestedEventArgs.AnchorCandidates is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IList%3CUIElement%3E%20ScrollingAnchorRequestedEventArgs.AnchorCandidates"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingAnchorRequestedEventArgs.AnchorCandidates.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingAnchorRequestedEventArgs.AnchorElement.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingAnchorRequestedEventArgs.AnchorElement.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnimationMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnimationMode.cs new file mode 100644 index 000000000000..e938f62fd300 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingAnimationMode.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingAnimationMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Disabled = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Enabled = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Auto = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingBringingIntoViewEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingBringingIntoViewEventArgs.cs new file mode 100644 index 000000000000..19d8274aef61 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingBringingIntoViewEventArgs.cs @@ -0,0 +1,93 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingBringingIntoViewEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollingBringingIntoViewEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode SnapPointsMode + { + get + { + throw new global::System.NotImplementedException("The member ScrollingSnapPointsMode ScrollingBringingIntoViewEventArgs.SnapPointsMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingSnapPointsMode%20ScrollingBringingIntoViewEventArgs.SnapPointsMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs", "ScrollingSnapPointsMode ScrollingBringingIntoViewEventArgs.SnapPointsMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Cancel + { + get + { + throw new global::System.NotImplementedException("The member bool ScrollingBringingIntoViewEventArgs.Cancel is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20ScrollingBringingIntoViewEventArgs.Cancel"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs", "bool ScrollingBringingIntoViewEventArgs.Cancel"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollingBringingIntoViewEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollingBringingIntoViewEventArgs.CorrelationId"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.BringIntoViewRequestedEventArgs RequestEventArgs + { + get + { + throw new global::System.NotImplementedException("The member BringIntoViewRequestedEventArgs ScrollingBringingIntoViewEventArgs.RequestEventArgs is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=BringIntoViewRequestedEventArgs%20ScrollingBringingIntoViewEventArgs.RequestEventArgs"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double TargetHorizontalOffset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollingBringingIntoViewEventArgs.TargetHorizontalOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollingBringingIntoViewEventArgs.TargetHorizontalOffset"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double TargetVerticalOffset + { + get + { + throw new global::System.NotImplementedException("The member double ScrollingBringingIntoViewEventArgs.TargetVerticalOffset is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20ScrollingBringingIntoViewEventArgs.TargetVerticalOffset"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.SnapPointsMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.SnapPointsMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.RequestEventArgs.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.TargetHorizontalOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.TargetVerticalOffset.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.CorrelationId.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.Cancel.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs.Cancel.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingChainMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingChainMode.cs new file mode 100644 index 000000000000..7c227c8e8598 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingChainMode.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingChainMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Auto = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Always = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Never = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingContentOrientation.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingContentOrientation.cs new file mode 100644 index 000000000000..2b78df890bca --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingContentOrientation.cs @@ -0,0 +1,23 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingContentOrientation + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Vertical = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Horizontal = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Both = 3, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInputKinds.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInputKinds.cs new file mode 100644 index 000000000000..e76c3d9f3ecc --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInputKinds.cs @@ -0,0 +1,33 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ + [global::System.FlagsAttribute] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingInputKinds : uint + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Touch = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Pen = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + MouseWheel = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Keyboard = 8, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Gamepad = 16, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + All = 255, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInteractionState.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInteractionState.cs new file mode 100644 index 000000000000..a2568356c71e --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingInteractionState.cs @@ -0,0 +1,23 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingInteractionState + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Idle = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Interaction = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Inertia = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Animation = 3, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingRailMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingRailMode.cs new file mode 100644 index 000000000000..9cb0f452604c --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingRailMode.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingRailMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Enabled = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Disabled = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollAnimationStartingEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollAnimationStartingEventArgs.cs new file mode 100644 index 000000000000..732adf3ad7da --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollAnimationStartingEventArgs.cs @@ -0,0 +1,66 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingScrollAnimationStartingEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollingScrollAnimationStartingEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.CompositionAnimation Animation + { + get + { + throw new global::System.NotImplementedException("The member CompositionAnimation ScrollingScrollAnimationStartingEventArgs.Animation is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionAnimation%20ScrollingScrollAnimationStartingEventArgs.Animation"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingScrollAnimationStartingEventArgs", "CompositionAnimation ScrollingScrollAnimationStartingEventArgs.Animation"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollingScrollAnimationStartingEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollingScrollAnimationStartingEventArgs.CorrelationId"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Numerics.Vector2 EndPosition + { + get + { + throw new global::System.NotImplementedException("The member Vector2 ScrollingScrollAnimationStartingEventArgs.EndPosition is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Vector2%20ScrollingScrollAnimationStartingEventArgs.EndPosition"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Numerics.Vector2 StartPosition + { + get + { + throw new global::System.NotImplementedException("The member Vector2 ScrollingScrollAnimationStartingEventArgs.StartPosition is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Vector2%20ScrollingScrollAnimationStartingEventArgs.StartPosition"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollAnimationStartingEventArgs.Animation.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollAnimationStartingEventArgs.Animation.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollAnimationStartingEventArgs.StartPosition.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollAnimationStartingEventArgs.EndPosition.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollAnimationStartingEventArgs.CorrelationId.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollBarVisibility.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollBarVisibility.cs new file mode 100644 index 000000000000..45e7ea0e81fe --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollBarVisibility.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingScrollBarVisibility + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Auto = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Visible = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Hidden = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollCompletedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollCompletedEventArgs.cs new file mode 100644 index 000000000000..e98c9b4a3cc9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollCompletedEventArgs.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingScrollCompletedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollingScrollCompletedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollingScrollCompletedEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollingScrollCompletedEventArgs.CorrelationId"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollCompletedEventArgs.CorrelationId.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollMode.cs new file mode 100644 index 000000000000..0de2c2211c28 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollMode.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingScrollMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Enabled = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Disabled = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Auto = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollOptions.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollOptions.cs new file mode 100644 index 000000000000..a55a05b65b20 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingScrollOptions.cs @@ -0,0 +1,60 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingScrollOptions + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode SnapPointsMode + { + get + { + throw new global::System.NotImplementedException("The member ScrollingSnapPointsMode ScrollingScrollOptions.SnapPointsMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingSnapPointsMode%20ScrollingScrollOptions.SnapPointsMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingScrollOptions", "ScrollingSnapPointsMode ScrollingScrollOptions.SnapPointsMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingAnimationMode AnimationMode + { + get + { + throw new global::System.NotImplementedException("The member ScrollingAnimationMode ScrollingScrollOptions.AnimationMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingAnimationMode%20ScrollingScrollOptions.AnimationMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingScrollOptions", "ScrollingAnimationMode ScrollingScrollOptions.AnimationMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollingScrollOptions(global::Microsoft.UI.Xaml.Controls.ScrollingAnimationMode animationMode) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingScrollOptions", "ScrollingScrollOptions.ScrollingScrollOptions(ScrollingAnimationMode animationMode)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollOptions.ScrollingScrollOptions(Microsoft.UI.Xaml.Controls.ScrollingAnimationMode) +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollingScrollOptions(global::Microsoft.UI.Xaml.Controls.ScrollingAnimationMode animationMode, global::Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode snapPointsMode) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingScrollOptions", "ScrollingScrollOptions.ScrollingScrollOptions(ScrollingAnimationMode animationMode, ScrollingSnapPointsMode snapPointsMode)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollOptions.ScrollingScrollOptions(Microsoft.UI.Xaml.Controls.ScrollingAnimationMode, Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode) + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollOptions.AnimationMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollOptions.AnimationMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollOptions.SnapPointsMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingScrollOptions.SnapPointsMode.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingSnapPointsMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingSnapPointsMode.cs new file mode 100644 index 000000000000..dc80b55e6e02 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingSnapPointsMode.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingSnapPointsMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Ignore = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomAnimationStartingEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomAnimationStartingEventArgs.cs new file mode 100644 index 000000000000..5cafeb3675e4 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomAnimationStartingEventArgs.cs @@ -0,0 +1,77 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingZoomAnimationStartingEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollingZoomAnimationStartingEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.CompositionAnimation Animation + { + get + { + throw new global::System.NotImplementedException("The member CompositionAnimation ScrollingZoomAnimationStartingEventArgs.Animation is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CompositionAnimation%20ScrollingZoomAnimationStartingEventArgs.Animation"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs", "CompositionAnimation ScrollingZoomAnimationStartingEventArgs.Animation"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Numerics.Vector2 CenterPoint + { + get + { + throw new global::System.NotImplementedException("The member Vector2 ScrollingZoomAnimationStartingEventArgs.CenterPoint is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Vector2%20ScrollingZoomAnimationStartingEventArgs.CenterPoint"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollingZoomAnimationStartingEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollingZoomAnimationStartingEventArgs.CorrelationId"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public float EndZoomFactor + { + get + { + throw new global::System.NotImplementedException("The member float ScrollingZoomAnimationStartingEventArgs.EndZoomFactor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=float%20ScrollingZoomAnimationStartingEventArgs.EndZoomFactor"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public float StartZoomFactor + { + get + { + throw new global::System.NotImplementedException("The member float ScrollingZoomAnimationStartingEventArgs.StartZoomFactor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=float%20ScrollingZoomAnimationStartingEventArgs.StartZoomFactor"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs.CenterPoint.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs.StartZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs.EndZoomFactor.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs.Animation.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs.Animation.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs.CorrelationId.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomCompletedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomCompletedEventArgs.cs new file mode 100644 index 000000000000..38bb8bb7f32f --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomCompletedEventArgs.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingZoomCompletedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ScrollingZoomCompletedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int CorrelationId + { + get + { + throw new global::System.NotImplementedException("The member int ScrollingZoomCompletedEventArgs.CorrelationId is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20ScrollingZoomCompletedEventArgs.CorrelationId"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomCompletedEventArgs.CorrelationId.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomMode.cs new file mode 100644 index 000000000000..a54be64ddefe --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomMode.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum ScrollingZoomMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Enabled = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Disabled = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomOptions.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomOptions.cs new file mode 100644 index 000000000000..3a14cf6355ab --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/ScrollingZoomOptions.cs @@ -0,0 +1,60 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ScrollingZoomOptions + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode SnapPointsMode + { + get + { + throw new global::System.NotImplementedException("The member ScrollingSnapPointsMode ScrollingZoomOptions.SnapPointsMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingSnapPointsMode%20ScrollingZoomOptions.SnapPointsMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingZoomOptions", "ScrollingSnapPointsMode ScrollingZoomOptions.SnapPointsMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Controls.ScrollingAnimationMode AnimationMode + { + get + { + throw new global::System.NotImplementedException("The member ScrollingAnimationMode ScrollingZoomOptions.AnimationMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ScrollingAnimationMode%20ScrollingZoomOptions.AnimationMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingZoomOptions", "ScrollingAnimationMode ScrollingZoomOptions.AnimationMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollingZoomOptions(global::Microsoft.UI.Xaml.Controls.ScrollingAnimationMode animationMode) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingZoomOptions", "ScrollingZoomOptions.ScrollingZoomOptions(ScrollingAnimationMode animationMode)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomOptions.ScrollingZoomOptions(Microsoft.UI.Xaml.Controls.ScrollingAnimationMode) +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ScrollingZoomOptions(global::Microsoft.UI.Xaml.Controls.ScrollingAnimationMode animationMode, global::Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode snapPointsMode) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Controls.ScrollingZoomOptions", "ScrollingZoomOptions.ScrollingZoomOptions(ScrollingAnimationMode animationMode, ScrollingSnapPointsMode snapPointsMode)"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomOptions.ScrollingZoomOptions(Microsoft.UI.Xaml.Controls.ScrollingAnimationMode, Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode) + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomOptions.AnimationMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomOptions.AnimationMode.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomOptions.SnapPointsMode.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.ScrollingZoomOptions.SnapPointsMode.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeView.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeView.cs index 642ba79e5c51..8fa1d773b6c9 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeView.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeView.cs @@ -76,6 +76,8 @@ public partial class TreeView : global::Microsoft.UI.Xaml.Controls.Control // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.SelectedItem.get // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.SelectedItem.set // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.SelectedItems.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.SelectionChanged.add + // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.SelectionChanged.remove // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.CanDragItemsProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.CanReorderItemsProperty.get // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeView.ItemTemplateProperty.get @@ -91,5 +93,6 @@ public partial class TreeView : global::Microsoft.UI.Xaml.Controls.Control // Skipping already declared event Microsoft.UI.Xaml.Controls.TreeView.ItemInvoked // Skipping already declared event Microsoft.UI.Xaml.Controls.TreeView.DragItemsCompleted // Skipping already declared event Microsoft.UI.Xaml.Controls.TreeView.DragItemsStarting + // Skipping already declared event Microsoft.UI.Xaml.Controls.TreeView.SelectionChanged } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeViewSelectionChangedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeViewSelectionChangedEventArgs.cs new file mode 100644 index 000000000000..2e0ef805db6c --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/TreeViewSelectionChangedEventArgs.cs @@ -0,0 +1,16 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Controls +{ +#if false || false || false || false || false || false || false + [global::Uno.NotImplemented] +#endif + public partial class TreeViewSelectionChangedEventArgs + { + // Skipping already declared property AddedItems + // Skipping already declared property RemovedItems + // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeViewSelectionChangedEventArgs.AddedItems.get + // Forced skipping of method Microsoft.UI.Xaml.Controls.TreeViewSelectionChangedEventArgs.RemovedItems.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/VirtualizingLayoutContext.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/VirtualizingLayoutContext.cs index 2a97a625f19a..8d54d73f8685 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/VirtualizingLayoutContext.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Controls/VirtualizingLayoutContext.cs @@ -12,6 +12,16 @@ public partial class VirtualizingLayoutContext : global::Microsoft.UI.Xaml.Contr // Skipping already declared property ItemCount // Skipping already declared property RealizationRect // Skipping already declared property RecommendedAnchorIndex +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Rect VisibleRect + { + get + { + throw new global::System.NotImplementedException("The member Rect VirtualizingLayoutContext.VisibleRect is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Rect%20VirtualizingLayoutContext.VisibleRect"); + } + } +#endif // Skipping already declared property LayoutOriginCore // Skipping already declared property RecommendedAnchorIndexCore // Skipping already declared method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.VirtualizingLayoutContext() @@ -25,6 +35,7 @@ public partial class VirtualizingLayoutContext : global::Microsoft.UI.Xaml.Contr // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.RecommendedAnchorIndex.get // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.LayoutOrigin.get // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.LayoutOrigin.set + // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.VisibleRect.get // Skipping already declared method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.ItemCountCore() // Skipping already declared method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.GetItemAtCore(int) // Skipping already declared method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.RealizationRectCore() @@ -33,5 +44,12 @@ public partial class VirtualizingLayoutContext : global::Microsoft.UI.Xaml.Contr // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.RecommendedAnchorIndexCore.get // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.LayoutOriginCore.get // Forced skipping of method Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.LayoutOriginCore.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual global::Windows.Foundation.Rect VisibleRectCore() + { + throw new global::System.NotImplementedException("The member Rect VirtualizingLayoutContext.VisibleRectCore() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Rect%20VirtualizingLayoutContext.VisibleRectCore%28%29"); + } +#endif } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSource.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSource.cs new file mode 100644 index 000000000000..0c8c502c42ab --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSource.cs @@ -0,0 +1,62 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if false || false || false || false || false || false || false + [global::Uno.NotImplemented] +#endif + public partial class DesktopWindowXamlSource : global::System.IDisposable + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.SystemBackdrop SystemBackdrop + { + get + { + throw new global::System.NotImplementedException("The member SystemBackdrop DesktopWindowXamlSource.SystemBackdrop is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SystemBackdrop%20DesktopWindowXamlSource.SystemBackdrop"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource", "SystemBackdrop DesktopWindowXamlSource.SystemBackdrop"); + } + } +#endif + // Skipping already declared property Content + // Skipping already declared property HasFocus +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Content.DesktopChildSiteBridge SiteBridge + { + get + { + throw new global::System.NotImplementedException("The member DesktopChildSiteBridge DesktopWindowXamlSource.SiteBridge is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DesktopChildSiteBridge%20DesktopWindowXamlSource.SiteBridge"); + } + } +#endif + // Skipping already declared method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.DesktopWindowXamlSource() + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.DesktopWindowXamlSource() + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.Content.get + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.Content.set + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.HasFocus.get + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.SystemBackdrop.get + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.SystemBackdrop.set + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.SiteBridge.get + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.TakeFocusRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.TakeFocusRequested.remove + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.GotFocus.add + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.GotFocus.remove + // Skipping already declared method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.NavigateFocus(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest) +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Initialize(global::Microsoft.UI.WindowId parentWindowId) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource", "void DesktopWindowXamlSource.Initialize(WindowId parentWindowId)"); + } +#endif + // Skipping already declared method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.Dispose() + // Skipping already declared event Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.GotFocus + // Skipping already declared event Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSource.TakeFocusRequested + // Processing: System.IDisposable + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceGotFocusEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceGotFocusEventArgs.cs new file mode 100644 index 000000000000..7359879f4371 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceGotFocusEventArgs.cs @@ -0,0 +1,14 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if false || false || false || false || false || false || false + [global::Uno.NotImplemented] +#endif + public partial class DesktopWindowXamlSourceGotFocusEventArgs + { + // Skipping already declared property Request + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSourceGotFocusEventArgs.Request.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceTakeFocusRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceTakeFocusRequestedEventArgs.cs new file mode 100644 index 000000000000..13d5255c04c4 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/DesktopWindowXamlSourceTakeFocusRequestedEventArgs.cs @@ -0,0 +1,14 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if false || false || false || false || false || false || false + [global::Uno.NotImplemented] +#endif + public partial class DesktopWindowXamlSourceTakeFocusRequestedEventArgs + { + // Skipping already declared property Request + // Forced skipping of method Microsoft.UI.Xaml.Hosting.DesktopWindowXamlSourceTakeFocusRequestedEventArgs.Request.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/WindowsXamlManager.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/WindowsXamlManager.cs new file mode 100644 index 000000000000..ebaed3cf4d8e --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/WindowsXamlManager.cs @@ -0,0 +1,32 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class WindowsXamlManager : global::System.IDisposable + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal WindowsXamlManager() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Dispose() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Hosting.WindowsXamlManager", "void WindowsXamlManager.Dispose()"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.Hosting.WindowsXamlManager InitializeForCurrentThread() + { + throw new global::System.NotImplementedException("The member WindowsXamlManager WindowsXamlManager.InitializeForCurrentThread() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=WindowsXamlManager%20WindowsXamlManager.InitializeForCurrentThread%28%29"); + } +#endif + // Processing: System.IDisposable + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationReason.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationReason.cs new file mode 100644 index 000000000000..7db6b297b460 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationReason.cs @@ -0,0 +1,19 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if false || false || false || false || false || false || false + public enum XamlSourceFocusNavigationReason + { + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Programmatic + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Restore + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.First + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Last + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Left + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Up + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Right + // Skipping already declared field Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason.Down + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationRequest.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationRequest.cs new file mode 100644 index 000000000000..c163f6fb9f5e --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationRequest.cs @@ -0,0 +1,24 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if false || false || false || false || false || false || false + [global::Uno.NotImplemented] +#endif + public partial class XamlSourceFocusNavigationRequest + { + // Skipping already declared property CorrelationId + // Skipping already declared property HintRect + // Skipping already declared property Reason + // Skipping already declared method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.XamlSourceFocusNavigationRequest(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason) + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.XamlSourceFocusNavigationRequest(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason) + // Skipping already declared method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.XamlSourceFocusNavigationRequest(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason, Windows.Foundation.Rect) + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.XamlSourceFocusNavigationRequest(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason, Windows.Foundation.Rect) + // Skipping already declared method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.XamlSourceFocusNavigationRequest(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason, Windows.Foundation.Rect, System.Guid) + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.XamlSourceFocusNavigationRequest(Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason, Windows.Foundation.Rect, System.Guid) + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.Reason.get + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.HintRect.get + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationRequest.CorrelationId.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationResult.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationResult.cs new file mode 100644 index 000000000000..250644560e85 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Hosting/XamlSourceFocusNavigationResult.cs @@ -0,0 +1,16 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Hosting +{ +#if false || false || false || false || false || false || false + [global::Uno.NotImplemented] +#endif + public partial class XamlSourceFocusNavigationResult + { + // Skipping already declared property WasFocusMoved + // Skipping already declared method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationResult.XamlSourceFocusNavigationResult(bool) + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationResult.XamlSourceFocusNavigationResult(bool) + // Forced skipping of method Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationResult.WasFocusMoved.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Input/AccessKeyManager.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Input/AccessKeyManager.cs index 87bdf40be803..bd9207b3bfef 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Input/AccessKeyManager.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Input/AccessKeyManager.cs @@ -36,6 +36,13 @@ public static bool IsDisplayModeEnabled throw new global::System.NotImplementedException("The member bool AccessKeyManager.IsDisplayModeEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20AccessKeyManager.IsDisplayModeEnabled"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static void EnterDisplayMode(global::Microsoft.UI.Xaml.XamlRoot XamlRoot) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Input.AccessKeyManager", "void AccessKeyManager.EnterDisplayMode(XamlRoot XamlRoot)"); + } #endif // Forced skipping of method Microsoft.UI.Xaml.Input.AccessKeyManager.IsDisplayModeEnabled.get // Forced skipping of method Microsoft.UI.Xaml.Input.AccessKeyManager.AreKeyTipsEnabled.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/DesktopAcrylicBackdrop.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/DesktopAcrylicBackdrop.cs new file mode 100644 index 000000000000..17b4c281540a --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/DesktopAcrylicBackdrop.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Media +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class DesktopAcrylicBackdrop : global::Microsoft.UI.Xaml.Media.SystemBackdrop + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public DesktopAcrylicBackdrop() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Media.DesktopAcrylicBackdrop", "DesktopAcrylicBackdrop.DesktopAcrylicBackdrop()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Media.DesktopAcrylicBackdrop.DesktopAcrylicBackdrop() + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/MicaBackdrop.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/MicaBackdrop.cs new file mode 100644 index 000000000000..196f23a4741e --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/MicaBackdrop.cs @@ -0,0 +1,45 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Media +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class MicaBackdrop : global::Microsoft.UI.Xaml.Media.SystemBackdrop + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.SystemBackdrops.MicaKind Kind + { + get + { + return (global::Microsoft.UI.Composition.SystemBackdrops.MicaKind)this.GetValue(KindProperty); + } + set + { + this.SetValue(KindProperty, value); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Xaml.DependencyProperty KindProperty { get; } = + Microsoft.UI.Xaml.DependencyProperty.Register( + nameof(Kind), typeof(global::Microsoft.UI.Composition.SystemBackdrops.MicaKind), + typeof(global::Microsoft.UI.Xaml.Media.MicaBackdrop), + new Microsoft.UI.Xaml.FrameworkPropertyMetadata(default(global::Microsoft.UI.Composition.SystemBackdrops.MicaKind))); +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public MicaBackdrop() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Media.MicaBackdrop", "MicaBackdrop.MicaBackdrop()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Media.MicaBackdrop.MicaBackdrop() + // Forced skipping of method Microsoft.UI.Xaml.Media.MicaBackdrop.Kind.get + // Forced skipping of method Microsoft.UI.Xaml.Media.MicaBackdrop.Kind.set + // Forced skipping of method Microsoft.UI.Xaml.Media.MicaBackdrop.KindProperty.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/SystemBackdrop.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/SystemBackdrop.cs new file mode 100644 index 000000000000..e69b1546c80f --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml.Media/SystemBackdrop.cs @@ -0,0 +1,48 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml.Media +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class SystemBackdrop : global::Microsoft.UI.Xaml.DependencyObject + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected SystemBackdrop() : base() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Media.SystemBackdrop", "SystemBackdrop.SystemBackdrop()"); + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.Media.SystemBackdrop.SystemBackdrop() +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Composition.SystemBackdrops.SystemBackdropConfiguration GetDefaultSystemBackdropConfiguration(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop target, global::Microsoft.UI.Xaml.XamlRoot xamlRoot) + { + throw new global::System.NotImplementedException("The member SystemBackdropConfiguration SystemBackdrop.GetDefaultSystemBackdropConfiguration(ICompositionSupportsSystemBackdrop target, XamlRoot xamlRoot) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SystemBackdropConfiguration%20SystemBackdrop.GetDefaultSystemBackdropConfiguration%28ICompositionSupportsSystemBackdrop%20target%2C%20XamlRoot%20xamlRoot%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual void OnTargetConnected(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop connectedTarget, global::Microsoft.UI.Xaml.XamlRoot xamlRoot) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Media.SystemBackdrop", "void SystemBackdrop.OnTargetConnected(ICompositionSupportsSystemBackdrop connectedTarget, XamlRoot xamlRoot)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual void OnTargetDisconnected(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop disconnectedTarget) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Media.SystemBackdrop", "void SystemBackdrop.OnTargetDisconnected(ICompositionSupportsSystemBackdrop disconnectedTarget)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + protected virtual void OnDefaultSystemBackdropConfigurationChanged(global::Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop target, global::Microsoft.UI.Xaml.XamlRoot xamlRoot) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Media.SystemBackdrop", "void SystemBackdrop.OnDefaultSystemBackdropConfigurationChanged(ICompositionSupportsSystemBackdrop target, XamlRoot xamlRoot)"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Application.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Application.cs index 919a30569ef7..b07ed5439df6 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Application.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Application.cs @@ -41,6 +41,8 @@ public partial class Application // Forced skipping of method Microsoft.UI.Xaml.Application.UnhandledException.add // Forced skipping of method Microsoft.UI.Xaml.Application.UnhandledException.remove // Skipping already declared method Microsoft.UI.Xaml.Application.Exit() + // Forced skipping of method Microsoft.UI.Xaml.Application.ResourceManagerRequested.add + // Forced skipping of method Microsoft.UI.Xaml.Application.ResourceManagerRequested.remove // Skipping already declared method Microsoft.UI.Xaml.Application.OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs) // Forced skipping of method Microsoft.UI.Xaml.Application.Current.get // Skipping already declared method Microsoft.UI.Xaml.Application.Start(Microsoft.UI.Xaml.ApplicationInitializationCallback) @@ -53,5 +55,21 @@ public static void LoadComponent(object component, global::System.Uri resourceLo } #endif // Skipping already declared event Microsoft.UI.Xaml.Application.UnhandledException +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ResourceManagerRequested + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Application", "event TypedEventHandler Application.ResourceManagerRequested"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Application", "event TypedEventHandler Application.ResourceManagerRequested"); + } + } +#endif } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/DebugSettings.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/DebugSettings.cs index da5f12116586..3eff18b4af7e 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/DebugSettings.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/DebugSettings.cs @@ -25,6 +25,20 @@ public bool FailFastOnErrors } #endif // Skipping already declared property EnableFrameRateCounter +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsXamlResourceReferenceTracingEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool DebugSettings.IsXamlResourceReferenceTracingEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20DebugSettings.IsXamlResourceReferenceTracingEnabled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.DebugSettings", "bool DebugSettings.IsXamlResourceReferenceTracingEnabled"); + } + } +#endif // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.EnableFrameRateCounter.get // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.EnableFrameRateCounter.set // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.IsBindingTracingEnabled.get @@ -35,6 +49,26 @@ public bool FailFastOnErrors // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.FailFastOnErrors.set // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.BindingFailed.add // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.BindingFailed.remove + // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.IsXamlResourceReferenceTracingEnabled.get + // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.IsXamlResourceReferenceTracingEnabled.set + // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.XamlResourceReferenceFailed.add + // Forced skipping of method Microsoft.UI.Xaml.DebugSettings.XamlResourceReferenceFailed.remove // Skipping already declared event Microsoft.UI.Xaml.DebugSettings.BindingFailed +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler XamlResourceReferenceFailed + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.DebugSettings", "event TypedEventHandler DebugSettings.XamlResourceReferenceFailed"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.DebugSettings", "event TypedEventHandler DebugSettings.XamlResourceReferenceFailed"); + } + } +#endif } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/ResourceManagerRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/ResourceManagerRequestedEventArgs.cs new file mode 100644 index 000000000000..34c24d1c3fb9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/ResourceManagerRequestedEventArgs.cs @@ -0,0 +1,33 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class ResourceManagerRequestedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal ResourceManagerRequestedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Windows.ApplicationModel.Resources.IResourceManager CustomResourceManager + { + get + { + throw new global::System.NotImplementedException("The member IResourceManager ResourceManagerRequestedEventArgs.CustomResourceManager is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IResourceManager%20ResourceManagerRequestedEventArgs.CustomResourceManager"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.ResourceManagerRequestedEventArgs", "IResourceManager ResourceManagerRequestedEventArgs.CustomResourceManager"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.ResourceManagerRequestedEventArgs.CustomResourceManager.get + // Forced skipping of method Microsoft.UI.Xaml.ResourceManagerRequestedEventArgs.CustomResourceManager.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Window.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Window.cs index a27f5be17ba2..d5d3da30c1b4 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Window.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/Window.cs @@ -43,6 +43,21 @@ public bool ExtendsContentIntoTitleBar // Skipping already declared property Dispatcher // Skipping already declared property DispatcherQueue // Skipping already declared property Visible +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Xaml.Media.SystemBackdrop SystemBackdrop + { + get + { + throw new global::System.NotImplementedException("The member SystemBackdrop Window.SystemBackdrop is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=SystemBackdrop%20Window.SystemBackdrop"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Xaml.Window", "SystemBackdrop Window.SystemBackdrop"); + } + } +#endif + // Skipping already declared property AppWindow // Skipping already declared property Current // Skipping already declared method Microsoft.UI.Xaml.Window.Window() // Forced skipping of method Microsoft.UI.Xaml.Window.Window() @@ -69,6 +84,9 @@ public bool ExtendsContentIntoTitleBar // Skipping already declared method Microsoft.UI.Xaml.Window.Activate() // Skipping already declared method Microsoft.UI.Xaml.Window.Close() // Skipping already declared method Microsoft.UI.Xaml.Window.SetTitleBar(Microsoft.UI.Xaml.UIElement) + // Forced skipping of method Microsoft.UI.Xaml.Window.SystemBackdrop.get + // Forced skipping of method Microsoft.UI.Xaml.Window.SystemBackdrop.set + // Forced skipping of method Microsoft.UI.Xaml.Window.AppWindow.get // Forced skipping of method Microsoft.UI.Xaml.Window.Current.get // Skipping already declared event Microsoft.UI.Xaml.Window.Activated // Skipping already declared event Microsoft.UI.Xaml.Window.Closed diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlResourceReferenceFailedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlResourceReferenceFailedEventArgs.cs new file mode 100644 index 000000000000..ee2bb3ddace1 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlResourceReferenceFailedEventArgs.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.UI.Xaml +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class XamlResourceReferenceFailedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal XamlResourceReferenceFailedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string Message + { + get + { + throw new global::System.NotImplementedException("The member string XamlResourceReferenceFailedEventArgs.Message is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20XamlResourceReferenceFailedEventArgs.Message"); + } + } +#endif + // Forced skipping of method Microsoft.UI.Xaml.XamlResourceReferenceFailedEventArgs.Message.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlRoot.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlRoot.cs index 45f68b73a3ab..3b91712260f6 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlRoot.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.UI.Xaml/XamlRoot.cs @@ -12,12 +12,23 @@ public partial class XamlRoot // Skipping already declared property IsHostVisible // Skipping already declared property RasterizationScale // Skipping already declared property Size +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.UI.Content.ContentIslandEnvironment ContentIslandEnvironment + { + get + { + throw new global::System.NotImplementedException("The member ContentIslandEnvironment XamlRoot.ContentIslandEnvironment is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ContentIslandEnvironment%20XamlRoot.ContentIslandEnvironment"); + } + } +#endif // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.Content.get // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.Size.get // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.RasterizationScale.get // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.IsHostVisible.get // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.Changed.add // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.Changed.remove + // Forced skipping of method Microsoft.UI.Xaml.XamlRoot.ContentIslandEnvironment.get // Skipping already declared event Microsoft.UI.Xaml.XamlRoot.Changed } } diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2.cs index 7a97fb3e6a53..1fe145e60764 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2.cs @@ -43,6 +43,40 @@ public string StatusBarText } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2Profile Profile + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2Profile CoreWebView2.Profile is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2Profile%20CoreWebView2.Profile"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string FaviconUri + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2.FaviconUri is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2.FaviconUri"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2MemoryUsageTargetLevel MemoryUsageTargetLevel + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2MemoryUsageTargetLevel CoreWebView2.MemoryUsageTargetLevel is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2MemoryUsageTargetLevel%20CoreWebView2.MemoryUsageTargetLevel"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "CoreWebView2MemoryUsageTargetLevel CoreWebView2.MemoryUsageTargetLevel"); + } + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public global::Microsoft.Web.WebView2.Core.CoreWebView2CookieManager CookieManager @@ -149,6 +183,58 @@ public bool IsDefaultDownloadDialogOpen // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.StatusBarText.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.StatusBarTextChanged.add // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.StatusBarTextChanged.remove + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.Profile.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.ServerCertificateErrorDetected.add + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.ServerCertificateErrorDetected.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncAction ClearServerCertificateErrorActionsAsync() + { + throw new global::System.NotImplementedException("The member IAsyncAction CoreWebView2.ClearServerCertificateErrorActionsAsync() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CoreWebView2.ClearServerCertificateErrorActionsAsync%28%29"); + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.FaviconUri.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.FaviconChanged.add + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.FaviconChanged.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation GetFaviconAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2FaviconImageFormat format) + { + throw new global::System.NotImplementedException("The member IAsyncOperation CoreWebView2.GetFaviconAsync(CoreWebView2FaviconImageFormat format) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CIRandomAccessStream%3E%20CoreWebView2.GetFaviconAsync%28CoreWebView2FaviconImageFormat%20format%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation PrintAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings printSettings) + { + throw new global::System.NotImplementedException("The member IAsyncOperation CoreWebView2.PrintAsync(CoreWebView2PrintSettings printSettings) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CCoreWebView2PrintStatus%3E%20CoreWebView2.PrintAsync%28CoreWebView2PrintSettings%20printSettings%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void ShowPrintUI(global::Microsoft.Web.WebView2.Core.CoreWebView2PrintDialogKind printDialogKind) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "void CoreWebView2.ShowPrintUI(CoreWebView2PrintDialogKind printDialogKind)"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation PrintToPdfStreamAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings printSettings) + { + throw new global::System.NotImplementedException("The member IAsyncOperation CoreWebView2.PrintToPdfStreamAsync(CoreWebView2PrintSettings printSettings) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CIRandomAccessStream%3E%20CoreWebView2.PrintToPdfStreamAsync%28CoreWebView2PrintSettings%20printSettings%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void PostSharedBufferToScript(global::Microsoft.Web.WebView2.Core.CoreWebView2SharedBuffer sharedBuffer, global::Microsoft.Web.WebView2.Core.CoreWebView2SharedBufferAccess access, string additionalDataAsJson) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "void CoreWebView2.PostSharedBufferToScript(CoreWebView2SharedBuffer sharedBuffer, CoreWebView2SharedBufferAccess access, string additionalDataAsJson)"); + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.LaunchingExternalUriScheme.add + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.LaunchingExternalUriScheme.remove + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.MemoryUsageTargetLevel.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.MemoryUsageTargetLevel.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.CookieManager.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.Environment.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2.WebResourceResponseReceived.add @@ -405,6 +491,54 @@ public void RemoveWebResourceRequestedFilter(string uri, global::Microsoft.Web.W } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler ServerCertificateErrorDetected + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "event TypedEventHandler CoreWebView2.ServerCertificateErrorDetected"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "event TypedEventHandler CoreWebView2.ServerCertificateErrorDetected"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler FaviconChanged + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "event TypedEventHandler CoreWebView2.FaviconChanged"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "event TypedEventHandler CoreWebView2.FaviconChanged"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public event global::Windows.Foundation.TypedEventHandler LaunchingExternalUriScheme + { + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + add + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "event TypedEventHandler CoreWebView2.LaunchingExternalUriScheme"); + } + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + remove + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2", "event TypedEventHandler CoreWebView2.LaunchingExternalUriScheme"); + } + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public event global::Windows.Foundation.TypedEventHandler DOMContentLoaded diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2BrowsingDataKinds.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2BrowsingDataKinds.cs new file mode 100644 index 000000000000..aa913bfeff29 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2BrowsingDataKinds.cs @@ -0,0 +1,57 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ + [global::System.FlagsAttribute] +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2BrowsingDataKinds : uint + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + FileSystems = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + IndexedDb = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + LocalStorage = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + WebSql = 8, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + CacheStorage = 16, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + AllDomStorage = 32, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Cookies = 64, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + AllSite = 128, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + DiskCache = 256, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + DownloadHistory = 512, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + GeneralAutofill = 1024, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + PasswordAutosave = 2048, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + BrowsingHistory = 4096, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Settings = 8192, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + AllProfile = 16384, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Certificate.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Certificate.cs new file mode 100644 index 000000000000..2f789fe92374 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Certificate.cs @@ -0,0 +1,108 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2Certificate + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2Certificate() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string DerEncodedSerialNumber + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Certificate.DerEncodedSerialNumber is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Certificate.DerEncodedSerialNumber"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string DisplayName + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Certificate.DisplayName is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Certificate.DisplayName"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string Issuer + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Certificate.Issuer is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Certificate.Issuer"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IReadOnlyList PemEncodedIssuerCertificateChain + { + get + { + throw new global::System.NotImplementedException("The member IReadOnlyList CoreWebView2Certificate.PemEncodedIssuerCertificateChain is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IReadOnlyList%3Cstring%3E%20CoreWebView2Certificate.PemEncodedIssuerCertificateChain"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string Subject + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Certificate.Subject is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Certificate.Subject"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ValidFrom + { + get + { + throw new global::System.NotImplementedException("The member double CoreWebView2Certificate.ValidFrom is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20CoreWebView2Certificate.ValidFrom"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public double ValidTo + { + get + { + throw new global::System.NotImplementedException("The member double CoreWebView2Certificate.ValidTo is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=double%20CoreWebView2Certificate.ValidTo"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Security.Cryptography.Certificates.Certificate ToCertificate() + { + throw new global::System.NotImplementedException("The member Certificate CoreWebView2Certificate.ToCertificate() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Certificate%20CoreWebView2Certificate.ToCertificate%28%29"); + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.Subject.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.Issuer.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.ValidFrom.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.ValidTo.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.DerEncodedSerialNumber.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.DisplayName.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Certificate.PemEncodedIssuerCertificateChain.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string ToPemEncoding() + { + throw new global::System.NotImplementedException("The member string CoreWebView2Certificate.ToPemEncoding() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Certificate.ToPemEncoding%28%29"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CompositionController.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CompositionController.cs index 9948fd3be4c7..ecbc43923351 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CompositionController.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CompositionController.cs @@ -36,6 +36,13 @@ public object RootVisualTarget throw new global::System.NotImplementedException("The member CoreCursor CoreWebView2CompositionController.Cursor is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreCursor%20CoreWebView2CompositionController.Cursor"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void DragLeave() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2CompositionController", "void CoreWebView2CompositionController.DragLeave()"); + } #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CompositionController.RootVisualTarget.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CompositionController.RootVisualTarget.set @@ -56,6 +63,27 @@ public void SendPointerInput(global::Microsoft.Web.WebView2.Core.CoreWebView2Poi } #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CompositionController.Cursor.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackageOperation DragEnter(global::Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragInfo dragInfo, global::Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragUIOverride dragUIOverride) + { + throw new global::System.NotImplementedException("The member DataPackageOperation CoreWebView2CompositionController.DragEnter(CoreDragInfo dragInfo, CoreDragUIOverride dragUIOverride) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackageOperation%20CoreWebView2CompositionController.DragEnter%28CoreDragInfo%20dragInfo%2C%20CoreDragUIOverride%20dragUIOverride%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackageOperation DragOver(global::Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragInfo dragInfo, global::Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragUIOverride dragUIOverride) + { + throw new global::System.NotImplementedException("The member DataPackageOperation CoreWebView2CompositionController.DragOver(CoreDragInfo dragInfo, CoreDragUIOverride dragUIOverride) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackageOperation%20CoreWebView2CompositionController.DragOver%28CoreDragInfo%20dragInfo%2C%20CoreDragUIOverride%20dragUIOverride%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.ApplicationModel.DataTransfer.DataPackageOperation Drop(global::Windows.ApplicationModel.DataTransfer.DragDrop.Core.CoreDragInfo dragInfo) + { + throw new global::System.NotImplementedException("The member DataPackageOperation CoreWebView2CompositionController.Drop(CoreDragInfo dragInfo) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DataPackageOperation%20CoreWebView2CompositionController.Drop%28CoreDragInfo%20dragInfo%29"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public event global::Windows.Foundation.TypedEventHandler CursorChanged diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Controller.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Controller.cs index ccb2bb30e6ef..3980ecd61143 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Controller.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Controller.cs @@ -148,6 +148,16 @@ public bool AllowExternalDrop global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Controller", "bool CoreWebView2Controller.AllowExternalDrop"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsBrowserHitTransparent + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2Controller.IsBrowserHitTransparent is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2Controller.IsBrowserHitTransparent"); + } + } #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.DefaultBackgroundColor.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.DefaultBackgroundColor.set @@ -161,6 +171,7 @@ public bool AllowExternalDrop // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.RasterizationScaleChanged.remove // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.AllowExternalDrop.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.AllowExternalDrop.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.IsBrowserHitTransparent.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.IsVisible.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.IsVisible.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Controller.Bounds.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ControllerOptions.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ControllerOptions.cs new file mode 100644 index 000000000000..22b9c35c1912 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ControllerOptions.cs @@ -0,0 +1,65 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2ControllerOptions + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2ControllerOptions() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string ProfileName + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2ControllerOptions.ProfileName is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2ControllerOptions.ProfileName"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions", "string CoreWebView2ControllerOptions.ProfileName"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsInPrivateModeEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2ControllerOptions.IsInPrivateModeEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2ControllerOptions.IsInPrivateModeEnabled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions", "bool CoreWebView2ControllerOptions.IsInPrivateModeEnabled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string ScriptLocale + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2ControllerOptions.ScriptLocale is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2ControllerOptions.ScriptLocale"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions", "string CoreWebView2ControllerOptions.ScriptLocale"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions.ScriptLocale.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions.ScriptLocale.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions.ProfileName.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions.ProfileName.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions.IsInPrivateModeEnabled.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions.IsInPrivateModeEnabled.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CustomSchemeRegistration.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CustomSchemeRegistration.cs new file mode 100644 index 000000000000..36fe235e3e34 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2CustomSchemeRegistration.cs @@ -0,0 +1,49 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2CustomSchemeRegistration + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2CustomSchemeRegistration() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int TreatAsSecure + { + get + { + throw new global::System.NotImplementedException("The member int CoreWebView2CustomSchemeRegistration.TreatAsSecure is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20CoreWebView2CustomSchemeRegistration.TreatAsSecure"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration", "int CoreWebView2CustomSchemeRegistration.TreatAsSecure"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool HasAuthorityComponent + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2CustomSchemeRegistration.HasAuthorityComponent is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2CustomSchemeRegistration.HasAuthorityComponent"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration", "bool CoreWebView2CustomSchemeRegistration.HasAuthorityComponent"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration.TreatAsSecure.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration.TreatAsSecure.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration.HasAuthorityComponent.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration.HasAuthorityComponent.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Environment.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Environment.cs index d9b6fab15817..1089dfeb74dd 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Environment.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Environment.cs @@ -23,6 +23,16 @@ public string BrowserVersionString } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string FailureReportFolderPath + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Environment.FailureReportFolderPath is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Environment.FailureReportFolderPath"); + } + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public string UserDataFolder @@ -33,6 +43,21 @@ public string UserDataFolder } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions CreateCoreWebView2ControllerOptions() + { + throw new global::System.NotImplementedException("The member CoreWebView2ControllerOptions CoreWebView2Environment.CreateCoreWebView2ControllerOptions() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2ControllerOptions%20CoreWebView2Environment.CreateCoreWebView2ControllerOptions%28%29"); + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Environment.FailureReportFolderPath.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2SharedBuffer CreateSharedBuffer(ulong Size) + { + throw new global::System.NotImplementedException("The member CoreWebView2SharedBuffer CoreWebView2Environment.CreateSharedBuffer(ulong Size) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2SharedBuffer%20CoreWebView2Environment.CreateSharedBuffer%28ulong%20Size%29"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public global::Microsoft.Web.WebView2.Core.CoreWebView2WebResourceRequest CreateWebResourceRequest(string uri, string Method, global::Windows.Storage.Streams.IRandomAccessStream postData, string Headers) @@ -79,6 +104,20 @@ public string UserDataFolder { throw new global::System.NotImplementedException("The member CoreWebView2ContextMenuItem CoreWebView2Environment.CreateContextMenuItem(string Label, IRandomAccessStream iconStream, CoreWebView2ContextMenuItemKind Kind) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2ContextMenuItem%20CoreWebView2Environment.CreateContextMenuItem%28string%20Label%2C%20IRandomAccessStream%20iconStream%2C%20CoreWebView2ContextMenuItemKind%20Kind%29"); } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation CreateCoreWebView2ControllerAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2ControllerWindowReference ParentWindow, global::Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions options) + { + throw new global::System.NotImplementedException("The member IAsyncOperation CoreWebView2Environment.CreateCoreWebView2ControllerAsync(CoreWebView2ControllerWindowReference ParentWindow, CoreWebView2ControllerOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CCoreWebView2Controller%3E%20CoreWebView2Environment.CreateCoreWebView2ControllerAsync%28CoreWebView2ControllerWindowReference%20ParentWindow%2C%20CoreWebView2ControllerOptions%20options%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation CreateCoreWebView2CompositionControllerAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2ControllerWindowReference ParentWindow, global::Microsoft.Web.WebView2.Core.CoreWebView2ControllerOptions options) + { + throw new global::System.NotImplementedException("The member IAsyncOperation CoreWebView2Environment.CreateCoreWebView2CompositionControllerAsync(CoreWebView2ControllerWindowReference ParentWindow, CoreWebView2ControllerOptions options) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CCoreWebView2CompositionController%3E%20CoreWebView2Environment.CreateCoreWebView2CompositionControllerAsync%28CoreWebView2ControllerWindowReference%20ParentWindow%2C%20CoreWebView2ControllerOptions%20options%29"); + } #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Environment.BrowserVersionString.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Environment.NewBrowserVersionAvailable.add diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2EnvironmentOptions.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2EnvironmentOptions.cs index 58cd67e79d54..f6659e2b121f 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2EnvironmentOptions.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2EnvironmentOptions.cs @@ -78,6 +78,34 @@ public bool ExclusiveUserDataFolderAccess } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsCustomCrashReportingEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions", "bool CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool EnableTrackingPrevention + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2EnvironmentOptions.EnableTrackingPrevention is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2EnvironmentOptions.EnableTrackingPrevention"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions", "bool CoreWebView2EnvironmentOptions.EnableTrackingPrevention"); + } + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public CoreWebView2EnvironmentOptions() @@ -88,6 +116,10 @@ public CoreWebView2EnvironmentOptions() // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.CoreWebView2EnvironmentOptions() // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.ExclusiveUserDataFolderAccess.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.ExclusiveUserDataFolderAccess.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.EnableTrackingPrevention.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.EnableTrackingPrevention.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.AdditionalBrowserArguments.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.AdditionalBrowserArguments.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions.Language.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2FaviconImageFormat.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2FaviconImageFormat.cs new file mode 100644 index 000000000000..4e2652415df9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2FaviconImageFormat.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2FaviconImageFormat + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Png = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Jpeg = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2File.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2File.cs new file mode 100644 index 000000000000..5d916d1ca3b4 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2File.cs @@ -0,0 +1,28 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2File + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2File() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string Path + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2File.Path is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2File.Path"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2File.Path.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Frame.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Frame.cs index c6dcf4654063..6d615d7f6dd2 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Frame.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Frame.cs @@ -56,6 +56,13 @@ public void PostWebMessageAsString(string webMessageAsString) #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Frame.PermissionRequested.add // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Frame.PermissionRequested.remove +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void PostSharedBufferToScript(global::Microsoft.Web.WebView2.Core.CoreWebView2SharedBuffer sharedBuffer, global::Microsoft.Web.WebView2.Core.CoreWebView2SharedBufferAccess access, string additionalDataAsJson) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Frame", "void CoreWebView2Frame.PostSharedBufferToScript(CoreWebView2SharedBuffer sharedBuffer, CoreWebView2SharedBufferAccess access, string additionalDataAsJson)"); + } +#endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Frame.Name.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Frame.NameChanged.add // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Frame.NameChanged.remove diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2LaunchingExternalUriSchemeEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2LaunchingExternalUriSchemeEventArgs.cs new file mode 100644 index 000000000000..fc4001ac9ce7 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2LaunchingExternalUriSchemeEventArgs.cs @@ -0,0 +1,73 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2LaunchingExternalUriSchemeEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2LaunchingExternalUriSchemeEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool Cancel + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2LaunchingExternalUriSchemeEventArgs.Cancel is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2LaunchingExternalUriSchemeEventArgs.Cancel"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2LaunchingExternalUriSchemeEventArgs", "bool CoreWebView2LaunchingExternalUriSchemeEventArgs.Cancel"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string InitiatingOrigin + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2LaunchingExternalUriSchemeEventArgs.InitiatingOrigin is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2LaunchingExternalUriSchemeEventArgs.InitiatingOrigin"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsUserInitiated + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2LaunchingExternalUriSchemeEventArgs.IsUserInitiated is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2LaunchingExternalUriSchemeEventArgs.IsUserInitiated"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string Uri + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2LaunchingExternalUriSchemeEventArgs.Uri is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2LaunchingExternalUriSchemeEventArgs.Uri"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2LaunchingExternalUriSchemeEventArgs.Uri.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2LaunchingExternalUriSchemeEventArgs.InitiatingOrigin.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2LaunchingExternalUriSchemeEventArgs.IsUserInitiated.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2LaunchingExternalUriSchemeEventArgs.Cancel.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2LaunchingExternalUriSchemeEventArgs.Cancel.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Deferral GetDeferral() + { + throw new global::System.NotImplementedException("The member Deferral CoreWebView2LaunchingExternalUriSchemeEventArgs.GetDeferral() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Deferral%20CoreWebView2LaunchingExternalUriSchemeEventArgs.GetDeferral%28%29"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2MemoryUsageTargetLevel.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2MemoryUsageTargetLevel.cs new file mode 100644 index 000000000000..4a1109df9aa3 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2MemoryUsageTargetLevel.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2MemoryUsageTargetLevel + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Normal = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Low = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2NavigationCompletedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2NavigationCompletedEventArgs.cs index 061ddfafa025..81c98417c688 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2NavigationCompletedEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2NavigationCompletedEventArgs.cs @@ -11,6 +11,8 @@ public partial class CoreWebView2NavigationCompletedEventArgs // Skipping already declared property IsSuccess // Skipping already declared property NavigationId // Skipping already declared property WebErrorStatus + // Skipping already declared property HttpStatusCode + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs.HttpStatusCode.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs.IsSuccess.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs.WebErrorStatus.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs.NavigationId.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PdfToolbarItems.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PdfToolbarItems.cs index 1885ee0c033e..c1c9f59a1b3e 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PdfToolbarItems.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PdfToolbarItems.cs @@ -18,6 +18,36 @@ public enum CoreWebView2PdfToolbarItems : uint #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ SaveAs = 4, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + ZoomIn = 8, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + ZoomOut = 16, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Rotate = 32, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + FitPage = 64, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + PageLayout = 128, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Bookmarks = 256, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + PageSelector = 512, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Search = 1024, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + FullScreen = 2048, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + MoreSettings = 4096, #endif } #endif diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionKind.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionKind.cs index 6d2cd0aed21d..e32a6b2476b8 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionKind.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionKind.cs @@ -26,6 +26,24 @@ public enum CoreWebView2PermissionKind #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ ClipboardRead = 6, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + MultipleAutomaticDownloads = 7, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + FileReadWrite = 8, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Autoplay = 9, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + LocalFonts = 10, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + MidiSystemExclusiveMessages = 11, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + WindowManagement = 12, #endif } #endif diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionRequestedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionRequestedEventArgs.cs index 4d97c7a42cd6..9da70ebbf11d 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionRequestedEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionRequestedEventArgs.cs @@ -70,9 +70,25 @@ public bool Handled global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs", "bool CoreWebView2PermissionRequestedEventArgs.Handled"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool SavesInProfile + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2PermissionRequestedEventArgs.SavesInProfile is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2PermissionRequestedEventArgs.SavesInProfile"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs", "bool CoreWebView2PermissionRequestedEventArgs.SavesInProfile"); + } + } #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.Handled.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.Handled.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.SavesInProfile.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.SavesInProfile.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.Uri.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.PermissionKind.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionRequestedEventArgs.IsUserInitiated.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionSetting.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionSetting.cs new file mode 100644 index 000000000000..3674e3e6bb8f --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PermissionSetting.cs @@ -0,0 +1,50 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2PermissionSetting + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2PermissionSetting() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PermissionKind PermissionKind + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PermissionKind CoreWebView2PermissionSetting.PermissionKind is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PermissionKind%20CoreWebView2PermissionSetting.PermissionKind"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string PermissionOrigin + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2PermissionSetting.PermissionOrigin is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2PermissionSetting.PermissionOrigin"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PermissionState PermissionState + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PermissionState CoreWebView2PermissionSetting.PermissionState is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PermissionState%20CoreWebView2PermissionSetting.PermissionState"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionSetting.PermissionKind.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionSetting.PermissionOrigin.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PermissionSetting.PermissionState.get + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PreferredColorScheme.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PreferredColorScheme.cs new file mode 100644 index 000000000000..4706caa4af33 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PreferredColorScheme.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PreferredColorScheme + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Auto = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Light = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Dark = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintCollation.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintCollation.cs new file mode 100644 index 000000000000..e28db69974cc --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintCollation.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PrintCollation + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Collated = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Uncollated = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintColorMode.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintColorMode.cs new file mode 100644 index 000000000000..90f3895c60f5 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintColorMode.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PrintColorMode + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Color = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Grayscale = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDialogKind.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDialogKind.cs new file mode 100644 index 000000000000..bd3c3ece71b9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDialogKind.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PrintDialogKind + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Browser = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + System = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDuplex.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDuplex.cs new file mode 100644 index 000000000000..54139daa2bf9 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintDuplex.cs @@ -0,0 +1,23 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PrintDuplex + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + OneSided = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + TwoSidedLongEdge = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + TwoSidedShortEdge = 3, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintMediaSize.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintMediaSize.cs new file mode 100644 index 000000000000..c9b4ec0f14d1 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintMediaSize.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PrintMediaSize + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Custom = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintSettings.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintSettings.cs index 8a7d72d0a0d9..737ba6e85c5f 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintSettings.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintSettings.cs @@ -195,6 +195,134 @@ public string FooterUri } } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string PrinterName + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2PrintSettings.PrinterName is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2PrintSettings.PrinterName"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "string CoreWebView2PrintSettings.PrinterName"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int PagesPerSide + { + get + { + throw new global::System.NotImplementedException("The member int CoreWebView2PrintSettings.PagesPerSide is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20CoreWebView2PrintSettings.PagesPerSide"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "int CoreWebView2PrintSettings.PagesPerSide"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string PageRanges + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2PrintSettings.PageRanges is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2PrintSettings.PageRanges"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "string CoreWebView2PrintSettings.PageRanges"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PrintMediaSize MediaSize + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PrintMediaSize CoreWebView2PrintSettings.MediaSize is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PrintMediaSize%20CoreWebView2PrintSettings.MediaSize"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "CoreWebView2PrintMediaSize CoreWebView2PrintSettings.MediaSize"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PrintDuplex Duplex + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PrintDuplex CoreWebView2PrintSettings.Duplex is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PrintDuplex%20CoreWebView2PrintSettings.Duplex"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "CoreWebView2PrintDuplex CoreWebView2PrintSettings.Duplex"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public int Copies + { + get + { + throw new global::System.NotImplementedException("The member int CoreWebView2PrintSettings.Copies is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=int%20CoreWebView2PrintSettings.Copies"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "int CoreWebView2PrintSettings.Copies"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PrintColorMode ColorMode + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PrintColorMode CoreWebView2PrintSettings.ColorMode is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PrintColorMode%20CoreWebView2PrintSettings.ColorMode"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "CoreWebView2PrintColorMode CoreWebView2PrintSettings.ColorMode"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PrintCollation Collation + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PrintCollation CoreWebView2PrintSettings.Collation is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PrintCollation%20CoreWebView2PrintSettings.Collation"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings", "CoreWebView2PrintCollation CoreWebView2PrintSettings.Collation"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.PageRanges.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.PageRanges.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.PagesPerSide.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.PagesPerSide.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Copies.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Copies.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Collation.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Collation.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.ColorMode.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.ColorMode.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Duplex.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Duplex.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.MediaSize.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.MediaSize.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.PrinterName.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.PrinterName.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Orientation.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.Orientation.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2PrintSettings.ScaleFactor.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintStatus.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintStatus.cs new file mode 100644 index 000000000000..9daebe4b1736 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2PrintStatus.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2PrintStatus + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Succeeded = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + PrinterUnavailable = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + OtherError = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ProcessFailedReason.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ProcessFailedReason.cs index 00e02f4d1fb2..2ed7a96a5834 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ProcessFailedReason.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ProcessFailedReason.cs @@ -23,6 +23,9 @@ public enum CoreWebView2ProcessFailedReason #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ OutOfMemory = 5, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + ProfileDeleted = 6, #endif } #endif diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Profile.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Profile.cs new file mode 100644 index 000000000000..7779c336507c --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Profile.cs @@ -0,0 +1,176 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2Profile + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2Profile() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2PreferredColorScheme PreferredColorScheme + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2PreferredColorScheme CoreWebView2Profile.PreferredColorScheme is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2PreferredColorScheme%20CoreWebView2Profile.PreferredColorScheme"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Profile", "CoreWebView2PreferredColorScheme CoreWebView2Profile.PreferredColorScheme"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string DefaultDownloadFolderPath + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Profile.DefaultDownloadFolderPath is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Profile.DefaultDownloadFolderPath"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Profile", "string CoreWebView2Profile.DefaultDownloadFolderPath"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsInPrivateModeEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2Profile.IsInPrivateModeEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2Profile.IsInPrivateModeEnabled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string ProfileName + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Profile.ProfileName is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Profile.ProfileName"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string ProfilePath + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2Profile.ProfilePath is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2Profile.ProfilePath"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2TrackingPreventionLevel PreferredTrackingPreventionLevel + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2TrackingPreventionLevel CoreWebView2Profile.PreferredTrackingPreventionLevel is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2TrackingPreventionLevel%20CoreWebView2Profile.PreferredTrackingPreventionLevel"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Profile", "CoreWebView2TrackingPreventionLevel CoreWebView2Profile.PreferredTrackingPreventionLevel"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2CookieManager CookieManager + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2CookieManager CoreWebView2Profile.CookieManager is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2CookieManager%20CoreWebView2Profile.CookieManager"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsPasswordAutosaveEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2Profile.IsPasswordAutosaveEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2Profile.IsPasswordAutosaveEnabled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Profile", "bool CoreWebView2Profile.IsPasswordAutosaveEnabled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsGeneralAutofillEnabled + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2Profile.IsGeneralAutofillEnabled is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2Profile.IsGeneralAutofillEnabled"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Profile", "bool CoreWebView2Profile.IsGeneralAutofillEnabled"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncAction ClearBrowsingDataAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2BrowsingDataKinds dataKinds, global::System.DateTimeOffset startTime, global::System.DateTimeOffset endTime) + { + throw new global::System.NotImplementedException("The member IAsyncAction CoreWebView2Profile.ClearBrowsingDataAsync(CoreWebView2BrowsingDataKinds dataKinds, DateTimeOffset startTime, DateTimeOffset endTime) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CoreWebView2Profile.ClearBrowsingDataAsync%28CoreWebView2BrowsingDataKinds%20dataKinds%2C%20DateTimeOffset%20startTime%2C%20DateTimeOffset%20endTime%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncAction ClearBrowsingDataAsync() + { + throw new global::System.NotImplementedException("The member IAsyncAction CoreWebView2Profile.ClearBrowsingDataAsync() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CoreWebView2Profile.ClearBrowsingDataAsync%28%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncOperation> GetNonDefaultPermissionSettingsAsync() + { + throw new global::System.NotImplementedException("The member IAsyncOperation> CoreWebView2Profile.GetNonDefaultPermissionSettingsAsync() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncOperation%3CIReadOnlyList%3CCoreWebView2PermissionSetting%3E%3E%20CoreWebView2Profile.GetNonDefaultPermissionSettingsAsync%28%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncAction ClearBrowsingDataAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2BrowsingDataKinds dataKinds) + { + throw new global::System.NotImplementedException("The member IAsyncAction CoreWebView2Profile.ClearBrowsingDataAsync(CoreWebView2BrowsingDataKinds dataKinds) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CoreWebView2Profile.ClearBrowsingDataAsync%28CoreWebView2BrowsingDataKinds%20dataKinds%29"); + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.PreferredTrackingPreventionLevel.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.PreferredTrackingPreventionLevel.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IAsyncAction SetPermissionStateAsync(global::Microsoft.Web.WebView2.Core.CoreWebView2PermissionKind PermissionKind, string origin, global::Microsoft.Web.WebView2.Core.CoreWebView2PermissionState State) + { + throw new global::System.NotImplementedException("The member IAsyncAction CoreWebView2Profile.SetPermissionStateAsync(CoreWebView2PermissionKind PermissionKind, string origin, CoreWebView2PermissionState State) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IAsyncAction%20CoreWebView2Profile.SetPermissionStateAsync%28CoreWebView2PermissionKind%20PermissionKind%2C%20string%20origin%2C%20CoreWebView2PermissionState%20State%29"); + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.CookieManager.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.IsPasswordAutosaveEnabled.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.IsPasswordAutosaveEnabled.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.IsGeneralAutofillEnabled.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.IsGeneralAutofillEnabled.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.ProfileName.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.IsInPrivateModeEnabled.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.ProfilePath.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.DefaultDownloadFolderPath.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.DefaultDownloadFolderPath.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.PreferredColorScheme.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Profile.PreferredColorScheme.set + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorAction.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorAction.cs new file mode 100644 index 000000000000..e6741842d057 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorAction.cs @@ -0,0 +1,20 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2ServerCertificateErrorAction + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + AlwaysAllow = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Cancel = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Default = 2, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorDetectedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorDetectedEventArgs.cs new file mode 100644 index 000000000000..e72cb32ba0eb --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorDetectedEventArgs.cs @@ -0,0 +1,73 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2ServerCertificateErrorDetectedEventArgs + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2ServerCertificateErrorDetectedEventArgs() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorAction Action + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2ServerCertificateErrorAction CoreWebView2ServerCertificateErrorDetectedEventArgs.Action is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2ServerCertificateErrorAction%20CoreWebView2ServerCertificateErrorDetectedEventArgs.Action"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorDetectedEventArgs", "CoreWebView2ServerCertificateErrorAction CoreWebView2ServerCertificateErrorDetectedEventArgs.Action"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2WebErrorStatus ErrorStatus + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2WebErrorStatus CoreWebView2ServerCertificateErrorDetectedEventArgs.ErrorStatus is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2WebErrorStatus%20CoreWebView2ServerCertificateErrorDetectedEventArgs.ErrorStatus"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public string RequestUri + { + get + { + throw new global::System.NotImplementedException("The member string CoreWebView2ServerCertificateErrorDetectedEventArgs.RequestUri is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=string%20CoreWebView2ServerCertificateErrorDetectedEventArgs.RequestUri"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Microsoft.Web.WebView2.Core.CoreWebView2Certificate ServerCertificate + { + get + { + throw new global::System.NotImplementedException("The member CoreWebView2Certificate CoreWebView2ServerCertificateErrorDetectedEventArgs.ServerCertificate is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=CoreWebView2Certificate%20CoreWebView2ServerCertificateErrorDetectedEventArgs.ServerCertificate"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorDetectedEventArgs.ErrorStatus.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorDetectedEventArgs.RequestUri.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorDetectedEventArgs.ServerCertificate.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorDetectedEventArgs.Action.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2ServerCertificateErrorDetectedEventArgs.Action.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.Deferral GetDeferral() + { + throw new global::System.NotImplementedException("The member Deferral CoreWebView2ServerCertificateErrorDetectedEventArgs.GetDeferral() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=Deferral%20CoreWebView2ServerCertificateErrorDetectedEventArgs.GetDeferral%28%29"); + } +#endif + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Settings.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Settings.cs index fdfd7d5bd0ab..2f84d6d3ed89 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Settings.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2Settings.cs @@ -232,6 +232,20 @@ public bool IsSwipeNavigationEnabled global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Settings", "CoreWebView2PdfToolbarItems CoreWebView2Settings.HiddenPdfToolbarItems"); } } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public bool IsReputationCheckingRequired + { + get + { + throw new global::System.NotImplementedException("The member bool CoreWebView2Settings.IsReputationCheckingRequired is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=bool%20CoreWebView2Settings.IsReputationCheckingRequired"); + } + set + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2Settings", "bool CoreWebView2Settings.IsReputationCheckingRequired"); + } + } #endif // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.UserAgent.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.UserAgent.set @@ -247,6 +261,8 @@ public bool IsSwipeNavigationEnabled // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.IsSwipeNavigationEnabled.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.HiddenPdfToolbarItems.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.HiddenPdfToolbarItems.set + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.IsReputationCheckingRequired.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.IsReputationCheckingRequired.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.HostObjectDispatchAdapter.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.HostObjectDispatchAdapter.set // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2Settings.IsScriptEnabled.get diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBuffer.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBuffer.cs new file mode 100644 index 000000000000..3c643c8d9dda --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBuffer.cs @@ -0,0 +1,54 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented] +#endif + public partial class CoreWebView2SharedBuffer : global::System.IDisposable + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + internal CoreWebView2SharedBuffer() + { + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public ulong Size + { + get + { + throw new global::System.NotImplementedException("The member ulong CoreWebView2SharedBuffer.Size is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=ulong%20CoreWebView2SharedBuffer.Size"); + } + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Foundation.IMemoryBufferReference Buffer + { + get + { + throw new global::System.NotImplementedException("The member IMemoryBufferReference CoreWebView2SharedBuffer.Buffer is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IMemoryBufferReference%20CoreWebView2SharedBuffer.Buffer"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2SharedBuffer.Buffer.get + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2SharedBuffer.Size.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::Windows.Storage.Streams.IRandomAccessStream OpenStream() + { + throw new global::System.NotImplementedException("The member IRandomAccessStream CoreWebView2SharedBuffer.OpenStream() is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IRandomAccessStream%20CoreWebView2SharedBuffer.OpenStream%28%29"); + } +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void Dispose() + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.Web.WebView2.Core.CoreWebView2SharedBuffer", "void CoreWebView2SharedBuffer.Dispose()"); + } +#endif + // Processing: System.IDisposable + } +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBufferAccess.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBufferAccess.cs new file mode 100644 index 000000000000..78777e0279be --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2SharedBufferAccess.cs @@ -0,0 +1,17 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2SharedBufferAccess + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + ReadOnly = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + ReadWrite = 1, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2TrackingPreventionLevel.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2TrackingPreventionLevel.cs new file mode 100644 index 000000000000..223c4cd5b545 --- /dev/null +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2TrackingPreventionLevel.cs @@ -0,0 +1,23 @@ +// +#pragma warning disable 108 // new keyword hiding +#pragma warning disable 114 // new keyword hiding +namespace Microsoft.Web.WebView2.Core +{ +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + public enum CoreWebView2TrackingPreventionLevel + { +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + None = 0, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Basic = 1, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Balanced = 2, +#endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + Strict = 3, +#endif + } +#endif +} diff --git a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2WebMessageReceivedEventArgs.cs b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2WebMessageReceivedEventArgs.cs index 2d067849e44f..374faebf4171 100644 --- a/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2WebMessageReceivedEventArgs.cs +++ b/src/Uno.UI/Generated/3.0.0.0/Microsoft.Web.WebView2.Core/CoreWebView2WebMessageReceivedEventArgs.cs @@ -19,6 +19,17 @@ public string Source } #endif // Skipping already declared property WebMessageAsJson +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public global::System.Collections.Generic.IReadOnlyList AdditionalObjects + { + get + { + throw new global::System.NotImplementedException("The member IReadOnlyList CoreWebView2WebMessageReceivedEventArgs.AdditionalObjects is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=IReadOnlyList%3Cobject%3E%20CoreWebView2WebMessageReceivedEventArgs.AdditionalObjects"); + } + } +#endif + // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2WebMessageReceivedEventArgs.AdditionalObjects.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2WebMessageReceivedEventArgs.Source.get // Forced skipping of method Microsoft.Web.WebView2.Core.CoreWebView2WebMessageReceivedEventArgs.WebMessageAsJson.get // Skipping already declared method Microsoft.Web.WebView2.Core.CoreWebView2WebMessageReceivedEventArgs.TryGetWebMessageAsString() diff --git a/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindow.cs b/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindow.cs index 324628b873fa..c6b4ffb6cedb 100644 --- a/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindow.cs +++ b/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindow.cs @@ -87,11 +87,15 @@ public bool IsVisible #endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] - public void MoveAndResize(global::Windows.Graphics.RectInt32 rect, global::Microsoft.UI.Windowing.DisplayArea displayarea) + public global::Microsoft.UI.Dispatching.DispatcherQueue DispatcherQueue { - global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Windowing.AppWindow", "void AppWindow.MoveAndResize(RectInt32 rect, DisplayArea displayarea)"); + get + { + throw new global::System.NotImplementedException("The member DispatcherQueue AppWindow.DispatcherQueue is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=DispatcherQueue%20AppWindow.DispatcherQueue"); + } } #endif + // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Closing.remove // Forced skipping of method Microsoft.UI.Windowing.AppWindow.IsShownInSwitchers.get // Forced skipping of method Microsoft.UI.Windowing.AppWindow.IsShownInSwitchers.set // Forced skipping of method Microsoft.UI.Windowing.AppWindow.IsVisible.get @@ -100,8 +104,8 @@ public void MoveAndResize(global::Windows.Graphics.RectInt32 rect, global::Micro // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Presenter.get // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Size.get // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Title.get + // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Title.set // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Id.get - // Forced skipping of method Microsoft.UI.Windowing.AppWindow.TitleBar.get #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void Destroy() @@ -130,7 +134,13 @@ public void MoveAndResize(global::Windows.Graphics.RectInt32 rect) global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Windowing.AppWindow", "void AppWindow.MoveAndResize(RectInt32 rect)"); } #endif - // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Title.set +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void MoveAndResize(global::Windows.Graphics.RectInt32 rect, global::Microsoft.UI.Windowing.DisplayArea displayarea) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Windowing.AppWindow", "void AppWindow.MoveAndResize(RectInt32 rect, DisplayArea displayarea)"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public void Resize(global::Windows.Graphics.SizeInt32 size) @@ -171,7 +181,7 @@ public void Show(bool activateWindow) // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Changed.add // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Changed.remove // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Closing.add - // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Closing.remove + // Forced skipping of method Microsoft.UI.Windowing.AppWindow.TitleBar.get // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Destroying.add // Forced skipping of method Microsoft.UI.Windowing.AppWindow.Destroying.remove // Forced skipping of method Microsoft.UI.Windowing.AppWindow.ClientSize.get @@ -210,6 +220,21 @@ public void ShowOnceWithRequestedStartupState() global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Windowing.AppWindow", "void AppWindow.ShowOnceWithRequestedStartupState()"); } #endif +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void AssociateWithDispatcherQueue(global::Microsoft.UI.Dispatching.DispatcherQueue dispatcherQueue) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Windowing.AppWindow", "void AppWindow.AssociateWithDispatcherQueue(DispatcherQueue dispatcherQueue)"); + } +#endif + // Forced skipping of method Microsoft.UI.Windowing.AppWindow.DispatcherQueue.get +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public static global::Microsoft.UI.Windowing.AppWindow Create(global::Microsoft.UI.Windowing.AppWindowPresenter appWindowPresenter, global::Microsoft.UI.WindowId ownerWindowId, global::Microsoft.UI.Dispatching.DispatcherQueue DispatcherQueue) + { + throw new global::System.NotImplementedException("The member AppWindow AppWindow.Create(AppWindowPresenter appWindowPresenter, WindowId ownerWindowId, DispatcherQueue DispatcherQueue) is not implemented. For more information, visit https://aka.platform.uno/notimplemented#m=AppWindow%20AppWindow.Create%28AppWindowPresenter%20appWindowPresenter%2C%20WindowId%20ownerWindowId%2C%20DispatcherQueue%20DispatcherQueue%29"); + } +#endif #if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] public static global::Microsoft.UI.Windowing.AppWindow Create() diff --git a/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowChangedEventArgs.cs b/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowChangedEventArgs.cs index 5000c5f0210b..af9f4938b28a 100644 --- a/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowChangedEventArgs.cs +++ b/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowChangedEventArgs.cs @@ -19,6 +19,8 @@ public partial class AppWindowChangedEventArgs // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidSizeChange.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidPresenterChange.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidPositionChange.get + // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidPresenterChange.get + // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidSizeChange.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidVisibilityChange.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidZOrderChange.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowChangedEventArgs.IsZOrderAtBottom.get diff --git a/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowTitleBar.cs b/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowTitleBar.cs index 5f223674869f..1d739ba77195 100644 --- a/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowTitleBar.cs +++ b/src/Uno.UWP/Generated/3.0.0.0/Microsoft.UI.Windowing/AppWindowTitleBar.cs @@ -38,7 +38,7 @@ public partial class AppWindowTitleBar // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonHoverForegroundColor.set // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonInactiveBackgroundColor.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonInactiveBackgroundColor.set - // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonInactiveForegroundColor.get + // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonPressedBackgroundColor.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonInactiveForegroundColor.set // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.BackgroundColor.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonPressedBackgroundColor.set @@ -57,8 +57,13 @@ public partial class AppWindowTitleBar // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.InactiveForegroundColor.set // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.LeftInset.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.RightInset.get - // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.ButtonPressedBackgroundColor.get - // Skipping already declared method Microsoft.UI.Windowing.AppWindowTitleBar.SetDragRectangles(Windows.Graphics.RectInt32[]) +#if __ANDROID__ || __IOS__ || IS_UNIT_TESTS || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ + [global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")] + public void SetDragRectangles(global::Windows.Graphics.RectInt32[] value) + { + global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Microsoft.UI.Windowing.AppWindowTitleBar", "void AppWindowTitleBar.SetDragRectangles(RectInt32[] value)"); + } +#endif // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.PreferredHeightOption.get // Forced skipping of method Microsoft.UI.Windowing.AppWindowTitleBar.PreferredHeightOption.set // Skipping already declared method Microsoft.UI.Windowing.AppWindowTitleBar.IsCustomizationSupported() diff --git a/src/Uno.UWPSyncGenerator.Reference/Uno.UWPSyncGenerator.Reference.csproj b/src/Uno.UWPSyncGenerator.Reference/Uno.UWPSyncGenerator.Reference.csproj index ae3a84fd973f..ed9c9bb62bbf 100644 --- a/src/Uno.UWPSyncGenerator.Reference/Uno.UWPSyncGenerator.Reference.csproj +++ b/src/Uno.UWPSyncGenerator.Reference/Uno.UWPSyncGenerator.Reference.csproj @@ -120,7 +120,7 @@ - 1.2.221209.1 + 1.4.240211001 @@ -143,6 +143,10 @@ + + + +