2 references to OwnerWndProc
System.Windows.Forms.Tests (2)
System\Windows\Forms\CommonDialogTests.cs (2)
245
Assert.Equal(IntPtr.Zero, dialog.
OwnerWndProc
(IntPtr.Zero, (int)(MessageId)field.GetValue(null), IntPtr.Zero, IntPtr.Zero));
265
Assert.Equal(IntPtr.Zero, dialog.
OwnerWndProc
(IntPtr.Zero, (int)(MessageId)field.GetValue(null) + 1, IntPtr.Zero, IntPtr.Zero));