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