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)
804
definition1Min = Math.Max(definition1Min, _resizeData.
SplitterLength
);
808
definition2Min = Math.Max(definition2Min, _resizeData.
SplitterLength
);