Xamarin Insights.WindowsPhone.xr.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Roots >
  3. <Roots.PropertyPathNames>
  4. <RootPropertyPathName Name="GotoSecondViewCommand" />
  5. <RootPropertyPathName Name="GotoThirdViewCommand" />
  6. <RootPropertyPathName Name="ExceptionCommand" />
  7. <RootPropertyPathName Name="Parameter" />
  8. </Roots.PropertyPathNames>
  9. <Roots.RootTypes>
  10. <RootType FullName="Windows.UI.Xaml.Application" />
  11. <RootType FullName="Cirrious.MvvmCross.WindowsCommon.Views.MvxWindowsPage">
  12. <RootProperty Name="Content" />
  13. <RootProperty Name="Background" />
  14. </RootType>
  15. <RootType FullName="Windows.UI.Xaml.Controls.Grid">
  16. <RootProperty Name="Background" />
  17. <RootProperty Name="Children" />
  18. </RootType>
  19. <RootType FullName="Microsoft.Xaml.Tools.DirectUI.ProxyTypes.StaticResourceExtension" />
  20. <RootType FullName="Windows.UI.Xaml.Controls.StackPanel">
  21. <RootProperty Name="Children" />
  22. </RootType>
  23. <RootType FullName="Windows.UI.Xaml.Controls.Button">
  24. <RootProperty Name="Content" />
  25. <RootProperty Name="Command" />
  26. </RootType>
  27. <RootType FullName="Windows.UI.Xaml.Data.Binding" />
  28. <RootType FullName="Xamarin_Insights.WindowsPhone.Views.FirstView" />
  29. <RootType FullName="Microsoft.Xaml.Tools.DirectUI.ProxyTypes.ThemeResourceExtension" />
  30. <RootType FullName="Xamarin_Insights.WindowsPhone.Views.SecondView" />
  31. <RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
  32. <RootProperty Name="Text" />
  33. </RootType>
  34. <RootType FullName="Xamarin_Insights.WindowsPhone.Views.ThirdView" />
  35. </Roots.RootTypes>
  36. </Roots>