3 writes to inPlaceUiWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
17082inPlaceUiWindow = null; 17095inPlaceUiWindow = pWindow; 17212inPlaceUiWindow = null;
11 references to inPlaceUiWindow
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Control.cs (11)
17080if (inPlaceUiWindow != null && UnsafeNativeMethods.IsComObject(inPlaceUiWindow)) { 17081UnsafeNativeMethods.ReleaseComObject(inPlaceUiWindow); 17144if (inPlaceUiWindow != null) { 17145inPlaceUiWindow.SetActiveObject(control, null); 17156if (inPlaceUiWindow != null) { 17210if (inPlaceUiWindow != null && UnsafeNativeMethods.IsComObject(inPlaceUiWindow)) { 17211UnsafeNativeMethods.ReleaseComObject(inPlaceUiWindow); 18589if (inPlaceUiWindow != null) { 18590inPlaceUiWindow.SetActiveObject(null, null);