2 writes to pens
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
464this.pens = new Hashtable(8);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5620this.pens = null;
6 references to pens
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
5609if (this.pens != null) 5611int nPenEntries = this.pens.Count; 5614foreach (Pen pen in this.pens.Values) 5618this.pens.Clear(); 6850Pen pen = (Pen) this.pens[color]; 6854this.pens.Add(color, pen);