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