1 write to Int
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (1)
86this.lastAccessedElement.Int = value;
7 references to Int
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (7)
66return tmp.Int; 75return this.lastAccessedElement.Int; 105return this.headElement.Int; 139if (tmp.Int == integer) 170if (tmp2.Int == integer) 177if (tmp2.Int == integer) 244return this.current.Int;