43 references to DVASPECT
netstandard (1)
netstandard.cs (1)
1631
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.
DVASPECT
))]
PresentationCore (25)
System\Windows\dataobject.cs (25)
721
if (formatetc.dwAspect ==
DVASPECT
.DVASPECT_CONTENT)
2250
dwAspect =
DVASPECT
.DVASPECT_CONTENT,
2404
return GetData(format, autoConvert,
DVASPECT
.DVASPECT_CONTENT, -1);
2419
return GetDataPresent(format, autoConvert,
DVASPECT
.DVASPECT_CONTENT, -1);
2502
SetData(format, data, true,
DVASPECT
.DVASPECT_CONTENT, 0);
2548
private Object GetData(string format, bool autoConvert,
DVASPECT
aspect, int index)
2597
private bool GetDataPresent(string format, bool autoConvert,
DVASPECT
aspect, int index)
2627
private void SetData(string format, object data, bool autoConvert,
DVASPECT
aspect, int index)
2637
private Object GetDataFromOleIStream(string format,
DVASPECT
aspect, int index)
2809
private object GetDataFromOleHGLOBAL(string format,
DVASPECT
aspect, int index)
2850
private Object GetDataFromOleOther(string format,
DVASPECT
aspect, int index)
2915
private Object GetDataFromBoundOleDataObject(string format,
DVASPECT
aspect, int index)
3188
private bool GetDataPresentInner(string format,
DVASPECT
aspect, int index)
3311
return GetData(format, autoConvert,
DVASPECT
.DVASPECT_CONTENT, -1);
3326
return GetDataPresent(format, autoConvert,
DVASPECT
.DVASPECT_CONTENT, -1);
3449
SetData(format, data, autoConvert,
DVASPECT
.DVASPECT_CONTENT, 0);
3462
private Object GetData(string format, bool autoConvert,
DVASPECT
aspect, int index)
3520
private bool GetDataPresent(string format, bool autoConvert,
DVASPECT
aspect, int index)
3551
if (entry.Aspect ==
DVASPECT
.DVASPECT_CONTENT && entry.Index == 0)
3583
private void SetData(string format, Object data, bool autoConvert,
DVASPECT
aspect, int index)
3608
private DataStoreEntry FindDataStoreEntry(string format,
DVASPECT
aspect, int index)
3634
if (entry.Aspect ==
DVASPECT
.DVASPECT_CONTENT && entry.Index == 0)
3692
public DataStoreEntry(Object data, bool autoConvert,
DVASPECT
aspect, int index)
3724
public
DVASPECT
Aspect
3747
private
DVASPECT
_aspect;
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,
70
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)
1031
dwAspect = ComTypes.
DVASPECT
.DVASPECT_CONTENT,
System\Windows\Forms\DataObjectTests.cs (8)
1942
if (format.cfFormat != (short)CLIPBOARD_FORMAT.CF_ENHMETAFILE || format.dwAspect !=
DVASPECT
.DVASPECT_CONTENT || format.lindex != -1)
2166
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2176
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2259
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2269
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2279
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2356
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
2366
result[0].dwAspect.Should().Be(
DVASPECT
.DVASPECT_CONTENT);
System\Windows\Forms\DragDropFormatTests.cs (3)
9
using DVASPECT = System.Runtime.InteropServices.ComTypes.
DVASPECT
;
29
dwAspect =
DVASPECT
.DVASPECT_CONTENT,
52
dwAspect =
DVASPECT
.DVASPECT_CONTENT,
System\Windows\Forms\DragDropHelperTests.cs (1)
99
dwAspect =
DVASPECT
.DVASPECT_CONTENT,