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