3 references to POINT
WindowsBase (3)
Base\System\Windows\SplashScreen.cs (3)
225NativeMethods.POINT newSize = new NativeMethods.POINT(width, height); 226NativeMethods.POINT newLocation = new NativeMethods.POINT(x, y); 227NativeMethods.POINT sourceLocation = new NativeMethods.POINT(0, 0);