1 write to _owner
System.Web (1)
UI\WebControls\HyperLinkStyle.cs (1)
22_owner = owner;
18 references to _owner
System.Web (18)
UI\WebControls\HyperLinkStyle.cs (18)
37!(_owner.IsSet(PROP_CSSCLASS) || 38_owner.IsSet(PROP_FORECOLOR) || 39_owner.IsSet(PROP_FONT_NAMES) || 40_owner.IsSet(PROP_FONT_SIZE) || 41_owner.IsSet(PROP_FONT_BOLD) || 42_owner.IsSet(PROP_FONT_ITALIC) || 43_owner.IsSet(PROP_FONT_UNDERLINE) || 44_owner.IsSet(PROP_FONT_OVERLINE) || 45_owner.IsSet(PROP_FONT_STRIKEOUT)); 53if (_owner.IsSet(PROP_CSSCLASS)) { 54cssClass = _owner.CssClass; 77Debug.Assert(_owner != null); 84if (_owner.IsSet(PROP_FORECOLOR)) { 85c = _owner.ForeColor; 94FontInfo font = _owner.Font; 109if (_owner.IsSet(PROP_FONT_BOLD)) { 119if (_owner.IsSet(PROP_FONT_ITALIC)) { 147if (_owner.IsSet(PROP_CSSCLASS)) {