4 references to AllowDrop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
627
get => GetState(States.
AllowDrop
);
630
if (GetState(States.
AllowDrop
) == value)
635
SetState(States.
AllowDrop
, value);
649
SetState(States.
AllowDrop
, !value);