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