10 references to IsWhitespaceSignificantCollection
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1050if (!_context.CurrentFrame.XamlType.IsWhitespaceSignificantCollection)
System.Xaml (9)
System\Xaml\Parser\XamlPullParser.cs (4)
1088if (collectionType.IsWhitespaceSignificantCollection) 1106if (prop is not null && prop.Type is not null && prop.Type.IsWhitespaceSignificantCollection) 1110if (prop is null && _context.CurrentType.IsWhitespaceSignificantCollection) 1139if (prop.Type.IsWhitespaceSignificantCollection)
System\Xaml\XamlObjectReader.cs (1)
808if(xamlType.IsWhitespaceSignificantCollection)
System\Xaml\XamlType.cs (1)
902return BaseType.IsWhitespaceSignificantCollection;
System\Xaml\XamlXmlWriter.cs (3)
1016if ((property == XamlLanguage.Items && parentType is not null && parentType.IsWhitespaceSignificantCollection) || 1120if ((property == XamlLanguage.Items && parentType is not null && parentType.IsWhitespaceSignificantCollection) || 1257if (containingXamlType is not null && !containingXamlType.IsWhitespaceSignificantCollection)