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