6 references to LVCOLUMNW_FORMAT
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3923
lvColumn.fmt = (
LVCOLUMNW_FORMAT
)ch.TextAlign;
5261
lvColumn.fmt |=
LVCOLUMNW_FORMAT
.LVCFMT_IMAGE;
5264
lvColumn.fmt |= (
LVCOLUMNW_FORMAT
)ch.TextAlign;
System.Windows.Forms.Primitives (1)
Windows.Win32.LVCOLUMNW.g.cs (1)
35
internal winmdroot.UI.Controls.
LVCOLUMNW_FORMAT
fmt;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ColumnHeaderTests.cs (2)
477
fmt =
LVCOLUMNW_FORMAT
.LVCFMT_IMAGE
699
fmt =
LVCOLUMNW_FORMAT
.LVCFMT_IMAGE