2 instantiations of CustomAttribute
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
1389
[
CustomAttribute
]
1396
[
CustomAttribute
]
9 references to CustomAttribute
System.Windows.Forms.Tests (9)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (9)
24
Assert.NotNull(property.Attributes[typeof(
CustomAttribute
)]);
40
Assert.Null(property.Attributes[typeof(
CustomAttribute
)]);
56
Assert.Null(property.Attributes[typeof(
CustomAttribute
)]);
72
Assert.Null(property.Attributes[typeof(
CustomAttribute
)]);
88
Assert.Null(property.Attributes[typeof(
CustomAttribute
)]);
502
Assert.NotNull(property.Attributes[typeof(
CustomAttribute
)]);
570
Assert.NotNull(property.Attributes[typeof(
CustomAttribute
)]);
787
Assert.NotNull(property.Attributes[typeof(
CustomAttribute
)]);
852
Assert.NotNull(property.Attributes[typeof(
CustomAttribute
)]);