10 references to IsWhitespaceSignificantCollection
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1055
if (!_context.CurrentFrame.XamlType.
IsWhitespaceSignificantCollection
)
System.Xaml (9)
System\Xaml\Parser\XamlPullParser.cs (4)
1090
if (collectionType.
IsWhitespaceSignificantCollection
)
1108
if (prop != null && prop.Type != null && prop.Type.
IsWhitespaceSignificantCollection
)
1112
if (prop == null && _context.CurrentType.
IsWhitespaceSignificantCollection
)
1141
if (prop.Type.
IsWhitespaceSignificantCollection
)
System\Xaml\XamlObjectReader.cs (1)
813
if(xamlType.
IsWhitespaceSignificantCollection
)
System\Xaml\XamlType.cs (1)
905
return BaseType.
IsWhitespaceSignificantCollection
;
System\Xaml\XamlXmlWriter.cs (3)
1018
if ((property == XamlLanguage.Items && parentType != null && parentType.
IsWhitespaceSignificantCollection
) ||
1122
if ((property == XamlLanguage.Items && parentType != null && parentType.
IsWhitespaceSignificantCollection
) ||
1259
if (containingXamlType != null && !containingXamlType.
IsWhitespaceSignificantCollection
)