6 overrides of IsValidChildType
System.Xml (6)
System\Xml\Dom\XmlAttribute.cs (1)
180
internal override bool
IsValidChildType
( XmlNodeType type ) {
System\Xml\Dom\XmlDocument.cs (1)
362
internal override bool
IsValidChildType
( XmlNodeType type ) {
System\Xml\Dom\XmlDocumentFragment.cs (1)
119
internal override bool
IsValidChildType
( XmlNodeType type ) {
System\Xml\Dom\XmlElement.cs (1)
181
internal override bool
IsValidChildType
( XmlNodeType type ) {
System\Xml\Dom\XmlEntity.cs (1)
86
internal override bool
IsValidChildType
( XmlNodeType type ) {
System\Xml\Dom\XmlEntityReference.cs (1)
117
internal override bool
IsValidChildType
( XmlNodeType type ) {
3 references to IsValidChildType
System.Xml (3)
System\Xml\Dom\XmlNode.cs (3)
244
if (!(newChild is XmlLinkedNode) || !
IsValidChildType
(newChild.NodeType))
345
if (!(newChild is XmlLinkedNode) || !
IsValidChildType
(newChild.NodeType))
523
if (!(newChild is XmlLinkedNode) || !
IsValidChildType
(newChild.NodeType))