From 5060a298e71bc240bd25b6bd017254d1c32aa72e Mon Sep 17 00:00:00 2001 From: FrankJWong <46332382+FrankJWong@users.noreply.github.com> Date: Tue, 22 Jan 2019 10:29:08 -0800 Subject: [PATCH] Adding telemetry for XLayout types (#169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding telemetry for XLayout types * Update localization workflow for breaking changes (#162) * Adding instrumentation for AcrylicBrush.TintLuminosityOpacity propert… (#149) * Adding instrumentation for AcrylicBrush.TintLuminosityOpacity property change * Changing telemetry logging of property change as a member instead of class * Oops. Forgot to remove the old id. * Adding telemetry for XLayout types * Undoing noisy merge * Undoing another noisy merge --- .../Localization/LocalizationAutomation.proj | 6 +++--- build/Localization/NuGet.Config | 2 +- build/Localization/RunLocWorkflow.ps1 | 6 ++---- build/Localization/Settings/packages.config | 2 +- dev/Materials/Acrylic/AcrylicBrush.cpp | 6 ------ .../Strings/af-ZA/Resources.resw | 4 ---- .../Strings/am-ET/Resources.resw | 4 ---- .../Strings/ar-SA/Resources.resw | 4 ---- .../Strings/az-Latn-AZ/Resources.resw | 4 ---- .../Strings/be-BY/Resources.resw | 4 ---- .../Strings/bg-BG/Resources.resw | 4 ---- .../Strings/bn-BD/Resources.resw | 4 ---- .../Strings/bs-Latn-BA/Resources.resw | 4 ---- .../Strings/ca-ES/Resources.resw | 4 ---- .../Strings/cs-CZ/Resources.resw | 4 ---- .../Strings/da-DK/Resources.resw | 4 ---- .../Strings/de-DE/Resources.resw | 4 ---- .../Strings/el-GR/Resources.resw | 4 ---- .../Strings/en-GB/Resources.resw | 4 ---- .../Strings/es-ES/Resources.resw | 4 ---- .../Strings/es-MX/Resources.resw | 4 ---- .../Strings/et-EE/Resources.resw | 4 ---- .../Strings/eu-ES/Resources.resw | 4 ---- .../Strings/fa-IR/Resources.resw | 4 ---- .../Strings/fi-FI/Resources.resw | 4 ---- .../Strings/fil-PH/Resources.resw | 4 ---- .../Strings/fr-CA/Resources.resw | 4 ---- .../Strings/fr-FR/Resources.resw | 4 ---- .../Strings/gl-ES/Resources.resw | 4 ---- .../Strings/he-IL/Resources.resw | 4 ---- .../Strings/hi-IN/Resources.resw | 4 ---- .../Strings/hr-HR/Resources.resw | 4 ---- .../Strings/hu-HU/Resources.resw | 4 ---- .../Strings/id-ID/Resources.resw | 4 ---- .../Strings/is-IS/Resources.resw | 4 ---- .../Strings/it-IT/Resources.resw | 4 ---- .../Strings/ja-JP/Resources.resw | 4 ---- .../Strings/ka-GE/Resources.resw | 4 ---- .../Strings/kk-KZ/Resources.resw | 4 ---- .../Strings/km-KH/Resources.resw | 4 ---- .../Strings/kn-IN/Resources.resw | 4 ---- .../Strings/ko-KR/Resources.resw | 4 ---- .../Strings/lo-LA/Resources.resw | 4 ---- .../Strings/lt-LT/Resources.resw | 4 ---- .../Strings/lv-LV/Resources.resw | 4 ---- .../Strings/mk-MK/Resources.resw | 4 ---- .../Strings/ml-IN/Resources.resw | 4 ---- .../Strings/ms-MY/Resources.resw | 4 ---- .../Strings/nb-NO/Resources.resw | 4 ---- .../Strings/nl-NL/Resources.resw | 4 ---- .../Strings/nn-NO/Resources.resw | 4 ---- .../Strings/pl-PL/Resources.resw | 4 ---- .../Strings/pt-BR/Resources.resw | 4 ---- .../Strings/pt-PT/Resources.resw | 4 ---- .../Strings/ro-RO/Resources.resw | 4 ---- .../Strings/ru-RU/Resources.resw | 4 ---- .../Strings/sk-SK/Resources.resw | 4 ---- .../Strings/sl-SI/Resources.resw | 4 ---- .../Strings/sq-AL/Resources.resw | 4 ---- .../Strings/sr-Latn-RS/Resources.resw | 4 ---- .../Strings/sv-SE/Resources.resw | 4 ---- .../Strings/sw-KE/Resources.resw | 4 ---- .../Strings/ta-IN/Resources.resw | 4 ---- .../Strings/te-IN/Resources.resw | 4 ---- .../Strings/th-TH/Resources.resw | 4 ---- .../Strings/tr-TR/Resources.resw | 4 ---- .../Strings/uk-UA/Resources.resw | 4 ---- .../Strings/uz-Latn-UZ/Resources.resw | 4 ---- .../Strings/vi-VN/Resources.resw | 4 ---- .../Strings/zh-CN/Resources.resw | 4 ---- .../Strings/zh-TW/Resources.resw | 4 ---- dev/Repeater/NonVirtualizingLayout.cpp | 8 ++++++- dev/Repeater/NonVirtualizingLayout.h | 2 ++ dev/Repeater/StackLayout.cpp | 6 ++++++ dev/Repeater/StackLayout.h | 1 + dev/Repeater/UniformGridLayout.cpp | 6 ++++++ dev/Repeater/UniformGridLayout.h | 2 ++ dev/Repeater/VirtualizingLayout.cpp | 6 ++++++ dev/Repeater/VirtualizingLayout.h | 1 + dev/Telemetry/RuntimeProfiler.cpp | 2 +- dev/Telemetry/RuntimeProfiler.h | 21 ++++--------------- 81 files changed, 43 insertions(+), 298 deletions(-) diff --git a/build/Localization/LocalizationAutomation.proj b/build/Localization/LocalizationAutomation.proj index 52c1da0207..08c9bb53e8 100644 --- a/build/Localization/LocalizationAutomation.proj +++ b/build/Localization/LocalizationAutomation.proj @@ -1,7 +1,7 @@  - + Release AnyCPU @@ -38,7 +38,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + @@ -46,7 +46,7 @@ - + diff --git a/build/Localization/NuGet.Config b/build/Localization/NuGet.Config index 880d6a1d16..cfc48b5b81 100644 --- a/build/Localization/NuGet.Config +++ b/build/Localization/NuGet.Config @@ -1,7 +1,7 @@  - + diff --git a/build/Localization/RunLocWorkflow.ps1 b/build/Localization/RunLocWorkflow.ps1 index f9c61917f7..79ad5a32bf 100644 --- a/build/Localization/RunLocWorkflow.ps1 +++ b/build/Localization/RunLocWorkflow.ps1 @@ -4,10 +4,8 @@ param( [switch]$CopyBackOnly ) -$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" - -$rootPath = & $vswhere -Latest -requires Microsoft.Component.MSBuild -property InstallationPath -$MSBuildPath="$rootPath\MSBuild\15.0\Bin\MSBuild.exe" +$VSDIR=(Get-ItemProperty "HKLM:\software\wow6432node\Microsoft\VisualStudio\SxS\vs7" -Name "15.0").'15.0'; +$MSBuildPath=$VSDIR + '\MSBuild\15.0\Bin\MSBuild.exe' if (-not (Test-Path $MSBuildPath)) { diff --git a/build/Localization/Settings/packages.config b/build/Localization/Settings/packages.config index 3ddaa7fb69..c3beda438e 100644 --- a/build/Localization/Settings/packages.config +++ b/build/Localization/Settings/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/dev/Materials/Acrylic/AcrylicBrush.cpp b/dev/Materials/Acrylic/AcrylicBrush.cpp index fb43e8d386..02ea48bfcc 100644 --- a/dev/Materials/Acrylic/AcrylicBrush.cpp +++ b/dev/Materials/Acrylic/AcrylicBrush.cpp @@ -314,12 +314,6 @@ void AcrylicBrush::OnPropertyChanged(const winrt::DependencyPropertyChangedEvent m_brush.StartAnimation(LuminosityColorColor, MakeColorAnimation(newLuminosityColor, TintTransitionDuration(), m_brush.Compositor())); } } - - if (property == s_TintLuminosityOpacityProperty) - { - // Logging usage telemetry - __RP_Marker_ClassMemberById(RuntimeProfiler::ProfId_Acrylic, RuntimeProfiler::ProfMemberId_Acrylic_TintLuminosityOpacity_Changed); - } } else if (property == s_AlwaysUseFallbackProperty) { diff --git a/dev/NavigationView/Strings/af-ZA/Resources.resw b/dev/NavigationView/Strings/af-ZA/Resources.resw index deebfe811d..36e7285c7b 100644 --- a/dev/NavigationView/Strings/af-ZA/Resources.resw +++ b/dev/NavigationView/Strings/af-ZA/Resources.resw @@ -141,10 +141,6 @@ Terug-knoppie Automation name for the nav view provided back button - - Terug - ToolTip caption for the back button - Meer-knoppie Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/am-ET/Resources.resw b/dev/NavigationView/Strings/am-ET/Resources.resw index 5399397dd8..0342628569 100644 --- a/dev/NavigationView/Strings/am-ET/Resources.resw +++ b/dev/NavigationView/Strings/am-ET/Resources.resw @@ -141,10 +141,6 @@ ተመለስ አዝራር Automation name for the nav view provided back button - - ተመለስ - ToolTip caption for the back button - ተጨማሪ አዝራር Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ar-SA/Resources.resw b/dev/NavigationView/Strings/ar-SA/Resources.resw index f8d23e28f1..215344f425 100644 --- a/dev/NavigationView/Strings/ar-SA/Resources.resw +++ b/dev/NavigationView/Strings/ar-SA/Resources.resw @@ -141,10 +141,6 @@ زر الرجوع Automation name for the nav view provided back button - - الخلف - ToolTip caption for the back button - زر المزيد Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/az-Latn-AZ/Resources.resw b/dev/NavigationView/Strings/az-Latn-AZ/Resources.resw index 379a55d1f9..5bedf396c6 100644 --- a/dev/NavigationView/Strings/az-Latn-AZ/Resources.resw +++ b/dev/NavigationView/Strings/az-Latn-AZ/Resources.resw @@ -141,10 +141,6 @@ Geri düyməsi Automation name for the nav view provided back button - - Geri - ToolTip caption for the back button - Daha çox Düyməsi Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/be-BY/Resources.resw b/dev/NavigationView/Strings/be-BY/Resources.resw index 2a97a52830..3f0de9f6fd 100644 --- a/dev/NavigationView/Strings/be-BY/Resources.resw +++ b/dev/NavigationView/Strings/be-BY/Resources.resw @@ -141,10 +141,6 @@ Кнопка «Назад» Automation name for the nav view provided back button - - Назад - ToolTip caption for the back button - Кнопка «Дадаткова» Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/bg-BG/Resources.resw b/dev/NavigationView/Strings/bg-BG/Resources.resw index 4bfc503798..73e1b98969 100644 --- a/dev/NavigationView/Strings/bg-BG/Resources.resw +++ b/dev/NavigationView/Strings/bg-BG/Resources.resw @@ -141,10 +141,6 @@ Бутон „Назад“ Automation name for the nav view provided back button - - Назад - ToolTip caption for the back button - Бутон „Още“ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/bn-BD/Resources.resw b/dev/NavigationView/Strings/bn-BD/Resources.resw index 4c7baf53ec..4547c84dd7 100644 --- a/dev/NavigationView/Strings/bn-BD/Resources.resw +++ b/dev/NavigationView/Strings/bn-BD/Resources.resw @@ -141,10 +141,6 @@ ব্যাক বোতাম Automation name for the nav view provided back button - - ফিরে যান - ToolTip caption for the back button - আরো বাটন Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/bs-Latn-BA/Resources.resw b/dev/NavigationView/Strings/bs-Latn-BA/Resources.resw index def0fa22fd..4b5ea477d9 100644 --- a/dev/NavigationView/Strings/bs-Latn-BA/Resources.resw +++ b/dev/NavigationView/Strings/bs-Latn-BA/Resources.resw @@ -141,10 +141,6 @@ Dugme Nazad Automation name for the nav view provided back button - - Nazad - ToolTip caption for the back button - Dugme "Više" Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ca-ES/Resources.resw b/dev/NavigationView/Strings/ca-ES/Resources.resw index fc44a1eb97..68fd4de8f3 100644 --- a/dev/NavigationView/Strings/ca-ES/Resources.resw +++ b/dev/NavigationView/Strings/ca-ES/Resources.resw @@ -141,10 +141,6 @@ Botó Enrere Automation name for the nav view provided back button - - Enrere - ToolTip caption for the back button - Botó Més Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/cs-CZ/Resources.resw b/dev/NavigationView/Strings/cs-CZ/Resources.resw index 3c239bee01..c54ae6c01f 100644 --- a/dev/NavigationView/Strings/cs-CZ/Resources.resw +++ b/dev/NavigationView/Strings/cs-CZ/Resources.resw @@ -141,10 +141,6 @@ Tlačítko Zpět Automation name for the nav view provided back button - - Zpět - ToolTip caption for the back button - Tlačítko Více Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/da-DK/Resources.resw b/dev/NavigationView/Strings/da-DK/Resources.resw index 16f78e5a9f..2b82f84c6d 100644 --- a/dev/NavigationView/Strings/da-DK/Resources.resw +++ b/dev/NavigationView/Strings/da-DK/Resources.resw @@ -141,10 +141,6 @@ Tilbage-knap Automation name for the nav view provided back button - - Tilbage - ToolTip caption for the back button - Knappen Mere Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/de-DE/Resources.resw b/dev/NavigationView/Strings/de-DE/Resources.resw index 29f7c5cd44..097abad9be 100644 --- a/dev/NavigationView/Strings/de-DE/Resources.resw +++ b/dev/NavigationView/Strings/de-DE/Resources.resw @@ -141,10 +141,6 @@ Schaltfläche „Zurück“ Automation name for the nav view provided back button - - Zurück - ToolTip caption for the back button - Schaltfläche „Mehr“ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/el-GR/Resources.resw b/dev/NavigationView/Strings/el-GR/Resources.resw index 6382ede5d5..ad7d2d944a 100644 --- a/dev/NavigationView/Strings/el-GR/Resources.resw +++ b/dev/NavigationView/Strings/el-GR/Resources.resw @@ -141,10 +141,6 @@ Κουμπί \"Πίσω\" Automation name for the nav view provided back button - - Πίσω - ToolTip caption for the back button - Κουμπί "Περισσότερα" Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/en-GB/Resources.resw b/dev/NavigationView/Strings/en-GB/Resources.resw index 1abf20b103..91ee7189ba 100644 --- a/dev/NavigationView/Strings/en-GB/Resources.resw +++ b/dev/NavigationView/Strings/en-GB/Resources.resw @@ -141,10 +141,6 @@ Back button Automation name for the nav view provided back button - - Back - ToolTip caption for the back button - More Button Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/es-ES/Resources.resw b/dev/NavigationView/Strings/es-ES/Resources.resw index 2875fb263b..a21566fee6 100644 --- a/dev/NavigationView/Strings/es-ES/Resources.resw +++ b/dev/NavigationView/Strings/es-ES/Resources.resw @@ -141,10 +141,6 @@ Botón Atrás Automation name for the nav view provided back button - - Atrás - ToolTip caption for the back button - Botón más Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/es-MX/Resources.resw b/dev/NavigationView/Strings/es-MX/Resources.resw index bbb0734c3f..cc5a554a19 100644 --- a/dev/NavigationView/Strings/es-MX/Resources.resw +++ b/dev/NavigationView/Strings/es-MX/Resources.resw @@ -141,10 +141,6 @@ Botón Atrás Automation name for the nav view provided back button - - Atrás - ToolTip caption for the back button - Botón Más Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/et-EE/Resources.resw b/dev/NavigationView/Strings/et-EE/Resources.resw index 556ab6d510..632014eb39 100644 --- a/dev/NavigationView/Strings/et-EE/Resources.resw +++ b/dev/NavigationView/Strings/et-EE/Resources.resw @@ -141,10 +141,6 @@ Nupp Tagasi Automation name for the nav view provided back button - - Tagasi - ToolTip caption for the back button - Nupp Rohkem Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/eu-ES/Resources.resw b/dev/NavigationView/Strings/eu-ES/Resources.resw index 5a65a5d8f1..06ad5081c7 100644 --- a/dev/NavigationView/Strings/eu-ES/Resources.resw +++ b/dev/NavigationView/Strings/eu-ES/Resources.resw @@ -141,10 +141,6 @@ Atzera botoia Automation name for the nav view provided back button - - Atzera - ToolTip caption for the back button - "Gehiago" Botoia Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/fa-IR/Resources.resw b/dev/NavigationView/Strings/fa-IR/Resources.resw index d3b30809e8..33c66b6db2 100644 --- a/dev/NavigationView/Strings/fa-IR/Resources.resw +++ b/dev/NavigationView/Strings/fa-IR/Resources.resw @@ -141,10 +141,6 @@ دکمه «بازگشت» Automation name for the nav view provided back button - - بازگشت - ToolTip caption for the back button - دکمه بیشتر Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/fi-FI/Resources.resw b/dev/NavigationView/Strings/fi-FI/Resources.resw index d5e2d0b427..6d1570d734 100644 --- a/dev/NavigationView/Strings/fi-FI/Resources.resw +++ b/dev/NavigationView/Strings/fi-FI/Resources.resw @@ -141,10 +141,6 @@ Takaisin-painike Automation name for the nav view provided back button - - Edellinen - ToolTip caption for the back button - Lisää-painike Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/fil-PH/Resources.resw b/dev/NavigationView/Strings/fil-PH/Resources.resw index 44930fc646..429cb8df9f 100644 --- a/dev/NavigationView/Strings/fil-PH/Resources.resw +++ b/dev/NavigationView/Strings/fil-PH/Resources.resw @@ -141,10 +141,6 @@ Button na Bumalik Automation name for the nav view provided back button - - Bumalik - ToolTip caption for the back button - Button na Higit pa Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/fr-CA/Resources.resw b/dev/NavigationView/Strings/fr-CA/Resources.resw index b6c1bb7680..97aceacc4c 100644 --- a/dev/NavigationView/Strings/fr-CA/Resources.resw +++ b/dev/NavigationView/Strings/fr-CA/Resources.resw @@ -141,10 +141,6 @@ Bouton Précédent Automation name for the nav view provided back button - - Retour - ToolTip caption for the back button - Bouton Plus Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/fr-FR/Resources.resw b/dev/NavigationView/Strings/fr-FR/Resources.resw index dbff2093db..79f58cdf60 100644 --- a/dev/NavigationView/Strings/fr-FR/Resources.resw +++ b/dev/NavigationView/Strings/fr-FR/Resources.resw @@ -141,10 +141,6 @@ Bouton Précédent Automation name for the nav view provided back button - - Retour - ToolTip caption for the back button - Bouton Plus Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/gl-ES/Resources.resw b/dev/NavigationView/Strings/gl-ES/Resources.resw index 0eae5757cb..aa21e88602 100644 --- a/dev/NavigationView/Strings/gl-ES/Resources.resw +++ b/dev/NavigationView/Strings/gl-ES/Resources.resw @@ -141,10 +141,6 @@ Botón Atrás Automation name for the nav view provided back button - - Atrás - ToolTip caption for the back button - Botón máis Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/he-IL/Resources.resw b/dev/NavigationView/Strings/he-IL/Resources.resw index 81ee205785..44c4576f49 100644 --- a/dev/NavigationView/Strings/he-IL/Resources.resw +++ b/dev/NavigationView/Strings/he-IL/Resources.resw @@ -141,10 +141,6 @@ מקש \'הקודם\' Automation name for the nav view provided back button - - הקודם - ToolTip caption for the back button - לחצן 'עוד' Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/hi-IN/Resources.resw b/dev/NavigationView/Strings/hi-IN/Resources.resw index f4f2597fce..0c0426fba7 100644 --- a/dev/NavigationView/Strings/hi-IN/Resources.resw +++ b/dev/NavigationView/Strings/hi-IN/Resources.resw @@ -141,10 +141,6 @@ वापस बटन Automation name for the nav view provided back button - - वापस - ToolTip caption for the back button - अधिक बटन Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/hr-HR/Resources.resw b/dev/NavigationView/Strings/hr-HR/Resources.resw index a3d1472632..d83dc1a454 100644 --- a/dev/NavigationView/Strings/hr-HR/Resources.resw +++ b/dev/NavigationView/Strings/hr-HR/Resources.resw @@ -141,10 +141,6 @@ Gumb Natrag Automation name for the nav view provided back button - - Natrag - ToolTip caption for the back button - Gumb Više Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/hu-HU/Resources.resw b/dev/NavigationView/Strings/hu-HU/Resources.resw index 9c1238b60b..63b0c82940 100644 --- a/dev/NavigationView/Strings/hu-HU/Resources.resw +++ b/dev/NavigationView/Strings/hu-HU/Resources.resw @@ -141,10 +141,6 @@ Vissza gomb Automation name for the nav view provided back button - - Vissza - ToolTip caption for the back button - Egyebek gomb Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/id-ID/Resources.resw b/dev/NavigationView/Strings/id-ID/Resources.resw index ede8f1eb6f..8fb3974af3 100644 --- a/dev/NavigationView/Strings/id-ID/Resources.resw +++ b/dev/NavigationView/Strings/id-ID/Resources.resw @@ -141,10 +141,6 @@ Tombol Kembali Automation name for the nav view provided back button - - Kembali - ToolTip caption for the back button - Tombol Lainnya Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/is-IS/Resources.resw b/dev/NavigationView/Strings/is-IS/Resources.resw index 09377dc7a7..70db6ac448 100644 --- a/dev/NavigationView/Strings/is-IS/Resources.resw +++ b/dev/NavigationView/Strings/is-IS/Resources.resw @@ -141,10 +141,6 @@ Hnappurinn „Til baka“ Automation name for the nav view provided back button - - Til baka - ToolTip caption for the back button - Hnappurinn „Meira“ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/it-IT/Resources.resw b/dev/NavigationView/Strings/it-IT/Resources.resw index d39a5c0478..dfa02134b6 100644 --- a/dev/NavigationView/Strings/it-IT/Resources.resw +++ b/dev/NavigationView/Strings/it-IT/Resources.resw @@ -141,10 +141,6 @@ Pulsante Indietro Automation name for the nav view provided back button - - Indietro - ToolTip caption for the back button - Pulsante Altro Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ja-JP/Resources.resw b/dev/NavigationView/Strings/ja-JP/Resources.resw index e40ab90b4a..825571fa70 100644 --- a/dev/NavigationView/Strings/ja-JP/Resources.resw +++ b/dev/NavigationView/Strings/ja-JP/Resources.resw @@ -141,10 +141,6 @@ [戻る] ボタン Automation name for the nav view provided back button - - 戻る - ToolTip caption for the back button - [詳細] ボタン Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ka-GE/Resources.resw b/dev/NavigationView/Strings/ka-GE/Resources.resw index 245805c69b..4de04c379d 100644 --- a/dev/NavigationView/Strings/ka-GE/Resources.resw +++ b/dev/NavigationView/Strings/ka-GE/Resources.resw @@ -141,10 +141,6 @@ დაბრუნების ღილაკი Automation name for the nav view provided back button - - უკან - ToolTip caption for the back button - ღილაკი „სხვა“ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/kk-KZ/Resources.resw b/dev/NavigationView/Strings/kk-KZ/Resources.resw index ae14d09f7a..adadcfa152 100644 --- a/dev/NavigationView/Strings/kk-KZ/Resources.resw +++ b/dev/NavigationView/Strings/kk-KZ/Resources.resw @@ -141,10 +141,6 @@ "Артқа" түймесі Automation name for the nav view provided back button - - Артқа - ToolTip caption for the back button - Қосымша түймесі Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/km-KH/Resources.resw b/dev/NavigationView/Strings/km-KH/Resources.resw index 0345210aed..17fdd6dd5c 100644 --- a/dev/NavigationView/Strings/km-KH/Resources.resw +++ b/dev/NavigationView/Strings/km-KH/Resources.resw @@ -141,10 +141,6 @@ ប៊ូតុងថយក្រោយ Automation name for the nav view provided back button - - ថយក្រោយ - ToolTip caption for the back button - ប៊ូតុងច្រើនទៀត Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/kn-IN/Resources.resw b/dev/NavigationView/Strings/kn-IN/Resources.resw index b472b13292..1d0075d0e6 100644 --- a/dev/NavigationView/Strings/kn-IN/Resources.resw +++ b/dev/NavigationView/Strings/kn-IN/Resources.resw @@ -141,10 +141,6 @@ ಹಿಂತಿರುಗು ಬಟನ್ Automation name for the nav view provided back button - - ಹಿಂದೆ - ToolTip caption for the back button - ಮತ್ತಷ್ಟು ಬಟನ್ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ko-KR/Resources.resw b/dev/NavigationView/Strings/ko-KR/Resources.resw index 1709317c5e..74c53da560 100644 --- a/dev/NavigationView/Strings/ko-KR/Resources.resw +++ b/dev/NavigationView/Strings/ko-KR/Resources.resw @@ -141,10 +141,6 @@ 뒤로 단추 Automation name for the nav view provided back button - - 뒤로 - ToolTip caption for the back button - 기타 단추 Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/lo-LA/Resources.resw b/dev/NavigationView/Strings/lo-LA/Resources.resw index f5e1dea0f0..4352e87f08 100644 --- a/dev/NavigationView/Strings/lo-LA/Resources.resw +++ b/dev/NavigationView/Strings/lo-LA/Resources.resw @@ -141,10 +141,6 @@ ປຸ່ມກັບຄືນ Automation name for the nav view provided back button - - ກັບ​ຄືນ - ToolTip caption for the back button - ປຸ່ມເພີ່ມເຕີມ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/lt-LT/Resources.resw b/dev/NavigationView/Strings/lt-LT/Resources.resw index 9dac17b47c..6df8d8526b 100644 --- a/dev/NavigationView/Strings/lt-LT/Resources.resw +++ b/dev/NavigationView/Strings/lt-LT/Resources.resw @@ -141,10 +141,6 @@ Mygtukas Atgal Automation name for the nav view provided back button - - Atgal - ToolTip caption for the back button - Mygtukas Daugiau Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/lv-LV/Resources.resw b/dev/NavigationView/Strings/lv-LV/Resources.resw index fa462e5177..b513df3a55 100644 --- a/dev/NavigationView/Strings/lv-LV/Resources.resw +++ b/dev/NavigationView/Strings/lv-LV/Resources.resw @@ -141,10 +141,6 @@ Poga Atpakaļ Automation name for the nav view provided back button - - Atpakaļ - ToolTip caption for the back button - Poga Vairāk Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/mk-MK/Resources.resw b/dev/NavigationView/Strings/mk-MK/Resources.resw index 1b3c2ecd97..5f64fe8050 100644 --- a/dev/NavigationView/Strings/mk-MK/Resources.resw +++ b/dev/NavigationView/Strings/mk-MK/Resources.resw @@ -141,10 +141,6 @@ Копче Назад Automation name for the nav view provided back button - - Назад - ToolTip caption for the back button - Копче Повеќе Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ml-IN/Resources.resw b/dev/NavigationView/Strings/ml-IN/Resources.resw index ccf7b61113..0fec0184bc 100644 --- a/dev/NavigationView/Strings/ml-IN/Resources.resw +++ b/dev/NavigationView/Strings/ml-IN/Resources.resw @@ -141,10 +141,6 @@ പിന്നിലേക്ക് ബട്ടൺ Automation name for the nav view provided back button - - പിന്നിലേക്ക് - ToolTip caption for the back button - കൂടുതൽ ബട്ടൺ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ms-MY/Resources.resw b/dev/NavigationView/Strings/ms-MY/Resources.resw index 6422077a42..9f588f4815 100644 --- a/dev/NavigationView/Strings/ms-MY/Resources.resw +++ b/dev/NavigationView/Strings/ms-MY/Resources.resw @@ -141,10 +141,6 @@ Butang Ke Belakang Automation name for the nav view provided back button - - Ke Belakang - ToolTip caption for the back button - Lebih Banyak Butang Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/nb-NO/Resources.resw b/dev/NavigationView/Strings/nb-NO/Resources.resw index f5ca172543..a7f91b2ffd 100644 --- a/dev/NavigationView/Strings/nb-NO/Resources.resw +++ b/dev/NavigationView/Strings/nb-NO/Resources.resw @@ -141,10 +141,6 @@ Tilbake-knapp Automation name for the nav view provided back button - - Tilbake - ToolTip caption for the back button - Mer-knappen Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/nl-NL/Resources.resw b/dev/NavigationView/Strings/nl-NL/Resources.resw index bfbcac37f8..8646460aaa 100644 --- a/dev/NavigationView/Strings/nl-NL/Resources.resw +++ b/dev/NavigationView/Strings/nl-NL/Resources.resw @@ -141,10 +141,6 @@ Knop Terug Automation name for the nav view provided back button - - Terug - ToolTip caption for the back button - Knop Meer Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/nn-NO/Resources.resw b/dev/NavigationView/Strings/nn-NO/Resources.resw index 9639da2028..506c2a9c42 100644 --- a/dev/NavigationView/Strings/nn-NO/Resources.resw +++ b/dev/NavigationView/Strings/nn-NO/Resources.resw @@ -141,10 +141,6 @@ Tilbake-knapp Automation name for the nav view provided back button - - Tilbake - ToolTip caption for the back button - Meir-knapp Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/pl-PL/Resources.resw b/dev/NavigationView/Strings/pl-PL/Resources.resw index 3efce1e11b..ee208c5b71 100644 --- a/dev/NavigationView/Strings/pl-PL/Resources.resw +++ b/dev/NavigationView/Strings/pl-PL/Resources.resw @@ -141,10 +141,6 @@ Przycisk Wstecz Automation name for the nav view provided back button - - Wstecz - ToolTip caption for the back button - Przycisk Więcej Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/pt-BR/Resources.resw b/dev/NavigationView/Strings/pt-BR/Resources.resw index 0b71768bb5..5d0f4b4b5e 100644 --- a/dev/NavigationView/Strings/pt-BR/Resources.resw +++ b/dev/NavigationView/Strings/pt-BR/Resources.resw @@ -141,10 +141,6 @@ Botão Voltar Automation name for the nav view provided back button - - Voltar - ToolTip caption for the back button - Botão Mais Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/pt-PT/Resources.resw b/dev/NavigationView/Strings/pt-PT/Resources.resw index 00ece1a5bc..27348ce3b4 100644 --- a/dev/NavigationView/Strings/pt-PT/Resources.resw +++ b/dev/NavigationView/Strings/pt-PT/Resources.resw @@ -141,10 +141,6 @@ Botão Anterior Automation name for the nav view provided back button - - Anterior - ToolTip caption for the back button - Botão Mais Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ro-RO/Resources.resw b/dev/NavigationView/Strings/ro-RO/Resources.resw index c5f894e253..d2c23a5948 100644 --- a/dev/NavigationView/Strings/ro-RO/Resources.resw +++ b/dev/NavigationView/Strings/ro-RO/Resources.resw @@ -141,10 +141,6 @@ Buton Înapoi Automation name for the nav view provided back button - - Înapoi - ToolTip caption for the back button - Butonul Mai multe Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ru-RU/Resources.resw b/dev/NavigationView/Strings/ru-RU/Resources.resw index b1ca2e113f..0395739e0a 100644 --- a/dev/NavigationView/Strings/ru-RU/Resources.resw +++ b/dev/NavigationView/Strings/ru-RU/Resources.resw @@ -141,10 +141,6 @@ Кнопка "Назад" Automation name for the nav view provided back button - - Назад - ToolTip caption for the back button - Кнопка "Дополнительно" Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/sk-SK/Resources.resw b/dev/NavigationView/Strings/sk-SK/Resources.resw index c2916e53a7..8c2217921a 100644 --- a/dev/NavigationView/Strings/sk-SK/Resources.resw +++ b/dev/NavigationView/Strings/sk-SK/Resources.resw @@ -141,10 +141,6 @@ Tlačidlo Späť Automation name for the nav view provided back button - - Späť - ToolTip caption for the back button - Tlačidlo Viac Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/sl-SI/Resources.resw b/dev/NavigationView/Strings/sl-SI/Resources.resw index 99afbf4205..62d1d7ea42 100644 --- a/dev/NavigationView/Strings/sl-SI/Resources.resw +++ b/dev/NavigationView/Strings/sl-SI/Resources.resw @@ -141,10 +141,6 @@ Gumb za vračanje nazaj Automation name for the nav view provided back button - - Nazaj - ToolTip caption for the back button - Gumb za več Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/sq-AL/Resources.resw b/dev/NavigationView/Strings/sq-AL/Resources.resw index 0ca22f2812..5acc78801c 100644 --- a/dev/NavigationView/Strings/sq-AL/Resources.resw +++ b/dev/NavigationView/Strings/sq-AL/Resources.resw @@ -141,10 +141,6 @@ Butoni Prapa Automation name for the nav view provided back button - - Prapa - ToolTip caption for the back button - Butoni "Më shumë" Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/sr-Latn-RS/Resources.resw b/dev/NavigationView/Strings/sr-Latn-RS/Resources.resw index 56be18ce8e..c9004270d1 100644 --- a/dev/NavigationView/Strings/sr-Latn-RS/Resources.resw +++ b/dev/NavigationView/Strings/sr-Latn-RS/Resources.resw @@ -141,10 +141,6 @@ Dugme Nazad Automation name for the nav view provided back button - - Nazad - ToolTip caption for the back button - Dugme „Još“ Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/sv-SE/Resources.resw b/dev/NavigationView/Strings/sv-SE/Resources.resw index a76e9d458b..6d691c44e9 100644 --- a/dev/NavigationView/Strings/sv-SE/Resources.resw +++ b/dev/NavigationView/Strings/sv-SE/Resources.resw @@ -141,10 +141,6 @@ Knappen Tillbaka Automation name for the nav view provided back button - - Tillbaka - ToolTip caption for the back button - Knappen Mer Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/sw-KE/Resources.resw b/dev/NavigationView/Strings/sw-KE/Resources.resw index e16ea900be..8506292ec9 100644 --- a/dev/NavigationView/Strings/sw-KE/Resources.resw +++ b/dev/NavigationView/Strings/sw-KE/Resources.resw @@ -141,10 +141,6 @@ Kitufe cha nyuma Automation name for the nav view provided back button - - Nyuma - ToolTip caption for the back button - Vitufe Zaidi Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/ta-IN/Resources.resw b/dev/NavigationView/Strings/ta-IN/Resources.resw index 3257d84e00..3e880d0735 100644 --- a/dev/NavigationView/Strings/ta-IN/Resources.resw +++ b/dev/NavigationView/Strings/ta-IN/Resources.resw @@ -141,10 +141,6 @@ பின்செல் பொத்தான் Automation name for the nav view provided back button - - பின் - ToolTip caption for the back button - மேலும் பொத்தான் Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/te-IN/Resources.resw b/dev/NavigationView/Strings/te-IN/Resources.resw index 68738dd310..3d6af36bd1 100644 --- a/dev/NavigationView/Strings/te-IN/Resources.resw +++ b/dev/NavigationView/Strings/te-IN/Resources.resw @@ -141,10 +141,6 @@ వెనుకకు బటన్ Automation name for the nav view provided back button - - వెనుకకు - ToolTip caption for the back button - మరింత బటన్. Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/th-TH/Resources.resw b/dev/NavigationView/Strings/th-TH/Resources.resw index 6c42cfb088..0900bd7356 100644 --- a/dev/NavigationView/Strings/th-TH/Resources.resw +++ b/dev/NavigationView/Strings/th-TH/Resources.resw @@ -141,10 +141,6 @@ ปุ่มย้อนกลับ Automation name for the nav view provided back button - - ย้อนกลับ - ToolTip caption for the back button - ปุ่มเพิ่มเติม Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/tr-TR/Resources.resw b/dev/NavigationView/Strings/tr-TR/Resources.resw index e82487dda2..96f636e40a 100644 --- a/dev/NavigationView/Strings/tr-TR/Resources.resw +++ b/dev/NavigationView/Strings/tr-TR/Resources.resw @@ -141,10 +141,6 @@ Geri düğmesi Automation name for the nav view provided back button - - Geri - ToolTip caption for the back button - Diğer Düğmesi Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/uk-UA/Resources.resw b/dev/NavigationView/Strings/uk-UA/Resources.resw index 8bc5394005..e1a7d065e1 100644 --- a/dev/NavigationView/Strings/uk-UA/Resources.resw +++ b/dev/NavigationView/Strings/uk-UA/Resources.resw @@ -141,10 +141,6 @@ Кнопка "Назад" Automation name for the nav view provided back button - - Назад - ToolTip caption for the back button - Кнопка "Докладно" Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/uz-Latn-UZ/Resources.resw b/dev/NavigationView/Strings/uz-Latn-UZ/Resources.resw index 4a83119710..059a25dd41 100644 --- a/dev/NavigationView/Strings/uz-Latn-UZ/Resources.resw +++ b/dev/NavigationView/Strings/uz-Latn-UZ/Resources.resw @@ -141,10 +141,6 @@ Orqaga tugmasi Automation name for the nav view provided back button - - Orqaga - ToolTip caption for the back button - Ko‘proq tugmasi Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/vi-VN/Resources.resw b/dev/NavigationView/Strings/vi-VN/Resources.resw index eb81f49ab8..341c523dc2 100644 --- a/dev/NavigationView/Strings/vi-VN/Resources.resw +++ b/dev/NavigationView/Strings/vi-VN/Resources.resw @@ -141,10 +141,6 @@ Nút Quay lại Automation name for the nav view provided back button - - Lùi - ToolTip caption for the back button - Nút Thêm Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/zh-CN/Resources.resw b/dev/NavigationView/Strings/zh-CN/Resources.resw index 6ce63d0be3..40b34995fb 100644 --- a/dev/NavigationView/Strings/zh-CN/Resources.resw +++ b/dev/NavigationView/Strings/zh-CN/Resources.resw @@ -141,10 +141,6 @@ 后退按钮 Automation name for the nav view provided back button - - 返回 - ToolTip caption for the back button - 更多按钮 Automation name for the nav view more button when panel is on top diff --git a/dev/NavigationView/Strings/zh-TW/Resources.resw b/dev/NavigationView/Strings/zh-TW/Resources.resw index 5e6f61cada..4a6b94baa9 100644 --- a/dev/NavigationView/Strings/zh-TW/Resources.resw +++ b/dev/NavigationView/Strings/zh-TW/Resources.resw @@ -141,10 +141,6 @@ [上一頁] 按鈕 Automation name for the nav view provided back button - - 上一步 - ToolTip caption for the back button - 更多按鈕 Automation name for the nav view more button when panel is on top diff --git a/dev/Repeater/NonVirtualizingLayout.cpp b/dev/Repeater/NonVirtualizingLayout.cpp index 39052976fd..f284e0350b 100644 --- a/dev/Repeater/NonVirtualizingLayout.cpp +++ b/dev/Repeater/NonVirtualizingLayout.cpp @@ -6,9 +6,15 @@ #include "ItemsRepeater.common.h" #include "Layout.h" #include "NonVirtualizingLayout.h" +#include "RuntimeProfiler.h" CppWinRTActivatableClassWithBasicFactory(NonVirtualizingLayout) +NonVirtualizingLayout::NonVirtualizingLayout() +{ + __RP_Marker_ClassById(RuntimeProfiler::ProfId_NonVirtualizingLayout); +} + #pragma region INonVirtualizingLayoutOverrides void NonVirtualizingLayout::InitializeForContextCore(winrt::LayoutContext const& context) @@ -31,4 +37,4 @@ winrt::Size NonVirtualizingLayout::ArrangeOverride(winrt::LayoutContext const& c throw winrt::hresult_not_implemented(); } -#pragma endregion \ No newline at end of file +#pragma endregion diff --git a/dev/Repeater/NonVirtualizingLayout.h b/dev/Repeater/NonVirtualizingLayout.h index 95f6fa75ea..2a5d36afb3 100644 --- a/dev/Repeater/NonVirtualizingLayout.h +++ b/dev/Repeater/NonVirtualizingLayout.h @@ -10,6 +10,8 @@ class NonVirtualizingLayout : public winrt::implementation::NonVirtualizingLayoutT { public: + NonVirtualizingLayout(); + #pragma region INonVirtualizingLayoutOverrides virtual void InitializeForContextCore(winrt::LayoutContext const& context); virtual void UninitializeForContextCore(winrt::LayoutContext const& context); diff --git a/dev/Repeater/StackLayout.cpp b/dev/Repeater/StackLayout.cpp index adc1a36f56..2d231e7cde 100644 --- a/dev/Repeater/StackLayout.cpp +++ b/dev/Repeater/StackLayout.cpp @@ -9,9 +9,15 @@ #include "StackLayoutState.h" #include "StackLayout.h" #include "StackLayoutFactory.h" +#include "RuntimeProfiler.h" #pragma region IFlowLayout +StackLayout::StackLayout() +{ + __RP_Marker_ClassById(RuntimeProfiler::ProfId_StackLayout); +} + winrt::Orientation StackLayout::Orientation() { return auto_unbox(GetValue(s_orientationProperty)); diff --git a/dev/Repeater/StackLayout.h b/dev/Repeater/StackLayout.h index 045961564c..95145e8754 100644 --- a/dev/Repeater/StackLayout.h +++ b/dev/Repeater/StackLayout.h @@ -15,6 +15,7 @@ class StackLayout : public OrientationBasedMeasures { public: + StackLayout(); #pragma region IStackLayout winrt::Orientation Orientation(); diff --git a/dev/Repeater/UniformGridLayout.cpp b/dev/Repeater/UniformGridLayout.cpp index e0a639b814..ce01996eb1 100644 --- a/dev/Repeater/UniformGridLayout.cpp +++ b/dev/Repeater/UniformGridLayout.cpp @@ -8,9 +8,15 @@ #include "UniformGridLayoutState.h" #include "UniformGridLayout.h" #include "UniformGridLayoutFactory.h" +#include "RuntimeProfiler.h" #pragma region IGridLayout +UniformGridLayout::UniformGridLayout() +{ + __RP_Marker_ClassById(RuntimeProfiler::ProfId_UniformGridLayout); +} + winrt::Orientation UniformGridLayout::Orientation() { return auto_unbox(GetValue(s_orientationProperty)); diff --git a/dev/Repeater/UniformGridLayout.h b/dev/Repeater/UniformGridLayout.h index f834a5edca..f6ea5b4a05 100644 --- a/dev/Repeater/UniformGridLayout.h +++ b/dev/Repeater/UniformGridLayout.h @@ -15,6 +15,8 @@ class UniformGridLayout : public OrientationBasedMeasures { public: + UniformGridLayout(); + #pragma region IGridLayout winrt::Orientation Orientation(); void Orientation(winrt::Orientation const& value); diff --git a/dev/Repeater/VirtualizingLayout.cpp b/dev/Repeater/VirtualizingLayout.cpp index 7807764d0a..52f0a71647 100644 --- a/dev/Repeater/VirtualizingLayout.cpp +++ b/dev/Repeater/VirtualizingLayout.cpp @@ -5,9 +5,15 @@ #include #include "ItemsRepeater.common.h" #include "VirtualizingLayout.h" +#include "RuntimeProfiler.h" CppWinRTActivatableClassWithBasicFactory(VirtualizingLayout) +VirtualizingLayout::VirtualizingLayout() +{ + __RP_Marker_ClassById(RuntimeProfiler::ProfId_VirtualizingLayout); +} + #pragma region IVirtualizingLayoutOverrides diff --git a/dev/Repeater/VirtualizingLayout.h b/dev/Repeater/VirtualizingLayout.h index 106f4ecbdd..27afcf6026 100644 --- a/dev/Repeater/VirtualizingLayout.h +++ b/dev/Repeater/VirtualizingLayout.h @@ -10,6 +10,7 @@ class VirtualizingLayout : public winrt::implementation::VirtualizingLayoutT { public: + VirtualizingLayout(); #pragma region IVirtualizingLayoutOverrides virtual void InitializeForContextCore(winrt::VirtualizingLayoutContext const& context); diff --git a/dev/Telemetry/RuntimeProfiler.cpp b/dev/Telemetry/RuntimeProfiler.cpp index d454b6a1c0..3b94040de6 100644 --- a/dev/Telemetry/RuntimeProfiler.cpp +++ b/dev/Telemetry/RuntimeProfiler.cpp @@ -178,7 +178,7 @@ namespace RuntimeProfiler { // Yes, we're declaring this as a global, the ctor/dtor are implemented // very carefully and this will not create issues with DllMain(). - DEFINE_PROFILEGROUP(gGroupClasses, PG_Class, ProfId_Size + ProfMemberId_Size); + DEFINE_PROFILEGROUP(gGroupClasses, PG_Class, ProfId_Size); struct ProfileGroupInfo { diff --git a/dev/Telemetry/RuntimeProfiler.h b/dev/Telemetry/RuntimeProfiler.h index bbf81e3cd1..48ed111a75 100644 --- a/dev/Telemetry/RuntimeProfiler.h +++ b/dev/Telemetry/RuntimeProfiler.h @@ -34,16 +34,13 @@ namespace RuntimeProfiler ProfId_RadioButtons, ProfId_RadioMenuFlyoutItem, ProfId_ItemsRepeater, + ProfId_NonVirtualizingLayout, + ProfId_StackLayout, + ProfId_UniformGridLayout, + ProfId_VirtualizingLayout, ProfId_Size } ProfilerClassId; - // Ditto above... - typedef enum - { - ProfMemberId_Acrylic_TintLuminosityOpacity_Changed = 0, - ProfMemberId_Size - } ProfilerMemberId; - void FireEvent(bool Suspend) noexcept; void RegisterMethod(ProfileGroup group, UINT16 TypeIndex, UINT16 MethodIndex, volatile LONG *Count) noexcept; } @@ -58,14 +55,4 @@ namespace RuntimeProfiler } \ } -#define __RP_Marker_ClassMemberById(typeindex, memberindex) \ - { \ - __pragma (warning ( suppress : 28112)) \ - static volatile LONG __RuntimeProfiler_Counter = -1; \ - if (0 == ::InterlockedIncrement(&__RuntimeProfiler_Counter)) \ - { \ - RuntimeProfiler::RegisterMethod(RuntimeProfiler::PG_Class, (UINT16)typeindex, (UINT16)memberindex, &__RuntimeProfiler_Counter); \ - } \ - } -