3 instantiations of WhitespaceSignificantCollectionAttribute
PresentationFramework (2)
System\Windows\Documents\InlineCollection.cs (1)
22[WhitespaceSignificantCollection]
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11268bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.WhitespaceSignificantCollectionAttribute(); };
System.Xaml.Tests (1)
System\Windows\Markup\WhitespaceSignificantCollectionAttributeTests.cs (1)
14new WhitespaceSignificantCollectionAttribute();
4 references to WhitespaceSignificantCollectionAttribute
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
834case 738: t = () => typeof(WhitespaceSignificantCollectionAttribute); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11266typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute),
System\Windows\Markup\KnownTypes.cs (1)
6292case KnownElements.WhitespaceSignificantCollectionAttribute: t = typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute); break;
System.Xaml (1)
System\Xaml\XamlType.cs (1)
898if (_reflector.IsAttributePresent(typeof(WhitespaceSignificantCollectionAttribute)))