3 references to DataGridView_AccTopRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.TopRowAccessibleObject.cs (1)
45public override string Name => SR.DataGridView_AccTopRow;
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\DataGridViewTopRowAccessibleObjectTests.cs (2)
1244Assert.Equal(SR.DataGridView_AccTopRow, ((BSTR)topRowAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree()); 1245Assert.Equal(SR.DataGridView_AccTopRow, ((BSTR)topRowAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());