5 writes to _index
PresentationCore (5)
System\Windows\Media\Imaging\BitmapMetadata.cs (5)
488
_index
= 0;
528
_index
++;
543
_index
= (uint)_metadataBlocks.Count;
548
_index
+= celt;
555
_index
= 0;
3 references to _index
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
509
if (
_index
>= _metadataBlocks.Count || celt == 0)
517
SafeMILHandle metadataHandle = _metadataBlocks[(int)
_index
];
539
UInt32 newIndex =
_index
+ celt;