5 writes to _id
System.Web (5)
UI\Control.cs (5)
548
_id
= value;
1657
_id
= automaticLegacyIDPrefix + idNo.ToString(NumberFormatInfo.InvariantInfo);
1661
_id
= automaticIDs[idNo];
1664
_id
= automaticIDPrefix + idNo.ToString(NumberFormatInfo.InvariantInfo);
2693
_id
= null;
24 references to _id
System.Web (24)
UI\Control.cs (24)
272
if (
_id
== null) {
276
predictableIDPrefix =
_id
;
281
predictableIDPrefix =
_id
;
284
if (!String.IsNullOrEmpty(
_id
) && (!(this is IDataItemContainer) || (this is IDataBoundItemControl))) {
285
predictableIDPrefix = predictableIDPrefix + ID_RENDER_SEPARATOR +
_id
;
291
predictableIDPrefix =
_id
;
539
return
_id
;
546
string oldID =
_id
;
558
if (oldID != null && oldID !=
_id
) {
1331
if (
_id
== null) {
1336
_cachedUniqueID =
_id
;
1342
return
_id
;
1345
_cachedUniqueID = uniqueIDPrefix +
_id
;
1353
return
_id
;
1637
if (
_id
== null) {
1646
Debug.Assert(
_id
== null);
1717
if ((control.
_id
== null) && (namingContainer != null) && !control.flags[idNotRequired]) {
1774
if ((control.
_id
== null) && (namingContainer != null) && !control.flags[idNotRequired]) {
2876
if (control.
_id
== null && !control.flags[idNotRequired]) {
2880
else if (control.
_id
!= null || (control._controls != null)) {
3088
if (control.
_id
!= null) {
3096
namingContainer._occasionalFields.NamedControls.Add(control.
_id
, control);
3099
throw new HttpException(SR.GetString(SR.Duplicate_id_used, control.
_id
, "FindControl"));
3333
if ((_namingContainer != null) && (control.
_id
!= null)) {