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))
2440
PopupSecurityHelper
.GetTransformToDevice(rootVisual)
2913
private
PopupSecurityHelper
_secHelper;
2984
HwndSource targetWindow =
PopupSecurityHelper
.GetPresentationSource(rootVisual) as HwndSource;
3028
hwndSource =
PopupSecurityHelper
.GetPresentationSource(targetVisual) as HwndSource;
3123
hwndSource =
PopupSecurityHelper
.GetPresentationSource(targetVisual) as HwndSource;
3156
return (
PopupSecurityHelper
.GetPresentationSource(visual) == null);
3302
HwndSource hwndSource =
PopupSecurityHelper
.GetPresentationSource(mainTreeVisual) as HwndSource;
3308
parent =
PopupSecurityHelper
.GetHandle(hwndSource);