2 references to s_onePixel
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3872
Rectangle comparisonRect = new(point,
s_onePixel
);
4510
cursorLocation = WindowsFormsUtils.ConstrainToScreenBounds(new Rectangle(cursorLocation,
s_onePixel
)).Location;