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