8 references to PropertyIList
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
266
case ElementContextType.
PropertyIList
:
3764
CurrentContext.ContextType == ElementContextType.
PropertyIList
||
3781
case ElementContextType.
PropertyIList
:
3966
parentTag.ContextType == ElementContextType.
PropertyIList
||
4219
CurrentContext.ContextType = ElementContextType.
PropertyIList
;
4390
ParentContext.ContextType == ElementContextType.
PropertyIList
))
4687
case ElementContextType.
PropertyIList
:
5113
else if( parentNodeType == ElementContextType.
PropertyIList
)