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)
24Assert.NotNull(property.Attributes[typeof(CustomAttribute)]); 40Assert.Null(property.Attributes[typeof(CustomAttribute)]); 56Assert.Null(property.Attributes[typeof(CustomAttribute)]); 72Assert.Null(property.Attributes[typeof(CustomAttribute)]); 88Assert.Null(property.Attributes[typeof(CustomAttribute)]); 502Assert.NotNull(property.Attributes[typeof(CustomAttribute)]); 570Assert.NotNull(property.Attributes[typeof(CustomAttribute)]); 787Assert.NotNull(property.Attributes[typeof(CustomAttribute)]); 852Assert.NotNull(property.Attributes[typeof(CustomAttribute)]);