2 writes to _formats
PresentationCore (2)
Core\CSharp\System\Windows\DataObject.cs (2)
2626_formats = new FORMATETC[formats == null ? 0 : formats.Length]; 2662_formats = formatEnumerator._formats;
5 references to _formats
PresentationCore (5)
Core\CSharp\System\Windows\DataObject.cs (5)
2654_formats[i] = temp; 2662_formats = formatEnumerator._formats; 2686for (int i = 0; i < celt && _current < _formats.Length; i++) 2688rgelt[i] = _formats[this._current]; 2707return (_current < _formats.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;