7 references to IsDragging
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
371
if (e.Key == Key.Escape && _headerGripper != null && _headerGripper.
IsDragging
)
803
if (_headerGripper != null && !_headerGripper.
IsDragging
)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (5)
146
if (
IsDragging
)
189
else if (
IsDragging
)
228
if (!
IsDragging
)
267
if (IsMouseCaptured &&
IsDragging
)
297
if (
IsDragging
)