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