3 writes to leftArrow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridParentRows.cs (3)
664layout.leftArrow = new Rectangle(bounds.X, bounds.Y, 15, bounds.Height); 670layout.leftArrow = Rectangle.Empty; 1032leftArrow = Rectangle.Empty;
18 references to leftArrow
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridParentRows.cs (18)
149ret.X = layout.leftArrow.IsEmpty ? layout.data.X : layout.leftArrow.Right; 413InvalidateRect(layout.leftArrow); 435Debug.Assert(layout.leftArrow.IsEmpty, "we can't have the leftArrow w/o the rightArrow"); 452else if (layout.leftArrow.Contains(x,y)) { 465InvalidateRect(layout.leftArrow); 479InvalidateRect(layout.leftArrow); 509InvalidateRect(layout.leftArrow); 525if (!layout.leftArrow.IsEmpty && layout.leftArrow.Contains(x,y)) 527InvalidateRect(layout.leftArrow); 665layout.data = new Rectangle(layout.leftArrow.Right, bounds.Y, bounds.Width - 30, bounds.Height); 708if (!layout.leftArrow.IsEmpty) 710g.FillRectangle(BackBrush, layout.leftArrow); 711PaintLeftArrow(g, layout.leftArrow, alignToRight); 818layout.leftArrow.Inflate(-1,-1); 822layout.leftArrow.Inflate(1,1); 1042sb.Append(leftArrow.ToString());