1 write to _inputAttributes
System.Web (1)
UI\WebControls\CheckBox.cs (1)
124_inputAttributes = new AttributeCollection(_inputAttributesState);
8 references to _inputAttributes
System.Web (8)
UI\WebControls\CheckBox.cs (5)
116if (_inputAttributes == null) { 126return _inputAttributes; 574} else if (_inputAttributes != null && _inputAttributes.Count != 0) { 575_inputAttributes.AddAttributes(writer);
UI\WebControls\RadioButton.cs (3)
253if (_inputAttributes != null && _inputAttributes.Count != 0) { 254_inputAttributes.AddAttributes(writer);