4 references to AllowDrop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
531
get => GetState(States.
AllowDrop
);
534
if (GetState(States.
AllowDrop
) == value)
539
SetState(States.
AllowDrop
, value);
553
SetState(States.
AllowDrop
, !value);