4 references to AllowDrop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
533
get => GetState(States.
AllowDrop
);
536
if (GetState(States.
AllowDrop
) == value)
541
SetState(States.
AllowDrop
, value);
555
SetState(States.
AllowDrop
, !value);