1 instantiation of PopupSecurityHelper
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
72
_secHelper = new
PopupSecurityHelper
();
9 references to PopupSecurityHelper
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
1476
if ((targetVisual != null) &&
PopupSecurityHelper
.IsVisualPresentationSourceNull(targetVisual))
2434
PopupSecurityHelper
.GetTransformToDevice(rootVisual)
2911
private
PopupSecurityHelper
_secHelper;
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;
3310
parent =
PopupSecurityHelper
.GetHandle(hwndSource);