13 references to Notation
System.Data (4)
fx\src\data\System\NewXml\DataPointer.cs (3)
425
case XmlNodeType.
Notation
:
573
case XmlNodeType.
Notation
: {
594
case XmlNodeType.
Notation
: {
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
52
xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.
Notation
)] = -1;
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
286
case XmlNodeType.
Notation
:
System.Data.Services (2)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
141
case XmlNodeType.
Notation
:
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
351
case XmlNodeType.
Notation
:
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
74
case XmlNodeType.
Notation
:
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
315
return (type == XmlNodeType.Comment || type == XmlNodeType.SignificantWhitespace || type == XmlNodeType.Whitespace || type == XmlNodeType.
Notation
);
System.Xml (4)
System\Xml\Dom\XmlDocument.cs (2)
631
case XmlNodeType.
Notation
:
1043
return XmlNodeType.
Notation
;
System\Xml\Dom\XmlNodeReader.cs (1)
188
case XmlNodeType.
Notation
:
System\Xml\Dom\XmlNotation.cs (1)
36
get { return XmlNodeType.
Notation
;}