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)
509if (_index >= _metadataBlocks.Count || celt == 0) 517SafeMILHandle metadataHandle = _metadataBlocks[(int)_index]; 539UInt32 newIndex = _index + celt;