4 references to GetPresentationSourceFromVisual
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (2)
799
PresentationSource targetSource = RibbonHelper.
GetPresentationSourceFromVisual
(_currentGlobalScope as Visual);
1256
PresentationSource targetSource = RibbonHelper.
GetPresentationSourceFromVisual
(_currentGlobalScope as Visual);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
2340
if (targetSource == RibbonHelper.
GetPresentationSourceFromVisual
(this))
2352
if (targetSource == RibbonHelper.
GetPresentationSourceFromVisual
(this))