4 writes to cElems
PresentationCore (4)
System\Windows\Media\Imaging\PropVariant.cs (4)
125
ca.
cElems
= 0;
145
ca.
cElems
= (uint)length;
164
ca.
cElems
= 0;
199
ca.
cElems
= (uint) length;
32 references to cElems
PresentationCore (32)
System\Windows\Media\Imaging\PropVariant.cs (32)
444
for (uint i=0; i<ca.
cElems
; i++)
459
for (uint i=0; i<ca.
cElems
; i++)
496
sbyte[] array = new sbyte[ca.
cElems
];
497
for (int i=0; i<ca.
cElems
; i++)
504
byte[] array = new byte[ca.
cElems
];
505
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
511
short[] array = new short[ca.
cElems
];
512
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
518
ushort[] array = new ushort[ca.
cElems
];
519
for (int i=0; i<ca.
cElems
; i++)
526
int[] array = new int[ca.
cElems
];
527
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
533
uint[] array = new uint[ca.
cElems
];
534
for (int i=0; i<ca.
cElems
; i++)
541
Int64[] array = new Int64[ca.
cElems
];
542
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
548
UInt64[] array = new UInt64[ca.
cElems
];
549
for (int i=0; i<ca.
cElems
; i++)
556
float[] array = new float[ca.
cElems
];
557
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
563
double[] array = new double[ca.
cElems
];
564
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
570
bool[] array = new bool[ca.
cElems
];
571
for (int i=0; i<ca.
cElems
; i++)
578
Guid[] array = new Guid[ca.
cElems
];
579
for (int i=0; i<ca.
cElems
; i++)
590
String[] array = new String[ca.
cElems
];
597
for (int i=0; i<ca.
cElems
; i++)
607
String[] array = new String[ca.
cElems
];
614
for (int i=0; i<ca.
cElems
; i++)
683
byte[] blob = new byte[ca.
cElems
];
684
Marshal.Copy(ca.pElems, blob, 0, (int)ca.
cElems
);