9 references to IsDoubleFinite
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
143
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
321
if ( System.Windows.Shapes.Shape.
IsDoubleFinite
(valueDelta)
453
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
System\Windows\Controls\Slider.cs (2)
750
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
846
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
System\Windows\Shapes\Line.cs (4)
40
new ValidateValueCallback(Shape.
IsDoubleFinite
));
64
new ValidateValueCallback(Shape.
IsDoubleFinite
));
88
new ValidateValueCallback(Shape.
IsDoubleFinite
));
112
new ValidateValueCallback(Shape.
IsDoubleFinite
));