5 references to CancelEdit
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
2238
if (IsAccessibilityObjectCreated && !e.
CancelEdit
&& e.Node is not null)
2781
if (!e.
CancelEdit
)
2788
return (LRESULT)(e.
CancelEdit
? 1 : 0);
2811
if (newText is not null && !e.
CancelEdit
&& node is not null)
2820
return (LRESULT)(e.
CancelEdit
? 0 : 1);