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