5 references to IsValidChild
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextSchema.cs (5)
113
bool isValidChild =
IsValidChild
(parent.GetType(), child.GetType());
144
bool isValidChild =
IsValidChild
(parent.GetType(), childType);
176
bool isValidChild =
IsValidChild
(parent.GetType(), childType);
232
return
IsValidChild
(position.ParentType, childType);
238
return
IsValidChild
(parentType, childType);