5 references to CancelEdit
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
2112
if (IsAccessibilityObjectCreated && !e.
CancelEdit
&& e.Node is not null)
2582
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);