mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
把底层再分割一下
This commit is contained in:
@@ -128,7 +128,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
/// Identifies the <see cref="CommandParameter" /> dependency property
|
||||
/// </summary>
|
||||
public static readonly DependencyProperty CommandParameterProperty = DependencyProperty.Register(
|
||||
"CommandParameter", typeof(object), typeof(ControlMouseDoubleClickCommandBehavior),
|
||||
nameof(CommandParameter), typeof(object), typeof(ControlMouseDoubleClickCommandBehavior),
|
||||
new PropertyMetadata(null,
|
||||
(s, e) =>
|
||||
{
|
||||
@@ -165,7 +165,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
/// Identifies the <see cref="Command" /> dependency property
|
||||
/// </summary>
|
||||
public static readonly DependencyProperty CommandProperty = DependencyProperty.Register(
|
||||
"Command", typeof(ICommand), typeof(ControlMouseDoubleClickCommandBehavior),
|
||||
nameof(Command), typeof(ICommand), typeof(ControlMouseDoubleClickCommandBehavior),
|
||||
new PropertyMetadata(null,
|
||||
(s, e) => OnCommandChanged(s as ControlMouseDoubleClickCommandBehavior, e)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user