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