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