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