18 references to DVASPECT
netstandard (1)
netstandard.cs (1)
1631
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.
DVASPECT
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
820
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.
DVASPECT
))]
System.Private.Windows.Core (2)
System\Private\Windows\Ole\FormatEnumerator.cs (2)
43
dwAspect = ComTypes.
DVASPECT
.DVASPECT_CONTENT,
69
dwAspect = ComTypes.
DVASPECT
.DVASPECT_CONTENT,
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComTypes\FORMATETC.cs (1)
15
public
DVASPECT
dwAspect;
System.Windows.Forms.Tests (13)
System\Windows\Forms\ClipboardTests.cs (1)
927
dwAspect = ComTypes.
DVASPECT
.DVASPECT_CONTENT,
System\Windows\Forms\DataObjectTests.cs (8)
1941
if (format.cfFormat != (short)CLIPBOARD_FORMAT.CF_ENHMETAFILE || format.dwAspect !=
DVASPECT
.DVASPECT_CONTENT || format.lindex != -1)
2165
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2175
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2258
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2268
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2278
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2355
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2365
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
System\Windows\Forms\DragDropFormatTests.cs (3)
7
using DVASPECT = System.Runtime.InteropServices.ComTypes.
DVASPECT
;
27
dwAspect =
DVASPECT
.DVASPECT_CONTENT,
50
dwAspect =
DVASPECT
.DVASPECT_CONTENT,
System\Windows\Forms\DragDropHelperTests.cs (1)
101
dwAspect =
DVASPECT
.DVASPECT_CONTENT,