27 references to IsCollection
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1048
if (_context.CurrentFrame.XamlType != null && _context.CurrentFrame.XamlType.
IsCollection
)
2372
if (parentType.
IsCollection
|| parentType.IsDictionary)
2417
if (parentPropertyType != null && (parentPropertyType.
IsCollection
|| parentPropertyType.IsDictionary) &&
System.Xaml (24)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
299
if (parentProperty.Type.
IsCollection
|| parentProperty.Type.IsDictionary)
372
if (_context.CurrentType.
IsCollection
|| _context.CurrentType.IsDictionary)
661
if (propertyXamlType.
IsCollection
|| propertyXamlType.IsDictionary)
851
if (parentXamlType.
IsCollection
|| parentXamlType.IsDictionary)
1176
if (currentType.
IsCollection
|| currentType.IsDictionary)
1263
if (xamlType.
IsCollection
|| xamlType.IsDictionary)
1805
Debug.Assert(ctx.ParentType.
IsCollection
, "Logic_WillParentCollectionAdd called on a non-collection");
1953
if (parentProperty.IsDirective && (ppXamlType.
IsCollection
|| ppXamlType.IsDictionary))
System\Xaml\Parser\XamlPullParser.cs (4)
500
if (currentType.
IsCollection
|| currentType.IsDictionary)
838
_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType is not null && (memberXamlType.
IsCollection
|| memberXamlType.IsDictionary));
1013
if (!currentProperty.IsDirective && (propertyType.
IsCollection
|| propertyType.IsDictionary))
1170
if (propertyType.
IsCollection
)
System\Xaml\Schema\XamlTypeInvoker.cs (3)
68
if (!_xamlType.
IsCollection
)
151
if (!_xamlType.
IsCollection
)
213
if (!_xamlType.
IsCollection
&& !_xamlType.IsDictionary)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
398
(property.IsDirective && (property.Type.
IsCollection
|| property.Type.IsDictionary)))
System\Xaml\XamlObjectReader.cs (5)
381
if (attachedProperty.Type.
IsCollection
)
521
if (property.Type.
IsCollection
)
668
if (memberType.
IsCollection
|| memberType.IsDictionary)
1198
else if (xamlType.
IsCollection
)
1679
if (!valueXamlType.
IsCollection
&& !valueXamlType.IsDictionary) // always need to serialize items of a collection or dictionary
System\Xaml\XamlType.cs (1)
246
if (!
IsCollection
)
System\Xaml\XamlXmlWriter.cs (2)
1184
else if (property.IsDirective && (property.Type is not null && (property.Type.
IsCollection
|| property.Type.IsDictionary)))
1377
if (memberType is not null && !memberType.
IsCollection
&& !memberType.IsDictionary)