12 references to PropertyIDictionary
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
257
case ElementContextType.
PropertyIDictionary
:
623
(ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
2007
if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
)
2075
if (CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
||
3117
if (ElementContextType.
PropertyIDictionary
!= pct
3759
CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
,
3779
case ElementContextType.
PropertyIDictionary
:
3960
parentTag.ContextType == ElementContextType.
PropertyIDictionary
)
4234
CurrentContext.ContextType = ElementContextType.
PropertyIDictionary
;
4382
ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
4681
case ElementContextType.
PropertyIDictionary
:
5118
parentNodeType == ElementContextType.
PropertyIDictionary
)