6 references to BORDERSIZE
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (6)
32
bool hasCustomBorder = (Control.FlatAppearance.BorderSize !=
BORDERSIZE
|| !Control.FlatAppearance.BorderColor.IsEmpty);
94
if (Control.FlatAppearance.BorderSize !=
BORDERSIZE
) {
114
bool hasCustomBorder = (Control.FlatAppearance.BorderSize !=
BORDERSIZE
|| !Control.FlatAppearance.BorderColor.IsEmpty);
168
if (Control.FlatAppearance.BorderSize !=
BORDERSIZE
) {
192
bool hasCustomBorder = (Control.FlatAppearance.BorderSize !=
BORDERSIZE
|| !Control.FlatAppearance.BorderColor.IsEmpty);
252
if (Control.FlatAppearance.BorderSize !=
BORDERSIZE
) {