[C] deprecate GetValues (#5324)
authorStephane Delcroix <stephane@delcroix.org>
Wed, 27 Feb 2019 07:56:27 +0000 (08:56 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Feb 2019 07:56:27 +0000 (08:56 +0100)
commit50dbbcf55d71f75fa79aa87e8514799b322f3bda
tree57339c2bc5c52f2c012f7869f38c2eb10d77a8c4
parentde6a809e33ae69f0fabaf9f4f564fd49ee76b6f2
[C] deprecate GetValues (#5324)

* [C] deprecate GetValues

Deprecate GetValues, as it no longer make snes now that the properties
store is a Dictionary and no longer a List.

Update the code to be C#7-ish.

Take this refactoring opportunity to move similar method next to each other.

- fixes #5015

* Apply suggestions from code review

Co-Authored-By: StephaneDelcroix <stephane@delcroix.org>
Xamarin.Forms.Core/BindableObject.cs
Xamarin.Forms.Core/FlexLayout.cs
Xamarin.Forms.Core/FontElement.cs
Xamarin.Forms.Platform.iOS/Renderers/FontExtensions.cs
Xamarin.Forms.Platform.iOS/Renderers/LabelRenderer.cs