2 references to ScrollBar_ContextMenu_RightEdge
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
852
horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.
ScrollBar_ContextMenu_RightEdge
), "RightEdge", ScrollBar.ScrollToRightEndCommand));
872
horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.
ScrollBar_ContextMenu_RightEdge
), "RightEdge", ScrollBar.ScrollToLeftEndCommand));