4 writes to cElems
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (4)
163
ca.
cElems
= 0;
184
ca.
cElems
= (uint)length;
213
ca.
cElems
= 0;
248
ca.
cElems
= (uint) length;
32 references to cElems
PresentationCore (32)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (32)
503
for (uint i=0; i<ca.
cElems
; i++)
518
for (uint i=0; i<ca.
cElems
; i++)
560
sbyte[] array = new sbyte[ca.
cElems
];
561
for (int i=0; i<ca.
cElems
; i++)
568
byte[] array = new byte[ca.
cElems
];
569
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
575
short[] array = new short[ca.
cElems
];
576
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
582
ushort[] array = new ushort[ca.
cElems
];
583
for (int i=0; i<ca.
cElems
; i++)
590
int[] array = new int[ca.
cElems
];
591
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
597
uint[] array = new uint[ca.
cElems
];
598
for (int i=0; i<ca.
cElems
; i++)
605
Int64[] array = new Int64[ca.
cElems
];
606
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
612
UInt64[] array = new UInt64[ca.
cElems
];
613
for (int i=0; i<ca.
cElems
; i++)
620
float[] array = new float[ca.
cElems
];
621
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
627
double[] array = new double[ca.
cElems
];
628
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
634
bool[] array = new bool[ca.
cElems
];
635
for (int i=0; i<ca.
cElems
; i++)
642
Guid[] array = new Guid[ca.
cElems
];
643
for (int i=0; i<ca.
cElems
; i++)
654
String[] array = new String[ca.
cElems
];
661
for (int i=0; i<ca.
cElems
; i++)
671
String[] array = new String[ca.
cElems
];
678
for (int i=0; i<ca.
cElems
; i++)
747
byte[] blob = new byte[ca.
cElems
];
748
Marshal.Copy(ca.pElems, blob, 0, (int)ca.
cElems
);