1 write to pFiles
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
344pFiles = (uint)sizeof(DROPFILES),
5 references to pFiles
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
351(char*)((byte*)buffer.Pointer + dropFiles->pFiles), 352((int)sizeInBytes - (int)dropFiles->pFiles) / sizeof(char));
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataObjectTests.cs (3)
2607pDropFiles->pFiles.Should().Be(20u); 2611char* text = (char*)IntPtr.Add((IntPtr)pDropFiles, (int)pDropFiles->pFiles); 2648pDropFiles->pFiles.Should().Be(0u);