12 references to PropertyIDictionary
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
256
case ElementContextType.
PropertyIDictionary
:
619
(ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
2003
if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
)
2071
if (CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
||
3113
if (ElementContextType.
PropertyIDictionary
!= pct
3755
CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
,
3775
case ElementContextType.
PropertyIDictionary
:
3956
parentTag.ContextType == ElementContextType.
PropertyIDictionary
)
4230
CurrentContext.ContextType = ElementContextType.
PropertyIDictionary
;
4378
ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
4676
case ElementContextType.
PropertyIDictionary
:
5113
parentNodeType == ElementContextType.
PropertyIDictionary
)