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)
1489if ((targetVisual != null) && PopupSecurityHelper.IsVisualPresentationSourceNull(targetVisual)) 2447PopupSecurityHelper.GetTransformToDevice(rootVisual) 2920private PopupSecurityHelper _secHelper; 2991HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3035hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3130hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3163return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3309HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource; 3315parent = PopupSecurityHelper.GetHandle(hwndSource);