12 references to PropertyIDictionary
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
261
case ElementContextType.
PropertyIDictionary
:
627
(ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
2008
if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
)
2076
if (CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
||
3115
if (ElementContextType.
PropertyIDictionary
!= pct
3759
CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
,
3779
case ElementContextType.
PropertyIDictionary
:
3961
parentTag.ContextType == ElementContextType.
PropertyIDictionary
)
4235
CurrentContext.ContextType = ElementContextType.
PropertyIDictionary
;
4383
ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
4680
case ElementContextType.
PropertyIDictionary
:
5117
parentNodeType == ElementContextType.
PropertyIDictionary
)