5 references to GetPresentationSource
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (5)
3034
HwndSource targetWindow = PopupSecurityHelper.
GetPresentationSource
(rootVisual) as HwndSource;
3089
hwndSource = PopupSecurityHelper.
GetPresentationSource
(targetVisual) as HwndSource;
3193
hwndSource = PopupSecurityHelper.
GetPresentationSource
(targetVisual) as HwndSource;
3240
return (PopupSecurityHelper.
GetPresentationSource
(visual) == null);
3431
HwndSource hwndSource = PopupSecurityHelper.
GetPresentationSource
(mainTreeVisual) as HwndSource;