1 instantiation of PopupSecurityHelper
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
80
_secHelper = new
PopupSecurityHelper
();
9 references to PopupSecurityHelper
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (9)
1494
if ((targetVisual != null) &&
PopupSecurityHelper
.IsVisualPresentationSourceNull(targetVisual))
2447
PopupSecurityHelper
.GetTransformToDevice(rootVisual)
2935
private
PopupSecurityHelper
_secHelper;
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;
3437
parent =
PopupSecurityHelper
.GetHandle(hwndSource);