2 references to IsValidSibling
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextSchema.cs (2)
167
return (leftElement == null ||
IsValidSibling
(leftElement.GetType(), childType)) &&
168
(rightElement == null ||
IsValidSibling
(rightElement.GetType(), childType));