2 writes to IsDragDropActive
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1266popup.IsDragDropActive = true; 1272popup.IsDragDropActive = false;
1 reference to IsDragDropActive
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1251if(newCaptureOutsidePopup && !popup.IsDragDropActive)