35 references to StructureToPtr
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
ProcessTracker.cs (1)
38Marshal.StructureToPtr(extendedInfo, extendedInfoPtr, false);
Microsoft.DotNet.RemoteExecutor.Tests (2)
RemoteExecutorTests.cs (2)
119System.Runtime.InteropServices.Marshal.StructureToPtr(1, new IntPtr(1), true); 143System.Runtime.InteropServices.Marshal.StructureToPtr(1, new IntPtr(1), true);
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
527Marshal.StructureToPtr(packetProperties[i], new IntPtr(pElement), false);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2311Marshal.StructureToPtr(inlineInit, (System.IntPtr)objectInfo, false);
PresentationFramework (25)
MS\Internal\Printing\PrintDlgExMarshaler.cs (5)
496Marshal.StructureToPtr(range, pdex.lpPageRanges, false); 531Marshal.StructureToPtr(pdex, unmanagedBuffer, false); 575Marshal.StructureToPtr(range, pdex.lpPageRanges, false); 610Marshal.StructureToPtr(pdex, unmanagedBuffer, false); 740Marshal.StructureToPtr(devNames, hDevNames, false);
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (6)
459Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 631Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 1143Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 1295Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 1483Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 1577Marshal.StructureToPtr(AbiToProjectionVftable, nativeVftbl, false);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (6)
234Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 418Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 492Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 573Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 656Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 772Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (1)
46Marshal.StructureToPtr(AbiToProjectionVftable, AbiToProjectionVftablePtr, false);
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
108Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false); 342Marshal.StructureToPtr(AbiToProjectionVftable, (IntPtr)nativeVftbl, false);
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IUnknownVftbl.cs (1)
26Marshal.StructureToPtr(AbiToProjectionVftbl, AbiToProjectionVftblPtr, false);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
118Marshal.StructureToPtr(AbiToProjectionVftable.IInspectableVftbl, (IntPtr)nativeVftbl, false); 450Marshal.StructureToPtr(AbiToProjectionVftable.IInspectableVftbl, (IntPtr)nativeVftbl, false);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
240Marshal.StructureToPtr(AbiToProjectionVftable.IInspectableVftbl, (IntPtr)nativeVftbl, false);
System\Windows\Shell\WindowChromeWorker.cs (1)
431Marshal.StructureToPtr(rcClientArea, lParam, false);
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
154Marshal.StructureToPtr(queryInitParams, queryInitParamsPtr, false /*fDeleteOld*/);
System.Net.Security (1)
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (1)
56Marshal.StructureToPtr(channelBindings, handle, true);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
195Marshal.StructureToPtr(original, ptr, fDeleteOld: false);
TlsFeaturesObserve (1)
HttpSys\HttpSysConfigurator.cs (1)
56Marshal.StructureToPtr(configSslSet, pInputConfigInfo, false);
UIAutomationClient (1)
System\Windows\Automation\Condition.cs (1)
46Marshal.StructureToPtr(uiaCondition, sh.handle, false);