48 references to None
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
507
return XamlCollectionKind.
None
;
PresentationFramework.Aero (6)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (6)
112
CollectionKind = XamlCollectionKind.
None
129
CollectionKind = XamlCollectionKind.
None
169
CollectionKind = XamlCollectionKind.
None
183
CollectionKind = XamlCollectionKind.
None
205
CollectionKind = XamlCollectionKind.
None
225
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Aero2 (6)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (6)
112
CollectionKind = XamlCollectionKind.
None
129
CollectionKind = XamlCollectionKind.
None
169
CollectionKind = XamlCollectionKind.
None
183
CollectionKind = XamlCollectionKind.
None
205
CollectionKind = XamlCollectionKind.
None
225
CollectionKind = XamlCollectionKind.
None
PresentationFramework.AeroLite (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
169
CollectionKind = XamlCollectionKind.
None
183
CollectionKind = XamlCollectionKind.
None
225
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Classic (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
77
CollectionKind = XamlCollectionKind.
None
91
CollectionKind = XamlCollectionKind.
None
225
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Luna (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
112
CollectionKind = XamlCollectionKind.
None
129
CollectionKind = XamlCollectionKind.
None
169
CollectionKind = XamlCollectionKind.
None
183
CollectionKind = XamlCollectionKind.
None
225
CollectionKind = XamlCollectionKind.
None
PresentationFramework.Royale (5)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
112
CollectionKind = XamlCollectionKind.
None
129
CollectionKind = XamlCollectionKind.
None
169
CollectionKind = XamlCollectionKind.
None
183
CollectionKind = XamlCollectionKind.
None
225
CollectionKind = XamlCollectionKind.
None
System.Xaml (6)
System\Xaml\Schema\CollectionReflector.cs (2)
44
return XamlCollectionKind.
None
;
79
return XamlCollectionKind.
None
;
System\Xaml\Schema\TypeReflector.cs (1)
83
_collectionKind = XamlCollectionKind.
None
;
System\Xaml\XamlType.cs (3)
215
if (GetCollectionKind() == XamlCollectionKind.
None
)
592
if (GetCollectionKind() == XamlCollectionKind.
None
|| UnderlyingType is null)
767
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
};