1 instantiation of ActivityPropertyHolder
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
914
ActivityPropertyHolder newProperty = new
ActivityPropertyHolder
(parent, subReader.ReadSubtree());
7 references to ActivityPropertyHolder
System.Activities (7)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (7)
876
Dictionary<string,
ActivityPropertyHolder
> propertyHolders;
914
ActivityPropertyHolder
newProperty = new ActivityPropertyHolder(parent, subReader.ReadSubtree());
956
Dictionary<string,
ActivityPropertyHolder
> PropertyHolders
962
this.propertyHolders = new Dictionary<string,
ActivityPropertyHolder
>();
988
ActivityPropertyHolder
propertyHolder;
1007
ActivityPropertyHolder
propertyHolder = sourceReader.Value as
ActivityPropertyHolder
;