2 writes to windowUnmanagedParent
WsatUI (2)
MMCUI\WSATPropertySheet.cs (2)
258this.windowUnmanagedParent = windowDialog; 400windowUnmanagedParent = IntPtr.Zero;
8 references to windowUnmanagedParent
WsatUI (8)
MMCUI\WSATPropertySheet.cs (8)
231SetWindowLongWrapper(windowUnmanagedParent, 244SetWindowLongWrapper(windowUnmanagedParent, 256if (this.windowUnmanagedParent == IntPtr.Zero) 267IntPtr parent = SafeNativeMethods.GetParent(windowUnmanagedParent); 268wsatControl = new WsatControl(windowUnmanagedParent, parent, this); 276SafeNativeMethods.SetParent(wsatControl.Handle, this.windowUnmanagedParent); 301if (header.hwndFrom != windowUnmanagedParent && 302header.hwndFrom != SafeNativeMethods.GetParent(windowUnmanagedParent))