6 references to GetWindow
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
2511&& (Window.GetWindow(this)?.IsActive ?? true))
System\windows\Documents\TextEditorDragDrop.cs (1)
630Window window = Window.GetWindow(_textEditor.TextView.RenderScope);
System\Windows\Navigation\NavigationService.cs (1)
3825if (host != null && (window = Window.GetWindow(host)) != null)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1071_currentWindow = Window.GetWindow(scope);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (2)
328RibbonWindow ribbonWindow = Window.GetWindow(this) as RibbonWindow; 380RibbonWindow ribbonWindow = Window.GetWindow(this) as RibbonWindow;