1 write to SplitterLength
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
506_resizeData.SplitterLength = Math.Min(ActualWidth, ActualHeight);
2 references to SplitterLength
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridSplitter.cs (2)
804definition1Min = Math.Max(definition1Min, _resizeData.SplitterLength); 808definition2Min = Math.Max(definition2Min, _resizeData.SplitterLength);