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