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)
28
return
_point
;
85
return (placement._primaryAxis == _primaryAxis) && (placement.
_point
==
_point
);
97
return _primaryAxis.GetHashCode() ^
_point
.GetHashCode();