7 references to IsDragging
PresentationFramework (7)
System\Windows\Controls\GridViewColumnHeader.cs (2)
368if (e.Key == Key.Escape && _headerGripper != null && _headerGripper.IsDragging) 783if (_headerGripper != null && !_headerGripper.IsDragging)
System\Windows\Controls\Primitives\Thumb.cs (5)
149if (IsDragging) 192else if (IsDragging) 231if (!IsDragging) 270if (IsMouseCaptured && IsDragging) 300if (IsDragging)