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