5 references to GetPresentationSource
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
2984HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3028hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3123hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3156return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3302HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource;