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