12 references to PropertyIDictionary
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
256
case ElementContextType.
PropertyIDictionary
:
622
(ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
2006
if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
)
2074
if (CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
||
3116
if (ElementContextType.
PropertyIDictionary
!= pct
3758
CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
,
3778
case ElementContextType.
PropertyIDictionary
:
3959
parentTag.ContextType == ElementContextType.
PropertyIDictionary
)
4233
CurrentContext.ContextType = ElementContextType.
PropertyIDictionary
;
4381
ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
4679
case ElementContextType.
PropertyIDictionary
:
5116
parentNodeType == ElementContextType.
PropertyIDictionary
)