1 override of
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (1)
22
public override Attribute?
this
[[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor | DynamicallyAccessedMemberTypes.PublicFields)] Type attributeType] => GetCommonAttribute(attributeType);
140 references to
PresentationFramework (10)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
139
ConstructorArgumentAttribute constructorArgumentAttribute = descriptor.Attributes
[
typeof(ConstructorArgumentAttribute)] as ConstructorArgumentAttribute;
System\Windows\Markup\Primitives\MarkupWriter.cs (8)
485
ContentPropertyAttribute cpa = item.Attributes
[
typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
486
XmlLangPropertyAttribute xlpa = item.Attributes
[
typeof(XmlLangPropertyAttribute)] as XmlLangPropertyAttribute;
487
UidPropertyAttribute upa = item.Attributes
[
typeof(UidPropertyAttribute)] as UidPropertyAttribute;
549
if (property.Attributes
[
typeof(DesignerSerializationOptionsAttribute)] != null)
551
DesignerSerializationOptionsAttribute option = property.Attributes
[
typeof(DesignerSerializationOptionsAttribute)] as DesignerSerializationOptionsAttribute;
1089
if (attributes
[
typeof(ContentWrapperAttribute)] == null)
1108
ContentPropertyAttribute cpa = item.Attributes
[
typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
1237
TrimSurroundingWhitespaceAttribute attribute = item.Attributes
[
typeof(TrimSurroundingWhitespaceAttribute)] as TrimSurroundingWhitespaceAttribute;
System\Windows\Markup\XamlTypeMapper.cs (1)
1840
XmlLangPropertyAttribute xlpa = attributes
[
typeof(XmlLangPropertyAttribute)] as XmlLangPropertyAttribute;
System.ComponentModel.TypeConverter (23)
System\ComponentModel\AttributeCollection.cs (1)
212
Attribute? attr = this
[
attribute.GetType()];
System\ComponentModel\ExtendedPropertyDescriptor.cs (3)
49
ExtenderProvidedPropertyAttribute? attr = extender.Attributes
[
typeof(ExtenderProvidedPropertyAttribute)] as ExtenderProvidedPropertyAttribute;
78
public override bool IsReadOnly => Attributes
[
typeof(ReadOnlyAttribute)]!.Equals(ReadOnlyAttribute.Yes);
96
if (!(Attributes
[
typeof(DisplayNameAttribute)] is DisplayNameAttribute displayNameAttr) || displayNameAttr.IsDefaultAttribute())
System\ComponentModel\MemberDescriptor.cs (5)
168
public virtual string Category => _category ??= ((CategoryAttribute)Attributes
[
typeof(CategoryAttribute)]!).Category;
173
public virtual string Description => _description ??= ((DescriptionAttribute)Attributes
[
typeof(DescriptionAttribute)]!).Description;
179
public virtual bool IsBrowsable => ((BrowsableAttribute)Attributes
[
typeof(BrowsableAttribute)]!).Browsable;
195
public virtual bool DesignTimeOnly => (DesignOnlyAttribute.Yes.Equals(Attributes
[
typeof(DesignOnlyAttribute)]));
204
if (!(Attributes
[
typeof(DisplayNameAttribute)] is DisplayNameAttribute displayNameAttr) || displayNameAttr.IsDefaultAttribute())
System\ComponentModel\PropertyDescriptor.cs (4)
77
TypeConverterAttribute attr = (TypeConverterAttribute)attrs
[
typeof(TypeConverterAttribute)]!;
106
TypeConverterAttribute attr = (TypeConverterAttribute)attrs
[
typeof(TypeConverterAttribute)]!;
139
public virtual bool IsLocalizable => (LocalizableAttribute.Yes.Equals(Attributes
[
typeof(LocalizableAttribute)]));
155
DesignerSerializationVisibilityAttribute attr = (DesignerSerializationVisibilityAttribute)Attributes
[
typeof(DesignerSerializationVisibilityAttribute)]!;
System\ComponentModel\ReflectPropertyDescriptor.cs (3)
228
Attribute? a = Attributes
[
typeof(AmbientValueAttribute)];
297
Attribute? a = Attributes
[
typeof(DefaultValueAttribute)];
368
public override bool IsReadOnly => SetMethodValue == null || ((ReadOnlyAttribute)Attributes
[
typeof(ReadOnlyAttribute)]!).IsReadOnly;
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
610
ExtenderProvidedPropertyAttribute? eppa = prop.Attributes
[
typeof(ExtenderProvidedPropertyAttribute)] as ExtenderProvidedPropertyAttribute;
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
262
DefaultEventAttribute? attr = (DefaultEventAttribute?)attributes
[
typeof(DefaultEventAttribute)];
295
DefaultPropertyAttribute? attr = (DefaultPropertyAttribute?)attributes
[
typeof(DefaultPropertyAttribute)];
System\ComponentModel\TypeConverter.cs (2)
387
DefaultValueAttribute? attr = (DefaultValueAttribute?)Attributes
[
typeof(DefaultValueAttribute)];
401
DefaultValueAttribute? attr = (DefaultValueAttribute?)Attributes
[
typeof(DefaultValueAttribute)];
System\ComponentModel\TypeDescriptor.cs (2)
1273
ExtenderProvidedPropertyAttribute? exAttr = member.Attributes
[
typeof(ExtenderProvidedPropertyAttribute)] as ExtenderProvidedPropertyAttribute;
2734
Attribute? memberAttribute = member.Attributes
[
attribute.GetType()];
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
564
Attribute? attr = property.Attributes
[
attribute.GetType()];
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (1)
87
BOOL hide = sender.Attributes
[
typeof(BrowsableAttribute)] is Attribute browsableAttribute
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
351
_readOnly |= Attributes
[
typeof(ReadOnlyAttribute)]?.Equals(ReadOnlyAttribute.Yes) ?? false;
487
if (Attributes
[
typeof(TypeConverterAttribute)] is TypeConverterAttribute attribute)
525
if (Attributes
[
typeof(EditorAttribute)] is EditorAttribute attribute)
System.Windows.Forms.Design (11)
System\ComponentModel\Design\ComponentDesigner.cs (1)
420
if (Equals(prop.Attributes
[
typeof(DesignOnlyAttribute)], DesignOnlyAttribute.Yes))
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
65
public override bool IsReadOnly => Attributes
[
typeof(ReadOnlyAttribute)]!.Equals(ReadOnlyAttribute.Yes);
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
117
public override bool IsReadOnly => _propertyDescriptor.IsReadOnly || Equals(Attributes
[
typeof(ReadOnlyAttribute)], ReadOnlyAttribute.Yes);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.cs (1)
43
if (!attributes
[
typeof(InheritanceAttribute)]!.Equals(InheritanceAttribute.NotInherited))
System\ComponentModel\Design\Serialization\LocalizationCodeDomSerializer.cs (1)
102
ExtenderProvidedPropertyAttribute? attribute = descriptor.Attributes
[
typeof(ExtenderProvidedPropertyAttribute)] as ExtenderProvidedPropertyAttribute;
System\Windows\Forms\Design\ControlDesigner.cs (2)
935
DockingAttribute? dockingAttribute = (DockingAttribute?)attributes
[
typeof(DockingAttribute)];
1160
DockingAttribute? dockingAttribute = (DockingAttribute?)attributes
[
typeof(DockingAttribute)];
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1512
ListBindableAttribute? listBindable = property.Attributes
[
typeof(ListBindableAttribute)] as ListBindableAttribute;
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
971
var sizeAttr = (DefaultValueAttribute)prop.Attributes
[
typeof(DefaultValueAttribute)];
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1420
DesignerSerializationVisibilityAttribute dsv = member.Attributes
[
typeof(DesignerSerializationVisibilityAttribute)] as DesignerSerializationVisibilityAttribute;
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
575
if (getProperty.Attributes
[
typeof(BrowsableAttribute)] is BrowsableAttribute attribute)
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ComponentDesignerTests.cs (2)
2442
Assert.True(Assert.IsType<ReadOnlyAttribute>(result.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
2882
Assert.True(Assert.IsType<ReadOnlyAttribute>(result.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
System.Windows.Forms.Primitives (2)
System\ComponentModel\MemberDescriptorExtensions.cs (2)
13
attribute = descriptor?.Attributes
[
typeof(T)] as T;
20
=> descriptor?.Attributes
[
typeof(T)] as T;
System.Windows.Forms.Tests (85)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (81)
24
Assert.NotNull(property.Attributes
[
typeof(CustomAttribute)]);
25
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
26
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
27
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
28
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
29
Assert.Null(property.Attributes
[
typeof(DispIdAttribute)]);
40
Assert.Null(property.Attributes
[
typeof(CustomAttribute)]);
41
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
42
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
43
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
44
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
45
Assert.Equal(PInvokeCore.DISPID_TEXT, Assert.IsType<DispIdAttribute>(property.Attributes
[
typeof(DispIdAttribute)]).Value);
56
Assert.Null(property.Attributes
[
typeof(CustomAttribute)]);
57
Assert.False(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
58
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
59
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
60
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
61
Assert.Equal(PInvokeCore.DISPID_TEXT, Assert.IsType<DispIdAttribute>(property.Attributes
[
typeof(DispIdAttribute)]).Value);
72
Assert.Null(property.Attributes
[
typeof(CustomAttribute)]);
73
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
74
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
75
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
76
Assert.True(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
77
Assert.Equal(PInvokeCore.DISPID_TEXT, Assert.IsType<DispIdAttribute>(property.Attributes
[
typeof(DispIdAttribute)]).Value);
88
Assert.Null(property.Attributes
[
typeof(CustomAttribute)]);
89
Assert.False(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
90
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
91
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
92
Assert.True(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
93
Assert.Equal(PInvokeCore.DISPID_TEXT, Assert.IsType<DispIdAttribute>(property.Attributes
[
typeof(DispIdAttribute)]).Value);
502
Assert.NotNull(property.Attributes
[
typeof(CustomAttribute)]);
503
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
504
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
505
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
506
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
507
Assert.Null(property.Attributes
[
typeof(DispIdAttribute)]);
526
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
545
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
570
Assert.NotNull(property.Attributes
[
typeof(CustomAttribute)]);
571
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
572
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
573
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
574
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
575
Assert.Null(property.Attributes
[
typeof(DispIdAttribute)]);
606
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
637
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
658
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
685
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
706
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
733
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
787
Assert.NotNull(property.Attributes
[
typeof(CustomAttribute)]);
788
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
789
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
790
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
791
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
792
Assert.Null(property.Attributes
[
typeof(DispIdAttribute)]);
809
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
826
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
852
Assert.NotNull(property.Attributes
[
typeof(CustomAttribute)]);
853
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
854
Assert.Equal("Misc", Assert.IsType<CategoryAttribute>(property.Attributes
[
typeof(CategoryAttribute)]).Category);
855
Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes
[
typeof(DescriptionAttribute)]).Description);
856
Assert.False(Assert.IsType<ReadOnlyAttribute>(property.Attributes
[
typeof(ReadOnlyAttribute)]).IsReadOnly);
857
Assert.Null(property.Attributes
[
typeof(DispIdAttribute)]);
886
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
915
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
944
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
973
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
991
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1016
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1035
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1060
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1087
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1112
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1137
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1160
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1185
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1208
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1236
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1262
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
1290
Assert.True(Assert.IsType<BrowsableAttribute>(property.Attributes
[
typeof(BrowsableAttribute)]).Browsable);
System\Windows\Forms\AxHostTests.cs (4)
2332
Assert.NotNull(attributes
[
typeof(CustomAttribute)]);
2337
Assert.NotNull(attributes
[
typeof(CustomAttribute)]);
2355
Assert.NotNull(attributes
[
typeof(CustomAttribute)]);
2363
Assert.NotNull(attributes
[
typeof(CustomAttribute)]);
System.Xaml (2)
System\Windows\Markup\ValueSerializer.cs (2)
121
if (attributes
[
typeof(ValueSerializerAttribute)] is ValueSerializerAttribute attribute)
170
if (descriptor.Attributes
[
typeof(ValueSerializerAttribute)] is ValueSerializerAttribute serializerAttribute)