1 write to propertyHolders
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
962
this.
propertyHolders
= new Dictionary<string, ActivityPropertyHolder>();
2 references to propertyHolders
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
960
if (this.
propertyHolders
== null)
965
return this.
propertyHolders
;