2 instantiations of ContextMenuEventArgs
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
969
ContextMenuEventArgs args = new
ContextMenuEventArgs
(source, true /* opening */, x, y);
1057
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)
1179
private static void OnContextMenuOpen(object sender,
ContextMenuEventArgs
e)
1184
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)
6318
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
737
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\PasswordBox.cs (1)
695
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
System\Windows\Controls\PopupControlService.cs (2)
969
ContextMenuEventArgs
args = new ContextMenuEventArgs(source, true /* opening */, x, y);
1057
ContextMenuEventArgs
args = new ContextMenuEventArgs(inputElement, false /*opening */);
System\Windows\Controls\Primitives\ScrollBar.cs (2)
802
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
817
protected override void OnContextMenuClosing(
ContextMenuEventArgs
e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1278
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)
834
private static void _OnContextMenuOpening(object sender,
ContextMenuEventArgs
args)
System\windows\Documents\TextEditor.cs (1)
730
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)
1944
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1953
protected virtual void OnContextMenuOpening(
ContextMenuEventArgs
e)
1971
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
1980
protected virtual void OnContextMenuClosing(
ContextMenuEventArgs
e)
System\Windows\FrameworkElement.cs (4)
6006
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
6015
protected virtual void OnContextMenuOpening(
ContextMenuEventArgs
e)
6033
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
6042
protected virtual void OnContextMenuClosing(
ContextMenuEventArgs
e)
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
552
protected override void OnContextMenuOpening(
ContextMenuEventArgs
e)
570
protected override void OnContextMenuClosing(
ContextMenuEventArgs
e)
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
2375
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
2380
private void OnContextMenuOpeningInternal(
ContextMenuEventArgs
e)
2392
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1472
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1482
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1568
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1578
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1835
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
1851
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
423
private static void OnContextMenuOpeningThunk(object sender,
ContextMenuEventArgs
e)
434
private static void OnContextMenuClosingThunk(object sender,
ContextMenuEventArgs
e)