13 writes to dwAspect
PresentationCore (5)
Core\CSharp\System\Windows\DataObject.cs (5)
2637temp.dwAspect = DVASPECT.DVASPECT_CONTENT; 3076formatetc.dwAspect = aspect; 3244formatetc.dwAspect = aspect; 3306formatetc.dwAspect = aspect; 3638formatetc.dwAspect = aspect;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataObject.cs (7)
1242temp.dwAspect = currentFormat.dwAspect; 1277temp.dwAspect = DVASPECT.DVASPECT_CONTENT; 1317rgelt[0].dwAspect = DVASPECT.DVASPECT_CONTENT; 1393formatetc.dwAspect = DVASPECT.DVASPECT_CONTENT; 1540formatetc.dwAspect = DVASPECT.DVASPECT_CONTENT; 1598formatetc.dwAspect = DVASPECT.DVASPECT_CONTENT; 1988formatetc.dwAspect = DVASPECT.DVASPECT_CONTENT;
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
147formatEtc.dwAspect = DVASPECT.DVASPECT_CONTENT;
3 references to dwAspect
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
916if (formatetc.dwAspect == DVASPECT.DVASPECT_CONTENT)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataObject.cs (2)
820if (formatetc.dwAspect == DVASPECT.DVASPECT_CONTENT) { 1242temp.dwAspect = currentFormat.dwAspect;