4 references to GetVerticalScrollBarWidthForDpi
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
412scrollBarPadding.Width += SystemInformation.GetVerticalScrollBarWidthForDpi(_deviceDpi);
System\Windows\Forms\Scrolling\VScrollBar.cs (1)
33return new Size(SystemInformation.GetVerticalScrollBarWidthForDpi(_deviceDpi), LogicalToDeviceUnits(DefaultHeight));
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
784Assert.Equal(width, SystemInformation.GetVerticalScrollBarWidthForDpi(LogicalDpi)); 853int width = SystemInformation.GetVerticalScrollBarWidthForDpi(dpi);