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)
1483
if ((targetVisual != null) &&
PopupSecurityHelper
.IsVisualPresentationSourceNull(targetVisual))
2441
PopupSecurityHelper
.GetTransformToDevice(rootVisual)
2918
private
PopupSecurityHelper
_secHelper;
2989
HwndSource targetWindow =
PopupSecurityHelper
.GetPresentationSource(rootVisual) as HwndSource;
3033
hwndSource =
PopupSecurityHelper
.GetPresentationSource(targetVisual) as HwndSource;
3128
hwndSource =
PopupSecurityHelper
.GetPresentationSource(targetVisual) as HwndSource;
3161
return (
PopupSecurityHelper
.GetPresentationSource(visual) == null);
3311
HwndSource hwndSource =
PopupSecurityHelper
.GetPresentationSource(mainTreeVisual) as HwndSource;
3317
parent =
PopupSecurityHelper
.GetHandle(hwndSource);