1 write to _windowPosAtStartOfUserMove
PresentationFramework (1)
System\Windows\Shell\WindowChromeWorker.cs (1)
809_windowPosAtStartOfUserMove = new Point(_window.Left, _window.Top);
2 references to _windowPosAtStartOfUserMove
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (2)
832_window.Top = _windowPosAtStartOfUserMove.Y; 833_window.Left = _windowPosAtStartOfUserMove.X;