2 references to ValidateChild
PresentationFramework (2)
src\Framework\System\Windows\Documents\InlineCollection.cs (1)
164
TextSchema.
ValidateChild
((TextElement)this.Parent, child, true /* throwIfIllegalChild */, true /* throwIfIllegalHyperlinkDescendent */);
src\Framework\System\Windows\Documents\TextElement.cs (1)
852
TextSchema.
ValidateChild
(/*parent:*/this, /*child:*/te, true /* throwIfIllegalChild */, true /* throwIfIllegalHyperlinkDescendent */);