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