9 references to VerticalChange
PresentationFramework (7)
System\Windows\Controls\GridSplitter.cs (1)
652double verticalChange = e.VerticalChange;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
726rowToResize.OnRowResize(e.VerticalChange);
System\Windows\Controls\Primitives\ScrollBar.cs (1)
312scrollBar.UpdateValue(e.HorizontalChange + scrollBar._thumbOffset.X, e.VerticalChange + scrollBar._thumbOffset.Y);
System\Windows\Controls\Slider.cs (1)
864double newValue = Value + Track.ValueFromDistance(e.HorizontalChange, e.VerticalChange);
System\Windows\Controls\StickyNote.cs (2)
1083OnTitleDragDelta(horizontalChange, args.VerticalChange); 1087OnResizeDragDelta(args.HorizontalChange, args.VerticalChange);
System\Windows\Controls\ToolBarTray.cs (1)
528double thumbChange = fHorizontal ? e.HorizontalChange : e.VerticalChange;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1010e.VerticalChange);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1074e.VerticalChange);