12 overrides of RuntimeId
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ComboBox.cs (5)
4774internal override int[] RuntimeId { 5158internal override int[] RuntimeId { 5366internal override int[] RuntimeId { 5518internal override int[] RuntimeId { 5725internal override int[] RuntimeId {
winforms\Managed\System\WinForms\Control.cs (1)
19595internal override int[] RuntimeId {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5429internal override int[] RuntimeId
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2044internal override int[] RuntimeId
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
106internal override int[] RuntimeId
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2831internal override int[] RuntimeId {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6381internal override int[] RuntimeId {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4135internal override int[] RuntimeId {
8 references to RuntimeId
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
948return RuntimeId; 996return RuntimeId;
winforms\Managed\System\WinForms\ComboBox.cs (2)
5074if (RuntimeId != firstComboBoxChildFragment.RuntimeId) { 5462if (RuntimeId != firstComboBoxChildFragment.RuntimeId) {
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
522return panel.AccessibilityObject.RuntimeId;
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1353AccessibilityObject.RaiseStructureChangedEvent(UnsafeNativeMethods.StructureChangeType.ChildRemoved, dgv.EditingControlAccessibleObject.RuntimeId); 2761AccessibilityObject.RaiseStructureChangedEvent(UnsafeNativeMethods.StructureChangeType.ChildAdded, dgv.EditingControlAccessibleObject.RuntimeId);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4152return base.RuntimeId;