8 references to PropertyIList
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
255
case ElementContextType.
PropertyIList
:
3754
CurrentContext.ContextType == ElementContextType.
PropertyIList
||
3771
case ElementContextType.
PropertyIList
:
3955
parentTag.ContextType == ElementContextType.
PropertyIList
||
4208
CurrentContext.ContextType = ElementContextType.
PropertyIList
;
4379
ParentContext.ContextType == ElementContextType.
PropertyIList
))
4677
case ElementContextType.
PropertyIList
:
5103
else if( parentNodeType == ElementContextType.
PropertyIList
)