11 instantiations of CustomAttribute
System.Windows.Forms.Tests (11)
System\Windows\Forms\AxHostTests.cs (11)
2738EventDescriptorCollection events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2744events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2763EventDescriptorCollection events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2772events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2937PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2943properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2962PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2971properties = 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)
2334Assert.NotNull(attributes[typeof(CustomAttribute)]); 2339Assert.NotNull(attributes[typeof(CustomAttribute)]); 2357Assert.NotNull(attributes[typeof(CustomAttribute)]); 2365Assert.NotNull(attributes[typeof(CustomAttribute)]);