3 references to TextColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
143: OwnerGridView.TextColor; 1740Color penColor = OwnerGridView?.TextColor ?? default; 1800Color textColor = ShouldRenderReadOnly ? ownerGrid.GrayTextColor : ownerGrid.TextColor;