2 instantiations of DoublePropertyRange
PresentationFramework (2)
System\Windows\Documents\TextRangeEdit.cs (2)
2347new DoublePropertyRange(null, 0, double.MaxValue), 2348new DoublePropertyRange (Paragraph.TextIndentProperty, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
5 references to DoublePropertyRange
PresentationFramework (5)
System\Windows\Documents\TextRangeEdit.cs (5)
2313DoublePropertyRange valueRange = GetValueRange(property); 2324private static DoublePropertyRange GetValueRange(DependencyProperty property) 2339private static DoublePropertyRange DefaultRange 2344static readonly DoublePropertyRange[] _ranges = new DoublePropertyRange[]