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