1 write to _lowerBound
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2361
_lowerBound
= lowerBound;
1 reference to _lowerBound
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2372
double retValue = Math.Max(
_lowerBound
, value);