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