2 writes to _formats
PresentationCore (2)
System\Windows\dataobject.cs (2)
2269_formats = new FORMATETC[formats == null ? 0 : formats.Length]; 2305_formats = formatEnumerator._formats;
5 references to _formats
PresentationCore (5)
System\Windows\dataobject.cs (5)
2297_formats[i] = temp; 2305_formats = formatEnumerator._formats; 2329for (int i = 0; i < celt && _current < _formats.Length; i++) 2331rgelt[i] = _formats[this._current]; 2350return (_current < _formats.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;