6 references to GetGridFocusRectangle
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
15481InvalidateRectangleEdges(GetGridFocusRectangle()); 16244InvalidateRectangleEdges(GetGridFocusRectangle()); 17118ControlPaint.DrawHighContrastFocusRectangle(g, GetGridFocusRectangle(), SystemColors.ActiveCaptionText); 17122ControlPaint.DrawFocusRectangle(g, GetGridFocusRectangle()); 17192Rectangle focusRect = GetGridFocusRectangle(); 17874Rectangle oldGridFocusRectangle = GetGridFocusRectangle();