System\Windows\Controls\Primitives\ScrollBar.cs (30)
829verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollHere), "ScrollHere", ScrollBar.ScrollHereCommand));
830verticalContextMenu.Items.Add(new Separator());
831verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_Top), "Top", ScrollBar.ScrollToTopCommand));
832verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_Bottom), "Bottom", ScrollBar.ScrollToBottomCommand));
833verticalContextMenu.Items.Add(new Separator());
834verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageUp), "PageUp", ScrollBar.PageUpCommand));
835verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageDown), "PageDown", ScrollBar.PageDownCommand));
836verticalContextMenu.Items.Add(new Separator());
837verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollUp), "ScrollUp", ScrollBar.LineUpCommand));
838verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollDown), "ScrollDown", ScrollBar.LineDownCommand));
849horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollHere), "ScrollHere", ScrollBar.ScrollHereCommand));
850horizontalContextMenuLeftToRight.Items.Add(new Separator());
851horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_LeftEdge), "LeftEdge", ScrollBar.ScrollToLeftEndCommand));
852horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_RightEdge), "RightEdge", ScrollBar.ScrollToRightEndCommand));
853horizontalContextMenuLeftToRight.Items.Add(new Separator());
854horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageLeftCommand));
855horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageRightCommand));
856horizontalContextMenuLeftToRight.Items.Add(new Separator());
857horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollLeft), "ScrollLeft", ScrollBar.LineLeftCommand));
858horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollRight), "ScrollRight", ScrollBar.LineRightCommand));
869horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollHere), "ScrollHere", ScrollBar.ScrollHereCommand));
870horizontalContextMenuRightToLeft.Items.Add(new Separator());
871horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_LeftEdge), "LeftEdge", ScrollBar.ScrollToRightEndCommand));
872horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_RightEdge), "RightEdge", ScrollBar.ScrollToLeftEndCommand));
873horizontalContextMenuRightToLeft.Items.Add(new Separator());
874horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageRightCommand));
875horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageLeftCommand));
876horizontalContextMenuRightToLeft.Items.Add(new Separator());
877horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollLeft), "ScrollLeft", ScrollBar.LineRightCommand));
878horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollRight), "ScrollRight", ScrollBar.LineLeftCommand));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (15)
4545GetDelegate = delegate (object target) { return ((System.Windows.Controls.ComboBox)target).Items; },
4584GetDelegate = delegate (object target) { return ((System.Windows.Controls.ContextMenu)target).Items; },
5058GetDelegate = delegate (object target) { return ((System.Windows.Controls.HeaderedItemsControl)target).Items; },
5268GetDelegate = delegate (object target) { return ((System.Windows.Controls.ItemsControl)target).Items; },
5361GetDelegate = delegate (object target) { return ((System.Windows.Controls.ListBox)target).Items; },
5419GetDelegate = delegate (object target) { return ((System.Windows.Controls.ListView)target).Items; },
5477GetDelegate = delegate (object target) { return ((System.Windows.Controls.Menu)target).Items; },
5496GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.MenuBase)target).Items; },
5515GetDelegate = delegate (object target) { return ((System.Windows.Controls.MenuItem)target).Items; },
5988GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Selector)target).Items; },
6083GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.StatusBar)target).Items; },
6176GetDelegate = delegate (object target) { return ((System.Windows.Controls.TabControl)target).Items; },
6368GetDelegate = delegate (object target) { return ((System.Windows.Controls.ToolBar)target).Items; },
6464GetDelegate = delegate (object target) { return ((System.Windows.Controls.TreeView)target).Items; },
6483GetDelegate = delegate (object target) { return ((System.Windows.Controls.TreeViewItem)target).Items; },