5 references to GetPresentationSource
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
2989HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3033hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3128hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3161return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3311HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource;