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