4 references to GetPresentationSourceFromVisual
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (2)
802
PresentationSource targetSource = RibbonHelper.
GetPresentationSourceFromVisual
(_currentGlobalScope as Visual);
1261
PresentationSource targetSource = RibbonHelper.
GetPresentationSourceFromVisual
(_currentGlobalScope as Visual);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
2365
if (targetSource == RibbonHelper.
GetPresentationSourceFromVisual
(this))
2377
if (targetSource == RibbonHelper.
GetPresentationSourceFromVisual
(this))