2 overrides of Values
System.CodeDom (2)
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
16protected override object[] Values { get; } =
Microsoft\VisualBasic\VBTypeAttributeConverter.cs (1)
14protected override object[] Values { get; } = new object[] { TypeAttributes.Public, TypeAttributes.NotPublic };
3 references to Values
System.CodeDom (3)
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (3)
29return Values[i]; 46object[] modifiers = Values; 63public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new StandardValuesCollection(Values);