Initial import
authorJason Smith <jason.smith@xamarin.com>
Tue, 22 Mar 2016 20:02:25 +0000 (13:02 -0700)
committerJason Smith <jason.smith@xamarin.com>
Tue, 22 Mar 2016 23:13:41 +0000 (16:13 -0700)
commit17fdde66d94155fc62a034fa6658995bef6fd6e5
treeb5e5073a2a7b15cdbe826faa5c763e270a505729
Initial import
2604 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nuget/NuGet.Config [new file with mode: 0644]
.nuget/NuGet.exe [new file with mode: 0644]
.nuget/NuGet.targets [new file with mode: 0644]
.nuget/packages.config [new file with mode: 0644]
.nuspec/Xamarin.Forms.Debug.targets [new file with mode: 0644]
.nuspec/Xamarin.Forms.Maps.nuspec [new file with mode: 0644]
.nuspec/Xamarin.Forms.Maps.props [new file with mode: 0644]
.nuspec/Xamarin.Forms.Maps.targets [new file with mode: 0644]
.nuspec/Xamarin.Forms.nuspec [new file with mode: 0644]
.nuspec/Xamarin.Forms.targets [new file with mode: 0644]
AndroidNative/FormsViewGroup/.classpath [new file with mode: 0644]
AndroidNative/FormsViewGroup/.project [new file with mode: 0644]
AndroidNative/FormsViewGroup/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
AndroidNative/FormsViewGroup/AndroidManifest.xml [new file with mode: 0644]
AndroidNative/FormsViewGroup/libs/android-support-v4.jar [new file with mode: 0644]
AndroidNative/FormsViewGroup/proguard-project.txt [new file with mode: 0644]
AndroidNative/FormsViewGroup/project.properties [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/values-v11/styles.xml [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/values-v14/styles.xml [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/values/strings.xml [new file with mode: 0644]
AndroidNative/FormsViewGroup/res/values/styles.xml [new file with mode: 0644]
AndroidNative/FormsViewGroup/src/com/xamarin/forms/platform/android/FormsViewGroup.java [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Annotations.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/AstBuilder.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/AstMethodBodyBuilder.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/CommentStatement.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/DecompilerContext.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/NRefactoryExtensions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/NameVariables.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/TextTokenWriter.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/AddCheckedBlocks.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/CombineQueryExpressions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/ContextTrackingVisitor.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/ConvertConstructorCallIntoInitializer.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/CustomPatterns.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/DecimalConstantTransform.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/DeclareVariables.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/DelegateConstruction.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/ExpressionTreeConverter.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/FlattenSwitchBlocks.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/IntroduceExtensionMethods.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/IntroduceQueryExpressions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/IntroduceUnsafeModifier.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/IntroduceUsingDeclarations.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/PatternStatementTransform.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/PushNegation.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/ReplaceMethodCallsWithOperators.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/Transforms/TransformationPipeline.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Ast/TypesHierarchyHelpers.cs [new file with mode: 0644]
ICSharpCode.Decompiler/CecilExtensions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/CodeMappings.cs [new file with mode: 0644]
ICSharpCode.Decompiler/DecompilerException.cs [new file with mode: 0644]
ICSharpCode.Decompiler/DecompilerSettings.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Disassembler/DisassemblerHelpers.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Disassembler/ILStructure.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Disassembler/MethodBodyDisassembler.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Disassembler/ReflectionDisassembler.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowEdge.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowGraph.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowGraphBuilder.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowNode.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/ControlStructureDetector.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/OpCodeInfo.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SimplifyByRefCalls.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SsaBlock.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SsaForm.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SsaFormBuilder.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SsaInstruction.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SsaOptimization.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/SsaVariable.cs [new file with mode: 0644]
ICSharpCode.Decompiler/FlowAnalysis/TransformToSsa.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj [new file with mode: 0644]
ICSharpCode.Decompiler/ICSharpCode.Decompiler.sln [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/AsyncDecompiler.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/DefaultDictionary.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/GotoRemoval.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/ILAstBuilder.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/ILAstOptimizer.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/ILAstTypes.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/ILCodes.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/ILInlining.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/InitializerPeepholeTransforms.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/LiftedOperators.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/LoopsAndConditions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/PatternMatching.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/PeepholeTransform.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/SimpleControlFlow.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/StateRange.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/SymbolicExecution.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/TypeAnalysis.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ILAst/YieldReturnDecompiler.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ITextOutput.cs [new file with mode: 0644]
ICSharpCode.Decompiler/PlainTextOutput.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs [new file with mode: 0644]
ICSharpCode.Decompiler/ReferenceResolvingException.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Async.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/BooleanConsumedAsInteger.il [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CallOverloadedMethod.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CheckedUnchecked.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CodeSampleFileParser.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/ControlFlow.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CustomAttributes.code.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CustomAttributes/S_AssemblyCustomAttribute.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CustomAttributes/S_CustomAttributeSamples.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CustomAttributes/S_CustomAttributes.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/CustomShortCircuitOperators.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/DecompilerTestBase.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/DelegateConstruction.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/DoubleConstants.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/ExceptionHandling.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/ExpressionTrees.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Generics.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Helpers/CodeAssert.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Helpers/RemoveCompilerAttribute.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/ICSharpCode.Decompiler.Tests.csproj [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/IL/ILTests.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/IL/SequenceOfNestedIfs.Output.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/IL/SequenceOfNestedIfs.il [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/IL/StackTests.il [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/IncrementDecrement.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/InitializerTests.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/LiftedOperators.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Lock.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Loops.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/MultidimensionalArray.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/PInvoke.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/PropertiesAndEvents.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/QueryExpressions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Switch.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/TestRunner.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/TypeAnalysisTests.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Types/EnumTests.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Types/S_EnumSamples.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Types/S_TypeDeclarations.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Types/S_TypeMemberDeclarations.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/Types/TypeTests.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/UndocumentedExpressions.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/UnsafeCode.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/ValueTypes.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/YieldReturn.cs [new file with mode: 0644]
ICSharpCode.Decompiler/Tests/packages.config [new file with mode: 0644]
ICSharpCode.Decompiler/TextOutputWriter.cs [new file with mode: 0644]
ICSharpCode.Decompiler/packages.config [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android (Forwarders).csproj [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.Android/packages.config [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8 (Forwarders).csproj [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.cs [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.iOS.Classic/Xamarin.Forms.Platform.iOS.Classic (Forwarders).csproj [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs [new file with mode: 0644]
Stubs/Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS (Forwarders).csproj [new file with mode: 0644]
Xamarin.Forms.Android.UITests/BaseTestFixture.cs [new file with mode: 0644]
Xamarin.Forms.Android.UITests/Makefile [new file with mode: 0644]
Xamarin.Forms.Android.UITests/PlatformHelpers.cs [new file with mode: 0644]
Xamarin.Forms.Android.UITests/PlatformQueries.cs [new file with mode: 0644]
Xamarin.Forms.Android.UITests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Android.UITests/Xamarin.Forms.Android.UITests.csproj [new file with mode: 0644]
Xamarin.Forms.Android.UITests/packages.config [new file with mode: 0644]
Xamarin.Forms.Android.UITests/testcloudupload.bat [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/CreateObjectVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/DebugXamlCTask.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/ExpandMarkupsVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/FieldReferenceExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/FixedCreateCSharpManifestResourceName.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/ILContext.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/ILProcessorExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/ILRootNode.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/MethodDefinitionExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/MethodReferenceExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/NodeILExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/PropertyDefinitionExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/SetFieldVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/SetNamescopesAndRegisterNamesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/SetPropertiesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/SetResourcesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/TypeDefinitionExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/TypeReferenceExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/Xamarin.Forms.Build.Tasks.csproj [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/XamlCAssemblyResolver.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/XamlCTask.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/XamlGTask.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Build.Tasks/packages.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Activity1.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Assets/WebImages/XamarinLogo.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Assets/default.css [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Assets/local.html [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/BrokenNativeControl.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/CustomRenderers.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Properties/AndroidManifest.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/AboutResources.txt [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/CustomSelector.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/CustomSelector2.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/FlowerBuds.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/Fruits.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/Icon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/Legumes.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/Vegetables.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/bank.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/calculator.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/coffee.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/cover1.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/cover1small.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/crimson.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/crimsonsmall.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/menuIcon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/oasis.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/oasissmall.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/photo.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/seth.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/drawable/toolbar_close.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidCell.axml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/layout/Tabbar.axml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/layout/Toolbar.axml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/values/Colors.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Resources/values/styles.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/app.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/packages.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/App.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/App.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/AlignmentGrid.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/ApplicationIcon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/BrokenNativeControl.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/MainPage.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/MainPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Properties/AppManifest.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Properties/WMAppManifest.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Resources/AppResources.Designer.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Resources/AppResources.resx [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/WebImages/XamarinLogo.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/Xamarin.Forms.ControlGallery.WP8.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/app.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/bank.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/cover1.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/cover1small.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/crimson.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/crimsonsmall.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/default.css [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/local.html [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/menuIcon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/oasis.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/oasissmall.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/packages.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/photo.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/seth.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WP8/toolbar_close.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/App.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/App.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Assets/Logo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Assets/SmallLogo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Assets/SplashScreen.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Assets/StoreLogo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/BrokenNativeControl.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/MainPage.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/MainPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Package.appxmanifest [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/StringProvider.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Xamarin.Forms.ControlGallery.Windows.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Xamarin.Forms.ControlGallery.Windows_TemporaryKey.pfx [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/toolbar_close.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Assets/Logo.scale-240.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Assets/SmallLogo.scale-240.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Assets/SplashScreen.scale-240.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Assets/Square71x71Logo.scale-240.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Assets/StoreLogo.scale-240.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Assets/WideLogo.scale-240.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/BrokenNativeControl.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/MainPage.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/MainPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Package.appxmanifest [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/StringProvider.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/app.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsPhone/toolbar_close.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Assets/Logo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Assets/SmallLogo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Assets/SplashScreen.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Assets/StoreLogo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Assets/WideLogo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/BrokenNativeControl.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/MainPage.xaml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/MainPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Package.appxmanifest [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Properties/default.rd.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/project.json [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/toolbar_close.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/AppDelegate.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/BrokenNativeControl.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Default-568h@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Default-667h@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Default@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Entitlements.plist [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Goobuntu-icon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/FlowerBuds.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/FlowerBuds@2x.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/Fruits.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/Fruits@2x.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/Legumes.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/Legumes@2x.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/Vegetables.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Images/Vegetables@2x.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Info.plist [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Intranet-icon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Main.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/WebImages/XamarinLogo.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.Classic.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/app.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/bank.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/bank@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/calculator.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/calculator@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/coffee@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/cover1.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/cover1small.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/crimson.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/crimsonsmall.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/default.css [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/local.html [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/menuIcon.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/menuIcon@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/move_slider_one_right_ios6_iphone.base64 [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/move_slider_three_right_ios6_iphone.base64 [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/move_slider_two_right_ios6_iphone.base64 [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/oasis.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/oasissmall.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/packages.config [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/photo.jpg [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/seth.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/seth@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/settings@2x.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.iOS/toolbar_close.png [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/AddingMultipleItemsListView.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/AppBarIconColors.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla21368.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla21501.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla21780.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla22229.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla22229.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla22401.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla24574.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla24769.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla25662.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla25979.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26032.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26032.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26171.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26233.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26501.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26868.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla26993.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27085.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27318.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27318.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27350.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27378.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27581.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27642.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27698.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla27779.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28001.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28240.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28498.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28570.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28575.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28709.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28796.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28939.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29017.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29107.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29107.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29128.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29158.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29229.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29247.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29257.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29363.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla29453.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla30317.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla30324.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla30353.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla30651.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla30835.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla30935.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31029.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31114.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31145.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31255.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31330.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31366.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31395.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31602.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31964.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31967.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31967.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32034.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32040.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32148.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32230.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32447.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32447.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32462.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32487.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32615.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32691.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32776.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32801.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32842.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32842.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32847.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32898.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32902.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33268.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33450.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33578.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33612.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33714.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33870.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla33890.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34007.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34061.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34072.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34561.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34632.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34720.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34727.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla34912.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35078.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35127.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35157.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35294.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35472.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35477.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35490.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35733.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla35738.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36009.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36014.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36171.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36393.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36479.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36559.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36649.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36681.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36788.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla37462.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla37601.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla37625.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla37841.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla37863.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38105.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38112.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38416.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38416.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38658.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38827.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38827.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla38978.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39331.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39395.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39461.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39463.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39463.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39483.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39483.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39499.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39624.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39668.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/CarouselAsync.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/ComplexListView.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DataTemplateGridImageTest.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DefaultColorToggleTest.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/DisposedSharedPages.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/InputTransparentIssue.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/IsPasswordToggleTest.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/IsShowingUserIssue.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1025.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1026.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1028.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1075.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1097.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1146.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1219.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1228.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1236.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1259.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1267.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1305.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1329.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1384.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1400.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1461.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1497.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1497.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1538.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1545.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1545.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1546.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1549.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1549.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1554.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1554.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1557.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1566.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1567.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1568.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1568.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1583.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1590.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1593.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1598.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1613.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1618.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1641.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1641.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1644.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1653.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1653.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1653v2.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1653v2.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1664.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1680.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1682.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1685.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1691.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1698.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1700.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1703.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1705.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1712.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1712.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1722.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1723.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1741.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1741.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1742.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1747.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1747.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1755.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1758.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1762.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1763.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1766.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1766.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1769.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1777.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue181.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1851.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1875.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1888.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1891.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1895.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1898.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1898.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1905.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1914.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue194.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue198.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue206.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue214.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2143.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2191.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2222.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue22246_BZ.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2241.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2248.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2259.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2266.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2270.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2272.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2282.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2282.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2288.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2288.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2289.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2289.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue229.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2291.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2292.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2294.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2333.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2339.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2354.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2357.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2357.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2411.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2414.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2470.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2470.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2563.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2594.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2597.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue260.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2615.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2628.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2634.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue264.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2659.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2659.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2775.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2777.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2777.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2783.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2794.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2809.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2883.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2923.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2927.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2948.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2951.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2951.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2953.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2954.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2961.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2963.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2964.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2965.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2976.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2981.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2983.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2987.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue3086.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue3086.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue3276.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue3292.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue3319.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue3319.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue342.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue416.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue417.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue465.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue488.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue530.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue764.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue773.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue774.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue852.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue886.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue889.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue892.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue935.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue968.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue973.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/ListViewViewCellBinding.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/ModalActivityIndicatorTest.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/ModelContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/NavPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/NavigationStackTests.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/ScrollViewOutOfBounds.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/StackLayoutIssue.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/SwipeBackNavCrash.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/TabbedPageTests.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/TabbedPageWithList.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/TestPages/TestPages.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.shproj [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/_Template.cs [new file with mode: 0644]
Xamarin.Forms.Controls/App.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/AppearingGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/AutomationIDGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/BehaviorsAndTriggers.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/CellForceUpdateSizeGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/LayoutAddPerformance.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/LayoutAddPerformance.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/ListRefresh.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/ListScrollTo.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/ListViewSelectionColor.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/NavBarTitleTestPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/NestedNativeControlGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/PanGestureGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/PinchGestureTestPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ControlGalleryPages/ToolbarItems.cs [new file with mode: 0644]
Xamarin.Forms.Controls/Controls/Issue3076Button.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/ActivityIndicatorCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/ButtonCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/CoreBoxViewGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/CoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/DatePickerCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/EditorCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/EntryCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/FrameCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/ImageCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/KeyboardCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/LabelCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/ListViewCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/OpenGLViewCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/PickerCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/ProgressBarCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/SearchBarCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/SliderCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/StepperCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/SwitchCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/TableViewCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/TimePickerCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGalleryPages/WebViewCoreGalleryPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/AbsoluteLayoutGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ActionSheetGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/AlertGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/BackgroundImageGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/BoundContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CarouselPageGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CarouselViewGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellTypeList.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/EntryCellListPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/EntryCellTablePage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellTablePage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ProductViewCell.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/SwitchCellListPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/SwitchCellTablePage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/TextCellListPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/TextCellTablePage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/UnEvenViewCellGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ViewCellGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ClipToBoundsGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ControlTemplatePage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ControlTemplateXamlPage.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ControlTemplateXamlPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/DisposeGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/EditableList.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/EditorGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/EntryGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/FrameGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/GridGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/GroupedListActionsGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/GroupedListContactsGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ImageGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ImageLoadingGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/InputIntentGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/LabelGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/LayoutOptionsGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/LayoutPerformanceGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/LineBreakModeGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ListPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ListViewDemoPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/MapGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/MasterDetailPageTabletPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/MinimumSizeGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/MultiGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/NavigationBarGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/NavigationMenuGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/NavigationPropertiesGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/OpenGLGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/PickerGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ProgressBarGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/RelativeLayoutGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ScaleRotate.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ScrollGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/SearchBarGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/SettingsPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/SliderGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/StackLayoutGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/StepperGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/StyleGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/StyleXamlGallery.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/StyleXamlGallery.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/SwitchGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/TableViewGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/TemplatedCarouselGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/TemplatedTabbedGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/ToolbarGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/UnevenListGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/WebViewGallery.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/XamlPage.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/XamlPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/crimson.jpg [new file with mode: 0644]
Xamarin.Forms.Controls/Helpers/ITestCloudService.cs [new file with mode: 0644]
Xamarin.Forms.Controls/LegacyRepro/Page1.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/LegacyRepro/Page1.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/LegacyRepro/SampleViewCell.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/LegacyRepro/SampleViewCell.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/CaseTenPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/Issue465Page.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootMDPNavigationContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootMDPNavigationTabbedContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootNavigationContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootNavigationManyTabbedPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootNavigationTabbedContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootTabbedContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootTabbedMDPNavigationContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootTabbedManyNavigationContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/RootTabbedNavigationContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/SwapHierachyStackLayout.cs [new file with mode: 0644]
Xamarin.Forms.Controls/RootPages/TabbedNavPage.cs [new file with mode: 0644]
Xamarin.Forms.Controls/TestCases.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ViewContainers/EventViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ViewContainers/LayeredViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ViewContainers/MultiBindingHack.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ViewContainers/StateViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ViewContainers/ValueViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Controls/ViewContainers/ViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj [new file with mode: 0644]
Xamarin.Forms.Controls/app.config [new file with mode: 0644]
Xamarin.Forms.Controls/packages.config [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/App.cs [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/Makefile [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/PlatformQueries.cs [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj [new file with mode: 0644]
Xamarin.Forms.Core.Android.UITests/packages.config [new file with mode: 0644]
Xamarin.Forms.Core.Design/AttributeTableBuilder.cs [new file with mode: 0644]
Xamarin.Forms.Core.Design/EnumConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core.Design/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core.Design/RegisterMetadata.cs [new file with mode: 0644]
Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj [new file with mode: 0644]
Xamarin.Forms.Core.Design/packages.config [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/AbsoluteLayoutTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/AnimatableKeyTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BaseTestFixture.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BehaviorTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindableObjectExtensionTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindableObjectUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindablePropertyUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindingBaseUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindingExpressionTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindingTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindingTypeConverterTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BindingUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/BoxViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ButtonUnitTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/CarouselPageTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/CellTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ColorUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/CommandSourceTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/CommandTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ContentFormUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ContentViewUnitTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ContraintTypeConverterTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ControlTemplateTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DataTemplateSelectorTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DataTemplateTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DataTriggerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DatePickerUnitTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DependencyServiceTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DistanceTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DynamicBindingContextTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/DynamicResourceTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/EasingTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/EditorTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/EffectTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ElementTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/EntryCellTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/EntryUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/EventTriggerTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/FluentTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/FontUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/FormattedStringTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/FrameUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/GeocoderUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/GridLengthTypeConverterTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/GridTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/GroupViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ImageSourceTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ImageTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/Images/crimson.jpg [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/KeyboardTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/LabelTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/LayoutOptionsUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ListProxyTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ListViewTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MapSpanTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MapTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MarginTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MasterDetailFormUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MenuItemTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MessagingCenterTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MockPlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MockViewModel.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MotionTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MultiPageTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/MultiTriggerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/NavigationMenuUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/NavigationModelTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/NavigationProxyTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/NavigationUnitTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/NotifiedPropertiesTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/NotifyCollectionChangedEventArgsExtensionsTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ObservableWrapperTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/OpenGLViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PageTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PanGestureRecognizerUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PickerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PinTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PinchGestureRecognizerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PointTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/PositionTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ProgressBarTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/RectangleUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/RegistrarUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/RelativeLayoutTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ResourceDictionaryTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ScrollViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/SearchBarUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/SizeTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/SliderUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/StackLayoutUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/StepperUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/StyleTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/SwitchCellTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/SwitchUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TabbedFormUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TableModelTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TableRootUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TableSectionTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TableViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TapGestureRecognizerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TemplatedItemsListTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TextCellTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ThicknessTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TimePickerUnitTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ToolbarItemTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ToolbarTrackerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ToolbarUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TriggerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/TypeUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/UnitPlatform.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/UriImageSourceTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ViewCellTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/WebViewUnitTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/packages.config [new file with mode: 0644]
Xamarin.Forms.Core.Windows.UITests/App.cs [new file with mode: 0644]
Xamarin.Forms.Core.Windows.UITests/PlatformQueries.cs [new file with mode: 0644]
Xamarin.Forms.Core.Windows.UITests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj [new file with mode: 0644]
Xamarin.Forms.Core.Windows.UITests/packages.config [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/App.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/BaseTestFixture.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Makefile [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/PlatformQueries.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Queries.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Remotes/BaseViewContainerRemote.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Remotes/EventViewContainerRemote.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Remotes/LayeredViewContainerRemote.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Remotes/RemoteFactory.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Remotes/StateViewContainerRemote.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Remotes/ViewContainerRemote.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ActivityIndicatorUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/AppearingUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/AutomationIDUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/BoxViewUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ButtonUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ContextActionsUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/DatePickerUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/DisplayAlertUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/EditorUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/FrameUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ImageUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/LabelUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-AbsoluteLayoutGalleryTest.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-BoundViewUITest.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ButtonUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-CarouselPageUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-CellsUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ClipToBoundsUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-EditorUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-EntryUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-GridGalleryUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-GroupedListActionsUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-InputIntentUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ListUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-MapUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-MinimumSizeUITest.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-RelativeLayoutUITest.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-SearchBarUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-SliderUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-StackLayoutUITest.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-StepperUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-SwitchUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-TableViewUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-TemplatedCarouselPageUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-TemplatedTabPageUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-UnevenListTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-UnevenViewCellUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ViewCellUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/PickerUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ProgressBarUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/RootGalleryUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ScrollViewUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/SearchBarUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/SliderUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/StepperUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/SwitchUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/TimePickerUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ToolbarItemTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/ViewUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/AppExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/Drag.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/Gestures.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/Logger.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/NumericExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/ParsingUtils.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/UITestCustomExceptions.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Utilities/ViewInspector.cs [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj [new file with mode: 0644]
Xamarin.Forms.Core.iOS.UITests/packages.config [new file with mode: 0644]
Xamarin.Forms.Core/AbsoluteLayout.cs [new file with mode: 0644]
Xamarin.Forms.Core/AbsoluteLayoutFlags.cs [new file with mode: 0644]
Xamarin.Forms.Core/ActionSheetArguments.cs [new file with mode: 0644]
Xamarin.Forms.Core/ActivityIndicator.cs [new file with mode: 0644]
Xamarin.Forms.Core/AlertArguments.cs [new file with mode: 0644]
Xamarin.Forms.Core/AnimatableKey.cs [new file with mode: 0644]
Xamarin.Forms.Core/Animation.cs [new file with mode: 0644]
Xamarin.Forms.Core/AnimationExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/Application.cs [new file with mode: 0644]
Xamarin.Forms.Core/Aspect.cs [new file with mode: 0644]
Xamarin.Forms.Core/BackButtonPressedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/BaseMenuItem.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindableObject.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindableObjectExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindableProperty.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindablePropertyConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindablePropertyKey.cs [new file with mode: 0644]
Xamarin.Forms.Core/Binding.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindingBase.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindingBaseExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindingExpression.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindingMode.cs [new file with mode: 0644]
Xamarin.Forms.Core/BindingTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/BoundsConstraint.cs [new file with mode: 0644]
Xamarin.Forms.Core/BoundsTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/BoxView.cs [new file with mode: 0644]
Xamarin.Forms.Core/Button.cs [new file with mode: 0644]
Xamarin.Forms.Core/CarouselPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/CarouselView.cs [new file with mode: 0644]
Xamarin.Forms.Core/CastingEnumerator.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/Cell.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/EntryCell.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/INativeElementView.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/ImageCell.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/SwitchCell.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/TextCell.cs [new file with mode: 0644]
Xamarin.Forms.Core/Cells/ViewCell.cs [new file with mode: 0644]
Xamarin.Forms.Core/ChatKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/ChildCollectionChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/CollectionSynchronizationCallback.cs [new file with mode: 0644]
Xamarin.Forms.Core/CollectionSynchronizationContext.cs [new file with mode: 0644]
Xamarin.Forms.Core/Color.cs [new file with mode: 0644]
Xamarin.Forms.Core/ColorTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/ColumnDefinition.cs [new file with mode: 0644]
Xamarin.Forms.Core/ColumnDefinitionCollection.cs [new file with mode: 0644]
Xamarin.Forms.Core/Command.cs [new file with mode: 0644]
Xamarin.Forms.Core/ConcurrentDictionary.cs [new file with mode: 0644]
Xamarin.Forms.Core/Constraint.cs [new file with mode: 0644]
Xamarin.Forms.Core/ConstraintExpression.cs [new file with mode: 0644]
Xamarin.Forms.Core/ConstraintType.cs [new file with mode: 0644]
Xamarin.Forms.Core/ConstraintTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/ContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/ContentPresenter.cs [new file with mode: 0644]
Xamarin.Forms.Core/ContentPropertyAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/ContentView.cs [new file with mode: 0644]
Xamarin.Forms.Core/ControlTemplate.cs [new file with mode: 0644]
Xamarin.Forms.Core/CustomKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/DataTemplate.cs [new file with mode: 0644]
Xamarin.Forms.Core/DataTemplateExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/DataTemplateSelector.cs [new file with mode: 0644]
Xamarin.Forms.Core/DateChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/DatePicker.cs [new file with mode: 0644]
Xamarin.Forms.Core/DefinitionCollection.cs [new file with mode: 0644]
Xamarin.Forms.Core/DelegateLogListener.cs [new file with mode: 0644]
Xamarin.Forms.Core/DependencyAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/DependencyFetchTarget.cs [new file with mode: 0644]
Xamarin.Forms.Core/DependencyService.cs [new file with mode: 0644]
Xamarin.Forms.Core/Device.cs [new file with mode: 0644]
Xamarin.Forms.Core/DeviceInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core/DeviceOrientation.cs [new file with mode: 0644]
Xamarin.Forms.Core/DeviceOrientationExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/Easing.cs [new file with mode: 0644]
Xamarin.Forms.Core/Editor.cs [new file with mode: 0644]
Xamarin.Forms.Core/Effect.cs [new file with mode: 0644]
Xamarin.Forms.Core/Element.cs [new file with mode: 0644]
Xamarin.Forms.Core/ElementCollection.cs [new file with mode: 0644]
Xamarin.Forms.Core/ElementEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ElementTemplate.cs [new file with mode: 0644]
Xamarin.Forms.Core/EmailKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/Entry.cs [new file with mode: 0644]
Xamarin.Forms.Core/EnumerableExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/EventArg.cs [new file with mode: 0644]
Xamarin.Forms.Core/ExportEffectAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/ExpressionSearch.cs [new file with mode: 0644]
Xamarin.Forms.Core/FileAccess.cs [new file with mode: 0644]
Xamarin.Forms.Core/FileImageSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/FileImageSourceConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/FileMode.cs [new file with mode: 0644]
Xamarin.Forms.Core/FileShare.cs [new file with mode: 0644]
Xamarin.Forms.Core/FocusEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/Font.cs [new file with mode: 0644]
Xamarin.Forms.Core/FontAttributes.cs [new file with mode: 0644]
Xamarin.Forms.Core/FontSizeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/FontTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/FormattedString.cs [new file with mode: 0644]
Xamarin.Forms.Core/Frame.cs [new file with mode: 0644]
Xamarin.Forms.Core/GestureRecognizer.cs [new file with mode: 0644]
Xamarin.Forms.Core/GestureState.cs [new file with mode: 0644]
Xamarin.Forms.Core/GestureStatus.cs [new file with mode: 0644]
Xamarin.Forms.Core/Grid.cs [new file with mode: 0644]
Xamarin.Forms.Core/GridCalc.cs [new file with mode: 0644]
Xamarin.Forms.Core/GridLength.cs [new file with mode: 0644]
Xamarin.Forms.Core/GridLengthTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/GridUnitType.cs [new file with mode: 0644]
Xamarin.Forms.Core/HandlerAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/HtmlWebViewSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/IAnimatable.cs [new file with mode: 0644]
Xamarin.Forms.Core/IApplicationController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IButtonController.cs [new file with mode: 0644]
Xamarin.Forms.Core/ICarouselViewController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IControlTemplated.cs [new file with mode: 0644]
Xamarin.Forms.Core/IDefinition.cs [new file with mode: 0644]
Xamarin.Forms.Core/IDeserializer.cs [new file with mode: 0644]
Xamarin.Forms.Core/IEffectControlProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/IElement.cs [new file with mode: 0644]
Xamarin.Forms.Core/IElementController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IExpressionSearch.cs [new file with mode: 0644]
Xamarin.Forms.Core/IExtendedTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/IFontElement.cs [new file with mode: 0644]
Xamarin.Forms.Core/IGestureRecognizer.cs [new file with mode: 0644]
Xamarin.Forms.Core/IIsolatedStorageFile.cs [new file with mode: 0644]
Xamarin.Forms.Core/IItemViewController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IItemsView.cs [new file with mode: 0644]
Xamarin.Forms.Core/ILayout.cs [new file with mode: 0644]
Xamarin.Forms.Core/ILayoutController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IListViewController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IMarkupExtension.cs [new file with mode: 0644]
Xamarin.Forms.Core/INavigation.cs [new file with mode: 0644]
Xamarin.Forms.Core/IOpenGlViewController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IPageContainer.cs [new file with mode: 0644]
Xamarin.Forms.Core/IPanGestureController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IPinchGestureController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IPlatform.cs [new file with mode: 0644]
Xamarin.Forms.Core/IPlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Core/IProvideParentValues.cs [new file with mode: 0644]
Xamarin.Forms.Core/IProvideValueTarget.cs [new file with mode: 0644]
Xamarin.Forms.Core/IRegisterable.cs [new file with mode: 0644]
Xamarin.Forms.Core/IResourceDictionary.cs [new file with mode: 0644]
Xamarin.Forms.Core/IResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/IRootObjectProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/IScrollViewController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IStyle.cs [new file with mode: 0644]
Xamarin.Forms.Core/ISystemResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/ITimer.cs [new file with mode: 0644]
Xamarin.Forms.Core/IValueConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/IValueConverterProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/IValueProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/IViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Core/IViewController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IVisualElementController.cs [new file with mode: 0644]
Xamarin.Forms.Core/IWebViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Core/IXamlTypeResolver.cs [new file with mode: 0644]
Xamarin.Forms.Core/IXmlLineInfoProvider.cs [new file with mode: 0644]
Xamarin.Forms.Core/Image.cs [new file with mode: 0644]
Xamarin.Forms.Core/ImageSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/ImageSourceConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/InputView.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/AttachedCollection.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/Behavior.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/BindingCondition.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/Condition.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/DataTrigger.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/EventTrigger.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/IAttachedObject.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/MultiCondition.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/MultiTrigger.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/PropertyCondition.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/Trigger.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/TriggerAction.cs [new file with mode: 0644]
Xamarin.Forms.Core/Interactivity/TriggerBase.cs [new file with mode: 0644]
Xamarin.Forms.Core/Internals/DynamicResource.cs [new file with mode: 0644]
Xamarin.Forms.Core/Internals/IDataTemplate.cs [new file with mode: 0644]
Xamarin.Forms.Core/Internals/IDynamicResourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Core/Internals/INameScope.cs [new file with mode: 0644]
Xamarin.Forms.Core/Internals/NameScope.cs [new file with mode: 0644]
Xamarin.Forms.Core/InvalidNavigationException.cs [new file with mode: 0644]
Xamarin.Forms.Core/InvalidationEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/InvalidationTrigger.cs [new file with mode: 0644]
Xamarin.Forms.Core/ItemTappedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ItemVisibilityEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ItemsView.cs [new file with mode: 0644]
Xamarin.Forms.Core/ItemsViewSimple.cs [new file with mode: 0644]
Xamarin.Forms.Core/Keyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/KeyboardFlags.cs [new file with mode: 0644]
Xamarin.Forms.Core/KeyboardTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/Label.cs [new file with mode: 0644]
Xamarin.Forms.Core/Layout.cs [new file with mode: 0644]
Xamarin.Forms.Core/LayoutAlignment.cs [new file with mode: 0644]
Xamarin.Forms.Core/LayoutAlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/LayoutConstraint.cs [new file with mode: 0644]
Xamarin.Forms.Core/LayoutExpandFlag.cs [new file with mode: 0644]
Xamarin.Forms.Core/LayoutOptions.cs [new file with mode: 0644]
Xamarin.Forms.Core/LayoutOptionsConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/LineBreakMode.cs [new file with mode: 0644]
Xamarin.Forms.Core/ListProxy.cs [new file with mode: 0644]
Xamarin.Forms.Core/ListView.cs [new file with mode: 0644]
Xamarin.Forms.Core/ListViewCachingStrategy.cs [new file with mode: 0644]
Xamarin.Forms.Core/LockingSemaphore.cs [new file with mode: 0644]
Xamarin.Forms.Core/Log.cs [new file with mode: 0644]
Xamarin.Forms.Core/LogListener.cs [new file with mode: 0644]
Xamarin.Forms.Core/MasterBehavior.cs [new file with mode: 0644]
Xamarin.Forms.Core/MasterDetailPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/MeasureFlags.cs [new file with mode: 0644]
Xamarin.Forms.Core/MenuItem.cs [new file with mode: 0644]
Xamarin.Forms.Core/MergedStyle.cs [new file with mode: 0644]
Xamarin.Forms.Core/MessagingCenter.cs [new file with mode: 0644]
Xamarin.Forms.Core/ModalEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ModalPoppedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ModalPoppingEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ModalPushedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ModalPushingEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/MultiPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/NameScopeExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/NamedSize.cs [new file with mode: 0644]
Xamarin.Forms.Core/NavigationEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/NavigationMenu.cs [new file with mode: 0644]
Xamarin.Forms.Core/NavigationModel.cs [new file with mode: 0644]
Xamarin.Forms.Core/NavigationPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/NavigationProxy.cs [new file with mode: 0644]
Xamarin.Forms.Core/NavigationRequestedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/NotifyCollectionChangedEventArgsEx.cs [new file with mode: 0644]
Xamarin.Forms.Core/NotifyCollectionChangedEventArgsExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/NullEffect.cs [new file with mode: 0644]
Xamarin.Forms.Core/NumericExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/NumericKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/ObservableList.cs [new file with mode: 0644]
Xamarin.Forms.Core/ObservableWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Core/OnIdiom.cs [new file with mode: 0644]
Xamarin.Forms.Core/OnPlatform.cs [new file with mode: 0644]
Xamarin.Forms.Core/OpenGLView.cs [new file with mode: 0644]
Xamarin.Forms.Core/OrderedDictionary.cs [new file with mode: 0644]
Xamarin.Forms.Core/Page.cs [new file with mode: 0644]
Xamarin.Forms.Core/PanGestureRecognizer.cs [new file with mode: 0644]
Xamarin.Forms.Core/PanUpdatedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ParameterAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/Performance.cs [new file with mode: 0644]
Xamarin.Forms.Core/Picker.cs [new file with mode: 0644]
Xamarin.Forms.Core/PinchGestureRecognizer.cs [new file with mode: 0644]
Xamarin.Forms.Core/PinchGestureUpdatedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Core/Point.cs [new file with mode: 0644]
Xamarin.Forms.Core/PointTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/PreserveAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/ProgressBar.cs [new file with mode: 0644]
Xamarin.Forms.Core/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core/Properties/GlobalAssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Core/PropertyChangingEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/PropertyChangingEventHandler.cs [new file with mode: 0644]
Xamarin.Forms.Core/ReadOnlyCastingList.cs [new file with mode: 0644]
Xamarin.Forms.Core/ReadOnlyListAdapter.cs [new file with mode: 0644]
Xamarin.Forms.Core/Rectangle.cs [new file with mode: 0644]
Xamarin.Forms.Core/RectangleTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/ReflectionExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/Registrar.cs [new file with mode: 0644]
Xamarin.Forms.Core/RelativeLayout.cs [new file with mode: 0644]
Xamarin.Forms.Core/RenderWithAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/ResolutionGroupNameAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/ResourceDictionary.cs [new file with mode: 0644]
Xamarin.Forms.Core/ResourcesChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ResourcesExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/RoutingEffect.cs [new file with mode: 0644]
Xamarin.Forms.Core/RowDefinition.cs [new file with mode: 0644]
Xamarin.Forms.Core/RowDefinitionCollection.cs [new file with mode: 0644]
Xamarin.Forms.Core/ScrollOrientation.cs [new file with mode: 0644]
Xamarin.Forms.Core/ScrollToMode.cs [new file with mode: 0644]
Xamarin.Forms.Core/ScrollToPosition.cs [new file with mode: 0644]
Xamarin.Forms.Core/ScrollToRequestedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ScrollView.cs [new file with mode: 0644]
Xamarin.Forms.Core/ScrolledEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/SearchBar.cs [new file with mode: 0644]
Xamarin.Forms.Core/SelectedItemChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/SelectedPositionChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/SeparatorMenuItem.cs [new file with mode: 0644]
Xamarin.Forms.Core/SeparatorVisibility.cs [new file with mode: 0644]
Xamarin.Forms.Core/Setter.cs [new file with mode: 0644]
Xamarin.Forms.Core/SettersExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/Size.cs [new file with mode: 0644]
Xamarin.Forms.Core/SizeRequest.cs [new file with mode: 0644]
Xamarin.Forms.Core/Slider.cs [new file with mode: 0644]
Xamarin.Forms.Core/Span.cs [new file with mode: 0644]
Xamarin.Forms.Core/SplitOrderedList.cs [new file with mode: 0644]
Xamarin.Forms.Core/StackLayout.cs [new file with mode: 0644]
Xamarin.Forms.Core/StackOrientation.cs [new file with mode: 0644]
Xamarin.Forms.Core/Stepper.cs [new file with mode: 0644]
Xamarin.Forms.Core/StreamImageSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/StreamWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Core/Style.cs [new file with mode: 0644]
Xamarin.Forms.Core/Switch.cs [new file with mode: 0644]
Xamarin.Forms.Core/SynchronizedList.cs [new file with mode: 0644]
Xamarin.Forms.Core/TabbedPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/TableIntent.cs [new file with mode: 0644]
Xamarin.Forms.Core/TableModel.cs [new file with mode: 0644]
Xamarin.Forms.Core/TableRoot.cs [new file with mode: 0644]
Xamarin.Forms.Core/TableSection.cs [new file with mode: 0644]
Xamarin.Forms.Core/TableSectionBase.cs [new file with mode: 0644]
Xamarin.Forms.Core/TableView.cs [new file with mode: 0644]
Xamarin.Forms.Core/TapGestureRecognizer.cs [new file with mode: 0644]
Xamarin.Forms.Core/TappedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/TargetIdiom.cs [new file with mode: 0644]
Xamarin.Forms.Core/TargetPlatform.cs [new file with mode: 0644]
Xamarin.Forms.Core/TelephoneKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/TemplateBinding.cs [new file with mode: 0644]
Xamarin.Forms.Core/TemplateExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/TemplateUtilities.cs [new file with mode: 0644]
Xamarin.Forms.Core/TemplatedItemsList.cs [new file with mode: 0644]
Xamarin.Forms.Core/TemplatedPage.cs [new file with mode: 0644]
Xamarin.Forms.Core/TemplatedView.cs [new file with mode: 0644]
Xamarin.Forms.Core/TextAlignment.cs [new file with mode: 0644]
Xamarin.Forms.Core/TextChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/TextKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/Thickness.cs [new file with mode: 0644]
Xamarin.Forms.Core/ThicknessTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/Ticker.cs [new file with mode: 0644]
Xamarin.Forms.Core/TimePicker.cs [new file with mode: 0644]
Xamarin.Forms.Core/ToggledEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/Toolbar.cs [new file with mode: 0644]
Xamarin.Forms.Core/ToolbarItem.cs [new file with mode: 0644]
Xamarin.Forms.Core/ToolbarItemEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/ToolbarItemOrder.cs [new file with mode: 0644]
Xamarin.Forms.Core/ToolbarTracker.cs [new file with mode: 0644]
Xamarin.Forms.Core/TrackableCollection.cs [new file with mode: 0644]
Xamarin.Forms.Core/Tweener.cs [new file with mode: 0644]
Xamarin.Forms.Core/TypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/TypeConverterAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Core/TypeTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/UnsolvableConstraintsException.cs [new file with mode: 0644]
Xamarin.Forms.Core/UriImageSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/UriTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/UrlKeyboard.cs [new file with mode: 0644]
Xamarin.Forms.Core/UrlWebViewSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/ValueChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/Vec2.cs [new file with mode: 0644]
Xamarin.Forms.Core/View.cs [new file with mode: 0644]
Xamarin.Forms.Core/ViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/ViewState.cs [new file with mode: 0644]
Xamarin.Forms.Core/VisualElement.cs [new file with mode: 0644]
Xamarin.Forms.Core/WeakReferenceExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebNavigatedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebNavigatingEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebNavigationEvent.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebNavigationEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebNavigationResult.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebView.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebViewSource.cs [new file with mode: 0644]
Xamarin.Forms.Core/WebViewSourceTypeConverter.cs [new file with mode: 0644]
Xamarin.Forms.Core/Xamarin.Forms.Core.csproj [new file with mode: 0644]
Xamarin.Forms.Core/Xamarin.Forms.Core.nuspec [new file with mode: 0644]
Xamarin.Forms.Core/XamlParseException.cs [new file with mode: 0644]
Xamarin.Forms.Core/XmlLineInfo.cs [new file with mode: 0644]
Xamarin.Forms.CustomAttributes/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.CustomAttributes/TestAttributes.cs [new file with mode: 0644]
Xamarin.Forms.CustomAttributes/UiTestAttribute.cs [new file with mode: 0644]
Xamarin.Forms.CustomAttributes/Xamarin.Forms.CustomAttributes.csproj [new file with mode: 0644]
Xamarin.Forms.Loader/ExemptMembers.cs [new file with mode: 0644]
Xamarin.Forms.Loader/FormsLoader.cs [new file with mode: 0644]
Xamarin.Forms.Loader/FormsMember.cs [new file with mode: 0644]
Xamarin.Forms.Loader/FormsType.cs [new file with mode: 0644]
Xamarin.Forms.Loader/ILoaderElement.cs [new file with mode: 0644]
Xamarin.Forms.Loader/InvalidTestCloudUploadParameters.cs [new file with mode: 0644]
Xamarin.Forms.Loader/LoaderException.cs [new file with mode: 0644]
Xamarin.Forms.Loader/LoaderExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Loader/Logger.cs [new file with mode: 0644]
Xamarin.Forms.Loader/LoggerWriter.cs [new file with mode: 0644]
Xamarin.Forms.Loader/MissingCategoryOnTestFixtureException.cs [new file with mode: 0644]
Xamarin.Forms.Loader/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Loader/TestMember.cs [new file with mode: 0644]
Xamarin.Forms.Loader/TestType.cs [new file with mode: 0644]
Xamarin.Forms.Loader/Xamarin.Forms.Loader.csproj [new file with mode: 0644]
Xamarin.Forms.Loader/packages.config [new file with mode: 0644]
Xamarin.Forms.Maps.Android/FormsMaps.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Android/GeocoderBackend.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Android/MapRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Android/Xamarin.Forms.Maps.Android.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.Android/packages.config [new file with mode: 0644]
Xamarin.Forms.Maps.Design/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Design/Xamarin.Forms.Maps.Design.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.Design/packages.config [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/FormsMaps.cs [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/GeocoderBackend.cs [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/MapRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/Properties/Xamarin.Forms.Maps.UWP.rd.xml [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/PushPin.cs [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/Xamarin.Forms.Maps.UWP.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.UWP/project.json [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/FormsMaps.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/GeocoderBackend.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/MapRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/README_FIRST.txt [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Toolkit.Content/ApplicationBar.Add.png [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Toolkit.Content/ApplicationBar.Cancel.png [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Toolkit.Content/ApplicationBar.Check.png [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Toolkit.Content/ApplicationBar.Delete.png [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Toolkit.Content/ApplicationBar.Select.png [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/Xamarin.Forms.Maps.WP8.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.WP8/packages.config [new file with mode: 0644]
Xamarin.Forms.Maps.WinRT.Phone/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WinRT.Phone/Xamarin.Forms.Maps.WinRT.Phone.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.WinRT.Tablet/GeocoderBackend.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WinRT.Tablet/MapRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WinRT.Tablet/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.WinRT.Tablet/Xamarin.Forms.Maps.WinRT.Tablet.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.iOS/FormsMaps.cs [new file with mode: 0644]
Xamarin.Forms.Maps.iOS/GeocoderBackend.cs [new file with mode: 0644]
Xamarin.Forms.Maps.iOS/MapRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Maps.iOS/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.iOS/Xamarin.Forms.Maps.iOS.Classic.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.iOS/Xamarin.Forms.Maps.iOS.csproj [new file with mode: 0644]
Xamarin.Forms.Maps/Distance.cs [new file with mode: 0644]
Xamarin.Forms.Maps/Geocoder.cs [new file with mode: 0644]
Xamarin.Forms.Maps/Map.cs [new file with mode: 0644]
Xamarin.Forms.Maps/MapSpan.cs [new file with mode: 0644]
Xamarin.Forms.Maps/MapType.cs [new file with mode: 0644]
Xamarin.Forms.Maps/Pin.cs [new file with mode: 0644]
Xamarin.Forms.Maps/PinType.cs [new file with mode: 0644]
Xamarin.Forms.Maps/Position.cs [new file with mode: 0644]
Xamarin.Forms.Maps/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps/Xamarin.Forms.Maps.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.Android.FormsViewGroup/Jars/formsviewgroup.jar [new file with mode: 0644]
Xamarin.Forms.Platform.Android.FormsViewGroup/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android.FormsViewGroup/Transforms/Metadata.xml [new file with mode: 0644]
Xamarin.Forms.Platform.Android.FormsViewGroup/Xamarin.Forms.Platform.Android.FormsViewGroup.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AndroidActivity.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AndroidApplicationLifecycleState.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AndroidTicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AndroidTitleBarVisibility.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/FormsAppCompatActivity.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/FormsFragmentPagerAdapter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/FormsViewPager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/FragmentContainer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/IManageFragments.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/MasterDetailPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/NavigationPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/Resource.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/AppCompat/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/CellAdapter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/BaseCellView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/CellFactory.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/CellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/EntryCellEditText.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/EntryCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/EntryCellView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/ImageCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/SwitchCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/SwitchCellView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/TextCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Cells/ViewCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ColorExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ContextExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Deserializer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ExportCellAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ExportImageSourceHandlerAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Extensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/FormsApplicationActivity.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/GenericMenuClickListener.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/GetDesiredSizeDelegate.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/IDeviceInfoProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/IPlatformLayout.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/IStartActivityForResult.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/IVisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/InnerGestureListener.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/InnerScaleListener.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/KeyboardManager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/LayoutExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/MeasureSpecFactory.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/NativeViewWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/OnLayoutDelegate.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/PanGestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/PinchGestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/PlatformRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/RendererFactory.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/RendererPool.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/AHorizontalScrollView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ActionSheetRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ActivityIndicatorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/AlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/BoxRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ButtonDrawable.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/CarouselPageAdapter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/CarouselViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/CarouselViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ConditionalFocusLayout.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/DescendantFocusToggler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/EditorEditText.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/EditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/EntryEditText.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/EntryRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FileImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FontExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FormattedStringExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FormsImageView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FormsTextView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FormsWebChromeClient.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/GenericAnimatorListener.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/IDescendantFocusToggler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/IImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/IToolbarButton.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ImageExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ImageLoaderSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ImageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/IntVector.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ItemViewAdapter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/KeyboardExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/LabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ListViewAdapter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ListViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/MasterDetailContainer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/MasterDetailRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/MeasureSpecification.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/NavigationMenuRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/NavigationRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ObjectJavaBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/OpenGLViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/PageContainer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/PageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/PhysicalLayoutManager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ProgressBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ScrollViewContainer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/SliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/StepperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/StreamImagesourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/TabbedRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/TableViewModelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/TableViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/TimePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ToolbarButton.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ToolbarImageButton.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ToolbarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ViewGroupExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/WebViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ResourceManager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/TapGestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ViewInitializedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ViewPool.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/VisualElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/VisualElementExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/VisualElementPackager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/VisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/VisualElementRendererFlags.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/VisualElementTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.nuspec [new file with mode: 0644]
Xamarin.Forms.Platform.Android/packages.config [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/FormsCommandBar.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/IToolBarForegroundBinder.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/MasterDetailControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/MasterDetailPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/PageControl.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/Resources.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/StepperControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/project.json [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ActivityIndicatorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/AlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Animatable.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/AsyncValue.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/BoxViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/CellControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/CellTemplateSelector.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/CollapseWhenEmptyConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ConvertExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Converters/CaseConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Converters/ColorConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Converters/HorizontalTextAlignmentConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Converters/ImageConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Converters/KeyboardConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/CustomContextMenu.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/DataTemplateSelector.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Deserializer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/EditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/EntryRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ExportCellAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ExportImageSourceHandlerAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Extensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/FontExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/FormsApplicationPage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/FormsListPicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/FormsPhoneTextBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/FrameworkElementExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ICellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/IVisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ImageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/LabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/LayoutExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ListViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/MD5.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/MD5CryptoServiceProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/MasterDetailRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/NativeViewWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/NativeViewWrapperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/NavigationMenuRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/NavigationPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/PageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/PageToRendererConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ProgressBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/RendererFactory.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ScrollViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/SliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/StepperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TableView.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TableView.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TableViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TextAlignmentToHorizontalAlignmentConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TextCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/TimePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Toolkit.Content/ApplicationBar.Cancel.png [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Toolkit.Content/ApplicationBar.Check.png [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Toolkit.Content/ApplicationBar.Delete.png [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Toolkit.Content/ApplicationBar.Select.png [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/ViewToRendererConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/VisualElementPackager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/VisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/VisualElementTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/WP8PlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/WPResources.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/WebViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/WinPhoneTicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.WP8/packages.config [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/FormsPivot.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/FormsTextBoxStyle.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/PhoneResources.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/SearchBox.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/SearchBox.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/WindowsPhonePage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/WindowsPhonePlatform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/WindowsPhonePlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/WindowsPhoneResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Phone/Xamarin.Forms.Platform.WinRT.Phone.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/FormsListViewItemPresenter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/FormsSearchBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/FormsTextBoxStyle.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/TabsControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/WindowsPage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/WindowsPlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/WindowsResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT.Tablet/Xamarin.Forms.Platform.WinRT.Tablet.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ActivityIndicatorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/AlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/AsyncValue.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/BackgroundTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/BoolToVisibilityConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/BoxViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/CarouselViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/CaseConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/CellControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/CollapseWhenEmptyConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ColorConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ConvertExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/DefaultRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/EditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/EntryCellTextBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/EntryRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/Extensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FileImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FileImageSourcePathConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FontExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FormsButton.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FormsComboBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FormsDatePicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FormsTextBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FormsTimePicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/FrameworkElementExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/HeightConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/HorizontalTextAlignmentConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ICellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/IImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ITitleProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/IToolbarProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/IVisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/IWrapperAware.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ImageConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ImageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/KeyboardConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/KeyboardExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/LabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/LayoutExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/LayoutRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ListGroupHeaderPresenter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ListViewGroupStyleSelector.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ListViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/MasterBackgroundConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/MasterDetailControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/MasterDetailPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/MenuItemCommand.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/NativeViewWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/NativeViewWrapperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/PageControl.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/PageControl.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/PageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/PageToRenderedElementConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ProgressBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/RendererFactory.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/Resources.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ScrollViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/SliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/StepperControl.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/StepperControl.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/StepperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/StreamImagesourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/TableViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/TaskExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/TextAlignmentToHorizontalAlignmentConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/TextCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/TimePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/ViewToRendererConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/VisualElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/VisualElementExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/VisualElementPackager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/VisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/VisualElementTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WebViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsBasePage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsBasePlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsDeviceInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsExpressionSearch.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsIsolatedStorage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsSerializer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/WindowsTicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/CADisplayLinkTicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/CellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/CellTableViewCell.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/EntryCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/TextCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Cells/ViewCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ContextActionCell.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ContextScrollViewDelegate.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Deserializer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/EventTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ExportCellAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ExportImageSourceHandlerAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/ArrayExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/CellExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/ColorExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/DateExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/Extensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/ToolbarItemExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/UIViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Extensions/ViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/FormsApplicationDelegate.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/GlobalCloseContextGestureRecognizer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/IVisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/LayoutExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/NativeViewWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/NativeViewWrapperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/PageExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/PlatformRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/RendererFactory.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/RendererPool.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ActivityIndicatorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/AlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/CarouselViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/EditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/EntryRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ExportCellAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/FontExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/FormattedStringExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ImageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/KeyboardInsetTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/LabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/NavigationMenuRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/OpenGLViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/PageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/PhoneMasterDetailRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ProgressBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ScrollViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/SliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/StepperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/TabbedRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/TableViewModelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/TableViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/TabletMasterDetailRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/TimePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/ToolbarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Renderers/WebViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.Designer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ar.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ca.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.cs.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.da.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.de.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.el.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.es.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.fi.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.fr.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.he.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.hi.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.hr.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.hu.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.id.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.it.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ja.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ko.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ms.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.nb.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.nl.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.pl.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.pt-BR.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.pt.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ro.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.ru.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.sk.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.sv.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.th.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.tr.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.uk.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.vi.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.zh-HK.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.zh-Hans.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Resources/StringResources.zh-Hant.resx [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ViewInitializedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/VisualElementPackager.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/VisualElementTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.Classic.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.nuspec [new file with mode: 0644]
Xamarin.Forms.Platform/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/App.config [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/DeviceSet.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/DeviceSets.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/LoaderActions.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/ArgumentSource.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/Option.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/OptionAction.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/OptionContext.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/OptionException.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/OptionSet.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/OptionValueCollection.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/OptionValueType.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/ResponseFileSource.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Mono.Options/StringCoda.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/TestCloudUtils.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Uploader.cs [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/Xamarin.Forms.UITest.TestCloud.csproj [new file with mode: 0644]
Xamarin.Forms.UITest.TestCloud/packages.config [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/App.config [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/DomMemberModel.cs [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/DomTypeModel.cs [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/FormsUITest.cs [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/LoaderActions.cs [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/UITestCoverage/Css/styles.css [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/UITestCoverage/Js/script.js [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/Validator.cs [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/Xamarin.Forms.UITest.Validator.csproj [new file with mode: 0644]
Xamarin.Forms.UITest.Validator/packages.config [new file with mode: 0644]
Xamarin.Forms.Xaml.Design/AttributeTableBuilder.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Design/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Design/RegisterMetadata.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Design/Xamarin.Forms.Xaml.Design.csproj [new file with mode: 0644]
Xamarin.Forms.Xaml.Design/packages.config [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Compiled/FindByName.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Compiled/FindByName.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Compiled/SetValue.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Compiled/SetValue.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/ConstraintExpression.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/ConstraintExpression.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DataTemplate.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DataTemplate.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DummyBuildEngine.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DynamicResource.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/DynamicResource.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/EventsConnection.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/EventsConnection.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/FactoryMethodTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/FactoryMethods.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/FactoryMethods.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/FontConverterTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/GenericCollections.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/GenericCollections.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/GenericsTests.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/GenericsTests.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/ImplicitConversions.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/ImplicitConversions.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/IsCompiledDefault.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/IsCompiledDefault.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/BPNotResolvedOnSubClass.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/BPNotResolvedOnSubClass.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz24485.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz24485.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz24910.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz24910.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz27299.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz27863.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz27863.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz27968.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz27968.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28545.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28545.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28556.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28556.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28689.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28689.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28719.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz28719.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz29300.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz29300.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz30074.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz30074.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz30684.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz30684.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz31234/A/Bz31234.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz31234/A/Bz31234.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz31234/B/Bz31234.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz31234/B/Bz31234.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz31529.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz31529.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz34037.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz34037.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz36422.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz36422.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz37306.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz37306.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz37524.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Bz37524.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/GrialIssue01.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/GrialIssue01.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/GrialIssue02.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/GrialIssue02.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1199.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1199.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1213.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1213.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1250.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1250.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1306.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1306.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1415.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1415.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1438.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1438.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1493.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1497.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1501.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1545.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1549.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1554.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1564.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1594.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1637.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1641.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue1794.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2016.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2016.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2062.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2062.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2114.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2114.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2125.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2125.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2152.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2152.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2450.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2450.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2489.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2489.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2578.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2578.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2659.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2659.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2742.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue2742.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue3076.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue3076.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue3090.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue3090.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue3106.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Issue3106.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Pr3384.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Pr3384.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/TestCases.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Unreported001.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Unreported001.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Unreported002.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Unreported002.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Unreported003.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Issues/Unreported003.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/LoaderTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/MarkupExpressionParserTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/MarkupExtensionTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/McIgnorable.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/McIgnorable.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/NameScopeTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/NullExtensionTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/OnPlatform.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/OnPlatformTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Speed/SimpleContentPage.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Speed/SimpleContentPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/StaticExtensionTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/StringLiterals.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/StringLiterals.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/StyleTests.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/StyleTests.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TriggerTests.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TriggerTests.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TypeConverterTests.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TypeConverterTests.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TypeConverterTestsLegacy.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TypeExtensionTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TypeLoader.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/TypeLoader.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/SetterOnNonBP.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/SetterOnNonBP.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/StaticExtensionException.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/StaticExtensionException.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/TypeMismatch.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Validation/TypeMismatch.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/ViewExtensionsTest.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/X2009Primitives.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/X2009Primitives.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XArray.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XArray.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XNull.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XNull.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XReference.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XReference.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XStatic.xaml [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XStatic.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XamlC/FieldReferenceExtensionsTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XamlC/MethodReferenceExtensionsTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XamlC/PropertyDefinitionExtensionsTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XamlParseExceptionConstraint.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XamlgFileLockTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/XamlgTests.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/app.config [new file with mode: 0644]
Xamarin.Forms.Xaml.UnitTests/packages.config [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlc/Xamarin.Forms.Xaml.Xamlc.csproj [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlc/Xamlc.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlg/Mono.Options/Options.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlg/Program.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlg/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlg/Xamarin.Forms.Xaml.Xamlg.csproj [new file with mode: 0644]
Xamarin.Forms.Xaml.Xamlg/Xamlg.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/ApplyPropertiesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/CreateValuesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/ExpandMarkupsVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/FillResourceDictionariesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/HydratationContext.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/IDictionaryExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/IExpressionParser.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExpressionParser.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensionParser.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/ArrayExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/BindingExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/DynamicResourceExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/NullExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/ReferenceExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/StaticExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/StaticResourceExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/TemplateBindingExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/MarkupExtensions/TypeExtension.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/NamescopingVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/RegisterXNamesVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/TypeArgumentsParser.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/TypeConversionExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/ValueConverterProvider.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/ViewExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlCompilationAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlLoader.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlNode.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlNodeVisitor.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlParser.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XamlServiceProvider.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XmlName.cs [new file with mode: 0644]
Xamarin.Forms.Xaml/XmlnsHelper.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/Device.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/Legacy-BaseTestFixture.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/Legacy-PlatformHelpers.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/Makefile [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/PlatformQueries.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/TestHelpers.cs [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/Xamarin.Forms.iOS.UITests.csproj [new file with mode: 0644]
Xamarin.Forms.iOS.UITests/packages.config [new file with mode: 0644]
Xamarin.Forms.sln [new file with mode: 0644]
Xamarin.Forms.sln.DotSettings [new file with mode: 0644]
docs/APIDocs.projitems [new file with mode: 0644]
docs/APIDocs.shproj [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/DynamicResource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IDataTemplate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IDynamicResourceHandler.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/INameScope.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/NameScope.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IMarkupExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IMarkupExtension`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IProvideValueTarget.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IRootObjectProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IValueProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IXamlTypeResolver.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/IXmlLineInfoProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/XamlParseException.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms.Xaml/XmlLineInfo.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/AbsoluteLayout+IAbsoluteList`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/AbsoluteLayout.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/AbsoluteLayoutFlags.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ActivityIndicator.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Animation.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/AnimationExtensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BackButtonPressedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BaseMenuItem.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Behavior.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Behavior`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableObject.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableObjectExtensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+BindingPropertyChangedDelegate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+BindingPropertyChangedDelegate`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+BindingPropertyChangingDelegate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+BindingPropertyChangingDelegate`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+CoerceValueDelegate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+CoerceValueDelegate`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+CreateDefaultValueDelegate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+CreateDefaultValueDelegate`2.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+ValidateValueDelegate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty+ValidateValueDelegate`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindableProperty.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindablePropertyKey.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Binding.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindingBase.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindingCondition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindingMode.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BindingTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsConstraint.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BoundsTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/BoxView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/CarouselPage.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/CarouselView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Cell.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/CollectionSynchronizationCallback.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Color.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ColorTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ColumnDefinition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ColumnDefinitionCollection.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Command.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Command`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Condition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Constraint.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintExpression.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintType.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ConstraintTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPage.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPresenter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPropertyAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ContentView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ControlTemplate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DataTemplateSelector.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DataTrigger.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DateChangedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DatePicker.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DefinitionCollection`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyFetchTarget.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/DependencyService.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Device+Styles.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Device.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Easing.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Editor.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Element.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ElementEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ElementTemplate.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Entry.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/EntryCell.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/EventTrigger.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FileImageSourceConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FocusEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FontAttributes.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FontSizeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FontTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/FormattedString.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Frame.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/GestureRecognizer.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/GestureState.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/GestureStatus.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Grid+IGridList`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Grid.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/GridLength.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/GridLengthTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/GridUnitType.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/HandlerAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/HtmlWebViewSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IAnimatable.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IApplicationController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IAttachedObject.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ICarouselViewController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IDefinition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IEffectControlProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IElementController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IExtendedTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IGestureRecognizer.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IItemViewController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ILayout.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ILayoutController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/INativeElementView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/INavigation.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IOpenGLViewController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IPageContainer`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IPlatform.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IPlatformEngine.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IRegisterable.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IScrollViewController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IValueConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IViewContainer`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IViewController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/IVisualElementController.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ImageCell.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSourceConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/InputView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ItemTappedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ItemVisibilityEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ItemsView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ItemsView`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Keyboard.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardFlags.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/KeyboardTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Label.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Layout.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutAlignment.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/LayoutOptionsConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Layout`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/LineBreakMode.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ListViewCachingStrategy.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MasterBehavior.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MeasureFlags.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MenuItem.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MessagingCenter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ModalEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ModalPoppedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ModalPoppingEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ModalPushedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ModalPushingEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MultiPage`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/MultiTrigger.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/NameScopeExtensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/NamedSize.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/NavigationEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/NavigationMenu.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/NavigationPage.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/OnIdiom`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/OnPlatform`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PanGestureRecognizer.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PanUpdatedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PinchGestureRecognizer.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PinchGestureUpdatedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PlatformEffect`2.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Point.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PointTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ProgressBar.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyChangingEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyChangingEventHandler.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/PropertyCondition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Rectangle.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RectangleTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RelativeLayout+IRelativeList`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RelativeLayout.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RenderWithAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ResolutionGroupNameAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RoutingEffect.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RowDefinition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/RowDefinitionCollection.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollOrientation.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToMode.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToPosition.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToRequestedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrolledEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SearchBar.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SelectedItemChangedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SelectedPositionChangedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SeparatorVisibility.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Setter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SettersExtensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Size.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SizeRequest.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Slider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Span.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/StackLayout.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/StackOrientation.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Stepper.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/StreamImageSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Style.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Switch.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/SwitchCell.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TabbedPage.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TableIntent.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TableRoot.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TableSection.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TableSectionBase.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TableSectionBase`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TapGestureRecognizer.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TappedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TargetIdiom.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TargetPlatform.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateBinding.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TemplateExtensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TemplatedPage.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TemplatedView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TextAlignment.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TextCell.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TextChangedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Thickness.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ThicknessTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TimePicker.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ToggledEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ToolbarItem.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ToolbarItemOrder.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Trigger.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TriggerAction.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TriggerAction`1.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TriggerBase.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TypeConverterAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/TypeTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/UnsolvableConstraintsException.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/UriImageSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/UriTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/UrlWebViewSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ValueChangedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/Vec2.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/View.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ViewCell.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ViewExtensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/ViewState.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebNavigatedEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebNavigatingEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebNavigationEvent.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebNavigationEventArgs.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebNavigationResult.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSource.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/WebViewSourceTypeConverter.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/AbsoluteLayout.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/ActivityIndicator.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/BindableObject.BasicInitialization.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/BoxView.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Button.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/CarouselPage.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Cell.Gallery.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/ContentView.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/DatePicker.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.BounceIn.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.BounceOut.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.CubicIn.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.CubicInOut.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.CubicOut.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.Linear.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.SinIn.gif [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.SinInOut.gif [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.SinOut.gif [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.SpringIn.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Easing.SpringOut.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Editor.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Element.Hierarchy.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Entry.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/EntryCell.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Frame.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Grid.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/IDefinition.DefinitionCollectionRelation.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/ImageCell.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Label.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Layout.Hierarchy.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/ListView.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/NavigationPage.TitleIcon.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/OpenGLView.Example.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Picker.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/ProgressBar.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/ScrollView.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/SearchBar.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Slider.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/StackLayout.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Stepper.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/Switch.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/SwitchCell.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TabbedPage.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TableSectionBase.Hierarchy.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TableView.Sections.Android.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TableView.Sections.iOS.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TableView.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TextCell.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TimePicker.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/TypeConverter.Hierarchy.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/WebView.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/XamarinForms-ns.SharedProject.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/XamarinForms-ns.SolutionPad.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/Xamarin.Forms/_images/XamarinForms-ns.TripleScreenShot.png [new file with mode: 0644]
docs/Xamarin.Forms.Core/index.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/ns-.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/ns-Xamarin.Forms.Internals.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/ns-Xamarin.Forms.Xaml.xml [new file with mode: 0644]
docs/Xamarin.Forms.Core/ns-Xamarin.Forms.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Distance.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Geocoder.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Map.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapSpan.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapType.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Pin.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/PinType.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Position.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/_images/Pin.Label.png [new file with mode: 0644]
docs/Xamarin.Forms.Maps/index.xml [new file with mode: 0644]
docs/Xamarin.Forms.Maps/ns-Xamarin.Forms.Maps.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/NameScopeProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/XamlServiceProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/XamlTypeResolver.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/XmlLineInfoProvider.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/XmlNamespaceResolver.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/ArrayExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/BindingExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/DynamicResourceExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/Extensions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/NullExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/ReferenceExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/StaticExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/StaticResourceExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/TemplateBindingExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/TypeExtension.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlCompilationAttribute.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlCompilationOptions.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlParseException.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XmlLineInfo.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/index.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/ns-Xamarin.Forms.Xaml.Internals.xml [new file with mode: 0644]
docs/Xamarin.Forms.Xaml/ns-Xamarin.Forms.Xaml.xml [new file with mode: 0644]
update-docs-windows.bat [new file with mode: 0644]
verify-nuspecs.ps1 [new file with mode: 0644]