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