12 references to PropertyIDictionary
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
267
case ElementContextType.
PropertyIDictionary
:
633
(ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
2014
if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
)
2082
if (CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
||
3121
if (ElementContextType.
PropertyIDictionary
!= pct
3765
CurrentContext.ContextType == ElementContextType.
PropertyIDictionary
,
3785
case ElementContextType.
PropertyIDictionary
:
3967
parentTag.ContextType == ElementContextType.
PropertyIDictionary
)
4241
CurrentContext.ContextType = ElementContextType.
PropertyIDictionary
;
4389
ParentContext.ContextType == ElementContextType.
PropertyIDictionary
||
4686
case ElementContextType.
PropertyIDictionary
:
5123
parentNodeType == ElementContextType.
PropertyIDictionary
)