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