1 write to GrayTextColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
743
_gridView.
GrayTextColor
= value;
4 references to GrayTextColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
740
get => _gridView.
GrayTextColor
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
142
? OwnerGridView.
GrayTextColor
1800
Color textColor = ShouldRenderReadOnly ? ownerGrid.
GrayTextColor
: ownerGrid.TextColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4377
EditTextBox.ForeColor = drawReadOnly ?
GrayTextColor
: ForeColor;