4 references to ElementMustBeInPopup
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (2)
678
throw new InvalidOperationException(SR.Format(SR.
ElementMustBeInPopup
, "ContextMenu"));
688
throw new InvalidOperationException(SR.Format(SR.
ElementMustBeInPopup
, "ContextMenu"));
System\Windows\Controls\ToolTip.cs (2)
455
throw new InvalidOperationException(SR.Format(SR.
ElementMustBeInPopup
, "ToolTip"));
465
throw new InvalidOperationException(SR.Format(SR.
ElementMustBeInPopup
, "ToolTip"));