11 instantiations of CustomAttribute
System.Windows.Forms.Tests (11)
System\Windows\Forms\AxHostTests.cs (11)
2738
EventDescriptorCollection events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2744
events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2763
EventDescriptorCollection events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2772
events = customTypeDescriptor.GetEvents([new
CustomAttribute
()]);
2937
PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
2943
properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
2962
PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
2971
properties = customTypeDescriptor.GetProperties([new
CustomAttribute
()]);
3120
[
Custom
]
3127
[
Custom
]
3130
[
Custom
]
4 references to CustomAttribute
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
2334
Assert.NotNull(attributes[typeof(
CustomAttribute
)]);
2339
Assert.NotNull(attributes[typeof(
CustomAttribute
)]);
2357
Assert.NotNull(attributes[typeof(
CustomAttribute
)]);
2365
Assert.NotNull(attributes[typeof(
CustomAttribute
)]);