11 references to PropertyComplex
PresentationBuildTasks (11)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (11)
267
case ElementContextType.
PropertyComplex
:
2076
CurrentContext.ContextType == ElementContextType.
PropertyComplex
)
3757
Debug.Assert(CurrentContext.ContextType == ElementContextType.
PropertyComplex
||
3767
case ElementContextType.
PropertyComplex
:
3879
else if (ParentContext.ContextType == ElementContextType.
PropertyComplex
)
3957
if (parentTag.ContextType == ElementContextType.
PropertyComplex
||
4170
CurrentContext.ContextType = ElementContextType.
PropertyComplex
;
4381
(ParentContext.ContextType == ElementContextType.
PropertyComplex
||
4407
if (ParentContext.ContextType == ElementContextType.
PropertyComplex
&&
4680
case ElementContextType.
PropertyComplex
:
5103
else if( parentNodeType == ElementContextType.
PropertyComplex
)