7 references to IsDragging
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
371if (e.Key == Key.Escape && _headerGripper != null && _headerGripper.IsDragging) 803if (_headerGripper != null && !_headerGripper.IsDragging)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (5)
146if (IsDragging) 189else if (IsDragging) 228if (!IsDragging) 267if (IsMouseCaptured && IsDragging) 297if (IsDragging)