2 writes to Column
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutCellPaintEventArgs.cs (2)
23Column = column; 36Column = column;
2 references to Column
System.Windows.Forms.Tests (2)
System\Windows\Forms\TableLayoutCellPaintEventArgsTests.cs (1)
30Assert.Equal(column, e.Column);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1485Assert.Equal(1, e.Column);