1 instantiation of PopupSecurityHelper
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
68
_secHelper = new
PopupSecurityHelper
();
9 references to PopupSecurityHelper
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
1489
if ((targetVisual != null) &&
PopupSecurityHelper
.IsVisualPresentationSourceNull(targetVisual))
2447
PopupSecurityHelper
.GetTransformToDevice(rootVisual)
2920
private
PopupSecurityHelper
_secHelper;
2991
HwndSource targetWindow =
PopupSecurityHelper
.GetPresentationSource(rootVisual) as HwndSource;
3035
hwndSource =
PopupSecurityHelper
.GetPresentationSource(targetVisual) as HwndSource;
3130
hwndSource =
PopupSecurityHelper
.GetPresentationSource(targetVisual) as HwndSource;
3163
return (
PopupSecurityHelper
.GetPresentationSource(visual) == null);
3309
HwndSource hwndSource =
PopupSecurityHelper
.GetPresentationSource(mainTreeVisual) as HwndSource;
3315
parent =
PopupSecurityHelper
.GetHandle(hwndSource);