3 references to InvertColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1931Color textColor = selected && hasFocus ? gridHost.GetSelectedItemWithFocusForeColor() : shouldInvertForHC ? InvertColor(ownerGrid.LineColor) : g.GetNearestColor(this.LabelTextColor); 2018Color textColor = InvertColor(ownerGrid.LineColor); 2048penColor = InvertColor(ownerGrid.LineColor);