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