1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2841runtimeId = new int[3];
5 references to runtimeId
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
2833if (runtimeId == null) { 2842runtimeId[0] = 0x2a; 2843runtimeId[1] = (int)(long)owner.GridEntryHost.Handle; 2844runtimeId[2] = this.GetHashCode(); 2847return runtimeId;