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