5 references to s_onePix
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (5)
859
Rectangle topLeftParentHorizontalPixels = new(topLeft,
s_onePix
);
1353
Rectangle topLeftShadowRect = new(topLeft,
s_onePix
);
1357
Rectangle topLeftShadowRect2 = new(topLeft,
s_onePix
);
1361
Rectangle topRightShadowRect = new(topRight,
s_onePix
);
1391
g.FillRectangle(brush, new Rectangle(gradientCopyPixel,
s_onePix
));