5 references to IsValidChild
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextSchema.cs (5)
113bool isValidChild = IsValidChild(parent.GetType(), child.GetType()); 144bool isValidChild = IsValidChild(parent.GetType(), childType); 176bool isValidChild = IsValidChild(parent.GetType(), childType); 232return IsValidChild(position.ParentType, childType); 238return IsValidChild(parentType, childType);