2 instantiations of ContextMenuEventArgs
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
962
ContextMenuEventArgs args = new
ContextMenuEventArgs
(source, true /* opening */, x, y);
1050
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)
48
private static void OnDocumentViewerContextMenuOpening(object sender,
ContextMenuEventArgs
e)
63
private static void OnContextMenuOpening(object sender,
ContextMenuEventArgs
e)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
363
internal static void OnContextMenuOpening(FlowDocument document, Control viewer,
ContextMenuEventArgs
e)
System\Windows\Controls\ComboBox.cs (2)
1183
private static void OnContextMenuOpen(object sender,
ContextMenuEventArgs
e)
1188
private static void OnContextMenuClose(object sender,
ContextMenuEventArgs
e)
System\Windows\Controls\ContextMenuService.cs (2)
397
private static void OnContextMenuOpening(object sender,
ContextMenuEventArgs
e)
438
public delegate void ContextMenuEventHandler(object sender,
ContextMenuEventArgs
e);
System\Windows\Controls\DataGrid.cs (1)
6359
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
741
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\PasswordBox.cs (1)
702
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\PopupControlService.cs (2)
962
ContextMenuEventArgs
args = new ContextMenuEventArgs(source, true /* opening */, x, y);
1050
ContextMenuEventArgs
args = new ContextMenuEventArgs(inputElement, false /*opening */);
System\Windows\Controls\Primitives\ScrollBar.cs (2)
800
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
815
protected override void OnContextMenuClosing(
ContextMenuEventArgs
e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1318
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\SinglePageViewer.cs (1)
459
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\StickyNote.cs (1)
853
private static void _OnContextMenuOpening(object sender,
ContextMenuEventArgs
args)
System\windows\Documents\TextEditor.cs (1)
736
internal void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\windows\Documents\TextEditorContextMenu.cs (1)
44
internal static void OnContextMenuOpening(object sender,
ContextMenuEventArgs
e)
System\Windows\FrameworkContentElement.cs (4)
1952
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1961
protected virtual void OnContextMenuOpening(
ContextMenuEventArgs
e)
1979
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
1988
protected virtual void OnContextMenuClosing(
ContextMenuEventArgs
e)
System\Windows\FrameworkElement.cs (4)
6010
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
6019
protected virtual void OnContextMenuOpening(
ContextMenuEventArgs
e)
6037
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
6046
protected virtual void OnContextMenuClosing(
ContextMenuEventArgs
e)
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
559
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
577
protected override void OnContextMenuClosing(
ContextMenuEventArgs
e)
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
2400
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
2405
private void OnContextMenuOpeningInternal(
ContextMenuEventArgs
e)
2417
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1481
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1491
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1577
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1587
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1847
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1863
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
435
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
446
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)