4 writes to cElems
PresentationCore (4)
System\Windows\Media\Imaging\PropVariant.cs (4)
147
ca.
cElems
= 0;
168
ca.
cElems
= (uint)length;
192
ca.
cElems
= 0;
227
ca.
cElems
= (uint) length;
32 references to cElems
PresentationCore (32)
System\Windows\Media\Imaging\PropVariant.cs (32)
472
for (uint i=0; i<ca.
cElems
; i++)
487
for (uint i=0; i<ca.
cElems
; i++)
524
sbyte[] array = new sbyte[ca.
cElems
];
525
for (int i=0; i<ca.
cElems
; i++)
532
byte[] array = new byte[ca.
cElems
];
533
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
539
short[] array = new short[ca.
cElems
];
540
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
546
ushort[] array = new ushort[ca.
cElems
];
547
for (int i=0; i<ca.
cElems
; i++)
554
int[] array = new int[ca.
cElems
];
555
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
561
uint[] array = new uint[ca.
cElems
];
562
for (int i=0; i<ca.
cElems
; i++)
569
Int64[] array = new Int64[ca.
cElems
];
570
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
576
UInt64[] array = new UInt64[ca.
cElems
];
577
for (int i=0; i<ca.
cElems
; i++)
584
float[] array = new float[ca.
cElems
];
585
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
591
double[] array = new double[ca.
cElems
];
592
Marshal.Copy(ca.pElems, array, 0, (int)ca.
cElems
);
598
bool[] array = new bool[ca.
cElems
];
599
for (int i=0; i<ca.
cElems
; i++)
606
Guid[] array = new Guid[ca.
cElems
];
607
for (int i=0; i<ca.
cElems
; i++)
618
String[] array = new String[ca.
cElems
];
625
for (int i=0; i<ca.
cElems
; i++)
635
String[] array = new String[ca.
cElems
];
642
for (int i=0; i<ca.
cElems
; i++)
711
byte[] blob = new byte[ca.
cElems
];
712
Marshal.Copy(ca.pElems, blob, 0, (int)ca.
cElems
);