5 references to GetPresentationSource
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
2998HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3042hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3137hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3170return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3320HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource;