1 instantiation of PopupSecurityHelper
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
72_secHelper = new PopupSecurityHelper();
9 references to PopupSecurityHelper
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
1476if ((targetVisual != null) && PopupSecurityHelper.IsVisualPresentationSourceNull(targetVisual)) 2434PopupSecurityHelper.GetTransformToDevice(rootVisual) 2911private PopupSecurityHelper _secHelper; 2982HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3026hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3121hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3154return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3304HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource; 3310parent = PopupSecurityHelper.GetHandle(hwndSource);