2 writes to _point
PresentationFramework (2)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (2)
21
_point
= point;
37
_point
= value;
4 references to _point
PresentationFramework (4)
System\Windows\Controls\Primitives\CustomPopupPlacement.cs (4)
32
return
_point
;
89
return (placement._primaryAxis == _primaryAxis) && (placement.
_point
==
_point
);
101
return _primaryAxis.GetHashCode() ^
_point
.GetHashCode();