2 references to _contentPlaceHolderIDPropName
System.Web (2)
UI\WebControls\Content.cs (2)
89
if (StringUtil.EqualsIgnoreCase(key,
_contentPlaceHolderIDPropName
)) {
106
throw new HttpException(SR.GetString(SR.Control_Missing_Attribute,
_contentPlaceHolderIDPropName
, type.Name));