4 references to GetWindow
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
659Window window = Window.GetWindow(_textEditor.TextView.RenderScope);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
4110if (host != null && (window = Window.GetWindow(host)) != null)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (1)
49Window owner = Window.GetWindow(source);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
200Window ownerWindow = Window.GetWindow(this.view);