System\Windows\Controls\Primitives\ScrollBar.cs (30)
830verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollHere), "ScrollHere", ScrollBar.ScrollHereCommand));
831verticalContextMenu.Items.Add(new Separator());
832verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_Top), "Top", ScrollBar.ScrollToTopCommand));
833verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_Bottom), "Bottom", ScrollBar.ScrollToBottomCommand));
834verticalContextMenu.Items.Add(new Separator());
835verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageUp), "PageUp", ScrollBar.PageUpCommand));
836verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageDown), "PageDown", ScrollBar.PageDownCommand));
837verticalContextMenu.Items.Add(new Separator());
838verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollUp), "ScrollUp", ScrollBar.LineUpCommand));
839verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollDown), "ScrollDown", ScrollBar.LineDownCommand));
850horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollHere), "ScrollHere", ScrollBar.ScrollHereCommand));
851horizontalContextMenuLeftToRight.Items.Add(new Separator());
852horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_LeftEdge), "LeftEdge", ScrollBar.ScrollToLeftEndCommand));
853horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_RightEdge), "RightEdge", ScrollBar.ScrollToRightEndCommand));
854horizontalContextMenuLeftToRight.Items.Add(new Separator());
855horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageLeftCommand));
856horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageRightCommand));
857horizontalContextMenuLeftToRight.Items.Add(new Separator());
858horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollLeft), "ScrollLeft", ScrollBar.LineLeftCommand));
859horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollRight), "ScrollRight", ScrollBar.LineRightCommand));
870horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollHere), "ScrollHere", ScrollBar.ScrollHereCommand));
871horizontalContextMenuRightToLeft.Items.Add(new Separator());
872horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_LeftEdge), "LeftEdge", ScrollBar.ScrollToRightEndCommand));
873horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_RightEdge), "RightEdge", ScrollBar.ScrollToLeftEndCommand));
874horizontalContextMenuRightToLeft.Items.Add(new Separator());
875horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageRightCommand));
876horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageLeftCommand));
877horizontalContextMenuRightToLeft.Items.Add(new Separator());
878horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollLeft), "ScrollLeft", ScrollBar.LineRightCommand));
879horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_ScrollRight), "ScrollRight", ScrollBar.LineLeftCommand));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (15)
4546GetDelegate = delegate (object target) { return ((System.Windows.Controls.ComboBox)target).Items; },
4585GetDelegate = delegate (object target) { return ((System.Windows.Controls.ContextMenu)target).Items; },
5059GetDelegate = delegate (object target) { return ((System.Windows.Controls.HeaderedItemsControl)target).Items; },
5269GetDelegate = delegate (object target) { return ((System.Windows.Controls.ItemsControl)target).Items; },
5362GetDelegate = delegate (object target) { return ((System.Windows.Controls.ListBox)target).Items; },
5420GetDelegate = delegate (object target) { return ((System.Windows.Controls.ListView)target).Items; },
5478GetDelegate = delegate (object target) { return ((System.Windows.Controls.Menu)target).Items; },
5497GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.MenuBase)target).Items; },
5516GetDelegate = delegate (object target) { return ((System.Windows.Controls.MenuItem)target).Items; },
5989GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Selector)target).Items; },
6084GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.StatusBar)target).Items; },
6177GetDelegate = delegate (object target) { return ((System.Windows.Controls.TabControl)target).Items; },
6369GetDelegate = delegate (object target) { return ((System.Windows.Controls.ToolBar)target).Items; },
6465GetDelegate = delegate (object target) { return ((System.Windows.Controls.TreeView)target).Items; },
6484GetDelegate = delegate (object target) { return ((System.Windows.Controls.TreeViewItem)target).Items; },