summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/NavigationPageRendererWinRT.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Implicit impl of controller ifaces (#807)kingces951-1/+1
* Simplify ICtrl callsites * Rebase fix
2017-01-28Make WinRT/UWP platform classes more maintainable (#652)E.Z. Hart1-0/+57
* Split Platform.cs into partial classes * Split the NavigationPageRenderer into partial classes for easier maintenance * Simplify GetCommandBarAsync, remove unneeded comments * Correct broken GetCommandBarAsync method * Fix OSX build