8 references to Is45OrHigher
System.Data (8)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (4)
202
if (targetFramework.
Is45OrHigher
())
282
if (!string.IsNullOrEmpty(fileName) && targetFramework.
Is45OrHigher
())
325
if (this.FrameworkName.
Is45OrHigher
())
486
debuggerReader.CollectNonActivitySourceLocation = this.FrameworkName.
Is45OrHigher
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (2)
382
if (this.TargetFrameworkName.
Is45OrHigher
())
440
if (this.TargetFrameworkName.
Is45OrHigher
())
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
708
if (targetFramework.
Is45OrHigher
())
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
679
if ((assemblyItem.ReferencedAssemblyNames == null) && (this.targetFramework.
Is45OrHigher
()))