2 instantiations of PropertyState
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyState.cs (1)
101PropertyState propertyState = new PropertyState(propertyName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyStateContainer.cs (1)
59return new PropertyState(key as string);
7 references to PropertyState
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
284PropertyState state = PropertyStateContainer.Instance.GetPropertyState( 548PropertyState state = PropertyStateContainer.Instance.GetPropertyState(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyState.cs (2)
81public static PropertyState Deserialize(string propertyStateString) 101PropertyState propertyState = new PropertyState(propertyName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyStateContainer.cs (3)
47public PropertyState GetPropertyState(string propertyName) 49return (PropertyState)this.GetState(propertyName); 69return PropertyState.Deserialize(serializedValue);