5 references to GetContainingUIElement
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1362
UIElement uie = RibbonHelper.
GetContainingUIElement
(element);
1387
UIElement adornedElement = RibbonHelper.
GetContainingUIElement
(activatingEventArgs.PlacementTarget ?? element);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2729
UIElement focusContainer = RibbonHelper.
GetContainingUIElement
(focusedElement);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1679
placementTarget = RibbonHelper.
GetContainingUIElement
(e.OriginalSource as DependencyObject);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2604
return
GetContainingUIElement
(parent);