Skip to content

Commit d99ae31

Browse files
committed
replace missing appuibasic instances
1 parent df38ac5 commit d99ae31

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

WinUIGallery/Behaviors/ImageScrollBehavior.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using AppUIBasics.Helper;
1+
using WinUIGallery.Helper;
22
using Microsoft.Xaml.Interactivity;
33
using System.Linq;
44
using Windows.Storage;
@@ -7,7 +7,7 @@
77
using Microsoft.UI.Xaml.Controls;
88
using Microsoft.UI.Xaml.Media;
99

10-
namespace AppUIBasics.Behaviors
10+
namespace WinUIGallery.Behaviors
1111
{
1212
public class ImageScrollBehavior : DependencyObject, IBehavior
1313
{

WinUIGallery/CollectionsInterop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
using NotifyCollectionChangedAction = Microsoft.UI.Xaml.Interop.NotifyCollectionChangedAction;
1313

14-
namespace AppUIBasics
14+
namespace WinUIGallery
1515
{
1616
// .NET collection types are tightly coupled with WUX types - e.g., ObservableCollection<T>
1717
// maps to WUX.INotifyCollectionChanged, and creates WUX.NotifyCollectionChangedEventArgs

WinUIGallery/ControlPages/InputValidationPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using System.Collections;
1818
using System.ComponentModel;
1919

20-
namespace AppUIBasics.ControlPages
20+
namespace WinUIGallery.ControlPages
2121
{
2222
public sealed partial class InputValidationPage : Page
2323
{

0 commit comments

Comments
 (0)