1 instantiation of POINT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2009get { return new POINT { x = _left, y = _top }; }
12 references to POINT
PresentationFramework (12)
System\Windows\Standard\NativeMethods.cs (12)
1843public POINT ptReserved; 1844public POINT ptMaxSize; 1845public POINT ptMaxPosition; 1846public POINT ptMinTrackSize; 1847public POINT ptMaxTrackSize; 2007public POINT Position 2158public POINT ptMinPosition; 2159public POINT ptMaxPosition; 3135ref POINT pptDst, 3138ref POINT pptSrc, 3159ref POINT pptDst, 3162ref POINT pptSrc,