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)) 2446PopupSecurityHelper.GetTransformToDevice(rootVisual) 2919private PopupSecurityHelper _secHelper; 2990HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3034hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3129hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3162return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3308HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource; 3314parent = PopupSecurityHelper.GetHandle(hwndSource);