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