4 references to GetCachedPenScope
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
67
using var focusPen = Color.White.
GetCachedPenScope
(FocusedButtonBorderThickness);
179
using var topLeftPen = topLeftColor.
GetCachedPenScope
(borderThickness);
183
using var bottomRightPen = bottomRightColor.
GetCachedPenScope
(borderThickness);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3316
using var splitterPen = OwnerGrid.LineColor.
GetCachedPenScope
(SplitterWidth);