1 write to oleSite
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
289this.oleSite = new OleInterfaces(this);
16 references to oleSite
System.Windows.Forms (16)
winforms\Managed\System\WinForms\AxHost.cs (16)
1469((UnsafeNativeMethods.IOleControlSite)oleSite).TransformCoords(phm, pcont, NativeMethods.ActiveX.XFORMCOORDS_SIZE | NativeMethods.ActiveX.XFORMCOORDS_HIMETRICTOCONTAINER); 1479((UnsafeNativeMethods.IOleControlSite)oleSite).TransformCoords(phm, pcont, NativeMethods.ActiveX.XFORMCOORDS_SIZE | NativeMethods.ActiveX.XFORMCOORDS_CONTAINERTOHIMETRIC); 1870((UnsafeNativeMethods.IOleClientSite)oleSite).ShowObject(); 2470GetOleObject().DoVerb(verb, IntPtr.Zero, oleSite, -1, parent != null ? parent.Handle : IntPtr.Zero, FillInRect(new NativeMethods.COMRECT(), Bounds)); 3222oleSite.OnOcxCreate(); 3232oleSite.StartEvents(); 3251oleSite.StopEvents(); 3384if (oleSite != null) 3385((UnsafeNativeMethods.IPropertyNotifySink)oleSite).OnChanged(NativeMethods.MEMBERID_NIL); 4434qaContainer.pClientSite = oleSite; 4435qaContainer.pPropertyNotifySink = oleSite; 4522if (oleSite != null) 4524oleSite.Dispose(); 4601GetOleObject().SetClientSite(oleSite); 4608GetOleObject().SetClientSite(oleSite); 6937((UnsafeNativeMethods.IOleControlSite)host.oleSite).ShowPropertyFrame();