Skip to content

Commit ec9f648

Browse files
committed
Refactor Sample Gallery App
1 parent 28356e7 commit ec9f648

File tree

74 files changed

+13114
-22772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+13114
-22772
lines changed

dev/DevWinUI.Controls/Themes/Generic.xaml

Lines changed: 12716 additions & 22146 deletions
Large diffs are not rendered by default.

dev/DevWinUI.Gallery/GlobalUsings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
global using Microsoft.UI.Xaml.Navigation;
1212
global using static DevWinUIGallery.Common.AppHelper;
1313
global using static DevWinUIGallery.Common.LoggerSetup;
14+
global using System.Collections.ObjectModel;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace DevWinUIGallery.Models;
2+
3+
public partial class CarouselItemSource : ICarouselViewItemSource
4+
{
5+
public string ImageSource { get; set; }
6+
public string Title { get; set; }
7+
}

dev/DevWinUI.Gallery/Models/DepthLayerSampleData.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)