14 references to Wrapper
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
527object wrapperObject = hWnd.Wrapper;
System.Drawing (6)
misc\GDI\UnsafeNativeMethods.cs (6)
191Debug.Assert(hRgnDest.Wrapper != null && hRgnDest.Handle != IntPtr.Zero, "Destination region is invalid"); 192Debug.Assert(hRgnSrc1.Wrapper != null && hRgnSrc1.Handle != IntPtr.Zero, "Source region 1 is invalid"); 193Debug.Assert(hRgnSrc2.Wrapper != null && hRgnSrc2.Handle != IntPtr.Zero, "Source region 2 is invalid"); 195if (hRgnDest.Wrapper == null || hRgnSrc1.Wrapper == null || hRgnSrc2.Wrapper == null) {
System.Windows.Forms (7)
misc\GDI\UnsafeNativeMethods.cs (6)
191Debug.Assert(hRgnDest.Wrapper != null && hRgnDest.Handle != IntPtr.Zero, "Destination region is invalid"); 192Debug.Assert(hRgnSrc1.Wrapper != null && hRgnSrc1.Handle != IntPtr.Zero, "Source region 1 is invalid"); 193Debug.Assert(hRgnSrc2.Wrapper != null && hRgnSrc2.Handle != IntPtr.Zero, "Source region 2 is invalid"); 195if (hRgnDest.Wrapper == null || hRgnSrc1.Wrapper == null || hRgnSrc2.Wrapper == null) {
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
289return new HandleRef(hwnd.Wrapper, rootHwnd);