1 write to SplitterLength
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
504
_resizeData.
SplitterLength
= Math.Min(ActualWidth, ActualHeight);
2 references to SplitterLength
PresentationFramework (2)
System\Windows\Controls\GridSplitter.cs (2)
802
definition1Min = Math.Max(definition1Min, _resizeData.
SplitterLength
);
806
definition2Min = Math.Max(definition2Min, _resizeData.
SplitterLength
);