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