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
;
2341
for (int i = 0; i < celt && _current <
_formats
.Length; i++)
2343
rgelt[i] =
_formats
[this._current];
2362
return (_current <
_formats
.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;