1 override of HasAttributes
System.Data (1)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
38public override bool HasAttributes {
34 references to HasAttributes
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
522if (child.HasAttributes)
System.Data (1)
fx\src\data\System\NewXml\DataSetMappper.cs (1)
286if ( e.HasAttributes )
System.ServiceModel (1)
System\ServiceModel\Description\SoapHelper.cs (1)
392if (src.HasAttributes)
System.Windows.Forms (7)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (3)
568!assemblyIdentity.HasAttributes || !principal.HasAttributes) { 598if (publisherIdentity == null || !publisherIdentity.HasAttributes) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (4)
1054if (publisherIdentity == null || !publisherIdentity.HasAttributes) 1170!assemblyIdentity.HasAttributes || !principal.HasAttributes) 1206if (publisherIdentity == null || !publisherIdentity.HasAttributes)
System.Xml (24)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
168if (elem.HasAttributes) {
System\Xml\Dom\DocumentXPathNavigator.cs (8)
226&& element.HasAttributes) { 246&& element.HasAttributes) { 269&& element.HasAttributes) { 395if (!element.HasAttributes) { 461if (element.HasAttributes) { 556if (element.HasAttributes) { 1086if (element.HasAttributes) { 1514&& element.HasAttributes) {
System\Xml\Dom\XmlElement.cs (9)
57if (HasAttributes) { 249if (HasAttributes) 255if (HasAttributes) 269if (HasAttributes) 317if (HasAttributes) 335if (HasAttributes) { 429if (HasAttributes) { 447if (HasAttributes) 454if (HasAttributes) {
System\Xml\Dom\XmlLoader.cs (1)
613if ( node is XmlElement && ((XmlElement)node).HasAttributes ) {
System\Xml\Dom\XmlNode.cs (2)
926if (elem.HasAttributes) { 991if (elem.HasAttributes) {
System\Xml\Dom\XmlNodeReader.cs (3)
757if ( elem.HasAttributes ) { 809if ( elem.HasAttributes ) { 848if ( elem.HasAttributes ) {