2 overrides of CreateDefaultState
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\CategoryStateContainer.cs (1)
32protected override PersistedState CreateDefaultState(object key)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyStateContainer.cs (1)
57protected override PersistedState CreateDefaultState(object key)
1 reference to CreateDefaultState
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PersistedStateContainer.cs (1)
31state = CreateDefaultState(key);