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