6 references to GetBackBrush
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (5)
652g.FillRectangle(GetBackBrush(), 668g.FillRectangle(GetBackBrush(), relRect.X, relRect.Y + cy, relRect.Width, relRect.Height - cy); 706g.FillRectangle(GetBackBrush(), bounds.X, bounds.Y, bounds.Width, System.Windows.Forms.DataGridTableStyle.relationshipSpacing); 723g.FillRectangle(GetBackBrush(), textBounds); 734ControlPaint.DrawFocusRectangle(g, textBounds, ((SolidBrush)textBrush).Color, ((SolidBrush)GetBackBrush()).Color);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
667Brush backBr = this.GetBackBrush();