3 references to VerticalFocusThickness
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
38private readonly int _focusVOffset = SystemInformation.VerticalFocusThickness;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
749int thickness = SystemInformation.VerticalFocusThickness; 751Assert.Equal(thickness, SystemInformation.VerticalFocusThickness);