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