5 references to
Microsoft.Maui.Controls.SourceGen (3)
CodeBehindGenerator.cs (3)
409 var rootClass = root.Attributes["Class", XamlParser.X2006Uri] 410 ?? root.Attributes["Class", XamlParser.X2009Uri]; 619 var attr = node.Attributes[localName, namespaceURI];
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
377return Attributes[localName, namespaceURI];
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1234XmlAttribute requiredAttr = element.Attributes["required", ServiceDescription.Namespace];