-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Switch to OptimizedObservableCollection for performance
Updated CalendarBase.cs to use OptimizedObservableCollection for `_columnHeaders`, `_rowHeaders`, and `_displayDates`. Imported `MyNet.Utilities.Collections`. Changed base class in BlackoutDatesCollection.cs to `OptimizedObservableCollection<DateRange>`. Imported `MyNet.Utilities.Collections`. Changed base class in SelectedDatesCollection.cs to `OptimizedObservableCollection<DateTime>`. Imported `MyNet.Utilities.Collections`. Updated MyNet.Wpf.csproj to reference newer versions of `MyNet.Observable`, `MyNet.UI`, and `MyNet.Utilities` packages.
- Loading branch information
Stéphane ANDRE (E104915)
committed
Oct 10, 2024
1 parent
5a0a436
commit e1f1f04
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters