6 references to _formats
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\FormatEnumerator.cs (6)
28
_formats
.AddRange(source.
_formats
);
55
_formats
.Add(temp);
61
if (_current >=
_formats
.Count || celt <= 0)
68
ComTypes.FORMATETC current =
_formats
[_current];
86
if (_current + celt >=
_formats
.Count)