1 write to _upperBound
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2362
_upperBound
= upperBound;
1 reference to _upperBound
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2373
retValue = Math.Min(retValue,
_upperBound
);