5 references to SetWindowPosition
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
284SetWindowPosition(window, calculatedPosition); 346SetWindowPosition(window, ExtensionSurface.GetPosition(window));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
266this.surface.SetWindowPosition(this, position); 501this.surface.SetWindowPosition(this, topLeft);
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (1)
108this.surface.SetWindowPosition(this.parent, moveTo);