4 references to AboutBoxDesc
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs (1)
23new DescriptionAttribute(SR.AboutBoxDesc),
System.Windows.Forms.Tests (3)
SRDescriptionAttributeTests.cs (3)
14SRDescriptionAttribute srDescriptionAttribute = new(nameof(SR.AboutBoxDesc)); 15Assert.Equal(SR.AboutBoxDesc, srDescriptionAttribute.Description); 18Assert.Equal(SR.AboutBoxDesc, srDescriptionAttribute.Description);