11 instantiations of CustomAttribute
System.Windows.Forms.Tests (11)
System\Windows\Forms\AxHostTests.cs (11)
2736
EventDescriptorCollection events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2742
events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2761
EventDescriptorCollection events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2770
events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2935
PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
2941
properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
2960
PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
2969
properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
3118
[
CustomAttribute
]
3125
[
CustomAttribute
]
3128
[
CustomAttribute
]
4 references to CustomAttribute
System.Windows.Forms.Tests (4)
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
)]);