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