命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -107,29 +107,6 @@ namespace ShrlAlgo.Toolkit.Wpf.Controls
SetValue(TitleTemplateProperty, value);
}
}
///// <summary>
///// The icon inside the window's title bar.
///// </summary>
//public static readonly DependencyProperty TitleBarIconProperty = DependencyProperty.Register(
// nameof(TitleBarIcon), typeof(ImageSource), typeof(MaterialWindow), new FrameworkPropertyMetadata(null, null));
///// <summary>
///// The icon inside the window's title bar.
///// </summary>
//public ImageSource TitleBarIcon
//{
// get
// {
// return (ImageSource)GetValue(TitleBarIconProperty);
// }
// set
// {
// SetValue(TitleBarIconProperty, value);
// }
//}
private Button m_minimizeButton;
private Button m_maximizeRestoreButton;
private Button m_closeButton;