30 references to IsDictionary
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
2376if (parentType.IsCollection || parentType.IsDictionary) 2421if (parentPropertyType != null && (parentPropertyType.IsCollection || parentPropertyType.IsDictionary) && 2459if (!emitPreamble && parentPropertyType.IsDictionary && elementType.IsMarkupExtension)
System.Xaml (27)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (13)
306if (parentProperty.Type.IsCollection || parentProperty.Type.IsDictionary) 379if (_context.CurrentType.IsCollection || _context.CurrentType.IsDictionary) 668if (propertyXamlType.IsCollection || propertyXamlType.IsDictionary) 858if (parentXamlType.IsCollection || parentXamlType.IsDictionary) 1183if (currentType.IsCollection || currentType.IsDictionary) 1270if (xamlType.IsCollection || xamlType.IsDictionary) 1344grandParentXamlType.IsDictionary) 1411if (dictionaryType != null && dictionaryType.IsDictionary && 1471ctx.GrandParentType.IsDictionary) 1748bool inDictionary = ((ctx.ParentProperty == XamlLanguage.Items) && ctx.ParentType.IsDictionary); 1769if (!collectionType.IsDictionary) 1964if (parentProperty.IsDirective && (ppXamlType.IsCollection || ppXamlType.IsDictionary)) 2593if (instanceType.IsDictionary)
System\Xaml\Parser\XamlPullParser.cs (3)
502if (currentType.IsCollection || currentType.IsDictionary) 840_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType != null && (memberXamlType.IsCollection || memberXamlType.IsDictionary)); 1015if (!currentProperty.IsDirective && (propertyType.IsCollection || propertyType.IsDictionary))
System\Xaml\Schema\XamlTypeInvoker.cs (2)
108if (!_xamlType.IsDictionary) 221if (!_xamlType.IsCollection && !_xamlType.IsDictionary)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
399(property.IsDirective && (property.Type.IsCollection || property.Type.IsDictionary)))
System\Xaml\XamlObjectReader.cs (5)
381if (attachedProperty.Type.IsDictionary) 521if (property.Type.IsDictionary) 673if (memberType.IsCollection || memberType.IsDictionary) 1199if (xamlType.IsDictionary) 1684if (!valueXamlType.IsCollection && !valueXamlType.IsDictionary) // always need to serialize items of a collection or dictionary
System\Xaml\XamlType.cs (1)
195if (!IsDictionary)
System\Xaml\XamlXmlWriter.cs (2)
1186else if (property.IsDirective && (property.Type != null && (property.Type.IsCollection || property.Type.IsDictionary))) 1379if (memberType != null && !memberType.IsCollection && !memberType.IsDictionary)