5 references to LVCF_TEXT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
306
listview.SetColumnInfo(NativeMethods.
LVCF_TEXT
, this);
winforms\Managed\System\WinForms\ListView.cs (4)
3681
lvColumn.mask = NativeMethods.LVCF_FMT | NativeMethods.
LVCF_TEXT
| NativeMethods.LVCF_WIDTH;// | NativeMethods.LVCF_ORDER | NativeMethods.LVCF_IMAGE;
4871
Debug.Assert((mask & ~(NativeMethods.LVCF_FMT | NativeMethods.
LVCF_TEXT
| NativeMethods.LVCF_IMAGE)) == 0, "Unsupported mask in setColumnInfo");
4891
if ((mask & NativeMethods.
LVCF_TEXT
) != 0) {
4896
if ((mask & NativeMethods.
LVCF_TEXT
) != 0) {