4 references to IsRootedInPopup
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (2)
676if (!Popup.IsRootedInPopup(_parentPopup, this)) 686if (!Popup.IsRootedInPopup(_parentPopup, this))
System\Windows\Controls\ToolTip.cs (2)
453if (!Popup.IsRootedInPopup(_parentPopup, this)) 463if (!Popup.IsRootedInPopup(_parentPopup, this))