2 references to ValidateChild
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3572bool isValidChild = TextSchema.ValidateChild(position, /*childType*/inline.GetType(), false /* throwIfIllegalChild */, true /* throwIfIllegalHyperlinkDescendent */);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
156return ValidateChild(position, childType, false /* throwIfIllegalChild */, false /* throwIfIllegalHyperlinkDescendent */);