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)
136internal override int[] RuntimeId => _runtimeId ??= [RuntimeIDFirstItem, GetHashCode()];
1 reference to RuntimeId
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
629get => string.Concat(RuntimeId);