4 references to AllowDrop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
637
get => GetState(States.
AllowDrop
);
640
if (GetState(States.
AllowDrop
) == value)
645
SetState(States.
AllowDrop
, value);
659
SetState(States.
AllowDrop
, !value);