1 write to hwndOwner
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
758hwndOwner = owner,
3 references to hwndOwner
System.Windows.Forms.Tests (3)
System\Windows\Forms\FileDialogTests.cs (3)
656Assert.Equal((HWND)(nint)1, o.hwndOwner); 714Assert.Equal((IntPtr)1, o.hwndOwner); 752Assert.Equal((HWND)(nint)1, o.hwndOwner);