48 references to None
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
508
return XamlCollectionKind.
None
;
PresentationFramework.Aero (6)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (6)
113
CollectionKind = XamlCollectionKind.
None
130
CollectionKind = XamlCollectionKind.
None
170
CollectionKind = XamlCollectionKind.
None
184
CollectionKind = XamlCollectionKind.
None
206
CollectionKind = XamlCollectionKind.
None
226
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Aero2 (6)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (6)
113
CollectionKind = XamlCollectionKind.
None
130
CollectionKind = XamlCollectionKind.
None
170
CollectionKind = XamlCollectionKind.
None
184
CollectionKind = XamlCollectionKind.
None
206
CollectionKind = XamlCollectionKind.
None
226
CollectionKind = XamlCollectionKind.
None
PresentationFramework.AeroLite (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
170
CollectionKind = XamlCollectionKind.
None
184
CollectionKind = XamlCollectionKind.
None
226
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Classic (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
78
CollectionKind = XamlCollectionKind.
None
92
CollectionKind = XamlCollectionKind.
None
226
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Luna (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
113
CollectionKind = XamlCollectionKind.
None
130
CollectionKind = XamlCollectionKind.
None
170
CollectionKind = XamlCollectionKind.
None
184
CollectionKind = XamlCollectionKind.
None
226
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Royale (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
113
CollectionKind = XamlCollectionKind.
None
130
CollectionKind = XamlCollectionKind.
None
170
CollectionKind = XamlCollectionKind.
None
184
CollectionKind = XamlCollectionKind.
None
226
CollectionKind = XamlCollectionKind.
None
System.Xaml (6)
System\Xaml\Schema\CollectionReflector.cs (2)
45
return XamlCollectionKind.
None
;
80
return XamlCollectionKind.
None
;
System\Xaml\Schema\TypeReflector.cs (1)
84
_collectionKind = XamlCollectionKind.
None
;
System\Xaml\XamlType.cs (3)
216
if (GetCollectionKind() == XamlCollectionKind.
None
)
593
if (GetCollectionKind() == XamlCollectionKind.
None
|| UnderlyingType is null)
768
return (BaseType is not null) ? BaseType.GetCollectionKind() : XamlCollectionKind.
None
;
System.Xaml.Tests (13)
System\Xaml\XamlTypeTests.cs (13)
1741
yield return new object?[] { new SubXamlType("namespace", "name", null, new XamlSchemaContext()), XamlCollectionKind.
None
};
1742
yield return new object?[] { new SubXamlType("name", null, new XamlSchemaContext()), XamlCollectionKind.
None
};
1743
yield return new object?[] { new NoUnderlyingOrBaseType(), XamlCollectionKind.
None
};
1745
yield return new object?[] { new SubXamlType(typeof(int), new XamlSchemaContext()), XamlCollectionKind.
None
};
1747
yield return new object?[] { new SubXamlType(typeof(IEnumerable), new XamlSchemaContext()), XamlCollectionKind.
None
};
1748
yield return new object?[] { new SubXamlType(typeof(IEnumerable<int>), new XamlSchemaContext()), XamlCollectionKind.
None
};
1749
yield return new object?[] { new SubXamlType(typeof(ICollection), new XamlSchemaContext()), XamlCollectionKind.
None
};
1758
yield return new object?[] { new SubXamlType(typeof(InvalidReturnGetEnumeratorClass), new XamlSchemaContext()), XamlCollectionKind.
None
};
1759
yield return new object?[] { new SubXamlType(typeof(InvalidParametersGetEnumeratorClass), new XamlSchemaContext()), XamlCollectionKind.
None
};
1764
yield return new object?[] { new SubXamlType(typeof(PrivateICollectionImplementer), new XamlSchemaContext()), XamlCollectionKind.
None
};
1765
yield return new object?[] { new SubXamlType(typeof(ProtectedICollectionImplementer), new XamlSchemaContext()), XamlCollectionKind.
None
};
1770
yield return new object?[] { new SubXamlType(typeof(PrivateIDictionaryImplementer), new XamlSchemaContext()), XamlCollectionKind.
None
};
1771
yield return new object?[] { new SubXamlType(typeof(ProtectedIDictionaryImplementer), new XamlSchemaContext()), XamlCollectionKind.
None
};