11 references to PropertyComplex
PresentationBuildTasks (11)
Framework\System\Windows\Markup\XamlReaderHelper.cs (11)
283
case ElementContextType.
PropertyComplex
:
2092
CurrentContext.ContextType == ElementContextType.
PropertyComplex
)
3764
Debug.Assert(CurrentContext.ContextType == ElementContextType.
PropertyComplex
||
3774
case ElementContextType.
PropertyComplex
:
3886
else if (ParentContext.ContextType == ElementContextType.
PropertyComplex
)
3965
if ( parentTag.ContextType == ElementContextType.
PropertyComplex
||
4178
CurrentContext.ContextType = ElementContextType.
PropertyComplex
;
4384
(ParentContext.ContextType == ElementContextType.
PropertyComplex
||
4410
if (ParentContext.ContextType == ElementContextType.
PropertyComplex
&&
4665
case ElementContextType.
PropertyComplex
:
5057
else if( parentNodeType == ElementContextType.
PropertyComplex
)