2 writes to _point
PresentationFramework (2)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (2)
19_point = point; 35_point = value;
4 references to _point
PresentationFramework (4)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (4)
30return _point; 87return (placement._primaryAxis == _primaryAxis) && (placement._point == _point); 99return _primaryAxis.GetHashCode() ^ _point.GetHashCode();