5 writes to _index
PresentationCore (5)
System\Windows\Media\Imaging\BitmapMetadata.cs (5)
487
_index
= 0;
527
_index
++;
542
_index
= (uint)_metadataBlocks.Count;
547
_index
+= celt;
554
_index
= 0;
3 references to _index
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
508
if (
_index
>= _metadataBlocks.Count || celt == 0)
516
SafeMILHandle metadataHandle = _metadataBlocks[(int)
_index
];
538
UInt32 newIndex =
_index
+ celt;