1 write to _upperBound
PresentationFramework (1)
System\Windows\Documents\TextRangeEdit.cs (1)
2360
_upperBound
= upperBound;
1 reference to _upperBound
PresentationFramework (1)
System\Windows\Documents\TextRangeEdit.cs (1)
2371
retValue = Math.Min(retValue,
_upperBound
);