2 instantiations of ContentWrapperAttribute
PresentationFramework (2)
System\Windows\Documents\InlineCollection.cs (2)
18[ContentWrapper(typeof(Run))] 19[ContentWrapper(typeof(InlineUIContainer))]
10 references to ContentWrapperAttribute
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
197case 104: t = () => typeof(ContentWrapperAttribute); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3108typeof(System.Windows.Markup.ContentWrapperAttribute),
System\Windows\Markup\KnownTypes.cs (1)
5651case KnownElements.ContentWrapperAttribute: t = typeof(System.Windows.Markup.ContentWrapperAttribute); break;
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1084if (attributes[typeof(ContentWrapperAttribute)] == null) 1091ContentWrapperAttribute contentAttribute = attribute as ContentWrapperAttribute;
System.Xaml (4)
System\Windows\Markup\ContentWrapperAttribute.cs (1)
45obj is ContentWrapperAttribute other &&
System\Xaml\Schema\Reflector.cs (2)
310if (attributeType == typeof(ContentWrapperAttribute)) 312foreach (ContentWrapperAttribute attribute in attributes)
System\Xaml\XamlType.cs (1)
825List<Type> wrapperTypes = _reflector.GetAllAttributeContents<Type>(typeof(ContentWrapperAttribute));