6 references to BorderSize
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (6)
23
bool hasCustomBorder = Control.FlatAppearance.BorderSize !=
BorderSize
|| !Control.FlatAppearance.BorderColor.IsEmpty;
90
if (Control.FlatAppearance.BorderSize !=
BorderSize
)
116
bool hasCustomBorder = (Control.FlatAppearance.BorderSize !=
BorderSize
|| !Control.FlatAppearance.BorderColor.IsEmpty);
178
if (Control.FlatAppearance.BorderSize !=
BorderSize
)
210
bool hasCustomBorder = Control.FlatAppearance.BorderSize !=
BorderSize
|| !Control.FlatAppearance.BorderColor.IsEmpty;
272
if (Control.FlatAppearance.BorderSize !=
BorderSize
)