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