9 references to BorderColor
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (9)
32bool hasCustomBorder = (Control.FlatAppearance.BorderSize != BORDERSIZE || !Control.FlatAppearance.BorderColor.IsEmpty); 42if (!Control.FlatAppearance.BorderColor.IsEmpty) { 43colors.windowFrame = Control.FlatAppearance.BorderColor; 114bool hasCustomBorder = (Control.FlatAppearance.BorderSize != BORDERSIZE || !Control.FlatAppearance.BorderColor.IsEmpty); 123if (!Control.FlatAppearance.BorderColor.IsEmpty) { 124colors.windowFrame = Control.FlatAppearance.BorderColor; 192bool hasCustomBorder = (Control.FlatAppearance.BorderSize != BORDERSIZE || !Control.FlatAppearance.BorderColor.IsEmpty); 202if (!Control.FlatAppearance.BorderColor.IsEmpty) { 203colors.windowFrame = Control.FlatAppearance.BorderColor;