6 references to ContextMenu
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (3)
848ContextMenu verticalContextMenu = new ContextMenu(); 868ContextMenu horizontalContextMenuLeftToRight = new ContextMenu(); 888ContextMenu horizontalContextMenuRightToLeft = new ContextMenu();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2958bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ContextMenu(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1187case KnownElements.ContextMenu: o = new System.Windows.Controls.ContextMenu(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
444ContextMenu newMenu = new ContextMenu() { ItemContainerStyleSelector = new ContextMenuItemStyleSelector(this) };