6 references to GetWindow
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
2521
&& (Window.
GetWindow
(this)?.IsActive ?? true))
System\windows\Documents\TextEditorDragDrop.cs (1)
647
Window window = Window.
GetWindow
(_textEditor.TextView.RenderScope);
System\Windows\Navigation\NavigationService.cs (1)
3836
if (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)
330
RibbonWindow ribbonWindow = Window.
GetWindow
(this) as RibbonWindow;
382
RibbonWindow ribbonWindow = Window.
GetWindow
(this) as RibbonWindow;