2 instantiations of ContextMenuEventArgs
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
972
ContextMenuEventArgs args = new
ContextMenuEventArgs
(source, true /* opening */, x, y);
1060
ContextMenuEventArgs args = new
ContextMenuEventArgs
(inputElement, false /*opening */);
41 references to ContextMenuEventArgs
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
108
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
PresentationFramework (27)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
56
private static void OnDocumentViewerContextMenuOpening(object sender,
ContextMenuEventArgs
e)
71
private static void OnContextMenuOpening(object sender,
ContextMenuEventArgs
e)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
365
internal static void OnContextMenuOpening(FlowDocument document, Control viewer,
ContextMenuEventArgs
e)
System\Windows\Controls\ComboBox.cs (2)
1193
private static void OnContextMenuOpen(object sender,
ContextMenuEventArgs
e)
1198
private static void OnContextMenuClose(object sender,
ContextMenuEventArgs
e)
System\Windows\Controls\ContextMenuService.cs (2)
401
private static void OnContextMenuOpening(object sender,
ContextMenuEventArgs
e)
442
public delegate void ContextMenuEventHandler(object sender,
ContextMenuEventArgs
e);
System\Windows\Controls\DataGrid.cs (1)
6362
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
744
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\PasswordBox.cs (1)
710
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\PopupControlService.cs (2)
972
ContextMenuEventArgs
args = new ContextMenuEventArgs(source, true /* opening */, x, y);
1060
ContextMenuEventArgs
args = new ContextMenuEventArgs(inputElement, false /*opening */);
System\Windows\Controls\Primitives\ScrollBar.cs (2)
816
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
831
protected override void OnContextMenuClosing(
ContextMenuEventArgs
e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1327
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\SinglePageViewer.cs (1)
462
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\StickyNote.cs (1)
869
private static void _OnContextMenuOpening(object sender,
ContextMenuEventArgs
args)
System\windows\Documents\TextEditor.cs (1)
742
internal void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\windows\Documents\TextEditorContextMenu.cs (1)
46
internal static void OnContextMenuOpening(object sender,
ContextMenuEventArgs
e)
System\Windows\FrameworkContentElement.cs (4)
1964
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1973
protected virtual void OnContextMenuOpening(
ContextMenuEventArgs
e)
1991
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
2000
protected virtual void OnContextMenuClosing(
ContextMenuEventArgs
e)
System\Windows\FrameworkElement.cs (4)
6021
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
6030
protected virtual void OnContextMenuOpening(
ContextMenuEventArgs
e)
6048
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
6057
protected virtual void OnContextMenuClosing(
ContextMenuEventArgs
e)
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
566
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
584
protected override void OnContextMenuClosing(
ContextMenuEventArgs
e)
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
2403
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
2408
private void OnContextMenuOpeningInternal(
ContextMenuEventArgs
e)
2420
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1484
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1494
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1580
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1590
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1850
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1866
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
440
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
451
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)