1 write to MaxChange
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
607
GetDeltaConstraints(out _resizeData.MinChange, out _resizeData.
MaxChange
);
2 references to MaxChange
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridSplitter.cs (2)
666
_resizeData.Adorner.OffsetX = Math.Min(Math.Max(horizontalChange, _resizeData.MinChange), _resizeData.
MaxChange
);
670
_resizeData.Adorner.OffsetY = Math.Min(Math.Max(verticalChange, _resizeData.MinChange), _resizeData.
MaxChange
);