8 references to HorizontalChange
PresentationFramework (8)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
653
double horizontalChange = e.
HorizontalChange
;
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
659
double width = ColumnActualWidth + e.
HorizontalChange
;
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
319
RecomputeColumnWidthsOnColumnResize(header, e.
HorizontalChange
);
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
333
scrollBar.UpdateValue(e.
HorizontalChange
+ scrollBar._thumbOffset.X, e.VerticalChange + scrollBar._thumbOffset.Y);
src\Framework\System\Windows\Controls\Slider.cs (1)
877
double newValue = Value + Track.ValueFromDistance(e.
HorizontalChange
, e.VerticalChange);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1107
double horizontalChange = args.
HorizontalChange
;
1124
OnResizeDragDelta(args.
HorizontalChange
, args.VerticalChange);
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
547
double thumbChange = fHorizontal ? e.
HorizontalChange
: e.VerticalChange;