1 write to Y
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
2224
_positionInfo.
Y
= bestY;
3 references to Y
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
1611
? new NativeMethods.POINT(_positionInfo.X, _positionInfo.
Y
)
2029
Vector bestTranslation = new Vector(_positionInfo.X, _positionInfo.
Y
);
2221
if (bestX != _positionInfo.X || bestY != _positionInfo.
Y
)