2 writes to _formats
PresentationCore (2)
System\Windows\dataobject.cs (2)
2238_formats = new FORMATETC[formats == null ? 0 : formats.Length]; 2276_formats = formatEnumerator._formats;
5 references to _formats
PresentationCore (5)
System\Windows\dataobject.cs (5)
2268_formats[i] = temp; 2276_formats = formatEnumerator._formats; 2300for (int i = 0; i < celt && _current < _formats.Length; i++) 2302rgelt[i] = _formats[this._current]; 2321return (_current < _formats.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;