2 implementations of IOleInPlaceSite
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
3886
: UnsafeNativeMethods.IOleControlSite, UnsafeNativeMethods.IOleClientSite, UnsafeNativeMethods.
IOleInPlaceSite
, UnsafeNativeMethods.ISimpleFrameSite, UnsafeNativeMethods.IVBGetControl, UnsafeNativeMethods.IGetVBAObject, UnsafeNativeMethods.IPropertyNotifySink, IReflect, IDisposable {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
50
: UnsafeNativeMethods.IOleControlSite, UnsafeNativeMethods.IOleClientSite, UnsafeNativeMethods.
IOleInPlaceSite
, UnsafeNativeMethods.ISimpleFrameSite, UnsafeNativeMethods.IPropertyNotifySink, IDisposable {
40 references to IOleInPlaceSite
System.Windows.Forms (40)
winforms\Managed\System\WinForms\AxHost.cs (13)
4226
IntPtr UnsafeNativeMethods.
IOleInPlaceSite
.GetWindow() {
4241
int UnsafeNativeMethods.
IOleInPlaceSite
.ContextSensitiveHelp(int fEnterMode) {
4246
int UnsafeNativeMethods.
IOleInPlaceSite
.CanInPlaceActivate() {
4251
int UnsafeNativeMethods.
IOleInPlaceSite
.OnInPlaceActivate() {
4259
int UnsafeNativeMethods.
IOleInPlaceSite
.OnUIActivate() {
4266
int UnsafeNativeMethods.
IOleInPlaceSite
.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,
4282
int UnsafeNativeMethods.
IOleInPlaceSite
.Scroll(NativeMethods.tagSIZE scrollExtant) {
4293
int UnsafeNativeMethods.
IOleInPlaceSite
.OnUIDeactivate(int fUndoable) {
4302
int UnsafeNativeMethods.
IOleInPlaceSite
.OnInPlaceDeactivate() {
4305
((UnsafeNativeMethods.
IOleInPlaceSite
)this).OnUIDeactivate(0);
4314
int UnsafeNativeMethods.
IOleInPlaceSite
.DiscardUndoState() {
4319
int UnsafeNativeMethods.
IOleInPlaceSite
.DeactivateAndUndo() {
4324
int UnsafeNativeMethods.
IOleInPlaceSite
.OnPosRectChange(NativeMethods.COMRECT lprcPosRect) {
winforms\Managed\System\WinForms\Control.cs (10)
17037
UnsafeNativeMethods.
IOleInPlaceSite
inPlaceSite = clientSite as UnsafeNativeMethods.
IOleInPlaceSite
;
17196
UnsafeNativeMethods.
IOleInPlaceSite
oleClientSite = clientSite as UnsafeNativeMethods.
IOleInPlaceSite
;
18259
UnsafeNativeMethods.
IOleInPlaceSite
ioleClientSite = clientSite as UnsafeNativeMethods.
IOleInPlaceSite
;
18598
UnsafeNativeMethods.
IOleInPlaceSite
ioleClientSite = clientSite as UnsafeNativeMethods.
IOleInPlaceSite
;
18628
UnsafeNativeMethods.
IOleInPlaceSite
ioleClientSite = clientSite as UnsafeNativeMethods.
IOleInPlaceSite
;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
7721
IOleInPlaceSite
pIPSite);
7724
IOleInPlaceSite
GetInPlaceSite();
7778
IOleInPlaceSite
pIPSiteNew,
7794
int CreateView(
IOleInPlaceSite
pIPSite,
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (13)
259
IntPtr UnsafeNativeMethods.
IOleInPlaceSite
.GetWindow() {
273
int UnsafeNativeMethods.
IOleInPlaceSite
.ContextSensitiveHelp(int fEnterMode) {
279
int UnsafeNativeMethods.
IOleInPlaceSite
.CanInPlaceActivate() {
285
int UnsafeNativeMethods.
IOleInPlaceSite
.OnInPlaceActivate() {
293
int UnsafeNativeMethods.
IOleInPlaceSite
.OnUIActivate() {
301
int UnsafeNativeMethods.
IOleInPlaceSite
.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,
324
int UnsafeNativeMethods.
IOleInPlaceSite
.Scroll(NativeMethods.tagSIZE scrollExtant) {
330
int UnsafeNativeMethods.
IOleInPlaceSite
.OnUIDeactivate(int fUndoable) {
340
int UnsafeNativeMethods.
IOleInPlaceSite
.OnInPlaceDeactivate() {
342
((UnsafeNativeMethods.
IOleInPlaceSite
)this).OnUIDeactivate(0);
352
int UnsafeNativeMethods.
IOleInPlaceSite
.DiscardUndoState() {
358
int UnsafeNativeMethods.
IOleInPlaceSite
.DeactivateAndUndo() {
364
int UnsafeNativeMethods.
IOleInPlaceSite
.OnPosRectChange(NativeMethods.COMRECT lprcPosRect) {