5 references to s_onePix
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (5)
860
Rectangle topLeftParentHorizontalPixels = new(topLeft,
s_onePix
);
1354
Rectangle topLeftShadowRect = new(topLeft,
s_onePix
);
1358
Rectangle topLeftShadowRect2 = new(topLeft,
s_onePix
);
1362
Rectangle topRightShadowRect = new(topRight,
s_onePix
);
1392
g.FillRectangle(brush, new Rectangle(gradientCopyPixel,
s_onePix
));