5 references to CancelEdit
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
2095
if (IsAccessibilityObjectCreated && !e.
CancelEdit
&& e.Node is not null)
2565
if (!e.
CancelEdit
)
2572
return (LRESULT)(e.
CancelEdit
? 1 : 0);
2595
if (newText is not null && !e.
CancelEdit
&& node is not null)
2604
return (LRESULT)(e.
CancelEdit
? 0 : 1);