1 override of OnContextMenuClosing
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
836protected override void OnContextMenuClosing(ContextMenuEventArgs e)
2 references to OnContextMenuClosing
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
838base.OnContextMenuClosing(e);
src\Framework\System\Windows\FrameworkElement.cs (1)
6056((FrameworkElement)sender).OnContextMenuClosing(e);