2 references to STATE_DROPTARGET
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
11236
if (accept != GetState(
STATE_DROPTARGET
) && IsHandleCreated) {
11261
SetState(
STATE_DROPTARGET
, accept);