4 references to IsRootedInPopup
PresentationFramework (4)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
688if (!Popup.IsRootedInPopup(_parentPopup, this)) 698if (!Popup.IsRootedInPopup(_parentPopup, this))
src\Framework\System\Windows\Controls\ToolTip.cs (2)
460if (!Popup.IsRootedInPopup(_parentPopup, this)) 470if (!Popup.IsRootedInPopup(_parentPopup, this))