6 references to GetGridFocusRectangle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
15580this.InvalidateRectangleEdges(this.GetGridFocusRectangle()); 16298this.InvalidateRectangleEdges(this.GetGridFocusRectangle()); 17156ControlPaint.DrawHighContrastFocusRectangle(g, this.GetGridFocusRectangle(), SystemColors.ActiveCaptionText); 17160ControlPaint.DrawFocusRectangle(g, this.GetGridFocusRectangle()); 17234Rectangle focusRect = GetGridFocusRectangle(); 17878Rectangle oldGridFocusRectangle = this.GetGridFocusRectangle();