5 references to GetPresentationSource
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
2982HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3026hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3121hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3154return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3304HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource;