11 references to PropertyComplex
PresentationBuildTasks (11)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (11)
266
case ElementContextType.
PropertyComplex
:
2072
CurrentContext.ContextType == ElementContextType.
PropertyComplex
)
3753
Debug.Assert(CurrentContext.ContextType == ElementContextType.
PropertyComplex
||
3763
case ElementContextType.
PropertyComplex
:
3875
else if (ParentContext.ContextType == ElementContextType.
PropertyComplex
)
3953
if (parentTag.ContextType == ElementContextType.
PropertyComplex
||
4166
CurrentContext.ContextType = ElementContextType.
PropertyComplex
;
4377
(ParentContext.ContextType == ElementContextType.
PropertyComplex
||
4403
if (ParentContext.ContextType == ElementContextType.
PropertyComplex
&&
4675
case ElementContextType.
PropertyComplex
:
5098
else if( parentNodeType == ElementContextType.
PropertyComplex
)