5 references to GetPresentationSource
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (5)
3034HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3089hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3193hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3240return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3431HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource;