7 references to ContextMenu
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
93
ContextMenu = new
ContextMenu
();
PresentationFramework (6)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
827
ContextMenu verticalContextMenu = new
ContextMenu
();
847
ContextMenu horizontalContextMenuLeftToRight = new
ContextMenu
();
867
ContextMenu horizontalContextMenuRightToLeft = new
ContextMenu
();
System\windows\Documents\TextEditorContextMenu.cs (1)
421
public EditorContextMenu() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2960
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ContextMenu
(); };
System\Windows\Markup\KnownTypes.cs (1)
1186
case KnownElements.ContextMenu: o = new System.Windows.Controls.
ContextMenu
(); break;