3 references to IsACollection
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
256
return
IsACollection
(contentPropertyType);
279
if (
IsACollection
(t) || BamlRecordManager.TreatAsIAddChild(t))
5015
if(
IsACollection
(ParentContext.ChildPropertyType) )