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