6 references to GetStandardValuesSupported
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
68if (!converter.GetStandardValuesSupported()) 105return (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)
68if (!converter.GetStandardValuesSupported()) 105return (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());