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