8 references to PropertyIList
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
256
case ElementContextType.
PropertyIList
:
3758
CurrentContext.ContextType == ElementContextType.
PropertyIList
||
3775
case ElementContextType.
PropertyIList
:
3959
parentTag.ContextType == ElementContextType.
PropertyIList
||
4212
CurrentContext.ContextType = ElementContextType.
PropertyIList
;
4383
ParentContext.ContextType == ElementContextType.
PropertyIList
))
4682
case ElementContextType.
PropertyIList
:
5108
else if( parentNodeType == ElementContextType.
PropertyIList
)