1 write to MinChange
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
607GetDeltaConstraints(out _resizeData.MinChange, out _resizeData.MaxChange);
2 references to MinChange
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);