1 write to isLocal
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
529
this.
isLocal
= isLocal;
1 reference to isLocal
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
581
from type in (this.
isLocal
? this.assembly.GetTypes() : this.assembly.GetExportedTypes())