11 references to PropertyComplex
PresentationBuildTasks (11)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (11)
266
case ElementContextType.
PropertyComplex
:
2075
CurrentContext.ContextType == ElementContextType.
PropertyComplex
)
3756
Debug.Assert(CurrentContext.ContextType == ElementContextType.
PropertyComplex
||
3766
case ElementContextType.
PropertyComplex
:
3878
else if (ParentContext.ContextType == ElementContextType.
PropertyComplex
)
3956
if (parentTag.ContextType == ElementContextType.
PropertyComplex
||
4169
CurrentContext.ContextType = ElementContextType.
PropertyComplex
;
4380
(ParentContext.ContextType == ElementContextType.
PropertyComplex
||
4406
if (ParentContext.ContextType == ElementContextType.
PropertyComplex
&&
4678
case ElementContextType.
PropertyComplex
:
5101
else if( parentNodeType == ElementContextType.
PropertyComplex
)