6 references to GetStandardValuesSupported
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
68
if (!converter.
GetStandardValuesSupported
())
105
return (converter != null && converter.
GetStandardValuesSupported
());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
981
_standardValuesSupported = (this.Converter != null && this.Converter.
GetStandardValuesSupported
());
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
68
if (!converter.
GetStandardValuesSupported
())
105
return (converter != null && converter.
GetStandardValuesSupported
());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
981
_standardValuesSupported = (this.Converter != null && this.Converter.
GetStandardValuesSupported
());