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