Fix 6693 - [Bug] [WPF] ViewRenderer does not work properly with FrameworkElement...
authorChase Marsh <19700403+ChaseMarsh@users.noreply.github.com>
Fri, 22 Nov 2019 19:20:23 +0000 (13:20 -0600)
committerSamantha Houts <samhouts@users.noreply.github.com>
Fri, 22 Nov 2019 19:20:23 +0000 (11:20 -0800)
commit3162a8578ddb580d76b80d43b7bd0667b89b44c3
tree28a3eea68aedf7f4f2db3315acb822d98c7507ad
parent0dca97b3f50f69c3c26def29c86f34f4cc6cd0b5
Fix 6693 - [Bug] [WPF] ViewRenderer does not work properly with FrameworkElement derived native controls (#8357)

* Resolved merge conflict

* Added if APP compiler directive around InitializeComponent

* Removed LangVersion from WPF csproj so that build server will use the appropriate C# version.
Fixes #6693
Xamarin.Forms.ControlGallery.WPF/Renderers/Issue6693ControlRenderer.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WPF/Xamarin.Forms.ControlGallery.WPF.csproj
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue6693.xaml [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue6693.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Platform.WPF/Renderers/ViewRenderer.cs
Xamarin.Forms.Platform.WPF/Xamarin.Forms.Platform.WPF.csproj