2 writes to _point
PresentationFramework (2)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (2)
18_point = point; 34_point = value;
4 references to _point
PresentationFramework (4)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (4)
29return _point; 85return (placement._primaryAxis == _primaryAxis) && (placement._point == _point); 97return _primaryAxis.GetHashCode() ^ _point.GetHashCode();