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