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