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