4 references to Popup
PresentationFramework (4)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
495_parentPopup = new Popup();
src\Framework\System\Windows\Controls\ToolTip.cs (1)
509_parentPopup = new Popup();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7888bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.Popup(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1477case KnownElements.Popup: o = new System.Windows.Controls.Primitives.Popup(); break;