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