46 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)
725if (formatetc.dwAspect == DVASPECT.DVASPECT_CONTENT) 2277temp.dwAspect = DVASPECT.DVASPECT_CONTENT; 2430return GetData(format, autoConvert, DVASPECT.DVASPECT_CONTENT, -1); 2445return GetDataPresent(format, autoConvert, DVASPECT.DVASPECT_CONTENT, -1); 2528SetData(format, data, true, DVASPECT.DVASPECT_CONTENT, 0); 2574private Object GetData(string format, bool autoConvert, DVASPECT aspect, int index) 2623private bool GetDataPresent(string format, bool autoConvert, DVASPECT aspect, int index) 2653private void SetData(string format, object data, bool autoConvert, DVASPECT aspect, int index) 2663private Object GetDataFromOleIStream(string format, DVASPECT aspect, int index) 2834private object GetDataFromOleHGLOBAL(string format, DVASPECT aspect, int index) 2874private Object GetDataFromOleOther(string format, DVASPECT aspect, int index) 2939private Object GetDataFromBoundOleDataObject(string format, DVASPECT aspect, int index) 3212private bool GetDataPresentInner(string format, DVASPECT aspect, int index) 3333return GetData(format, autoConvert, DVASPECT.DVASPECT_CONTENT, -1); 3348return GetDataPresent(format, autoConvert, DVASPECT.DVASPECT_CONTENT, -1); 3471SetData(format, data, autoConvert, DVASPECT.DVASPECT_CONTENT, 0); 3484private Object GetData(string format, bool autoConvert, DVASPECT aspect, int index) 3542private bool GetDataPresent(string format, bool autoConvert, DVASPECT aspect, int index) 3573if (entry.Aspect == DVASPECT.DVASPECT_CONTENT && entry.Index == 0) 3605private void SetData(string format, Object data, bool autoConvert, DVASPECT aspect, int index) 3630private DataStoreEntry FindDataStoreEntry(string format, DVASPECT aspect, int index) 3656if (entry.Aspect == DVASPECT.DVASPECT_CONTENT && entry.Index == 0) 3714public DataStoreEntry(Object data, bool autoConvert, DVASPECT aspect, int index) 3746public DVASPECT Aspect 3769private 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.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComTypes\FORMATETC.cs (1)
15public DVASPECT dwAspect;
System.Windows.Forms (5)
System\Windows\Forms\OLE\DataObject.FormatEnumerator.cs (2)
47dwAspect = ComTypes.DVASPECT.DVASPECT_CONTENT, 74dwAspect = ComTypes.DVASPECT.DVASPECT_CONTENT,
System\Windows\Forms\OLE\DragDropHelper.cs (3)
164dwAspect = ComTypes.DVASPECT.DVASPECT_CONTENT, 269dwAspect = ComTypes.DVASPECT.DVASPECT_CONTENT, 425dwAspect = ComTypes.DVASPECT.DVASPECT_CONTENT,
System.Windows.Forms.Tests (13)
System\Windows\Forms\ClipboardTests.cs (1)
1022dwAspect = ComTypes.DVASPECT.DVASPECT_CONTENT,
System\Windows\Forms\DataObjectTests.cs (8)
1861if (format.cfFormat != (short)CLIPBOARD_FORMAT.CF_ENHMETAFILE || format.dwAspect != DVASPECT.DVASPECT_CONTENT || format.lindex != -1) 2085result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT); 2095result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT); 2178result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT); 2188result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT); 2198result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT); 2275result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT); 2285result[0].dwAspect.Should().Be(DVASPECT.DVASPECT_CONTENT);
System\Windows\Forms\DragDropFormatTests.cs (3)
9using DVASPECT = System.Runtime.InteropServices.ComTypes.DVASPECT; 28dwAspect = DVASPECT.DVASPECT_CONTENT, 51dwAspect = DVASPECT.DVASPECT_CONTENT,
System\Windows\Forms\DragDropHelperTests.cs (1)
95dwAspect = DVASPECT.DVASPECT_CONTENT,