325 instantiations of EditorAttribute
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\CategoryEditor.cs (1)
81
return new
EditorAttribute
(categoryEditorType, categoryEditorType);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueEditor.cs (1)
82
return new
EditorAttribute
(propertyValueEditorType, typeof(PropertyValueEditor));
System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (4)
35
builder.AddCustomAttributes(typeof(Argument), new
EditorAttribute
(typeof(ExpressionValueEditor), typeof(PropertyValueEditor)));
38
builder.AddCustomAttributes(typeof(Activity<>), new
EditorAttribute
(typeof(ExpressionValueEditor), typeof(PropertyValueEditor)));
70
builder.AddCustomAttributes(typeof(VBIdentifierName), new
EditorAttribute
(typeof(VBIdentifierNameEditor), typeof(PropertyValueEditor)));
99
builder.AddCustomAttributes(typeof(Version), new
EditorAttribute
(typeof(VersionPropertyValueEditor), typeof(PropertyValueEditor)));
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
827
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(PropertyKind)).OfType<Attribute>().Union( new Attribute[] { new
EditorAttribute
(typeof(DirectionPropertyEditor), typeof(PropertyValueEditor)) }).ToArray(),
839
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new
EditorAttribute
(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(PropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
869
new
EditorAttribute
(typeof(IsRequiredPropertyEditor), typeof(PropertyValueEditor)),
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1036
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(ModelItem)).OfType<Attribute>().Union(new Attribute[] { new
EditorAttribute
(typeof(ScopeValueEditor), typeof(PropertyValueEditor)) }).ToArray(),
1048
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new
EditorAttribute
(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(DialogPropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\CategoryEditor.cs (1)
81
return new
EditorAttribute
(categoryEditorType, categoryEditorType);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueEditor.cs (1)
82
return new
EditorAttribute
(propertyValueEditorType, typeof(PropertyValueEditor));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (4)
35
builder.AddCustomAttributes(typeof(Argument), new
EditorAttribute
(typeof(ExpressionValueEditor), typeof(PropertyValueEditor)));
38
builder.AddCustomAttributes(typeof(Activity<>), new
EditorAttribute
(typeof(ExpressionValueEditor), typeof(PropertyValueEditor)));
70
builder.AddCustomAttributes(typeof(VBIdentifierName), new
EditorAttribute
(typeof(VBIdentifierNameEditor), typeof(PropertyValueEditor)));
99
builder.AddCustomAttributes(typeof(Version), new
EditorAttribute
(typeof(VersionPropertyValueEditor), typeof(PropertyValueEditor)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
827
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(PropertyKind)).OfType<Attribute>().Union( new Attribute[] { new
EditorAttribute
(typeof(DirectionPropertyEditor), typeof(PropertyValueEditor)) }).ToArray(),
839
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new
EditorAttribute
(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(PropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
869
new
EditorAttribute
(typeof(IsRequiredPropertyEditor), typeof(PropertyValueEditor)),
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1036
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(ModelItem)).OfType<Attribute>().Union(new Attribute[] { new
EditorAttribute
(typeof(ScopeValueEditor), typeof(PropertyValueEditor)) }).ToArray(),
1048
PropertyAttributes = TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new
EditorAttribute
(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(DialogPropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
System.Web.DataVisualization (232)
Common\Annotation\AnnotationBase.cs (10)
896
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
975
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1061
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1093
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
1124
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
1159
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1186
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1362
Editor
(Editors.AnnotationAxisUITypeEditor.Editor, Editors.AnnotationAxisUITypeEditor.Base),
1406
Editor
(Editors.AnnotationAxisUITypeEditor.Editor, Editors.AnnotationAxisUITypeEditor.Base),
1506
Editor
(Editors.AnchorPointUITypeEditor.Editor, Editors.AnchorPointUITypeEditor.Base),
Common\Annotation\CalloutAnnotation.cs (5)
241
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
324
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
356
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
388
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
423
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\Annotation\GroupAnnotation.cs (8)
309
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
370
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
464
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
500
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base),
536
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base),
575
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
606
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
822
Editor
(Editors.AnnotationCollectionEditor.Editor, Editors.AnnotationCollectionEditor.Base),
Common\Annotation\ImageAnnotation.cs (8)
114
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
168
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
309
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
355
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
377
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
399
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
422
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
444
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\Annotation\LineAnnotation.cs (5)
233
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
280
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
305
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
327
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
350
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\Annotation\PolygonAnnotation.cs (10)
232
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
279
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
301
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
323
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
346
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
505
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base),
1277
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1309
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
1341
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
1376
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\Annotation\RectangleAnnotation.cs (5)
112
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
195
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
227
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
259
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
294
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\Annotation\TextAnnotation.cs (7)
197
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
262
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
284
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
306
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
329
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1142
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
1197
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\Borders3D\Borders3D.cs (8)
210
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
267
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
296
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
327
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
352
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
409
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
470
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
500
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
Common\DataManager\DataManager.cs (2)
1095
Editor
(Editors.SeriesCollectionEditor.Editor, Editors.SeriesCollectionEditor.Base),
1117
Editor
(Editors.ColorPaletteEditor.Editor, Editors.ColorPaletteEditor.Base)
Common\DataManager\DataPoint.cs (30)
2724
Editor
(typeof(UITypeEditor), typeof(UITypeEditor)),
3247
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
3308
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
3483
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3545
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3702
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
3819
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3926
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
3976
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
4031
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
4132
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
4249
Editor
(Editors.MarkerStyleEditor.Editor, Editors.MarkerStyleEditor.Base),
4357
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
4417
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
4471
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
4525
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
4796
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
4860
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
4911
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base)
4958
[
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base)]
5074
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
5126
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
5188
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5247
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5413
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
5477
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base),
5531
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base)
5579
[
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base)]
5633
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base),
5734
[
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base)]
Common\DataManager\DataSeries.cs (5)
1834
Editor
(Editors.SeriesDataFieldValueAxisUITypeEditor.Editor, Editors.SeriesDataFieldValueAxisUITypeEditor.Base)
2054
Editor
(Editors.DataPointCollectionEditor.Editor, Editors.DataPointCollectionEditor.Base)
2107
Editor
(Editors.ColorPaletteEditor.Editor, Editors.ColorPaletteEditor.Base)
2368
Editor
(Editors.ChartTypeEditor.Editor, Editors.ChartTypeEditor.Base)
2417
Editor
(Editors.ChartTypeEditor.Editor, Editors.ChartTypeEditor.Base),
Common\General\Axis.cs (6)
576
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
917
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base),
999
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1079
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1165
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
1239
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
Common\General\AxisLabels.cs (1)
114
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
Common\General\AxisScale.cs (1)
838
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
Common\General\AxisScaleBreaks.cs (1)
340
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base)
Common\General\Chart.cs (12)
2426
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
2447
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
2463
Editor
(Editors.LegendCollectionEditor.Editor, Editors.LegendCollectionEditor.Base),
2482
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base),
2503
Editor
(Editors.AnnotationCollectionEditor.Editor, Editors.AnnotationCollectionEditor.Base),
2528
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2561
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2663
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
2685
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
2738
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2864
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
2888
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
Common\General\ChartArea.cs (11)
377
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base),
404
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base),
430
Editor
(Editors.AxesArrayEditor.Editor, Editors.AxesArrayEditor.Base),
708
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
751
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
775
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
830
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
888
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
914
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
942
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
997
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
Common\General\GridTickMarks.cs (1)
1918
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
Common\General\ImageMap.cs (1)
683
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
Common\General\Label.cs (8)
635
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
699
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base),
766
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
795
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
847
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base)
949
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
977
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2773
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
Common\General\Legend.cs (33)
2934
Editor
(Editors.LegendCellColumnCollectionEditor.Editor, Editors.LegendCellColumnCollectionEditor.Base),
3003
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3053
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3112
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3140
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3224
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
3279
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3336
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
3374
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3414
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
3469
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3583
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3656
Editor
(Editors.LegendItemCollectionEditor.Editor, Editors.LegendItemCollectionEditor.Base),
3763
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3817
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3843
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
3941
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5329
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5355
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
5410
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5439
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
5464
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5493
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
5528
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5702
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5731
Editor
(Editors.MarkerStyleEditor.Editor, Editors.MarkerStyleEditor.Base),
5781
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
5809
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5837
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5865
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5964
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
5994
Editor
(Editors.LegendCellCollectionEditor.Editor, Editors.LegendCellCollectionEditor.Base),
6050
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
Common\General\LegendColumns.cs (13)
303
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
326
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
349
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
493
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
523
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
543
Editor
(Editors.KeywordsStringEditor.Editor, Editors.KeywordsStringEditor.Base),
609
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
632
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1069
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1092
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1135
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
1158
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1361
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
Common\General\SmartLabels.cs (3)
308
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base),
433
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
482
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
Common\General\StripLine.cs (9)
1009
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1036
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1112
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
1167
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1231
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
1266
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1304
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
1378
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1512
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
Common\General\Title.cs (10)
625
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
653
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
735
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base),
790
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
855
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
891
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
930
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
981
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1087
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
1146
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
WebForm\ChartWebControl.cs (19)
1690
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base)
1841
Editor
(Editors.ImageValueEditor.Editor, Editors.ImageValueEditor.Base)
1903
Editor
(Editors.SeriesCollectionEditor.Editor, Editors.SeriesCollectionEditor.Base),
1925
Editor
(Editors.ColorPaletteEditor.Editor, Editors.ColorPaletteEditor.Base)
2196
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
2215
Editor
(Editors.FlagsEnumUITypeEditor.Editor, Editors.FlagsEnumUITypeEditor.Base)
2283
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base)
2303
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2328
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2374
Editor
(Editors.LegendCollectionEditor.Editor, Editors.LegendCollectionEditor.Base),
2390
Editor
(Editors.ChartCollectionEditor.Editor, Editors.ChartCollectionEditor.Base),
2408
Editor
(Editors.AnnotationCollectionEditor.Editor, Editors.AnnotationCollectionEditor.Base),
2475
Editor
(Editors.HatchStyleEditor.Editor, Editors.HatchStyleEditor.Base)
2499
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base)
2547
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2593
Editor
(Editors.GradientEditor.Editor, Editors.GradientEditor.Base)
2617
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2682
Editor
(Editors.ChartColorEditor.Editor, Editors.ChartColorEditor.Base),
2787
Editor
(Editors.UrlValueEditor.Editor, Editors.UrlValueEditor.Base),
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (4)
198
Editor
(typeof(EntityDataSourceStatementEditor), typeof(UITypeEditor)),
234
Editor
(typeof(EntityDataSourceStatementEditor), typeof(UITypeEditor)),
253
Editor
(typeof(EntityDataSourceStatementEditor), typeof(UITypeEditor)),
272
Editor
(typeof(EntityDataSourceStatementEditor), typeof(UITypeEditor)),
System.Web.Extensions (6)
UI\ScriptManager.cs (1)
371
Editor
(typeof(UrlEditor), typeof(UITypeEditor)),
UI\WebControls\NextPreviousPagerField.cs (3)
88
Editor
(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor)),
135
Editor
(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor)),
229
Editor
(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor)),
UI\WebControls\NumericPagerField.cs (2)
100
Editor
(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor)),
191
Editor
(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor)),
System.Web.Mobile (19)
UI\MobileControls\AdRotator.cs (1)
116
Editor
(typeof(System.Web.UI.Design.XmlUrlEditor), typeof(UITypeEditor)),
UI\MobileControls\Command.cs (1)
156
Editor
(typeof(System.Web.UI.Design.MobileControls.ImageUrlEditor),
UI\MobileControls\Design\MobileControlDesigner.cs (2)
94
Editor
(typeof(AppliedDeviceFiltersTypeEditor), typeof(UITypeEditor)),
200
Editor
(typeof(PropertyOverridesTypeEditor), typeof(UITypeEditor)),
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
113
Editor
(typeof(AppliedDeviceFiltersTypeEditor), typeof(UITypeEditor)),
265
Editor
(typeof(PropertyOverridesTypeEditor), typeof(UITypeEditor)),
UI\MobileControls\FontInfo.cs (1)
45
Editor
(typeof(System.Drawing.Design.FontNameEditor), typeof(UITypeEditor)),
UI\MobileControls\Form.cs (1)
106
Editor
(typeof(System.Web.UI.Design.UrlEditor),
UI\MobileControls\Image.cs (1)
72
Editor
(typeof(System.Web.UI.Design.MobileControls.ImageUrlEditor),
UI\MobileControls\List.cs (2)
35
Editor
(typeof(System.Web.UI.Design.MobileControls.ListComponentEditor), typeof(ComponentEditor)),
171
Editor
(typeof(System.Web.UI.Design.MobileControls.ItemCollectionEditor), typeof(UITypeEditor)),
UI\MobileControls\ObjectList.cs (4)
34
Editor
(typeof(System.Web.UI.Design.MobileControls.ObjectListComponentEditor), typeof(ComponentEditor)),
127
Editor
(typeof(System.Web.UI.Design.MobileControls.FieldCollectionEditor), typeof(UITypeEditor)),
174
Editor
(typeof(System.Web.UI.Design.MobileControls.CommandCollectionEditor), typeof(UITypeEditor)),
242
Editor
(typeof(System.Web.UI.Design.MobileControls.TableFieldsEditor),
UI\MobileControls\SelectionList.cs (2)
35
Editor
(typeof(System.Web.UI.Design.MobileControls.SelectionListComponentEditor), typeof(ComponentEditor)),
286
Editor
(typeof(System.Web.UI.Design.MobileControls.ItemCollectionEditor), typeof(UITypeEditor)),
UI\MobileControls\StyleSheet.cs (2)
35
Editor
(typeof(System.Web.UI.Design.MobileControls.StyleSheetComponentEditor),
211
Editor
(typeof(System.Web.UI.Design.MobileControls.StyleSheetRefUrlEditor), typeof(UITypeEditor)),
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
338
EditorAttribute a = new
EditorAttribute
(typeof(Com2ComponentEditor), typeof(ComponentEditor));
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
2724
Editor
(typeof(UITypeEditor), typeof(UITypeEditor)),
System.Workflow.Activities (14)
Designers\InvokeWebServiceDesigner.cs (1)
90
[
Editor
(typeof(WebServicePickerEditor), typeof(UITypeEditor))]
Designers\StateDesigner.cs (2)
2625
[
Editor
(typeof(ImageBrowserEditor), typeof(UITypeEditor))]
2656
[
Editor
(typeof(ImageBrowserEditor), typeof(UITypeEditor))]
EventSinkActivity.cs (2)
82
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
110
[
Editor
(typeof(BindUITypeEditor), typeof(UITypeEditor))]
InvokeMethodActivity.cs (1)
60
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
InvokeSchedule.cs (1)
66
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
Rules\RuleSetReference.cs (1)
22
[
Editor
(typeof(RuleSetNameEditor), typeof(UITypeEditor))]
SetState.cs (1)
49
[
Editor
(typeof(StateDropDownEditor), typeof(UITypeEditor))]
StateMachineWorkflow.cs (2)
64
[
Editor
(typeof(StateDropDownEditor), typeof(UITypeEditor))]
79
[
Editor
(typeof(StateDropDownEditor), typeof(UITypeEditor))]
Task.cs (1)
98
[
Editor
(typeof(BindUITypeEditor), typeof(UITypeEditor))]
WebServiceReceive.cs (2)
68
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
115
[
Editor
(typeof(BindUITypeEditor), typeof(UITypeEditor))]
System.Workflow.ComponentModel (25)
AuthoringOM\Activity.cs (1)
540
[
Editor
(typeof(MultilineStringEditor), typeof(UITypeEditor))]
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
41
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
40
[
EditorAttribute
(typeof(SynchronizationHandlesEditor), typeof(System.Drawing.Design.UITypeEditor))]
AuthoringOM\Design\CustomActivityDesigner.cs (1)
222
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1322
[
Editor
(typeof(TypeBrowserEditor), typeof(UITypeEditor))]
AuthoringOM\Design\PropertyDescriptors.cs (1)
302
attributes.Add(new
EditorAttribute
(typeof(BindUITypeEditor), typeof(UITypeEditor)));
AuthoringOM\Design\Themes.cs (18)
1061
[
Editor
(typeof(ImageBrowserEditor), typeof(UITypeEditor))]
1094
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
1127
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
1181
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
1207
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
1489
[
Editor
(typeof(ImageBrowserEditor), typeof(UITypeEditor))]
1746
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
1772
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
1798
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2304
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2337
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2370
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2397
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2430
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2463
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2492
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
2540
[
Editor
(typeof(ImageBrowserEditor), typeof(UITypeEditor))]
2645
[
Editor
(typeof(ColorPickerEditor), typeof(UITypeEditor))]
AuthoringOM\Fault.cs (1)
99
[
Editor
(typeof(TypeBrowserEditor), typeof(System.Drawing.Design.UITypeEditor))]
System.WorkflowServices (1)
System\Workflow\Activities\OperationInfoBase.cs (1)
22
[
Editor
(typeof(ServiceOperationUIEditor), typeof(UITypeEditor))]
60 references to EditorAttribute
System (13)
compmod\system\componentmodel\EditorAttribute.cs (6)
26
/// <para>Initializes a new instance of the <see cref='System.ComponentModel.
EditorAttribute
'/> class with the default editor, which is
35
/// <para>Initializes a new instance of the <see cref='System.ComponentModel.
EditorAttribute
'/> class with the type name and base type
46
/// <para>Initializes a new instance of the <see cref='System.ComponentModel.
EditorAttribute
'/> class.</para>
56
/// <para>Initializes a new instance of the <see cref='System.ComponentModel.
EditorAttribute
'/>
111
EditorAttribute
other = obj as
EditorAttribute
;
compmod\system\componentmodel\PropertyDescriptor.cs (2)
303
EditorAttribute
attr = attrs[i] as
EditorAttribute
;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (5)
1756
EditorAttribute
typeAttr;
1767
EditorAttribute
instanceAttr = GetEditorAttribute(TypeDescriptor.GetAttributes(instance), editorBaseType);
1856
private static
EditorAttribute
GetEditorAttribute(AttributeCollection attributes, Type editorBaseType)
1860
EditorAttribute
edAttr = attr as
EditorAttribute
;
System.Activities.Presentation (19)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (3)
13
class EditorAttributeInfo : AttributeInfo<
EditorAttribute
>
15
public override ICollection GetConstructorArguments(
EditorAttribute
attribute, ref ConstructorInfo constructor)
22
Type editorAttributeType = typeof(
EditorAttribute
);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
238
if (type == typeof(
EditorAttribute
))
240
return new AttributeXamlType<
EditorAttribute
, EditorAttributeInfo>(this);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
188
foreach (
EditorAttribute
editorAttribute in GetAttributes<
EditorAttribute
>(ownerType))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\ExtensibilityMetadataHelper.cs (3)
36
EditorAttribute
editorAttribute = attribute as
EditorAttribute
;
69
public static Type GetCategoryEditorType(
EditorAttribute
attribute, IMessageLogger exceptionLogger)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\CategoryEditor.cs (2)
55
public static
EditorAttribute
CreateEditorAttribute(CategoryEditor editor) {
69
public static
EditorAttribute
CreateEditorAttribute(Type categoryEditorType) {
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueEditor.cs (2)
56
public static
EditorAttribute
CreateEditorAttribute(PropertyValueEditor editor) {
70
public static
EditorAttribute
CreateEditorAttribute(Type propertyValueEditorType) {
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
276
object[] attributes = this.GetType().GetCustomAttributes(typeof(
EditorAttribute
), false);
279
EditorAttribute
attribute = (
EditorAttribute
)attributes[0];
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1256
.OfType<
EditorAttribute
>()
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1346
.OfType<
EditorAttribute
>()
System.Data (19)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (3)
13
class EditorAttributeInfo : AttributeInfo<
EditorAttribute
>
15
public override ICollection GetConstructorArguments(
EditorAttribute
attribute, ref ConstructorInfo constructor)
22
Type editorAttributeType = typeof(
EditorAttribute
);
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
238
if (type == typeof(
EditorAttribute
))
240
return new AttributeXamlType<
EditorAttribute
, EditorAttributeInfo>(this);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
188
foreach (
EditorAttribute
editorAttribute in GetAttributes<
EditorAttribute
>(ownerType))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\ExtensibilityMetadataHelper.cs (3)
36
EditorAttribute
editorAttribute = attribute as
EditorAttribute
;
69
public static Type GetCategoryEditorType(
EditorAttribute
attribute, IMessageLogger exceptionLogger)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\CategoryEditor.cs (2)
55
public static
EditorAttribute
CreateEditorAttribute(CategoryEditor editor) {
69
public static
EditorAttribute
CreateEditorAttribute(Type categoryEditorType) {
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueEditor.cs (2)
56
public static
EditorAttribute
CreateEditorAttribute(PropertyValueEditor editor) {
70
public static
EditorAttribute
CreateEditorAttribute(Type propertyValueEditorType) {
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
276
object[] attributes = this.GetType().GetCustomAttributes(typeof(
EditorAttribute
), false);
279
EditorAttribute
attribute = (
EditorAttribute
)attributes[0];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1256
.OfType<
EditorAttribute
>()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1346
.OfType<
EditorAttribute
>()
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
784
EditorAttribute
attr = (
EditorAttribute
)Attributes[typeof(
EditorAttribute
)];
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
338
EditorAttribute
a = new EditorAttribute(typeof(Com2ComponentEditor), typeof(ComponentEditor));
System.Workflow.ComponentModel (5)
AuthoringOM\Design\CustomActivityDesigner.cs (2)
484
else if (attributeInfo.AttributeType == typeof(
EditorAttribute
) && attributeInfo.ArgumentValues.Count > 1)
657
attributeList.Add(new AttributeInfo(typeof(
EditorAttribute
), new string[] { }, new object[] { new CodeTypeOfExpression(property.UITypeEditor), new CodeTypeOfExpression(typeof(UITypeEditor)) }));
AuthoringOM\Design\PropertyDescriptors.cs (3)
812
if (!(attribute is
EditorAttribute
|| attribute is ReadOnlyAttribute))
882
if (!(attribute is
EditorAttribute
|| attribute is ReadOnlyAttribute))
975
if (!(attribute is
EditorAttribute
|| attribute is ReadOnlyAttribute))