8 references to GdiObjects
System.Windows.Forms.Primitives.TestUtilities (8)
DeviceContextState.cs (7)
93/// Adds the given object to <see cref="GdiObjects"/>. 98if (GdiObjects.Capacity <= index) 100GdiObjects.Capacity = index + 1; 104while (GdiObjects.Count <= index) 106GdiObjects.Add(default); 109GdiObjects[index] = record; 182EmfRecord savedRecord = GdiObjects[(int)selectionRecord->index];
Metafiles\EmfScope.cs (1)
172state.GdiObjects[(int)record.DeleteObjectRecord->index] = default;