1 instantiation of PopupSecurityHelper
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
80_secHelper = new PopupSecurityHelper();
9 references to PopupSecurityHelper
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (9)
1494if ((targetVisual != null) && PopupSecurityHelper.IsVisualPresentationSourceNull(targetVisual)) 2447PopupSecurityHelper.GetTransformToDevice(rootVisual) 2935private PopupSecurityHelper _secHelper; 3034HwndSource targetWindow = PopupSecurityHelper.GetPresentationSource(rootVisual) as HwndSource; 3089hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3193hwndSource = PopupSecurityHelper.GetPresentationSource(targetVisual) as HwndSource; 3240return (PopupSecurityHelper.GetPresentationSource(visual) == null); 3431HwndSource hwndSource = PopupSecurityHelper.GetPresentationSource(mainTreeVisual) as HwndSource; 3437parent = PopupSecurityHelper.GetHandle(hwndSource);