6 references to GetWindow
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
2521&& (Window.GetWindow(this)?.IsActive ?? true))
System\windows\Documents\TextEditorDragDrop.cs (1)
647Window window = Window.GetWindow(_textEditor.TextView.RenderScope);
System\Windows\Navigation\NavigationService.cs (1)
3836if (host != null && (window = Window.GetWindow(host)) != null)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1073_currentWindow = Window.GetWindow(scope);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (2)
330RibbonWindow ribbonWindow = Window.GetWindow(this) as RibbonWindow; 382RibbonWindow ribbonWindow = Window.GetWindow(this) as RibbonWindow;