3 references to HasNonValueProperties
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
198if (lastWasString || item.ObjectType != typeof(string) || HasNonValueProperties(item)) 771!HasNonValueProperties(subItem)) 797if (!lastWasString && subItem.ObjectType == typeof(string) && !HasNonValueProperties(subItem))