6 references to ContextMenu
PresentationFramework (6)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
843ContextMenu verticalContextMenu = new ContextMenu(); 863ContextMenu horizontalContextMenuLeftToRight = new ContextMenu(); 883ContextMenu horizontalContextMenuRightToLeft = new ContextMenu();
System\windows\Documents\TextEditorContextMenu.cs (1)
423public EditorContextMenu() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2962bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ContextMenu(); };
System\Windows\Markup\KnownTypes.cs (1)
1186case KnownElements.ContextMenu: o = new System.Windows.Controls.ContextMenu(); break;