3 writes to _isHeaderDragging
PresentationFramework (3)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1502
_isHeaderDragging
= false;
1519
_isHeaderDragging
= true;
1543
_isHeaderDragging
= false;
6 references to _isHeaderDragging
PresentationFramework (6)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (6)
312
if (
_isHeaderDragging
)
394
if (
_isHeaderDragging
)
434
if (
_isHeaderDragging
)
462
if (!
_isHeaderDragging
)
504
if (e.LeftButton == MouseButtonState.Pressed &&
_isHeaderDragging
)
1272
if (e.Key == Key.Escape &&
_isHeaderDragging
)