2 references to GetBorderSizeForDpi
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
809
height += SystemInformation.
GetBorderSizeForDpi
(DeviceDpiInternal).Height * 4 + 3;
System.Windows.Forms.Tests (1)
System\Windows\Forms\SystemInformationTests.cs (1)
822
Size size = SystemInformation.
GetBorderSizeForDpi
(dpi);