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