4 references to DrawReversibleLine
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1974
ControlPaint.
DrawReversibleLine
(new Point(rc.X + i, rc.Y), new Point(rc.X + i, rc.Y + rc.Height), targetControl.BackColor);
1981
ControlPaint.
DrawReversibleLine
(new Point(rc.X, rc.Y + i), new Point(rc.X + rc.Width, rc.Y + i), targetControl.BackColor);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlPaintTests.cs (2)
1725
ControlPaint.
DrawReversibleLine
(start, end, backColor);
1728
ControlPaint.
DrawReversibleLine
(start, end, backColor);