10 writes to BorderColor
System.Web (10)
UI\WebControls\Style.cs (2)
509this.BorderColor = s.BorderColor; 747this.BorderColor = s.BorderColor;
UI\WebControls\WebControl.cs (1)
176ControlStyle.BorderColor = value;
UI\WebParts\CatalogPartChrome.cs (2)
61style.BorderColor = Color.Black; 80style.BorderColor = Color.Empty;
UI\WebParts\EditorPartChrome.cs (1)
69style.BorderColor = Color.Empty;
UI\WebParts\WebPartChrome.cs (2)
106style.BorderColor = Color.Empty; 121style.BorderColor = Color.Black;
UI\WebParts\WebPartZoneBase.cs (2)
853style.BorderColor = Color.Gray; 1203s.BorderColor = _borderColor;
14 references to BorderColor
System.Web (14)
UI\WebControls\Calendar.cs (2)
853if (titleStyle.BorderColor != Color.Empty) { 854titleCell.BorderColor = titleStyle.BorderColor;
UI\WebControls\LoginUtil.cs (1)
51control.BorderColor = style.BorderColor;
UI\WebControls\Style.cs (5)
482if (s.IsSet(PROP_BORDERCOLOR) && (s.BorderColor != Color.Empty)) { 508if (s.IsSet(PROP_BORDERCOLOR) && (s.BorderColor != Color.Empty)) 509this.BorderColor = s.BorderColor; 746if (s.IsSet(PROP_BORDERCOLOR) && (!this.IsSet(PROP_BORDERCOLOR) || (BorderColor == Color.Empty))) 747this.BorderColor = s.BorderColor;
UI\WebControls\WebControl.cs (1)
173return ControlStyle.BorderColor;
UI\WebParts\CatalogPartChrome.cs (2)
60if (style.BorderColor == Color.Empty) { 79if (style.BorderColor != Color.Empty) {
UI\WebParts\EditorPartChrome.cs (1)
68if (style.BorderColor != Color.Empty) {
UI\WebParts\WebPartChrome.cs (2)
105if (style.BorderColor != Color.Empty) { 120if (style.BorderColor == Color.Empty) {