6 references to GetGridFocusRectangle
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
15074
InvalidateRectangleEdges(
GetGridFocusRectangle
());
15841
InvalidateRectangleEdges(
GetGridFocusRectangle
());
16712
ControlPaint.DrawHighContrastFocusRectangle(g,
GetGridFocusRectangle
(), SystemColors.ActiveCaptionText);
16716
ControlPaint.DrawFocusRectangle(g,
GetGridFocusRectangle
());
16786
Rectangle focusRect =
GetGridFocusRectangle
();
17441
Rectangle oldGridFocusRectangle =
GetGridFocusRectangle
();