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