4 references to IsRootedInPopup
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (2)
677if (!Popup.IsRootedInPopup(_parentPopup, this)) 687if (!Popup.IsRootedInPopup(_parentPopup, this))
System\Windows\Controls\ToolTip.cs (2)
455if (!Popup.IsRootedInPopup(_parentPopup, this)) 465if (!Popup.IsRootedInPopup(_parentPopup, this))