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