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)
197
case 104: t = () => typeof(
ContentWrapperAttribute
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3108
typeof(System.Windows.Markup.
ContentWrapperAttribute
),
System\Windows\Markup\KnownTypes.cs (1)
5651
case KnownElements.ContentWrapperAttribute: t = typeof(System.Windows.Markup.
ContentWrapperAttribute
); break;
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1084
if (attributes[typeof(
ContentWrapperAttribute
)] == null)
1091
ContentWrapperAttribute
contentAttribute = attribute as
ContentWrapperAttribute
;
System.Xaml (4)
System\Windows\Markup\ContentWrapperAttribute.cs (1)
45
obj is
ContentWrapperAttribute
other &&
System\Xaml\Schema\Reflector.cs (2)
310
if (attributeType == typeof(
ContentWrapperAttribute
))
312
foreach (
ContentWrapperAttribute
attribute in attributes)
System\Xaml\XamlType.cs (1)
825
List<Type> wrapperTypes = _reflector.GetAllAttributeContents<Type>(typeof(
ContentWrapperAttribute
));