3 writes to inPlaceFrame
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
17087
inPlaceFrame
= null;
17094
inPlaceFrame
= pFrame;
17217
inPlaceFrame
= null;
14 references to inPlaceFrame
System.Windows.Forms (14)
winforms\Managed\System\WinForms\Control.cs (14)
17085
if (
inPlaceFrame
!= null && UnsafeNativeMethods.IsComObject(
inPlaceFrame
)) {
17086
UnsafeNativeMethods.ReleaseComObject(
inPlaceFrame
);
17142
Debug.Assert(
inPlaceFrame
!= null, "Setting us to visible should have created the in place frame");
17143
inPlaceFrame
.SetActiveObject(control, null);
17150
int hr =
inPlaceFrame
.SetBorderSpace(null);
17157
hr =
inPlaceFrame
.SetBorderSpace(null);
17215
if (
inPlaceFrame
!= null && UnsafeNativeMethods.IsComObject(
inPlaceFrame
)) {
17216
UnsafeNativeMethods.ReleaseComObject(
inPlaceFrame
);
17562
if (activeXState[uiActive] && fActivate != 0 &&
inPlaceFrame
!= null) {
17568
hr =
inPlaceFrame
.SetBorderSpace(null);
18595
Debug.Assert(
inPlaceFrame
!= null, "No inplace frame -- how dod we go UI active?");
18596
inPlaceFrame
.SetActiveObject(null, null);