1 write to Y
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2221
_positionInfo.
Y
= bestY;
3 references to Y
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1618
? new NativeMethods.POINTSTRUCT(_positionInfo.X, _positionInfo.
Y
)
2025
Vector bestTranslation = new Vector(_positionInfo.X, _positionInfo.
Y
);
2218
if (bestX != _positionInfo.X || bestY != _positionInfo.
Y
)