5 references to PropDialogOwner
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
1012
IWin32Window dialogOwner = (IWin32Window)Properties.GetObject(
PropDialogOwner
);
4028
IWin32Window dialogOwner = (IWin32Window)Properties.GetObject(
PropDialogOwner
);
6100
Properties.SetObject(
PropDialogOwner
, owner);
6177
Properties.SetObject(
PropDialogOwner
, owner);
6259
Properties.SetObject(
PropDialogOwner
, null);