4 references to GetPresentationSourceFromVisual
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (2)
798
PresentationSource targetSource = RibbonHelper.
GetPresentationSourceFromVisual
(_currentGlobalScope as Visual);
1255
PresentationSource targetSource = RibbonHelper.
GetPresentationSourceFromVisual
(_currentGlobalScope as Visual);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
2339
if (targetSource == RibbonHelper.
GetPresentationSourceFromVisual
(this))
2351
if (targetSource == RibbonHelper.
GetPresentationSourceFromVisual
(this))