1 write to CancelEdit
System.Windows.Forms.Tests (1)
System\Windows\Forms\NodeLabelEditEventArgsTests.cs (1)
49
CancelEdit
= value
9 references to CancelEdit
System.Windows.Forms (6)
System\Windows\Forms\Controls\TreeView\TreeView.cs (6)
2101
if (IsAccessibilityObjectCreated && !e.
CancelEdit
&& e.Node is not null)
2574
if (!e.
CancelEdit
)
2579
if (!e.
CancelEdit
)
2585
return (LRESULT)(e.
CancelEdit
? 1 : 0);
2608
if (newText is not null && !e.
CancelEdit
&& node is not null)
2617
return (LRESULT)(e.
CancelEdit
? 0 : 1);
System.Windows.Forms.Tests (3)
System\Windows\Forms\NodeLabelEditEventArgsTests.cs (3)
22
Assert.False(e.
CancelEdit
);
39
Assert.False(e.
CancelEdit
);
51
Assert.Equal(value, e.
CancelEdit
);