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