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