1 write to CancelEdit
System.Windows.Forms.Tests (1)
System\Windows\Forms\NodeLabelEditEventArgsTests.cs (1)
51
CancelEdit
= value
8 references to CancelEdit
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
2102
if (IsAccessibilityObjectCreated && !e.
CancelEdit
&& e.Node is not null)
2575
if (!e.
CancelEdit
)
2582
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)
24
Assert.False(e.
CancelEdit
);
41
Assert.False(e.
CancelEdit
);
53
Assert.Equal(value, e.
CancelEdit
);