4 writes to cElems
PresentationCore (4)
System\Windows\Media\Imaging\PropVariant.cs (4)
126
ca.
cElems
= 0;
146
ca.
cElems
= (uint)length;
165
ca.
cElems
= 0;
200
ca.
cElems
= (uint) length;
32 references to cElems
PresentationCore (32)
System\Windows\Media\Imaging\PropVariant.cs (32)
445
for (uint i=0; i<ca.
cElems
; i++)
460
for (uint i=0; i<ca.
cElems
; i++)
497
sbyte[] array = new sbyte[ca.
cElems
];
498
for (int i=0; i<ca.
cElems
; i++)
505
byte[] array = new byte[ca.
cElems
];
506
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
512
short[] array = new short[ca.
cElems
];
513
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
519
ushort[] array = new ushort[ca.
cElems
];
520
for (int i=0; i<ca.
cElems
; i++)
527
int[] array = new int[ca.
cElems
];
528
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
534
uint[] array = new uint[ca.
cElems
];
535
for (int i=0; i<ca.
cElems
; i++)
542
Int64[] array = new Int64[ca.
cElems
];
543
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
549
UInt64[] array = new UInt64[ca.
cElems
];
550
for (int i=0; i<ca.
cElems
; i++)
557
float[] array = new float[ca.
cElems
];
558
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
564
double[] array = new double[ca.
cElems
];
565
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
571
bool[] array = new bool[ca.
cElems
];
572
for (int i=0; i<ca.
cElems
; i++)
579
Guid[] array = new Guid[ca.
cElems
];
580
for (int i=0; i<ca.
cElems
; i++)
591
String[] array = new String[ca.
cElems
];
598
for (int i=0; i<ca.
cElems
; i++)
608
String[] array = new String[ca.
cElems
];
615
for (int i=0; i<ca.
cElems
; i++)
684
byte[] blob = new byte[ca.
cElems
];
685
Marshal.Copy(ca.pElems, blob, 0, (int)ca.
cElems
);