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