4 instantiations of WhitespaceSignificantCollectionAttribute
PresentationFramework (2)
System\Windows\Documents\InlineCollection.cs (1)
20[WhitespaceSignificantCollection]
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12516DefaultConstructor = delegate () { return new System.Windows.Markup.WhitespaceSignificantCollectionAttribute(); }
System.Xaml.Tests (2)
System\Windows\Markup\WhitespaceSignificantCollectionAttributeTests.cs (1)
13new WhitespaceSignificantCollectionAttribute();
System\Xaml\XamlTypeTests.cs (1)
2945[WhitespaceSignificantCollection]
4 references to WhitespaceSignificantCollectionAttribute
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
831case 738: t = () => typeof(WhitespaceSignificantCollectionAttribute); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12513typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute),
System\Windows\Markup\KnownTypes.cs (1)
6285case KnownElements.WhitespaceSignificantCollectionAttribute: t = typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute); break;
System.Xaml (1)
System\Xaml\XamlType.cs (1)
956if (_reflector.IsAttributePresent(typeof(WhitespaceSignificantCollectionAttribute)))