7 references to IsDragging
PresentationFramework (7)
System\Windows\Controls\GridViewColumnHeader.cs (2)
363if (e.Key == Key.Escape && _headerGripper != null && _headerGripper.IsDragging) 769if (_headerGripper != null && !_headerGripper.IsDragging)
System\Windows\Controls\Primitives\Thumb.cs (5)
134if (IsDragging) 177else if (IsDragging) 216if (!IsDragging) 255if (IsMouseCaptured && IsDragging) 285if (IsDragging)