2 writes to grayTextColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
206
grayTextColor
= SystemColors.GrayText;
468
grayTextColor
= value;
1 reference to grayTextColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
445
return
grayTextColor
;