6 references to TYMED_NULL
System.Private.Windows.Core (2)
System\Private\Windows\Ole\DragDropFormat.cs (2)
89case TYMED.TYMED_NULL: 120_medium.tymed = TYMED.TYMED_NULL;
System.Windows.Forms.Tests (4)
System\Windows\Forms\DragDropFormatTests.cs (3)
79Assert.Equal(Com.TYMED.TYMED_NULL, dragDropFormat.Medium.tymed); 114case Com.TYMED.TYMED_NULL: 170case Com.TYMED.TYMED_NULL:
System\Windows\Forms\DragDropHelperTests.cs (1)
284Assert.Equal(Com.TYMED.TYMED_NULL, dragDropFormat.Medium.tymed);