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