7 references to IsDragging
PresentationFramework (7)
System\Windows\Controls\GridViewColumnHeader.cs (2)
364if (e.Key == Key.Escape && _headerGripper != null && _headerGripper.IsDragging) 779if (_headerGripper != null && !_headerGripper.IsDragging)
System\Windows\Controls\Primitives\Thumb.cs (5)
135if (IsDragging) 178else if (IsDragging) 217if (!IsDragging) 256if (IsMouseCaptured && IsDragging) 286if (IsDragging)