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