2 writes to _grayTextColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
140
_grayTextColor
= SystemColors.GrayText;
384
_grayTextColor
= value;
1 reference to _grayTextColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
357
return
_grayTextColor
;