3 writes to clrText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
2776
nmcd->
clrText
= ColorTranslator.ToWin32(odCacheForeColor);
2780
nmcd->
clrText
= ColorTranslator.ToWin32(riFore);
2813
nmcd->
clrText
= (nmcd->clrText & (~mask)) | C;
3 references to clrText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
2791
if (nmcd->
clrText
== ColorTranslator.ToWin32(SystemColors.HotTrack))
2798
int C = nmcd->
clrText
& mask;
2813
nmcd->clrText = (nmcd->
clrText
& (~mask)) | C;