2 references to GetHorizontalScrollBarHeightForDpi
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
407
scrollBarPadding.Height += SystemInformation.
GetHorizontalScrollBarHeightForDpi
(_deviceDpi);
System.Windows.Forms.Tests (1)
System\Windows\Forms\SystemInformationTests.cs (1)
837
int height = SystemInformation.
GetHorizontalScrollBarHeightForDpi
(dpi);