3 references to HorizontalFocusThickness
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
37private readonly int _focusHOffset = SystemInformation.HorizontalFocusThickness;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
208int thickness = SystemInformation.HorizontalFocusThickness; 210Assert.Equal(thickness, SystemInformation.HorizontalFocusThickness);