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