30 references to IsDictionary
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
2372if (parentType.IsCollection || parentType.IsDictionary) 2417if (parentPropertyType != null && (parentPropertyType.IsCollection || parentPropertyType.IsDictionary) && 2455if (!emitPreamble && parentPropertyType.IsDictionary && elementType.IsMarkupExtension)
System.Xaml (27)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (13)
299if (parentProperty.Type.IsCollection || parentProperty.Type.IsDictionary) 372if (_context.CurrentType.IsCollection || _context.CurrentType.IsDictionary) 661if (propertyXamlType.IsCollection || propertyXamlType.IsDictionary) 851if (parentXamlType.IsCollection || parentXamlType.IsDictionary) 1176if (currentType.IsCollection || currentType.IsDictionary) 1263if (xamlType.IsCollection || xamlType.IsDictionary) 1336grandParentXamlType.IsDictionary) 1402if (dictionaryType is not null && dictionaryType.IsDictionary && 1462ctx.GrandParentType.IsDictionary) 1737bool inDictionary = ((ctx.ParentProperty == XamlLanguage.Items) && ctx.ParentType.IsDictionary); 1758if (!collectionType.IsDictionary) 1953if (parentProperty.IsDirective && (ppXamlType.IsCollection || ppXamlType.IsDictionary)) 2580if (instanceType.IsDictionary)
System\Xaml\Parser\XamlPullParser.cs (3)
500if (currentType.IsCollection || currentType.IsDictionary) 838_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType is not null && (memberXamlType.IsCollection || memberXamlType.IsDictionary)); 1013if (!currentProperty.IsDirective && (propertyType.IsCollection || propertyType.IsDictionary))
System\Xaml\Schema\XamlTypeInvoker.cs (2)
100if (!_xamlType.IsDictionary) 213if (!_xamlType.IsCollection && !_xamlType.IsDictionary)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
398(property.IsDirective && (property.Type.IsCollection || property.Type.IsDictionary)))
System\Xaml\XamlObjectReader.cs (5)
376if (attachedProperty.Type.IsDictionary) 516if (property.Type.IsDictionary) 668if (memberType.IsCollection || memberType.IsDictionary) 1194if (xamlType.IsDictionary) 1679if (!valueXamlType.IsCollection && !valueXamlType.IsDictionary) // always need to serialize items of a collection or dictionary
System\Xaml\XamlType.cs (1)
192if (!IsDictionary)
System\Xaml\XamlXmlWriter.cs (2)
1184else if (property.IsDirective && (property.Type is not null && (property.Type.IsCollection || property.Type.IsDictionary))) 1377if (memberType is not null && !memberType.IsCollection && !memberType.IsDictionary)