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