2 writes to _formats
PresentationCore (2)
System\Windows\dataobject.cs (2)
2281_formats = new FORMATETC[formats == null ? 0 : formats.Length]; 2317_formats = formatEnumerator._formats;
5 references to _formats
PresentationCore (5)
System\Windows\dataobject.cs (5)
2309_formats[i] = temp; 2317_formats = formatEnumerator._formats; 2341for (int i = 0; i < celt && _current < _formats.Length; i++) 2343rgelt[i] = _formats[this._current]; 2362return (_current < _formats.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;