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