5 writes to _index
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (5)
540
_index
= 0;
584
_index
++;
604
_index
= (uint) _metadataBlocks.Count;
609
_index
+= celt;
621
_index
= 0;
3 references to _index
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (3)
565
if (
_index
>= _metadataBlocks.Count || celt == 0)
573
SafeMILHandle metadataHandle = (SafeMILHandle) _metadataBlocks[(int)
_index
];
600
UInt32 newIndex =
_index
+ celt;