1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
7801
this.
owner
= owner;
17 references to owner
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Form.cs (17)
7816
cp.Parent =
owner
.Handle;
7832
if (
owner
!= null) {
7833
owner
.LocationChanged -= new EventHandler(FormLocationChanged);
7847
if (
owner
.RightToLeft == RightToLeft.Yes) {
7852
toolInfo.hwnd =
owner
.Handle;
7854
Rectangle r = new Rectangle(
owner
.Left,
owner
.Top, s.Width, SystemInformation.CaptionHeight);
7855
r =
owner
.RectangleToClient(r);
7864
toolInfo.uId =
owner
.Handle;
7870
owner
.EnsureSecurityInformation();
7872
string sourceInfo = SR.GetString(SR.SecurityToolTipSourceInformation,
owner
.securitySite);
7884
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0,
owner
.Width);
7914
if (
owner
.WindowState == FormWindowState.Minimized) {
7918
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(
owner
.Left + s.Width / 2,
owner
.Top + SystemInformation.CaptionHeight));
7938
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(
owner
.Left + s.Width / 2,
owner
.Top + SystemInformation.CaptionHeight));