1 instantiation of TestStruct
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
188
TestStruct original =
new
()
5 references to TestStruct
System.Windows.Forms.Tests (5)
System\Windows\Forms\MessageTests.cs (5)
185
IntPtr ptr = Marshal.AllocHGlobal(Marshal.SizeOf<
TestStruct
>());
188
TestStruct
original = new()
199
TestStruct
lparam = Assert.IsType<
TestStruct
>(message.GetLParam(typeof(
TestStruct
)));