4 references to ParentID
System.Web (4)
Compilation\BrowserCapabilitiesCompiler.cs (2)
323
String parentID = firstBrowserDefinition.
ParentID
;
415
String parentID = firstDefaultBrowserDefinition.
ParentID
;
Configuration\BrowserCapabilitiesCodeGenerator.cs (2)
349
throw new ConfigurationErrorsException(SR.GetString(SR.Browser_parentID_Not_Found, bd.
ParentID
), bd.XmlNode);
642
throw new ConfigurationErrorsException(SR.GetString(SR.Browser_parentID_Not_Found, bd.
ParentID
), bd.XmlNode);