1 write to LineColor
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
167
this._pgProperties.
LineColor
= System.Drawing.SystemColors.ScrollBar;
8 references to LineColor
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
219
ControlPaint.DrawFocusRectangle(g, focusRect, SystemColors.ControlText, OwnerGrid.
LineColor
);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1931
Color textColor = selected && hasFocus ? gridHost.GetSelectedItemWithFocusForeColor() : shouldInvertForHC ? InvertColor(ownerGrid.
LineColor
) : g.GetNearestColor(this.LabelTextColor);
2018
Color textColor = InvertColor(ownerGrid.
LineColor
);
2048
penColor = InvertColor(ownerGrid.
LineColor
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
1512
return ownerGrid.
LineColor
;
1517
Color clr = g.GetNearestColor(ownerGrid.
LineColor
);
3506
Pen splitterPen = new Pen(ownerGrid.
LineColor
, GetSplitterWidth());
3513
Pen linePen = new Pen(g.GetNearestColor(ownerGrid.
LineColor
));