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