2 instantiations of DoublePropertyRange
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
2349new DoublePropertyRange(null, 0, double.MaxValue), 2350new DoublePropertyRange (Paragraph.TextIndentProperty, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
5 references to DoublePropertyRange
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (5)
2315DoublePropertyRange valueRange = GetValueRange(property); 2326private static DoublePropertyRange GetValueRange(DependencyProperty property) 2341private static DoublePropertyRange DefaultRange 2346static readonly DoublePropertyRange[] _ranges = new DoublePropertyRange[]