4 references to Popup
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
482
_parentPopup = new
Popup
System\Windows\Controls\ToolTip.cs (1)
501
_parentPopup = new
Popup
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8706
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
Popup
(); },
System\Windows\Markup\KnownTypes.cs (1)
1469
case KnownElements.Popup: o = new System.Windows.Controls.Primitives.
Popup
(); break;