5 references to IsValidChild
PresentationFramework (5)
System\Windows\Documents\TextSchema.cs (5)
109bool isValidChild = IsValidChild(parent.GetType(), child.GetType()); 140bool isValidChild = IsValidChild(parent.GetType(), childType); 172bool isValidChild = IsValidChild(parent.GetType(), childType); 228return IsValidChild(position.ParentType, childType); 234return IsValidChild(parentType, childType);