1 instantiation of PopupSecurityHelper
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
79_secHelper = new PopupSecurityHelper();
9 references to PopupSecurityHelper
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
1483if ((targetVisual != null) && PopupSecurityHelper.IsVisualPresentationSourceNull(targetVisual)) 2441PopupSecurityHelper.GetTransformToDevice(rootVisual) 2918private PopupSecurityHelper _secHelper; 2998HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3042hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3137hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3170return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3320HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource; 3326parent = PopupSecurityHelper.GetHandle(hwndSource);