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