10 references to HorizontalChange
PresentationFramework (8)
System\Windows\Controls\GridSplitter.cs (1)
651
double horizontalChange = e.
HorizontalChange
;
System\Windows\Controls\GridViewColumnHeader.cs (1)
669
double width = ColumnActualWidth + e.
HorizontalChange
;
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
318
RecomputeColumnWidthsOnColumnResize(header, e.
HorizontalChange
);
System\Windows\Controls\Primitives\ScrollBar.cs (1)
328
scrollBar.UpdateValue(e.
HorizontalChange
+ scrollBar._thumbOffset.X, e.VerticalChange + scrollBar._thumbOffset.Y);
System\Windows\Controls\Slider.cs (1)
873
double newValue = Value + Track.ValueFromDistance(e.
HorizontalChange
, e.VerticalChange);
System\Windows\Controls\StickyNote.cs (2)
1097
double horizontalChange = args.
HorizontalChange
;
1114
OnResizeDragDelta(args.
HorizontalChange
, args.VerticalChange);
System\Windows\Controls\ToolBarTray.cs (1)
536
double thumbChange = fHorizontal ? e.
HorizontalChange
: e.VerticalChange;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1012
e.
HorizontalChange
,
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1076
e.
HorizontalChange
,