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