11 references to PropertyComplex
PresentationBuildTasks (11)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (11)
277
case ElementContextType.
PropertyComplex
:
2083
CurrentContext.ContextType == ElementContextType.
PropertyComplex
)
3763
Debug.Assert(CurrentContext.ContextType == ElementContextType.
PropertyComplex
||
3773
case ElementContextType.
PropertyComplex
:
3885
else if (ParentContext.ContextType == ElementContextType.
PropertyComplex
)
3964
if ( parentTag.ContextType == ElementContextType.
PropertyComplex
||
4177
CurrentContext.ContextType = ElementContextType.
PropertyComplex
;
4388
(ParentContext.ContextType == ElementContextType.
PropertyComplex
||
4414
if (ParentContext.ContextType == ElementContextType.
PropertyComplex
&&
4685
case ElementContextType.
PropertyComplex
:
5108
else if( parentNodeType == ElementContextType.
PropertyComplex
)