2 overrides of OnContextMenuClosing
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollBar.cs (1)
831
protected override void
OnContextMenuClosing
(ContextMenuEventArgs e)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
584
protected override void
OnContextMenuClosing
(ContextMenuEventArgs e)
2 references to OnContextMenuClosing
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollBar.cs (1)
833
base.
OnContextMenuClosing
(e);
System\Windows\FrameworkElement.cs (1)
6050
((FrameworkElement)sender).
OnContextMenuClosing
(e);