5 writes to fmt
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3923lvColumn.fmt = (LVCOLUMNW_FORMAT)ch.TextAlign; 5261lvColumn.fmt |= LVCOLUMNW_FORMAT.LVCFMT_IMAGE; 5264lvColumn.fmt |= (LVCOLUMNW_FORMAT)ch.TextAlign;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ColumnHeaderTests.cs (2)
477fmt = LVCOLUMNW_FORMAT.LVCFMT_IMAGE 699fmt = LVCOLUMNW_FORMAT.LVCFMT_IMAGE
1 reference to fmt
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnHeaderTests.cs (1)
1207Assert.Equal(expected, (int)column.fmt);