5 references to GetPresentationSource
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
2990
HwndSource targetWindow = PopupSecurityHelper.
GetPresentationSource
(rootVisual) as HwndSource;
3034
hwndSource = PopupSecurityHelper.
GetPresentationSource
(targetVisual) as HwndSource;
3129
hwndSource = PopupSecurityHelper.
GetPresentationSource
(targetVisual) as HwndSource;
3162
return (PopupSecurityHelper.
GetPresentationSource
(visual) == null);
3308
HwndSource hwndSource = PopupSecurityHelper.
GetPresentationSource
(mainTreeVisual) as HwndSource;