4 writes to _suppressPropertyThrows
System.Web (4)
UI\WebControls\CheckBoxField.cs (4)
216_suppressPropertyThrows = true; 217((CheckBoxField)newField)._suppressPropertyThrows = true; 219_suppressPropertyThrows = false; 220((CheckBoxField)newField)._suppressPropertyThrows = false;
12 references to _suppressPropertyThrows
System.Web (12)
UI\WebControls\CheckBoxField.cs (12)
38if (!_suppressPropertyThrows) { 44if (!_suppressPropertyThrows) { 79if (!_suppressPropertyThrows) { 85if (!_suppressPropertyThrows) { 102if (!_suppressPropertyThrows) { 108if (!_suppressPropertyThrows) { 122if (!_suppressPropertyThrows) { 128if (!_suppressPropertyThrows) { 146if (!_suppressPropertyThrows) { 152if (!_suppressPropertyThrows) { 202if (!_suppressPropertyThrows) { 208if (!_suppressPropertyThrows) {