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