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