1 instantiation of POINT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2012get { return new POINT { x = _left, y = _top }; }
12 references to POINT
PresentationFramework (12)
System\Windows\Standard\NativeMethods.cs (12)
1850public POINT ptReserved; 1851public POINT ptMaxSize; 1852public POINT ptMaxPosition; 1853public POINT ptMinTrackSize; 1854public POINT ptMaxTrackSize; 2010public POINT Position 2161public POINT ptMinPosition; 2162public POINT ptMaxPosition; 3102ref POINT pptDst, 3105ref POINT pptSrc, 3126ref POINT pptDst, 3129ref POINT pptSrc,