4 references to DrawLockedFrame
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
181
ControlPaint.
DrawLockedFrame
(graphics, outer, fActive);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
1371
ControlPaint.
DrawLockedFrame
(graphics, rectangle, primary);
1374
ControlPaint.
DrawLockedFrame
(graphics, rectangle, primary);
1382
Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.
DrawLockedFrame
(null, new Rectangle(1, 2, 3, 4), primary));