3 writes to _isHeaderDragging
PresentationFramework (3)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1503
_isHeaderDragging
= false;
1520
_isHeaderDragging
= true;
1541
_isHeaderDragging
= false;
6 references to _isHeaderDragging
PresentationFramework (6)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (6)
308
if (
_isHeaderDragging
)
390
if (
_isHeaderDragging
)
430
if (
_isHeaderDragging
)
458
if (!
_isHeaderDragging
)
500
if (e.LeftButton == MouseButtonState.Pressed &&
_isHeaderDragging
)
1273
if (e.Key == Key.Escape &&
_isHeaderDragging
)