1 instantiation of POINT
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2133get { return new POINT { x = _left, y = _top }; }
12 references to POINT
PresentationFramework (12)
src\Framework\System\Windows\Standard\NativeMethods.cs (12)
1959public POINT ptReserved; 1960public POINT ptMaxSize; 1961public POINT ptMaxPosition; 1962public POINT ptMinTrackSize; 1963public POINT ptMaxTrackSize; 2131public POINT Position 2291public POINT ptMinPosition; 2292public POINT ptMaxPosition; 3774[In] ref POINT pptDst, 3777[In] ref POINT pptSrc, 3808ref POINT pptDst, 3811ref POINT pptSrc,