├── .gitattributes ├── .gitignore ├── .openpublishing.build.ps1 ├── .openpublishing.publish.config.json ├── CODE_OF_CONDUCT.md ├── LICENSE ├── LICENSE-CODE ├── README.md ├── ThirdPartyNotices ├── build.proj ├── docs ├── FrameworksIndex │ └── xamarin-forms.xml ├── Xamarin.Forms.DualScreen │ ├── DualScreenInfo.xml │ ├── HingeAngleChangedEventArgs.xml │ ├── SpanModeStateTrigger.xml │ ├── TwoPaneView.xml │ ├── TwoPaneViewMode.xml │ ├── TwoPaneViewPriority.xml │ ├── TwoPaneViewTallModeConfiguration.xml │ ├── TwoPaneViewWideModeConfiguration.xml │ └── WindowSpanModeStateTrigger.xml ├── Xamarin.Forms.Internals │ ├── ActionSheetArguments.xml │ ├── AlertArguments.xml │ ├── AsyncValueExtensions.xml │ ├── AsyncValue`1.xml │ ├── CellExtensions.xml │ ├── ContentPageEx.xml │ ├── CustomKeyboard.xml │ ├── DataTemplateExtensions.xml │ ├── DelegateLogListener.xml │ ├── DependencyResolver.xml │ ├── DeviceInfo.xml │ ├── DeviceOrientation.xml │ ├── DeviceOrientationExtensions.xml │ ├── DynamicResource.xml │ ├── EffectUtilities.xml │ ├── EnumerableExtensions.xml │ ├── EvalRequested.xml │ ├── EvaluateJavaScriptDelegate.xml │ ├── EventArg`1.xml │ ├── ExpressionSearch.xml │ ├── FontRegistrar.xml │ ├── GIFBitmap+DisposeMethod.xml │ ├── GIFBitmap+Rect.xml │ ├── GIFBitmap.xml │ ├── GIFBitmapDecoder.xml │ ├── GIFColorTable.xml │ ├── GIFDecoderFormatException.xml │ ├── GIFDecoderStreamReader.xml │ ├── GIFHeader.xml │ ├── GIFImageParser.xml │ ├── IDataTemplate.xml │ ├── IDataTemplateController.xml │ ├── IDeserializer.xml │ ├── IDynamicResourceHandler.xml │ ├── IExpressionSearch.xml │ ├── IFontElement.xml │ ├── IGestureController.xml │ ├── IIsolatedStorageFile.xml │ ├── INameScope.xml │ ├── INavigationProxy.xml │ ├── IPerformanceProvider.xml │ ├── IPlatform.xml │ ├── IPlatformInvalidate.xml │ ├── IPlatformServices.xml │ ├── IResourceDictionary.xml │ ├── ISpatialElement.xml │ ├── ISystemResourcesProvider.xml │ ├── InvalidationTrigger.xml │ ├── LockableObservableListWrapper.xml │ ├── Log.xml │ ├── LogListener.xml │ ├── NameScope.xml │ ├── NativeBindingHelpers.xml │ ├── NavigationModel.xml │ ├── NavigationProxy.xml │ ├── NavigationRequestType.xml │ ├── NavigationRequestedEventArgs.xml │ ├── NotifyCollectionChangedEventArgsEx.xml │ ├── NotifyCollectionChangedEventArgsExtensions.xml │ ├── NumericExtensions.xml │ ├── PageExtensions.xml │ ├── Performance.xml │ ├── PreserveAttribute.xml │ ├── Profile+Datum.xml │ ├── Profile.xml │ ├── ProfileDatum.xml │ ├── PromptArguments.xml │ ├── PropertyPropagationExtensions.xml │ ├── ReflectionExtensions.xml │ ├── Registrar.xml │ ├── Registrar`1.xml │ ├── ResourceLoader+ResourceLoadingQuery.xml │ ├── ResourceLoader+ResourceLoadingResponse.xml │ ├── ResourceLoader.xml │ ├── ResourcesChangedEventArgs.xml │ ├── SetValueFlags.xml │ ├── SwipeDirectionHelper.xml │ ├── TableModel.xml │ ├── TemplatedItemsList`2.xml │ ├── TextTransformUtilites.xml │ ├── Ticker.xml │ ├── ToolbarTracker.xml │ ├── TypedBindingBase.xml │ └── TypedBinding`2.xml ├── Xamarin.Forms.Maps │ ├── Circle.xml │ ├── Distance.xml │ ├── Geocoder.xml │ ├── GeographyUtils.xml │ ├── Map.xml │ ├── MapClickedEventArgs.xml │ ├── MapElement.xml │ ├── MapSpan.xml │ ├── MapType.xml │ ├── Pin.xml │ ├── PinClickedEventArgs.xml │ ├── PinType.xml │ ├── Polygon.xml │ ├── Polyline.xml │ ├── Position.xml │ └── _images │ │ └── Pin.Label.png ├── Xamarin.Forms.Markup.LeftToRight │ ├── LabelExtensions.xml │ └── ViewExtensions.xml ├── Xamarin.Forms.Markup.RightToLeft │ ├── LabelExtensions.xml │ └── ViewExtensions.xml ├── Xamarin.Forms.Markup │ ├── BindableObjectExtensions.xml │ ├── DefaultBindableProperties.xml │ ├── ElementExtensions.xml │ ├── ElementGesturesExtensions.xml │ ├── FuncConverter.xml │ ├── FuncConverter`1.xml │ ├── FuncConverter`2.xml │ ├── FuncConverter`3.xml │ ├── GridRowsColumns+Columns.xml │ ├── GridRowsColumns+Rows.xml │ ├── GridRowsColumns.xml │ ├── LabelExtensions.xml │ ├── LayoutExtensions.xml │ ├── NotConverter.xml │ ├── Style`1.xml │ ├── ToStringConverter.xml │ ├── ViewExtensions.xml │ ├── ViewInFlexLayoutExtensions.xml │ ├── ViewInGridExtensions.xml │ └── VisualElementExtensions.xml ├── Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat │ ├── Application.xml │ └── NavigationPage.xml ├── Xamarin.Forms.PlatformConfiguration.AndroidSpecific │ ├── Application.xml │ ├── Button.xml │ ├── Entry.xml │ ├── ImageButton.xml │ ├── ImeFlags.xml │ ├── ListView.xml │ ├── MixedContentHandling.xml │ ├── ShellItem.xml │ ├── SwipeTransitionMode.xml │ ├── SwipeView.xml │ ├── TabbedPage.xml │ ├── ToolbarPlacement.xml │ ├── ViewCell.xml │ ├── VisualElement.xml │ ├── WebView.xml │ └── WindowSoftInputModeAdjust.xml ├── Xamarin.Forms.PlatformConfiguration.GTKSpecific │ ├── BoxView.xml │ ├── NavigationPage.xml │ ├── TabPosition.xml │ └── TabbedPage.xml ├── Xamarin.Forms.PlatformConfiguration.TizenSpecific │ ├── Application.xml │ ├── ButtonStyle.xml │ ├── Entry.xml │ ├── FocusDirection.xml │ ├── FontWeight.xml │ ├── Image.xml │ ├── Label.xml │ ├── NavigationPage.xml │ ├── Page.xml │ ├── ProgressBar.xml │ ├── ProgressBarStyle.xml │ ├── Switch.xml │ ├── SwitchStyle.xml │ ├── TabbedPageStyle.xml │ └── VisualElement.xml ├── Xamarin.Forms.PlatformConfiguration.WindowsSpecific │ ├── Application.xml │ ├── CollapseStyle.xml │ ├── FlyoutPage.xml │ ├── InputView.xml │ ├── Label.xml │ ├── ListView.xml │ ├── ListViewSelectionMode.xml │ ├── MasterDetailPage.xml │ ├── Page.xml │ ├── RefreshView+RefreshPullDirection.xml │ ├── RefreshView.xml │ ├── SearchBar.xml │ ├── TabbedPage.xml │ ├── ToolbarPlacement.xml │ ├── VisualElement.xml │ └── WebView.xml ├── Xamarin.Forms.PlatformConfiguration.iOSSpecific │ ├── Application.xml │ ├── BlurEffectStyle.xml │ ├── Cell.xml │ ├── DatePicker.xml │ ├── Entry.xml │ ├── FlyoutPage.xml │ ├── GroupHeaderStyle.xml │ ├── LargeTitleDisplayMode.xml │ ├── ListView.xml │ ├── MasterDetailPage.xml │ ├── NavigationPage.xml │ ├── Page.xml │ ├── Picker.xml │ ├── ScrollView.xml │ ├── SearchBar.xml │ ├── SeparatorStyle.xml │ ├── Slider.xml │ ├── StatusBarHiddenMode.xml │ ├── StatusBarTextColorMode.xml │ ├── SwipeTransitionMode.xml │ ├── SwipeView.xml │ ├── TabbedPage.xml │ ├── TimePicker.xml │ ├── TranslucencyMode.xml │ ├── UIModalPresentationStyle.xml │ ├── UISearchBarStyle.xml │ ├── UIStatusBarAnimation.xml │ ├── UpdateMode.xml │ ├── VisualElement+ShadowEffect.xml │ └── VisualElement.xml ├── Xamarin.Forms.PlatformConfiguration.macOSSpecific │ ├── NavigationPage.xml │ ├── NavigationTransitionStyle.xml │ ├── Page.xml │ └── TabbedPage.xml ├── Xamarin.Forms.PlatformConfiguration │ ├── Android.xml │ ├── GTK.xml │ ├── Tizen.xml │ ├── Windows.xml │ ├── iOS.xml │ └── macOS.xml ├── Xamarin.Forms.Shapes │ ├── ArcSegment.xml │ ├── BezierSegment.xml │ ├── CompositeTransform.xml │ ├── Ellipse.xml │ ├── EllipseGeometry.xml │ ├── FillRule.xml │ ├── Geometry.xml │ ├── GeometryCollection.xml │ ├── GeometryGroup.xml │ ├── GeometryHelper.xml │ ├── Line.xml │ ├── LineGeometry.xml │ ├── LineSegment.xml │ ├── Matrix.xml │ ├── MatrixTransform.xml │ ├── MatrixTypeConverter.xml │ ├── Path.xml │ ├── PathFigure.xml │ ├── PathFigureCollection.xml │ ├── PathFigureCollectionConverter.xml │ ├── PathGeometry.xml │ ├── PathGeometryConverter.xml │ ├── PathSegment.xml │ ├── PathSegmentCollection.xml │ ├── PenLineCap.xml │ ├── PenLineJoin.xml │ ├── PointCollection.xml │ ├── PointCollectionConverter.xml │ ├── PolyBezierSegment.xml │ ├── PolyLineSegment.xml │ ├── PolyQuadraticBezierSegment.xml │ ├── Polygon.xml │ ├── Polyline.xml │ ├── QuadraticBezierSegment.xml │ ├── Rectangle.xml │ ├── RectangleGeometry.xml │ ├── RotateTransform.xml │ ├── RoundRectangleGeometry.xml │ ├── ScaleTransform.xml │ ├── Shape.xml │ ├── SkewTransform.xml │ ├── Transform.xml │ ├── TransformCollection.xml │ ├── TransformGroup.xml │ ├── TransformTypeConverter.xml │ ├── TranslateTransform.xml │ └── Vector2.xml ├── Xamarin.Forms.StyleSheets │ └── StyleSheet.xml ├── Xamarin.Forms.Xaml.Diagnostics │ ├── BindingBaseErrorEventArgs.xml │ ├── BindingDiagnostics.xml │ ├── BindingErrorEventArgs.xml │ ├── VisualDiagnostics.xml │ ├── VisualTreeChangeEventArgs.xml │ ├── VisualTreeChangeType.xml │ └── XamlSourceInfo.xml ├── Xamarin.Forms.Xaml.Internals │ ├── INativeBindingService.xml │ ├── INativeValueConverterService.xml │ ├── NameScopeProvider.xml │ ├── SimpleValueTargetProvider.xml │ ├── XamlLoader.xml │ ├── XamlServiceProvider.xml │ ├── XamlTypeResolver.xml │ ├── XmlLineInfoProvider.xml │ └── XmlNamespaceResolver.xml ├── Xamarin.Forms.Xaml │ ├── AcceptEmptyServiceProviderAttribute.xml │ ├── AppThemeBindingExtension.xml │ ├── ArrayExtension.xml │ ├── BindingExtension.xml │ ├── DataTemplateExtension.xml │ ├── DynamicResourceExtension.xml │ ├── Extensions.xml │ ├── FontImageExtension.xml │ ├── IMarkupExtension.xml │ ├── IMarkupExtension`1.xml │ ├── IProvideValueTarget.xml │ ├── IReferenceProvider.xml │ ├── IRootObjectProvider.xml │ ├── IServiceProviderExtensions.xml │ ├── IValueProvider.xml │ ├── IXamlTypeResolver.xml │ ├── IXmlLineInfoProvider.xml │ ├── NullExtension.xml │ ├── OnIdiomExtension.xml │ ├── OnPlatformExtension.xml │ ├── ReferenceExtension.xml │ ├── RelativeSourceExtension.xml │ ├── StaticExtension.xml │ ├── StaticResourceExtension.xml │ ├── StyleSheetExtension.xml │ ├── TemplateBindingExtension.xml │ ├── TypeConversionAttribute.xml │ ├── TypeExtension.xml │ ├── XamlCompilationAttribute.xml │ ├── XamlCompilationOptions.xml │ ├── XamlFilePathAttribute.xml │ ├── XamlParseException.xml │ ├── XamlResourceIdAttribute.xml │ └── XmlLineInfo.xml ├── Xamarin.Forms │ ├── AbsoluteLayout+IAbsoluteList`1.xml │ ├── AbsoluteLayout.xml │ ├── AbsoluteLayoutFlags.xml │ ├── Accelerator.xml │ ├── AcceleratorTypeConverter.xml │ ├── AccessKeyPlacement.xml │ ├── ActivityIndicator.xml │ ├── AdaptiveTrigger.xml │ ├── Animation.xml │ ├── AnimationExtensions.xml │ ├── AppLinkEntry.xml │ ├── AppThemeChangedEventArgs.xml │ ├── Application.xml │ ├── Aspect.xml │ ├── AutomationProperties.xml │ ├── BackButtonBehavior.xml │ ├── BackButtonPressedEventArgs.xml │ ├── BaseMenuItem.xml │ ├── BaseShellItem.xml │ ├── BaseSwipeEventArgs.xml │ ├── Behavior.xml │ ├── Behavior`1.xml │ ├── BindableLayout.xml │ ├── BindableObject.xml │ ├── BindableObjectExtensions.xml │ ├── BindableProperty+BindingPropertyChangedDelegate.xml │ ├── BindableProperty+BindingPropertyChangedDelegate`1.xml │ ├── BindableProperty+BindingPropertyChangingDelegate.xml │ ├── BindableProperty+BindingPropertyChangingDelegate`1.xml │ ├── BindableProperty+CoerceValueDelegate.xml │ ├── BindableProperty+CoerceValueDelegate`1.xml │ ├── BindableProperty+CreateDefaultValueDelegate.xml │ ├── BindableProperty+CreateDefaultValueDelegate`2.xml │ ├── BindableProperty+ValidateValueDelegate.xml │ ├── BindableProperty+ValidateValueDelegate`1.xml │ ├── BindableProperty.xml │ ├── BindablePropertyConverter.xml │ ├── BindablePropertyKey.xml │ ├── Binding.xml │ ├── BindingBase.xml │ ├── BindingCondition.xml │ ├── BindingMode.xml │ ├── BindingTypeConverter.xml │ ├── BoundsConstraint.xml │ ├── BoundsTypeConverter.xml │ ├── BoxView.xml │ ├── Brush.xml │ ├── BrushTypeConverter+GradientBrushParser.xml │ ├── BrushTypeConverter.xml │ ├── Button+ButtonContentLayout+ImagePosition.xml │ ├── Button+ButtonContentLayout.xml │ ├── Button+ButtonContentTypeConverter.xml │ ├── Button.xml │ ├── ButtonsMask.xml │ ├── CarouselLayoutTypeConverter.xml │ ├── CarouselPage.xml │ ├── CarouselView.xml │ ├── Cell.xml │ ├── CheckBox.xml │ ├── CheckedChangedEventArgs.xml │ ├── ChildGestureRecognizer.xml │ ├── ClearButtonVisibility.xml │ ├── ClickGestureRecognizer.xml │ ├── ClickedEventArgs.xml │ ├── CollectionSynchronizationCallback.xml │ ├── CollectionView.xml │ ├── Color.xml │ ├── ColorTypeConverter.xml │ ├── ColumnDefinition.xml │ ├── ColumnDefinitionCollection.xml │ ├── ColumnDefinitionCollectionTypeConverter.xml │ ├── Command.xml │ ├── Command`1.xml │ ├── CompareStateTrigger.xml │ ├── CompressedLayout.xml │ ├── Condition.xml │ ├── Configuration`2.xml │ ├── Constraint.xml │ ├── ConstraintExpression.xml │ ├── ConstraintType.xml │ ├── ConstraintTypeConverter.xml │ ├── ContentPage.xml │ ├── ContentPresenter.xml │ ├── ContentPropertyAttribute.xml │ ├── ContentView.xml │ ├── ControlTemplate.xml │ ├── CornerRadius.xml │ ├── CornerRadiusTypeConverter.xml │ ├── CurrentItemChangedEventArgs.xml │ ├── DataPackage.xml │ ├── DataPackageOperation.xml │ ├── DataPackagePropertySet.xml │ ├── DataPackagePropertySetView.xml │ ├── DataPackageView.xml │ ├── DataTemplate.xml │ ├── DataTemplateSelector.xml │ ├── DataTrigger.xml │ ├── DateChangedEventArgs.xml │ ├── DatePicker.xml │ ├── DefinitionCollection`1.xml │ ├── DependencyAttribute.xml │ ├── DependencyFetchTarget.xml │ ├── DependencyService.xml │ ├── DesignMode.xml │ ├── Device+Styles.xml │ ├── Device.xml │ ├── DeviceStateTrigger.xml │ ├── DoubleCollection.xml │ ├── DoubleCollectionConverter.xml │ ├── DragEventArgs.xml │ ├── DragGestureRecognizer.xml │ ├── DragStartingEventArgs.xml │ ├── DropCompletedEventArgs.xml │ ├── DropEventArgs.xml │ ├── DropGestureRecognizer.xml │ ├── Easing.xml │ ├── EasingTypeConverter.xml │ ├── Editor.xml │ ├── EditorAutoSizeOption.xml │ ├── Effect.xml │ ├── EffectiveFlowDirection.xml │ ├── EffectiveFlowDirectionExtensions.xml │ ├── EffectiveVisualExtensions.xml │ ├── Element.xml │ ├── ElementEventArgs.xml │ ├── ElementTemplate.xml │ ├── EmbeddedFont.xml │ ├── Entry.xml │ ├── EntryCell.xml │ ├── EventTrigger.xml │ ├── ExportEffectAttribute.xml │ ├── ExportFontAttribute.xml │ ├── FileImageSource.xml │ ├── FileImageSourceConverter.xml │ ├── FlexAlignContent.xml │ ├── FlexAlignContentTypeConverter.xml │ ├── FlexAlignItems.xml │ ├── FlexAlignItemsTypeConverter.xml │ ├── FlexAlignSelf.xml │ ├── FlexAlignSelfTypeConverter.xml │ ├── FlexBasis+FlexBasisTypeConverter.xml │ ├── FlexBasis.xml │ ├── FlexDirection.xml │ ├── FlexDirectionTypeConverter.xml │ ├── FlexJustify.xml │ ├── FlexJustifyTypeConverter.xml │ ├── FlexLayout.xml │ ├── FlexPosition.xml │ ├── FlexWrap.xml │ ├── FlexWrapTypeConverter.xml │ ├── FlowDirection.xml │ ├── FlowDirectionConverter.xml │ ├── FlyoutBehavior.xml │ ├── FlyoutDisplayOptions.xml │ ├── FlyoutHeaderBehavior.xml │ ├── FlyoutItem.xml │ ├── FlyoutLayoutBehavior.xml │ ├── FlyoutPage.xml │ ├── FocusEventArgs.xml │ ├── Font.xml │ ├── FontAttributes.xml │ ├── FontAttributesConverter.xml │ ├── FontFile.xml │ ├── FontImageSource.xml │ ├── FontSizeConverter.xml │ ├── FontTypeConverter.xml │ ├── FormattedString.xml │ ├── Frame.xml │ ├── GestureElement.xml │ ├── GestureRecognizer.xml │ ├── GestureState.xml │ ├── GestureStatus.xml │ ├── GradientBrush.xml │ ├── GradientStop.xml │ ├── GradientStopCollection.xml │ ├── Grid+IGridList`1.xml │ ├── Grid.xml │ ├── GridItemsLayout.xml │ ├── GridLength.xml │ ├── GridLengthTypeConverter.xml │ ├── GridUnitType.xml │ ├── GroupableItemsView.xml │ ├── HandlerAttribute.xml │ ├── HtmlWebViewSource.xml │ ├── IAnimatable.xml │ ├── IAppIndexingProvider.xml │ ├── IAppLinkEntry.xml │ ├── IAppLinks.xml │ ├── IAppearanceObserver.xml │ ├── IApplicationController.xml │ ├── IBorderElement.xml │ ├── IButtonController.xml │ ├── ICellController.xml │ ├── IConfigElement`1.xml │ ├── IConfigPlatform.xml │ ├── IDecorableTextElement.xml │ ├── IDefinition.xml │ ├── IDispatcher.xml │ ├── IDispatcherProvider.xml │ ├── IEditorController.xml │ ├── IEffectControlProvider.xml │ ├── IElementConfiguration`1.xml │ ├── IElementController.xml │ ├── IEmbeddedFontLoader.xml │ ├── IEntryCellController.xml │ ├── IEntryController.xml │ ├── IExtendedTypeConverter.xml │ ├── IFlyoutBehaviorObserver.xml │ ├── IFlyoutPageController.xml │ ├── IGestureRecognizer.xml │ ├── IGestureRecognizers.xml │ ├── IGridController.xml │ ├── IImageController.xml │ ├── IImageElement.xml │ ├── IItemViewController.xml │ ├── IItemsLayout.xml │ ├── IItemsView`1.xml │ ├── ILayout.xml │ ├── ILayoutController.xml │ ├── IListProxy.xml │ ├── IListViewController.xml │ ├── IMasterDetailPageController.xml │ ├── IMenuItemController.xml │ ├── IMessagingCenter.xml │ ├── IMultiPageController`1.xml │ ├── IMultiValueConverter.xml │ ├── INativeElementView.xml │ ├── INavigation.xml │ ├── INavigationPageController.xml │ ├── IOpenGlViewController.xml │ ├── IPageContainer`1.xml │ ├── IPageController.xml │ ├── IPanGestureController.xml │ ├── IPinchGestureController.xml │ ├── IPlatformElementConfiguration`2.xml │ ├── IQueryAttributable.xml │ ├── IRegisterable.xml │ ├── IScrollViewController.xml │ ├── ISearchBarController.xml │ ├── ISearchHandlerController.xml │ ├── IShellAppearanceElement.xml │ ├── IShellContentController.xml │ ├── IShellContentInsetObserver.xml │ ├── IShellController.xml │ ├── IShellItemController.xml │ ├── IShellSectionController.xml │ ├── ISliderController.xml │ ├── IStreamImageSource.xml │ ├── ISwipeGestureController.xml │ ├── ISwipeItem.xml │ ├── ISwipeViewController.xml │ ├── ITabStopElement.xml │ ├── ITableModel.xml │ ├── ITableViewController.xml │ ├── ITemplatedItemsListScrollToRequestedEventArgs.xml │ ├── ITemplatedItemsList`1.xml │ ├── ITemplatedItemsView`1.xml │ ├── IValueConverter.xml │ ├── IViewContainer`1.xml │ ├── IViewController.xml │ ├── IVisual.xml │ ├── IVisualElementController.xml │ ├── IWebViewController.xml │ ├── IWebViewDelegate.xml │ ├── Image.xml │ ├── ImageButton.xml │ ├── ImageCell.xml │ ├── ImageSource.xml │ ├── ImageSourceConverter.xml │ ├── IndicatorShape.xml │ ├── IndicatorView.xml │ ├── InitializationFlags.xml │ ├── InputView.xml │ ├── InvalidNavigationException.xml │ ├── ItemSizingStrategy.xml │ ├── ItemTappedEventArgs.xml │ ├── ItemVisibilityEventArgs.xml │ ├── ItemsLayout.xml │ ├── ItemsLayoutOrientation.xml │ ├── ItemsLayoutTypeConverter.xml │ ├── ItemsUpdatingScrollMode.xml │ ├── ItemsView.xml │ ├── ItemsViewScrolledEventArgs.xml │ ├── ItemsView`1.xml │ ├── Keyboard.xml │ ├── KeyboardFlags.xml │ ├── KeyboardTypeConverter.xml │ ├── Label.xml │ ├── Layout.xml │ ├── LayoutAlignment.xml │ ├── LayoutOptions.xml │ ├── LayoutOptionsConverter.xml │ ├── Layout`1.xml │ ├── LineBreakMode.xml │ ├── LinearGradientBrush.xml │ ├── LinearItemsLayout.xml │ ├── ListProxyChangedEventArgs.xml │ ├── ListStringTypeConverter.xml │ ├── ListView.xml │ ├── ListViewCachingStrategy.xml │ ├── ListViewSelectionMode.xml │ ├── MarshalingObservableCollection.xml │ ├── MasterBehavior.xml │ ├── MasterDetailPage.xml │ ├── MeasureFlags.xml │ ├── Menu.xml │ ├── MenuItem.xml │ ├── MenuItemCollection.xml │ ├── MessagingCenter.xml │ ├── ModalEventArgs.xml │ ├── ModalPoppedEventArgs.xml │ ├── ModalPoppingEventArgs.xml │ ├── ModalPushedEventArgs.xml │ ├── ModalPushingEventArgs.xml │ ├── MultiBinding.xml │ ├── MultiPage`1.xml │ ├── MultiTrigger.xml │ ├── NameScopeExtensions.xml │ ├── NamedPlatformColor.xml │ ├── NamedSize.xml │ ├── NavigableElement.xml │ ├── NavigationEventArgs.xml │ ├── NavigationPage.xml │ ├── OSAppTheme.xml │ ├── On.xml │ ├── OnIdiom`1.xml │ ├── OnPlatform`1.xml │ ├── OpenGLView.xml │ ├── OpenSwipeEventArgs.xml │ ├── OpenSwipeItem.xml │ ├── OrientationStateTrigger.xml │ ├── Page.xml │ ├── PanGestureRecognizer.xml │ ├── PanUpdatedEventArgs.xml │ ├── Picker.xml │ ├── PinchGestureRecognizer.xml │ ├── PinchGestureUpdatedEventArgs.xml │ ├── PlatformEffect`2.xml │ ├── Point.xml │ ├── PointTypeConverter.xml │ ├── PoppedToRootEventArgs.xml │ ├── PositionChangedEventArgs.xml │ ├── PresentationMode.xml │ ├── ProgressBar.xml │ ├── PropertyChangingEventArgs.xml │ ├── PropertyChangingEventHandler.xml │ ├── PropertyCondition.xml │ ├── QueryPropertyAttribute.xml │ ├── RadialGradientBrush.xml │ ├── RadioButton.xml │ ├── RadioButtonGroup.xml │ ├── Rect.xml │ ├── RectTypeConverter.xml │ ├── Rectangle.xml │ ├── RectangleTypeConverter.xml │ ├── ReferenceTypeConverter.xml │ ├── RefreshView.xml │ ├── Region.xml │ ├── RelativeBindingSource.xml │ ├── RelativeBindingSourceMode.xml │ ├── RelativeLayout+IRelativeList`1.xml │ ├── RelativeLayout.xml │ ├── RenderWithAttribute.xml │ ├── ResolutionGroupNameAttribute.xml │ ├── ResourceDictionary+RDSourceTypeConverter.xml │ ├── ResourceDictionary.xml │ ├── ReturnType.xml │ ├── RouteFactory.xml │ ├── Routing.xml │ ├── RoutingEffect.xml │ ├── RowDefinition.xml │ ├── RowDefinitionCollection.xml │ ├── RowDefinitionCollectionTypeConverter.xml │ ├── ScrollBarVisibility.xml │ ├── ScrollMode.xml │ ├── ScrollOrientation.xml │ ├── ScrollToMode.xml │ ├── ScrollToPosition.xml │ ├── ScrollToRequestEventArgs.xml │ ├── ScrollToRequestedEventArgs.xml │ ├── ScrollView.xml │ ├── ScrolledEventArgs.xml │ ├── SearchBar.xml │ ├── SearchBoxVisibility.xml │ ├── SearchHandler.xml │ ├── SelectableItemsView.xml │ ├── SelectedItemChangedEventArgs.xml │ ├── SelectedPositionChangedEventArgs.xml │ ├── SelectionChangedEventArgs.xml │ ├── SelectionMode.xml │ ├── SeparatorVisibility.xml │ ├── Setter.xml │ ├── SettersExtensions.xml │ ├── Shell.xml │ ├── ShellAppearance.xml │ ├── ShellContent.xml │ ├── ShellGroupItem.xml │ ├── ShellItem.xml │ ├── ShellNavigatedEventArgs.xml │ ├── ShellNavigatingDeferral.xml │ ├── ShellNavigatingEventArgs.xml │ ├── ShellNavigationSource.xml │ ├── ShellNavigationState.xml │ ├── ShellSection.xml │ ├── Size.xml │ ├── SizeRequest.xml │ ├── SizeTypeConverter.xml │ ├── Slider.xml │ ├── SnapPointsAlignment.xml │ ├── SnapPointsType.xml │ ├── SolidColorBrush.xml │ ├── Span.xml │ ├── StackLayout.xml │ ├── StackOrientation.xml │ ├── StateTrigger.xml │ ├── StateTriggerBase.xml │ ├── Stepper.xml │ ├── StreamImageSource.xml │ ├── Stretch.xml │ ├── StructuredItemsView.xml │ ├── Style.xml │ ├── SweepDirection.xml │ ├── SwipeBehaviorOnInvoked.xml │ ├── SwipeChangingEventArgs.xml │ ├── SwipeDirection.xml │ ├── SwipeEndedEventArgs.xml │ ├── SwipeGestureRecognizer.xml │ ├── SwipeItem.xml │ ├── SwipeItemView.xml │ ├── SwipeItems.xml │ ├── SwipeMode.xml │ ├── SwipeStartedEventArgs.xml │ ├── SwipeView.xml │ ├── SwipedEventArgs.xml │ ├── Switch.xml │ ├── SwitchCell.xml │ ├── Tab.xml │ ├── TabBar.xml │ ├── TabIndexExtensions.xml │ ├── TabbedPage.xml │ ├── TableIntent.xml │ ├── TableRoot.xml │ ├── TableSection.xml │ ├── TableSectionBase.xml │ ├── TableSectionBase`1.xml │ ├── TableView.xml │ ├── TabsStyle.xml │ ├── TapGestureRecognizer.xml │ ├── TappedEventArgs.xml │ ├── TargetIdiom.xml │ ├── TargetPlatform.xml │ ├── TemplateBinding.xml │ ├── TemplateExtensions.xml │ ├── TemplatedPage.xml │ ├── TemplatedView.xml │ ├── TextAlignment.xml │ ├── TextAlignmentConverter.xml │ ├── TextCell.xml │ ├── TextChangedEventArgs.xml │ ├── TextDecorationConverter.xml │ ├── TextDecorations.xml │ ├── TextTransform.xml │ ├── TextType.xml │ ├── Thickness.xml │ ├── ThicknessTypeConverter.xml │ ├── TimePicker.xml │ ├── ToggledEventArgs.xml │ ├── ToolbarItem.xml │ ├── ToolbarItemOrder.xml │ ├── Trigger.xml │ ├── TriggerAction.xml │ ├── TriggerAction`1.xml │ ├── TriggerBase.xml │ ├── TypeConverter.xml │ ├── TypeConverterAttribute.xml │ ├── TypeTypeConverter.xml │ ├── UnsolvableConstraintsException.xml │ ├── UriImageSource.xml │ ├── UriTypeConverter.xml │ ├── UrlWebViewSource.xml │ ├── ValueChangedEventArgs.xml │ ├── Vec2.xml │ ├── View.xml │ ├── ViewCell.xml │ ├── ViewExtensions.xml │ ├── ViewState.xml │ ├── VisualAttribute.xml │ ├── VisualElement+FocusRequestArgs.xml │ ├── VisualElement+VisibilityConverter.xml │ ├── VisualElement.xml │ ├── VisualMarker+DefaultVisual.xml │ ├── VisualMarker+MaterialVisual.xml │ ├── VisualMarker.xml │ ├── VisualState.xml │ ├── VisualStateGroup.xml │ ├── VisualStateGroupList.xml │ ├── VisualStateManager+CommonStates.xml │ ├── VisualStateManager.xml │ ├── VisualTypeConverter.xml │ ├── WeakEventManager.xml │ ├── WebNavigatedEventArgs.xml │ ├── WebNavigatingEventArgs.xml │ ├── WebNavigationEvent.xml │ ├── WebNavigationEventArgs.xml │ ├── WebNavigationResult.xml │ ├── WebView.xml │ ├── WebViewSource.xml │ ├── WebViewSourceTypeConverter.xml │ ├── XmlnsDefinitionAttribute.xml │ ├── XmlnsPrefixAttribute.xml │ └── _images │ │ ├── AbsoluteLayout.TripleScreenShot.png │ │ ├── ActivityIndicator.TripleScreenShot.png │ │ ├── BindableObject.BasicInitialization.png │ │ ├── BoxView.TripleScreenShot.png │ │ ├── Button.TripleScreenShot.png │ │ ├── CarouselPage.TripleScreenShot.png │ │ ├── Cell.Gallery.png │ │ ├── ContentView.TripleScreenShot.png │ │ ├── DatePicker.TripleScreenShot.png │ │ ├── Easing.BounceIn.png │ │ ├── Easing.BounceOut.png │ │ ├── Easing.CubicIn.png │ │ ├── Easing.CubicInOut.png │ │ ├── Easing.CubicOut.png │ │ ├── Easing.Linear.png │ │ ├── Easing.SinIn.gif │ │ ├── Easing.SinInOut.gif │ │ ├── Easing.SinOut.gif │ │ ├── Easing.SpringIn.png │ │ ├── Easing.SpringOut.png │ │ ├── Editor.TripleScreenShot.png │ │ ├── Element.Hierarchy.png │ │ ├── Entry.TripleScreenShot.png │ │ ├── EntryCell.TripleScreenShot.png │ │ ├── ExperimentAlignContent2-Large.png │ │ ├── FlexAlign.All.png │ │ ├── FlexDirection.All.png │ │ ├── FlexJustify.All.png │ │ ├── FlexLayout.SetAlignSelf.png │ │ ├── FlexLayout.SetOrder.png │ │ ├── Frame.iOS_Android_UWP.png │ │ ├── Grid.TripleScreenShot.png │ │ ├── IDefinition.DefinitionCollectionRelation.png │ │ ├── ImageCell.TripleScreenShot.png │ │ ├── ItemsView_Hierarchy.png │ │ ├── Label.TripleScreenShot.png │ │ ├── Layout.Hierarchy.png │ │ ├── ListView.TripleScreenShot.png │ │ ├── NavigationPage.TitleIcon.png │ │ ├── OpenGLView.Example.png │ │ ├── Picker.TripleScreenShot.png │ │ ├── ProgressBar.TripleScreenShot.png │ │ ├── ScrollView.TripleScreenShot.png │ │ ├── SearchBar.TripleScreenShot.png │ │ ├── Slider.TripleScreenShot.png │ │ ├── StackLayout.TripleScreenShot.png │ │ ├── Stepper.TripleScreenShot.png │ │ ├── Switch.TripleScreenShot.png │ │ ├── SwitchCell.TripleScreenShot.png │ │ ├── TabbedPage.TripleScreenShot.png │ │ ├── TableSectionBase.Hierarchy.png │ │ ├── TableView.Sections.Android.png │ │ ├── TableView.Sections.iOS.png │ │ ├── TableView.TripleScreenShot.png │ │ ├── TextCell.TripleScreenShot.png │ │ ├── TimePicker.TripleScreenShot.png │ │ ├── TypeConverter.Hierarchy.png │ │ ├── WebView.TripleScreenShot.png │ │ ├── XamarinForms-ns.TripleScreenShot.png │ │ └── search-results-template.png ├── XamarinFormsAPI-breadcrumb │ └── toc.yml ├── _filter.xml ├── _filter.xsd ├── _missing-apis.yml ├── docfx.json ├── index.xml ├── ns-.xml ├── ns-Xamarin.Forms.Core.xml ├── ns-Xamarin.Forms.DualScreen.xml ├── ns-Xamarin.Forms.Internals.xml ├── ns-Xamarin.Forms.Maps.xml ├── ns-Xamarin.Forms.Markup.LeftToRight.xml ├── ns-Xamarin.Forms.Markup.RightToLeft.xml ├── ns-Xamarin.Forms.Markup.xml ├── ns-Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat.xml ├── ns-Xamarin.Forms.PlatformConfiguration.AndroidSpecific.xml ├── ns-Xamarin.Forms.PlatformConfiguration.GTKSpecific.xml ├── ns-Xamarin.Forms.PlatformConfiguration.TizenSpecific.xml ├── ns-Xamarin.Forms.PlatformConfiguration.WindowsSpecific.xml ├── ns-Xamarin.Forms.PlatformConfiguration.iOSSpecific.xml ├── ns-Xamarin.Forms.PlatformConfiguration.macOSSpecific.xml ├── ns-Xamarin.Forms.PlatformConfiguration.xml ├── ns-Xamarin.Forms.Shapes.xml ├── ns-Xamarin.Forms.StyleSheets.xml ├── ns-Xamarin.Forms.Xaml.Diagnostics.xml ├── ns-Xamarin.Forms.Xaml.Internals.xml ├── ns-Xamarin.Forms.Xaml.xml ├── ns-Xamarin.Forms.xml └── xml │ └── _filter.xml └── frameworks.xml /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | 3 | # DO NOT ADD BACK THE CRLF 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.tree 2 | *.zip 3 | tmp 4 | .DS_Store 5 | /xamarin_forms_api_docs/xamarin.forms/Xamarin.Forms.Core.dll 6 | /xamarin_forms_api_docs/xamarin.forms/Xamarin.Forms.Maps.dll 7 | /xamarin_forms_api_docs/xamarin.forms/Xamarin.Forms.Pages.dll 8 | /xamarin_forms_api_docs/xamarin.forms/Xamarin.Forms.Xaml.dll 9 | /packages/mdoc.5.6.1 10 | -------------------------------------------------------------------------------- /.openpublishing.build.ps1: -------------------------------------------------------------------------------- 1 | param( 2 | [string]$buildCorePowershellUrl = "https://opbuildstorageprod.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1", 3 | [string]$parameters 4 | ) 5 | # Main 6 | $errorActionPreference = 'Stop' 7 | 8 | # Step-1: Download buildcore script to local 9 | echo "download build core script to local with source url: $buildCorePowershellUrl" 10 | $repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition 11 | $buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1" 12 | Invoke-WebRequest $buildCorePowershellUrl -OutFile "$buildCorePowershellDestination" 13 | 14 | # Step-2: Run build core 15 | echo "run build core script with parameters: $parameters" 16 | & "$buildCorePowershellDestination" "$parameters" 17 | exit $LASTEXITCODE 18 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Code of Conduct 2 | 3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 4 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | Copyright (c) Microsoft Corporation 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 5 | associated documentation files (the "Software"), to deal in the Software without restriction, 6 | including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 7 | and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 8 | subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all copies or substantial 11 | portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT 14 | NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 16 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 17 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Xamarin.Forms API docs 2 | 3 | This repository contains the source of the Xamarin.Forms API documentation. 4 | 5 | Support for Xamarin ended on the 1st May 2024 and so this documentation won't be updated. For more information, see [Xamarin Support Policy](https://dotnet.microsoft.com/platform/support/policy/xamarin). 6 | 7 | ## Microsoft Open Source Code of Conduct 8 | 9 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 10 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. 11 | 12 | ## Legal Notices 13 | 14 | Microsoft and any contributors grant you a license to the Microsoft documentation and other content 15 | in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), 16 | see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the 17 | [LICENSE-CODE](LICENSE-CODE) file. 18 | 19 | Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation 20 | may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. 21 | The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. 22 | Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. 23 | 24 | Privacy information can be found at https://privacy.microsoft.com/en-us/ 25 | 26 | Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, 27 | or trademarks, whether by implication, estoppel or otherwise. 28 | -------------------------------------------------------------------------------- /ThirdPartyNotices: -------------------------------------------------------------------------------- 1 | ##Legal Notices 2 | Microsoft and any contributors grant you a license to the Microsoft documentation and other content 3 | in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), 4 | see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the 5 | [LICENSE-CODE](LICENSE-CODE) file. 6 | 7 | Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation 8 | may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. 9 | The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. 10 | Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. 11 | 12 | Privacy information can be found at https://privacy.microsoft.com/en-us/ 13 | 14 | Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, 15 | or trademarks, whether by implication, estoppel or otherwise. -------------------------------------------------------------------------------- /build.proj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/CustomKeyboard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | Xamarin.Forms.Keyboard 13 | 14 | 15 | 16 | 17 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 18 | 19 | 20 | 21 | For internal use by the Xamarin.Forms platform. 22 | To be added. 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Property 31 | 32 | 0.0.0.0 33 | 2.0.0.0 34 | Xamarin.Forms.Core 35 | 36 | 37 | Xamarin.Forms.KeyboardFlags 38 | 39 | 40 | For internal use by the Xamarin.Forms platform. 41 | For internal use by the Xamarin.Forms platform. 42 | To be added. 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/EvaluateJavaScriptDelegate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Delegate 13 | 14 | 15 | 16 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 17 | 18 | 19 | 20 | 21 | 22 | 23 | System.Threading.Tasks.Task<System.String> 24 | 25 | 26 | For internal use by the Xamarin.Forms platform. 27 | For internal use by the Xamarin.Forms platform. 28 | For internal use by the Xamarin.Forms platform. 29 | To be added. 30 | 31 | 32 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/IDataTemplate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.5.0.0 10 | 2.0.0.0 11 | 12 | 13 | 14 | 15 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 16 | 17 | 18 | System.Obsolete 19 | 20 | 21 | 22 | For internal use by platform renderers. 23 | To be added. 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | Property 32 | 33 | 0.0.0.0 34 | 1.5.0.0 35 | 2.0.0.0 36 | Xamarin.Forms.Core 37 | 38 | 39 | System.Func<System.Object> 40 | 41 | 42 | For internal use by platform renderers. 43 | For internal use by the Xamarin.Forms platform. 44 | To be added. 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/INavigationProxy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | 13 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 14 | 15 | 16 | 17 | For internal use by the Xamarin.Forms platform. 18 | To be added. 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | Property 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | Xamarin.Forms.Internals.NavigationProxy 33 | 34 | 35 | For internal use by the Xamarin.Forms platform. 36 | For internal use by the Xamarin.Forms platform. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/IPlatformInvalidate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | To be added. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Method 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.Void 28 | 29 | 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | To be added. 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/ISpatialElement.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by the Xamarin.Forms platform. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Property 23 | 24 | Xamarin.Forms.Core 25 | 0.0.0.0 26 | 2.0.0.0 27 | 28 | 29 | Xamarin.Forms.Region 30 | 31 | 32 | For internal use by the Xamarin.Forms platform. 33 | For internal use by the Xamarin.Forms platform. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Internals/ISystemResourcesProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | 14 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 15 | 16 | 17 | 18 | For internal use by the Xamarin.Forms platform. 19 | To be added. 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | Method 28 | 29 | 0.0.0.0 30 | 2.0.0.0 31 | Xamarin.Forms.Core 32 | 33 | 34 | Xamarin.Forms.Internals.IResourceDictionary 35 | 36 | 37 | 38 | For internal use by the Xamarin.Forms platform. 39 | For internal use by the Xamarin.Forms platform. 40 | To be added. 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Maps/_images/Pin.Label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms.Maps/_images/Pin.Label.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Markup/ToStringConverter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.Markup.FuncConverter<System.Object,System.String> 12 | 13 | System.Object 14 | System.String 15 | 16 | 17 | 18 | 19 | To be added. 20 | To be added. 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | 36 | 37 | To be added. 38 | To be added. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/ShellItem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Object 12 | 13 | 14 | 15 | To be added. 16 | To be added. 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration.iOSSpecific/VisualElement+ShadowEffect.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | Xamarin.Forms.RoutingEffect 13 | 14 | 15 | 16 | A routing effect for handling shadows on iOS. 17 | To be added. 18 | 19 | 20 | 21 | 22 | 23 | 24 | Constructor 25 | 26 | Xamarin.Forms.Core 27 | 0.0.0.0 28 | 2.0.0.0 29 | 30 | 31 | 32 | Creates a new routing shadow effect with default values. 33 | To be added. 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration/Android.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Xamarin.Forms.IConfigPlatform 17 | 18 | 19 | 20 | Marker class that identifies the Android platform. 21 | 22 | Developers specify the type name of this marker class to the method to specify the underlying Android control on which to run a platform-specific effect. 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Constructor 31 | 32 | 0.0.0.0 33 | 2.0.0.0 34 | Xamarin.Forms.Core 35 | 36 | 37 | 38 | Creates a new Android marker class. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration/GTK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Xamarin.Forms.IConfigPlatform 17 | 18 | 19 | 20 | Marker class that identifies the Linux platform. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 0.0.0.0 32 | 2.0.0.0 33 | 34 | 35 | 36 | Creates a new GTK marker class. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration/Tizen.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Xamarin.Forms.IConfigPlatform 17 | 18 | 19 | 20 | Marker class that identifies the Tizen platform. 21 | 22 | Developers specify the type name of this marker class to the method to specify the underlying Tizen control on which to run a platform-specific effect. 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Constructor 31 | 32 | 0.0.0.0 33 | 2.0.0.0 34 | Xamarin.Forms.Core 35 | 36 | 37 | 38 | Creates a new Tizen marker class. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration/Windows.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Xamarin.Forms.IConfigPlatform 17 | 18 | 19 | 20 | Marker class that identifies the Windows platform. 21 | 22 | Developers specify the type name of this marker class to the method to specify the underlying Windows control on which to run a platform-specific effect. 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Constructor 31 | 32 | 0.0.0.0 33 | 2.0.0.0 34 | Xamarin.Forms.Core 35 | 36 | 37 | 38 | Creates a new Windows marker class. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration/iOS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Xamarin.Forms.IConfigPlatform 17 | 18 | 19 | 20 | Marker class that identifies the iOS platform. 21 | 22 | Developers specify the type name of this marker class to the method to specify the underlying iOS control on which to run a platform-specific effect. 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Constructor 31 | 32 | 0.0.0.0 33 | 2.0.0.0 34 | Xamarin.Forms.Core 35 | 36 | 37 | 38 | Creates a new iOS marker class. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.PlatformConfiguration/macOS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Xamarin.Forms.IConfigPlatform 17 | 18 | 19 | 20 | Marker class that identifies the macOS platform. 21 | Developers specify the type name of this marker class to the method to specify the underlying iOS control on which to run a platform-specific effect. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | 0.0.0.0 31 | 2.0.0.0 32 | Xamarin.Forms.Core 33 | 34 | 35 | 36 | Creates a new macOS marker class. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/Ellipse.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.Shapes.Shape 12 | 13 | 14 | 15 | 16 | Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._EllipseRenderer)) 17 | 18 | 19 | 20 | To be added. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | To be added. 36 | To be added. 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/Geometry.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.BindableObject 12 | 13 | 14 | 15 | To be added. 16 | To be added. 17 | 18 | 19 | 20 | 21 | 22 | 23 | Constructor 24 | 25 | Xamarin.Forms.Core 26 | 2.0.0.0 27 | 28 | 29 | 30 | To be added. 31 | To be added. 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/GeometryCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Shapes.Geometry> 12 | 13 | Xamarin.Forms.Shapes.Geometry 14 | 15 | 16 | 17 | 18 | To be added. 19 | To be added. 20 | 21 | 22 | 23 | 24 | 25 | 26 | Constructor 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/PathFigureCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Shapes.PathFigure> 12 | 13 | Xamarin.Forms.Shapes.PathFigure 14 | 15 | 16 | 17 | 18 | To be added. 19 | To be added. 20 | 21 | 22 | 23 | 24 | 25 | 26 | Constructor 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/PathSegmentCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Shapes.PathSegment> 12 | 13 | Xamarin.Forms.Shapes.PathSegment 14 | 15 | 16 | 17 | 18 | To be added. 19 | To be added. 20 | 21 | 22 | 23 | 24 | 25 | 26 | Constructor 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/PointCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Point> 12 | 13 | Xamarin.Forms.Point 14 | 15 | 16 | 17 | 18 | 19 | Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.Shapes.PointCollectionConverter)) 20 | 21 | 22 | 23 | To be added. 24 | To be added. 25 | 26 | 27 | 28 | 29 | 30 | 31 | Constructor 32 | 33 | Xamarin.Forms.Core 34 | 2.0.0.0 35 | 36 | 37 | 38 | To be added. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Shapes/TransformCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Shapes.Transform> 12 | 13 | Xamarin.Forms.Shapes.Transform 14 | 15 | 16 | 17 | 18 | To be added. 19 | To be added. 20 | 21 | 22 | 23 | 24 | 25 | 26 | Constructor 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Xaml.Internals/XamlLoader.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Xaml 8 | 2.0.0.0 9 | 10 | 11 | System.Object 12 | 13 | 14 | 15 | 16 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 17 | 18 | 19 | System.Obsolete("Replaced by ResourceLoader") 20 | 21 | 22 | 23 | For internal use by the Xamarin.Forms platform. 24 | To be added. 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | Property 33 | 34 | Xamarin.Forms.Xaml 35 | 2.0.0.0 36 | 37 | 38 | System.Func<System.Type,System.String> 39 | 40 | 41 | For internal use by the Xamarin.Forms platform. 42 | To be added. 43 | To be added. 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Xaml/AcceptEmptyServiceProviderAttribute.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Attribute 13 | 14 | 15 | 16 | 17 | System.AttributeUsage(System.AttributeTargets.Class, Inherited=false) 18 | 19 | 20 | 21 | Tells the XAML parser and compiler that they may ignore supplied service providers in methods and constructors in the attributed class. 22 | 23 | Developers should note that this attribute does not guarantee that the parser will not pass instead of a supplied service provider. It only allows that they may do so. 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | Constructor 32 | 33 | 0.0.0.0 34 | 2.0.0.0 35 | Xamarin.Forms.Core 36 | 37 | 38 | 39 | Creates a new with default values. 40 | To be added. 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Xaml/IReferenceProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by the XAML infrastructure. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | Xamarin.Forms.Core 25 | 0.0.0.0 26 | 2.0.0.0 27 | 28 | 29 | System.Object 30 | 31 | 32 | 33 | 34 | 35 | To be added. 36 | For internal use by the XAML infrastructure. 37 | To be added. 38 | To be added. 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Xaml/IRootObjectProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | Internal use only. 20 | This interface may be removed or made private in the future. 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | Property 29 | 30 | 0.0.0.0 31 | 1.0.0.0 32 | 1.1.0.0 33 | 1.2.0.0 34 | 1.3.0.0 35 | 1.4.0.0 36 | 1.5.0.0 37 | 2.0.0.0 38 | Xamarin.Forms.Core 39 | 40 | 41 | System.Object 42 | 43 | 44 | Internal use only. 45 | To be added. 46 | To be added. 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Xaml/IValueProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.5.0.0 10 | 2.0.0.0 11 | 12 | 13 | 14 | Interface for value providers. 15 | To be added. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Method 24 | 25 | 0.0.0.0 26 | 1.5.0.0 27 | 2.0.0.0 28 | Xamarin.Forms.Core 29 | 30 | 31 | System.Object 32 | 33 | 34 | 35 | 36 | 37 | The service that provides the value. 38 | When implemented in a derived class, provides a value with the specified . 39 | To be added. 40 | To be added. 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms.Xaml/IXmlLineInfoProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.5.0.0 10 | 2.0.0.0 11 | 12 | 13 | 14 | For internal use by the XAML engine. 15 | To be added. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Property 24 | 25 | 0.0.0.0 26 | 1.5.0.0 27 | 2.0.0.0 28 | Xamarin.Forms.Core 29 | 30 | 31 | System.Xml.IXmlLineInfo 32 | 33 | 34 | For internal use by the XAML engine. 35 | To be added. 36 | To be added. 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BaseMenuItem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.3.0.0 10 | 1.4.0.0 11 | 1.5.0.0 12 | 2.0.0.0 13 | 14 | 15 | Xamarin.Forms.Element 16 | 17 | 18 | 19 | Base class for menu items. 20 | To be added. 21 | 22 | 23 | 24 | 25 | 26 | 27 | Constructor 28 | 29 | 0.0.0.0 30 | 1.3.0.0 31 | 1.4.0.0 32 | 1.5.0.0 33 | 2.0.0.0 34 | Xamarin.Forms.Core 35 | 36 | 37 | 38 | Intializes a new instance. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+BindingPropertyChangedDelegate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | System.Delegate 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | System.Void 27 | 28 | 29 | The bindable object that contains the property. 30 | The old property value. 31 | The new property value. 32 | Delegate for BindableProperty.PropertyChanged. 33 | To be added. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+BindingPropertyChangedDelegate`1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | 20 | Contravariant 21 | 22 | 23 | 24 | 25 | System.Delegate 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | System.Void 34 | 35 | 36 | The type of the bound property. 37 | The bindable object that contains the property. 38 | The old property value. 39 | The new property value. 40 | Strongly-typed delegate for BindableProperty.PropertyChanged. 41 | To be added. 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+BindingPropertyChangingDelegate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | System.Delegate 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | System.Void 27 | 28 | 29 | The bindable object that contains the property. 30 | The old property value. 31 | The new property value. 32 | Delegate for BindableProperty.PropertyChanging. 33 | To be added. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+BindingPropertyChangingDelegate`1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | 20 | Contravariant 21 | 22 | 23 | 24 | 25 | System.Delegate 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | System.Void 34 | 35 | 36 | The type of the bound property. 37 | The bindable object that contains the property. 38 | The old property value. 39 | The new property value. 40 | Strongly-typed delegate for BindableProperty.PropertyChanging. 41 | To be added. 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+CoerceValueDelegate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | System.Delegate 19 | 20 | 21 | 22 | 23 | 24 | 25 | System.Object 26 | 27 | 28 | The bindable object that contains the property. 29 | The value to coerce. 30 | Delegate for BindableProperty.CoerceValue. 31 | To be added. 32 | To be added. 33 | 34 | 35 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+CoerceValueDelegate`1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | 20 | 21 | System.Delegate 22 | 23 | 24 | 25 | 26 | 27 | 28 | TPropertyType 29 | 30 | 31 | The type of the bound property. 32 | The bindable object that contains the property. 33 | The value to coerce. 34 | Strongly-typed delegate for BindableProperty.CoerceValue. 35 | To be added. 36 | To be added. 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+CreateDefaultValueDelegate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.3.0.0 10 | 1.4.0.0 11 | 1.5.0.0 12 | 2.0.0.0 13 | 14 | 15 | System.Delegate 16 | 17 | 18 | 19 | 20 | 21 | System.Object 22 | 23 | 24 | The bindable object that contains the property. 25 | Strongly typed delegate for BindableProperty.DefaultValueCreator. 26 | To be added. 27 | To be added. 28 | 29 | 30 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+CreateDefaultValueDelegate`2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.3.0.0 10 | 1.4.0.0 11 | 1.5.0.0 12 | 2.0.0.0 13 | 14 | 15 | 16 | 17 | Contravariant 18 | 19 | 20 | 21 | 22 | Covariant 23 | 24 | 25 | 26 | 27 | System.Delegate 28 | 29 | 30 | 31 | 32 | 33 | TPropertyType 34 | 35 | 36 | The type of the object that delared the property. 37 | The type of the bound property. 38 | The bindable object that contains the property. 39 | Delegate for BindableProperty.DefaultValueCreator. 40 | To be added. 41 | To be added. 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+ValidateValueDelegate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | System.Delegate 19 | 20 | 21 | 22 | 23 | 24 | 25 | System.Boolean 26 | 27 | 28 | The bindable object that contains the property. 29 | The default value. 30 | Delegate for BindableProperty.ValidateValue. 31 | To be added. 32 | To be added. 33 | 34 | 35 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/BindableProperty+ValidateValueDelegate`1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | 20 | Contravariant 21 | 22 | 23 | 24 | 25 | System.Delegate 26 | 27 | 28 | 29 | 30 | 31 | 32 | System.Boolean 33 | 34 | 35 | The type of the bound property. 36 | The bindable object that contains the property. 37 | The value to validate. 38 | Strongly-typed delegate for BindableProperty.ValidateValue. 39 | To be added. 40 | To be added. 41 | 42 | 43 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/CollectionView.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.GroupableItemsView 12 | 13 | 14 | 15 | 16 | Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._CollectionViewRenderer)) 17 | 18 | 19 | 20 | A that presents a collection of items. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | To be added. 36 | To be added. 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/Condition.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.3.0.0 10 | 1.4.0.0 11 | 1.5.0.0 12 | 2.0.0.0 13 | 14 | 15 | System.Object 16 | 17 | 18 | 19 | Base class for conditions. 20 | To be added. 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/DesignMode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | System.Object 13 | 14 | 15 | 16 | Static class that developers can use to determine if the application is running in a previewer. 17 | This class is managed by the Xamarin.Forms platform to inform the developer when the application is being run in a previewer. 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | Property 26 | 27 | Xamarin.Forms.Core 28 | 0.0.0.0 29 | 2.0.0.0 30 | 31 | 32 | System.Boolean 33 | 34 | 35 | Indicates whether the application is being run in a previewer. 36 | 37 | if the application is being run in a previewer. if the application is being run on a device or emulator. 38 | To be added. 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/DoubleCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<System.Double> 12 | 13 | System.Double 14 | 15 | 16 | 17 | 18 | 19 | Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.DoubleCollectionConverter)) 20 | 21 | 22 | 23 | To be added. 24 | To be added. 25 | 26 | 27 | 28 | 29 | 30 | 31 | Constructor 32 | 33 | Xamarin.Forms.Core 34 | 2.0.0.0 35 | 36 | 37 | 38 | To be added. 39 | To be added. 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/DropCompletedEventArgs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.EventArgs 12 | 13 | 14 | 15 | To be added. 16 | To be added. 17 | 18 | 19 | 20 | 21 | 22 | 23 | Constructor 24 | 25 | Xamarin.Forms.Core 26 | 2.0.0.0 27 | 28 | 29 | 30 | To be added. 31 | To be added. 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/GestureRecognizer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | Xamarin.Forms.Element 19 | 20 | 21 | 22 | System.ComponentModel.INotifyPropertyChanged 23 | 24 | 25 | Xamarin.Forms.IGestureRecognizer 26 | 27 | 28 | 29 | The base class for all gesture recognizers. 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/GradientStopCollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.GradientStop> 12 | 13 | Xamarin.Forms.GradientStop 14 | 15 | 16 | 17 | 18 | To be added. 19 | To be added. 20 | 21 | 22 | 23 | 24 | 25 | 26 | Constructor 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IAppIndexingProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | This interface is for internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Property 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | Xamarin.Forms.IAppLinks 30 | 31 | 32 | For internal use by platform renderers. 33 | To be added. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IAppearanceObserver.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | To be added. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Method 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.Void 28 | 29 | 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | To be added. 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IApplicationController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Void 30 | 31 | 32 | 33 | 34 | 35 | For internal use by the Xamarin.Forms platform. 36 | For internal use by platform renderers. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IConfigElement`1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | 14 | Covariant 15 | Xamarin.Forms.Element 16 | 17 | 18 | 19 | 20 | 21 | To be added. 22 | This interface is for internal use by platform renderers. 23 | To be added. 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | Property 32 | 33 | 0.0.0.0 34 | 2.0.0.0 35 | Xamarin.Forms.Core 36 | 37 | 38 | T 39 | 40 | 41 | For internal use by platform renderers. 42 | To be added. 43 | To be added. 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IConfigPlatform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | Base interface for marker classes that identify target platforms for platform specific effects. 14 | 15 | Developers pass the type name of a predefined platform-specific implementation of this marker class to the method to specify the underlying control on which to run a platform-specific effect. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IDecorableTextElement.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | Interface for classes supporting . 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Property 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | Xamarin.Forms.TextDecorations 28 | 29 | 30 | Gets or sets the associated with the object. 31 | To be added. 32 | To be added. 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IDispatcherProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | 13 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) 14 | 15 | 16 | 17 | To be added. 18 | To be added. 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | Method 27 | 28 | Xamarin.Forms.Core 29 | 2.0.0.0 30 | 31 | 32 | Xamarin.Forms.IDispatcher 33 | 34 | 35 | 36 | 37 | 38 | To be added. 39 | To be added. 40 | To be added. 41 | To be added. 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IEditorController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | Xamarin.Forms.IElementController 14 | 15 | 16 | Xamarin.Forms.IViewController 17 | 18 | 19 | Xamarin.Forms.IVisualElementController 20 | 21 | 22 | 23 | For internal use by platform renderers. 24 | To be added. 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | Method 33 | 34 | 0.0.0.0 35 | 2.0.0.0 36 | Xamarin.Forms.Core 37 | 38 | 39 | System.Void 40 | 41 | 42 | 43 | For internal use by platform renderers. 44 | To be added. 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IEffectControlProvider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | When implemented in a renderer, registers a platform-specific effect on an element. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Void 30 | 31 | 32 | 33 | 34 | 35 | The effect to register. 36 | Registers the effect with the element by establishing the parent-child relations needed for rendering on the specific platform. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IEmbeddedFontLoader.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | To be added. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Method 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.ValueTuple<System.Boolean,System.String> 28 | 29 | 30 | System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "success", "filePath" }) 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | To be added. 39 | To be added. 40 | To be added. 41 | To be added. 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IEntryCellController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Void 30 | 31 | 32 | 33 | For internal use by platform renderers. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IEntryController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Void 30 | 31 | 32 | 33 | For internal use by platform renderers. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IFlyoutBehaviorObserver.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | To be added. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Method 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.Void 28 | 29 | 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | To be added. 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IGestureRecognizer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | System.ComponentModel.INotifyPropertyChanged 20 | 21 | 22 | 23 | The base interface all gesture recognizers must implement. 24 | This interface is currently empty, this will likely change. 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IGestureRecognizers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | To be added. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Property 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.Collections.Generic.IList<Xamarin.Forms.IGestureRecognizer> 28 | 29 | 30 | To be added. 31 | To be added. 32 | To be added. 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IGridController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Void 30 | 31 | 32 | 33 | 34 | 35 | For internal use by the Xamarin.Forms platform. 36 | For internal use by platform renderers. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IItemsLayout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | System.ComponentModel.INotifyPropertyChanged 13 | 14 | 15 | 16 | 17 | Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ItemsLayoutTypeConverter)) 18 | 19 | 20 | 21 | To be added. 22 | To be added. 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/ILayout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | Interface indicating layout behavior and exposing the event. 20 | To be added. 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | Event 29 | 30 | 0.0.0.0 31 | 1.0.0.0 32 | 1.1.0.0 33 | 1.2.0.0 34 | 1.3.0.0 35 | 1.4.0.0 36 | 1.5.0.0 37 | 2.0.0.0 38 | Xamarin.Forms.Core 39 | 40 | 41 | System.EventHandler 42 | 43 | 44 | Event that is raised when the layout changes. 45 | To be added. 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/ILayoutController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.3.5.0 10 | 1.4.0.0 11 | 1.5.0.0 12 | 2.0.0.0 13 | 14 | 15 | 16 | For internal use by platform renderers. 17 | To be added. 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | Property 26 | 27 | 0.0.0.0 28 | 1.3.5.0 29 | 1.4.0.0 30 | 1.5.0.0 31 | 2.0.0.0 32 | Xamarin.Forms.Core 33 | 34 | 35 | System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Element> 36 | 37 | 38 | For internal use by platform renderers. 39 | To be added. 40 | To be added. 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IMasterDetailPageController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | Xamarin.Forms.IFlyoutPageController 14 | 15 | 16 | 17 | For internal use by platform renderers. 18 | To be added. 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | Property 27 | 28 | 0.0.0.0 29 | 2.0.0.0 30 | Xamarin.Forms.Core 31 | 32 | 33 | Xamarin.Forms.Rectangle 34 | 35 | 36 | For internal use by platform renderers. 37 | To be added. 38 | To be added. 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/INativeElementView.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.5.0.0 10 | 2.0.0.0 11 | 12 | 13 | 14 | Interface that contains a read-only property that returns the platform-specific native view for a Xamarin.Forms element. 15 | To be added. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Property 24 | 25 | 0.0.0.0 26 | 1.5.0.0 27 | 2.0.0.0 28 | Xamarin.Forms.Core 29 | 30 | 31 | Xamarin.Forms.Element 32 | 33 | 34 | Gets the platform-specific native view for a Xamarin.Forms element. 35 | To be added. 36 | To be added. 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IPlatformElementConfiguration`2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | 14 | Covariant 15 | Xamarin.Forms.IConfigPlatform 16 | 17 | 18 | 19 | 20 | Covariant 21 | Xamarin.Forms.Element 22 | 23 | 24 | 25 | 26 | 27 | Xamarin.Forms.IConfigElement<TElement> 28 | 29 | 30 | 31 | To be added. 32 | To be added. 33 | Marker interface for returning platform-specific configuration elements. 34 | To be added. 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IQueryAttributable.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | To be added. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Method 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.Void 28 | 29 | 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | To be added. 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IRegisterable.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | 19 | Internally-used flagging interface indicating types that can be registered with the internal Registrar. 20 | To be added. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/ISearchBarController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | For internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Void 30 | 31 | 32 | 33 | For internal use by platform renderers. 34 | To be added. 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IShellContentInsetObserver.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | Defines an interface for observing changes to inset dimensions. 13 | To be added. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Method 22 | 23 | Xamarin.Forms.Core 24 | 2.0.0.0 25 | 26 | 27 | System.Void 28 | 29 | 30 | 31 | 32 | 33 | 34 | To be added. 35 | To be added. 36 | To be added. 37 | To be added. 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IStreamImageSource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 2.0.0.0 10 | 11 | 12 | 13 | This interface is for internal use by platform renderers. 14 | To be added. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Method 23 | 24 | 0.0.0.0 25 | 2.0.0.0 26 | Xamarin.Forms.Core 27 | 28 | 29 | System.Threading.Tasks.Task<System.IO.Stream> 30 | 31 | 32 | 33 | 34 | 35 | For internal use by the Xamarin.Forms platform. 36 | For internal use by platform renderers. 37 | To be added. 38 | To be added. 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IViewController.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.3.0.0 10 | 1.4.0.0 11 | 1.5.0.0 12 | 2.0.0.0 13 | 14 | 15 | 16 | Xamarin.Forms.IElementController 17 | 18 | 19 | Xamarin.Forms.IVisualElementController 20 | 21 | 22 | 23 | This interface is for internal use by platform renderers. 24 | To be added. 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/IVisual.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | 12 | 13 | Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.VisualTypeConverter)) 14 | 15 | 16 | 17 | To be added. 18 | To be added. 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/InitializationFlags.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Enum 12 | 13 | 14 | 15 | System.Flags 16 | 17 | 18 | 19 | To be added. 20 | To be added. 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | Field 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | Xamarin.Forms.InitializationFlags 35 | 36 | 1 37 | 38 | To be added. 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/PropertyChangingEventHandler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 0.0.0.0 9 | 1.0.0.0 10 | 1.1.0.0 11 | 1.2.0.0 12 | 1.3.0.0 13 | 1.4.0.0 14 | 1.5.0.0 15 | 2.0.0.0 16 | 17 | 18 | System.Delegate 19 | 20 | 21 | 22 | 23 | 24 | 25 | System.Void 26 | 27 | 28 | To be added. 29 | To be added. 30 | Delegate for the event. 31 | To be added. 32 | 33 | 34 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/ShellNavigatingDeferral.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Object 12 | 13 | 14 | 15 | To be added. 16 | To be added. 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | Method 25 | 26 | Xamarin.Forms.Core 27 | 2.0.0.0 28 | 29 | 30 | System.Void 31 | 32 | 33 | 34 | To be added. 35 | To be added. 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/SwipeMode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Enum 12 | 13 | 14 | To be added. 15 | To be added. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Field 24 | 25 | Xamarin.Forms.Core 26 | 2.0.0.0 27 | 28 | 29 | Xamarin.Forms.SwipeMode 30 | 31 | 1 32 | 33 | To be added. 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | Field 42 | 43 | Xamarin.Forms.Core 44 | 2.0.0.0 45 | 46 | 47 | Xamarin.Forms.SwipeMode 48 | 49 | 0 50 | 51 | To be added. 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/SwipeStartedEventArgs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.BaseSwipeEventArgs 12 | 13 | 14 | 15 | To be added. 16 | To be added. 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | Constructor 25 | 26 | Xamarin.Forms.Core 27 | 2.0.0.0 28 | 29 | 30 | 31 | 32 | 33 | To be added. 34 | To be added. 35 | To be added. 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/Tab.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.ShellSection 12 | 13 | 14 | 15 | 16 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always) 17 | 18 | 19 | 20 | To be added. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | To be added. 36 | To be added. 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/TabBar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | Xamarin.Forms.ShellItem 12 | 13 | 14 | 15 | 16 | System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always) 17 | 18 | 19 | 20 | To be added. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | To be added. 36 | To be added. 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/TextType.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Enum 12 | 13 | 14 | To be added. 15 | To be added. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Field 24 | 25 | Xamarin.Forms.Core 26 | 2.0.0.0 27 | 28 | 29 | Xamarin.Forms.TextType 30 | 31 | 1 32 | 33 | To be added. 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | Field 42 | 43 | Xamarin.Forms.Core 44 | 2.0.0.0 45 | 46 | 47 | Xamarin.Forms.TextType 48 | 49 | 0 50 | 51 | To be added. 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/VisualAttribute.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Attribute 12 | 13 | 14 | 15 | 16 | System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true) 17 | 18 | 19 | 20 | To be added. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | Constructor 30 | 31 | Xamarin.Forms.Core 32 | 2.0.0.0 33 | 34 | 35 | 36 | 37 | 38 | 39 | To be added. 40 | To be added. 41 | To be added. 42 | To be added. 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/VisualMarker+DefaultVisual.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Object 12 | 13 | 14 | 15 | Xamarin.Forms.IVisual 16 | 17 | 18 | 19 | 20 | marker type used to indicate for a to render using a default renderer. 21 | To be added. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | To be added. 36 | Use the singleton that is on . 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/VisualMarker+MaterialVisual.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Xamarin.Forms.Core 8 | 2.0.0.0 9 | 10 | 11 | System.Object 12 | 13 | 14 | 15 | Xamarin.Forms.IVisual 16 | 17 | 18 | 19 | 20 | marker type used to indicate for a to render using a material renderer. 21 | In order to use the Material visuals you must install Xamarin.Forms.Visual.Material. 22 | 23 | 24 | 25 | 26 | 27 | 28 | Constructor 29 | 30 | Xamarin.Forms.Core 31 | 2.0.0.0 32 | 33 | 34 | 35 | To be added. 36 | Use the singleton that is on . 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/AbsoluteLayout.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/AbsoluteLayout.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ActivityIndicator.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ActivityIndicator.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/BindableObject.BasicInitialization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/BindableObject.BasicInitialization.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/BoxView.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/BoxView.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Button.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Button.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/CarouselPage.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/CarouselPage.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Cell.Gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Cell.Gallery.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ContentView.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ContentView.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/DatePicker.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/DatePicker.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.BounceIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.BounceIn.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.BounceOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.BounceOut.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.CubicIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.CubicIn.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.CubicInOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.CubicInOut.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.CubicOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.CubicOut.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.Linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.Linear.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.SinIn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.SinIn.gif -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.SinInOut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.SinInOut.gif -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.SinOut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.SinOut.gif -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.SpringIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.SpringIn.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Easing.SpringOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Easing.SpringOut.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Editor.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Editor.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Element.Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Element.Hierarchy.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Entry.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Entry.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/EntryCell.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/EntryCell.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ExperimentAlignContent2-Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ExperimentAlignContent2-Large.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/FlexAlign.All.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/FlexAlign.All.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/FlexDirection.All.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/FlexDirection.All.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/FlexJustify.All.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/FlexJustify.All.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/FlexLayout.SetAlignSelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/FlexLayout.SetAlignSelf.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/FlexLayout.SetOrder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/FlexLayout.SetOrder.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Frame.iOS_Android_UWP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Frame.iOS_Android_UWP.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Grid.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Grid.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/IDefinition.DefinitionCollectionRelation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/IDefinition.DefinitionCollectionRelation.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ImageCell.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ImageCell.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ItemsView_Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ItemsView_Hierarchy.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Label.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Label.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Layout.Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Layout.Hierarchy.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ListView.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ListView.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/NavigationPage.TitleIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/NavigationPage.TitleIcon.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/OpenGLView.Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/OpenGLView.Example.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Picker.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Picker.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ProgressBar.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ProgressBar.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/ScrollView.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/ScrollView.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/SearchBar.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/SearchBar.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Slider.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Slider.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/StackLayout.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/StackLayout.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Stepper.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Stepper.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/Switch.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/Switch.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/SwitchCell.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/SwitchCell.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TabbedPage.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TabbedPage.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TableSectionBase.Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TableSectionBase.Hierarchy.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TableView.Sections.Android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TableView.Sections.Android.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TableView.Sections.iOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TableView.Sections.iOS.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TableView.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TableView.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TextCell.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TextCell.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TimePicker.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TimePicker.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/TypeConverter.Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/TypeConverter.Hierarchy.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/WebView.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/WebView.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/XamarinForms-ns.TripleScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/XamarinForms-ns.TripleScreenShot.png -------------------------------------------------------------------------------- /docs/Xamarin.Forms/_images/search-results-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/Xamarin.Forms-api-docs/d0f284022ed8e46b42e03fc5ccc80c177624cdcc/docs/Xamarin.Forms/_images/search-results-template.png -------------------------------------------------------------------------------- /docs/XamarinFormsAPI-breadcrumb/toc.yml: -------------------------------------------------------------------------------- 1 | - name: Xamarin 2 | tocHref: /dotnet/ 3 | topicHref: /xamarin/index 4 | items: 5 | - name: Previous Versions 6 | tocHref: /previous-versions/ 7 | topicHref: /previous-versions/ 8 | items: 9 | - name: .NET API browser 10 | tocHref: /previous-versions/dotnet/ 11 | topicHref: /previous-versions/dotnet/api/index 12 | -------------------------------------------------------------------------------- /docs/_filter.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/_missing-apis.yml: -------------------------------------------------------------------------------- 1 | ### YamlMime:XRefMap 2 | hrefUpdated: true 3 | references: 4 | - uid: Xamarin.Forms.Xaml.ProvideCompiledAttribute 5 | name: ProvideCompiledAttribute 6 | fullName: Xamarin.Forms.Xaml.ProvideCompiledAttribute 7 | -------------------------------------------------------------------------------- /docs/docfx.json: -------------------------------------------------------------------------------- 1 | { 2 | "build": { 3 | "content": [ 4 | { 5 | "files": [ 6 | "**/*.md", 7 | "**/*.yml" 8 | ], 9 | "exclude": [ 10 | "**/obj/**", 11 | "**/includes/**", 12 | "**/_themes/**", 13 | "api/overwrites/**", 14 | "README.md", 15 | "LICENSE", 16 | "LICENSE-CODE", 17 | "ThirdPartyNotices", 18 | "_missing-apis.yml" 19 | ] 20 | } 21 | ], 22 | "resource": [ 23 | { 24 | "files": [ 25 | "**/*.png", 26 | "**/*.jpg", 27 | "**/*.svg", 28 | "**/*.gif", 29 | "**/*.bmp" 30 | ], 31 | "exclude": [ 32 | "**/obj/**", 33 | "**/includes/**" 34 | ], 35 | "dest":"api/xamarin-media" 36 | } 37 | ], 38 | "overwrite": { 39 | "files": [ 40 | "api/overwrites/**/*.md" 41 | ] 42 | }, 43 | "globalMetadata": { 44 | "ms.subservice": "xamarin-forms", 45 | "ms.service": "xamarin", 46 | "apiPlatform": "dotnet", 47 | "breadcrumb_path": "/previous-versions/dotnet/XamarinFormsAPI-breadcrumb/toc.json", 48 | "author": "dotnet-bot", 49 | "ms.author": "dotnetcontent", 50 | "manager": "crdun", 51 | "ms.date": "03/13/2019", 52 | "searchScope": ["Xamarin.Forms API"], 53 | "products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/f0c462af-0ef9-4821-b36f-ba3d94736e2b"], 54 | "uhfHeaderId": "MSDocsHeader-Xamarin", 55 | "ms.topic": "managed-reference", 56 | "ROBOTS": "NOINDEX,NOFOLLOW", 57 | "is_archived": true, 58 | "is_retired": true, 59 | "feedback_system": "None", 60 | "learn_archive": "manual" 61 | }, 62 | "fileMetadata": { 63 | "author": { 64 | "api/**.yml": "dotnet-bot" 65 | } 66 | }, 67 | "template": [], 68 | "isCanonicalUrlWithMoniker": true, 69 | "dest": "_site", 70 | "xref": [ 71 | "_missing-apis.yml" 72 | ], 73 | "lruSize": 0 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /docs/ns-.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.DualScreen.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Internals.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | APIs that need public access to support the Xamarin.Forms platform, but should generally not be used by application developers. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Maps.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Cross-Platform Library for Displaying and Annotating Maps. 4 | 5 | Xamarin.Forms.Maps provides a cross-platform abstraction for displaying maps. To use Xamarin.Forms.Maps, application developers must calls Xamarin.FormsMaps.Init() as part of platform initialization, as shown in the following example: 6 | 7 | 55 | 56 | 57 | Xamarin.Forms Map Initialization and Configuration 58 | 59 | 60 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Markup.LeftToRight.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Markup.RightToLeft.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Markup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Contains an application class for maintaining compatibility with previous Android versions. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.AndroidSpecific.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Contains the application class, and fluent APIs for select controls and settings, for the Android platform. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.GTKSpecific.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Namespace defining types necessary for Xamarin.Forms Linux support. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.TizenSpecific.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Namespace defining types necessary for Xamarin.Forms Tizen support. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.WindowsSpecific.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Namespace defining types necessary for Xamarin.Forms Windows platform support. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.iOSSpecific.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Contains the application class, and fluent APIs for select controls and settings, for the iOS platform. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.macOSSpecific.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Contains the application class, and fluent APIs for select controls and settings, for the macOS platform. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.PlatformConfiguration.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Contains a marker class for each supported platform. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Shapes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.StyleSheets.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Namespace defining types necessary for supporting style sheets in Xamarin.Forms. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Xaml.Diagnostics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | To be added. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Xaml.Internals.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Contains APIs that need public access to support the Xamarin.Forms XAML infrastructure, but should generally not be used by application developers. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /docs/ns-Xamarin.Forms.Xaml.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Namespace defining types necessary for Xamarin.Forms XAML support. 4 | To be added. 5 | 6 | 7 | -------------------------------------------------------------------------------- /frameworks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | dependencies/xamarin-forms 5 | 6 | 7 | --------------------------------------------------------------------------------