1 write to _complexProperties
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1582
_complexProperties
= new HybridDictionary();
2 references to _complexProperties
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
1580
if (
_complexProperties
== null)
1584
return
_complexProperties
;