4 writes to cElems
PresentationCore (4)
System\Windows\Media\Imaging\PropVariant.cs (4)
132
ca.
cElems
= 0;
153
ca.
cElems
= (uint)length;
177
ca.
cElems
= 0;
212
ca.
cElems
= (uint) length;
32 references to cElems
PresentationCore (32)
System\Windows\Media\Imaging\PropVariant.cs (32)
457
for (uint i=0; i<ca.
cElems
; i++)
472
for (uint i=0; i<ca.
cElems
; i++)
509
sbyte[] array = new sbyte[ca.
cElems
];
510
for (int i=0; i<ca.
cElems
; i++)
517
byte[] array = new byte[ca.
cElems
];
518
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
524
short[] array = new short[ca.
cElems
];
525
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
531
ushort[] array = new ushort[ca.
cElems
];
532
for (int i=0; i<ca.
cElems
; i++)
539
int[] array = new int[ca.
cElems
];
540
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
546
uint[] array = new uint[ca.
cElems
];
547
for (int i=0; i<ca.
cElems
; i++)
554
Int64[] array = new Int64[ca.
cElems
];
555
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
561
UInt64[] array = new UInt64[ca.
cElems
];
562
for (int i=0; i<ca.
cElems
; i++)
569
float[] array = new float[ca.
cElems
];
570
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
576
double[] array = new double[ca.
cElems
];
577
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
583
bool[] array = new bool[ca.
cElems
];
584
for (int i=0; i<ca.
cElems
; i++)
591
Guid[] array = new Guid[ca.
cElems
];
592
for (int i=0; i<ca.
cElems
; i++)
603
String[] array = new String[ca.
cElems
];
610
for (int i=0; i<ca.
cElems
; i++)
620
String[] array = new String[ca.
cElems
];
627
for (int i=0; i<ca.
cElems
; i++)
696
byte[] blob = new byte[ca.
cElems
];
697
Marshal.Copy(ca.pElems, blob, 0, (int)ca.
cElems
);