[WPF] Xamarin Forms WPF Backend - Platform Project (#1334)
authorMohamed CHOUCHANE <mohamed.chouchane1990@gmail.com>
Wed, 6 Dec 2017 21:15:13 +0000 (22:15 +0100)
committerRui Marinho <me@ruimarinho.net>
Wed, 6 Dec 2017 21:15:13 +0000 (21:15 +0000)
commit1bbd9dfa52dfd72644504d4b4f8656b8abe2bd98
tree8923765a0820ea4720abd05726490f3006c85507
parent6d89f8429eb6c097827f73e161a01bb119dd9561
[WPF] Xamarin Forms WPF Backend - Platform Project (#1334)

* Add WPF Platform, WPF const in Device and Update Docs

* Add Settings.Designer.cs

* Remove two lines : build on iPhone configuration

* Remove lines for ios build
80 files changed:
Xamarin.Forms.Core/Device.cs
Xamarin.Forms.Platform.WPF/Animatable.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/CellControl.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Converters/CaseConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Converters/CollapseWhenEmptyConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Converters/ColorConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Converters/HeightConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Converters/ImageConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Converters/ViewToRendererConverter.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/CustomContextMenu.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/ElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/AlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/ColorExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/DeviceExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/FontExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/FormattedStringExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/FrameworkElementExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/ImageExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/KeyboardExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/PageExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Extensions/VisualElementExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/FormsApplicationPage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/FormsContentLoader.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/FormsPanel.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/FormsTextBox.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Helpers/UiHelper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/ICellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/IVisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/OpenTK.dll.config [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Properties/Resources.Designer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Properties/Resources.resx [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Properties/Settings.Designer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Properties/Settings.settings [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ActivityIndicatorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/BoxViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/CellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/EditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/EntryRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ImageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/LabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/LayoutRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ListViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/MasterDetailPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/NavigationPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/OpenGLViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/PageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ProgressBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ScrollViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/SliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/StepperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/TableViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/VisualMultiPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/VisualPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Renderers/WebViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/ResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/VisualElementTracker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/WPFDeviceInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/WPFExpressionSearch.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/WPFIsolatedStorageFile.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/WPFPlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/WPFResources.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/WPFTicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/Xamarin.Forms.Platform.WPF.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.WPF/packages.config [new file with mode: 0644]
Xamarin.Forms.sln
docs/Xamarin.Forms.Core/Xamarin.Forms/Device.xml