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)
2105
if (IsAccessibilityObjectCreated && !e.
CancelEdit
&& e.Node is not null)
2578
if (!e.
CancelEdit
)
2583
if (!e.
CancelEdit
)
2589
return (LRESULT)(e.
CancelEdit
? 1 : 0);
2612
if (newText is not null && !e.
CancelEdit
&& node is not null)
2621
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
);