2 writes to _point
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\CustomPopupPlacement.cs (2)
17_point = point; 33_point = value;
4 references to _point
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\CustomPopupPlacement.cs (4)
28return _point; 85return (placement._primaryAxis == _primaryAxis) && (placement._point == _point); 97return _primaryAxis.GetHashCode() ^ _point.GetHashCode();