5 references to index
System.Windows.Forms.Primitives.TestUtilities (5)
DeviceContextState.cs (1)
184EmfRecord savedRecord = GdiObjects[(int)selectionRecord->index];
Metafiles\EmfScope.cs (1)
172state.GdiObjects[(int)record.DeleteObjectRecord->index] = default;
Metafiles\RecordTypes\EMRINDEXRECORD.cs (3)
26public readonly bool IsStockObject => (index & 0x80000000) != 0; 27public readonly GET_STOCK_OBJECT_FLAGS StockObject => (GET_STOCK_OBJECT_FLAGS)(index & ~0x80000000); 32: $"[EMR{emr.iType}] Index: {index}";