6 references to GetGridFocusRectangle
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
15071
InvalidateRectangleEdges(
GetGridFocusRectangle
());
15838
InvalidateRectangleEdges(
GetGridFocusRectangle
());
16709
ControlPaint.DrawHighContrastFocusRectangle(g,
GetGridFocusRectangle
(), SystemColors.ActiveCaptionText);
16713
ControlPaint.DrawFocusRectangle(g,
GetGridFocusRectangle
());
16783
Rectangle focusRect =
GetGridFocusRectangle
();
17438
Rectangle oldGridFocusRectangle =
GetGridFocusRectangle
();