4 writes to lastHeaderShadow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
2516
this.
lastHeaderShadow
= mouseX;
6106
this.
lastHeaderShadow
= -1;
10667
this.
lastHeaderShadow
= e.X;
25988
this.
lastHeaderShadow
= -1;
6 references to lastHeaderShadow
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
6102
if (this.
lastHeaderShadow
!= -1)
20047
(clipRect.IntersectsWith(this.layout.TopLeftHeader) || this.
lastHeaderShadow
!= -1))
20068
if (clipRect.IntersectsWith(columnHeadersClip) || this.
lastHeaderShadow
!= -1)
20081
if (this.
lastHeaderShadow
!= -1)
20083
DrawColHeaderShadow(g, this.
lastHeaderShadow
);
25984
if (this.
lastHeaderShadow
!= -1)