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