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