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