1 write to scaledListItemStartPosition
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
178
scaledListItemStartPosition
= LogicalToDeviceUnits(defaultListItemStartPos);
5 references to scaledListItemStartPosition
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckedListBox.cs (5)
694
Rectangle box = new Rectangle(bounds.X +
scaledListItemStartPosition
,
703
box.X = bounds.X + bounds.Width - idealCheckSize -
scaledListItemStartPosition
;
721
bounds.X + idealCheckSize + (
scaledListItemStartPosition
* 2),
723
bounds.Width - (idealCheckSize + (
scaledListItemStartPosition
* 2)),
778
float tabOffset = -(idealCheckSize + (
scaledListItemStartPosition
* 2));