2 references to ValidateChild
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextSchema.cs (2)
125
return
ValidateChild
(parent, childType, false /* throwIfIllegalChild */, false /* throwIfIllegalHyperlinkDescendent */);
173
return
ValidateChild
((TextElement)parent, childType, throwIfIllegalChild, throwIfIllegalHyperlinkDescendent);