1 instantiation of PointList
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1364
PointList points = new
PointList
();
4 references to PointList
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (4)
1364
PointList
points = new PointList();
1385
private void SortPoints(
PointList
points)
1408
private void BuildHullIncrementally(
PointList
points)
1568
private void AddPoints(
PointList
points, in NativeMethods.RECT rect, bool rectIsHull=false)