5 references to IsValidChild
PresentationFramework (5)
System\Windows\Documents\TextSchema.cs (5)
110bool isValidChild = IsValidChild(parent.GetType(), child.GetType()); 141bool isValidChild = IsValidChild(parent.GetType(), childType); 173bool isValidChild = IsValidChild(parent.GetType(), childType); 229return IsValidChild(position.ParentType, childType); 235return IsValidChild(parentType, childType);