3 references to GetVariableType
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
1029
PropertyGetter = (instance) => (((DesignTimeVariable)instance).
GetVariableType
()),
1214
if (!Type.Equals(type, this.
GetVariableType
()))
1326
var type = this.
GetVariableType
();