1 instantiation of PropertyStateContainer
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyStateContainer.cs (1)
34_instance = new PropertyStateContainer();
5 references to PropertyStateContainer
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
284PropertyState state = PropertyStateContainer.Instance.GetPropertyState( 548PropertyState state = PropertyStateContainer.Instance.GetPropertyState(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
405PropertyStateContainer.Instance,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyStateContainer.cs (2)
19private static PropertyStateContainer _instance; 29public static PropertyStateContainer Instance