3 references to ScrollBar_ContextMenu_ScrollHere
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
829
verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.
ScrollBar_ContextMenu_ScrollHere
), "ScrollHere", ScrollBar.ScrollHereCommand));
849
horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.
ScrollBar_ContextMenu_ScrollHere
), "ScrollHere", ScrollBar.ScrollHereCommand));
869
horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.
ScrollBar_ContextMenu_ScrollHere
), "ScrollHere", ScrollBar.ScrollHereCommand));