11 instantiations of CustomAttribute
System.Windows.Forms.Tests (11)
System\Windows\Forms\AxHostTests.cs (11)
2736EventDescriptorCollection events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2742events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2761EventDescriptorCollection events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2770events = customTypeDescriptor.GetEvents([new CustomAttribute()]); 2935PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2941properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2960PropertyDescriptorCollection properties = customTypeDescriptor.GetProperties([new CustomAttribute()]); 2969properties = 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)
2332Assert.NotNull(attributes[typeof(CustomAttribute)]); 2337Assert.NotNull(attributes[typeof(CustomAttribute)]); 2355Assert.NotNull(attributes[typeof(CustomAttribute)]); 2363Assert.NotNull(attributes[typeof(CustomAttribute)]);