2 writes to clrText
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2852
nmcd->
clrText
= !haveRenderInfo || riFore.IsEmpty
2880
nmcd->
clrText
= (COLORREF)((int)(nmcd->clrText & (~mask)) | color);
3 references to clrText
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2864
if (nmcd->
clrText
== ColorTranslator.ToWin32(SystemColors.HotTrack))
2871
int color = (int)(nmcd->
clrText
& mask);
2880
nmcd->clrText = (COLORREF)((int)(nmcd->
clrText
& (~mask)) | color);