4 references to AllowDrop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
601
get => GetState(States.
AllowDrop
);
604
if (GetState(States.
AllowDrop
) == value)
609
SetState(States.
AllowDrop
, value);
623
SetState(States.
AllowDrop
, !value);