8 references to PropertyIList
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
255
case ElementContextType.
PropertyIList
:
3757
CurrentContext.ContextType == ElementContextType.
PropertyIList
||
3774
case ElementContextType.
PropertyIList
:
3958
parentTag.ContextType == ElementContextType.
PropertyIList
||
4211
CurrentContext.ContextType = ElementContextType.
PropertyIList
;
4382
ParentContext.ContextType == ElementContextType.
PropertyIList
))
4680
case ElementContextType.
PropertyIList
:
5106
else if( parentNodeType == ElementContextType.
PropertyIList
)