win2d -> skia, some improvements on rendering.

This commit is contained in:
Burak Kaan Köse
2025-12-30 10:02:24 +01:00
parent 72e43e4b7a
commit 07f3dabff6
15 changed files with 174 additions and 129 deletions
@@ -69,10 +69,10 @@ public partial class GroupedAccountCalendarViewModel : ObservableObject
}
[ObservableProperty]
private bool _isExpanded = true;
public partial bool IsExpanded { get; set; } = true;
[ObservableProperty]
private bool? isCheckedState = true;
public partial bool? IsCheckedState { get; set; } = true;
private bool _isExternalPropChangeBlocked = false;