Base:
property
RuntimeId
System.Windows.Forms.AccessibleObject.RuntimeId
1 override of RuntimeId
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
136
internal override int[]
RuntimeId
=> _runtimeId ??= [RuntimeIDFirstItem, GetHashCode()];
2 references to RuntimeId
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
629
get => string.Concat(
RuntimeId
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
1044
string expected = string.Concat(dataGridViewCellAccessibleObject.
RuntimeId
);