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