9 references to IsDoubleFinite
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
144
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
322
if ( System.Windows.Shapes.Shape.
IsDoubleFinite
(valueDelta)
454
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
System\Windows\Controls\Slider.cs (2)
769
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
863
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
System\Windows\Shapes\Line.cs (4)
41
new ValidateValueCallback(Shape.
IsDoubleFinite
));
65
new ValidateValueCallback(Shape.
IsDoubleFinite
));
89
new ValidateValueCallback(Shape.
IsDoubleFinite
));
113
new ValidateValueCallback(Shape.
IsDoubleFinite
));