105 instantiations of StandardValuesCollection
PresentationCore (1)
Core\CSharp\System\Windows\Input\CursorConverter.cs (1)
78this._standardValues = new TypeConverter.StandardValuesCollection(list1.ToArray());
PresentationFramework (1)
src\Framework\System\Windows\NullableBoolConverter.cs (1)
67_standardValues = new TypeConverter.StandardValuesCollection(list1.ToArray());
System (9)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
4215return new StandardValuesCollection(Values);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
3195return new StandardValuesCollection(Values);
compmod\system\componentmodel\BooleanConverter.cs (1)
64values = new StandardValuesCollection(new object[] {true, false});
compmod\system\componentmodel\CultureInfoConverter.cs (1)
236values = new StandardValuesCollection(array);
compmod\system\componentmodel\EnumConverter.cs (1)
295values = new StandardValuesCollection(arr);
compmod\system\componentmodel\NullableConverter.cs (1)
192return new StandardValuesCollection(wrappedValues);
compmod\system\componentmodel\ReferenceConverter.cs (1)
180return new StandardValuesCollection(components);
compmod\system\componentmodel\TypeListConverter.cs (1)
122values = new StandardValuesCollection(objTypes);
services\monitoring\system\diagnosticts\AlphabeticalEnumConverter.cs (1)
35Values = new StandardValuesCollection(objValues);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
199return new StandardValuesCollection(wrappedValues);
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
199return new StandardValuesCollection(wrappedValues);
fx\src\data\System\Data\ColumnTypeConverter.cs (1)
150values = new StandardValuesCollection(objTypes);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (2)
648dataSourceNames = new StandardValuesCollection(providerNames); 727standardValues = new StandardValuesCollection(objValues);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (3)
1306standardValues = new StandardValuesCollection(names); 1352dataSourceNames = new StandardValuesCollection(serverNames); 1423return new StandardValuesCollection(values);
System.Drawing (4)
commonui\System\Drawing\Advanced\ImageFormatConverter.cs (1)
148values = new StandardValuesCollection(list.ToArray());
commonui\System\Drawing\ColorConverter.cs (1)
389values = new StandardValuesCollection(arrayValues.ToArray());
commonui\System\Drawing\FontConverter.cs (2)
609values = new StandardValuesCollection(array); 696Values = new StandardValuesCollection(filteredValues);
System.Messaging (1)
System\Messaging\Design\MessageFormatterConverter.cs (1)
116StandardValuesCollection values = new StandardValuesCollection(new object[] { new ActiveXMessageFormatter(),
System.Web (6)
UI\ControlIdConverter.cs (1)
85return new StandardValuesCollection(controlIDs);
UI\ControlPropertyNameConverter.cs (1)
76return new StandardValuesCollection(propertyNames);
UI\DataSourceCacheDurationConverter.cs (1)
80_values = new StandardValuesCollection(values);
UI\WebControls\FontUnitConverter.cs (1)
166values = new StandardValuesCollection(namedUnits);
UI\WebControls\TargetConverter.cs (1)
34values = new StandardValuesCollection(targetValues);
UI\WebControls\TreeView.cs (1)
3509return new StandardValuesCollection(expandDepthValues);
System.Web.DataVisualization (17)
Common\Converters\AxisConverters.cs (4)
266 return new StandardValuesCollection(values); 478 return new StandardValuesCollection(values); 566 return new StandardValuesCollection(values); 618 return new StandardValuesCollection(values);
Common\Converters\CustomAttributesConverters.cs (1)
473return new StandardValuesCollection(result);
Common\Converters\DataManagerConverters.cs (7)
112 return new StandardValuesCollection(values); 171 return new StandardValuesCollection(values); 240 return new StandardValuesCollection(values); 292 return new StandardValuesCollection(values); 360 return new StandardValuesCollection(values); 429 return new StandardValuesCollection(values); 705 return new StandardValuesCollection(values);
Common\Converters\LegendConverters.cs (3)
182 return new StandardValuesCollection(values); 256 return new StandardValuesCollection(values); 455 return new StandardValuesCollection(values);
Common\General\AxisScrollZoom.cs (2)
1494 return new StandardValuesCollection(values); 1580 return new StandardValuesCollection(values);
System.Web.DynamicData (1)
DynamicData\PageAction.cs (1)
43_values = new StandardValuesCollection(_targetValues);
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (1)
41return new StandardValuesCollection(containers);
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (1)
43return new StandardValuesCollection(entitySetNames);
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (1)
48return new StandardValuesCollection(entityTypeFilters);
System.Web.Mobile (9)
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
148return new StandardValuesCollection(objValues);
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
203return new StandardValuesCollection(names);
UI\MobileControls\Design\Converters\DataMemberConverter.cs (1)
129return new StandardValuesCollection(names);
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
85return new StandardValuesCollection(objValues);
UI\MobileControls\Design\Converters\FontNameConverter.cs (1)
92values = new StandardValuesCollection(array);
UI\MobileControls\Design\Converters\FormConverter.cs (1)
159return (objValues != null? new StandardValuesCollection(objValues) : null);
UI\MobileControls\Design\Converters\StyleConverter.cs (1)
83return new StandardValuesCollection(objValues);
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
170return new StandardValuesCollection(objValues);
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (1)
187return new StandardValuesCollection(objValues);
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2EnumConverter.cs (1)
97values = new StandardValuesCollection(objValues);
winforms\Managed\System\WinForms\CursorConverter.cs (1)
175values = new StandardValuesCollection(list.ToArray());
winforms\Managed\System\WinForms\ImageIndexConverter.cs (3)
150return new StandardValuesCollection(values); 156return new StandardValuesCollection(new object[] {-1}); 159return new StandardValuesCollection(new object[0]);
winforms\Managed\System\WinForms\ImageKeyConverter.cs (3)
167return new StandardValuesCollection(values); 173return new StandardValuesCollection(new object[] {""}); 176return new StandardValuesCollection(new object[0]);
winforms\Managed\System\WinForms\KeysConverter.cs (1)
351values = new StandardValuesCollection(list.ToArray());
winforms\Managed\System\WinForms\ListViewGroupConverter.cs (1)
135return new StandardValuesCollection(list);
winforms\Managed\System\WinForms\MdiWindowListItemConverter.cs (1)
37return new StandardValuesCollection(list);
winforms\Managed\System\WinForms\SpecialFolderEnumConverter.cs (1)
36return new StandardValuesCollection(list);
winforms\Managed\System\WinForms\TextBoxAutoCompleteSourceConverter.cs (1)
34return new StandardValuesCollection(list);
winforms\Managed\System\WinForms\TreeViewImageIndexConverter.cs (2)
138return new StandardValuesCollection(values); 143return new StandardValuesCollection(new object[] { -1, -2 });
System.Windows.Forms.DataVisualization (17)
Common\Converters\AxisConverters.cs (4)
266 return new StandardValuesCollection(values); 478 return new StandardValuesCollection(values); 566 return new StandardValuesCollection(values); 618 return new StandardValuesCollection(values);
Common\Converters\CustomAttributesConverters.cs (1)
473return new StandardValuesCollection(result);
Common\Converters\DataManagerConverters.cs (7)
112 return new StandardValuesCollection(values); 171 return new StandardValuesCollection(values); 240 return new StandardValuesCollection(values); 292 return new StandardValuesCollection(values); 360 return new StandardValuesCollection(values); 429 return new StandardValuesCollection(values); 705 return new StandardValuesCollection(values);
Common\Converters\LegendConverters.cs (3)
182 return new StandardValuesCollection(values); 256 return new StandardValuesCollection(values); 455 return new StandardValuesCollection(values);
Common\General\AxisScrollZoom.cs (2)
1494 return new StandardValuesCollection(values); 1580 return new StandardValuesCollection(values);
System.Workflow.Activities (4)
Common\BasePropertyDescriptor.cs (2)
608return new StandardValuesCollection(values); 714return new StandardValuesCollection(values);
Delay.cs (1)
266return new StandardValuesCollection(standardValuesCollection);
LocalService\CorrelationTokenTypeConvertor.cs (1)
81return new StandardValuesCollection(values);
System.Workflow.ComponentModel (7)
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (1)
125return new StandardValuesCollection(standardValuesCollection);
AuthoringOM\Design\Themes.cs (1)
3280return new TypeConverter.StandardValuesCollection(AmbientTheme.SupportedFonts);
AuthoringOM\Design\TypeConverters.cs (3)
115return new StandardValuesCollection((ActivityCondition[])conditionDeclList.ToArray(typeof(ActivityCondition))); 299return new StandardValuesCollection(new ArrayList()); 308return new StandardValuesCollection(valuesList.ToArray());
Shared\BasePropertyDescriptor.cs (2)
607return new StandardValuesCollection(values); 713return new StandardValuesCollection(values);
System.WorkflowServices (2)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
97return new StandardValuesCollection(values);
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
97return new StandardValuesCollection(values);
142 references to StandardValuesCollection
PresentationCore (2)
Core\CSharp\System\Windows\Input\CursorConverter.cs (2)
66public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 240private TypeConverter.StandardValuesCollection _standardValues;
PresentationFramework (2)
src\Framework\System\Windows\NullableBoolConverter.cs (2)
59public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 76private static TypeConverter.StandardValuesCollection _standardValues;
System (18)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
4214public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
3194public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
compmod\system\componentmodel\BooleanConverter.cs (2)
26private static volatile StandardValuesCollection values; 62public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
compmod\system\componentmodel\CultureInfoConverter.cs (2)
30private StandardValuesCollection values; 211public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
compmod\system\componentmodel\EnumConverter.cs (4)
31/// Provides a <see cref='System.ComponentModel.TypeConverter.StandardValuesCollection'/> that specifies the 35private StandardValuesCollection values; 68protected StandardValuesCollection Values { 245public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
compmod\system\componentmodel\NullableConverter.cs (2)
179public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 181StandardValuesCollection values = simpleTypeConverter.GetStandardValues(context);
compmod\system\componentmodel\ReferenceConverter.cs (1)
139public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
compmod\system\componentmodel\TypeConverter.cs (2)
350public virtual StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 545/// Initializes a new instance of the <see cref='System.ComponentModel.TypeConverter.StandardValuesCollection'/>
compmod\system\componentmodel\TypeListConverter.cs (2)
28private StandardValuesCollection values; 110public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
services\monitoring\system\diagnosticts\AlphabeticalEnumConverter.cs (1)
27public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (2)
166public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 168StandardValuesCollection values = this.converter.GetStandardValues(WrapContext(context));
System.Data (17)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (2)
166public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 168StandardValuesCollection values = this.converter.GetStandardValues(WrapContext(context));
fx\src\data\System\Data\ColumnTypeConverter.cs (2)
61private StandardValuesCollection values; 138public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (6)
610private StandardValuesCollection _standardValues; 624public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 625StandardValuesCollection dataSourceNames = _standardValues; 667private StandardValuesCollection _standardValues; 722public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 723StandardValuesCollection standardValues = _standardValues;
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (7)
1226private StandardValuesCollection _standardValues; 1291public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 1298StandardValuesCollection standardValues = _standardValues; 1315private StandardValuesCollection _standardValues; 1329public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 1330StandardValuesCollection dataSourceNames = _standardValues; 1389public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
System.Drawing (7)
commonui\System\Drawing\Advanced\ImageFormatConverter.cs (2)
27private StandardValuesCollection values; 137public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
commonui\System\Drawing\ColorConverter.cs (2)
34private static StandardValuesCollection values; 358public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
commonui\System\Drawing\FontConverter.cs (3)
542private StandardValuesCollection values; 595public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 691public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
System.Messaging (2)
System\Messaging\Design\MessageFormatterConverter.cs (2)
114public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 116StandardValuesCollection values = new StandardValuesCollection(new object[] { new ActiveXMessageFormatter(),
System.Web (10)
UI\ControlIdConverter.cs (1)
72public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
UI\ControlPropertyNameConverter.cs (1)
46public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
UI\DataSourceCacheDurationConverter.cs (2)
23private StandardValuesCollection _values; 76public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
UI\WebControls\FontUnitConverter.cs (3)
22private StandardValuesCollection values; 149/// <para>Returns a <see cref='System.ComponentModel.TypeConverter.StandardValuesCollection' qualify='true'/> 152public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
UI\WebControls\TargetConverter.cs (2)
26private StandardValuesCollection values; 32public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
UI\WebControls\TreeView.cs (1)
3508public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
System.Web.DataVisualization (18)
Common\Converters\AxisConverters.cs (4)
259 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 473 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 558 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 609 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Common\Converters\CustomAttributesConverters.cs (1)
465public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Common\Converters\DataManagerConverters.cs (8)
99 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 150 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 209 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 278 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 330 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 399 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 688 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 693 StandardValuesCollection val = base.GetStandardValues(context);
Common\Converters\LegendConverters.cs (3)
77 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 251 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 450 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Common\General\AxisScrollZoom.cs (2)
1489 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 1575 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System.Web.DynamicData (2)
DynamicData\PageAction.cs (2)
39private StandardValuesCollection _values; 41public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (1)
26public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (1)
25public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (1)
25public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System.Web.Mobile (11)
UI\MobileControls\Design\Converters\ChoiceConverter.cs (2)
138public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 204StandardValuesCollection standardValues = GetStandardValues(context);
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
91public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\DataMemberConverter.cs (1)
88public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
59public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\FontNameConverter.cs (2)
24private StandardValuesCollection values; 76public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\FormConverter.cs (1)
151public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\StyleConverter.cs (1)
73public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
160public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (1)
177public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System.Windows.Forms (18)
winforms\Managed\System\WinForms\AxHost.cs (1)
7362public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2EnumConverter.cs (2)
23private StandardValuesCollection values; 93public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs (1)
169public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\CursorConverter.cs (2)
28private StandardValuesCollection values; 164public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ImageIndexConverter.cs (1)
93public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ImageKeyConverter.cs (1)
109public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\KeysConverter.cs (2)
30private StandardValuesCollection values; 339public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ListViewGroupConverter.cs (1)
126public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\MdiWindowListItemConverter.cs (2)
22public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 26StandardValuesCollection values = base.GetStandardValues(context);
winforms\Managed\System\WinForms\SpecialFolderEnumConverter.cs (2)
19public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 20StandardValuesCollection values = base.GetStandardValues(context);
winforms\Managed\System\WinForms\TextBoxAutoCompleteSourceConverter.cs (2)
22public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { 23StandardValuesCollection values = base.GetStandardValues(context);
winforms\Managed\System\WinForms\TreeViewImageIndexConverter.cs (1)
89public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) {
System.Windows.Forms.DataVisualization (18)
Common\Converters\AxisConverters.cs (4)
259 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 473 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 558 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 609 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Common\Converters\CustomAttributesConverters.cs (1)
465public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Common\Converters\DataManagerConverters.cs (8)
99 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 150 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 209 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 278 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 330 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 399 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 688 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 693 StandardValuesCollection val = base.GetStandardValues(context);
Common\Converters\LegendConverters.cs (3)
77 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 251 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 450 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Common\General\AxisScrollZoom.cs (2)
1489 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 1575 public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System.Workflow.Activities (4)
Common\BasePropertyDescriptor.cs (2)
594public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 700public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Delay.cs (1)
256public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
LocalService\CorrelationTokenTypeConvertor.cs (1)
64public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System.Workflow.ComponentModel (6)
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (1)
119public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
AuthoringOM\Design\Themes.cs (1)
3278public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
AuthoringOM\Design\TypeConverters.cs (2)
105public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 295public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Shared\BasePropertyDescriptor.cs (2)
593public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) 699public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System.WorkflowServices (2)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
78public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
78public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)