5 references to GetContainingUIElement
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1352
UIElement uie = RibbonHelper.
GetContainingUIElement
(element);
1374
UIElement adornedElement = RibbonHelper.
GetContainingUIElement
(activatingEventArgs.PlacementTarget ?? element);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2725
UIElement focusContainer = RibbonHelper.
GetContainingUIElement
(focusedElement);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1669
placementTarget = RibbonHelper.
GetContainingUIElement
(e.OriginalSource as DependencyObject);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2579
return
GetContainingUIElement
(parent);