5 references to IsValidChild
PresentationFramework (5)
System\Windows\Documents\TextSchema.cs (5)
111bool isValidChild = IsValidChild(parent.GetType(), child.GetType()); 142bool isValidChild = IsValidChild(parent.GetType(), childType); 174bool isValidChild = IsValidChild(parent.GetType(), childType); 230return IsValidChild(position.ParentType, childType); 236return IsValidChild(parentType, childType);