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