2 writes to targetFrameworkName
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (2)
308this.targetFrameworkName = defaultTargetFrameworkName; 342this.targetFrameworkName = value;
2 references to targetFrameworkName
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (2)
306if (this.targetFrameworkName == null) 311return this.targetFrameworkName;