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