2 references to IsDragDropActive
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
2913
get { return _cacheValid[(int)CacheBits.
IsDragDropActive
]; }
2914
set { _cacheValid[(int)CacheBits.
IsDragDropActive
] = value; }