Skip to content

Commit

Permalink
test: Add CommandBarFlyout to leak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Nov 18, 2022
1 parent 93bef61 commit c3d8cab
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public class Given_FrameworkElement_And_Leak
[DataRow(typeof(AutoSuggestBox), 15)]
[DataRow(typeof(AppBar), 15)]
[DataRow(typeof(CommandBar), 15)]
[DataRow(typeof(AppBarButton), 15)]
[DataRow(typeof(AppBarSeparator), 15)]
[DataRow(typeof(Border), 15)]
[DataRow(typeof(ContentControl), 15)]
[DataRow(typeof(ContentDialog), 15)]
Expand All @@ -86,6 +88,8 @@ public class Given_FrameworkElement_And_Leak
[DataRow(typeof(Microsoft.UI.Xaml.Controls.BreadcrumbBar), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.BreadcrumbBarItem), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.ColorPicker), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.CommandBarFlyout), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.Expander), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.ImageIcon), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.InfoBadge), 15)]
Expand Down

0 comments on commit c3d8cab

Please sign in to comment.