2 writes to IsDragDropActive
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
1261
popup.
IsDragDropActive
= true;
1267
popup.
IsDragDropActive
= false;
1 reference to IsDragDropActive
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1246
if(newCaptureOutsidePopup && !popup.
IsDragDropActive
)