1 write to GrayTextColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
956
gridView.
GrayTextColor
= value;
4 references to GrayTextColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
953
return gridView.
GrayTextColor
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
236
return GridEntryHost.
GrayTextColor
;
2095
textColor = GridEntryHost.
GrayTextColor
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4487
Edit.ForeColor = drawReadOnly ? this.
GrayTextColor
: this.ForeColor;