3 writes to _isHeaderDragging
PresentationFramework (3)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1499
_isHeaderDragging
= false;
1516
_isHeaderDragging
= true;
1540
_isHeaderDragging
= false;
6 references to _isHeaderDragging
PresentationFramework (6)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (6)
309
if (
_isHeaderDragging
)
391
if (
_isHeaderDragging
)
431
if (
_isHeaderDragging
)
459
if (!
_isHeaderDragging
)
501
if (e.LeftButton == MouseButtonState.Pressed &&
_isHeaderDragging
)
1269
if (e.Key == Key.Escape &&
_isHeaderDragging
)