4 instantiations of WhitespaceSignificantCollectionAttribute
PresentationFramework (2)
System\Windows\Documents\InlineCollection.cs (1)
21[WhitespaceSignificantCollection]
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12517DefaultConstructor = 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)
832case 738: t = () => typeof(WhitespaceSignificantCollectionAttribute); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12514typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute),
System\Windows\Markup\KnownTypes.cs (1)
6286case KnownElements.WhitespaceSignificantCollectionAttribute: t = typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute); break;
System.Xaml (1)
System\Xaml\XamlType.cs (1)
957if (_reflector.IsAttributePresent(typeof(WhitespaceSignificantCollectionAttribute)))